* lisp/mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
dbed16aa
SM
12011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
b49a2dbf
SM
3 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
4 work for nested comments.
5
dbed16aa
SM
6 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
7 (prolog-use-prolog-tokenizer-flag): Change default when
8 syntax-propertize can be used.
9 (prolog-syntax-propertize-function): New var.
10 (prolog-mode-variables): Move make-local-variable into `set'.
11 Don't make comment-column local since we don't set it.
12 Set comment-add (as it was in previous prolog.el). Use dolist.
13 Set syntax-propertize-function.
14 (prolog-mode, prolog-inferior-mode):
15 Call prolog(-inferior)-menu directly, not through the mode-hook.
16 (prolog-buffer-module, prolog-indent-level)
17 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
18 (prolog-comment-limits, prolog-goto-comment-column):
19 Use line-(end|beginning)-position.
20 (prolog-build-prolog-command): Tighten up regexp.
21 (prolog-consult-compile): Move make-local-variable into `set'.
22 (prolog-consult-compile-filter, prolog-goto-next-paren)
23 (prolog-help-on-predicate, prolog-clause-info)
24 (prolog-mark-predicate): Don't let+setq.
25 (prolog-indent-line): Use indent-line-to.
26 Only call prolog-goto-comment-column if necessary.
27 (prolog-indent-level): Use bobp.
28 (prolog-first-pos-on-line): Remove, not used any more.
29 (prolog-in-string-or-comment): Use syntax-ppss if available.
30 (prolog-help-on-predicate): Use read-string.
31 (prolog-goto-predicate-info): Simplify.
32 (prolog-read-predicate): Use `default' rather than `initial'.
33 (prolog-temporary-file): Use make-temp-file to close a security hole.
34 (prolog-toggle-sicstus-sd): New command.
35 (prolog-electric-underscore, prolog-variables-to-anonymous):
36 Use dynamic-scoping as it was meant.
37 (prolog-menu): Move menu definitions to top-level.
38 Use a toggle-button for Sicstus's source debugger.
39 Change "Code" to the more usual "Prolog", and hence change "Prolog"
40 to "System".
41 (prolog-inferior-menu): Reuse prolog-menu's help menu.
42 Move other menu definition to top-level.
43
50f8cd96
TH
442011-01-13 Tassilo Horn <tassilo@member.fsf.org>
45
5b355315
TH
46 * doc-view.el (doc-view-open-text): Use meaningful text buffer
47 name. Keep original document's directory as default-directory
48 (bug#6446).
1281bd51
TH
49 (doc-view-initiate-display): Fall back to normal mode when
50 doc-view-mode cannot be enabled, also when extracting the document
51 text into a separate buffer (bug#6446).
5b355315 52
50f8cd96
TH
53 * simple.el (shell-command): Don't error out if shell command
54 buffer contains text with non-nil read-only property when erasing
55 the buffer.
56
821f936d
KS
572011-01-13 Kim F. Storm <storm@cua.dk>
58
59 * ido.el (ido-may-cache-directory): Move "too-big" check later.
60 (ido-next-match, ido-prev-match): Fix stray reordering of matching
61 items when cycling through the matches.
62
f754f898
TH
632011-01-13 Tassilo Horn <tassilo@member.fsf.org>
64
65 * dired-x.el (dired-omit-verbose): New defcustom that allows
66 disabling the omit messages.
67 (dired-omit-expunge): Use it.
68
d221e780
CO
692011-01-13 Christian Ohler <ohler@gnu.org>
70
71 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
72
a03b542a
CY
732011-01-13 Chong Yidong <cyd@stupidchicken.com>
74
75 * font-lock.el (font-lock-verbose): Default to nil.
76
25ca2e61
CY
772011-01-13 Chong Yidong <cyd@stupidchicken.com>
78
79 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
80 (compose-mail): New arg RETURN-ACTION.
81 (compose-mail-other-window, compose-mail-other-frame): Likewise.
82
83 * mail/sendmail.el (mail-return-action): New var.
84 (mail-mode): Make it buffer-local.
85 (mail-bury): Obey it. Move special Rmail window handling to
86 rmail-mail-return.
87 (mail, mail-setup): New arg RETURN-ACTION.
88 (sendmail-user-agent-compose): Move from simple.el.
89
90 * mail/rmail.el (rmail-mail-return): New function.
91 (rmail-start-mail): Pass it to compose-mail.
92
2a8b13af
CY
932011-01-12 Chong Yidong <cyd@stupidchicken.com>
94
b2948a87
CY
95 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
96 menus. Add menu item for customize-themes.
97
98 * cus-theme.el (customize-themes):
2a8b13af
CY
99 * emacs-lisp/package.el (package--list-packages): Use
100 switch-to-buffer.
101
059616e5
JB
1022011-01-11 Johan Bockgård <bojohan@gnu.org>
103
104 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
105
04380ff1
SM
1062011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
107
108 * progmodes/prolog.el: Fix up coding convention and such.
109 (prolog-indent-width): Use the same default as in
110 previous prolog.el rather than tab-width which depends on which buffer
111 is current when the file is loaded.
112 (prolog-electric-newline-flag): Only enable if electric-indent-mode
113 is not available.
114 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
115 (prolog-known-systems): Remove.
116 (prolog-mode-syntax-table, prolog-inferior-mode-map):
117 Move initialization into declaration.
118 (prolog-mode-map): Move initialization into declaration.
119 Remove system-specific mode-map vars, since they referred to the same
120 keymap anyway.
121 (prolog-mode-variables): Obey the user's preference w.r.t
122 adaptive-fill-mode. Prefer symbol-value to `eval'.
123 (prolog-mode-keybindings-edit): Add compatibility bindings.
124 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
125 (mercury-mode-map): New var.
126 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
127 (prolog-ensure-process, prolog-process-insert-string)
128 (prolog-consult-compile): Use with-current-buffer.
129 (prolog-guess-fill-prefix): Simplify data flow.
130 (prolog-replace-in-string): New function to use instead of
131 replace-in-string.
132 (prolog-enable-sicstus-sd): Don't abuse `eval'.
133 (prolog-uncomment-region): Use `uncomment-region' when available.
134 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
135 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
136 of int-to-char and char-to-int.
137 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
138
e2019526
SB
1392011-01-11 Stefan Bruda <stefan@bruda.ca>
140
141 * progmodes/prolog.el: Replace by a whole new file.
142
3fa173b4
SM
1432011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * subr.el (eval-after-load): Fix timing for features (bug#7769).
146 (declare-function, undefined, insert-for-yank)
147 (replace-regexp-in-string): Follow checkdoc's recommendations.
148
7973bcea
SM
1492011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
150
151 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
152 refreshing the diary buffer.
153
0af8c88b
KM
1542011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
155
7973bcea 156 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
157 (allout-encrypt-string): Prevent encryption from adding an extra
158 newline at the end of the topic body.
159 (allout-version): Increment to 2.3.
160
1a27c64e
MA
1612011-01-10 Michael Albinus <michael.albinus@gmx.de>
162
7973bcea
SM
163 * net/dbus.el (dbus-unregister-service): Complete doc.
164 Fix call of dbus-error signal.
5c0b4070 165 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 166
0a203b61
MA
1672011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
168
169 * net/dbus.el (dbus-unregister-service): Translate returned
170 integer into a symbol.
171 (dbus-register-property): Use `dbus-register-service' to do the
172 name registration.
173
895123f5
CY
1742011-01-09 Chong Yidong <cyd@stupidchicken.com>
175
7973bcea
SM
176 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
177 Suggested by Joakim Verona.
12e1f328 178
732eb50a
CY
179 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
180
895123f5
CY
181 * wid-edit.el (visibility): Replace :on-image and :off-image
182 widget properties with :on-glyph and :off-glyph, for consistency
183 with the `visibility' widget.
184 (widget-toggle-value-create, widget-visibility-value-create):
185 Merge into a single function `widget-toggle-value-create'.
186
187 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
188 (custom-face-edit-value-create, custom-face-value-create):
189 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
190 :off-glyph, for consistency with the `visibility' widget.
191
c8043a22
AS
1922011-01-09 Andreas Schwab <schwab@linux-m68k.org>
193
194 * net/ldap.el (ldap-search-internal): Don't use eval.
195
b7617f6d
CY
1962011-01-09 Chong Yidong <cyd@stupidchicken.com>
197
973f1f2a
CY
198 * subr.el (read-char-choice): Use read-key.
199
b7617f6d
CY
200 * custom.el (custom-safe-themes): Rename from
201 custom-safe-theme-files. Add :risky tag.
202 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
203 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
204
900503ae
CY
2052011-01-09 Chong Yidong <cyd@stupidchicken.com>
206
207 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
208 from Search and add a label to Undo.
209
210 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
211 inappropriate buttons and adding :vert-only tags.
212
213 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
214 removal of Help tool-bar button. Remove Undo button for space.
215
216 * info.el (info-tool-bar-map): Add :vert-only tags.
217
c44d54b3
TH
2182011-01-08 Tassilo Horn <tassilo@member.fsf.org>
219
220 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
221 image backend support. Either of them is fine.
222
3ef01959
CY
2232011-01-08 Chong Yidong <cyd@stupidchicken.com>
224
3d91e302
CY
225 * subr.el (y-or-n-p): Doc fix.
226
278f6845
CY
227 * custom.el (custom-safe-theme-files): New defcustom.
228 (custom-theme-load-confirm): New function.
229 (load-theme): Load theme using `load', confirming with
230 custom-theme-load-confirm if necessary.
231
3ef01959
CY
232 * subr.el (read-char-choice): New function, factored out from
233 dired-query and hack-local-variables-confirm.
234
235 * dired-aux.el (dired-query):
236 * files.el (hack-local-variables-confirm): Use it.
237
238 * dired-aux.el (dired-compress-file):
239 * files.el (abort-if-file-too-large, find-alternate-file)
240 (set-visited-file-name, write-file, backup-buffer)
241 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
242 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
243 Use new format string args for y-or-n-p and yes-or-no-p.
244
7c837933
AS
2452011-01-08 Andreas Schwab <schwab@linux-m68k.org>
246
247 * progmodes/compile.el (compilation-error-regexp-alist-alist)
248 [gcc-include]: Tighten file name match, add match for column
249 number. (Bug#7806)
6c7ec171 250 [gnu]: Remove unused group.
7c837933 251
d0981f82
GM
2522011-01-08 Glenn Morris <rgm@gnu.org>
253
e7a42417
GM
254 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
255
d0981f82
GM
256 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
257
d43bb7d3
SS
2582011-01-07 Sam Steingold <sds@gnu.org>
259
260 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
261 the `explicit-shell-file-name' because that is the
262 non-interactive shell.
263
8c51d2a2
CY
2642011-01-07 Chong Yidong <cyd@stupidchicken.com>
265
266 * subr.el (y-or-n-p): Accept format string args.
267
66b7b0fe
GM
2682011-01-07 Glenn Morris <rgm@gnu.org>
269
270 * Makefile.in (EMACSOPT): Add --no-site-lisp.
271
1e004a83
KM
2722011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
273
66b7b0fe 274 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 275 the visible containing topic, rather than a collapsed one.
66b7b0fe 276 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
277 (allout-exposure-change-hook): Remove documentation remarks
278 concerning removed allout-view-change-hook.
279 (allout-flag-region): Remove invocation of and documentation
280 remarks concerning allout-view-change-hook.
281
b0a8e46b
GM
2822011-01-06 Glenn Morris <rgm@gnu.org>
283
284 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
285 (vc-bzr-annotate-extract-revision-at-line):
286 Handle authors with embedded spaces. (Bug#7792)
287
875c044a
TH
2882011-01-05 Tassilo Horn <tassilo@member.fsf.org>
289
290 * doc-view.el (doc-view-image-width): New variable.
291 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
292 backend for PNG images, and do dynamic rescaling instead of
293 reconverting the whole doc.
294
1f6f7722
GM
2952011-01-05 Glenn Morris <rgm@gnu.org>
296
297 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
298
e9e68fda
KM
2992011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
300
4896e8fc 301 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
302 long text lines that cross more than a single physical window
303 line, ie when truncate-lines is nil.
e9e68fda
KM
304 (allout-next-visible-heading): Provide for change in line-move
305 behavior on long lines when truncate-lines is nil. In that case,
306 line-move can wind up on the same textual line when it moves to
307 the next window line, and moving to the bullet position after the
308 move yields zero advancement. Add logic to detect and compensate
309 for the lack of progress.
310 (allout-current-topic-collapsed-p): move-end-of-line respect for
311 field boundaries is different when operating with body lines
312 shorter than window width versus ones greater than window width,
313 which can yield false negatives in this function. Avoid
314 difference by applying move-end-of-line while field-text-motion is
315 inhibited.
316
3f1b6eb2
GM
3172011-01-04 Glenn Morris <rgm@gnu.org>
318
319 * textmodes/rst.el (rst-compile-toolsets):
320 Add pdf and s5 to option alist.
321
6388924a
MA
3222011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
323
7973bcea 324 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
325 dont-register-service. Updated docstring accordingly.
326
c3e4b003
AS
3272011-01-04 Andreas Schwab <schwab@linux-m68k.org>
328
329 * textmodes/rst.el (rst-compile-pdf-preview)
330 (rst-compile-slides-preview): Remove extra line.
331
ef4271fe
GM
3322011-01-04 Glenn Morris <rgm@gnu.org>
333
334 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
335 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
336 default to `prog' without a .py extension.
337 (rst-compile-pdf-preview, rst-compile-slides-preview):
338 Use program names from rst-compile-toolsets, rather than hard-coding.
339 (rst-portable-mark-active-p): Fix presumed typo.
340
7c420169 3412011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 342
7c420169 343 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
344 libpng versions both before and after 1.4.0. (Bug#7716)
345
7c420169 3462011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 347
6491af11
EZ
348 * time.el (display-time-mode): Mention display-time-interval in
349 the doc string. (Bug#7713)
350
7c420169 3512011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
352
353 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
354 condition-case and return an error message string if something
355 goes wrong.
2f952059 356 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
357 header by rmail-mime-insert-header.
358
7c420169 3592011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
360
361 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
362 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
363 (rmail-mime-mbox-buffer)
364 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
365 (rmail-mime-entity): Argument changed. All codes handling an
366 entity object are changed.
2f952059 367 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
368 the above change.
369 (rmail-mime-entity-children, rmail-mime-entity-handler)
370 (rmail-mime-entity-tagline): New functions.
371 (rmail-mime-message-p): New function.
372 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
373 (rmail-mime-entity-segment, rmail-mime-next-item)
374 (rmail-mime-previous-item, rmail-mime-shown-mode)
375 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
376 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
377 (rmail-mime-insert-tagline, rmail-mime-insert-header):
378 New functions.
186f7f0b
KH
379 (rmail-mime-text-handler): Call rmail-mime-insert-text.
380 (rmail-mime-insert-decoded-text): New function.
381 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
382 (rmail-mime-insert-image): Argument changed. Caller changed.
383 (rmail-mime-image): Call rmail-mime-toggle-hidden.
384 (rmail-mime-set-bulk-data): New funciton.
385 (rmail-mime-insert-bulk): Argument changed.
386 (rmail-mime-multipart-handler): Return t.
2f952059
ML
387 (rmail-mime-process-multipart): Argument changed.
388 Handle "multipart/alternative" here.
186f7f0b
KH
389 (rmail-mime-process): Argument changed.
390 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
391 (rmail-mime-insert): Argument changed. Handle raw display mode.
392 (rmail-mime): Argument changed. Handle toggling of raw display
393 mode.
394 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
395 rmail-mime-view-buffer.
396 (rmail-insert-mime-forwarded-message): Likewise.
397 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
398
399 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
400 non-nil, handle the header in rmail-show-mime-function.
401
7c420169 4022011-01-02 Leo <sdl.web@gmail.com>
e1a23575 403
7c420169 404 * help-fns.el (describe-variable): Fix previous change.
e1a23575 405
7c420169 4062011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
407
408 * isearch.el (isearch-lazy-highlight-error): New variable.
409 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
410 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
411 to the current value of `isearch-error' (Bug#7468).
412
7c420169 4132011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
414
415 * help-fns.el (describe-variable): Don't emit trailing whitespace
416 (Bug#7511).
417
7c420169 4182011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
419
420 * textmodes/rst.el (rst-compile-pdf-preview)
421 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
422
7c420169 4232011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
424
425 * emulation/edt-mapper.el: Override mapping of function keys so
426 that the later call to read-key-sequence works.
427
7c420169 4282011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
429
430 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
431 Unix EOLs. (Bug#7589)
432
7c420169
CY
4332011-01-02 Leo <sdl.web@gmail.com>
434
435 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
436 if point is not behind eshell-last-output-end (Bug#7585).
437
4382011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
439
440 * files.el (file-local-variables-alist):
441 Make permanent-local (bug#7767).
442
4432011-01-02 Glenn Morris <rgm@gnu.org>
444
445 * version.el (emacs-copyright): Set short copyright year to 2011.
446
4472011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
448
449 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
450 an existing temp buffer. (Bug#7746)
451
4522011-01-02 Glenn Morris <rgm@gnu.org>
453
454 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
455 multiple addresses. (Bug#7760)
456
fb9a573a
KM
4572011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
458
e9e68fda 459 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
460 do-auto-fill if everything points back to allout-auto-fill.
461 (allout-mode-deactivate-hook): Declare obsolete, in favor of
462 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
463
8d68c659
MA
4642010-12-31 Michael Albinus <michael.albinus@gmx.de>
465
466 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
467 and "scpx".
468
291cc045
TH
4692010-12-30 Tassilo Horn <tassilo@member.fsf.org>
470
471 * doc-view.el (doc-view-set-doc-type): New function refactored
472 from doc-view-mode.
473 (doc-view-fallback-mode): New function.
474 (doc-view-mode): Use it.
475 (doc-view-mode-maybe): New function that checks if doc-view-mode
476 can be used and falls back to the next best mode otherwise.
477
478 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
479 DVI, OpenDocument, and MS Office files.
480
8ee2dc5c
AS
4812010-12-30 Andreas Schwab <schwab@linux-m68k.org>
482
483 * emacs-lisp/rx.el (rx-syntax): Fix typo.
484
f9e68477
TH
4852010-12-30 Tassilo Horn <tassilo@member.fsf.org>
486
487 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
488 on a copy of auto-mode-alist, because that deletes with side
489 effects.
490
ad727c81
TH
4912010-12-30 Tassilo Horn <tassilo@member.fsf.org>
492
7973bcea
SM
493 * doc-view.el (doc-view-mode, doc-view-toggle-display):
494 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
495 fallback instead of hard coding fundamental mode.
496
b71b7803
TH
4972010-12-30 Tassilo Horn <tassilo@member.fsf.org>
498
499 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
500 Office) files also for searching.
501
95e16d17
TH
5022010-12-30 Tassilo Horn <tassilo@member.fsf.org>
503
504 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
505 Office) files. Not yet enabled via auto-mode-list.
506 (doc-view-unoconv-program): New custom variable.
507 (doc-view-mode-p): Handle new odf document type.
508 (doc-view-odf->pdf): New conversion function.
509 (doc-view-convert-current-doc): Call it for odf files.
510 (doc-view-mode): Recognize newly supported file extensions.
511
b191c9d9
MA
5122010-12-30 Michael Albinus <michael.albinus@gmx.de>
513
514 * net/tramp.el (tramp-default-method-alist)
515 (tramp-default-user-alist)
516 (tramp-local-host-regexp, tramp-prefix-domain-format)
517 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
518
519 * net/tramp-ftp.el:
520 * net/tramp-gvfs.el:
521 * net/tramp-gw.el:
522 * net/tramp-imap.el:
523 * net/tramp-sh.el:
524 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
525 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
526
6e457cc9
KF
5272010-12-29 Karl Fogel <kfogel@red-bean.com>
528
529 * saveplace.el (save-place-alist-to-file): Save list sorted and
530 pretty-printed, so that it is mergeable by line-based text merging,
531 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
532
fb9a573a
KM
5332010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
534
e9e68fda 535 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
536 (allout-mode): Argument "toggle" => "force".
537 Refine the docstring.
538 Remove special provisions for reactivation, besides the 'force'
539 argument.
540 Consolidate layout provisions coce directly into the activation
541 condition branch, now that we've removed those provisions.
542 (allout-unload-function): Explicitly activate the mode before
543 deactivating, if it's initially deactivated.
544 (allout-set-buffer-multibyte): Properly prevent byte-compiler
545 warnings for version of function used only where
546 set-buffer-multibyte is unavailable.
547
c940c054
CY
5482010-12-28 Chong Yidong <cyd@stupidchicken.com>
549
550 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
551 are handled by the menu-bar entries. As before, don't use
552 :visibile to avoid changing the tool-bar.
553
4c145d5d
MA
5542010-12-27 Michael Albinus <michael.albinus@gmx.de>
555
556 * net/secrets.el (secrets-delete-alias): New defun.
557
fe99f704
MA
5582010-12-27 Michael Albinus <michael.albinus@gmx.de>
559
560 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
561 methods, otherwise ~/.ssh/config would be ignored.
562
723ee192
SM
5632010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * emacs-lisp/rx.el: Make it a superset of sregex.
566 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
567 of args, add `regex' alias.
568 (rx-info): Add arg to distinguish head and standalone forms.
569 (rx-check, rx-form): Pass the corresponding arg.
570 (rx-**): Simplify.
571 (rx-repeat): Make it work for any number of args.
572 (rx-syntax): Make it accept syntax chars as is.
573 * obsolete/sregex.el: Move from emacs-lisp/.
574 * emacs-lisp/re-builder.el: Remove sregex support.
575 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
576
e77714da
EZ
5772010-12-25 Eli Zaretskii <eliz@gnu.org>
578
579 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
580 PRIMARY first, then the clipboard. (Bug#7699)
581
17870c01
SM
5822010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
585 print-number-table.
586
6bfa51ba
CY
5872010-12-21 Chong Yidong <cyd@stupidchicken.com>
588
d78cdcf7
CY
589 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
590 .emacs.elc (Bug#7530).
591
6bfa51ba
CY
592 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
593 image spec (Bug#7480).
594
9d9cfd53
DU
5952010-12-21 Daiki Ueno <ueno@unixuser.org>
596
597 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
598 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
599 Move from lisp/.
9d9cfd53 600
adc0b793
JD
6012010-12-20 Leo <sdl.web@gmail.com>
602
603 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
604 always be performed (Bug#7680).
605
778ca437
CY
6062010-12-20 Chong Yidong <cyd@stupidchicken.com>
607
3f95d7ff
CY
608 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
609 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
610 mouse-region-match.
778ca437 611
3f95d7ff 612 * color.el: Move from gnus/.
94975270 613
f48fdaad
CY
614 * vc/diff.el (diff-better-file-name): Function deleted.
615 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
616 (diff-no-select): Just use expand-file-name.
617
618 * tool-bar.el (tool-bar--image-expression): New function.
619 (tool-bar-local-item, tool-bar--image-exp): Use it.
620 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
621 Use :enable instead of :visible to avoid changing the tool-bar
622 configuration unnecessarily.
623
624 * info.el (info-tool-bar-map): Add separators.
625
2e306b39
KB
6262010-12-17 Ken Brown <kbrown@cornell.edu>
627
628 * loadup.el: Use version numbers in Cygwin build.
629
395542c6
RT
6302010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
631
632 * ido.el (ido-file-internal): Ask for confirmation before
633 overwriting an existing file (Bug#1238).
634
4039c786
CY
6352010-12-16 Chong Yidong <cyd@stupidchicken.com>
636
637 * tool-bar.el (tool-bar-setup): Add separators.
638
639 * menu-bar.el (featurep): Use menu-bar-separator.
640
45720dc3
GM
6412010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
642
643 Migrate allout encryption provisions from pgg to epg.
644
645 * allout.el (allout-toggle-current-subtree-encryption)
646 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
647 defaulting policy and other changes. Change fetch-pass to keymode-cue,
648 for simpler universal argument interpretation.
649 (allout-toggle-subtree-encryption): Adjust docstring to describe
650 changed encryption provisions. Change fetch-pass to keymode-cue, for
651 simpler universal argument interpretation. Remove provisions for
652 handling key type and identity - they'll all be within
653 allout-encrypt-string or epg/epg or even contained all the way in gpg.
654 (allout-encrypt-string): Include keymode-cue, for optionally prompting
655 for keypair recipients (universal argument > 1) and, in addition,
656 associating the specified recipients with the outline (universal
657 argument > 4) using a file local variable setting for
658 'epa-file-encrypt-to'.
659 Require epa, for recipients handling.
660 Change how regexp filtering elements are named.
661 Describe the problem with caching of incorrect symmetric-decryption
662 keys.
663 Use the epa-passphrase-callback-function, in case the user is using
664 GnuPG v1.
665 Support saving of the selected keypair recipients when invoked with a
666 keymode-cue > 4.
667 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
668 Require 'epa.
669 Establish epg-context with armoring and default epg-protocol.
670 Remove all passphrase cache, verification, and hinting code.
671 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
672 No longer used, delete.
673 (allout-mode): Adjust docstring to describe changed encryption
674 provisions. Describe the problem with caching of incorrect
675 symmetric-decryption keys.
676 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
677 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
678 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
679 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
680 Obsolete, remove.
681
33088bed
DU
6822010-12-16 Daiki Ueno <ueno@unixuser.org>
683
684 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
685 key selection prompt; make 'silent as default (Bug#7487).
686
bfc49a5b
LL
6872010-12-16 Leo <sdl.web@gmail.com>
688
7973bcea
SM
689 * eshell/eshell.el (eshell-directory-name):
690 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 691
68251e16
GM
6922010-12-15 Glenn Morris <rgm@gnu.org>
693
694 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
695
99f053cf
JA
6962010-12-15 Jari Aalto <jari.aalto@cante.net>
697 Scott Evans <gse@antisleep.com>
698
699 * rect.el (rectange--default-line-number-format)
700 (rectangle-number-line-callback): New functions.
701 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
702
5614fd56
CY
7032010-12-15 Chong Yidong <cyd@stupidchicken.com>
704
705 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
706 Delete unused variables.
707 (move-to-column-force): Remove function obsolete since 21.2.
708
d68b0220
MA
7092010-12-14 Michael Albinus <michael.albinus@gmx.de>
710
711 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
712 (tramp-handle-insert-file-contents): Do not set permanent-local
713 property.
714
7973bcea
SM
715 * net/tramp-cache.el (tramp-persistency-file-name):
716 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
717
718 * net/tramp-sh.el (tramp-methods): Add "ksu".
719 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
720 method list.
721
0273f794
GM
7222010-12-14 Glenn Morris <rgm@gnu.org>
723
ab274982
GM
724 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
725 (find-tag-marker-ring): Declare.
726 (js-find-symbol): Require etags.
727
e758216c
GM
728 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
729 Require mail-utils.
730 (mail-alias-file): Don't autoload. Doc fix.
731 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
732 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
733 Mark as obsolete, and risky.
734 (mail-setup): Simplify.
735
53aff12a
GM
736 * mail/mailalias.el (build-mail-aliases): Make it interactive.
737 * mail/sendmail.el (build-mail-aliases): Update autoload.
738
aae4b48c
GM
739 * dired.el (dired-trivial-filenames, dired-chown-program)
740 (dired-auto-revert-buffer): Remove autoload cookies.
741 * mail/sendmail.el (mail-recover-1): Require 'dired.
742
bff7c1ad
GM
743 * dired.el (dired-subdir-switches, dired-chown-program)
744 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
745 Make into defcustoms.
746 (dired-chown-program): Simplify initialization.
747
0273f794
GM
748 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
749
bc557672
RF
7502010-12-13 Romain Francoise <romain@orebokech.com>
751
752 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
753
7410c270
G
7542010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
755
756 * net/netrc.el (netrc-point-at-eol): Remove the unused
757 netrc-point-at-old and netrc-bound-and-true-p bindings.
758 (netrc-parse): Cache the netrc contents.
759
f49d1f52 7602010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
761
762 * subr.el (posn-col-row): Evaluate header-line-format in the
763 context of the POSITION window's buffer.
764
f49d1f52 7652010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
766
767 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
768 (with-silent-modifications): Doc fixes.
769
f49d1f52 7702010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
771
772 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 773 Revert previous from. Use `save-restriction'.
158d5945 774
f49d1f52 7752010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
776
777 * calendar/diary-lib.el (diary-list-sexp-entries):
778 Handle case of no newline at end of file. (Bug#7536)
779
f49d1f52 7802010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
781
782 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
783
f49d1f52 7842010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 785
f49d1f52 786 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 787 (tramp-process-actions): Do not widen.
d68b0220 788
f49d1f52
SM
789 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
790 Protect buffer-modified value. (Bug#7557)
32802ee1 791
f49d1f52 7922010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
793
794 * log-edit.el (log-edit-changelog-entries):
795 Regexp quote filename. (Bug#7505)
796
f49d1f52 7972010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
798
799 * cus-edit.el (custom-save-all):
800 Bind print-length and print-level to nil. (Bug#7581)
801
f49d1f52 8022010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 803
d5e6e0b6
GM
804 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
805 Run hooks to update menu contents. (Bug#7586)
806
3c1e62f8
GM
807 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
808 file names, for the sake of MS Windows. (Bug#7588)
809
f49d1f52 8102010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
811
812 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
813 empty lines without a leading space.
814
f49d1f52 8152010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 816
740af6c9
GM
817 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
818 while mapping over marks (Bug#6810).
86a6e8e0 819
f49d1f52 8202010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
821
822 * image-dired.el (image-dired-db-file)
823 (image-dired-temp-image-file, image-dired-gallery-dir)
824 (image-dired-temp-rotate-image-file): Set default values relative
825 to image-dired-dir (Bug#7518).
826
f49d1f52 8272010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
828
829 * format.el (format-decode-run-method): Pass args FROM and TO, not
830 point-min and point-max, to shell-command-on-region (Bug#7488).
831
f49d1f52 8322010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
833
834 * frame.el (blink-cursor-mode): Make default t for ns.
835
f49d1f52 8362010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
837
838 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
839
f49d1f52 8402010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 841
637c2c43
CY
842 * comint.el (comint-dynamic-list-input-ring)
843 (comint-dynamic-complete-filename)
844 (comint-replace-by-expanded-filename)
845 (comint-dynamic-simple-complete)
846 (comint-dynamic-list-filename-completions)
847 (comint-dynamic-list-completions): Doc fix (Bug#7499).
848
74194465
CY
849 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
850 Doc fix (Bug#7471).
851
f49d1f52 8522010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
853
854 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
855 (Bug#7533).
856
f49d1f52 8572010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
858
859 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
860 (Bug#7491).
861
f49d1f52 8622010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
863
864 * files.el (file-relative-name): Handle UNC file names on
865 DOS/Windows. (Bug#4674)
866
f49d1f52 8672010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
868
869 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
870 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
871 (epg-context-set-passphrase-callback): Mention that the callback
872 is not called when used with GnuPG 2.x.
873
f49d1f52 8742010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
875
876 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
877 Ensure ps-footer-font-size-internal is initialized.
878 Call ps-get-page-dimensions before trying to use ps-font-for-text.
879
f49d1f52 8802010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
881
882 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
883 within condition-case.
884 (rmail-show-mime): Don't use condition-case.
885 (rmail-search-mime-message): New function.
886 (rmail-search-mime-message-function): Set to
887 rmail-search-mime-message.
888
f49d1f52 8892010-12-13 Leo <sdl.web@gmail.com>
bd794450 890
0fdd1db7 891 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
892 (ido-mode): Use it.
893 (ido-completing-read): Call it.
894
fdbb4d85
KF
8952010-12-12 Karl Fogel <kfogel@red-bean.com>
896
897 * bookmark.el (bookmark-name-from-full-record): Rename back to
898 this original name from `bookmark-name-from-record' reverting part
899 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
900 As Drew Adams pointed out, there was no reason to cause churn for
901 third-party callers.
902
0e5cf2b8
AM
9032010-12-12 Alan Mackenzie <acm@muc.de>
904
905 * progmodes/cc-engine.el (c-forward-type): Before scanning a
906 template arglist, check that the current language supports this.
907
6961d41c
GM
9082010-12-11 Glenn Morris <rgm@gnu.org>
909
2b404597
GM
910 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
911 state of the file matches. (Bug#7544)
912 (vc-bzr-register, vc-bzr-checkin)
913 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
914 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
915
6961d41c
GM
916 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
917
1e5d2a04
KK
9182010-12-11 Karel Klíč <kklic@redhat.com>
919
920 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
921
175069ef
SM
9222010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 Derive from prog-mode, use derived-mode-p, and fix up various
925 minor style issues in lisp/progmodes.
926
927 * progmodes/vhdl-mode.el (vhdl-mode):
928 * progmodes/verilog-mode.el (verilog-mode):
929 * progmodes/vera-mode.el (vera-mode):
930 * progmodes/sql.el (sql-mode):
931 * progmodes/scheme.el (scheme-mode):
932 * progmodes/perl-mode.el (perl-mode):
933 * progmodes/octave-inf.el (inferior-octave-mode):
934 * progmodes/autoconf.el (autoconf-mode):
935 * progmodes/m4-mode.el (m4-mode):
936 * progmodes/inf-lisp.el (inferior-lisp-mode):
937 * progmodes/idlwave.el (idlwave-mode):
938 * progmodes/icon.el (icon-mode):
939 * progmodes/idlw-help.el (idlwave-help-mode):
940 * progmodes/dcl-mode.el (dcl-mode):
941 * progmodes/idlw-shell.el (idlwave-shell-mode):
942 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
943 (ebrowse-member-mode, ebrowse-electric-position-mode):
944 Use define-derived-mode.
945
946 * progmodes/xscheme.el (exit-scheme-interaction-mode)
947 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
948 (xscheme-debugger-mode-p, xscheme-send-string-1):
949 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
950 (tcl-load-file, tcl-restart-with-file):
951 * progmodes/ps-mode.el (ps-run-running):
952 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
953 * progmodes/js.el (js--get-all-known-symbols):
954 * progmodes/inf-lisp.el (inferior-lisp-proc):
955 * progmodes/idlwave.el (idlwave-beginning-of-statement)
956 (idlwave-template, idlwave-update-buffer-routine-info)
957 (idlwave-update-current-buffer-info)
958 (idlwave-get-routine-info-from-buffers, idlwave-choose)
959 (idlwave-scan-class-info, idlwave-fix-keywords)
960 (idlwave-list-buffer-load-path-shadows):
961 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
962 (idlwave-toolbar-remove):
963 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
964 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
965 (idlwave-shell-menu-def):
966 * progmodes/idlw-complete-structtag.el
967 (idlwave-prepare-structure-tag-completion):
968 * progmodes/gud.el (gud-set-buffer):
969 * progmodes/f90.el (f90-backslash-not-special):
970 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
971
972 * progmodes/xscheme.el (xscheme-start)
973 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
974 * progmodes/which-func.el (which-function):
975 * progmodes/vhdl-mode.el (vhdl-set-style):
976 * progmodes/verilog-mode.el (verilog-set-compile-command)
977 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
978 (verilog-set-define, verilog-auto-reeval-locals):
979 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
980 * progmodes/simula.el (simula-mode):
981 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
982 * progmodes/python.el (python-check, python-mode):
983 * progmodes/prolog.el (prolog-mode-variables):
984 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
985 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
986 * progmodes/delphi.el (delphi-mode):
987 * progmodes/cc-styles.el (c-setup-paragraph-variables):
988 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
989 (c-font-lock-init): Move make-local-variable to their setq.
990
991 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
992 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
993 make-local-hook.
994 * progmodes/sh-script.el (sh-require-final-newline): Remove.
995 (sh-set-shell): Don't set require-final-newline since it's already done
996 by prog-mode.
997 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
998 since we never set it.
999 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
1000 Use read-string and standard prompt.
1001 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
1002 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
1003 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
1004 (meta-common-mode-map): Rename from meta-mode-map.
1005 Remove C-m binding, which is a user preference, not mode specific.
1006 (meta-common-mode): New major mode; replace meta-common-initialization.
1007 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
1008 around with font-lock.
1009 * progmodes/etags.el (select-tags-table-mode):
1010 Derive from special-mode.
1011 * progmodes/octave-mod.el (octave-mode):
1012 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
1013 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
1014 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
1015 Let define-derived-mode do its job.
1016 * progmodes/cpp.el (cpp-edit-mode-map):
1017 Move initialization into declaration.
1018 (cpp-edit-mode): Use define-derived-mode.
1019 (cpp-edit-load): Use derived-mode-p.
1020 * progmodes/mixal-mode.el (mixal-mode):
1021 * progmodes/f90.el (f90-mode):
1022 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
1023 require-final-newline since prog-mode does it already.
1024 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
1025 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
1026 * progmodes/antlr-mode.el: Require cc-mode upfront.
1027 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
1028 the declaration.
1029 (antlr-directory-dependencies, antlr-show-makefile-rules):
1030 Use derived-mode-p.
1031 (antlr-language-option): Don't assume point-min==1.
1032 (antlr-mode): Use define-derived-mode.
1033 * progmodes/ada-mode.el: Use derived-mode-p.
1034 (ada-mode): Use define-derived-mode.
1035 Use hack-local-variables-hook.
1036
61f91c04
SM
10372010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1038
1039 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
1040 (texinfo-mode): Don't disable adaptive-fill-mode.
1041 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
1042 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
1043 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
1044 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
1045 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
1046 (texinfo-insert-@quotation, texinfo-insert-@samp)
1047 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
1048 (texinfo-insert-@uref): Use define-skeleton.
1049 (texinfo-insert-@-with-arg): Delete.
1050
72a44673
EZ
10512010-12-10 Eli Zaretskii <eliz@gnu.org>
1052
1053 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
1054 nil, do quote archive member names. (Bug#6144)
1055
ab540f59
GM
10562010-12-10 Glenn Morris <rgm@gnu.org>
1057
66f782de
GM
1058 * files.el (diff-no-select): Declare.
1059
e554b3f8
GM
1060 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
1061 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
1062
ab540f59
GM
1063 * comint.el (comint-input-ring-file-name): Doc fix.
1064
f68ab99b
EZ
10652010-12-09 Eli Zaretskii <eliz@gnu.org>
1066
1067 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
1068 New functions.
61f91c04
SM
1069 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
1070 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
1071 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
1072 instead of `nil'.
1073 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
1074 and menu-bar-positive-p instead of `nil' and `>', respectively.
1075 (Bug#1077)
1076
650453a9
VJL
10772010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1078
1079 * whitespace.el (whitespace-newline-mode): Code fix.
1080
28d5de72
GM
10812010-12-09 Glenn Morris <rgm@gnu.org>
1082
1083 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
1084 Rename functions without commas, update callers.
1085
b596d50d 10862010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 1087
b596d50d
GM
1088 * whitespace.el (whitespace-cleanup-region):
1089 Clean up spaces before tabs. (Bug#7582)
16498102 1090
eff37c5e
KF
10912010-12-08 Karl Fogel <kfogel@red-bean.com>
1092
1093 * bookmark.el: Adjust parameter names and doc strings to resolve
1094 confusion over whether "bookmark" meant a bookmark name or a
1095 bookmark record. Along the way, shorten one function's name for
1096 similar reasons. (Issue #7548)
1097 (bookmark-name-from-record): New name for
1098 `bookmark-name-from-full-record'. All callers changed.
1099 (bookmark-get-bookmark, bookmark-get-bookmark-record)
1100 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
1101 (bookmark-get-annotation, bookmark-set-annotation)
1102 (bookmark-get-filename, bookmark-set-filename)
1103 (bookmark-get-position, bookmark-set-position)
1104 (bookmark-get-front-context-string, bookmark-set-front-context-string)
1105 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
1106 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
1107 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
1108 Rename `bookmark' parameter to `bookmark-name-or-record', to
1109 clearly show its role, and shorten or adjust doc strings accordingly.
1110 (bookmark-set-name): Same, and pass the parameter directly to
1111 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
1112 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
1113 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
1114 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
1115 and in some cases shorten doc string accordingly.
1116 (bookmark-rename): Change `old' and `new' parameters to `old-name'
1117 and `new-name', and adjust an internal variable to avoid confusion.
1118 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
1119 parameter in doc string.
1120
5fe9ebd1
GM
11212010-12-08 Glenn Morris <rgm@gnu.org>
1122
ac8331a7
GM
1123 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
1124 from gdb's history file. (Bug#7575)
1125
5fe9ebd1
GM
1126 * mail/emacsbug.el (report-emacs-bug):
1127 Try to handle some other mail clients.
1128
33cf0fb2
SM
11292010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1130
1131 * files.el (dir-locals-collect-variables): Don't let errors stop us.
1132 Use string-prefix-p.
1133 (file-name-version-regexp): New var.
1134 (file-name-sans-versions):
1135 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
1136 (jka-compr-get-compression-info): Use dolist.
1137 (jka-compr-compression-info-list): Don't bother specifying
1138 version/backup regexps.
1139
11c31b99
TH
11402010-12-07 Tassilo Horn <tassilo@member.fsf.org>
1141
1142 * simple.el (just-one-space): Make argument n default to 1 if
1143 omitted.
1144
a733fc37
SM
11452010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1146
1147 * electric.el (electric-indent-post-self-insert-function):
1148 Delete trailing newlines even if we don't reindent.
1149
88b5a757
DD
11502010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1151
a733fc37
SM
1152 * minibuffer.el (completion-at-point): Remove the `arg'.
1153 * bindings.el (complete-symbol): Move back from minibuffer.el.
1154
11552010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1156
88b5a757
DD
1157 * simple.el (just-one-space): Delete newlines for negative arg.
1158
ce327e48
SM
11592010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1160
1161 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
1162 (ansi-color-filter-apply): Simplify.
1163 (ansi-color-apply): Use `font-lock-face' rather than `face'.
1164
ac73d955
BR
11652010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1166
1167 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
1168
8c44f097
CY
11692010-12-04 Chong Yidong <cyd@stupidchicken.com>
1170
1171 * dired.el (dired-use-ls-dired): Set default to a special
1172 "unspecified" value.
1173 (dired-insert-directory): When called the first time, check
1174 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
1175
15af15e5
TO
11762010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
1177
1178 * replace.el: Add "collect" feature to occur.
1179 (occur-collect-regexp-history): New var.
88b5a757
DD
1180 (occur-read-primary-args): Return a replace string for nlines,
1181 if needed.
15af15e5
TO
1182 (occur): Extend the meaning of nlines.
1183
b2e6e5bd
SM
11842010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1185
1186 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
1187 (which-func-update-1): Distinguish symbols from strings.
1188 (which-function): Stay within 80 columns.
1189
ee9355dc
SM
11902010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1191
7f0ea0ff
SM
1192 * subr.el (with-demoted-errors): Distinguish symbols from strings.
1193
ee9355dc
SM
1194 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
1195 Improve docstring.
1196 (comment-style): Use comment-styles's docs to describe values.
1197
3e972d98
JD
11982010-12-03 Jan Djärv <jan.h.d@swipnet.se>
1199
1200 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
1201 and ns-show-prefs (Bug#7535).
1202
1203 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
1204 bindings (Bug#7535).
1205
c879436a
GM
12062010-12-03 Glenn Morris <rgm@gnu.org>
1207
afe27238
GM
1208 * nxml/nxml-mode.el: Require rng-nxml.
1209 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
1210 Remove declarations.
1211
65beee52
GM
1212 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
1213 * nxml/rng-nxml.el, nxml/rng-valid.el:
1214 Remove leading `*' from defcustom docs.
1215
ad961a00
GM
1216 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
1217 (normal-top-level-add-to-load-path, tty-handle-args):
1218 Convert comments to basic doc-strings.
1219
c5fd0ab5
GM
1220 * net/browse-url.el (browse-url-url-at-point)
1221 (browse-url-default-browser): Remove autoload cookies.
1222
f62f063d
GM
1223 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1224 Remove more undefined cl functions.
1225
c879436a
GM
1226 * vc/diff.el (diff-sentinel): Make new arguments optional.
1227 * ibuf-ext.el (diff-sentinel): Update declaration.
1228
3721e124
DU
12292010-12-03 Daiki Ueno <ueno@unixuser.org>
1230
1231 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1232 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
1233 (epg-context-set-passphrase-callback): Mention that the callback
1234 is not called when used with GnuPG 2.x.
1235
66feec8b
MA
12362010-12-02 Michael Albinus <michael.albinus@gmx.de>
1237
1238 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
1239 (tramp-file-name-port): Check also for `tramp-default-port'.
1240 (tramp-get-connection-name): New defun.
1241 (tramp-get-connection-process): Use it.
1242 (tramp-debug-message): Extend function exclude list.
1243 (tramp-drop-volume-letter): Fix doc string.
1244
1245 * net/tramp-cmds.el: Remove solved todo item.
1246
1247 * net/tramp-efs.el:
1248 * net/tramp-ftp.el:
1249 * net/tramp-gvfs.el:
1250 * net/tramp-gw.el:
1251 * net/tramp-imap.el:
1252 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
1253 and `tramp-default-user-alist', respectively.
1254
88b5a757
DD
1255 * net/tramp-gw.el (tramp-gw-open-connection):
1256 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
1257
1258 * net/tramp-imap.el (tramp-imap-make-iht): Use just
1259 `tramp-file-name-port'.
1260
1261 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
1262 and "psftp". Exchange "%k" marker with options.
1263 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
1264 Compute size of link target.
1265 (tramp-do-copy-or-rename-file-out-of-band). Move setting of
1266 `tramp-current-*' up due to gateway methods. Optimze computing of
1267 copy arguments. Use `tramp-get-connection-name' and
1268 `tramp-get-connection-buffer'. Improve debug messages.
1269 (tramp-compute-multi-hops): Remove port determination.
1270 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
1271
1272 * net/trampver.el: Update release number.
1273
bd77c2ef
GM
12742010-12-02 Glenn Morris <rgm@gnu.org>
1275
05907bb3
GM
1276 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1277 Avoid infinite loop over windows. (Bug#7492)
1278
bd77c2ef
GM
1279 * progmodes/flymake.el (flymake-check-file-limit):
1280 Allow nil to mean "no limit".
1281 (flymake-check-patch-master-file-buffer): Update for above change.
1282 Allow a .tex file-name extension to be optional.
1283 (flymake-master-tex-init): Also match \include statements.
1284
f7ca27a1
SS
12852010-11-30 Sam Steingold <sds@gnu.org>
1286
1287 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
1288 (nxml-parent-document-set): A function to set `nxml-parent-document'.
1289 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
1290 (nxml-mode-hook): Remove `defcustom' (auto-defined by
1291 define-derived-mode').
1292 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
1293 users who want to call `nxml-parent-document-set'.
1294
402c8a49
CY
12952010-11-27 Chong Yidong <cyd@stupidchicken.com>
1296
1297 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
1298 stand-alone lines, since that is handled by log-edit-match-to-eoh
1299 (Bug#6465).
1300
d1882ac7
EW
13012010-11-27 Eduard Wiebe <usenet@pusto.de>
1302
1303 * dired.el (dired-get-filename): Replace backslashes with slashes
1304 in file names on MS-Windows, needed by `locate'. (Bug#7308)
1305 * locate.el (locate-default-make-command-line): Don't consider
1306 drive letter and root directory part of
1307 `directory-listing-before-filename-regexp'. (Bug#7308)
1308 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
1309
07976ae3 13102010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
1311
1312 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
1313 of :smie-open/close-alist.
1314 (smie-next-sexp): Make it accept a "start token" as argument.
1315 (smie-indent-keyword): Be careful not to misidentify tokens that span
1316 more than one line, as empty lines. Add argument `token'.
1317
07976ae3 13182010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 1319
afde451a
KH
1320 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
1321 multipart subtypes, insert all as usual.
1322
3d9ee611
KH
1323 * mail/rmail.el: Require rfc2047.
1324
07976ae3 13252010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
1326
1327 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
1328 (rmail-mime-entity-disposition)
1329 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
1330 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
1331 (rmail-mime-save): Handle the case that the button's `data' is a
1332 MIME entity.
1333 (rmail-mime-insert-text): New function.
9e0ecdab 1334 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
1335 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
1336 (rmail-mime-insert-bulk): New function mostly copied from the old
1337 rmail-mime-bulk-handler.
9e0ecdab
GM
1338 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
1339 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
1340 the old rmail-mime-multipart-handler.
1341 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 1342 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
1343 rmail-mime-show.
1344 (rmail-mime-insert-multipart, rmail-mime-parse)
1345 (rmail-mime-insert, rmail-show-mime)
1346 (rmail-insert-mime-forwarded-message)
1347 (rmail-insert-mime-resent-message): New functions.
1348 (rmail-insert-mime-forwarded-message-function): Set to
1349 rmail-insert-mime-forwarded-message.
1350 (rmail-insert-mime-resent-message-function): Set to
1351 rmail-insert-mime-resent-message.
1352
1353 * mail/rmailsum.el: Require rfc2047.
1354 (rmail-header-summary): Handle multiline Subject: field.
1355 (rmail-summary-line-decoder): Change the default to
1356 rfc2047-decode-string.
1357
1358 * mail/rmail.el (rmail-enable-mime): Change the default to t.
1359 (rmail-mime-feature): Change the default to `rmailmm'.
1360 (rmail-quit): Delete the specifal code for rmail-enable-mime.
1361 (rmail-display-labels): Likewise.
1362 (rmail-show-message-1): Check rmail-enable-mime, and use
1363 rmail-show-mime-function for a MIME message. Decode the headers
1364 according to RFC2047.
1365
07976ae3 13662010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
1367
1368 * progmodes/which-func.el (which-func-imenu-joiner-function):
1369 Return a string, as expected.
1370 (which-function-mode): Make sure we stop any previous timer before
1371 starting a new one.
1372
07976ae3 13732010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
1374
1375 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
1376 (tramp-default-user-alist, tramp-default-proxies-alist):
1377 Adapt custom options type. (Bug#7445)
e40fc745 1378
07976ae3 13792010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
1380
1381 * progmodes/python.el: Add Ipython support (Bug#5390).
1382 (python-shell-prompt-alist)
1383 (python-shell-continuation-prompt-alist): New options.
1384 (python--set-prompt-regexp): New function.
33aeea0e
SM
1385 (inferior-python-mode, run-python, python-shell):
1386 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
1387 prompt based on the Python interpreter.
1388 (python--prompt-regexp): New var.
1389 (python-check-comint-prompt)
1390 (python-comint-output-filter-function): Use it.
1391 (run-python): Use a pipe (Bug#5694).
1392
07976ae3 13932010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
1394
1395 * progmodes/python.el (run-python): Doc fix.
1396 (python-keep-current-directory-in-path): New var (Bug#7454).
1397
07976ae3 13982010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
1399
1400 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1401 Prompt user before actually printing.
1402
0b839457
GM
14032010-11-27 Glenn Morris <rgm@gnu.org>
1404
1405 * startup.el (package-enable-at-startup, package-initialize):
1406 Remove unnecessary declarations.
1407
96107967
EZ
14082010-11-27 Eli Zaretskii <eliz@gnu.org>
1409
1410 * international/characters.el (glyphless-char-display-control):
1411 Exclude newline and TAB from the c0-control group.
1412
a140ec5f
GM
14132010-11-27 Glenn Morris <rgm@gnu.org>
1414
82445062
GM
1415 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
1416 (expand-mail-aliases): Remove unnecessary autoload.
1417
08b5f072
GM
1418 * allout.el (allout-command-prefix, allout-mode-map): Declare.
1419
e96d4147
GM
1420 * shell.el (shell-dir-cookie-re): Move definition before use.
1421
a140ec5f
GM
1422 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1423 Replace undefined CL functions.
1424
a2249e66
EZ
14252010-11-26 Eli Zaretskii <eliz@gnu.org>
1426
228482b2
EZ
1427 * simple.el (prog-mode): Set bidi-paragraph-direction to
1428 left-to-right.
1429
a2249e66
EZ
1430 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
1431
d01d7b8d
GM
14322010-11-26 Glenn Morris <rgm@gnu.org>
1433
1434 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
1435 diary-outlook-formats can be sensitive to calendar-date-style.
1436 (diary-outlook-formats): Simplify the default setting.
1437 (diary-from-outlook-internal): Pass subject and body as arguments.
1438 Use dolist rather than dotimes. Don't save the diary buffer.
1439 (diary-from-outlook-gnus, diary-from-outlook-rmail):
1440 Pass subject and body as explicit arguments to the -internal function.
1441
b3ea64a3
LMI
14422010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1443
1444 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
1445 parsing them. This makes mailto:...?subject=foo\nbar work.
1446
d5e7b0d8
SM
14472010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1448
1449 * vc/diff.el (diff): Fix last change.
1450
872ab164
SM
14512010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1452
1453 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
1454 (pcase--dontcare-upats): New var.
1455 (pcase-let, pcase-let*): Generate better code.
1456 Accept the same bodies as `let'.
1457 (pcase-dolist): New macro.
1458 (pcase--trivial-upat-p): New helper function.
1459 (pcase--expand): Strip leading "(let nil" if any.
1460
876d1684
LMI
14612010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1462
7bd9b9d8
LMI
1463 * mail/mailclient.el (browse-url): Require.
1464 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
1465 use the external browser function to send the mail (bug#7469).
1466
876d1684
LMI
1467 * net/browse-url.el (browse-url-browser-function): Revert the
1468 default back to the previous value, since the new value broke
1469 mailclient.el.
1470 (browse-url-mailto-function): New variable for mailto: URLs.
1471 (browse-url): Use the new variable for mailto: URLs.
1472
6e13206c
SM
14732010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1474
1475 * eshell/esh-cmd.el (eshell-parse-command):
1476 * eshell/esh-arg.el (eshell-parse-arguments):
1477 * eshell/em-script.el (eshell-source-file):
1478 Use with-silent-modifications.
1479
3d92f44e
CY
14802010-11-23 Chong Yidong <cyd@stupidchicken.com>
1481
1482 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
1483 for a merge location.
1484
1485 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
1486 (vc-bzr-merge-branch): Always prompt.
1487 (vc-bzr-async-command): Use the full branch filename.
1488
8f5f1e68
SM
14892010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1490
1491 * shell.el (shell): Use current-buffer by default if it's already
1492 a shell mode buffer and its process is dead.
ee9355dc 1493 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 1494
331460ac
TH
14952010-11-23 Tassilo Horn <tassilo@member.fsf.org>
1496
8f5f1e68
SM
1497 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1498 Mention that the keywords should be comma separated.
331460ac 1499
2c3160c5
CY
15002010-11-23 Chong Yidong <cyd@stupidchicken.com>
1501
1502 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
1503 Accept optional prefix arg meaning to prompt for a command.
1504 (vc-update): Use vc-BACKEND-pull if available. Accept optional
1505 prefix arg meaning to prompt for a command.
1506 (vc-pull): Alias for vc-update.
1507
1508 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
1509 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
1510 (vc-bzr-merge-branch): New functions, implementing merge-branch
1511 and pull operations.
1512
b2e44819
SM
15132010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1514
8a0eb852
SM
1515 * Makefile.in: Fix up last merge.
1516
b2e44819
SM
1517 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
1518 (diff-sentinel): Get them as arguments instead.
1519 (diff-old-file, diff-new-file, diff-extra-args): Remove.
1520 (diff-file-local-copy, diff-better-file-name): New funs.
1521 (diff-no-select): Rename from diff-into-buffer.
1522 Support buffers additionally to files. Move `buf' arg. Don't display buf.
1523 Prefer closures to buffer-local variables.
1524 (diff): Adjust accordingly.
1525 (diff-buffer-with-file): Move from files.el.
1526 * files.el (diff-buffer-with-file): Move to vc/diff.el.
1527 (diff-buffer-internal): Remove.
1528 (diff-buffer-buffer): Remove.
1529 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
1530 the buffer name used, and so as not to mess up windows and frames.
1531
6a7662bb
BR
15322010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1533
1534 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
1535 (diff-buffer-internal): New function extracted from diff-buffer-with-file
1536 (diff-buffer-with-file): Use it.
1537 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
1538 (diff): Use it.
1539
c799747b
TH
15402010-11-22 Tassilo Horn <tassilo@member.fsf.org>
1541
1542 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
1543 \ref's or \pageref's value as default instead of initial input.
1544
e274eb13
MA
15452010-11-21 Michael Albinus <michael.albinus@gmx.de>
1546
1547 * files.el (backup-by-copying-when-mismatch): The default value is
1548 now t.
1549
1550 * startup.el (normal-top-level):
1551 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1552 `backup-by-copying-when-mismatch'.
1553
77af54d7
JD
15542010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1555
1556 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
1557
4e2f7d2a
CY
15582010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1559
6a7662bb
BR
1560 * progmodes/python.el (python-font-lock-keywords):
1561 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 1562
b7d1e144
JD
15632010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1564
1565 * term/ns-win.el (ns-right-control-modifier)
1566 (ns-right-command-modifier): Defvar them.
1567
1568 * cus-start.el (all): Add ns-right-control-modifier and
1569 ns-right-command-modifier (Bug#7458).
1570
c11cc37a
GM
15712010-11-20 Glenn Morris <rgm@gnu.org>
1572
1573 * emacs-lisp/authors.el (authors-ignored-files)
1574 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
1575
7dcd777e
TH
15762010-11-20 Tassilo Horn <tassilo@member.fsf.org>
1577
1578 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
1579 (report-emacs-bug-parse-query-results)
1580 (report-emacs-bug-create-existing-bugs-buffer): Pass through
1581 keywords used for querying the bug database to show them in the
1582 existing bugs buffer.
1583
d2bd5189
JD
15842010-11-20 Jan Djärv <jan.h.d@swipnet.se>
1585
1586 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
1587
1588 * info.el (info-tool-bar-map): Add some :vert-only keywords.
1589
0e7c0582
EZ
15902010-11-20 Eli Zaretskii <eliz@gnu.org>
1591
1592 * international/characters.el (glyphless-char-display-control):
1593 Make it a defcustom, with update-glyphless-char-display as its
1594 :set attribute.
1595 (top level): Don't call update-glyphless-char-display.
1596
7398933f
MA
15972010-11-20 Michael Albinus <michael.albinus@gmx.de>
1598
1599 Sync with Tramp 2.2.0.
1600
1601 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
1602 `file-remote-p' (due to compatibility).
1603
1604 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
1605 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
1606
1607 * net/trampver.el: Update release number.
1608
1cd64aae
EZ
16092010-11-20 Eli Zaretskii <eliz@gnu.org>
1610
1611 * faces.el (glyphless-char): Define value for `pc'.
1612
614316a7
TH
16132010-11-20 Tassilo Horn <tassilo@member.fsf.org>
1614
26214810
EZ
1615 Implemented a bug querying mechanism.
1616 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
1617 (report-emacs-bug-create-existing-bugs-buffer)
1618 (report-emacs-bug-parse-query-results)
26214810 1619 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 1620
9061f667
TH
16212010-11-19 Tassilo Horn <tassilo@member.fsf.org>
1622
1623 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
1624 a \ref{} or \pageref{} macro, then use its value as initial input.
1625
1265829e
JB
16262010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1627
1628 * calc/calc-units.el (math-build-units-table-buffer):
1629 calc/README: Mention that the TeX specific units won't use the
1630 `tex' prefix in TeX mode.
1631 calc/calc-lang.el (math-variable-table): Don't use the `tex'
1632 prefix for units in TeX mode.
1633
9fca7811
SM
16342010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1635
1636 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
1637 * comint.el (comint-kill-region): Make the yank-handler argument
1638 obsolete.
9fca7811 1639
4a47c275 16402010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 1641
e2f454c4
SM
1642 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
1643 that are both openers (resp. closers) and something else.
1644 (smie-grammar): Loosen definition of valid values.
1645 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
1646 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
1647 (smie-indent-after-keyword): Adjust users.
1648 (smie-indent-keyword): Don't indent empty lines.
1649
88bf1bec
SM
1650 * vc-hg.el (vc-hg-program): New var.
1651 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
1652 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
1653
4a47c275 16542010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
1655
1656 * emacs-lisp/autoload.el (autoload-find-destination): The function
1657 coding-system-eol-type may return non-numeric values. (Bug#7414)
1658
4a47c275 16592010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
1660
1661 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
1662
4a47c275 16632010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
1664
1665 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
1666
4a47c275 16672010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
1668
1669 * textmodes/picture.el (picture-mouse-set-point): Don't use
1670 posn-col-row; explicitly compute the motion based on the posn at
1671 the window-start (Bug#7390).
1672
4a47c275 16732010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
1674
1675 * novice.el (disabled-command-function):
1676 Fix 2009-11-15 change. (Bug#7384)
1677
4a47c275 16782010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
1679
1680 * calendar/calendar.el (diary-iso-date-forms): Make elements
1681 mutually exclusive. (Bug#7377)
1682
4a47c275 16832010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
1684
1685 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
1686 when filling the remaining "unconstrained" values.
1687
4a47c275 16882010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 1689
acef0722
SM
1690 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
1691 safety predicate.
1692
1693 * files.el (safe-local-variable-p): Gracefully handle errors.
1694
7bea8c7a
SM
1695 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
1696 Use smie-indent-virtual when indenting relative to an opener.
1697 (smie-rule-separator): Use smie-rule-parent.
1698 (smie-indent-keyword): Consult rules, even for openers at bol.
1699 (smie-indent-comment-close): Try to align closer's content.
1700
4a47c275 17012010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
1702
1703 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
1704
4a47c275 17052010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 1706
aa514451
GM
1707 * printing.el (pr-menu-bind): Doc fix.
1708
32b636de
GM
1709 * speedbar.el (speedbar-toggle-images): Doc fix.
1710
bc1d5cdf
GM
1711 * progmodes/python.el (python-shell): Doc fix.
1712
c790cad4
GM
1713 * wid-edit.el (widget-field-use-before-change)
1714 (widget-use-overlay-change): Doc fixes.
1715
c51bb5d2
SM
17162010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1717
8bbb7dd8
SM
1718 Minor cleanup to improve style.
1719 * textmodes/rst.el (rst-update-section): Use point-marker.
1720 (rst-get-decoration): Eliminate unneeded assignment.
1721 (rst-promote-region, rst-straighten-decorations)
1722 (rst-section-tree, rst-adjust): Use point-marker.
1723 (rst-toc-mode-mouse-goto): Avoid setq.
1724 (rst-shift-region-guts, rst-shift-region-left)
1725 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
1726 (rst-convert-bullets-to-enumeration): Use copy-marker.
1727
b7e270a2
SM
1728 * minibuffer.el (completion-fail-discreetly): New var.
1729 (completion--do-completion): Use it.
1730
c51bb5d2
SM
1731 * electric.el (electric-pair-pairs): New var.
1732 (electric-pair-post-self-insert-function): Use it.
1733 (electric-layout-post-self-insert-function): Don't insert a before
1734 newline unless it's actually needed.
1735
c04f2ac0
SM
17362010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1737
bac2de0f
SM
1738 * progmodes/python.el (run-python): Explain why we remove the current
1739 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
1740
c04f2ac0
SM
1741 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
1742
7100ff98
SM
17432010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1744
03f70355
SM
1745 * progmodes/octave-mod.el: Rely on elecric-*-modes.
1746 (octave-mode-map): Don't bind ;, SPC, and LF.
1747 (octave-auto-indent, octave-auto-newline): Remove.
1748 (electric-layout-rules): Declare.
1749 (octave-mode): Set electric-layout-rules.
1750 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
1751 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1752 (octave-electric-space): Remove.
1753
7100ff98
SM
1754 * electric.el (electric-layout-mode): New minor mode.
1755 (electric--after-char-pos): New function.
1756 (electric-indent-post-self-insert-function): Use it.
1757 (electric-layout-rules): New var.
1758 (electric-layout-post-self-insert-function): New function.
1759 (electric-indent-mode): Make them interact better.
1760
cca982d0
SM
17612010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1762
1763 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
1764 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
1765 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
1766
84992dff
AM
17672010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
1768
1769 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
1770 Make sure to check inside the word (Bug#6761).
1771
afa42fe3
CY
17722010-11-14 Chong Yidong <cyd@stupidchicken.com>
1773
1774 * startup.el (command-line): If the cursorColor resource is set,
1775 change the cursor face-spec (Bug#7392).
1776
a798747d 17772010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 1778
a798747d 1779 The main features of the following allout.el changes are:
1c9b9df0
KM
1780 - implement user customization for the allout key bindings
1781 - add a customization control by which the user can inhibit use of
a798747d 1782 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
1783 describe-prefix-bindings
1784 - adapt to new version of called-interactively-p, while
a798747d 1785 maintaining backwards compatibility with old version
1c9b9df0
KM
1786 - fix hotspot navigation so i works properly with meta-modified keys
1787
a798747d
GM
1788 * allout.el (allout-keybindings, allout-bind-keys)
1789 (allout-keybindings-binding, allout-prefixed-keybindings)
1790 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
1791 (allout-keybindings-list, allout-mode-map-adjustments)
1792 (allout-setup-mode-map): Establish allout-mode keymaps as user
1793 customizable settings, and also establish a customizable setting which
1794 regulates whether or not a trailing control-h is reserved for use with
1795 describe-prefix-bindings - and inhibit it by default, so that control-h
1796 *is* reserved for describe-prefix-bindings unless the user changes it.
1797
1798 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
1799 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
1800 modified events more comprehensively.
1801
a798747d
GM
1802 * allout.el (allout-substring-no-properties):
1803 Alias to use or provide version of `substring-no-properties'.
1804 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 1805
a798747d
GM
1806 * allout.el (allout-next-single-char-property-change):
1807 Alias to use or provide version of `next-single-char-property-change'.
1808 (allout-annotate-hidden, allout-hide-by-annotation):
1809 Use `allout-next-single-char-property-change'.
1c9b9df0 1810
a798747d
GM
1811 * allout.el (allout-select-safe-coding-system):
1812 Alias to use or provide version of `select-safe-coding-system'.
1813 (allout-toggle-subtree-encryption):
1814 Use `allout-select-safe-coding-system'.
1c9b9df0 1815
a798747d
GM
1816 * allout.el (allout-set-buffer-multibyte):
1817 Alias to use or provide version of `set-buffer-multibyte'.
1818 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 1819
a798747d
GM
1820 * allout.el (allout-called-interactively-p): Macro for using the
1821 different versions of called-interactively-p identically, depending on
1822 the subroutine's argument signature.
1823 (allout-back-to-current-heading, allout-beginning-of-current-entry):
1824 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 1825
a798747d
GM
1826 * allout.el (allout-init, allout-ascend, allout-end-of-level)
1827 (allout-previous-visible-heading, allout-forward-current-level)
1828 (allout-backward-current-level, allout-show-children):
1829 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 1830
a798747d
GM
1831 * allout.el (allout-before-change-handler):
1832 Exempt edits to the (overlaid) character after the allout outline
1833 bullet from edit confirmation prompt.
1c9b9df0 1834
a798747d
GM
1835 * allout.el (allout-add-resumptions):
1836 Ensure that it respects correct buffer for keybindings.
1c9b9df0 1837
a798747d
GM
1838 * allout.el (allout-beginning-of-line):
1839 Use `allout-previous-single-char-property-change' alias for the sake of
1840 diverse compatibility.
1c9b9df0 1841
a798747d
GM
1842 * allout.el (allout-end-of-line):
1843 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 1844
0216b738
CY
18452010-11-13 Chong Yidong <cyd@stupidchicken.com>
1846
1847 * frame.el (frame-notice-user-settings): Don't clobber other
1848 user-set parameters when calling face-set-after-frame-default in
1849 response to background-color parameter (Bug#7373).
1850
0eb025fb
EZ
18512010-11-13 Eli Zaretskii <eliz@gnu.org>
1852
1853 * international/characters.el (glyphless-char-display-control):
88b5a757 1854 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
1855 Signal an error if display method is not one of the recognized
1856 symbols.
0eb025fb 1857
6e060cee
MA
18582010-11-13 Michael Albinus <michael.albinus@gmx.de>
1859
1860 * net/tramp-compat.el (tramp-compat-line-beginning-position)
1861 (tramp-compat-line-end-position): Remove them.
1862
1863 * net/tramp.el (tramp-parse-rhosts-group)
1864 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
1865 (tramp-parse-hosts-group, tramp-parse-passwd-group)
1866 (tramp-parse-netrc-group, tramp-parse-putty-group)
1867 * net/tramp-cmds.el (tramp-append-tramp-buffers)
1868 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
1869 (tramp-sh-handle-file-selinux-context)
1870 (tramp-sh-handle-file-name-all-completions)
1871 (tramp-sh-handle-insert-directory)
1872 (tramp-sh-handle-expand-file-name, tramp-find-executable)
1873 (tramp-wait-for-output, tramp-send-command-and-read)
1874 * net/tramp-smb.el (tramp-smb-read-file-entry)
1875 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
1876
1877 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
1878 `point-at-bol'.
1879 (tramp-remote-coding-commands): Add an alternative using "base64
1880 -d -i". This is needed for older base64 versions from GNU
1881 coreutils. Reported by Klaus Reichl
1882 <Klaus.Reichl@thalesgroup.com>.
1883
8da5345f
HN
18842010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
1885
1886 * simple.el (count-words-region): New function.
1887
c156a63b
SM
18882010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1889
78835dd0
SM
1890 * shell.el (shell-dir-cookie-re): New custom variable.
1891 (shell-dir-cookie-watcher): New function.
1892
ebff325e
SM
1893 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
1894 and compilation-mode (bug#7350).
1895
4e9e1584
SM
1896 * vc/smerge-mode.el (smerge-refine): Choose better default part to
1897 highlight when one of them is empty.
1898
4490f875
SM
1899 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
1900 trailing space.
1901 (skeleton-newline): New function.
1902 (skeleton-internal-1): Use it.
1903
c156a63b
SM
1904 * simple.el (open-line): `newline' may strip trailing space.
1905
f3bb9e16
KR
19062010-11-12 Kevin Ryde <user42@zip.com.au>
1907
1908 * international/mule-cmds.el (princ-list): Use mapc.
1909
7847454a
GM
19102010-11-12 Glenn Morris <rgm@gnu.org>
1911
1912 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
1913 Use it to replace all instances of "*Compile-Log*"
1914
aa310257
SM
19152010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1916
1917 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
1918 indentation specs.
1919
cbf83ce9
SM
19202010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1921
1922 * progmodes/modula2.el: Use SMIE and skeleton.
1923 (m2-mode-syntax-table): (*..*) can be nested.
1924 Add //...\n. Fix paren syntax.
1925 (m2-mode-map): Remove LF and TAB bindings.
1926 (m2-indent): Add safety property.
1927 (m2-smie-grammar): New var.
1928 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
1929 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
1930 (m2-mode): Use define-derived-mode.
1931 (m2-newline, m2-tab): Remove.
1932 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
1933 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
1934 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
1935 (m2-import): Use define-skeleton.
1936
e7c4fb1e
GM
19372010-11-11 Glenn Morris <rgm@gnu.org>
1938
b3e4c911
GM
1939 * obsolete/lucid.el: Don't warn about any CL functions in this file.
1940
b3e22bd4
GM
1941 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
1942 (ls-lisp-verbosity): Add custom :set-after property.
1943 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
1944 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
1945 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
1946 (ls-lisp-set-options): New function.
1947 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
1948 Doc fix.
b3e22bd4 1949
55a4b4fe
GM
1950 * play/landmark.el (lm-prompt-for-move):
1951 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
1952
e7c4fb1e
GM
1953 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
1954
1955 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
1956 (idlwave-study-twins): Prefix dynamic local variable `name'.
1957 (idlwave-routine-twin-compare): Update for above change.
1958
1959 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
1960 Prefix dynamic local variables `name', `kwd', and `link'.
1961 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
1962 * progmodes/idlw-complete-structtag.el
1963 (idlwave-complete-structure-tag-help):
1964 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
1965 (idlwave-complete-sysvar-tag-help)
1966 (idlwave-complete-class-structure-tag-help):
1967 Update for above name changes.
1968
afe2870b
LMI
19692010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1970
1971 * net/browse-url.el (browse-url-browser-function): Change the
1972 default to use `browse-url-mail' on mailto: URLs.
1973
fbe3be3f
CY
19742010-11-10 Chong Yidong <cyd@stupidchicken.com>
1975
cbf83ce9
SM
1976 * emacs-lisp/package.el (package-read-all-archive-contents):
1977 Reset package-archive-contents to nil before re-reading.
fbe3be3f 1978
a7cfbaea 19792010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
1980
1981 * textmodes/flyspell.el (flyspell-word): Do not re-check words
1982 already found as misspellings by (flyspell-large-region), just
c97685d4 1983 do highlighting (bug#7322).
bd4532fc 1984
13e7256f
GM
19852010-11-10 Glenn Morris <rgm@gnu.org>
1986
6d2a1e35
GM
1987 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
1988
d4aca69c
GM
1989 * emulation/edt.el (edt-with-position): New macro.
1990 (edt-find-forward, edt-find-backward, edt-find-next-forward)
1991 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
1992 (edt-paragraph-forward, edt-paragraph-backward): Use it.
1993
f8a09adb
GM
1994 * emulation/tpu-extras.el (tpu-with-position): New macro.
1995 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
1996
c026460b
GM
1997 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
1998
dea53a43
GM
1999 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
2000 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
2001 (texinfo-master-menu, texinfo-insert-node-lines)
2002 (texinfo-multiple-files-update):
2003 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
2004 Use line-beginning-position.
2005
72bc50c0
GM
2006 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
2007 No recent Emacs supports system-type `emx'.
2008
2009 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
2010 (ada-command-separator, ada-default-prj-properties)
2011 (ada-find-any-references): Update for above name change.
2012
2013 * dirtrack.el (dirtrack-directory-function)
2014 (dirtrack-canonicalize-function):
2015 * filecache.el (file-cache-completion-ignore-case)
2016 (file-cache-case-fold-search, file-cache-ignore-case):
2017 * term.el (serial-port-is-file-p): Cosmetic change.
2018
2019 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
2020 Remove non-existent `windows-95' system-type.
2021 * dired.el (dired-chown-program): Remove non-existent `linux'
2022 system-type.
2023
17731c39
GM
2024 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
2025 (ping-program-options): Remove non-existent `linux' system-type.
2026
9228bbd3
GM
2027 * startup.el (package-initialize): Update declaration.
2028
6e404950
GM
2029 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
2030 (ls-lisp-handle-switches): Use time-less-p.
2031 (ls-lisp-format-time): Use float-time.
2032
6f0d4bb6
GM
2033 * textmodes/remember.el (remember-time-to-seconds): Remove.
2034 (remember-store-in-mailbox): Use float-time.
2035
2036 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
2037
2038 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
2039 never a real function.
2040 (with-no-warnings): Remove compat stub, now unused.
2041 (time-less-p): Doc fix.
2042 (time-to-number-of-days): Simplify.
2043
73171bd4
GM
2044 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
2045 Remove.
2046 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
2047 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
2048 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
2049 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
2050 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
2051
13e7256f
GM
2052 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
2053 (eshell-shuffle-files, eshell-shorthand-tar-command)
2054 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
2055 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
2056 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
2057 Prefix dynamic local variable `matches'.
2058
b565f5a1
GM
2059 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
2060 Prefix dynamic local variable `skeleton'.
2061
5ad3e885
KY
20622010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2063
2064 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
2065 in mail buffer; make yank-action always a command that yanks original
2066 buffer.
2067
14121c52
GM
20682010-11-09 Glenn Morris <rgm@gnu.org>
2069
2070 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
2071
d607b96b 20722010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 2073
9bdba5f5
SM
2074 * minibuffer.el (minibuffer-completion-help): Specify the end of the
2075 completion field (bug#7211).
2076
73525e72
SM
2077 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
2078 Fix handling of backslash escapes.
2079 (python-quote-syntax): Adjust accordingly.
2080
d607b96b 20812010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
2082
2083 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
2084 (vc-mtn-workfile-branch): Adjust to new output format.
2085
d607b96b 20862010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
2087
2088 * international/mule-cmds.el (princ-list): Mark as obsolete.
2089
d607b96b 20902010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
2091
2092 * emacs-lisp/smie.el: New package.
2093
d607b96b 20942010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 2095
7f925a67
SM
2096 * files.el (backup-by-copying-when-mismatch):
2097 Set `permanent-local' property.
6ce78fdc
MA
2098
2099 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 2100 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 2101
d607b96b 21022010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
2103
2104 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
2105
d607b96b 21062010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 2107
7f925a67 2108 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 2109 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
2110 AUTOINOUT for SV style multidimensional arrays, bug294.
2111 Reported by Eric Mastromarchi.
2112 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
2113 font-lock-fontify-buffer to cleanup style issues.
2114
d607b96b 21152010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
2116
2117 * locate.el (locate, locate-mode): Doc fixes.
2118
d607b96b 21192010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
2120
2121 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
2122 user for confirmation.
2123 (server-force-stop): Use it.
2124 (server-start): Use server-force-stop for kill-emacs-hook, to
2125 avoid user interaction while killing Emacs.
2126
9b026d9f
GM
21272010-11-09 Glenn Morris <rgm@gnu.org>
2128
3406534c 2129 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 2130 (meta-indent-line): Simplify.
3406534c 2131
9b026d9f
GM
2132 * vc/emerge.el (emerge-line-number-in-buf):
2133 * textmodes/ispell.el (ispell-region):
2134 * textmodes/fill.el (current-fill-column):
2135 * progmodes/xscheme.el (xscheme-send-current-line):
2136 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
2137 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
2138 * progmodes/sh-script.el (sh-handle-prev-do):
2139 * progmodes/meta-mode.el (meta-indent-line):
2140 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
2141 (idlwave-in-quote):
2142 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
2143 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
2144 * progmodes/fortran.el (fortran-looking-at-if-then):
2145 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
2146 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
2147 (cperl-find-pods-heres):
2148 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
2149 * net/quickurl.el (quickurl-list-insert):
2150 * net/ldap.el (ldap-search-internal):
2151 * net/eudc.el (eudc-expand-inline):
2152 * mail/sendmail.el (sendmail-send-it):
2153 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
2154 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
2155 (viper-brac-function):
2156 * calc/calc-yank.el (calc-do-grab-region):
2157 * calc/calc-keypd.el (calc-keypad-press):
2158 * term.el (term-move-columns, term-insert-spaces):
2159 * speedbar.el (speedbar-highlight-one-tag-line):
2160 * simple.el (current-word):
2161 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2162 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
2163 (Info-scroll-down):
2164 * hippie-exp.el (he-line-beg):
2165 * epa.el (epa--marked-keys):
2166 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
2167 (dired-update-file-line, dired-add-entry, dired-remove-entry)
2168 (dired-relist-entry):
2169 * buff-menu.el (Buffer-menu-buffer):
2170 * array.el (current-line):
2171 * allout.el (allout-resolve-xref)
2172 (allout-latex-verbatim-quote-curr-line):
2173 Replace yet more uses of end-of-line etc with line-end-position, etc.
2174
db94771e
SM
21752010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2176
1398b795
SM
2177 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
2178 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
2179 (checkdoc-syntax-table): Initialize in the declaration.
2180 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
2181 the mode on unconditionally.
2182
db94771e
SM
2183 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
2184 (extent-end-position, extent-start-position): Remove setf method for
2185 non-existing functions (bug#7319).
2186
674728d4
SM
21872010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2188
2189 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
2190 (smie-precs->prec2): Rename from smie-precs-precedence-table.
2191 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
2192 (smie-prec2->grammar): Rename from smie-prec2-levels.
2193 (smie-grammar): Rename from smie-op-levels.
2194 (smie-indent--hanging-p): Rename from smie-hanging-p.
2195 (smie-rule-hanging-p): New alias.
2196 (smie-indent--bolp): Rename from smie-bolp.
2197 (smie-indent--hanging-p): New alias.
2198 (smie--token): New dynamically bound variable.
2199 (smie-indent--parent): New function.
2200 (smie-rule-parent-p): Use it; rename from smie-parent-p.
2201 (smie-rule-next-p): Rename from smie-next-p.
2202 (smie-rule-prev-p): Rename from smie-prev-p.
2203 (smie-rule-sibling-p, smie-rule-parent)
2204 (smie-indent--separator-outdent, smie-rule-separator): New functions.
2205 (smie-rule-separator-outdent): New var.
2206 (smie-indent--rule): Merge with smie-indent--column.
2207 (smie-indent-forward-token, smie-indent-backward-token):
2208 Also recognize close parens.
2209 (smie-indent-keyword): Don't use smie-indent--column any more.
2210 (smie-indent-after-keyword): Ignore closers by default.
2211 (smie-indent-line): Use with-demoted-errors.
2212 * progmodes/octave-mod.el (octave-smie-grammar):
2213 Rename from octave-smie-op-levels.
2214 (octave-smie-rules): Adjust to new behavior.
2215 * progmodes/prolog.el (prolog-smie-grammar):
2216 Rename from prolog-smie-op-levels.
2217
26f097bf
GM
22182010-11-07 Glenn Morris <rgm@gnu.org>
2219
de3490e1
GM
2220 * eshell/esh-util.el (subst-char-in-string)
2221 (directory-files-and-attributes): These compatibility definitions are
2222 not needed on any version of Emacs since at least 21.4.
2223
3ba6b2ee
GM
2224 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
2225 (verilog-get-end-of-line): Remove.
2226 (verilog-within-string, verilog-re-search-forward-substr)
2227 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
2228 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
2229 Use point-at-bol, point-at-eol.
2230 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
2231 Remove.
2232 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
2233 (electric-pascal-terminate-line, pascal-set-auto-comments)
2234 (pascal-indent-paramlist, pascal-indent-declaration)
2235 (pascal-get-lineup-indent, pascal-func-completion)
2236 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
2237 Use point-at-bol, point-at-eol.
2238 * progmodes/flymake.el (flymake-line-beginning-position)
2239 (flymake-line-end-position): Remove.
2240 (flymake-highlight-line): Use point-at-bol, point-at-eol.
2241 * eshell/esh-util.el (line-end-position, line-beginning-position):
2242 Remove compat definitions.
2243
76fc02b6
GM
2244 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2245 Use end-of-line N.
2246 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
2247 Use line-end-position.
2248
e180ab9f
GM
2249 * emacs-lisp/chart.el (chart-zap-chars):
2250 * play/decipher.el (decipher-set-map):
2251 * progmodes/ada-mode.el (ada-get-current-indent)
2252 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
2253 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
2254 * progmodes/ada-xref.el (ada-initialize-runtime-library)
2255 (ada-get-all-references):
2256 * progmodes/cperl-mode.el (cperl-electric-paren)
2257 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
2258 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
2259 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
2260 (cperl-word-at-point-hard):
2261 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
2262 (idlwave-shell-filename-string, idlwave-shell-batch-command)
2263 (idlwave-shell-display-line):
2264 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
2265 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
2266 * progmodes/js.el (js--re-search-forward-inner)
2267 (js--re-search-backward-inner):
2268 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
2269 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
2270 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
2271 * textmodes/flyspell.el (flyspell-process-localwords):
2272 * textmodes/ispell.el (ispell-buffer-local-parsing)
2273 (ispell-buffer-local-dict, ispell-buffer-local-words):
2274 Use point-at-bol and point-at-eol.
2275
26f097bf
GM
2276 * speedbar.el (speedbar-generic-item-info)
2277 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
2278 (speedbar-add-indicator, speedbar-check-vc-this-line)
2279 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
2280 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
2281 Replace more uses of end-of-line etc with line-end-position.
2282
b05fde66
GM
22832010-11-06 Glenn Morris <rgm@gnu.org>
2284
5ed619e0
GM
2285 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
2286 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
2287 (texinfo-delete-existing-pointers, texinfo-find-pointer)
2288 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
2289 (texinfo-multiple-files-update):
2290 * textmodes/table.el (table--probe-cell-left-up)
2291 (table--probe-cell-right-bottom):
2292 * textmodes/picture.el (picture-tab-search):
2293 * textmodes/page-ext.el (pages-copy-header-and-position)
2294 (pages-directory-for-addresses):
2295 * progmodes/vera-mode.el (vera-get-offset):
2296 * progmodes/simula.el (simula-calculate-indent):
2297 * progmodes/python.el (python-pdbtrack-overlay-arrow):
2298 * progmodes/prolog.el (end-of-prolog-clause):
2299 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
2300 * progmodes/icon.el (indent-icon-exp):
2301 * progmodes/etags.el (tag-re-match-p):
2302 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
2303 * progmodes/ebnf2ps.el (ebnf-begin-file):
2304 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
2305 (dcl-save-local-variable):
2306 * play/life.el (life-setup):
2307 * play/gametree.el (gametree-looking-at-ply):
2308 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2309 * mail/sendmail.el (mail-mode-auto-fill):
2310 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2311 * emacs-lisp/edebug.el (edebug-overlay-arrow):
2312 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
2313 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
2314 (woman-tab-to-tab-stop, WoMan-warn-ignored):
2315 * type-break.el (type-break-file-keystroke-count):
2316 * term.el (term-replace-by-expanded-history-before-point)
2317 (term-skip-prompt, term-extract-string):
2318 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
2319 (speedbar-contract-line, speedbar-toggle-line-expansion)
2320 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
2321 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
2322 * sort.el (sort-skip-fields):
2323 * skeleton.el (skeleton-internal-list):
2324 * simple.el (line-move-finish, line-move-to-column):
2325 * shell.el (shell-forward-command):
2326 * misc.el (copy-from-above-command):
2327 * makesum.el (double-column):
2328 * ebuff-menu.el (electric-buffer-update-highlight):
2329 * dired.el (dired-move-to-end-of-filename):
2330 * dframe.el (dframe-popup-kludge):
2331 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
2332 * arc-mode.el (archive-get-lineno):
2333 Use line-end-position and line-beginning-position.
2334
e2a9c0bc
GM
2335 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
2336 (idlwave-study-twins): Prefix dynamic local `class'.
2337 (idlwave-routine-twin-compare): Update for above name change.
2338
4e44448f
GM
2339 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
2340 Use boundp tests to silence compiler. Update for changed name of
2341 bytecomp-filename variable.
2342
8f6c3eac
GM
2343 * emulation/viper-cmd.el (viper-read-string-with-history):
2344 Prefix dynamic local `initial'.
2345 (viper-minibuffer-standard-hook): Update for above name change.
2346
79d1dabe
GM
2347 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
2348 (elint-init-form): Update for above name change.
2349
0e4bb7f0
GM
2350 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
2351 local variables `cbeg' and `cend' a prefix.
2352 (mail-extr-voodoo): Update for above name change.
2353
c8f3bf36
GM
2354 * textmodes/reftex-toc.el (reftex-toc-do-promote)
2355 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
2356 (reftex-toc-promote-action): Doc fix.
2357
2358 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
2359 `prompt', `data' a prefix.
2360 (reftex-select-post-command-hook, reftex-select-callback)
2361 (reftex-select-mouse-accept, reftex-select-read-cite):
2362 Update for above name changes.
2363
2364 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
2365 `refstyle' to reftex-refstyle.
2366 (reftex-offer-label-menu): Update for above name change.
2367 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
2368 `refstyle' name change.
2369
b05fde66
GM
2370 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
2371 with with-current-buffer.
2372 (diff, template): Give dynamic local variables a prefix.
2373 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
2374 (emerge-line-number-in-buf): Update for above name change.
2375 (emerge-combine-versions-internal): Rename local `template' to
2376 emerge-combine-template.
2377 (emerge-combine-versions-edit): Update for above name change.
2378
5d8f9169
RA
23792010-11-06 Ralf Angeli <angeli@caeruleus.net>
2380
2381 * textmodes/reftex-cite.el
2382 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
2383 entries with whitespace after \bibitem.
2384 (reftex-create-bibtex-file): Match entries containing numbers and
2385 symbol constituents. Make sure that entries with whitespace at
2386 various places are found.
2387
f8aefe82
MA
23882010-11-05 Christian Millour <cm@abtela.com> (tiny change)
2389
2390 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
2391
e06918d2
JD
23922010-11-05 Jan Djärv <jan.h.d@swipnet.se>
2393
2394 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
2395
17fc58c9
GM
23962010-11-05 Glenn Morris <rgm@gnu.org>
2397
f7fe4837
GM
2398 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
2399 (woman2-roff-buffer): Give local variable `request' a prefix.
2400 (woman0-macro): Rename argument `request' in the same way.
2401 (woman-request): New name for `request' dynamic variable.
2402 (woman-unquote, woman-forward-arg): Update for above name change.
2403 (woman1-roff-buffer): Give local variable `unquote' a prefix.
2404 (woman1-unquote): New name for `unquote' dynamic variable.
2405 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
2406 (woman-translations): Rename from `translations'. No longer global.
2407 (woman2-tr, woman-translate): Update for above name change.
2408 (woman-translate): Check for bound variable.
2409 (woman2-roff-buffer): Give local variable `translations' a prefix.
2410
869c4186
GM
2411 * play/doctor.el: Give all local variables a prefix. Update callers.
2412 (doc$, doctor-put-meaning): Use backquote.
2413
215461a8
GM
2414 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
2415 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
2416
17fc58c9
GM
2417 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
2418 variables bytes, ptr, op a prefix.
2419 (disassemble-offset): Update for above change.
2420
015eea59
CY
24212010-11-03 Chong Yidong <cyd@stupidchicken.com>
2422
2423 * emacs-lisp/package.el (package-unpack): Remove no-op.
2424 (package--builtins, package--dir): Doc fix.
2425 (package-activate-1, package-activate, package-install)
2426 (package-compute-transaction): Fix error message.
2427 (package-delete): Use delete-directory. Omit system packages.
2428 (package-initialize): Set package-alist to nil first.
2429 (package-menu-mark-delete, package-menu-mark-install): Don't add
2430 symbols that are inconsistent with the package state.
2431 (package-menu-execute): Perform deletions and installations as
2432 single batch operations.
2433
033862d1
GM
24342010-11-03 Glenn Morris <rgm@gnu.org>
2435
0b03a950
GM
2436 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
2437 (props): Remove unnecessary declaration.
2438
e337e22c
GM
2439 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
2440 set-process-query-on-exit-flag.
2441
a88e24dd 2442 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
2443 (reftex-toc-do-promote): Remove unused local `mpos'.
2444 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 2445
537b04b9
GM
2446 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
2447
52365e61
GM
2448 * play/landmark.el (lm-losing-threshold): Correct spelling.
2449 (lm-human-plays): Use new name.
2450
cd32f8a9
GM
2451 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
2452 (gomoku-human-plays): Use new name.
2453
033862d1
GM
2454 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
2455 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
2456 (gomoku-score-trans-table, gomoku-winning-threshold)
2457 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
2458
4b99edf2
CY
24592010-11-03 Chong Yidong <cyd@stupidchicken.com>
2460
2461 * emacs-lisp/package.el: Don't put built-in packages in
2462 package-alist, to avoid loading inefficiencies.
2463 (package-built-in-p): Make VERSION optional, and treat it as a
2464 minimum acceptable version.
6a7662bb
BR
2465 (package-activate): Search separately for built-in packages.
2466 Emit a warning if a dependency fails.
4b99edf2
CY
2467 (define-package): Handle most common case, where there is no
2468 obsolete package, first.
2469 (package-compute-transaction): Print required version in error.
2470 (package--initialized): New variable.
2471 (list-packages): Use it.
2472 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
2473 built-in packages in packages-alist; keep it separate.
2474 Set package--initialized.
4b99edf2
CY
2475 (describe-package): Avoid activating packages as a side-effect.
2476 Search separately for built-in packages.
2477 (describe-package-1): Handle the case where an elpa package is
2478 simultaneously built-in and available/installed.
6a7662bb
BR
2479 (package-installed-p, package--generate-package-list):
2480 Search separately for built-in packages.
4b99edf2
CY
2481 (package-load-descriptor): Doc fix.
2482
3225dcaa
SM
24832010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2484
2485 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2486 Handle __DATA__ and __END__.
2487
fa14dc18
NF
24882010-11-02 Noah Friedman <friedman@splode.com>
2489
2490 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
2491 nil, do not ask to recompile files that are not already compiled,
2492 and do not recompile them.
2493
0f75c62a
CY
24942010-11-02 Chong Yidong <cyd@stupidchicken.com>
2495
2496 * emacs-lisp/package.el (package-initialize): Ensure that
2497 obsoleted built-in packages are not in package-activated-list
2498 during activation.
2499 (describe-package-1): Make the "installed" status override
2500 "built-in".
2501
b29f5b7b
VJL
25022010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2503
2504 * subr.el (version-separator, version-regexp-alist): Remove '*'
2505 from docstring.
2506 (version-list-<=, version<=, version=): Doc fix.
2507
b18fad6d
KH
25082010-11-01 Kenichi Handa <handa@m17n.org>
2509
2510 * faces.el (glyphless-char): Inherit underline for tty.
2511
a8039db1 25122010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
2513
2514 Implement various display methods for glyphless characters.
2515
2516 * international/characters.el (char-acronym-table): New variable.
2517 (glyphless-char-control): New variable.
2518 (update-glyphless-char-display): New funciton.
2519
2520 * faces.el (glyphless-char): New face.
2521
28886d5e
GM
25222010-11-01 Glenn Morris <rgm@gnu.org>
2523
919dd7aa
GM
2524 * calendar/holidays.el (general-holidays, oriental-holidays)
2525 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
2526 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
2527 the definitions of their targets.
2528
c79fc059
GM
2529 * emacs-lisp/smie.el (smie): New custom group.
2530 (smie-blink-matching-inners, smie-indent-basic): Add :group.
2531
c8ccffb1
GM
2532 * faces.el (xw-defined-colors, x-setup-function-keys):
2533 * mouse-sel.el (x-select-text):
2534 * term/w32console.el (x-setup-function-keys): Update declarations.
2535
f4ff702e
GM
2536 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
2537
806c491a
GM
2538 * textmodes/ispell.el (comment-add): Declare.
2539
c3dfebd1
GM
2540 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
2541 Declare.
2542
28886d5e
GM
2543 * info.el (finder-keywords-hash, package-alist): Declare.
2544
693c9d15
CY
25452010-11-01 Chong Yidong <cyd@stupidchicken.com>
2546
2547 * finder.el (finder-compile-keywords): Don't use intern-soft,
2548 since package names may not yet exist in the obarray.
2549
25502010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
2551
2552 * vc/vc-arch.el (vc-arch-checkin):
2553 * vc/vc-cvs.el (vc-cvs-checkin):
2554 * vc/vc-mtn.el (vc-mtn-checkin):
2555 * vc/vc-rcs.el (vc-rcs-checkin):
2556 * vc/vc-sccs.el (vc-sccs-checkin):
2557 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
2558 since 2010-04-21 commit by Stefan Monnier.
2559
36967cf7
GM
25602010-11-01 Glenn Morris <rgm@gnu.org>
2561
feb5e60a
GM
2562 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
2563
1f023ca9
GM
2564 * startup.el (package-enable-at-startup, package-initialize):
2565 Silence compiler.
2566
36967cf7
GM
2567 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
2568 Silence compiler.
2569
430e7297
JD
25702010-10-31 Julien Danjou <julien@danjou.info>
2571
2572 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
2573 (byte-recompile-directory):
2574 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
2575 Use `byte-recompile-file'.
2576
c8c59954
GM
25772010-10-31 Glenn Morris <rgm@gnu.org>
2578
2579 * cus-start.el: Handle standard values via a keyword.
2580 Only set version property if specified.
2581 (cursor-in-non-selected-windows, menu-bar-mode)
2582 (tool-bar-mode, show-trailing-whitespace):
2583 Do not specify standard values.
2584 (transient-mark-mode, temporary-file-directory): Use :standard.
2585
04e63796
JD
25862010-10-31 Jan Djärv <jan.h.d@swipnet.se>
2587
2588 * term/x-win.el (x-get-selection-value): New function that gets
2589 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
2590
2699a554 25912010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
2592
2593 * net/tramp.el (tramp-handle-insert-file-contents): For root,
2594 preserve owner and group when editing files. (Bug#7289)
2595
35fcc05c 25962010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
2597
2598 * speedbar.el (speedbar-mode):
2599 * play/fortune.el (fortune-in-buffer, fortune):
2600 * play/gomoku.el (gomoku-mode):
2601 * play/landmark.el (lm-mode):
2602 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2603 Replace inappropriate uses of toggle-read-only. (Bug#7292)
2604
82f7efc3
GM
2605 * select.el (x-selection): Mark it as an obsolete alias.
2606
2699a554 26072010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 2608
f486841f 2609 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
2610 major-mode (bug#7284).
2611
2699a554 26122010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
2613
2614 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
2615 rather than just an unused variable that inherits from the real one.
2616
e6ef5dd9
AM
26172010-10-31 Alan Mackenzie <acm@muc.de>
2618
2619 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
2620 This fixes bug #7185.
2621
8a500a91
CY
26222010-10-30 Chong Yidong <cyd@stupidchicken.com>
2623
2624 * startup.el (command-line): Search for package directories, and
2625 don't load package.el if none are found.
2626
6a7662bb
BR
2627 * emacs-lisp/package.el (describe-package, list-packages):
2628 Call package-initialize if it has not been called yet.
8a500a91 2629
4f9e41e4
AM
26302010-10-30 Alan Mackenzie <acm@muc.de>
2631
2632 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
2633 which fontifies the tail of an enum.
2634 (c-basic-matchers-after): Insert a call to the above new function.
2635 This fixes bug #7264.
2636
88f43c67
GM
26372010-10-30 Glenn Morris <rgm@gnu.org>
2638
2639 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
2640 tool-bar-mode, transient-mark-mode. (Bug#7306)
2641 Include the :set property in the dumped Emacs.
2642
c4d17d50
SM
26432010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2644
2645 SMIE: change indent rules format, improve smie-setup.
2646 * emacs-lisp/smie.el (smie-precs-precedence-table)
2647 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
2648 Mark them pure so the tables gets built at compile time.
2649 (smie-bnf-precedence-table): Store the closer-alist in the table.
2650 (smie-prec2-levels): Preserve the closer-alist.
2651 (smie-blink-matching-open): Be more forgiving in case of indentation.
2652 (smie-hanging-p): Rename from smie-indent--hanging-p.
2653 (smie-bolp): Rename from smie-indent--bolp.
2654 (smie--parent, smie--after): New dynamic vars.
2655 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
2656 (smie-indent-rules): Remove.
2657 (smie-indent--offset-rule): Remove fun.
2658 (smie-rules-function): New var.
2659 (smie-indent--rule): New fun.
2660 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
2661 (smie-indent-exps): Use it.
2662 (smie-setup): Setup paren blinking; add keyword args for token
2663 functions; extract closer-alist from op-levels.
2664 (smie-indent-debug-log): Remove var.
2665 (smie-indent-debug): Remove fun.
2666 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
2667 (prolog-smie-rules): New fun to replace it.
2668 (prolog-mode-variables): Simplify.
2669 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
2670 it's setup automatically.
2671 (octave-smie-indent-rules): Remove.
2672 (octave-smie-rules): New fun to replace it.
2673 (octave-mode): Simplify.
2674
9d794026
GM
26752010-10-29 Glenn Morris <rgm@gnu.org>
2676
e088c02a
GM
2677 * files.el (temporary-file-directory): Remove (already defined in C).
2678 * cus-start.el: Add temporary-file-directory.
2679
9d794026
GM
2680 * abbrev.el (abbrev-mode):
2681 * composite.el (auto-composition-mode):
2682 * menu-bar.el (menu-bar-mode):
2683 * simple.el (transient-mark-mode):
2684 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
2685 that they do not define the associated variables twice.
2686 * simple.el (transient-mark-mode): Remove defvar.
2687 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
2688 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
2689 Handle multiple groups, and also custom-delayed-init-variables.
2690 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2691
dcc029e0
SM
26922010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2693
2694 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
2695 (pcase-if): Add one minor optimization.
2696 (pcase-split-equal): Rename from pcase-split-eq.
2697 (pcase-split-member): Rename from pcase-split-memq.
2698 (pcase-u1): Add strings to the member optimization.
2699 Add `guard' variant of predicates.
2700 (pcase-q1): Add string patterns.
2701
a62b88d4
SM
27022010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2703
2704 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
2705
f41f19b0
GM
27062010-10-28 Glenn Morris <rgm@gnu.org>
2707
b3edb781
GM
2708 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2709 Move menu-bar related settings to ../menu-bar.el.
2710 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2711 Move ns-specific settings here from term/ns-win.el.
2712
f41f19b0
GM
2713 * simple.el (x-selection-owner-p): Remove unused declaration.
2714
6175cd08
SM
27152010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2716
2717 * minibuffer.el (completion-cycling): New var (bug#7266).
2718 (minibuffer-complete, completion--do-completion):
2719 Use completion--flush-all-sorted-completions.
2720 (minibuffer-complete): Only cycle if completion-cycling is set.
2721 (completion--flush-all-sorted-completions): Unset completion-cycling.
2722 (minibuffer-force-complete): Set completion-cycling.
2723 (completion-all-sorted-completions): Move declaration before first use.
2724
19677c71
LL
27252010-10-28 Leo <sdl.web@gmail.com>
2726
2727 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
2728 which changes the order of matches seen by users (bug#7231).
2729
27302010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
2731
2732 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2733 Don't confuse -omega as "-o mega".
2734
2122161f
SM
27352010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2736
ce8794df
SM
2737 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
2738 (log-edit-author): New dynamic var.
2739 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
2740 to return the author if different from committer.
2741 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
2742
80cb310d
SM
2743 * play/landmark.el: Adjust commenting convention.
2744 (lm-nil-score): Rename from nil-score.
2745 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
2746 (OOOOscore): Move into a let in lm-score-trans-table.
2747 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
2748
2122161f
SM
2749 * electric.el (electric-indent-chars): Autoload.
2750 * progmodes/octave-mod.el (octave-mode):
2751 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
2752 (ruby-mode-abbrev-table): Merge initialization and declaration.
2753
e925113b
GM
27542010-10-27 Glenn Morris <rgm@gnu.org>
2755
208d109c
GM
2756 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
2757 variable.
2758
7d3e3843
GM
2759 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
2760
e925113b
GM
2761 * term/ns-win.el: Restore require of cl when compiling.
2762 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
2763 (ns-handle-nxopen): Optionally handle the temp-case.
2764 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
2765 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 2766
b94a5a43
GM
27672010-10-26 Glenn Morris <rgm@gnu.org>
2768
2769 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
2770
fc3eda04
AR
27712010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2772
2773 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
2774 global map.
2775 * term/common-win.el (x-setup-function-keys): Remove most of the
2776 keymappings. Comment on the remaining ones.
2777
c79b0b1c
PO
27782010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
2779
c31dc2c0 2780 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
2781 (server-start): Use server-port.
2782
725513b7
GM
27832010-10-26 Glenn Morris <rgm@gnu.org>
2784
d7d8c62a
GM
2785 * term/ns-win.el (ns-version-string): Remove unused declaration.
2786 (ns-invocation-args): Change to x-invocation-args.
2787 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
2788 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
2789 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
2790 Use x-invocation-args instead of ns-invocation-args.
2791 (ns-initialize-window-system, handle-args-function-alist):
2792 Use x-handle-args instead of ns-handle-args.
2793 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
2794 * startup.el (command-line-ns-option-alist): Replace
2795 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
2796 ns-handle-iconic with the x- equivalents.
2797
725513b7
GM
2798 * term/common-win.el (x-select-enable-clipboard):
2799 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
2800
2801 * term/ns-win.el: No need to require cl when compiling.
2802 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
2803 (xw-defined-colors): Use the common-win definitions.
2804 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
2805 (ns-handle-iconic): Make it an alias for x-handle-iconic.
2806 * term/common-win.el (x-select-text, x-alternatives-map)
2807 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
2808 * loadup.el [ns]: Load common-win.
2809
77ec02d8
DU
28102010-10-26 Daiki Ueno <ueno@unixuser.org>
2811
2812 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 2813 recipients; expand mail aliases (Bug#7280).
77ec02d8 2814
6a5c2175
GM
28152010-10-25 Glenn Morris <rgm@gnu.org>
2816
59ba9d59
GM
2817 * term/common-win.el (x-handle-switch): Simplify with pop.
2818 Optionally handle numeric switches.
2819 (x-handle-numeric-switch): Just call x-handle-switch.
2820 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
2821 (x-handle-name-switch, x-handle-display, x-handle-args):
2822 Simplify with pop.
2823
6a5c2175
GM
2824 * term/ns-win.el: Do not require easymenu.
2825 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
2826 <spell>: Move adjustments to menu-bar.el.
2827 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
2828 <separator-undo, spell>: Move ns-win's adjustments here.
2829 * loadup.el [ns]: Do not load easymenu.
2830
01898dc2
CY
28312010-10-24 Chong Yidong <cyd@stupidchicken.com>
2832
2833 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 2834 Delete (Bug#7222).
01898dc2
CY
2835
2836 * startup.el (fancy-startup-tail): Instead of using inline images,
2837 refer to image files from etc/.
2838
2839 * wid-edit.el (checkbox): Likewise.
2840 (widget-image-find): Center image specs.
2841
a44d921f
GM
28422010-10-24 Glenn Morris <rgm@gnu.org>
2843
2844 * term/ns-win.el (x-select-text): Doc fix.
2845 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
2846 (x-select-text): Move to term/common-win.
2847 * term/w32-win.el (xw-defined-colors): Move to common-win.
2848 * term/x-win.el (xw-defined-colors, x-alternatives-map)
2849 (x-setup-function-keys, x-select-text): Move to common-win.
2850 * term/common-win.el (x-select-text, x-alternatives-map)
2851 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
2852 definitions here.
2853
709228c0 28542010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
2855
2856 * net/mairix.el (mairix-searches-mode-map):
2857 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
2858
0c382083 28592010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342
WS
2860
2861 * verilog-mode.el (verilog-directive-re): Make this variable
2862 auto-built for efficiency of execution and updating.
2863 (verilog-extended-complete-re): Support 'pure' fucntion & task
2864 declarations (these have no bodies).
ca39416c
AH
2865 (verilog-beg-of-statement): General cleanup to enable support of
2866 'pure' fucntion & task declarations (these have no bodies).
2867 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
2868 noticed by Steve Pearlmutter.
2869 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
2870 (verilog-directive-nest-re, verilog-set-auto-endcomments):
2871 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
2872 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
2873 attribute handling for lining up declarations and assignments.
2874 (verilog-beg-of-statement-1): Fix issue where continued declaration
2875 is indented differently if it is after a begin..end clock.
2876 (verilog-in-attribute-p, verilog-skip-backward-comments)
2877 (verilog-skip-forward-comment-p): Support proper treatment of
2878 attributes by indent code. Reported by Jeff Steele.
ca39416c 2879 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
2880 (verilog-backward-up-list, verilog-in-struct-region-p)
2881 (verilog-backward-token, verilog-in-struct-p)
2882 (verilog-in-coverage-p, verilog-do-indent)
2883 (verilog-pretty-declarations): Use verilog-backward-up-list as
2884 wrapper around backward-up-list inorder to properly skip comments.
2885 Reported by David Rogoff.
2886 (verilog-property-re, verilog-endcomment-reason-re)
2887 (verilog-beg-of-statement, verilog-set-auto-endcomments)
2888 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
2889 of if). Reported by Max Bjurling and
2890 (verilog-calc-1): Fix for clocking block in modport
2891 declaration. Reported by Brian Hunter.
2892
0c382083 28932010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342
WS
2894
2895 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
2896 (verilog-gate-keywords, verilog-read-sub-decls)
2897 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
2898 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
2899 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
2900 (verilog-read-decls): Fix spaces in V2K module parameters causing
2901 mis-identification as interfaces, bug287.
2902 (verilog-read-decls): Fix not treating "parameter string" as a
2903 parameter in AUTOINSTPARAM.
2904 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
2905 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 2906 (verilog-do-indent): Implement correct automatic or static task or
a03c2342
WS
2907 function end comment highlight. Reported by Steve Pearlmutter.
2908 (verilog-font-lock-keywords-2): Fix highlighting of single
2909 character pins, bug264. Reported by Michael Laajanen.
2910 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
2911 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
2912 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
2913 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
2914 (verilog-pretty-expr): Fix interactive arguments, bug272.
2915 Reported by Mark Johnson.
2916 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
2917 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
a03c2342
WS
2918 bug269. Suggested by Gary Delp.
2919 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
2920 (verilog-preprocessor, verilog-set-compile-command):
2921 Create verilog-preprocess and verilog-preprocessor to show
2922 preprocessed output.
a03c2342
WS
2923 (verilog-get-beg-of-line, verilog-get-end-of-line)
2924 (verilog-modi-file-or-buffer, verilog-modi-name)
2925 (verilog-modi-point, verilog-within-string): Move defmacro's
2926 before first use to avoid warning. Reported by Steve Pearlmutter.
2927 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
2928 (verilog-colorize-region, verilog-highlight-buffer)
2929 (verilog-highlight-includes, verilog-highlight-modules)
2930 (verilog-highlight-region, verilog-mode): Rename colorize to
2931 highlight to match other packages. Disable module highlighting,
2932 as received speed complaints, reenable for experimentation only
2933 using new verilog-highlight-modules.
2934 (verilog-read-decls): Fix regexp stack overflow in very large
2935 AUTO_TEMPLATEs, bug250.
2936 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
2937 (verilog-scan): Create verilog-save-buffer-state to standardize
2938 making insignificant changes that shouldn't call hooks.
2939 (verilog-save-no-change-functions, verilog-save-scan-cache)
2940 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
2941 Create verilog-save-no-change-functions to wrap verilog-scan
2942 preservation, and fix to work with nested preserved calls.
2943 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
2944 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
2945 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
2946 (verilog-submit-bug-report): Update variable list to be complete.
2947 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
2948 breaking on-the-fly font-locking.
2949 (verilog-colorize-buffer, verilog-colorize-include-files)
2950 (verilog-colorize-include-files-buffer, verilog-colorize-region)
2951 (verilog-load-file-at-mouse, verilog-load-file-at-point)
2952 (verilog-mode, verilog-read-inst-module-matcher): With point on a
2953 AUTOINST cell instance name, middle mouse button now finds-file on
2954 it. Suggested by Brad Dobbie.
2955 (verilog-alw-get-temps, verilog-auto-reset)
2956 (verilog-auto-sense-sigs, verilog-read-always-signals)
2957 (verilog-read-always-signals-recurse): Fix loop indexes being
2958 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
2959 initialization section of a for() should be ignored.
2960 Reported by Dan Dever.
a03c2342
WS
2961 (verilog-error-font-lock-keywords)
2962 (verilog-error-regexp-emacs-alist)
2963 (verilog-error-regexp-xemacs-alist): Fix error detection of
2964 Cadence HAL, reported by David Asher. Repair drift between the
2965 three similar error variables.
2966 (verilog-modi-lookup, verilog-modi-lookup-cache)
2967 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
2968 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
2969 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
2970 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
2971 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
2972 "{1*2{...". Broke in last revision.
2973 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
2974 submodule connections with replications "{#{a},#{b}}".
2975
0c382083
CY
29762010-10-24 Juanma Barranquero <lekktu@gmail.com>
2977
2978 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
2979 Fix typo in docstring.
2980
29812010-10-24 Kenichi Handa <handa@m17n.org>
2982
2983 * face-remap.el (text-scale-adjust): Call read-event with a proper
2984 prompt.
2985
29862010-10-24 Chong Yidong <cyd@stupidchicken.com>
2987
2988 * emacs-lisp/unsafep.el: Don't mark functions that display
2989 messages as safe. Suggested by Johan Bockgård.
2990
29912010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2993 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
2994 Turn comments into docstrings.
2995
2996 * minibuffer.el (completion--replace): Move point where it belongs
2997 when there's a common suffix (bug#7215).
2998
9317e499
CY
29992010-10-24 Chong Yidong <cyd@stupidchicken.com>
3000
3001 Merge read-color and facemenu-read-color (Bug#7242).
3002
3003 * faces.el (read-color): Use the completion code from
3004 facemenu-read-color. Require match in completion. Doc fix.
3005
3006 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
3007 (facemenu-set-foreground, facemenu-set-background):
3008 Use read-color.
9317e499
CY
3009
3010 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
3011 (set-cursor-color, set-mouse-color, set-border-color):
3012 Use read-color.
9317e499 3013
a44d921f 30142010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
3015
3016 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
3017 argument of delete-file and delete-directory (Bug#7011).
3018
43207249
CY
30192010-10-24 Chong Yidong <cyd@stupidchicken.com>
3020
3021 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
3022 button-buffer-map.
3023
484db896 30242010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
3025
3026 * emacs-lisp/package.el (package--generate-package-list): Make the
3027 *Packages* buffer read-only.
3028
10f5e3e6
AM
30292010-10-24 Alan Mackenzie <acm@muc.de>
3030
3031 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
3032 result of `c-beginning-of-decl-1' between invocations of a lambda
3033 function (Bug #7265).
3034
3ec6ca72
DU
30352010-10-24 Daiki Ueno <ueno@unixuser.org>
3036
3037 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
3038 executable is not available on the system (Bug#7268).
3039
ec514007
GM
30402010-10-24 Glenn Morris <rgm@gnu.org>
3041
f5f25615
GM
3042 * select.el (selection-coding-system, next-selection-coding-system):
3043 Sync doc with C versions.
3646b86d 3044
8aa0f263
GM
3045 * w32-vars.el (x-select-enable-clipboard):
3046 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
3047 * term/common-win.el (x-select-enable-clipboard): Move here.
3048
46710489
GM
3049 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
3050 definition of C variable.
3051
ec514007
GM
3052 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
3053 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3054 Don't redefine things that are defined in C.
3055 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
3056 (show-trailing-whitespace, auto-hscroll-mode)
3057 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3058 Set up the appropriate custom properties.
3059
8a79905d
CY
30602010-10-24 Chong Yidong <cyd@stupidchicken.com>
3061
3062 Bind "C-c ]" to ...
3063 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
3064 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
3065 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
3066 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
3067
aa02a29f
GM
30682010-10-23 Glenn Morris <rgm@gnu.org>
3069
7dfc15df
GM
3070 * textmodes/flyspell.el (flyspell-mode): If there was an error,
3071 say what it was.
3072
66c6abf0
GM
3073 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
3074 Sync docs with C version.
f3d87560 3075
3193e969
GM
3076 * term/ns-win.el (xw-defined-colors):
3077 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
3078
6f748f70
GM
3079 * term/pc-win.el (x-select-enable-clipboard):
3080 * term/x-win.el (x-select-enable-clipboard):
3081 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
3082
7aa93795
GM
3083 * comint.el (comint-password-prompt-regexp): Make it less vague.
3084 Bump version.
3085
17284e30
GM
3086 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
3087
aa02a29f
GM
3088 * help.el (finder-by-keyword): Remove unnecessary autoload.
3089
69b55131
GM
30902010-10-22 Glenn Morris <rgm@gnu.org>
3091
9a0dd02d
GM
3092 * loadup.el: Unconditionally load float-sup.
3093 * paren.el (show-paren-delay):
3094 * emacs-lisp/float-sup.el:
3095 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
3096 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
3097 (lazy-lock-stealth-verbose): Assume float support.
3098 * ps-print.el: Assume float support on Emacs.
3099 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
3100 Remove non-float branch.
3101
69b55131
GM
3102 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
3103 src/Makefile no longer being pre-processed.
3104
7c23d9e8
SM
31052010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3106
3107 * emacs-lisp/find-func.el (find-library): Use test-completion.
3108
23737b4a
LMI
31092010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3110
7c23d9e8 3111 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 3112
6e060cee 31132010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
3114
3115 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
3116 space in stat format string.
3117 (tramp-send-command): Unset $PS1 when using here documents, in
3118 order not to get several prompts.
3119 (tramp-get-inline-coding): Return `nil' in case of errors.
3120
08ffb131
DU
31212010-10-21 Daiki Ueno <ueno@unixuser.org>
3122
7c23d9e8
SM
3123 * hexl.el (hexl-mode, hexl-mode-exit):
3124 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
3125 (hexl-revert-buffer-function): New function.
3126 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
3127
ba7fdf30
AM
31282010-10-19 Alan Mackenzie <acm@muc.de>
3129
7c23d9e8
SM
3130 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
3131 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
3132 that these keywords aren't wrongly matched as identifiers.
3133
ba7fdf30
AM
3134 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
3135 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 3136 c-after-change. (Bug#7181)
ba7fdf30 3137
7fd8732d
CY
31382010-10-19 Chong Yidong <cyd@stupidchicken.com>
3139
3140 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
3141 Don't mark as safe.
3142
3143 * custom.el (custom-theme-set-variables): Likewise.
3144 (load-theme): Add custom-theme-set-faces and
3145 custom-theme-set-variables to safe-functions while loading.
3146 (custom-enabled-themes): Mark as risky.
3147
3f12b18c
JD
31482010-10-18 Julien Danjou <julien@danjou.info>
3149
3150 * bindings.el: Remove end dashes in default mode-line-format.
3151
b8a47412
CY
31522010-10-19 Chong Yidong <cyd@stupidchicken.com>
3153
3154 * bindings.el (global-map): Bind C-d to delete-char and deletechar
3155 to delete-forward-char.
3156
3157 * simple.el (normal-erase-is-backspace-mode): Remap delete to
3158 deletechar, and hence delete-forward-char.
3159
ca3fa302
JB
31602010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3161
3162 * repeat.el (repeat): Use read-key (bug#6256).
3163
31642010-10-19 Chong Yidong <cyd@stupidchicken.com>
3165
3166 * emacs-lisp/unsafep.el: Don't mark functions that display
3167 messages as safe. Suggested by Johan Bockgård.
3168
31692010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3170
3171 * minibuffer.el (completion--replace): Move point where it belongs
3172 when there's a common suffix (bug#7215).
3173
31742010-10-19 Kenichi Handa <handa@m17n.org>
3175
3176 * international/characters.el: Add category '|' (word breakable)
3177 to fullwidth characters.
3178
3224b54d
MA
31792010-10-19 Michael Albinus <michael.albinus@gmx.de>
3180
3181 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
3182 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
3183 order to make stat results a float. Patch by Andreas Schwab
3184 <schwab@linux-m68k.org>.
3185
36ba6f07
JD
31862010-10-18 Julien Danjou <julien@danjou.info>
3187
3188 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
3189 hidden by `make-pointer-invisible'.
3190
43f964fc
SM
31912010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3192
3193 * files.el (locate-file-completion-table): Strip non-matching elements
3194 before checking length of list (bug#7238).
3195
e48eb343
CY
31962010-10-18 Chong Yidong <cyd@stupidchicken.com>
3197
3198 * custom.el (custom-theme-set-variables): Mark as a safe function.
3199 (load-theme): Check forms using unsafep.
3200
3201 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
3202
df987d70
AM
32032010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
3204
43f964fc
SM
3205 * textmodes/ispell.el (ispell-aspell-find-dictionary):
3206 Fix aspell data file searching (bug#7230).
df987d70 3207
29a4c45b
CY
32082010-10-16 Chong Yidong <cyd@stupidchicken.com>
3209
3210 * cus-theme.el (custom-theme--migrate-settings): New var.
3211 (customize-create-theme): Allow editing the `user' theme.
3212 (custom-theme-add-variable, custom-theme-add-var-1)
3213 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
3214 to the front of each variable or face widget.
3215 (custom-theme-write): Save theme settings in the correct order.
3216 Optionally, remove saved settings from user customizations.
43f964fc
SM
3217 (custom-theme-write-variables, custom-theme-write-faces):
3218 Save only the checked widgets.
29a4c45b
CY
3219 (customize-themes): Add a link for migrating custom settings.
3220
43f964fc
SM
3221 * custom.el (custom-declare-theme, provide-theme):
3222 Use custom-theme-name-valid-p.
29a4c45b
CY
3223 (custom-theme-name-valid-p): Remove checks that are now
3224 unnecessary since themes no longer obey load-path.
3225
3226 * cus-edit.el (custom-variable-value-create): For the simple
3227 style, hide documentation string when hidden.
3228
782b5e8d
CY
32292010-10-16 Chong Yidong <cyd@stupidchicken.com>
3230
647bc502
CY
3231 * cus-edit.el (custom-variable, custom-face): Combine the
3232 :inhibit-magic and :display-style properties into a single
3233 :custom-style property.
43f964fc
SM
3234 (custom-toggle-hide-variable, custom-toggle-hide-face):
3235 New functions. If hiding an edited value, save it to :shown-value.
3236 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
3237 (custom-magic-reset): Allow magic property to be unset.
3238
782b5e8d
CY
3239 * custom.el: Custom themes no longer use load-path.
3240 (custom-theme-load-path): New option. Change built-in theme
3241 directory to etc/.
3242 (custom-enabled-themes): Add custom-theme-load-path dependency.
3243 (custom-theme--load-path): New function.
3244 (load-theme, custom-available-themes): Use it.
3245
3246 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
3247 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
3248 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
3249 :custom-style property.
782b5e8d
CY
3250
3251 * themes/*.el: Moved to etc/.
3252
99f65cfa
RA
32532010-10-16 Ralf Angeli <angeli@caeruleus.net>
3254
3255 * textmodes/reftex-cite.el
3256 (reftex-extract-bib-entries-from-thebibliography): Do not move
3257 point when searching for \bibitem entries. Match entries with
3258 spaces or tabs in front of arguments.
3259
da16abfc
CY
32602010-10-16 Chong Yidong <cyd@stupidchicken.com>
3261
3262 * cus-theme.el (customize-create-theme): Delete overlays after
3263 erasing. If given a THEME arg, display only the faces of that arg
3264 instead of custom-theme--listed-faces.
3265 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 3266 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
3267 (custom-theme-add-variable, custom-theme-add-face): Apply value
3268 from the theme settings, instead of the current value.
3269 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
3270 (custom-theme-visit-theme): Allow calling outside theme buffers.
3271 (custom-theme-merge-theme): Don't enable the theme when merging.
3272 (custom-theme-write-variables, custom-theme-write-faces): Use the
3273 :shown-value properties to save buffer values, not global ones.
3274 (customize-themes): Display a warning about user customizations.
3275
3276 * cus-edit.el (custom-variable-value-create)
3277 (custom-face-value-create): Obey new special properties
3278 :shown-value and :inhibit-magic.
3279
aa095b2d
MA
32802010-10-15 Michael Albinus <michael.albinus@gmx.de>
3281
3282 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
3283 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
3284 <dale@codefu.org>.
aa095b2d 3285
7ca9cfda
KH
32862010-10-14 Kenichi Handa <handa@m17n.org>
3287
9650fc61
KH
3288 * mail/rmail.el (rmail-show-message-1): Catch an error of
3289 base64-decode-region and just show an error message (bug#7165).
3290
43f964fc 3291 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
3292 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
3293 a font-spec (bug#7197).
3294
220d91b8 32952010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
3296
3297 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
3298
220d91b8 32992010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 3300
c0943d3d
JB
3301 * international/mule.el (define-coding-system):
3302 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
3303 * composite.el (compose-region): Fix typo in docstring.
3304
4983ddea
CY
33052010-10-14 Chong Yidong <cyd@stupidchicken.com>
3306
de43f11b
CY
3307 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
3308 only after checking the theme-face property.
3309
4983ddea
CY
3310 * faces.el (face-spec-reset-face): Reset all attributes in one
3311 single call to set-face-attribute.
3312 (face-spec-match-p): Make it a defsubst.
3313 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
3314 (x-create-frame-with-faces, tty-create-frame-with-faces)
3315 (tty-set-up-initial-frame-faces): Don't recompute face specs in
3316 frame-set-background-mode, since they are recomputed immediately
3317 afterwards in face-set-after-frame-default.
3318 (face-set-after-frame-default): Minor optimization.
3319 (cursor): Provide non-trivial defface spec.
3320
3321 * custom.el (custom-theme-recalc-face): Simplify.
3322
a974dcf2
JB
33232010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
3324
43f964fc 3325 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
3326 (math-is-polynomial, math-is-poly-rec): Replace `var'
3327 with `math-var'.
3328
43f964fc 3329 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
3330 (calcFunc-table, math-scan-for-limits): Replace `var'
3331 with `math-var'.
3332
10e4702a
GM
33332010-10-13 Glenn Morris <rgm@gnu.org>
3334
3335 * subr.el (last): Deal with dotted lists (reported in bug#7174).
3336
88f427d5
SB
33372010-10-13 Stephen Berman <stephen.berman@gmx.net>
3338
3339 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
3340
a1d16a7b
G
33412010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3342
3343 * net/tls.el (tls-program): Remove spurious %s from openssl.
3344 (tls-starttls-switches): Remove starttls hack.
3345 (open-tls-stream): Ditto.
3346 (tls-find-starttls-argument): Ditto.
3347
2e288d54
JB
33482010-10-13 Juanma Barranquero <lekktu@gmail.com>
3349
3350 * image.el (image-library-alist): Declare as obsolete alias.
3351 (image-type-available-p): Use `dynamic-library-alist'.
3352
3353 * term/w32-win.el (dynamic-library-alist):
3354 Use instead of `image-library-alist'.
3355
35744400
IS
33562010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
3357
3358 * subr.el (last): Make it faster. (Bug#7174)
3359
290fe464
RO
33602010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
3361
3362 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
3363
2919746c
CY
33642010-10-12 Chong Yidong <cyd@stupidchicken.com>
3365
3366 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
3367 (describe-theme-1): Extract doc from unloaded themes.
3368
3369 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
3370
3371 * themes/tango-theme.el:
3372 * themes/tango-dark-theme.el:
3373 * themes/wheatgrass-theme.el: New files.
3374
6b09b5d1
CY
33752010-10-12 Chong Yidong <cyd@stupidchicken.com>
3376
3377 * cus-theme.el (describe-theme, customize-themes)
3378 (custom-theme-save): New commands.
3379 (custom-new-theme-mode-map): Bind C-x C-s.
3380 (custom-new-theme-mode): Use custom--initialize-widget-variables.
3381 (customize-create-theme): New optional arg THEME.
3382 (custom-theme-revert): Use it.
3383 (custom-theme-visit-theme): Remove dead code.
3384 (custom-theme-merge-theme): Use custom-available-themes.
3385 (custom-theme-write): Make interactive.
3386 (custom-theme-write): Use custom-theme-name-valid-p.
3387 (describe-theme-1, custom-theme-choose-revert)
3388 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
3389 New funs.
3390 (custom-theme-allow-multiple-selections): New option.
3391 (custom-theme-choose-mode): New major mode.
3392
43f964fc
SM
3393 * custom.el (custom-theme-set-variables): Remove dead code.
3394 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
3395 (custom--inhibit-theme-enable): New var.
3396 (provide-theme): Obey it.
3397 (load-theme): Replace load with manual read/eval, in order to
3398 check for correctness. Use custom-theme-name-valid-p.
3399 (custom-theme-name-valid-p): New function.
3400 (custom-available-themes): Use it.
3401
3402 * cus-edit.el (custom--initialize-widget-variables): New function.
3403 (Custom-mode): Use it.
3404
43f964fc
SM
3405 * cus-face.el (custom-theme-set-faces): Remove dead code.
3406 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
3407
3408 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
3409
16366259
JB
34102010-10-12 Juanma Barranquero <lekktu@gmail.com>
3411
cb7d821e 3412 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 3413
4c14013d 34142010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 3415
4c14013d
JB
3416 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
3417 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
3418 (mac-right-option-modifier): New alias for ns-right-option-modifier.
3419
3420 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 3421
4c14013d 34222010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
3423
3424 * emacs-lisp/lisp.el (lisp-completion-at-point):
3425 Use emacs-lisp-mode-syntax-table for the whole function.
3426
4c14013d 34272010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
3428
3429 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
3430 instead of font-lock-mode before adding keywords.
3431 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
3432 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
3433 non-nil; removed hook inhibit hack.
3434
4c14013d 34352010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 3436
d15f9a2b
GM
3437 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
3438 (load-path-shadows-find): ... to this.
3439 (list-load-path-shadows): Update for above change.
3440
c7d6d8a1
GM
3441 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
3442
f0b7f5a8
KY
34432010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3444
3445 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
3446 Fix comment for declare-function.
3447
05d22d02
CY
34482010-10-11 Chong Yidong <cyd@stupidchicken.com>
3449
3450 * custom.el (custom-fix-face-spec): New function; code moved from
3451 custom-face-edit-fix-value.
3452 (custom-push-theme): Use it when checking if a face has been
3453 changed outside customize.
3454 (custom-available-themes): New function.
3455 (load-theme): Use it.
3456
43f964fc 3457 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
3458
3459 * custom.el (custom-push-theme): Cleanup (use cond).
3460 (disable-theme): Recompute the saved-face property.
3461 (custom-theme-recalc-face): Follow face alias before setting prop.
3462
43f964fc
SM
3463 * image.el (image-checkbox-checked, image-checkbox-unchecked):
3464 New variables, containing checkbox images.
05d22d02
CY
3465
3466 * startup.el (fancy-startup-tail):
3467 * wid-edit.el (checkbox): Use them.
3468
293e7c22
DN
34692010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3470
a0310a6c
DN
3471 * shell.el (shell-mode-map):
3472 * progmodes/modula2.el (m2-mode-map):
3473 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
3474 * play/mpuz.el (mpuz-mode-map):
3475 * play/landmark.el (lm-mode-map):
3476 * play/decipher.el (decipher-mode-map):
3477 * play/5x5.el (5x5-mode-map):
3478 * net/telnet.el (telnet-mode-map):
3479 * net/quickurl.el (quickurl-list-mode-map):
3480 * net/mairix.el (mairix-searches-mode-map):
3481 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
3482 * net/dig.el (dig-mode-map):
3483 * mail/mspools.el (mspools-mode-map):
3484 * hexl.el (hexl-mode-map):
3485 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
3486 (wordstar-C-o-map, wordstar-C-q-map):
3487 * emacs-lisp/edebug.el (edebug-eval-mode-map):
3488 * emacs-lisp/chart.el (chart-map):
3489 * edmacro.el (edmacro-mode-map):
3490 * erc/erc-list.el (erc-list-menu-mode-map):
3491 * array.el (array-mode-map): Declare and define in one step.
3492
293e7c22
DN
3493 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
3494
446b12da
DU
34952010-10-10 Daiki Ueno <ueno@unixuser.org>
3496
3497 * epa.el (epa-passphrase-callback-function): Display filename
3498 passed as the 3rd arg.
43f964fc
SM
3499 * epa-file.el (epa-file-passphrase-callback-function):
3500 Pass filename to epa-passphrase-callback-function.
446b12da 3501
76c16af8
CY
35022010-10-09 Chong Yidong <cyd@stupidchicken.com>
3503
3504 * cus-edit.el (custom-face-widget-to-spec)
3505 (custom-face-get-current-spec, custom-face-state): New functions.
3506 (custom-face-set, custom-face-mark-to-save)
3507 (custom-face-value-create, custom-face-state-set): Use them.
3508
3509 * cus-theme.el (custom-theme--listed-faces): New var.
3510 (customize-create-theme): Use *Custom Theme* as the buffer name.
3511 Set revert-buffer-function. Optional arg BUFFER. Insert all
3512 faces listed in custom-theme--listed-faces.
3513 (custom-theme-revert): New function.
3514 (custom-theme-add-variable, custom-theme-add-face): Insert at the
3515 bottom of the list.
3516 (custom-theme-write): Prompt for theme name if empty.
3517 (custom-theme-write-variables): Use dolist.
3518 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
3519
e15f8aaa
AM
35202010-10-09 Alan Mackenzie <acm@muc.de>
3521
3522 Enhance fontification of declarators to take account of the
3523 presence/absence of "typedef".
3524
3525 * cc-engine.el (c-forward-type): New &optional param
3526 "brace-block-too".
3527 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 3528 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
3529
3530 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
3531 fontification of declarators which follow a "}".
3532 (c-font-lock-declarations): Fontify declarators according to the
3533 presence/absence of "typedef".
3534
3535 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
3536 for "typedef".
3537 (c-typedef-decl-key): New lang variable built from
3538 c-typedef-decl-kwds.
3539
cf321e50
LMI
35402010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3541
77aec221
LMI
3542 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
3543 since that's too annoying. Move the filter groups commands to
3544 TAB/backtab.
3545
7450df5d
LMI
3546 * epa.el (epa-passphrase-callback-function): Say what we're
3547 querying the password for.
3548
cf321e50 3549 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 3550 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 3551
587faadd
CY
35522010-10-08 Chong Yidong <cyd@stupidchicken.com>
3553
3554 * cus-edit.el (custom-commands, custom-buffer-create-internal)
3555 (custom-magic-value-create): Pad button tags with spaces.
3556 (custom-face-edit): New variable.
3557 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
3558 face editor here, instead of using custom-face-selected.
3559 Pass face defaults to custom-face-edit widget.
587faadd
CY
3560 (custom-face-selected, custom-display-unselected): Delete widgets.
3561 (custom-display-unselected-match): Function removed.
43f964fc
SM
3562 (custom-face-set, custom-face-mark-to-save):
3563 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
3564
3565 * wid-edit.el (widget--completing-widget): New var.
3566 (widget-default-complete): Bind it when doing completion.
3567 (widget-string-complete, widget-file-complete): Use it.
3568
a1ab97d0
GM
35692010-10-09 Glenn Morris <rgm@gnu.org>
3570
85d50db7
GM
3571 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
3572 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
3573 (holiday-hebrew-misc): Small simplifications.
3574
3fb78d1f
GM
3575 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
3576
a1ab97d0
GM
3577 * net/browse-url.el: Don't require thingatpt, term, dired,
3578 executable, or w3-auto when compiling.
3579 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
3580 Declare.
3581 (browse-url-text-emacs): Require term.
3582
2187e5bb
AS
35832010-10-08 Andreas Schwab <schwab@linux-m68k.org>
3584
3585 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
3586
e5d49589
GM
35872010-10-08 Glenn Morris <rgm@gnu.org>
3588
5823f53f
GM
3589 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
3590
e5d49589
GM
3591 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
3592 (shadows-compare-text-p): Make it an obsolete alias for...
3593 (load-path-shadows-compare-text): ... new name.
3594 (find-emacs-lisp-shadows): Update for above name change.
3595 (load-path-shadows-same-file-or-nonexistent): New name for the old
3596 shadow-same-file-or-nonexistent.
3597
4628bef1 35982010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
3599
3600 * minibuffer.el (completion--some, completion--do-completion)
3601 (minibuffer-complete-and-exit, minibuffer-completion-help)
3602 (completion-basic-try-completion)
3603 (completion-basic-all-completions)
3604 (completion-pcm--find-all-completions): Use lexical-let to
3605 avoid some false matches in variable completion (Bug#7056)
3606
4628bef1 36072010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
3608
3609 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
3610
4628bef1 36112010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
3612
3613 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
3614 return non-nil if the file exists (Bug#7090).
3615
4628bef1 36162010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
3617
3618 * minibuffer.el (completion--replace):
3619 Better preserve markers (bug#7138).
3620
4628bef1 36212010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
3622
3623 * server.el (server-process-filter): Doc fix.
3624
4628bef1 36252010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
3626
3627 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
3628
e4adf61e
GM
36292010-10-08 Glenn Morris <rgm@gnu.org>
3630
24ac444f
GM
3631 * vc/ediff-wind.el (ediff-setup-control-frame):
3632 * vc/ediff-ptch.el (ediff-default-backup-extension):
3633 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
3634 (ediff-exec-process): Remove system-types emx, windows-95.
3635
e4adf61e
GM
3636 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
3637
61328d7c
CY
36382010-10-07 Chong Yidong <cyd@stupidchicken.com>
3639
3640 * cus-edit.el (custom-variable, custom-face): Doc fix.
3641 (custom-face-edit): Add value-create attribute.
3642 (custom-face-edit-value-create)
43f964fc
SM
3643 (custom-face-edit-value-visibility-action): New functions.
3644 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
3645 (custom-face-edit-deactivate): Show empty values with shadow face.
3646 (custom-face-selected): Only use this for face specs with default
3647 attributes.
3648 (custom-face-value-create): Cleanup.
3649
3650 * wid-edit.el (widget-checklist-value-create): Use dolist.
3651 (widget-checklist-match-find): Make second arg optional.
3652
ac44263a
GM
36532010-10-07 Glenn Morris <rgm@gnu.org>
3654
849b02b4
GM
3655 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
3656 Prefix things.
3657
ac44263a
GM
3658 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
3659 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
3660 load-path-shadows-mode, update references.
06d9ef85
GM
3661 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
3662 Rename variable and button.
3663 (list-load-path-shadows): Update button caller.
ac44263a 3664
29c72a6e
SM
36652010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3666
3667 * emacs-lisp/smie.el (smie-bnf-classify): New function.
3668 (smie-bnf-precedence-table): Use it to remember the closers/openers.
3669 (smie-merge-prec2s): Handle those new entries.
3670 (smie-prec2-levels): Only set precedence to nil for actual
3671 openers/closers.
3672 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
3673 that is now unnecessary.
3674
775f75bc 36752010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
3676
3677 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
3678
7e1e2a6e
GM
36792010-10-07 Glenn Morris <rgm@gnu.org>
3680
58d1ac6d
GM
3681 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
3682 (mail-position-on-field): Remove declarations.
3683 (mail-position-on-field): Autoload it.
3684 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
3685 and mail-header-end. Don't require sendmail.
3686
7b9235ad
GM
3687 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
3688 (shadow-mode): New mode.
3689 (shadow-find-file): New button.
3690 (list-load-path-shadows): Use shadow-mode and buttons.
3691
52da2182
GM
3692 * iimage.el (iimage-version): Remove.
3693 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
3694 Turn into defcustoms.
3695 (iimage-mode-map): Give it a doc string.
3696
7e1e2a6e
GM
3697 * calendar/appt.el (appt-activate): Give a warning rather than an error
3698 if there is no diary-file.
3699
e44eccd7
MA
37002010-10-06 Michael Albinus <michael.albinus@gmx.de>
3701
29c72a6e
SM
3702 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3703 Use `tramp-handle-find-backup-file-name'.
e44eccd7 3704
4583e796
GM
37052010-10-06 Glenn Morris <rgm@gnu.org>
3706
6aecca99
GM
3707 * font-core.el (font-lock-defaults-alist): Remove variable.
3708 (font-lock-mode): Doc fix.
3709 (font-lock-default-function): Do not consult font-lock-defaults-alist.
3710 * font-lock.el (font-lock-refresh-defaults): Doc fix.
3711 (font-lock-set-defaults): Doc fix.
3712 Do not consult font-lock-defaults-alist.
3713
645a6257
GM
3714 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
3715
4583e796
GM
3716 * emacs-lisp/cl.el: No longer provide cl-19.
3717
bd8fadca
MA
37182010-10-05 Michael Albinus <michael.albinus@gmx.de>
3719
3720 * net/tramp.el (tramp-handle-directory-files-and-attributes)
3721 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
3722 New defuns, taken from tramp-smb.el.
3723 (tramp-coding-system-change-eol-conversion)
43f964fc 3724 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 3725
43f964fc 3726 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
3727 (tramp-compat-coding-system-change-eol-conversion)
3728 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
3729 from tramp.el.
3730
3731 * net/tramp-gvfs.el:
3732 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
3733 by `tramp-compat-set-process-query-on-exit-flag'.
3734
43f964fc
SM
3735 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3736 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
3737 `tramp-handle-file-exists-p' and
3738 `tramp-handle-file-newer-than-file-p'.
3739 (tramp-imap-handle-file-exists-p)
3740 (tramp-imap-handle-file-executable-p)
3741 (tramp-imap-handle-file-readable-p)
3742 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 3743 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
3744
3745 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
3746 by `tramp-compat-set-process-query-on-exit-flag' and
3747 `tramp-coding-system-change-eol-conversion' by
3748 `tramp-compat-coding-system-change-eol-conversion'.
3749
43f964fc
SM
3750 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3751 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
3752 `tramp-handle-file-exists-p' and
3753 `tramp-handle-file-newer-than-file-p'.
3754 (tramp-smb-handle-directory-files-and-attributes)
3755 (tramp-smb-handle-file-exists-p)
43f964fc
SM
3756 (tramp-smb-handle-file-newer-than-file-p): Remove.
3757 (tramp-smb-maybe-open-connection):
3758 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
3759 `tramp-compat-set-process-query-on-exit-flag'.
3760
726c5357
GM
37612010-10-05 Glenn Morris <rgm@gnu.org>
3762
3763 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
3764
4a93e698
MA
37652010-10-04 Michael Albinus <michael.albinus@gmx.de>
3766
3767 Continue reorganization of load dependencies. (Bug#7156)
3768
3769 * net/tramp.el (tramp-handle-file-local-copy-hook)
3770 (tramp-delete-temp-file-function): Move down.
3771 (tramp-exists-file-name-handler): Move up.
3772 (tramp-register-file-name-handlers): Simplify autoload.
3773 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
3774 (tramp-handle-directory-files, tramp-handle-dired-uncache)
3775 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
3776 (tramp-handle-file-name-completion)
3777 (tramp-handle-file-name-directory)
3778 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
3779 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
3780 (tramp-handle-find-backup-file-name)
3781 (tramp-handle-insert-file-contents, tramp-handle-load)
3782 (tramp-handle-substitute-in-file-name)
3783 (tramp-handle-unhandled-file-name-directory)
3784 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 3785 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
3786
3787 * net/tramp-gvfs.el (top):
3788 * net/tramp-smb.el (top): Do not require 'tramp-sh.
3789
3790 * net/tramp-sh.el (all): Move several objects to tramp.el, see
3791 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
3792
b4593555
GM
37932010-10-04 Glenn Morris <rgm@gnu.org>
3794
3795 * calendar/appt.el (appt-add): Ensure reminders are enabled.
3796 (appt-activate): Give status messages.
3797
8762aa10
TZ
37982010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
3799
3800 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
3801 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
3802 `gnutls-negotiate' (formerly `starttls-negotiate').
3803 Remove trivial wrapper `starttls-open-stream'.
8762aa10 3804
82fb8701
DN
38052010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3806
3807 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
3808 log-outgoing commands.
3809 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
3810 to create a buffer local revert-buffer-function variable.
3811 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
3812 revert-buffer-function lambda.
3813
c1ae068b
LMI
38142010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
3815
3816 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
3817 `gnutls-boot'. Make TYPE the only required parameter.
3818 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
3819 (open-ssl-stream): Use it.
3820
67141a37
GM
38212010-10-03 Glenn Morris <rgm@gnu.org>
3822
77f38949
GM
3823 * subr.el (directory-sep-char): Remove obsolete variable.
3824 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
3825 it is "necessary".
3826
67141a37
GM
3827 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
3828 * vc/vc.el (vc-static-header-alist): Doc fix.
3829 * vc/vc-cvs.el (vc-cvs-header):
3830 * vc/vc-rcs.el (vc-rcs-header):
3831 * vc/vc-sccs.el (vc-sccs-header):
3832 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
3833 * obsolete/vc-mcvs.el (vc-mcvs-header):
3834 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
3835 on XEmacs.
3836
96bcef2e
CY
38372010-10-03 Chong Yidong <cyd@stupidchicken.com>
3838
43f964fc
SM
3839 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3840 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 3841
ef47f179
GM
38422010-10-03 Glenn Morris <rgm@gnu.org>
3843
0437978e
GM
3844 * obsolete/x-menu.el: Remove file, obsolete since 21.1
3845
aee3c6f7
GM
3846 * textmodes/rst.el (rst-font-lock-keywords-function):
3847 Drop Emacs 20 code.
3848
f88cd114
GM
3849 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
3850
6abfe35f
GM
3851 * printing.el: Drop Emacs 20 code.
3852
59e31cfa
GM
3853 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
3854 without having used appt.el already).
3855
922ad43e
GM
3856 * subr.el (make-local-hook): Remove function obsolete since 21.1.
3857 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
3858 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
3859 XEmacs.
3860 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
3861 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
3862
ef47f179
GM
3863 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
3864 (charset-width, find-charset-region, chars-in-region, forward-point)
3865 (encode-coding-string, coding-system-p, ccl-execute-on-string)
3866 (define-ccl-program, multibyte-string-p, string-make-multibyte):
3867 Remove compatibility cruft (none of these are used by ps*.el).
3868
ac6ca7ba
KR
38692010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
3870
3871 * subr.el (booleanp): Return t instead of a list (Bug#7086).
3872
2a847524
CY
38732010-10-03 Chong Yidong <cyd@stupidchicken.com>
3874
43f964fc
SM
3875 * server.el (server-process-filter, server-return-error):
3876 Give emacsclient time to shut down after receiving an error string.
2a847524 3877
4bc3c53d
MA
38782010-10-02 Michael Albinus <michael.albinus@gmx.de>
3879
3880 * files.el (remote-file-name-inhibit-cache): New defcustom.
3881
43f964fc
SM
3882 * time.el (display-time-file-nonempty-p):
3883 Use `remote-file-name-inhibit-cache'.
4bc3c53d 3884
43f964fc
SM
3885 * net/tramp.el (tramp-completion-reread-directory-timeout):
3886 Fix docstring.
4bc3c53d
MA
3887
3888 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
3889 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
3890 `remote-file-name-inhibit-cache'. Check also for an integer
3891 value. Add/increase counter when `tramp-verbose' >= 10.
3892 (tramp-set-file-property): Add/increase counter when
3893 `tramp-verbose' >= 10.
3894
3895 * net/tramp-cmds.el (tramp-cleanup-all-connections)
3896 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
3897 (tramp-bug): Set tramp-autoload cookie. Report all interned
3898 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
3899 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
3900 characters only in strings.
3901
3902 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
3903 to backward compatibility.
3904
3905 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
3906 (tramp-handle-file-name-all-completions)
43f964fc
SM
3907 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
3908 (tramp-open-connection-setup-interactive-shell):
3909 Call `tramp-cleanup-connection' directly.
4bc3c53d 3910
9c524fcb
GM
39112010-10-02 Glenn Morris <rgm@gnu.org>
3912
3226d6ca
GM
3913 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
3914
3915 * subr.el (char-bytes): Remove obsolete function.
3916
3917 * isearch.el (isearch-return-char): Remove obsolete function.
3918
3919 * mouse.el: No longer provide mldrag.
3920 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
3921 Remove obsolete aliases.
3922
3923 * comint.el (comint-kill-output): Remove obsolete alias.
3924
3925 * composite.el (decompose-composite-char): Remove obsolete function.
3926 * ps-def.el (decompose-composite-char): Remove unused function.
3927
3928 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
3929
3930 * outline.el (outline-visible): Remove obsolete function.
3931
3932 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
3933 * faces.el (internal-find-face, internal-get-face)
3934 (frame-update-faces, frame-update-face-colors)
3935 (x-frob-font-weight, x-frob-font-slant)
3936 (internal-frob-font-weight, internal-frob-font-slant)
3937 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
3938 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
3939 (x-make-font-bold-italic): Remove functions and aliases, obsolete
3940 since Emacs 21.1.
3941 * emulation/viper-util.el (viper-get-face):
3942 * obsolete/lucid.el (find-face, get-face): Use facep.
3943 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
3944 Remove unused functions.
3945 * vc/ediff-util.el (ediff-submit-report): Doc fix.
3946
9c524fcb
GM
3947 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
3948 delete tempfile if interrupted during compilation.
3949
aecb42aa
LMI
39502010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3951
3952 * net/tls.el (tls-starttls-switches): Give up on using starttls with
3953 gnutls-cli.
3954 (tls-program): Add --insecure to be consistent with the defaults from
3955 openssl s_client. Now all three commands are insecure.
3956
73077a9a
EZ
39572010-10-01 Eli Zaretskii <eliz@gnu.org>
3958
3959 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
3960 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
3961 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
3962
1ef075bb
GM
39632010-10-01 Glenn Morris <rgm@gnu.org>
3964
1fcaf927
GM
3965 * obsolete/sc.el: Remove file.
3966
1ef075bb
GM
3967 * files.el (temporary-file-directory): On darwin, also try
3968 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
3969
a16f5f64
JB
39702010-10-01 Juanma Barranquero <lekktu@gmail.com>
3971
3972 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
3973 Let's not break compatibility gratuitously, shall we?
3974
6b958814
G
39752010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3976
47e08896 3977 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
3978 (tls-find-starttls-argument): Use it.
3979 (open-tls-stream): Ditto.
3980
47e08896 3981 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
3982 entry.
3983 (netrc-machine): Ditto.
3984
cad90f3b
EZ
39852010-09-30 Eli Zaretskii <eliz@gnu.org>
3986
3987 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
3988
968ef9b4
JB
39892010-09-30 Juanma Barranquero <lekktu@gmail.com>
3990
3991 * server.el (server-start): Don't write pid to the authentication file.
3992 (server-create-tty-frame): Don't send pid.
3993 (server-process-filter): Send pid at the start of every connection.
3994
3536dea8
GM
39952010-09-30 Glenn Morris <rgm@gnu.org>
3996
8e378d88
GM
3997 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
3998 (show-all-diary-entries): Remove obsolete function aliases.
3999
3536dea8
GM
4000 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
4001 Remove options, obsolete since 22.1.
6a7662bb
BR
4002 (appt-display-format, appt-display-message):
4003 Remove backwards-compatibility code.
3536dea8
GM
4004 (appt-check): No longer check appt-issue-message.
4005 (appt-make-list): No longer autoload it. Doc fix. No longer
4006 activate the package.
4007
df7fcaff
LMI
40082010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4009
4010 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
4011 (starttls-negotiate): Just call boot, and let the handshake be
4012 triggered from the read loop.
df7fcaff 4013
c2828614
GM
40142010-09-29 Glenn Morris <rgm@gnu.org>
4015
17a46341
GM
4016 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
4017 not displaying the diary.
4018 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
4019 * calendar/appt.el (appt-check): No longer need to kill diary.
4020
7161e329
GM
4021 * calendar/diary-lib.el (diary-list-entries): Move the
4022 "Preparing..." message entirely here.
4023 (diary-simple-display, diary-fancy-display): Move "Preparing..."
4024 messages to diary-list-entries.
4025 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
4026 diary-display-function.
4027
d0de6cba
GM
4028 * calendar/diary-lib.el (diary-include-other-diary-files):
4029 Trap some recursive includes.
4030
c2828614
GM
4031 * calendar/appt.el (appt-activate): Check diary file.
4032
0c43b6f8
KY
40332010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4034
4035 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4036 construction.
4037
4038 * calendar/time-date.el: No need to require cl for Emacs 21.
4039
97ce2730
GM
40402010-09-28 Glenn Morris <rgm@gnu.org>
4041
4042 * calendar/appt.el (appt-check): Minor simplification.
4043
e0a185ae
KY
40442010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4045
4046 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
4047 citation prefix.
4048
c19f76a1
AS
40492010-09-27 Andreas Schwab <schwab@linux-m68k.org>
4050
95b6d681
JB
4051 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4052 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 4053
fd057fd2
KH
40542010-09-27 Kenichi Handa <handa@m17n.org>
4055
4056 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
4057 "ustar" format.
4058
368b3544
KH
40592010-09-27 Kenichi Handa <handa@m17n.org>
4060
4061 * international/mule.el (define-coding-system): Docstring fixed.
4062
4063 * international/mule-diag.el (describe-character-set): Use princ
4064 with proper print-length and print-level instead of insert.
4065
95b6d681 40662010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
4067
4068 * window.el (walk-windows): Doc fix (bug#7105).
4069
99368725
SM
40702010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * emacs-lisp/float-sup.el (e): Remove.
4073
8ed70bf3
LMI
40742010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4075
4076 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
4077 variable.
4078 (starttls-negotiate): Use it.
4079
d2e9d0bb
LMI
40802010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4081
4082 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
4083 back.
4084
15413fb4
SM
40852010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4086
4087 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
4088
1821a7b4
LMI
40892010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4090
6303aba1
LMI
4091 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
4092
1821a7b4
LMI
4093 * net/netrc.el (netrc-store-data): New function.
4094
8af55556
TZ
40952010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
4096
4097 * net/gnutls.el: GnuTLS glue code to set up a connection.
4098
42343747
JD
40992010-09-25 Julien Danjou <julien@danjou.info>
4100
4101 * notifications.el: Call dbus-register-signal only if it is bound.
4102
ec60da52
GM
41032010-09-25 Glenn Morris <rgm@gnu.org>
4104
4105 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4106 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4107 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4108 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4109 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4110 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
4111 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
4112 * eshell/esh-util.el, eshell/esh-var.el:
4113 Remove leading `*' from docs of faces and defcustoms.
4114
4c964351
UM
41152010-09-25 Ulrich Mueller <ulm@gentoo.org>
4116
4117 * eshell/em-ls.el (eshell-ls-archive-regexp):
4118 * eshell/esh-util.el (eshell-tar-regexp):
4119 * ibuffer.el (ibuffer-compressed-file-name-regexp):
4120 * info.el (Info-suffix-list):
4121 * international/mule.el (auto-coding-alist):
4122 * woman.el (woman-file-regexp, woman-file-compression-regexp):
4123 * progmodes/etags.el (tags-compression-info-list):
4124 Support xz compression.
4125
41f54b73
CY
41262010-09-25 Chong Yidong <cyd@stupidchicken.com>
4127
4128 * files.el (get-free-disk-space): Don't assume the "df" output
4129 columns line up (Bug#6995).
4130
40b1a3a9
JB
41312010-09-25 Juanma Barranquero <lekktu@gmail.com>
4132
4133 * finder.el (finder-unknown-keywords):
4134 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
4135 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
4136
ba3033ee
JB
41372010-09-25 Juanma Barranquero <lekktu@gmail.com>
4138
4139 * server.el (server-start): Revert part of 2010-08-08 change. Using
4140 address 127.0.0.1 for local host is now done in Fmake_network_process.
4141
5e339ee2
GM
41422010-09-24 Glenn Morris <rgm@gnu.org>
4143
4144 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
4145 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
4146 * textmodes/css-mode.el, textmodes/dns-mode.el:
4147 Move autoloaded auto-mode-alist entries to files.el.
4148 * files.el (auto-mode-alist): Move entries here.
4149
af3ccb5c
GM
41502010-09-23 Glenn Morris <rgm@gnu.org>
4151
4152 * isearch.el (isearch-lazy-highlight-cleanup)
4153 (isearch-lazy-highlight-initial-delay)
4154 (isearch-lazy-highlight-interval)
4155 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
4156 * net/net-utils.el (ipconfig-program-options):
4157 Move aliases to options before the associated definitions.
4158
266a86bd 41592010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
4160
4161 * newcomment.el (comment-normalize-vars): Better test validity of
4162 comment-end-skip.
4163
27ffea71 41642010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
4165
4166 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
4167 (float-e): New name for `e'.
4168 (degrees-to-radians, radians-to-degrees):
4169 * calendar/solar.el (solar-longitude):
4170 * calculator.el (calculator-registers, calculator-funcall):
4171 * textmodes/artist.el (artist-spray-random-points):
4172 * play/bubbles.el (bubbles--initialize-images): Use new names.
4173
27ffea71 41742010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
4175
4176 Update to CEDET 1.0's version of EIEIO.
4177
9e0d4f9e
SM
4178 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
4179 New function.
a2930e43
EL
4180 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
4181 (eieio-default-eval-maybe): Eval val instead of unquoting only.
4182 (class-precedence-list): If class is nil, return nil.
4183 (eieio-generic-call): If class of first input arg is nil, don't
4184 look up static methods, and do check for primary methods.
4185 (initialize-instance): See if the default needs to be evaluated
4186 during the constructor.
4187 (eieio-perform-slot-validation-for-default): Don't do the check
4188 for values that will eventually be evaluated.
4189 (eieio-eval-default-p): New function.
4190 (eieio-default-eval-maybe): Use it.
4191
27ffea71 41922010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
4193
4194 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
4195 method-invocation-order.
4196 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
4197 (eieio-class-precedence-dfs): Compute class precedence list using
4198 dfs algorithm.
4199 (eieio-class-precedence-bfs): Compute class precedence list using
4200 bfs algorithm.
9e0d4f9e 4201 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
4202 c3 algorithm.
4203 (class-precedence-list): New function.
4204 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
4205 (inconsistent-class-hierarchy): New error symbol.
4206 (call-next-method): Stow the replacement argument list for future
4207 call-next-method invocations.
4208
266a86bd 42092010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 4210
ea7f9ebf
GM
4211 * calendar/appt.el (appt-check): If not displaying the diary,
4212 use (diary 1) to only get the entries we need.
4213 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
4214 that it is in day order. (Bug#7019)
4215
1bf6d075
GM
4216 * calendar/appt.el (appt-check): Rather than showing the diary,
4217 just turn off invisible display, and only if needed.
4218
87e798a7
GM
4219 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
4220
1fc7dabf
GM
42212010-09-23 Glenn Morris <rgm@gnu.org>
4222
7a16788b
GM
4223 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4224 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 4225 Start warnings with lower-case, like the majority.
7a16788b 4226
19543b17
GM
4227 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
4228
54238e6d
GM
4229 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
4230
ce009d0b
GM
4231 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
4232 * files.el (auto-mode-alist): Move ld-script entries here, further down
4233 the list.
4234
7b344dfe
GM
4235 * vc/add-log.el: Don't require timezone when compiling.
4236 (timezone-make-date-sortable): Autoload it.
4237 (change-log-sortable-date-at): Don't require timezone.
4238 Use `ignore-errors'.
4239
d9703498
GM
4240 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4241 Move alias before definition, so it does not need autoloading.
4242
1fc7dabf
GM
4243 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
4244 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
4245 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
4246 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
4247 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
4248 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
4249 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
4250 * textmodes/tex-mode.el, textmodes/two-column.el:
4251 Remove leading `*' from docs of defcustoms etc.
4252
7676efad
TZ
42532010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
4254
4255 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
4256
b069e5a6
G
42572010-09-22 Dan Christensen <jdc@uwo.ca>
4258
4259 * calendar/time-date.el (date-to-time): Try using parse-time-string
4260 first before using the slower timezone-make-date-arpa-standard.
4261
1bf68d53
KY
42622010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4263
4264 * calendar/time-date.el (format-seconds): Comment fix.
4265
cd205c76
GM
42662010-09-22 Glenn Morris <rgm@gnu.org>
4267
4268 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
4269 is not automatically buffer-local.
4270
4ddea91b
SM
42712010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4272
4273 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
4274 (smie-indent-comment): Be more careful with comment-start-skip.
4275 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
4276 (smie-indent-functions): Use them.
4277
b0f037ed
MA
42782010-09-21 Michael Albinus <michael.albinus@gmx.de>
4279
4280 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
4281
8cf1771a
JD
42822010-09-21 Jan Djärv <jan.h.d@swipnet.se>
4283
36a1b6db
JD
4284 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
4285 tool-bar-position. Don't modify frame parameters here.
180fb94a 4286 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 4287
8cf1771a
JD
4288 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
4289
0097720d
SM
42902010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4291
5d8e0d5d
SM
4292 * textmodes/reftex-parse.el (reftex-what-macro)
4293 (reftex-context-substring): Let-bind forward-sexp-function to nil
4294 since we don't need/want to treat \begin...\end as a block (bug#7053).
4295
984edd22
SM
4296 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
4297
4298 * simple.el (blink-matching-open): Use syntax-class.
4299
3672149f
SM
4300 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
4301 Set invisibility spec for pascal's outline mode.
4302 (pascal-outline-change): Clean up calling convention.
4303 (pascal-show-all, pascal-hide-other-defuns): Update callers.
4304
549d0e1e
SM
4305 * progmodes/prolog.el (prolog-smie-forward-token)
4306 (prolog-smie-backward-token): New functions.
4307 (prolog-mode-variables): Use them to parse "!," correctly.
4308 Set up smie-blink-matching for ".".
4309
a9cb95dd
SM
4310 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
4311 and `end'.
4312 (ispell-region, ispell-process-line): Update users.
4313
de558d10
SM
4314 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
4315 point-min==1.
4316
94eb3112
SM
4317 * textmodes/ispell.el: Fix commenting convention.
4318 (ispell-parse-output): Simplify, use push.
4319 (ispell-region): Use match-string-no-properties.
4320 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
4321 (ispell-minor-mode): Use define-minor-mode.
4322 (ispell-message): Remove unused var `skip-regexp'.
4323 (ispell-add-per-file-word-list): Use dynamic let-binding.
4324 Try and use the proper comment marker.
4325
1f7f45a5
SM
4326 * mail/sendmail.el: Fix commenting convention.
4327 (sendmail-send-it): Use line-beginning-position.
4328
0097720d
SM
4329 * help-fns.el (describe-variable): Add original value, if applicable.
4330
596880ea
JB
43312010-09-20 Juanma Barranquero <lekktu@gmail.com>
4332
f0713411
JB
4333 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
4334
596880ea
JB
4335 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
4336
37c0347e
SM
43372010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4338
2bc01104
SM
4339 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
4340 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
4341 (smie-prec2-levels): Use them to better diagnose precedence cycles.
4342 (smie-blink-matching-check): Don't signal a mismatch if car is t.
4343 (smie-blink-matching-open): Rewrite to remove assumptions, so that
4344 something like "." can also be a closer.
4345 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
4346 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
4347 Rename internal functions to use "--". Update callers.
4348
e2c3f530
SM
4349 * frame.el (make-frame-names-alist): Don't list frames on other displays.
4350
37c0347e
SM
4351 * fringe.el (fringe-styles): New var.
4352 (fringe-mode, fringe-query-style): Use it.
4353
74790210
MM
43542010-09-18 Michael R. Mauger <mmaug@yahoo.com>
4355
4356 * progmodes/sql.el: Version 2.8
93acd23d 4357 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
4358 (sql-product-alist): Add :list-all and :list-table features for
4359 SQLite, Postgres and MySQL products.
4360 (sql-redirect): Handle default value.
4361 (sql-execute, sql-execute-feature): New functions.
4362 (sql-read-table-name): New function.
93acd23d 4363 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
4364 (sql-mode-map, sql-interactive-mode-map): Add key definitions
4365 for above functions.
4366 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
4367 for above functions.
4368 (sql-postgres-login-params): Add user and database defaults.
4369 (sql-buffer-live-p): Bug fix.
93acd23d 4370 (sql-product-history): New variable.
74790210
MM
4371 (sql-read-product): New function. Use it.
4372 (sql-set-product, sql-product-interactive): Use it.
4373 (sql-connection-history): New variable.
93acd23d 4374 (sql-read-connection): New function. Use it.
74790210
MM
4375 (sql-connect): New function.
4376 (sql-for-each-login): Redesign function interface.
4377 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
4378 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
4379 (sql-comint): Check for program. Existing live buffer.
74790210
MM
4380 (sql-comint-postgres): Add port parameter.
4381
cec01cd2
SM
43822010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4383
4384 * emacs-lisp/warnings.el: Fix commenting convention.
4385 (display-warning): Use special mode and make the buffer read-only.
4386
c2a845b5
JB
43872010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
4388
4389 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
4390 empty string when it follows a repeated or optional pattern.
4391
f5632fb6
SM
43922010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4393
4394 * indent.el (indent-according-to-mode): Apply syntax-propertize.
4395 (indent-region): Use indent-according-to-mode.
4396
71b961e8
EZ
43972010-09-18 Eli Zaretskii <eliz@gnu.org>
4398
4399 * fringe.el (fringe-mode): Doc fix.
4400
dbbd7ad4
KRC
44012010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4402
4403 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
4404 refreshing the preview buffer.
4405
b879a6e2
SM
44062010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4407
4408 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
4409 (latex-syntax-propertize-rules): New consts; replace
4410 tex-font-lock-syntactic-keywords.
4411 (tex-env-mark, latex-env-before-change): New functions.
4412 (latex-electric-env-pair-mode): New minor mode.
4413 (tex-font-lock-verb): Change arguments; do move point.
4414 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
4415 representation as a form of comment.
4416 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
4417 (doctex-syntax-propertize-rules): New const; replaces
4418 doctex-font-lock-syntactic-keywords.
4419 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
4420
4421 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
4422 (fortran-make-syntax-propertize-function): New function; replaces
4423 fortran-font-lock-syntactic-keywords.
4424 (fortran-mode): Use it.
4425 (fortran-line-length): Use it. Improve interactive spec.
4426
4427 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
4428 (syntax-propertize-rules): Add var-ref case. Fix offset computation
4429 when adding surrounding \(..\).
4430
4431 * progmodes/js.el (js-mode): Fix last change (bug#7054).
4432
4be520fb
SM
44332010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4434
269c197e
SM
4435 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
4436 Use with-current-buffer.
4437
4be520fb
SM
4438 * isearch.el (isearch-face): Rename from `isearch'.
4439 (isearch-highlight): Use new name.
4440
a67597d6
EZ
44412010-09-17 Eli Zaretskii <eliz@gnu.org>
4442
4443 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
4444 5, for `half' width fringes. (Bug#6933)
4445
31c381e8
SM
44462010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4447
3fe6ef4e
SM
4448 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4449 (byte-compile-defvar): "foo/bar" does not lack a prefix.
4450
31c381e8
SM
4451 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
4452
fb0cf781
J
44532010-09-17 Stephen Berman <stephen.berman@gmx.net>
4454
4455 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
4456 in calculating new frame position. Add more space between new and
4457 parent on the left (Bug#7048).
4458
1a9dc3b5
MA
44592010-09-17 Michael Albinus <michael.albinus@gmx.de>
4460
4461 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
4462 defmacro.
4463
dff0fdc3
CY
44642010-09-16 Chong Yidong <cyd@stupidchicken.com>
4465
31c381e8 4466 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 4467
117c96c7
CY
4468 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
4469 obsolete alias for x-selection-value.
4470
dff0fdc3
CY
4471 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
4472
c6f2191f
MA
44732010-09-16 Michael Albinus <michael.albinus@gmx.de>
4474
4475 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
4476 cookie.
4477
6139f995
MA
44782010-09-15 Michael Albinus <michael.albinus@gmx.de>
4479
4480 * net/tramp-compat.el (tramp-compat-with-temp-message)
4481 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
4482 (tramp-compat-process-put): New defuns.
4483
4484 * net/tramp.el (top):
4485 * net/tramp-gvfs.el (top):
4486 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
4487
31c381e8
SM
4488 * net/tramp.el (tramp-progress-reporter-update):
4489 Use `tramp-compat-funcall'.
6139f995
MA
4490
4491 * net/tramp.el (tramp-process-actions):
4492 * net/tramp-gvfs.el (tramp-handle-vc-registered):
4493 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
31c381e8
SM
4494 (tramp-get-remote-stat, tramp-get-remote-readlink):
4495 Use `tramp-compat-with-temp-message'.
6139f995
MA
4496
4497 * net/tramp-sh.el (top): Require 'cl.
4498 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
4499 (tramp-open-connection-setup-interactive-shell):
4500 Use `tramp-compat-process-put'.
6139f995 4501
22c3ce97
AM
45022010-09-15 Alan Mackenzie <acm@muc.de>
4503
4504 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
4505 indentation.
a4ee83cc 4506 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 4507
4f1e9960
SM
45082010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4509
4510 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4511 `lexical' for warnings related to lexical scoping.
4512 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
4513 global vars which don't have a prefix and could hence affect lexical
4514 scoping in unrelated files.
4515
01e80360
LMI
45162010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4517
4518 * net/imap.el: Revert back to version
4519 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4520 seem problematic.
4521
5e2a84e3
JB
45222010-09-14 Juanma Barranquero <lekktu@gmail.com>
4523
4524 * obsolete/old-whitespace.el (whitespace-unload-function):
4525 Explicitly pass `obarray' to `unintern' to avoid a warning.
4526
f3a30a50
SM
45272010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4528
4529 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
4530 Add `when' argument. Update callers.
4531
4532 * subr.el (unintern): Declare the obarray arg mandatory.
4533
92b99a01
GM
45342010-09-14 Glenn Morris <rgm@gnu.org>
4535
67ae9766
GM
4536 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
4537 Doc fixes.
4538
92b99a01
GM
4539 * calendar/diary-lib.el (diary-included-files): New variable.
4540 (diary-list-entries): Maybe initialize diary-included-files.
4541 (diary-include-other-diary-files): Append to diary-included-files.
4542 * calendar/appt.el (appt-update-list): Also check the members of
4543 diary-included-files. (Bug#6999)
08151ec5 4544 (appt-check): Doc fix.
92b99a01 4545
6664fc59 45462010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
4547
4548 * simple.el (line-move-visual): Do not truncate goal column to
4549 integer size. (Bug#7020)
4550
6664fc59 45512010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
4552
4553 * repeat.el (repeat): Allow repeating when the last event is a click.
4554 Suggested by Drew Adams (bug#6256).
4555
6664fc59 45562010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd
SM
4557
4558 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
4559 Replace setting HGRCPATH to "" by some less invasive --config options.
4560
6664fc59 45612010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
4562
4563 * font-lock.el (font-lock-beginning-of-syntax-function):
4564 Mark as obsolete.
4565
6664fc59 45662010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
4567
4568 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
4569 and tool-bar modes. (Bug#6211)
4570 (menu-bar-mode): Move setting of standard-value after the
4571 minor-mode definition, otherwise it seems to have no effect.
4572
6664fc59 45732010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
4574
4575 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
4576 Fix typo. (Bug#6976)
4577
6664fc59 45782010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
4579
4580 * whitespace.el: Allow cleaning up blanks without blank
4581 visualization (Bug#6651). Adjust help window for
4582 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
4583 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
4584 (whitespace-style): Add new value 'face. Adjust docstring.
4585 (whitespace-space, whitespace-hspace, whitespace-tab):
4586 Adjust foreground property face.
9c405a86
CY
4587 (whitespace-line-column): Adjust docstring and type declaration.
4588 (whitespace-style-value-list, whitespace-toggle-option-alist)
4589 (whitespace-help-text): Adjust const initialization.
4590 (whitespace-toggle-options, global-whitespace-toggle-options):
4591 Adjust docstring.
4592 (whitespace-display-window, whitespace-interactive-char)
4593 (whitespace-style-face-p, whitespace-color-on): Adjust code.
4594 (whitespace-help-scroll): New fun.
4595
ba96ddf5
KY
45962010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
4597
4598 * calendar/time-date.el (format-seconds): Comment fix.
4599
a386ac70
MM
46002010-09-13 Michael R. Mauger <mmaug@yahoo.com>
4601
4602 * progmodes/sql.el: Version 2.7.
4603 (sql-buffer-live-p): Improve detection.
4604 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4605 (sql-set-sqli-buffer): Use it.
4606 (sql-product-interactive): Run `sql-set-sqli-hook'.
4607 (sql-rename-buffer): Code cleanup.
4608 (sql-redirect, sql-redirect-value): New functions. More to come.
4609
5d921df2
JB
46102010-09-13 Juanma Barranquero <lekktu@gmail.com>
4611
4612 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.
4613 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4614 (TRAMP_SRC): New macro.
4615 ($(lisp)/net/tramp-loaddefs.el): New target.
4616
03c1ad43
MA
46172010-09-13 Michael Albinus <michael.albinus@gmx.de>
4618
4619 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
4620
4621 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
4622
4623 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
4624 'tramp-compat, everything else is required there.
4625 Use `ignore-errors' where appropriate.
03c1ad43
MA
4626 (tramp-inline-compress-start-size, tramp-copy-size-limit)
4627 (tramp-terminal-type, tramp-end-of-output)
4628 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
4629 (tramp-completion-function-alist-ssh)
4630 (tramp-completion-function-alist-telnet)
4631 (tramp-completion-function-alist-su)
4632 (tramp-completion-function-alist-putty, tramp-remote-path)
4633 (tramp-remote-process-environment, tramp-sh-extra-args)
4634 (tramp-actions-before-shell, tramp-uudecode)
4635 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
4636 (tramp-perl-file-attributes)
4637 (tramp-perl-directory-files-and-attributes)
4638 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
4639 (tramp-perl-encode, tramp-perl-decode)
4640 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
4641 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
4642 (tramp-handle-make-symbolic-link, tramp-handle-load)
4643 (tramp-handle-file-name-as-directory)
4644 (tramp-handle-file-name-directory)
4645 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4646 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
4647 (tramp-do-file-attributes-with-ls)
4648 (tramp-do-file-attributes-with-perl)
4649 (tramp-do-file-attributes-with-stat)
4650 (tramp-handle-set-visited-file-modtime)
4651 (tramp-handle-verify-visited-file-modtime)
4652 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
4653 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
4654 (tramp-handle-file-selinux-context)
4655 (tramp-handle-set-file-selinux-context)
4656 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
4657 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
4658 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
4659 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
4660 (tramp-handle-file-ownership-preserved-p)
4661 (tramp-handle-directory-file-name, tramp-handle-directory-files)
4662 (tramp-handle-directory-files-and-attributes)
4663 (tramp-do-directory-files-and-attributes-with-perl)
4664 (tramp-do-directory-files-and-attributes-with-stat)
4665 (tramp-handle-file-name-all-completions)
4666 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
4667 (tramp-handle-copy-file, tramp-handle-copy-directory)
4668 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
4669 (tramp-do-copy-or-rename-file-via-buffer)
4670 (tramp-do-copy-or-rename-file-directly)
4671 (tramp-do-copy-or-rename-file-out-of-band)
4672 (tramp-handle-make-directory, tramp-handle-delete-directory)
4673 (tramp-handle-delete-file)
4674 (tramp-handle-dired-recursive-delete-directory)
4675 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
4676 (tramp-handle-insert-directory)
4677 (tramp-handle-unhandled-file-name-directory)
4678 (tramp-handle-expand-file-name)
4679 (tramp-handle-substitute-in-file-name)
4680 (tramp-handle-executable-find, tramp-process-sentinel)
4681 (tramp-handle-start-file-process, tramp-handle-process-file)
4682 (tramp-handle-call-process-region, tramp-handle-shell-command)
4683 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
4684 (tramp-handle-insert-file-contents)
4685 (tramp-handle-insert-file-contents-literally)
4686 (tramp-handle-find-backup-file-name)
4687 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
4688 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
4689 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
4690 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
4691 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
4692 (tramp-find-file-exists-command, tramp-open-shell)
4693 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
4694 (tramp-open-connection-setup-interactive-shell)
4695 (tramp-local-coding-commands, tramp-remote-coding-commands)
4696 (tramp-find-inline-encoding, tramp-call-local-coding-command)
4697 (tramp-inline-compress-commands, tramp-find-inline-compress)
4698 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 4699 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
4700 (tramp-send-command-and-check, tramp-barf-unless-okay)
4701 (tramp-send-command-and-read, tramp-mode-string-to-int)
4702 (tramp-convert-file-attributes, tramp-check-cached-permissions)
4703 (tramp-file-mode-from-int, tramp-file-mode-permissions)
4704 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
4705 (tramp-method-out-of-band-p, tramp-local-host-p)
4706 (tramp-get-remote-path, tramp-get-remote-tmpdir)
4707 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
4708 (tramp-get-test-command, tramp-get-test-nt-command)
4709 (tramp-get-file-exists-command, tramp-get-remote-ln)
4710 (tramp-get-remote-perl, tramp-get-remote-stat)
4711 (tramp-get-remote-readlink, tramp-get-remote-trash)
4712 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
4713 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 4714 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
4715 tramp-sh.el.
4716 (tramp-methods, tramp-default-method-alist)
4717 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
4718 Move initialization to tramp-sh.el.
4719 (tramp-temp-name-prefix): Make it a defconst.
4720 (tramp-dissect-file-name): Don't check anymore for multi-hop
4721 methods.
4722 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 4723 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
4724 (tramp-get-debug-buffer): Use it.
4725
4726 * net/tramp-cache.el (top): Set tramp-autoload cookie for
4727 initialization forms.
4728 (tramp-set-connection-property): Don't protect `tramp-message'
4729 call, it isn't necessary any longer.
4730 (tramp-dump-connection-properties): Use `ignore-errors'.
4731
4732 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
4733 'password-cache and 'auth-source.
4734
4735 * net/tramp-gvfs.el (top):
4736 * net/tramp-smb.el (top): Require 'tramp-sh.
4737
4738 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
4739
4740 * net/tramp-sh.el: New file, derived from tramp.el.
4741 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 4742 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
4743 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
4744 Use `ignore-errors' where appropriate.
4745 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
4746 `tramp-file-name-handler-alist'.
4747 (tramp-send-command-and-check): Return t or nil. Remove all
4748 `zerop' checks, where called.
4749 (tramp-handle-set-file-modes)
4750 (tramp-do-copy-or-rename-file-directly)
4751 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 4752 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
4753 (tramp-sh-file-name-handler, tramp-send-command-and-check)
4754 (tramp-get-remote-ln): Set tramp-autoload cookie.
4755
4756 * net/tramp-fish.el: Remove file.
4757
c5fe4acb
DU
47582010-09-13 Daiki Ueno <ueno@unixuser.org>
4759
4760 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
4761 buffer-file-name to avoid file-locking. (Bug#7026)
4762
7ea2d383
MA
47632010-09-13 Julien Danjou <julien@danjou.info>
4764
4765 * notifications.el (notifications-notify): Add support for
4766 image-path and sound-name.
4767 (notifications-specification-version): Add this variable.
4768
5616cc54
SM
47692010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4770
31c381e8 4771 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 4772
94c7243b
LL
47732010-09-12 Leo <sdl.web@gmail.com>
4774
4775 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
4776 (rcirc-completion-start): New variables.
4777 (rcirc-nick-completions): Rename to rcirc-completions.
4778 (rcirc-nick-completion-start-offset): Delete.
4779 (rcirc-completion-at-point): New function for constructing
4780 completion data for both nicks and irc commands. Add to
4781 completion-at-point-functions in rcirc mode.
4782 (rcirc-complete): Rename from rcirc-nick-complete; use
4783 rcirc-completion-at-point.
4784 (defun-rcirc-command): Update rcirc-client-commands.
4785
0f34ae28
GM
47862010-09-11 Glenn Morris <rgm@gnu.org>
4787
4788 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
4789 atomically, to avoid parallel build errors. (Bug#4196)
4790
9250002f
MM
47912010-09-11 Michael R. Mauger <mmaug@yahoo.com>
4792
4793 * progmodes/sql.el: Version 2.6
4794 (sql-dialect): Synonym for "sql-product".
4795 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4796 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
4797 Set "sql-buffer" to buffer name not buffer object so multiple sql
4798 interactive buffers work properly. Reverts misguided changes in
4799 earlier work.
4800 (sql-comint): Make sure different buffer name is used if "*SQL*"
4801 buffer is for a different product.
4802 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
4803 login param.
4804 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4805 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4806 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
4807 Accept new buffer name or prompt for one.
4808 (sql-port): Default to zero.
4809 (sql-comint-mysql): Handle "sql-port" as a numeric.
4810 (sql-port-history): Delete unused variable.
4811 (sql-get-login): Default "sql-port" to a number.
31c381e8 4812 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
4813 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
4814 "sqlite3" executables.
31c381e8 4815 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
4816 (sql-buffer-live-p): New function.
4817 (sql-mode-menu, sql-send-string): Use it.
4818 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
4819 syntax pattern.
4820 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
4821 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
4822
a9ec34f4
LMI
48232010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4824
31c381e8 4825 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 4826
cf38dd42
SM
48272010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4828
4829 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
4830 to replace texinfo-font-lock-syntactic-keywords.
4831 (texinfo-mode): Use it.
4832
4833 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
4834 Use syntax-propertize-function.
4835
4836 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
4837 replace sgml-font-lock-syntactic-keywords.
4838 (sgml-mode): Use it.
4839
4840 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
4841 since we don't use it.
4842
4843 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
4844
4845 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
4846 if available.
4847 (vhdl-fontify-buffer): Adjust.
4848
4849 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
4850 replace tcl-font-lock-syntactic-keywords.
4851 (tcl-mode): Use it.
4852
4853 * progmodes/simula.el (simula-syntax-propertize-function): New var to
4854 replace simula-font-lock-syntactic-keywords.
4855 (simula-mode): Use it.
4856
4857 * progmodes/sh-script.el (sh-st-symbol): Remove.
4858 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
4859 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
4860 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
4861 (sh-font-lock-paren): Set syntax-multiline.
4862 (sh-font-lock-syntactic-keywords): Remove.
4863 (sh-syntax-propertize-function): New function to replace it.
4864 (sh-mode): Use it.
4865
4866 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
4867 Define while compiling.
4868 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4869 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
4870 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
4871 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4872 (ruby-here-doc-end-syntax): Only define when
4873 syntax-propertize is not available.
4874 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
4875 New functions.
4876 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
4877 (electric-indent-chars): Silence bytecompiler.
4878 (ruby-mode): Use prog-mode, syntax-propertize-function, and
4879 electric-indent-chars.
4880
4881 * progmodes/python.el (python-syntax-propertize-function): New var to
4882 replace python-font-lock-syntactic-keywords.
4883 (python-mode): Use it.
4884 (python-quote-syntax): Simplify and adjust to new use.
4885
4886 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
4887 replace perl-font-lock-syntactic-keywords.
4888 (perl-syntax-propertize-special-constructs): New fun to replace
4889 perl-font-lock-special-syntactic-constructs.
4890 (perl-font-lock-syntactic-face-function): New fun.
4891 (perl-mode): Use it.
4892
4893 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
4894 to replace octave-font-lock-close-quotes.
4895 (octave-syntax-propertize-function): New function to replace
4896 octave-font-lock-syntactic-keywords.
4897 (octave-mode): Use it.
4898
4899 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
4900 replaces mixal-font-lock-syntactic-keywords.
4901 (mixal-mode): Use it.
4902
4903 * progmodes/make-mode.el (makefile-syntax-propertize-function):
4904 New var; replaces makefile-font-lock-syntactic-keywords.
4905 (makefile-mode): Use it.
4906 (makefile-imake-mode): Adjust.
4907
4908 * progmodes/js.el (js--regexp-literal): Define while compiling.
4909 (js-syntax-propertize-function): New var; replaces
4910 js-font-lock-syntactic-keywords.
4911 (js-mode): Use it.
4912
4913 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
4914 replaces gdb-script-font-lock-syntactic-keywords.
4915 (gdb-script-mode): Use it.
4916
4917 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
4918 (fortran--font-lock-syntactic-keywords): New var.
4919 (fortran-line-length): Update syntax-propertize-function and
4920 fortran--font-lock-syntactic-keywords.
4921
4922 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
4923
4924 * progmodes/cfengine.el (cfengine-mode):
4925 Use syntax-propertize-function.
4926 (cfengine-font-lock-syntactic-keywords): Remove.
4927
4928 * progmodes/autoconf.el (autoconf-mode):
4929 Use syntax-propertize-function.
4930 (autoconf-font-lock-syntactic-keywords): Remove.
4931
4932 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
4933 (ada-after-change-function, ada-initialize-syntax-table-properties)
4934 (ada-handle-syntax-table-properties): Only define when
4935 syntax-propertize is not available.
4936 (ada-mode): Use syntax-propertize-function.
4937
4938 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
4939 (font-lock-fontify-syntactic-keywords-region): Move handling of
4940 font-lock-syntactically-fontified to...
4941 (font-lock-default-fontify-region): ...here.
4942 Let syntax-propertize-function take precedence.
4943 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
4944
4945 * emacs-lisp/syntax.el (syntax-propertize-function)
4946 (syntax-propertize-chunk-size, syntax-propertize--done)
4947 (syntax-propertize-extend-region-functions): New vars.
4948 (syntax-propertize-wholelines, syntax-propertize-multiline)
4949 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
4950 (syntax-propertize): New functions.
4951 (syntax-propertize-rules): New macro.
4952 (syntax-ppss-flush-cache): Set syntax-propertize--done.
4953 (syntax-ppss): Call syntax-propertize.
4954
4955 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
4956
36f7d366
AM
49572010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
4958
4959 * textmodes/ispell.el (ispell-init-process): Improve comments.
4960 XEmacs compatibility changes regarding (add-hook) 'local option
4961 and (set-process-query-on-exit-flag).
4962
8fca3921
MA
49632010-09-09 Michael Albinus <michael.albinus@gmx.de>
4964
cf38dd42
SM
4965 * net/tramp-cache.el (tramp-parse-connection-properties):
4966 Set tramp-autoload cookie.
8fca3921 4967
399653d6
GM
49682010-09-09 Glenn Morris <rgm@gnu.org>
4969
4970 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
4971 (imagemagick-register-types): Doc fix.
4972
c34a9669
SM
49732010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4974
b073dc4b
SM
4975 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
4976
4977 * progmodes/js.el (require): Require is already "eval-and-compile".
4978 (js--re-search-forward): Avoid `eval'. Preserve the error data.
4979 (js--re-search-backward): Use js--re-search-forward.
4980
4981 * progmodes/fortran.el (fortran-line-length): Don't recompute
4982 syntactic keywords redundantly a second time.
4983
4984 * progmodes/ada-mode.el: Replace "(set '" with setq.
4985 (ada-mode): Simplify.
4986 (ada-create-case-exception, ada-adjust-case-interactive)
4987 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
4988 (ada-search-ignore-string-comment, ada-move-to-start)
4989 (ada-move-to-end): Use with-syntax-table.
4990
4991 * font-lock.el (save-buffer-state): Remove `varlist' arg.
4992 (font-lock-unfontify-region, font-lock-default-fontify-region):
4993 Update usage correspondingly.
4994 (font-lock-fontify-syntactic-keywords-region):
4995 Set parse-sexp-lookup-properties buffer-locally here.
4996 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
4997
c34a9669
SM
4998 * simple.el (blink-matching-open): Don't burp if we can't find a match.
4999
13639aab
GM
50002010-09-08 Glenn Morris <rgm@gnu.org>
5001
5a972c36
GM
5002 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
5003 Error if not compiled with -DBYTE_CODE_METER.
5004
13639aab
GM
5005 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5006 Ignore dir-locals-file.
5007
331b2b90
SM
50082010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5009
5010 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5011 Not a const.
5012 (compilation-error-regexp-alist-alist): Rule out ": " in file names
5013 for the `gnu' messages.
5014 (compilation-set-skip-threshold): New command.
5015 (compilation-start): Use \' rather than $.
5016 (compilation-forget-errors): Use clrhash.
5017
73b4d51a
AM
50182010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
5019
5020 * textmodes/ispell.el (ispell-valid-dictionary-list):
5021 Simplify logic.
5022
0f34aa77
MA
50232010-09-08 Michael Albinus <michael.albinus@gmx.de>
5024
5025 Migrate to Tramp 2.2. Rearrange load dependencies.
5026 (Bug#1529, Bug#5448, Bug#5705)
5027
5028 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
5029 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
5030 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
5031
5032 * net/tramp.el (top): Remove all other tramp-* loads except
5033 tramp-compat.el. Remove all changes to tramp-unload-hook for
5034 other tramp-* packages. Rearrange defun order. Change calls of
5035 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
5036 `tramp-compat-octal-to-decimal' to new function names.
5037 (tramp-terminal-type, tramp-initial-end-of-output)
5038 (tramp-methods, tramp-foreign-file-name-handler-alist)
5039 (tramp-tramp-file-p, tramp-completion-mode-p)
5040 (tramp-send-command-and-check, tramp-get-remote-path)
5041 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
5042 (tramp-shell-quote-argument): Set tramp-autoload cookie.
5043 (with-file-property, with-connection-property): Move to
5044 tramp-cache.el.
5045 (tramp-local-call-process, tramp-decimal-to-octal)
5046 (tramp-octal-to-decimal): Move to tramp-compat.el.
5047 (tramp-handle-shell-command): Do not require 'shell.
5048 (tramp-compute-multi-hops): No special handling for tramp-gw-*
5049 symbols.
5050 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
5051
5052 * net/tramp-cache.el (top): Require 'tramp. Add to
5053 `tramp-unload-hook'.
5054 (tramp-cache-data, tramp-get-file-property)
5055 (tramp-set-file-property, tramp-flush-file-property)
5056 (tramp-flush-directory-property, tramp-get-connection-property)
5057 (tramp-set-connection-property, tramp-flush-connection-property)
5058 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
5059 cookie.
5060 (with-file-property, with-connection-property): New defuns, moved
5061 from tramp.el.
5062 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
5063 macro.
5064
5065 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
5066 (tramp-version): Set tramp-autoload cookie.
5067
5068 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
5069 changes to tramp-unload-hook for other tramp-* packages. Add to
5070 `tramp-unload-hook'.
5071 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
5072 (tramp-compat-call-process): New defuns, moved from tramp.el.
5073
5074 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
5075 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5076 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
5077 `tramp-compat-decimal-to-octal' to new function name.
5078 (tramp-fish-method): Make it a defconst.
5079 (tramp-fish-file-name-p): Make it a defsubst.
5080 (tramp-fish-method, tramp-fish-file-name-handler)
5081 (tramp-fish-file-name-p): Set tramp-autoload cookie.
5082
5083 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
5084 `tramp-foreign-file-name-handler-alist'. Add to
5085 `tramp-unload-hook'.
5086 (tramp-ftp-method): Make it a defconst.
5087 (tramp-ftp-file-name-p): Make it a defsubst.
5088 (tramp-ftp-method, tramp-ftp-file-name-handler)
5089 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
5090
5091 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
5092 `tramp-foreign-file-name-handler-alist'. Add to
5093 `tramp-unload-hook'. Change checks, whether package can be
5094 loaded.
5095 (tramp-gvfs-file-name-p): Make it a defsubst.
5096 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
5097 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
5098 (tramp-gvfs-handle-file-directory-p): New defun.
5099 (tramp-gvfs-file-name-handler-alist): Use it.
5100
5101 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
5102 `tramp-foreign-file-name-handler-alist'. Add to
5103 `tramp-unload-hook'.
5104 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
5105 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
5106 defconst.
5107 (tramp-gw-tunnel-method, tramp-gw-socks-method)
5108 (tramp-gw-open-connection): Set tramp-autoload cookie.
5109
5110 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
5111 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5112 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
5113 loaded.
5114 (tramp-imap-file-name-p): Make it a defsubst.
5115 (tramp-imap-method, tramp-imaps-method)
5116 (tramp-imap-file-name-handler)
5117 (tramp-imap-file-name-p): Set tramp-autoload cookie.
5118
5119 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
5120 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5121 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
5122 loaded. Change call of `tramp-compat-decimal-to-octal' to new
5123 function name.
5124 (tramp-smb-tunnel-method): Make it a defconst.
5125 (tramp-smb-file-name-p): Make it a defsubst.
5126 (tramp-smb-method, tramp-smb-file-name-handler)
5127 (tramp-smb-file-name-p): Set tramp-autoload cookie.
5128
5129 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
5130 (tramp-uuencode-region): Set tramp-autoload cookie.
5131
5132 * net/trampver.el (top) Add to `tramp-unload-hook'.
5133 (tramp-version, tramp-bug-report-address): Set tramp-autoload
5134 cookie. Update release number.
5135
308e764f
AM
51362010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
5137
5138 * textmodes/ispell.el (ispell-start-process): Make sure original
5139 arg list is properly initialized (Bug#6993, Bug#6994).
5140
10999305 51412010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
5142
5143 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
5144
5145 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
5146 chars like - or ] (bug#6984).
5147 (rx-any-condense-range): Explode 2-char ranges.
5148
10999305
CY
51492010-09-06 Glenn Morris <rgm@gnu.org>
5150
5151 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
5152
51532010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
5154
5155 * textmodes/bibtex.el:
5156 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
5157
f292afe5
LMI
51582010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5159
331b2b90 5160 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
5161 since no callers use it.
5162 (imap-message-get): Ditto.
5163 (imap-message-put): Ditto.
5164 (imap-mailbox-map): Ditto.
5165 (imap-mailbox-put): Ditto.
5166 (imap-mailbox-get): Ditto.
a131b9b8 5167 (imap-mailbox-get): Revert last change for this function.
f292afe5 5168
dfe1285d
LMI
51692010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5170
331b2b90 5171 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
5172 callers to use `imap-fetch' instead. According to the comments, this
5173 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
5174 (imap-enable-exchange-bug-workaround): Remove.
5175 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 5176
3ff31c90
LMI
51772010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5178
5179 * net/imap.el (imap-log): New convenience function used throughout
5180 instead of repeating the same code all over the place.
5181
dfe1285d 51822010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
5183
5184 * mouse.el (mouse-save-then-kill): Save region to kill-ring
5185 when mouse-drag-copy-region is non-nil (Bug#6956).
5186
93a596e1
CY
51872010-09-05 Chong Yidong <cyd@stupidchicken.com>
5188
8d76af4a
CY
5189 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
5190 Improve regexps (Bug#6987).
5191 (dired-sort-toggle): Search more robustly for -t flag.
5192
93a596e1
CY
5193 * files.el (get-free-disk-space): Search more robustly for
5194 "available" column. Suggested by Ehud Karni
5195 <ehud@unix.mvs.co.il>.
5196
733946e7
JB
51972010-09-05 Juanma Barranquero <lekktu@gmail.com>
5198
5199 * international/uni-bidi.el:
5200 * international/uni-category.el:
5201 * international/uni-combining.el:
5202 * international/uni-decimal.el:
5203 * international/uni-mirrored.el:
5204 * international/uni-name.el: Regenerate.
5205
2e664aab
SM
52062010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5207
6aeafb34
SM
5208 * electric.el (electric-indent-post-self-insert-function):
5209 Don't reindent with a sloppy indentation function.
5210
2e664aab
SM
5211 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
5212 border case in change-log-mode.
5213
13ef65a4
CY
52142010-09-04 Chong Yidong <cyd@stupidchicken.com>
5215
5216 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5217 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
5218 Recognize leading tab in gcc-include regexp. Ignore names with
5219 leading "from" or "in" in gnu regexp (Bug#6937).
5220
5abf1556
SM
52212010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5222
6aeafb34 5223 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
5224 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
5225 (ispell-start-process): Avoid setq and simplify logic.
5226 (ispell-init-process): Setup kill-buffer-hook locally when needed.
5227 (kill-buffer-hook): Don't use it globally with code that uses
5228 expand-file-name since that may call kill-buffer via
5229 code_conversion_restore.
5230
0be01d2c
CY
52312010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
5232
5233 * emacs-lisp/package.el (package-directory-list): Only call
5234 file-name-nondirectory on a string.
5235
ebf662f4
CY
52362010-09-02 Chong Yidong <cyd@stupidchicken.com>
5237
5abf1556
SM
5238 * emacs-lisp/package.el (package--download-one-archive):
5239 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
5240 (package-activate-1, package-mark-obsolete, define-package)
5241 (package-compute-transaction, package-list-maybe-add): Use push.
5242
e5eddfd1
SM
52432010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5244
89acf735
SM
5245 Use SMIE's blink-paren for octave-mode.
5246 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
5247 Backslashes do not escape single-quotes, single-quotes do.
5248 (octave-block-else-regexp, octave-block-end-regexp)
5249 (octave-block-match-alist): Remove.
5250 (octave-smie-bnf-table): New var, with old content.
5251 (octave-smie-op-levels): Use it.
5252 (octave-smie-closer-alist): New var.
5253 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
5254 (octave-blink-matching-block-open): Remove.
5255 (octave-reindent-then-newline-and-indent, octave-electric-semi)
5256 (octave-electric-space): Let self-insert-command run expand-abbrev and
5257 blink parens.
5258
3b843809
SM
5259 * electric.el (electricity): New group.
5260 (electric-indent-chars): New var.
5261 (electric-indent-post-self-insert-function): New fun.
5262 (electric-indent-mode): New minor mode.
5263 (electric-pair-skip-self): New custom.
5264 (electric-pair-post-self-insert-function): New function.
5265 (electric-pair-mode): New minor mode.
5266
0da20854
SM
5267 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
5268 calcAlg-blink-matching-open.
5269 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
5270 (calc-do-alg-entry): Only touch the part of the keymap that varies.
5271 Use the new blink-matching-check-function.
5272
a49e651e
SM
5273 Provide blink-matching support to SMIE.
5274 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
5275 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
5276 (smie-blink-matching-check, smie-blink-matching-open): New functions.
5277
e5eddfd1
SM
5278 * simple.el (newline): Fix last change to properly remove itself from
5279 the hook.
5280
b13ebb5c
SM
52812010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5282
5283 * simple.el (newline): Eliminate optimization.
5284 Use post-self-insert-hook to set hard-newline and things before
5285 running post-self-insert-hook.
5286 (blink-matching-check-mismatch): New function.
5287 (blink-matching-check-function): New variable.
5288 (blink-matching-open): Use them.
5289 Skip back forward over prefix chars skipped by forward-sexp.
5290 Don't check if the parens are backslash escaped.
5291 (blink-paren-post-self-insert-function): Check backslash escaping here.
5292
e687c2cd
CY
52932010-09-02 Chong Yidong <cyd@stupidchicken.com>
5294
b13ebb5c
SM
5295 * emacs-lisp/package.el (package-menu-mode-map):
5296 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
5297 (package-menu-mode): Set revert-buffer-function.
5298 (package-menu-revert): Doc fix.
5299
567efba9
AM
53002010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
5301
5302 * textmodes/ispell.el (ispell-init-process): Use "~/" as
5303 `default-directory' unless using Ispell per-directory personal
5304 dictionaries and not in a mini-buffer under XEmacs.
5305 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 5306 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 5307
6d7cc563
JD
53082010-09-02 Jan Djärv <jan.h.d@swipnet.se>
5309
08d4877e
J
5310 * simple.el (kill-new): Call interprogram-cut-function with only
5311 one argument.
5312
45240125
JD
5313 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
5314 Remove cut buffer from error message.
5315
5316 * term/x-win.el (x-select-text):
5317 * term/pc-win.el (x-selection-value):
5318 * term/ns-win.el (x-selection-value):
5319 * eshell/em-term.el:
5320 * w32-fns.el (x-get-selection-value):
5321 * mouse-sel.el (mouse-sel-set-selection-function):
5322 * frame.el (display-selections-p): Remove cut-buffer in documentation.
5323
6d7cc563
JD
5324 * term/x-win.el: Update documentation for x-last-selected-text-*.
5325 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
5326 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
5327 (x-select-text): Remove argument PUSH, update documentation.
5328 Remove cut-buffer code.
6d7cc563 5329 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 5330 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
5331 Update documentation, remove cut-buffer code.
5332 Call x-selection-value-internal.
6d7cc563
JD
5333 (x-clipboard-yank): Call x-selection-value-internal.
5334 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
5335
5336 * term/pc-win.el (x-last-selected-text):
5337 x-cut-buffer-or-selection-value renamed to x-selection-value
5338 (x-select-text): Remove argument PUSH, update documentation.
5339
5340 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
5341 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 5342 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
5343 (x-select-text): Remove argument PUSH, update documentation.
5344
5345 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
5346
5347 * w32-fns.el (x-last-selected-text):
5348 x-cut-buffer-or-selection-value renamed to x-selection-value.
5349 (x-cut-buffer-max): Remove.
5350 (x-select-text): Remove argument PUSH, update documentation.
5351
5352 * simple.el (interprogram-cut-function): Remove mention of PUSH.
5353
5354 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
5355
5356 * mouse-sel.el (mouse-sel-get-selection-function):
5357 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 5358 (x-select-text): Remove optional push.
6d7cc563 5359
4de81ee0
SM
53602010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5361
8f4e9110
SM
5362 * simple.el (blink-paren-function): Move from C to here.
5363 (blink-paren-post-self-insert-function): New function.
5364 (post-self-insert-hook): Use it.
5365
4de81ee0
SM
5366 * emacs-lisp/pcase.el (pcase-split-memq):
5367 Fix overenthusiastic optimisation.
5368 (pcase-u1): Handle the case of a lambda pred.
5369
d419e1d9
KH
53702010-08-31 Kenichi Handa <handa@m17n.org>
5371
5372 * international/mule-cmds.el (standard-display-european-internal):
5373 Setup standard-display-table for 8-bit characters by storing 8-bit
5374 characters in the element vector.
5375
1e05f387
SM
5376 * disp-table.el (standard-display-8bit):
5377 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
5378 characters in the element vector.
5379 (standard-display-european): Likewise.
5380
61f7096c
CY
53812010-08-31 Masatake YAMATO <yamato@redhat.com>
5382
5383 * textmodes/nroff-mode.el (nroff-view): New command.
5384 (nroff-mode-map): Bind it to C-c C-c.
5385
ec5d3ff7
SM
53862010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5387
c8977b2e
SM
5388 * emacs-lisp/smie.el (smie-down-list): New command.
5389
ec5d3ff7
SM
5390 Remove old indentation and navigation code on octave-mode.
5391 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
5392 smie-down-list rather than add a binding for octave-down-block.
5393 (octave-mark-block, octave-blink-matching-block-open):
5394 Rely on forward-sexp-function.
5395 (octave-fill-paragraph): Don't narrow, so you can use
5396 indent-according-to-mode.
5397 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
5398 (octave-in-block-p, octave-re-search-forward-kw)
5399 (octave-re-search-backward-kw, octave-indent-calculate)
5400 (octave-end-as-array-index-p, octave-block-end-offset)
5401 (octave-scan-blocks, octave-forward-block, octave-backward-block)
5402 (octave-down-block, octave-backward-up-block, octave-up-block)
5403 (octave-before-magic-comment-p, octave-indent-line): Remove.
5404
187d3296
CY
54052010-08-31 Chong Yidong <cyd@stupidchicken.com>
5406
5407 * emacs-lisp/package.el (package--read-archive-file): Just use
5408 `read', to avoid copying an additional string.
5409 (package-menu-mode): Set header-line-format here.
5410 (package-menu-refresh, package-menu-revert): Signal an error if
5411 not in the Package Menu.
5412 (package-menu-package-list): New var.
5413 (package--generate-package-list): Operate on the current buffer;
5414 don't assume that it is *Packages*, since the user may rename it.
5415 Allow persistent package listings and sort keys using
5416 package-menu-package-list and package-menu-package-sort-key.
5417 (package-menu--version-predicate): Fix version calculation.
5418 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
5419 (package--list-packages): Create the *Packages* buffer.
5420 Set package-menu-package-list-key.
187d3296
CY
5421 (list-packages): Sorting by status is now the default.
5422 (package-buffer-info): Use match-string-no-properties.
5423 (define-package): Add a &rest argument for future proofing, but
5424 don't use it yet.
5425 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
5426 Merge into a single function, package-install-from-buffer.
5427 (package-install-file): Change caller.
187d3296
CY
5428
5429 * finder.el: Load finder-inf using `require'.
5430 (finder-list-matches): Sorting by status is now the default.
5431 (finder-compile-keywords): Simpify printing.
5432
e17b68ed
SM
54332010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5436 (octave-mode-map): Remove special bindings for forward/backward-block
5437 and octave-backward-up-block. Use smie-close-block.
5438 (octave-continuation-marker-regexp): New var.
5439 (octave-continuation-regexp): Use it.
5440 (octave-operator-table, octave-smie-op-levels)
5441 (octave-operator-regexp, octave-smie-indent-rules): New vars.
5442 (octave-smie-backward-token, octave-smie-forward-token): New funs.
5443 (octave-mode): Use SMIE.
5444 (octave-close-block): Delete.
5445
42b6a73b
EZ
54462010-08-30 Eli Zaretskii <eliz@gnu.org>
5447
5448 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
5449 CLIPBOARD, not in PRIMARY. (Bug#6944)
5450
f291fe60
SM
54512010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5452
ee992a8c
SM
5453 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
5454 a list of parents.
5455 (smie-indent-column): Allow indirection through variables.
5456
d36b74ca
SM
5457 * composite.el (save-buffer-state): Delete, unused.
5458 * font-lock.el (save-buffer-state): Use with-silent-modifications.
5459 (font-lock-default-fontify-region): Use with-syntax-table.
5460 * jit-lock.el (with-buffer-unmodified): Remove.
5461 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
5462
f291fe60
SM
5463 Use `declare' in defmacros.
5464 * window.el (save-selected-window):
5465 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
5466 * progmodes/python.el (def-python-skeleton):
5467 * net/dbus.el (dbus-ignore-errors):
5468 * jka-cmpr-hook.el (with-auto-compression-mode):
5469 * international/mule.el (with-category-table):
5470 * emacs-lisp/timer.el (with-timeout):
5471 * emacs-lisp/lisp-mnt.el (lm-with-file):
5472 * emacs-lisp/eieio.el (with-slots):
5473 * emacs-lisp/easymenu.el (easy-menu-define):
5474 * emacs-lisp/debug.el (debugger-env-macro):
5475 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
5476 (Multiple-value-call, Multiple-value-prog1):
5477 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
5478 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
5479 edebug rule to definition.
5480 * emacs-lisp/lisp-mode.el (save-selected-window)
5481 (with-current-buffer, combine-after-change-calls)
5482 (with-output-to-string, with-temp-file, with-temp-buffer)
5483 (with-temp-message, with-syntax-table, read-if, eval-after-load)
5484 (dolist, dotimes, when, unless):
5485 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
5486
96ae4c8f
CY
54872010-08-29 Chong Yidong <cyd@stupidchicken.com>
5488
5489 * finder.el: Require `package'.
5490 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
5491 (finder-package-info): Var deleted.
5492 (finder-keywords-hash, finder--builtins-alist): New vars.
5493 (finder-compile-keywords): Compute package--builtins and
5494 finder-keywords-hash instead of finder-keywords-hash, respecting
5495 the "Package" header.
f291fe60
SM
5496 (finder-unknown-keywords, finder-list-matches):
5497 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
5498 (finder-mode): Don't set font-lock-defaults.
5499 (finder-exit): We don't use "*Finder-package*" and "*Finder
5500 Category*" buffers anymore.
5501
5502 * emacs-lisp/package.el (package--builtins-base): Var deleted.
5503 (package--builtins): Set default value to nil.
5504 (package-initialize): Load precomputed value of package--builtins
5505 from finder-inf.el.
5506 (package-alist, package-compute-transaction)
5507 (package-download-transaction): Improve docstring.
5508 (package-read-all-archive-contents): Do not change
5509 package--builtins here.
5510 (list-packages): Make package-list-packages an alias for this.
5511 Sort by status by default.
5512 (package--list-packages): Add optional PACKAGES arg.
5513 (describe-package-1): Use font-lock-face property. For built-in
5514 packages, insert file commentary.
5515 (package--generate-package-list): Rename from
5516 package-list-packages-internal; all callers changed. Add optional
5517 PACKAGES arg. Add alphabetical sort fallbacks.
5518 (package-menu--version-predicate, package-menu--status-predicate)
5519 (package-menu--description-predicate)
5520 (package-menu--name-predicate): New functions.
5521
5522 * info.el (Info-finder-find-node): Search package-alist instead of
5523 finder-package-info.
5524
e2046ecf
CY
55252010-08-29 Chong Yidong <cyd@stupidchicken.com>
5526
5527 * subr.el (version-regexp-alist): Don't use "a" and "b" for
5528 "alpha" and "beta".
5529 (version-to-list): Handle versions like "10.3d".
5530
6fe79b7c
SM
55312010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5532
5533 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
5534 (macroexp-accumulate): Use `declare'.
5535
1a868076
VJL
55362010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5537
5538 * whitespace.el (whitespace-style): Adjust type declaration.
5539
9e69cb05
KH
55402010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
5541
5542 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5543 empty argument to gvfs-copy.
5544
55452010-08-26 Chong Yidong <cyd@stupidchicken.com>
5546
5547 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5548 handle new TRASH arg of `delete-file'.
5549
55502010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
5551
5552 * net/tramp.el (tramp-handle-insert-directory): Don't use
5553 `forward-word', its default syntax could be changed.
5554
55552010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5556 Michael Albinus <michael.albinus@gmx.de>
5557
5558 Implement compression for inline methods.
5559
5560 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5561 (tramp-copy-size-limit): Allow also nil.
5562 (tramp-inline-compress-commands): New defconst.
5563 (tramp-find-inline-compress, tramp-get-inline-compress)
5564 (tramp-get-inline-coding): New defuns.
5565 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5566 replaced by `tramp-get-inline-coding'.
5567 (tramp-handle-file-local-copy, tramp-handle-write-region)
5568 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5569
55702010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
5571
5572 Detect ssh 'ControlMaster' argument automatically in some cases.
5573
5574 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5575 (tramp-default-method): Use it.
5576
55772010-08-26 Karel Klíč <kklic@redhat.com>
5578
5579 * net/tramp.el (tramp-file-name-for-operation):
5580 Add file-selinux-context.
5581
55822010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
5583
5584 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
5585
55862010-08-26 Chong Yidong <cyd@stupidchicken.com>
5587
5588 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
5589 (Bug#6907).
5590
4142607e
NW
55912010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
5592
5593 * progmodes/js.el: Make indentation more customizable (Bug#6914).
5594 (js-paren-indent-offset, js-square-indent-offset)
5595 (js-curly-indent-offset): New options.
5596 (js--proper-indentation): Use them.
5597
88a36e60
DC
55982010-08-26 Daniel Colascione <dan.colascione@gmail.com>
5599
5600 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
5601 instead of inspecting font-lock properties (Bug#6916).
5602
38dbc4d8
DR
56032010-08-26 David Reitter <david.reitter@gmail.com>
5604
5605 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 5606 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
5607 (server-execute): Do not run hooks here.
5608
44ffae96
MA
56092010-08-26 Michael Albinus <michael.albinus@gmx.de>
5610
5611 Sync with Tramp 2.1.19.
5612
20b8ac83
MA
5613 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5614 (tramp-reporter-dump-variable, tramp-load-report-modules)
5615 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
5616 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
5617
5618 * net/tramp-compat.el (top): Do not autoload
5619 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
5620 only when `start-file-process' is not bound.
5621 (byte-compile-not-obsolete-vars): Define if not bound.
5622 (tramp-compat-funcall): New defmacro.
5623 (tramp-compat-line-beginning-position)
5624 (tramp-compat-line-end-position)
5625 (tramp-compat-temporary-file-directory)
5626 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5627 (tramp-compat-copy-file, tramp-compat-copy-directory)
5628 (tramp-compat-delete-file, tramp-compat-delete-directory)
5629 (tramp-compat-number-sequence, tramp-compat-process-running-p):
5630 Use it.
5631 (tramp-advice-file-expand-wildcards): Do not use
5632 `tramp-handle-file-remote-p'.
5633 (tramp-compat-make-temp-file): Simplify fallback implementation.
5634 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5635 (tramp-compat-copy-tree): Remove function.
5636 (tramp-compat-delete-file): New defun.
5637 (tramp-compat-delete-directory): Provide implementation for older
5638 Emacsen.
5639 (tramp-compat-file-attributes): Handle only
5640 `wrong-number-of-arguments' error.
5641
95b6d681
JB
5642 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5643 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
5644 (tramp-fish-handle-delete-file): Add TRASH arg.
5645 (tramp-fish-handle-directory-files-and-attributes):
5646 Do not use `tramp-fish-handle-file-attributes.
5647 (tramp-fish-handle-file-local-copy)
5648 (tramp-fish-handle-insert-file-contents)
5649 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
5650
5651 * net/tramp-gvfs.el (top): Require url-util.
5652 (tramp-gvfs-mount-point): Remove.
5653 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
5654 and `set-file-selinux-context'.
5655 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
5656 (tramp-gvfs-handle-file-selinux-context)
5657 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5658 (with-tramp-dbus-call-method): Format trace message.
5659 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5660 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
5661 Implement backup call, when operation on local files fails.
5662 Use progress reporter. Flush properties of changed files.
6a7662bb
BR
5663 (tramp-gvfs-handle-delete-file): Add TRASH arg.
5664 Use `tramp-compat-delete-file'.
20b8ac83
MA
5665 (tramp-gvfs-handle-expand-file-name): Expand "~/".
5666 (tramp-gvfs-handle-make-directory): Make more traces.
5667 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
5668 (tramp-gvfs-url-file-name): Hexify file name in url.
5669 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5670 into account for the resulting file name.
5671 (tramp-gvfs-handler-askquestion): Preserve current message, in
5672 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
5673 Return dummy mountpoint, when the answer is "no".
5674 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
5675 (tramp-gvfs-handler-mounted-unmounted)
5676 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
5677 attribute "default_location". Set "prefix" property.
5678 Handle default-location.
20b8ac83
MA
5679 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5680 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5681 exists. Raise an error, if not (due to a corresponding answer
93acd23d
JB
5682 "no" in interactive questions, for example).
5683 Use `tramp-compat-funcall'.
20b8ac83
MA
5684
5685 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5686 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5687 (tramp-imap-do-copy-or-rename-file)
5688 (tramp-imap-handle-insert-file-contents)
5689 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5690 (tramp-imap-handle-delete-file): Add TRASH arg.
5691
1e05f387
SM
5692 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5693 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
5694 (tramp-smb-handle-copy-file)
5695 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5696 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5697 Use `with-progress-reporter'.
5698 (tramp-smb-handle-delete-file): Add TRASH arg.
5699
5700 * net/tramp.el (tramp-methods): Move hostname to the end in all
5701 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
5702 appropriate.
5703 (tramp-verbose): Describe verbose level 9.
5704 (tramp-completion-function-alist)
5705 (tramp-file-name-regexp, tramp-chunksize)
5706 (tramp-local-coding-commands, tramp-remote-coding-commands)
5707 (with-connection-property, tramp-completion-mode-p)
5708 (tramp-action-process-alive, tramp-action-out-of-band)
5709 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5710 (tramp-exists-file-name-handler): Fix docstring.
5711 (tramp-remote-process-environment): Use `format' instead of
5712 `concat'. Protect version string by apostroph.
5713 (tramp-shell-prompt-pattern): Do not use a shy group in case of
5714 XEmacs.
5715 (tramp-file-name-regexp-unified)
5716 (tramp-completion-file-name-regexp-unified): On W32 systems, do
5717 not regard the volume letter as remote filename. (Bug#5447)
5718 (tramp-perl-file-attributes)
5719 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5720 (tramp-vc-registered-read-file-names): Read input as
5721 here-document, otherwise the command could exceed maximum length
5722 of command line.
5723 (tramp-file-name-handler-alist): Add `file-selinux-context' and
5724 `set-file-selinux-context'.
5725 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
5726 backtrace functions.
5727 (tramp-error-with-buffer): Don't show the connection buffer when
5728 we are in completion mode.
5729 (tramp-progress-reporter-update, tramp-remote-selinux-p)
5730 (tramp-handle-file-selinux-context)
5731 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
5732 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
5733 New defuns.
5734 (with-progress-reporter): New defmacro.
5735 (tramp-debug-outline-regexp): New defconst.
5736 (top, tramp-rfn-eshadow-setup-minibuffer)
5737 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5738 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5739 (tramp-completion-mode-p, tramp-check-for-regexp)
5740 (tramp-open-connection-setup-interactive-shell)
5741 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5742 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5743 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
5744 Use `tramp-compat-funcall'.
5745 (tramp-handle-make-symbolic-link): Flush file properties.
5746 (tramp-handle-load, tramp-handle-file-local-copy)
5747 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5748 (tramp-handle-vc-registered, tramp-maybe-send-script)
5749 (tramp-find-shell): Use `with-progress-reporter'.
5750 (tramp-do-file-attributes-with-stat): Add space in format string,
5751 in order to work around a bug in pdksh. Reported by Gilles Pion
5752 <gpion@lfdj.com>.
5753 (tramp-handle-verify-visited-file-modtime): Do not send a command
5754 when the connection is not established.
5755 (tramp-handle-set-file-times): Simplify the check for utc.
5756 (tramp-handle-directory-files-and-attributes)
5757 (tramp-get-remote-path): Use `copy-tree'.
5758 (tramp-completion-handle-file-name-all-completions): Ensure, that
5759 non remote files are still checked. Oops.
1e05f387
SM
5760 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5761 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
5762 (tramp-do-copy-or-rename-file): Add progress reporter.
5763 (tramp-do-copy-or-rename-file-directly): Do not use
5764 `tramp-handle-file-remote-p'.
5765 (tramp-do-copy-or-rename-file-out-of-band):
5766 Use `tramp-compat-delete-directory'.
5767 (tramp-do-copy-or-rename-file-out-of-band)
5768 (tramp-compute-multi-hops, tramp-maybe-open-connection):
5769 Use `format-spec-make'.
5770 (tramp-handle-delete-file): Add TRASH arg.
5771 (tramp-handle-dired-uncache): Flush directory cache, not only file
5772 cache.
5773 (tramp-handle-expand-file-name)
5774 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
5775 (tramp-completion-handle-file-name-completion):
5776 Use `tramp-connectable-p'.
20b8ac83
MA
5777 (tramp-handle-start-file-process): Set connection property "vec".
5778 Use it, in order to invalidate file caches. Check only for
5779 `remote-tty' process property.
5780 Implement tty setting. (Bug#4604, Bug#6360)
5781 (tramp-file-name-for-operation): Add `call-process-region' and
5782 `set-file-selinux-context'.
5783 (tramp-find-foreign-file-name-handler)
5784 (tramp-advice-make-auto-save-file-name)
5785 (tramp-set-auto-save-file-modes): Remove superfluous check for
5786 `stringp'. This is done inside `tramp-tramp-file-p'.
5787 (tramp-file-name-handler): Trace 'quit. Catch the error for some
5788 operations when we are in completion mode. This gives the user
5789 the chance to correct the file name in the minibuffer.
5790 (tramp-completion-mode-p): Use `non-essential'.
5791 (tramp-handle-file-name-all-completions): Backward/ XEmacs
5792 compatibility: Use `completion-ignore-case' if
5793 `read-file-name-completion-ignore-case' does not exist.
5794 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
5795 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5796 `tramp-open-shell'.
5797 (tramp-action-password): Hide password prompt before next run.
5798 (tramp-process-actions): Widen connection buffer for the trace.
5799 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5800 process property. Trace stty settings if `tramp-verbose' >= 9.
5801 Apply workaround for IRIX64 bug. Move argument of last
5802 `tramp-send-command' where it belongs to.
5803 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5804 front of `login-args'.
5805 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
5806 on "/dev/null" instead of "/".
5807 (tramp-get-ls-command-with-dired): Make test for "--dired"
5808 stronger.
5809 (tramp-set-auto-save-file-modes): Adapt version check.
5810 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5811 (tramp-handle-process-file): Call the program in a subshell, in
5812 order to preserve working directory.
5813 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
5814 `tramp-remote-sh' from `tramp-methods'.
5815 (tramp-get-ls-command): Make test for "--color=never" stronger.
5816 (tramp-check-for-regexp): Use (forward-line 1).
5817
44ffae96
MA
5818 * net/trampver.el: Update release number.
5819
cb6c4991
CY
58202010-08-26 Chong Yidong <cyd@stupidchicken.com>
5821
5822 * help.el (help-map): Bind `C-h P' to describe-package.
5823
5824 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
5825
5826 * emacs-lisp/package.el (package-refresh-contents): Catch errors
5827 when downloading archives.
5828 (describe-package-1): Add package commentary.
5829 (package-install-button-action): New function.
5830 (package-menu-mode-map): Bind ? to package-menu-describe-package.
5831 (package-menu-view-commentary): Function removed.
5832 (package-list-packages-internal): Hide the `package' package too.
5833
b60f961f
KH
58342010-08-25 Kenichi Handa <handa@m17n.org>
5835
5836 * language/misc-lang.el ("Arabic"): New language environment.
5837 Setup composition-function-table for Arabic characters.
5838
5839 * international/fontset.el (setup-default-fontset): Fix typo for
5840 arabic OTF spec (fini->fina).
5841
a0c16be4
J
58422010-08-25 Jan Djärv <jan.h.d@swipnet.se>
5843
5844 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
5845 on all frames.
5846
85cc3d4f
VJL
58472010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5848
5849 * whitespace.el: Allow cleaning up blanks without blank
5850 visualization (Bug#6651). Adjust help window for
5851 whitespace-toggle-options (Bug#6479). Allow to use fill-column
5852 instead of whitespace-line-column (from EmacsWiki). New version
5853 13.1.
88b5a757 5854 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
5855 (whitespace-space, whitespace-hspace, whitespace-tab):
5856 Adjust foreground property face.
85cc3d4f
VJL
5857 (whitespace-line-column): Adjust docstring and type declaration.
5858 (whitespace-style-value-list, whitespace-toggle-option-alist)
5859 (whitespace-help-text): Adjust const initialization.
5860 (whitespace-toggle-options, global-whitespace-toggle-options):
5861 Adjust docstring.
5862 (whitespace-display-window, whitespace-interactive-char)
5863 (whitespace-style-face-p, whitespace-color-on): Adjust code.
5864 (whitespace-help-scroll): New fun.
5865
cb8759ca
CY
58662010-08-24 Chong Yidong <cyd@stupidchicken.com>
5867
5868 * emacs-lisp/package.el (list-packages): Alias for
5869 package-list-packages.
5870
44a41a47
KR
58712010-08-24 Kevin Ryde <user42@zip.com.au>
5872
be7748e7
KR
5873 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
5874 (Bug#5651).
5875
44a41a47
KR
5876 * progmodes/ruby-mode.el (ruby): Add defgroup.
5877
edfd00fa
CY
58782010-08-24 Chong Yidong <cyd@stupidchicken.com>
5879
5880 * progmodes/python.el: Add Ipython support (Bug#5390).
5881 (python-shell-prompt-alist)
5882 (python-shell-continuation-prompt-alist): New options.
5883 (python--set-prompt-regexp): New function.
6a7662bb
BR
5884 (inferior-python-mode, run-python, python-shell):
5885 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
5886 prompt based on the Python interpreter.
5887 (python--prompt-regexp): New var.
5888 (python-check-comint-prompt)
5889 (python-comint-output-filter-function): Use it.
5890 (run-python): Use a pipe (Bug#5694).
5891
58922010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
5893
5894 * progmodes/python.el (python-send-region): Send a different
5895 Python command if Ipython is in use.
5896 (python-check-version): Use a Python command to find the version.
5897
1c409d0b
CY
58982010-08-24 Chong Yidong <cyd@stupidchicken.com>
5899
5900 * mouse.el (mouse-yank-primary): Avoid setting primary when
5901 deactivating the mark (Bug#6872).
5902
733946e7 59032010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
5904
5905 * progmodes/python.el (python-block-pairs): Allow use of "finally"
5906 with "else" (Bug#3991).
5907
e73f184c
MA
59082010-08-23 Michael Albinus <michael.albinus@gmx.de>
5909
5910 * net/dbus.el: Accept UNIX domain sockets as bus address.
5911 (top): Don't initialize `dbus-registered-objects-table' anymore,
5912 this is done in dbusbind,c.
5913 (dbus-check-event): Adapt test for bus.
5914 (dbus-return-values-table, dbus-unregister-service)
5915 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
5916 Adapt doc string.
5917
1a140747
JB
59182010-08-23 Juanma Barranquero <lekktu@gmail.com>
5919
5920 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
5921
7133b7ee
JL
59222010-08-22 Juri Linkov <juri@jurta.org>
5923
5924 * simple.el (read-extended-command): New function with the logic
5925 for `completing-read' moved to Elisp from `execute-extended-command'.
5926 Use `function-called-at-point' in `minibuffer-default-add-function'
5927 to get a command name for M-n (bug#5364, bug#5214).
5928
198a7a97
CY
59292010-08-22 Chong Yidong <cyd@stupidchicken.com>
5930
5931 * startup.el (command-line-1): Issue warning for ignored arguments
5932 --unibyte, etc (Bug#6886).
5933
c00725d7
LL
59342010-08-22 Leo <sdl.web@gmail.com>
5935
5936 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
5937 (ignore, bright, dim, keyword): Split list of nicknames before
5938 passing to rcirc-add-or-remove (Bug#6894).
5939
bc7d7ea6
CY
59402010-08-22 Chong Yidong <cyd@stupidchicken.com>
5941
5942 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
5943
b0126eac 59442010-08-22 Leo <sdl.web@gmail.com>
e0143335 5945
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 5946 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 5947 * ido.el: Revert Óscar's.
e0143335
LL
5948 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
5949 Remember the buffers at head, rather than their name.
76e3243a 5950 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 5951
b0126eac 59522010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
5953 Stefan Monnier <monnier@iro.umontreal.ca>
5954
5955 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
5956 extra backslash added to each line (bug#6890).
5957
b0126eac 59582010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
5959
5960 * subr.el (read-key): Don't echo keystrokes (bug#6883).
5961
b0126eac 59622010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
5963
5964 * menu-bar.el (menu-bar-games-menu): Add landmark.
5965
b0126eac 59662010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 5967
9130a2d6
GM
5968 * align.el (align-regexp): Make group and spacing arguments
5969 use the interactive defaults when non-interactive. (Bug#6698)
5970
fb89a654
GM
5971 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
5972 expansion, so as not to need sendmail.
5973 (mail-text-start): Remove declaration.
5974 (rmail-retry-failure): Require sendmail.
5975
b0126eac 59762010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
5977
5978 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
5979
b0126eac 59802010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 5981
186e86db
SM
5982 * progmodes/flymake.el (flymake-start-syntax-check-process):
5983 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 5984
b0126eac 59852010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
5986
5987 * files.el: Add `word-wrap' as safe local variable.
5988
b0126eac 59892010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
5990
5991 * woman.el (woman-translate): Case matters. (Bug#6849)
5992
b0126eac 59932010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
5994
5995 * simple.el (kill-region): Doc fix (Bug#6787).
5996
b0126eac 59972010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
5998
5999 * calendar/diary-lib.el (diary-header-line-format):
6000 Fit it to the window, not the frame.
6001
b0126eac 60022010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
6003
6004 * subr.el (ignore-errors): Add debug declaration.
6005
b0126eac 60062010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
6007
6008 * whitespace.el (whitespace-color-off): Remove post-command-hook
6009 locally.
6010
537ffaf3
SM
60112010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6012
6013 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
6014
d64b8a68
CY
60152010-08-21 Chong Yidong <cyd@stupidchicken.com>
6016
6017 * cus-edit.el (custom-group-value-create): Add extra newline
6018 before end line (Bug#6876).
6019
d2625c3d
CY
60202010-08-21 Chong Yidong <cyd@stupidchicken.com>
6021
6022 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
6023 when extending it. Before killing on the second click, check if
6024 the buffer is the correct one. Doc fix.
6025 (mouse-secondary-save-then-kill): Allow usage without first
6026 calling mouse-start-secondary, by defaulting to point. Don't save
6027 an empty secondary selection. Doc fix.
6028
80525855
VJL
60292010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6030
91bdeb66
VJL
6031 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
6032 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 6033 New version 13.0.
80525855
VJL
6034 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6035 Adjust initialization.
6036 (whitespace-bob-marker, whitespace-eob-marker)
6037 (whitespace-buffer-changed): New vars.
6038 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
6039 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
6040 (whitespace-post-command-hook, whitespace-display-char-on):
6041 Adjust code.
80525855 6042 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 6043 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 6044
4b9c0a49
SM
60452010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6046
118cf454
SM
6047 * files.el (locate-file-completion-table): Only list the .el and .elc
6048 extensions if there's no other choice (bug#5955).
6049
a2e5caf7
SM
6050 * facemenu.el (facemenu-self-insert-data): New var.
6051 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
6052 New functions.
6053 (facemenu-add-face): Use them.
6054
4b9c0a49
SM
6055 * simple.el (blink-matching-open): Obey forward-sexp-function.
6056
0193499f
SM
60572010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
6058
b2a15250
SM
6059 * simple.el (prog-mode-map): New var.
6060 (prog-indent-sexp): New command.
6061
b5ba2d6f
SM
6062 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
6063
9acd1bdc
SM
6064 * progmodes/prolog.el (smie): Require.
6065
8723cfa4
SM
6066 * emacs-lisp/smie.el (smie-default-backward-token)
6067 (smie-default-forward-token): Strip properties.
6068 (smie-next-sexp): Be more careful with associative operators.
6069 (smie-forward-sexp-command): Generalize.
6070 (smie-backward-sexp-command): Simplify.
6071 (smie-closer-alist): New var.
6072 (smie-close-block): New command.
6073 (smie-indent-debug-log): New var.
6074 (smie-indent-offset-rule): Add a few more cases.
6075 (smie-indent-column): New function.
6076 (smie-indent-after-keyword): Use it.
6077 (smie-indent-keyword): Use it.
6078 Fix up the opener code's point position.
6079 (smie-indent-comment): Only applies at BOL.
6080 (smie-indent-debug): New command.
6081
0193499f
SM
6082 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
6083 declarations that are useful before running the macro.
6084
0c9b8993
GM
60852010-08-18 Joakim Verona <joakim@verona.se>
6086
6087 * image.el (imagemagick-types-inhibit): New variable.
6088 (imagemagick-register-types): New function.
6089 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
6090 (image-transform-set-scale, image-transform-fit-to-height)
6091 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
6092 (image-transform-fit-to-width, image-transform-fit-to-height):
6093 New functions.
ccd80618
JV
6094 (image-toggle-display-image): Support image transforms.
6095
1075cd61
KY
60962010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
6097
6098 * image.el (create-animated-image): Don't add heuristic mask to image
6099 (Bug#6839).
6100
64cb6c78
J
61012010-08-18 Jan Djärv <jan.h.d@swipnet.se>
6102
0193499f
SM
6103 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
6104 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 6105
ff80a446
SM
61062010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
6107
afa22f7c
SM
6108 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
6109
ff80a446
SM
6110 Font-lock '...' strings, plus various simplifications and fixes.
6111 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
6112 (octave-font-lock-close-quotes): New function.
6113 (octave-font-lock-syntactic-keywords): New var.
6114 (octave-mode): Use it. Set beginning-of-defun-function.
6115 (octave-mode-map): Don't override the <foo>-defun commands.
6116 (octave-mode-menu): Pass it directly to easy-menu-define;
6117 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
6118 (octave-block-match-alist): Fix up last change so that
6119 octave-close-block uses the more specific keyword.
6120 (info-lookup-mode): Silence byte-compiler.
6121 (octave-beginning-of-defun): Not interactive any more.
6122 Optimize slightly.
6123 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
6124 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
6125 (octave-completion-at-point-function): Make sure point is within
6126 beg..end.
6127 (octave-reindent-then-newline-and-indent):
6128 Use reindent-then-newline-and-indent.
6129 (octave-add-octave-menu): Remove.
6130
2269b349
JD
61312010-08-17 Jan Djärv <jan.h.d@swipnet.se>
6132
489cd5bd
JD
6133 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
6134 (report-emacs-bug-can-use-xdg-email): New functions.
6135 (report-emacs-bug): Set can-xdg-email to result of
6136 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
6137 \C-cm to report-emacs-bug-insert-to-mailer and add help text
6138 about it.
30ebab6d 6139
a2fb159c
GM
6140 * net/browse-url.el (browse-url-default-browser): Add cond
6141 for browse-url-xdg-open.
6142 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
6143
61442010-08-17 Glenn Morris <rgm@gnu.org>
6145
6146 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
6147 (c-fontify-recorded-types-and-refs): Define for compiler.
6148 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
6149 before use.
6150
6151 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
6152 Fix format call.
6153
bb6aba9c
MA
61542010-08-17 Michael Albinus <michael.albinus@gmx.de>
6155
6156 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
6157 properties.
6158 (tramp-handle-process-file): Call the program in a subshell, in
6159 order to preserve working directory.
6160 (tramp-action-password): Hide password prompt before next run.
6161 (tramp-process-actions): Widen connection buffer for the trace.
6162
8f10c937
DD
61632010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6164
6165 * net/rcirc.el (rcirc-log-process-buffers): New option.
6166 (rcirc-print): Use it.
6167 (rcirc-generate-log-filename): New function.
6168 (rcirc-log-filename-function): Change default to
6169 rcirc-generate-log-filename (Bug#6828).
6170
7c23dd44
CY
61712010-08-16 Chong Yidong <cyd@stupidchicken.com>
6172
6173 * simple.el (deactivate-mark): If select-active-regions is `only',
6174 only set selection for temporarily active regions.
6175
6176 * cus-start.el: Change defcustom for select-active-regions.
6177
6d3e82d2
CY
61782010-08-15 Chong Yidong <cyd@stupidchicken.com>
6179
6180 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
6181 (mouse-drag-track): Use LOCATION arg to push-mark.
6182 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
6183 consideration when updating point and mark (Bug#6840).
6184
c68263b1
CY
61852010-08-15 Chong Yidong <cyd@stupidchicken.com>
6186
6187 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6188 Give the Ruby rule a lower priority than Gnu (Bug#6778).
6189
456f369a
ŠN
61902010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
6191
ff80a446
SM
6192 * font-lock.el (lisp-font-lock-keywords-2):
6193 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
6194 with-demoted-errors, and with-silent-modifications (Bug#6025).
6195
c22e18f5
KR
61962010-08-14 Kevin Ryde <user42@zip.com.au>
6197
6198 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
6199 (copyright-update): Temporary switch-to-buffer to ensure the
6200 buffer change being queried is visible (Bug#5394).
c22e18f5 6201
6f1a6faf
TT
62022010-08-14 Tom Tromey <tromey@redhat.com>
6203
6204 * progmodes/etags.el (tags-file-name): Mark safe if stringp
6205 (Bug#6733).
6206
e7afcf30
EZ
62072010-08-14 Eli Zaretskii <eliz@gnu.org>
6208
6209 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
6210 MS-DOS. (Bug#6689)
6211
2b4e6277
J
62122010-08-13 Jan Djärv <jan.h.d@swipnet.se>
6213
6214 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
6215 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6216 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6217 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
6218 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
6219 Call menu-bar-set-tool-bar-position.
2b4e6277 6220
dc94fc85
SM
62212010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6222
c5683ceb
SM
6223 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
6224 comment style (bug#6834).
6225 * progmodes/scheme.el (scheme-mode-syntax-table):
6226 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
6227 "b" flag in "' 14b" syntax.
6228
c82d5b11
SM
6229 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
6230 for (un)commenting the region and performing completion.
6231 (octave-mode-menu): Use standard commands for help and completion.
6232 (octave-mode-syntax-table): Support %{..%} comments (sort of).
6233 (octave-mode): Use define-derived-mode.
6234 Set completion-at-point-functions and don't set columns.
6235 Don't disable adaptive-fill-regexp.
6236 (octave-describe-major-mode, octave-comment-region)
6237 (octave-uncomment-region, octave-comment-indent)
6238 (octave-indent-for-comment): Remove.
6239 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 6240 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
6241 (octave-initialize-completions): No need to make an alist.
6242 (octave-completion-at-point-function): New function.
6243 (octave-complete-symbol): Use it.
6244 (octave-insert-defun): Use define-skeleton.
6245
6246 * progmodes/octave-mod.el (octave-mode): Set comment-add.
6247 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 6248
61b6abbd
AL
62492010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6250
6251 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
6252 indentation of inserted comment.
6253
3a46642b
J
62542010-08-11 Jan Djärv <jan.h.d@swipnet.se>
6255
6256 * faces.el (region): Add type gtk that uses gtk colors.
6257
6258 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
6259 Handle theme-name change.
6260
3bd2cfef
MM
62612010-08-10 Michael R. Mauger <mmaug@yahoo.com>
6262
6263 * progmodes/sql.el: Version 2.5
6264 (sql-product-alist): Add :prompt-cont-regexp property for several
6265 database products.
6266 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
6267 (sql-output-newline-count, sql-output-by-send):
6268 New variables. Record number of newlines in input text.
3bd2cfef
MM
6269 (sql-send-string): Handle multiple filters and count newlines.
6270 (sql-send-magic-terminator): Count terminator newline.
6271 (sql-interactive-remove-continuation-prompt): Filters output to
6272 remove continuation prompts; one for each newline.
6273 (sql-interactive-mode): Set up new variables, prompt regexp and
6274 output filter.
6275 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 6276 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 6277
d02c9bcd
SM
62782010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6279
6280 * emacs-lisp/pcase.el: New file.
6281
80ca4f1e
MA
62822010-08-10 Michael Albinus <michael.albinus@gmx.de>
6283
6284 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
6285 as here-document, otherwise the command could exceed maximum
6286 length of command line.
d02c9bcd
SM
6287 (tramp-handle-vc-registered): Call script accordingly.
6288 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 6289
2948599b
KH
62902010-08-10 Kenichi Handa <handa@m17n.org>
6291
6292 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
6293 composable pattern.
6294
148cef8e
CY
62952010-08-09 Chong Yidong <cyd@stupidchicken.com>
6296
6297 * emacs-lisp/package.el (package-version-split)
6298 (package--version-first-nonzero, package-version-compare):
6299 Functions removed.
6300 (package-directory-list, package-load-all-descriptors)
6301 (package--built-in, package-activate, define-package)
6302 (package-installed-p, package-compute-transaction)
6303 (package-read-all-archive-contents)
6304 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
6305 (package-tar-file-info, package-list-packages-internal):
6306 Use version-to-list and version-list-*.
148cef8e 6307
d02c9bcd
SM
6308 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6309 Use version-to-list.
148cef8e
CY
6310 (package-upload-buffer-internal): Use version-list-<=.
6311
82a9ce0f
KH
63122010-08-09 Kenichi Handa <handa@m17n.org>
6313
231e5e5f 6314 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
6315 composable pattern.
6316
7adf5fdc
CY
63172010-08-08 Chong Yidong <cyd@stupidchicken.com>
6318
fc560445
CY
6319 * tutorial.el (tutorial--default-keys): C-d is now bound to
6320 delete-forward-char (Bug#6826).
6321
7adf5fdc
CY
6322 * mouse.el (mouse-drag-track): Remove accidentally-removed check
6323 for `double' value of mouse-1-click-follows-link (Bug#6807).
6324
e54a1075
JB
63252010-08-08 Johan Bockgård <bojohan@gnu.org>
6326
6327 * replace.el (replace-highlight): Bind isearch-forward and
6328 isearch-error, ensuring that highlighting is updated if the user
6329 switches the search direction (Bug#6808).
6330
6331 * isearch.el (isearch-lazy-highlight-forward): New var.
6332 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6333 (isearch-lazy-highlight-update): Use it.
6334
7815fe19 63352010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 6336
8d9e03e4
JB
6337 * international/mule.el (define-charset): Store NAME as :base property.
6338 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
6339 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
6340 current priority. Force using the designation of the specific
8d9e03e4 6341 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 6342
7815fe19 63432010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
6344
6345 * emulation/pc-select.el (pc-selection-mode-hook)
6346 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
6347 (pc-selection-mode): Fix typos in docstrings.
6348
7815fe19 63492010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
6350
6351 * language/cyrillic.el: Don't add "microsoft-cp1251" to
6352 ctext-non-standard-encodings-alist here.
6353
8d9e03e4
JB
6354 * international/mule.el (ctext-non-standard-encodings-alist):
6355 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
6356 (ctext-standard-encodings): New variable.
6357 (ctext-non-standard-encodings-table): List only elements for
6358 non-standard encodings.
186e86db 6359 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
6360 Check ctext-standard-encodings.
6361
6362 * international/mule-conf.el (compound-text): Doc fix.
6363 (ctext-no-compositions): Doc fix.
6364 (compound-text-with-extensions): Doc fix.
6365
7815fe19 63662010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
6367
6368 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
6369
8d9e03e4 63702010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 6371
9ebc731b
JB
6372 * progmodes/which-func.el (which-func-format): Split help-echo text
6373 into lines, like other mode-line tooltips.
6374
d5b8058f
JB
6375 * server.el (server-start): When using TCP sockets, force IPv4
6376 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
6377
8d9e03e4 63782010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
6379
6380 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
6381
8d9e03e4 63822010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
6383
6384 * term.el (term-delimiter-argument-list): Reflow docstring.
6385 (term-read-input-ring, term-write-input-ring, term-send-input)
6386 (term-bol, term-erase-in-display, serial-supported-or-barf):
6387 Fix typos in docstrings.
6388
8d9e03e4 63892010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
6390
6391 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
6392
8d9e03e4 63932010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
6394
6395 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
6396
8d9e03e4 63972010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
6398
6399 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
6400 Fix typo in docstring (bug#6747).
6401
7815fe19 64022010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
6403
6404 * eshell/esh-io.el (eshell-get-target): Better detection of
6405 read-only file (Bug#6762).
6406
7815fe19 64072010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
6408
6409 * align.el (align-default-spacing): Doc fix.
6410 (align-region-heuristic, align-regexp): Fix typos in docstrings.
6411
733946e7 64122010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 6413
490b89ac 6414 * calendar/icalendar.el
93acd23d
JB
6415 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
6416 (icalendar--get-weekday-numbers): New.
81ee9410 6417 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 6418 values in weekly rules. (Bug#6766)
81ee9410 6419
490b89ac
UJ
64202010-08-08 Ulf Jasper <ulf.jasper@web.de>
6421
6422 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
6423 (icalendar--create-uid, icalendar-export-region)
6424 (icalendar--parse-summary-and-rest): Code formatting.
6425
2c695727
JB
64262010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
6427
6428 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
6429 to italicize headers.
6430 (calc-highlight-selections-with-faces): New variable.
6431 (calc-selected-face, calc-nonselected-face): New faces.
6432
6433 * calc/calccomp.el (math-comp-highlight-string): Use
6434 `calc-highlight-selections-with-faces' to determine how to highlight
6435 sub-formulas.
6436
6437 * calc/calc-sel.el (calc-show-selections): Change message to when
6438 using faces to highlight selections.
6439
b93d4f22
MM
64402010-08-07 Michael R. Mauger <mmaug@yahoo.com>
6441
8d9e03e4
JB
6442 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
6443 Add SQLite 3 keywords, functions and datatypes.
6444 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
6445 (Bug#6686).
6446
9852377f
CY
64472010-08-07 Chong Yidong <cyd@stupidchicken.com>
6448
6449 * simple.el (select-active-regions): Move to keyboard.c.
6450 (deactivate-mark): Used saved-region-selection.
6451 (select-active-region): Function removed.
6452 (activate-mark, set-mark, push-mark-command)
6453 (handle-shift-selection): Don't call it.
6454 (keyboard-quit): Avoid adding the region to the window selection.
6455
6456 * mouse.el (mouse-drag-track): Remove hacks to deal with old
6457 select-active-regions implementation.
6458 (mouse-yank-at-click): Doc fix.
6459
6460 * cus-start.el: Add custom declaration for select-active-regions.
6461
822775bf
EZ
64622010-08-07 Eli Zaretskii <eliz@gnu.org>
6463
4c5130d6
EZ
6464 * simple.el (delete-forward-char): Doc fix.
6465
822775bf
EZ
6466 * tutorial.el (help-with-tutorial): Hack safe file-local variables
6467 after reading the tutorial.
6468
bd4c5e3e
AM
64692010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
6470
6a7662bb
BR
6471 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
6472 Fix for the case that a C style comment has its delimiters alone on
bd4c5e3e
AM
6473 their respective lines.
6474
d00fa9b6
MA
64752010-08-06 Michael Albinus <michael.albinus@gmx.de>
6476
8d9e03e4 6477 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 6478 property "vec".
6a7662bb
BR
6479 (tramp-process-sentinel): Use it for flushing the cache.
6480 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
6481 already when running the sentinel.
6482
64832010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
6484
6485 * comint.el (comint-mode): Make directory tracking functions
6486 functional on remote files. (Bug#6764)
6487
b3d42406
DN
64882010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6489
6490 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
6491
29cf3e20
EZ
64922010-08-05 Eli Zaretskii <eliz@gnu.org>
6493
6a7662bb
BR
6494 * emacs-lisp/find-gc.el (find-gc-source-files):
6495 Rename unexec.c => unexcoff.c.
29cf3e20 6496
6a7662bb
BR
6497 * emacs-lisp/authors.el (authors-fixed-entries):
6498 Rename unexec.c => unexcoff.c.
29cf3e20 6499
39e1bf0b
MA
65002010-08-05 Michael Albinus <michael.albinus@gmx.de>
6501
6502 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
6503 cache, not only file cache.
6504 (tramp-process-sentinel): New defun.
6505 (tramp-handle-start-file-process): Use it, in order to invalidate
6506 file caches.
6507
9f982e22
LL
65082010-08-03 Leo <sdl.web@gmail.com>
6509
6510 * server.el (server-start): Simplify loop.
6511
0798a8d8
SM
65122010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
6513
548c5c47
SM
6514 * frame.el (screen-height, screen-width, set-screen-width)
6515 (set-screen-height): Remove ancient compatibility aliases.
6516
3311d1c2
SM
6517 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
6518 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
6519
0798a8d8
SM
6520 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
6521 that change current buffer.
6522
26ee77a6
YM
65232010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6524
6525 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
6526 beginning of the string. Use `string-match-p'. (Bug#6765)
6527
aa1859f5
J
65282010-08-01 Jan Djärv <jan.h.d@swipnet.se>
6529
6530 * cus-start.el (x-gtk-use-system-tooltips): New variable.
6531
376c2b6b
CY
65322010-08-01 Chong Yidong <cyd@stupidchicken.com>
6533
0798a8d8 6534 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 6535 (package--builtins): Tweak descriptions.
0798a8d8
SM
6536 (package-print-package): Upcase descriptions if necessary.
6537 Show all built-in packages in font-lock-builtin-face.
6538 (package-list-packages-internal): Omit "emacs" package.
6539 Show status of built-in packages as "built-in".
376c2b6b 6540
16041401
CY
65412010-07-31 Chong Yidong <cyd@stupidchicken.com>
6542
6543 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
6544 before killing to preserve the primary selection (Bug#6701).
6545
6546 * term/x-win.el (x-select-text): Doc fix.
6547
0798a8d8
SM
65482010-07-31 Nathaniel Flath <flat0103@gmail.com>
6549
452ea855
AM
6550 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
6551 (objc-font-lock-extra-types):
452ea855 6552 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
6553 * progmodes/cc-langs.el (c-make-mode-syntax-table)
6554 (c++-make-template-syntax-table)
6555 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
6556 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
6557 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
6558 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
6559 * progmodes/cc-fonts.el (c-make-inverse-face)
6560 (c-basic-matchers-after):
452ea855
AM
6561 * progmodes/cc-engine.el (c-forward-keyword-clause)
6562 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
6563 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
6564 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
6565 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
6566 The above functions were modified or created.
452ea855 6567
37766706
J
65682010-07-31 Jan Djärv <jan.h.d@swipnet.se>
6569
0798a8d8 6570 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 6571
cd83d522
EZ
65722010-07-31 Eli Zaretskii <eliz@gnu.org>
6573
6574 * files.el (bidi-paragraph-direction): Define safe local values.
6575
6576 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
6577 language-info-alist. Remove outdated FIXME in a comment.
6578
28e5cf7c
AM
65792010-07-31 Alan Mackenzie <acm@muc.de>
6580
6581 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
6582 Auto-fill broken in C/C++ modes.
6583
bfeabdc3
JD
65842010-07-29 Jan Djärv <jan.h.d@swipnet.se>
6585
6586 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6587 (menu-bar-showhide-tool-bar-menu-customize-disable)
6588 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
6589 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
6590 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
6591 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
6592 make a menu for Options => toolbar that can move it.
6593
063e5294
CY
65942010-07-29 Chong Yidong <cyd@stupidchicken.com>
6595
6596 * emacs-lisp/package-x.el (package--make-rss-entry):
6597 (package-maint-add-news-item, package--update-news)
6598 (package-upload-buffer-internal): New arg ARCHIVE-URL.
6599
6600 * emacs-lisp/package.el (package-archive-url): Rename from
6601 package-archive-id.
6602 (package-install): Doc fix.
6603 (package-download-single, package-download-tar, package-install)
6604 (package-menu-view-commentary): Callers changed.
6605
683cc385
MA
66062010-07-29 Michael Albinus <michael.albinus@gmx.de>
6607
6608 * net/tramp.el (tramp-handle-start-file-process): Check only for
6609 `remote-tty' process property.
6610 (tramp-open-shell): Don't check for tty.
6611 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
6612 process property.
6613
6614 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
6615 host.
6616
bc44bef7
PH
66172010-07-28 Chong Yidong <cyd@stupidchicken.com>
6618
6619 * emacs-lisp/package.el (package-load-list, package-archives)
6620 (package-archive-contents, package-user-dir)
6621 (package-directory-list, package--builtins, package-alist)
6622 (package-activated-list, package-obsolete-alist): Mark as risky.
6623
66242010-07-28 Phil Hagelberg <phil@evri.com>
6625
6626 Add support for non-default package repositories.
6627 * emacs-lisp/package.el (package-archive-base): Var deleted.
6628 (package-archives): New variable.
6629 (package-archive-contents): Doc fix.
0798a8d8 6630 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
6631 (package--write-file-no-coding): New function.
6632 (package-unpack-single): Use it.
6633 (package-archive-id): New function.
6634 (package-download-single, package-download-tar)
6635 (package-menu-view-commentary): Use it.
6636 (package-installed-p): Make second argument optional.
6637 (package-read-all-archive-contents): New function.
6638 (package-initialize): Use it.
6639 (package-read-archive-contents): Add ARCHIVE argument.
6640 (package--add-to-archive-contents): New function.
6641 (package-install): Don't call package-read-archive-contents.
6642 (package--download-one-archive): Store archive file in a
6643 subdirectory of package-user-dir.
6644 (package-menu-execute): Remove spurious line movement.
6645
8a52f00a
JD
66462010-07-28 Jan Djärv <jan.h.d@swipnet.se>
6647
6648 * cus-start.el (tool-bar-style): Add text-image-horiz.
6649
b21d3ceb
MA
66502010-07-28 Michael Albinus <michael.albinus@gmx.de>
6651
6652 * progmodes/gud.el (gud-common-init): Check for remoteness of
6653 `file', and not of `default-directory'.
6654
8fbcce2d
MA
66552010-07-28 Michael Albinus <michael.albinus@gmx.de>
6656
6657 * net/tramp.el (tramp-methods): Move hostname to the end in all
6658 ssh `tramp-login-args'.
6659 (tramp-verbose): Describe verbose level 9.
6660 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
6661 (tramp-open-connection-setup-interactive-shell): Trace stty
6662 settings if `tramp-verbose' >= 9.
6663 (tramp-handle-start-file-process): Implement tty setting.
6664 (Bug#4604, Bug#6360)
6665
6666 * net/tramp-cmds.el (tramp-bug): Recommend setting of
6667 `tramp-verbose' to 9.
6668
128440c9
AH
66692010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
6670
6671 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
6672 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
6673 Remove references to package `lisp-re' (bug#4369).
6674
ae0c2494
TT
66752010-07-27 Tom Tromey <tromey@redhat.com>
6676
6677 * progmodes/js.el (js-mode):
6678 * progmodes/make-mode.el (makefile-mode):
6679 * progmodes/simula.el (simula-mode):
6680 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
6681
0ed082fe 66822010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
6683
6684 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
6685
7c7c04c0
JB
6686 * time.el (display-time-day-and-date): Remove spurious * in docstring.
6687 (display-time-world-buffer-name, display-time-world-mode-map):
6688 Fix typos in docstrings.
6689
0ed082fe 66902010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
6691
6692 * image-mode.el (image-display-size): New function.
6693 (image-forward-hscroll, image-next-line, image-eol, image-eob)
6694 (image-mode-fit-frame): Use it (Bug#6639).
6695
0ed082fe 66962010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
6697
6698 * dired.el (dired-buffers-for-dir): Handle list values of
6699 dired-directory (Bug#6636).
6700
aa2d4bd3
SS
67012010-07-26 Sam Steingold <sds@gnu.org>
6702
6703 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
6704 Do not call `x-get-selection' the second time, reuse the value.
6705
78b84da3
DU
67062010-07-26 Daiki Ueno <ueno@unixuser.org>
6707
6708 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 6709 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 6710
4f195cf7
DU
67112010-07-25 Daiki Ueno <ueno@unixuser.org>
6712
6713 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
6714 exists before passing an error to find-file-not-found-functions
6715 (bug#6723).
6716
195e19e4
LH
67172010-07-23 Lukas Huonker <l.huonker@gmail.com>
6718
6719 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
6720 Remove leading nil element, adjust values.
6721 (tetris-shapes, tetris-shape-scores):
6722 Change representation of shapes and remove some redundancy.
6723 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
6724 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
6725 Adjust for working with new representation of shapes.
6726 (tetris-shape-rotations): New function.
6727 (tetris-move-bottom, tetris-move-left, tetris-move-right)
6728 (tetris-rotate-prev, tetris-rotate-next):
6729 Adjust for working with the new version of tetris-test-shape.
6730
9cf2db99
MT
67312010-07-23 Markus Triska <markus.triska@gmx.at>
6732
6733 * progmodes/ps-mode.el: Use comint (bug#5954).
6734 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
6735 (ps-mode-other-newline): Simplify.
6736 (ps-run-mode): Derive from comint-mode instead of
6737 fundamental-mode, yielding input history etc.
6738 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
6739 (ps-run-send-string): Adapt for comint-mode.
6740 (ps-run-newline): Remove now unneeded function.
6741
225d5e9e
MA
67422010-07-23 Michael Albinus <michael.albinus@gmx.de>
6743
6744 * net/tramp.el (tramp-methods): Move hostname to the end in all
6745 plink `tramp-login-args'.
6746
84bc68f2
MA
67472010-07-23 Michael Albinus <michael.albinus@gmx.de>
6748
6749 * net/tramp.el (tramp-open-shell): New defun.
6750 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6751 Use it.
6752
1eb5ca1c
MA
67532010-07-23 Michael Albinus <michael.albinus@gmx.de>
6754
6755 * net/tramp.el (tramp-file-name-regexp-unified)
6756 (tramp-completion-file-name-regexp-unified): On W32 systems, do
6757 not regard the volume letter as remote filename. (Bug#5447)
6758
440735a7
JB
67592010-07-23 Juanma Barranquero <lekktu@gmail.com>
6760
6761 * custom.el (custom-declare-variable): Give a clearer error message
6762 when the docstring is missing (bug#6476).
6763
5474c40f
MM
67642010-07-22 Michael R. Mauger <mmaug@yahoo.com>
6765
6766 * progmodes/sql.el: Version 2.4. Improved Login prompting.
6767 (sql-login-params): New widget definition.
6768 (sql-oracle-login-params, sql-mysql-login-params)
6769 (sql-solid-login-params, sql-sybase-login-params)
6770 (sql-informix-login-params, sql-ingres-login-params)
6771 (sql-ms-login-params, sql-postgres-login-params)
6772 (sql-interbase-login-params, sql-db2-login-params)
6773 (sql-linter-login-params): Use it.
6774 (sql-sqlite-login-params): Use it; Define "database" parameter as
6775 a file name.
c4cc8b9a 6776 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
6777 (sql-comint-sqlite): Make sure database name is complete.
6778 (sql-for-each-login): New function.
6779 (sql-connect, sql-save-connection): Use it.
6780 (sql-get-login-ext): New function.
6781 (sql-get-login): Use it.
6782 (sql-make-alternate-buffer-name): Handle :file parameters.
6783
9c0deccb
JB
67842010-07-22 Juanma Barranquero <lekktu@gmail.com>
6785
6786 * dired.el (dired-no-confirm): Document value t and fix defcustom to
6787 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
6788
aac818a8
TL
67892010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6790
6791 * dired.el (dired-mode-map): Use command remapping (bug#6632).
6792
47d2734f
LM
67932010-07-22 Lawrence Mitchell <wence@gmx.li>
6794
6795 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
6796
10e73994
MA
67972010-07-21 Michael Albinus <michael.albinus@gmx.de>
6798
6799 * net/tramp.el (tramp-get-ls-command)
6800 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
6801 instead of "/".
6802
d26b0ea9
MM
68032010-07-20 Michael R. Mauger <mmaug@yahoo.com>
6804
6805 * progmodes/sql.el: Version 2.3.
f49d1f52 6806 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 6807 enhanced the widget definition.
88b5a757
DD
6808 (sql-mode-menu): Add submenu to select connections.
6809 (sql-interactive-mode-menu): Add "Save Connection" item.
6810 (sql-add-product): Fix menu item.
d26b0ea9
MM
6811 (sql-get-product-feature): Improved error handling.
6812 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
6813 (sql-make-alternate-buffer-name): Simplified.
6814 (sql-product-interactive): Handle missing product.
6815 (sql-connect): Support string keys, minor improvements.
6816 (sql-save-connection): New function.
6817 (sql-connection-menu-filter): New function.
6818
af4b9ae5
MA
68192010-07-20 Michael Albinus <michael.albinus@gmx.de>
6820
6821 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
6822 (tramp-open-connection-setup-interactive-shell):
6823 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
6824 `tramp-send-command' where it belongs to.
6825
da040a16
MA
68262010-07-20 Michael Albinus <michael.albinus@gmx.de>
6827
6828 * net/tramp.el (tramp-perl-file-attributes)
6829 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
6830 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6831 front of `login-args'.
6832
16f3ade5
JB
68332010-07-19 Juanma Barranquero <lekktu@gmail.com>
6834
6835 * time.el (display-time-world-mode): Define with `define-derived-mode'.
6836 Set `show-trailing-whitespace' to nil.
6837 (display-time-world-display): Simplify.
6838
00af0b67
AM
68392010-07-18 Alan Mackenzie <acm@muc.de>
6840
6841 Enhance `c-file-style' in file/directory local variables.
a628ad9d 6842 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
6843 (c-before-hack-hook): Call `c-set-style' differently according to
6844 whether c-file-style was set in file or directory local
6845 variables.
6846
30c4d8dc
MM
68472010-07-18 Michael R. Mauger <mmaug@yahoo.com>
6848
6849 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
6850 (sql-product, sql-user, sql-database, sql-server, sql-port):
6851 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
6852 property.
6853 (sql-password): Use defcustom :risky keyword rather than putting
6854 risky-local-variable property.
6855 (sql-oracle-login-params, sql-sqlite-login-params)
6856 (sql-solid-login-params, sql-sybase-login-params)
6857 (sql-informix-login-params, sql-ingres-login-params)
6858 (sql-ms-login-params, sql-postgres-login-params)
6859 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 6860 (sql-linter-login-params): Add `port' option.
88b5a757 6861 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
6862 (sql-comint-oracle, sql-comint-sybase)
6863 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
6864 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
6865 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 6866 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 6867 sql-comint-*.
88b5a757 6868 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 6869 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 6870 (sql-connection): New variable.
30c4d8dc
MM
6871 (sql-interactive-mode): Set it.
6872 (sql-connection-alist): New variable.
6873 (sql-connect): New function.
6874 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 6875 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 6876
f12492c8
TV
68772010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6878
6879 * image-mode.el (image-bookmark-make-record): Do not set context
6880 in an image (Bug#6650).
6881
91023c68
CY
68822010-07-17 Chong Yidong <cyd@stupidchicken.com>
6883
6884 * simple.el (select-active-region): New function.
6885 (push-mark-command, set-mark, activate-mark)
6886 (handle-shift-selection): Use it.
6887 (deactivate-mark): Don't check for size of region.
6888
6889 * mouse.el (mouse-drag-track): Use select-active-region.
6890
1c0e8f0e
MA
68912010-07-17 Michael Albinus <michael.albinus@gmx.de>
6892
6893 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
6894 "--dired" stronger.
6895
2490cbbc
CY
68962010-07-17 Chong Yidong <cyd@stupidchicken.com>
6897
6898 * term/x-win.el (x-select-enable-primary): Change default to nil.
6899 (x-select-enable-clipboard): Add :version keyword.
6900
6901 * mouse.el (mouse-drag-copy-region):
6902 * simple.el (select-active-regions): Likewise.
6903
f253ef6a
RS
69042010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
6905
a628ad9d 6906 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
6907 (vc-coding-system-for-diff): Use it to decide whether to inherit
6908 from the file the EOL format for reading the diffs of that file.
6909 (Bug#4451)
6910
134a027f
EZ
69112010-07-16 Eli Zaretskii <eliz@gnu.org>
6912
6913 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
6914 unibyte, so compressed attachments are not compressed again.
6915
7e4289ad
MA
69162010-07-16 Michael Albinus <michael.albinus@gmx.de>
6917
6918 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
6919 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
6920 (tramp-find-shell): Simplify setting connection property.
6921 (tramp-get-ls-command): Make test for "--color=never" stronger.
6922
7473fff9 69232010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
6924
6925 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
6926 blocks within record declarations (i.e. variant parts) correctly.
6927
a11b38ee
SS
69282010-07-15 Simon South <ssouth@member.fsf.org>
6929
6930 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
6931 over literal tokens when parsing so newlines aren't "absorbed" by
6932 single-line comments. Corrects the indentation of case blocks
6933 that have a comment on the first line.
6934
077e0753
KF
69352010-07-14 Karl Fogel <kfogel@red-bean.com>
6936
6937 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
6938 by Drew Adams (Bug#5504).
6939
243881ed
J
69402010-07-14 Jan Djärv <jan.h.d@swipnet.se>
6941
6942 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 6943 now that Unicode is used (Bug#6594).
243881ed 6944
f9d71b42
CY
69452010-07-14 Chong Yidong <cyd@stupidchicken.com>
6946
6947 * term/x-win.el (x-select-enable-clipboard): Default to t.
6948 (x-initialize-window-system): Don't overwrite Paste menu item.
6949
6950 * simple.el (select-active-regions): Default to t.
6951 (push-mark-command): Don't overwrite primary with empty string.
6952
6953 * mouse.el: Bind mouse-2 to mouse-yank-primary.
6954 (mouse-drag-copy-region): Default to nil.
6955
6956 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
6957 Cut/Copy/Paste menu bar items.
6958
a628ad9d 69592010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
6960
6961 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6962 Patch applied by Karl Fogel.
6963
6964 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
6965 and `bookmark-current-buffer' if they have been already set in
6966 another buffer (e.g gnus-art).
6967
e44fa724 69682010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 6969 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
6970
6971 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
6972
6973 * bookmark.el (bookmark-make-record-default): Allow unneeded
6974 information to be omitted from the record.
6975
6976 Adjust declarations and calls:
6977
6978 * info.el (bookmark-make-record-default): Adjust declaration.
6979 (Info-bookmark-make-record): Adjust call.
6980
6981 * woman.el (bookmark-make-record-default): Adjust declaration.
6982 (woman-bookmark-make-record): Adjust call.
6983
6984 * man.el (bookmark-make-record-default): Adjust declaration.
6985 (Man-bookmark-make-record): Adjust call.
6986
6987 * image-mode.el (bookmark-make-record-default): Adjust declaration.
6988
6989 * doc-view.el (bookmark-make-record-default): Adjust declaration.
6990
0c4371fe
KF
69912010-07-13 Karl Fogel <kfogel@red-bean.com>
6992
6993 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
6994 This is also from Thierry Volpiatto's patch in bug #6444. However,
6995 because it was extraneous to the functional change in that patch,
6996 and causes a re-indendation, I am committing it separately.
6997
2bb8db3e 69982010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
6999
7000 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
7001 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 7002 Patch applied by Karl Fogel (Bug#6444).
068a0233 7003
21bd02a6
CY
70042010-07-13 Chong Yidong <cyd@stupidchicken.com>
7005
7006 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
7007
79cb9c05
AR
70082010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
7009
7010 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
7011 Dempsky; bug#5084). Remove incorrect binding for S-tab.
7012 (ns-alternatives-map): Change S-tab binding to backtab
7013 (bug#6616).
7014
7015 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
7016 under ns.
7017
beb000f9
AS
70182010-07-12 Andreas Schwab <schwab@linux-m68k.org>
7019
dd86ea11
JB
7020 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
7021 (Bug#5806)
e9952282 7022
beb000f9
AS
7023 * language/tv-util.el (tai-viet-re): Remove format.
7024
6f2cdcd1
KH
70252010-07-12 Kenichi Handa <handa@m17n.org>
7026
dd86ea11
JB
7027 * language/hebrew.el: Remove no-byte-compile declaration.
7028 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
7029 composition-function-table for 3-character looking back.
7030 (hebrew-font-get-precomposed): New function.
7031 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
7032
f479ef6e
CY
70332010-07-11 Chong Yidong <cyd@stupidchicken.com>
7034
7035 * mouse.el (mouse-drag-track): Handle select-active-regions
7036 (Bug#6612).
7037
3277c1ee
MA
70382010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
7039
7040 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
7041 empty argument to gvfs-copy.
7042
3260caf8
GM
70432010-07-10 Glenn Morris <rgm@gnu.org>
7044
7045 * calendar/calendar.el (calendar-week-end-day): New function.
7046 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
7047 Respect calendar-week-start-day. (Bug#6606)
7048 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
7049 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
7050 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
7051 respect calendar-week-start-day.
7052
c876b263
CY
70532010-07-10 Chong Yidong <cyd@stupidchicken.com>
7054
7055 * simple.el (use-region-p): Doc fix (Bug#6607).
7056
dce34635
AG
70572010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
7058
6a7662bb
BR
7059 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7060 Add regexps for cucumber and ruby.
dce34635 7061
c0397930
DU
70622010-07-08 Daiki Ueno <ueno@unixuser.org>
7063
7064 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
7065 (epa-file-insert-file-contents): Hack to prevent
192cfe77 7066 find-file from opening empty buffer when decryption failed
c0397930
DU
7067 (bug#6568).
7068
fd5539c6
AM
70692010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
7070
a628ad9d
JB
7071 * textmodes/ispell.el (ispell-alternate-dictionary):
7072 Use file-readable-p.
fd5539c6
AM
7073 Return nil if no word-list is found at default locations.
7074 (ispell-complete-word-dict): Default to nil.
7075 (ispell-command-loop): Use 'word-list' when using lookup-words.
7076 (lookup-words): Use ispell-complete-word-dict or
7077 ispell-alternate-dictionary. Check for word-list availability
7078 and handle errors if needed with better messages (Bug#6539).
7079 (ispell-complete-word): Use ispell-complete-word-dict or
7080 ispell-alternate-dictionary.
7081
4565b08e
CS
70822010-07-07 Christoph Scholtes <cschol2112@gmail.com>
7083
7084 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
7085 builtins (BufferError, BytesWarning, WindowsError; callables
7086 bin, bytearray, bytes, format, memoryview, next, print; __package__).
7087
a2c270e7
GM
70882010-07-07 Glenn Morris <rgm@gnu.org>
7089
7090 * play/zone.el (top-level): Do not require timer, tabify, or cl.
7091 (zone-shift-left): Ignore intangibility, and any errors from
7092 forward-char.
7093 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
7094 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
7095 deleting, and copying text properties.
7096 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
7097 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
7098 to point-max is hard.
7099 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
7100 (zone-fill-out-screen): Ignore intangibility.
7101
81133808
CY
71022010-07-05 Chong Yidong <cyd@stupidchicken.com>
7103
4ad11f8c
CY
7104 * menu-bar.el (menu-bar-mode):
7105 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
7106 if it has been set.
7107
81133808
CY
7108 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
7109 word/line selection (Bug#6565).
7110
b24344ca
JB
71112010-07-04 Juanma Barranquero <lekktu@gmail.com>
7112
7113 * net/dbus.el (dbus-send-signal): Declare function.
7114
b1ce08da
MA
71152010-07-04 Michael Albinus <michael.albinus@gmx.de>
7116
7117 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
7118 (dbus-register-property): New optional argument EMITS-SIGNAL.
7119 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
7120
5592c08f
CY
71212010-07-03 Chong Yidong <cyd@stupidchicken.com>
7122
7123 * mouse.el (mouse-drag-overlay): Variable deleted.
7124 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
7125 (mouse--remap-link-click-p): New function.
7126 (mouse-drag-track): Handle dragging by using temporary Transient
7127 Mark mode, instead of a special overlay.
7128 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
7129 mouse-show-mark.
7130
7131 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
7132 deleted.
7133
a6ed0e28
JL
71342010-07-02 Juri Linkov <juri@jurta.org>
7135
7136 * autoinsert.el (auto-insert-alist): Fix readability
7137 by using dotted pair notation for lambda.
7138
c91e692b
JL
71392010-07-02 Juri Linkov <juri@jurta.org>
7140
7141 * faces.el (read-face-name): Rename arg `string-describing-default'
7142 to `default'. Doc fix. Display the default value in quotes
7143 in the prompt. With empty input, return the `default' arg,
7144 unless the default value is a string (in which case return nil).
7145 (describe-face): Replace the string `default' arg of `read-face-name'
7146 with the symbol `default'.
7147
23640f8f
CY
71482010-07-02 Chong Yidong <cyd@stupidchicken.com>
7149
7150 * emulation/viper-cmd.el (viper-delete-backward-char)
7151 (viper-del-backward-char-in-insert)
7152 (viper-del-backward-char-in-replace, viper-change)
7153 (viper-backward-indent): Replace delete-backward-char with
7154 delete-char (Bug#6552).
7155
b32d1614
CY
71562010-07-01 Chong Yidong <cyd@stupidchicken.com>
7157
7158 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
7159
c1ef4455
CY
71602010-06-30 Chong Yidong <cyd@stupidchicken.com>
7161
7162 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
7163 argument passed to frame-creation-function (Bug#5378).
7164
7165 * faces.el (x-handle-named-frame-geometry)
7166 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
7167 (face-set-after-frame-default, tty-create-frame-with-faces):
7168 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
7169 PARAMETER argument.
7170
55702e89
AS
71712010-06-30 Andreas Schwab <schwab@linux-m68k.org>
7172
7173 * startup.el (command-line): Don't call tool-bar-setup in a
7174 tty-only build.
7175
dc9a226c
CY
71762010-06-30 Chong Yidong <cyd@stupidchicken.com>
7177
7178 * ruler-mode.el (ruler--save-header-line-format): New fun.
7179 (ruler-mode): Use it as a setter function, so as not to overwrite
7180 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
7181
a2f043d3
CY
71822010-06-29 Chong Yidong <cyd@stupidchicken.com>
7183
7184 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
7185 (vc-root-diff, vc-print-root-log, vc-log-incoming)
7186 (vc-log-outgoing): Use it.
7187 (vc-diff-internal): Set diff-vc-backend.
7188
7189 * vc/diff-mode.el (diff-vc-backend): New var.
7190
62d115ef
J
71912010-06-28 Jan Djärv <jan.h.d@swipnet.se>
7192
6a7662bb
BR
7193 * dynamic-setting.el (font-setting-change-default-font):
7194 Remove call to message.
62d115ef 7195
1180f752
KH
71962010-06-28 Kenichi Handa <handa@m17n.org>
7197
7198 * international/quail.el (quail-insert-kbd-layout): Fix the
7199 showing of untranslated characters.
7200
b9229673
CY
72012010-06-28 Chong Yidong <cyd@stupidchicken.com>
7202
7203 * simple.el (delete-active-region): New option.
7204 (delete-backward-char): Implement in Lisp.
7205 (delete-forward-char): New command.
7206
7207 * mouse.el (mouse-region-delete-keys): Deleted.
7208 (mouse-show-mark): Simplify.
7209
7210 * bindings.el (global-map): Bind delete and DEL, the former to
7211 delete-forward-char.
7212
a628ad9d 72132010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
7214
7215 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
7216 (ruby-mode): Bind indent-line-function (Bug#5119).
7217
3468f435
CY
72182010-06-27 Chong Yidong <cyd@stupidchicken.com>
7219
7220 * startup.el (command-line): Recognize "0" X resource value.
7221
6431f2e6
CY
72222010-06-27 Chong Yidong <cyd@stupidchicken.com>
7223
7224 * startup.el (command-line): Use X resources to set the value of
7225 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
7226
7227 * menu-bar.el (menu-bar-mode):
7228 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
7229 Set init-value to t.
7230
7231 * frame.el (frame-notice-user-settings): Don't change
7232 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
7233 vice versa (Bug#2249).
7234
b61dfbe2
EZ
72352010-06-26 Eli Zaretskii <eliz@gnu.org>
7236
7237 * w32-fns.el (w32-convert-standard-filename): Doc fix.
7238
f5cbf40e
AM
72392010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
7240
a628ad9d
JB
7241 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
7242 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 7243
a628ad9d 7244 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 7245 default directories are expanded (Bug#6143).
f5cbf40e 7246
8f3b8a5f
JL
72472010-06-24 Juri Linkov <juri@jurta.org>
7248
7249 * minibuffer.el (completions-format): Change default from nil to
7250 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
7251
5af72a47
JL
72522010-06-24 Juri Linkov <juri@jurta.org>
7253
7254 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
7255 buffer-locally to lambda that re-runs the vc diff command.
7256 (Bug#6447)
7257
8f804316
CY
72582010-06-24 Chong Yidong <cyd@stupidchicken.com>
7259
7260 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
7261 echo area is in use (Bug#3412).
7262
be19ef0b
GM
72632010-06-22 Glenn Morris <rgm@gnu.org>
7264
6555773f
GM
7265 * textmodes/texinfmt.el (texinfo-format-region)
7266 (texinfo-raise-lower-sections, texinfo-format-separate-node)
7267 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
7268 (texinfo-format-option, texinfo-noindent):
7269 Use line-beginning-position and line-end-position.
7270
be19ef0b
GM
7271 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
7272 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
7273 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
7274 utf-8 characters.
7275
7f0b7b3e
KF
72762010-06-21 Karl Fogel <kfogel@red-bean.com>
7277
49554388
GM
7278 * play/zone.el (zone-fall-through-ws): Fix next-line ->
7279 forward-line fallout.
7280
e8579ebc
CY
72812010-07-06 Chong Yidong <cyd@stupidchicken.com>
7282
7283 * mouse.el (mouse-appearance-menu): Add docstring.
7284
7285 * help.el (describe-key): Print up-event using key-description.
7286
5d1cd8bd
MA
72872010-07-03 Michael Albinus <michael.albinus@gmx.de>
7288
7289 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 7290 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
7291 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
7292
112dbc0e
MA
72932010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
7294
7295 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
7296
d0cb23ca
DN
72972010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
7298
7299 Avoid displaying files with a nil state in vc-dir.
a628ad9d 7300 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
7301 cases that cause insertion.
7302 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
7303 with a nil state.
7304
01b229d1
CY
73052010-06-30 Chong Yidong <cyd@stupidchicken.com>
7306
7307 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
7308
8bf1c786 73092010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
7310
7311 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
7312
dfc6544c
CY
73132010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7314
7315 * generic-x.el (bat-generic-mode): Fix regexp for command line
7316 switches (Bug#5719).
7317
b7d4de51
CY
73182010-06-27 Masatake YAMATO <yamato@redhat.com>
7319
dfc6544c
CY
7320 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
7321 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 7322
3726248f
CY
73232010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
7324
8bf1c786 7325 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
7326 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
7327 bindings of bookmark-automatically-show-annotations (Bug#6515).
7328
aca54191
EZ
73292010-06-25 Eli Zaretskii <eliz@gnu.org>
7330
7331 * arc-mode.el (archive-zip-extract): Don't quote the file name on
7332 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
7333
2330fa87
ŠN
73342010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
7335
7336 * comint.el (make-comint, make-comint-in-buffer): Mention return
7337 value in the docstrings. (Bug#6498)
7338
29115ca9
YR
73392010-06-24 Yoni Rabkin <yoni@rabkins.net>
7340
7341 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
7342 since it is not present when using some non-default switches.
7343
2c79f053
KF
73442010-06-23 Karl Fogel <kfogel@red-bean.com>
7345
7f0b7b3e
KF
7346 * simple.el (compose-mail): Fix doc string to refer to
7347 `compose-mail-user-agent-warnings', instead of to the
7348 nonexistent `compose-mail-check-user-agent'.
7349
43a91810
AM
73502010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
7351
7352 Fix an indentation bug:
7353
7354 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
7355 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
7356 of existing values.
7357
7358 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
7359 (c-clear->-pair-props-if-match-before): now return t when they've
7360 cleared properties, nil otherwise.
7361 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
7362 by taking account of the existing value.
7363
7364 * progmodes/cc-defs.el
7365 (c-clear-char-property-with-value-function): Fix this to clear the
7366 property rather than overwriting it with nil.
7367
8adb4c33
CY
73682010-06-20 Chong Yidong <cyd@stupidchicken.com>
7369
7370 * emacs-lisp/package.el (package-print-package): Add link to
7371 package description via describe-package.
7372 (describe-package-1): List package requirements. Add button to
7373 perform installation.
7374 (package-menu-describe-package): New command.
7375
7376 * help-mode.el (help-package): New button type.
7377
cced7584
CY
73782010-06-19 Chong Yidong <cyd@stupidchicken.com>
7379
7380 * emacs-lisp/package.el: Move package-list-packages binding to
7381 menu-bar.el.
7382 (describe-package, describe-package-1, package--dir): New funs.
7383 (package-activate-1): Use package--dir.
7384
7385 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
7386
7387 * help-mode.el (help-package-def): New button type.
7388
7389 * menu-bar.el: Move package-list-packages binding here from
7390 package.el.
7391
d148e8f9
GH
73922010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
7393
7394 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
7395
b1a03ef6
SM
73962010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7397
7398 * emacs-lisp/edebug.el (edebug-read-list):
7399 Phase out old-style backquotes.
7400
dbd6da78
JL
74012010-06-17 Juri Linkov <juri@jurta.org>
7402
7403 * help-mode.el (help-mode): Set buffer-local variable
7404 revert-buffer-function to help-mode-revert-buffer.
7405 (help-mode-revert-buffer): New function.
7406
7407 * info.el (Info-revert-find-node): Check for major-mode Info-mode
7408 before popping to "*info*" (like in other Info functions).
7409 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
7410 old-history-forward. Pop to old-buffer-name or "*info*" to
7411 recreate the killed buffer. Set Info-history-forward from
7412 old-history-forward.
7413 (Info-breadcrumbs-depth): Add :group and :version.
7414
64eba874
DN
74152010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
7416
7417 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
7418
26508c03
AM
74192010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
7420
a628ad9d
JB
7421 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
7422 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 7423
69582fcd
JB
74242010-06-17 Juanma Barranquero <lekktu@gmail.com>
7425
54ea2a0d
JB
7426 * emacs-lisp/package.el (package-menu-mode-map):
7427 Move initialization into declaration.
7428
69582fcd
JB
7429 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
7430
44198b6e
CY
74312010-06-17 Chong Yidong <cyd@stupidchicken.com>
7432
7433 * emacs-lisp/package.el (package-archive-base): Point to
7434 elpa.gnu.org.
7435 (package-enable, package-load-list): New defcustoms.
7436 (package-user-dir, package-directory-list): Turn into defcustoms.
7437 Don't include package-user-dir in package-directory-list.
7438 (package--builtins-base): Don't include Emacs as a "package".
7439 (package-subdirectory-regexp): New var.
7440 (package-load-all-descriptors, package-compute-transaction)
7441 (package-download-transaction): Obey package-load-list.
7442 (package-activate-1): Rename from package-do-activate.
7443 (package-list-packages-internal): Check package-load-list.
7444 (package-load-descriptor, package-generate-autoloads)
7445 (package-unpack, package-unpack-single)
6a7662bb
BR
7446 (package--read-archive-file, package-delete):
7447 Use expand-file-name.
44198b6e
CY
7448
7449 * emacs-lisp/package-x.el: New file. Package uploading
7450 functionality split out from package.el.
7451
95b6d681 7452 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
7453
74542010-06-17 Tom Tromey <tromey@redhat.com>
7455
7456 * emacs-lisp/package.el: New file.
7457
50d76a9f
DN
74582010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7459
7460 Fix vc-annotate for renamed files when using Git.
76e3243a 7461 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
7462 ls-files. Doe not pass the object as a file name to cat-file, it
7463 is not a file name.
7464 (vc-git-annotate-command): Pass the file name using -- to avoid
7465 ambiguity with the revision.
7466 (vc-git-previous-revision): Pass a relative file name.
7467
6095a05b
GM
74682010-06-22 Glenn Morris <rgm@gnu.org>
7469
943375a6
GM
7470 * progmodes/js.el (js-mode-map): Use standard capitalization and
7471 ellipses for menu entries.
7472
6095a05b
GM
7473 * wid-edit.el (widget-complete): Doc fix.
7474
4514199e
JH
74752010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
7476
7477 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
7478
c4786d60
DN
74792010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7480
11c46b39 7481 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 7482 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 7483 VC backend. Use it when non-nil.
a628ad9d 7484 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 7485 (Bug#6487).
11c46b39 7486
c4786d60 7487 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 7488 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
7489 Do not pass the file name to the 'previous-revision call when we
7490 don't want a file diff. (Bug#6489)
7491
04ec0963
DN
74922010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7493
11c46b39 7494 Fix finding revisions for renamed files in vc-annotate.
76e3243a 7495 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 7496 the VC backend. Use it when non-nil.
76e3243a 7497 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
7498 backend to vc-find-revision. (Bug#6487)
7499
c036381c
DN
75002010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7501
7502 Fix reading file names in Git annotate buffers.
95b6d681
JB
7503 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
7504 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 7505
05c123e6
AM
75062010-06-20 Alan Mackenzie <acm@muc.de>
7507
7508 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
7509 in file local variables, set it first.
7510
4111f0c7
GM
75112010-06-19 Glenn Morris <rgm@gnu.org>
7512
74739ffd
GM
7513 * descr-text.el (describe-char-unicode-data): Insert separating
7514 space when needed. (Bug#6422)
7515
4111f0c7
GM
7516 * progmodes/idlwave.el (idlwave-action-and-binding):
7517 Fix typo in 2009-12-03 change. (Bug#6450)
7518
e20f0421
SM
75192010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7520
7521 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
7522 handling for `lambda' (misunderstanding).
7523
fb3e306a
JB
75242010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
7525
dd86ea11 7526 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
7527 constants aren't distributed after they are factored out.
7528
e020fb59
JL
75292010-06-16 Juri Linkov <juri@jurta.org>
7530
7531 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
7532 `list-colors-print'. (Bug#6332)
7533
b8add347
SM
7534 * subr.el (read-quoted-char): Fix up last change (bug#6290).
7535
36901266
SM
75362010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
7537
49b2e83d
SM
7538 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
7539 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
7540
36901266
SM
7541 * font-lock.el (font-lock-major-mode): Rename from
7542 font-lock-mode-major-mode to distinguish it from
7543 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
7544 (font-lock-set-defaults):
7545 * font-core.el (font-lock-default-function): Adjust users.
7546 (font-lock-mode): Don't set it at all.
7547
2a64315a 75482010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 7549
76e3243a 7550 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 7551
2a64315a 75522010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
7553
7554 * calendar/appt.el (appt-time-msg-list): Doc fix.
7555 (appt-check): Let-bind appt-warn-time.
7556 (appt-add): Make the 3rd argument optional.
7557 Simplify argument names. Doc fix. Check for integer WARNTIME.
7558 Only add WARNTIME to the output list if non-nil.
7559
2a64315a 75602010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
7561
7562 * calendar/appt.el (appt-check): Let the 3rd element of
7563 appt-time-msg-list specify the warning time.
7564 (appt-add): Add new argument with the warning time. (Bug#5176)
7565
6a7662bb 75662010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 7567
76e3243a 7568 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
7569 older than version 1.6. (Bug#6361)
7570
2a64315a 75712010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
7572
7573 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
7574 used by cl-do-arglist. (Bug#6408)
7575
30d7ac37
AM
75762010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
7577
6a7662bb
BR
7578 * textmodes/ispell.el (ispell-dictionary-base-alist):
7579 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
7580 Suggested by Rolando Pereira (bug#6434).
7581
8fd02581
JB
75822010-06-15 Juanma Barranquero <lekktu@gmail.com>
7583
7584 * facemenu.el (list-colors-sort): Doc fix.
7585
6a7662bb 75862010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
7587
7588 * progmodes/sql.el (sql-connect-mysql): Fix typo.
7589
f0bf7c8e
JL
75902010-06-14 Juri Linkov <juri@jurta.org>
7591
7592 Add sort option `list-colors-sort'. (Bug#6332)
7593 * facemenu.el (color-rgb-to-hsv): New function.
7594 (list-colors-sort): New defcustom.
7595 (list-colors-sort-key): New function.
7596 (list-colors-display): Doc fix. Sort list according to the option
7597 `list-colors-sort'.
7598 (list-colors-print): Add HSV values to `help-echo' property of
7599 RGB strings.
7600
c42fe9a5
JL
76012010-06-14 Juri Linkov <juri@jurta.org>
7602
7603 * compare-w.el: Move to the "vc" subdirectory.
7604
b263a4c4
SM
76052010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7606
d8b0cddd
SM
7607 * image-mode.el (image-mode-map): Remap left-char and right-char.
7608
b263a4c4
SM
7609 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
7610
89877f5f
CY
76112010-06-12 Chong Yidong <cyd@stupidchicken.com>
7612
133a8d82
CY
7613 * term/common-win.el (x-colors): Add all the color names defined
7614 in rgb.txt (Bug#6332).
7615
89877f5f
CY
7616 * facemenu.el (list-colors-print): Don't print extra names if it
7617 will overflow the window width.
7618
7619 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 7620 change (Bug#6343).
89877f5f 7621
9d1f18b5
EZ
76222010-06-12 Eli Zaretskii <eliz@gnu.org>
7623
7624 * files.el (make-directory): Doc fix (bug#6396).
7625
b81a0b56
MA
76262010-06-12 Michael Albinus <michael.albinus@gmx.de>
7627
7628 * net/tramp.el (tramp-remote-process-environment): Protect version
7629 string by apostroph.
7630 (tramp-shell-prompt-pattern): Do not use a shy group in case of
7631 XEmacs.
7632 (tramp-file-name-for-operation): Add `call-process-region'.
7633 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
7634
7635 * net/tramp-compat.el (top): Do not autoload
7636 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
7637 only when `start-file-process' is not bound.
7638 (tramp-advice-file-expand-wildcards): Do not use
7639 `tramp-handle-file-remote-p'.
7640 (tramp-compat-make-temp-file): Handle the case, that
7641 `make-temp-file' has no third argument EXTENSION.
7642
69f18acc
JB
76432010-06-11 Juanma Barranquero <lekktu@gmail.com>
7644
5fee75d4
JB
7645 * makefile.w32-in (WINS_BASIC): Include new directory vc.
7646
69f18acc
JB
7647 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
7648
9766adfb
JL
76492010-06-11 Juri Linkov <juri@jurta.org>
7650
7651 * finder.el (finder-known-keywords): Add keyword "vc"
7652 for version control.
7653
7654 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
7655 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
7656 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
7657 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
7658
56b2854f
JL
76592010-06-11 Juri Linkov <juri@jurta.org>
7660
7661 Move version control related files to the "vc" subdirectory.
7662 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
7663 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
7664 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
7665 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
7666 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
7667 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
7668 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
7669 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
7670 Move files to the "vc" subdirectory.
7671
6534e58a
CY
76722010-06-11 Chong Yidong <cyd@stupidchicken.com>
7673
7674 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
7675 (Bug#6367).
7676
84d9562f
SE
76772010-06-11 Stephen Eglen <stephen@gnu.org>
7678
7679 * shell.el: Bind `shell-resync-dirs' to M-RET.
7680
3ef0a6a5
MA
76812010-06-10 Michael Albinus <michael.albinus@gmx.de>
7682
7683 * notifications.el: Move file from lisp/net, because it is
7684 supposed to talk locally to the user.
7685
fa4003da
MA
76862010-06-10 Julien Danjou <julien@danjou.info>
7687
7688 * net/notifications.el (notifications-on-action-signal)
7689 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 7690 argument to the callback functions. Add docstrings.
fa4003da
MA
7691 (notifications-notify): Fix docstring.
7692
46e6650e
GM
76932010-06-10 Glenn Morris <rgm@gnu.org>
7694
7695 * emacs-lisp/authors.el (authors-ignored-files)
7696 (authors-valid-file-names): Add some files.
7697
a71832f7
SM
76982010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
7701 merge conflict, giving preference to the emacs-23 version of the code.
7702
8c6eab5a
SM
77032010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7704
989bc97f
SM
7705 * emacs-lisp/advice.el (ad-compile-function):
7706 Define warning-suppress-types before we let-bind it (bug#6275).
7707
8c6eab5a
SM
7708 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
7709 declare it, make it buffer-local and permanent-local (bug#6324).
7710 (vc-resynch-window): Adjust name.
7711 * vc-hooks.el (vc-find-file-hook): Adjust name.
7712
890a18d6
MA
77132010-06-09 Michael Albinus <michael.albinus@gmx.de>
7714
7715 * net/notifications.el (notifications-notify): Fix docstring.
7716
bf3e70eb
JB
77172010-06-09 Juanma Barranquero <lekktu@gmail.com>
7718
7719 Update to Unicode 6.0.0 beta.
7720 * international/charprop.el: Update copyright.
7721 * international/mule-cmds.el (ucs-names): Update character ranges.
7722 * international/uni-bidi.el:
7723 * international/uni-category.el:
7724 * international/uni-combining.el:
7725 * international/uni-comment.el:
7726 * international/uni-decimal.el:
7727 * international/uni-decomposition.el:
7728 * international/uni-digit.el:
7729 * international/uni-lowercase.el:
7730 * international/uni-mirrored.el:
7731 * international/uni-name.el:
7732 * international/uni-numeric.el:
7733 * international/uni-old-name.el:
7734 * international/uni-titlecase.el:
7735 * international/uni-uppercase.el: Regenerate.
7736
b978141d
JB
77372010-06-09 Juanma Barranquero <lekktu@gmail.com>
7738
ee8359ba
JB
7739 * emacs-lisp/smie.el (comment-string-strip): Declare function.
7740 (smie-precs-precedence-table): Fix typo in docstring.
7741
f64ab8fb
JB
7742 * vc-mtn.el (log-edit-extract-headers): Declare function.
7743
883ffa8c
JB
7744 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
7745
b978141d
JB
7746 * net/notifications.el (dbus-register-signal): Declare function.
7747 (notifications-notify): Fix typos and reflow docstring.
7748
5f4f2ae4
DN
77492010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7750
7751 Improve VC create/retrieve tag/branch.
7752 * vc.el (vc-create-tag): Do not read the directory name for VCs
7753 with repository revision granularity. Adjust the tag/branch
7754 prompt. Reset VC properties.
7755 (vc-retrieve-tag): Do not read the directory name for VCs
7756 with repository revision granularity. Reset VC properties.
7757
41a86354
MA
77582010-06-09 Julien Danjou <julien@danjou.info>
7759
ef33fd34 7760 * net/notifications.el: New file.
41a86354 7761
fab43c76
DN
77622010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7763
00fd1147
DN
7764 Add optional support for resetting VC properties.
7765 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
7766 call vc-file-clearprops when true.
7767 (vc-resynch-buffer): Add new optional argument, pass it down.
7768 (vc-resynch-buffers-in-directory): Likewise.
7769
fab43c76
DN
7770 Improve support for special markup in the VC commit message.
7771 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
7772 * vc-hg.el (vc-hg-checkin): Add support for Date:.
7773 * vc-git.el (vc-git-checkin):
7774 * vc-bzr.el (vc-bzr-checkin): Likewise.
7775
e7d67e73
SM
77762010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7777
7778 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
7779 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
7780
277e6741
MP
77812010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
7782
7783 * iimage.el: Remove images as soon as the underlying text is modified.
7784 (iimage-modification-hook): New function.
7785 (iimage-mode-buffer): Use it.
7786
83156c18
SM
77872010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7788
7789 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
7790 smie-indent-offset-after. Add :prev case. Make a bit more generic.
7791 (smie-indent-virtual): Remove `virtual' arg. Update callers.
7792 (smie-indent-keyword): Add handling of open-paren keywords.
7793 (smie-indent-comment-continue): Don't assume comment-continue.
7794
13b5221f
MR
77952010-06-07 Martin Rudalics <rudalics@gmx.at>
7796
7797 * window.el (pop-to-buffer): Remove the conditional that
7798 compares new-window and old-window, so it will reselect
7799 the selected window unconditionally.
7800 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
7801
c2ea5810
SM
78022010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7803
7804 * emacs-lisp/smie.el (smie-indent-offset-after)
7805 (smie-indent-forward-token, smie-indent-backward-token): New functions.
7806 (smie-indent-after-keyword): Use them.
7807 (smie-indent-fixindent): Only applies to the indentation of the BOL.
7808 (smie-indent-keyword): Tweak the black magic.
7809 (smie-indent-comment-continue): Strip comment-continue before use.
7810 (smie-indent-functions): Indent comments before keywords.
7811
27dd3c11
JL
78122010-06-06 Juri Linkov <juri@jurta.org>
7813
7814 * isearch.el (isearch-lazy-highlight-search): Fix looping
7815 by checking for empty match. This syncs this loop with the
7816 similar loop in `isearch-search'. (Bug#6362)
7817
35b148ee
JB
78182010-06-05 Juanma Barranquero <lekktu@gmail.com>
7819
7820 * net/dbus.el (dbus-register-method): Declare function.
7821 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
7822 (dbus-introspect): Doc fix.
7823 (dbus-event-bus-name, dbus-introspect-get-interface)
7824 (dbus-introspect-get-argument): Reflow docstrings.
7825
eccdfe5f
DN
78262010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
7827
7828 vc-log-incoming/vc-log-outgoing fixes for Git.
7829 * vc-git.el (vc-git-log-view-mode): Fix font lock for
7830 incoming/outgoing logs.
7831 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
7832 instead of vc-git-compute-remote.
7833 (vc-git-compute-remote): Remove.
7834
86253dc0
CY
78352010-06-04 Chong Yidong <cyd@stupidchicken.com>
7836
7837 * term/common-win.el (x-colors): Add "dark green" and "dark
7838 turquoise" (Bug#6332).
7839
0665f661
JL
78402010-06-04 Juri Linkov <juri@jurta.org>
7841
7842 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
7843 Instead of setting `replace' to t and replacing the same string
7844 with itself, don't do certain actions when
7845 kill-do-not-save-duplicates is non-nil and string is equal to car
7846 of kill-ring: don't call menu-bar-update-yank-menu, don't push
7847 interprogram-paste strings to kill-ring, and don't push the input
7848 argument `string' to kill-ring.
7849 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
7850
087fc47a
JB
78512010-06-04 Juanma Barranquero <lekktu@gmail.com>
7852
7853 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
7854
4f201088
MA
78552010-06-04 Michael Albinus <michael.albinus@gmx.de>
7856
7857 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
7858 (tramp-gvfs-handler-mounted-unmounted)
7859 (tramp-gvfs-connection-mounted-p): Handle default-location.
7860
7861 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
7862 move files to trash.
7863
18ccd78a
JB
78642010-06-04 Juanma Barranquero <lekktu@gmail.com>
7865
7866 * international/mule-cmds.el (nonascii-insert-offset)
7867 (nonascii-translation-table): Add obsolescence information.
7868
7869 * international/mule.el (make-translation-table-from-vector): Doc fix.
7870
3845c322
GM
78712010-06-03 Glenn Morris <rgm@gnu.org>
7872
7873 * desktop.el (desktop-clear-preserve-buffers):
7874 Add "*Warnings*" buffer. (Bug#6336)
7875
54d3626e
DN
78762010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
7877
6941ffec
DN
7878 vc-log-incoming/vc-log-outgoing improvements for Git.
7879 * vc-git.el (vc-git-log-outgoing): Use the same format as the
7880 short log.
7881 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
7882
54d3626e
DN
7883 Add bindings for vc-log-incoming and vc-log-outgoing.
7884 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
7885 and vc-log-outgoing.
7886 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
7887 and vc-log-outgoing.
7888
aa1bc616
CY
78892010-06-03 Chong Yidong <cyd@stupidchicken.com>
7890
7891 * net/rcirc.el (rcirc-sort-nicknames): Remove.
7892 (rcirc-handler-366): Always sort nicknames.
7893
e2d2a205
JB
78942010-06-03 Juanma Barranquero <lekktu@gmail.com>
7895
7896 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
7897
44ea155d
CY
78982010-06-03 Chong Yidong <cyd@stupidchicken.com>
7899
a628ad9d 7900 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 7901
a91dedc4
SM
79022010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7903
7904 * net/rcirc.el (rcirc-sort-nicknames): Change default.
7905 (rcirc-sort-nicknames-join): Avoid setq.
7906
c62bf05a
DD
79072010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7908
7909 * net/rcirc.el (rcirc-sort-nicknames): New custom.
7910 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
7911 (rcirc-handler-366): Use them.
7912
dd2c3c92
SM
79132010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7914
7915 Split smie-indent-calculate into more manageable chunks.
7916 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
7917 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
7918 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
7919 (smie-indent-exps): Extract from smie-indent-calculate.
7920 (smie-indent-functions): New var.
7921 (smie-indent-functions): Use them.
7922
927c346b
SM
79232010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7924
7925 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
7926 (smie-indent-calculate): Simplify and cleanup.
7927
1efeec86
MA
79282010-06-02 Michael Albinus <michael.albinus@gmx.de>
7929
7930 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
7931 (tramp-gvfs-mount-point): Remove.
7932 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
7933 New defuns.
1efeec86
MA
7934 (with-tramp-dbus-call-method): Format trace message.
7935 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
7936 Implement backup call, when operation on local files fails.
7937 Use progress reporter. Flush properties of changed files.
1efeec86
MA
7938 (tramp-gvfs-handle-make-directory): Make more traces.
7939 (tramp-gvfs-url-file-name): Hexify file name in url.
7940 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
7941 into account for the resulting file name.
7942 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
7943 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
7944 (tramp-gvfs-handler-mounted-unmounted)
7945 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
7946 attribute "default_location". Set "prefix" property.
7947 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
7948 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
7949 exists. Raise an error, if not (due to a corresponding answer
7950 "no" in interactive questions, for example).
7951
89877f5f 79522010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
7953
7954 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
7955
24f574a9
JB
79562010-06-01 Juanma Barranquero <lekktu@gmail.com>
7957
7958 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
7959 right-*. (Bug#6265)
7960
290736f2
DN
79612010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7962
61158bfa
DN
7963 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
7964 * vc-git.el (vc-git-compute-remote): New function.
7965 (vc-git-log-outgoing): Use it instead of hard coding a value.
7966 (vc-git-log-incoming): New function.
7967
5828f6ca
DN
7968 Improve state updating for VC tag commands.
7969 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
7970 to update the state of all buffers in the directory.
7971
290736f2
DN
7972 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
7973
feceda26
SM
79742010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7975
7976 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
7977 `file-directory-p' to the filename part rather than to the whole text.
7978
896114cf
SM
79792010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7980
7981 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
7982
1603358c
DA
79832010-05-31 Drew Adams <drew.adams@oracle.com>
7984
7985 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
7986
fe40dc63
JB
79872010-05-31 Juanma Barranquero <lekktu@gmail.com>
7988
7989 * subr.el (momentary-string-display): Just use read-event to read
7990 the exit event (Bug#6238).
7991
9e8014c6
EZ
79922010-05-30 Eli Zaretskii <eliz@gnu.org>
7993
7994 * international/mule.el (define-coding-system): Doc fix (bug#6313).
7995
61a08071
JB
79962010-05-30 Juanma Barranquero <lekktu@gmail.com>
7997
7998 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
7999 Suggested by Eli Zaretskii <eliz@gnu.org>.
8000
5feec8ca
SM
80012010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8002
8003 * minibuffer.el (completion-file-name-table): Don't return a boundary
8004 past the end of `string' (bug#6299).
8005 (completion--file-name-table): Delegate to completion-file-name-table
8006 for the `boundaries' case.
8007
8175cb90
JB
80082010-05-30 Juanma Barranquero <lekktu@gmail.com>
8009
2b94133f
JB
8010 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
8011 movement commands.
8012
8175cb90
JB
8013 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
8014 `path-separator', but maintain compatibility with Emacs 20.2.
8015
0191e222
CY
80162010-05-29 Chong Yidong <cyd@stupidchicken.com>
8017
8018 * server.el (server-process-filter): Receive parent-id argument
8019 from emacsclient.
8020 (server-create-window-system-frame): New arg. Pass parent-id as
8021 frame parameter.
8022
9b655a0a
EZ
80232010-05-29 Eli Zaretskii <eliz@gnu.org>
8024
db5dce9d
EZ
8025 Bidi-sensitive word movement with arrow keys.
8026 * subr.el (right-arrow-command, left-arrow-command): Move to
8027 bindings.el.
8028
8029 * bindings.el (right-char, left-char): Move from subr.el and
8030 rename from right-arrow-command and left-arrow-command.
8031 (right-word, left-word): New functions.
8032 (global-map) <right>: Bind to right-char.
8033 (global-map) <left>: Bind to left-char.
8034 (global-map) <C-right>: Bind to right-word.
8035 (global-map) <C-left>: Bind to left-word.
8036
9b655a0a
EZ
8037 * ls-lisp.el (ls-lisp-classify-file): New function.
8038 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
8039 (ls-lisp-classify): Call ls-lisp-classify-file.
8040 (insert-directory): Remove blanks from switches.
8041
fcb52808
CY
80422010-05-29 Chong Yidong <cyd@stupidchicken.com>
8043
8044 * ansi-color.el: Delete unused escape sequences (Bug#6085).
8045 (ansi-color-drop-regexp): New constant.
8046 (ansi-color-apply, ansi-color-filter-region)
896114cf 8047 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
8048 (ansi-color-apply): Build string list before calling concat.
8049
0040735a
JL
80502010-05-28 Juri Linkov <juri@jurta.org>
8051
8052 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8053 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
8054 (Bug#5270)
8055
b6827fff
MA
80562010-05-28 Michael Albinus <michael.albinus@gmx.de>
8057
8058 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
8059 to ignored backtrace functions.
8060 (with-progress-reporter): Expand docstring.
8061 (tramp-handle-delete-file): Implement TRASH argument.
8062 (tramp-get-remote-trash): New defun.
8063
eba082a2
MA
80642010-05-28 Michael Albinus <michael.albinus@gmx.de>
8065
6a7662bb
BR
8066 * net/tramp-compat.el (tramp-compat-delete-file):
8067 Use `symbol-value' for backward compatibility.
eba082a2
MA
8068
8069 * net/tramp.el (tramp-handle-make-symbolic-link)
8070 (tramp-handle-load)
8071 (tramp-do-copy-or-rename-file-via-buffer)
8072 (tramp-do-copy-or-rename-file-directly)
8073 (tramp-do-copy-or-rename-file-out-of-band)
8074 (tramp-handle-process-file, tramp-handle-call-process-region)
8075 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8076 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8077 (tramp-delete-temp-file-function): Use `delete-file' instead
8078 of `tramp-compat-delete-file'.
8079
8080 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8081 (tramp-fish-handle-make-symbolic-link)
8082 (tramp-fish-handle-process-file): Use `delete-file' instead
8083 of `tramp-compat-delete-file'.
8084
6a7662bb
BR
8085 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8086 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
8087
8088 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8089 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
8090 `tramp-compat-delete-file'.
8091
6a7662bb
BR
8092 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
8093 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
8094
8095 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8096 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8097 (tramp-smb-handle-write-region): Use `delete-file' instead of
8098 `tramp-compat-delete-file'.
8099 (tramp-smb-handle-delete-directory): Use 'trash as arg.
8100
f1a5d776
CY
81012010-05-27 Chong Yidong <cyd@stupidchicken.com>
8102
8103 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 8104 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
8105 (dired-do-flagged-delete, dired-do-delete): Use trash.
8106
8107 * speedbar.el (speedbar-item-delete): Allow trashing.
8108
8109 * files.el (delete-directory): New arg TRASH.
8110
8111 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
8112 (ange-ftp-rename-remote-to-remote)
8113 (ange-ftp-rename-local-to-remote)
8114 (ange-ftp-rename-remote-to-local, ange-ftp-load)
8115 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
8116 `delete-file'.
8117 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
8118 allow trashing.
8119
8120 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
8121 handle new TRASH arg of `delete-file'.
8122
c4ce1145 8123 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
8124 (tramp-handle-make-symbolic-link, tramp-handle-load)
8125 (tramp-do-copy-or-rename-file-via-buffer)
8126 (tramp-do-copy-or-rename-file-directly)
8127 (tramp-do-copy-or-rename-file-out-of-band)
8128 (tramp-handle-process-file, tramp-handle-call-process-region)
8129 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8130 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8131 (tramp-delete-temp-file-function): Use null TRASH arg in
8132 tramp-compat-delete-file call.
8133
8134 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8135 (tramp-fish-handle-delete-file)
8136 (tramp-fish-handle-make-symbolic-link)
8137 (tramp-fish-handle-process-file): Use null TRASH arg in
8138 `tramp-compat-delete-file' call.
8139
8140 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
8141 arg in `tramp-compat-delete-file' call.
8142
8143 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8144 (tramp-gvfs-handle-write-region): Use null TRASH arg in
8145 `tramp-compat-delete-file' call.
8146
8147 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
8148 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
8149 `tramp-compat-delete-file' call.
8150
8151 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8152 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8153 (tramp-smb-handle-write-region): Use null TRASH arg in
8154 tramp-compat-delete-file call.
8155 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
8156 (tramp-smb-handle-delete-file): Rename arg.
8157
8158 * diff.el (diff-sentinel):
8159 * epg.el (epg--make-temp-file, epg-decrypt-string)
8160 (epg-verify-string, epg-sign-string, epg-encrypt-string):
8161 * jka-compr.el (jka-compr-partial-uncompress)
8162 (jka-compr-call-process, jka-compr-write-region):
8163 * server.el (server-sentinel): Remove optional arg from
8164 delete-file, reverting 2010-05-03 change.
8165
ecb0ab90
CY
81662010-05-27 Chong Yidong <cyd@stupidchicken.com>
8167
6a7662bb
BR
8168 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8169 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 8170
2b25da45
KH
81712010-05-27 Kenichi Handa <handa@m17n.org>
8172
8173 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
8174 element of GSTRING is nil.
8175
11e4d8c0
SM
81762010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8177
8178 * emacs-lisp/smie.el (smie-forward-token-function)
8179 (smie-backward-token-function): New vars.
8180 (smie-backward-sexp, smie-forward-sexp)
8181 (smie-indent-hanging-p, smie-indent-calculate): Use them.
8182 (smie-default-backward-token): Rename from smie-backward-token and
8183 skip comments.
8184 (smie-default-forward-token): Rename from smie-forward-token and
8185 skip comments.
8186 (smie-next-sexp): Handle nil results from next-token.
8187 (smie-indent-calculate): Add a new case for special `fixindent' comments.
8188
4da3541b
CY
81892010-05-27 Chong Yidong <cyd@stupidchicken.com>
8190
896114cf
SM
8191 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8192 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
8193
81942010-05-27 Masatake YAMATO <yamato@redhat.com>
8195
8196 * htmlfontify.el (hfy-face-resolve-face): New function.
8197 (hfy-face-to-style): Use it (Bug#6279).
8198
6dc439cb
SM
81992010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
8202 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
8203
021eb8d7
GM
82042010-05-26 Glenn Morris <rgm@gnu.org>
8205
8206 * emulation/edt.el (edt-load-keys): Use locate-library.
8207
bef4957b
CY
82082010-05-25 Chong Yidong <cyd@stupidchicken.com>
8209
8210 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
8211 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
8212 (log-edit-changelog-insert-entries): Args changed.
8213 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
8214 (log-edit-insert-changelog-entries): Reorganize return value of
8215 `log-edit-changelog-entries' to pass filenames to
8216 log-edit-changelog-insert-entries.
8217
84fb0956
TV
82182010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8219
8220 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
8221 `image-dired-dired-insert-marked-thumbs' to
8222 `image-dired-dired-toggle-marked-thumbs'.
8223
8224 * image-dired.el: Require cl when compiling.
8225 (image-dired-dired-toggle-marked-thumbs): Rename from
8226 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
8227 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
8228 to 'no-dir. Skip files whose names don't match
8229 `image-file-name-regexp'. When file has a thumbnail overlay,
8230 delete it. (Bug#5270)
8231
0fb1193d
JL
82322010-05-25 Juri Linkov <juri@jurta.org>
8233
8234 * image-mode.el (image-mode): Add image-after-revert-hook to
8235 after-revert-hook.
8236 (image-after-revert-hook): New function. (Bug#5669)
8237
fc937924
JL
82382010-05-25 Juri Linkov <juri@jurta.org>
8239
8240 * image.el (image-animated-p): When delay between animated images
8241 is 0, set it to 10 (0.1 sec). (Bug#6258)
8242
fa9ba953
MA
82432010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
8244
8245 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 8246 `forward-word', its default syntax could be changed.
fa9ba953 8247
9e021389
MA
82482010-05-25 Michael Albinus <michael.albinus@gmx.de>
8249
8250 * net/tramp.el (tramp-progress-reporter-update): New defun.
8251 (with-progress-reporter): Use it.
8252 (tramp-process-actions):
6a7662bb
BR
8253 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
8254 Preserve current message, in order to let progress reporter continue
9e021389
MA
8255 afterwards. (Bug#6257)
8256
6169260b
GM
82572010-05-25 Glenn Morris <rgm@gnu.org>
8258
8259 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
8260 Add :version.
8261
d26781af
RY
82622010-05-25 Ryan Yeske <rcyeske@gmail.com>
8263
8826afe3 8264 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
8265 (rcirc-default-full-name): Change to "unknown".
8266 (rcirc-user-name-history): Add variable.
8826afe3
GM
8267
82682010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 8269 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
8270
8271 * net/rcirc.el (rcirc-server-alist): Add :pass.
8272 (rcirc): When prompting for connection parameters, also prompt for
d26781af 8273 username and password.
a628ad9d 8274 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
8275 value to server when connecting.
8276
d355a0b7
SM
82772010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8278
f5228f84
SM
8279 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
8280 (smie-merge-prec2s): Pass the tables as separate args.
8281 (smie-bnf-precedence-table): Adjust call accordingly.
8282 (smie-prec2-levels): Set levels at the end.
8283
d355a0b7
SM
8284 Replace Lisp calls to delete-backward-char by delete-char.
8285 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
8286 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
8287 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 8288 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
8289 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
8290 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
8291 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
8292 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
8293 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
8294 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
8295 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
8296 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
8297 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
8298 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
8299 delete-backward-char by calls to delete-char.
8300
f668ef02
KH
83012010-05-25 Kenichi Handa <handa@m17n.org>
8302
8303 * language/hebrew.el (hebrew-shape-gstring): New function.
8304 Register it in composition-function-table for all Hebrew combining
8305 characters.
8306
397eb3f3
SM
83072010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8308
8309 * epa.el (epa--select-keys): Don't explicitly delete the window since
8310 that can fail (e.g. sole window in frame). Use dedication instead.
8311
171eda53 83122010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
8313
8314 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
8315
110683ad
CY
83162010-05-22 Chong Yidong <cyd@stupidchicken.com>
8317
8318 * image.el (image-refresh): Define as an alias for image-flush.
8319
8320 * image-mode.el (image-toggle-display-image): Caller changed.
8321
df9db151
JL
83222010-05-21 Juri Linkov <juri@jurta.org>
8323
8324 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
8325 Remove "all" from grep-files-aliases. Split grep-files-aliases by
8326 whitespace, call wildcard-to-regexp on substrings and concat them
8327 with "\\|". (Bug#6114)
8328
c0209c2c
AM
83292010-05-21 Alan Mackenzie <acm@muc.de>
8330
171eda53
SM
8331 * progmodes/cc-engine.el (c-parse-state-get-strategy):
8332 Replace parameter `here' with `here-' and `here-plus', which sandwich
8333 any pertinent CPP construct.
c0209c2c
AM
8334 (c-remove-stale-state-cache-backwards): Fix a bug which happens
8335 when doing (c-parse-state) in a CPP construct: Exclude any "new"
8336 CPP construct from taking part in the scanning.
8337
655bded0
MA
83382010-05-21 Michael Albinus <michael.albinus@gmx.de>
8339
8340 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
8341 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
8342 Tune `with-progress-reporter' messages.
655bded0
MA
8343 (tramp-handle-vc-registered):
8344 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
8345 (tramp-fish-handle-insert-file-contents)
8346 (tramp-fish-maybe-open-connection):
8347 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8348 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
8349 (tramp-imap-handle-insert-file-contents)
8350 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
8351
3e17a1a7
JB
83522010-05-21 Juanma Barranquero <lekktu@gmail.com>
8353
bf1e8d4a
JB
8354 * add-log.el (change-log-font-lock-keywords):
8355 Highlight all authors in multi-author entries.
8356
3e17a1a7
JB
8357 * smerge-mode.el (smerge-refine-ignore-whitespace)
8358 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
8359 Fix typos in docstrings.
8360 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
8361
969e684a
GM
83622010-05-21 Glenn Morris <rgm@gnu.org>
8363
e75c1e7d
GM
8364 * progmodes/fortran.el (fortran-mode):
8365 * progmodes/f90.el (f90-mode): Derive from prog-mode.
8366
969e684a
GM
8367 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
8368 having a relative path in src/Makefile.in.
8369
a50878fa
KR
83702010-05-20 Kevin Ryde <user42@zip.com.au>
8371
8372 * help-mode.el (help-make-xrefs): For Info node links turn
8373 newlines into spaces. Link node names with newlines are matched
8374 by help-xref-info-regexp and buttonized, this change ensures they
8375 can be followed successfully with RET. (Bug#6206)
8376
f66a2f90
JL
83772010-05-20 Juri Linkov <juri@jurta.org>
8378
8379 * locate.el (locate): Use pop-to-buffer instead of
8380 switch-to-buffer-other-window. (Bug#6204)
8381
201d895a
JL
83822010-05-20 Juri Linkov <juri@jurta.org>
8383
8384 * replace.el (replace-highlight): Fix lazy-highlighting
8385 for `M-s w str M-% str RET'.
8386
1ddb2ea0
MY
83872009-12-15 Masatake YAMATO <yamato@redhat.com>
8388
8389 * isearch.el (isearch-yank-word-or-char): Pull next subword
8390 when `subword-mode' is activated. (Bug#6220)
8391
a6020335
MH
83922010-05-20 Mark A. Hershberger <mah@everybody.org>
8393
8394 * isearch.el (isearch-update-post-hook): New hook.
8395 (isearch-update): Use the new hook. (Bug#6225)
8396
50de6a38
JL
83972010-05-20 Juri Linkov <juri@jurta.org>
8398
8399 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
8400 [f1], [help], and (char-to-string help-char) instead of "\C-h".
8401 (Bug#6222)
8402
5d944a8f
JL
84032010-05-20 Juri Linkov <juri@jurta.org>
8404
8405 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
8406 (Bug#6223)
8407
f5d6548a
JL
84082010-05-20 Juri Linkov <juri@jurta.org>
8409
8410 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
8411 FILE-NAME to read from the minibuffer when called interactively
8412 with prefix argument instead of using buffer-file-name.
8413 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
8414
8415 * dired.el: Update autoloads.
8416
f8e63691
CY
84172010-05-20 Chong Yidong <cyd@stupidchicken.com>
8418
8419 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
8420 nxml-finish-element, for consistency with SGML mode.
8421
8422 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
8423 octave-close-block.
8424
07d7c3bd
JB
84252010-05-20 Juanma Barranquero <lekktu@gmail.com>
8426
8427 * composite.el: Require cl when compiling.
8428 (reference-point-alist, compose-gstring-for-graphic)
8429 (compose-gstring-for-terminal): Fix typos in docstrings.
8430
7bce8510
JL
84312010-05-19 Juri Linkov <juri@jurta.org>
8432
8433 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
8434 set-window-parameter.
8435
a7723e05
MA
84362010-05-19 Michael Albinus <michael.albinus@gmx.de>
8437
8438 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
8439 where appropriate.
8440 (tramp-maybe-open-connection): Use it.
8441
3f2e7735
EZ
84422010-05-19 Eli Zaretskii <eliz@gnu.org>
8443
8444 * simple.el (move-end-of-line): Make sure we are at line beginning
8445 before backing up to end of previous line.
8446
8d9181c7
MA
84472010-05-19 Michael Albinus <michael.albinus@gmx.de>
8448
8c4ec20f
MA
8449 * password-cache.el (password-cache-remove): Fix docstring.
8450
8d9181c7
MA
8451 * net/secrets.el: Autoload the widget functions.
8452 (secrets-search-items, secrets-create-item)
8453 (secrets-get-attributes, secrets-expand-item): Attributes will be
8454 stored on the password database without leading ":", as all other
8455 clients do as well.
8456 (secrets-mode): Fix docstring.
8457 (secrets-show-secrets): Provide it as autoloaded command only when
8458 D-Bus support is available. Check existence of Secret Service API.
8459
2a96c2a7
SM
84602010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8461
8462 * indent.el (indent-region): Deactivate region (bug#6200).
8463
d24e10b1
GM
84642010-05-19 Glenn Morris <rgm@gnu.org>
8465
8466 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
8467
2833d915
KH
84682010-05-19 Kenichi Handa <handa@m17n.org>
8469
8470 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 8471 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 8472
134c2f29
JB
84732010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
8474
8475 * calc/calc-trail.el (calc-trail-isearch-forward)
8476 (calc-trail-isearch-backward): Ensure that the new window
8477 point is set correctly.
8478
278847cd
SM
84792010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8480
8481 * subr.el (read-quoted-char): Resolve modifiers after key
8482 remapping (bug#6212).
8483
3a8e7cbd
MA
84842010-05-18 Michael Albinus <michael.albinus@gmx.de>
8485
8486 Add visualization code for secrets.
8487 * net/secrets.el (secrets-mode): New major mode.
8488 (secrets-show-secrets, secrets-show-collections)
8489 (secrets-expand-collection, secrets-expand-item)
8490 (secrets-tree-widget-after-toggle-function)
8491 (secrets-tree-widget-show-password): New defuns.
8492
472e7ec1
SM
84932010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8494
224b70cb
SM
8495 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
8496 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
8497 handled in smie-next-sexp.
8498 (smie-indent-calculate): Provide a starting indentation (so the
8499 recursion is well-founded ;-).
8500
472e7ec1
SM
8501 Fix handling of non-associative equal levels.
8502 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
8503 when it's not needed.
8504 (smie-op-left, smie-op-right): New functions.
8505 (smie-next-sexp): New function, extracted from smie-backward-sexp.
8506 Better handle equal levels to distinguish the associative case from
8507 the "multi-keyword construct" case.
8508 (smie-backward-sexp, smie-forward-sexp): Use it.
8509
35e53abd
JB
85102010-05-18 Juanma Barranquero <lekktu@gmail.com>
8511
5d8fe0ba
JB
8512 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
8513
35e53abd
JB
8514 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
8515 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
8516
5ad4bef5
SM
85172010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8518
8519 Provide a simple generic indentation engine and use it for Prolog.
8520 * emacs-lisp/smie.el: New file.
8521 * progmodes/prolog.el (prolog-smie-op-levels)
8522 (prolog-smie-indent-rules): New var.
8523 (prolog-mode-variables): Use them to configure SMIE.
8524 (prolog-indent-line, prolog-indent-level): Remove.
8525
00681a3c
JB
85262010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8527
560bb7ae 8528 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
8529 order before computing the averages.
8530
eba62f7a
JB
85312010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
8532
597517ef 8533 * calc/calc-vec.el (calc-histogram):
5ad4bef5 8534 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
8535 (math-vector-avg): New function.
8536
560bb7ae 8537 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
8538 being grouped depend on the radix (Bug#6189).
8539
8c5ff6dd
KR
85402010-05-15 Ken Raeburn <raeburn@raeburn.org>
8541
8542 * version.el (emacs-copyright, emacs-version): Don't define here,
8543 now that emacs.c defines it.
8544
98d8b17e
EZ
85452010-05-15 Eli Zaretskii <eliz@gnu.org>
8546
71078429
EZ
8547 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
8548 "Describe Language Environment" menu item.
8549
ce6233c1
EZ
8550 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
8551
d20e1419
EZ
8552 Bidi-sensitive movement with arrow keys.
8553 * subr.el (right-arrow-command, left-arrow-command): New functions.
8554
8555 * bindings.el (global-map): Bind them to right and left arrow keys.
8556
98d8b17e 8557 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
8558 * files.el (convert-standard-filename):
8559 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
8560 the corresponding systems.
8561
8562 * w32-fns.el (w32-convert-standard-filename): Rename from
8563 convert-standard-filename. Doc fix.
8564
8565 * dos-fns.el (dos-convert-standard-filename): Doc fix.
8566 (convert-standard-filename): Don't defalias.
8567 (register-name-alist, make-register, register-value)
8568 (set-register-value, intdos): Obsolete aliases for the
8569 corresponding dos-* functions and variables.
8570 (dos-intdos): Add a doc string.
8571
ae6bc504
JB
85722010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
8573
8574 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
8575 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
8576 (math-compose-tex-func):
8577 * calc/calccomp.el (math-compose-expr):
8578 * calc/calc-ext.el (math-format-flat-expr-fancy):
8579 * calc/calc-store.el (calc-read-var-name):
8580 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
8581
8582 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 8583 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 8584 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 8585 (math-standard-units): Add units.
ae6bc504 8586
c26ea4b2
SM
85872010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8588
7aefa445 8589 * progmodes/asm-mode.el (asm-mode):
13973643
SM
8590 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
8591
c26ea4b2
SM
8592 * pcomplete.el (pcomplete-completions-at-point): New function,
8593 extracted from pcomplete-std-complete.
8594 (pcomplete-std-complete): Use it.
8595
02be533b
GM
85962010-05-15 Glenn Morris <rgm@gnu.org>
8597
8598 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8599 Remove references to CVS, RCS and Old directories.
8600
78ed0efc
JB
86012010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
8602
ae6bc504 8603 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
8604 appropriate.
8605
10dcc561
SM
86062010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8607
5ccaa359
SM
8608 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
8609 (sh-mode-syntax-table): Give it a default value instead.
8610 (sh-header-marker): Make buffer-local.
8611 (sh-mode): Move make-local-variable to the corresponding setq.
8612 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
8613 Use complete-with-action.
8614
10dcc561
SM
8615 * simple.el (prog-mode): New (abstract) major mode.
8616 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
8617 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
8618
c38762fd
JB
86192010-05-14 Juanma Barranquero <lekktu@gmail.com>
8620
8621 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
8622 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
8623 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
8624 (sql-make-alternate-buffer-name, sql-placeholders-filter)
8625 (sql-escape-newlines-filter, sql-input-sender)
8626 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
8627
2ef3c144
CY
86282010-05-13 Chong Yidong <cyd@stupidchicken.com>
8629
560bb7ae 8630 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
8631
8632 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
8633 latex-open-block and C-c / to latex-close-block.
8634
8635 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
8636 and C-c C-e to sgml-close-tag.
8637
3b30ccda
MA
86382010-05-13 Michael Albinus <michael.albinus@gmx.de>
8639
8640 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 8641 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
8642 (tramp-handle-load, tramp-handle-file-local-copy)
8643 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
8644 (tramp-maybe-send-script, tramp-find-shell):
8645 Use `with-progress-reporter'.
3b30ccda
MA
8646 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
8647 Fix message text.
8648
8649 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8650 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8651 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
8652 Use `with-progress-reporter'.
8653
57ff5d7b
AM
86542010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
8655
a628ad9d
JB
8656 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
8657 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 8658
5a70d10f
SM
86592010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8660
791ffe1c
SM
8661 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
8662
5a70d10f
SM
8663 * dos-fns.el: Add "dos-" prefix for namespace control.
8664 (convert-standard-filename): Define as alias for
8665 dos-convert-standard-filename but only if applicable.
8666
38d93f03
AM
86672010-05-12 Alan Mackenzie <acm@muc.de>
8668
8669 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
8670 Push the mark at the start of these functions when appropriate.
8671
902a6d8d
SM
86722010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * minibuffer.el (completion-cycle-threshold): New custom var.
8675 (completion--do-completion): Use it.
8676 (minibuffer-complete): Use cycling if appropriate.
8677
9ee120ba
JB
86782010-05-11 Juanma Barranquero <lekktu@gmail.com>
8679
8680 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
8681 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
8682
841c4085
JL
86832010-05-11 Juri Linkov <juri@jurta.org>
8684
8685 * scroll-all.el (scroll-all-check-to-scroll):
8686 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
8687
8a67c70e
SM
86882010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8689
f2b9ed18
SM
8690 * iimage.el (iimage-mode-map): Move initialization into declaration.
8691 (iimage-mode-buffer): Use with-silent-modifications.
8692 Simplify calling convention. Adjust callers.
8693 (iimage-mode): Don't run hook redundantly.
8694
8a67c70e
SM
8695 * minibuffer.el (completion-pcm--pattern->regex):
8696 Fix last change (bug#6160).
8697
4bbedd98
JL
86982010-05-10 Juri Linkov <juri@jurta.org>
8699
8700 Remove nodes visited during Isearch from the Info history.
8701 * info.el (Info-isearch-initial-history)
8702 (Info-isearch-initial-history-list): New variables.
8703 (Info-isearch-start): Record initial values of
8704 Info-isearch-initial-history and Info-isearch-initial-history-list.
8705 Add Info-isearch-end to isearch-mode-end-hook.
8706 (Info-isearch-end): New function.
8707
94ecf5da
MA
87082010-05-10 Michael Albinus <michael.albinus@gmx.de>
8709
8710 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
8711 format string, in order to work around a bug in pdksh.
8712 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
8713 (tramp-handle-verify-visited-file-modtime): Do not send a command
8714 when the connection is not established.
8715 (tramp-handle-set-file-times): Simplify the check for utc.
8716
c5eb971b
JB
87172010-05-10 Juanma Barranquero <lekktu@gmail.com>
8718
8719 Fix use of `filter-buffer-substring' (rework previous change).
8720 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
8721 (cua-repeat-replace-region):
8722 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
8723 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8724 (cua-cut-region-to-global-mark): Use it.
8725
7492acc9
MM
87262010-05-09 Michael R. Mauger <mmaug@yahoo.com>
8727
77e2fc7a
JB
8728 * progmodes/sql.el: Version 2.1.
8729 (sql-product-alist): Redesign structure of product info.
8730 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
8731 (sql-port, sql-port-history): New variables.
8732 (sql-interactive-product): New variable.
8733 (sql-send-terminator): New variable.
77e2fc7a 8734 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
8735 (sql-oracle-login-params, sql-sqlite-login-params)
8736 (sql-mysql-login-params, sql-solid-login-params)
8737 (sql-sybase-login-params, sql-informix-login-params)
8738 (sql-ingres-login-params, sql-ms-login-params)
8739 (sql-postgres-login-params, sql-interbase-login-params)
8740 (sql-db2-login-params, sql-linter-login-params)
8741 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
8742 (sql-mode-map): Add C-c C-i to start interactive mode.
8743 (sql-mode-menu): Update existing menu entries.
8744 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
8745 (sql-mode-oracle-font-lock-keywords)
8746 (sql-mode-postgres-font-lock-keywords)
8747 (sql-mode-ms-font-lock-keywords)
8748 (sql-mode-sybase-font-lock-keywords)
8749 (sql-mode-informix-font-lock-keywords)
8750 (sql-mode-interbase-font-lock-keywords)
8751 (sql-mode-ingres-font-lock-keywords)
8752 (sql-mode-solid-font-lock-keywords)
8753 (sql-mode-mysql-font-lock-keywords)
8754 (sql-mode-sqlite-font-lock-keywords)
8755 (sql-mode-db2-font-lock-keywords)
77e2fc7a 8756 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
8757 reduce run-time complexity.
8758 (sql-add-product, sql-del-product): New functions.
8759 (sql-set-product-feature, sql-get-product-feature): New functions.
8760 (sql-product-font-lock): Update product API.
8761 (sql-add-product-keywords): New function.
8762 (sql-highlight-product): Update product API.
8763 (sql-help-list-products): New function.
8764 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 8765 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
8766 prompt for port.
8767 (sql-copy-column): Copy without properties.
8768 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
8769 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
8770 Implement as a filter.
7492acc9
MM
8771 (sql-escape-newlines-filter): Implement as a filter.
8772 (sql-remove-tabs-filter): New function.
8773 (sql-send-magic-terminator): New function.
8774 (sql-send-string): Implement magic terminator.
8775 (sql-send-region): Use `sql-send-string'.
8776 (sql-interactive-mode): Use product API.
8777 (sql-product-interactive): Use product API.
8778 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8779 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8780 (sql-db2, sql-linter): Use `sql-product-interactive'.
8781 (sql-connect): New function.
8782 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8783 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8784 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
8785 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8786 Use `sql-connect'.
7492acc9 8787
79ccd68f
SM
87882010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8789
8790 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
8791 New custom variable.
8792 (completion-pcm--string->pattern): Use it.
8793 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
8794 Make it handle any symbol as `any'.
8795 (completion-pcm--merge-completions): Extract common suffix for the new
8796 `prefix' symbol as well.
8797 (completion-substring--all-completions): Use the new `prefix' symbol.
8798
0d5852cf
MA
87992010-05-09 Michael Albinus <michael.albinus@gmx.de>
8800
8801 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
8802 not bound.
8803 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
8804 (tramp-compat-funcall): New defmacro.
8805 (tramp-compat-line-beginning-position)
8806 (tramp-compat-line-end-position)
8807 (tramp-compat-temporary-file-directory)
8808 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
8809 (tramp-compat-copy-file, tramp-compat-copy-directory)
8810 (tramp-compat-delete-file, tramp-compat-delete-directory)
8811 (tramp-compat-number-sequence, tramp-compat-process-running-p)
8812 * net/tramp.el (top, with-progress-reporter)
8813 (tramp-rfn-eshadow-setup-minibuffer)
8814 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
8815 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
8816 (tramp-completion-mode-p, tramp-check-for-regexp)
8817 (tramp-open-connection-setup-interactive-shell)
8818 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
8819 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
8820 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
8821 * net/tramp-cmds.el (tramp-cleanup-all-connections)
8822 (tramp-reporter-dump-variable, tramp-load-report-modules)
8823 (tramp-append-tramp-buffers)
8824 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
8825
8826 * net/tramp-imap.el (top): Autoload `epg-make-context'.
8827
f913fe7d
SM
88282010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8829
8830 * progmodes/compile.el (compilation-buffer-modtime): Rename from
8831 buffer-modtime. Adjust users.
8832
0235128c 88332010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 8834
77e2fc7a 8835 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 8836 car of each item, not the whole list (Bug#6083).
f034e176 8837
0235128c 88382010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
8839
8840 * progmodes/js.el (js-mode): Make paragraph variables local before
8841 calling c-setup-paragraph-variables (Bug#6071).
8842
0235128c 88432010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
8844
8845 * composite.el (compose-region, reference-point-alist): Fix typos
8846 in the doc strings.
8847
77e2fc7a 88482010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
8849
8850 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
8851 gnuplot's "set" command.
8852
0235128c 88532010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
8854
8855 * abbrev.el (last-abbrev-text): Doc fix.
8856 (abbrev-prefix-mark): Don't escape parenthesis.
8857
0235128c 88582010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
8859
8860 * composite.el (find-composition): Doc fix.
8861
0235128c 88622010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
8863
8864 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
8865 (sql-oracle-program, sql-sqlite-options)
8866 (sql-query-placeholders-and-send): Doc fixes.
8867 (sql-set-product, sql-interactive-mode): Reflow docstrings.
8868 (sql-imenu-generic-expression, sql-buffer)
8869 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
8870 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
8871 (sql-mode-sybase-font-lock-keywords)
8872 (sql-mode-informix-font-lock-keywords)
8873 (sql-mode-interbase-font-lock-keywords)
8874 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
8875 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
8876 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
8877 (sql-product-feature, sql-highlight-product)
8878 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
8879 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
8880 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
8881 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
8882 Fix typos in docstrings.
8883
0235128c 88842010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
8885
8886 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
8887 property instead of `invisible' and `after-string' (bug#5998).
8888
0235128c 88892010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
8890
8891 * image-mode.el (image-mode-as-text): Fix typo in docstring.
8892
0235128c 88932010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
8894
8895 * filecache.el (file-cache-add-directory-list)
8896 (file-cache-add-directory-recursively): Fix typos in docstrings.
8897
0235128c 88982010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
8899
8900 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 8901 (gujarati-composable-pattern): Fix typo.
ece33a6e 8902
0235128c 89032010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
8904
8905 * language/indian.el (oriya-composable-pattern)
0235128c
SM
8906 (tamil-composable-pattern, malayalam-composable-pattern):
8907 Add two-part vowels to "v" (vowel sign).
771533aa 8908
0235128c 89092010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 8910
99833607
CY
8911 * files.el (copy-directory): Handle symlinks (Bug#5982).
8912
0235128c 89132010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
8914
8915 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
8916 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
8917 (Bug#5846).
8918
0235128c 89192010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 8920
0ca12598
GM
8921 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
8922
d2c7b917
GM
8923 * minibuffer.el (completion-at-point): Doc fix.
8924
ba5bf5f0
SM
89252010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8926
8927 * electric.el (Electric-command-loop): Minor tweak.
8928
8929 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
8930 better with dedicated windows.
8931
0235128c
SM
89322010-05-07 Chong Yidong <cyd@stupidchicken.com>
8933
8934 * Version 23.2 released.
8935
560bb7ae 89362010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 8937 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
8938
8939 Highlight vendor specific properties.
8940 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
8941 (css-proprietary-property): New face.
8942 (css-font-lock-keywords): Use them.
8943
c0162ade
EZ
89442010-05-07 Eli Zaretskii <eliz@gnu.org>
8945
8946 * cus-start.el (all): Add native condition for tool-bar-* symbols.
8947
f3ee9200
SM
89482010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8949
05623156
SM
8950 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
8951 * files.el (auto-mode-alist): Remove redundant entries.
8952
f3ee9200
SM
8953 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
8954 * simple.el (auto-save-mode): Move from files.el.
8955 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
8956
560bb7ae 89572010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 8958
76e3243a 8959 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 8960
765d4319
KY
89612010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
8962
8963 * mail/binhex.el (binhex-decode-region-internal)
8964 * mail/uudecode.el (uudecode-decode-region-internal)
8965 * net/dns.el (dns-read-string-name, dns-write, dns-read)
8966 (dns-read-type, dns-query)
8967 * pgg-parse.el (pgg-parse-armor)
8968 * pgg.el (pgg-verify-region)
8969 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
8970 XEmacs.
8971
86d21cc0 8972 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 8973
f83483ff
JB
89742010-05-07 Juanma Barranquero <lekktu@gmail.com>
8975
40ab7974
JB
8976 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
8977
f83483ff
JB
8978 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
8979 * emulation/cua-base.el (cua-repeat-replace-region):
8980 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8981 (cua-cut-region-to-global-mark):
8982 Remove text properties with `set-text-properties'.
8983
9566840f
MA
89842010-05-06 Michael Albinus <michael.albinus@gmx.de>
8985
f3ee9200
SM
8986 * net/tramp.el (top, with-progress-reporter):
8987 Use `symbol-function' inside `funcall'.
9566840f
MA
8988
8989 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
8990 (tramp-compat-delete-file, tramp-compat-delete-directory):
8991 Handle only `wrong-number-of-arguments' error.
9566840f
MA
8992
8993 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
8994 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
8995 inside `funcall'.
8996
0c495c21
SM
89972010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8998
1493963b
SM
8999 * minibuffer.el (completion--sreverse, completion--common-suffix):
9000 New functions.
9001 (completion-pcm--merge-completions): Extract common suffix when safe.
9002
0c495c21
SM
9003 * emacs-lisp/easy-mmode.el (define-minor-mode):
9004 Make :variable more flexible.
9005 * files.el (auto-save-mode): Use it to define using define-minor-mode.
9006
221a0647
JL
90072010-05-05 Juri Linkov <juri@jurta.org>
9008
9009 Add `slow' and `history' tags to the desktop data.
9010
9011 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
9012 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
9013 (Info-finder-find-node): Require `finder.el' to be able
9014 to restore node from the desktop.
9015 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
9016 data `Info-history' and `slow' tag in the assoc list.
9017 (Info-restore-desktop-buffer): Don't restore nodes with the
9018 `slow' tag. Restore `Info-history'.
9019
66bdc868
MA
90202010-05-05 Michael Albinus <michael.albinus@gmx.de>
9021
9022 Add FORCE argument to `delete-file'.
9023
9024 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
9025 forcing to delete the temporary file.
9026 (ange-ftp-delete-file): Add FORCE arg.
9027 (ange-ftp-rename-remote-to-remote)
9028 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
9029 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
9030 Force file deletion.
66bdc868
MA
9031
9032 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
9033
9034 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
9035 (tramp-handle-make-symbolic-link, tramp-handle-load)
9036 (tramp-do-copy-or-rename-file-via-buffer)
9037 (tramp-do-copy-or-rename-file-directly)
9038 (tramp-do-copy-or-rename-file-out-of-band)
9039 (tramp-handle-process-file, tramp-handle-call-process-region)
9040 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9041 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9042 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
9043
9044 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
9045 (tramp-fish-handle-make-symbolic-link)
9046 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
9047
0c495c21
SM
9048 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9049 Use `tramp-compat-delete-file'.
66bdc868
MA
9050
9051 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
9052 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
9053
9054 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
9055 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
9056
9057 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
9058 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
9059 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9060 Use `tramp-compat-delete-file'.
66bdc868 9061
f44379e7
SM
90622010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9063
365f8d85
SM
9064 Minor cleanups.
9065 * subr.el (add-minor-mode): Use push.
9066 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
9067 * emulation/edt.el (edt-select-mode): Simplify.
9068
80ac5d4d
SM
9069 Use define-minor-mode in more cases.
9070 * term/tvi970.el (tvi970-set-keypad-mode):
9071 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9072 (normal-erase-is-backspace-mode):
9073 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
9074 (set-scroll-bar-mode-1): (Re)move to its sole caller.
9075 (get-scroll-bar-mode): New function.
9076 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
9077
9078 Use define-minor-mode for less obvious cases.
f44379e7
SM
9079 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
9080 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
9081 * international/iso-ascii.el (iso-ascii-mode):
9082 * frame.el (auto-raise-mode, auto-lower-mode):
9083 * composite.el (global-auto-composition-mode): Use define-minor-mode.
9084
c04b03f8
MA
90852010-05-04 Michael Albinus <michael.albinus@gmx.de>
9086
9087 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
9088 in order to see error messages for failed logins.
9089
53967e09
CY
90902010-05-03 Chong Yidong <cyd@stupidchicken.com>
9091
9092 * diff.el (diff-sentinel):
9093
9094 * epg.el (epg--make-temp-file, epg-decrypt-string)
9095 (epg-verify-string, epg-sign-string, epg-encrypt-string):
9096
9097 * jka-compr.el (jka-compr-partial-uncompress)
9098 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
9099
9100 * server.el (server-sentinel): Use delete-file's new FORCE arg
9101 (Bug#6070).
9102
56eb0904
SM
91032010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9104
9105 Use define-minor-mode where applicable.
9106 * view.el (view-mode):
9107 * type-break.el (type-break-query-mode)
9108 (type-break-mode-line-message-mode):
9109 * textmodes/reftex.el (reftex-mode):
9110 * term/vt100.el (vt100-wide-mode):
9111 * tar-mode.el (tar-subfile-mode):
9112 * savehist.el (savehist-mode):
9113 * ibuf-ext.el (ibuffer-auto-mode):
9114 * composite.el (auto-composition-mode):
9115 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9116 Use define-minor-mode.
9117 (vhdl-mode): Use static mode-line format.
9118 (vhdl-mode-line-update): Delete.
9119 (vhdl-create-mode-menu, vhdl-activate-customizations)
9120 (vhdl-hs-minor-mode): Don't bother calling it.
9121
672eb710
SM
91222010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9123
8f92b8ad
SM
9124 * simple.el (with-wrapper-hook): Move.
9125 (buffer-substring-filters): Mark obsolete.
9126 (filter-buffer-substring-functions): New variable.
1fada563 9127 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 9128
c04b03f8 91292010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 9130 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
9131
9132 Implement compression for inline methods.
9133
9134 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
9135 (tramp-copy-size-limit): Allow also nil.
9136 (tramp-inline-compress-commands): New defconst.
9137 (tramp-find-inline-compress, tramp-get-inline-compress)
9138 (tramp-get-inline-coding): New defuns.
cb7f3653 9139 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 9140 replaced by `tramp-get-inline-coding'.
6a29a838
MA
9141 (tramp-handle-file-local-copy, tramp-handle-write-region)
9142 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
9143
8c0bf8b3
SM
91442010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9145
07125a91
SM
9146 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
9147 Remove unused functions.
9148
f3a47002
SM
9149 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
9150 Set find-tag-default-function as a variable rather than a property.
9151
8c0bf8b3
SM
9152 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
9153 * progmodes/etags.el (tags-completion-at-point-function):
9154 Remove left over interactive spec. Add autoloading stub.
9155 (complete-tag): Use tags-completion-at-point-function.
9156
27601456
CY
91572010-04-30 Chong Yidong <cyd@stupidchicken.com>
9158
cb7f3653 9159 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 9160
09d0284d
CY
91612010-04-29 Chong Yidong <cyd@stupidchicken.com>
9162
27d3cd56
CY
9163 * ido.el (ido-init-completion-maps): Remove C-v binding.
9164 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 9165
3a07ffce
CY
91662010-04-29 Chong Yidong <cyd@stupidchicken.com>
9167
9168 * minibuffer.el (tags-completion-at-point-function): New function.
9169 (completion-at-point-functions): Use it.
9170
3a07ffce
CY
9171 * progmodes/etags.el (complete-tag): Revert last change.
9172
3d14bb73
AM
91732010-04-29 Alan Mackenzie <acm@muc.de>
9174
9175 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
9176 off-by-one error (in end of macro position).
9177
7d353d11
SM
91782010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9179
9180 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
9181 firefox is absent. Don't autoload.
9182 (browse-url-galeon-program): Don't autoload.
9183
48111a85
CY
91842010-04-28 Chong Yidong <cyd@stupidchicken.com>
9185
9186 * bindings.el (complete-symbol): Move into minibuffer.el.
9187
9188 * minibuffer.el (complete-tag): Move from etags.el. If tags
9189 completion cannot be performed, return nil instead of signalling
9190 an error.
9191 (completion-at-point): Make it an alias for complete-symbol.
9192 (complete-symbol): Move from bindings.el, and replace with the
9193 body of completion-at-point.
9194
9195 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
9196
7ba94701
MA
91972010-04-28 Michael Albinus <michael.albinus@gmx.de>
9198
9199 * net/tramp.el (tramp-remote-selinux-p): New defun.
9200 (tramp-handle-file-selinux-context)
9201 (tramp-handle-set-file-selinux-context): Use it.
9202
95c6cc3e
SS
92032010-04-28 Sam Steingold <sds@gnu.org>
9204
9205 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9206 `safe-local-variable' if the value is a string or a symbol with
9207 the property `bug-reference-url-format'.
9208
36045ff3
CY
92092010-04-28 Chong Yidong <cyd@stupidchicken.com>
9210
537ffaf3
SM
9211 * progmodes/bug-reference.el (bug-reference-url-format):
9212 Revert 2010-04-27 change due to security risk.
36045ff3 9213
56924d99
SM
92142010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9215
9216 Make it possible to locally disable a globally enabled mode.
9217 * simple.el (fundamental-mode): Run fundamental-mode-hook.
9218 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
9219 rather than kill-all-local-variables so it runs fundamental-mode-hook.
9220 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9221 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
9222 that subsequent hooks get a chance to disable it.
9223
ccaa4765
SM
92242010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9225
17818d71
SM
9226 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9227 Avoid re-enabling a minor mode after the user turned the minor mode
9228 off if MODE-enable-in-buffers is run twice (typically once from
9229 fundamental-mode's after-change-major-mode-hook and a second time from
9230 run-mode-hook's own after-change-major-mode-hook).
9231
ccaa4765
SM
9232 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
9233
2a6f654e
SS
92342010-04-27 Sam Steingold <sds@gnu.org>
9235
9236 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9237 `safe-local-variable' if the value is a string or a function, as
9238 documented and implemented on 2010-04-02.
9239
cecaa674
JB
92402010-04-27 Juanma Barranquero <lekktu@gmail.com>
9241
9242 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
9243 when method is 'kill.
9244
92452010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 9246
a628ad9d
JB
9247 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
9248 condition in default directory check.
1e116bb3
AM
9249 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
9250 Kill ispell process when killing its associated buffer.
9251
7dd7fbb9
JD
92522010-04-27 Jan Djärv <jan.h.d@swipnet.se>
9253
9254 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
9255 but we aren't using it.
9256
7ac82b84
J
92572010-04-25 Jan Djärv <jan.h.d@swipnet.se>
9258
9259 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
9260 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
9261
fea1add4
GM
92622010-04-24 Glenn Morris <rgm@gnu.org>
9263
9264 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
9265 Ignore VCS-ignore files, and deleted nextstep preferences files.
9266 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
9267 (authors-ambiguous-files): New list.
9268 (authors-valid-file-names): Add some deleted files.
9269 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
9270 (authors-disambiguate-file-name): New function. (Bug#5501)
9271 (authors-canonical-file-name): Doc fix.
9272 Don't warn about obsolete files.
9273 (authors-canonical-file-name, authors-scan-el):
9274 Use authors-disambiguate-file-name.
9275
cbcfee6e
GM
9276 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9277 Add autoload cookies.
9278 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
9279 (generated-autoload-file): Set file-local value to "htmlfontify.el".
9280 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
9281 They have definitions / compiler macros in cl.el.
9282 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9283 Replace manual autoloads with generated ones.
9284 (htmlfontify-unload-rgb-file): Remove autoload.
9285 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
9286
3b548e1b
SM
92872010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9288
9ae0c310
SM
9289 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
9290 (byte-compile-setq-default): Optimize for the
9291 single-var case and don't call byte-compile-form in this case to avoid
9292 inf-loop with byte-compile-set-default.
9293
3b548e1b
SM
9294 * progmodes/compile.el (compilation-start): Abbreviate default directory.
9295
632c5478
MA
92962010-04-23 Michael Albinus <michael.albinus@gmx.de>
9297
9298 Implement SELINUX backends.
9299
3b548e1b
SM
9300 * net/tramp.el (tramp-file-name-handler-alist):
9301 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
9302 (tramp-handle-file-selinux-context)
9303 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
9304 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
9305 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 9306
3b548e1b
SM
9307 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9308 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
9309 (tramp-gvfs-handle-file-selinux-context)
9310 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
9311 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
9312
9313 * net/ange-ftp.el (ange-ftp-copy-file):
9314 * net/tramp-fish.el (tramp-fish-handle-copy-file):
9315 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
9316 * net/tramp-smb.el (tramp-smb-handle-copy-file):
9317 Add PRESERVE-SELINUX-CONTEXT.
632c5478 9318
a94d821f
MA
93192010-04-22 Michael Albinus <michael.albinus@gmx.de>
9320
9321 Synchronize with Tramp repository.
9322
9323 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
9324 (tramp-action-process-alive, tramp-action-out-of-band)
9325 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
9326 (tramp-exists-file-name-handler): Fix docstring.
9327 (with-progress-reporter): New defmacro.
9328 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
9329 (tramp-maybe-open-connection): Use it.
9330
a92375d9
MA
93312010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
9332
9333 Detect ssh 'ControlMaster' argument automatically in some cases.
9334
9335 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
9336 (tramp-default-method): Use it.
9337
489fe4c2
MA
93382010-04-22 Michael Albinus <michael.albinus@gmx.de>
9339
25f14cdb
MA
9340 * net/tramp.el (tramp-handle-copy-file): Add new optional
9341 parameter `preserve-selinux-context'.
9342 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
9343
a92375d9
MA
93442010-04-22 Michael Albinus <michael.albinus@gmx.de>
9345
489fe4c2
MA
9346 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
9347 Ensure, that non remote files are still checked. Oops.
9348
acd1f317
MA
93492010-04-21 Michael Albinus <michael.albinus@gmx.de>
9350
9351 Fix Bug#5840.
9352
9353 * icomplete.el (icomplete-completions): Use `non-essential'.
9354
9355 * net/tramp.el (tramp-connectable-p): New defun.
9356 (tramp-handle-expand-file-name)
9357 (tramp-completion-handle-file-name-all-completions)
9358 (tramp-completion-handle-file-name-completion): Use it.
9359
62c5b459
SM
93602010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9361
9362 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
9363
f904c0f9
JD
93642010-04-21 Jan Djärv <jan.h.d@swipnet.se>
9365
9366 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
9367
9368 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
9369
9370 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
9371 is present.
9372
9373 * info.el (info-tool-bar-map): Add labels.
9374
9375 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
9376
9377 * cus-edit.el (custom-commands): Add labels for tool bar.
9378 (custom-buffer-create-internal, Custom-mode): Adjust for
9379 labels in custom-commands.
9380
9381 * dynamic-setting.el: Renamed from font-setting.el.
9382
c5cbeb12
LL
93832010-04-21 John Wiegley <jwiegley@gmail.com>
9384
9385 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
9386 toggles the use of virtual buffers.
537ffaf3 9387 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
9388 (ido-toggle-virtual-buffers): New function.
9389
fcc93746
JB
93902010-04-21 Juanma Barranquero <lekktu@gmail.com>
9391
9392 Use `define-derived-mode'; fix window selection; doc fixes.
9393 * play/tetris.el (tetris, tetris-update-speed-function)
9394 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
9395 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
9396 (tetris-rotate-next, tetris-end-game, tetris-start-game)
9397 (tetris-pause-game): Fix typos in docstrings.
9398 (tetris-mode-map, tetris-null-map):
9399 Move initialization into declaration.
9400 (tetris-mode): Define with `define-derived-mode';
9401 set show-trailing-whitespace to nil.
9402 (tetris): Prefer window already displaying the "*Tetris*" buffer.
9403
574c05e2
KK
94042010-04-21 Karel Klíč <kklic@redhat.com>
9405
9406 * files.el (backup-buffer): Handle SELinux context, and return it
9407 if a backup was made by renaming.
9408 (backup-buffer-copy): Set SELinux context to the target file.
9409 (basic-save-buffer): Set SELinux context of the newly written file.
9410 (basic-save-buffer-1): Now it also returns any SELinux context.
9411 (basic-save-buffer-2): Set SELinux context of the newly created file,
9412 and return it.
9413 * net/tramp.el (tramp-file-name-for-operation):
9414 Add file-selinux-context.
9415
e97a42c1
SM
94162010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9417
f2b9ed18
SM
9418 Make the log-edit comments use RFC822 format throughout.
9419
e97a42c1
SM
9420 * vc.el (vc-checkin, vc-modify-change-comment):
9421 Adjust to new vc-start/finish-logentry.
9422 (vc-find-conflicted-file): New command.
9423 (vc-transfer-file): Adjust to new vc-checkin.
9424 (vc-next-action): Improve scoping.
9425
9426 * vc-hg.el (vc-hg-log-edit-mode): Remove.
9427 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
9428
9429 * vc-git.el (vc-git-log-edit-mode): Remove.
9430 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
9431 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
9432
9433 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
9434 (vc-start-logentry): Remove argument `extra'.
9435 (vc-finish-logentry): Remove extra args.
9436
9437 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
9438 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
9439 (vc-bzr-conflicted-files): New function.
9440
9441 * log-edit.el (log-edit-extra-flags)
9442 (log-edit-before-checkin-process): Remove.
9443 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
9444 (log-edit-headers-alist): New var.
9445 (log-edit-header-contents-regexp): New const.
9446 (log-edit-match-to-eoh): New function.
9447 (log-edit-font-lock-keywords): Use them.
9448 (log-edit): Insert a "Summary:" header as default.
9449 (log-edit-mode): Mark font-lock rules as case-insensitive.
9450 (log-edit-done): Cleanup headers.
9451 (log-view-process-buffer): Remove.
9452 (log-edit-extract-headers): New function to replace it.
9453
938efb77
JB
94542010-04-20 Juanma Barranquero <lekktu@gmail.com>
9455
9456 * subr.el (default-direction-reversed): Remove obsolescence info.
9457
1cfb415b
SM
94582010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9459
cb4f9513
SM
9460 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
9461 windows/frames.
9462
6e610c72
SM
9463 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
9464 I.e. include text after point in the completion region.
9465 Also, return nil when we're not after/in a symbol.
9466
1cfb415b
SM
9467 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
9468 default enable-multibyte-characters.
9469
c80fa13c
SM
94702010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9471
87926e02
SM
9472 * international/mule.el: Help the user choose a valid coding-system.
9473 (read-buffer-file-coding-system): New function.
9474 (set-buffer-file-coding-system): Use it. Prompt the user if the
9475 coding-system cannot encode all the chars.
9476
c80fa13c
SM
9477 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
9478 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
9479 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
9480 Don't use *vc-bzr-shelve*.
9481
6e104790 94822010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
9483
9484 Fix the version number for added files.
9485 * vc-hg.el (vc-hg-working-revision): Check if the file is
9486 registered after hg parent fails (Bug#5961).
9487
6e104790 94882010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
9489
9490 * htmlfontify.el (htmlfontify-buffer)
9491 (htmlfontify-copy-and-link-dir): Autoload entry points.
9492
6e104790 94932010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
9494
9495 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
9496 name relative to the project root (Bug#5960).
9497
6e104790 94982010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
9499
9500 * vc-git.el (vc-git-print-log): Doc fix.
9501
6e104790 95022010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
9503
9504 * ido.el (ido-file-internal): Fix 2009-12-02 change.
9505
6e104790 95062010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
9507
9508 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
9509 default settings (Bug#5928).
9510
6e104790 95112010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
9512
9513 * progmodes/fortran.el (fortran-match-and-skip-declaration):
9514 New function.
0a23b2c3 9515 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 9516
6e104790 95172010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
9518
9519 * language/indian.el (malayalam-composable-pattern): Fix previous
9520 change (add U+0D4D "SIGN VIRAMA").
9521 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
9522 (tamil-composable-pattern): Fix typo in the regexp.
9523 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
9524 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
9525 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
9526
6e104790 95272010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
9528
9529 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
9530 paragraph-separate (Bug#5821).
9531
6e104790 95322010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
9533
9534 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
9535
9536 * info.el (Info-find-node-2): Comment out code that skips
9537 breadcrumbs line.
9538 (Info-mouse-follow-link): New command.
9539 (Info-link-keymap): New keymap.
9540 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
9541 Return a string with links instead of inserting breadcrumbs
9542 to the Info buffer.
9543 (Info-fontify-node): Comment out code that inserts breadcrumbs.
9544 Instead of putting the `invisible' text property over the Info
9545 header, make an overlay over the Info header with the `invisible'
9546 property and `after-string' set to the string returned by
9547 `Info-breadcrumbs'.
9548
6e104790 95492010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
9550
9551 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
9552 Reported by monkey@sandpframing.com.
9553
98923800
SM
95542010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9555
b5feea0f
SM
9556 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
9557 (tmm-get-keymap): Add key-binding shortcuts now that they're not
9558 available in the "keyseq cache" any more.
9559
98923800
SM
9560 * custom.el (defcustom): Add edebug spec.
9561
fd5c9dfa
JL
95622010-04-18 Juri Linkov <juri@jurta.org>
9563
9564 Test for special mode-class in view-buffer instead of view-file (bug#5513).
9565
9566 * view.el (view-file, view-buffer): Move test for special mode-class
9567 from view-file to view-buffer.
9568
9569 * tar-mode.el (tar-extract): Turn if's into one cond
9570 like in arc-mode.el.
9571
b3671a51
JL
95722010-04-18 Juri Linkov <juri@jurta.org>
9573
9574 Add 7z archive format support (bug#5475).
9575
9576 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
9577 (archive-7z-extract): New defcustom.
9578 (archive-find-type): Add magic string for 7z.
9579 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
9580 If `stderr-file' is non-nil, use `(t stderr-file)' for the
9581 `buffer' arg of `call-process'.
9582 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
9583 call the function `archive-7z-extract' with the variable
9584 `archive-7z-extract' let-bound to `archive-zip-extract'.
9585 (archive-7z-summarize, archive-7z-extract): New functions.
9586
9587 * international/mule.el (auto-coding-alist):
9588 * files.el (auto-mode-alist): Add 7z file extension.
9589
8a37fb25
SM
95902010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9591
e9515805
SM
9592 * loadup.el: Setup hash-cons for pure data.
9593
f8ea0098
SM
9594 Fix duplicate entries in cedet's loaddefs.el files.
9595 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
9596 Should make most file-local generated-autoload-file unnecessary.
9597 (print-readably): Silence warnings.
9598 (autoload-find-destination): Take load-name as an arg to make sure
9599 it's the same as the one that will be in the file.
9600 (autoload-generate-file-autoloads): Adjust to above changes.
9601 Try to make the dataflow a bit simpler.
9602
8a37fb25
SM
9603 * cvs-status.el (cvs-refontify): Remove unused.
9604
f8b91752
JB
96052010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
9606
76e3243a 9607 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 9608
76e3243a 9609 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
9610 twos-complement mode.
9611
d8b01fef
JB
96122010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
9613
76e3243a
JB
9614 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9615 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
9616 (calc-inverse): Add "Option" to message, as appropriate.
9617 (calc-hyperbolic): Add "Option" to message, as appropriate.
9618 (calc-option, calc-is-option): New functions.
9619
76e3243a 9620 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
9621 (calc-option-prefix-help): New function.
9622
76e3243a 9623 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 9624
76e3243a 9625 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
9626 (calc-option-flag): New variable.
9627 (calc-do): Set `calc-option-flag to nil.
9628 (calc-set-mode-line): Add "Opt " as appropriate.
9629
74f806a1
JL
96302010-04-16 Juri Linkov <juri@jurta.org>
9631
9632 Move scrolling commands from simple.el to window.el
9633 because their primitives are implemented in window.c.
9634
9635 * simple.el (scroll-error-top-bottom)
9636 (scroll-up-command, scroll-down-command, scroll-up-line)
9637 (scroll-down-line, scroll-other-window-down)
9638 (beginning-of-buffer-other-window, end-of-buffer-other-window):
9639 * window.el (scroll-error-top-bottom)
9640 (scroll-up-command, scroll-down-command, scroll-up-line)
9641 (scroll-down-line, scroll-other-window-down)
9642 (beginning-of-buffer-other-window, end-of-buffer-other-window):
9643 Move from simple.el to window.el because their primitives are
9644 implemented in window.c.
9645
ad40eec5
JL
96462010-04-16 Juri Linkov <juri@jurta.org>
9647
9648 * isearch.el (isearch-lookup-scroll-key): Check both
9649 `isearch-scroll' and `scroll-command' properties.
9650 (scroll-up, scroll-down): Remove `isearch-scroll' property.
9651
9652 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
9653
9654 * simple.el (scroll-up-command, scroll-down-command)
9655 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
9656
a4b000fb
JL
96572010-04-15 Juri Linkov <juri@jurta.org>
9658
9659 * simple.el (scroll-up-command, scroll-down-command)
9660 (scroll-up-line, scroll-down-line): Put `scroll-command'
9661 property on the these symbols. Remove them from
9662 `scroll-preserve-screen-position-commands'.
9663
9664 * mwheel.el (mwheel-scroll): Put `scroll-command' and
9665 `isearch-scroll' properties on the `mwheel-scroll' symbol.
9666 Remove it from `scroll-preserve-screen-position-commands'.
9667
9668 * isearch.el (isearch-allow-scroll): Doc fix.
9669
4874f5e6
MA
96702010-04-15 Michael Albinus <michael.albinus@gmx.de>
9671
9672 * net/tramp.el (tramp-error-with-buffer): Don't show the
9673 connection buffer when we are in completion mode.
9674 (tramp-file-name-handler): Catch the error for some operations
9675 when we are in completion mode. This gives the user the chance to
9676 correct the file name in the minibuffer.
9677
82883f0a
GM
96782010-04-15 Glenn Morris <rgm@gnu.org>
9679
9680 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
9681
528b9ea9
JB
96822010-04-15 Juanma Barranquero <lekktu@gmail.com>
9683
9684 Simplify by using `define-derived-mode'.
9685 * info.el (Info-mode):
9686 * calendar/todo-mode.el (todo-mode):
9687 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
9688 (gomoku-mode-map): Move initialization into declaration.
9689
5f2b693f
MA
96902010-04-14 Michael Albinus <michael.albinus@gmx.de>
9691
9692 Fix Bug#5840.
9693 * ido.el (ido-file-name-all-completions-1):
9694 * minibuffer.el (minibuffer-completion-help):
9695 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
9696
ebb9641f
SM
96972010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9698
38111a5a
SM
9699 * simple.el (non-essential): New var.
9700
ebb9641f
SM
9701 Add a new field `location' to bookmarks for non-file bookmarks.
9702 * bookmark.el (bookmark-location): Use the new field, if present.
9703 (bookmark-insert-location): Undo last change, not needed any more.
9704 * man.el (Man-bookmark-make-record):
9705 * woman.el (woman-bookmark-make-record): Add `location' field.
9706
7b05466f
JL
97072010-04-14 Juri Linkov <juri@jurta.org>
9708
9709 * simple.el (scroll-error-top-bottom): New defcustom.
9710 (scroll-up-command, scroll-down-command): Use it. Doc fix.
9711
9712 * emulation/pc-select.el (pc-select-override-scroll-error):
9713 Obsolete in favor of `scroll-error-top-bottom'.
9714
32129746
JL
97152010-04-14 Juri Linkov <juri@jurta.org>
9716
9717 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
9718 `scroll-up-command' and `M-v' to `scroll-down-command'.
9719
9720 * emulation/cua-rect.el (cua--init-rectangles):
9721 * forms.el (forms--change-commands):
9722 * image-mode.el (image-mode-map):
9723 Remap scroll-down-command and scroll-up-command
9724 in addition to scroll-down and scroll-up.
9725
9013a7f8
JL
97262010-04-14 Juri Linkov <juri@jurta.org>
9727
9728 * mwheel.el (scroll-preserve-screen-position-commands):
9729 Add mwheel-scroll to this list of commands.
9730
9731 * simple.el (scroll-preserve-screen-position-commands):
9732 Add scroll-up-command, scroll-down-command, scroll-up-line,
9733 scroll-down-line to this list of commands.
9734
3b7e1d5f
SM
97352010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9736
c1e25821
SM
9737 * obsolete/complete.el: Move from lisp/complete.el.
9738
5b31b787
SM
9739 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
9740
3b7e1d5f
SM
9741 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
9742 to the minor mode function now turns the mode ON unconditionally.
9743
398a825b
SM
97442010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9745
a544e7c1
SM
9746 * vc-dir.el (vc-dir-kill-line): New command.
9747 (vc-dir-mode-map): Bind it to C-k.
9748
a1979d8e
SM
9749 * bookmark.el (bookmark-insert-location): Handle a nil filename.
9750
398a825b
SM
9751 * woman.el: Add bookmark declarations to silence the compiler.
9752 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
9753 step to compatibility between man and woman bookmarks.
9754 Adjust for Man-default-bookmark-title renaming.
9755 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
9756
9757 * man.el: Add bookmark declarations to silence the compiler.
9758 (Man-name-local-regexp): Make it match NAME as well.
9759 (Man-getpage-in-background): Return the buffer.
9760 (Man-notify-when-ready): Use `case'.
9761 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
9762 Don't hardcode "NAME". Simplify.
9763 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
9764 Rename from Man-bookmark-make-record.
9765 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
9766 we have the actual man-args. Use Man-getpage-in-background rather
9767 than `man' since the arg is already processed. Let bookmark.el do the
9768 window handling. Only wait for the relevant process.
9769 Don't forget to autoload.
9770
9771 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
9772
45be326a
TV
97732010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9774
9775 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
9776 New functions.
9777 (woman-mode): Setup bookmark support.
9778
9779 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
9780 (man-bookmark-jump): New functions.
9781 (Man-mode): Setup bookmark support.
9782
3acb4c93
CY
97832010-04-10 Jari Aalto <jari.aalto@cante.net>
9784
9785 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
9786 recognize ssh-keygen prompt (Bug#2817).
9787
b6bbb65e
MA
97882010-04-10 Michael Albinus <michael.albinus@gmx.de>
9789
9790 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
9791
b533bc97
MA
97922010-04-10 Michael Albinus <michael.albinus@gmx.de>
9793
9794 Synchronize with Tramp repository.
9795
9796 * net/tramp.el (tramp-completion-function-alist)
9797 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
9798 (tramp-local-coding-commands, tramp-remote-coding-commands):
9799 Fix docstring.
9800 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
9801 (tramp-handle-directory-files-and-attributes)
9802 (tramp-get-remote-path): Use `copy-tree'.
9803 (tramp-handle-file-name-all-completions): Backward/ XEmacs
9804 compatibility: Use `completion-ignore-case' if
9805 `read-file-name-completion-ignore-case' does not exist.
9806 (tramp-do-copy-or-rename-file-directly): Do not use
9807 `tramp-handle-file-remote-p'.
45be326a
TV
9808 (tramp-do-copy-or-rename-file-out-of-band):
9809 Use `tramp-compat-delete-directory'.
b533bc97 9810 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
9811 (tramp-compute-multi-hops, tramp-maybe-open-connection):
9812 Use `format-spec-make'.
b533bc97
MA
9813 (tramp-find-foreign-file-name-handler)
9814 (tramp-advice-make-auto-save-file-name)
9815 (tramp-set-auto-save-file-modes): Remove superfluous check for
9816 `stringp'. This is done inside `tramp-tramp-file-p'.
9817 (tramp-debug-outline-regexp): New defconst.
9818 (tramp-get-debug-buffer): Use it.
9819 (tramp-check-for-regexp): Use (forward-line 1).
9820 (tramp-set-auto-save-file-modes): Adapt version check.
9821
45be326a
TV
9822 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
9823 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
9824 (tramp-compat-make-temp-file): Simplify fallback implementation.
9825 (tramp-compat-copy-tree): Remove function.
9826 (tramp-compat-delete-directory): Provide implementation for older
9827 Emacsen.
9828
9829 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
9830 Do not use `tramp-fish-handle-file-attributes.
9831
9832 * net/trampver.el: Update release number.
9833
ba33df00
GM
98342010-04-10 Glenn Morris <rgm@gnu.org>
9835
9836 * progmodes/compile.el (compilation-save-buffers-predicate):
9837 Add missing :version tag.
9838
4a8ae76f
SS
98392010-04-09 Sam Steingold <sds@gnu.org>
9840
9841 * progmodes/compile.el (compilation-save-buffers-predicate):
9842 Remove the "autoload" cookie.
9843
0880716f
SS
9844 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
9845 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
9846 and `bug-reference-prog-mode' can be used in hooks directly.
9847
6aebd58c
DN
98482010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9849
9850 Add --author support to git commit.
9851 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
9852 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
9853 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
9854 New declarations.
6aebd58c 9855
f6d90772
ER
98562010-04-09 Eric Raymond <esr@snark.thyrsus.com>
9857
9858 * vc-hooks.el, vc-git.el: Improve documentation comments.
9859
e754e83b
SM
98602010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9861
9862 Fix some of the problems in defsubst* (bug#5728).
9863 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
9864 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
9865
9e86ab0b
SS
98662010-04-07 Sam Steingold <sds@gnu.org>
9867
e754e83b
SM
9868 * progmodes/compile.el (compilation-save-buffers-predicate):
9869 New custom variable.
9e86ab0b
SS
9870 (compile, recompile): Pass it to `save-some-buffers'.
9871
b0c8b840
JD
98722010-04-07 Jan Djärv <jan.h.d@swipnet.se>
9873
9874 * wid-edit.el (widget-choose): Move cursor to the second line of
9875 the buffer (Bug#5695).
9876
31527c56
DN
98772010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
9878
9879 Add new VC methods: vc-log-incoming and vc-log-outgoing.
9880 * vc.el (vc-print-log-setup-buttons): New function split out from
9881 vc-print-log-internal.
9882 (vc-log-internal-common): New function, a parametrized version of
9883 vc-print-log-internal.
9884 (vc-print-log-internal): Just call vc-log-internal-common with the
9885 right arguments.
9886 (vc-incoming-outgoing-internal):
9887 (vc-log-incoming, vc-log-outgoing): New functions.
9888 (vc-log-view-type): New permanent local variable.
9889
9890 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
9891
9892 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
9893 of the dynamic bound vc-short-log.
9894 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
9895
9896 * vc-git.el (vc-git-log-outgoing): New function.
9897 (vc-git-log-view-mode): Use vc-log-view-type instead
9898 of the dynamic bound vc-short-log.
9899
9900 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
9901 of the dynamic bound vc-short-log. Highlight the tag.
9902 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
9903 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
9904 (vc-hg-incoming-mode): Remove.
9905 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
9906
7ec69e2b
DN
99072010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
9908
9909 Fix default-directory for vc-root-diff.
9910 * vc.el (vc-root-diff): Bind default-directory to the root
9911 directory for the diff command.
9912
fd9ea9d3
WS
99132010-04-07 Michael McNamara <mac@mail.brushroad.com>
9914
6e104790 9915 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
9916 (verilog-calc-1): Support "disable fork" and "fork wait" multi
9917 word keywords, suggested by Steve Pearlmutter.
6e104790 9918 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 9919 port lists.
6e104790 9920 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 9921 fix bug for /* / comments.
6e104790 9922 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 9923 Speed up and simplfy as this is never called with a bound.
6e104790
SM
9924 (verilog-pretty-declarations): Enhance to line up declarations
9925 inside a parameter list, suggested by Alan Morgan.
9926 (verilog-pretty-expr): Tune assignment regular expression match
9927 string for corner cases; also use markers instead of character
9928 number as indent changes the later.
fd9ea9d3
WS
9929
99302010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
9931
6e104790
SM
9932 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
9933 as missing keyword.
9934 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
9935 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
9936 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
9937 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
9938 Tennant.
9939 (verilog-keywords):
fd9ea9d3
WS
9940 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
9941 1800-2009 keywords, including "global.".
9942
2a07afc5
JW
99432010-04-06 John Wiegley <jwiegley@gmail.com>
9944
8b32731a 9945 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 9946 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 9947 file basename). Should use uniquify to offer a real solution.
2a07afc5 9948
f9a27d86
JW
99492010-04-06 John Wiegley <jwiegley@gmail.com>
9950
8b32731a
JB
9951 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
9952 comment to code, and add a :version tag.
9953 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 9954
9caf8a8f
JB
99552010-04-06 Juanma Barranquero <lekktu@gmail.com>
9956
9957 Enable recentf-mode if using virtual buffers.
9958 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 9959 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
9960 (ido-make-buffer-list): Simplify.
9961 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
9962
5a97d2da
JL
99632010-04-05 Juri Linkov <juri@jurta.org>
9964
9965 Scrolling commands which scroll a line instead of full screen.
9966 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9967
9968 * simple.el (scroll-up-line, scroll-down-line): New commands.
9969 Put property isearch-scroll=t on them.
9970
9971 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
9972 Remove commands.
9973
79ce172a
JL
99742010-04-05 Juri Linkov <juri@jurta.org>
9975
8b32731a 9976 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
9977 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
9978
9979 * simple.el (scroll-up-command, scroll-down-command): New commands.
9980 Put property isearch-scroll=t on them.
9981
9982 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
9983 `scroll-down-command' and [next] from `scroll-up' to
9984 `scroll-up-command'.
9985
9986 * emulation/cua-base.el: Put property CUA=move on
9987 `scroll-up-command' and `scroll-down-command'.
9988 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
9989 and `scroll-down-command' to `cua-scroll-down'.
9990
309d5b43
JB
99912010-04-05 Juanma Barranquero <lekktu@gmail.com>
9992
6460e534 9993 * help.el (describe-mode): Return nil.
309d5b43 9994
0523d117
JW
99952010-04-04 John Wiegley <jwiegley@gmail.com>
9996
9997 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 9998 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
9999 (ido-virtual): Face used to indicate virtual buffers in the list.
10000 (ido-buffer-internal): If a buffer is chosen, and no such buffer
10001 exists, but a virtual buffer of that name does (which would be why
10002 it was in the list), recreate the buffer by reopening the file.
10003 (ido-make-buffer-list): If virtual buffers are being used, call
10004 `ido-add-virtual-buffers-to-list' before the make list hook.
10005 (ido-virtual-buffers): New variable which contains a copy of the
10006 current contents of the `recentf-list', albeit pared down for the
10007 sake of speed, and with proper faces applied.
10008 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
10009 create a list of "virtual buffers" to present to the user in
10010 addition to the currently open set. Note that this logic could
10011 get rather slow if that list is too large. With the default
10012 `recentf-max-saved-items' of 200, there is little speed penalty.
10013
202ff0d6
SM
100142010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10015
10016 * font-lock.el: Require CL when compiling.
10017 (font-lock-turn-on-thing-lock): Use `case'.
10018
ef43a0f4
EZ
100192010-04-03 Eli Zaretskii <eliz@gnu.org>
10020
10021 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
10022 Zaretskii.
ef43a0f4 10023
9c13a46e
JL
100242010-04-02 Juri Linkov <juri@jurta.org>
10025
10026 * ehelp.el (electric-help-orig-major-mode):
10027 New buffer-local variable.
10028 (electric-help-mode): Set it to original major-mode. Doc fix.
10029 (with-electric-help): Use `electric-help-orig-major-mode' instead
10030 of (default-value 'major-mode). Doc fix.
10031 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
10032
3fb87bf5
SS
100332010-04-02 Sam Steingold <sds@gnu.org>
10034
10035 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
10036 `vc-hg-command' with a list of flags.
10037
202ff0d6
SM
10038 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10039 Also accept "patch" and "RFE".
dbb5e44a
SS
10040 (bug-reference-fontify): `bug-reference-url-format' can also be a
10041 function to be able to handle the bug kind.
202ff0d6 10042 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 10043
d0b22876
JD
100442010-04-02 Jan Djärv <jan.h.d@swipnet.se>
10045
10046 * tmm.el (tmm-get-keymap): Check with symbolp before passing
10047 value to fboundp, it may not be a symbol.
10048
1625d379
CY
100492010-03-31 Chong Yidong <cyd@stupidchicken.com>
10050
202ff0d6 10051 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 10052
1cd095c6
JL
100532010-03-31 Juri Linkov <juri@jurta.org>
10054
10055 * simple.el (next-line, previous-line): Re-throw a signal
10056 with `signal' instead of using `ding'.
10057 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
10058
67189e62
JL
100592010-03-31 Juri Linkov <juri@jurta.org>
10060
10061 * simple.el (keyboard-escape-quit): Raise deselecting the active
10062 region higher than exiting the minibuffer.
10063 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
10064
1546c559
JL
100652010-03-31 Juri Linkov <juri@jurta.org>
10066
10067 * image.el (image-animated-p): Use `image-metadata' instead of
10068 `image-extension-data'. Get GIF extenstion data from metadata
10069 property `extension-data'.
10070
85626eef
SM
100712010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10072
10073 * simple.el (append-to-buffer): Simplify.
10074
85738751 100752010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
10076
10077 * textmodes/artist.el (artist-mode): Fix typo in docstring.
10078 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
10079
85738751 100802010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
10081
10082 * language/sinhala.el (composition-function-table): Fix regexp for
10083 the new Unicode specification.
10084
10085 * language/indian.el (devanagari-composable-pattern)
10086 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 10087 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
10088 specification.
10089 (bengali-composable-pattern, gurmukhi-composable-pattern)
10090 (gujarati-composable-pattern, oriya-composable-pattern)
10091 (telugu-composable-pattern): New variables to cope with the new
10092 Unicode specification. Use them in composition-function-table.
10093
85738751 100942010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 10095
79d74ac5 10096 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
10097 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
10098 vectors rather than cons cells, as used in menu-bar-update-buffers.
10099
85738751 101002010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 10101
2a793f7f
CY
10102 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
10103 (js-insert-and-indent): Revert 2009-08-15 change, restoring
10104 electric punctuation for "{}();,:" (Bug#5586).
10105
03ffe8be
CY
10106 * mail/sendmail.el (mail-default-directory): Doc fix.
10107
85738751 101082010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
10109
10110 * mail/sendmail.el (mail-default-directory): Doc fix.
10111
85738751 101122010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
10113
10114 * subr.el (version-regexp-alist, version-to-list)
10115 (version-list-<, version-list-=, version-list-<=)
10116 (version-list-not-zero, version<, version<=, version=): Doc fix.
10117 (Bug#5744).
10118
85738751 101192010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
10120
10121 * vc.el (vc-root-diff): Doc fix.
10122
85738751 101232010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 10124
9aa2c576
CY
10125 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
10126
9d30a9f4
CY
10127 * simple.el (append-to-buffer): Fix last change.
10128
85738751 101292010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
10130
10131 * simple.el (append-to-buffer): Ensure that point is preserved if
10132 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
10133 (Bug#5749)
10134
2372f278
SM
101352010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10136
10137 * files.el (auto-mode-case-fold): Change default to t.
10138
2223a1b3
JL
101392010-03-30 Juri Linkov <juri@jurta.org>
10140
10141 * dired-x.el (dired-omit-mode): Doc fix.
10142
0ef84fc8
JL
101432010-03-30 Juri Linkov <juri@jurta.org>
10144
10145 * replace.el (occur-accumulate-lines): Move occur-engine related
10146 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
10147 to be located after `occur-engine'.
10148
dc2d2590
JL
101492010-03-30 Juri Linkov <juri@jurta.org>
10150
10151 Make occur handle multi-line matches cleanly with context.
10152 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
10153
10154 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
10155 (occur-engine): Add local variables `ret', `prev-after-lines',
10156 `prev-lines'. Use more arguments for `occur-context-lines'.
10157 Set first elem of its returned list to `data', and the second elem
10158 to `prev-after-lines'. Don't print the separator line.
10159 In the end, print remaining context after-lines.
10160 (occur-context-lines): Add new arguments `begpt', `endpt',
10161 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
10162 after-lines of the previous match with before-lines of the
10163 current match and not overlap them. Return a list with two
10164 values: the output line and the list of context after-lines.
10165
47c88c06
JL
101662010-03-30 Juri Linkov <juri@jurta.org>
10167
10168 * replace.el (occur-accumulate-lines): Fix a bug where the first
10169 context line at the beginning of the buffer was missing.
10170
a7b02820
EZ
101712010-03-30 Eli Zaretskii <eliz@gnu.org>
10172
10173 * files.el: Make bidi-display-reordering safe variable for boolean
10174 values.
10175
9326ba26 101762010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 10177 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
10178
10179 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
10180 (progress-reporter-update, progress-reporter-do-update):
10181 Handle non-numeric value arguments.
9326ba26
CY
10182 (progress-reporter--pulse-characters): New var.
10183
f6f8aa12
CY
101842010-03-28 Chong Yidong <cyd@stupidchicken.com>
10185
10186 * progmodes/compile.el (compilation-start): Fix regexp detection
10187 of initial cd command (Bug#5771).
10188
7ed287b5
CY
101892010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
10190
10191 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
10192
146b8b16
NR
101932010-03-27 Nick Roberts <nickrob@snap.net.nz>
10194
10195 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
10196 * progmodes/gdb-mi.el: Restore.
10197 * progmodes/gdb-ui.el: Remove.
10198 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 10199
b23caf75
GM
102002010-03-25 Glenn Morris <rgm@gnu.org>
10201
10202 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
10203 all dired buffers, even tramp ones. (Bug#5755)
10204
18c812bd
SM
102052010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10206
10207 Add "union tags" in mpc.el.
10208 * mpc.el: Remove backward compatibility code.
10209 (mpc-browser-tags): Change default.
10210 (mpc--find-memoize-union-tags): New var.
10211 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
10212 (mpc-cmd-find): Handle the case where the playlist does not exist.
10213 Handle union-tags.
10214 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
10215 (mpc-cmd-add): Use mpc-cmd-flush.
10216 (mpc-tagbrowser-tag-name): New fun.
10217 (mpc-tagbrowser-buf): Use it.
10218 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
10219
efee6a6d
SM
102202010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10221
9586c41a
SM
10222 Misc cleanup.
10223 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
10224 Use replace-regexp-in-string.
10225 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
10226 (makefile-imake-mode-syntax-table): Move init into defvar.
10227 (makefile-mode): Use define-derived-mode.
10228
efee6a6d
SM
10229 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
10230 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
10231 not be present any more.
10232
c6f3804c
JB
102332010-03-24 Juanma Barranquero <lekktu@gmail.com>
10234
10235 * faces.el (set-face-attribute): Fix typo in docstring.
10236 (face-valid-attribute-values): Reflow docstring.
10237
e867cb5d 102382010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 10239
efee6a6d 10240 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 10241
e867cb5d 102422010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
10243
10244 * indent.el (indent-for-tab-command): Doc fix.
10245
e867cb5d 102462010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 10247
efee6a6d
SM
10248 * progmodes/cc-engine.el (c-remove-stale-state-cache):
10249 Fix off-by-one error. Fixes bug #5747.
657071fc 10250
e867cb5d 102512010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
10252
10253 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
10254 (image-dired-read-comment): Doc fix.
10255
efee6a6d
SM
10256 * json.el (json-object-type, json-array-type, json-key-type)
10257 (json-false, json-null, json-read-number):
c8de140b
JB
10258 * minibuffer.el (completion-in-region-functions):
10259 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
10260 (cal-tex-cursor-week):
10261 * emacs-lisp/trace.el (trace-function):
10262 * eshell/em-basic.el (eshell/printnl):
10263 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
10264 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
10265 * obsolete/levents.el (allocate-event, event-key, event-object)
10266 (event-point, event-process, event-timestamp, event-to-character)
10267 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
10268 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
10269 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
10270 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
10271 (reftex-highlight-selection): Fix typos in docstrings.
10272
e867cb5d 102732010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
10274
10275 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
10276
e867cb5d 102772010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
10278
10279 * mail/rmail.el (rmail-highlight-face): Restore option deleted
10280 2008-02-13 without comment; mark it obsolete.
10281 (rmail-highlight-headers): Use rmail-highlight-face once more.
10282
e867cb5d 102832010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
10284
10285 * woman.el (woman2-process-escapes): Only consume the newline if
10286 the filler character is on a line by itself (Bug#5729).
10287
e867cb5d 102882010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
10289
10290 * language/indian.el (devanagari-composable-pattern): Add more
10291 consonants.
10292
e867cb5d 102932010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
10294
10295 * net/trampver.el: Update release number.
10296
e867cb5d 102972010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 10298
efee6a6d
SM
10299 * net/tramp.el (tramp-find-executable):
10300 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
10301 output of "wc -l" more robust.
10302 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
10303 (tramp-open-connection-setup-interactive-shell): Remove workaround
10304 for OpenSolaris bug, it is not needed anymore.
10305
e867cb5d 103062010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
10307
10308 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
10309
e867cb5d 103102010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
10311
10312 * files.el (auto-mode-alist): Accept more verilog file patterns.
10313
b2b8574b
SM
103142010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10315
10316 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
10317
1d94ebb0
GM
103182010-03-24 Glenn Morris <rgm@gnu.org>
10319
7e263967
GM
10320 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
10321 log-edit-before-checkin-process.
10322
5ac92c5f
GM
10323 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
10324
10325 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 10326
549f324a
GM
10327 * vc-dispatcher.el (vc-start-logentry): Doc fix.
10328 (log-view-process-buffer, log-edit-extra-flags): Declare.
10329
495b517c
GM
10330 * log-edit.el (log-edit-before-checkin-process): Doc fix.
10331
f4087766
SS
103322010-03-23 Sam Steingold <sds@gnu.org>
10333
10334 Fix bug#5620: recalculate all markers on compilation buffer
10335 modifications, not on file modifications.
38e9aa53
GM
10336 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
10337 variable: the buffer modification time, for buffers not associated with
10338 files.
f4087766
SS
10339 (compilation-mode): Create it.
10340 (compilation-filter): Update it.
10341 (compilation-next-error-function): Use it instead of
10342 `visited-file-modtime' for timestamp.
10343
774642e5
JL
103442010-03-23 Juri Linkov <juri@jurta.org>
10345
10346 Implement Occur multi-line matches.
10347 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
10348
10349 * replace.el (occur): Doc fix.
10350 (occur-engine): Set `begpt' to the beginning of the first line.
10351 Set `endpt' to the end of the last match line. At first, count
10352 line numbers between `origpt' and `begpt'. Split out code from
10353 `out-line' variable to new let-bindings `match-prefix' and
10354 `match-str'. In `out-line' add non-numeric prefix to all
10355 non-first lines of multi-line matches. Finally, count lines
10356 between `begpt' and `endpt' and add to `lines'.
10357
f14d1172
JL
103582010-03-23 Juri Linkov <juri@jurta.org>
10359
10360 * replace.el (occur-accumulate-lines, occur-engine):
10361 Use `occur-engine-line' instead of duplicate code.
10362 (occur-engine-line): New function created from duplicate code
10363 in `occur-accumulate-lines' and `occur-engine'.
10364
53e87c57
JL
10365 * replace.el (occur-engine-line): Add optional arg `keep-props'.
10366 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
10367
75a3ff20
JL
103682010-03-23 Juri Linkov <juri@jurta.org>
10369
10370 * finder.el: Remove TODO tasks.
10371
10372 * info.el (Info-finder-find-node): Add node "all"
10373 with all package info. Handle a list of multiple keywords
10374 separated by comma.
10375 (info-finder): In interactive use with a prefix argument,
10376 use `completing-read-multiple' to read a list of keywords
10377 separated by comma.
10378
00278747
SM
103792010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10380
10381 Add a new completion style `substring'.
10382 * minibuffer.el (completion-basic--pattern): New function.
10383 (completion-basic-try-completion, completion-basic-all-completions):
10384 Use it.
10385 (completion-substring--all-completions)
10386 (completion-substring-try-completion)
10387 (completion-substring-all-completions): New functions.
10388 (completion-styles-alist): New style `substring'.
10389
64cb11cc
SM
103902010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 Get rid of .elc files after removal of the corresponding .el.
10393 * Makefile.in (compile-clean): New target.
10394 (compile-main): Use it.
10395
835e2c65
JD
103962010-03-22 Jan Djärv <jan.h.d@swipnet.se>
10397
10398 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
10399 don't do make there. When compiling with separate object dir, there
10400 is no Makefile there.
10401
111a9dff
SM
104022010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10403
10404 Get rid of the ELCFILES abomination, again.
10405 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
10406 (all, compile): Don't call compile-last.
10407 (compile-main): Build the "elcfiles" list dynamically.
10408 (compile-targets): New (internal) target.
10409
82c3d67a
AS
104102010-03-21 Andreas Schwab <schwab@linux-m68k.org>
10411
10412 * Makefile.in (top_srcdir): Define.
10413 (abs_top_builddir): Define.
10414 (srcdir): Don't append `/..'.
10415 (EMACS): Use ${abs_top_builddir}.
10416 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
10417 (update-subdirs, update-authors): Use $(top_srcdir) instead of
10418 $(srcdir).
82c3d67a
AS
10419 (lisp): Use $(srcdir) instead of @srcdir@.
10420
d66ecdbb
JL
104212010-03-21 Juri Linkov <juri@jurta.org>
10422
10423 Fix message of multi-line occur regexps and multi-buffer header lines.
10424 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
10425
10426 * replace.el (occur-1): Don't display regexp if it is longer
10427 than window-width. Use `query-replace-descr' to display regexp.
10428 (occur-engine): Don't display regexp in the buffer header for
10429 multi-buffer occur. Display a separate header line with total
10430 match count and regexp for multi-buffer occur.
10431 Use `query-replace-descr' to display regexp.
10432
f05e1b94
TZ
104332010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10434
10435 * net/secrets.el: Fix parenthesis.
10436 (secrets-enabled): Fix parenthesis.
10437
801ba3ba
SM
104382010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10439
3613edce
SM
10440 Use more relative file and directory names.
10441 * Makefile.in (EMACS): Arrange for it to work when we chdir.
10442 (setwins, setwins_almost, setwins_for_subdirs):
10443 Don't `cd'; output relative names.
10444 (all, compile, compile-always, compile-last): Set emacswd.
10445 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
10446 Just cd to the lisp source dir so we can use relative file names.
10447
801ba3ba
SM
10448 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
10449
2b1400b9
GM
104502010-03-20 Glenn Morris <rgm@gnu.org>
10451
10452 * textmodes/rst.el: Use faces for font-lock customization, and make the
10453 old -face variables obsolete.
10454 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
10455 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
10456 (rst-block-face, rst-external-face, rst-definition-face)
10457 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
10458 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
10459 Make obsolete.
10460 (rst-font-lock-keywords-function): Update for above changes.
10461
5e418f17
JL
104622010-03-20 Juri Linkov <juri@jurta.org>
10463
10464 * s-region.el:
10465 * obsolete/s-region.el: Move to obsolete.
10466
b0287b39
JB
104672010-03-19 Juanma Barranquero <lekktu@gmail.com>
10468
10469 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
10470
3c95bbb6
DN
104712010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
10472
10473 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
10474
09158997
DN
104752010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
10476
10477 Add special markup processing for commit logs.
10478 * log-edit.el (log-edit-extra-flags): New variable.
10479 (log-edit): Add new argument MODE. Use that mode when non-nil
10480 instead of the log-view-mode.
10481 (log-view-process-buffer): New function.
10482
10483 * vc.el: Document that the checkin method takes optional
10484 arguments. Document new backend specific method: log-view-mode.
10485 (vc-default-log-edit-mode): New function.
10486 (vc-checkin): Use a backend specific log-view-mode.
10487 Pass extra arguments to the checkin method.
10488 (vc-modify-change-comment): Pass a dummy extra argument.
10489
10490 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
10491 log-edit.
10492 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
10493 (vc-finish-logentry): Process the log buffer before passing it
10494 down. Pass log-edit-extra-flags.
10495
10496 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
10497 command.
85626eef
SM
10498 (log-edit-extra-flags, log-edit-before-checkin-process):
10499 New declarations.
09158997
DN
10500
10501 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
10502 command.
85626eef
SM
10503 (log-edit-extra-flags, log-edit-before-checkin-process):
10504 New declarations.
09158997
DN
10505 (vc-hg-log-edit-mode): New derived mode.
10506
10507 * vc-arch.el (vc-arch-checkin):
10508 * vc-cvs.el (vc-cvs-checkin):
10509 * vc-git.el (vc-git-checkin):
10510 * vc-mtn.el (vc-mtn-checkin):
10511 * vc-rcs.el (vc-rcs-checkin):
10512 * vc-sccs.el (vc-sccs-checkin):
10513 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
10514
f430423d
SM
105152010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10516
10517 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
10518 parent typo).
10519
aa8f8277
GM
105202010-03-19 Glenn Morris <rgm@gnu.org>
10521
f430423d 10522 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 10523
04525749
GM
105242010-03-18 Glenn Morris <rgm@gnu.org>
10525
c70815f1
GM
10526 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
10527
84d0a5f8
GM
10528 * replace.el (query-replace-history): Give it a doc string.
10529 (map-query-replace-regexp): Use query-replace-from-history-variable
10530 and query-replace-to-history-variable.
10531
e3a15161
GM
10532 * mail/hashcash.el (declare-function): Remove duplicate definition.
10533
27be0364
GM
10534 * mail/emacsbug.el (report-emacs-bug-pretest-address):
10535 Make it an obsolete alias for report-emacs-bug-address.
10536 (message-strip-special-text-properties): Declare.
10537 (report-emacs-bug): Remove test for a pretest bug address.
10538 Combine message-mode-specific code.
10539
88b8d18e
GM
10540 * mail/supercite.el: Don't require sendmail.
10541 (mh-in-header-p): Declare rather than using with-no-warnings.
10542 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
10543 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
10544
1a355d09
GM
10545 * calendar/cal-french.el: Convert to utf-8.
10546
04525749
GM
10547 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
10548 Emacs scripts.
10549
ae84eb97
MA
105502010-03-16 Michael Albinus <michael.albinus@gmx.de>
10551
10552 * net/secrets.el (secrets-enabled): New variable. Use it instead
10553 of a subfeature.
10554
7c75524e
MA
105552010-03-15 Michael Albinus <michael.albinus@gmx.de>
10556
10557 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
10558 service "org.freedesktop.secrets" can be pinged.
10559 Provide subfeature `enabled'.
7c75524e 10560
57938a79
JL
105612010-03-14 Juri Linkov <juri@jurta.org>
10562
10563 Add finder unknown keywords.
10564
10565 * finder.el (finder-unknown-keywords): New function.
10566
10567 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
10568 to create a Finder node with unknown keywords.
10569
88f4758e
JL
105702010-03-14 Juri Linkov <juri@jurta.org>
10571
10572 * finder.el (finder-compile-keywords): Replace `princ' with
10573 `prin1' on a list of symbols interned from keyword strings.
10574
10575 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
10576 a comma, then split keywords using a comma and optional whitespace.
10577 Otherwise, split by whitespace.
10578
10579 * complete.el:
10580 * face-remap.el:
10581 * log-view.el:
10582 * net/hmac-def.el:
10583 * net/hmac-md5.el:
10584 * net/netrc.el:
10585 * progmodes/mixal-mode.el: Fix keywords.
10586
7725ebb7
MA
105872010-03-13 Michael Albinus <michael.albinus@gmx.de>
10588
10589 * Makefile.in (ELCFILES): Add net/secrets.elc.
10590
10591 * net/secrets.el: New file.
10592
6f320937
CY
105932010-03-12 Chong Yidong <cyd@stupidchicken.com>
10594
10595 * facemenu.el (list-colors-display, list-colors-print): New arg
10596 callback. Use it to allow selecting colors.
10597
10598 * wid-edit.el (widget-image-insert): Insert image prop even if the
10599 current display is non-graphic.
10600 (widget-field-value-set): New fun.
10601 (editable-field): Use it.
10602 (widget-field-value-get): Clean up unused var.
85626eef
SM
10603 (widget-color-value-create, widget-color--choose-action):
10604 New funs. Allow using list-colors-display to choose color.
6f320937 10605
647f9993
CY
106062010-03-12 Chong Yidong <cyd@stupidchicken.com>
10607
10608 * cus-edit.el: Resort topmost custom groups.
10609 (custom-buffer-sort-alphabetically): Default to t.
10610 (customize-apropos): Use apropos-parse-pattern.
10611 (custom-search-field): New var.
10612 (custom-buffer-create-internal): Add custom-apropos search field.
10613 (custom-add-parent-links): Don't display parent doc.
10614 (custom-group-value-create): Don't sort top-level custom group.
85626eef 10615 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
10616
10617 (custom-variable-state): New fun, from custom-variable-state-set.
10618 (custom-variable-state-set): Use it.
10619 (custom-group-value-create): Hide options with standard values
10620 using the :hidden-states property. Use progress reporter.
10621
10622 (custom-show): Simplify.
10623 (custom-visibility): Disable images by default.
10624 (custom-variable): New property :hidden-states.
10625 (custom-variable-value-create): Enable images for
10626 custom-visibility widgets. Use :hidden-states property to
10627 determine initial visibility.
10628
10629 * wid-edit.el (widget-image-find): Give images center ascent.
10630 (visibility): Add :on-image and :off-image properties.
10631 (widget-visibility-value-create): Use them.
10632
eba5b4dd
CY
106332010-03-12 Chong Yidong <cyd@stupidchicken.com>
10634
10635 * cus-edit.el (processes): Remove from development group.
10636 (oop, hypermedia): Delete group.
26f4b8ab 10637 (comm): Promote to top-level group.
eba5b4dd
CY
10638
10639 * net/browse-url.el (browse-url):
10640 * net/xesam.el (xesam):
10641 * net/tramp.el (tramp):
10642 * net/goto-addr.el (goto-address):
26f4b8ab 10643 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
10644
10645 * view.el (view): Remove from editing group.
10646
10647 * uniquify.el (uniquify): Put in files group.
10648
10649 * net/browse-url.el (browse-url):
10650 * ps-print.el (postscript): Put in external group.
10651
10652 * cus-edit.el (outlines):
10653 * textmodes/text-mode.el (text-mode-hook):
10654 * textmodes/table.el (table):
10655 * textmodes/picture.el (picture):
10656 * outline.el (outlines): Put in wp group.
10657
10658 * nxml/nxml-mode.el (nxml): Remove from wp group.
10659
10660 * net/tramp-imap.el (tramp-imap): Put in tramp group.
10661
10662 * mail/metamail.el (metamail): Remove from hypermedia group.
10663
10664 * cus-edit.el (abbrev):
10665 * whitespace.el (whitespace):
10666 * vcursor.el (vcursor):
10667 * reveal.el (reveal):
10668 * hl-line.el (hl-line): Put in convenience group.
10669
10670 * epg-config.el (epg): Put in data group.
10671
10672 * emulation/pc-select.el (pc-select): Put in emulations group.
10673
10674 * calculator.el (calculator): Put in applications group.
10675
8117868f
DN
106762010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10677
10678 Add .dir-locals.el support for file-less buffers.
10679 * files.el (hack-local-variables): Split out code to apply local
10680 variable settings ...
10681 (hack-local-variables-apply): ... here. New function.
10682 (hack-dir-local-variables): Use the default directory for when the
10683 buffer does not have an associated file.
10684 (hack-dir-local-variables-non-file-buffer): New function.
10685 * diff-mode.el (diff-mode):
10686 * vc-annotate.el (vc-annotate-mode):
10687 * vc-dir.el (vc-dir-mode):
10688 * log-edit.el (log-edit-mode):
10689 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
10690
855a2294
DN
106912010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10692
10693 Add support for shelving snapshots and for showing shelves.
10694 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
10695 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
10696 New functions.
10697 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10698 (vc-bzr-extra-menu-map): Map them.
10699
3e5b7009
GM
107002010-03-11 Glenn Morris <rgm@gnu.org>
10701
0dcf7d7e
GM
10702 * cus-edit.el (customize-changed-options-previous-release):
10703 Bump to 23.1.
10704
3e5b7009
GM
10705 * image.el (image-animate-max-time): Fix :version tag.
10706
288f9fc0
CY
107072010-03-10 Chong Yidong <cyd@stupidchicken.com>
10708
10709 * Branch for 23.2.
10710
53ef91b1
SM
107112010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10712
10713 * vc-git.el (vc-git-revision-table): Include remote branches.
10714
b41460ae 107152010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
10716
10717 Animated image API.
10718 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
10719
10720 * image.el (image-animate-max-time): New defcustom.
10721 (image-animated-types): New defconst.
10722 (create-animated-image, image-animate-timer)
10723 (image-animate-start, image-animate-stop, image-animate-timeout)
10724 (image-animated-p): New functions.
10725
10726 * image-mode.el (image-toggle-display-image):
10727 Replace `create-image' with `create-animated-image'.
10728
e5d1fb10 107292010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
10730
10731 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
10732 instead of "format:"; this ensures that the output is
10733 newline-terminated.
10734
4e7cafbe
CY
107352010-03-08 Chong Yidong <cyd@stupidchicken.com>
10736
10737 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
10738 that all errors are caught, and that the return value is always a
10739 list (Bug#5692).
10740
aec66319
KH
107412010-03-08 Kenichi Handa <handa@m17n.org>
10742
10743 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 10744 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 10745
b327c975
AS
107462010-03-07 Andreas Schwab <schwab@linux-m68k.org>
10747
10748 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
10749 call to rfc822-bad-address. (Bug#5692)
10750
1c465a6a
CY
107512010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
10752
85626eef
SM
10753 * vc-git.el (vc-git-annotate-extract-revision-at-line):
10754 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 10755
a4e32226
CY
107562010-03-06 Chong Yidong <cyd@stupidchicken.com>
10757
10758 * calculator.el (calculator): Don't bind split-window-keep-point
10759 (Bug#5674).
10760
4c83ed3d
SM
107612010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
10762
10763 * vc-git.el: Re-flow to fit into 80 columns.
10764 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
10765 Remove spurious `quote' element in each case alternative.
10766 (vc-git-show-log-entry): Use prog1.
10767 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
10768
e8defde3
SM
107692010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10770
10771 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
10772
233f0c9f
CY
107732010-03-03 Chong Yidong <cyd@stupidchicken.com>
10774
10775 * macros.el (insert-kbd-macro): Look up keyboard macro using the
10776 definition, not the name (Bug#5481).
10777
254bedef 107782010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
10779
10780 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
10781 argument with a local variable. (Bug#5670)
10782
7187cdae
JL
107832010-03-02 Juri Linkov <juri@jurta.org>
10784
10785 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
10786
9cf3544e
MA
107872010-03-02 Michael Albinus <michael.albinus@gmx.de>
10788
10789 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
10790 error when FILENAME and NEWNAME are existing remote directories.
10791
10792 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
10793 parameter DIR-FLAG.
10794
33f77982
GM
107952010-03-02 Glenn Morris <rgm@gnu.org>
10796
10797 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
10798 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
10799
d99ea08e
KH
108002010-03-01 Kenichi Handa <handa@m17n.org>
10801
e8defde3 10802 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
10803 myanmar-composable-pattern.
10804
e8defde3
SM
10805 * international/characters.el (script-list):
10806 * international/fontset.el (script-representative-chars):
10807 Change myanmar to burmese.
d99ea08e 10808 (otf-script-alist): Likewise.
4aa2c3b2
KH
10809 (setup-default-fontset): Likewise. Re-fix :otf spec.
10810
b374f54d
KY
108112010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10812
10813 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
10814
71572c03
JD
108152010-02-28 Jan Djärv <jan.h.d@swipnet.se>
10816
10817 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
10818
00cffdeb
MA
108192010-02-28 Michael Albinus <michael.albinus@gmx.de>
10820
10821 * net/tramp.el (tramp-handle-write-region): START can be a string.
10822 Take care in the checks. Reported by Dan Davison
10823 <davison@stats.ox.ac.uk>.
10824
d4b06783
MA
108252010-02-28 Michael Albinus <michael.albinus@gmx.de>
10826
10827 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
10828 (dbus-set-property, dbus-get-all-properties):
10829 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 10830
8c3e96d2
CY
108312010-02-28 Chong Yidong <cyd@stupidchicken.com>
10832
de3a1fe9
CY
10833 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
10834 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
10835 * calendar/icalendar.el (icalendar--add-diary-entry):
10836 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
10837 * files.el (recover-session-finish): Use with-current-buffer
10838 instead of save-excursion.
10839
c53b9c3b
SM
108402010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 Fix in-buffer completion when after-change-functions modify the buffer.
10843 * minibuffer.el (completion--replace): New function.
10844 (completion--do-completion): Use it and use relative movement.
10845
4a16bdc6
CY
108462010-02-27 Chong Yidong <cyd@stupidchicken.com>
10847
10848 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 10849
b8280f39
CY
108502010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
10851
c53b9c3b
SM
10852 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
10853 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 10854
f88cc4d6
KH
108552010-02-26 Kenichi Handa <handa@m17n.org>
10856
10857 * language/burmese.el: Fix entries in composition-function-table.
10858 (myanmar-composable-pattern): New variable.
10859
10860 * international/fontset.el (setup-default-fontset): Add an entry
10861 for myanmar.
10862
10863 * international/characters.el (script-list): Add Myanmar
10864 Extended-A.
10865
cdbf9100
GM
108662010-02-26 Glenn Morris <rgm@gnu.org>
10867
90a94603
GM
10868 * custom.el (custom-initialize-delay): Doc fix.
10869
cdbf9100
GM
10870 * mail/sendmail.el (send-mail-function): Autoload the call
10871 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
10872
f95a5fd0
CY
108732010-02-24 Chong Yidong <cyd@stupidchicken.com>
10874
10875 * files.el (hack-local-variables-filter): For eval forms, also
10876 check safe-local-variable-p (Bug#5636).
10877
459a5f4b
MA
108782010-02-22 Michael Albinus <michael.albinus@gmx.de>
10879
10880 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
10881 setting the modes by `ignore-errors'. It might fail, for example
10882 if the file is not owned by the user but the group.
10883 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
10884
bb23f6e8
CY
108852010-02-21 Chong Yidong <cyd@stupidchicken.com>
10886
6a7662bb
BR
10887 * files.el (directory-listing-before-filename-regexp):
10888 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
10889 date-like filenames (Bug#5597).
10890
b660eb70
CY
10891 * htmlfontify.el (htmlfontify): Doc fix.
10892
10893 * eshell/eshell.el (eshell): Doc fix.
10894
bb23f6e8
CY
10895 * startup.el (fancy-about-screen): In mode-line, apply
10896 mode-line-buffer-id face only to the buffer name (Bug#5613).
10897
3e39928c
CY
108982010-02-20 Kevin Ryde <user42@zip.com.au>
10899
f7e0618c
JB
10900 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10901 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
10902 (Bug#5599).
10903
0f00e948
EZ
109042010-02-20 Eli Zaretskii <eliz@gnu.org>
10905
10906 * subr.el (remove-yank-excluded-properties): Explain in a comment
10907 why `category' property is removed.
10908
3513efb2
CY
109092010-02-19 Chong Yidong <cyd@stupidchicken.com>
10910
6a7662bb
BR
10911 * isearch.el (isearch-update-post-hook, isearch-update):
10912 Revert 2010-02-17 change.
3513efb2 10913
b4340b3f
UJ
109142010-02-19 Ulf Jasper <ulf.jasper@web.de>
10915
10916 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
10917 (icalendar--convert-weekly-to-ical)
10918 (icalendar--convert-yearly-to-ical)
10919 (icalendar--convert-block-to-ical)
10920 (icalendar--convert-cyclic-to-ical)
10921 (icalendar--convert-anniversary-to-ical): Take care of time
10922 specifications where hour has 1-digit only (Bug#5549).
10923
8cfae03d
NR
109242010-02-19 Nick Roberts <nickrob@snap.net.nz>
10925
10926 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
10927 of disassemble output in GDB 7.1.
10928
055e4eea
GM
109292010-02-19 Glenn Morris <rgm@gnu.org>
10930
10931 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
10932 property. (Bug#5593)
10933
ff6b00de
SS
109342010-02-18 Sam Steingold <sds@gnu.org>
10935
10936 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10937
fe8c0b47
SM
109382010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10939
10940 Use abbreviated file names in bookmarks (bug#5591).
10941 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
10942 calls to expand-file-name.
10943 (bookmark-relocate): Use abbreviated file names in bookmarks.
10944 (bookmark-load): Use abbreviated file names in messages.
10945
73a37a69
MA
109462010-02-18 Michael Albinus <michael.albinus@gmx.de>
10947
10948 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
10949 expand "." and "..". Reported by Thierry Volpiatto
10950 <thierry.volpiatto@gmail.com>.
10951
6e4f5731
MA
109522010-02-18 Michael Albinus <michael.albinus@gmx.de>
10953
10954 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
10955 permissions of the temporary file to "0600". In case the remote
10956 file has no read permissions for the owner, there might be
10957 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
10958
1095922010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
10960
10961 * emacs-lisp/authors.el (authors-renamed-files-alist):
10962 Add entries for INSTALL.CVS.
10963
ba5bf642
MH
109642010-02-17 Mark A. Hershberger <mah@everybody.org>
10965
f7e0618c 10966 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 10967
f7e0618c 10968 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
10969 (isearch-update): Use the new hook.
10970
aac0b0f2
MA
109712010-02-16 Michael Albinus <michael.albinus@gmx.de>
10972
fe8c0b47
SM
10973 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10974 Fix errors in copying directories.
aac0b0f2
MA
10975 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
10976 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
10977 (tramp-handle-delete-file)
10978 (tramp-handle-dired-recursive-delete-directory)
10979 (tramp-handle-write-region): Flush also the cache for the upper
10980 directory.
10981
05bbe066
CY
109822010-02-16 Chong Yidong <cyd@stupidchicken.com>
10983
e8ab3908
CY
10984 * simple.el (save-interprogram-paste-before-kill): Doc fix.
10985
ff90f4b0
CY
10986 * cus-edit.el (hardware): Doc fix.
10987
10988 * man.el (man): Add to external custom group.
10989
10990 * delim-col.el (columns): Move to wp custom group.
10991
10992 * doc-view.el (doc-view): Add to data custom group.
10993
fe8c0b47 10994 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 10995
05bbe066
CY
10996 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
10997 by ispell-parse-output (Bug#5575).
10998
fa6ea913
KH
109992010-02-16 Kenichi Handa <handa@m17n.org>
11000
11001 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
11002 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
11003 (skkdic-convert): Use `euc-japan' coding system for writing.
11004
88fd78ae
GM
110052010-02-16 Glenn Morris <rgm@gnu.org>
11006
11007 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
11008 tex-main-file before using it. (Bug#5562)
11009
2b8c974a
SM
110102010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
11011
11012 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
11013 warnings, since it is annoying for the user to see them each time he
11014 runs the code.
11015
7540f029
MA
110162010-02-15 Michael Albinus <michael.albinus@gmx.de>
11017
11018 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
11019 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
11020 instead of PROC for caching "first-password-request". Otherwise,
11021 new processes would not profit from passwords already entered.
11022
2b8c974a
SM
11023 * net/tramp-cache.el (tramp-dump-connection-properties):
11024 Don't save "first-password-request" property.
7540f029 11025
fa5f7c5f
JB
110262010-02-14 Juanma Barranquero <lekktu@gmail.com>
11027
11028 * outline.el (outline-head-from-level):
11029 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
11030 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
11031 (elint-defun, elint-buffer-env, elint-top-form-logged)
11032 (elint-unbound-variable):
11033 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
11034 Fix typos in docstrings.
11035
ecbaeb7b
MA
110362010-02-14 Michael Albinus <michael.albinus@gmx.de>
11037
11038 * files.el (insert-directory): When WILDCARD-REGEXP and
11039 FULL-DIRECTORY-P are nil, insert the file entry instead of the
11040 whole directory. (Bug#5551)
11041
11042 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
11043 dired's alignment sanity. (Bug#5516)
11044
91e3333f
JL
110452010-02-14 Juri Linkov <juri@jurta.org>
11046
11047 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
11048 Remove remaining ^H with their preceding chars. (Bug#5566)
11049
36020642
GM
110502010-02-13 Glenn Morris <rgm@gnu.org>
11051
11052 * simple.el (transpose-subr): Give it a doc-string.
11053
11054 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
11055 Doc fixes.
11056
f5952338
JL
110572010-02-12 Juri Linkov <juri@jurta.org>
11058
11059 * arc-mode.el (archive-unique-fname): Make directories for nested
11060 archives. (Bug#5540)
11061
918fe50f
JL
110622010-02-12 Juri Linkov <juri@jurta.org>
11063
11064 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
11065
c07ff221
SM
110662010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11067
48b1e7cf
SM
11068 * subr.el (copy-overlay): Handle deleted overlays.
11069
c07ff221
SM
11070 * man.el (Man-completion-table): Don't signal an error if we can't run
11071 manual-program (bug#4056).
11072
0e374247
JB
110732010-02-10 Juanma Barranquero <lekktu@gmail.com>
11074
11075 * textmodes/artist.el (artist-mt): Fix typos in docstring.
11076
dbf8402b
SM
110772010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11078
348d1e60
SM
11079 * info.el (Info-bookmark-jump): Simplify.
11080
dbf8402b
SM
11081 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
11082 (bookmark-default-handler): Accept new bookmark field `buffer'.
11083
e6d23bb5
CY
110842010-02-10 Chong Yidong <cyd@stupidchicken.com>
11085
11086 * iswitchb.el (iswitchb-completions): Revert last change.
11087
a8e4290b
MA
110882010-02-10 Michael Albinus <michael.albinus@gmx.de>
11089
2b23acde 11090 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
11091 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
11092 This prevents file names like "~/" being listed literally.
a8e4290b 11093
c59d6fad
DN
110942010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
11095
348d1e60
SM
11096 * term/xterm.el (xterm-maybe-set-dark-background-mode):
11097 Remove dead code. (Bug#5546)
c59d6fad 11098
3a66e78f
CY
110992010-02-09 Chong Yidong <cyd@stupidchicken.com>
11100
11101 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
11102 correctly (Bug#5548).
11103
f29fd869
CY
111042010-02-08 Jose E. Marchesi <jemarch@gnu.org>
11105
11106 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 11107 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 11108
7fad1447
KH
111092010-02-08 Kenichi Handa <handa@m17n.org>
11110
11111 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 11112 cookie for putting `lisp-indent-function'.
7fad1447 11113
50e4518b
GM
111142010-02-07 Glenn Morris <rgm@gnu.org>
11115
11116 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
11117 Move F2003 named interfaces from keywords-2 to keywords-1, and
11118 use function-name-face rather than constant-face.
11119 Simplify "abstract interface" regexp.
11120
a4cc44cf
CY
111212010-02-07 Chong Yidong <cyd@stupidchicken.com>
11122
11123 * eshell/esh-util.el (eshell-file-attributes): New optional arg
11124 ID-FORMAT. Pass it to `file-attributes'.
11125
11126 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
11127
c917476d
CY
111282010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
11129
11130 * faces.el (set-face-attribute): Allow calling
11131 internal-set-lisp-face-attribute with 'unspecified family and
11132 foundry argument (Bug#5536).
11133
7cf3f3d6
GM
111342010-02-07 Glenn Morris <rgm@gnu.org>
11135
11136 * progmodes/f90.el (f90-font-lock-keywords-2)
11137 (f90-looking-at-type-like, f90-looking-at-program-block-end):
11138 Handle F2003 named interfaces.
11139
ffe87109
CY
111402010-02-06 Chong Yidong <cyd@stupidchicken.com>
11141
11142 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
11143 beg and end before calling c-get-state-before-change-functions.
11144
4775ecad
DN
111452010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
11146
33aeea0e
SM
11147 * vc-bzr.el (vc-bzr-dir-extra-headers):
11148 Disable the pending merges header.
4775ecad 11149
0d17c4b9
JL
111502010-02-05 Juri Linkov <juri@jurta.org>
11151
11152 * doc-view.el (doc-view-mode):
11153 * image-mode.el (image-mode): Put property mode-class=special.
11154 (Bug#4896)
11155
8228a275
MH
111562010-02-05 Mark A. Hershberger <mah@everybody.org>
11157
11158 * vc-svn.el (vc-svn-revision-table): New function.
11159
d9320986
MA
111602010-02-05 Michael Albinus <michael.albinus@gmx.de>
11161
11162 * net/ange-ftp.el (ange-ftp-insert-directory):
11163 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11164 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11165 Handle also directories. (Bug#5478)
11166
f43d8ecc
GM
111672010-02-05 Glenn Morris <rgm@gnu.org>
11168
11169 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
11170
ce3a988d
CY
111712010-02-05 Chong Yidong <cyd@stupidchicken.com>
11172
11173 * startup.el (command-line-1): Convert options beginning with a
11174 single dash as well (Bug#5519).
11175
bdd42899
SM
111762010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
11177
51b23c44
SM
11178 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
11179 * minibuffer.el (completion-initials-expand): Only check the presence
11180 of delims *within* the boundaries, since otherwise the / delim is
11181 always found for files.
11182
bdd42899
SM
11183 Fix up various corner case problems.
11184 * doc-view.el (doc-view-last-page-number): New function.
11185 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
11186 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
11187 (doc-view-kill-proc): Avoid inf-loop in freak cases.
11188 (doc-view-reconvert-doc): Use the new recursive delete-directory.
11189 (doc-view-convert-current-doc): Don't create the resolution.el file
11190 here any more.
11191 (doc-view-pdf/ps->png): Do it here instead.
11192 (doc-view-already-converted-p): Check that resolution.el is present.
11193 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
11194 windows that are not yet showing images.
11195
d5b3979c
MA
111962010-02-04 Michael Albinus <michael.albinus@gmx.de>
11197
11198 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
11199 `dired-uncache' for every elemnt which is an absolute file name.
11200
11201 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
11202 directory, handle its directory component.
11203 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
11204 function is called permanently and creates noise, otherwise.
11205
11206 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11207 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11208 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
11209
b003beb1
DB
112102010-02-04 David Burger <dburger@google.com> (tiny change)
11211
11212 * macros.el (apply-macro-to-region-lines):
11213 Minor simplification. (Bug#5485)
11214
ea92f9f3
GM
112152010-02-04 Glenn Morris <rgm@gnu.org>
11216
a03ae20d
GM
11217 * mail/rmail.el (rmail-show-message-1): Handle malformed
11218 quoted-printable text. (Bug#5441)
11219
4d01b827
GM
11220 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
11221
ea92f9f3
GM
11222 * simple.el (visual-line-mode): Capitalize lighter.
11223
82055bb7
JW
112242010-02-03 John Wiegley <jwiegley@gmail.com>
11225
11226 * iswitchb.el (iswitchb-completions): Add bookmark files to the
11227 list of files considered for "virtual buffer" completions.
11228
8214b6e4
MA
112292010-02-03 Michael Albinus <michael.albinus@gmx.de>
11230
11231 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 11232 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
11233 when dired is called with a list of files, which are not in
11234 `default-directory'. (Bug#5478)
11235
1df9718f
SM
112362010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11237
11238 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
11239
02ba1267
JL
112402010-02-02 Juri Linkov <juri@jurta.org>
11241
11242 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
11243 from unidiff to allow function-line after @@.
11244
a0c6a0fb
JL
112452010-02-02 Juri Linkov <juri@jurta.org>
11246
11247 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
11248 '(RCS SCCS) with inverted condition.
11249
c35fcd52
MA
112502010-02-02 Michael Albinus <michael.albinus@gmx.de>
11251
11252 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
11253 messages.
11254
6ba973c1
JL
112552010-02-01 Juri Linkov <juri@jurta.org>
11256
11257 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
11258 compare with "pkunzip" and "pkzip" instead of only "pkzip".
11259 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
11260 only when (car archive-zip-extract) is "unzip". (Bug#5475)
11261
0bca393f
SM
112622010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
11263
11264 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
11265 (doc-view-revert-buffer): New command.
11266 (doc-view-mode-map): Use it.
11267
7a444e2a
DN
112682010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
11269
11270 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
11271 pending merge is detected.
11272
ad6fc8f4
JL
112732010-01-31 Juri Linkov <juri@jurta.org>
11274
11275 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
11276 beginning of interactive spec like all other grep commands do.
11277 Put "all" in front of "gz". (Bug#5260)
11278
b9236874
DN
112792010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
11280
11281 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
11282
1e868757
CY
112832010-01-29 Chong Yidong <cyd@stupidchicken.com>
11284
11285 * dirtrack.el (dirtrack): Warn instead of signalling error if the
11286 regexp is incorrect (Bug#5476).
11287
e5c70c41
MA
112882010-01-29 Michael Albinus <michael.albinus@gmx.de>
11289
11290 * net/tramp.el (tramp-handle-insert-directory): Handle also
11291 symlinks, when FILENAME is not in `default-directory'.
11292
0c0b61f1
MA
112932010-01-28 Michael Albinus <michael.albinus@gmx.de>
11294
11295 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 11296 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
11297
11298 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
11299 of SWITCHES. Handle the case, FILENAME is not in
11300 `default-directory'. (Bug#5478)
11301 (tramp-register-file-name-handlers): Add safe-magic property.
11302
763f325e
CY
113032010-01-28 Chong Yidong <cyd@stupidchicken.com>
11304
11305 * arc-mode.el (archive-zip-extract): Quote the argument passed to
11306 unzip (Bug#5475).
11307
fd09a83f
CY
113082010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
11309
11310 * progmodes/flymake.el (flymake-allowed-file-name-masks)
11311 (flymake-master-make-header-init): Add other C++ filename masks.
11312 (flymake-find-possible-master-files)
11313 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
11314
7e5686f0
MA
113152010-01-28 Michael Albinus <michael.albinus@gmx.de>
11316
11317 Fix some busybox annoyances.
11318
11319 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
11320 not responding." string.
11321 (tramp-open-connection-setup-interactive-shell): Dump stty
11322 settings. Enable "neveropen" arg for all `tramp-send-command'
11323 calls. Handle "=" in variable values properly.
11324 (tramp-find-inline-encoding): Raise an error, when no encoding is
11325 found.
11326 (tramp-wait-for-output): Check, whether PROC buffer is available.
11327 Remove spurious " ^H" sequences, sent by busybox.
11328 (tramp-get-ls-command): Suppress coloring, if possible.
11329
c6265c10
GM
113302010-01-28 Glenn Morris <rgm@gnu.org>
11331
c85a168b
GM
11332 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
11333
c6265c10
GM
11334 * log-edit.el (log-edit-strip-single-file-name): Add missing
11335 :safe, :group, and :version tags.
11336
7d82a738
SB
113372010-01-27 Stephen Berman <stephen.berman@gmx.net>
11338
11339 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
11340 buffers. (Bug#5477)
11341
8b0e68ea
CY
113422010-01-27 David De La Harpe Golden <david@harpegolden.net>
11343
11344 * files.el (delete-directory): Handle moving to trash without
11345 first doing recursion (Bug#5436).
11346
368d3208
DN
113472010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
11348
11349 * vc-hooks.el (vc-path): Mark as obsolete.
11350
755da7fa
DN
113512010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
11352
e2396d80
DN
11353 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
11354 names too.
11355
755da7fa
DN
11356 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
11357 for the short log.
11358 (vc-bzr-log-view-mode): Adjust regexp for the above change.
11359
6a6d15ab 113602010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 11361
ac9ffe99 11362 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 11363
48c2d18a 11364 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 11365
25f38310 113662010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
11367
11368 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
11369 diff-index command. This requires at least git-1.5.5. (Bug#1589).
11370
51850286
DN
113712010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
11372
c2f1d6d8
DN
11373 Remove support for adding --signoff on commit.
11374 Future support will use an incompatible generic mechanism.
11375 * vc-git.el (vc-git-add-signoff): Remove variable.
11376 (vc-git-toggle-signoff): Remove function.
11377 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
11378
6a7662bb
BR
11379 * term/xterm.el (xterm-maybe-set-dark-background-mode):
11380 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
11381 was set.
11382 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
11383 earlier, call it again in case the background mode has changed.
11384
02c6d0d0
CY
113852010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
11386
11387 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
11388 (Bug#3541).
11389
064eee03
CY
113902010-01-23 Chong Yidong <cyd@stupidchicken.com>
11391
02c6d0d0
CY
11392 * emacs-lisp/assoc.el (aelement): Doc fix.
11393 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 11394
5336c3ec 113952010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 11396
48c2d18a 11397 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
11398 is the same as subprogram call, not declaration. (Bug#5435).
11399
0536254e
MA
114002010-01-23 Michael Albinus <michael.albinus@gmx.de>
11401
11402 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
11403 (tramp-smb-maybe-open-connection): Use it.
11404
411d06c2
MA
114052010-01-22 Michael Albinus <michael.albinus@gmx.de>
11406
0536254e 11407 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 11408
c893016b
SM
114092010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
11410
11411 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
11412 just because we see "encoding: 8bit".
11413 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
11414
9425f8e1
CY
114152010-01-22 Chong Yidong <cyd@stupidchicken.com>
11416
11417 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
11418
6a801864
EZ
114192010-01-22 Eli Zaretskii <eliz@gnu.org>
11420
11421 * jka-compr.el (jka-compr-load): If load-file is not in
11422 load-history, try its file-truename version. (bug#5447)
11423
3e8f7d91
AM
114242010-01-21 Alan Mackenzie <acm@muc.de>
11425
11426 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
11427 * progmodes/cc-engine.el (c-invalidate-state-cache):
11428 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
11429 special cpp construct is still in the buffer.
11430 (c-parse-state): Record the special cpp with markers, not numbers.
11431
f0bd0ad5
CY
114322010-01-21 Kenichi Handa <handa@m17n.org>
11433
11434 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
11435 process last-command-event, as it is now decoded first (Bug#5380).
11436
5189d95b
CY
114372010-01-20 Chong Yidong <cyd@stupidchicken.com>
11438
11439 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
11440
e073d74a
GM
114412010-01-20 Glenn Morris <rgm@gnu.org>
11442
11443 * indent.el (tab-always-indent): Fix custom-type.
11444
8ee04f3a
AM
114452010-01-19 Alan Mackenzie <acm@muc.de>
11446
11447 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
11448 buffer throws "args out of range".
11449 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
11450 playing the role of delimiter.
11451
6a47c86a
SL
114522010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
11453
bf0b361c 11454 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
11455 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
11456 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
11457 changed. Delete RECURSIVE parameter; never used. Improve doc string.
11458 Improve comments in "is" portion. Handle null procedure declaration.
11459 (ada-move-to-end): Improve doc string.
11460
2acfb954
ÓF
114612010-01-18 Óscar Fuentes <ofv@wanadoo.es>
11462
e90d57c0 11463 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 11464 Remove obsolete information from commentary.
e90d57c0
JB
11465 (ido-choice-list): Initialize to nil.
11466 (ido-get-bufname): Reject minibuffers.
11467 (ido-make-buffer-list): If "default" is a nonexistent
11468 buffer, ignore it, as per the function's comment.
11469 (ido-kill-buffer-internal): New function.
11470 (ido-kill-buffer-at-head): Use it.
11471 (ido-visit-buffer): Likewise.
2acfb954 11472
244b023e
CY
114732010-01-18 Chong Yidong <cyd@stupidchicken.com>
11474
11475 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
11476
db9e401b
JB
114772010-01-18 Juanma Barranquero <lekktu@gmail.com>
11478
db9e401b
JB
11479 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
11480 Fix typos in chart titles.
11481
11482 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
11483 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
11484 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
11485 (describe-class, eieio-describe-generic, describe-generic):
11486 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
11487 (eieio-speedbar-expand):
11488 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11489 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
11490 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
11491 (viper-del-backward-char-in-replace, viper-backward-indent)
11492 (viper-brac-function, viper-register-to-point, viper-submit-report):
11493 * net/tramp.el (tramp-remote-coding-commands):
11494 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
11495 Fix typos in docstrings.
11496
9295137d
CY
114972010-01-17 Chong Yidong <cyd@stupidchicken.com>
11498
11499 * mail/sendmail.el (mail-yank-original): Set the mark if the
11500 specified function for yanking does not do it.
11501
4d0bbcb6
DN
115022010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
11503
7902c120
DN
11504 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
11505
4d0bbcb6
DN
11506 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
11507 resyncing a directory.
11508
0b702bc1
SL
115092010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
11510
6a47c86a 11511 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
11512 (ada-ident-re): Delete ., allow multibyte characters.
11513 (ada-goto-label-re): New; matches goto labels.
11514 (ada-block-label-re): New; matches block labels.
11515 (ada-label-re): New; matches both.
11516 (ada-named-block-re): Deleted; callers changed to use
11517 `ada-block-label-re' instead.
11518 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
11519 Use `ada-block-label-re'.
11520 (ada-indent-on-previous-lines): Improve handling of goto labels.
11521 (ada-get-indent-block-start): Special-case block label.
11522 (ada-get-indent-label): Split into `ada-indent-block-label' and
11523 `ada-indent-goto-label'.
11524 (ada-goto-stmt-start, ada-goto-next-non-ws):
11525 Optionally ignore goto labels.
11526 (ada-goto-next-word): Simplify.
11527 (ada-indent-newline-indent-conditional): Insert newline before
11528 trying to fix indentation; doc fix.
11529
05287c49
JB
115302010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
11531
11532 * calc/calc.el (calc-command-flags): Give it an initial value.
11533
4963739e
JB
115342010-01-17 Juanma Barranquero <lekktu@gmail.com>
11535
4963739e
JB
11536 * files.el (minibuffer-with-setup-hook):
11537 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
11538 (artist-key-draw-continously, artist-key-do-continously-continously)
11539 (artist-key-set-point-continously, artist-mouse-draw-continously):
11540 Fix typos in docstrings.
11541
116bd1ee
CY
115422010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
11543
6a7662bb
BR
11544 * nxml/nxml-mode.el (nxml-extend-after-change-region):
11545 Never return t (Bug#3898).
116bd1ee 11546
2784cd7a 115472010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
11548
11549 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
11550 can parse the output of the external commands (Bug#5279).
11551
abd5cfe8
CY
115522010-01-16 Jari Aalto <jari.aalto@cante.net>
11553
11554 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
11555
4fe22cdf
CY
115562010-01-16 Chong Yidong <cyd@stupidchicken.com>
11557
bbdc98ef
CY
11558 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
11559
c7dc1ac1
CY
11560 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
11561
4fe22cdf
CY
11562 * startup.el (command-line): Remove unused --icon-type arg.
11563 Handle --display arg, passing it to command-line-1 (Bug#5392).
11564
045b9da7
ML
115652010-01-16 Mario Lang <mlang@delysid.org>
11566
045b9da7
ML
11567 * emacs-lisp/chart.el (chart-translate-namezone):
11568 * textmodes/artist.el (artist-compute-popup-menu-table):
11569 Remove duplicated words in doc-strings.
11570
6554a5df
CY
115712010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
11572
11573 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
11574 to mairix-search to suppress threading (Bug#5342).
11575
ca4f0e9a
KH
115762010-01-15 Kenichi Handa <handa@m17n.org>
11577
11578 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 11579 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 11580
1db3226b
GM
115812010-01-15 Glenn Morris <rgm@gnu.org>
11582
56a03f46
GM
11583 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
11584
11585 * wid-edit.el (widget-keymap): Doc fix.
11586
1db3226b
GM
11587 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
11588 former seems to be more widely accepted by various svn versions.
11589
80cd4bb4
JB
115902010-01-14 Juanma Barranquero <lekktu@gmail.com>
11591
d1f18ec0
JB
11592 * find-cmd.el (find-constituents):
11593 * vc-arch.el (vc-arch-root):
11594 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
11595 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
11596 * progmodes/ada-stmt.el (ada-if):
11597 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
11598 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
11599 (ispell-encoding8-command, ispell-aspell-supports-utf8)
11600 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
11601
80cd4bb4
JB
11602 * progmodes/flymake.el (flymake-post-syntax-check):
11603 Fix typo in error message.
11604
9c23ca47
JB
116052010-01-14 Juanma Barranquero <lekktu@gmail.com>
11606
11607 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
11608 which is always a string. (Bug#5313)
11609
8794c483
JB
116102010-01-14 Juanma Barranquero <lekktu@gmail.com>
11611
11612 * progmodes/ada-xref.el (ada-default-prj-properties):
11613 Simplify previous change.
11614
95005d39
SL
116152010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11616
11617 * progmodes/ada-xref.el (ada-default-prj-properties):
11618 Default ada_project_path to $ADA_PROJECT_PATH.
11619
116202010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
11621
11622 * progmodes/ada-mode.el (ada-create-keymap):
11623 Override `narrow-to-defun' with `ada-narrow-to-defun'.
11624
fb0d1545
SL
116252010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11626
11627 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
11628 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
11629 (ada-get-current-indent, ada-imenu-generic-expression)
11630 (ada-which-function): Check for it.
11631
5c9434d0
SL
116322010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11633
11634 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
11635 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
11636
3a4f3a3b
GM
116372010-01-14 Glenn Morris <rgm@gnu.org>
11638
11639 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
11640
d9a7c140
KH
116412010-01-14 Kenichi Handa <handa@m17n.org>
11642
11643 * composite.el (auto-composition-mode): Make it a buffer local
11644 variable (permanent-local).
11645 (auto-composition-function): Set the default value to
11646 auto-compose-chars.
49caf252 11647 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
11648 (global-auto-composition-mode): Likewise.
11649 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 11650
38bee102
KF
116512010-01-13 Karl Fogel <kfogel@red-bean.com>
11652
11653 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 11654
b8b45afc
MA
116552010-01-12 Michael Albinus <michael.albinus@gmx.de>
11656
11657 * files.el (copy-directory): Compute target for recursive
11658 directories with identical names. (Bug#5343)
11659
893db5bc
GM
116602010-01-12 Glenn Morris <rgm@gnu.org>
11661
6a7662bb
BR
11662 * mail/emacsbug.el (report-emacs-bug-pretest-address):
11663 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 11664
d8b8451f
SS
116652010-01-11 Sam Steingold <sds@gnu.org>
11666
11667 * imenu.el (imenu-default-create-index-function): Detect infinite
11668 loops caused by imenu-prev-index-position-function.
11669
30afcdff
JB
116702010-01-11 Juanma Barranquero <lekktu@gmail.com>
11671
11672 * htmlfontify.el (htmlfontify-load-rgb-file)
11673 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
11674 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
11675 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
11676 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
11677 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
11678 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
11679 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
11680 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
11681 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
11682 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
11683 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
11684 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
11685 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
11686 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
11687 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
11688 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
11689 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
11690 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
11691 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
11692 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
11693 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
11694 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
11695 backslash-quoting from parentheses, etc.
11696
92b1c416
CY
116972010-01-11 Chong Yidong <cyd@stupidchicken.com>
11698
11699 * progmodes/js.el: Autoload javascript-mode alias.
11700
4454adab
JB
117012010-01-11 Juanma Barranquero <lekktu@gmail.com>
11702
11703 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
11704 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
11705 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
11706 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
11707 Fix typos in docstrings.
11708 (ffap-url-regexp): Doc fix.
11709 (ffap-at-mouse): Fix typo in message.
11710
6589a2f9
GM
117112010-01-11 Glenn Morris <rgm@gnu.org>
11712
11713 * version.el (emacs-copyright): Set copyright year to 2010.
11714
4e5617ee
SM
117152010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
11716
11717 * format.el (format-annotate-function): Only set
11718 write-region-post-annotation-function after running to-fn so as not to
11719 affect nested write-region calls (bug#5273).
11720
52bee098
CY
117212010-01-10 Chong Yidong <cyd@stupidchicken.com>
11722
a069f067
CY
11723 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
11724 wisent/python.el.
11725
e709e39d
CY
117262010-01-09 Chong Yidong <cyd@stupidchicken.com>
11727
11728 * man.el (Man-goto-section): Signal error if the section is not
11729 found (Bug#5317).
11730
6ee86780
JB
117312010-01-09 Juanma Barranquero <lekktu@gmail.com>
11732
11733 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
11734 URLs with a leading triple slash in the file: scheme. (Bug#5345)
11735
fa7b5f7b
CY
117362010-01-09 Chong Yidong <cyd@stupidchicken.com>
11737
11738 * progmodes/compile.el: Don't treat compile-command as safe if
11739 compilation-read-command might be nil (Bug#4218).
11740
de62c4d9
JD
117412010-01-09 Jan Djärv <jan.h.d@swipnet.se>
11742
11743 * startup.el (command-line-1): Use orig-argi to check for ignored X and
11744 NS options.
11745
e94be827
KH
117462010-01-08 Kenichi Handa <handa@m17n.org>
11747
4e5617ee
SM
11748 * international/fontset.el (build-default-fontset-data):
11749 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 11750
1dfae2a2
JB
117512010-01-07 Juanma Barranquero <lekktu@gmail.com>
11752
11753 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
11754 to `create-file-buffer' as it expects, not just a buffer name.
11755 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
11756 to help uniquify. (Bug#3224)
11757
d0cf45b7
JD
117582010-01-06 Jan Djärv <jan.h.d@swipnet.se>
11759
11760 * font-setting.el (font-setting-change-default-font): Use user-spec
11761 instead of name.
11762
7534fa5e
DN
117632010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11764
11765 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
11766
fd579fdc
CY
117672010-01-05 Tom Tromey <tromey@redhat.com>
11768
4e5617ee
SM
11769 * progmodes/python.el (python-font-lock-keywords):
11770 Handle qualified decorators (Bug#881).
fd579fdc 11771
37860caf
DN
117722010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11773
11774 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
11775 in a lightweight checkout.
11776
69db641d
KH
117772010-01-05 Kenichi Handa <handa@m17n.org>
11778
4e5617ee 11779 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 11780
b25d6a02
DN
117812010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11782
11783 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
11784
137d88ca
DN
117852010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
11786
11787 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
11788 checkouts. (Bug#618)
3d5d0aa9 11789 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
11790 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
11791 (vc-bzr-shelve-menu-map):
11792 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
11793 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 11794
da76998b
CY
117952010-01-02 Chong Yidong <cyd@stupidchicken.com>
11796
11797 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
11798 They are valid characters in URL paths (rfc3986), and at least
11799 Firefox does not understand the encoded version (Bug#3166).
11800
b2ad70b6
CY
118012010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
11802
11803 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
11804 (octave-block-begin-or-end-regexp, octave-block-match-alist):
11805 Add "end" keyword (Bug#3061).
b2ad70b6
CY
11806 (octave-end-as-array-index-p): New function.
11807 (calculate-octave-indent): Use it.
11808
54136282
KF
118092010-01-02 Karl Fogel <kfogel@red-bean.com>
11810
11811 * bookmark.el: Consistently put the text property on the bookmark name.
11812 (bookmark-bmenu-marks-width): Bump back to 2, to include
11813 annotation marks.
11814 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
11815 property on the bookmark name, instead of not putting it at all.
11816 (bookmark-bmenu-list): Fix where we put the text property.
11817
cc4d3cad
KF
118182010-01-02 Karl Fogel <kfogel@red-bean.com>
11819
11820 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
11821 for showing buffer modified state (as added in the previous change).
11822
b894c439
KF
118232010-01-02 Karl Fogel <kfogel@red-bean.com>
11824
11825 * bookmark.el: Show modified state of bookmark buffer more accurately.
11826 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
11827 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
11828 (with-buffer-modified-unmodified): New macro.
11829 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11830 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 11831 Use new macro to preserve the buffer modified state.
b894c439 11832
3a69db53
KF
118332010-01-02 Karl Fogel <kfogel@red-bean.com>
11834
4e5617ee 11835 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
11836 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
11837 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
11838 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
11839 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
11840 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
11841 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 11842
af414f10
EZ
118432010-01-02 Eli Zaretskii <eliz@gnu.org>
11844
4e5617ee
SM
11845 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11846 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 11847
f2ec0e5e
CY
118482010-01-02 Ryan Yeske <rcyeske@gmail.com>
11849
11850 * net/rcirc.el: Add follow-link binding (Bug#4738).
11851
38c1ba62
EZ
118522010-01-02 Eli Zaretskii <eliz@gnu.org>
11853
4e5617ee 11854 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
11855 (cvs-update): New target for backward compatibility.
11856
4e5617ee 11857 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
11858 (cvs-update): New target for backward compatibility.
11859
ea2c0f5b
KF
118602010-01-02 Karl Fogel <kfogel@red-bean.com>
11861
11862 * bookmark.el: Remove gratuitous gratitude.
11863
5ae329f4
KF
118642010-01-02 Karl Fogel <kfogel@red-bean.com>
11865
c4cc8b9a 11866 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
11867 (bookmark-bmenu-save): Clear buffer modification if no marks.
11868
118692010-01-02 Karl Fogel <kfogel@red-bean.com>
11870
11871 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
11872 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
11873 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
11874 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
11875
11876 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
11877 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
11878 To: emacs-devel {_AT_} gnu.org
11879 Subject: bookmark.el bug report
11880 Date: Mon, 28 Dec 2009 14:19:16 +0800
11881 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
11882
aef053eb
KF
118832010-01-02 Karl Fogel <kfogel@red-bean.com>
11884
11885 * bookmark.el: Improvements suggested by Drew Adams:
11886 (bookmark-bmenu-ensure-position): New name for
11887 `bookmark-bmenu-check-position'. Just ensure the position,
11888 don't return any meaningful value.
11889 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
11890 New constants.
11891
0472835f
JB
118922010-01-02 Juanma Barranquero <lekktu@gmail.com>
11893
11894 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
11895 (bookmark-yank-point, bookmark-bmenu-check-position):
11896 Fix typos in docstrings.
11897 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
11898 (bookmark-name-from-full-record, bookmark-get-position)
11899 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
11900 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
11901 Remove useless quoting of parenthesis, etc. in docstrings.
11902
11903 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
11904 (ediff-append-custom-diff): Fix typo in error message.
11905 (ediff-meta-mark-equal-files): Fix typos in messages.
11906
11907 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
11908
0472835f
JB
11909 * net/imap-hash.el (imap-hash-make): Doc fix.
11910 (imap-hash-test): Fix typo in error message; reflow docstring.
11911 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
11912 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
11913 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
11914 Fix typos in docstrings.
11915 (imap-hash-open-connection): Fix typo in error message.
11916
11917 * play/gomoku.el (gomoku): Fix typos in docstring.
11918
11919 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
11920 (gdb-jsonify-buffer): Fix typos in docstring.
11921 (gdb-goto-breakpoint): Fix typo in error message.
11922 ("Display Other Windows"): Fix typo in help message.
11923 (gdb-speedbar-expand-node): Fix typo in question.
11924
11925 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
11926 (idlwave-html-system-help-location, idlwave-html-help-location)
11927 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
11928 (idlwave-help-browser-generic-args, idlwave-help-directory)
11929 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
11930 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
11931 (idlwave-online-help, idlwave-help-html-link)
11932 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
11933 Fix typos in docstrings.
11934 (idlwave-help-with-source, idlwave-help-find-routine-definition):
11935 Reflow docstrings.
11936 (idlwave-help-assistant-start): Fix typo in error message.
11937
11938 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
11939 (octave-electric-space): Fix typos in docstrings.
11940
9bbe0828
CY
119412010-01-01 Chong Yidong <cyd@stupidchicken.com>
11942
11943 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
11944
a88c46c3
CY
119452010-01-01 Juri Linkov <juri@jurta.org>
11946
11947 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 11948 increase the default to 500 (Bug#5148).
a88c46c3 11949
7ee6c59b
NR
119502009-12-31 Nick Roberts <nickrob@snap.net.nz>
11951
11952 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
11953 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
11954 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
11955
a9c8a2cd
NR
119562009-12-30 Nick Roberts <nickrob@snap.net.nz>
11957
11958 Show working revision correctly for mercurial.
11959 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 11960 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 11961
659e4408
JB
119622009-12-29 Juanma Barranquero <lekktu@gmail.com>
11963
11964 Declare some functions for the byte-compiler.
11965 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
11966 (speedbar-timer-fn, speedbar-change-expand-button-char)
11967 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
11968
7ee6c59b
NR
119692009-12-29 Nick Roberts <nickrob@snap.net.nz>
11970
11971 This changeset reverts GDB Graphical Interface to use annotations.
11972 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
11973
460f6e7c
DN
119742009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11975
11976 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
11977 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
11978 Return file names relative to it.
460f6e7c
DN
11979 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
11980 relative directory to vc-bzr-after-dir-status.
11981
543f553a
TH
119822009-12-28 Tassilo Horn <tassilo@member.fsf.org>
11983
11984 * font-lock.el (font-lock-refresh-defaults): New function, which
11985 can be used to let font-lock react to external changes in
11986 variables like font-lock-defaults and keywords.
11987 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
11988
2592ab76
DN
119892009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
11990
ac859983
DN
11991 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
11992
2592ab76
DN
11993 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
11994
58941d03
JB
119952009-12-28 Juanma Barranquero <lekktu@gmail.com>
11996
11997 Supersede color.diff settings in git log (bug#5211).
11998
11999 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
12000 escape chars in its output when the user has color.diff set to `always'.
12001 This fix works on git 1.4.2 and newer (released on 2006-08-13).
12002
39764e76
KR
120032009-12-26 Kevin Ryde <user42@zip.com.au>
12004
12005 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
12006 node. Keep previous "Index" name to work with past coreutils too.
12007
91c4831e
KR
12008 * man.el (man): Revise docstring a bit to show -a and -l as
12009 examples. Add -k description since support for it has otherwise
12010 been a secret. (Further to bug#3717.)
651e932e
KR
12011 (Man-bgproc-sentinel): When "-k foo" produces no output show error
12012 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 12013 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 12014
7f4d4a97
MA
120152009-12-26 Michael Albinus <michael.albinus@gmx.de>
12016
12017 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
12018 switches. Check also for //SUBDIRED// line.
12019
bcffff46
KH
120202009-12-25 Kenichi Handa <handa@m17n.org>
12021
88b5a757 12022 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
12023 handle ZWNJ and ZWJ. Use it in composition-function-table for
12024 Devanagari.
12025 (malayalam-composable-pattern): Fix previous change.
12026
dc1dcfa4
VJL
120272009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12028
12029 * ps-print.el (ps-face-attributes): It was not returning the
12030 attribute face for faces specified as string. Reported by harven
80525855 12031 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
12032 (ps-print-version): New version 7.3.5.
12033
6fe539d2
UJ
120342009-12-18 Ulf Jasper <ulf.jasper@web.de>
12035
85626eef 12036 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
12037 Fix timezone names.
12038 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
12039 (icalendar--add-diary-entry): Remove the trailing blank that
12040 diary-make-entry inserts.
12041
1f3611c6
MA
120422009-12-17 Michael Albinus <michael.albinus@gmx.de>
12043
12044 Make `file-expand-wildcards' work for remote files.
12045
12046 * files.el (file-expand-wildcards): In case of remote files, check
12047 only local file name part for wildcards. Provide feature 'files
12048 and subfeature 'remote-wildcards. (Bug#5198)
12049
12050 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
12051 if there is already an established connection.
12052 (tramp-advice-file-expand-wildcards): Remove it.
12053
12054 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 12055 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
12056 Activate advice for older GNU Emacs versions. (Bug#5237)
12057
9762b219
JB
120582009-12-17 Juanma Barranquero <lekktu@gmail.com>
12059
12060 Some doc fixes (more needed).
12061
12062 * find-cmd.el (find-constituents): Reflow docstring.
12063 (find-cmd, find-prune, find-command): Fix typos in docstrings.
12064 (find-generic): Doc fix.
12065
cfb54897
JL
120662009-12-17 Juri Linkov <juri@jurta.org>
12067
12068 Fix regression from 23.1 to allow multiple modes in Local Variables.
12069
12070 * files.el (hack-local-variables-filter): While ignoring duplicates,
12071 don't take `mode' into account.
85626eef
SM
12072 (hack-local-variables-filter, hack-dir-local-variables):
12073 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 12074
ad974e9e
JL
120752009-12-17 Juri Linkov <juri@jurta.org>
12076
85626eef 12077 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
12078
12079 * dired-aux.el (dired-diff): Signal an error when `file' equals to
12080 `current' or when `file' is a directory of the `current' file.
12081
3616e0b9
AS
120822009-12-17 Andreas Schwab <schwab@linux-m68k.org>
12083
12084 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
12085 unconditionally preloaded files.
12086
72b57560
JL
120872009-12-16 Juri Linkov <juri@jurta.org>
12088
12089 Revert to old 23.1 logic of using the file at the mark as default.
12090 * dired-aux.el (dired-diff): Use the file at the mark as default
12091 if it's not the same as the current file, and the target dir is
12092 the current dir or the mark is active. Add the current file
12093 as the arg of `dired-dwim-target-defaults'. Use the default file
12094 in the prompt. (Bug#5225)
12095
68712eb6
MA
120962009-12-15 Michael Albinus <michael.albinus@gmx.de>
12097
12098 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
12099 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
12100 (tramp-check-for-regexp): Check also, when an echoing shell stops
12101 to echo sent commands.
12102
fd471993
CY
121032009-12-14 Chong Yidong <cyd@stupidchicken.com>
12104
12105 * Makefile.in: Revert last change (Bug#5191).
12106
86b5e14c
DN
121072009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
12108
12109 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
12110 (vc-hg-working-revision): Make sure the command is executed in a
12111 known environment so that we can parse the output. (Bug#4417)
86b5e14c 12112
8cffbb75
CY
121132009-12-14 Chong Yidong <cyd@stupidchicken.com>
12114
12115 * progmodes/python.el (python-symbol-completions): Remove text
12116 properties from symbol string before calling python-send-receive.
12117
6c2b67ad
NR
121182009-12-14 Nick Roberts <nickrob@snap.net.nz>
12119
12120 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 12121 when there are values for both file and line. (Bug#5060)
6c2b67ad 12122
ff6f4585
JL
121232009-12-14 Juri Linkov <juri@jurta.org>
12124
12125 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
12126 whitespace after the file name of the first line of unified format,
12127 because git-diff doesn't output whitespace and file modification time
12128 after the file name.
12129
d3de1c8e
JL
121302009-12-14 David Kastrup <dak@gnu.org>
12131
12132 * info.el (Info-hide-cookies-node): Before hiding a cookie,
12133 check if it already has the `display' property added by
12134 `Info-display-images-node', and not put the `invisible' property
12135 in this case.
12136
2f1b7dc4
GM
121372009-12-13 Glenn Morris <rgm@gnu.org>
12138
a0cefee5
GM
12139 * mail/emacsbug.el (message-sort-headers): Define for compiler.
12140 (report-emacs-bug): In message-mode, sort manually before storing
12141 original report text. (Bug#5178)
2f1b7dc4
GM
12142 Remove superfluous save-excursion.
12143
31bb373f
MA
121442009-12-12 Michael Albinus <michael.albinus@gmx.de>
12145
12146 * net/dbus.el (dbus-property-handler): Filter lambda forms out
12147 when responding to "GetAll" properties.
12148
5e1d4968
CY
121492009-12-12 Chong Yidong <cyd@stupidchicken.com>
12150
12151 * simple.el (compose-mail): Remove mail-setup-with-from from
12152 customization checks.
12153
097d86f9
EZ
121542009-12-12 Eli Zaretskii <eliz@gnu.org>
12155
12156 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
12157 RAR archives created on Unix systems.
12158
1d4adede
SM
121592009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
12160
12161 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
12162 the varalias that was accidentally removed by the 2009-11-19 change
12163 (bug#5186).
12164
3ff3655c
KH
121652009-12-12 Kenichi Handa <handa@m17n.org>
12166
12167 * language/indian.el (indian-compose-regexp): New function.
12168 (malayalam-composable-pattern): Fix the pattern.
12169 (composition-function-table): Set malayalam-composable-pattern for
12170 Malayalam characters.
12171
82d3343c
CY
121722009-12-11 Chong Yidong <cyd@stupidchicken.com>
12173
315eb96d
CY
12174 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
12175 rather than down-mouse-1, based on follow-link conventions.
12176
82d3343c
CY
12177 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
12178 are compiled.
12179
86a4c7ac
DN
121802009-12-11 Michael McNamara <mac@mail.brushroad.com>
12181
bf0b361c 12182 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
12183 (verilog-vmm-statement-re, verilog-ovm-statement-re)
12184 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
12185 (verilog-leap-to-head, verilog-backward-token):
12186 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
12187
121882009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
12189
bf0b361c
JB
12190 * progmodes/verilog-mode.el (verilog-auto-lineup)
12191 (verilog-nameable-item-re): Cleanup user-visible spelling and
12192 documentation errors. One reported by Gary Delp.
1d4adede 12193 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
12194 (verilog-read-decls): Fix AUTOWIRE with types declared in a
12195 package, bug195. Reported by Pierre-David Pfister.
12196
fe03f49a
GM
121972009-12-11 Glenn Morris <rgm@gnu.org>
12198
47641aac
GM
12199 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
12200
85094855
GM
12201 * mail/emacsbug.el: No longer require sendmail.
12202 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
12203 (report-emacs-bug-orig-text): Doc fix.
12204 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
12205 New local variables, to adapt to different mail-user-agents.
12206 (report-emacs-bug): Fix test for a gnu.org address.
12207 Use overlays for emphasis, since font-lock defeats 'face property.
12208 Pretest bugs also end up at the newsgroup these days.
12209 Stop message-mode stripping text properties.
12210 Set and use the new buffer-local variables.
12211 (report-emacs-bug-hook): Add doc-string.
12212 Remove some unnecessary save-excursions and simplify.
12213 Use the appropriate hook and send-command.
12214
fe03f49a
GM
12215 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
12216 capitalization of some menu entries.
12217
345427f0
VJL
122182009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12219
277e6741
MP
12220 * whitespace.el (whitespace-display-char-on):
12221 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
12222 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
12223 New version 12.1.
12224
c70ccbba
EZ
122252009-12-10 Eli Zaretskii <eliz@gnu.org>
12226
12227 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
12228 characters in the Attribute field.
12229
f1943c1b
DN
122302009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
12231
12232 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
12233
1c67aeaa
SM
122342009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
12235
12236 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
12237 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12238 Disregard autoload-excludes.
12239 (update-directory-autoloads): Obey autoload-excludes here instead.
12240 But don't store its contents in no-autoloads and remove entries that
12241 refer to excludes files.
12242
d8194864
GM
122432009-12-10 Glenn Morris <rgm@gnu.org>
12244
8c0171c0
GM
12245 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
12246 (expand-mail-aliases): Define for compiler.
12247
dba372dd
GM
12248 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
12249 Define for compiler.
12250
d8194864
GM
12251 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
12252 appropriate for the mail-user-agent in use.
12253
fe5facd3
MA
122542009-12-09 Michael Albinus <michael.albinus@gmx.de>
12255
12256 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
12257
99999a1d
DN
122582009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
12259
12260 Fix short log parsing and fontification.
12261 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
12262 Fix fontification for the [merge] label.
12263
2ea1c4aa
SM
122642009-12-09 Vivek Dasmohapatra <vivek@etla.org>
12265
85626eef 12266 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
12267 * htmlfontify.el (hfy-ignored-properties): New defcustom.
12268 (hfy-fontify-buffer): Use it.
12269
9840deb6
SM
122702009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
12271
a0d1aadf
SM
12272 Minor cleanup.
12273 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
12274 Adjust all callers.
12275 (ffap-locate-file): Remove unused arg `dir-ok' and make other
12276 args compulsory. Adjust callers.
12277 (ffap-gopher-at-point): Remove unused var `name'.
12278
9840deb6
SM
12279 Get rid of the ELCFILES abomination.
12280 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12281 (compile-elcfiles): New phony target.
12282 (compile-main): Compute ELCFILES dynamically.
12283 (compile-clean): New target to remove left-over elc files.
12284 (compile, all): Use it.
12285
7eb3f9a8
KH
122862009-12-09 Kenichi Handa <handa@etlken>
12287
12288 * international/mule-diag.el: Require help-mode instead of help-fns.
12289
ae63e572
KH
122902009-12-09 Kenichi Handa <handa@m17n.org>
12291
5ce6e4f4 12292 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
12293 fine ranges instead of pre-calculating accurate ranges.
12294 Iterate with bigger gc-cons-threshold.
ae63e572 12295
e2f3c692
DN
122962009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12297
12298 Add support for stashing a snapshot of the current tree.
12299 * vc-git.el (vc-git-stash-snapshot): New function.
12300 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
12301
cf6d0352
JB
123022009-12-08 Jose E. Marchesi <jemarch@gnu.org>
12303
12304 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
12305 instead of `(beginning|end)-of-line'.
12306
48e4acc9
GM
123072009-12-08 Glenn Morris <rgm@gnu.org>
12308
6e890faa
GM
12309 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
12310
48e4acc9
GM
12311 * Makefile.in (ELCFILES): Regenerate.
12312
d2a1dc7b
JL
123132009-12-07 Juri Linkov <juri@jurta.org>
12314
12315 Don't lazy-highlight the comint output in history Isearch mode.
12316
12317 * comint.el (comint-history-isearch-search): Instead of
12318 `comint-line-beginning-position', use `comint-after-pmark-p'
12319 to check if point if before the process mark, and go to
12320 `process-mark' in this case.
12321
51ef56c4
SM
123222009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12323
fb10ee4a
SM
12324 * textmodes/tex-mode.el (latex-complete)
12325 (latex-indent-or-complete): Remove.
12326 (latex-mode): Set completion-at-point-functions instead.
12327
12328 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
12329 * minibuffer.el (completion-at-point-functions): New var.
12330 (completion-at-point): New command.
fb10ee4a 12331 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
12332 * progmodes/python.el (python-mode-map): Use completion-at-point.
12333 (python-completion-at-point): Rename from python-partial-symbol and
12334 adjust for use in completion-at-point-functions.
12335 (python-mode): Setup completion-at-point for Python completion.
12336 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
12337 extracted from lisp-complete-symbol.
12338 (lisp-complete-symbol): Use it.
12339 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
12340 setup completion-at-point for Elisp completion.
fb10ee4a
SM
12341 (emacs-lisp-mode-map, lisp-interaction-mode-map):
12342 Use completion-at-point.
51ef56c4 12343 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 12344 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
12345 * progmodes/sym-comp.el: Move to...
12346 * obsolete/sym-comp.el: Move from progmodes.
12347
5e7a9022
EZ
123482009-12-07 Eli Zaretskii <eliz@gnu.org>
12349
12350 Prevent save-buffer in Rmail buffers from using the coding-system
12351 of the current message, and from clobbering the encoding mnemonics
12352 in the mode line (Bug#4623).
12353
12354 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
12355 flag, too.
12356 (rmail-message-encoding): New variable.
12357 (rmail-write-region-annotate): Record the encoding of the current
12358 message in rmail-message-encoding.
12359 (rmail-after-save-hook): New function, restores the encoding of
12360 the current message after the message collection is saved.
12361
9136e895
JL
123622009-12-07 Juri Linkov <juri@jurta.org>
12363
12364 * progmodes/grep.el (grep-read-files): Use `completing-read'
12365 instead of `read-string'. Set its `collection' arg to
12366 `read-file-name-internal'. (Bug#4301)
12367
40637410
JL
123682009-12-07 Juri Linkov <juri@jurta.org>
12369
12370 Correctly restore original Isearch point. (Bug#4994)
12371
12372 * isearch.el (isearch-mode): Move `isearch-push-state' after
12373 `(run-hooks 'isearch-mode-hook)'.
12374 (isearch-cancel): When `isearch-push-state-function' is defined,
12375 let-bind `isearch-cmds' to the first state (the last element of
12376 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
12377 function and restores the original point). Otherwise, move point
12378 to `isearch-opoint'.
12379
da10ce2b
SM
123802009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12381
12382 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
12383 chars that don't have names, so the table can be built much faster at
12384 run-time.
12385
3d68fa99
CY
123862009-12-07 Chong Yidong <cyd@stupidchicken.com>
12387
f82b1493
CY
12388 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
12389 change. Suggested by David Kastrup.
12390
3d68fa99
CY
12391 * simple.el (compose-mail): Check for incompatibilities and warn.
12392 (compose-mail-user-agent-warnings): New option.
12393
662c5698
DN
123942009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12395
12396 Support showing a single log entry from vc-annotate.
12397 * vc.el (print-log): Add a new argument: START-REVISION.
12398 (vc-print-log-internal): Add a new optional argument and
12399 pass it to the backend.
12400 (vc-print-log, vc-print-root-log): Adjust callers.
12401 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
12402 buffer already displays the requested log entry, use it.
12403 Otherwise display only the log entry in question.
12404 * vc-svn.el (vc-svn-print-log):
e4070cdc 12405 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
12406 * vc-hg.el (vc-hg-state):
12407 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
12408 (vc-git-show-log-entry): Return t on success.
12409 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
12410 (vc-bzr-show-log-entry): Return t on success.
12411 * vc-rcs.el (vc-rcs-print-log):
12412 * vc-sccs.el (vc-sccs-print-log):
12413 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
12414
e4070cdc
GM
124152009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12416
5ce6e4f4
JB
12417 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
12418 Add menus to the meta mode. (Bug#5043)
e4070cdc 12419
5ce6e4f4 124202009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
12421
12422 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 12423 event-key.
662c5698 12424
662c5698
DN
12425 * ediff.el (ediff-buffers-internal): Add unwind-protect.
12426
dab816a9
MA
124272009-12-07 Michael Albinus <michael.albinus@gmx.de>
12428
12429 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
12430 Berbain <raphael.berbain@gmail.com>.
12431
12432 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
12433 characters.
12434 (tramp-initial-end-of-output): New defconst.
12435 (tramp-methods, tramp-find-shell)
12436 (tramp-open-connection-setup-interactive-shell)
12437 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
12438 (tramp-shell-prompt-pattern, tramp-wait-for-output):
12439 Handle existence of `#' and `$'.
dab816a9 12440
6a7662bb
BR
12441 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
12442 Use `tramp-initial-end-of-output'.
dab816a9 12443
a91e1f6b
DN
124442009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12445
12446 Get the background mode from the terminal for xterm, and set
12447 faces accordingly.
12448 * term/xterm.el (xterm-set-background-mode): New function.
12449 (terminal-init-xterm): Use it in case xterm supports background
12450 color queries. Recompute faces after getting the background
12451 color.
12452
5fa9d1ec
GM
124532009-12-07 Ulrich Mueller <ulm@gentoo.org>
12454
12455 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
12456 number comment back on its own line, for easier parsing.
12457
5e9fde5e
SM
124582009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12459
12460 Make it work for non-file buffers (bug#5102).
12461 * doc-view.el (doc-view-current-cache-dir):
12462 Use doc-view-buffer-file-name rather than buffer-file-name.
12463 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
12464
2f2f5242
CY
124652009-12-06 Óscar Fuentes <ofv@wanadoo.es>
12466
12467 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
12468 author field is too short.
12469
cebf8ec6
DN
124702009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
12471
5e9fde5e
SM
12472 * vc-git.el (vc-git-print-log): Handle a limit argument.
12473 Display the short log in graph form and with labels.
0d3f8a78
DN
12474 (vc-git-log-view-mode): Handle labels.
12475
cebf8ec6
DN
12476 Make vc-revert change VC state from 'added to 'unregistered.
12477 * vc-git.el (vc-git-revert): Call git reset first.
12478
8e39154d
UJ
124792009-12-06 Ulf Jasper <ulf.jasper@web.de>
12480
d8194864
GM
12481 * net/newst-backend.el, net/newst-plainview.el:
12482 * net/newst-reader.el, net/newst-ticker.el:
12483 * net/newst-treeview.el, net/newsticker.el:
12484 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 12485
ef187c24
CY
124862009-12-06 Chong Yidong <cyd@stupidchicken.com>
12487
238a0f3a
CY
12488 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
12489
2c6bb71a
CY
12490 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
12491 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
12492 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
12493 Update annotation regexp.
12494
ef187c24
CY
12495 * simple.el (beginning-of-visual-line): Constrain to field
12496 boundaries (Bug#5106).
12497
571855b6
UJ
124982009-12-06 Ulf Jasper <ulf.jasper@web.de>
12499
6a7662bb
BR
12500 * xml.el (xml-substitute-numeric-entities):
12501 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 12502 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
12503 * net/newst-backend.el (newsticker--parse-generic-feed)
12504 (newsticker--parse-generic-items)
6a7662bb
BR
12505 (newsticker--decode-numeric-entities):
12506 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 12507 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 12508
b857059c
CY
125092009-12-06 Daniel Colascione <dan.colascione@gmail.com>
12510
12511 * progmodes/js.el (js--js-not): Add null to the list of values.
12512
c2dae51b
CY
125132009-12-06 Chong Yidong <cyd@stupidchicken.com>
12514
d8194864 12515 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 12516
ed0f72d2
RW
125172009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12518
12519 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
12520 delimiter if it is at the end of the current line.
12521 (bibtex-generate-url-list): Fix docstring.
12522
365b9a62
SM
125232009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12524
12525 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
12526 minibuffer's content with itself.
12527 Fold the confirm-after-completion case into the `confirm' case.
12528 (completion-pcm-word-delimiters): Add : and / to the delimiters.
12529
990a9cb1
KR
125302009-12-06 Kevin Ryde <user42@zip.com.au>
12531
12532 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 12533 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 12534
8b5a10db 12535 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 12536 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 12537
065543e7
JL
125382009-12-05 Juri Linkov <juri@jurta.org>
12539
12540 Save and restore dired buffer's point positions too. (Bug#4880)
12541
12542 * dired.el (dired-save-positions): Return in the first element
12543 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
12544 Doc fix.
12545 (dired-restore-positions): First restore buffer's position.
12546 While restoring window's positions, check if window still displays
12547 the original buffer.
12548
503edac9
CY
125492009-12-05 Chong Yidong <cyd@stupidchicken.com>
12550
9a594ee6
CY
12551 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
12552 if possible.
12553
925f8c70
CY
12554 * shell.el (shell): Require ansi-color (Bug#5113).
12555
12556 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
12557
503edac9
CY
12558 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
12559
8fea6b33
AM
125602009-12-05 Alan Mackenzie <acm@muc.de>
12561
12562 * progmodes/cc-mode.el (c-before-hack-hook)
12563 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
12564 `c-file-style' to work again. This reversion restores the current
212c5aef 12565 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 12566
5d1fd962
CY
125672009-12-05 Kevin Ryde <user42@zip.com.au>
12568
6a7662bb
BR
12569 * textmodes/sgml-mode.el (sgml-lexical-context):
12570 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 12571
30760c8b
JL
125722009-12-05 Juri Linkov <juri@jurta.org>
12573
12574 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
12575 for virtual nodes. (Bug#4147)
12576 (Info-find-node-2): Set `Info-current-node-virtual' to nil
12577 when moving from a virtual node.
12578 (Info-mode-menu): Add `Info-virtual-index' to the menu.
12579 (Info-mode): Add `Info-virtual-index' to the docstring.
12580
403111a8
RW
125812009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12582
12583 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
12584 track of the buffer position of the end of a BibTeX entry as this
12585 position may change during reformatting.
12586 (bibtex-format-entry): Remove whitespace before processing
12587 numerical fields so that we recognize the latter properly.
12588 (bibtex-reformat): Do not use push which changes the global value
12589 of bibtex-entry-format.
12590 (bibtex-field-braces-alist, bibtex-field-strings-alist)
12591 (bibtex-field-re-init): Replace only space characters by regexp
12592 for whitespace.
365b9a62 12593 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
12594 (bibtex-initialize): Also update bibtex-strings.
12595 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
12596 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
12597 Update bibtex-reference-keys.
403111a8 12598
25b54627
SM
125992009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12600
12601 * minibuffer.el (completion-pcm--merge-try): Also consider placing
12602 point after a star, if that's the only place where modifications can
12603 make progress.
12604
35639eb4
DN
126052009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
12606
12607 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
12608 in docstrings.
12609
8b78760b
JL
126102009-12-04 Juri Linkov <juri@jurta.org>
12611
12612 * proced.el (proced): Call `(proced-update t)' to update process
12613 information instead of only running proced-post-display-hook.
12614 (proced-send-signal): Add a leading space to the buffer name
12615 " *Marked Processes*" to make this buffer ephemeral.
12616
2b3489a7
JL
126172009-12-04 Juri Linkov <juri@jurta.org>
12618
12619 * dired.el (dired-auto-revert-buffer): New defcustom.
12620 (dired-internal-noselect): Use it.
12621
9b9debd1
JL
126222009-12-04 Juri Linkov <juri@jurta.org>
12623
12624 Change roles of modes and functions in image-mode.el (Bug#5062).
12625
12626 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
12627 in `auto-mode-alist'.
12628 (image-mode-previous-major-mode): New variable.
12629 (image-minor-mode-map): Rename from `image-mode-text-map'.
12630 (image-mode): Move graceful error-handling code from
12631 `image-minor-mode' to here. On errors call `image-mode-as-text'.
12632 (image-minor-mode): Remove all image-handling code.
12633 Replace `image-mode-text-map' with `image-minor-mode-map'.
12634 Check for `image-type' in mode-line format string.
12635 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
12636 (image-mode-as-text): New function with most code from
12637 `image-mode-maybe'.
12638 (image-toggle-display-text): Move code that removes image
12639 properties from `image-toggle-display' to here.
12640 (image-toggle-display-image): New function with code that adds
12641 image properties copied from `image-toggle-display'.
12642 (image-toggle-display): Remove most code with leaving only code
12643 that toggles between `image-mode-as-text' and `image-mode'.
12644
0c74a301
UJ
126452009-12-04 Ulf Jasper <ulf.jasper@web.de>
12646
12647 * net/newst-treeview.el
12648 (newsticker--treeview-list-highlight-start): Restored call to
12649 save-excursion: Selected item was stuck.
12650 (newsticker--treeview-list-select): New.
12651 (newsticker--treeview-item-show-text)
12652 (newsticker--treeview-item-show)
12653 (newsticker--treeview-item-update): Use new
12654 newsticker-treeview-item-mode.
12655 (newsticker-treeview-update): Keep current item.
12656 (newsticker-treeview-next-new-or-immortal-item): Doc change.
12657 (newsticker--treeview-first-feed): Doc change.
12658 (newsticker-treeview-list-menu)
88b5a757 12659 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
12660 (newsticker-treeview-item-mode): New.
12661
5ce6e4f4 12662 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
12663 windows.
12664
9eaeec5b
SS
126652009-12-04 Sam Steingold <sds@gnu.org>
12666
12667 * log-view.el (log-view-mode-map): "q" calls quit-window,
12668 like in all the other non-self-insert buffers.
12669
b2bf5be5
SM
126702009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
12671
12672 Minor cleanup.
12673 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
12674 key decoding rather than do it manually via last-input-event +
12675 ascii-character.
12676 (term-exec): Use delete-and-extract-region.
12677 (term-handle-ansi-terminal-messages): Remove unused var `end'.
12678 (term-process-pager): Remove unused var `i'.
12679 (term-dynamic-simple-complete): Make obsolete.
12680 (serial-update-config-menu): Remove unused vars `y' and `str'.
12681 (term-update-mode-line): Remove unused var `temp'.
12682
46e5c897
DN
126832009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12684
12685 Limit the number of log entries displayed by default.
12686 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
12687 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
12688 using a prefix argument.
12689
627e0a14
GM
126902009-12-03 Glenn Morris <rgm@gnu.org>
12691
12692 * progmodes/idlwave.el (class): Restore still useful declaration.
12693
8578c224
AM
126942009-12-03 Alan Mackenzie <acm@muc.de>
12695
4abc318c 12696 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 12697
b2bf5be5
SM
12698 * progmodes/cc-mode.el (c-basic-common-init):
12699 Call c-state-cache-init.
9762b219 12700 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 12701 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 12702 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
12703
12704 * progmodes/cc-langs.el (c-before-font-lock-function):
12705 c-extend-and-neutralize-syntax-in-CPP has been renamed
12706 c-neutralize-syntax-in-and-mark-CPP.
12707
12708 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
12709 with `category' properties now, not `syntax-table' ones.
12710
12711 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
12712 enhanced (but slower) version of c-end-of-macro that won't land
12713 inside a literal or on another awkward character.
12714 (c-state-cache-too-far, c-state-cache-start)
12715 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
12716 (c-state-nonlit-pos-cache-limit, c-state-point-min)
12717 (c-state-point-min-lit-type, c-state-point-min-lit-start)
12718 (c-state-min-scan-pos, c-state-brace-pair-desert)
12719 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
12720 buffer local variables.
12721 (c-state-literal-at, c-state-lit-beg)
12722 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
12723 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
12724 (c-state-cache-top-paren, c-state-cache-after-top-paren)
12725 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
12726 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
12727 (c-renarrow-state-cache)
12728 (c-append-lower-brace-pair-to-state-cache)
12729 (c-state-push-any-brace-pair, c-append-to-state-cache)
12730 (c-remove-stale-state-cache)
12731 (c-remove-stale-state-cache-backwards, c-state-cache-init)
12732 (c-invalidate-state-cache-1, c-parse-state-1)
12733 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
12734 (c-parse-state): Enhance and refactor.
12735 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
12736
12737 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
12738 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
12739 modify to use category text properties rather than syntax-table ones.
12740 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
12741 to switch off/on the syntactic paren property of C++ template
12742 delimiters using the category property.
12743 (c-with-<->-as-parens-suppressed): Macro to invoke code with
12744 template delims suppressed.
12745 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
12746 New constant/macros which apply category properties to the start
12747 and end of preprocessor constructs.
b2bf5be5 12748 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
12749 "comment out" the syntactic value of characters in preprocessor
12750 constructs.
12751 (c-with-cpps-commented-out)
12752 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
12753 with characters in all or all but one preprocessor constructs
12754 "commented out".
12755
0d4dc442
RW
127562009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12757
12758 * proced.el (proced-filter-alist): Use regexp-quote.
12759
a09dc9bf
MA
127602009-12-03 Michael Albinus <michael.albinus@gmx.de>
12761
12762 Cleanup.
12763 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
12764 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
12765 arguments. Expand `default-directory'.
12766
12767 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
12768 the benefit of returning an expanded localname.
12769 (tramp-tramp-file-p): Handle the case NAME is not a string.
12770
3f6bd790
DN
127712009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12772
4dfb3b9c
DN
12773 Add support for bzr shelve/unshelve.
12774 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12775 (vc-bzr-extra-menu-map): New variables.
12776 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
12777 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
12778 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
12779 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
12780 (vc-bzr-dir-extra-headers): Display shelves.
12781
3f6bd790
DN
12782 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
12783
842d73a1
SM
127842009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12785
12786 * textmodes/bibtex.el (bibtex-complete-internal):
12787 Use completion-in-region.
12788 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
12789
7fa4876f
DN
127902009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12791
12792 Support applying stashes. Improve UI.
12793 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
12794 (vc-git-stash-apply, vc-git-stash-pop)
12795 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
12796 (vc-git-stash-menu): New functions.
12797 (vc-git-stash-menu-map): New variable.
12798 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
12799
d6e82452
GM
128002009-12-03 Glenn Morris <rgm@gnu.org>
12801
12802 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
12803 (vc-print-log-internal): Fix previous change.
12804 (vc-revert): Correct pluralization.
12805
8d222148
SM
128062009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12807
ea52206b
SM
12808 * progmodes/make-mode.el (makefile-special-targets-list): No need for
12809 it to be an alist any more.
12810 (makefile-complete): Use completion-in-region.
12811
69a94a37
SM
12812 * progmodes/octave-mod.el (octave-complete-symbol):
12813 Use completion-in-region.
12814
8d222148
SM
12815 Misc cleanup.
12816 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
12817 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
12818 (idlwave-complete-class): Don't quote lambda.
12819 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
12820 (idlwave-mode-map): Move initialization into declaration.
12821 (idlwave-action-and-binding): Use backquotes.
12822 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
12823 Simplify.
12824 (idlwave-is-pointer-dereference): Remove unused var `pos'.
12825 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
12826 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
12827 `parts', and `all-parts'.
12828 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
12829 (idlwave-convert-xml-system-routine-info): Remove unused string
12830 `version-string'.
12831 (idlwave-display-user-catalog-widget): Use dolist.
12832 (idlwave-scanning-lib): Declare dynamically-scoped var.
12833 (idlwave-scan-library-catalogs): Remove unused var `flags'.
12834 (completion-highlight-first-word-only): Declare to silence bytecomp.
12835 (idlwave-popup-select): Tighten scope of `resp'.
12836 (idlwave-find-struct-tag): Remove unused var `beg'.
12837 (idlwave-after-load-rinfo-hook): Declare.
12838 (idlwave-sintern-class-info): Remove unused var `taglist'.
12839 (idlwave-find-class-definition): Remove unused var `list'.
12840 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
12841 (idlwave-what-module-find-class): Remove unused var `classes'.
12842
3bb8691b
JB
128432009-12-03 Juanma Barranquero <lekktu@gmail.com>
12844
12845 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
12846
f72f0c23
SM
128472009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12848
12849 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
12850 buffers visited. Remove redundant current-buffer-saving.
12851
601a9508
SM
128522009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12853
12854 Use completion-in-buffer and remove uses of dynamic scoping.
12855 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
12856 (pascal-buffer-to-use, pascal-flag): Don't declare.
12857 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
12858 (pascal-get-completion-decl, pascal-keyword-completion):
12859 Add `pascal-str' argument, save-excursion,
12860 return the found completions, and don't filter with pascal-pred.
12861 (pascal-completion-cache): New var.
12862 (pascal-completion): Don't switch buffer any more (it was never
12863 necessary). Don't save-excursion any more (it's done by the called
12864 subroutines). Use a cache to avoid redundant computations.
12865 Use complete-with-action rather than pascal-completion-response and
12866 let it apply the predicate as well.
12867 (pascal-complete-word): Use completion-in-buffer when
12868 pascal-toggle-completions is nil.
12869 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
12870 not used any more.
12871 (pascal-comp-defun): Don't change buffer any more.
12872 Use complete-with-action rather than pascal-completion-response and
12873 let it apply the predicate as well.
12874 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
12875 when neded.
12876
1ff4cb98
KH
128772009-12-02 Kenichi Handa <handa@m17n.org>
12878
12879 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
12880 shape for all Indic scripts.
12881
bb12edf1
SM
128822009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12883
12884 Use completion-in-buffer.
12885 * wid-edit.el (widget-field-text-end): New function.
12886 (widget-field-value-get): Use it.
12887 (widget-string-complete, widget-file-complete)
12888 (widget-color-complete): Use it and completion-in-region.
12889 (widget-complete): Don't narrow the buffer.
12890
5813f6ef
GM
128912009-12-02 Glenn Morris <rgm@gnu.org>
12892
c920f222
GM
12893 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
12894 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
12895 * mail/rmailsum.el: Replace all pop-to-buffer calls with
12896 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 12897
5813f6ef
GM
12898 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
12899 save-excursion with save-current-buffer.
12900 Widen before searching. (Bug#5093)
12901 (diary-list-sexp-entries): Remove superfluous save-excursion.
12902
34b1d750
GM
129032009-12-02 Michael Welsh Duggan <mwd@cert.org>
12904
12905 * woman.el (woman-make-bufname): Handle man-pages with "." in the
12906 name. (Bug#5038)
12907
b2d5f31a
GM
129082009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
12909
12910 * ido.el (ido-file-internal): Handle filenames at point that do
12911 not have a directory part. (Bug#5049)
12912
c710ac3c
JB
129132009-12-02 Juanma Barranquero <lekktu@gmail.com>
12914
12915 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
12916 (mpc-songs-jump-to, mpc-resume): Doc fixes.
12917
9946be46
SM
129182009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
12919
12920 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
12921 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
12922 any more.
12923
b08016f2
SM
129242009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12925
e7440df4
SM
12926 * comint.el (comint-insert-input): Ignore clicks to the right of
12927 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
12928
3bb8691b 12929 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
12930 terminate before setting up the major mode.
12931
f3b757f5
SM
12932 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
12933 in case.
12934
a2877f1d
SM
12935 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
12936 the last element.
12937
b08016f2
SM
12938 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
12939
782d6e30
GM
129402009-12-01 Glenn Morris <rgm@gnu.org>
12941
12942 * window.el (window--display-buffer-2): Fix previous changes.
12943
28f57f7e
CY
129442009-12-01 Chong Yidong <cyd@stupidchicken.com>
12945
12946 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
12947
c31a2fdc
GM
129482009-12-01 Glenn Morris <rgm@gnu.org>
12949
12950 * Makefile.in (ELCFILES): Add mpc.elc.
12951
e1ada222
SM
129522009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12953
12954 * mpc.el: New file.
12955
0c9ff2c5
GM
129562009-12-01 Glenn Morris <rgm@gnu.org>
12957
3689984f
GM
12958 * window.el (window-to-use): Define for compiler.
12959
3ab4308b
GM
12960 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
12961 consistent with others (no final period).
12962
0c9ff2c5
GM
12963 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
12964 (rmail-mime-show): Downcase the encoding. (Bug#5070)
12965
fb0c18ff
DN
129662009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
12967
12968 Make vc-print-log buttons work.
045b9da7 12969 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 12970
2ac7e73e
JB
129712009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
12972
12973 * savehist.el (savehist-autosave-interval): Allow setting to nil
12974 through customize. (Bug#5056)
12975
5237d741
JB
129762009-11-30 Juanma Barranquero <lekktu@gmail.com>
12977
12978 Fix references to jit-lock properties.
12979 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12980 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
12981 (perl-font-lock-special-syntactic-constructs):
12982 Quote jit-lock-defer-multiline property.
12983
379241fa
DN
129842009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12985
12986 * vc-git.el (vc-git-registered): Call vc-git-root only once.
12987
054ae856
JL
129882009-11-30 Juri Linkov <juri@jurta.org>
12989
12990 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
12991 value `buffer' of `multi-isearch-next-buffer-current-function'.
12992 Use `(current-buffer)' when `buffer' is nil.
12993 (multi-isearch-next-buffer-from-list): Don't fallback to
12994 `(current-buffer)' when `buffer' is nil. (Bug#4947)
12995
67296dda
JL
129962009-11-30 Juri Linkov <juri@jurta.org>
12997
12998 * misearch.el (multi-isearch-read-buffers): Move canonicalization
12999 of buffers with `get-buffer' to `multi-isearch-buffers'.
13000 (multi-isearch-buffers, multi-isearch-buffers-regexp):
13001 Canonicalize BUFFERS with `get-buffer'. Doc fix.
13002 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
13003 FILES with `expand-file-name' converting relative file names
13004 to absolute. Doc fix. (Bug#4727)
13005
c585bf32
JL
130062009-11-30 Juri Linkov <juri@jurta.org>
13007
13008 * misearch.el (multi-isearch-read-buffers)
13009 (multi-isearch-read-matching-buffers): New functions.
13010 (multi-isearch-buffers, multi-isearch-buffers-regexp):
13011 Use them in the `interactive' spec. Doc fix.
13012 (multi-isearch-read-files, multi-isearch-read-matching-files):
13013 New functions.
13014 (multi-isearch-files, multi-isearch-files-regexp):
13015 Use them in the `interactive' spec. Doc fix. (Bug#4725)
13016
0a745733
JL
130172009-11-30 Juri Linkov <juri@jurta.org>
13018
13019 * doc-view.el (doc-view-continuous):
13020 Rename from `doc-view-continuous-mode'.
13021 (doc-view-menu): Move "Toggle display" to the top.
13022 Add submenu "Continuous" with radio buttons "Off"/"On"
13023 and "Save as Default".
13024 (doc-view-scroll-up-or-next-page)
13025 (doc-view-scroll-down-or-previous-page)
13026 (doc-view-next-line-or-next-page)
6a7662bb
BR
13027 (doc-view-previous-line-or-previous-page):
13028 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 13029
1f9689eb
JL
130302009-11-30 Juri Linkov <juri@jurta.org>
13031
13032 * comint.el (comint-mode-map): Rebind `M-r' from
13033 `comint-previous-matching-input' to
13034 `comint-history-isearch-backward-regexp'.
13035 Unbind `M-s' to allow global key binding `M-s'.
13036 Add menu items for `comint-history-isearch-backward' and
13037 `comint-history-isearch-backward-regexp'. (Bug#3746)
13038
2952b1ae
JL
130392009-11-30 Juri Linkov <juri@jurta.org>
13040
13041 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
13042 For def=recenter, replace `recenter' with `recenter-top-bottom'
13043 that is called with `this-command' and `last-command' let-bound
13044 to `recenter-top-bottom'. When the last `def' was not `recenter',
13045 set `recenter-last-op' to nil. (Bug#4981)
13046
7a9547ca
SM
130472009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13048
20565545
SM
13049 Minor cleanup and simplification.
13050 * filecache.el (file-cache-add-directory)
13051 (file-cache-add-directory-recursively)
13052 (file-cache-add-from-file-cache-buffer)
13053 (file-cache-delete-file-regexp, file-cache-delete-directory)
13054 (file-cache-files-matching-internal, file-cache-display): Use dolist.
13055 (file-cache-temp-minibuffer-message): Delete function.
13056 (file-cache-minibuffer-complete): Use minibuffer-message instead.
13057
7a9547ca
SM
13058 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
13059 Don't signal an error when bumping into EOB in tr, s, or y.
13060
08e968f3
JL
130612009-11-29 Juri Linkov <juri@jurta.org>
13062
13063 * startup.el (fancy-about-text): Fix wording of Guided Tour.
13064 (Bug#4960)
13065
13066 * descr-text.el (describe-char-unidata-list): Use lowercase name
13067 for "Unicode name" like in other tags.
13068
f8d170a4
JL
130692009-11-29 Juri Linkov <juri@jurta.org>
13070
13071 * ediff-util.el (ediff-minibuffer-with-setup-hook):
13072 New compatibility macro.
7a9547ca 13073 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 13074
0116abbd
JL
130752009-11-29 Juri Linkov <juri@jurta.org>
13076
13077 Add defcustom to define the cycling order of `recenter-top-bottom'.
13078 (Bug#4981)
13079
13080 * window.el (recenter-last-op): Doc fix.
13081 (recenter-positions): New defcustom.
13082 (recenter-top-bottom): Rewrite to use `recenter-positions'.
13083 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
13084
61eef560
MA
130852009-11-29 Michael Albinus <michael.albinus@gmx.de>
13086
13087 Improve integration of Tramp and ange-ftp in eshell.
13088
e4070cdc 13089 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
13090 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
13091 (eshell/sudo): Flatten args. Let-bind `default-directory'.
13092
13093 * eshell/esh-util.el (top): Require also Tramp when compiling.
13094 (eshell-directory-files-and-attributes): Check for FTP remote
13095 connection.
13096 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
13097 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
13098 (eshell-file-attributes): Handle ".". Return `entry'.
13099
13100 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
13101 (ange-ftp-directory-files-and-attributes)
13102 (ange-ftp-real-directory-files-and-attributes): New defuns.
13103
13104 * net/tramp.el (tramp-maybe-open-connection): Open the remote
13105 shell with "exec" when possible. This prevents trailing prompts
13106 in `start-file-process'.
13107
f5467d3f
SM
131082009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13109
21f49db9
SM
13110 Try and remove assumptions about point-min==1.
13111 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
13112 (rng-compute-mode-line-string): Show the validation percentage in
13113 terms of the narrowed text, not the widened text.
13114 (rng-do-some-validation): Don't catch internal errors when debugging.
13115 (rng-first-error): Simplify.
13116 (rng-after-change-function): Remove work around. AFAIK the bug has
13117 been fixed a while ago.
13118
26224faf
SM
13119 * image-mode.el (image-minor-mode): Exit more gracefully when the image
13120 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
13121
d7117720
SM
13122 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
13123
f5467d3f
SM
13124 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
13125 `cd' doesn't always do it for us (bug#5067).
13126
13127 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
13128 on 2009-10-25 as part of some other change (bug#5067).
13129
c5269f1c
SM
131302009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13131
62a258a7
SM
13132 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
13133 `suspicious'.
13134 (byte-compile-warnings): Use byte-compile-warning-types.
13135 (byte-compile-save-excursion): Warn about use of set-buffer right
13136 after save-excursion.
13137
c5269f1c
SM
13138 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
13139 the excursion as well.
13140
3ba30eb8
MA
131412009-11-27 Michael Albinus <michael.albinus@gmx.de>
13142
13143 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
13144 providing a Tramp related implementation of "su" and "sudo".
13145 (eshell-unix-initialize): Add "su" and "sudo".
13146
6c6f788d
DU
131472009-11-27 Daiki Ueno <ueno@unixuser.org>
13148
13149 * net/socks.el (socks-send-command): Convert binary request to
13150 unibyte before sending. This fixes mishandling of some port
13151 numbers such as 129.
13152
10c877fe
SM
131532009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13154
6f06a171
SM
13155 * help.el (describe-bindings-internal): Remove `interactive'.
13156
10c877fe
SM
13157 * man.el (Man-completion-table): Trim a terminating "(".
13158 Remove the space between name page a section.
13159 Add the command's description on the `help-echo' property.
c5269f1c
SM
13160 Remove `process-connection-type' binding since it's unused by
13161 call-process.
10c877fe
SM
13162 Provide completion for the "<section> <name>" format as well.
13163 (Man-default-man-entry): Remove spurious var shadowing the argument.
13164
c44a4822
KR
131652009-11-26 Kevin Ryde <user42@zip.com.au>
13166
13167 * log-view.el: Add "Keywords: tools", since its other keywords
13168 aren't in finder-known-keywords, and following vc.el.
13169
9d58f081
KR
13170 * sha1.el (sha1-string-external): default-directory "/" in case
13171 otherwise non-existent. process-connection-type pipe for touch of
13172 efficiency recommended by elisp manual. (An aside in Bug#3911.)
13173
72fe6b25
SM
131742009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13175
13176 Misc coding convention cleanups.
13177 * htmlfontify.el (hfy-init-kludge-hook): Rename from
13178 hfy-init-kludge-hooks.
13179 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
13180 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
13181 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
13182 and push.
13183 (hfy-slant, hfy-weight): Use tables rather than code.
13184 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
13185 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
13186 (hfy-face-attr-for-class): Initialize `face-spec' directly.
13187 (hfy-face-to-css): Remove `nconc' with single arg.
13188 (hfy-p-to-face-lennart): Use `or'.
13189 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
13190 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
13191 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
13192 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
13193 (hfy-force-fontification): Use run-hooks.
13194
85e0a536
SM
131952009-11-26 Vivek Dasmohapatra <vivek@etla.org>
13196
13197 Various minor fixes.
13198 * htmlfontify.el (hfy-default-header): Add toggle_invis since
13199 Javascript belongs in the header, not the body.
13200 (hfy-javascript): Remove.
13201 (hfy-fontify-buffer): Don't insert it any more.
13202 (hfy-face-at): Handle (face0 face1 face2) style face properties.
13203 Fix bug in invis handling when there were no invis props in a chunk.
13204
62ccc42c
SM
132052009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13206
13207 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
13208
2643c7aa
DN
132092009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
13210
13211 * finder.el (finder-mode-map): Add a menu.
13212
0e5c8aed
DN
132132009-11-26 Michael McNamara <mac@mail.brushroad.com>
13214
bf0b361c 13215 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
13216 "unsigned" structs.
13217
13218 (verilog-leap-to-head, verilog-backward-token): Handle "disable
13219 fork" statement better.
13220
132212009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
13222
bf0b361c
JB
13223 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
13224 (verilog-delete-auto, verilog-delete-empty-auto-pair)
13225 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
13226 Reported by Clay Douglass.
0e5c8aed
DN
13227
13228 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 13229 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
13230 Fix removing "// Interfaces" when saving .* expansions.
13231 Reported by Pierre-David Pfister.
0e5c8aed 13232
7629c4e7
GM
132332009-11-26 Glenn Morris <rgm@gnu.org>
13234
62ccc42c
SM
13235 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
13236 the scope.
7629c4e7 13237
a5d358f8
JB
132382009-11-25 Johan Bockgård <bojohan@gnu.org>
13239
13240 * vc-annotate.el (vc-annotate-revision-previous-to-line):
13241 Really use previous revision.
13242
002cbde5
KR
132432009-11-25 Kevin Ryde <user42@zip.com.au>
13244
13245 * man.el (Man-completion-table): default-directory "/" in case
13246 doesn't otherwise exist. process-environment COLUMNS=999 so as
13247 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
13248 any chance of hitting the pseudo-tty TIOCGWINSZ.
13249 (man): completion-ignore-case t for friendliness and since man
13250 itself is case-insensitive on the command line.
13251 Further to Bug#3717.
002cbde5 13252
8cb5ffe8
KR
13253 * arc-mode.el: Add "Keywords: files", so the details in its
13254 commentary can be reached from finder-by-keyword.
34607612
KR
13255 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
13256 editing mode, but it's comms related and sgml-mode.el has "comm"
13257 on that basis too.
b8dfcf54 13258 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
13259 * international/isearch-x.el, international/ja-dic-cnv.el:
13260 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 13261 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 13262
1e2d9ba1
JL
132632009-11-25 Juri Linkov <juri@jurta.org>
13264
13265 * man.el (Man-completion-table): Modify regexp to include
13266 section names to completion strings. (Bug#3717)
13267
a601d313
JL
132682009-11-25 Juri Linkov <juri@jurta.org>
13269
13270 Search recursively in gzipped files. (Bug#4982)
13271
13272 * progmodes/grep.el (grep-highlight-matches): Add new options
13273 `always' and `auto'. Doc fix.
13274 (grep-process-setup): Check `grep-highlight-matches' for
13275 `auto-detect' to determine the need to compute grep defaults.
13276 Move Windows/DOS specific --colors settings handling
13277 to `grep-compute-defaults'. Check `grep-highlight-matches'
13278 to get the value of "--color=".
13279 (grep-compute-defaults): Compute `grep-highlight-matches' when it
13280 has the value `auto-detect'. Move Windows/DOS specific settings
13281 from `grep-process-setup'.
13282 (zrgrep): New command with alias `rzgrep'.
13283
bde04ea9
JL
132842009-11-25 Juri Linkov <juri@jurta.org>
13285
13286 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
13287 to nil instead of switching off view-mode. (Bug#4896)
13288
7d6b4d3c
JL
132892009-11-25 Juri Linkov <juri@jurta.org>
13290
13291 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
13292
13293 * mwheel.el (mwheel-scroll-up-function)
13294 (mwheel-scroll-down-function): New defvars.
13295 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
13296 `scroll-up', and `mwheel-scroll-down-function' instead of
13297 `scroll-down'.
13298
13299 * doc-view.el (doc-view-scroll-up-or-next-page)
13300 (doc-view-scroll-down-or-previous-page): Add optional ARG.
13301 Use this ARG in the call to image-scroll-up/image-scroll-down.
13302 Change `interactive' spec to "P". Goto next/previous page only
13303 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
13304 SPC/DEL case). Doc fix.
13305 (doc-view-next-line-or-next-page)
13306 (doc-view-previous-line-or-previous-page): Rename arg to ARG
13307 for consistency.
13308 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
13309 `doc-view-scroll-up-or-next-page', and buffer-local
13310 `mwheel-scroll-down-function' to
13311 `doc-view-scroll-down-or-previous-page'.
13312
e237085f
JL
133132009-11-25 Juri Linkov <juri@jurta.org>
13314
13315 Provide additional default values (directories at other Dired
13316 windows) via M-n in the minibuffer of some Dired commands.
13317
13318 * dired-aux.el (dired-diff, dired-compare-directories)
13319 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
13320 `minibuffer-default' in `minibuffer-with-setup-hook'.
13321 (dired-dwim-target-directory): Find a window that displays Dired
13322 buffer instead of failing when the next window is not Dired.
13323 Use `get-window-with-predicate' to find for the next Dired window.
13324 (dired-dwim-target-defaults): New function.
13325
13326 * ediff-util.el (ediff-read-file-name):
13327 Use `dired-dwim-target-defaults' to set `minibuffer-default'
13328 in `minibuffer-with-setup-hook'.
13329
7d371eac
JL
133302009-11-25 Juri Linkov <juri@jurta.org>
13331
13332 Provide additional default values (file name at point or at the
13333 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
13334
13335 * minibuffer.el (read-file-name-defaults): New function.
13336 (read-file-name): Reset `minibuffer-default' to nil when
13337 it duplicates initial input `insdef'.
13338 Bind `minibuffer-default-add-function' to lambda that
13339 calls `read-file-name-defaults' in `minibuffer-selected-window'.
13340 (minibuffer-insert-file-name-at-point): New command.
13341
13342 * files.el (file-name-at-point-functions): New defcustom.
13343 (find-file-default): Remove defvar.
13344 (find-file-read-args): Don't use `find-file-default'.
13345 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13346 to `read-file-name'.
13347 (find-file-literally): Use `read-file-name' with
13348 `confirm-nonexistent-file-or-buffer'.
13349
13350 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
13351
13352 * dired.el (dired-read-dir-and-switches):
13353 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13354 to `read-file-name'.
13355 (dired-file-name-at-point): New function.
13356 (dired-mode): Add hook `dired-file-name-at-point' to
13357 `file-name-at-point-functions'.
13358
04ae543a
SM
133592009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
13360
13361 Really make the *Completions* window soft-dedicated (bug#5030).
13362 * window.el (window--display-buffer-2): Add `dedicated' argument.
13363 (display-buffer): Pass it when needed so the dedicated flag is set
13364 after calling set-window-buffer, which would otherwise reset it.
13365
eb708e66
SM
133662009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
13367
d6b8d4e7
SM
13368 * progmodes/meta-mode.el (meta-complete-symbol):
13369 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
13370 * mail/mailabbrev.el (mail-abbrev-complete-alias):
13371 Use completion-in-region.
13372
5f24557b
SM
13373 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
13374 (dabbrev-completion): Use completion-in-region.
13375 (dabbrev--abbrev-at-point): Simplify regexp.
13376
fe4346f0
SM
13377 * abbrev.el (abbrev--before-point): Use word-motion functions
13378 if :regexp is not specified (bug#5031).
13379
cb190d7d
SM
13380 * subr.el (string-prefix-p): New function.
13381
e2ec6dd5
SM
13382 * man.el (Man-completion-cache): New var.
13383 (Man-completion-table): Use it.
13384
eb708e66
SM
13385 * vc.el (vc-print-log-internal): Make `limit' optional for better
13386 compatibility (e.g. with vc-annotate.el).
13387
4cf8971b
KR
133882009-11-24 Kevin Ryde <user42@zip.com.au>
13389
eb708e66 13390 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 13391 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 13392
4cf8971b
KR
13393 * emacs-lisp/elint.el (elint-add-required-env): Better error message
13394 when .el source file not found or other error.
13395
d204c46c
SM
133962009-11-24 Markus Triska <markus.triska@gmx.at>
13397
13398 * linum.el (linum-update-window): Ignore intangible (bug#4996).
13399
bb301b9a
SM
134002009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13401
449c27f0
SM
13402 Handle the [back] button properly (bug#4979).
13403 * descr-text.el (describe-text-properties): Add a `buffer' argument.
13404 Use help-setup-xref, help-buffer, and with-help-window.
13405 (describe-char): Add `buffer' argument.
13406 Pass proper command to help-setup-xref. Don't meddle with
13407 help-xref-stack-item directly.
13408 (describe-text-category): Use with-help-window and help-buffer.
13409
32fe5377
SM
13410 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
13411 for the displayed buffer (bug#4887).
13412
bb301b9a
SM
13413 * man.el (Man-completion-table): New function.
13414 (man): Use it.
13415
35179414
DR
134162009-11-24 David Reitter <david.reitter@gmail.com>
13417
bb301b9a 13418 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
13419 .git is) rather than the file's directory and a relative path spec
13420 to work around a bug in git.
13421
605a20a9
MA
134222009-11-24 Michael Albinus <michael.albinus@gmx.de>
13423
13424 Improve handling of processes on remote hosts.
13425
13426 * eshell/esh-util.el (eshell-path-env): New defvar.
13427 (eshell-parse-colon-path): New defun.
13428 (eshell-file-attributes): Use `eshell-parse-colon-path'.
13429
bb301b9a
SM
13430 * eshell/esh-ext.el (eshell-search-path):
13431 Use `eshell-parse-colon-path'.
605a20a9
MA
13432 (eshell-remote-command): Remove argument HANDLER.
13433 (eshell-external-command): Check for FTP remote connection.
13434
bb301b9a
SM
13435 * eshell/esh-proc.el (eshell-gather-process-output):
13436 Use `file-truename', in order to start also symlinked files.
13437 Apply `start-file-process' instead of `start-process'.
13438 Shorten `command' to the local file name part.
605a20a9 13439
bb301b9a
SM
13440 * eshell/em-cmpl.el (eshell-complete-commands-list):
13441 Use `eshell-parse-colon-path'.
605a20a9
MA
13442
13443 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
13444
13445 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
13446 to `eshell-directory-change-hook'.
13447
d1d33062
TH
134482009-11-24 Tassilo Horn <tassilo@member.fsf.org>
13449
13450 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 13451 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 13452
a34d8565 134532009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 13454
a34d8565
MK
13455 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
13456 made on 2009-11-22.
d1d33062 13457
c83b8d1b
GM
134582009-11-24 Glenn Morris <rgm@gnu.org>
13459
13460 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
13461 deleted variable bookmark-bmenu-bookmark-column.
13462
83505cfe
SM
134632009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13464
13465 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
13466
5241b291
CY
134672009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
13468
13469 * net/browse-url.el (browse-url-filename-alist): On Windows, add
13470 two slashes to the "file:" prefix.
13471 (browse-url-file-url): De-munge Cygwin filenames before passing
13472 them to Windows browser.
13473 (browse-url-default-windows-browser): Use call-process.
13474
aefcadb6
JL
134752009-11-23 Juri Linkov <juri@jurta.org>
13476
13477 Implement DocView Continuous mode. (Bug#4896)
13478 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
13479 (doc-view-mode-map): Bind C-n/<down> to
13480 `doc-view-next-line-or-next-page', C-p/<up> to
13481 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
13482 (doc-view-next-line-or-next-page)
13483 (doc-view-previous-line-or-previous-page): New commands.
13484
0d62bcea
JL
134852009-11-23 Juri Linkov <juri@jurta.org>
13486
13487 Implement Isearch in comint input history. (Bug#3746)
13488 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
13489 `isearch-mode-hook'.
13490 (comint-history-isearch): New defcustom.
13491 (comint-history-isearch-backward)
13492 (comint-history-isearch-backward-regexp): New commands.
13493 (comint-history-isearch-message-overlay): New buffer-local variable.
13494 (comint-history-isearch-setup, comint-history-isearch-end)
13495 (comint-goto-input, comint-history-isearch-search)
13496 (comint-history-isearch-message, comint-history-isearch-wrap)
13497 (comint-history-isearch-push-state)
13498 (comint-history-isearch-pop-state): New functions.
13499
b593f105
MA
135002009-11-23 Michael Albinus <michael.albinus@gmx.de>
13501
13502 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
13503 return.
13504 (tramp-handle-make-symbolic-link)
13505 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
13506 Quote file names.
13507 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
13508 (tramp-handle-process-file): Use it.
13509
0f202d5d
SM
135102009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13511
13512 * window.el (move-to-window-line-last-op): Remove.
13513 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
13514
216349f8
SM
135152009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
13516
0f202d5d 13517 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
13518 * window.el (move-to-window-line-last-op): New var.
13519 (move-to-window-line-top-bottom): New command.
13520 (global-map): Bind M-r move-to-window-line-top-bottom.
13521
c10e0633
GM
135222009-11-23 Sven Joachim <svenjoac@gmx.de>
13523
13524 * dired-x.el (dired-guess-shell-alist-default):
13525 Support xz format. (Bug#4953)
13526
953e0c1a
GM
135272009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
13528
13529 * emulation/viper-cmd.el: Use viper-last-command-char instead of
13530 last-command-char/last-command-event.
13531 (viper-prefix-arg-value): Do correct conversion of event-char for
13532 XEmacs.
13533
83505cfe
SM
13534 * emulation/viper-util.el, emulation/viper.el:
13535 Use viper-last-command-char instead of
13536 last-command-char/last-command-event.
953e0c1a 13537
83505cfe
SM
13538 * ediff-init.el, ediff-mult.el, ediff-util.el:
13539 Replace last-command-char and last-command-event
13540 with (ediff-last-command-char) everywhere.
953e0c1a
GM
13541
13542 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
13543 created in fundamental mode.
13544
13545 * ediff.el (ediff-version): Revert the change of interactive-p to
13546 called-interactively-p.
13547
9ee12eee
TH
135482009-11-22 Tassilo Horn <tassilo@member.fsf.org>
13549
13550 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
13551 generation from word-movement command names.
13552
8b571bf3
JD
135532009-11-21 Jan Djärv <jan.h.d@swipnet.se>
13554
13555 * cus-start.el (all): Add native condition for font-use-system-font.
13556
4121db47
AM
135572009-11-21 Nathaniel Flath <flat0103@gmail.com>
13558
83505cfe
SM
13559 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
13560 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 13561
d71f5e0c
TH
135622009-11-21 Tassilo Horn <tassilo@member.fsf.org>
13563
13564 * progmodes/subword.el: Rename from lisp/subword.el.
13565
13566 * subword.el: Rename to progmodes/subword.el.
13567
13568 * Makefile.in (ELCFILES): Adapt to subword.el move.
13569
fc9d6ad6 135702009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 13571 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
13572
13573 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
13574 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
13575 (bookmark-bmenu-show-filenames): Use push.
13576 (bookmark-bmenu-hide-filenames): Use local var instead of
13577 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
13578 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
13579 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
13580 filenames now that the bookmark names are always available.
13581
26d9285f
SM
135822009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13583
13584 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
13585 (bookmark-search-pattern): Move and leave unbound.
13586 (bookmark-bmenu-mode-map): Change binding.
13587 (bookmark-read-search-input): Simplify.
13588 Don't use text-char-description. Don't error on non-char events.
13589 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
13590 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
13591 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
13592 Use a local var for the timer.
13593 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
13594 (i.e. bookmark-bmenu-search).
13595
d73a0317
GM
135962009-11-21 Glenn Morris <rgm@gnu.org>
13597
13598 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
13599
e572025f
CY
136002009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
13601
26d9285f
SM
13602 * net/browse-url.el (browse-url-default-windows-browser):
13603 Use cygstart for cygwin.
e572025f 13604
6aeaa3dc
KF
136052009-11-20 Karl Fogel <karl.fogel@red-bean.com>
13606
e4070cdc 13607 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
13608 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
13609 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 13610 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
13611 (bookmark-read-search-input): Adjust to fit within 80 columns.
13612
a9b76eec
TH
136132009-11-20 Tassilo Horn <tassilo@member.fsf.org>
13614
13615 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
13616 (c-backward-into-nomenclature): Adapt to subword renaming.
13617
13618 * subword.el (subword-forward, subword-backward, subword-mark)
13619 (subword-kill, subword-backward-kill, subword-transpose)
13620 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
13621 (subword-forward-internal, subword-backward-internal):
13622 Rename from forward-subword, backward-subword, mark-subword,
13623 kill-subword, backward-kill-subword, transpose-subwords,
13624 downcase-subword, upcase-subword, capitalize-subword,
13625 forward-subword-internal, backward-subword-internal.
a9b76eec 13626
1e7d4475
SM
136272009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13628
26d9285f
SM
13629 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
13630 New options.
1e7d4475
SM
13631 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
13632 New vars.
13633 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
13634 (bookmark-bmenu-filter-alist-by-regexp)
13635 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
13636 (bookmark-bmenu-search): New command.
13637 (bookmark-bmenu-mode-map): Bind it.
13638
653d1554
TH
136392009-11-20 Tassilo Horn <tassilo@member.fsf.org>
13640
ab84bfa0
TH
13641 * progmodes/cc-cmds.el: declare-functioned forward-subword and
13642 backward-subword to quit the byte-compiler.
13643
1f35fda9
TH
13644 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
13645
13646 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
13647
653d1554 13648 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
13649 (c-forward-into-nomenclature, c-backward-into-nomenclature):
13650 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
13651
13652 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
13653 subword.el functions instead of cc-subword.el.
13654
1e7d4475
SM
13655 * progmodes/cc-subword.el: Rename to subword.el.
13656 * subword.el: Rename from progmodes/cc-subword.el.
13657 (subword-mode-map): Rename from c-subword-mode-map.
13658 (subword-mode): Rename from c-subword-mode.
653d1554 13659 (global-subword-mode): New global minor mode.
1e7d4475
SM
13660 (forward-subword): Rename from c-forward-subword.
13661 (backward-subword): Rename from c-backward-subword.
13662 (mark-subword): Rename from c-mark-subword.
13663 (kill-subword): Rename from c-kill-subword.
13664 (backward-kill-subword): Rename from c-backward-kill-subword.
13665 (transpose-subwords): Rename from c-tranpose-subword.
13666 (downcase-subword): Rename from c-downcase-subword.
13667 (capitalize-subword): Rename from c-capitalize-subword.
13668 (forward-subword-internal): Rename from c-forward-subword-internal.
13669 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 13670
9717f119
DN
136712009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13672
8de724f3
DN
13673 * vc.el (vc-deduce-fileset): Allow non-state changing operations
13674 from a dired buffer.
13675 (vc-dired-deduce-fileset): New function.
13676 (vc-root-diff, vc-print-root-log): Use it.
13677
9717f119
DN
13678 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
13679 nil LIMIT argument to vc-print-log-internal.
13680
af4999b8
GM
136812009-11-20 Glenn Morris <rgm@gnu.org>
13682
13683 * Makefile.in (ELCFILES): Regenerate.
13684
b58edcb6
JB
136852009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
13686
02e1b488
SM
13687 * calc/calc.el (calc-set-mode-line):
13688 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
13689 (math-format-number): Rename `math-format-complement-signed' to
13690 `math-format-twos-complement'.
13691
02e1b488 13692 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
13693 math-format-complement-signed.
13694 (calc-radix): Rename `calc-complement-signed-mode' to
13695 `calc-twos-complement-mode'.
02e1b488
SM
13696 (calc-octal-radix, calc-hex-radix): Add an argument for
13697 two's complement.
b58edcb6 13698
02e1b488
SM
13699 * calc/calc-embed.el (calc-embedded-mode-vars):
13700 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 13701
02e1b488
SM
13702 * calc/calc-ext.el (calc-init-extensions):
13703 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
13704 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
13705
02e1b488
SM
13706 * calc/calc-units.el (math-build-units-table-buffer):
13707 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
13708
13709 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
13710 entries.
13711
13712 * calc/calc-vec.el (calcFunc-vunpack):
13713 * calc/calc-aent.el (calc-do-calc-eval):
13714 * calc/calc-forms.el (math-format-date):
13715 * calc/calc-graph.el (calc-graph-plot):
13716 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
13717 * calc/calccomp.el (math-compose-expr):
13718 Let `calc-twos-complement-mode' be nil.
13719
137202009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13721
13722 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
13723 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
13724 * minibuffer.el (completion-in-region-functions): New hook.
13725 (completion-in-region): New function.
13726 * emacs-lisp/lisp.el (lisp-complete-symbol):
13727 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 13728
e3353a78
SM
137292009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13730
eff77808
SM
13731 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
13732 (latex-complete-alist): New vars.
13733 (latex-string-prefix-p, latex-complete-bibtex-keys)
13734 (latex-complete-envnames, latex-complete-refkeys)
13735 (latex-complete-data): New functions.
13736 (latex-complete, latex-indent-or-complete): New commands.
13737
d2c9fc42
SM
13738 * window.el (display-buffer-mark-dedicated): New var.
13739 (display-buffer): Obey it.
13740 * minibuffer.el (minibuffer-completion-help): Use it.
13741
31a1c477
SM
13742 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
13743
bed4c972
SM
13744 * filecache.el (file-cache-add-file): Use push and cons.
13745 (file-cache-delete-file-regexp): Use push.
13746 (file-cache-complete): Use completion-in-region.
13747
8c22699f
SM
13748 * simple.el (with-wrapper-hook): Fix thinko.
13749
e3353a78
SM
13750 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
13751 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
13752 Use with-current-buffer and string-to-number.
13753 (hfy-fallback-colour-values): Use assoc-string.
13754 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
13755 (hfy-face-at): Remove unused var `found-face'.
13756 (hfy-compile-stylesheet): Remove unused var `css'.
13757 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
13758 and `orig-buffer'.
13759 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
13760 Use with-current-buffer.
13761 (hfy-text-p): Use expand-file-name and fewer setq.
13762
acca02b0
SM
137632009-11-19 Vivek Dasmohapatra <vivek@etla.org>
13764
13765 * htmlfontify.el, hfy-cmap.el: New files.
13766
042b7cc6
JL
137672009-11-19 Juri Linkov <juri@jurta.org>
13768
13769 * minibuffer.el (completions-format): New defcustom.
13770 (completion--insert-strings): Implement vertical format.
13771
13772 * simple.el (switch-to-completions): Move point to the first
13773 completion when point was at the beginning of the buffer.
13774
da205913
JL
137752009-11-19 Juri Linkov <juri@jurta.org>
13776
13777 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
13778
13779 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
13780
0b8ee421
CY
137812009-11-19 Chong Yidong <cyd@stupidchicken.com>
13782
13783 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
13784 (mail-signature): Change default to t.
13785 (mail-from-style): Deprecate `system-default' value.
13786 (mail-insert-from-field): For default value of mail-from-style,
13787 default to `angles' unless `angles' needs quoting and `parens'
13788 does not.
13789 (mail-citation-prefix-regexp): Use citation regexp from
13790 message-mode.
13791
4265deab
MA
137922009-11-19 Michael Albinus <michael.albinus@gmx.de>
13793
acca02b0
SM
13794 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13795 Set variables for computing the prompt for reading password.
4265deab 13796
27cacd2d
GM
137972009-11-19 Glenn Morris <rgm@gnu.org>
13798
470bce7d
GM
13799 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
13800
7e705a1d
GM
13801 * textmodes/flyspell.el (sgml-lexical-context): Declare.
13802
27cacd2d
GM
13803 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
13804 (newsticker-treeview-listwindow-height): Fix custom type.
13805
b2f0be0f
KH
138062009-11-19 Kenichi Handa <handa@m17n.org>
13807
13808 * descr-text.el (describe-char-padded-string): Compose with TAB
13809 only if there's a font for CH.
02e1b488 13810 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 13811
03446045 138122009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
13813
13814 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 13815 more accurate version of the regexp. (Bug#3910)
b96337b0 13816
03446045 138172009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
13818
13819 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
13820
e0620570
JB
138212009-11-18 Juanma Barranquero <lekktu@gmail.com>
13822
13823 * font-setting.el (font-use-system-font): Declare for byte-compiler.
13824 (font-setting-change-default-font): Fix typo in docstring.
13825
6cc6582e
AM
138262009-11-18 Alan Mackenzie <acm@muc.de>
13827
13828 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
13829
dfb3c4c6
JD
138302009-11-17 Jan Djärv <jan.h.d@swipnet.se>
13831
02e1b488 13832 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
13833
13834 * cus-start.el (all): ... to here.
13835
e268e987
MA
138362009-11-17 Michael Albinus <michael.albinus@gmx.de>
13837
13838 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
13839 Don't set `ad-return-value' if `ad-do-it' doesn't.
13840
303ffde8
MA
13841 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
13842 modification time.
13843
637fa988
JD
138442009-11-17 Jan Djärv <jan.h.d@swipnet.se>
13845
13846 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 13847 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
13848
13849 * loadup.el: If feature system-font-setting or font-render-setting is
13850 there, load font-setting.
13851
02e1b488 13852 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
13853 * font-setting.el: New file.
13854
1d16a255
GM
138552009-11-17 Glenn Morris <rgm@gnu.org>
13856
13857 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
13858
2d84f804
GM
13859 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
13860 Preserve point in the list buffer. (Bug#4939)
13861 Use point-at-eol.
13862 (newsticker--treeview-list-update-highlight)
13863 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
13864
14467b99
JB
138652009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13866
13867 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
13868 Remove.
13869
13870 * calc/calc-ext.el (calc-init-extensions): Remove references to
13871 symclip.
13872
13873 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
13874
13875 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 13876 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
13877 `calc-symclip'.
13878
e3c39c01
KR
138792009-11-16 Kevin Ryde <user42@zip.com.au>
13880
02e1b488 13881 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 13882 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 13883
497de631
KR
13884 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
13885 (lm-keywords-list): Allow comma-only separator like "foo,bar".
13886 Ignore trailing spaces by omit-nulls to split-string (fixing
13887 regression from Emacs 21 due to the incompatible split-string
14467b99 13888 change). (Bug #4928.)
497de631 13889
48b27575
DN
138902009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13891
5237d741 13892 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
13893 (vc-print-log-internal): Insert buttons to request more entries
13894 when limiting the output.
13895
13896 * vc-sccs.el (vc-sccs-print-log):
13897 * vc-rcs.el (vc-rcs-print-log):
13898 * vc-cvs.el (vc-cvs-print-log):
13899 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
13900 LIMIT is non-nil.
13901
d3e97185
MA
139022009-11-16 Michael Albinus <michael.albinus@gmx.de>
13903
13904 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
13905 error when `tramp-gvfs-dbus-event-vector' is set.
13906 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
13907
68d87786
SM
139082009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13909
13910 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
13911
c0a39702
MA
139122009-11-16 Michael Albinus <michael.albinus@gmx.de>
13913
13914 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 13915 (dbus-register-property): Register the handlers of
c0a39702
MA
13916 "org.freedesktop.DBus.Properties" for SERVICE.
13917 (dbus-property-handler): Fix docstring.
13918
1e857121
YM
139192009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13920
13921 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
13922 Quote doc string reference in defvaralias as it is not in special form.
13923 (byte-compile-output-docform): Doc fix.
13924
887484c1
JB
139252009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13926
13927 * calc/calc.el (math-2-word-size, math-half-2-word-size)
13928 (calc-complement-signed-mode): New variables.
13929 (calc-set-mode-line): Add indicator for twos-complements.
13930 (math-format-number): Format twos-complement notation.
13931
13932 * calc/calc-bin.el (calc-word-size): Reset the variables
13933 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
13934 (math-format-complement-signed, math-symclip, calcFunc-symclip)
13935 (calc-symclip): New functions.
887484c1
JB
13936
13937 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
13938
68d87786
SM
13939 * calc/calc-embed.el (calc-embedded-mode-vars):
13940 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
13941
13942 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 13943 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
13944
13945 * calc/calc-ext.el (math-read-number-fancy): Read complement
13946 signed numbers.
68d87786
SM
13947 (calc-init-extensions): Add binding for `calc-symclip'.
13948 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
13949
13950 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
13951 `calc-symclip'.
68d87786 13952 (calc-modes-menu): Add item for twos complement mode.
887484c1 13953
5237d741 13954 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 13955
4cf1d7e3
CY
139562009-11-15 Chong Yidong <cyd@stupidchicken.com>
13957
13958 * register.el (jump-to-register, insert-register): Handle Semantic
13959 tags. From commented-out advice in semantic/senator.el.
13960
f8e65267
DN
139612009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
13962
6616006b
DN
13963 * vc.el (vc-log-show-limit): New variable.
13964 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
13965 when using a prefix argument.
13966 (vc-print-log-internal): Add new argument LIMIT.
13967
13968 * vc-svn.el (vc-svn-print-log):
13969 * vc-mtn.el (vc-mtn-print-log):
13970 * vc-hg.el (vc-hg-print-log):
13971 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 13972 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
13973 non-optional.
13974
13975 * vc-sccs.el (vc-sccs-print-log):
13976 * vc-rcs.el (vc-rcs-print-log):
13977 * vc-git.el (vc-git-print-log):
13978 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
13979 ignore it. Make the BUFFER argument non-optional
13980
f8e65267
DN
13981 * bindings.el (mode-line-buffer-identification): Do not purecopy.
13982
0566c4bc
CY
139832009-11-15 Chong Yidong <cyd@stupidchicken.com>
13984
7cce3c91
CY
13985 * dired.el (dired-mode-map): Move encryption items to "Operate"
13986 menu (Bug#4703).
13987
d7063de9
CY
13988 * strokes.el (strokes-update-window-configuration): Make strokes
13989 buffer current before erasing (Bug#4906).
13990
0fc10137
JL
139912009-11-15 Juri Linkov <juri@jurta.org>
13992
13993 * simple.el (set-mark-default-inactive): Add :type, :group
13994 and :version. (Bug#4876)
13995
f5fce4ec
MA
139962009-11-15 Michael Albinus <michael.albinus@gmx.de>
13997
13998 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
13999 (archive-unique-fname): ... here. (Bug#4929)
14000
8d720a00
SM
140012009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14002
589888fe
SM
14003 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
14004 with a real fix.
14005
8d720a00
SM
14006 * novice.el (disabled-command-function): Add useful args.
14007 Setup the help buffer so that [back] works.
14008 Remove redundant call to help-mode.
14009 (disabled-command-function): Use `case'.
14010 (en/disable-command): New function extracted from enable-command.
14011 (enable-command, disable-command): Use it.
14012
a61344d6
GM
140132009-11-14 Glenn Morris <rgm@gnu.org>
14014
497f0cdd
GM
14015 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
14016 constants. (Bug#4913)
14017
a61344d6
GM
14018 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
14019
d501801e
GM
140202009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
14021
14022 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
14023 defined in C that have no doc-strings. (Bug#1063)
14024
5af27ac2
GM
140252009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
14026
14027 * cus-edit.el (data, files):
14028 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
14029
aec5395b
CY
140302009-11-14 Chong Yidong <cyd@stupidchicken.com>
14031
e7791447
CY
14032 * simple.el (shell-command): Doc fix (Bug#4891).
14033
aec5395b
CY
14034 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
14035
7a41cd7f
GM
140362009-11-14 Glenn Morris <rgm@gnu.org>
14037
c3583c94
GM
14038 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
14039 statements for vc-diff, emerge-quit, and rmail-cease-edit.
14040 If they are already loaded, eval-after-load will do the right thing.
14041
73900d1f
GM
14042 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
14043 compiling.
14044
0028351d
GM
14045 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
14046
f6714ede
GM
14047 * simple.el (x-selection-owner-p): Declare.
14048 (read-mail-command): Use custom radio type rather than choice.
14049 (completion-no-auto-exit): Doc fix.
14050
7a41cd7f 14051 * custom.el (defgroup):
5af27ac2 14052 * epg-config.el (epg): Doc fixes.
7a41cd7f 14053
2d0659ec
DN
140542009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
14055
14056 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
14057 * international/ccl.el (define-ccl-program): Do not purecopy the
14058 docstring, defconst does it anyway.
14059
7fdbcd83
SM
140602009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14061
d499c5b9
SM
14062 * add-log.el (add-change-log-entry): Avoid displaying the changelog
14063 a second time.
14064
7fdbcd83
SM
14065 * x-dnd.el (x-dnd-maybe-call-test-function):
14066 * window.el (split-window-vertically):
14067 * whitespace.el (whitespace-help-on):
14068 * vc-rcs.el (vc-rcs-consult-headers):
14069 * userlock.el (ask-user-about-lock-help)
14070 (ask-user-about-supersession-help):
14071 * type-break.el (type-break-force-mode-line-update):
14072 * time-stamp.el (time-stamp-conv-warn):
14073 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 14074 (te-sentinel, terminal-emulator):
7fdbcd83
SM
14075 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
14076 (term-write-input-ring, term-check-source, term-start-output-log):
14077 (term-display-buffer-line, term-dynamic-list-completions):
14078 (term-ansi-make-term, serial-term):
14079 * subr.el (selective-display):
14080 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14081 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
14082 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
14083 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
14084 (speedbar-remove-localized-speedbar-support)
14085 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
14086 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
14087 (speedbar-buffers-line-directory):
14088 * simple.el (shell-command-on-region, append-to-buffer)
14089 (prepend-to-buffer):
14090 * shadowfile.el (shadow-save-todo-file):
14091 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
14092 (scroll-bar-maybe-set-window-start):
14093 * sb-image.el (speedbar-image-dump):
14094 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
14095 (load-save-place-alist-from-file):
14096 * ps-samp.el (ps-print-message-from-summary):
14097 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
14098 (ps-background-image, ps-begin-job, ps-do-despool):
14099 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
14100 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
14101 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
14102 (pr-call-process, pr-file-list, pr-interface-save):
14103 * novice.el (disabled-command-function)
14104 (enable-command, disable-command):
14105 * mouse.el (mouse-buffer-menu-alist):
14106 * mouse-copy.el (mouse-kill-preserving-secondary):
14107 * macros.el (kbd-macro-query):
14108 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
14109 * informat.el (batch-info-validate):
14110 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
14111 * hippie-exp.el (try-expand-dabbrev-visible):
14112 * help-mode.el (help-make-xrefs):
14113 * help-fns.el (describe-variable):
14114 * generic-x.el (bat-generic-mode-run-as-comint):
14115 * finder.el (finder-mouse-select):
14116 * find-dired.el (find-dired-sentinel):
14117 * filesets.el (filesets-file-close):
14118 * files.el (list-directory):
14119 * faces.el (list-faces-display, describe-face):
14120 * facemenu.el (list-colors-display):
14121 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
14122 * epg.el (epg--process-filter, epg-cancel):
14123 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
14124 (epa--read-signature-type):
14125 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
14126 (emerge-file-names):
14127 * ehelp.el (electric-helpify):
14128 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
14129 * ediff-vers.el (rcs-ediff-view-revision):
14130 * ediff-util.el (ediff-setup):
14131 * ediff-mult.el (ediff-append-custom-diff):
14132 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
14133 (ediff-wordify):
14134 * echistory.el (Electric-command-history-redo-expression):
14135 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14136 * disp-table.el (describe-display-table):
14137 * dired.el (dired-find-buffer-nocreate):
14138 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
14139 * dabbrev.el (dabbrev--same-major-mode-p):
14140 * chistory.el (list-command-history):
14141 * apropos.el (apropos-documentation):
14142 * allout.el (allout-obtain-passphrase):
14143 (allout-copy-exposed-to-buffer):
14144 (allout-verify-passphrase): Use with-current-buffer.
14145
2ccbc060
GM
141462009-11-13 Glenn Morris <rgm@gnu.org>
14147
14148 * Makefile.in (ELCFILES): Regenerate.
14149
b172ed20
MA
141502009-11-13 Michael Albinus <michael.albinus@gmx.de>
14151
7fdbcd83
SM
14152 * net/dbus.el (dbus-registered-objects-table): Rename from
14153 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
14154 (dbus-unregister-object): Unregister also properties.
14155 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14156 Use a timeout of 500 msec, in order to not block.
14157 (dbus-register-property, dbus-property-handler): New defuns.
14158
e96d62cd
SM
141592009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14160
14161 * simple.el (minibuffer-default-add-completions): Drop deprecated
14162 4th arg.
14163
14bd267d
EZ
141642009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
14165
e96d62cd
SM
14166 * textmodes/artist.el (artist-mouse-choose-operation):
14167 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 14168 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
14169 (artist-compute-up-event-key): New function.
14170 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
14171
bf89fd7b
KH
141722009-11-13 Kenichi Handa <handa@m17n.org>
14173
14174 * language/japan-util.el: Make sure that the value of jisx0208
14175 property is jisx0208 character.
14176
f70b8925
DN
141772009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
14178
14179 * international/mule.el (auto-coding-regexp-alist): Only purecopy
14180 car or each item, not the whole list.
14181
4d93a9e0
SM
141822009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
14183
14184 * minibuffer.el (minibuffer-completion-help):
14185 Use minibuffer-hide-completions.
14186
05404988
SM
141872009-11-12 Per Starbäck <per@starback.se> (tiny change)
14188
14189 * dired.el (dired-save-positions, dired-restore-positions): New funs.
14190 (dired-revert): Use them (bug#4880).
14191
5297bc10
DN
141922009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14193
14194 * tooltip.el (tooltip-frame-parameters): Undo previous change.
14195
e2685eb7
JL
141962009-11-12 Juri Linkov <juri@jurta.org>
14197
14198 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
14199 New functions.
14200 (find-file-literally-at-point): Alias of `ffap-literally'.
14201
76410c3e
DN
142022009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14203
6d341a2a
DN
14204 * textmodes/ispell.el (ispell-skip-region-alist):
14205 * textmodes/css-mode.el (auto-mode-alist):
14206 * progmodes/compile.el (auto-mode-alist):
14207 * international/mule.el (ctext-non-standard-encodings-alist)
14208 (ctext-non-standard-encodings-regexp):
14209 * simple.el (shell-command-switch, text-read-only):
14210 * replace.el (occur-mode-map):
14211 * paths.el (rmail-file-name):
14212 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
14213 * find-file.el (ff-special-constructs):
14214 * files.el (file-name-handler-alist):
14215 * composite.el: Purecopy strings.
14216
76410c3e
DN
14217 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
14218
aaa448c9
DN
142192009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14220
14221 * widget.el (define-widget): Purecopy the docstring.
14222 * international/mule-cmds.el (charset): Do not purecopy the
14223 docstring here, define-widget does it.
14224
14225 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
14226 * textmodes/bibtex-style.el (auto-mode-alist):
14227 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14228 * progmodes/compile.el (compile-command):
14229 * language/korea-util.el (default-korean-keyboard):
14230 * international/mule-conf.el (file-coding-system-alist):
14231 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
14232 * tooltip.el (tooltip-frame-parameters):
14233 * newcomment.el (comment-end, comment-padding):
14234 * dired.el (dired-trivial-filenames):
14235 * comint.el (comint-file-name-prefix): Purecopy initial values.
14236
bbe650fd
MA
142372009-11-11 Michael Albinus <michael.albinus@gmx.de>
14238
14239 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
14240 (tramp-advice-minibuffer-electric-tilde): Unload advices via
14241 `tramp-unload'.
14242 (tramp-advice-make-auto-save-file-name)
14243 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
14244 after removing the advice.
14245
6bdad9ae
DN
142462009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14247
2f7f4bee
DN
14248 * progmodes/grep.el (grep-regexp-alist):
14249 * international/mule-cmds.el (iso-2022-control-alist):
14250 * emacs-lisp/timer.el (timer-duration-words):
14251 * subr.el (version-separator, version-regexp-alist):
14252 * minibuffer.el (completion-styles-alist):
14253 * faces.el (face-attribute-name-alist, list-faces-sample-text):
14254 Change defvars to defconsts.
14255
a042de45
DN
14256 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
14257 * loadup.el ("international/mule-conf"): Load the byte compiled version.
14258 * international/mule-conf.el: Allow to be byte compiled.
14259
3b6acc72
DN
14260 * international/mule.el (define-charset): Purecopy props.
14261 (load-with-code-conversion): Purecopy doc string and file name.
14262 (put-charset-property): Purecopy strings.
14263 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
14264
1c2efdfb 14265 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
14266 (define-char-code-property): Correctly purecopy the table.
14267
62591911
DN
14268 * international/ccl.el (define-ccl-program): Purecopy the docstring.
14269
8b908da6
DN
14270 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
14271
ff917d63
DN
14272 * subr.el (add-hook): Purecopy strings.
14273 (eval-after-load): Purecopy load-history-regexp and the form.
14274
af89cf77
DN
14275 * custom.el (custom-declare-group): Purecopy load-file-name.
14276
a3c20c83 14277 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
14278 * net/eudc.el (eudc-tools-menu):
14279 * international/mule-cmds.el (set-coding-system-map)
14280 (mule-menu-keymap):
14281 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14282 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
14283 * replace.el (occur-mode-map):
14284 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 14285 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
14286 (menu-bar-custom-menu, menu-bar-showhide-menu)
14287 (menu-bar-options-menu, menu-bar-tools-menu)
14288 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
14289 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
14290 (menu-bar-help-menu):
14291 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
14292 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
14293
6bdad9ae
DN
14294 * term/x-win.el (x-gtk-stock-map):
14295 * progmodes/vera-mode.el (auto-mode-alist):
14296 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
14297 (inferior-lisp-program, inferior-lisp-load-command):
14298 * progmodes/hideshow.el (hs-special-modes-alist):
14299 * progmodes/gud.el (same-window-regexps):
14300 * progmodes/grep.el (grep-program, find-program, xargs-program):
14301 * net/telnet.el (same-window-regexps):
14302 * net/rlogin.el (same-window-regexps):
14303 * language/ethiopic.el (font-ccl-encoder-alist):
14304 * vc-sccs.el (vc-sccs-master-templates):
14305 * vc-rcs.el (vc-rcs-master-templates):
14306 * subr.el (cl-assertion-failed):
14307 * simple.el (next-error-overlay-arrow-position):
14308 * lpr.el (lpr-command):
14309 * locate.el (locate-ls-subdir-switches):
14310 * info.el (same-window-regexps, info)
14311 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14312 * image-mode.el (image-mode, auto-mode-alist):
14313 * hippie-exp.el (hippie-expand-ignore-buffers):
14314 * format.el (format-alist):
14315 * find-dired.el (find-ls-subdir-switches, find-grep-options)
14316 (find-name-arg):
14317 * facemenu.el (facemenu-keybindings):
14318 * dired.el (dired-listing-switches, dired-chown-program):
14319 * diff.el (diff-switches, diff-command):
14320 * cus-edit.el (same-window-regexps):
14321 * bindings.el (mode-line-mule-info)
14322 (mode-line-buffer-identification): Purecopy strings.
14323
e0987650
JL
143242009-11-11 Juri Linkov <juri@jurta.org>
14325
3570691b 14326 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
14327 Tell the byte-compiler about dired-get-filename.
14328 (shell-command): In Dired mode, get filename from the current line
14329 as the default value.
14330
b16ff465
GM
143312009-11-10 Glenn Morris <rgm@gnu.org>
14332
e8a11b22
GM
14333 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
14334 * calendar/holidays.el, progmodes/cperl-mode.el:
14335 Update x-popup-menu declarations.
14336
b16ff465
GM
14337 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
14338 (list-load-path-shadows): Use dolist.
14339 (list-load-path-shadows): Use with-current-buffer.
14340
032c3399
JL
143412009-11-10 Juri Linkov <juri@jurta.org>
14342
14343 * minibuffer.el (read-file-name): Support a list of default values
14344 in `default-filename'. Use the first file name where only one
14345 element is required. Doc fix.
14346
8fb1629f
MA
143472009-11-09 Michael Albinus <michael.albinus@gmx.de>
14348
14349 * net/dbus.el (dbus-unregister-object): Release service, if no
14350 other method is registered for it.
14351
a51203ee 143522009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
14353
14354 * bookmark.el (bookmark-completing-read): Sort bookmark names if
14355 bookmark-sort-flag is non-nil (Bug#4653).
14356
9bf7dc8a
CY
143572009-11-08 Chong Yidong <cyd@stupidchicken.com>
14358
15207e74
CY
14359 * emulation/cua-base.el: Add CUA property to some CC mode commands
14360 (Bug#4100).
14361
8bf7ed70
KR
143622009-11-08 Kevin Ryde <user42@zip.com.au>
14363
14364 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 14365 at end of sentence (Bug#4818).
8bf7ed70 14366
951802d0
CY
143672009-11-08 Jared Finder <jfinder@crypticstudios.com>
14368
14369 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14370 Handle "see declaration of" MSFT statements (Bug#4100).
14371
e8244310
MA
143722009-11-08 Michael Albinus <michael.albinus@gmx.de>
14373
14374 * net/tramp.el (tramp-advice-make-auto-save-file-name)
14375 (tramp-advice-file-expand-wildcards): Unload via
14376 `ad-remove-advice'.
14377
14378 * net/trampver.el: Update release number.
14379
a51203ee 143802009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
14381
14382 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
14383 `ad-do-it'.
14384
a51203ee 143852009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
14386
14387 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
14388 in order to keep context in SELinux.
14389
bedd8a58
CY
143902009-11-08 Chong Yidong <cyd@stupidchicken.com>
14391
14392 * dired-aux.el (dired-query): Place cursor in echo area and allow
14393 C-g.
14394
14395 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
14396 menu item if not on a directory (Bug#4701).
14397
0484d600
MA
143982009-11-07 Michael Albinus <michael.albinus@gmx.de>
14399
14400 Sync with Tramp 2.1.17.
14401
14402 * net/tramp.el (tramp-handle-copy-directory): Don't use
14403 `file-remote-p' (due to compatibility).
14404
14405 * net/tramp-compat.el (tramp-compat-copy-directory)
14406 (tramp-compat-delete-directory): New defuns.
14407
14408 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
14409 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
14410 Use `tramp-compat-delete-directory'.
0484d600
MA
14411
14412 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
14413 (tramp-smb-handle-delete-directory):
14414 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
14415
14416 * net/trampver.el: Update release number.
14417
b42b2189
CY
144182009-11-07 Chong Yidong <cyd@stupidchicken.com>
14419
6960d7b9
CY
14420 * tar-mode.el (tar-copy): Call write-region on the right buffer
14421 (Bug#4857).
14422
b42b2189
CY
14423 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
14424 by hand, if necessary (Bug#4878).
14425
0ad57dfd
CY
144262009-11-06 Chong Yidong <cyd@stupidchicken.com>
14427
d19e23ae
CY
14428 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
14429 align size column (Bug#4839).
14430
0ad57dfd
CY
14431 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
14432 statement.
14433
0b7f397c
DN
144342009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
14435
14436 * progmodes/ld-script.el (auto-mode-alist):
14437 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
14438
14439 * cus-face.el (custom-declare-face): Purecopy face spec.
14440
495bd5ca
KH
144412009-11-06 Kenichi Handa <handa@m17n.org>
14442
14443 * international/uni-bidi.el: Re-generated.
14444 * international/uni-category.el: Re-generated.
14445 * international/uni-combining.el: Re-generated.
14446 * international/uni-mirrored.el: Re-generated.
14447
1e8780b1
DN
144482009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
14449
14450 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
14451 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
14452 (tex-start-options, slitex-run-command, latex-run-command)
14453 (tex-run-command, tex-directory):
14454 * textmodes/ispell.el (ispell-html-skip-alists)
14455 (ispell-tex-skip-alists, ispell-tex-skip-alists):
14456 * textmodes/fill.el (adaptive-fill-first-line-regexp):
14457 (adaptive-fill-regexp):
14458 * textmodes/dns-mode.el (auto-mode-alist):
14459 * progmodes/python.el (interpreter-mode-alist):
14460 * progmodes/etags.el (tags-compression-info-list):
14461 * progmodes/etags.el (tags-file-name):
14462 * net/browse-url.el (browse-url-galeon-program)
14463 (browse-url-firefox-program):
14464 * mail/sendmail.el (mail-signature-file)
14465 (mail-citation-prefix-regexp):
14466 * international/mule-conf.el (eight-bit):
14467 * international/latexenc.el (latex-inputenc-coding-alist):
14468 * international/fontset.el (x-pixel-size-width-font-regexp):
14469 * emacs-lisp/warnings.el (warning-type-format):
14470 * emacs-lisp/trace.el (trace-buffer):
14471 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
14472 (emacs-lisp-mode-map):
14473 * calendar/holidays.el (holiday-solar-holidays)
14474 (holiday-bahai-holidays, holiday-islamic-holidays)
14475 (holiday-christian-holidays, holiday-hebrew-holidays)
14476 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
14477 (hebrew-holidays-1, holiday-oriental-holidays)
14478 (holiday-general-holidays):
14479 * x-dnd.el (x-dnd-known-types):
14480 * tool-bar.el (tool-bar):
14481 * startup.el (site-run-file):
14482 * shell.el (shell-dumb-shell-regexp):
14483 * rfn-eshadow.el (file-name-shadow-tty-properties)
14484 (file-name-shadow-properties):
14485 * paths.el (remote-shell-program, news-directory):
14486 * mouse.el ([C-down-mouse-3]):
14487 * menu-bar.el (menu-bar-tools-menu):
14488 * jka-cmpr-hook.el (jka-compr-load-suffixes)
14489 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
14490 (jka-compr-compression-info-list):
14491 * isearch.el (search-whitespace-regexp):
14492 * image-file.el (image-file-name-extensions):
14493 * find-dired.el (find-ls-option):
14494 * files.el (directory-listing-before-filename-regexp)
14495 (directory-free-space-args, insert-directory-program)
14496 (list-directory-brief-switches, magic-fallback-mode-alist)
14497 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
14498 (automount-dir-prefix):
14499 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
14500 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
14501 (face-font-registry-alternatives, face-font-registry-alternatives)
14502 (face-font-family-alternatives):
14503 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
14504 (facemenu-foreground-menu, facemenu-face-menu):
14505 * epa-hook.el (epa-file-name-regexp):
14506 * dnd.el (dnd-protocol-alist):
14507 * textmodes/rst.el (auto-mode-alist):
a51203ee 14508 * button.el (default-button): Purecopy strings.
1e8780b1 14509
0adae11f
GM
145102009-11-06 Glenn Morris <rgm@gnu.org>
14511
14512 * Makefile.in (ELCFILES): Update.
14513
2adaf057
SM
145142009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
14515
8f72f03c
SM
14516 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
14517 * emacs-lisp/levents.el: Move to obsolete/levents.el.
14518
2adaf057
SM
14519 * nxml/xsd-regexp.el (xsdre-gen-categories):
14520 * nxml/xmltok.el (xmltok-parse-entity):
14521 * nxml/rng-parse.el (rng-parse-validate-file):
14522 * nxml/rng-maint.el (rng-format-manual)
14523 (rng-manual-output-force-new-line):
14524 * nxml/rng-loc.el (rng-save-schema-location-1):
14525 * nxml/rng-cmpct.el (rng-c-parse-file):
14526 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
14527 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
14528
14862301
SM
145292009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
14530
bf0b361c 14531 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
14532 Remove extra save-excursions and make-variable-buffer-local's.
14533 Suggested by Stefan Monnier.
14534
14535 (verilog-getopt-file, verilog-module-inside-filename-p)
14536 (verilog-set-define): Merge GNU 1.35 and repair changes from
14537 switching to using with-current-buffer.
14538
14539 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
14540 being treated as a number and confusing AUTORESET.
14541 Reported by Dan Dever.
14542
14543 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
14544 Add verilog-auto-ignore-concat to fix backward compatibility with
14545 older verilog-modes. Reported by Dan Katz.
14546
14547 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
14548 containing closing anchors "...$".
14549
14550 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
14551 Reported by Wade Smith.
14552
48c2d18a 14553 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
14554
145552009-11-05 Michael McNamara <mac@mail.brushroad.com>
14556
bf0b361c
JB
14557 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
14558 for labels.
14862301
SM
14559
14560 (verilog-label-re, verilog-calc-1): Support proper indent of named
14561 asserts.
14562
14563 (verilog-backward-token, verilog-basic-complete-re)
14564 (verilog-beg-of-statement, verilog-indent-re): Support proper
14565 indent of the assert statement at the beginning of a block of text.
14566
14567 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
14568 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
14569 tokens as begins.
14570
4f8f657f
GM
145712009-11-05 Glenn Morris <rgm@gnu.org>
14572
775adc51
GM
14573 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
14574 Emacs 19. (Bug#1531)
14575 (byte-compile-fix-header): Update for the above change.
14576 Drop test for epoch::version.
14577
4ad6a5e7 14578 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
14579 * cus-dep.el (custom-make-dependencies):
14580 * finder.el (finder-compile-keywords):
14581 Use autoload-rubric's feature argument.
4ad6a5e7 14582
4f8f657f
GM
14583 * calendar/diary-lib.el (top-level): Make load behave more like require.
14584
881e4184
GM
14585 * vc-git.el (vc-git-stash-map): Move definition before use.
14586
ba214964 145872009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 14588
b6f8ba09
DN
14589 * custom.el (custom-declare-group): Purecopy standard-value.
14590 (custom-declare-group): Purecopy custom-prefix.
14591
7fdbcd83
SM
14592 * international/mule.el (load-with-code-conversion):
14593 Call do-after-load-evaluation unconditionally.
eb6f577b 14594
f6195dfb
DN
14595 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
14596
56f14120
SM
145972009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
14598
14599 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
14600
e5c89ce9
GM
146012009-11-04 Glenn Morris <rgm@gnu.org>
14602
14603 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
14604 (byte-compile-compatibility): Remove option.
14605 (byte-compile-close-variables, byte-compile-fix-header)
14606 (byte-compile-insert-header, byte-compile-output-docform)
14607 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
14608 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
14609 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
14610 (byte-compile-insert, byte-compile-defun):
14611 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
14612 (byte-defop-compiler19): Remove.
14613 Without byte-compile-compatibility, the 'emacs19-opcode property is not
14614 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 14615
e24f42ab
JL
146162009-11-04 Juri Linkov <juri@jurta.org>
14617
14618 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
14619 (menu-bar-options-menu): Don't quote the `prop' arg of
14620 `menu-bar-make-mm-toggle'.
14621
d3d5f4f5
JB
146222009-11-04 Juanma Barranquero <lekktu@gmail.com>
14623
14624 * calendar/calendar.el (cal-loaddefs):
14625 * calendar/diary-lib.el (diary-loaddefs):
14626 * calendar/holidays.el (hol-loaddefs):
14627 * eshell/esh-module.el (esh-groups): Load rather than require.
14628
6e39d3b2
SM
146292009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14630
e96d62cd
SM
14631 * calendar/todo-mode.el (todo-add-category): Don't hardcode
14632 point-min==1.
7e83e8b4
SM
14633 (todo-top-priorities): Only display-buffer when called interactively.
14634 (todo-item-start): Don't save excursion point.
14635 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
14636 (todo-insert-item-here, todo-file-item, todo-remove-item):
14637 Adjust uses of todo-item-start and todo-item-end.
14638
fae4e5b9
SM
14639 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
14640 (autoload-rubric): Don't use any more.
fae4e5b9 14641
6e39d3b2
SM
14642 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
14643 and only put a prop if it is non-nil.
14644
c9753fb4
JL
146452009-11-03 Juri Linkov <juri@jurta.org>
14646
14647 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
14648 (menu-bar-options-menu): Fix list quoting (Bug#4429).
14649
14650 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
14651 and "Menu" to make top-level menu item visually one unit (like
14652 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
14653 multi-word menu items). Fix :help string for quit-window.
14654
db04f33f
GM
146552009-11-03 Glenn Morris <rgm@gnu.org>
14656
2aea6521
GM
14657 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
14658 (byte-compile-file-form-define-abbrev-table)
14659 (byte-compile-file-form-custom-declare-variable)
14660 (byte-compile-variable-ref, byte-compile-defvar):
14661 Whether or not a warning is enabled should only affect whether we issue
14662 the warning, not whether or not we collect the relevant data.
14663 Eg warnings can be turned on and off throughout the course of a file.
14664
db04f33f
GM
14665 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
14666 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
14667
937e6a56
SM
146682009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14669
14670 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
14671 * play/mpuz.el (mpuz-create-buffer):
14672 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
14673 (lm-print-y,s,noise, lm-print-w0, lm-init):
14674 * play/gomoku.el (gomoku-prompt-for-move):
14675 * play/fortune.el (fortune-in-buffer):
14676 * play/dissociate.el (dissociated-press):
14677 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 14678 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
14679 * mail/supercite.el (sc-eref-show):
14680 * mail/smtpmail.el (smtpmail-send-it):
14681 * mail/rmailsum.el (rmail-summary-next-labeled-message)
14682 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
14683 (rmail-summary-undelete-many, rmail-summary-rmail-update)
14684 (rmail-summary-goto-msg, rmail-summary-expunge)
14685 (rmail-summary-get-new-mail, rmail-summary-search-backward)
14686 (rmail-summary-add-label, rmail-summary-output-menu)
14687 (rmail-summary-output-body):
14688 * mail/rfc822.el (rfc822-addresses):
14689 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
14690 * mail/mailpost.el (post-mail-send-it):
14691 * mail/hashcash.el (hashcash-generate-payment):
14692 * mail/feedmail.el (feedmail-run-the-queue)
14693 (feedmail-queue-send-edit-prompt-help-first)
14694 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
14695 (feedmail-deduce-address-list):
14696 * eshell/esh-ext.el (eshell-remote-command):
14697 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
14698 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
14699 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
14700 (viper-save-string-in-file, viper-valid-marker):
14701 * emulation/viper-keym.el (viper-toggle-key):
14702 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
14703 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
14704 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
14705 * emulation/viper-cmd.el (viper-exec-form-in-vi)
14706 (viper-exec-form-in-emacs, viper-brac-function):
14707 * emulation/viper.el (viper-delocalize-var):
14708 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
14709 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
14710 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
14711 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
14712 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
14713 * emulation/edt.el (edt-electric-helpify):
14714 * emulation/cua-rect.el (cua--rectangle-aux-replace):
14715 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
14716 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
14717 (cua-indent-to-global-mark-column):
14718 * calendar/diary-lib.el (calendar-mark-1):
14719 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
14720 Use with-current-buffer.
14721 * emulation/viper.el (viper-delocalize-var): Use dolist.
14722
5b955562
CY
147232009-11-03 Chong Yidong <cyd@stupidchicken.com>
14724
14725 * comint.el (comint-replace-by-expanded-history-before-point):
14726 Replace !! with the previous input string literally (Bug#1795).
14727
6292c599
JB
147282009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
14729
14730 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
14731 to be made up of whitespace.
14732
8368c14e
CY
147332009-11-02 Chong Yidong <cyd@stupidchicken.com>
14734
14735 * minibuffer.el (read-file-name): Don't use file dialogs for
14736 remote directories (Bug#99).
14737
6f750f0d
CY
147382009-11-01 Chong Yidong <cyd@stupidchicken.com>
14739
14740 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
14741
97ab3f47
AS
147422009-11-01 Andreas Schwab <schwab@linux-m68k.org>
14743
14744 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
14745 instead of deleting the window or frame.
14746
673c1168
CY
147472009-10-31 Chong Yidong <cyd@stupidchicken.com>
14748
14749 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
14750 Support face colors.
14751
937e6a56
SM
14752 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
14753 New function. Support face colors (Bug#1168).
673c1168
CY
14754 (tex-common-initialization): Use it.
14755
14756 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
14757 mode allows it (Bug#1168).
14758
c9349f0a
CY
147592009-10-31 Juri Linkov <juri@jurta.org>
14760
14761 * facemenu.el (list-colors-display): Don't mark buffer as
14762 modified (Bug#3948).
14763
ebf5c4f5
CY
147642009-10-31 Chong Yidong <cyd@stupidchicken.com>
14765
6a7662bb
BR
14766 * international/mule-diag.el (list-character-sets-1):
14767 Minor message fix (Bug#3526).
5c2dce75 14768
6a7662bb
BR
14769 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
14770 Fix face property (Bug#4834).
26581f0e
CY
14771 (etags-list-tags, etags-tags-apropos-additional)
14772 (etags-tags-apropos, tags-select-tags-table): Add follow-link
14773 property.
14774
ebf5c4f5
CY
14775 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
14776 items.
14777
9a529312
SM
147782009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14779
14780 * textmodes/two-column.el (2C-split):
14781 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
14782 * textmodes/tex-mode.el (tex-set-buffer-directory):
14783 * textmodes/spell.el (spell-region, spell-string):
14784 * textmodes/reftex.el (reftex-erase-buffer):
14785 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
14786 * textmodes/reftex-toc.el (reftex-toc-promote-action):
14787 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
14788 (reftex-select-item):
14789 * textmodes/reftex-ref.el (reftex-label-info-update)
14790 (reftex-offer-label-menu):
14791 * textmodes/reftex-index.el (reftex-index-change-entry)
14792 (reftex-index-phrases-info):
14793 * textmodes/reftex-global.el (reftex-create-tags-file)
14794 (reftex-save-all-document-buffers, reftex-ensure-write-access):
14795 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
14796 (reftex-view-crossref-from-bibtex):
14797 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
14798 (reftex-extract-bib-entries-from-thebibliography)
14799 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
14800 * textmodes/refbib.el (r2b-capitalize-title):
14801 (r2b-convert-buffer, r2b-help):
14802 * textmodes/page-ext.el (pages-directory)
14803 (pages-directory-goto-with-mouse):
14804 * textmodes/bibtex.el (bibtex-validate-globally):
14805 * textmodes/bib-mode.el (bib-capitalize-title):
14806 * textmodes/artist.el (artist-clear-buffer, artist-system):
14807 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
14808 (local-set-scheme-interaction-buffer, xscheme-process-filter)
14809 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
14810 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
14811 (xscheme-send-control-g-interrupt, xscheme-start-process)
14812 (xscheme-process-sentinel, xscheme-cd):
14813 * progmodes/verilog-mode.el (verilog-read-always-signals)
14814 (verilog-set-define, verilog-getopt-file)
14815 (verilog-module-inside-filename-p):
14816 * progmodes/sh-script.el:
14817 * progmodes/python.el (python-pdbtrack-get-source-buffer)
14818 (python-pdbtrack-grub-for-buffer, python-execute-file):
14819 * progmodes/octave-inf.el (inferior-octave):
14820 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14821 (idlwave-shell-compile-helper-routines, idlwave-set-local)
14822 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
14823 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
14824 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
14825 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
14826 (idlwave-shell-filter, idlwave-shell-examine-highlight)
14827 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
14828 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
14829 (idlwave-shell-examine-display, idlwave-shell-run-region)
14830 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
14831 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
14832 * progmodes/idlw-help.el (idlwave-help-get-special-help)
14833 (idlwave-help-get-help-buffer):
14834 * progmodes/gud.el (gud-basic-call, gud-find-class)
14835 (gud-tooltip-activate-mouse-motions-if-enabled):
14836 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
14837 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
14838 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
14839 (ebrowse-tags-next-file):
14840 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
14841 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
14842 (ebnf-eps-finish-and-write):
14843 * progmodes/cpp.el (cpp-edit-save):
14844 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
14845 * progmodes/cc-defs.el (c-emacs-features):
14846 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
14847 (antlr-directory-dependencies):
14848 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
14849 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
14850 (ada-find-any-references, ada-make-filename-from-adaname)
14851 (ada-make-body-gnatstub):
14852 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 14853 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
14854 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
14855 * net/rcirc.el (rcirc-debug):
14856 * net/newst-treeview.el (newsticker--treeview-list-add-item)
14857 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
14858 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
14859 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 14860 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
14861 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
14862 (newsticker--treeview-list-clear-highlight)
14863 (newsticker--treeview-list-update-highlight)
14864 (newsticker--treeview-list-highlight-start)
14865 (newsticker--treeview-tree-update-highlight)
14866 (newsticker--treeview-get-selected-item)
14867 (newsticker-treeview-mark-list-items-old)
14868 (newsticker--treeview-set-current-node):
14869 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
14870 * net/newst-backend.el (newsticker--get-news-by-funcall)
14871 (newsticker--get-news-by-wget, newsticker--image-get)
14872 (newsticker--image-sentinel):
14873 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
14874 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
14875 (eudc-ph-close-session):
14876 * net/eudc.el (eudc-save-options):
14877 * language/thai-word.el (thai-update-word-table):
14878 * language/japan-util.el (japanese-string-conversion):
14879 * international/titdic-cnv.el (tsang-quick-converter)
14880 (ziranma-converter, ctlau-converter):
14881 * international/mule-cmds.el (describe-language-environment):
14882 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
14883 (skkdic-convert-postfix, skkdic-convert-prefix):
14884 (skkdic-convert-okuri-nasi, skkdic-convert):
14885 * emacs-lisp/re-builder.el (reb-update-overlays):
14886 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
14887 * emacs-lisp/gulp.el (gulp-send-requests):
14888 * emacs-lisp/find-gc.el (trace-call-tree):
14889 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
14890 (eieio-describe-generic):
14891 * emacs-lisp/eieio-base.el (eieio-persistent-read):
14892 * emacs-lisp/edebug.el (edebug-outside-excursion):
14893 * emacs-lisp/debug.el (debugger-make-xrefs):
14894 * emacs-lisp/cust-print.el (custom-prin1-to-string):
14895 * emacs-lisp/chart.el (chart-new-buffer):
14896 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
14897 Use with-current-buffer.
14898 * textmodes/artist.el (artist-system): Don't call
14899 copy-sequence on a fresh string.
14900 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
14901
d566f228
GM
149022009-10-31 Stephen Berman <stephen.berman@gmx.net>
14903
14904 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 14905 is no item to edit. (Bug#4820)
d566f228 14906 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 14907 buffer. (Bug#4820)
d566f228 14908
f3628edd
GM
149092009-10-31 Glenn Morris <rgm@gnu.org>
14910
5cf3709c
GM
14911 * net/ange-ftp.el (top-level): Don't require dired when compiling.
14912 (comint-last-output-start, comint-last-input-start)
14913 (comint-last-input-end): Don't defvar when compiling.
14914 (ange-ftp-process-file): Use bound-and-true-p.
14915
4c814fd2
GM
14916 * pcmpl-rpm.el (top-level): Move provide statement to end.
14917 (pcmpl-rpm): Remove unused custom group.
14918
113b8dcc
GM
14919 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
14920
31c615e4
GM
14921 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
14922
416d3588
GM
14923 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14924 (byte-compile-warnings): Add `constants' as an option.
14925 (byte-compile-callargs-warn, byte-compile-arglist-warn)
14926 (display-call-tree): Update for byte-compile-fdefinition possibly
14927 returning `(macro lambda ...)'. (Bug#4778)
14928 (byte-compile-variable-ref, byte-compile-setq-default):
14929 Respect `constants' member of byte-compile-warnings.
14930
00f71f39
SM
149312009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14932
14933 * vc-bzr.el (vc-bzr-revision-keywords): New var.
14934 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
14935 to "submit:".
14936
ca0a881a
DN
149372009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
14938
14939 * textmodes/ispell.el (ispell-skip-region-alist):
14940 * international/mule-conf.el (eight-bit):
14941 * international/fontset.el (font-encoding-alist):
14942 * startup.el (pure-space-overflow-message):
14943 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
14944 * paths.el (gnus-nntp-service, rmail-spool-directory)
14945 (term-file-prefix):
14946 * files.el (save-some-buffers-action-alist):
14947 * cmuscheme.el (same-window-buffer-names):
14948 * ielm.el (same-window-buffer-names):
14949 * shell.el (same-window-buffer-names):
14950 * mail/sendmail.el (same-window-buffer-names):
14951 * progmodes/inf-lisp.el (same-window-buffer-names):
14952 * bindings.el (mode-line-client)
14953 (mode-line-column-line-number-mode-map):
14954 * language/tibetan.el (tibetan-precomposition-rule-regexp)
14955 (tibetan-precomposed-regexp): Purecopy string arguments.
14956
b861e45e
SM
149572009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14958
6df9b6d7
SM
14959 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
14960 (calcDigit-nondigit):
14961 * calc/calc-yank.el (calc-copy-to-buffer):
14962 * calc/calc-units.el (calc-invalidate-units-table):
14963 * calc/calc-trail.el (calc-trail-yank):
14964 * calc/calc-store.el (calc-insert-variables):
14965 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
14966 * calc/calc-prog.el (calc-read-parse-table):
14967 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
14968 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
14969 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
14970 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
14971 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
14972 (calc-graph-name, calc-graph-find-command, calc-graph-view)
14973 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
14974 * calc/calc-ext.el (calc-realign):
14975 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
14976 (calc-embedded-finish-edit, calc-embedded-make-info)
14977 (calc-embedded-finish-command, calc-embedded-stack-change):
14978 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
14979
70f44c65
SM
14980 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
14981 shell-dynamic-complete-filename in preference to
14982 comint-dynamic-complete-filename.
14983
b861e45e
SM
14984 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14985 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14986 Don't consider whether the display supports colors.
14987 (bookmark-import-new-list): Use dolist.
14988 (bookmark-bmenu-mode-map): Move initialization into declaration.
14989 (bookmark-bmenu-list): Use dolist, simplify.
14990 (bookmark-show-all-annotations): Use save-selected-window and dolist.
14991 (menu-bar-final-items): Use push.
14992
8549241d 149932009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
14994
14995 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
14996 it works on remote files.
14997 (vc-hg-diff): Don't pass any `--cwd' argument.
14998
30644573
KR
149992009-10-27 Kevin Ryde <user42@zip.com.au>
15000
cc63d28f
SM
15001 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15002 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
15003 (Further to Bug#3921).
15004
9be01a63
MA
150052009-10-27 Michael Albinus <michael.albinus@gmx.de>
15006
15007 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
15008 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
15009 calling `tramp-imap-put-file'. Add file size to the call.
15010 (tramp-imap-get-file-entries): Compute also user name, file size,
15011 and date.
15012 (tramp-imap-handle-insert-directory): Insert uid and gid.
15013 (tramp-imap-handle-file-attributes): Transform uid and gid
15014 according to `id-format'.
15015 (tramp-imap-put-file): New optional parameter SIZE. Encode file
15016 size in header X-Size.
15017
41849bf9
JB
150182009-10-26 Juanma Barranquero <lekktu@gmail.com>
15019
15020 * simple.el (transpose-subr): Give clearer error when the mark
15021 is not set. (Bug#4807)
15022
293c24f9
MA
150232009-10-26 Michael Albinus <michael.albinus@gmx.de>
15024
cc63d28f
SM
15025 * net/tramp.el (tramp-perl-file-truename): New defconst.
15026 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 15027 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
15028 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
15029 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 15030
cc63d28f
SM
15031 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
15032 Ignore `dired-call-process'.
293c24f9
MA
15033 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
15034
150352009-10-26 Julian Scheid <julians37@gmail.com>
15036
cc63d28f 15037 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
15038 (tramp-get-remote-readlink): New defun.
15039 (tramp-handle-file-truename): Use it.
15040 (tramp-handle-file-exists-p): Check file-attributes cache, assume
15041 file exists if cache value present.
48c2d18a 15042 (tramp-check-cached-permissions): New defun.
293c24f9
MA
15043 (tramp-handle-file-readable-p): Use it.
15044 (tramp-handle-file-writable-p): Likewise.
15045 (tramp-handle-file-executable-p): Likewise.
15046 (tramp-handle-file-name-all-completions): Try using Perl to get
15047 partial completions. When perl not available, combine `cd' and
15048 `ls' into single remote operation and use shell expansion to get
15049 partial remote directory contents. Set `file-exists-p' cache for
15050 directory and any files returned by ls. Change cache handling to
15051 support partial directory contents. Use error message emitted by
15052 remote `cd' or Perl code for local tramp-error.
15053 (tramp-do-copy-or-rename-file-directly): Avoid separate
15054 tramp-send-command-and-check call.
cc63d28f
SM
15055 (tramp-handle-process-file): Merge three remote ops into one.
15056 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
15057 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
15058 file-attributes shows uid/gid to be set already.
15059
a7610c52
DN
150602009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15061
15062 * textmodes/tex-mode.el (tex-dvi-view-command)
15063 (tex-show-queue-command, tex-open-quote):
15064 * progmodes/ruby-mode.el (auto-mode-alist)
15065 (interpreter-mode-alist): Purecopy strings.
15066
15067 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
15068
15069 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
15070 string for the hook, keymap and abbrev table.
15071
15072 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
15073
15074 * x-dnd.el (x-dnd-xdnd-to-action):
15075 * startup.el (fancy-startup-text, fancy-about-text): Change to
15076 defconst from defvar.
15077
15078 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
15079
15080 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
15081 Purecopy initialization strings.
15082
15083 * mail/sendmail.el (mail-header-separator)
15084 (mail-personal-alias-file):
15085 * mail/rmail.el (rmail-default-dont-reply-to-names)
15086 (rmail-ignored-headers, rmail-retry-ignored-headers)
15087 (rmail-highlighted-headers, rmail-secondary-file-directory)
15088 (rmail-secondary-file-regexp):
15089 * files.el (null-device, file-name-invalid-regexp)
15090 (locate-dominating-stop-dir-regexp)
cc63d28f 15091 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
15092 (interpreter-mode-alist): Use mapcar instead of mapc.
15093
15094 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
15095
15096 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
15097 (completion-ignored-extensions):
15098 (debug-ignored-errors): Purecopy strings.
15099
4fcc3d32
SM
151002009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
15101
0667de21
SM
15102 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
15103 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
15104 (pcomplete--here): Use push.
15105
4fcc3d32
SM
15106 * subr.el (all-completions): Declare the 4th arg obsolete.
15107
955ef430
SM
151082009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15109
2d085307
SM
15110 * pcomplete.el (pcomplete-unquote-argument-function): New var.
15111 (pcomplete-unquote-argument): New function.
15112 (pcomplete--common-suffix): Always pay attention to case.
15113 (pcomplete--table-subvert): Quote and unquote the text.
15114 (pcomplete--common-quoted-suffix): New function.
15115 (pcomplete-std-complete): Use it and pcomplete-begin.
15116
955ef430
SM
15117 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
15118 we're inside a dedicated or minibuffer window.
15119
7c85c02b
KF
151202009-10-24 Karl Fogel <kfogel@red-bean.com>
15121
15122 * bookmark.el: Update documentation, especially documentation
15123 of `bookmark-alist' and of the bookmark file format.
15124 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
15125
3e8ae8a6
CY
151262009-10-24 Chong Yidong <cyd@stupidchicken.com>
15127
3e425845
CY
15128 * mail/emacsbug.el (report-emacs-bug): Clarify that the
15129 keybindings apply to the mail buffer (Bug#4003). Shrink help
15130 window to buffer.
15131
cdd47d48
CY
15132 * whitespace.el (whitespace-mode, whitespace-newline-mode)
15133 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
15134 (whitespace-toggle-options, global-whitespace-toggle-options):
15135 Doc fix (Bug#3660).
cdd47d48 15136
ba07c9ad
CY
15137 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
15138 of xmltok-start before the end tag was inserted (Bug#2840).
15139
3e8ae8a6
CY
15140 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
15141 patterns that are preceded by an open-paren (Bug#1320).
15142
ab276820
CY
151432009-10-24 Sven Joachim <svenjoac@gmx.de>
15144
15145 * files.el (delete-directory): Delete symlinks to directories with
15146 delete-file (Bug#4739).
15147
905a9ed3
DN
151482009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
15149
a9a2a6db
DN
15150 * vc.el (vc-backend-for-registration): Rename from
15151 vc-get-backend-for-registration. Update callers.
15152
cc63d28f
SM
15153 * international/mule-cmds.el (set-language-info-alist):
15154 Purecopy lang-env.
905a9ed3
DN
15155 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
15156 (charset): Purecopy the name.
15157 (define-char-code-property): Purecopy string arguments.
15158
15159 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15160 Purecopy string arguments.
15161
15162 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15163 * ediff-hook.el (menu-bar-ediff-menu):
15164 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
15165 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
15166
d270305a
GM
151672009-10-24 Glenn Morris <rgm@gnu.org>
15168
6c74d523 15169 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
15170 * term.el (term-dynamic-list-completions): Use choose-completion rather
15171 than obsolete alias mouse-choose-completion.
15172
ae732337
GM
15173 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
15174 file-cache-choose-completion.
15175 (file-cache-choose-completion): Handle an optional event argument.
15176 (file-cache-mouse-choose-completion): Make it an obsolete alias.
15177
cc63d28f
SM
15178 * progmodes/octave-mod.el (octave-complete-symbol):
15179 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 15180
9847dc91
GM
15181 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
15182 use.
15183
e8f2a5d5
GM
15184 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
15185 compiler.
15186
d270305a
GM
15187 * vc-hooks.el (vc-responsible-backend): Fix declaration.
15188
c6432f1e
SM
151892009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15190
15191 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
15192 Ignore `pred' now that we receive one.
15193 Handle test-completion specially.
15194
6ab196f9
DN
151952009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15196
15197 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 15198 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
15199 REGISTER ...
15200 (vc-get-backend-for-registration): ... here. New function.
15201 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
15202 of vc-responsible-backend, pass the file name instead of the
15203 directory name.
15204
48feed59
SM
152052009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15206
15207 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
15208 New funs.
15209 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
15210 (pcomplete-comint-setup): Don't modify a global var via
15211 accidental side-effects.
15212 (pcomplete-shell-setup): Adjust call accordingly.
15213 (pcomplete-parse-comint-arguments): Use push.
15214
00006066
CY
152152009-10-23 Chong Yidong <cyd@stupidchicken.com>
15216
36bfa3af
CY
15217 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15218 Allow uncapitalized info node names (Bug#3921).
15219
00006066
CY
15220 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
15221 to the DEBUG file (Bug#3781).
15222
aa311d6e
CY
152232009-10-23 Jari Aalto <jari.aalto@cante.net>
15224
15225 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
15226 dictionary entry (Bug#4579).
15227
b88f2d0a
MA
152282009-10-23 Michael Albinus <michael.albinus@gmx.de>
15229
15230 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
15231 from `rfn-eshadow-update-overlay-hook' when unloading.
15232 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
15233 "rsyncc". Adjust doc string.
48c2d18a 15234 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
15235 (tramp-handle-insert-file-contents, tramp-handle-write-region):
15236 Keep temporary file when indicated by method ("rsync" and
15237 "rsyncc").
15238 (tramp-handle-write-region): Handle APPEND.
15239 (tramp-delete-temp-file-function): New defun. Added to
15240 `kill-buffer-hook'.
15241
1becddbb
JB
152422009-10-23 Juanma Barranquero <lekktu@gmail.com>
15243
15244 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
15245
8f43cbf3
DN
152462009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15247
15248 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
15249 (color-name-rgb-alist, tty-standard-colors)
15250 (tty-color-mode-alist): Change to defconst.
15251
15252 * simple.el (mark-inactive): Purecopy message.
15253
15254 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
15255 (global-map, yank-menu):
15256 * textmodes/ispell.el (ispell-menu-map):
15257 * net/eudc.el (eudc-tools-menu):
15258 * international/mule-cmds.el (describe-language-environment-map)
15259 (setup-language-environment-map, set-coding-system-map)
15260 (mule-menu-keymap):
15261 * vc-hooks.el (vc-menu-entry, vc-menu-map):
15262 * replace.el (occur-mode-map):
15263 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
15264
1d228a31
JB
152652009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
15266
6a7662bb
BR
15267 * calc/calc.el (math-read-number, math-read-number-simple):
15268 Use `save-match-data'.
1d228a31 15269
3b067af1
SM
152702009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15271
28a90c44
SM
15272 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
15273 rather than fiddling with global-map bindings, since it should only
15274 affect per-terminal settings.
15275 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
15276
a452eee8
SM
15277 * minibuffer.el (completion-table-with-terminator): Allow to specify
15278 the terminator-regexp.
15279
ab14d7d5
SM
15280 * simple.el (switch-to-completions): Look for *Completions* in other
15281 frames as well.
15282
3b067af1
SM
15283 * pcomplete.el: Allow the use of completion-tables.
15284 (pcomplete-std-complete): New command.
15285 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
15286 (pcomplete--here): Use a function for `form' rather than an expression,
15287 so it can be byte-compiled.
15288 (pcomplete-here, pcomplete-here*): Adjust accordingly.
15289 Add edebug declaration.
15290 (pcomplete-show-completions): Remove unused var `curbuf'.
15291 (pcomplete-do-complete, pcomplete-stub):
1becddbb 15292 Don't assume `completions' is a list of strings any more.
3b067af1 15293
5480359e
JB
152942009-10-22 Juanma Barranquero <lekktu@gmail.com>
15295
15296 * find-dired.el (find-name-arg): Fix typo in docstring.
15297
3170b794
SM
152982009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15299
48c23a25
SM
15300 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
15301 (pcmpl-linux-fs-types): Same, and update to new modules layout.
15302
56b14058
SM
15303 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
15304 pcomplete-entries.
15305
3170b794
SM
15306 * comint.el (comint-read-input-ring, comint-write-input-ring)
15307 (comint-substitute-in-file-name)
15308 (comint-dynamic-complete-as-filename)
15309 (comint-dynamic-simple-complete)
15310 (comint-dynamic-list-filename-completions)
15311 (comint-dynamic-list-completions)
15312 (comint-redirect-results-list-from-process): Minor simplifications.
15313
2affef34
KR
153142009-10-21 Kevin Ryde <user42@zip.com.au>
15315
3170b794
SM
15316 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
15317 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 15318 the first form. And insert a blank line after ";;; Code" since
d8194864 15319 that's usual style. (Bug#4612)
2affef34 15320
e7b94bbb
KR
15321 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
15322
528c56e2
SM
153232009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15324
15325 * minibuffer.el (completion-table-with-terminator): Properly implement
15326 boundaries, in case `terminator' appears in the suffix.
15327 (completion--embedded-envvar-table): Don't return boundaries if
15328 there's no valid completion. Simplify.
15329 (completion-file-name-table): New completion table extracted from
15330 completion--file-name-table.
15331 (completion--file-name-table): Use it.
15332 (read-file-name-predicate): Declare obsolete.
15333 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
15334 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
15335 completion-file-name-table, and use the `pred' argument.
15336 * files.el (locate-file-completion-table): Use the `pred' arg rather
15337 than read-file-name-predicate.
15338 (abbreviate-file-name): Use \` rather than ^ for BOS.
15339
f9ed9b4f
DN
153402009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15341
15342 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
15343 vc-responsible-backend to register, it causes problems.
15344
5f2022a3
SM
153452009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15346
15347 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
15348
fc754ea1
MA
153492009-10-21 Michael Albinus <michael.albinus@gmx.de>
15350
15351 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
15352 (tramp-smb-handle-file-attributes): Use it.
15353 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
15354 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
15355 `mapcar'. Use `tramp-smb-get-stat-capability'.
15356 Add `dired-filename' text properties.
fc754ea1
MA
15357 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
15358 (tramp-smb-maybe-open-connection): Simplify check for smbclient
15359 version.
15360
79bd5ba1
SM
153612009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15362
15363 * subr.el (read-key-delay): Reduce to 0.01.
15364 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
15365 (bug#4751).
15366
3c13704d
SM
153672009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15368
554efd10
SM
15369 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
15370
c2a37b78
SM
15371 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
15372 (Info-menu): Remove unused vars `last' and `completions'.
15373 (Info-index-nodes): Remove unused var `node'.
15374
3c13704d
SM
15375 * info.el (Info-complete-menu-item): Use complete-with-action.
15376
d1e4c403
DN
153772009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
15378
15379 Make vc-annotate work through copies and renames.
3c13704d
SM
15380 * vc-annotate.el (vc-annotate-extract-revision-at-line):
15381 Return the file name too.
d1e4c403
DN
15382 (vc-annotate-revision-at-line)
15383 (vc-annotate-find-revision-at-line)
15384 (vc-annotate-revision-previous-to-line)
15385 (vc-annotate-show-log-revision-at-line): Update to get the file
15386 name from vc-annotate-extract-revision-at-line.
15387 (vc-annotate-show-diff-revision-at-line-internal): Change the
15388 argument to mean whether to show a file diff or not. Get the file
15389 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
15390 (vc-annotate-show-diff-revision-at-line):
15391 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
15392 (vc-annotate-warp-revision): Add an optional file argument.
15393
15394 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
15395 (vc-git-annotate-extract-revision-at-line): Also return the file
15396 name if found.
15397
15398 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
15399 command. Remove unused code.
15400 (vc-hg-annotate-re): Update to match --follow output.
15401 (vc-hg-annotate-extract-revision-at-line): Also return the file
15402 name if found.
15403
15404 * vc.el: Update annotate-extract-revision-at-line documentation.
15405
b0b0ef98
KR
154062009-10-18 Kevin Ryde <user42@zip.com.au>
15407
15408 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
15409 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
15410
a9e7f03d
KR
15411 * net/browse-url.el (browse-url): Identify alist with "consp and
15412 not functionp" and let all other things go down the `apply' leg,
15413 as suggested by Stefan. (Further to bug#4531.)
15414
7346a407
CY
154152009-10-18 Chong Yidong <cyd@stupidchicken.com>
15416
15417 * minibuffer.el (read-file-name): Check for repeat before putting
15418 a default argument in file-name-history (Bug#4657).
15419
15420 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
15421 read syntax (Bug#4737).
15422
3c13704d 15423 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 15424
1da94541
CY
154252009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15426
15427 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
15428 (html-tag-alist, html-tag-help): Add descriptions for undocumented
15429 entries and make note of obsolete tags.
15430
2b93080a
SM
154312009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15432
15433 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
15434
18b5ffb5
GM
154352009-10-18 Glenn Morris <rgm@gnu.org>
15436
15437 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
15438 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 15439 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
15440 now, and in any case the file header format has changed.
15441
c2e161b2
GM
154422009-10-17 Glenn Morris <rgm@gnu.org>
15443
15444 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
15445 (flyspell-get-word, flyspell-large-region)
15446 (flyspell-auto-correct-previous-word): Doc/error message fixes.
15447
a1eb44f5
CY
154482009-10-17 Chong Yidong <cyd@stupidchicken.com>
15449
15450 * Makefile.in (ELCFILES): Add ede/shell.
15451
4418646e
DN
154522009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
15453
15454 * term/common-win.el (x-colors): Purecopy it.
15455
4062011e
SM
154562009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15457
15458 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
15459 permissive for when the buffer is empty.
15460 (tar-header-block-tokenize): Decode the username and groupname.
15461 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
15462
b0b111c3
JB
154632009-10-17 Eric Ludlam <zappo@gnu.org>
15464
15465 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
15466 contains multibyte characters, choose first applicable coding
15467 system automatically.
15468
2df48a87
SM
154692009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15470
15471 * international/mule-cmds.el (select-safe-coding-system): If the file
15472 has a coding cookie, use it regardless of any other setting (bug#4712).
15473
fd7dd48c
GM
154742009-10-17 Glenn Morris <rgm@gnu.org>
15475
3ee0b477 15476 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
15477 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
15478
2550e4b1
GM
15479 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
15480 (dired-keep-marker-copy, dired-keep-marker-hardlink)
15481 (dired-keep-marker-symlink, dired-dwim-target)
15482 (dired-copy-preserve-time): Do not autoload these defcustoms.
15483
fd7dd48c
GM
15484 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
15485 messages from messing up the file coding. (Bug#4623)
15486
f3e3a990
GM
154872009-10-17 Jari Aalto <jari.aalto@cante.net>
15488
15489 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
15490 if no match is found for the current dictionary. (Bug#4578)
15491
15492 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
15493 optional, since that is how it is documented, and this is often called
15494 with a nil argument. (Bug#4577)
15495 (flyspell-external-point-words, flyspell-auto-correct-word)
15496 (flyspell-correct-word-before-point, flyspell-word-search-forward)
15497 (flyspell-word-search-backward): Remove nil argument in calls to
15498 flyspell-get-word, since it is not needed now.
15499
155002009-10-17 Ulrich Mueller <ulm@gentoo.org>
15501
1becddbb 15502 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 15503
b61374ab
GM
155042009-10-16 Glenn Morris <rgm@gnu.org>
15505
15506 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
15507
412707c2
SM
155082009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
15509
15510 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
15511 (ange-ftp-file-size): New function.
15512 (ange-ftp-file-attributes): Use it.
15513
0c6f436e
MA
155142009-10-16 Michael Albinus <michael.albinus@gmx.de>
15515
15516 * net/tramp-smb.el (tramp-smb-version): New defvar.
15517 (tramp-smb-maybe-open-connection): Use it, in order to avoid
15518 repeated checks.
15519
850bfd04
GM
155202009-10-16 Glenn Morris <rgm@gnu.org>
15521
15522 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
15523 Maybe copy some custom properties from old to new name. (Bug#4706)
15524
f3ed9aca
JB
155252009-10-16 Juanma Barranquero <lekktu@gmail.com>
15526
15527 * subr.el (error, sit-for, start-process-shell-command)
15528 (start-file-process-shell-command): Set the calling convention
15529 after the function definition.
15530
fd6c5134
SM
155312009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15532
15533 * subr.el (error, sit-for, start-process-shell-command)
15534 (start-file-process-shell-command): Use the new
15535 set-advertised-calling-convention feature.
15536
73874eb7
KH
155372009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
15538
fd6c5134
SM
15539 * international/ucs-normalize.el (ucs-normalize-version):
15540 Change to 1.2.
15541 (check-range): Adjust for Unicode 5.2.
73874eb7 15542
03fb33cf
JL
155432009-10-15 Juri Linkov <juri@jurta.org>
15544
15545 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
15546 to the `menu-item' format.
15547
4260b402
MA
155482009-10-15 Michael Albinus <michael.albinus@gmx.de>
15549
15550 * net/tramp.el (tramp-replace-environment-variables): Do not fail
15551 if the environment variable does not exist.
15552
15553 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15554 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
15555 parameter.
15556 (tramp-smb-handle-add-name-to-file)
15557 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15558 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15559 (tramp-smb-handle-file-attributes)
15560 (tramp-smb-do-file-attributes-with-stat)
15561 (tramp-smb-handle-file-local-copy)
15562 (tramp-smb-handle-insert-directory)
15563 (tramp-smb-handle-make-directory)
15564 (tramp-smb-handle-make-directory-internal)
15565 (tramp-smb-handle-make-symbolic-link)
15566 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
15567 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
15568 (tramp-smb-maybe-open-connection): Apply the changed parameters.
15569 (tramp-smb-read-file-entry): Read Disk names in compressed format.
15570 Handle long file names.
15571 (tramp-smb-get-cifs-capabilities): Check, whether the connection
15572 process is running.
15573 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
15574 Read share names with "-g" option.
15575
d7a0fd6f
GM
155762009-10-15 Ryan Yeske <rcyeske@gmail.com>
15577
15578 * net/rcirc.el (rcirc-view-log-file): New command.
15579 (rcirc-track-minor-mode-map): Remove C-c ` binding.
15580 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
15581 specified.
15582
0b44494a
GM
155832009-10-15 Glenn Morris <rgm@gnu.org>
15584
af9fb32f
GM
15585 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
15586 from the second command-line argument.
15587 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
15588 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
15589 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
15590 w32-batch-update-autoloads.
15591 * emacs-lisp/autoload.el (autoload-make-program): New variable.
15592 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
15593
0b44494a
GM
15594 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
15595 the headers cannot be located. Simplify, subtracting superflous
15596 save-excursions.
15597
d5e63715
SM
155982009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15599
15600 Replace completion-base-size by completion-base-position to fix bugs
15601 such as (bug#4699).
15602 * simple.el (completion-base-position): New var.
15603 (completion-base-size): Mark as obsolete.
15604 (choose-completion): Make it work for mouse events as well.
15605 Pass the new base-position to choose-completion-string.
15606 (choose-completion-guess-base-position): New function, extracted from
15607 choose-completion-delete-max-match.
15608 (choose-completion-delete-max-match): Use it. Make obsolete.
15609 (choose-completion-string): Use the new base-position info.
15610 (completion-root-regexp): Delete.
15611 (completion-setup-function): Preserve completion-base-position.
15612 Eliminate obsolete base-size manipulation.
15613 * minibuffer.el (display-completion-list): Don't mess with base-size.
15614 (minibuffer-completion-help): Set completion-base-position instead.
15615 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
15616 choose-completion.
15617 * textmodes/bibtex.el (bibtex-complete):
15618 * emacs-lisp/crm.el (crm--choose-completion-string):
15619 Adjust to new calling convention.
15620 * complete.el (partial-completion-mode): Use minibufferp to avoid
15621 bumping into incompatible change to choose-completion-string-functions.
15622 * ido.el (ido-choose-completion-string): Make its calling convention
15623 more permissive.
15624 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
15625 base-size manipulation.
15626 (comint-dynamic-list-input-ring): Use dotimes and push.
15627 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
15628 fundamental-mode. Use `or'.
15629
92f8bfc7
JL
156302009-10-14 Juri Linkov <juri@jurta.org>
15631
15632 * misearch.el (multi-isearch-next-buffer-from-list)
15633 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
15634
e78e280d
SM
156352009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15636
384ca163
SM
15637 * Makefile.in (compile-onefile): Load `bytecomp' rather than
15638 `bytecomp.el'.
15639
681e0e7c
SM
15640 * minibuffer.el (completion-pcm--merge-completions): Make sure the
15641 string we return is all made up of text from the completions rather
15642 than part from the completions and part from the input (bug#4219).
15643
e78e280d
SM
15644 * ido.el (ido-everywhere): Use define-minor-mode.
15645
15646 * buff-menu.el (list-buffers, ctl-x-map):
15647 Mark the entry points with ;;;###autoload cookies.
15648
b4e813ca
DN
156492009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
15650
52964e54
DN
15651 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
15652 correctly in the detached head case.
15653 (vc-git-print-log): Remove unused binding.
15654
b4e813ca
DN
15655 * vc.el (vc-responsible-backend): When a directory is passed for
15656 for registration create a VC repository if no backend is
15657 responsible for the directory argument.
15658 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
15659
15660 * vc.el: Move comments about RCS and SCCS ...
15661 * vc-rcs.el:
15662 * vc-sccs.el: ... here, respectively.
15663
40ba9882
SM
156642009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15665
15666 * minibuffer.el (completion--file-name-table): Return nil if there's
15667 no file completion, even if substitute-in-file-name changed
15668 the string (bug#4708).
15669
04e0f59b
JL
156702009-10-13 Juri Linkov <juri@jurta.org>
15671
15672 * files-x.el (read-file-local-variable-value): Don't filter out
15673 minor modes from mode name completion (bug#4664).
15674
314c8e25
JB
156752009-10-13 Juanma Barranquero <lekktu@gmail.com>
15676
15677 * international/mule-cmds.el (ucs-names): Remove exclusion of
15678 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
15679
5c9b7d36
KH
156802009-10-13 Kenichi Handa <handa@m17n.org>
15681
15682 * international/uni-name.el: Regenerated.
15683
1e7a80f2
JB
156842009-10-13 Juanma Barranquero <lekktu@gmail.com>
15685
15686 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
15687 should be automatically buffer-local, but isn't.)
15688
cd29f88b
SS
156892009-10-12 Sam Steingold <sds@gnu.org>
15690
15691 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 15692 timestamps if the buffer has been visited before.
0cd16af4
SS
15693 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
15694 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 15695
37493a98
GM
156962009-10-12 Glenn Morris <rgm@gnu.org>
15697
15698 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
15699 Let-bind `size'.
15700
3b56b1e6
JB
157012009-10-12 Juanma Barranquero <lekktu@gmail.com>
15702
7422a4bb
JB
15703 * proced.el (proced-unload-function): New function.
15704
fa72d075
JB
15705 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
15706 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
15707 Doc fix.
15708
3b56b1e6
JB
15709 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
15710
4d9b4323
JL
157112009-10-11 Juri Linkov <juri@jurta.org>
15712
15713 * files-x.el (read-file-local-variable-value):
15714 Provide default value only for bound variables (bug#4664).
15715
f6f7e059
MA
157162009-10-11 Michael Albinus <michael.albinus@gmx.de>
15717
15718 * net/tramp.el (tramp-local-host-p): Function shall return nil for
15719 connection methods like smb.
15720
15721 * net/tramp-cache.el (tramp-flush-connection-property): The hash
15722 can be empty.
15723
15724 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15725 (tramp-smb-file-name-handler-alist): Add handlers for
15726 `add-name-to-file', `make-symbolic-link'.
15727 (tramp-smb-handle-add-name-to-file)
2992485f 15728 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
15729 (tramp-smb-handle-make-symbolic-link)
15730 (tramp-smb-get-cifs-capabilities): New defuns.
15731 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15732 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15733 (tramp-smb-handle-file-local-copy)
15734 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
15735 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
15736 The file name syntax depends on cifs capabilities.
15737 (tramp-smb-handle-file-attributes):
15738 Call `tramp-smb-do-file-attributes-with-stat' if possible.
15739 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
15740 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 15741
67868d26
CY
157422009-10-11 Chong Yidong <cyd@stupidchicken.com>
15743
15744 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
15745 (eieio-defclass): Apply deftype handler and setf-method properties
15746 directly.
15747 (eieio-add-new-slot): Avoid union function from cl library.
15748 (eieio--typep): New function.
15749 (eieio-perform-slot-validation): Use it.
15750
6d6a5b7e
KF
157512009-10-10 Karl Fogel <kfogel@red-bean.com>
15752
3b56b1e6 15753 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
15754 Update documentation to refer to the variables documented in r1.135.
15755 (Bug#4188)
15756
67b70de9
KF
157572009-10-10 Karl Fogel <kfogel@red-bean.com>
15758
15759 * bookmark.el (Info-suffix-list): Remove this unused variable.
15760 (bookmark-current-point): Remove this obsolete variable.
15761 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
15762 Adjust for removal of bookmark-current-point.
15763
15764 (bookmarks-already-loaded, bookmark-current-buffer)
15765 (bookmark-yank-point): Document. (Bug#4188)
15766
58ae51ae
GM
157672009-10-10 Glenn Morris <rgm@gnu.org>
15768
4619ff5e
GM
15769 * frame.el (frame-height): Doc fix.
15770
58ae51ae
GM
15771 * calendar/calendar.el (calendar-split-width-threshold): New option.
15772 (calendar-basic-setup): Use calendar-split-width-threshold.
15773
d364386c
JB
157742009-10-09 Juanma Barranquero <lekktu@gmail.com>
15775
15776 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
15777 Ideographic Supplement" range (U+1F200..U+1F2FF).
15778
33e97a28
KF
157792009-10-09 Karl Fogel <kfogel@red-bean.com>
15780
02d0f051 15781 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 15782 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
15783
157842009-10-09 Karl Fogel <kfogel@red-bean.com>
15785
d364386c 15786 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
15787 (bookmark-bmenu-execute-deletions): Don't save here, as
15788 bookmark-delete will now do so if necessary.
d364386c 15789 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
15790 (Bug#4348)
15791
9656d87b
GM
157922009-10-09 Glenn Morris <rgm@gnu.org>
15793
15794 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
15795
e6227f06
KF
157962009-10-09 Karl Fogel <kfogel@red-bean.com>
15797
15798 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
15799 (bookmark-jump-other-window): Just invoke bookmark-jump with new
15800 argument now, so the two function's behaviors will match. (Bug#3645)
15801
288f783b
MA
158022009-10-08 Michael Albinus <michael.albinus@gmx.de>
15803
15804 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 15805 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 15806 Apply `save-match-data'.
288f783b
MA
15807
15808 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
15809 case both directories are remote.
15810 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 15811 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 15812
872a1ea4
JB
158132009-10-07 Juanma Barranquero <lekktu@gmail.com>
15814
15815 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
15816
ab2baced
GM
158172009-10-07 Glenn Morris <rgm@gnu.org>
15818
e78e280d
SM
15819 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
15820 of concat.
ab2baced 15821
5c4634c1
SM
158222009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
15823
15824 * files-x.el (read-file-local-variable): Include some
15825 non-user-variables in the completion table (bug#4664).
15826
c2dc9732
MA
158272009-10-07 Michael Albinus <michael.albinus@gmx.de>
15828
15829 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
15830 message.
15831
15832 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15833 (tramp-smb-file-name-handler-alist): Add handler for
15834 `copy-directory', `expand-file-name', `set-file-modes'.
15835 (tramp-smb-handle-copy-directory)
15836 (tramp-smb-handle-expand-file-name)
15837 (tramp-smb-handle-set-file-modes): New defuns.
15838 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
15839 (tramp-smb-handle-file-attributes): Simplify check for retrieving
15840 entry.
15841 (tramp-smb-handle-insert-directory): Don't flush the cache.
15842 (tramp-smb-maybe-open-connection): Check for samba client and
15843 server versions.
15844
11be40a6
EZ
158452009-10-07 Eli Zaretskii <eliz@gnu.org>
15846
15847 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
15848 to not error out of search for "^lisp=" fails.
15849
8c4afe20
JB
158502009-10-07 Juanma Barranquero <lekktu@gmail.com>
15851
15852 * makefile.w32-in (WINS_UPDATES): New macro.
15853 (custom-deps, finder-data, autoloads): Use it.
15854
429a1506
GM
158552009-10-07 Glenn Morris <rgm@gnu.org>
15856
ee2e93e2
GM
15857 * Makefile.in (autoloads): Revert previous change.
15858 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
15859 the list of preloaded files passed on the command-line, get
15860 it from src/Makefile.
15861
429a1506
GM
15862 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
15863 show the original buffer rather than a random one.
15864
a51203ee 158652009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
15866
15867 * help.el (describe-no-warranty): Place point in a slightly better
15868 position in the GPLv3 text.
15869
f58f7520
SS
158702009-10-06 Sam Steingold <sds@gnu.org>
15871
15872 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
15873 the comm attribute is present before calling regexp-quote.
15874
bde79dc0
JB
158752009-10-06 Juanma Barranquero <lekktu@gmail.com>
15876
15877 * play/animate.el (animate-string): For good effect, make sure
15878 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
15879
15880 * play/animate.el (animate-sequence, animate-birthday-present):
15881 * misc.el (butterfly): Don't set `indent-tabs-mode'.
15882
25ab0302
GM
158832009-10-06 Glenn Morris <rgm@gnu.org>
15884
73fe714a
GM
15885 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
15886
3405d98c
GM
15887 * emacs-lisp/autoload.el (autoload-excludes): New variable.
15888 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
15889 (batch-update-autoloads): Process a string value of autoload-excludes,
15890 set during the build process.
15891 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
15892
9fb2cdc5
GM
15893 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
15894 inside with-parsed... macro so that `v' is defined.
15895
7938ab41
GM
15896 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
15897 * progmodes/fortran.el (fortran-end-of-block)
15898 (fortran-beginning-of-block):
15899 Also push mark in the macro case.
15900
eaf9b564
GM
15901 * emerge.el (emerge-show-file-name):
15902 * calc/calc.el (calc-quit):
15903 * calc/calc-misc.el (calc-big-or-small):
15904 * calc/calc-graph.el (calc-graph-view):
15905 * calc/calc-ext.el (calc-reset):
15906 * calendar/calendar.el (calendar-basic-setup):
15907 Use window-full-height-p.
15908
25ab0302
GM
15909 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
15910 header we don't understand, don't insert another. (Bug#4624)
15911 If changing mime charset, insert the new one in the right place.
15912
00169eb6
GM
159132009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
15914
15915 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15916 (cal-tex-cursor-month): Correctly increment the end date for diary and
15917 holiday listing. (Bug#4626)
15918
82882188
SM
159192009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15920
40ba9882 15921 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
15922 a symbol.
15923
a8f316ca
JB
159242009-10-05 Juanma Barranquero <lekktu@gmail.com>
15925
15926 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
15927 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
15928 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
15929 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
15930
15931 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
15932 (eieio-default-superclass): Reflow docstrings.
15933 (this, class-option-assoc, defclass, eieio-class-un-autoload)
15934 (eieio-unbind-method-implementations, defmethod)
15935 (eieio-validate-slot-value, eieio-validate-class-slot-value)
15936 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
15937 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
15938 (eieio-slot-originating-class-p, eieio-slot-name-index)
15939 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
15940 (constructor, initialize-instance, no-next-method, object-print)
15941 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
15942 Fix typos in docstrings.
15943 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
15944 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
15945 (next-method-p): Doc fixes.
15946 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
15947 Fix typos in error messages.
15948 (eieio-defmethod): Fix typo in description of generic method.
15949
15950 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
15951 (eieio-persistent-save-interactive, slot-missing):
15952 Fix typos in docstrings.
15953 (eieio-instance-inheritor-slot-boundp): Doc fix.
15954
15955 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
15956 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
15957
15958 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
15959 (eieio-custom-object-apply-reset):
15960 Fix typos in docstrings and error messages.
15961
15962 * emacs-lisp/eieio-datadebug.el (data-debug-show):
15963 Fix typo in docstring.
15964
15965 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
15966 (eieio-browse-tree): Doc fix.
15967 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
15968 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
15969 Fix typos in docstrings.
15970
15971 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
15972 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
15973 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
15974 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
15975 Reflow docstrings.
15976
c66b7ac0
DN
159772009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
15978
4a827e0a 15979 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
15980 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
15981 Set log-view-vc-backend so that diff can work.
4a827e0a 15982
c66b7ac0
DN
15983 * log-view.el (log-view-diff): Use vc-diff-internal instead of
15984 vc-version-diff.
15985 (vc-diff-internal): Autoload this instead of vc-version-diff.
15986
1902a98c
EZ
159872009-10-05 Eli Zaretskii <eliz@gnu.org>
15988
a7a8618b
EZ
15989 * simple.el (eval-expression): Doc fix.
15990
1902a98c
EZ
15991 * progmodes/cwarn.el (cwarn-mode): Doc fix.
15992
0e1f2ee6
MA
159932009-10-05 Michael Albinus <michael.albinus@gmx.de>
15994
15995 * files.el (directory-files-no-dot-files-regexp): New defconst.
15996 (delete-directory): Use it.
15997 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
15998
263c02ef 15999 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
16000 (tramp-methods): Add recursive option to `tramp-copy-args'.
16001 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 16002 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 16003 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
16004 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16005 Add handler for `copy-directory'.
16006 (tramp-handle-copy-directory): New defun.
16007 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
16008 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
16009 Optimize sent command.
263c02ef 16010
72aa7df4
SM
160112009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16012
4a34f065
SM
16013 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
16014 window if necessary.
16015
72aa7df4
SM
16016 * calendar/calendar.el (calendar-basic-setup): Don't call
16017 switch-to-buffer in a dedicated window.
16018
5feb1ba7
KF
160192009-10-05 Karl Fogel <kfogel@red-bean.com>
16020
16021 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 16022 don't do anything related to relocating, just return nil.
5feb1ba7
KF
16023 (bookmark-error-no-filename): New error.
16024 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
16025 bookmark has no file. Don't even attempt to handle things that
16026 are not files; the whole point of custom handlers is to keep that
16027 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
16028 (bookmark-file-or-variation-thereof): Remove now-unused function.
16029 (bookmark-location): Doc string fix.
16030 (Bug#4250)
16031
1bd49952
KF
160322009-10-04 Karl Fogel <kfogel@red-bean.com>
16033
16034 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
16035 don't use a file dialog, because they usually don't know how to read
16036 a directory target from the user. (Bug#4230)
16037 Also, make sure the prompt can display directories as well as files.
16038
825382c0
KF
160392009-10-04 Karl Fogel <kfogel@red-bean.com>
16040
16041 * bookmark.el (bookmark-set, bookmark-buffer-name):
16042 Improve doc strings. (Bug#1193)
16043
13901bcb
KF
160442009-10-04 Karl Fogel <kfogel@red-bean.com>
16045
4a34f065
SM
16046 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
16047 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
16048 (bookmark-get-annotation, bookmark-set-annotation)
16049 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16050 (bookmark-set-position, bookmark-get-front-context-string)
16051 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16052 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
16053 (bookmark-jump-other-window, bookmark-handle-bookmark)
16054 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
16055 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
16056 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
16057 Improve doc strings to say whether bookmark can be a string or
16058 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
16059 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
16060 (bookmark-default-annotation-text, bookmark-yank-word)
16061 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
16062 (bookmark-import-new-list, bookmark-maybe-rename)
16063 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
16064 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 16065 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 16066 add a FIXME comment about how the function may be pointless.
13901bcb 16067 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
16068 parameter name, to clarify that this takes a bookmark record
16069 not a bookmark name.
13901bcb 16070 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 16071 and improve the doc string a bit.
13901bcb
KF
16072 (Bug#4188)
16073
5c1b3e94
KF
160742009-10-04 Karl Fogel <kfogel@red-bean.com>
16075
16076 * bookmark.el (bookmark-alist): Document the new `handler' element
16077 in the param alist.
16078 (bookmark-make-record-function): Adjust documentation for above.
16079 (Bug#4193)
16080
8559076d
KF
160812009-10-04 Karl Fogel <kfogel@red-bean.com>
16082
16083 * info.el (Info-bookmark-make-record): Document this function.
16084 (Info-bookmark-jump): Document with a doc string, not just a comment.
16085 (Bug#4203)
16086
b4583b8c
MA
160872009-10-04 Michael Albinus <michael.albinus@gmx.de>
16088
16089 * files.el (copy-directory): New defun.
16090
16091 * dired-aux.el (dired-copy-file-recursive): Use it.
16092
131ae8f2
JB
160932009-10-04 Juanma Barranquero <lekktu@gmail.com>
16094
a30e71ae 16095 * files-x.el (modify-dir-local-variable)
dd9af436
CY
16096 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
16097 docstrings.
a30e71ae 16098
131ae8f2
JB
16099 * recentf.el (recentf-unload-function): New function.
16100
ccafbf06
GM
161012009-10-04 Glenn Morris <rgm@gnu.org>
16102
16103 * window.el (window-full-height-p): Add doc string.
16104
02c6f098
GM
161052009-10-04 Martin Rudalics <rudalics@gmx.at>
16106
16107 * window.el (window-full-height-p): New function. (Bug#4543)
16108
ed6b0195
DN
161092009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
16110
16111 * vc.el: Remove commented out code.
16112 (vc-derived-from-dir-mode): Remove, unused.
16113 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
16114
1b8d1cc7
MA
161152009-10-03 Michael Albinus <michael.albinus@gmx.de>
16116
4a34f065
SM
16117 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
16118 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
16119 there could be recursive loading when `default-directory' is a
16120 remote file name. (Bug#4614)
16121
ac3c593c
GM
161222009-10-03 Glenn Morris <rgm@gnu.org>
16123
686ea556
GM
16124 * calendar/calendar.el (calendar-basic-setup): Handle the case where
16125 the frame is wide.
16126 (calendar-generate-window): Test for shrinkability rather than width.
16127
ac3c593c
GM
16128 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
16129 reusing existing buffers, in case we happen to visit two files with the
16130 same basename. (Bug#4593)
16131
573709fd
EZ
161322009-10-02 Eli Zaretskii <eliz@gnu.org>
16133
4a34f065 16134 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
16135 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
16136 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
16137 subdirs of cedet as well.
8f885d01 16138 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 16139
8d6c1239
SM
161402009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16141
16142 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
16143 Obey advertised-signature-table.
16144
16145 * help-fns.el (help-function-arglist): Don't check
16146 advertised-signature-table.
16147 (describe-function-1): Do it here instead so it also applies to subrs.
16148
c4861de0
MA
161492009-10-02 Michael Albinus <michael.albinus@gmx.de>
16150
16151 * simple.el (start-file-process): Say in the doc-string, that file
16152 handlers might not support pty association, if PROGRAM is nil.
16153
16154 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
16155 HOST and USER are strings. They are nil, when there are
16156 incomplete entries in ~/.netrc, for example.
16157 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
16158 root directory ("device busy" error otherwise).
16159
8d6c1239
SM
16160 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
16161 Flush file properties of created directory.
c4861de0 16162
d2bda74f
EZ
161632009-10-02 Eli Zaretskii <eliz@gnu.org>
16164
16165 * makefile.w32-in (WINS_BASIC): Remove cedet.
16166 (WINS_CEDET): Add cedet.
16167 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
16168
895d1904
GM
161692009-10-02 Kevin Ryde <user42@zip.com.au>
16170
16171 * net/browse-url.el (browse-url): Pass any symbol in
16172 browse-url-browser-function to `apply', since if you've mistakenly put
16173 an unbound symbol then the error is clearer. (Bug#4531)
16174
32226619
JB
161752009-10-02 Juanma Barranquero <lekktu@gmail.com>
16176
16177 * allout.el (allout-init, allout-back-to-current-heading)
16178 (allout-beginning-of-current-entry, allout-ascend-to-depth)
16179 (allout-ascend, allout-up-current-level, allout-end-of-level)
16180 (allout-previous-visible-heading, allout-forward-current-level)
16181 (allout-backward-current-level, allout-show-children):
16182 * apropos.el (apropos-describe-plist):
16183 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
16184 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
16185 * completion.el (add-completion, add-permanent-completion):
16186 * descr-text.el (describe-text-category, describe-char):
16187 * desktop.el (desktop-lazy-abort):
16188 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
16189 * dired.el (dired-build-subdir-alist):
16190 * ediff.el (ediff-version):
16191 * elide-head.el (elide-head, elide-head-show):
16192 * emerge.el (emerge-version):
16193 * env.el (getenv):
16194 * face-remap.el (variable-pitch-mode):
16195 * faces.el (describe-face):
16196 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
16197 (dired-at-point):
16198 * files.el (find-file-existing, auto-save-mode):
16199 * font-lock.el (font-lock-fontify-buffer):
16200 * help-fns.el (describe-function, describe-variable)
16201 (describe-syntax, describe-categories):
16202 * help.el (view-lossage, describe-bindings, describe-key)
16203 (describe-mode):
16204 * hexl.el (hexl-current-address):
16205 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
16206 * info.el (Info-goto-emacs-key-command-node):
16207 * log-edit.el (log-edit-insert-cvs-template)
16208 (log-edit-insert-cvs-rcstemplate):
16209 * menu-bar.el (menu-bar-mode):
16210 * mouse.el (mouse-appearance-menu):
16211 * newcomment.el (comment-indent-new-line):
16212 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
16213 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 16214 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
16215 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
16216 * recentf.el (recentf-mode):
16217 * savehist.el (savehist-mode, savehist-save):
16218 * shadowfile.el (shadow-copy-files):
16219 * simple.el (kill-ring-save, next-line, previous-line)
16220 (normal-erase-is-backspace-mode):
16221 * strokes.el (strokes-update-window-configuration)
16222 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
16223 (strokes-xpm-for-stroke):
16224 * time.el (emacs-uptime, emacs-init-time):
16225 * tutorial.el (tutorial--describe-nonstandard-key)
16226 (tutorial--detailed-help):
16227 * type-break.el (type-break-mode)
16228 (type-break-mode-line-message-mode, type-break-query-mode)
16229 (type-break-guesstimate-keystroke-threshold):
16230 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
16231 * version.el (emacs-version):
16232 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
16233 * winner.el (winner-mode):
16234 * calendar/timeclock.el (timeclock-in, timeclock-out)
16235 (timeclock-status-string, timeclock-change)
16236 (timeclock-workday-remaining-string)
16237 (timeclock-workday-elapsed-string)
16238 (timeclock-when-to-leave-string):
16239 * calendar/todo-mode.el (todo-add-category):
16240 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
16241 * emacs-lisp/autoload.el (update-file-autoloads):
16242 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
16243 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
16244 (checkdoc-message-text, checkdoc-defun):
16245 * emacs-lisp/debug.el (debugger-list-functions):
16246 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16247 * emacs-lisp/eieio-opt.el (eieio-describe-class)
16248 (eieio-describe-generic):
16249 * emacs-lisp/lisp-mnt.el (lm-synopsis):
16250 * emacs-lisp/shadow.el (list-load-path-shadows):
16251 * emulation/cua-base.el (cua-mode):
16252 * emulation/edt.el (edt-set-scroll-margins):
16253 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
16254 (tpu-toggle-regexp, tpu-toggle-search-direction)
16255 (tpu-toggle-rectangle, tpu-toggle-control-keys):
16256 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16257 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
16258 (viper-set-parsing-style-toggling-macro)
16259 (viper-set-emacs-state-searchstyle-macros):
16260 * emulation/viper.el (viper-set-hooks):
16261 * eshell/esh-mode.el (eshell-truncate-buffer):
16262 * international/mule-cmds.el (prefer-coding-system)
16263 (describe-input-method, describe-language-environment):
16264 * international/mule-diag.el (list-character-sets)
16265 (describe-character-set, describe-coding-system)
16266 (describe-fontset, list-fontsets, list-input-methods):
16267 * mail/sendmail.el (mail-signature):
16268 * net/ange-ftp.el (ange-ftp-copy-file):
16269 * net/browse-url.el (browse-url):
16270 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
16271 * net/quickurl.el (quickurl-add-url):
16272 * net/rcirc.el (names, topic):
16273 * net/xesam.el (xesam-mode):
16274 * play/5x5.el (5x5-new-game):
16275 * play/yow.el (apropos-zippy):
16276 * progmodes/ada-mode.el (ada-mode-version):
16277 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
16278 (f90-end-of-block)
16279 (f90-beginning-of-block):
16280 * progmodes/fortran.el (fortran-end-of-block)
16281 (fortran-beginning-of-block):
16282 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
16283 * progmodes/python.el (python-describe-symbol, python-shell):
16284 * term/ns-win.el (ns-print-buffer):
16285 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
16286 * textmodes/flyspell.el (flyspell-mode-on):
16287 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
16288 (pages-directory-for-addresses):
16289 * textmodes/table.el (table-recognize-cell)
16290 (table-query-dimension, table-generate-source)
16291 (table-insert-sequence, table--warn-incompatibility):
16292 * textmodes/tex-mode.el (tex-validate-buffer):
16293 * textmodes/texinfmt.el (texinfmt-version)
16294 (texinfo-format-buffer):
16295 Use `called-interactively-p' instead of `interactive-p'.
16296
12a3c28c
JB
162972009-10-02 Juanma Barranquero <lekktu@gmail.com>
16298
16299 * image-mode.el (image-toggle-display):
16300 * emacs-lisp/elp.el (elp-instrument-function):
16301 * emacs-lisp/advice.el (ad-make-advised-definition):
16302 * emacs-lisp/easy-mmode.el (define-minor-mode):
16303 * net/browse-url.el (browse-url-maybe-new-window):
16304 * progmodes/sh-script.el (sh-learn-buffer-indent):
16305 Pass new argument 'any to `called-interactively-p'.
16306
171fda8a
JB
163072009-10-01 Juanma Barranquero <lekktu@gmail.com>
16308
171fda8a
JB
16309 * international/uni-bidi.el:
16310 * international/uni-category.el:
16311 * international/uni-combining.el:
16312 * international/uni-comment.el:
16313 * international/uni-decimal.el:
9c3c9fdf 16314 * international/uni-decomposition.el:
171fda8a
JB
16315 * international/uni-digit.el:
16316 * international/uni-lowercase.el:
16317 * international/uni-mirrored.el:
16318 * international/uni-name.el:
16319 * international/uni-numeric.el:
16320 * international/uni-old-name.el:
16321 * international/uni-titlecase.el:
16322 * international/uni-uppercase.el:
16323 Regenerate from Unicode 5.2.0 data.
16324
dcb9734a
GM
163252009-10-01 Glenn Morris <rgm@gnu.org>
16326
16327 * Makefile.in (ELCFILES): Regenerate.
16328
ced10a4c
SM
163292009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
16330
9d28c33e
SM
16331 * subr.el (interactive-p): Mark obsolete.
16332 (called-interactively-p): Make the optional-ness of `kind' obsolete.
16333 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
16334 advertised-signature-table for subroutines as well.
16335
ced10a4c
SM
16336 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
16337 (set-advertised-calling-convention): New function.
16338 (make-obsolete, define-obsolete-function-alias)
16339 (make-obsolete-variable, define-obsolete-variable-alias):
16340 Make the optional-ness of `when' obsolete.
16341 (define-obsolete-face-alias): Make `when' non-optional.
16342 * help-fns.el (help-function-arglist):
16343 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
16344 Use advertised-signature-table.
16345
cc3dda16
MA
163462009-10-01 Michael Albinus <michael.albinus@gmx.de>
16347
16348 * files.el (delete-directory): New defun. The original function
16349 in fileio.c has been renamed to `delete-directory-internal'.
16350
16351 * dired.el (dired-delete-file): Call `delete-directory' with
16352 RECURSIVE parameter.
16353
5ce6e4f4 16354 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
16355 parameter RECURSIVE. Implementation is missing.
16356
16357 * net/tramp.el (tramp-handle-make-directory): Flush upper
16358 directory's file properties.
ced10a4c 16359 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
16360 (tramp-handle-dired-recursive-delete-directory): Flush directory
16361 properties after the remove command only.
16362
ced10a4c
SM
16363 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16364 Handle optional parameter RECURSIVE.
cc3dda16 16365
ced10a4c
SM
16366 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16367 Handle optional parameter RECURSIVE.
cc3dda16
MA
16368
16369 * net/tramp-smb.el (tramp-smb-errors): Add error message for
16370 connection timeout.
16371 (tramp-smb-handle-delete-directory): Handle optional parameter
16372 RECURSIVE.
16373
cf885595
SM
163742009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
16375
e3a6b82f
SM
16376 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
16377 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
16378 (byte-compile-defmacro): Use backquotes.
16379
7201bfbb
SM
16380 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
16381
cf885595
SM
16382 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
16383 has no associated file.
16384 (vc-resynch-buffer): Use vc-dir-buffers.
16385
a4d2c321
GM
163862009-10-01 Glenn Morris <rgm@gnu.org>
16387
9ffe3f52
GM
16388 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
16389 (chart-file-count):
16390 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
16391 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
16392 * emacs-lisp/eieio-opt.el (eieio-describe-class):
16393 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
16394 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
16395 (eieio-copy-parents-into-subclass, make-instance, class-children)
16396 (eieio-generic-form):
bd2afec2 16397
9515cdcc
GM
16398 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
16399 match-data. (Bug#4555).
16400
a4d2c321
GM
16401 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
16402 rather than parsing it as a regexp. This relaxes the layout
16403 requirements and makes errors easier to detect.
16404 (check-declare-verify): Check file is regular.
16405 (check-declare-directory): Doc fix.
16406 * subr.el (declare-function): Doc fix.
16407
b15c31c7
GM
16408 * ibuffer.el (ibuffer-format-qualifier):
16409 * isearch.el (hi-lock-regexp-okay):
16410 * calc/calc.el (math-zerop):
16411 * mail/uce.el (rmail-msgbeg, rmail-msgend):
16412 * term/w32-win.el (setup-default-fontset, set-fontset-font):
16413 Remove unused declarations.
16414
b0b111c3
JB
164152009-09-30 Eric Ludlam <zappo@gnu.org>
16416
16417 * emacs-lisp/eieio.el (boolean-p): Delete.
16418
1fc28a2c
GM
164192009-09-30 Glenn Morris <rgm@gnu.org>
16420
1fc28a2c
GM
16421 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
16422
494f4fc7
GM
16423 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
16424 filename is not a string.
16425
561580e9
CY
164262009-09-29 Chong Yidong <cyd@stupidchicken.com>
16427
16428 * files.el (safe-local-eval-forms): Fix typo.
16429
dcbbecd4
SM
164302009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
16431
16432 * vc-hooks.el (vc-dir-buffers): New var.
16433 (vc-state-refresh): New function.
16434 (vc-state): Use it.
16435 (vc-after-save): Always ask the backend to recompute the new state.
16436 Always call vc-dir if necessary, using vc-dir-buffers.
16437 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
16438 Use vc-dir-buffers.
16439 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
16440 (vc-dir-prepare-status-buffer, vc-dir-update)
16441 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
16442 Don't call expand-file-name on default-directory.
16443
d88444f2
JB
164442009-09-29 Juanma Barranquero <lekktu@gmail.com>
16445
16446 * speedbar.el (speedbar-item-delete):
16447 * calc/calc-prog.el (calc-kbd-if):
16448 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
16449
16450 * epa.el (epa-key-list-mode-map):
16451 * hi-lock.el (hi-lock-menu): Fix typos in menus.
16452
16453 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
16454 (hs-show-hook): Fix typo in docstring.
16455
5da62d41
GM
164562009-09-29 Glenn Morris <rgm@gnu.org>
16457
8360fce0
GM
16458 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
16459 file-name-nondirectory call preventing location of cedet files.
16460 (check-declare-verify): Use literal search rather than re-search.
ae715515 16461 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
16462
16463 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16464 Use tramp-compat-file-attributes rather than nonexistent
16465 tramp-compat-handle-file-attributes.
16466
5da62d41
GM
16467 * Makefile.in (lisptagsfiles4): New.
16468 (AUTOGENEL): Add cedet loaddefs files.
16469 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
16470 (update-elclist, compile-always, backup-compiled-files)
16471 (bootstrap-clean): Add yet another directory level.
16472 (update-elclist): Use LC_COLLATE rather than COLLATE.
16473 (ELCFILES): Update, via `make update-elclist'.
16474
48267264
JB
164752009-09-29 Juanma Barranquero <lekktu@gmail.com>
16476
16477 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
16478 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
16479 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
16480
2c4cd0b0
AS
164812009-09-28 Andreas Schwab <schwab@linux-m68k.org>
16482
16483 * Makefile.in (lisptagsfiles3): Define.
5da62d41 16484 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
16485 (update-elclist): Add third directory level to look for elc files.
16486 (compile-always): Likewise.
16487 (backup-compiled-files): Likewise.
16488 (bootstrap-clean): Likewise.
16489 (ELCFILES): Update.
16490
a2533e47
CY
164912009-09-28 Chong Yidong <cyd@stupidchicken.com>
16492
16493 * Makefile.in (ELCFILES): Add CEDET files.
16494
eefbedb1
MA
164952009-09-28 Michael Albinus <michael.albinus@gmx.de>
16496
16497 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
16498
16499 * net/tramp.el (top): Require tramp-imap.
16500
16501 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16502 Use `tramp-compat-handle-file-attributes'.
16503
165042009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16505
16506 * net/tramp-imap.el: New package.
16507
b0b111c3
JB
165082009-09-28 Eric Ludlam <zappo@gnu.org>
16509
16510 * emacs-lisp/chart.el:
16511 * emacs-lisp/eieio-base.el:
16512 * emacs-lisp/eieio-comp.el:
16513 * emacs-lisp/eieio-custom.el:
16514 * emacs-lisp/eieio-datadebug.el:
16515 * emacs-lisp/eieio-opt.el:
16516 * emacs-lisp/eieio-speedbar.el:
16517 * emacs-lisp/eieio.el: New files.
16518
748e3d67
VJL
165192009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16520
16521 * whitespace.el (whitespace-trailing-regexp)
16522 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
16523 Fix doc string.
16524
15120dec
CY
165252009-09-27 Chong Yidong <cyd@stupidchicken.com>
16526
16527 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
16528 menu.
16529
16530 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
16531 menu-bar-ediff-menu.
16532
16533 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
16534 define-overloadable-function.
16535
16536 * progmodes/autoconf.el: Provide autoconf as well, so that this
16537 file can be `require'd.
16538
16539 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
16540
16541 * emacs-lisp/autoload.el (generated-autoload-feature)
16542 (generated-autoload-load-name): New vars.
16543 (autoload-rubric, autoload-generate-file-autoloads): Use them.
16544 (make-autoload): Recognize define-overloadable-function and
16545 defclass forms (for EIEIO).
16546
16547 * Makefile.in (update-subdirs): Exclude cedet directory.
16548
135abf91
AR
165492009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
16550
1becddbb 16551 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
16552
16553 * faces.el: Default light-background background for region face to
16554 ns_selection_color under NS.
16555
3d994264
TZ
165562009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
16557
16558 * net/imap-hash.el: New library, see NEWS.
16559
16560 * Makefile.in (ELCFILES): Add imap-hash.el.
16561
ce9a0ccb
SM
165622009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
16563
16564 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
16565 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
16566 * help-macro.el (make-help-screen): Avoid using an ambiguous function
16567 definition where the docstring could be taken for the return value.
16568
a92cdd49
GM
165692009-09-26 Glenn Morris <rgm@gnu.org>
16570
16571 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
16572 Add option to only show images below a certain size.
16573 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
16574 save-excursion calls.
16575
416ac2f1
EZ
165762009-09-26 Eli Zaretskii <eliz@gnu.org>
16577
16578 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
16579 subdirectories) and eieio.
16580
d9a13f68
AM
165812009-09-26 Alan Mackenzie <acm@muc.de>
16582
6a7662bb
BR
16583 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16584 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
16585
16586 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 16587 character constants (as case labels). (Bug#4289)
d9a13f68 16588
182b3bec
CY
165892009-09-25 Juri Linkov <juri@jurta.org>
16590
16591 * files.el (safe-local-eval-forms): Allow time-stamp in
16592 before-save-hook (Bug#4554).
16593
8f75f2da
JB
165942009-09-25 Drew Adams <drew.adams@oracle.com>
16595
16596 * menu-bar.el (list-buffers-directory): Doc fix.
16597
8390fb80
SM
165982009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
16599
16600 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
16601 Try and avoid copying twice the same paragraph.
16602 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
16603 Remove save-excursion.
16604 (log-edit-changelog-entry): Do it here instead.
16605
11ee8d90
JB
166062009-09-25 Juanma Barranquero <lekktu@gmail.com>
16607
027b1942
JB
16608 * bs.el (bs--get-file-name): Use `list-buffers-directory'
16609 when available, instead of hardcoding mode names. Doc fix.
16610
11ee8d90
JB
16611 * menu-bar.el (list-buffers-directory): Add docstring.
16612 Make automatically buffer-local.
16613
16614 * dired.el (dired-mode):
16615 * files.el (cd-absolute):
16616 * pcvs.el (cvs-temp-buffer):
16617 * pcvs-util.el (cvs-get-buffer-create):
16618 * shell.el (shell-mode):
16619 * vc-dir.el (vc-dir-mode):
16620 Don't make `list-buffers-directory' buffer local.
16621
21289c5d
CY
166222009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
16623
8390fb80
SM
16624 * comint.el (comint-exec, comint-run, make-comint):
16625 Doc fixes (Bug#4542).
21289c5d 16626
e8652dd9
GM
166272009-09-25 Glenn Morris <rgm@gnu.org>
16628
16629 * mail/rmailmm.el (rmail-mime): New custom group.
16630 Move all defcustoms in this file into this group.
16631 (rmail-mime-media-type-handlers-alist): Revert previous change.
16632 (rmail-mime-show-images): New option.
16633 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
16634 references to it, since it wasn't actually used for anything.
16635 (rmail-mime-insert-image): New function.
16636 (rmail-mime-image): Use rmail-mime-insert-image.
16637 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
16638 obey the value of `rmail-mime-show-images' option. Print the size of
16639 attachments.
e8652dd9 16640
fb652bb5
JB
166412009-09-25 David Engster <deng@randomsample.de>
16642
16643 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
16644
32a9841c
VJL
166452009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16646
16647 * whitespace.el: Does not highlight trailing spaces While point is
16648 at end of line. Does not highligt spaces at beginning of buffer
16649 while point is at beginning of buffer. Does not highlight spaces
16650 at end of buffer while point is at end of buffer. (Bug#4177)
16651 New version 12.0.
16652 (whitespace-display-mappings): Adjust initialization.
16653 (whitespace-point, whitespace-font-lock-refontify): New vars.
16654 (whitespace-color-on, whitespace-color-off): Adjust code.
16655 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
16656 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
16657 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
16658
e477ca84
CY
166592009-09-24 Chong Yidong <cyd@stupidchicken.com>
16660
16661 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
16662
16663 * textmodes/sgml-mode.el: Remove xml-mode alias.
16664
16665 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 16666 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 16667
68712602
AM
166682009-09-24 Alan Mackenzie <acm@muc.de>
16669
16670 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
16671 c-forward-conditionals, but it doesn't move point and doesn't set
16672 the mark.
16673 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
16674 (c-down-conditional-with-else, c-backward-conditional)
16675 (c-forward-conditional): Refactor to use c-scan-conditionals.
16676
1659ada0
JB
166772009-09-24 Juanma Barranquero <lekktu@gmail.com>
16678
16679 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
16680 (help-default-arg-highlight): Remove.
16681 (help-highlight-arg): New function.
16682 (help-do-arg-highlight): Use it.
16683 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
16684
b3f01e46
SM
166852009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16686
16687 * term.el (term-set-scroll-region, term-handle-ansi-escape):
16688 Undo last change, which didn't fix the problem and introduced others.
16689
107ef54a
NR
166902009-09-24 Nick Roberts <nickrob@snap.net.nz>
16691
16692 * progmodes/gdb-mi.el: Don't require speedbar.
16693 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
16694
ffa1fed6
GM
166952009-09-24 Glenn Morris <rgm@gnu.org>
16696
2157a2be
GM
16697 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
16698
6125167c
GM
16699 * term/ns-win.el (ns-reg-to-script): Define for compiler.
16700
ffa1fed6
GM
16701 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
16702 there is no newline after the final mime boundary. (Bug#4539)
16703 Move markers on insertion so that any buttons inserted don't end up in
16704 the next part of a multipart message.
2e9075d3
GM
16705 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
16706 (rmail-mime-bulk-handler): Optionally handle images.
16707 (rmail-mime-image): New button action.
16708 (rmail-mime-image-handler): New function.
16709 (rmail-mime-mode): New mode.
16710 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 16711
4a814992
SM
167122009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16713
075518b5
SM
16714 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
16715 than just dropping elements from it (bug#4504).
16716
8ad2defc
SM
16717 * term.el (term-set-scroll-region): Don't move cursor any more.
16718 (term-handle-ansi-escape): Call term-goto here instead.
16719 Suggested by Ivan Kanis <apple@kanis.eu>.
16720
4a814992
SM
16721 * term.el: Require CL.
16722 (term-ansi-reset): New function.
16723 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
16724 (term-handle-colors-array): Simplify.
16725
5a0c3f56
JB
167262009-09-24 Juanma Barranquero <lekktu@gmail.com>
16727
16728 * allout.el (allout-overlay-interior-modification-handler)
16729 (allout-obtain-passphrase):
16730 * epa-file.el (epa-file-write-region):
16731 * ps-print.el (ps-begin-job):
16732 * vc-hooks.el (vc-toggle-read-only):
16733 * vc-rcs.el (vc-rcs-rollback):
16734 * vc-sccs.el (vc-sccs-rollback):
16735 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
16736 (vc-version-diff, vc-revert, vc-rollback):
16737 * wdired.el (wdired-check-kill-buffer):
16738 * emacs-lisp/authors.el (authors):
16739 * net/socks.el (socks-open-connection):
16740 * net/zeroconf.el (zeroconf-service-add-hook):
16741 * obsolete/vc-mcvs.el (vc-mcvs-register):
16742 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
16743 (gdb-select-frame):
16744 * progmodes/grep.el (lgrep, rgrep):
16745 * progmodes/idlw-help.el (idlwave-help-check-locations)
16746 (idlwave-help-html-link, idlwave-help-assistant-open-link):
16747 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16748 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
16749 (reftex-toc-rename-label): Fix typos in error messages.
16750
16751 * dired-aux.el (dired-do-shell-command): Reflow docstring.
16752 (dired-copy-how-to-fn): Doc fix.
16753 (dired-files-attributes, dired-read-shell-command):
16754 Fix typos in docstrings.
16755
16756 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
16757 (dired-x-find-file-other-window): Reflow docstrings.
16758 (dired-omit-marker-char, dired-read-shell-command)
16759 (dired-x-submit-report): Fix typos in docstrings.
16760
16761 * shell.el (shell-mode-hook):
16762 * view.el (View-scroll-line-forward):
16763 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
16764 Fix typos in docstrings.
16765
16766 * net/dig.el (dig-invoke): Fix typo in docstring.
16767 (query-dig): Reflow docstring.
16768
16769 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
16770 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
16771 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
16772 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
16773 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
16774 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
16775 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
16776 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
16777 (idlwave-completion-map, idlwave-current-indent)
16778 (idlwave-custom-ampersand-surround, idlwave-customize)
16779 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
16780 (idlwave-define-abbrev, idlwave-determine-class-special)
16781 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
16782 (idlwave-end-block-reg, idlwave-end-of-statement)
16783 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
16784 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
16785 (idlwave-explicit-class-listed, idlwave-file-header)
16786 (idlwave-fill-paragraph, idlwave-find-class-definition)
16787 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
16788 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
16789 (idlwave-in-quote, idlwave-indent-action-table)
16790 (idlwave-indent-expand-table, idlwave-indent-line)
16791 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
16792 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
16793 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
16794 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
16795 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
16796 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
16797 (idlwave-outlawed-buffers, idlwave-popup-select)
16798 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
16799 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
16800 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
16801 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
16802 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
16803 (idlwave-statement-type, idlwave-struct-skip)
16804 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
16805 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
16806 (idlwave-what-module-find-class): Fix typos in docstrings.
16807 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
16808 (idlwave-calculate-cont-indent, idlwave-expand-equal)
16809 (idlwave-find-module, idlwave-find-structure-definition)
16810 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
16811 (idlwave-list-load-path-shadows, idlwave-next-statement)
16812 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
16813 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
16814 (idlwave-template): Reflow docstrings.
16815
16816 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
16817 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
16818 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
16819 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
16820 (idlwave-shell-display-line, idlwave-shell-display-wframe)
16821 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
16822 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
16823 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
16824 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
16825 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
16826 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
16827 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
16828 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
16829 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
16830 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
16831 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
16832 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
16833 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
16834 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
16835 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
16836 Fix typos in docstrings.
16837 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
16838 (idlwave-shell-hide-output, idlwave-shell-mode)
16839 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
16840 Reflow docstrings.
16841
16842 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
16843
62136c5d
SM
168442009-09-24 Ivan Kanis <apple@kanis.eu>
16845
16846 * term.el (term-bold-attribute): New var.
16847 (term-handle-colors-array): Use it.
16848
9c1a45ed
NR
168492009-09-23 Nick Roberts <nickrob@snap.net.nz>
16850
16851 * progmodes/gdb-mi.el (gdb-version): New variable.
16852 (gdb-non-stop-handler): Set gdb-version.
16853 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
16854 Condition "--thread" option on gdb-version.
16855 (gdb-invalidate-threads): Remove unused argument.
16856
03304f31
SM
168572009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16858
16859 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
16860 to looking-back to avoid ridiculous slow down in large files (bug#4511).
16861
4f02f0c9
GM
168622009-09-23 Glenn Morris <rgm@gnu.org>
16863
16864 * mail/rmail.el (rmail-reply): Don't try to add a References header when
16865 replying to mail without References or Message-Id. (Bug#4525)
16866
a3b4b363
AR
168672009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
16868
16869 * term/ns-win.el (ns-reg-to-script): New variable.
16870
7bda18cc
DU
168712009-09-23 Daiki Ueno <ueno@unixuser.org>
16872
16873 * epg.el (epg-wait-for-status): Preserve existing 'error results.
16874
72169e55
SS
168752009-09-22 Sam Steingold <sds@gnu.org>
16876
16877 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
16878 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
16879 to 1 because hg returns status 1 when nothing is found.
0aa4f295 16880 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 16881
905b7d38
SM
168822009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
16883
b0459dec
SM
16884 * textmodes/fill.el: Convert to utf-8 encoding.
16885 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 16886 pre-Unicode days.
b0459dec 16887
905b7d38
SM
16888 * add-log.el (change-log-fill-forward-paragraph): New function.
16889 (change-log-mode): Use it so fill-region DTRT.
16890 Set fill-indent-according-to-mode here rather than in
16891 change-log-fill-paragraph.
16892 (change-log-fill-paragraph): Remove.
16893
baa7f3de
JB
168942009-09-22 Juanma Barranquero <lekktu@gmail.com>
16895
16896 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
16897 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
16898
a8d789f0
GM
168992009-09-22 Glenn Morris <rgm@gnu.org>
16900
daedbbc2
GM
16901 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
16902 the scroll-bar scroll the calendar window rather than the buffer.
16903
d8899a74
GM
16904 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
16905 commands that move point (as opposed to scrolling).
16906
a8d789f0
GM
16907 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
16908
16909 * emacs-lisp/elint.el (elint): New custom group.
16910 (elint-log-buffer): Make it a defcustom.
16911 (elint-scan-preloaded, elint-ignored-warnings)
16912 (elint-directory-skip-re): New options.
16913 (elint-builtin-variables): Doc fix.
16914 (elint-preloaded-env): New variable.
16915 (elint-unknown-builtin-args): Add an entry for encode-time.
16916 (elint-extra-errors): Make it a variable rather than a constant.
16917 (elint-preloaded-skip-re): New constant.
16918 (elint-directory): Skip files matching elint-directory-skip-re.
16919 (elint-features): New variable, local to linted buffers.
16920 (elint-update-env): Initialize elint-features. Possibly add
16921 elint-preloaded-env to the buffer's environment.
16922 (elint-get-top-forms): Bind elint-current-pos, for log messages.
16923 Skip quoted forms.
16924 (elint-init-form): New function, extracted from elint-init-env.
16925 Make non-list forms a warning rather than an error.
16926 Add the mode-map for define-derived-mode. Handle define-minor-mode,
16927 easy-menu-define, put that adds an error-condition, and provide.
16928 When requiring cl, also require cl-macs. Really require cl, to handle
16929 some cl macros. Store required libraries in the list elint-features,
16930 so as not to re-load them. Treat cc-require like require.
16931 (elint-init-env): Call elint-init-form to do the work.
16932 Handle eval-and-compile and such like.
16933 (elint-add-required-env): Do not clear messages.
16934 (elint-special-forms): Add handlers for function, defalias, if, when,
16935 unless, and, or.
16936 (elint-form): Add optional argument to ignore elint-special-forms,
16937 useful to prevent recursive calls from handlers. Doc fix.
16938 Respect elint-ignored-warnings.
16939 (elint-form): Respect elint-ignored-warnings.
16940 (elint-bound-variable, elint-bound-function): New variables.
16941 (elint-unbound-variable): Respect elint-bound-variable.
16942 (elint-get-args): Respect elint-bound-function.
16943 (elint-check-cond-form): Add some simple handling for (f)boundp and
16944 featurep tests.
16945 (elint-check-defalias-form): New handler.
16946 (elint-check-let-form): Make an empty let a warning rather than an
16947 error.
16948 (elint-check-setq-form): Make an empty setq a warning rather than an
16949 error. Respect elint-ignored-warnings.
16950 (elint-check-defvar-form): Accept null doc-strings.
16951 (elint-check-conditional-form): New handler. Does some simple-minded
16952 checking of featurep and (f)boundp tests.
16953 (elint-put-function-args): New function.
16954 (elint-initialize): Use elint-scan-doc-file rather than
16955 elint-find-builtin-variables. Use elint-put-function-args.
16956 Possibly scan preloaded-file-list.
16957 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
16958 extend to handle functions as well.
16959
245be23c
JB
169602009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
16961
16962 * linum.el (linum-delete-overlays, linum-update-window):
16963 Do not modify the right margin. (Bug#3971)
16964
91fdbd6f
CY
169652009-09-21 Chong Yidong <cyd@stupidchicken.com>
16966
6a7662bb
BR
16967 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
16968 Use nxml-mode instead of xml-mode.
91fdbd6f 16969
7589d38e
JB
169702009-09-21 Kevin Ryde <user42@zip.com.au>
16971
16972 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
16973
5ac42715
SM
169742009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16975
16976 * net/dig.el (dig-mode): Use define-derived-mode.
16977
09c01323
DN
169782009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
16979
4096c5f2
DN
16980 * vc-dispatcher.el (vc-do-command): Return the process object in
16981 the asynchronous case. Use when instead of if. Do not run
5480359e 16982 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 16983
0e172cc2
DN
16984 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
16985 properties to the stash strings.
16986 (vc-git-stash-list): Return a list of strings.
16987 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
16988 (vc-git-stash-show-at-point): New functions.
16989 (vc-git-stash-map): New keymap.
16990
03304f31
SM
16991 * register.el (ctl-x-r-map): Define the keys here instead of
16992 using autoload.
09c01323 16993
03304f31 169942009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
16995
16996 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
16997 list, to workaround performance problem (bug#4485).
16998
2f5fc4d7
NR
169992009-09-20 Nick Roberts <nickrob@snap.net.nz>
17000
17001 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
17002
b0f5fd2e
DU
170032009-09-20 Daiki Ueno <ueno@unixuser.org>
17004
17005 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
17006 Document that this option is not recommended to use.
17007
f3445fab
GM
170082009-09-19 Glenn Morris <rgm@gnu.org>
17009
547c6921
GM
17010 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
17011 variable `var'.
17012
f3445fab
GM
17013 * calc/calc-alg.el (var):
17014 * calc/calcalg2.el (var): Define for compiler.
17015
946c009b
CY
170162009-09-19 Chong Yidong <cyd@stupidchicken.com>
17017
e3f36d03
SM
17018 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
17019 Doc fix (Bug#3932).
e2045997 17020
24aedbca
CY
17021 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
17022
327dd27a
CY
17023 * time-stamp.el (time-stamp-month-dd-yyyy)
17024 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
17025 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
17026 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
17027 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
17028 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 17029
946c009b
CY
17030 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
17031 indent buffer only if called interactively (Bug#4452).
17032
3e70541a 170332009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 17034 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
17035
17036 This fixes bug#4197 (merged to bug#865, though not identical).
17037 * server.el (server-auth-dir): Add docstring note about FAT32.
17038 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
17039 but warn against using them.
17040
9b94c32e
NR
170412009-09-19 Nick Roberts <nickrob@snap.net.nz>
17042
17043 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
17044 older GDB where there is no has_more field.
17045
66590684
GM
170462009-09-19 Glenn Morris <rgm@gnu.org>
17047
17048 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
17049
9a1337f9
CY
170502009-09-18 Chong Yidong <cyd@stupidchicken.com>
17051
17052 * files.el (auto-mode-alist): Change default for XML files to nXML
17053 mode (Bug#4169).
17054
d7554167
JB
170552009-09-18 Juanma Barranquero <lekktu@gmail.com>
17056
17057 * server.el (server-ensure-safe-dir): Pass 'integer
17058 to `file-attributes', as suggested.
17059
35a3f9a4
SM
170602009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
17061
17062 * dired-aux.el (dired-query-alist): Remove spurious backslash.
17063 (dired-query): Use read-key.
17064
044f9b05
AR
170652009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
17066
17067 * cus-start.el (ns-use-qd-smoothing): Remove.
17068
6188ea49
GM
170692009-09-18 Glenn Morris <rgm@gnu.org>
17070
08cf18e4
GM
17071 * allout.el (top-level): Remove unnecessary progn.
17072
07eae5c5
GM
17073 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
17074
6726c25e
GM
17075 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
17076 definition of abbrev table.
17077
3f527154 17078 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
17079 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
17080 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
17081 * net/newst-backend.el (newsticker--cache-read-feed):
17082 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
17083 condition-case handlers.
17084
ccb4c30c
NR
170852009-09-18 Nick Roberts <nickrob@snap.net.nz>
17086
17087 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
17088 (gdb-var-list): Add an element for has_more field.
17089 (gdb-non-stop-handler): Enable pretty printing for STL containers.
17090 (gdb-var-create-handler, gdb-var-list-children-handler-1)
17091 (gdb-var-update-handler-1): Parse output of dynamic variable
17092 objects (STL containers).
17093 (gdb-var-delete-1): Pass var1 as an explicit second argument.
17094 (gdb-get-field): Delete alias. Use bindat-get-field directly.
17095
17096 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
17097 gdb-var-list.
17098 (gud-speedbar-buttons): Make node expandable if expression "has more"
17099 children.
17100
8686ac71
JB
171012009-09-17 Juanma Barranquero <lekktu@gmail.com>
17102
17103 * startup.el (emacs-quick-startup): Remove variable and all uses.
17104 (command-line): Set `inhibit-x-resources' instead.
17105 (command-line-1): Use `inhibit-x-resources' instead.
17106
a69c67e8
CY
171072009-09-17 Chong Yidong <cyd@stupidchicken.com>
17108
17109 * subr.el: Fix last change to avoid using the `unless' macro,
17110 which breaks bootstrapping.
17111
354f0faf
SM
171122009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17113
17114 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
17115 extended definitions, in case we reload subr.el after having
17116 loaded CL.
17117 (eval-next-after-load): Mark as obsolete.
17118
98b9bf40
JL
171192009-09-17 Juri Linkov <juri@jurta.org>
17120
17121 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
17122 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
17123 (menu-bar-showhide-menu, menu-bar-tools-menu)
17124 (menu-bar-describe-menu, menu-bar-help-menu)
17125 (minibuffer-local-completion-map, minibuffer-local-map):
17126 Fix list quoting.
17127
28fab7b5
GM
171282009-09-17 Glenn Morris <rgm@gnu.org>
17129
88d5190c
GM
17130 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
17131 arguments, whether or not it has a handler.
17132
74f24ba7
GM
17133 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
17134
28fab7b5
GM
17135 * simple.el (hard-newline): Give it a doc-string.
17136
a8106aec
GM
17137 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17138 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 17139
76251ad7
DN
171402009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
17141
72033dbe
DN
17142 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
17143 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
17144 (menu-bar-options-menu, menu-bar-showhide-menu)
17145 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
17146 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
17147 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
17148 (menu-bar-options-menu, menu-bar-tools-menu)
17149 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
17150 (menu-bar-help-menu):
17151 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
17152 string arguments.
17153
76251ad7
DN
17154 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
17155 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
17156 calls for the menu names and :help.
17157
97b952b7
SM
171582009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17159
17160 * mouse.el (minor-mode-menu-from-indicator): Pay attention
17161 to :minor-mode-function (bug#4455).
17162
8f38189e
SM
171632009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17164
d2fd733e
SM
17165 * startup.el (command-line): Initialize the window-system after
17166 processing the command-line.
17167
8f38189e
SM
17168 * textmodes/page.el (what-page): Make sure we don't inf-loop if
17169 page-delimiter matches the empty string.
17170
77564fa4
GM
171712009-09-16 Glenn Morris <rgm@gnu.org>
17172
17173 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
17174 byte-compile-not-obsolete-var. It's a list now.
17175 (byte-compile-not-obsolete-funcs): New variable.
17176 (byte-compile-warn-obsolete): Don't warn about functions if they are in
17177 byte-compile-not-obsolete-funcs.
17178 (byte-compile-variable-ref, byte-compile-defvar): Update for
17179 byte-compile-not-obsolete-vars name-change and list nature.
17180 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
17181 and variables behind (f)boundp tests.
17182 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
17183
79d316d3
DN
171842009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17185
17186 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
17187
8fed6934
SM
171882009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17189
17190 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
17191 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
17192 Don't autoload.
17193
4078fd57
SE
171942009-09-15 Stephen Eglen <stephen@gnu.org>
17195
17196 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 17197 the virtual-buffers, use the name of the buffer specified by
4078fd57 17198 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 17199 problem if the target and the symlink had different names.)
4078fd57 17200
838ff458
SM
172012009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17202
b3c7c12d
SM
17203 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
17204
13dc2bc2
SM
17205 * desktop.el (desktop-path): Check user-emacs-directory.
17206
49fec531
SM
17207 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
17208
0e328d37
SM
17209 * loadup.el: Use after-load-functions to GC after loading each file.
17210 Remove the explicit GC calls that used to be sprinkled around.
17211
838ff458
SM
17212 * subr.el (after-load-functions): New hook.
17213 (do-after-load-evaluation): Run it. Use string-match-p to detect
17214 `obsolete' packages, rather than painfully extracting the relevant
17215 directory name.
17216
a62f564f
GM
172172009-09-15 Glenn Morris <rgm@gnu.org>
17218
17219 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
17220 free variable `doc'.
17221
17222 * dired.el (dired-mode-map): Add menu entry for async shell command.
17223
17224 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
17225 variables, also consider the .elc files, since the .el files are
17226 normally gzipped (subsequent code locates the .el.gz from the .elc).
17227
17228 * calc/calc-prog.el (arglist): Define for compiler.
17229
17230 * calendar/diary-lib.el (diary-display-function): Change the default to
17231 fancy display.
17232 (body): Define for compiler.
17233
17234 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
17235 (byte-compile-file-form, byte-compile-lambda)
17236 (byte-compile-top-level-body, byte-compile-form)
17237 (byte-compile-variable-ref, byte-compile-setq)
17238 (byte-compile-setq-default, byte-compile-body)
17239 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
17240 (batch-byte-compile): Give some more local variables with common names
17241 a "bytecomp-" prefix to avoid masking warnings about free variables.
17242
cd05fe7f
GM
17243 * startup.el (command-line-1): Give local variables with common names a
17244 distinguishing prefix, so as not to hide free variable warnings during
17245 bootstrap.
17246
a62f564f
GM
17247 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
17248 clever and add a suffix to make a unique name, just let the user decide
17249 whether or not to overwrite it. If the input is a directory, write the
17250 default filename to that directory. (Bug#4388)
17251 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
17252 is a filename-as-a-directory.
17253
fbc88440
SM
172542009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17255
17256 * textmodes/page.el (what-page): Don't move to beginning of line.
17257 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
17258
60308853
DN
172592009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17260
17261 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
17262
32ba3abc
DN
172632009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17264
9cd39aff
DN
17265 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
17266 * help.el (help-for-help-internal): Add purecopy calls for text.
17267
32ba3abc
DN
17268 * vc.el (top): print-log method now takes an optional SHORTLOG
17269 argument. Add a new method: root.
32ba3abc
DN
17270 (vc-root-diff, vc-print-root-log): New functions.
17271 (vc-log-short-style): New variable.
17272 (vc-print-log-internal): Add support for showing short logs.
17273
17274 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
17275 vc-print-root-log and vc-print-root-diff.
17276
17277 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
17278 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
17279 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
17280 short logs.
17281
17282 * vc-cvs.el (vc-cvs-print-log):
17283 * vc-mtn.el (vc-mtn-print-log):
17284 * vc-rcs.el (vc-rcs-print-log):
17285 * vc-sccs.el (vc-sccs-print-log):
17286 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
17287 that is ignored for now.
17288
837b0e99
DN
17289 * vc-mtn.el (vc-mtn-annotate-command):
17290 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
17291
31cd2dd4
SM
172922009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17293
17294 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
17295 to function-key-map, and give them ascii-character property.
17296 * term/x-win.el (x-alternatives-map):
17297 * term/ns-win.el (ns-alternatives-map):
17298 * term/internal.el (msdos-key-remapping-map):
17299 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
17300
d62e5bf2
GM
173012009-09-14 Glenn Morris <rgm@gnu.org>
17302
17303 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
17304 temp-buffers (2009-09-12).
17305
7d0105e5
SM
173062009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17307
17308 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
17309 the new read-key function.
17310
e17ed9ad
CY
173112009-09-13 Chong Yidong <cyd@stupidchicken.com>
17312
17313 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
17314 is defined (Bug#4405).
17315
1fc26e29
CY
173162009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
17317
17318 * recentf.el (recentf-cleanup): Use a hash table to find
17319 duplicates (Bug#4407).
17320
61dc96a2 173212009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
17322
17323 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
17324 kp-0 to ascii equivalents (Bug#4325).
17325
42c3a9e3
CY
173262009-09-13 Chong Yidong <cyd@stupidchicken.com>
17327
1f5c1626
CY
17328 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
17329
42c3a9e3 17330 * eshell/em-hist.el:
31cd2dd4
SM
17331 * eshell/em-dirs.el (eshell-complete-user-reference):
17332 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
17333
173342009-09-13 Leo <sdl.web@gmail.com> (tiny change)
17335
17336 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
17337 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
17338 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
17339 * eshell/em-hist.el (eshell-history-file-name):
17340 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 17341
1e2b6acf
GM
173422009-09-13 Glenn Morris <rgm@gnu.org>
17343
17344 * ediff-merg.el (ediff-do-merge):
17345 * filesets.el (filesets-run-cmd):
17346 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
17347 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
17348 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
17349 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
17350 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
17351 Replace empty `let's with `progn'.
17352
adba8116
SM
173532009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17354
17355 * mail/sendmail.el (send-mail-function):
17356 * tooltip.el (tooltip-mode):
17357 * simple.el (transient-mark-mode):
17358 * rfn-eshadow.el (file-name-shadow-mode):
17359 * frame.el (blink-cursor-mode):
17360 * font-core.el (global-font-lock-mode):
17361 * files.el (temporary-file-directory)
17362 (small-temporary-file-directory, auto-save-file-name-transforms):
17363 * epa-hook.el (auto-encryption-mode):
17364 * composite.el (global-auto-composition-mode):
17365 Use custom-initialize-delay.
17366 * startup.el (command-line): Don't explicitly call
17367 custom-reevaluate-setting for all the above vars.
17368 * custom.el (custom-initialize-safe-set)
17369 (custom-initialize-safe-default): Delete.
17370
0a4afea9
SM
173712009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17372
9f94990d
SM
17373 * term/x-win.el (x-initialize-window-system):
17374 * term/w32-win.el (w32-initialize-window-system):
17375 * term/ns-win.el (ns-initialize-window-system): Don't call
17376 mouse-wheel-mode since it's enabled globally by default already.
17377
0a4afea9
SM
17378 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
17379 actually define the variable, but only silences the byte-compiler.
17380 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
17381 before looking it up.
17382 (mouse-wheel-scroll-amount): Also reset the bindings if this value
17383 is changed.
17384
bf01513f
GM
173852009-09-12 Glenn Morris <rgm@gnu.org>
17386
17387 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
17388 1000.
17389 (elint-add-required-env): Don't beep on error.
17390 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
17391 (elint-init-env): Skip non-list forms.
17392 (elint-log): Handle unknown file positions.
bf01513f 17393
d85889e4
DU
173942009-09-12 Daiki Ueno <ueno@unixuser.org>
17395
17396 * epg.el (epg-make-context): Add autoload cookie.
17397 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
17398 (epg-decrypt-string, epg-start-verify, epg-verify-file)
17399 (epg-verify-string, epg-start-sign, epg-sign-file)
17400 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
17401 (epg-encrypt-string, epg-start-export-keys)
17402 (epg-export-keys-to-file, epg-export-keys-to-string)
17403 (epg-start-import-keys, epg-import-keys-from-file)
17404 (epg-import-keys-from-string, epg-start-receive-keys)
17405 (epg-receive-keys, epg-import-keys-from-server)
17406 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
17407 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
17408 (epg-generate-key-from-file, epg-generate-key-from-string):
17409 Remove autoload cookie.
d85889e4 17410
8f825ee6
EZ
174112009-09-12 Eli Zaretskii <eliz@gnu.org>
17412
36b434ee
EZ
17413 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
17414 reevaluation of trash-directory.
17415
8f825ee6
EZ
17416 * mwheel.el: Fix last change.
17417 (mouse-wheel-mode): New defvar.
17418 (mouse-wheel-mode): Remove autoload cookie.
17419
5766c380
SM
174202009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17421
ab5c0fcd
SM
17422 * mwheel.el (mwheel-installed-bindings): New var.
17423 (mouse-wheel-mode): Use it, so as to make sure we really remove all
17424 the bindings we set last time. Use custom-initialize-delay.
17425 * loadup.el: Load mwheel after term/*-win.el.
17426 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
17427 and mouse-wheel-up-event now that their first evaluation is done
17428 sufficiently late to be correct.
17429
45448e64
SM
17430 * startup.el (tutorial-directory): Make it a defcustom.
17431 Use custom-initialize-delay rather than eval-at-startup to set it.
17432 * image.el (image-load-path): Make it a defcustom.
17433 Use custom-initialize-delay rather than eval-at-startup to set it.
17434 * subr.el (eval-at-startup): Remove.
17435 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
17436
5766c380
SM
17437 * subr.el (do-after-load-evaluation): Warn the user after loading an
17438 obsolete package.
17439
d6549da4
GM
174402009-09-12 Glenn Morris <rgm@gnu.org>
17441
17442 * proced.el (proced-mark-alt): Remove alias.
17443 (proced-mode-map): Remove proced-mark-alt.
17444
17445 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
17446 Elint file and directory. Remove initialization entry.
17447
17448 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
17449 commands.
17450 (elint-current-buffer): Set mode-line-process.
17451 (elint-init-env): Handle define-derived-mode.
17452 Fix declare-function with unspecified arglist. Guard against odd
17453 defalias statements (eg iso-insert's 8859-1-map).
17454 (elint-add-required-env): Use a temp buffer.
17455 (elint-form): Just print the function/macro name, not the whole form.
17456 Return env unchanged if we fail to parse a macro.
17457 (elint-forms): Guard against parse errors.
17458 (elint-output): New function, to handle batch mode.
17459 (elint-log-message): Add optional argument. Use elint-output.
17460 (elint-set-mode-line): New function.
17461
30194d4d
CY
174622009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
17463
17464 * emacs-lisp/elp.el (elp-not-profilable): Add more
17465 functions (Bug#4233).
17466
a035f9b0
CY
174672009-09-12 Chong Yidong <cyd@stupidchicken.com>
17468
17469 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
17470 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
17471
dad61164
NR
174722009-09-11 Nick Roberts <nickrob@snap.net.nz>
17473
17474 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
17475 (gdb-var-list-children): Use json parsing.
17476
9c3c9fdf 174772009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
17478
17479 * progmodes/js.el (js--proper-indentation): Handle the case where
17480 char-before is null. Reported by Deniz Dogan.
17481
b4587710
JB
174822009-09-11 Juanma Barranquero <lekktu@gmail.com>
17483
17484 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
17485
13890796
DU
174862009-09-11 Daiki Ueno <ueno@unixuser.org>
17487
17488 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
17489 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 17490 (epg-context-set-passphrase-callback)
97d4bdba 17491 (epg-context-set-progress-callback): Add description about
b18508dd 17492 callback function.
13890796 17493
2efb64a8
SM
174942009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17495
790d0270
SM
17496 * custom.el (custom-delayed-init-variables): New var.
17497 (custom-initialize-delay): New function.
17498 * startup.el (command-line): "Re"evaluate all vars in
17499 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
17500 explicitly any more.
17501 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
17502 to avoid creating a ~/.emacs.d at build-time (bug#4347).
17503
17504 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 17505
ac243a40
NR
175062009-09-11 Nick Roberts <nickrob@snap.net.nz>
17507
17508 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
17509 (gdb-var-update-handler): Use json parsing.
17510
657bc6fc
JB
175112009-09-11 Juanma Barranquero <lekktu@gmail.com>
17512
17513 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
17514 decode annotated text, regardless of language environment. (Bug#2741)
17515
b6fe8102
SM
175162009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17517
17518 * Makefile.in (autoloads): Make rmail.el writable as well.
17519
5cc443fe
GM
175202009-09-11 Glenn Morris <rgm@gnu.org>
17521
5515c54e
GM
17522 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
17523 loaddefs.el.
17524 * dired.el: Regenerate with extracted autoloads.
17525 * Makefile.in (autoloads): Make dired.el writable.
17526
15067158
GM
17527 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
17528 * ibuffer.el: Regenerate with extracted autoloads.
17529 * Makefile.in (autoloads): Make ibuffer.el writable.
17530
d35d0238
GM
17531 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
17532 * version.el (emacs-copyright, emacs-major-version)
17533 (emacs-minor-version): Reformat doc-strings for make-docfile.
17534
5cc443fe
GM
17535 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
17536 functions and variables, since they must be stuff specific to some other
17537 platform.
17538 (apropos-print): Make mouse-click message less specific about button.
17539
17540 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
17541 that records where a macro was defined.
17542 * help-fns.el (describe-function-1): Mention if a function has a
17543 compiler-macro.
17544 * help-mode.el (help-function-cmacro): New button.
17545
17546 * locate.el (top-level): Always require dired.
17547 (locate-mode-map): Initialize inside the defvar.
17548
17549 * net/ange-ftp.el (dired-compress-file): Declare.
17550 (ange-ftp-dired-compress-file): Add doc string.
17551
17552 * term/ns-win.el (x-display-name, x-setup-function-keys):
17553 Unify doc-strings with X versions.
17554
8cb95edf
SM
175552009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17556
726a4d09
SM
17557 * emulation/crisp.el (crisp-mode-map): Move initialization
17558 into declaration.
17559 (crisp-mode): Use define-minor-mode.
17560
8cb95edf
SM
17561 * progmodes/xscheme.el (xscheme-evaluation-commands):
17562 Put a :advertised-binding property rather than using
17563 advertised-xscheme-send-previous-expression.
17564 (advertised-xscheme-send-previous-expression): Declare obsolete.
17565 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
17566 `advertised-undo'.
17567 (crisp-mode): Add corresponding bindings to
17568 undo's :advertised-binding instead.
17569 * dired.el (dired-mode-map): Put a :advertised-binding property rather
17570 than using dired-advertised-find-file.
17571 (dired-advertised-find-file):
17572 * simple.el (advertised-undo):
17573 * wid-edit.el (advertised-widget-backward): Declare obsolete.
17574 (widget-keymap): Put a :advertised-binding property rather
17575 than using advertised-widget-backward.
17576 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
17577 than using advertised-undo.
17578 * tutorial.el (tutorial--default-keys): Adjust accordingly.
17579
07db5857
SS
175802009-09-10 Simon South <ssouth@slowcomputing.org>
17581
17582 * progmodes/delphi.el (delphi-tab): Indent region when Transient
17583 Mark mode is enabled and region is active; otherwise indent or
17584 insert TAB as usual.
17585 (delphi-mode): Update description of TAB-key binding.
17586
50d4ba39
SM
175872009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17588
17589 * subr.el (define-key-rebound-commands): Mark obsolete.
17590 * startup.el (precompute-menubar-bindings): Remove.
17591 (normal-top-level): Remove obsolete code that tried to precompute
17592 menubar bindings.
17593 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
17594 define-key-rebound-commands and precompute-menubar-bindings.
17595
ffa894db
KY
175962009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17597
17598 * net/imap.el (imap-interactive-login): Better messages.
17599 (imap-open): Fix bug with renamed buffer on reconnect.
17600 (imap-authenticate): Add buffer-local imap-last-authenticator variable
17601 for easier debugging and cleaner code. On successful (guessed based on
17602 server capabilities) secondary authentication, set imap-state
17603 correctly.
17604 (imap-last-authenticator): Define imap-last-authenticator as a variable
17605 to avoid warnings.
17606
9477096c
GM
176072009-09-10 Glenn Morris <rgm@gnu.org>
17608
17609 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
17610
17611 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
17612 (byte-compile-file-form-autoload): Don't warn about unknown functions
17613 where the autoload statement comes after the use.
17614 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
17615 that any handlers inside the body (eg require) are in turn respected.
17616
17617 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
17618 effects.
17619
17620 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
17621 and syntax and abbrev tables basic docs, if they don't have any.
17622
17623 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
17624
17625 * international/mule-cmds.el (top-level): Require cl when compiling.
17626 (view-hello-file): Use default-value rather than
17627 default-enable-multibyte-characters.
17628
17629 * progmodes/fortran.el: Move all safe and risky properties into the
17630 defcustoms.
17631
17632 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
17633 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
17634 * mail/undigest.el:
17635 Put autoloads in rmail.el rather than loaddefs.el.
17636 * mail/rmail.el: Regenerate with extracted autoloads.
17637
17638 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
17639 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
17640
9f16c547
NR
176412009-09-10 Nick Roberts <nickrob@snap.net.nz>
17642
17643 Reported in thread for Bug#4375.
17644 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
17645 "-data-evaluate-expression" instead of print.
17646 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
17647 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
17648 (gdb): Revert 2009-08-11 change. User should detach inferior
17649 manually.
9f16c547
NR
17650
17651 Remove the word "separate" from IO functions as inferior
17652 output is now never displayed in the GUD buffer.
17653
50405cd0
JB
176542009-09-10 Juanma Barranquero <lekktu@gmail.com>
17655
17656 * startup.el (command-line-normalize-file-name): On Windows and
17657 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
17658
7ae62430
JL
176592009-09-10 Juri Linkov <juri@jurta.org>
17660
17661 * isearch.el (isearch-text-char-description): Propertize escape
17662 character sequences with the `escape-glyph' face. (Bug#4344)
17663
17664 * simple.el (shell-command): Set asynchronous process filter to
17665 `comint-output-filter'. (Bug#4343)
17666
17667 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
17668 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
17669 the list. Move "asm" to the bottom.
17670 (grep-find-ignored-directories): Add `choice' with nil value
17671 to empty the list easily.
17672 (grep-find-ignored-files): New option.
17673 (grep-files-history): Set to nil by default instead of '("ch" "el").
17674 (grep-compute-defaults): Add "<X>" to `grep-template'.
17675 (grep-read-files): Bind new local variables `default-alias' and
17676 `default-extension'. Use a list of default values for the file prompt.
17677 (lgrep): Add `--exclude=' command line options composed from
17678 `grep-find-ignored-files'.
17679 (rgrep): Add `-name' command line options composed from
17680 `grep-find-ignored-files'. (Bug#4301)
17681
cd875252
SM
176822009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
17683
17684 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
17685 (bug#4368).
17686
cdce0b33
KY
176872009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
17688
17689 * calendar/time-date.el (autoload):
17690 Expand define-obsolete-function-alias into defalias and make-obsolete
17691 for old Emacsen that Gnus supports.
17692 (with-no-warnings): Define it for old Emacsen.
17693 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
17694 is available.
17695 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
17696 float-time is available; suppress compile warning for time-to-seconds.
17697
176982009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
17699
17700 * net/imap.el (imap-message-map): Docstring fix.
17701
2b2eb431
GM
177022009-09-09 Glenn Morris <rgm@gnu.org>
17703
17704 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
17705 line numbers too. (Bug#4374)
17706
83a5aac5
SM
177072009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
17708
755e0210
SM
17709 * smerge-mode.el (smerge-remove-props, smerge-refine):
17710 Use with-silent-modifications (bug#4342).
17711
83a5aac5
SM
17712 * subr.el (with-silent-modifications): New macro.
17713
79f01fa7
JB
177142009-09-07 Juanma Barranquero <lekktu@gmail.com>
17715
17716 * files.el (top-level): Require `cl' when compiling.
17717
448ecec3
GM
177182009-09-07 Glenn Morris <rgm@gnu.org>
17719
17720 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
17721
8f09a02f
GM
17722 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
17723 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
17724
76ff67bf
NR
177252009-09-06 Nick Roberts <nickrob@snap.net.nz>
17726
17727 * vc-git.el (vc-git-annotate-command): Use separator to parse
17728 arguments correctly.
17729
943c8b75
EZ
177302009-09-06 Eli Zaretskii <eliz@gnu.org>
17731
17732 * proced.el (proced-mode): Doc fix.
17733
680db9ac
MA
177342009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
17735
17736 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
17737 lstat fails.
17738 (tramp-do-file-attributes-with-ls): Check for file existence at
17739 remote end.
17740 (tramp-do-file-attributes-with-stat): Likewise.
17741 (tramp-convert-file-attributes): Return nil when attr is nil.
17742
3f12e5bd
GM
177432009-09-05 Glenn Morris <rgm@gnu.org>
17744
c8dc27bf
GM
17745 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
17746 properties to this button.
17747 (diary-fancy-display): Don't extend the button to the final newline.
17748 (diary-fancy-display-mode): Continue to define "q" as a local key.
17749
cca065d8
GM
17750 * calendar/cal-china.el (holiday-chinese): Make it slightly more
17751 efficient.
17752
cddaedb6
GM
17753 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
17754
3f12e5bd
GM
17755 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
17756 (byte-compile-dest-file-function): New option.
17757 (byte-compile-dest-file): Doc fix.
17758 Obey byte-compile-dest-file-function.
17759 (byte-compile-cl-file-p): New function.
17760 (byte-compile-eval): Only suppress noruntime warnings about cl functions
17761 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
17762 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
17763 than for file being previously loaded.
17764 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
17765 (byte-compile-file-form-require): Handle the case where requiring a file
17766 indirectly causes CL to be loaded.
17767
049a231b
KF
177682009-09-05 Karl Fogel <kfogel@red-bean.com>
17769
17770 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
17771 before killing the old buffer, since by the time `kill-buffer' is
17772 run so many buffer variables have been set to nil that it may not
17773 behave as expected. (Bug#4061)
17774
ef7ef2a0
KF
177752009-09-05 Karl Fogel <kfogel@red-bean.com>
17776
17777 * files.el (find-alternate-file): If the old buffer is modified
17778 and visiting a file, behave similarly to `kill-buffer' when
17779 killing it, thus reverting to the pre-1.878 behavior; see
17780 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
17781 for discussion. Also, consult `buffer-file-name' as a variable
17782 not as a function, for consistency with the rest of the code.
17783
73d854cd
MA
177842009-09-04 Michael Albinus <michael.albinus@gmx.de>
17785
17786 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
17787 also when adding a new directory.
17788
6a7662bb
BR
17789 * net/tramp-compat.el (tramp-compat-line-beginning-position):
17790 New defun.
73d854cd 17791
df120481
SM
177922009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
17793
17794 * files.el (locate-file-completion-table): Make it provide boundary
17795 information, so partial-completion works better.
17796
c0bc6d79
SM
177972009-09-04 Leo <sdl.web@gmail.com> (tiny change)
17798
17799 * mail/footnote.el (Footnote-text-under-cursor):
17800 Check footnote-text-marker-alist before using it (bug#4324).
17801
f76a9756
GM
178022009-09-04 Glenn Morris <rgm@gnu.org>
17803
67d110f1
GM
17804 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
17805 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
17806 * play/solitaire.el, play/tetris.el:
17807 Remove leading * from defcustom and defface docs.
17808
b42d4989
GM
17809 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
17810 necessary.
17811 (diary-fancy-overriding-map): New variable.
17812 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
17813 Use view-mode.
17814
f76a9756
GM
17815 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
17816 goto-line.
17817
e605eeeb
GM
178182009-09-03 Glenn Morris <rgm@gnu.org>
17819
597e2240
GM
17820 * arc-mode.el (archive-mode):
17821 * dos-fns.el (set-default-process-coding-system):
17822 * man.el (Man-getpage-in-background):
17823 * menu-bar.el (menu-bar-describe-menu):
17824 * server.el (server-process-filter):
17825 * startup.el (command-line):
17826 * tar-mode.el (tar-header-block-tokenize, tar-extract):
17827 * w32-fns.el (set-default-process-coding-system):
17828 * x-dnd.el (x-dnd-handle-file-name):
17829 * international/mule-cmds.el (mule-menu-keymap)
17830 (set-default-coding-systems, language-info-alist, set-language-info)
17831 (set-language-environment, standard-display-european-internal)
17832 (set-locale-environment):
17833 * international/mule-diag.el (mule-diag):
17834 * mail/emacsbug.el (report-emacs-bug):
17835 * mail/rmail.el (rmail-mode):
17836 * mail/sendmail.el (mail-setup):
17837 Use default-value rather than default-enable-multibyte-characters.
17838
f38184aa
GM
17839 * progmodes/f90.el: Move all safe properties into the defcustoms.
17840 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
17841
e605eeeb
GM
17842 * calendar/appt.el (appt-check):
17843 * calendar/diary-lib.el (diary-set-header, diary-live-p)
17844 (diary-check-diary-file, diary-list-entries)
17845 (diary-include-other-diary-files, diary-simple-display)
17846 (diary-fancy-display, diary-print-entries)
17847 (diary-mark-included-diary-files, diary-make-entry):
17848 Don't call substitute-in-file-name on diary-file.
17849
734db384 178502009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 17851 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
17852
17853 * mail/footnote.el (footnote-prefix): Make it a defcustom.
17854 (footnote-mode-map): Move initialization into the declaration.
17855 (footnote-minor-mode-map): Define it rather than changing global-map.
17856 (footnote-mode): Use define-minor-mode.
17857
e5aa47f9
MA
178582009-09-02 Michael Albinus <michael.albinus@gmx.de>
17859
17860 * net/tramp.el (tramp-handle-file-attributes-with-ls)
17861 (tramp-do-file-attributes-with-perl)
17862 (tramp-do-file-attributes-with-stat): Rename from
17863 `tramp-handle-file-attributes-with-*'.
17864 (tramp-handle-file-attributes): Use them.
17865 (tramp-do-directory-files-and-attributes-with-perl)
17866 (tramp-do-directory-files-and-attributes-with-stat): Rename from
17867 `tramp-handle-directory-files-and-attributes-with-*'.
17868 (tramp-handle-directory-files-and-attributes): Use them.
17869 (tramp-method-out-of-band-p): Additional parameter SIZE.
17870 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
17871 (tramp-handle-write-region): Use it.
734db384 17872 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
17873 (tramp-handle-vc-registered): Check, whether the first run did
17874 return files to be tested.
17875 (tramp-advice-make-auto-save-file-name): Do not call directly
17876 `tramp-handle-make-auto-save-file-name', because this would bypass
17877 the locking mechanism.
17878
734db384 17879 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
17880 (file-remote-p, process-file, start-file-process, set-file-times)
17881 (tramp-compat-file-attributes): Compatibility functions shall not
17882 call directly `tramp-handle-*', because this would bypass the
17883 locking mechanism.
17884 (tramp-compat-number-sequence): New defun.
17885
6e2ca895
GM
178862009-09-02 Glenn Morris <rgm@gnu.org>
17887
697c7714
GM
17888 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
17889 alias for float-time.
17890 (time-to-number-of-days): In Emacs, use float-time.
17891 * net/newst-backend.el (time-add): Suppress warnings from compat
17892 function.
17893 * time.el (emacs-uptime, emacs-init-time):
17894 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
17895 Use float-time rather than time-to-seconds.
17896
6e2ca895
GM
17897 * minibuffer.el (completion-initials-expand): Fix typo.
17898
17899 * faces.el (modeline, modeline-inactive, modeline-highlight)
17900 (modeline-buffer-id):
17901 * info.el (info-menu-5): Mark these face aliases as obsolete.
17902
ed17efec
NR
179032009-09-01 Nick Roberts <nickrob@snap.net.nz>
17904
17905 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
17906 space ...
17907 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
17908 no "--thread" option.
17909 (gdb-stopped): Don't print "Switched to thread" message when it is
17910 unchanged.
17911
fcb68f70
SM
179122009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17913
17914 * minibuffer.el (completion-try-completion)
17915 (completion-all-completions): Remove ill-defined (and
17916 mistakenly installed and luckily never used nor documented)
17917 `completion-styles' property.
17918 (completion-initials-expand, completion-initials-all-completions)
17919 (completion-initials-try-completion): New functions.
17920 (completion-styles-alist): Add doc to each entry.
17921 Add new `initials' entry.
17922
83318a6d
NR
179232009-09-01 Nick Roberts <nickrob@snap.net.nz>
17924
17925 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
17926 MI command -var-evaluate-expression.
17927 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
17928 and tweak for case of string child.
734db384 17929 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 17930
d63eb0e7
GM
179312009-09-01 Glenn Morris <rgm@gnu.org>
17932
c4f6e489
GM
17933 * add-log.el (change-log-date-face, change-log-name-face)
17934 (change-log-email-face, change-log-file-face, change-log-list-face)
17935 (change-log-conditionals-face, change-log-function-face)
17936 (change-log-acknowledgement-face):
17937 * cus-edit.el (custom-invalid-face, custom-rogue-face)
17938 (custom-modified-face, custom-set-face, custom-changed-face)
17939 (custom-saved-face, custom-button-face, custom-button-pressed-face)
17940 (custom-documentation-face, custom-state-face, custom-comment-face)
17941 (custom-comment-tag-face, custom-variable-tag-face)
17942 (custom-variable-button-face, custom-face-tag-face)
17943 (custom-group-tag-face-1, custom-group-tag-face):
17944 * diff-mode.el (diff-header-face, diff-file-header-face)
17945 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17946 (diff-added-face, diff-changed-face, diff-function-face)
17947 (diff-context-face, diff-nonexistent-face):
17948 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17949 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
17950 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17951 (Info-title-4-face):
17952 * isearch.el (isearch-lazy-highlight-face):
17953 * log-view.el (log-view-file-face, log-view-message-face):
17954 * paren.el (show-paren-match-face, show-paren-mismatch-face):
17955 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17956 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17957 (cvs-msg-face):
17958 * smerge-mode.el (smerge-mine-face, smerge-other-face)
17959 (smerge-base-face, smerge-markers-face):
17960 * wid-edit.el (widget-documentation-face, widget-button-face)
17961 (widget-field-face, widget-single-line-field-face)
17962 (widget-inactive-face, widget-button-pressed-face):
17963 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
17964 (woman-addition-face):
2fb1ec93
GM
17965 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
17966 (eshell-ls-executable-face, eshell-ls-readonly-face)
17967 (eshell-ls-unreadable-face, eshell-ls-special-face)
17968 (eshell-ls-missing-face, eshell-ls-archive-face)
17969 (eshell-ls-backup-face, eshell-ls-product-face)
17970 (eshell-ls-clutter-face):
17971 * eshell/em-prompt.el (eshell-prompt-face):
17972 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 17973 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
17974 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
17975 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
17976 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
17977 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
17978 (antlr-font-lock-literal-face):
c4f6e489
GM
17979 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17980 (ebrowse-root-class-face, ebrowse-file-name-face)
17981 (ebrowse-default-face, ebrowse-member-attribute-face)
17982 (ebrowse-member-class-face, ebrowse-progress-face):
17983 * progmodes/make-mode.el (makefile-space-face):
17984 * progmodes/sh-script.el (sh-heredoc-face):
17985 * textmodes/flyspell.el (flyspell-incorrect-face)
17986 (flyspell-duplicate-face):
17987 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 17988 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
17989 Mark face aliases with "-face" suffix as obsolete.
17990
d80619fa
GM
17991 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
17992 compiler.
17993
5f68c1b7
GM
17994 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
17995 (eudc-bob-sound-menu): Use defvar rather than defconst, since
17996 easy-menu-define wants to modify these.
17997
17998 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
17999
18000 * net/browse-url.el (browse-url-file-url):
18001 * term/internal.el (dos-codepage-setup):
18002 Use default-value rather than default-enable-multibyte-characters.
18003
d80619fa 18004 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
18005 * progmodes/flymake.el (flymake-highlight-line)
18006 (flymake-goto-file-and-line, flymake-goto-line):
18007 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
18008 (gdb-goto-breakpoint):
18009 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18010 * progmodes/python.el (python-find-function)
18011 (python-pdbtrack-track-stack-file):
18012 * progmodes/verilog-mode.el (verilog-surelint-off):
18013 * term/ns-win.el (ns-open-file-select-line):
18014 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
18015 Use forward-line rather than goto-line.
18016
d63eb0e7
GM
18017 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
18018 * textmodes/reftex-index.el (reftex-display-index):
18019 * textmodes/reftex-ref.el (reftex-offer-label-menu):
18020 * textmodes/reftex-toc.el (reftex-toc):
18021 Remove unnecessary bindings of default-major-mode (all are followed by
18022 major-mode check and possible mode switch).
18023
0afad278
NR
180242009-08-31 Nick Roberts <nickrob@snap.net.nz>
18025
18026 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
18027 Handle watchpoints (bug#4282).
18028 (def-gdb-thread-buffer-command): Enable thread to be selected by
18029 clicking without selecting threads buffer first.
18030 (gdb-current-context-command): Use selected frame so that "up",
18031 "down" etc work in the GUD buffer.
18032 (gdb-update): Find selected frame before rendering stack buffer.
18033 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
18034
4e135dd2
SM
180352009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18036
18037 * progmodes/sym-comp.el (displayed-completions): Remove.
18038 (symbol-complete): Use minibuffer-complete.
18039
e61eba34
GM
180402009-08-31 Glenn Morris <rgm@gnu.org>
18041
18042 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
18043
734db384
SM
18044 * apropos.el (apropos-symbols-internal):
18045 Handle (obsolete) face aliases.
e61eba34
GM
18046
18047 * faces.el (describe-face): Adjust the output format to be more like
18048 describe-variable, and to mention (obsolete) face aliases.
18049 Adjust the whitespace so that help-setup-xref works.
18050
18051 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
18052 * calendar/diary-lib.el (diary-button-face):
18053 Mark these face aliases as obsolete.
18054
18055 * calendar/calendar.el (calendar-today): Doc fix.
18056
4cf71456
NR
180572009-08-31 Nick Roberts <nickrob@snap.net.nz>
18058
18059 * progmodes/gdb-mi.el (gdb-control-all-threads)
18060 (gdb-control-current-thread): Force tool bar update.
18061 (gdb-non-stop-handler): New function.
18062 (gdb-init-1): Use it to test if non-stop mode is supported.
18063 Remove unused gdbmi buffer type.
18064
e61eba34 180652009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
18066
18067 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 18068 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 18069
4324f7ca
NR
180702009-08-30 Nick Roberts <nickrob@snap.net.nz>
18071
18072 * comint.el (comint-exec-1): Check command is non-null first.
18073 Part of gdb-mi.el change (2009-08-28).
18074
a1bf889a
SM
180752009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18076
18077 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
18078
060c08b5
JB
180792009-08-30 Juanma Barranquero <lekktu@gmail.com>
18080
18081 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
18082 instead of `dolist' to avoid a recursive require when bootstrapping.
18083
ab22be48
SM
180842009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18085
73ebf88f
SM
18086 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
18087
80629cfc
SM
18088 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
18089
206d0387 18090 * net/imap.el (imap-send-command): Simplify.
734db384 18091 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 18092
844f7784
SM
18093 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
18094
5ca4661e
SM
18095 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
18096 with constant argument.
18097
c61dc887
SM
18098 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
18099
7eb73deb
SM
18100 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
18101
5fe443de
SM
18102 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
18103 Change default, since most of our files don't have a history.
18104 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
18105 the user.
18106
6444d64a
SM
18107 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18108 Add comint-run.
18109
5cb16bfc
SM
18110 * calc/calc.el: Improve commenting convention.
18111 (calc-digit-map, toplevel): Simplify.
18112
0aeb71a7
SM
18113 * comint.el (comint-insert-input): Be careful to only set point if we
18114 don't delegate to some other command.
18115
9a9af856
SM
18116 * proced.el (proced-signal-list): Make it an alist.
18117 (proced-grammar-alist): Capitalize names.
18118 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
18119 Disable undo manually and make it read-only.
18120 Use completion-annotate-function.
18121
ab22be48
SM
18122 * minibuffer.el (minibuffer-message): If the current buffer is not
18123 a minibuffer, insert the message in the echo area rather than at the
18124 end of the buffer.
18125 (completion-annotate-function): New variable.
18126 (minibuffer-completion-help): Use it.
18127 (completion--embedded-envvar-table): Environment vars are
18128 always case-sensitive.
18129
4a948dbf
GM
181302009-08-30 Glenn Morris <rgm@gnu.org>
18131
18132 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
18133 from fortran-current-defun.
18134 (fortran-beginning-of-subprogram): Be more precise about finding the
18135 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
18136 (fortran-end-of-subprogram): Simplify.
18137 (fortran-current-defun): Use fortran-start-prog-re.
18138
486cf3b8
JB
181392009-08-29 Juanma Barranquero <lekktu@gmail.com>
18140
18141 * subr.el (do-after-load-evaluation): Simplify.
18142
db167d28
DN
181432009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18144
18145 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
18146
18147 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
18148 (vc-rcs-print-log): Use it.
18149
18150 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
18151
efbc652a
SM
181522009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18153
2aa0e5bf
SM
18154 * paths.el (abbrev-file-name): Move to abbrev.el.
18155 * abbrev.el (abbrev-file-name): Move from paths.el.
18156 Obey user-emacs-directory.
18157 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
18158 user-emacs-directory.
18159 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
18160 abbrev-file-name and calc-settings-file any more.
18161 * startup.el (command-line): Recompute abbrev-file-name and
18162 abbreviated-home-dir.
18163 (normal-no-mouse-startup-screen): Improve the generic code and get rid
18164 of the special code for when C-h bindings haven't been changed.
18165 (display-startup-echo-area-message): Use with-current-buffer.
18166 (command-line-1): Use a list of strings, rather than a list of lists
18167 of strings for longopts.
18168
51da8fe2
SM
18169 * files.el (get-free-disk-space): Use / for default-directory.
18170
0c3cc4dd
SM
18171 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
18172 Use with-current-buffer.
18173
d988dbf6
SM
18174 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
18175 Recognize immutable variables like most-positive-fixnum.
18176 (byte-compile-setq-default): Check and warn if trying to assign
18177 to an immutable variable, or a non-variable.
18178
efbc652a
SM
18179 * progmodes/cc-vars.el (c-comment-continuation-stars):
18180 * progmodes/cc-engine.el (c-looking-at-bos):
18181 * progmodes/cc-cmds.el (c-toggle-auto-state)
18182 (c-forward-into-nomenclature, c-backward-into-nomenclature)
18183 (c-comment-line-break-function): Add version of obsolescence.
18184
d30a05d1
JL
181852009-08-28 Juri Linkov <juri@jurta.org>
18186
18187 * files.el (magic-fallback-mode-alist): Add ZIP magic number
18188 associated with `archive-mode'.
18189
18190 * image.el (image-type-header-regexps): Use only JPEG magic number
18191 to determine JPEG images, and don't use `image-jpeg-p' because
18192 Emacs can display non-JFIF non-Exif JPEG images.
18193
1e8eecea
JB
181942009-08-28 Juanma Barranquero <lekktu@gmail.com>
18195
18196 * arc-mode.el (archive-mode):
18197 * emacs-lisp/re-builder.el (re-builder-unload-function):
18198 Protect against the default value of `major-mode' being nil.
18199
dd4fbf56
JB
182002009-08-28 Juanma Barranquero <lekktu@gmail.com>
18201
18202 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
18203 Fix typos in docstrings.
18204
18205 * progmodes/js.el (js--macro-decl-re): Doc fix.
18206 (js--plain-method-re, js--split-name): Refloc docstring.
18207 (js--class-styles, js--make-merged-item, js--splice-into-items):
18208 Fix typos in docstrings; reflow docstrings.
18209 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
18210 (js--variable-decl-matcher, js--inside-pitem-p)
18211 (js--parse-state-at-point, js--get-all-known-symbols)
18212 (js--symbol-history, js-find-symbol, js--js-references)
18213 (js--moz-interactor, js--js-encode-value, js--read-tab):
18214 Fix typos in docstrings.
18215
72f16325
SM
182162009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18217
14acf2f5
SM
18218 * textmodes/reftex.el (reftex-get-file-buffer-force):
18219 * progmodes/verilog-mode.el (verilog-batch-execute-func):
18220 * emulation/viper.el (viper-go-away, viper-set-hooks):
18221 * emacs-lisp/re-builder.el (re-builder-unload-function):
18222 * emacs-lisp/bytecomp.el (byte-compile-file):
18223 * ses.el (ses-unload-function):
18224 * hexl.el (hexl-find-file):
18225 * files.el (normal-mode):
18226 * ehelp.el (with-electric-help):
18227 * autoinsert.el (auto-insert-alist):
18228 * arc-mode.el (archive-mode):
18229 Use (default-value 'major-mode) instead of default-major-mode.
18230
72f16325
SM
18231 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
18232 * international/mule.el (load-with-code-conversion):
18233 * emacs-lisp/debug.el (debug):
18234 * ediff-vers.el (ediff-rcs-get-output-buffer):
18235 * dired.el (dired-internal-noselect): Don't let-bind
18236 default-major-mode around code that doesn't use it.
18237 E.g. buffer creation via get-buffer-create doesn't use it.
18238
aa485f7c
MA
182392009-08-28 Michael Albinus <michael.albinus@gmx.de>
18240
18241 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
18242 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
18243 when writing the temp file. Otherwise, epa-file gets confused.
18244 (tramp-register-file-name-handlers): Make it a defun. Move also
18245 `epa-file-handler' to the front of `file-name-handler-alist'.
18246
182472009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18248
18249 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
18250 start right after a ^M.
18251 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
18252 (tramp-completion-file-name-regexp-separate)
18253 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
18254 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
18255 Don't modify last-coding-system-used by accident.
aa485f7c
MA
18256 (tramp-completion-file-name-handler): Apply the checks here,
18257 instead during registration.
88b5a757 18258 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
18259 `tramp-register-file-name-handler'. Register both
18260 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 18261 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 18262
3f0c2b92
NR
182632009-08-28 Nick Roberts <nickrob@snap.net.nz>
18264
72f16325
SM
18265 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
18266 Remove variable ...
3f0c2b92
NR
18267 (gdb-init-1, gdb-display-separate-io-buffer)
18268 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
18269 references to it.
18270 (gdb-inferior-io-mode): Use make-comint-in-buffer.
18271 (gdb-inferior-filter): Use comint-output-filter to stop
18272 echoing and remove ^M characters.
18273
705e5bd9
SM
182742009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18275
009fdc2e
SM
18276 * emulation/viper-init.el (viper-restore-cursor-type):
18277 * emulation/cua-base.el (cua--update-indications):
18278 Replace default-cursor-type with (default-value 'cursor-type).
18279
b56a5ae0
SM
18280 * mail/sendmail.el (mail-recover-1):
18281 * international/mule-diag.el (describe-current-coding-system-briefly)
18282 (describe-current-coding-system):
18283 * international/mule-cmds.el (select-safe-coding-system)
18284 (select-message-coding-system)
18285 (set-language-environment-coding-systems, set-locale-environment):
18286 * hexl.el (hexl-insert-multibyte-char):
18287 * dos-w32.el (find-buffer-file-type-coding-system):
18288 * simple.el (what-cursor-position):
18289 Replace uses of default-buffer-file-coding-system
18290 with (default-value 'buffer-file-coding-system).
18291
de70529f
SM
18292 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
18293 Replace uses of default-cursor-in-non-selected-windows
18294 with (default-value 'cursor-in-non-selected-windows).
18295 Use with-current-buffer.
18296
705e5bd9
SM
18297 * mail/feedmail.el: Use CL macros.
18298 (feedmail-run-the-queue, feedmail-send-it-immediately):
18299 * dos-w32.el (find-buffer-file-type): Replace uses of
18300 default-buffer-file-type with (default-value 'buffer-file-type).
18301
4d985ac2
GM
183022009-08-28 Glenn Morris <rgm@gnu.org>
18303
18304 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
18305 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
18306 Use default-value of major-mode rather than default-major-mode.
18307
17c15b81
SM
183082009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18309
3a68ab06
SM
18310 * Makefile.in (update-elcfiles): Report left over elc files.
18311
9421bdd1
SM
18312 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
18313 expand-file-name and with-current-buffer.
18314 (mail-get-names, mail-directory): Use with-current-buffer.
18315
17c15b81
SM
18316 * vc.el (vc-read-revision): New function.
18317 (vc-version-diff, vc-merge): Use it.
18318
ba83a64e
SS
183192009-08-27 Sam Steingold <sds@gnu.org>
18320
18321 * simple.el (kill-do-not-save-duplicates): New user option.
18322 (kill-new): When it is non-nil, and the new string is the same as
18323 the latest kill, set replace to t to avoid duplicates in kill-ring.
18324
be3e598a 183252009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
18326
18327 * net/tramp.el (tramp-handle-process-file): Do not flush all
18328 caches when `process-file-side-effects' is set.
18329 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
18330 instead of `tramp-find-file-exists-command'.
18331 Unset `process-file-side-effects'.
d5b5c94a
MA
18332
183332009-08-27 Michael Albinus <michael.albinus@gmx.de>
18334
18335 * net/tramp.el (tramp-methods): New method "rsyncc".
18336 (top): Add completion function for "rsyncc".
18337 (tramp-message-show-message): New defvar.
18338 (tramp-message, tramp-error): Use it.
18339 (tramp-do-copy-or-rename-file-directly): Extend check for direct
18340 remote copying.
18341 (tramp-do-copy-or-rename-file-out-of-band): Handle new
18342 `tramp-methods' entry `copy-env' of "rsyncc".
18343 (tramp-vc-registered-read-file-names): New defconst.
18344 (tramp-vc-registered-file-names): New defvar.
18345 (tramp-handle-vc-registered): Implement optimization strategy.
18346 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
18347 (tramp-vc-file-name-handler): New defun.
18348 (tramp-get-ls-command, tramp-get-test-command)
18349 (tramp-get-file-exists-command, tramp-get-remote-ln)
18350 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 18351 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
18352
18353 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
18354 (tramp-cache-inhibit-cache): Extend doc string. It allows also
18355 timestamps.
18356 (tramp-get-file-property): Check for timestamps in
18357 `tramp-cache-inhibit-cache'.
18358 (tramp-set-file-property): Write timestamp.
18359
1339cf20
KH
183602009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18361
18362 * language/japan-util.el (japanese-symbol-table): Add entries for
18363 cp932-2-byte.
18364
18365 * international/characters.el: Add category `j' to cp932-2-byte.
18366
726e3f1d
KH
183672009-08-27 Kenichi Handa <handa@m17n.org>
18368
18369 * international/fontset.el (build-default-fontset-data): New macro.
18370 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 18371 tibetan, ethiopic, and ipa.
726e3f1d 18372
4e3b4528
SM
183732009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18374
18375 * cus-start.el (default-major-mode): Customize `major-mode' instead.
18376 (enable-multibyte-characters): Not customizable any more.
18377
18378 * subr.el (default-mode-line-format, default-header-line-format)
18379 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
18380 (default-direction-reversed, default-truncate-lines)
18381 (default-left-margin, default-tab-width, default-case-fold-search)
18382 (default-left-margin-width, default-right-margin-width)
18383 (default-left-fringe-width, default-right-fringe-width)
18384 (default-fringes-outside-margins, default-scroll-bar-width)
18385 (default-vertical-scroll-bar, default-indicate-empty-lines)
18386 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
18387 (default-fringe-cursor-alist, default-scroll-up-aggressively)
18388 (default-scroll-down-aggressively, default-fill-column)
18389 (default-cursor-type, default-buffer-file-type)
18390 (default-cursor-in-non-selected-windows)
18391 (default-buffer-file-coding-system, default-major-mode)
18392 (default-enable-multibyte-characters): Mark as obsolete.
18393
b3cca6a6
DN
183942009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
18395
652cc1a2
DN
18396 * vc-dir.el (vc-dir-update): Remove debug helper.
18397
b3cca6a6
DN
18398 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
18399
4ed8c7aa
SS
184002009-08-26 Sam Steingold <sds@gnu.org>
18401
18402 * simple.el (save-interprogram-paste-before-kill): New user option.
18403 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
18404 save the interprogram-paste into kill-ring before overriding it
18405 with the Emacs kill.
18406
3b64d86b
DN
184072009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18408
18409 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
18410 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
18411 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
18412 and move to vc-rcs.el.
18413 (vc-default-next-revision): Rename to vc-rcs-next-revision and
18414 move to vc-rcs.el.
18415 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
18416 (vc-rcs-update-changelog): Remove.
18417 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
18418 and move to vc-rcs.el.
18419
18420 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
18421 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
18422 renaming.
18423 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 18424 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
18425 vc.el, renamed to be RCS specific.
18426
72f16325
SM
18427 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
18428 New functions.
18429 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
18430
18431 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
18432 New functions.
18433
636a36a0
SM
184342009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
18435
18436 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
18437
239b3340
DN
184382009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18439
b91f0762 18440 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
18441 (vc-git-stash, vc-git-stash-show): New functions.
18442 (vc-git-extra-menu-map): Bind them.
b91f0762 18443
b8e54362
DN
18444 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
18445 directory correctly in case the item is a directory itself.
18446
239b3340
DN
18447 * vc.el: Document the desired behavior for reverted files in the
18448 `added' state.
dc810649
DN
18449 (vc-default-prettify-state-info): Remove function, unused.
18450
18451 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 18452
e49c0179
GM
184532009-08-26 Glenn Morris <rgm@gnu.org>
18454
18455 * bindings.el (standard-mode-line-format): Reposition dashes in
18456 which-func entry. (Bug#4217)
18457
3029e594
GM
18458 * files.el (enable-local-variables, enable-local-eval)
18459 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
18460 the defcustoms.
18461 (auto-mode-alist, ignored-local-variables)
18462 (save-some-buffers-action-alist): Move risky declarations to the
18463 definitions.
18464 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
18465 (font-lock-defaults, format-alist, imenu--index-alist)
18466 (imenu-generic-expression, input-method-alist, minor-mode-alist)
18467 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
18468 (mode-line-modified, mode-line-mule-info, mode-line-position)
18469 (mode-line-process, mode-line-remote, outline-level)
18470 (parse-time-rules, rmail-output-file-alist)
18471 (special-display-buffer-names, vc-mode):
18472 Move risky declarations to the relevant files.
72f16325
SM
18473 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
18474 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
18475 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
18476 * font-core.el (font-lock-defaults):
18477 * format.el (format-alist):
18478 * vc-hooks.el (vc-mode):
18479 * window.el (special-display-buffer-names):
18480 * international/mule-cmds.el (input-method-alist):
18481 Define riskiness here (dumped file) rather than in files.el.
18482 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
18483 * imenu.el (imenu-generic-expression, imenu--index-alist):
18484 * outline.el (outline-level):
18485 * time.el (display-time-string):
18486 * calendar/parse-time.el (parse-time-rules):
18487 * mail/rmailout.el (rmail-output-file-alist):
18488 Autoload riskiness here, rather than placing in files.el.
18489
8476cfaf
SM
184902009-08-26 Andreas Schwab <schwab@linux-m68k.org>
18491
18492 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
18493
0b35b48e
MA
184942009-08-25 Michael Albinus <michael.albinus@gmx.de>
18495
18496 * simple.el (process-file-side-effects): New defvar.
18497
18498 * dired-aux.el (dired-show-file-type):
18499 * vc.el (vc-diff-internal):
18500 * vc-arch.el (vc-arch-diff):
18501 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
18502 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
18503 * vc-git.el (vc-git-registered, vc-git-working-revision)
18504 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
18505 (vc-git--empty-db-p):
18506 * vc-hooks.el (vc-user-login-name):
18507 * vc-svn.el (vc-svn-registered, vc-svn-state)
18508 (vc-svn-dir-extra-headers, vc-svn-find-revision):
18509 * progmodes/grep.el (grep-probe): Let-bind
18510 `process-file-side-effects' with nil.
18511
18512 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
18513
18514 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
18515 daemon. Replace ping by checking for running service for bluez
18516 and zeroconf. (Bug#4239)
18517
d54cc599
GM
185182009-08-25 Kevin Ryde <user42@zip.com.au>
18519
18520 * net/dig.el (dig): Add autoload cookie.
18521
7bfd055d
GM
185222009-08-25 Glenn Morris <rgm@gnu.org>
18523
bac9c66c
GM
18524 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
18525 load-history for absolute file-names.
18526 (byte-compile-file-form-require): Warn about use of the cl package.
18527
7bfd055d
GM
18528 * format.el (format-alist): Doc fix.
18529
5ac1f9e0
GM
18530 * play/bubbles.el (top-level): Don't require cl at run-time.
18531
af62aa88
GM
18532 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
18533 run-time cl).
18534
71e036af
DD
185352009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
18536
18537 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
18538 from cl package.
18539 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
18540
42110eaf
JB
185412009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
18542
18543 * calc/calc-alg.el (math-trig-rewrite)
18544 (math-hyperbolic-trig-rewrite): New functions.
18545 (calc-simplify): Simplify trig functions when asked.
18546
88421f3e
SM
185472009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18548
18549 * diff-mode.el (diff-find-source-location): Avoid goto-line.
18550
dbd9624e
KH
185512009-08-24 Kenichi Handa <handa@m17n.org>
18552
18553 * language/ind-util.el (mapthread): Delete it.
18554 (combinatorial): New function.
18555 (indian--puthash-cv): Use combinatorial instead of mapthread.
18556
9b89e3ee
GM
185572009-08-22 Kevin Ryde <user42@zip.com.au>
18558
18559 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
18560 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
18561 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
18562 Clarify docstring that the value is strings not symbols.
18563 (checkdoc-list-of-strings-p): New function.
18564
e6ce8c42
GM
185652009-08-22 Glenn Morris <rgm@gnu.org>
18566
2ddf2ea6 18567 * files.el (auto-mode-alist):
a3374680
GM
18568 * hippie-exp.el (he-concat-directory-file-name):
18569 * lpr.el (lpr-windows-system, printer-name):
18570 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
18571 * ps-print.el (ps-windows-system):
18572 * startup.el (command-line):
18573 * emulation/viper-ex.el (viper-glob-function):
18574 * international/mule-cmds.el (set-language-environment-coding-systems):
18575 * net/ange-ftp.el (ange-ftp-write-region):
18576 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 18577 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
18578 unisoft-unix, vax-vms, win32, w32.
18579
977955fa
GM
18580 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
18581 given name if the pattern is not more specific.
18582
b4deec2e
GM
18583 * calendar/lunar.el (lunar-phase-names): New option.
18584 (lunar-phase): Doc fix.
18585 (lunar-cycles-per-year): New constant.
18586 (lunar-index): New function.
18587 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
18588 (lunar-phase-name): Use lunar-phase-names.
18589 (calendar-lunar-phases): Use format.
18590 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
18591
47e83968
GM
18592 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
18593 Copy imenu-example--name-and-position function here for own use.
18594 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
18595
e6ce8c42
GM
18596 * bs.el (bs--redisplay):
18597 * cus-edit.el (custom-redraw):
18598 * ibuffer.el (ibuffer-bury-buffer):
18599 * server.el (server-goto-line-column):
18600 * startup.el (command-line-1):
18601 * strokes.el (strokes-xpm-for-stroke):
18602 * term.el (term-display-buffer-line):
18603 * view.el (View-goto-line):
18604 * calc/calc.el (calc-do, calc-trail-buffer):
18605 * play/gamegrid.el (gamegrid-add-score-insecure):
18606 * progmodes/ada-mode.el (ada-compile-goto-error):
18607 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
18608 (ebrowse-select-1st-to-9nth):
47e83968 18609 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
18610 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
18611 * progmodes/gud.el (gud-display-line):
18612 (idlwave-shell-display-line):
18613 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
18614 * progmodes/make-mode.el (makefile-browser-toggle):
18615 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
18616 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
18617 * textmodes/picture.el (picture-draw-rectangle):
18618 * textmodes/reftex-index.el (reftex-index-goto-letter):
18619 (reftex-select-jump-to-previous):
18620 * textmodes/reftex-sel.el (reftex-find-start-point)
18621 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
18622 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
18623 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
18624 * textmodes/tex-mode.el (tex-compilation-parse-errors):
18625 * textmodes/two-column.el (2C-associated-buffer):
18626 Use forward-line rather than goto-line.
18627
18628 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
18629 goto-line.
18630
4b18bdb3
GM
18631 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
18632 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
18633 (quick-check-list-to-regexp): Declare.
e6ce8c42 18634
72f16325
SM
18635 * progmodes/make-mode.el (makefile-browser-insert-selection):
18636 Use goto-char rather than goto-line.
e6ce8c42
GM
18637
18638 * progmodes/prolog.el (compilation-error-regexp-alist)
18639 (compilation-forget-errors): Declare.
18640
32a2cf25
JL
186412009-08-22 Juri Linkov <juri@jurta.org>
18642
18643 * progmodes/grep.el (lgrep, rgrep): At the beginning
18644 set `dir' to `default-directory' unless `dir' is a non-nil
18645 readable directory. (Bug#4052)
18646 (lgrep, rgrep): Change a weird way to report an error
18647 from using `read-string' to using `error'.
18648 Instead of using interactive arguments in the function body,
18649 add new argument `confirm'.
18650
5443c9b7
SM
186512009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18652
cb5b40ee
SM
18653 * textmodes/remember.el (remember-buffer):
18654 * progmodes/cperl-mode.el (cperl-vc-header-alist):
18655 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
18656 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
18657 * net/newst-treeview.el (newsticker-groups-filename):
18658 * net/newst-backend.el (newsticker-cache-filename):
18659 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
18660 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
18661 (speedbar-add-ignored-path-regexp, speedbar-line-path)
18662 (speedbar-buffers-line-path, speedbar-path-line)
18663 (speedbar-buffers-line-path):
18664 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
18665 (epg-sign-keys):
18666 * epa.el (epa-display-verify-result):
18667 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
18668
d6261cc1
GM
186692009-08-21 Glenn Morris <rgm@gnu.org>
18670
3e1ea342
GM
18671 * progmodes/js.el (inferior-moz-process): Fix declaration.
18672
ce86eeb5
GM
18673 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
18674
fff28970
GM
18675 * obsolete/rnewspost.el (news-mail-reply):
18676 Use goto-char rather than goto-line.
18677
d93e053b
GM
18678 * term/ns-win.el (ns-open-file-select-line):
18679 Use line-beginning-position rather than goto-line.
18680
d5d105e8
GM
18681 * apropos.el (apropos-command):
18682 * ehelp.el (electric-helpify):
18683 * printing.el (pr-show-setup):
18684 * strokes.el (strokes-help):
18685 * tutorial.el (tutorial--describe-nonstandard-key)
18686 (tutorial--detailed-help):
18687 * woman.el (woman-mini-help, woman-display-extended-fonts):
18688 * calc/calc-help.el (calc-describe-key):
18689 * emulation/edt.el (edt-electric-helpify):
18690 * international/mule-diag.el (mule-diag):
18691 * play/yow.el (apropos-zippy):
18692 * progmodes/python.el (python-describe-symbol):
18693 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
18694 * textmodes/table.el (*table--cell-describe-mode)
18695 (*table--cell-describe-bindings):
18696 Use help-print-return-message rather than the now obsolete alias.
18697
a8ab722f 18698 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
18699 (calendar-cursor-to-visible-date):
18700 * play/5x5.el (5x5-position-cursor):
18701 * play/decipher.el (decipher):
18702 * play/gomoku.el (gomoku-goto-xy):
18703 * play/landmark.el (lm-goto-xy):
18704 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
18705 (mpuz-paint-digit):
18706 Use forward-line, not goto-line.
a8ab722f 18707
d6261cc1
GM
18708 * mail/rmail.el (rmail-obsolete): Delete custom group.
18709 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
18710 (rmail-remote-password, rmail-remote-password-required):
18711 Remove unneeded :set-after and :set properties.
18712
9e846523
MA
187132009-08-21 Michael Albinus <michael.albinus@gmx.de>
18714
18715 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
18716
bbe1f502
DN
187172009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
18718
bcc5db24
DN
18719 * loadup.el: Remove leftover macos code.
18720
bbe1f502
DN
18721 * vc-git.el (vc-git-annotate-command): Run asynchronously.
18722 Explicitly pass the date format to git blame so that user local
18723 so that the output format can be parsed.
18724
6fd2d19a
MA
187252009-08-20 Michael Albinus <michael.albinus@gmx.de>
18726
18727 * net/dbus.el (top): Don't check for (getenv
18728 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
18729
31764e15
SM
187302009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
18731
18732 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 18733 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 18734
28930e39
SM
187352009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18736
4fd15622 18737 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 18738 Bug#3287
4fd15622 18739
b3d8e4a0
SM
18740 * help.el (help-print-return-message): Rename from
18741 print-help-return-message.
18742
c9829c70
SM
18743 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
18744 cvs-mode-map parent hack.
18745 (log-view-mode): Derive from special-mode.
18746
b932657b
SM
18747 * linum.el (linum-mode): window-size-change-functions is redundant.
18748 Adapt to new window-configuration-change-hook behavior.
18749 (linum-after-size, linum-after-config): Remove.
18750
1b700bca
SM
18751 * imenu.el (imenu-example--name-and-position)
18752 (imenu-example--lisp-extract-index-name)
18753 (imenu-example--create-lisp-index, imenu-example--create-c-index):
18754 Mark as obsolete.
18755
28930e39
SM
18756 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
18757 (inferior-prolog-mode): Use it.
18758 (inferior-prolog-load-file): Reset list of errors.
18759
c9af0b68
KH
187602009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18761
18762 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
18763
18764 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
18765
720c7cd6
MA
187662009-08-19 Michael Albinus <michael.albinus@gmx.de>
18767
18768 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
18769 is running already.
18770
03a74b84
SM
187712009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18772
18773 * subr.el (listify-key-sequence-1): Use normal syntax since those
18774 integers are nowadays always represented by the same (positive) number
18775 on all platforms.
18776 (read-key-empty-map): New const.
18777 (read-key-delay): New var.
18778 (read-key): New function.
18779 (force-mode-line-update): Use with-current-buffer.
18780 (locate-user-emacs-file): Don't forget to abbreviate the file name.
18781 (start-process-shell-command, start-file-process-shell-command):
18782 Discourage the use of command-args.
18783
f43e88d4
GM
187842009-08-19 Glenn Morris <rgm@gnu.org>
18785
18786 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
18787
890429cc
SM
187882009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18789
85be9ec4
SM
18790 * simple.el (choose-completion-string): Don't rely on
18791 minibuffer-completing-file-name and ad-hoc checks to decide whether
18792 to continue completion or not.
18793
890429cc
SM
18794 * minibuffer.el (minibuffer-hide-completions): New function.
18795 (completion--do-completion): Use it.
18796 (completions-annotations): New face.
18797 (completion--insert-strings): Use it.
18798 (completion-pcm--delim-wild-regex): Add docstring.
18799 (completion-pcm--string->pattern): Add support for 0-width delimiters
18800 in completion-pcm--delim-wild-regex.
18801
265d4549
SM
188022009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
18803
d440b941
SM
18804 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
18805 Remove unused var `buffer-modified-p'.
18806
265d4549
SM
18807 * minibuffer.el (completion--do-completion): Move point for the #b001
18808 case as well (bug#4176).
18809 (minibuffer-complete, minibuffer-complete-word): Don't move point.
18810
ba6f7d86
MA
188112009-08-18 Michael Albinus <michael.albinus@gmx.de>
18812
18813 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
18814 and :session buses.
18815
98819490
KH
188162009-08-18 Kenichi Handa <handa@m17n.org>
18817
265d4549
SM
18818 * international/ucs-normalize.el (ucs-normalize-version):
18819 Change to 1.1.
58627cf0
KH
18820 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
18821 (utf-8-hfs): Make it perform normalization on encoding too.
18822
98819490
KH
18823 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
18824 (sentence-end-without-space): Delete duplicated chars.
18825 (sentence-end-base): Likewise.
e739cc85
KH
18826
18827 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
18828 (html-mode): Delete duplicated chars from sentence-end-base.
18829
18830 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
18831 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 18832
645b9326
CY
188332009-08-17 Chong Yidong <cyd@stupidchicken.com>
18834
18835 * files.el (hack-one-local-variable): If the mode function is for
18836 a minor mode, pass it an argument (Bug#4148).
18837
56c195af
MA
188382009-08-17 Michael Albinus <michael.albinus@gmx.de>
18839
18840 * net/tramp.el (tramp-register-completion-file-name-handler):
18841 Check also for (member 'partial-completion completion-styles).
18842
7a55c78b
CY
188432009-08-16 Chong Yidong <cyd@stupidchicken.com>
18844
18845 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
18846 abbrev (Bug#3943).
18847
be3e598a 188482009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
18849
18850 * progmodes/cperl-mode.el: Merge upstream 6.2.
18851 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
18852 (cperl-forward-re): Check cperl-brace-recursing.
18853 (cperl-highlight-charclass): New function.
18854 (cperl-find-pods-heres): Use it.
31cd2dd4 18855 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 18856 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 18857 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
18858 (cperl-beautify-level): Don't process entire regexp.
18859 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
18860 calling man.
18861 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
18862 (cperl-init-faces): Build a list in the normal way.
18863
81b1f9c9
CY
188642009-08-16 Chong Yidong <cyd@stupidchicken.com>
18865
18866 * calendar/parse-time.el (parse-time-string-chars): Save match
18867 data.
18868
c3732cb8
SM
188692009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
18870
55659495
SM
18871 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
18872 (sql-product): Use it.
18873 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
18874 (sql-set-product): Add completion.
18875 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
18876 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
18877 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
18878 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
18879 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
18880 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
18881 (sql-highlight-db2-keywords): Remove.
18882 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
18883 (sql-highlight-product): Use derived-mode-p.
18884 (sql-set-sqli-buffer): Use with-current-buffer.
18885 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
18886 Simplify.
18887
1ae79427
SM
18888 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
18889
c3732cb8
SM
18890 * term.el: Fix commenting convention, turn comments into docstrings.
18891
f24b8bf3
CY
188922009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
18893
18894 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
18895
7b6fefac 188962009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 18897
1200ac26 18898 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
18899 character classes, to handle non-ascii characters (Bug#3190).
18900
189012009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 18902
1abbe4e5
CY
18903 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
18904 another heredoc if the user adds another < (Bug#3226).
18905
c3732cb8
SM
18906 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18907 Don't initialize based on window-system (Bug#4124).
19261da4 18908
daad00fc
CY
18909 * facemenu.el (facemenu-read-color): Use a completion function
18910 that accepts any defined color, such as RGB triplets (Bug#3677).
18911
e1bdde78
CY
18912 * files.el (get-free-disk-space): Change fallback default
18913 directory to /. Expand DIR argument before switching to fallback.
18914 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
18915
9d73a99e
CY
189162009-08-15 Chong Yidong <cyd@stupidchicken.com>
18917
18918 * files.el (load-library): Doc fix.
18919
68b962d4 189202009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 18921
953e0c1a 18922 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 18923 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 18924 incremental search string.
9d73a99e 18925
c3732cb8 18926 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 18927 XEmacs.
9d73a99e 18928
c3732cb8
SM
18929 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
18930 (ediff-merge-region-is-non-clash)
18931 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 18932 Also check if the job is really a merge job.
9d73a99e 18933
c3732cb8 18934 * ediff.el (ediff-current-file): New function.
9d73a99e 18935
2e330adc
CY
189362009-08-15 Chong Yidong <cyd@stupidchicken.com>
18937
18938 * progmodes/js.el: Edit docstrings throughout to follow Emacs
18939 conventions.
c3732cb8 18940 (js-insert-and-indent): Delete function.
2e330adc
CY
18941 (js-mode-map): Don't bind keys to js-insert-and-indent.
18942 (js-beginning-of-defun): Rename from js--beginning-of-defun.
18943 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 18944 (js-auto-indent-flag): Delete variable.
2e330adc 18945
17b5d0f7
CY
189462009-08-14 Chong Yidong <cyd@stupidchicken.com>
18947
c3732cb8
SM
18948 * progmodes/js.el: Remove proclaim statement.
18949 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 18950
ba2d8894
CY
18951 * files.el (auto-mode-alist): Use js-mode for .js files.
18952
c3732cb8 18953 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
18954
18955 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
18956
18957 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
18958
c3732cb8 18959 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
18960
189612009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 18962 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
18963
18964 * progmodes/js.el: New file.
18965
b6377f1d
MH
189662009-08-14 Mark A. Hershberger <mah@everybody.org>
18967
18968 * timezone.el (timezone-parse-date): Add ability to understand ISO
18969 basic format (minimal separators) dates in addition to the
18970 already-supported extended format dates.
18971
bc0eef46
EZ
189722009-08-14 Eli Zaretskii <eliz@gnu.org>
18973
4e021e65
EZ
18974 * international/ucs-normalize.el: Add a `coding' file variable.
18975
bc0eef46
EZ
18976 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
18977
53dab179
SS
189782009-08-14 Sam Steingold <sds@gnu.org>
18979
6801c38a 18980 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 18981
6c58c39c
CY
189822009-08-13 Chong Yidong <cyd@stupidchicken.com>
18983
18984 * faces.el (help-argument-name): Define it here instead of
18985 help-fns.el, because in daemon mode help-fns.el may be loaded when
18986 faces are still uninitialized (Bug#1078).
18987
18988 * help-fns.el (help-argument-name): Move defface to faces.el.
18989
c7baf7e9
NR
189902009-08-13 Nick Roberts <nickrob@snap.net.nz>
18991
18992 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
18993 create buffer with a pty but no process so that GDB can make the
18994 inferior the controlling process.
18995
9c40e995 189962009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
18997
18998 * international/ucs-normalize.el: New file.
18999
8cdba32b
RS
190002009-08-13 Richard Stallman <rms@gnu.org>
19001
5c950923
RS
19002 * mail/rmail.el (rmail-get-attr-names):
19003 Accept an attribute header that is too short.
19004
76e1e40b
RS
19005 * mail/rmail.el (rmail-forget-messages):
19006 Ignore nil elt in rmail-message-vector. Use dotimes.
19007
1fc01b08
RS
19008 * progmodes/compile.el (compilation-goto-locus):
19009 Use next-error-move-function.
19010
8cdba32b
RS
19011 * simple.el (next-error-move-function): New variable.
19012
99910cf4
JL
190132009-08-12 Juri Linkov <juri@jurta.org>
19014
19015 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
19016 always non-nil. (Bug#4052)
19017
19018 * replace.el (read-regexp): Return empty string when
19019 `default-value' is nil.
19020 (keep-lines-read-args): Don't use empty string as the
19021 default value for `read-regexp'. (Bug#2495)
19022
fc5bdf6c
JL
190232009-08-12 Juri Linkov <juri@jurta.org>
19024
19025 * international/mule-cmds.el (ucs-insert): Change arguments
19026 from `arg' to `character', `count', `inherit' to be the same
19027 as in `insert-char'. Doc fix. (Bug#4039)
19028
19029 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
19030
77748848
JL
190312009-08-12 Juri Linkov <juri@jurta.org>
19032
19033 * files-x.el: New file.
19034
19035 * files.el: Move code that deals with adding/deleting
19036 file/directory-local variables to files-x.el.
19037
19038 * Makefile.in (ELCFILES): Add files-x.elc.
19039
c8a44c4e
DD
190402009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
19041
27a9fd5a
DD
19042 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
19043 to use `goto-line'.
19044 (gdb-place-breakpoints, gdb-get-location): Rewritten without
19045 `goto-line'.
19046 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 19047 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 19048 threads list.
107ef54a 19049 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 19050 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
19051 (gdb-stopped): ...here so it's sent when first thread stops.
19052 (gdb-registers-handler-custom): Do nothing if register names are
19053 unknown yet.
27a9fd5a 19054
c8a44c4e
DD
19055 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
19056 from `gdb-mi.el' to avoid extra tangling.
19057
19058 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 19059 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
19060 (gdb-update-gud-running): No extra fuss for updating frame number.
19061
dfd4e693
SM
190622009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19063
51c4341f
SM
19064 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
19065 (describe-language-environment-map, setup-language-environment-map)
19066 (set-coding-system-map): Move initialization into declaration.
19067 (set-language-info-alist): Last arg to define-key-after can be skipped.
19068
19069 * international/quail.el (quail-completion-1): Simplify.
19070 (quail-define-rules): Use slightly more compact code.
19071 (quail-insert-decode-map): Propertize keys, compact columns.
19072
dfd4e693
SM
19073 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19074 Add goto-line.
19075
83326559
MB
190762009-08-10 Miles Bader <miles@gnu.org>
19077
19078 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
19079 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
19080 (js2-instance-member, js2-private-member, js2-private-function-call)
19081 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
19082 (js2-magic-paren, js2-external-variable):
19083 Remove "-face" suffix from face names.
19084 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
19085 (js2-highlight-undeclared-vars, js2-peek-token)
19086 (js2-parse-function-params, js2-mode-show-errors)
19087 (js2-mode-show-warnings, js2-make-magic-delimiter)
19088 (js2-mode-highlight-magic-parens): Update to use new face names.
19089
8e754ea2
MA
190902009-08-09 Michael Albinus <michael.albinus@gmx.de>
19091
19092 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
19093 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
19094
1c292fc7
CY
190952009-08-09 Chong Yidong <cyd@stupidchicken.com>
19096
18d433a7
CY
19097 * subr.el: Provide hashtable-print-readable.
19098
1c292fc7
CY
19099 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
19100 hs-c-like-adjust-block-beginning.
19101 (hs-hide-block-at-point): Stop hiding at the beginning of
19102 hs-block-end-regexp (Bug#700).
19103
2db0ae07
DD
191042009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
19105
19106 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
19107 a macro.
19108 (gdb-registers-handler-custom): Do not fail when register names
19109 are unavailable.
19110
fe4740a6
DD
191112009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
19112
19113 * progmodes/gdb-mi.el (gdb-control-all-threads)
19114 (gdb-control-current-thread): Interactive setters for
19115 `gdb-gud-control-all-threads' to use in menu.
19116 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
19117 (gud-tool-bar-map): Add non-stop/A,T indicator.
19118 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 19119
ce299d55
CY
191202009-08-08 Yoni Rabkin <yoni@rabkins.net>
19121
19122 * net/net-utils.el (net-utils-font-lock-keywords): New var.
19123 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
19124 (net-utils-mode): New mode for viewing diagnostic network output.
19125 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
19126 (net-utils-run-simple): New function.
19127 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 19128
7c4654ad
DD
191292009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
19130
19131 * progmodes/gdb-mi.el (gdb-read-memory-custom)
19132 (gdb-memory-set-address, def-gdb-set-positive-number)
19133 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
19134 after changing settings.
19135 (gdb-invalidate-disassembly): Update when first shown.
19136 (gdb-edit-locals-value): Fixed.
19137 (gdb-registers-handler-custom): Print registers in right order and
19138 allow changing register values (only for current thread yet).
9cbac26b
DD
19139 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
19140 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
19141 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
19142 (gdb-locals-handler-custom, gdb-registers-handler-custom):
19143 Thread info in mode name.
9cbac26b 19144 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 19145
0f25a277
EZ
191462009-08-08 Eli Zaretskii <eliz@gnu.org>
19147
19148 * mail/rmail.el (rmail-add-mbox-headers)
19149 (rmail-set-message-counters-counter): Search for
19150 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
19151
b971be60
GM
191522009-08-08 Glenn Morris <rgm@gnu.org>
19153
19154 * Makefile.in (ELCFILES): Update.
19155
a35d3ad8
EZ
191562009-08-07 Eli Zaretskii <eliz@gnu.org>
19157
6a7662bb
BR
19158 * mail/sendmail.el (mail-yank-original):
19159 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
19160 text is yanked.
19161
8b0bcc2e
EZ
19162 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
19163 to "windows" when "pgnuplot" is used.
6a7662bb
BR
19164 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
19165 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
19166 (calc-graph-init): Don't send -display and -geometry to
19167 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
19168 running "pgnuplot -V" with shell-command-to-string.
19169
19170 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
19171 the default.
19172
191732009-08-07 Eli Zaretskii <eliz@gnu.org>
19174
19175 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
19176 org/org-latex.elc.
19177
3bca7ca5
DN
191782009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
19179
3c53763c
DN
19180 * vc-dispatcher.el (vc-resynch-window): Update comment.
19181
3bca7ca5
DN
19182 * term.el (term-handle-ansi-escape): Add comments with the
19183 terminfo capabilities implemented.
19184
7b217360
DD
191852009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
19186
19187 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
19188 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
19189 (gdb-propertize-header): Move earlier.
19190 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
19191 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
19192 Refresh disassembly buffers only after threads list have been
19193 update.
19194 (gdb-threads-header, gdb-registers-header): Per-buffer header line
19195 variables.
19196
b4d84ecf
JL
191972009-08-04 Juri Linkov <juri@jurta.org>
19198
19199 * files.el: Commands to add/delete file/directory-local variables.
19200 (read-file-local-variable, read-file-local-variable-value)
19201 (read-file-local-variable-mode, modify-file-local-variable)
19202 (modify-file-local-variable-prop-line)
19203 (modify-dir-local-variable): New functions.
19204 (add-file-local-variable, delete-file-local-variable)
19205 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
19206 (add-dir-local-variable, delete-dir-local-variable)
19207 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
19208 (copy-dir-locals-to-file-locals-prop-line): New commands.
19209
42da39c1
CY
192102009-08-04 Chong Yidong <cyd@stupidchicken.com>
19211
19212 * abbrev.el (insert-abbrev-table-description): Prettify output.
19213 Suggested by Karl Chen.
19214
98bf8494
DD
192152009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
19216
78b9fb28 19217 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 19218 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
19219 (gdb-overlay-arrow-position, gdb-thread-position)
19220 (gdb-disassembly-position): Declare variables.
19221 (gdb-wait-for-pending): Function now.
19222 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
19223 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
19224 compilation goes smoothly.
19225 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
19226 (gdb-non-stop-setting): New customization setting which replaces
19227 `gdb-non-stop' so changing it doesn't break active GDB session.
19228 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
19229 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
19230 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
19231 (gdb-show-threads-by-default): New customization options.
19232 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
19233 routines.
19234 (gdb-get-buffer-create): Send buffers update signal when they are
19235 created.
19236 (gdb-invalidate-locals, gdb-invalidate-registers)
19237 (gdb-invalidate-breakpoints)
19238 (gdb-invalidate-threads, gdb-invalidate-disassembly)
19239 (gdb-invalidate-memory): Accept update signal.
19240 (gdb-current-context-command): Use --frame option.
19241 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
19242 Implement `gdb-frame-number' selection logic.
19243 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
19244 whether to show GUD toolbar buttons.
19245 (gdb-thread-exited): Unselect current thread when it exits.
19246 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
19247 (gdb-mark-line): Routine which sets overlay arrow or inverses
19248 video on fringeless displays.
19249 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
19250 to build aligned columns of data in GDB buffers and set text
19251 properties line-by-line.
19252 (gdb-invalidate-breakpoints)
19253 (gdb-breakpoints-list-handler-custom)
19254 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
19255 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
19256 (gdb-registers-handler-custom): Align data columns.
19257 (gdb-locals-handler-custom): Now prints data like in variable
19258 declarations.
19259 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 19260 Remove confusing buttons.
78b9fb28
DD
19261 (gdb-invalidate-threads): Append --frame.
19262 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
19263 between breakpoints/threads buffers.
19264 (gdb-set-window-buffer): Now can ignore dedicated windows.
19265 (gdb-propertize-header): Use `gdb-set-window-buffer'.
19266 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
19267 (def-gdb-thread-buffer-gud-command): Replaces
19268 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
19269 for fine thread control.
19270 (gdb-preempt-existing-or-display-buffer): New function used to
19271 display bound buffers without breaking window layout.
19272 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
19273 (gdb-select-frame): New version of `gdb-frames-select' which now
19274 sets `gdb-frame-number' so commands may use --frame option instead
19275 of inner debugger state.
19276 (gdb-frame-handler): Do not set `gdb-frame-number'.
19277 (gdb-threads-mode-map): Select threads with mouse.
19278
19279 * progmodes/gud.el (gdb-gud-context-call): Declare function to
19280 avoid compilation warning.
19281 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
19282 `gdb-show-stop-p`.
19283
566f3909
DD
19284 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
19285 Argument `key' renamed to `buffer-type'.
19286 (gdb-current-context-buffer-name): Do not add thread info to
19287 buffer name when no thread is selected.
19288 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
19289 command (bug 3794).
19290 (gdb-thread-selected): Handle `=thread-selected' notification.
19291 (gdb-wait-for-pending): New macro to deal with congestion problems.
19292 (gdb-breakpoints-list-handler-custom): Don't fail on pending
19293 breakpoints.
7b6fefac
JB
19294 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
19295 This fixes problem similar to one described in bug 3947.
566f3909
DD
19296 (gud-menu-map): More menu items.
19297 (gdb-init-1): Reset `gdb-thread-number' to nil.
19298
4a31122c
DD
19299 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
19300 non-stop settings.
19301
19302 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
19303 (gdb-current-context-command): Do not append --thread if
19304 `gdb-thread-number' is nil.
6a7662bb
BR
19305 (gdb-running-threads-count, gdb-stopped-threads-count):
19306 New variables.
4a31122c 19307 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
19308 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
19309 New customization options.
4a31122c
DD
19310 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
19311 GUD commands.
7b6fefac 19312 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
19313 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
19314 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
19315 set `gdb-thread-number' and update `gud-running' properly.
19316 (gdb-running): Update threads list when new threads appear.
19317 (gdb-stopped): Support non-stop operation and new thread switching
19318 logic.
19319 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
19320 (gdb-json-partial-output): New set of JSON routines.
19321 (def-gdb-auto-update-trigger): New `signal-list' optional
19322 argument.
19323 (gdb-thread-list-handler-custom): Update `gud-running',
19324 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
19325 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
19326 (gdb-continue-thread, gdb-step-thread): New commands for fine
19327 thread execution control.
19328 (gud-menu-map): New menu items to switch non-stop options.
19329 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 19330 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
19331
19332 * progmodes/gdb-mi.el (gdb-rules-name-maker)
19333 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
19334 gdb-buffer-rules.
19335 (def-gdb-auto-update-handler): New nopreserve optional argument.
19336 (gdb-stack-list-frames-custom): Print stack from top to bottom.
19337
88b5a757 19338 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
19339 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
19340 (gdb-parent-mode): New mode to derive other GDB modes from.
19341 (gdb-display-disassembly-for-thread)
19342 (gdb-frame-disassembly-for-thread): New commands for threads
19343 buffer.
19344
19345 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
19346 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
19347 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
19348 (gdb-update): We now store all GDB buffers in a list so that they
19349 can be updated by traversing a list instead of calling invalidate
7b6fefac 19350 triggers explicitly.
a5c9f540
DD
19351 (def-gdb-trigger-and-handler): New macro to define trigger-handler
19352 pair for GDB buffer.
19353 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
19354 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
19355 handle pending triggers.
19356 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
19357 (def-gdb-thread-buffer-simple-command)
19358 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
19359 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
19360 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
19361 New commands which show buffers bound to thread.
88b5a757 19362 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 19363
7b6fefac
JB
19364 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
19365 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
19366 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
19367 to (gud-comint-buffer) in *-buffer-name functions
19368 because (gdb-get-target-string) already does that.
19369 (gdb-locals-handler-custom, gdb-registers-handler-custom)
19370 (gdb-changed-registers-handler): Rewritten without regexps.
19371
ba214964 19372 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
19373 (gdb-thread-number): New variable.
19374 (gdb-current-context-command): New macro which adds --thread
19375 option to command.
7b6fefac 19376 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 19377 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 19378 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
19379 (gdb-select-thread): New command which selects current thread.
19380 (gdb-invalidate-frames, gdb-invalidate-locals)
19381 (gdb-invalidate-registers): Use --thread option.
20f12ed8 19382
2ac33804
MA
193832009-08-04 Michael Albinus <michael.albinus@gmx.de>
19384
19385 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 19386 robust. (Bug#3977)
2ac33804
MA
19387 (tramp-handle-insert-file-contents): `unwind-protect' must be
19388 inside `with-parsed-tramp-file-name'.
19389
19390 * net/tramp-gvfs.el (top): Remove superfluous message when loading
19391 fails.
19392
39d0296f
NR
193932009-08-03 Nick Roberts <nickrob@snap.net.nz>
19394
19395 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
19396 directory if CLASSPATH is not set.
19397
adcbca53
MA
193982009-08-03 Michael Albinus <michael.albinus@gmx.de>
19399
7b6fefac
JB
19400 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
19401 New defconst.
7ef849b6 19402 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 19403
30924b0b
CY
194042009-08-02 Kevin Ryde <user42@zip.com.au>
19405
7b6fefac
JB
19406 * net/newst-backend.el (newsticker--raw-url-list-defaults):
19407 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 19408
b6ce92f1
CY
194092009-08-02 Chong Yidong <cyd@stupidchicken.com>
19410
d977a092
CY
19411 * select.el (x-set-selection): Doc fix (Bug#4021).
19412
19413 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
19414
b6ce92f1
CY
19415 * help-fns.el (describe-variable): Treat list return values from
19416 dir-locals-find-file properly (Bug#4005).
19417
7b6fefac 194182009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
19419
19420 * net/tramp.el (tramp-debug-message): Print also microseconds.
19421
194222009-08-02 Michael Albinus <michael.albinus@gmx.de>
19423
19424 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
19425 or END is non-nil.
19426 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
19427 (tramp-get-debug-buffer): Change `outline-regexp' according to new
19428 format.
19429
5ce6e4f4 19430 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
19431 (tramp-get-file-property): Use it.
19432
6a7662bb
BR
19433 * autorevert.el (auto-revert-handler):
19434 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 19435
2aafe808
JR
194362009-08-02 Jason Rumney <jasonr@gnu.org>
19437
19438 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 19439 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 19440
e094097c
CY
194412009-08-02 Chong Yidong <cyd@stupidchicken.com>
19442
19443 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
19444 (font-lock-variable-name-face, font-lock-constant-face):
19445 Darken the colors for light backgrounds.
e094097c 19446
de94f281
EZ
194472009-08-01 Eli Zaretskii <eliz@gnu.org>
19448
19449 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
19450 month names. (Bug#3987)
19451
54b99340
CY
194522009-07-31 Chong Yidong <cyd@stupidchicken.com>
19453
19454 * simple.el (line-move-finish): Pass whole number to
19455 line-move-to-column.
34be836c 19456 (line-move-visual): Perform hscroll to the recorded position.
54b99340 19457
38216c30
JB
194582009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
19459
19460 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
19461
c779896d
CY
194622009-07-29 Alan Mackenzie <acm@muc.de>
19463
19464 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
19465
592ccae0
DD
194662009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
19467
35edc6c6
DD
19468 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
19469 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 19470
5a9e3ab7
JB
194712009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
19472
19473 * calc/calc.el (calc-mode-map): Add keybinding for
19474 `calc-transpose-lines'.
19475
7b6fefac 194762009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
19477
19478 * calc/calc-misc.el (calc-transpose-lines): New function.
19479
905fb90e
MA
194802009-07-28 Michael Albinus <michael.albinus@gmx.de>
19481
19482 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
19483 Simplify check for out-of-band methods.
19484 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
19485 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
19486
76e14464
DN
194872009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
19488
19489 * vc-git.el (vc-git-checkin): Fix typo.
19490
6088b51f 194912009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
19492
19493 * progmodes/js2-mode.el: New file.
19494
b85157fe
NR
194952009-07-28 Nick Roberts <nickrob@snap.net.nz>
19496
19497 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
19498 (gud-menu-map): Adjust tooltip accordingly.
19499
d43c2b06
DN
195002009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
19501
1c0f0c3b
DN
19502 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
19503 (vc-bzr-log-view-mode): Adjust log-view-file-re.
19504
d43c2b06
DN
19505 * add-log.el (change-log-mode-map): Add a menu.
19506
3dec5c36
MA
195072009-07-27 Michael Albinus <michael.albinus@gmx.de>
19508
19509 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
19510 function returns nil.
19511 (dbus-handle-event): Handle special return value :ignore.
19512 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
19513
5704140c
CY
195142009-07-26 Chong Yidong <cyd@stupidchicken.com>
19515
19516 * view.el (view-mode-enable): Don't define Helper-return-blurb if
19517 it's not needed.
19518
3077d1f6
EZ
195192009-07-25 Eli Zaretskii <eliz@gnu.org>
19520
19521 Fix Bug#3888:
19522
19523 * w32-vars.el (x-select-enable-clipboard): Doc fix.
19524
19525 * term/pc-win.el (x-display-name, x-colors)
19526 (x-select-enable-clipboard, x-select-text): Doc fix.
19527
19528 * term/common-win.el (x-display-name, x-colors): Doc fix.
19529
19530 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
19531 (xw-defined-colors): Doc fix.
19532
19533 * w32-fns.el (x-select-text, x-setup-function-keys)
19534 (x-get-selection, x-set-selection): Doc fix.
19535
19536 * term/x-win.el (x-select-text, x-setup-function-keys)
19537 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
19538
19539 * select.el (x-set-selection): Doc fix.
19540
51768bc8
MA
195412009-07-25 Michael Albinus <michael.albinus@gmx.de>
19542
19543 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
19544 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
19545 "IsNSSSupportAvailable" method is not available.
19546 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 19547
b11c2874
KH
195482009-07-24 Kenichi Handa <handa@m17n.org>
19549
19550 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 19551 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
19552 (build-unicode-category-table): Fix range checks.
19553
ba83b7b6
DN
195542009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19555
19556 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
19557 the buffer we try to sync is current when calling
19558 vc-resynch-buffer.
19559
19560 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
19561 not show up to date files.
19562
7a8ae964
GM
195632009-07-24 Glenn Morris <rgm@gnu.org>
19564
19565 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
19566 Add autoload cookies. If necessary, initialize.
19567 (elint-log): Handle non-file buffers.
19568 (elint-initialize): Add optional argument to reinitialize.
19569 (elint-find-builtin-variables): Save excursion.
19570
a707eb05
DN
195712009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
19572
19573 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
19574 for Lint.
19575
0a2ddfa6
DN
195762009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19577
d6a62b0d
DN
19578 * vc.el (vc-print-log-internal): New function, split out from ...
19579 (vc-print-log): ... here.
10b5dcad 19580 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 19581
0a2ddfa6
DN
19582 * vc-git.el (vc-git-add-signoff): New variable.
19583 (vc-git-checkin): Use it.
19584 (vc-git-toggle-signoff): New function.
19585 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
19586 (vc-git--run-command-string): Accept a nil FILE argument.
19587 (vc-git-stash-list): New function.
19588 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 19589
589a99f2
GM
195902009-07-23 Glenn Morris <rgm@gnu.org>
19591
19592 * help-fns.el (describe-variable): Describe ignored and risky local
19593 variables in a similar way to that in which we describe safe ones.
19594
19595 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
19596 (byte-compile-output-file-form, byte-compile-output-docform)
19597 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
19598 Give some more local variables with common names a "bytecomp-" prefix,
19599 so as not to shadow things during compilation.
19600 * emacs-lisp/cl-macs.el (load-time-value)
19601 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
19602 `outbuffer' to `bytecomp-outbuffer'.
19603
19604 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
19605 since the next two variables cover them automatically now.
19606 (elint-builtin-variables, elint-autoloaded-variables): New.
19607 (elint-unknown-builtin-args): Remove all members, since they can be
19608 parsed automatically now.
19609 (elint-extra-errors): New.
19610 (elint-env-add-env, elint-env-add-macro): Use cadr.
19611 (elint-current-buffer): Use or. Change final message.
19612 (elint-get-top-forms): Use line-end-position.
19613 (elint-init-env): Use cadr. Handle autoload, declare-function,
19614 and defalias.
19615 (elint-add-required-env): Doc fix. Use or. Standardize error.
19616 (regexp-assoc): Remove unused function.
19617 (elint-top-form): Set elint-current-pos, to record the start of the
19618 top-level form, for compilation-mode.
19619 (elint-form): Trap errors in macro expansion. Use dolist.
19620 (elint-unbound-variable): Use elint-builtin-variables and
19621 elint-autoloaded-variables.
19622 (elint-get-args): Use cadr, or.
19623 (elint-check-cond-form): Use dolist, cadr.
19624 (elint-check-condition-case-form): Doc fix. Use cadr.
19625 Use elint-extra-errors.
19626 (elint-log): New function.
19627 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
19628 Distinguish errors and warnings.
19629 (elint-log-message): Use with-current-buffer. Inhibit read-only.
19630 Use a bytecomp-style format.
19631 (elint-clear-log): Preserve default-directory. Inhibit read-only.
19632 (elint-get-log-buffer): Use compilation mode. Disable undo.
19633 Don't truncate lines.
19634 (elint-initialize): Set builtin and autoloaded variable lists.
19635 Only process elint-unknown-builtin-args if non-nil.
19636 (elint-find-builtin-variables, elint-find-autoloaded-variables):
19637 New functions.
19638 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
19639
855b42a2
GM
196402009-07-22 Kevin Ryde <user42@zip.com.au>
19641
19642 * net/newst-backend.el (newsticker--parse-atom-1.0)
19643 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19644 (newsticker--parse-rss-1.0):
19645 * progmodes/idlwave.el (idlwave-mode):
19646 * progmodes/idlw-shell.el (idlwave-shell-mode):
19647 * progmodes/vera-mode.el (vera-mode):
19648 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
19649 * progmodes/vhdl-mode.el (vhdl-mode):
19650 * textmodes/table.el (table-generate-source)
19651 (table--warn-incompatibility):
19652 Hyperlink urls in docstrings with URL `...'.
19653
fd413a37
GM
196542009-07-22 Glenn Morris <rgm@gnu.org>
19655
cb711556
GM
19656 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
19657 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
19658 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
19659 Remove leading * from defcustom docs.
19660
fd413a37
GM
19661 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
19662
19663 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
19664 defcustom doc.
19665 (list-load-path-shadows): Optionally, just return shadows as a string.
19666
19667 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
19668
a4f69701
CY
196692009-07-21 Chong Yidong <cyd@stupidchicken.com>
19670
6a7662bb
BR
19671 * mail/rmailedit.el (rmail-edit-mode):
19672 Use auto-save-include-big-deletions.
a4f69701 19673
6a7662bb
BR
19674 * mail/rmail.el (rmail-variables):
19675 Use auto-save-include-big-deletions.
a4f69701
CY
19676
19677 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
19678 changes.
19679
ec06459c
JB
196802009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
19681
19682 * calc/calc.el (calc-undo-length): New variable.
19683 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
19684
b41b0976
RS
196852009-07-21 Richard Stallman <rms@gnu.org>
19686
19687 * files.el (auto-save-mode): Handle buffer-save-size = -2
19688 for toggling mode.
19689
4ed32706
GM
196902009-07-21 Glenn Morris <rgm@gnu.org>
19691
531b1264
GM
19692 * textmodes/ispell.el (ispell-looking-back): Update declaration.
19693
55d27f41
GM
19694 * calendar/todo-mode.el (calendar-current-date): Update declaration.
19695
02df3f4d
GM
19696 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
19697 silence compiler. Instead...
19698 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
19699 (ps-print-ensure-fontified): Update for above function name changes.
19700
fdd8417e
GM
19701 * printing.el (pr-mh-get-msg-num, pr-mh-show)
19702 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
19703 silence compiler. Instead...
19704 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
19705 (mh-show-buffer): Only define for compiler.
19706 (pr-mh-current-message): Update for above function name changes.
19707
4ed32706
GM
19708 * files.el (abort-if-file-too-large): Explicitly pass `filename'
19709 as an argument.
19710 (find-file-noselect, insert-file-1): Update for above change.
19711
19712 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
19713
19714 * mail/mailclient.el (mailclient-send-it): Fix message.
19715
19716 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
19717 (edebug-eval): Check cl-debug-env is bound.
19718 (print-level, print-circle): Don't redefine built-in variables.
19719
19720 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
19721 (custom-print-vectors): Remove old comments from doc.
19722
19723 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
19724 (emerge-version): Make the variable an obsolete alias for the
19725 emacs-version variable. Make the function obsolete.
19726 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
19727 Emerge options, rather than merging in into the main Options menu.
19728 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
19729 and auto advance modes. Disable edit/fast items when not relevant.
19730
86812144
CY
197312009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
19732
19733 * term/vt420.el (terminal-init-vt420): Fix typo.
19734
6bb90094
SS
197352009-07-20 Sam Steingold <sds@gnu.org>
19736
19737 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
19738 variable (removed from compile.el on 2004-03-11).
19739
42e0a725
CY
197402009-07-20 Chong Yidong <cyd@stupidchicken.com>
19741
19742 * files.el (hack-local-variables-filter): Fix last change.
19743
2ee20f24
JL
197442009-07-19 Juri Linkov <juri@jurta.org>
19745
19746 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
19747 (dir-local-variables-alist): New buffer-local variable.
19748 (hack-local-variables-filter): If variable is not dir-local,
19749 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
19750 because file-local overrides dir-local.
3570691b 19751 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
19752 Remove obsolete declaration.
19753 (hack-dir-local-variables): Add dir-local variable/value pair to
19754 `dir-local-variables-alist' and remove duplicates. Doc fix.
19755
19756 * help-fns.el (describe-variable): Add information about
19757 file-local and dir-local variables.
19758
89bf83cd
CY
197592009-07-19 Chong Yidong <cyd@stupidchicken.com>
19760
19761 * files.el (hack-local-variables-filter): Rewrite.
19762
1a8d3541
GM
197632009-07-19 Glenn Morris <rgm@gnu.org>
19764
d9e8a018
GM
19765 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
19766 Silence compiler by only defining on XEmacs.
19767
da332cfb
GM
19768 * international/mule.el (auto-coding-regexp-alist): Only match
19769 BABYL... at the start of buffer, not of lines. (Bug#3790)
19770
1a8d3541
GM
19771 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
19772 non-calendar buffers (Bug#3862). Restore "not on a date" message.
19773 (cal-menu-context-mouse-menu): Doc fix.
19774
19775 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
19776
19777 * simple.el (mail-user-agent): Doc fix. Set :version tag.
19778
d842b103
JL
197792009-07-18 Juri Linkov <juri@jurta.org>
19780
19781 * info.el: Virtual Info keyword finder.
3570691b 19782 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
19783 (Info-finder-file): New variable.
19784 (Info-finder-find-file): New function.
19785 (finder-known-keywords, finder-package-info)
19786 (find-library-name, lm-commentary): Use defvar and
19787 declare-function to silence compiler warnings.
19788 (Info-finder-find-node): New function.
19789 (info-finder): New command.
19790
19791 * subr.el (process-kill-buffer-query-function): New function.
19792 (add-hook)<kill-buffer-query-functions>: Add hook
19793 `process-kill-buffer-query-function'.
19794
10d37df7
AM
197952009-07-18 Alan Mackenzie <acm@muc.de>
19796
7b6fefac 19797 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
19798 (c-postprocess-file-styles): Give invocation of `c-set-style'
19799 DONT-OVERRIDE parameter of t. Already set style variables will
19800 thus not be overridden by style settings given by `c-file-syle'.
19801
19802 * files.el (hack-local-variables-filter): Remove entries with
19803 duplicate keys from `file-local-variables-alist'.
19804
102e1a41
EZ
198052009-07-18 Eli Zaretskii <eliz@gnu.org>
19806
19807 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
19808 x-set-selection if display-selections-p returns nil for the
19809 current frame.
19810
16f2e9fc
CY
198112009-07-18 Chong Yidong <cyd@stupidchicken.com>
19812
19813 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
19814
f22693fc
EZ
198152009-07-18 Eli Zaretskii <eliz@gnu.org>
19816
a6c2c80c
EZ
19817 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
19818 Accept nil in addition to a regexp.
19819 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
19820 Accept nil in addition to a regexp.
19821 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
19822 buffers that have an associated file. Handle nil values of
19823 desktop-buffers-not-to-save and desktop-files-not-to-save.
19824 (Bug#3833)
19825
f22693fc
EZ
19826 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
19827 (x-disown-selection-internal): New functions.
19828
e456379a
NR
198292009-07-18 Nick Roberts <nickrob@snap.net.nz>
19830
19831 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
19832 warning.
19833 (gdb-breakpoints-header): Move forward to avoid compiler warning.
19834 (gdb-make-header-line-mouse-map): Remove duplicate definition.
19835
0013b70f
CY
198362009-07-18 David De La Harpe Golden <david@harpegolden.net>
19837
19838 * simple.el (set-mark): Revert last change.
19839
0855c2ca
CY
198402009-07-17 Tassilo Horn <tassilo@member.fsf.org>
19841
19842 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
19843 rendering of pngs is not possible instead of messaging a long
19844 description.
19845
3f5c9cad
CY
198462009-07-17 David De La Harpe Golden <david@harpegolden.net>
19847
19848 * w32-fns.el (x-selection-owner-p): New function.
19849
19850 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
19851 (mouse-yank-at-click, mouse-yank-primary):
19852 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 19853 insertion.
3f5c9cad
CY
19854
19855 * simple.el (deactivate-mark, set-mark): Only save selection if we
19856 own it.
19857
1fc87f9b
KH
198582009-07-17 Kenichi Handa <handa@m17n.org>
19859
19860 * case-table.el (describe-buffer-case-table): Fix for the case
19861 that KEY is a cons.
19862
d56fdcd2
DN
198632009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
19864
19865 * vc-rcs.el (vc-rcs-find-file-hook):
19866 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
19867
bede3e9f
MA
198682009-07-16 Michael Albinus <michael.albinus@gmx.de>
19869
19870 * net/tramp.el (tramp-wait-for-output): Handle the case when
19871 commands do not return a newline but a null byte before the shell
19872 prompt. (Bug#3858)
19873
7653ca1d
YM
198742009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19875
19876 * term/ns-win.el (ns-set-alpha): Don't declare.
19877 (ns-set-background-alpha): Remove function.
19878
ed2a52e9
SM
198792009-07-16 Kevin Ryde <user42@zip.com.au>
19880
19881 * emacs-lisp/copyright.el (copyright-update): Save match-data across
19882 y-or-n-p, for safety.
19883
7a907299
RS
198842009-07-16 Richard Stallman <rms@gnu.org>
19885
19886 * files.el (auto-save-mode): If buffer-saved-size is -2,
19887 don't clobber it.
19888
19889 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
19890 (rmail-retry-ignored-headers): Add more uninteresting fields.
19891
c0db3477
CY
198922009-07-15 Jari Aalto <jari.aalto@cante.net>
19893
19894 * net/rcirc.el (rcirc): Use history variables.
19895 (rcirc-server-name-history, rcirc-nick-name-history)
19896 (rcirc-server-port-history): New variables.
19897
6c875452
KH
198982009-07-15 Kenichi Handa <handa@m17n.org>
19899
bf974dc9
KH
19900 * international/mule-cmds.el (set-language-environment-charset):
19901 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
19902 ignore them.
19903
6c875452
KH
19904 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
19905 Delete unibyte-display.
19906
2066b4fe
CY
199072009-07-15 Chong Yidong <cyd@stupidchicken.com>
19908
19909 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
19910
f9be2e35
CY
199112009-07-15 Chong Yidong <cyd@stupidchicken.com>
19912
19913 * simple.el (deactivate-mark): Optional argument FORCE.
19914 (set-mark): Use deactivate-mark.
19915
19916 * info.el (Info-search): No need to check transient-mark-mode
19917 before calling deactivate-mark.
19918
19919 * select.el (x-set-selection): Doc fix.
19920 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
19921 (xselect--selection-bounds): Handle buffer values.
19922 Suggested by David De La Harpe Golden.
f9be2e35 19923
6a7662bb
BR
19924 * mouse.el (mouse-set-region, mouse-drag-track):
19925 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
19926 select-active-regions work.
19927
be3e598a 199282009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
19929
19930 * simple.el (deactivate-mark): If select-active-regions is
19931 non-nil, copy the selection data into a string.
19932 (activate-mark): If select-active-regions is non-nil, set the
19933 selection to the current buffer.
19934 (set-mark): Update selection if select-active-regions is non-nil.
19935
19936 * select.el (x-valid-simple-selection-p): Allow buffer values.
19937
cbd61418
SM
199382009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
19939
19940 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
19941 and more featureful message-mode.
19942
f470187f
CY
199432009-07-14 Chong Yidong <cyd@stupidchicken.com>
19944
19945 * select.el (x-set-selection): Doc fix.
19946 (x-valid-simple-selection-p): Disallow selection data consisting
19947 of a list or cons of integers, since that is not used.
19948 (xselect--selection-bounds, xselect--int-to-cons): New functions.
19949 (xselect-convert-to-string, xselect-convert-to-length)
19950 (xselect-convert-to-filename, xselect-convert-to-charpos)
19951 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
19952
bfc99364
DD
199532009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
19954
19955 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
19956 output in -break-info command (Emacs bug #3794).
19957
e32721f5
GM
199582009-07-14 Glenn Morris <rgm@gnu.org>
19959
1e46f9e4
GM
19960 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
19961 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
19962 (edebug-print-length, edebug-print-level, edebug-print-circle)
19963 (edebug-sit-for-seconds, edebug-view-outside)
19964 (edebug-bounce-point, edebug-set-global-break-condition)
19965 (edebug-Go-nonstop-mode, edebug-trace-mode)
19966 (edebug-Trace-fast-mode, edebug-continue-mode)
19967 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
19968 (edebug-visit-eval-list): Doc fixes.
19969
e32721f5
GM
19970 * subr.el (def-edebug-spec): Doc fix.
19971
66a85e76
KH
199722009-07-14 Kenichi Handa <handa@m17n.org>
19973
19974 * international/characters.el: Fix setting of category ?C.
19975
28571246
JD
199762009-07-13 Jan Djärv <jan.h.d@swipnet.se>
19977
7b6fefac 19978 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
19979 ns-popup-font-panel instead of generate-fontset-menu.
19980
5d74672c
EZ
199812009-07-12 Eli Zaretskii <eliz@gnu.org>
19982
7b6fefac 19983 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 19984
eb1727a4
CY
199852009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
19986
19987 * arc-mode.el (archive-find-type): Allow for a PK00 string before
19988 the PK\003\004 header (Bug#3770).
19989
208384c5
CY
199902009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
19991
19992 * pcomplete.el (pcomplete-comint-setup): Check for
19993 shell-dynamic-complete-filename too.
19994
774409a1
CY
199952009-07-11 Chong Yidong <cyd@stupidchicken.com>
19996
19997 * simple.el (temporary-goal-column): Change the value for
19998 line-move-visual to a cons cell.
19999 (line-move-visual): Record or set the window hscroll, if
20000 necessary (Bug#3494).
20001 (line-move-1): Handle cons value of temporary-goal-column.
20002
1639ee1d
KH
200032009-07-11 Kenichi Handa <handa@m17n.org>
20004
20005 * international/mule-diag.el (describe-character-set): Don't show
20006 width.
20007
2b1d2412
SS
200082009-07-10 Sam Steingold <sds@gnu.org>
20009
20010 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20011 Omake sometimes indents the errors it prints, so allow all
20012 regexps to start with spaces.
20013
ed3a5691
EZ
200142009-07-10 Eli Zaretskii <eliz@gnu.org>
20015
ed2a52e9
SM
20016 * cus-edit.el (customize-changed-options-previous-release):
20017 Bump value to 22.1. (Bug#3804)
ed3a5691 20018
49405d0e
SS
200192009-07-08 Sam Steingold <sds@gnu.org>
20020
20021 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
20022 to be a cons cell (test . ignored-directory) to selectively ignore
20023 some directories depending on the location of the search.
20024
93c3eb7c
MA
200252009-07-08 Michael Albinus <michael.albinus@gmx.de>
20026
20027 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
20028 remote user is root, on the local host.
20029 (tramp-local-host-p): Either the local user or the remote user
20030 must be root. (Bug#3771)
20031
6f2a8484
NR
200322009-07-08 Nick Roberts <nickrob@snap.net.nz>
20033
20034 * progmodes/gdb-mi.el (gdb): Remove description of
20035 gdb-use-separate-io-buffer.
69cb8d82 20036 (menu): Don't allow toggling of or enable
6f2a8484
NR
20037 gdb-use-separate-io-buffer from menubar.
20038
88d03607
CY
200392009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20040
20041 * mail/unrmail.el (unrmail): Make sure the message ends with two
20042 newlines (Bug#3769).
20043
7ef5b8b2
GM
200442009-07-08 Glenn Morris <rgm@gnu.org>
20045
20046 * calendar/calendar.el (calendar-current-date): Rework previous change.
20047
3ce82f97
GM
200482009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
20049
20050 * calendar/calendar.el (calendar-current-date):
20051 Add an optional argument giving an offset from today.
20052
f35fc841
GM
200532009-07-08 Glenn Morris <rgm@gnu.org>
20054
20055 * tutorial.el (tutorial--describe-nonstandard-key):
20056 Adjust the message for when a key has been unbound.
20057 (help-with-tutorial): Hide the arch-tag.
20058
40149292
KH
200592009-07-08 Kenichi Handa <handa@m17n.org>
20060
69cb8d82
KH
20061 * international/fontset.el (setup-default-fontset): For each
20062 script, append (not set) font-specs.
20063
40149292
KH
20064 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
20065 docstring.
20066
ff0c4194
NR
200672009-07-08 Nick Roberts <nickrob@snap.net.nz>
20068
20069 * progmodes/gdb-mi.el (gdb-init-1): Move sending
20070 -data-list-register-names to ...
20071 (gdb-starting): ... here because GDB 7.0 requires execution to
20072 have started when using this MI command.
20073 (gdb-set-header): New function to distinguish select and
20074 unselected tabs in gdb buffers.
20075 (gdb-propertize-header): New macro that uses gdb-set-header.
20076 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 20077 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 20078
8954c675
CY
200792009-07-07 Chong Yidong <cyd@stupidchicken.com>
20080
20081 * Makefile.in (ELCFILES): Remove fadr.elc.
20082
0996385d
DD
200832009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
20084
dc6b4519
DD
20085 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
20086 may contain frame information, so `string-match' should be used.
20087 (gdb-update): Disassembly is invalidated through
20088 `gdb-get-selected-frame'.
20089 (gdb-pad-string): New function to pad string with spaces.
20090 (gdb-invalidate-disassembly): Invalidate only if the buffer
20091 exists.
20092 (gdb-disassembly-handler-custom): Column alignment.
20093 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
20094 placing new ones.
20095 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
20096 end of line, too.
20097 (gdb-frame-handler): Match convention to for disassembly buffer
20098 mode name.
17c1380b 20099 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
20100 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
20101 not highlight breakpoints without line information.
69a197a2 20102 (gdb-input): Add trailing newline to command.
dc6b4519 20103
14340b25
DD
20104 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
20105 buffer properly.
20106 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 20107 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
20108 now.
20109 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
20110 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
20111 to place breakpoints.
14340b25
DD
20112 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
20113 functions.
20114 (gdb-disassembly-handler-custom): Show overlay arrow.
20115 (gdb-disassembly-place-breakpoints): Show breakpoints in
20116 disassembly buffer.
20117 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 20118 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 20119 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 20120 in `gud-menu-map'.
14340b25 20121
38d4f316 20122 * fadr.el: Remove.
1f2a6224 20123
7b6fefac 20124 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 20125 (gdb-memory-address): New variable which holds top address of
7b6fefac 20126 memory page shown in memory buffer.
6a7662bb
BR
20127 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
20128 New customization variables.
0996385d
DD
20129 New functions:
20130 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
20131 display the memory buffer.
20132 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
20133 buffer display parameters.
20134 (def-gdb-memory-format, gdb-memory-format-binary)
20135 (gdb-memory-format-octal, gdb-memory-format-unsigned)
20136 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
20137 Functions for setting memory buffer format.
20138 (gdb-memory-unit-word, gdb-memory-unit-halfword)
20139 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
20140 unit size used in memory buffer.
6a7662bb
BR
20141 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
20142 Switch to next/previous page of memory buffer.
28d67a53 20143 Now using (bindat-get-field) instead of fadr functions.
0996385d 20144
9ba562d3
SS
201452009-07-07 Sam Steingold <sds@gnu.org>
20146
20147 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
20148 non-top-level files.
20149
a43977db
KH
201502009-07-07 Kenichi Handa <handa@m17n.org>
20151
6a7662bb
BR
20152 * international/mule-cmds.el (reset-language-environment):
20153 Put the highset priority to the charset iso-8859-1.
a43977db 20154
d44d05e8
CY
201552009-07-06 Chong Yidong <cyd@stupidchicken.com>
20156
20157 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
20158 to the end of the line when locating the block (Bug#700).
20159
3e2fa353
MA
201602009-07-06 Michael Albinus <michael.albinus@gmx.de>
20161
20162 * net/tramp.el (tramp-handle-write-region): Flush file properties
20163 in case of short track.
20164
be3e598a 201652009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 20166
bf0b361c
JB
20167 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
20168 Coded custom representation of verilog error regular expressions
20169 to work with Emacs-22's new format.
d88782c3 20170 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 20171 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
20172 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
20173 error recognition into XEmacs.
20174 (verilog-error-regexp-add-emacs): Hook routine to install verilog
20175 error recognition into Emacs-22.
20176
25c6f63e
CY
201772009-07-06 Chong Yidong <cyd@stupidchicken.com>
20178
20179 * woman.el: Remove stand-alone closing parentheses.
20180 (woman-file-name, woman2-format-paragraphs)
20181 (woman-leave-blank-lines): Code cleanup.
20182 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
20183 (woman-italic, woman-bold, woman-unknown, woman-addition):
20184 Change defaults to inherit from default faces.
25c6f63e
CY
20185 (woman2-process-escapes): Consume the newline after a stand-alone
20186 filler character (Bug#3651).
20187
f176290e
GM
201882009-07-06 Glenn Morris <rgm@gnu.org>
20189
20190 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
20191 (top-level): Move provide to the end.
20192 (ffap): Remove defunct URL from custom group.
20193
20194 * subr.el (eval-after-load): Doc fix.
20195
7b6fefac 201962009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
20197
20198 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
20199 `calc-embedded-word' is called twice.
20200
4b8b1ec5
SM
202012009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20202
20203 * files.el (find-alternate-file-other-window, find-alternate-file):
20204 Obey confirm-nonexistent-file-or-buffer.
20205
d6ceb380
MA
202062009-07-05 Michael Albinus <michael.albinus@gmx.de>
20207
20208 * dired-aux.el (dired-show-file-type): Handle remote files.
20209
be3e598a 202102009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 20211
4b8b1ec5
SM
20212 * desktop.el (desktop-globals-to-save):
20213 Add file-name-history (Bug#2750).
c760f19e 20214
6d00ce04
CY
202152009-07-05 Chong Yidong <cyd@stupidchicken.com>
20216
4b8b1ec5 20217 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 20218
6ee21b07
JB
202192009-07-04 Johan Bockgård <bojohan@gnu.org>
20220
20221 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
20222 property on entire argument since this is what eshell-lisp-command
20223 expects.
20224
f0dbdc25
MA
202252009-07-03 Michael Albinus <michael.albinus@gmx.de>
20226
20227 * net/tramp-gvfs.el (tramp-gvfs-methods)
20228 (tramp-gvfs-zeroconf-domain)
20229 (tramp-bluez-discover-devices-timeout): Add version flag.
20230 (tramp-gvfs-handler-mounted-unmounted)
20231 (tramp-gvfs-connection-mounted-p): Polish handling of
20232 incompatibilities between GVFS 0.2 and 1.0.
20233
e044e4fc
JD
202342009-07-03 Jan Djärv <jan.h.d@swipnet.se>
20235
4b8b1ec5 20236 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 20237
2e9b968b
JB
202382009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
20239
bf0b361c 20240 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
20241 formatted correctly.
20242
baf1a55e
JL
202432009-07-02 Juri Linkov <juri@jurta.org>
20244
20245 * info.el: Virtual Info files and nodes.
20246 (Info-virtual-files, Info-virtual-nodes): New variables.
20247 (Info-current-node-virtual): New variable.
20248 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
20249 New functions.
20250 (Info-file-supports-index-cookies): Use Info-virtual-file-p
20251 to check for a virtual file instead of checking a fixed list
20252 of node names.
20253 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
20254 instead of ad-hoc processing of "dir" and (apropos history toc).
20255 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
20256 instead of ad-hoc processing of "dir" and (apropos history toc).
20257 Reread a file when moving from a virtual node.
20258 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
20259 (Info-directory-toc-nodes, Info-directory-find-file)
20260 (Info-directory-find-node): New functions.
20261 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
20262 (Info-history): Move part of code to
20263 `Info-history-find-node'.
20264 (Info-history-toc-nodes, Info-history-find-file)
20265 (Info-history-find-node): New functions.
20266 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
20267 (Info-toc): Move part of code to `Info-toc-find-node'.
20268 (Info-toc-find-node): New function.
4b8b1ec5 20269 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
20270 the current Info file name to references because now the node
20271 "*TOC*" belongs to the same Info manual.
4b8b1ec5 20272 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
20273 (Info-toc-nodes): Rename input argument `file' to `filename'.
20274 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
20275 instead of ad-hoc processing of ("dir" apropos history toc).
20276 (Info-index-nodes): Use Info-virtual-file-p
20277 to check for a virtual file instead of checking a fixed list
20278 of node names.
20279 (Info-index-node): Add check for `Info-current-node-virtual'.
20280 Raise `save-match-data' higher up the tree to contain
20281 `search-forward' too (bug fix).
20282 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
20283 (Info-virtual-index-nodes): New variable.
20284 (Info-virtual-index-find-node, Info-virtual-index): New functions.
20285 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
20286 (Info-apropos-file, Info-apropos-nodes): New variables.
20287 (Info-apropos-toc-nodes, Info-apropos-find-file)
20288 (Info-apropos-find-node, Info-apropos-matches): New functions.
20289 (info-apropos): Move part of code to `Info-apropos-find-node' and
20290 `Info-apropos-matches'.
20291 (Info-mode-map): Bind "I" to `Info-virtual-index'.
20292 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
20293 for a virtual file instead of checking a fixed list of node names.
20294
20295 * simple.el (async-shell-command): New command.
20296
20297 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
20298
20299 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
20300 instead of `mount-info'.
20301
d04bc496
MA
203022009-07-02 Michael Albinus <michael.albinus@gmx.de>
20303
20304 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 20305 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 20306
af0403e0
KH
203072009-07-02 Kenichi Handa <handa@m17n.org>
20308
20309 * international/mule.el (set-keyboard-coding-system): Force *-unix
20310 coding-system to avoid eol conversion.
20311
99278f8a
MA
203122009-07-01 Michael Albinus <michael.albinus@gmx.de>
20313
4b8b1ec5
SM
20314 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20315 Add handler for `process-file', `shell-command' and
99278f8a
MA
20316 `start-file-process'.
20317 (tramp-gvfs-handle-shell-command)
20318 (tramp-gvfs-handle-start-file-process)
20319 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 20320 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 20321
3f1c6666
JD
203222009-07-01 Jan Djärv <jan.h.d@swipnet.se>
20323
20324 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
20325
3f396bac
KH
203262009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
20327
20328 * language/korean.el (set-language-info-alist): Add korean-cp949,
20329 cp949 to spec.
20330
c1185193
KH
203312009-07-01 Kenichi Handa <handa@m17n.org>
20332
20333 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
20334
20335 * international/encoded-kb.el: Deleted.
20336
20337 * international/mule.el (set-keyboard-coding-system): Perform the
20338 necessary setup here instead of calling encoded-kbd-setup-display.
20339
3f150a60
GM
203402009-07-01 Glenn Morris <rgm@gnu.org>
20341
20342 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
20343
b0d5b05b
GM
203442009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
20345
20346 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
20347
4f4126e6
MA
203482009-06-30 Michael Albinus <michael.albinus@gmx.de>
20349
4b8b1ec5
SM
20350 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
20351 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 20352 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 20353
7ae3ea65 20354 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
20355 (top): Add a default for "synce" in `tramp-default-user-alist'.
20356 Add completion function for "synce" method.
20357 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
20358 (tramp-hal-interface-manager, tramp-hal-interface-device):
20359 New defconst.
20360 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
20361 (tramp-synce-list-devices, tramp-synce-parse-device-names):
20362 New defuns.
d6ceb380
MA
20363
20364 * net/trampver.el: Update release number.
7ae3ea65 20365
0ad6626b
KH
203662009-06-30 Kenichi Handa <handa@m17n.org>
20367
20368 * international/fontset.el (setup-default-fontset): Add CJK fonts
20369 for symbols and the other miscellaneous characters.
20370
4b8b1ec5
SM
20371 * language/korea-util.el (setup-korean-environment-internal):
20372 Make char-width-table suitable for Korean environments.
0ad6626b
KH
20373 (exit-korean-environment): Cancel above.
20374
20375 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
20376 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 20377 setup-function to make char-width-table suitable for respective
0ad6626b
KH
20378 environments, and an exit-function to cancel that.
20379
20380 * language/japan-util.el (setup-japanese-environment-internal):
20381 Call use-cjk-char-width-table with arg `ja_JP'.
20382
20383 * international/characters.el (cjk-char-width-table): Delete it.
20384 (cjk-char-width-table-list): New variable.
20385 (use-cjk-char-width-table): New arg local-name.
20386 (use-default-char-width-table): Fix for the case that Emacs is
20387 already using the default char-width-table.
20388
fd46e893
MA
203892009-06-29 Michael Albinus <michael.albinus@gmx.de>
20390
20391 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
20392 modes mandatory. (Bug#3712)
20393
b87d9f96
AM
203942009-06-29 Alan Mackenzie <acm@muc.de>
20395
20396 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 20397 correction between the visible width of TABs and their number of bytes.
b87d9f96 20398
2d25aa5a
CY
203992009-06-29 Chong Yidong <cyd@stupidchicken.com>
20400
20401 * server.el (server-buffer-done): Prevent kill-buffer from
20402 prompting by clearing the buffer modification flag (Bug#3696).
20403
a3a8b002
DN
204042009-06-28 Michael McNamara <mac@mail.brushroad.com>
20405
bf0b361c 20406 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 20407 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
20408 (verilog-basic-complete-re): Support localparam lineup.
20409 (verilog-beg-of-statement-1): Fix for robustness, unique case.
20410 (verilog-set-auto-endcomments): Fix for unique case, always_comb
20411 commenting.
20412 (verilog-leap-to-case-head): Now support *nested* unique &
20413 priority case statements.
20414 (verilog-auto-lineup): Make just declarations the default (as it
20415 had been).
4b8b1ec5 20416 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 20417 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 20418 select the various styles of automatic lineup.
a3a8b002
DN
20419 (verilog-error-regexp-alist): Rework to support the XEmacs style
20420 of error regular expressions from compilers, lint tools &
20421 simulators. Note that GNU Emacs has made it impossible for a mode
20422 to load such things.
20423 (electric-verilog-terminate-line, verilog-indent-declaration)
20424 (verilog-auto-wiure): Rework for radio button selection of
20425 auto-lineup selection of specification of auto lineup.
20426 (verilog-beg-of-statement-1): Redesign to support proper operation
20427 in additional code, based on testing with auto-lineup.
20428 (verilog-calculate-indent, assignments & declarations)
20429 (verilog-backward-token): Enhance to support auto-lineup of
20430 assignments & declarations.
20431 (verilog-in-directive-p, verilog-at-struct-p): New function for
20432 easy test of whether we are.
20433 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
20434 to support safe execution at almost anyline.
20435 (verilog-calc-1): Properly support indenting deep inside generate
20436 blocks.
48c2d18a 20437 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 20438 as it is redundant with font-lock-defaults.
a8f316ca 20439 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
20440 to avoid circular calls if syntax-ppss is a function (as is the
20441 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 20442 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
20443 (verilog-ovm-begin-re, verilog-ovm-end-re)
20444 (verilog-ovm-statement-re, verilog-leap-to-head)
20445 (verilog-backward-token): Add support for OVM macros. Some are
20446 complete statements, and others open and close scopes like begin
20447 and end.
20448 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
20449 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 20450 compilation issue.
48c2d18a 20451 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 20452 coverpoint, constraint and cross statements.
a3a8b002
DN
20453 (verilog-defun-level-list, verilog-generate-defun-level-list)
20454 (verilog-all-defun-level-list): Redo these specifications - it is
20455 too hard to support eval-when compile aggregation of lists also
20456 built at when-compile time.
20457 (verilog-defun-level-list): Place defconsts of variables used in
20458 building regular expressions which are built in eval-when-compile
20459 bodies in the same eval-when-compile body to facilitate compile
20460 without load.
20461 (verilog-beg-block-re-ordered): Support indenting
20462 virtual/protected tasks and functions.
7b6fefac 20463 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
20464 (verilog-backward-ws&directives, verilog-calc-1): Speed up
20465 indentation of some module items (generate items).
20466 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
20467 across virtual/protected tasks and functions.
20468
204692009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
20470
bf0b361c 20471 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 20472 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
20473 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
20474 in concatenations. Reported by Yishay Belkind.
20475 (verilog-auto-ascii-enum): Support one-hot state machines in
20476 AUTOASCIIENUM. Suggested by Lloyd Gomez.
20477 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
20478 modport in AUTOINST and add vl-modport for users.
20479 Reported by David Rogoff.
a3a8b002
DN
20480 (verilog-auto-inout-module, verilog-auto-inst)
20481 (verilog-decls-get-interfaces, verilog-insert-definition)
20482 (verilog-insert-one-definition, verilog-read-decls)
20483 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
20484 (verilog-sig-modport, verilog-signals-combine-bus)
20485 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
20486 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
20487 Suggested by David Rogoff.
20488 (verilog-repair-open-comma): Fix non-insertion of comma when
20489 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
20490 (verilog-make-width-expression): Simplify [A-1:0] expression
20491 widths to just {A{1'b0}}.
20492 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
20493 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
20494 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
20495 inputs/outputs or data type. Suggested by Vasu Kandadi.
20496 (next-error-last-buffer): Fix byte-compiler warning.
20497 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
20498 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 20499 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 20500 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
20501 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
20502 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 20503 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
20504 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
20505 causing use of <= assignments. Reported by Alex Reed.
20506 (verilog-read-decls): Fix triand, trior, wand, wor to be
20507 recognized by AUTOWIRE. Reported by Spencer Isaacson.
20508 (verilog-extended-complete-re): Support import "DPI-C" functions.
20509 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 20510 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
20511 (verilog-insert-date, verilog-insert-year)
20512 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
20513 Windows systems. Reported by Michael Potts.
20514 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 20515 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 20516 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 20517 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
20518 (verilog-read-decls): Fix detecting "parameter int" when using
20519 AUTOINSTPARAM. Reported by Bruce T.
20520 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 20521 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 20522 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
20523 verilog-goto-defun will work. Reported by Lawrence Butcher.
20524 (verilog-getopt): Expand environment variables in -f file
20525 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 20526 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
20527 when reading enumerations.
20528 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
20529 Suggested by Stephen Peltan.
4b8b1ec5 20530 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
20531 files. Reported by Steve Peltan.
20532
f7c0d931
CY
205332009-06-28 David De La Harpe Golden <david@harpegolden.net>
20534
20535 * files.el (trash-directory): Fix defcustom type.
20536
baf1a55e 205372009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
20538
20539 * help-fns.el (describe-function-1): Correctly locate adviced
20540 functions in hyperlink (Bug#2438).
20541
d63a01ef
CY
205422009-06-28 Chong Yidong <cyd@stupidchicken.com>
20543
20544 * files.el (trash-directory): Change default to nil.
20545 (move-file-to-trash): If trash-directory is nil and
20546 system-move-file-to-trash is unbound, perform freedesktop-style
20547 trashing.
20548
205492009-06-28 David De La Harpe Golden <david@harpegolden.net>
20550
20551 * files.el (move-file-to-trash): Add freedesktop trash
20552 support (Bug#973).
20553
fc2f6a26
GM
205542009-06-28 Glenn Morris <rgm@gnu.org>
20555
20556 * autorevert.el (global-auto-revert-non-file-buffers)
20557 (global-auto-revert-mode): Doc fixes.
20558
00242b07
JB
205592009-06-27 Johan Bockgård <bojohan@gnu.org>
20560
20561 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
20562
f5594f03
CY
205632009-06-27 Chong Yidong <cyd@stupidchicken.com>
20564
e8a2b2da
CY
20565 * faces.el (x-handle-named-frame-geometry): Ensure that we have
20566 opened an X connection before calling x-get-resource (Bug#3194).
20567
f5594f03
CY
20568 * play/doctor.el: Remove reference to obsolete website.
20569 (make-doctor-variables): Correct grammar mistake (Bug#2633).
20570
3c3bf6ce
DN
205712009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
20572
20573 Remove find-file-not-found-hook VC method. (Bug#2757)
20574 * vc-hooks.el (vc-file-not-found-hook)
20575 (vc-default-find-file-not-found-hook): Remove functions.
20576 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
20577 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
20578 * vc.el:
20579 * vc-hg.el:
20580 * vc-git.el: Do not mention find-file-not-found-hook VC method.
20581
e26a7bc0
AM
205822009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
20583
20584 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 20585 compatibility function for `looking-back'.
e26a7bc0 20586
4b8b1ec5 20587 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 20588 Use `ispell-looking-back'.
e26a7bc0 20589
d9848600
MA
205902009-06-24 Michael Albinus <michael.albinus@gmx.de>
20591
20592 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 20593 rather than `filename'.
d9848600 20594
05fbc4a9
MB
205952009-06-23 Miles Bader <miles@gnu.org>
20596
20597 * face-remap.el (text-scale-set): New function.
20598
f86ca715
GM
205992009-06-23 Glenn Morris <rgm@gnu.org>
20600
33e2c2e5
GM
20601 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
20602
f529f302
GM
20603 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
20604
34995333
GM
20605 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
20606
cc80ccee
GM
20607 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
20608
84cb770d
GM
20609 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
20610 Simplify Persian conditionals.
20611
d916c965
GM
20612 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
20613 variable `filename'.
20614
b6a44b27
GM
20615 * comint.el (comint-insert-input): Doc fix.
20616
f86ca715
GM
20617 * Makefile.in (ELCFILES): Fix typo in previous change.
20618
666e158e
MB
206192009-06-23 Miles Bader <miles@gnu.org>
20620
20621 * cus-start.el: Add entry for `recenter-redisplay'.
20622
be3e598a 206232009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
20624
20625 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
20626 Add an optional argument for the backend, use it instead of
20627 calling vc-backend.
4b8b1ec5
SM
20628 (vc-mode-line): Add an optional argument for the backend.
20629 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
20630 special handling for vc-state being a buffer to ...
20631
20632 * vc-rcs.el (vc-rcs-find-file-hook):
20633 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
20634
20635 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
20636 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
20637 vc-stay-local-p and vc-mode-line calls.
20638
20639 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
20640 (vc-cvs-diff, vc-cvs-annotate-command)
20641 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
20642 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
20643 vc-mode-line calls.
20644
20645 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
20646 direct comparison.
20647 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
20648 backend when calling vc-mode-line.
20649 (vc-register): Do not create a closure for calling the vc register
20650 function, call it directly.
20651
2764748c
DN
206522009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
20653
20654 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
20655 to make it obvious item can be clicked.
f5a0b281
DN
20656
20657 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
20658
d4a885b2
KH
206592009-06-23 Kenichi Handa <handa@m17n.org>
20660
20661 * language/korea-util.el (korean-key-bindings): Change the binding
20662 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
20663 same command.
20664
e3610693
MA
206652009-06-22 Michael Albinus <michael.albinus@gmx.de>
20666
20667 Sync with Tramp 2.1.16.
20668
20669 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
20670
20671 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
20672 when a loading of a package fails. Completion function for rsync
20673 is `tramp-completion-function-alist-ssh'.
20674 (all): Replace all calls of `split-string' and
20675 `tramp-split-string' by `tramp-compat-split-string'.
20676 (tramp-default-method): Use `tramp-compat-process-running-p'.
20677 (tramp-default-proxies-alist): Allow also Lisp forms.
20678 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 20679 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
20680 (tramp-domain-regexp): Allow also "-", "_" and ".".
20681 (tramp-end-of-output): Remove newlines, and add "$" at the end.
20682 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
20683 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
20684 (tramp-handle-directory-files-and-attributes-with-stat):
20685 Care about filenames with spaces, or starting with "-".
e3610693
MA
20686 (tramp-handle-dired-uncache): New defun.
20687 (tramp-handle-insert-directory): Don't flush the directory from
20688 cache, this is handled by `dired-uncache' now.
20689 (tramp-handle-insert-file-contents): Improve error handling.
20690 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20691 Quote `tramp-end-of-output'.
20692 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
20693 (tramp-check-for-regexp): Both echoes must be present, before removing.
20694 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
20695 (tramp-compute-multi-hops): Eval cons cells of
20696 `tramp-default-proxies-alist'.
20697 (tramp-maybe-open-connection): Use the same command pattern for
20698 first hop and further hops.
20699 (tramp-wait-for-output): Remove handling of newlines.
20700 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
20701 (tramp-split-string): Remove function. It is handled in
20702 tramp-compat now.
20703
4b8b1ec5
SM
20704 * net/tramp-cmds.el (tramp-bug):
20705 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
20706
20707 * net/tramp-compat.el (tramp-compat-split-string)
20708 (tramp-compat-process-running-p): New defuns.
20709
20710 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
20711 for `dired-uncache'.
20712
20713 * net/tramp-gvfs.el: New package.
20714
4b8b1ec5
SM
20715 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20716 Add handler for `dired-uncache'.
e3610693
MA
20717 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
20718
20719 * net/trampver.el: Update release number. Make version check fit
20720 for SXEmacs 22.
20721
13a3f374
JM
207222009-06-22 Jim Meyering <meyering@redhat.com>
20723
e0a28a3b 20724 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
20725 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
20726 XZ is the successor to LZMA: <http://tukaani.org/xz/>
20727
5242671e 207282009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 20729 Nick Roberts <nickrob@snap.net.nz>
13a3f374 20730
e0a28a3b 20731 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
20732 repository (http://sphinx.net.ru/hg/gdb-mi/).
20733
3fde45af
GM
207342009-06-22 Glenn Morris <rgm@gnu.org>
20735
46253b34
GM
20736 * files.el (dir-locals-collect-mode-variables): Allow for any number of
20737 `mode' and `eval' entries. (Bug#3430)
20738
97e18192
GM
20739 * Makefile.in (ELCFILES): Add fadr.elc.
20740
731a00fb
GM
20741 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
20742 differing behavior of \n and ^ in strings. (Bug#3385)
20743
c66cd0ff
GM
20744 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
20745
3fde45af
GM
20746 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
20747 property.
20748 (lisp-indent-function): Make it a defcustom.
20749
db2241a0
NR
207502009-06-21 Nick Roberts <nickrob@snap.net.nz>
20751
20752 * progmodes/gdb-ui.el: Replace with ...
5242671e 20753 * progmodes/gdb-mi.el: ... this file.
db2241a0 20754 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
20755
207562009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
20757
db2241a0
NR
20758 * fadr.el: New file.
20759
38d4f316 20760See ChangeLog.14 for earlier changes.
e3d51b27
MR
20761
20762;; Local Variables:
20763;; coding: utf-8
e3d51b27
MR
20764;; End:
20765
8de31eec 20766 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
e3d51b27
MR
20767
20768 This file is part of GNU Emacs.
20769
20770 GNU Emacs is free software: you can redistribute it and/or modify
20771 it under the terms of the GNU General Public License as published by
20772 the Free Software Foundation, either version 3 of the License, or
20773 (at your option) any later version.
20774
20775 GNU Emacs is distributed in the hope that it will be useful,
20776 but WITHOUT ANY WARRANTY; without even the implied warranty of
20777 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20778 GNU General Public License for more details.
20779
20780 You should have received a copy of the GNU General Public License
20781 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.