]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from mainline.
[gnu-emacs] / lisp / ChangeLog
1 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
4 Require CL.
5 (easy-menu-create-menu, easy-menu-convert-item-1):
6 Use :label rather than nil for labels. Use `case'.
7 Add :enable as alias for :active.
8 (easy-menu-binding): Obey :label.
9
10 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 Use run-mode-hooks for major mode hooks (bug#513).
13 * textmodes/reftex-toc.el (reftex-toc-mode-map):
14 Rename from reftex-toc-map.
15 (reftex-toc-mode): Use define-derived-mode.
16 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
17 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
18 Rename from reftex-select-(label|bib)-map. Move init into declaration.
19 (reftex-select-label-mode, reftex-select-bib-mode):
20 Use define-derived-mode.
21 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
22 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
23 Move init into delcaration.
24 (reftex-index-mode, reftex-index-phrases-mode):
25 Use define-derived-mode.
26 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
27 speedbar-syntax-table. Move init into declaration.
28 (speedbar-mode-map): Rename from speedbar-key-map.
29 Move init into declaration.
30 (speedbar-file-key-map): Move init into declaration.
31 (speedbar-mode): Use define-derived-mode.
32 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
33 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
34 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
35 (chart-face-list): Move initialization into declaration.
36 (chart-mode): Use define-derived-mode.
37 * calculator.el (calculator-mode-map): Move init into declaration.
38 (calculator-mode): Use define-derived-mode.
39
40 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
41 work for nested comments.
42
43 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
44 (prolog-use-prolog-tokenizer-flag): Change default when
45 syntax-propertize can be used.
46 (prolog-syntax-propertize-function): New var.
47 (prolog-mode-variables): Move make-local-variable into `set'.
48 Don't make comment-column local since we don't set it.
49 Set comment-add (as it was in previous prolog.el). Use dolist.
50 Set syntax-propertize-function.
51 (prolog-mode, prolog-inferior-mode):
52 Call prolog(-inferior)-menu directly, not through the mode-hook.
53 (prolog-buffer-module, prolog-indent-level)
54 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
55 (prolog-comment-limits, prolog-goto-comment-column):
56 Use line-(end|beginning)-position.
57 (prolog-build-prolog-command): Tighten up regexp.
58 (prolog-consult-compile): Move make-local-variable into `set'.
59 (prolog-consult-compile-filter, prolog-goto-next-paren)
60 (prolog-help-on-predicate, prolog-clause-info)
61 (prolog-mark-predicate): Don't let+setq.
62 (prolog-indent-line): Use indent-line-to.
63 Only call prolog-goto-comment-column if necessary.
64 (prolog-indent-level): Use bobp.
65 (prolog-first-pos-on-line): Remove, not used any more.
66 (prolog-in-string-or-comment): Use syntax-ppss if available.
67 (prolog-help-on-predicate): Use read-string.
68 (prolog-goto-predicate-info): Simplify.
69 (prolog-read-predicate): Use `default' rather than `initial'.
70 (prolog-temporary-file): Use make-temp-file to close a security hole.
71 (prolog-toggle-sicstus-sd): New command.
72 (prolog-electric-underscore, prolog-variables-to-anonymous):
73 Use dynamic-scoping as it was meant.
74 (prolog-menu): Move menu definitions to top-level.
75 Use a toggle-button for Sicstus's source debugger.
76 Change "Code" to the more usual "Prolog", and hence change "Prolog"
77 to "System".
78 (prolog-inferior-menu): Reuse prolog-menu's help menu.
79 Move other menu definition to top-level.
80
81 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
82
83 * doc-view.el (doc-view-open-text): Use meaningful text buffer
84 name. Keep original document's directory as default-directory
85 (bug#6446).
86 (doc-view-initiate-display): Fall back to normal mode when
87 doc-view-mode cannot be enabled, also when extracting the document
88 text into a separate buffer (bug#6446).
89
90 * simple.el (shell-command): Don't error out if shell command
91 buffer contains text with non-nil read-only property when erasing
92 the buffer.
93
94 2011-01-13 Kim F. Storm <storm@cua.dk>
95
96 * ido.el (ido-may-cache-directory): Move "too-big" check later.
97 (ido-next-match, ido-prev-match): Fix stray reordering of matching
98 items when cycling through the matches.
99
100 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
101
102 * dired-x.el (dired-omit-verbose): New defcustom that allows
103 disabling the omit messages.
104 (dired-omit-expunge): Use it.
105
106 2011-01-13 Christian Ohler <ohler@gnu.org>
107
108 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
109
110 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
111
112 * font-lock.el (font-lock-verbose): Default to nil.
113
114 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
115
116 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
117 (compose-mail): New arg RETURN-ACTION.
118 (compose-mail-other-window, compose-mail-other-frame): Likewise.
119
120 * mail/sendmail.el (mail-return-action): New var.
121 (mail-mode): Make it buffer-local.
122 (mail-bury): Obey it. Move special Rmail window handling to
123 rmail-mail-return.
124 (mail, mail-setup): New arg RETURN-ACTION.
125 (sendmail-user-agent-compose): Move from simple.el.
126
127 * mail/rmail.el (rmail-mail-return): New function.
128 (rmail-start-mail): Pass it to compose-mail.
129
130 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
131
132 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
133 menus. Add menu item for customize-themes.
134
135 * cus-theme.el (customize-themes):
136 * emacs-lisp/package.el (package--list-packages): Use
137 switch-to-buffer.
138
139 2011-01-11 Johan Bockgård <bojohan@gnu.org>
140
141 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
142
143 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * progmodes/prolog.el: Fix up coding convention and such.
146 (prolog-indent-width): Use the same default as in
147 previous prolog.el rather than tab-width which depends on which buffer
148 is current when the file is loaded.
149 (prolog-electric-newline-flag): Only enable if electric-indent-mode
150 is not available.
151 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
152 (prolog-known-systems): Remove.
153 (prolog-mode-syntax-table, prolog-inferior-mode-map):
154 Move initialization into declaration.
155 (prolog-mode-map): Move initialization into declaration.
156 Remove system-specific mode-map vars, since they referred to the same
157 keymap anyway.
158 (prolog-mode-variables): Obey the user's preference w.r.t
159 adaptive-fill-mode. Prefer symbol-value to `eval'.
160 (prolog-mode-keybindings-edit): Add compatibility bindings.
161 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
162 (mercury-mode-map): New var.
163 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
164 (prolog-ensure-process, prolog-process-insert-string)
165 (prolog-consult-compile): Use with-current-buffer.
166 (prolog-guess-fill-prefix): Simplify data flow.
167 (prolog-replace-in-string): New function to use instead of
168 replace-in-string.
169 (prolog-enable-sicstus-sd): Don't abuse `eval'.
170 (prolog-uncomment-region): Use `uncomment-region' when available.
171 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
172 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
173 of int-to-char and char-to-int.
174 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
175
176 2011-01-11 Stefan Bruda <stefan@bruda.ca>
177
178 * progmodes/prolog.el: Replace by a whole new file.
179
180 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 * subr.el (eval-after-load): Fix timing for features (bug#7769).
183 (declare-function, undefined, insert-for-yank)
184 (replace-regexp-in-string): Follow checkdoc's recommendations.
185
186 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
189 refreshing the diary buffer.
190
191 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
192
193 * allout.el: Add 2011 to the file copyright.
194 (allout-encrypt-string): Prevent encryption from adding an extra
195 newline at the end of the topic body.
196 (allout-version): Increment to 2.3.
197
198 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
199
200 * net/dbus.el (dbus-unregister-service): Complete doc.
201 Fix call of dbus-error signal.
202 (dbus-register-property): Use `dont-register' keyword.
203
204 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
205
206 * net/dbus.el (dbus-unregister-service): Translate returned
207 integer into a symbol.
208 (dbus-register-property): Use `dbus-register-service' to do the
209 name registration.
210
211 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
212
213 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
214 Suggested by Joakim Verona.
215
216 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
217
218 * wid-edit.el (visibility): Replace :on-image and :off-image
219 widget properties with :on-glyph and :off-glyph, for consistency
220 with the `visibility' widget.
221 (widget-toggle-value-create, widget-visibility-value-create):
222 Merge into a single function `widget-toggle-value-create'.
223
224 * cus-edit.el (custom-variable-value-create, custom-visibility)
225 (custom-face-edit-value-create, custom-face-value-create):
226 Replace :on-image and :off-image widget properties with :on-glyph and
227 :off-glyph, for consistency with the `visibility' widget.
228
229 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
230
231 * net/ldap.el (ldap-search-internal): Don't use eval.
232
233 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
234
235 * subr.el (read-char-choice): Use read-key.
236
237 * custom.el (custom-safe-themes): Rename from
238 custom-safe-theme-files. Add :risky tag.
239 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
240 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
241
242 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
243
244 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
245 from Search and add a label to Undo.
246
247 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
248 inappropriate buttons and adding :vert-only tags.
249
250 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
251 removal of Help tool-bar button. Remove Undo button for space.
252
253 * info.el (info-tool-bar-map): Add :vert-only tags.
254
255 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
256
257 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
258 image backend support. Either of them is fine.
259
260 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
261
262 * subr.el (y-or-n-p): Doc fix.
263
264 * custom.el (custom-safe-theme-files): New defcustom.
265 (custom-theme-load-confirm): New function.
266 (load-theme): Load theme using `load', confirming with
267 custom-theme-load-confirm if necessary.
268
269 * subr.el (read-char-choice): New function, factored out from
270 dired-query and hack-local-variables-confirm.
271
272 * dired-aux.el (dired-query):
273 * files.el (hack-local-variables-confirm): Use it.
274
275 * dired-aux.el (dired-compress-file):
276 * files.el (abort-if-file-too-large, find-alternate-file)
277 (set-visited-file-name, write-file, backup-buffer)
278 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
279 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
280 Use new format string args for y-or-n-p and yes-or-no-p.
281
282 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
283
284 * progmodes/compile.el (compilation-error-regexp-alist-alist)
285 [gcc-include]: Tighten file name match, add match for column
286 number. (Bug#7806)
287 [gnu]: Remove unused group.
288
289 2011-01-08 Glenn Morris <rgm@gnu.org>
290
291 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
292
293 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
294
295 2011-01-07 Sam Steingold <sds@gnu.org>
296
297 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
298 the `explicit-shell-file-name' because that is the
299 non-interactive shell.
300
301 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
302
303 * subr.el (y-or-n-p): Accept format string args.
304
305 2011-01-07 Glenn Morris <rgm@gnu.org>
306
307 * Makefile.in (EMACSOPT): Add --no-site-lisp.
308
309 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
310
311 * allout.el (allout-back-to-current-heading): Ensure return to
312 the visible containing topic, rather than a collapsed one.
313 (allout-view-change-hook): Remove hook that was deprecated long ago.
314 (allout-exposure-change-hook): Remove documentation remarks
315 concerning removed allout-view-change-hook.
316 (allout-flag-region): Remove invocation of and documentation
317 remarks concerning allout-view-change-hook.
318
319 2011-01-06 Glenn Morris <rgm@gnu.org>
320
321 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
322 (vc-bzr-annotate-extract-revision-at-line):
323 Handle authors with embedded spaces. (Bug#7792)
324
325 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
326
327 * doc-view.el (doc-view-image-width): New variable.
328 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
329 backend for PNG images, and do dynamic rescaling instead of
330 reconverting the whole doc.
331
332 2011-01-05 Glenn Morris <rgm@gnu.org>
333
334 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
335
336 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
337
338 * allout.el: Reconcile with changes in line movement behavior for
339 long text lines that cross more than a single physical window
340 line, ie when truncate-lines is nil.
341 (allout-next-visible-heading): Provide for change in line-move
342 behavior on long lines when truncate-lines is nil. In that case,
343 line-move can wind up on the same textual line when it moves to
344 the next window line, and moving to the bullet position after the
345 move yields zero advancement. Add logic to detect and compensate
346 for the lack of progress.
347 (allout-current-topic-collapsed-p): move-end-of-line respect for
348 field boundaries is different when operating with body lines
349 shorter than window width versus ones greater than window width,
350 which can yield false negatives in this function. Avoid
351 difference by applying move-end-of-line while field-text-motion is
352 inhibited.
353
354 2011-01-04 Glenn Morris <rgm@gnu.org>
355
356 * textmodes/rst.el (rst-compile-toolsets):
357 Add pdf and s5 to option alist.
358
359 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
360
361 * net/dbus.el (dbus-register-property): Add optional parameter
362 dont-register-service. Updated docstring accordingly.
363
364 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
365
366 * textmodes/rst.el (rst-compile-pdf-preview)
367 (rst-compile-slides-preview): Remove extra line.
368
369 2011-01-04 Glenn Morris <rgm@gnu.org>
370
371 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
372 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
373 default to `prog' without a .py extension.
374 (rst-compile-pdf-preview, rst-compile-slides-preview):
375 Use program names from rst-compile-toolsets, rather than hard-coding.
376 (rst-portable-mark-active-p): Fix presumed typo.
377
378 2011-01-02 Eli Zaretskii <eliz@gnu.org>
379
380 * term/w32-win.el (dynamic-library-alist): Set up correctly for
381 libpng versions both before and after 1.4.0. (Bug#7716)
382
383 2011-01-02 Eli Zaretskii <eliz@gnu.org>
384
385 * time.el (display-time-mode): Mention display-time-interval in
386 the doc string. (Bug#7713)
387
388 2011-01-02 Kenichi Handa <handa@m17n.org>
389
390 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
391 condition-case and return an error message string if something
392 goes wrong.
393 (rmail-show-mime): Adjust for the above change. Insert the
394 header by rmail-mime-insert-header.
395
396 2011-01-02 Kenichi Handa <handa@m17n.org>
397
398 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
399 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
400 (rmail-mime-mbox-buffer)
401 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
402 (rmail-mime-entity): Argument changed. All codes handling an
403 entity object are changed.
404 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
405 the above change.
406 (rmail-mime-entity-children, rmail-mime-entity-handler)
407 (rmail-mime-entity-tagline): New functions.
408 (rmail-mime-message-p): New function.
409 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
410 (rmail-mime-entity-segment, rmail-mime-next-item)
411 (rmail-mime-previous-item, rmail-mime-shown-mode)
412 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
413 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
414 (rmail-mime-insert-tagline, rmail-mime-insert-header):
415 New functions.
416 (rmail-mime-text-handler): Call rmail-mime-insert-text.
417 (rmail-mime-insert-decoded-text): New function.
418 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
419 (rmail-mime-insert-image): Argument changed. Caller changed.
420 (rmail-mime-image): Call rmail-mime-toggle-hidden.
421 (rmail-mime-set-bulk-data): New funciton.
422 (rmail-mime-insert-bulk): Argument changed.
423 (rmail-mime-multipart-handler): Return t.
424 (rmail-mime-process-multipart): Argument changed.
425 Handle "multipart/alternative" here.
426 (rmail-mime-process): Argument changed.
427 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
428 (rmail-mime-insert): Argument changed. Handle raw display mode.
429 (rmail-mime): Argument changed. Handle toggling of raw display
430 mode.
431 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
432 rmail-mime-view-buffer.
433 (rmail-insert-mime-forwarded-message): Likewise.
434 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
435
436 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
437 non-nil, handle the header in rmail-show-mime-function.
438
439 2011-01-02 Leo <sdl.web@gmail.com>
440
441 * help-fns.el (describe-variable): Fix previous change.
442
443 2011-01-02 Juri Linkov <juri@jurta.org>
444
445 * isearch.el (isearch-lazy-highlight-error): New variable.
446 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
447 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
448 to the current value of `isearch-error' (Bug#7468).
449
450 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
451
452 * help-fns.el (describe-variable): Don't emit trailing whitespace
453 (Bug#7511).
454
455 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
456
457 * textmodes/rst.el (rst-compile-pdf-preview)
458 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
459
460 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
461
462 * emulation/edt-mapper.el: Override mapping of function keys so
463 that the later call to read-key-sequence works.
464
465 2011-01-02 Eli Zaretskii <eliz@gnu.org>
466
467 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
468 Unix EOLs. (Bug#7589)
469
470 2011-01-02 Leo <sdl.web@gmail.com>
471
472 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
473 if point is not behind eshell-last-output-end (Bug#7585).
474
475 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * files.el (file-local-variables-alist):
478 Make permanent-local (bug#7767).
479
480 2011-01-02 Glenn Morris <rgm@gnu.org>
481
482 * version.el (emacs-copyright): Set short copyright year to 2011.
483
484 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
485
486 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
487 an existing temp buffer. (Bug#7746)
488
489 2011-01-02 Glenn Morris <rgm@gnu.org>
490
491 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
492 multiple addresses. (Bug#7760)
493
494 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
495
496 * allout.el (allout-auto-fill): Do not infinitely recurse - use
497 do-auto-fill if everything points back to allout-auto-fill.
498 (allout-mode-deactivate-hook): Declare obsolete, in favor of
499 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
500
501 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
502
503 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
504 and "scpx".
505
506 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
507
508 * doc-view.el (doc-view-set-doc-type): New function refactored
509 from doc-view-mode.
510 (doc-view-fallback-mode): New function.
511 (doc-view-mode): Use it.
512 (doc-view-mode-maybe): New function that checks if doc-view-mode
513 can be used and falls back to the next best mode otherwise.
514
515 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
516 DVI, OpenDocument, and MS Office files.
517
518 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
519
520 * emacs-lisp/rx.el (rx-syntax): Fix typo.
521
522 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
523
524 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
525 on a copy of auto-mode-alist, because that deletes with side
526 effects.
527
528 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
529
530 * doc-view.el (doc-view-mode, doc-view-toggle-display):
531 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
532 fallback instead of hard coding fundamental mode.
533
534 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
535
536 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
537 Office) files also for searching.
538
539 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
540
541 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
542 Office) files. Not yet enabled via auto-mode-list.
543 (doc-view-unoconv-program): New custom variable.
544 (doc-view-mode-p): Handle new odf document type.
545 (doc-view-odf->pdf): New conversion function.
546 (doc-view-convert-current-doc): Call it for odf files.
547 (doc-view-mode): Recognize newly supported file extensions.
548
549 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
550
551 * net/tramp.el (tramp-default-method-alist)
552 (tramp-default-user-alist)
553 (tramp-local-host-regexp, tramp-prefix-domain-format)
554 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
555
556 * net/tramp-ftp.el:
557 * net/tramp-gvfs.el:
558 * net/tramp-gw.el:
559 * net/tramp-imap.el:
560 * net/tramp-sh.el:
561 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
562 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
563
564 2010-12-29 Karl Fogel <kfogel@red-bean.com>
565
566 * saveplace.el (save-place-alist-to-file): Save list sorted and
567 pretty-printed, so that it is mergeable by line-based text merging,
568 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
569
570 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
571
572 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
573 (allout-mode): Argument "toggle" => "force".
574 Refine the docstring.
575 Remove special provisions for reactivation, besides the 'force'
576 argument.
577 Consolidate layout provisions coce directly into the activation
578 condition branch, now that we've removed those provisions.
579 (allout-unload-function): Explicitly activate the mode before
580 deactivating, if it's initially deactivated.
581 (allout-set-buffer-multibyte): Properly prevent byte-compiler
582 warnings for version of function used only where
583 set-buffer-multibyte is unavailable.
584
585 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
586
587 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
588 are handled by the menu-bar entries. As before, don't use
589 :visibile to avoid changing the tool-bar.
590
591 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
592
593 * net/secrets.el (secrets-delete-alias): New defun.
594
595 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
596
597 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
598 methods, otherwise ~/.ssh/config would be ignored.
599
600 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
601
602 * emacs-lisp/rx.el: Make it a superset of sregex.
603 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
604 of args, add `regex' alias.
605 (rx-info): Add arg to distinguish head and standalone forms.
606 (rx-check, rx-form): Pass the corresponding arg.
607 (rx-**): Simplify.
608 (rx-repeat): Make it work for any number of args.
609 (rx-syntax): Make it accept syntax chars as is.
610 * obsolete/sregex.el: Move from emacs-lisp/.
611 * emacs-lisp/re-builder.el: Remove sregex support.
612 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
613
614 2010-12-25 Eli Zaretskii <eliz@gnu.org>
615
616 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
617 PRIMARY first, then the clipboard. (Bug#7699)
618
619 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
622 print-number-table.
623
624 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
625
626 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
627 .emacs.elc (Bug#7530).
628
629 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
630 image spec (Bug#7480).
631
632 2010-12-21 Daiki Ueno <ueno@unixuser.org>
633
634 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
635 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
636 Move from lisp/.
637
638 2010-12-20 Leo <sdl.web@gmail.com>
639
640 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
641 always be performed (Bug#7680).
642
643 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
644
645 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
646 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
647 mouse-region-match.
648
649 * color.el: Move from gnus/.
650
651 * vc/diff.el (diff-better-file-name): Function deleted.
652 abbreviating file names causes problems with shell-quote-argument.
653 (diff-no-select): Just use expand-file-name.
654
655 * tool-bar.el (tool-bar--image-expression): New function.
656 (tool-bar-local-item, tool-bar--image-exp): Use it.
657 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
658 Use :enable instead of :visible to avoid changing the tool-bar
659 configuration unnecessarily.
660
661 * info.el (info-tool-bar-map): Add separators.
662
663 2010-12-17 Ken Brown <kbrown@cornell.edu>
664
665 * loadup.el: Use version numbers in Cygwin build.
666
667 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
668
669 * ido.el (ido-file-internal): Ask for confirmation before
670 overwriting an existing file (Bug#1238).
671
672 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
673
674 * tool-bar.el (tool-bar-setup): Add separators.
675
676 * menu-bar.el (featurep): Use menu-bar-separator.
677
678 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
679
680 Migrate allout encryption provisions from pgg to epg.
681
682 * allout.el (allout-toggle-current-subtree-encryption)
683 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
684 defaulting policy and other changes. Change fetch-pass to keymode-cue,
685 for simpler universal argument interpretation.
686 (allout-toggle-subtree-encryption): Adjust docstring to describe
687 changed encryption provisions. Change fetch-pass to keymode-cue, for
688 simpler universal argument interpretation. Remove provisions for
689 handling key type and identity - they'll all be within
690 allout-encrypt-string or epg/epg or even contained all the way in gpg.
691 (allout-encrypt-string): Include keymode-cue, for optionally prompting
692 for keypair recipients (universal argument > 1) and, in addition,
693 associating the specified recipients with the outline (universal
694 argument > 4) using a file local variable setting for
695 'epa-file-encrypt-to'.
696 Require epa, for recipients handling.
697 Change how regexp filtering elements are named.
698 Describe the problem with caching of incorrect symmetric-decryption
699 keys.
700 Use the epa-passphrase-callback-function, in case the user is using
701 GnuPG v1.
702 Support saving of the selected keypair recipients when invoked with a
703 keymode-cue > 4.
704 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
705 Require 'epa.
706 Establish epg-context with armoring and default epg-protocol.
707 Remove all passphrase cache, verification, and hinting code.
708 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
709 No longer used, delete.
710 (allout-mode): Adjust docstring to describe changed encryption
711 provisions. Describe the problem with caching of incorrect
712 symmetric-decryption keys.
713 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
714 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
715 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
716 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
717 Obsolete, remove.
718
719 2010-12-16 Daiki Ueno <ueno@unixuser.org>
720
721 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
722 key selection prompt; make 'silent as default (Bug#7487).
723
724 2010-12-16 Leo <sdl.web@gmail.com>
725
726 * eshell/eshell.el (eshell-directory-name):
727 Use locate-user-emacs-file (Bug#7578).
728
729 2010-12-15 Glenn Morris <rgm@gnu.org>
730
731 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
732
733 2010-12-15 Jari Aalto <jari.aalto@cante.net>
734 Scott Evans <gse@antisleep.com>
735
736 * rect.el (rectange--default-line-number-format)
737 (rectangle-number-line-callback): New functions.
738 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
739
740 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
741
742 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
743 Delete unused variables.
744 (move-to-column-force): Remove function obsolete since 21.2.
745
746 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
747
748 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
749 (tramp-handle-insert-file-contents): Do not set permanent-local
750 property.
751
752 * net/tramp-cache.el (tramp-persistency-file-name):
753 Use `locate-user-emacs-file' if fboundp.
754
755 * net/tramp-sh.el (tramp-methods): Add "ksu".
756 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
757 method list.
758
759 2010-12-14 Glenn Morris <rgm@gnu.org>
760
761 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
762 (find-tag-marker-ring): Declare.
763 (js-find-symbol): Require etags.
764
765 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
766 Require mail-utils.
767 (mail-alias-file): Don't autoload. Doc fix.
768 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
769 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
770 Mark as obsolete, and risky.
771 (mail-setup): Simplify.
772
773 * mail/mailalias.el (build-mail-aliases): Make it interactive.
774 * mail/sendmail.el (build-mail-aliases): Update autoload.
775
776 * dired.el (dired-trivial-filenames, dired-chown-program)
777 (dired-auto-revert-buffer): Remove autoload cookies.
778 * mail/sendmail.el (mail-recover-1): Require 'dired.
779
780 * dired.el (dired-subdir-switches, dired-chown-program)
781 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
782 Make into defcustoms.
783 (dired-chown-program): Simplify initialization.
784
785 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
786
787 2010-12-13 Romain Francoise <romain@orebokech.com>
788
789 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
790
791 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
792
793 * net/netrc.el (netrc-point-at-eol): Remove the unused
794 netrc-point-at-old and netrc-bound-and-true-p bindings.
795 (netrc-parse): Cache the netrc contents.
796
797 2010-12-13 Eli Zaretskii <eliz@gnu.org>
798
799 * subr.el (posn-col-row): Evaluate header-line-format in the
800 context of the POSITION window's buffer.
801
802 2010-12-13 Glenn Morris <rgm@gnu.org>
803
804 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
805 (with-silent-modifications): Doc fixes.
806
807 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
808
809 * net/tramp.el (tramp-action-password, tramp-process-actions):
810 Revert previous from. Use `save-restriction'.
811
812 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
813
814 * calendar/diary-lib.el (diary-list-sexp-entries):
815 Handle case of no newline at end of file. (Bug#7536)
816
817 2010-12-13 Glenn Morris <rgm@gnu.org>
818
819 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
820
821 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
822
823 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
824 (tramp-process-actions): Do not widen.
825
826 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
827 Protect buffer-modified value. (Bug#7557)
828
829 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
830
831 * log-edit.el (log-edit-changelog-entries):
832 Regexp quote filename. (Bug#7505)
833
834 2010-12-13 Tom Breton <tehom@panix.com>
835
836 * cus-edit.el (custom-save-all):
837 Bind print-length and print-level to nil. (Bug#7581)
838
839 2010-12-13 Glenn Morris <rgm@gnu.org>
840
841 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
842 Run hooks to update menu contents. (Bug#7586)
843
844 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
845 file names, for the sake of MS Windows. (Bug#7588)
846
847 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
850 empty lines without a leading space.
851
852 2010-12-13 Leo <sdl.web@gmail.com>
853
854 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
855 while mapping over marks (Bug#6810).
856
857 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
858
859 * image-dired.el (image-dired-db-file)
860 (image-dired-temp-image-file, image-dired-gallery-dir)
861 (image-dired-temp-rotate-image-file): Set default values relative
862 to image-dired-dir (Bug#7518).
863
864 2010-12-13 Lawrence Mitchell <wence@gmx.li>
865
866 * format.el (format-decode-run-method): Pass args FROM and TO, not
867 point-min and point-max, to shell-command-on-region (Bug#7488).
868
869 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
870
871 * frame.el (blink-cursor-mode): Make default t for ns.
872
873 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
874
875 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
876
877 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
878
879 * comint.el (comint-dynamic-list-input-ring)
880 (comint-dynamic-complete-filename)
881 (comint-replace-by-expanded-filename)
882 (comint-dynamic-simple-complete)
883 (comint-dynamic-list-filename-completions)
884 (comint-dynamic-list-completions): Doc fix (Bug#7499).
885
886 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
887 Doc fix (Bug#7471).
888
889 2010-12-13 Martin Rudalics <rudalics@gmx.at>
890
891 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
892 (Bug#7533).
893
894 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
895
896 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
897 (Bug#7491).
898
899 2010-12-13 Eli Zaretskii <eliz@gnu.org>
900
901 * files.el (file-relative-name): Handle UNC file names on
902 DOS/Windows. (Bug#4674)
903
904 2010-12-13 Daiki Ueno <ueno@unixuser.org>
905
906 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
907 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
908 (epg-context-set-passphrase-callback): Mention that the callback
909 is not called when used with GnuPG 2.x.
910
911 2010-12-13 Glenn Morris <rgm@gnu.org>
912
913 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
914 Ensure ps-footer-font-size-internal is initialized.
915 Call ps-get-page-dimensions before trying to use ps-font-for-text.
916
917 2010-12-13 Kenichi Handa <handa@m17n.org>
918
919 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
920 within condition-case.
921 (rmail-show-mime): Don't use condition-case.
922 (rmail-search-mime-message): New function.
923 (rmail-search-mime-message-function): Set to
924 rmail-search-mime-message.
925
926 2010-12-13 Leo <sdl.web@gmail.com>
927
928 * ido.el (ido-common-initialization): New function. (bug#3274)
929 (ido-mode): Use it.
930 (ido-completing-read): Call it.
931
932 2010-12-12 Karl Fogel <kfogel@red-bean.com>
933
934 * bookmark.el (bookmark-name-from-full-record): Rename back to
935 this original name from `bookmark-name-from-record' reverting part
936 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
937 As Drew Adams pointed out, there was no reason to cause churn for
938 third-party callers.
939
940 2010-12-12 Alan Mackenzie <acm@muc.de>
941
942 * progmodes/cc-engine.el (c-forward-type): Before scanning a
943 template arglist, check that the current language supports this.
944
945 2010-12-11 Glenn Morris <rgm@gnu.org>
946
947 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
948 state of the file matches. (Bug#7544)
949 (vc-bzr-register, vc-bzr-checkin)
950 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
951 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
952
953 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
954
955 2010-12-11 Karel Klíč <kklic@redhat.com>
956
957 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
958
959 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 Derive from prog-mode, use derived-mode-p, and fix up various
962 minor style issues in lisp/progmodes.
963
964 * progmodes/vhdl-mode.el (vhdl-mode):
965 * progmodes/verilog-mode.el (verilog-mode):
966 * progmodes/vera-mode.el (vera-mode):
967 * progmodes/sql.el (sql-mode):
968 * progmodes/scheme.el (scheme-mode):
969 * progmodes/perl-mode.el (perl-mode):
970 * progmodes/octave-inf.el (inferior-octave-mode):
971 * progmodes/autoconf.el (autoconf-mode):
972 * progmodes/m4-mode.el (m4-mode):
973 * progmodes/inf-lisp.el (inferior-lisp-mode):
974 * progmodes/idlwave.el (idlwave-mode):
975 * progmodes/icon.el (icon-mode):
976 * progmodes/idlw-help.el (idlwave-help-mode):
977 * progmodes/dcl-mode.el (dcl-mode):
978 * progmodes/idlw-shell.el (idlwave-shell-mode):
979 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
980 (ebrowse-member-mode, ebrowse-electric-position-mode):
981 Use define-derived-mode.
982
983 * progmodes/xscheme.el (exit-scheme-interaction-mode)
984 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
985 (xscheme-debugger-mode-p, xscheme-send-string-1):
986 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
987 (tcl-load-file, tcl-restart-with-file):
988 * progmodes/ps-mode.el (ps-run-running):
989 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
990 * progmodes/js.el (js--get-all-known-symbols):
991 * progmodes/inf-lisp.el (inferior-lisp-proc):
992 * progmodes/idlwave.el (idlwave-beginning-of-statement)
993 (idlwave-template, idlwave-update-buffer-routine-info)
994 (idlwave-update-current-buffer-info)
995 (idlwave-get-routine-info-from-buffers, idlwave-choose)
996 (idlwave-scan-class-info, idlwave-fix-keywords)
997 (idlwave-list-buffer-load-path-shadows):
998 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
999 (idlwave-toolbar-remove):
1000 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
1001 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
1002 (idlwave-shell-menu-def):
1003 * progmodes/idlw-complete-structtag.el
1004 (idlwave-prepare-structure-tag-completion):
1005 * progmodes/gud.el (gud-set-buffer):
1006 * progmodes/f90.el (f90-backslash-not-special):
1007 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
1008
1009 * progmodes/xscheme.el (xscheme-start)
1010 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
1011 * progmodes/which-func.el (which-function):
1012 * progmodes/vhdl-mode.el (vhdl-set-style):
1013 * progmodes/verilog-mode.el (verilog-set-compile-command)
1014 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
1015 (verilog-set-define, verilog-auto-reeval-locals):
1016 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
1017 * progmodes/simula.el (simula-mode):
1018 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
1019 * progmodes/python.el (python-check, python-mode):
1020 * progmodes/prolog.el (prolog-mode-variables):
1021 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
1022 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
1023 * progmodes/delphi.el (delphi-mode):
1024 * progmodes/cc-styles.el (c-setup-paragraph-variables):
1025 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
1026 (c-font-lock-init): Move make-local-variable to their setq.
1027
1028 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
1029 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
1030 make-local-hook.
1031 * progmodes/sh-script.el (sh-require-final-newline): Remove.
1032 (sh-set-shell): Don't set require-final-newline since it's already done
1033 by prog-mode.
1034 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
1035 since we never set it.
1036 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
1037 Use read-string and standard prompt.
1038 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
1039 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
1040 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
1041 (meta-common-mode-map): Rename from meta-mode-map.
1042 Remove C-m binding, which is a user preference, not mode specific.
1043 (meta-common-mode): New major mode; replace meta-common-initialization.
1044 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
1045 around with font-lock.
1046 * progmodes/etags.el (select-tags-table-mode):
1047 Derive from special-mode.
1048 * progmodes/octave-mod.el (octave-mode):
1049 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
1050 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
1051 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
1052 Let define-derived-mode do its job.
1053 * progmodes/cpp.el (cpp-edit-mode-map):
1054 Move initialization into declaration.
1055 (cpp-edit-mode): Use define-derived-mode.
1056 (cpp-edit-load): Use derived-mode-p.
1057 * progmodes/mixal-mode.el (mixal-mode):
1058 * progmodes/f90.el (f90-mode):
1059 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
1060 require-final-newline since prog-mode does it already.
1061 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
1062 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
1063 * progmodes/antlr-mode.el: Require cc-mode upfront.
1064 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
1065 the declaration.
1066 (antlr-directory-dependencies, antlr-show-makefile-rules):
1067 Use derived-mode-p.
1068 (antlr-language-option): Don't assume point-min==1.
1069 (antlr-mode): Use define-derived-mode.
1070 * progmodes/ada-mode.el: Use derived-mode-p.
1071 (ada-mode): Use define-derived-mode.
1072 Use hack-local-variables-hook.
1073
1074 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1075
1076 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
1077 (texinfo-mode): Don't disable adaptive-fill-mode.
1078 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
1079 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
1080 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
1081 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
1082 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
1083 (texinfo-insert-@quotation, texinfo-insert-@samp)
1084 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
1085 (texinfo-insert-@uref): Use define-skeleton.
1086 (texinfo-insert-@-with-arg): Delete.
1087
1088 2010-12-10 Eli Zaretskii <eliz@gnu.org>
1089
1090 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
1091 nil, do quote archive member names. (Bug#6144)
1092
1093 2010-12-10 Glenn Morris <rgm@gnu.org>
1094
1095 * files.el (diff-no-select): Declare.
1096
1097 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
1098 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
1099
1100 * comint.el (comint-input-ring-file-name): Doc fix.
1101
1102 2010-12-09 Eli Zaretskii <eliz@gnu.org>
1103
1104 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
1105 New functions.
1106 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
1107 Use them instead of `nil' and `>', respectively.
1108 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
1109 instead of `nil'.
1110 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
1111 and menu-bar-positive-p instead of `nil' and `>', respectively.
1112 (Bug#1077)
1113
1114 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1115
1116 * whitespace.el (whitespace-newline-mode): Code fix.
1117
1118 2010-12-09 Glenn Morris <rgm@gnu.org>
1119
1120 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
1121 Rename functions without commas, update callers.
1122
1123 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
1124
1125 * whitespace.el (whitespace-cleanup-region):
1126 Clean up spaces before tabs. (Bug#7582)
1127
1128 2010-12-08 Karl Fogel <kfogel@red-bean.com>
1129
1130 * bookmark.el: Adjust parameter names and doc strings to resolve
1131 confusion over whether "bookmark" meant a bookmark name or a
1132 bookmark record. Along the way, shorten one function's name for
1133 similar reasons. (Issue #7548)
1134 (bookmark-name-from-record): New name for
1135 `bookmark-name-from-full-record'. All callers changed.
1136 (bookmark-get-bookmark, bookmark-get-bookmark-record)
1137 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
1138 (bookmark-get-annotation, bookmark-set-annotation)
1139 (bookmark-get-filename, bookmark-set-filename)
1140 (bookmark-get-position, bookmark-set-position)
1141 (bookmark-get-front-context-string, bookmark-set-front-context-string)
1142 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
1143 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
1144 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
1145 Rename `bookmark' parameter to `bookmark-name-or-record', to
1146 clearly show its role, and shorten or adjust doc strings accordingly.
1147 (bookmark-set-name): Same, and pass the parameter directly to
1148 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
1149 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
1150 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
1151 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
1152 and in some cases shorten doc string accordingly.
1153 (bookmark-rename): Change `old' and `new' parameters to `old-name'
1154 and `new-name', and adjust an internal variable to avoid confusion.
1155 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
1156 parameter in doc string.
1157
1158 2010-12-08 Glenn Morris <rgm@gnu.org>
1159
1160 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
1161 from gdb's history file. (Bug#7575)
1162
1163 * mail/emacsbug.el (report-emacs-bug):
1164 Try to handle some other mail clients.
1165
1166 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1167
1168 * files.el (dir-locals-collect-variables): Don't let errors stop us.
1169 Use string-prefix-p.
1170 (file-name-version-regexp): New var.
1171 (file-name-sans-versions):
1172 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
1173 (jka-compr-get-compression-info): Use dolist.
1174 (jka-compr-compression-info-list): Don't bother specifying
1175 version/backup regexps.
1176
1177 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
1178
1179 * simple.el (just-one-space): Make argument n default to 1 if
1180 omitted.
1181
1182 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1183
1184 * electric.el (electric-indent-post-self-insert-function):
1185 Delete trailing newlines even if we don't reindent.
1186
1187 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * minibuffer.el (completion-at-point): Remove the `arg'.
1190 * bindings.el (complete-symbol): Move back from minibuffer.el.
1191
1192 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1193
1194 * simple.el (just-one-space): Delete newlines for negative arg.
1195
1196 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
1199 (ansi-color-filter-apply): Simplify.
1200 (ansi-color-apply): Use `font-lock-face' rather than `face'.
1201
1202 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1203
1204 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
1205
1206 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
1207
1208 * dired.el (dired-use-ls-dired): Set default to a special
1209 "unspecified" value.
1210 (dired-insert-directory): When called the first time, check
1211 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
1212
1213 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
1214
1215 * replace.el: Add "collect" feature to occur.
1216 (occur-collect-regexp-history): New var.
1217 (occur-read-primary-args): Return a replace string for nlines,
1218 if needed.
1219 (occur): Extend the meaning of nlines.
1220
1221 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1222
1223 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
1224 (which-func-update-1): Distinguish symbols from strings.
1225 (which-function): Stay within 80 columns.
1226
1227 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1228
1229 * subr.el (with-demoted-errors): Distinguish symbols from strings.
1230
1231 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
1232 Improve docstring.
1233 (comment-style): Use comment-styles's docs to describe values.
1234
1235 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
1236
1237 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
1238 and ns-show-prefs (Bug#7535).
1239
1240 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
1241 bindings (Bug#7535).
1242
1243 2010-12-03 Glenn Morris <rgm@gnu.org>
1244
1245 * nxml/nxml-mode.el: Require rng-nxml.
1246 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
1247 Remove declarations.
1248
1249 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
1250 * nxml/rng-nxml.el, nxml/rng-valid.el:
1251 Remove leading `*' from defcustom docs.
1252
1253 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
1254 (normal-top-level-add-to-load-path, tty-handle-args):
1255 Convert comments to basic doc-strings.
1256
1257 * net/browse-url.el (browse-url-url-at-point)
1258 (browse-url-default-browser): Remove autoload cookies.
1259
1260 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1261 Remove more undefined cl functions.
1262
1263 * vc/diff.el (diff-sentinel): Make new arguments optional.
1264 * ibuf-ext.el (diff-sentinel): Update declaration.
1265
1266 2010-12-03 Daiki Ueno <ueno@unixuser.org>
1267
1268 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1269 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
1270 (epg-context-set-passphrase-callback): Mention that the callback
1271 is not called when used with GnuPG 2.x.
1272
1273 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
1274
1275 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
1276 (tramp-file-name-port): Check also for `tramp-default-port'.
1277 (tramp-get-connection-name): New defun.
1278 (tramp-get-connection-process): Use it.
1279 (tramp-debug-message): Extend function exclude list.
1280 (tramp-drop-volume-letter): Fix doc string.
1281
1282 * net/tramp-cmds.el: Remove solved todo item.
1283
1284 * net/tramp-efs.el:
1285 * net/tramp-ftp.el:
1286 * net/tramp-gvfs.el:
1287 * net/tramp-gw.el:
1288 * net/tramp-imap.el:
1289 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
1290 and `tramp-default-user-alist', respectively.
1291
1292 * net/tramp-gw.el (tramp-gw-open-connection):
1293 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
1294
1295 * net/tramp-imap.el (tramp-imap-make-iht): Use just
1296 `tramp-file-name-port'.
1297
1298 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
1299 and "psftp". Exchange "%k" marker with options.
1300 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
1301 Compute size of link target.
1302 (tramp-do-copy-or-rename-file-out-of-band). Move setting of
1303 `tramp-current-*' up due to gateway methods. Optimze computing of
1304 copy arguments. Use `tramp-get-connection-name' and
1305 `tramp-get-connection-buffer'. Improve debug messages.
1306 (tramp-compute-multi-hops): Remove port determination.
1307 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
1308
1309 * net/trampver.el: Update release number.
1310
1311 2010-12-02 Glenn Morris <rgm@gnu.org>
1312
1313 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1314 Avoid infinite loop over windows. (Bug#7492)
1315
1316 * progmodes/flymake.el (flymake-check-file-limit):
1317 Allow nil to mean "no limit".
1318 (flymake-check-patch-master-file-buffer): Update for above change.
1319 Allow a .tex file-name extension to be optional.
1320 (flymake-master-tex-init): Also match \include statements.
1321
1322 2010-11-30 Sam Steingold <sds@gnu.org>
1323
1324 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
1325 (nxml-parent-document-set): A function to set `nxml-parent-document'.
1326 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
1327 (nxml-mode-hook): Remove `defcustom' (auto-defined by
1328 define-derived-mode').
1329 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
1330 users who want to call `nxml-parent-document-set'.
1331
1332 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1333
1334 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
1335 stand-alone lines, since that is handled by log-edit-match-to-eoh
1336 (Bug#6465).
1337
1338 2010-11-27 Eduard Wiebe <usenet@pusto.de>
1339
1340 * dired.el (dired-get-filename): Replace backslashes with slashes
1341 in file names on MS-Windows, needed by `locate'. (Bug#7308)
1342 * locate.el (locate-default-make-command-line): Don't consider
1343 drive letter and root directory part of
1344 `directory-listing-before-filename-regexp'. (Bug#7308)
1345 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
1346
1347 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1348
1349 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
1350 of :smie-open/close-alist.
1351 (smie-next-sexp): Make it accept a "start token" as argument.
1352 (smie-indent-keyword): Be careful not to misidentify tokens that span
1353 more than one line, as empty lines. Add argument `token'.
1354
1355 2010-11-27 Kenichi Handa <handa@m17n.org>
1356
1357 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
1358 multipart subtypes, insert all as usual.
1359
1360 * mail/rmail.el: Require rfc2047.
1361
1362 2010-11-27 Kenichi Handa <handa@m17n.org>
1363
1364 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
1365 (rmail-mime-entity-disposition)
1366 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
1367 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
1368 (rmail-mime-save): Handle the case that the button's `data' is a
1369 MIME entity.
1370 (rmail-mime-insert-text): New function.
1371 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
1372 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
1373 (rmail-mime-insert-bulk): New function mostly copied from the old
1374 rmail-mime-bulk-handler.
1375 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
1376 (rmail-mime-process-multipart): New function mostly copied from
1377 the old rmail-mime-multipart-handler.
1378 (rmail-mime-show): Just call rmail-mime-process.
1379 (rmail-mime-process): New function mostly copied from the old
1380 rmail-mime-show.
1381 (rmail-mime-insert-multipart, rmail-mime-parse)
1382 (rmail-mime-insert, rmail-show-mime)
1383 (rmail-insert-mime-forwarded-message)
1384 (rmail-insert-mime-resent-message): New functions.
1385 (rmail-insert-mime-forwarded-message-function): Set to
1386 rmail-insert-mime-forwarded-message.
1387 (rmail-insert-mime-resent-message-function): Set to
1388 rmail-insert-mime-resent-message.
1389
1390 * mail/rmailsum.el: Require rfc2047.
1391 (rmail-header-summary): Handle multiline Subject: field.
1392 (rmail-summary-line-decoder): Change the default to
1393 rfc2047-decode-string.
1394
1395 * mail/rmail.el (rmail-enable-mime): Change the default to t.
1396 (rmail-mime-feature): Change the default to `rmailmm'.
1397 (rmail-quit): Delete the specifal code for rmail-enable-mime.
1398 (rmail-display-labels): Likewise.
1399 (rmail-show-message-1): Check rmail-enable-mime, and use
1400 rmail-show-mime-function for a MIME message. Decode the headers
1401 according to RFC2047.
1402
1403 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1404
1405 * progmodes/which-func.el (which-func-imenu-joiner-function):
1406 Return a string, as expected.
1407 (which-function-mode): Make sure we stop any previous timer before
1408 starting a new one.
1409
1410 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
1411
1412 * net/tramp.el (tramp-default-method-alist)
1413 (tramp-default-user-alist, tramp-default-proxies-alist):
1414 Adapt custom options type. (Bug#7445)
1415
1416 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1417
1418 * progmodes/python.el: Add Ipython support (Bug#5390).
1419 (python-shell-prompt-alist)
1420 (python-shell-continuation-prompt-alist): New options.
1421 (python--set-prompt-regexp): New function.
1422 (inferior-python-mode, run-python, python-shell):
1423 Require ansi-color. Use python--set-prompt-regexp to set the comint
1424 prompt based on the Python interpreter.
1425 (python--prompt-regexp): New var.
1426 (python-check-comint-prompt)
1427 (python-comint-output-filter-function): Use it.
1428 (run-python): Use a pipe (Bug#5694).
1429
1430 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1431
1432 * progmodes/python.el (run-python): Doc fix.
1433 (python-keep-current-directory-in-path): New var (Bug#7454).
1434
1435 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1436
1437 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1438 Prompt user before actually printing.
1439
1440 2010-11-27 Glenn Morris <rgm@gnu.org>
1441
1442 * startup.el (package-enable-at-startup, package-initialize):
1443 Remove unnecessary declarations.
1444
1445 2010-11-27 Eli Zaretskii <eliz@gnu.org>
1446
1447 * international/characters.el (glyphless-char-display-control):
1448 Exclude newline and TAB from the c0-control group.
1449
1450 2010-11-27 Glenn Morris <rgm@gnu.org>
1451
1452 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
1453 (expand-mail-aliases): Remove unnecessary autoload.
1454
1455 * allout.el (allout-command-prefix, allout-mode-map): Declare.
1456
1457 * shell.el (shell-dir-cookie-re): Move definition before use.
1458
1459 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1460 Replace undefined CL functions.
1461
1462 2010-11-26 Eli Zaretskii <eliz@gnu.org>
1463
1464 * simple.el (prog-mode): Set bidi-paragraph-direction to
1465 left-to-right.
1466
1467 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
1468
1469 2010-11-26 Glenn Morris <rgm@gnu.org>
1470
1471 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
1472 diary-outlook-formats can be sensitive to calendar-date-style.
1473 (diary-outlook-formats): Simplify the default setting.
1474 (diary-from-outlook-internal): Pass subject and body as arguments.
1475 Use dolist rather than dotimes. Don't save the diary buffer.
1476 (diary-from-outlook-gnus, diary-from-outlook-rmail):
1477 Pass subject and body as explicit arguments to the -internal function.
1478
1479 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1480
1481 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
1482 parsing them. This makes mailto:...?subject=foo\nbar work.
1483
1484 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1485
1486 * vc/diff.el (diff): Fix last change.
1487
1488 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1489
1490 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
1491 (pcase--dontcare-upats): New var.
1492 (pcase-let, pcase-let*): Generate better code.
1493 Accept the same bodies as `let'.
1494 (pcase-dolist): New macro.
1495 (pcase--trivial-upat-p): New helper function.
1496 (pcase--expand): Strip leading "(let nil" if any.
1497
1498 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1499
1500 * mail/mailclient.el (browse-url): Require.
1501 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
1502 use the external browser function to send the mail (bug#7469).
1503
1504 * net/browse-url.el (browse-url-browser-function): Revert the
1505 default back to the previous value, since the new value broke
1506 mailclient.el.
1507 (browse-url-mailto-function): New variable for mailto: URLs.
1508 (browse-url): Use the new variable for mailto: URLs.
1509
1510 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 * eshell/esh-cmd.el (eshell-parse-command):
1513 * eshell/esh-arg.el (eshell-parse-arguments):
1514 * eshell/em-script.el (eshell-source-file):
1515 Use with-silent-modifications.
1516
1517 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
1518
1519 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
1520 for a merge location.
1521
1522 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
1523 (vc-bzr-merge-branch): Always prompt.
1524 (vc-bzr-async-command): Use the full branch filename.
1525
1526 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 * shell.el (shell): Use current-buffer by default if it's already
1529 a shell mode buffer and its process is dead.
1530 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
1531
1532 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
1533
1534 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1535 Mention that the keywords should be comma separated.
1536
1537 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
1538
1539 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
1540 Accept optional prefix arg meaning to prompt for a command.
1541 (vc-update): Use vc-BACKEND-pull if available. Accept optional
1542 prefix arg meaning to prompt for a command.
1543 (vc-pull): Alias for vc-update.
1544
1545 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
1546 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
1547 (vc-bzr-merge-branch): New functions, implementing merge-branch
1548 and pull operations.
1549
1550 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1551
1552 * Makefile.in: Fix up last merge.
1553
1554 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
1555 (diff-sentinel): Get them as arguments instead.
1556 (diff-old-file, diff-new-file, diff-extra-args): Remove.
1557 (diff-file-local-copy, diff-better-file-name): New funs.
1558 (diff-no-select): Rename from diff-into-buffer.
1559 Support buffers additionally to files. Move `buf' arg. Don't display buf.
1560 Prefer closures to buffer-local variables.
1561 (diff): Adjust accordingly.
1562 (diff-buffer-with-file): Move from files.el.
1563 * files.el (diff-buffer-with-file): Move to vc/diff.el.
1564 (diff-buffer-internal): Remove.
1565 (diff-buffer-buffer): Remove.
1566 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
1567 the buffer name used, and so as not to mess up windows and frames.
1568
1569 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1570
1571 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
1572 (diff-buffer-internal): New function extracted from diff-buffer-with-file
1573 (diff-buffer-with-file): Use it.
1574 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
1575 (diff): Use it.
1576
1577 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
1578
1579 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
1580 \ref's or \pageref's value as default instead of initial input.
1581
1582 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
1583
1584 * files.el (backup-by-copying-when-mismatch): The default value is
1585 now t.
1586
1587 * startup.el (normal-top-level):
1588 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1589 `backup-by-copying-when-mismatch'.
1590
1591 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1592
1593 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
1594
1595 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1596
1597 * progmodes/python.el (python-font-lock-keywords):
1598 Highlight top-level augmented assignments (Bug#6445).
1599
1600 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1601
1602 * term/ns-win.el (ns-right-control-modifier)
1603 (ns-right-command-modifier): Defvar them.
1604
1605 * cus-start.el (all): Add ns-right-control-modifier and
1606 ns-right-command-modifier (Bug#7458).
1607
1608 2010-11-20 Glenn Morris <rgm@gnu.org>
1609
1610 * emacs-lisp/authors.el (authors-ignored-files)
1611 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
1612
1613 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
1614
1615 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
1616 (report-emacs-bug-parse-query-results)
1617 (report-emacs-bug-create-existing-bugs-buffer): Pass through
1618 keywords used for querying the bug database to show them in the
1619 existing bugs buffer.
1620
1621 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
1622
1623 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
1624
1625 * info.el (info-tool-bar-map): Add some :vert-only keywords.
1626
1627 2010-11-20 Eli Zaretskii <eliz@gnu.org>
1628
1629 * international/characters.el (glyphless-char-display-control):
1630 Make it a defcustom, with update-glyphless-char-display as its
1631 :set attribute.
1632 (top level): Don't call update-glyphless-char-display.
1633
1634 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
1635
1636 Sync with Tramp 2.2.0.
1637
1638 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
1639 `file-remote-p' (due to compatibility).
1640
1641 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
1642 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
1643
1644 * net/trampver.el: Update release number.
1645
1646 2010-11-20 Eli Zaretskii <eliz@gnu.org>
1647
1648 * faces.el (glyphless-char): Define value for `pc'.
1649
1650 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
1651
1652 Implemented a bug querying mechanism.
1653 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
1654 (report-emacs-bug-create-existing-bugs-buffer)
1655 (report-emacs-bug-parse-query-results)
1656 (report-emacs-bug-query-existing-bugs): New functions.
1657
1658 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
1659
1660 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
1661 a \ref{} or \pageref{} macro, then use its value as initial input.
1662
1663 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1664
1665 * calc/calc-units.el (math-build-units-table-buffer):
1666 calc/README: Mention that the TeX specific units won't use the
1667 `tex' prefix in TeX mode.
1668 calc/calc-lang.el (math-variable-table): Don't use the `tex'
1669 prefix for units in TeX mode.
1670
1671 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * simple.el (kill-new, kill-append, kill-region):
1674 * comint.el (comint-kill-region): Make the yank-handler argument
1675 obsolete.
1676
1677 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1678
1679 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
1680 that are both openers (resp. closers) and something else.
1681 (smie-grammar): Loosen definition of valid values.
1682 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
1683 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
1684 (smie-indent-after-keyword): Adjust users.
1685 (smie-indent-keyword): Don't indent empty lines.
1686
1687 * vc-hg.el (vc-hg-program): New var.
1688 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
1689 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
1690
1691 2010-11-18 Glenn Morris <rgm@gnu.org>
1692
1693 * emacs-lisp/autoload.el (autoload-find-destination): The function
1694 coding-system-eol-type may return non-numeric values. (Bug#7414)
1695
1696 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
1697
1698 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
1699
1700 2010-11-18 Eli Zaretskii <eliz@gnu.org>
1701
1702 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
1703
1704 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
1705
1706 * textmodes/picture.el (picture-mouse-set-point): Don't use
1707 posn-col-row; explicitly compute the motion based on the posn at
1708 the window-start (Bug#7390).
1709
1710 2010-11-18 Glenn Morris <rgm@gnu.org>
1711
1712 * novice.el (disabled-command-function):
1713 Fix 2009-11-15 change. (Bug#7384)
1714
1715 2010-11-18 Glenn Morris <rgm@gnu.org>
1716
1717 * calendar/calendar.el (diary-iso-date-forms): Make elements
1718 mutually exclusive. (Bug#7377)
1719
1720 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1721
1722 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
1723 when filling the remaining "unconstrained" values.
1724
1725 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1726
1727 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
1728 safety predicate.
1729
1730 * files.el (safe-local-variable-p): Gracefully handle errors.
1731
1732 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
1733 Use smie-indent-virtual when indenting relative to an opener.
1734 (smie-rule-separator): Use smie-rule-parent.
1735 (smie-indent-keyword): Consult rules, even for openers at bol.
1736 (smie-indent-comment-close): Try to align closer's content.
1737
1738 2010-11-18 Glenn Morris <rgm@gnu.org>
1739
1740 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
1741
1742 2010-11-18 Glenn Morris <rgm@gnu.org>
1743
1744 * printing.el (pr-menu-bind): Doc fix.
1745
1746 * speedbar.el (speedbar-toggle-images): Doc fix.
1747
1748 * progmodes/python.el (python-shell): Doc fix.
1749
1750 * wid-edit.el (widget-field-use-before-change)
1751 (widget-use-overlay-change): Doc fixes.
1752
1753 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1754
1755 Minor cleanup to improve style.
1756 * textmodes/rst.el (rst-update-section): Use point-marker.
1757 (rst-get-decoration): Eliminate unneeded assignment.
1758 (rst-promote-region, rst-straighten-decorations)
1759 (rst-section-tree, rst-adjust): Use point-marker.
1760 (rst-toc-mode-mouse-goto): Avoid setq.
1761 (rst-shift-region-guts, rst-shift-region-left)
1762 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
1763 (rst-convert-bullets-to-enumeration): Use copy-marker.
1764
1765 * minibuffer.el (completion-fail-discreetly): New var.
1766 (completion--do-completion): Use it.
1767
1768 * electric.el (electric-pair-pairs): New var.
1769 (electric-pair-post-self-insert-function): Use it.
1770 (electric-layout-post-self-insert-function): Don't insert a before
1771 newline unless it's actually needed.
1772
1773 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * progmodes/python.el (run-python): Explain why we remove the current
1776 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
1777
1778 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
1779
1780 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * progmodes/octave-mod.el: Rely on elecric-*-modes.
1783 (octave-mode-map): Don't bind ;, SPC, and LF.
1784 (octave-auto-indent, octave-auto-newline): Remove.
1785 (electric-layout-rules): Declare.
1786 (octave-mode): Set electric-layout-rules.
1787 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
1788 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1789 (octave-electric-space): Remove.
1790
1791 * electric.el (electric-layout-mode): New minor mode.
1792 (electric--after-char-pos): New function.
1793 (electric-indent-post-self-insert-function): Use it.
1794 (electric-layout-rules): New var.
1795 (electric-layout-post-self-insert-function): New function.
1796 (electric-indent-mode): Make them interact better.
1797
1798 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1799
1800 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
1801 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
1802 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
1803
1804 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
1805
1806 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
1807 Make sure to check inside the word (Bug#6761).
1808
1809 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * startup.el (command-line): If the cursorColor resource is set,
1812 change the cursor face-spec (Bug#7392).
1813
1814 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1815
1816 The main features of the following allout.el changes are:
1817 - implement user customization for the allout key bindings
1818 - add a customization control by which the user can inhibit use of
1819 a trailing Ctrl-H, so by default it's reserved for use with
1820 describe-prefix-bindings
1821 - adapt to new version of called-interactively-p, while
1822 maintaining backwards compatibility with old version
1823 - fix hotspot navigation so i works properly with meta-modified keys
1824
1825 * allout.el (allout-keybindings, allout-bind-keys)
1826 (allout-keybindings-binding, allout-prefixed-keybindings)
1827 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
1828 (allout-keybindings-list, allout-mode-map-adjustments)
1829 (allout-setup-mode-map): Establish allout-mode keymaps as user
1830 customizable settings, and also establish a customizable setting which
1831 regulates whether or not a trailing control-h is reserved for use with
1832 describe-prefix-bindings - and inhibit it by default, so that control-h
1833 *is* reserved for describe-prefix-bindings unless the user changes it.
1834
1835 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
1836 and accurately between modified and unmodified events, and handle
1837 modified events more comprehensively.
1838
1839 * allout.el (allout-substring-no-properties):
1840 Alias to use or provide version of `substring-no-properties'.
1841 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1842
1843 * allout.el (allout-next-single-char-property-change):
1844 Alias to use or provide version of `next-single-char-property-change'.
1845 (allout-annotate-hidden, allout-hide-by-annotation):
1846 Use `allout-next-single-char-property-change'.
1847
1848 * allout.el (allout-select-safe-coding-system):
1849 Alias to use or provide version of `select-safe-coding-system'.
1850 (allout-toggle-subtree-encryption):
1851 Use `allout-select-safe-coding-system'.
1852
1853 * allout.el (allout-set-buffer-multibyte):
1854 Alias to use or provide version of `set-buffer-multibyte'.
1855 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1856
1857 * allout.el (allout-called-interactively-p): Macro for using the
1858 different versions of called-interactively-p identically, depending on
1859 the subroutine's argument signature.
1860 (allout-back-to-current-heading, allout-beginning-of-current-entry):
1861 Use `(interactive "p")' instead of `(called-interactively-p)'.
1862
1863 * allout.el (allout-init, allout-ascend, allout-end-of-level)
1864 (allout-previous-visible-heading, allout-forward-current-level)
1865 (allout-backward-current-level, allout-show-children):
1866 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1867
1868 * allout.el (allout-before-change-handler):
1869 Exempt edits to the (overlaid) character after the allout outline
1870 bullet from edit confirmation prompt.
1871
1872 * allout.el (allout-add-resumptions):
1873 Ensure that it respects correct buffer for keybindings.
1874
1875 * allout.el (allout-beginning-of-line):
1876 Use `allout-previous-single-char-property-change' alias for the sake of
1877 diverse compatibility.
1878
1879 * allout.el (allout-end-of-line):
1880 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1881
1882 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
1883
1884 * frame.el (frame-notice-user-settings): Don't clobber other
1885 user-set parameters when calling face-set-after-frame-default in
1886 response to background-color parameter (Bug#7373).
1887
1888 2010-11-13 Eli Zaretskii <eliz@gnu.org>
1889
1890 * international/characters.el (glyphless-char-display-control):
1891 Rename from glyphless-char-control; all users changed. Doc fix.
1892 Signal an error if display method is not one of the recognized
1893 symbols.
1894
1895 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
1896
1897 * net/tramp-compat.el (tramp-compat-line-beginning-position)
1898 (tramp-compat-line-end-position): Remove them.
1899
1900 * net/tramp.el (tramp-parse-rhosts-group)
1901 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
1902 (tramp-parse-hosts-group, tramp-parse-passwd-group)
1903 (tramp-parse-netrc-group, tramp-parse-putty-group)
1904 * net/tramp-cmds.el (tramp-append-tramp-buffers)
1905 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
1906 (tramp-sh-handle-file-selinux-context)
1907 (tramp-sh-handle-file-name-all-completions)
1908 (tramp-sh-handle-insert-directory)
1909 (tramp-sh-handle-expand-file-name, tramp-find-executable)
1910 (tramp-wait-for-output, tramp-send-command-and-read)
1911 * net/tramp-smb.el (tramp-smb-read-file-entry)
1912 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
1913
1914 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
1915 `point-at-bol'.
1916 (tramp-remote-coding-commands): Add an alternative using "base64
1917 -d -i". This is needed for older base64 versions from GNU
1918 coreutils. Reported by Klaus Reichl
1919 <Klaus.Reichl@thalesgroup.com>.
1920
1921 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
1922
1923 * simple.el (count-words-region): New function.
1924
1925 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 * shell.el (shell-dir-cookie-re): New custom variable.
1928 (shell-dir-cookie-watcher): New function.
1929
1930 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
1931 and compilation-mode (bug#7350).
1932
1933 * vc/smerge-mode.el (smerge-refine): Choose better default part to
1934 highlight when one of them is empty.
1935
1936 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
1937 trailing space.
1938 (skeleton-newline): New function.
1939 (skeleton-internal-1): Use it.
1940
1941 * simple.el (open-line): `newline' may strip trailing space.
1942
1943 2010-11-12 Kevin Ryde <user42@zip.com.au>
1944
1945 * international/mule-cmds.el (princ-list): Use mapc.
1946
1947 2010-11-12 Glenn Morris <rgm@gnu.org>
1948
1949 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
1950 Use it to replace all instances of "*Compile-Log*"
1951
1952 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1953
1954 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
1955 indentation specs.
1956
1957 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1958
1959 * progmodes/modula2.el: Use SMIE and skeleton.
1960 (m2-mode-syntax-table): (*..*) can be nested.
1961 Add //...\n. Fix paren syntax.
1962 (m2-mode-map): Remove LF and TAB bindings.
1963 (m2-indent): Add safety property.
1964 (m2-smie-grammar): New var.
1965 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
1966 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
1967 (m2-mode): Use define-derived-mode.
1968 (m2-newline, m2-tab): Remove.
1969 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
1970 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
1971 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
1972 (m2-import): Use define-skeleton.
1973
1974 2010-11-11 Glenn Morris <rgm@gnu.org>
1975
1976 * obsolete/lucid.el: Don't warn about any CL functions in this file.
1977
1978 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
1979 (ls-lisp-verbosity): Add custom :set-after property.
1980 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
1981 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
1982 (ls-lisp-insert-directory): Update caller.
1983 (ls-lisp-set-options): New function.
1984 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
1985 Doc fix.
1986
1987 * play/landmark.el (lm-prompt-for-move):
1988 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
1989
1990 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
1991
1992 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
1993 (idlwave-study-twins): Prefix dynamic local variable `name'.
1994 (idlwave-routine-twin-compare): Update for above change.
1995
1996 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
1997 Prefix dynamic local variables `name', `kwd', and `link'.
1998 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
1999 * progmodes/idlw-complete-structtag.el
2000 (idlwave-complete-structure-tag-help):
2001 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
2002 (idlwave-complete-sysvar-tag-help)
2003 (idlwave-complete-class-structure-tag-help):
2004 Update for above name changes.
2005
2006 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2007
2008 * net/browse-url.el (browse-url-browser-function): Change the
2009 default to use `browse-url-mail' on mailto: URLs.
2010
2011 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
2012
2013 * emacs-lisp/package.el (package-read-all-archive-contents):
2014 Reset package-archive-contents to nil before re-reading.
2015
2016 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
2017
2018 * textmodes/flyspell.el (flyspell-word): Do not re-check words
2019 already found as misspellings by (flyspell-large-region), just
2020 do highlighting (bug#7322).
2021
2022 2010-11-10 Glenn Morris <rgm@gnu.org>
2023
2024 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
2025
2026 * emulation/edt.el (edt-with-position): New macro.
2027 (edt-find-forward, edt-find-backward, edt-find-next-forward)
2028 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
2029 (edt-paragraph-forward, edt-paragraph-backward): Use it.
2030
2031 * emulation/tpu-extras.el (tpu-with-position): New macro.
2032 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
2033
2034 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
2035
2036 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
2037 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
2038 (texinfo-master-menu, texinfo-insert-node-lines)
2039 (texinfo-multiple-files-update):
2040 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
2041 Use line-beginning-position.
2042
2043 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
2044 No recent Emacs supports system-type `emx'.
2045
2046 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
2047 (ada-command-separator, ada-default-prj-properties)
2048 (ada-find-any-references): Update for above name change.
2049
2050 * dirtrack.el (dirtrack-directory-function)
2051 (dirtrack-canonicalize-function):
2052 * filecache.el (file-cache-completion-ignore-case)
2053 (file-cache-case-fold-search, file-cache-ignore-case):
2054 * term.el (serial-port-is-file-p): Cosmetic change.
2055
2056 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
2057 Remove non-existent `windows-95' system-type.
2058 * dired.el (dired-chown-program): Remove non-existent `linux'
2059 system-type.
2060
2061 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
2062 (ping-program-options): Remove non-existent `linux' system-type.
2063
2064 * startup.el (package-initialize): Update declaration.
2065
2066 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
2067 (ls-lisp-handle-switches): Use time-less-p.
2068 (ls-lisp-format-time): Use float-time.
2069
2070 * textmodes/remember.el (remember-time-to-seconds): Remove.
2071 (remember-store-in-mailbox): Use float-time.
2072
2073 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
2074
2075 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
2076 never a real function.
2077 (with-no-warnings): Remove compat stub, now unused.
2078 (time-less-p): Doc fix.
2079 (time-to-number-of-days): Simplify.
2080
2081 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
2082 Remove.
2083 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
2084 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
2085 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
2086 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
2087 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
2088
2089 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
2090 (eshell-shuffle-files, eshell-shorthand-tar-command)
2091 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
2092 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
2093 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
2094 Prefix dynamic local variable `matches'.
2095
2096 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
2097 Prefix dynamic local variable `skeleton'.
2098
2099 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2100
2101 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
2102 in mail buffer; make yank-action always a command that yanks original
2103 buffer.
2104
2105 2010-11-09 Glenn Morris <rgm@gnu.org>
2106
2107 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
2108
2109 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2110
2111 * minibuffer.el (minibuffer-completion-help): Specify the end of the
2112 completion field (bug#7211).
2113
2114 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
2115 Fix handling of backslash escapes.
2116 (python-quote-syntax): Adjust accordingly.
2117
2118 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
2119
2120 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
2121 (vc-mtn-workfile-branch): Adjust to new output format.
2122
2123 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * international/mule-cmds.el (princ-list): Mark as obsolete.
2126
2127 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * emacs-lisp/smie.el: New package.
2130
2131 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
2132
2133 * files.el (backup-by-copying-when-mismatch):
2134 Set `permanent-local' property.
2135
2136 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
2137 `permanent-local' property for `backup-by-copying-when-mismatch'.
2138
2139 2010-11-09 Eli Zaretskii <eliz@gnu.org>
2140
2141 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
2142
2143 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
2144
2145 * progmodes/verilog-mode.el (verilog-insert-one-definition)
2146 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
2147 AUTOINOUT for SV style multidimensional arrays, bug294.
2148 Reported by Eric Mastromarchi.
2149 (verilog-preprocess): Use with-current-buffer and
2150 font-lock-fontify-buffer to cleanup style issues.
2151
2152 2010-11-09 Glenn Morris <rgm@gnu.org>
2153
2154 * locate.el (locate, locate-mode): Doc fixes.
2155
2156 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
2157
2158 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
2159 user for confirmation.
2160 (server-force-stop): Use it.
2161 (server-start): Use server-force-stop for kill-emacs-hook, to
2162 avoid user interaction while killing Emacs.
2163
2164 2010-11-09 Glenn Morris <rgm@gnu.org>
2165
2166 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
2167 (meta-indent-line): Simplify.
2168
2169 * vc/emerge.el (emerge-line-number-in-buf):
2170 * textmodes/ispell.el (ispell-region):
2171 * textmodes/fill.el (current-fill-column):
2172 * progmodes/xscheme.el (xscheme-send-current-line):
2173 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
2174 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
2175 * progmodes/sh-script.el (sh-handle-prev-do):
2176 * progmodes/meta-mode.el (meta-indent-line):
2177 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
2178 (idlwave-in-quote):
2179 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
2180 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
2181 * progmodes/fortran.el (fortran-looking-at-if-then):
2182 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
2183 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
2184 (cperl-find-pods-heres):
2185 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
2186 * net/quickurl.el (quickurl-list-insert):
2187 * net/ldap.el (ldap-search-internal):
2188 * net/eudc.el (eudc-expand-inline):
2189 * mail/sendmail.el (sendmail-send-it):
2190 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
2191 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
2192 (viper-brac-function):
2193 * calc/calc-yank.el (calc-do-grab-region):
2194 * calc/calc-keypd.el (calc-keypad-press):
2195 * term.el (term-move-columns, term-insert-spaces):
2196 * speedbar.el (speedbar-highlight-one-tag-line):
2197 * simple.el (current-word):
2198 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2199 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
2200 (Info-scroll-down):
2201 * hippie-exp.el (he-line-beg):
2202 * epa.el (epa--marked-keys):
2203 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
2204 (dired-update-file-line, dired-add-entry, dired-remove-entry)
2205 (dired-relist-entry):
2206 * buff-menu.el (Buffer-menu-buffer):
2207 * array.el (current-line):
2208 * allout.el (allout-resolve-xref)
2209 (allout-latex-verbatim-quote-curr-line):
2210 Replace yet more uses of end-of-line etc with line-end-position, etc.
2211
2212 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2213
2214 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
2215 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
2216 (checkdoc-syntax-table): Initialize in the declaration.
2217 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
2218 the mode on unconditionally.
2219
2220 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
2221 (extent-end-position, extent-start-position): Remove setf method for
2222 non-existing functions (bug#7319).
2223
2224 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2225
2226 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
2227 (smie-precs->prec2): Rename from smie-precs-precedence-table.
2228 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
2229 (smie-prec2->grammar): Rename from smie-prec2-levels.
2230 (smie-grammar): Rename from smie-op-levels.
2231 (smie-indent--hanging-p): Rename from smie-hanging-p.
2232 (smie-rule-hanging-p): New alias.
2233 (smie-indent--bolp): Rename from smie-bolp.
2234 (smie-indent--hanging-p): New alias.
2235 (smie--token): New dynamically bound variable.
2236 (smie-indent--parent): New function.
2237 (smie-rule-parent-p): Use it; rename from smie-parent-p.
2238 (smie-rule-next-p): Rename from smie-next-p.
2239 (smie-rule-prev-p): Rename from smie-prev-p.
2240 (smie-rule-sibling-p, smie-rule-parent)
2241 (smie-indent--separator-outdent, smie-rule-separator): New functions.
2242 (smie-rule-separator-outdent): New var.
2243 (smie-indent--rule): Merge with smie-indent--column.
2244 (smie-indent-forward-token, smie-indent-backward-token):
2245 Also recognize close parens.
2246 (smie-indent-keyword): Don't use smie-indent--column any more.
2247 (smie-indent-after-keyword): Ignore closers by default.
2248 (smie-indent-line): Use with-demoted-errors.
2249 * progmodes/octave-mod.el (octave-smie-grammar):
2250 Rename from octave-smie-op-levels.
2251 (octave-smie-rules): Adjust to new behavior.
2252 * progmodes/prolog.el (prolog-smie-grammar):
2253 Rename from prolog-smie-op-levels.
2254
2255 2010-11-07 Glenn Morris <rgm@gnu.org>
2256
2257 * eshell/esh-util.el (subst-char-in-string)
2258 (directory-files-and-attributes): These compatibility definitions are
2259 not needed on any version of Emacs since at least 21.4.
2260
2261 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
2262 (verilog-get-end-of-line): Remove.
2263 (verilog-within-string, verilog-re-search-forward-substr)
2264 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
2265 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
2266 Use point-at-bol, point-at-eol.
2267 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
2268 Remove.
2269 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
2270 (electric-pascal-terminate-line, pascal-set-auto-comments)
2271 (pascal-indent-paramlist, pascal-indent-declaration)
2272 (pascal-get-lineup-indent, pascal-func-completion)
2273 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
2274 Use point-at-bol, point-at-eol.
2275 * progmodes/flymake.el (flymake-line-beginning-position)
2276 (flymake-line-end-position): Remove.
2277 (flymake-highlight-line): Use point-at-bol, point-at-eol.
2278 * eshell/esh-util.el (line-end-position, line-beginning-position):
2279 Remove compat definitions.
2280
2281 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2282 Use end-of-line N.
2283 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
2284 Use line-end-position.
2285
2286 * emacs-lisp/chart.el (chart-zap-chars):
2287 * play/decipher.el (decipher-set-map):
2288 * progmodes/ada-mode.el (ada-get-current-indent)
2289 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
2290 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
2291 * progmodes/ada-xref.el (ada-initialize-runtime-library)
2292 (ada-get-all-references):
2293 * progmodes/cperl-mode.el (cperl-electric-paren)
2294 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
2295 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
2296 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
2297 (cperl-word-at-point-hard):
2298 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
2299 (idlwave-shell-filename-string, idlwave-shell-batch-command)
2300 (idlwave-shell-display-line):
2301 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
2302 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
2303 * progmodes/js.el (js--re-search-forward-inner)
2304 (js--re-search-backward-inner):
2305 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
2306 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
2307 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
2308 * textmodes/flyspell.el (flyspell-process-localwords):
2309 * textmodes/ispell.el (ispell-buffer-local-parsing)
2310 (ispell-buffer-local-dict, ispell-buffer-local-words):
2311 Use point-at-bol and point-at-eol.
2312
2313 * speedbar.el (speedbar-generic-item-info)
2314 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
2315 (speedbar-add-indicator, speedbar-check-vc-this-line)
2316 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
2317 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
2318 Replace more uses of end-of-line etc with line-end-position.
2319
2320 2010-11-06 Glenn Morris <rgm@gnu.org>
2321
2322 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
2323 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
2324 (texinfo-delete-existing-pointers, texinfo-find-pointer)
2325 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
2326 (texinfo-multiple-files-update):
2327 * textmodes/table.el (table--probe-cell-left-up)
2328 (table--probe-cell-right-bottom):
2329 * textmodes/picture.el (picture-tab-search):
2330 * textmodes/page-ext.el (pages-copy-header-and-position)
2331 (pages-directory-for-addresses):
2332 * progmodes/vera-mode.el (vera-get-offset):
2333 * progmodes/simula.el (simula-calculate-indent):
2334 * progmodes/python.el (python-pdbtrack-overlay-arrow):
2335 * progmodes/prolog.el (end-of-prolog-clause):
2336 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
2337 * progmodes/icon.el (indent-icon-exp):
2338 * progmodes/etags.el (tag-re-match-p):
2339 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
2340 * progmodes/ebnf2ps.el (ebnf-begin-file):
2341 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
2342 (dcl-save-local-variable):
2343 * play/life.el (life-setup):
2344 * play/gametree.el (gametree-looking-at-ply):
2345 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2346 * mail/sendmail.el (mail-mode-auto-fill):
2347 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2348 * emacs-lisp/edebug.el (edebug-overlay-arrow):
2349 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
2350 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
2351 (woman-tab-to-tab-stop, WoMan-warn-ignored):
2352 * type-break.el (type-break-file-keystroke-count):
2353 * term.el (term-replace-by-expanded-history-before-point)
2354 (term-skip-prompt, term-extract-string):
2355 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
2356 (speedbar-contract-line, speedbar-toggle-line-expansion)
2357 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
2358 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
2359 * sort.el (sort-skip-fields):
2360 * skeleton.el (skeleton-internal-list):
2361 * simple.el (line-move-finish, line-move-to-column):
2362 * shell.el (shell-forward-command):
2363 * misc.el (copy-from-above-command):
2364 * makesum.el (double-column):
2365 * ebuff-menu.el (electric-buffer-update-highlight):
2366 * dired.el (dired-move-to-end-of-filename):
2367 * dframe.el (dframe-popup-kludge):
2368 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
2369 * arc-mode.el (archive-get-lineno):
2370 Use line-end-position and line-beginning-position.
2371
2372 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
2373 (idlwave-study-twins): Prefix dynamic local `class'.
2374 (idlwave-routine-twin-compare): Update for above name change.
2375
2376 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
2377 Use boundp tests to silence compiler. Update for changed name of
2378 bytecomp-filename variable.
2379
2380 * emulation/viper-cmd.el (viper-read-string-with-history):
2381 Prefix dynamic local `initial'.
2382 (viper-minibuffer-standard-hook): Update for above name change.
2383
2384 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
2385 (elint-init-form): Update for above name change.
2386
2387 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
2388 local variables `cbeg' and `cend' a prefix.
2389 (mail-extr-voodoo): Update for above name change.
2390
2391 * textmodes/reftex-toc.el (reftex-toc-do-promote)
2392 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
2393 (reftex-toc-promote-action): Doc fix.
2394
2395 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
2396 `prompt', `data' a prefix.
2397 (reftex-select-post-command-hook, reftex-select-callback)
2398 (reftex-select-mouse-accept, reftex-select-read-cite):
2399 Update for above name changes.
2400
2401 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
2402 `refstyle' to reftex-refstyle.
2403 (reftex-offer-label-menu): Update for above name change.
2404 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
2405 `refstyle' name change.
2406
2407 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
2408 with with-current-buffer.
2409 (diff, template): Give dynamic local variables a prefix.
2410 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
2411 (emerge-line-number-in-buf): Update for above name change.
2412 (emerge-combine-versions-internal): Rename local `template' to
2413 emerge-combine-template.
2414 (emerge-combine-versions-edit): Update for above name change.
2415
2416 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
2417
2418 * textmodes/reftex-cite.el
2419 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
2420 entries with whitespace after \bibitem.
2421 (reftex-create-bibtex-file): Match entries containing numbers and
2422 symbol constituents. Make sure that entries with whitespace at
2423 various places are found.
2424
2425 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
2426
2427 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
2428
2429 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
2430
2431 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
2432
2433 2010-11-05 Glenn Morris <rgm@gnu.org>
2434
2435 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
2436 (woman2-roff-buffer): Give local variable `request' a prefix.
2437 (woman0-macro): Rename argument `request' in the same way.
2438 (woman-request): New name for `request' dynamic variable.
2439 (woman-unquote, woman-forward-arg): Update for above name change.
2440 (woman1-roff-buffer): Give local variable `unquote' a prefix.
2441 (woman1-unquote): New name for `unquote' dynamic variable.
2442 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
2443 (woman-translations): Rename from `translations'. No longer global.
2444 (woman2-tr, woman-translate): Update for above name change.
2445 (woman-translate): Check for bound variable.
2446 (woman2-roff-buffer): Give local variable `translations' a prefix.
2447
2448 * play/doctor.el: Give all local variables a prefix. Update callers.
2449 (doc$, doctor-put-meaning): Use backquote.
2450
2451 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
2452 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
2453
2454 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
2455 variables bytes, ptr, op a prefix.
2456 (disassemble-offset): Update for above change.
2457
2458 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
2459
2460 * emacs-lisp/package.el (package-unpack): Remove no-op.
2461 (package--builtins, package--dir): Doc fix.
2462 (package-activate-1, package-activate, package-install)
2463 (package-compute-transaction): Fix error message.
2464 (package-delete): Use delete-directory. Omit system packages.
2465 (package-initialize): Set package-alist to nil first.
2466 (package-menu-mark-delete, package-menu-mark-install): Don't add
2467 symbols that are inconsistent with the package state.
2468 (package-menu-execute): Perform deletions and installations as
2469 single batch operations.
2470
2471 2010-11-03 Glenn Morris <rgm@gnu.org>
2472
2473 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
2474 (props): Remove unnecessary declaration.
2475
2476 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
2477 set-process-query-on-exit-flag.
2478
2479 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
2480 (reftex-toc-do-promote): Remove unused local `mpos'.
2481 (reftex-toc-restore-region): Make `mpos' local to this function.
2482
2483 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
2484
2485 * play/landmark.el (lm-losing-threshold): Correct spelling.
2486 (lm-human-plays): Use new name.
2487
2488 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
2489 (gomoku-human-plays): Use new name.
2490
2491 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
2492 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
2493 (gomoku-score-trans-table, gomoku-winning-threshold)
2494 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
2495
2496 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
2497
2498 * emacs-lisp/package.el: Don't put built-in packages in
2499 package-alist, to avoid loading inefficiencies.
2500 (package-built-in-p): Make VERSION optional, and treat it as a
2501 minimum acceptable version.
2502 (package-activate): Search separately for built-in packages.
2503 Emit a warning if a dependency fails.
2504 (define-package): Handle most common case, where there is no
2505 obsolete package, first.
2506 (package-compute-transaction): Print required version in error.
2507 (package--initialized): New variable.
2508 (list-packages): Use it.
2509 (package-initialize): Optional arg NO-ACTIVATE. Don't put
2510 built-in packages in packages-alist; keep it separate.
2511 Set package--initialized.
2512 (describe-package): Avoid activating packages as a side-effect.
2513 Search separately for built-in packages.
2514 (describe-package-1): Handle the case where an elpa package is
2515 simultaneously built-in and available/installed.
2516 (package-installed-p, package--generate-package-list):
2517 Search separately for built-in packages.
2518 (package-load-descriptor): Doc fix.
2519
2520 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2521
2522 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2523 Handle __DATA__ and __END__.
2524
2525 2010-11-02 Noah Friedman <friedman@splode.com>
2526
2527 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
2528 nil, do not ask to recompile files that are not already compiled,
2529 and do not recompile them.
2530
2531 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
2532
2533 * emacs-lisp/package.el (package-initialize): Ensure that
2534 obsoleted built-in packages are not in package-activated-list
2535 during activation.
2536 (describe-package-1): Make the "installed" status override
2537 "built-in".
2538
2539 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2540
2541 * subr.el (version-separator, version-regexp-alist): Remove '*'
2542 from docstring.
2543 (version-list-<=, version<=, version=): Doc fix.
2544
2545 2010-11-01 Kenichi Handa <handa@m17n.org>
2546
2547 * faces.el (glyphless-char): Inherit underline for tty.
2548
2549 2010-11-01 Kenichi Handa <handa@m17n.org>
2550
2551 Implement various display methods for glyphless characters.
2552
2553 * international/characters.el (char-acronym-table): New variable.
2554 (glyphless-char-control): New variable.
2555 (update-glyphless-char-display): New funciton.
2556
2557 * faces.el (glyphless-char): New face.
2558
2559 2010-11-01 Glenn Morris <rgm@gnu.org>
2560
2561 * calendar/holidays.el (general-holidays, oriental-holidays)
2562 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
2563 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
2564 the definitions of their targets.
2565
2566 * emacs-lisp/smie.el (smie): New custom group.
2567 (smie-blink-matching-inners, smie-indent-basic): Add :group.
2568
2569 * faces.el (xw-defined-colors, x-setup-function-keys):
2570 * mouse-sel.el (x-select-text):
2571 * term/w32console.el (x-setup-function-keys): Update declarations.
2572
2573 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
2574
2575 * textmodes/ispell.el (comment-add): Declare.
2576
2577 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
2578 Declare.
2579
2580 * info.el (finder-keywords-hash, package-alist): Declare.
2581
2582 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
2583
2584 * finder.el (finder-compile-keywords): Don't use intern-soft,
2585 since package names may not yet exist in the obarray.
2586
2587 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
2588
2589 * vc/vc-arch.el (vc-arch-checkin):
2590 * vc/vc-cvs.el (vc-cvs-checkin):
2591 * vc/vc-mtn.el (vc-mtn-checkin):
2592 * vc/vc-rcs.el (vc-rcs-checkin):
2593 * vc/vc-sccs.el (vc-sccs-checkin):
2594 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
2595 since 2010-04-21 commit by Stefan Monnier.
2596
2597 2010-11-01 Glenn Morris <rgm@gnu.org>
2598
2599 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
2600
2601 * startup.el (package-enable-at-startup, package-initialize):
2602 Silence compiler.
2603
2604 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
2605 Silence compiler.
2606
2607 2010-10-31 Julien Danjou <julien@danjou.info>
2608
2609 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
2610 (byte-recompile-directory):
2611 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
2612 Use `byte-recompile-file'.
2613
2614 2010-10-31 Glenn Morris <rgm@gnu.org>
2615
2616 * cus-start.el: Handle standard values via a keyword.
2617 Only set version property if specified.
2618 (cursor-in-non-selected-windows, menu-bar-mode)
2619 (tool-bar-mode, show-trailing-whitespace):
2620 Do not specify standard values.
2621 (transient-mark-mode, temporary-file-directory): Use :standard.
2622
2623 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
2624
2625 * term/x-win.el (x-get-selection-value): New function that gets
2626 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
2627
2628 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
2629
2630 * net/tramp.el (tramp-handle-insert-file-contents): For root,
2631 preserve owner and group when editing files. (Bug#7289)
2632
2633 2010-10-31 Glenn Morris <rgm@gnu.org>
2634
2635 * speedbar.el (speedbar-mode):
2636 * play/fortune.el (fortune-in-buffer, fortune):
2637 * play/gomoku.el (gomoku-mode):
2638 * play/landmark.el (lm-mode):
2639 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2640 Replace inappropriate uses of toggle-read-only. (Bug#7292)
2641
2642 * select.el (x-selection): Mark it as an obsolete alias.
2643
2644 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2645
2646 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
2647 major-mode (bug#7284).
2648
2649 2010-10-31 Glenn Morris <rgm@gnu.org>
2650
2651 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
2652 rather than just an unused variable that inherits from the real one.
2653
2654 2010-10-31 Alan Mackenzie <acm@muc.de>
2655
2656 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
2657 This fixes bug #7185.
2658
2659 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
2660
2661 * startup.el (command-line): Search for package directories, and
2662 don't load package.el if none are found.
2663
2664 * emacs-lisp/package.el (describe-package, list-packages):
2665 Call package-initialize if it has not been called yet.
2666
2667 2010-10-30 Alan Mackenzie <acm@muc.de>
2668
2669 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
2670 which fontifies the tail of an enum.
2671 (c-basic-matchers-after): Insert a call to the above new function.
2672 This fixes bug #7264.
2673
2674 2010-10-30 Glenn Morris <rgm@gnu.org>
2675
2676 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
2677 tool-bar-mode, transient-mark-mode. (Bug#7306)
2678 Include the :set property in the dumped Emacs.
2679
2680 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 SMIE: change indent rules format, improve smie-setup.
2683 * emacs-lisp/smie.el (smie-precs-precedence-table)
2684 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
2685 Mark them pure so the tables gets built at compile time.
2686 (smie-bnf-precedence-table): Store the closer-alist in the table.
2687 (smie-prec2-levels): Preserve the closer-alist.
2688 (smie-blink-matching-open): Be more forgiving in case of indentation.
2689 (smie-hanging-p): Rename from smie-indent--hanging-p.
2690 (smie-bolp): Rename from smie-indent--bolp.
2691 (smie--parent, smie--after): New dynamic vars.
2692 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
2693 (smie-indent-rules): Remove.
2694 (smie-indent--offset-rule): Remove fun.
2695 (smie-rules-function): New var.
2696 (smie-indent--rule): New fun.
2697 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
2698 (smie-indent-exps): Use it.
2699 (smie-setup): Setup paren blinking; add keyword args for token
2700 functions; extract closer-alist from op-levels.
2701 (smie-indent-debug-log): Remove var.
2702 (smie-indent-debug): Remove fun.
2703 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
2704 (prolog-smie-rules): New fun to replace it.
2705 (prolog-mode-variables): Simplify.
2706 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
2707 it's setup automatically.
2708 (octave-smie-indent-rules): Remove.
2709 (octave-smie-rules): New fun to replace it.
2710 (octave-mode): Simplify.
2711
2712 2010-10-29 Glenn Morris <rgm@gnu.org>
2713
2714 * files.el (temporary-file-directory): Remove (already defined in C).
2715 * cus-start.el: Add temporary-file-directory.
2716
2717 * abbrev.el (abbrev-mode):
2718 * composite.el (auto-composition-mode):
2719 * menu-bar.el (menu-bar-mode):
2720 * simple.el (transient-mark-mode):
2721 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
2722 that they do not define the associated variables twice.
2723 * simple.el (transient-mark-mode): Remove defvar.
2724 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
2725 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
2726 Handle multiple groups, and also custom-delayed-init-variables.
2727 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2728
2729 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2730
2731 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
2732 (pcase-if): Add one minor optimization.
2733 (pcase-split-equal): Rename from pcase-split-eq.
2734 (pcase-split-member): Rename from pcase-split-memq.
2735 (pcase-u1): Add strings to the member optimization.
2736 Add `guard' variant of predicates.
2737 (pcase-q1): Add string patterns.
2738
2739 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2740
2741 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
2742
2743 2010-10-28 Glenn Morris <rgm@gnu.org>
2744
2745 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2746 Move menu-bar related settings to ../menu-bar.el.
2747 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2748 Move ns-specific settings here from term/ns-win.el.
2749
2750 * simple.el (x-selection-owner-p): Remove unused declaration.
2751
2752 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2753
2754 * minibuffer.el (completion-cycling): New var (bug#7266).
2755 (minibuffer-complete, completion--do-completion):
2756 Use completion--flush-all-sorted-completions.
2757 (minibuffer-complete): Only cycle if completion-cycling is set.
2758 (completion--flush-all-sorted-completions): Unset completion-cycling.
2759 (minibuffer-force-complete): Set completion-cycling.
2760 (completion-all-sorted-completions): Move declaration before first use.
2761
2762 2010-10-28 Leo <sdl.web@gmail.com>
2763
2764 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
2765 which changes the order of matches seen by users (bug#7231).
2766
2767 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
2768
2769 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2770 Don't confuse -omega as "-o mega".
2771
2772 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2773
2774 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
2775 (log-edit-author): New dynamic var.
2776 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
2777 to return the author if different from committer.
2778 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
2779
2780 * play/landmark.el: Adjust commenting convention.
2781 (lm-nil-score): Rename from nil-score.
2782 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
2783 (OOOOscore): Move into a let in lm-score-trans-table.
2784 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
2785
2786 * electric.el (electric-indent-chars): Autoload.
2787 * progmodes/octave-mod.el (octave-mode):
2788 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
2789 (ruby-mode-abbrev-table): Merge initialization and declaration.
2790
2791 2010-10-27 Glenn Morris <rgm@gnu.org>
2792
2793 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
2794 variable.
2795
2796 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
2797
2798 * term/ns-win.el: Restore require of cl when compiling.
2799 (menu-bar-final-items): Remove non-existent `windows' menu.
2800 (ns-handle-nxopen): Optionally handle the temp-case.
2801 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
2802 (ns-insert-file, ns-find-file): Use `pop'.
2803
2804 2010-10-26 Glenn Morris <rgm@gnu.org>
2805
2806 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
2807
2808 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2809
2810 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
2811 global map.
2812 * term/common-win.el (x-setup-function-keys): Remove most of the
2813 keymappings. Comment on the remaining ones.
2814
2815 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
2816
2817 * server.el (server-port): New option. (Bug#854)
2818 (server-start): Use server-port.
2819
2820 2010-10-26 Glenn Morris <rgm@gnu.org>
2821
2822 * term/ns-win.el (ns-version-string): Remove unused declaration.
2823 (ns-invocation-args): Change to x-invocation-args.
2824 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
2825 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
2826 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
2827 Use x-invocation-args instead of ns-invocation-args.
2828 (ns-initialize-window-system, handle-args-function-alist):
2829 Use x-handle-args instead of ns-handle-args.
2830 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
2831 * startup.el (command-line-ns-option-alist): Replace
2832 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
2833 ns-handle-iconic with the x- equivalents.
2834
2835 * term/common-win.el (x-select-enable-clipboard):
2836 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
2837
2838 * term/ns-win.el: No need to require cl when compiling.
2839 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
2840 (xw-defined-colors): Use the common-win definitions.
2841 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
2842 (ns-handle-iconic): Make it an alias for x-handle-iconic.
2843 * term/common-win.el (x-select-text, x-alternatives-map)
2844 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
2845 * loadup.el [ns]: Load common-win.
2846
2847 2010-10-26 Daiki Ueno <ueno@unixuser.org>
2848
2849 * epa-mail.el (epa-mail-encrypt): Handle local-part only
2850 recipients; expand mail aliases (Bug#7280).
2851
2852 2010-10-25 Glenn Morris <rgm@gnu.org>
2853
2854 * term/common-win.el (x-handle-switch): Simplify with pop.
2855 Optionally handle numeric switches.
2856 (x-handle-numeric-switch): Just call x-handle-switch.
2857 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
2858 (x-handle-name-switch, x-handle-display, x-handle-args):
2859 Simplify with pop.
2860
2861 * term/ns-win.el: Do not require easymenu.
2862 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
2863 <spell>: Move adjustments to menu-bar.el.
2864 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
2865 <separator-undo, spell>: Move ns-win's adjustments here.
2866 * loadup.el [ns]: Do not load easymenu.
2867
2868 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
2869
2870 * image.el (image-checkbox-checked, image-checkbox-unchecked):
2871 Delete (Bug#7222).
2872
2873 * startup.el (fancy-startup-tail): Instead of using inline images,
2874 refer to image files from etc/.
2875
2876 * wid-edit.el (checkbox): Likewise.
2877 (widget-image-find): Center image specs.
2878
2879 2010-10-24 Glenn Morris <rgm@gnu.org>
2880
2881 * term/ns-win.el (x-select-text): Doc fix.
2882 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
2883 (x-select-text): Move to term/common-win.
2884 * term/w32-win.el (xw-defined-colors): Move to common-win.
2885 * term/x-win.el (xw-defined-colors, x-alternatives-map)
2886 (x-setup-function-keys, x-select-text): Move to common-win.
2887 * term/common-win.el (x-select-text, x-alternatives-map)
2888 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
2889 definitions here.
2890
2891 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
2892
2893 * net/mairix.el (mairix-searches-mode-map):
2894 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
2895
2896 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
2897
2898 * verilog-mode.el (verilog-directive-re): Make this variable
2899 auto-built for efficiency of execution and updating.
2900 (verilog-extended-complete-re): Support 'pure' fucntion & task
2901 declarations (these have no bodies).
2902 (verilog-beg-of-statement): General cleanup to enable support of
2903 'pure' fucntion & task declarations (these have no bodies).
2904 These efforts together fix Verilog bug210 from veripool; which was also
2905 noticed by Steve Pearlmutter.
2906 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
2907 (verilog-directive-nest-re, verilog-set-auto-endcomments):
2908 Support `elsif. Reported by Shankar Giri.
2909 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
2910 attribute handling for lining up declarations and assignments.
2911 (verilog-beg-of-statement-1): Fix issue where continued declaration
2912 is indented differently if it is after a begin..end clock.
2913 (verilog-in-attribute-p, verilog-skip-backward-comments)
2914 (verilog-skip-forward-comment-p): Support proper treatment of
2915 attributes by indent code. Reported by Jeff Steele.
2916 (verilog-in-directive-p): Fix comment to correctly describe function.
2917 (verilog-backward-up-list, verilog-in-struct-region-p)
2918 (verilog-backward-token, verilog-in-struct-p)
2919 (verilog-in-coverage-p, verilog-do-indent)
2920 (verilog-pretty-declarations): Use verilog-backward-up-list as
2921 wrapper around backward-up-list inorder to properly skip comments.
2922 Reported by David Rogoff.
2923 (verilog-property-re, verilog-endcomment-reason-re)
2924 (verilog-beg-of-statement, verilog-set-auto-endcomments)
2925 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
2926 of if). Reported by Max Bjurling and
2927 (verilog-calc-1): Fix for clocking block in modport
2928 declaration. Reported by Brian Hunter.
2929
2930 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
2931
2932 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
2933 (verilog-gate-keywords, verilog-read-sub-decls)
2934 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
2935 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
2936 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
2937 (verilog-read-decls): Fix spaces in V2K module parameters causing
2938 mis-identification as interfaces, bug287.
2939 (verilog-read-decls): Fix not treating "parameter string" as a
2940 parameter in AUTOINSTPARAM.
2941 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
2942 treating `elsif similar to `endif inside AUTOSENSE.
2943 (verilog-do-indent): Implement correct automatic or static task or
2944 function end comment highlight. Reported by Steve Pearlmutter.
2945 (verilog-font-lock-keywords-2): Fix highlighting of single
2946 character pins, bug264. Reported by Michael Laajanen.
2947 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
2948 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
2949 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
2950 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
2951 (verilog-pretty-expr): Fix interactive arguments, bug272.
2952 Reported by Mark Johnson.
2953 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
2954 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
2955 bug269. Suggested by Gary Delp.
2956 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
2957 (verilog-preprocessor, verilog-set-compile-command):
2958 Create verilog-preprocess and verilog-preprocessor to show
2959 preprocessed output.
2960 (verilog-get-beg-of-line, verilog-get-end-of-line)
2961 (verilog-modi-file-or-buffer, verilog-modi-name)
2962 (verilog-modi-point, verilog-within-string): Move defmacro's
2963 before first use to avoid warning. Reported by Steve Pearlmutter.
2964 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
2965 (verilog-colorize-region, verilog-highlight-buffer)
2966 (verilog-highlight-includes, verilog-highlight-modules)
2967 (verilog-highlight-region, verilog-mode): Rename colorize to
2968 highlight to match other packages. Disable module highlighting,
2969 as received speed complaints, reenable for experimentation only
2970 using new verilog-highlight-modules.
2971 (verilog-read-decls): Fix regexp stack overflow in very large
2972 AUTO_TEMPLATEs, bug250.
2973 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
2974 (verilog-scan): Create verilog-save-buffer-state to standardize
2975 making insignificant changes that shouldn't call hooks.
2976 (verilog-save-no-change-functions, verilog-save-scan-cache)
2977 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
2978 Create verilog-save-no-change-functions to wrap verilog-scan
2979 preservation, and fix to work with nested preserved calls.
2980 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
2981 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
2982 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
2983 (verilog-submit-bug-report): Update variable list to be complete.
2984 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
2985 breaking on-the-fly font-locking.
2986 (verilog-colorize-buffer, verilog-colorize-include-files)
2987 (verilog-colorize-include-files-buffer, verilog-colorize-region)
2988 (verilog-load-file-at-mouse, verilog-load-file-at-point)
2989 (verilog-mode, verilog-read-inst-module-matcher): With point on a
2990 AUTOINST cell instance name, middle mouse button now finds-file on
2991 it. Suggested by Brad Dobbie.
2992 (verilog-alw-get-temps, verilog-auto-reset)
2993 (verilog-auto-sense-sigs, verilog-read-always-signals)
2994 (verilog-read-always-signals-recurse): Fix loop indexes being
2995 AUTORESET. AUTORESET now assumes any variables in the
2996 initialization section of a for() should be ignored.
2997 Reported by Dan Dever.
2998 (verilog-error-font-lock-keywords)
2999 (verilog-error-regexp-emacs-alist)
3000 (verilog-error-regexp-xemacs-alist): Fix error detection of
3001 Cadence HAL, reported by David Asher. Repair drift between the
3002 three similar error variables.
3003 (verilog-modi-lookup, verilog-modi-lookup-cache)
3004 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
3005 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
3006 Fix slow verilog-auto expansion on very large files.
3007 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
3008 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
3009 "{1*2{...". Broke in last revision.
3010 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
3011 submodule connections with replications "{#{a},#{b}}".
3012
3013 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
3014
3015 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
3016 Fix typo in docstring.
3017
3018 2010-10-24 Kenichi Handa <handa@m17n.org>
3019
3020 * face-remap.el (text-scale-adjust): Call read-event with a proper
3021 prompt.
3022
3023 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3024
3025 * emacs-lisp/unsafep.el: Don't mark functions that display
3026 messages as safe. Suggested by Johan Bockgård.
3027
3028 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
3031 Turn comments into docstrings.
3032
3033 * minibuffer.el (completion--replace): Move point where it belongs
3034 when there's a common suffix (bug#7215).
3035
3036 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3037
3038 Merge read-color and facemenu-read-color (Bug#7242).
3039
3040 * faces.el (read-color): Use the completion code from
3041 facemenu-read-color. Require match in completion. Doc fix.
3042
3043 * facemenu.el (facemenu-read-color): Alias for read-color.
3044 (facemenu-set-foreground, facemenu-set-background):
3045 Use read-color.
3046
3047 * frame.el (set-background-color, set-foreground-color)
3048 (set-cursor-color, set-mouse-color, set-border-color):
3049 Use read-color.
3050
3051 2010-10-24 Leo <sdl.web@gmail.com>
3052
3053 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
3054 argument of delete-file and delete-directory (Bug#7011).
3055
3056 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
3059 button-buffer-map.
3060
3061 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
3062
3063 * emacs-lisp/package.el (package--generate-package-list): Make the
3064 *Packages* buffer read-only.
3065
3066 2010-10-24 Alan Mackenzie <acm@muc.de>
3067
3068 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
3069 result of `c-beginning-of-decl-1' between invocations of a lambda
3070 function (Bug #7265).
3071
3072 2010-10-24 Daiki Ueno <ueno@unixuser.org>
3073
3074 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
3075 executable is not available on the system (Bug#7268).
3076
3077 2010-10-24 Glenn Morris <rgm@gnu.org>
3078
3079 * select.el (selection-coding-system, next-selection-coding-system):
3080 Sync doc with C versions.
3081
3082 * w32-vars.el (x-select-enable-clipboard):
3083 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
3084 * term/common-win.el (x-select-enable-clipboard): Move here.
3085
3086 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
3087 definition of C variable.
3088
3089 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
3090 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3091 Don't redefine things that are defined in C.
3092 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
3093 (show-trailing-whitespace, auto-hscroll-mode)
3094 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3095 Set up the appropriate custom properties.
3096
3097 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3098
3099 Bind "C-c ]" to ...
3100 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
3101 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
3102 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
3103 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
3104
3105 2010-10-23 Glenn Morris <rgm@gnu.org>
3106
3107 * textmodes/flyspell.el (flyspell-mode): If there was an error,
3108 say what it was.
3109
3110 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
3111 Sync docs with C version.
3112
3113 * term/ns-win.el (xw-defined-colors):
3114 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
3115
3116 * term/pc-win.el (x-select-enable-clipboard):
3117 * term/x-win.el (x-select-enable-clipboard):
3118 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
3119
3120 * comint.el (comint-password-prompt-regexp): Make it less vague.
3121 Bump version.
3122
3123 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
3124
3125 * help.el (finder-by-keyword): Remove unnecessary autoload.
3126
3127 2010-10-22 Glenn Morris <rgm@gnu.org>
3128
3129 * loadup.el: Unconditionally load float-sup.
3130 * paren.el (show-paren-delay):
3131 * emacs-lisp/float-sup.el:
3132 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
3133 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
3134 (lazy-lock-stealth-verbose): Assume float support.
3135 * ps-print.el: Assume float support on Emacs.
3136 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
3137 Remove non-float branch.
3138
3139 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
3140 src/Makefile no longer being pre-processed.
3141
3142 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3143
3144 * emacs-lisp/find-func.el (find-library): Use test-completion.
3145
3146 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3147
3148 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
3149
3150 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
3151
3152 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
3153 space in stat format string.
3154 (tramp-send-command): Unset $PS1 when using here documents, in
3155 order not to get several prompts.
3156 (tramp-get-inline-coding): Return `nil' in case of errors.
3157
3158 2010-10-21 Daiki Ueno <ueno@unixuser.org>
3159
3160 * hexl.el (hexl-mode, hexl-mode-exit):
3161 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
3162 (hexl-revert-buffer-function): New function.
3163 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
3164
3165 2010-10-19 Alan Mackenzie <acm@muc.de>
3166
3167 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
3168 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
3169 that these keywords aren't wrongly matched as identifiers.
3170
3171 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
3172 setting of c-new-BEG and c-new-END from c-before-change to
3173 c-after-change. (Bug#7181)
3174
3175 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
3176
3177 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
3178 Don't mark as safe.
3179
3180 * custom.el (custom-theme-set-variables): Likewise.
3181 (load-theme): Add custom-theme-set-faces and
3182 custom-theme-set-variables to safe-functions while loading.
3183 (custom-enabled-themes): Mark as risky.
3184
3185 2010-10-18 Julien Danjou <julien@danjou.info>
3186
3187 * bindings.el: Remove end dashes in default mode-line-format.
3188
3189 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
3190
3191 * bindings.el (global-map): Bind C-d to delete-char and deletechar
3192 to delete-forward-char.
3193
3194 * simple.el (normal-erase-is-backspace-mode): Remap delete to
3195 deletechar, and hence delete-forward-char.
3196
3197 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * repeat.el (repeat): Use read-key (bug#6256).
3200
3201 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
3202
3203 * emacs-lisp/unsafep.el: Don't mark functions that display
3204 messages as safe. Suggested by Johan Bockgård.
3205
3206 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * minibuffer.el (completion--replace): Move point where it belongs
3209 when there's a common suffix (bug#7215).
3210
3211 2010-10-19 Kenichi Handa <handa@m17n.org>
3212
3213 * international/characters.el: Add category '|' (word breakable)
3214 to fullwidth characters.
3215
3216 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
3217
3218 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
3219 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
3220 order to make stat results a float. Patch by Andreas Schwab
3221 <schwab@linux-m68k.org>.
3222
3223 2010-10-18 Julien Danjou <julien@danjou.info>
3224
3225 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
3226 hidden by `make-pointer-invisible'.
3227
3228 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3229
3230 * files.el (locate-file-completion-table): Strip non-matching elements
3231 before checking length of list (bug#7238).
3232
3233 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
3234
3235 * custom.el (custom-theme-set-variables): Mark as a safe function.
3236 (load-theme): Check forms using unsafep.
3237
3238 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
3239
3240 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
3241
3242 * textmodes/ispell.el (ispell-aspell-find-dictionary):
3243 Fix aspell data file searching (bug#7230).
3244
3245 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
3246
3247 * cus-theme.el (custom-theme--migrate-settings): New var.
3248 (customize-create-theme): Allow editing the `user' theme.
3249 (custom-theme-add-variable, custom-theme-add-var-1)
3250 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
3251 to the front of each variable or face widget.
3252 (custom-theme-write): Save theme settings in the correct order.
3253 Optionally, remove saved settings from user customizations.
3254 (custom-theme-write-variables, custom-theme-write-faces):
3255 Save only the checked widgets.
3256 (customize-themes): Add a link for migrating custom settings.
3257
3258 * custom.el (custom-declare-theme, provide-theme):
3259 Use custom-theme-name-valid-p.
3260 (custom-theme-name-valid-p): Remove checks that are now
3261 unnecessary since themes no longer obey load-path.
3262
3263 * cus-edit.el (custom-variable-value-create): For the simple
3264 style, hide documentation string when hidden.
3265
3266 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
3267
3268 * cus-edit.el (custom-variable, custom-face): Combine the
3269 :inhibit-magic and :display-style properties into a single
3270 :custom-style property.
3271 (custom-toggle-hide-variable, custom-toggle-hide-face):
3272 New functions. If hiding an edited value, save it to :shown-value.
3273 (custom-variable-value-create, custom-face-value-create): Use them.
3274 (custom-magic-reset): Allow magic property to be unset.
3275
3276 * custom.el: Custom themes no longer use load-path.
3277 (custom-theme-load-path): New option. Change built-in theme
3278 directory to etc/.
3279 (custom-enabled-themes): Add custom-theme-load-path dependency.
3280 (custom-theme--load-path): New function.
3281 (load-theme, custom-available-themes): Use it.
3282
3283 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
3284 (customize-themes): Link to custom-theme-load-path variable.
3285 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
3286 :custom-style property.
3287
3288 * themes/*.el: Moved to etc/.
3289
3290 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
3291
3292 * textmodes/reftex-cite.el
3293 (reftex-extract-bib-entries-from-thebibliography): Do not move
3294 point when searching for \bibitem entries. Match entries with
3295 spaces or tabs in front of arguments.
3296
3297 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
3298
3299 * cus-theme.el (customize-create-theme): Delete overlays after
3300 erasing. If given a THEME arg, display only the faces of that arg
3301 instead of custom-theme--listed-faces.
3302 (custom-theme-variable-menu, custom-theme-variable-action)
3303 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
3304 (custom-theme-add-variable, custom-theme-add-face): Apply value
3305 from the theme settings, instead of the current value.
3306 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
3307 (custom-theme-visit-theme): Allow calling outside theme buffers.
3308 (custom-theme-merge-theme): Don't enable the theme when merging.
3309 (custom-theme-write-variables, custom-theme-write-faces): Use the
3310 :shown-value properties to save buffer values, not global ones.
3311 (customize-themes): Display a warning about user customizations.
3312
3313 * cus-edit.el (custom-variable-value-create)
3314 (custom-face-value-create): Obey new special properties
3315 :shown-value and :inhibit-magic.
3316
3317 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
3318
3319 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3320 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
3321 <dale@codefu.org>.
3322
3323 2010-10-14 Kenichi Handa <handa@m17n.org>
3324
3325 * mail/rmail.el (rmail-show-message-1): Catch an error of
3326 base64-decode-region and just show an error message (bug#7165).
3327
3328 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
3329 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
3330 a font-spec (bug#7197).
3331
3332 2010-10-14 Glenn Morris <rgm@gnu.org>
3333
3334 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
3335
3336 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
3337
3338 * international/mule.el (define-coding-system):
3339 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3340 * composite.el (compose-region): Fix typo in docstring.
3341
3342 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
3343
3344 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
3345 only after checking the theme-face property.
3346
3347 * faces.el (face-spec-reset-face): Reset all attributes in one
3348 single call to set-face-attribute.
3349 (face-spec-match-p): Make it a defsubst.
3350 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
3351 (x-create-frame-with-faces, tty-create-frame-with-faces)
3352 (tty-set-up-initial-frame-faces): Don't recompute face specs in
3353 frame-set-background-mode, since they are recomputed immediately
3354 afterwards in face-set-after-frame-default.
3355 (face-set-after-frame-default): Minor optimization.
3356 (cursor): Provide non-trivial defface spec.
3357
3358 * custom.el (custom-theme-recalc-face): Simplify.
3359
3360 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
3361
3362 * calc/calc-alg.el (math-var): Rename from `var'.
3363 (math-is-polynomial, math-is-poly-rec): Replace `var'
3364 with `math-var'.
3365
3366 * calc/calcalg2.el (math-var): Rename from `var'.
3367 (calcFunc-table, math-scan-for-limits): Replace `var'
3368 with `math-var'.
3369
3370 2010-10-13 Glenn Morris <rgm@gnu.org>
3371
3372 * subr.el (last): Deal with dotted lists (reported in bug#7174).
3373
3374 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
3375
3376 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
3377
3378 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3379
3380 * net/tls.el (tls-program): Remove spurious %s from openssl.
3381 (tls-starttls-switches): Remove starttls hack.
3382 (open-tls-stream): Ditto.
3383 (tls-find-starttls-argument): Ditto.
3384
3385 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
3386
3387 * image.el (image-library-alist): Declare as obsolete alias.
3388 (image-type-available-p): Use `dynamic-library-alist'.
3389
3390 * term/w32-win.el (dynamic-library-alist):
3391 Use instead of `image-library-alist'.
3392
3393 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
3394
3395 * subr.el (last): Make it faster. (Bug#7174)
3396
3397 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
3398
3399 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
3400
3401 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
3402
3403 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
3404 (describe-theme-1): Extract doc from unloaded themes.
3405
3406 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
3407
3408 * themes/tango-theme.el:
3409 * themes/tango-dark-theme.el:
3410 * themes/wheatgrass-theme.el: New files.
3411
3412 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
3413
3414 * cus-theme.el (describe-theme, customize-themes)
3415 (custom-theme-save): New commands.
3416 (custom-new-theme-mode-map): Bind C-x C-s.
3417 (custom-new-theme-mode): Use custom--initialize-widget-variables.
3418 (customize-create-theme): New optional arg THEME.
3419 (custom-theme-revert): Use it.
3420 (custom-theme-visit-theme): Remove dead code.
3421 (custom-theme-merge-theme): Use custom-available-themes.
3422 (custom-theme-write): Make interactive.
3423 (custom-theme-write): Use custom-theme-name-valid-p.
3424 (describe-theme-1, custom-theme-choose-revert)
3425 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
3426 New funs.
3427 (custom-theme-allow-multiple-selections): New option.
3428 (custom-theme-choose-mode): New major mode.
3429
3430 * custom.el (custom-theme-set-variables): Remove dead code.
3431 Obey custom--inhibit-theme-enable.
3432 (custom--inhibit-theme-enable): New var.
3433 (provide-theme): Obey it.
3434 (load-theme): Replace load with manual read/eval, in order to
3435 check for correctness. Use custom-theme-name-valid-p.
3436 (custom-theme-name-valid-p): New function.
3437 (custom-available-themes): Use it.
3438
3439 * cus-edit.el (custom--initialize-widget-variables): New function.
3440 (Custom-mode): Use it.
3441
3442 * cus-face.el (custom-theme-set-faces): Remove dead code.
3443 Obey custom--inhibit-theme-enable.
3444
3445 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
3446
3447 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
3448
3449 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
3450
3451 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
3452
3453 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
3454 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
3455 (mac-right-option-modifier): New alias for ns-right-option-modifier.
3456
3457 * cus-start.el (all): ns-right-alternate-modifier is new.
3458
3459 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3460
3461 * emacs-lisp/lisp.el (lisp-completion-at-point):
3462 Use emacs-lisp-mode-syntax-table for the whole function.
3463
3464 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
3465
3466 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
3467 instead of font-lock-mode before adding keywords.
3468 Remove hi-lock-mode off code. Remove inhibit hack.
3469 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
3470 non-nil; removed hook inhibit hack.
3471
3472 2010-10-12 Glenn Morris <rgm@gnu.org>
3473
3474 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
3475 (load-path-shadows-find): ... to this.
3476 (list-load-path-shadows): Update for above change.
3477
3478 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
3479
3480 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3481
3482 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
3483 Fix comment for declare-function.
3484
3485 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
3486
3487 * custom.el (custom-fix-face-spec): New function; code moved from
3488 custom-face-edit-fix-value.
3489 (custom-push-theme): Use it when checking if a face has been
3490 changed outside customize.
3491 (custom-available-themes): New function.
3492 (load-theme): Use it.
3493
3494 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
3495
3496 * custom.el (custom-push-theme): Cleanup (use cond).
3497 (disable-theme): Recompute the saved-face property.
3498 (custom-theme-recalc-face): Follow face alias before setting prop.
3499
3500 * image.el (image-checkbox-checked, image-checkbox-unchecked):
3501 New variables, containing checkbox images.
3502
3503 * startup.el (fancy-startup-tail):
3504 * wid-edit.el (checkbox): Use them.
3505
3506 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3507
3508 * shell.el (shell-mode-map):
3509 * progmodes/modula2.el (m2-mode-map):
3510 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
3511 * play/mpuz.el (mpuz-mode-map):
3512 * play/landmark.el (lm-mode-map):
3513 * play/decipher.el (decipher-mode-map):
3514 * play/5x5.el (5x5-mode-map):
3515 * net/telnet.el (telnet-mode-map):
3516 * net/quickurl.el (quickurl-list-mode-map):
3517 * net/mairix.el (mairix-searches-mode-map):
3518 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
3519 * net/dig.el (dig-mode-map):
3520 * mail/mspools.el (mspools-mode-map):
3521 * hexl.el (hexl-mode-map):
3522 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
3523 (wordstar-C-o-map, wordstar-C-q-map):
3524 * emacs-lisp/edebug.el (edebug-eval-mode-map):
3525 * emacs-lisp/chart.el (chart-map):
3526 * edmacro.el (edmacro-mode-map):
3527 * erc/erc-list.el (erc-list-menu-mode-map):
3528 * array.el (array-mode-map): Declare and define in one step.
3529
3530 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
3531
3532 2010-10-10 Daiki Ueno <ueno@unixuser.org>
3533
3534 * epa.el (epa-passphrase-callback-function): Display filename
3535 passed as the 3rd arg.
3536 * epa-file.el (epa-file-passphrase-callback-function):
3537 Pass filename to epa-passphrase-callback-function.
3538
3539 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
3540
3541 * cus-edit.el (custom-face-widget-to-spec)
3542 (custom-face-get-current-spec, custom-face-state): New functions.
3543 (custom-face-set, custom-face-mark-to-save)
3544 (custom-face-value-create, custom-face-state-set): Use them.
3545
3546 * cus-theme.el (custom-theme--listed-faces): New var.
3547 (customize-create-theme): Use *Custom Theme* as the buffer name.
3548 Set revert-buffer-function. Optional arg BUFFER. Insert all
3549 faces listed in custom-theme--listed-faces.
3550 (custom-theme-revert): New function.
3551 (custom-theme-add-variable, custom-theme-add-face): Insert at the
3552 bottom of the list.
3553 (custom-theme-write): Prompt for theme name if empty.
3554 (custom-theme-write-variables): Use dolist.
3555 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
3556
3557 2010-10-09 Alan Mackenzie <acm@muc.de>
3558
3559 Enhance fontification of declarators to take account of the
3560 presence/absence of "typedef".
3561
3562 * cc-engine.el (c-forward-type): New &optional param
3563 "brace-block-too".
3564 (c-forward-decl-or-cast-1): cdr of return value now indicates the
3565 presence of either or both of a "struct"-like keyword and "typedef".
3566
3567 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
3568 fontification of declarators which follow a "}".
3569 (c-font-lock-declarations): Fontify declarators according to the
3570 presence/absence of "typedef".
3571
3572 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
3573 for "typedef".
3574 (c-typedef-decl-key): New lang variable built from
3575 c-typedef-decl-kwds.
3576
3577 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3578
3579 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
3580 since that's too annoying. Move the filter groups commands to
3581 TAB/backtab.
3582
3583 * epa.el (epa-passphrase-callback-function): Say what we're
3584 querying the password for.
3585
3586 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
3587 behaviour, don't bury the ibuffer buffer when visiting other buffers.
3588
3589 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
3590
3591 * cus-edit.el (custom-commands, custom-buffer-create-internal)
3592 (custom-magic-value-create): Pad button tags with spaces.
3593 (custom-face-edit): New variable.
3594 (custom-face-value-create): Determine whether to use the usual
3595 face editor here, instead of using custom-face-selected.
3596 Pass face defaults to custom-face-edit widget.
3597 (custom-face-selected, custom-display-unselected): Delete widgets.
3598 (custom-display-unselected-match): Function removed.
3599 (custom-face-set, custom-face-mark-to-save):
3600 Accept custom-face-edit widgets as the direct widget child.
3601
3602 * wid-edit.el (widget--completing-widget): New var.
3603 (widget-default-complete): Bind it when doing completion.
3604 (widget-string-complete, widget-file-complete): Use it.
3605
3606 2010-10-09 Glenn Morris <rgm@gnu.org>
3607
3608 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
3609 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
3610 (holiday-hebrew-misc): Small simplifications.
3611
3612 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
3613
3614 * net/browse-url.el: Don't require thingatpt, term, dired,
3615 executable, or w3-auto when compiling.
3616 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
3617 Declare.
3618 (browse-url-text-emacs): Require term.
3619
3620 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
3621
3622 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
3623
3624 2010-10-08 Glenn Morris <rgm@gnu.org>
3625
3626 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
3627
3628 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
3629 (shadows-compare-text-p): Make it an obsolete alias for...
3630 (load-path-shadows-compare-text): ... new name.
3631 (find-emacs-lisp-shadows): Update for above name change.
3632 (load-path-shadows-same-file-or-nonexistent): New name for the old
3633 shadow-same-file-or-nonexistent.
3634
3635 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * minibuffer.el (completion--some, completion--do-completion)
3638 (minibuffer-complete-and-exit, minibuffer-completion-help)
3639 (completion-basic-try-completion)
3640 (completion-basic-all-completions)
3641 (completion-pcm--find-all-completions): Use lexical-let to
3642 avoid some false matches in variable completion (Bug#7056)
3643
3644 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
3645
3646 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
3647
3648 2010-10-08 Leo <sdl.web@gmail.com>
3649
3650 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
3651 return non-nil if the file exists (Bug#7090).
3652
3653 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 * minibuffer.el (completion--replace):
3656 Better preserve markers (bug#7138).
3657
3658 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
3659
3660 * server.el (server-process-filter): Doc fix.
3661
3662 2010-10-08 Drew Adams <drew.adams@oracle.com>
3663
3664 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
3665
3666 2010-10-08 Glenn Morris <rgm@gnu.org>
3667
3668 * vc/ediff-wind.el (ediff-setup-control-frame):
3669 * vc/ediff-ptch.el (ediff-default-backup-extension):
3670 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
3671 (ediff-exec-process): Remove system-types emx, windows-95.
3672
3673 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
3674
3675 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
3676
3677 * cus-edit.el (custom-variable, custom-face): Doc fix.
3678 (custom-face-edit): Add value-create attribute.
3679 (custom-face-edit-value-create)
3680 (custom-face-edit-value-visibility-action): New functions.
3681 Hide unused face attributes by default, and add a visibility toggle.
3682 (custom-face-edit-deactivate): Show empty values with shadow face.
3683 (custom-face-selected): Only use this for face specs with default
3684 attributes.
3685 (custom-face-value-create): Cleanup.
3686
3687 * wid-edit.el (widget-checklist-value-create): Use dolist.
3688 (widget-checklist-match-find): Make second arg optional.
3689
3690 2010-10-07 Glenn Morris <rgm@gnu.org>
3691
3692 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
3693 Prefix things.
3694
3695 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
3696 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
3697 load-path-shadows-mode, update references.
3698 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
3699 Rename variable and button.
3700 (list-load-path-shadows): Update button caller.
3701
3702 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3703
3704 * emacs-lisp/smie.el (smie-bnf-classify): New function.
3705 (smie-bnf-precedence-table): Use it to remember the closers/openers.
3706 (smie-merge-prec2s): Handle those new entries.
3707 (smie-prec2-levels): Only set precedence to nil for actual
3708 openers/closers.
3709 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
3710 that is now unnecessary.
3711
3712 2010-10-07 Miles Bader <miles@gnu.org>
3713
3714 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
3715
3716 2010-10-07 Glenn Morris <rgm@gnu.org>
3717
3718 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
3719 (mail-position-on-field): Remove declarations.
3720 (mail-position-on-field): Autoload it.
3721 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
3722 and mail-header-end. Don't require sendmail.
3723
3724 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
3725 (shadow-mode): New mode.
3726 (shadow-find-file): New button.
3727 (list-load-path-shadows): Use shadow-mode and buttons.
3728
3729 * iimage.el (iimage-version): Remove.
3730 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
3731 Turn into defcustoms.
3732 (iimage-mode-map): Give it a doc string.
3733
3734 * calendar/appt.el (appt-activate): Give a warning rather than an error
3735 if there is no diary-file.
3736
3737 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
3738
3739 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3740 Use `tramp-handle-find-backup-file-name'.
3741
3742 2010-10-06 Glenn Morris <rgm@gnu.org>
3743
3744 * font-core.el (font-lock-defaults-alist): Remove variable.
3745 (font-lock-mode): Doc fix.
3746 (font-lock-default-function): Do not consult font-lock-defaults-alist.
3747 * font-lock.el (font-lock-refresh-defaults): Doc fix.
3748 (font-lock-set-defaults): Doc fix.
3749 Do not consult font-lock-defaults-alist.
3750
3751 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
3752
3753 * emacs-lisp/cl.el: No longer provide cl-19.
3754
3755 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
3756
3757 * net/tramp.el (tramp-handle-directory-files-and-attributes)
3758 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
3759 New defuns, taken from tramp-smb.el.
3760 (tramp-coding-system-change-eol-conversion)
3761 (tramp-set-process-query-on-exit-flag): Remove.
3762
3763 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
3764 (tramp-compat-coding-system-change-eol-conversion)
3765 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
3766 from tramp.el.
3767
3768 * net/tramp-gvfs.el:
3769 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
3770 by `tramp-compat-set-process-query-on-exit-flag'.
3771
3772 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3773 Use `tramp-handle-directory-files-and-attributes',
3774 `tramp-handle-file-exists-p' and
3775 `tramp-handle-file-newer-than-file-p'.
3776 (tramp-imap-handle-file-exists-p)
3777 (tramp-imap-handle-file-executable-p)
3778 (tramp-imap-handle-file-readable-p)
3779 (tramp-imap-handle-directory-files-and-attributes)
3780 (tramp-imap-handle-file-newer-than-file-p): Remove.
3781
3782 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
3783 by `tramp-compat-set-process-query-on-exit-flag' and
3784 `tramp-coding-system-change-eol-conversion' by
3785 `tramp-compat-coding-system-change-eol-conversion'.
3786
3787 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3788 Use `tramp-handle-directory-files-and-attributes',
3789 `tramp-handle-file-exists-p' and
3790 `tramp-handle-file-newer-than-file-p'.
3791 (tramp-smb-handle-directory-files-and-attributes)
3792 (tramp-smb-handle-file-exists-p)
3793 (tramp-smb-handle-file-newer-than-file-p): Remove.
3794 (tramp-smb-maybe-open-connection):
3795 Replace `tramp-set-process-query-on-exit-flag' by
3796 `tramp-compat-set-process-query-on-exit-flag'.
3797
3798 2010-10-05 Glenn Morris <rgm@gnu.org>
3799
3800 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
3801
3802 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
3803
3804 Continue reorganization of load dependencies. (Bug#7156)
3805
3806 * net/tramp.el (tramp-handle-file-local-copy-hook)
3807 (tramp-delete-temp-file-function): Move down.
3808 (tramp-exists-file-name-handler): Move up.
3809 (tramp-register-file-name-handlers): Simplify autoload.
3810 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
3811 (tramp-handle-directory-files, tramp-handle-dired-uncache)
3812 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
3813 (tramp-handle-file-name-completion)
3814 (tramp-handle-file-name-directory)
3815 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
3816 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
3817 (tramp-handle-find-backup-file-name)
3818 (tramp-handle-insert-file-contents, tramp-handle-load)
3819 (tramp-handle-substitute-in-file-name)
3820 (tramp-handle-unhandled-file-name-directory)
3821 (tramp-mode-string-to-int, tramp-local-host-p)
3822 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
3823
3824 * net/tramp-gvfs.el (top):
3825 * net/tramp-smb.el (top): Do not require 'tramp-sh.
3826
3827 * net/tramp-sh.el (all): Move several objects to tramp.el, see
3828 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
3829
3830 2010-10-04 Glenn Morris <rgm@gnu.org>
3831
3832 * calendar/appt.el (appt-add): Ensure reminders are enabled.
3833 (appt-activate): Give status messages.
3834
3835 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
3836
3837 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
3838 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
3839 `gnutls-negotiate' (formerly `starttls-negotiate').
3840 Remove trivial wrapper `starttls-open-stream'.
3841
3842 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3843
3844 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
3845 log-outgoing commands.
3846 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
3847 to create a buffer local revert-buffer-function variable.
3848 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
3849 revert-buffer-function lambda.
3850
3851 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
3852
3853 * net/gnutls.el (starttls-negotiate): Use the plist interface to
3854 `gnutls-boot'. Make TYPE the only required parameter.
3855 Allow TRUSTFILES and KEYFILES to be lists.
3856 (open-ssl-stream): Use it.
3857
3858 2010-10-03 Glenn Morris <rgm@gnu.org>
3859
3860 * subr.el (directory-sep-char): Remove obsolete variable.
3861 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
3862 it is "necessary".
3863
3864 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
3865 * vc/vc.el (vc-static-header-alist): Doc fix.
3866 * vc/vc-cvs.el (vc-cvs-header):
3867 * vc/vc-rcs.el (vc-rcs-header):
3868 * vc/vc-sccs.el (vc-sccs-header):
3869 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
3870 * obsolete/vc-mcvs.el (vc-mcvs-header):
3871 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
3872 on XEmacs.
3873
3874 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
3875
3876 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3877 Remove obsolete use of binary-overwrite-mode (Bug#7001).
3878
3879 2010-10-03 Glenn Morris <rgm@gnu.org>
3880
3881 * obsolete/x-menu.el: Remove file, obsolete since 21.1
3882
3883 * textmodes/rst.el (rst-font-lock-keywords-function):
3884 Drop Emacs 20 code.
3885
3886 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
3887
3888 * printing.el: Drop Emacs 20 code.
3889
3890 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
3891 without having used appt.el already).
3892
3893 * subr.el (make-local-hook): Remove function obsolete since 21.1.
3894 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
3895 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
3896 XEmacs.
3897 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
3898 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
3899
3900 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
3901 (charset-width, find-charset-region, chars-in-region, forward-point)
3902 (encode-coding-string, coding-system-p, ccl-execute-on-string)
3903 (define-ccl-program, multibyte-string-p, string-make-multibyte):
3904 Remove compatibility cruft (none of these are used by ps*.el).
3905
3906 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
3907
3908 * subr.el (booleanp): Return t instead of a list (Bug#7086).
3909
3910 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
3911
3912 * server.el (server-process-filter, server-return-error):
3913 Give emacsclient time to shut down after receiving an error string.
3914
3915 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
3916
3917 * files.el (remote-file-name-inhibit-cache): New defcustom.
3918
3919 * time.el (display-time-file-nonempty-p):
3920 Use `remote-file-name-inhibit-cache'.
3921
3922 * net/tramp.el (tramp-completion-reread-directory-timeout):
3923 Fix docstring.
3924
3925 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
3926 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
3927 `remote-file-name-inhibit-cache'. Check also for an integer
3928 value. Add/increase counter when `tramp-verbose' >= 10.
3929 (tramp-set-file-property): Add/increase counter when
3930 `tramp-verbose' >= 10.
3931
3932 * net/tramp-cmds.el (tramp-cleanup-all-connections)
3933 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
3934 (tramp-bug): Set tramp-autoload cookie. Report all interned
3935 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
3936 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
3937 characters only in strings.
3938
3939 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
3940 to backward compatibility.
3941
3942 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
3943 (tramp-handle-file-name-all-completions)
3944 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
3945 (tramp-open-connection-setup-interactive-shell):
3946 Call `tramp-cleanup-connection' directly.
3947
3948 2010-10-02 Glenn Morris <rgm@gnu.org>
3949
3950 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
3951
3952 * subr.el (char-bytes): Remove obsolete function.
3953
3954 * isearch.el (isearch-return-char): Remove obsolete function.
3955
3956 * mouse.el: No longer provide mldrag.
3957 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
3958 Remove obsolete aliases.
3959
3960 * comint.el (comint-kill-output): Remove obsolete alias.
3961
3962 * composite.el (decompose-composite-char): Remove obsolete function.
3963 * ps-def.el (decompose-composite-char): Remove unused function.
3964
3965 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
3966
3967 * outline.el (outline-visible): Remove obsolete function.
3968
3969 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
3970 * faces.el (internal-find-face, internal-get-face)
3971 (frame-update-faces, frame-update-face-colors)
3972 (x-frob-font-weight, x-frob-font-slant)
3973 (internal-frob-font-weight, internal-frob-font-slant)
3974 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
3975 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
3976 (x-make-font-bold-italic): Remove functions and aliases, obsolete
3977 since Emacs 21.1.
3978 * emulation/viper-util.el (viper-get-face):
3979 * obsolete/lucid.el (find-face, get-face): Use facep.
3980 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
3981 Remove unused functions.
3982 * vc/ediff-util.el (ediff-submit-report): Doc fix.
3983
3984 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
3985 delete tempfile if interrupted during compilation.
3986
3987 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3988
3989 * net/tls.el (tls-starttls-switches): Give up on using starttls with
3990 gnutls-cli.
3991 (tls-program): Add --insecure to be consistent with the defaults from
3992 openssl s_client. Now all three commands are insecure.
3993
3994 2010-10-01 Eli Zaretskii <eliz@gnu.org>
3995
3996 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
3997 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
3998 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
3999
4000 2010-10-01 Glenn Morris <rgm@gnu.org>
4001
4002 * obsolete/sc.el: Remove file.
4003
4004 * files.el (temporary-file-directory): On darwin, also try
4005 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
4006
4007 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
4008
4009 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
4010 Let's not break compatibility gratuitously, shall we?
4011
4012 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4013
4014 * net/tls.el (tls-starttls-switches): New variable.
4015 (tls-find-starttls-argument): Use it.
4016 (open-tls-stream): Ditto.
4017
4018 * net/netrc.el (netrc-credentials): Return the value of the "default"
4019 entry.
4020 (netrc-machine): Ditto.
4021
4022 2010-09-30 Eli Zaretskii <eliz@gnu.org>
4023
4024 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
4025
4026 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
4027
4028 * server.el (server-start): Don't write pid to the authentication file.
4029 (server-create-tty-frame): Don't send pid.
4030 (server-process-filter): Send pid at the start of every connection.
4031
4032 2010-09-30 Glenn Morris <rgm@gnu.org>
4033
4034 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
4035 (show-all-diary-entries): Remove obsolete function aliases.
4036
4037 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
4038 Remove options, obsolete since 22.1.
4039 (appt-display-format, appt-display-message):
4040 Remove backwards-compatibility code.
4041 (appt-check): No longer check appt-issue-message.
4042 (appt-make-list): No longer autoload it. Doc fix. No longer
4043 activate the package.
4044
4045 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4046
4047 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
4048 (starttls-negotiate): Just call boot, and let the handshake be
4049 triggered from the read loop.
4050
4051 2010-09-29 Glenn Morris <rgm@gnu.org>
4052
4053 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
4054 not displaying the diary.
4055 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
4056 * calendar/appt.el (appt-check): No longer need to kill diary.
4057
4058 * calendar/diary-lib.el (diary-list-entries): Move the
4059 "Preparing..." message entirely here.
4060 (diary-simple-display, diary-fancy-display): Move "Preparing..."
4061 messages to diary-list-entries.
4062 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
4063 diary-display-function.
4064
4065 * calendar/diary-lib.el (diary-include-other-diary-files):
4066 Trap some recursive includes.
4067
4068 * calendar/appt.el (appt-activate): Check diary file.
4069
4070 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4071
4072 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4073 construction.
4074
4075 * calendar/time-date.el: No need to require cl for Emacs 21.
4076
4077 2010-09-28 Glenn Morris <rgm@gnu.org>
4078
4079 * calendar/appt.el (appt-check): Minor simplification.
4080
4081 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4082
4083 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
4084 citation prefix.
4085
4086 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
4087
4088 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4089 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
4090
4091 2010-09-27 Kenichi Handa <handa@m17n.org>
4092
4093 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
4094 "ustar" format.
4095
4096 2010-09-27 Kenichi Handa <handa@m17n.org>
4097
4098 * international/mule.el (define-coding-system): Docstring fixed.
4099
4100 * international/mule-diag.el (describe-character-set): Use princ
4101 with proper print-length and print-level instead of insert.
4102
4103 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4104
4105 * window.el (walk-windows): Doc fix (bug#7105).
4106
4107 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4108
4109 * emacs-lisp/float-sup.el (e): Remove.
4110
4111 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4112
4113 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
4114 variable.
4115 (starttls-negotiate): Use it.
4116
4117 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4118
4119 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
4120 back.
4121
4122 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4123
4124 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
4125
4126 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4127
4128 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
4129
4130 * net/netrc.el (netrc-store-data): New function.
4131
4132 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
4133
4134 * net/gnutls.el: GnuTLS glue code to set up a connection.
4135
4136 2010-09-25 Julien Danjou <julien@danjou.info>
4137
4138 * notifications.el: Call dbus-register-signal only if it is bound.
4139
4140 2010-09-25 Glenn Morris <rgm@gnu.org>
4141
4142 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4143 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4144 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4145 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4146 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4147 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
4148 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
4149 * eshell/esh-util.el, eshell/esh-var.el:
4150 Remove leading `*' from docs of faces and defcustoms.
4151
4152 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
4153
4154 * eshell/em-ls.el (eshell-ls-archive-regexp):
4155 * eshell/esh-util.el (eshell-tar-regexp):
4156 * ibuffer.el (ibuffer-compressed-file-name-regexp):
4157 * info.el (Info-suffix-list):
4158 * international/mule.el (auto-coding-alist):
4159 * woman.el (woman-file-regexp, woman-file-compression-regexp):
4160 * progmodes/etags.el (tags-compression-info-list):
4161 Support xz compression.
4162
4163 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
4164
4165 * files.el (get-free-disk-space): Don't assume the "df" output
4166 columns line up (Bug#6995).
4167
4168 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
4169
4170 * finder.el (finder-unknown-keywords):
4171 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
4172 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
4173
4174 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
4175
4176 * server.el (server-start): Revert part of 2010-08-08 change. Using
4177 address 127.0.0.1 for local host is now done in Fmake_network_process.
4178
4179 2010-09-24 Glenn Morris <rgm@gnu.org>
4180
4181 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
4182 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
4183 * textmodes/css-mode.el, textmodes/dns-mode.el:
4184 Move autoloaded auto-mode-alist entries to files.el.
4185 * files.el (auto-mode-alist): Move entries here.
4186
4187 2010-09-23 Glenn Morris <rgm@gnu.org>
4188
4189 * isearch.el (isearch-lazy-highlight-cleanup)
4190 (isearch-lazy-highlight-initial-delay)
4191 (isearch-lazy-highlight-interval)
4192 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
4193 * net/net-utils.el (ipconfig-program-options):
4194 Move aliases to options before the associated definitions.
4195
4196 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4197
4198 * newcomment.el (comment-normalize-vars): Better test validity of
4199 comment-end-skip.
4200
4201 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
4204 (float-e): New name for `e'.
4205 (degrees-to-radians, radians-to-degrees):
4206 * calendar/solar.el (solar-longitude):
4207 * calculator.el (calculator-registers, calculator-funcall):
4208 * textmodes/artist.el (artist-spray-random-points):
4209 * play/bubbles.el (bubbles--initialize-images): Use new names.
4210
4211 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
4212
4213 Update to CEDET 1.0's version of EIEIO.
4214
4215 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
4216 New function.
4217 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
4218 (eieio-default-eval-maybe): Eval val instead of unquoting only.
4219 (class-precedence-list): If class is nil, return nil.
4220 (eieio-generic-call): If class of first input arg is nil, don't
4221 look up static methods, and do check for primary methods.
4222 (initialize-instance): See if the default needs to be evaluated
4223 during the constructor.
4224 (eieio-perform-slot-validation-for-default): Don't do the check
4225 for values that will eventually be evaluated.
4226 (eieio-eval-default-p): New function.
4227 (eieio-default-eval-maybe): Use it.
4228
4229 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
4230
4231 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
4232 method-invocation-order.
4233 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
4234 (eieio-class-precedence-dfs): Compute class precedence list using
4235 dfs algorithm.
4236 (eieio-class-precedence-bfs): Compute class precedence list using
4237 bfs algorithm.
4238 (eieio-class-precedence-c3): Compute class precedence list using
4239 c3 algorithm.
4240 (class-precedence-list): New function.
4241 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
4242 (inconsistent-class-hierarchy): New error symbol.
4243 (call-next-method): Stow the replacement argument list for future
4244 call-next-method invocations.
4245
4246 2010-09-23 Glenn Morris <rgm@gnu.org>
4247
4248 * calendar/appt.el (appt-check): If not displaying the diary,
4249 use (diary 1) to only get the entries we need.
4250 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
4251 that it is in day order. (Bug#7019)
4252
4253 * calendar/appt.el (appt-check): Rather than showing the diary,
4254 just turn off invisible display, and only if needed.
4255
4256 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
4257
4258 2010-09-23 Glenn Morris <rgm@gnu.org>
4259
4260 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4261 (byte-compile-defvar, byte-compile-cl-warn):
4262 Start warnings with lower-case, like the majority.
4263
4264 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
4265
4266 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
4267
4268 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
4269 * files.el (auto-mode-alist): Move ld-script entries here, further down
4270 the list.
4271
4272 * vc/add-log.el: Don't require timezone when compiling.
4273 (timezone-make-date-sortable): Autoload it.
4274 (change-log-sortable-date-at): Don't require timezone.
4275 Use `ignore-errors'.
4276
4277 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4278 Move alias before definition, so it does not need autoloading.
4279
4280 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
4281 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
4282 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
4283 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
4284 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
4285 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
4286 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
4287 * textmodes/tex-mode.el, textmodes/two-column.el:
4288 Remove leading `*' from docs of defcustoms etc.
4289
4290 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
4291
4292 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
4293
4294 2010-09-22 Dan Christensen <jdc@uwo.ca>
4295
4296 * calendar/time-date.el (date-to-time): Try using parse-time-string
4297 first before using the slower timezone-make-date-arpa-standard.
4298
4299 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4300
4301 * calendar/time-date.el (format-seconds): Comment fix.
4302
4303 2010-09-22 Glenn Morris <rgm@gnu.org>
4304
4305 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
4306 is not automatically buffer-local.
4307
4308 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4309
4310 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
4311 (smie-indent-comment): Be more careful with comment-start-skip.
4312 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
4313 (smie-indent-functions): Use them.
4314
4315 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
4316
4317 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
4318
4319 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
4320
4321 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
4322 tool-bar-position. Don't modify frame parameters here.
4323 (menu-bar-options-save): Add tool-bar-position.
4324
4325 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
4326
4327 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4328
4329 * textmodes/reftex-parse.el (reftex-what-macro)
4330 (reftex-context-substring): Let-bind forward-sexp-function to nil
4331 since we don't need/want to treat \begin...\end as a block (bug#7053).
4332
4333 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
4334
4335 * simple.el (blink-matching-open): Use syntax-class.
4336
4337 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
4338 Set invisibility spec for pascal's outline mode.
4339 (pascal-outline-change): Clean up calling convention.
4340 (pascal-show-all, pascal-hide-other-defuns): Update callers.
4341
4342 * progmodes/prolog.el (prolog-smie-forward-token)
4343 (prolog-smie-backward-token): New functions.
4344 (prolog-mode-variables): Use them to parse "!," correctly.
4345 Set up smie-blink-matching for ".".
4346
4347 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
4348 and `end'.
4349 (ispell-region, ispell-process-line): Update users.
4350
4351 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
4352 point-min==1.
4353
4354 * textmodes/ispell.el: Fix commenting convention.
4355 (ispell-parse-output): Simplify, use push.
4356 (ispell-region): Use match-string-no-properties.
4357 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
4358 (ispell-minor-mode): Use define-minor-mode.
4359 (ispell-message): Remove unused var `skip-regexp'.
4360 (ispell-add-per-file-word-list): Use dynamic let-binding.
4361 Try and use the proper comment marker.
4362
4363 * mail/sendmail.el: Fix commenting convention.
4364 (sendmail-send-it): Use line-beginning-position.
4365
4366 * help-fns.el (describe-variable): Add original value, if applicable.
4367
4368 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
4369
4370 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
4371
4372 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
4373
4374 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4375
4376 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
4377 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
4378 (smie-prec2-levels): Use them to better diagnose precedence cycles.
4379 (smie-blink-matching-check): Don't signal a mismatch if car is t.
4380 (smie-blink-matching-open): Rewrite to remove assumptions, so that
4381 something like "." can also be a closer.
4382 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
4383 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
4384 Rename internal functions to use "--". Update callers.
4385
4386 * frame.el (make-frame-names-alist): Don't list frames on other displays.
4387
4388 * fringe.el (fringe-styles): New var.
4389 (fringe-mode, fringe-query-style): Use it.
4390
4391 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
4392
4393 * progmodes/sql.el: Version 2.8
4394 (sql-login-params): Update widget structure; changes still needed.
4395 (sql-product-alist): Add :list-all and :list-table features for
4396 SQLite, Postgres and MySQL products.
4397 (sql-redirect): Handle default value.
4398 (sql-execute, sql-execute-feature): New functions.
4399 (sql-read-table-name): New function.
4400 (sql-list-all, sql-list-table): New functions. User API.
4401 (sql-mode-map, sql-interactive-mode-map): Add key definitions
4402 for above functions.
4403 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
4404 for above functions.
4405 (sql-postgres-login-params): Add user and database defaults.
4406 (sql-buffer-live-p): Bug fix.
4407 (sql-product-history): New variable.
4408 (sql-read-product): New function. Use it.
4409 (sql-set-product, sql-product-interactive): Use it.
4410 (sql-connection-history): New variable.
4411 (sql-read-connection): New function. Use it.
4412 (sql-connect): New function.
4413 (sql-for-each-login): Redesign function interface.
4414 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
4415 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
4416 (sql-comint): Check for program. Existing live buffer.
4417 (sql-comint-postgres): Add port parameter.
4418
4419 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4420
4421 * emacs-lisp/warnings.el: Fix commenting convention.
4422 (display-warning): Use special mode and make the buffer read-only.
4423
4424 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
4425
4426 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
4427 empty string when it follows a repeated or optional pattern.
4428
4429 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4430
4431 * indent.el (indent-according-to-mode): Apply syntax-propertize.
4432 (indent-region): Use indent-according-to-mode.
4433
4434 2010-09-18 Eli Zaretskii <eliz@gnu.org>
4435
4436 * fringe.el (fringe-mode): Doc fix.
4437
4438 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4439
4440 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
4441 refreshing the preview buffer.
4442
4443 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4444
4445 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
4446 (latex-syntax-propertize-rules): New consts; replace
4447 tex-font-lock-syntactic-keywords.
4448 (tex-env-mark, latex-env-before-change): New functions.
4449 (latex-electric-env-pair-mode): New minor mode.
4450 (tex-font-lock-verb): Change arguments; do move point.
4451 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
4452 representation as a form of comment.
4453 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
4454 (doctex-syntax-propertize-rules): New const; replaces
4455 doctex-font-lock-syntactic-keywords.
4456 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
4457
4458 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
4459 (fortran-make-syntax-propertize-function): New function; replaces
4460 fortran-font-lock-syntactic-keywords.
4461 (fortran-mode): Use it.
4462 (fortran-line-length): Use it. Improve interactive spec.
4463
4464 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
4465 (syntax-propertize-rules): Add var-ref case. Fix offset computation
4466 when adding surrounding \(..\).
4467
4468 * progmodes/js.el (js-mode): Fix last change (bug#7054).
4469
4470 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
4473 Use with-current-buffer.
4474
4475 * isearch.el (isearch-face): Rename from `isearch'.
4476 (isearch-highlight): Use new name.
4477
4478 2010-09-17 Eli Zaretskii <eliz@gnu.org>
4479
4480 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
4481 5, for `half' width fringes. (Bug#6933)
4482
4483 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4484
4485 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4486 (byte-compile-defvar): "foo/bar" does not lack a prefix.
4487
4488 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
4489
4490 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
4491
4492 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
4493 in calculating new frame position. Add more space between new and
4494 parent on the left (Bug#7048).
4495
4496 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
4497
4498 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
4499 defmacro.
4500
4501 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
4502
4503 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
4504
4505 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
4506 obsolete alias for x-selection-value.
4507
4508 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
4509
4510 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
4511
4512 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
4513 cookie.
4514
4515 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
4516
4517 * net/tramp-compat.el (tramp-compat-with-temp-message)
4518 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
4519 (tramp-compat-process-put): New defuns.
4520
4521 * net/tramp.el (top):
4522 * net/tramp-gvfs.el (top):
4523 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
4524
4525 * net/tramp.el (tramp-progress-reporter-update):
4526 Use `tramp-compat-funcall'.
4527
4528 * net/tramp.el (tramp-process-actions):
4529 * net/tramp-gvfs.el (tramp-handle-vc-registered):
4530 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
4531 (tramp-get-remote-stat, tramp-get-remote-readlink):
4532 Use `tramp-compat-with-temp-message'.
4533
4534 * net/tramp-sh.el (top): Require 'cl.
4535 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
4536 (tramp-open-connection-setup-interactive-shell):
4537 Use `tramp-compat-process-put'.
4538
4539 2010-09-15 Alan Mackenzie <acm@muc.de>
4540
4541 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
4542 indentation.
4543 (c-forward-<>-arglist-recur): Fix an infinite recursion.
4544
4545 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4548 `lexical' for warnings related to lexical scoping.
4549 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
4550 global vars which don't have a prefix and could hence affect lexical
4551 scoping in unrelated files.
4552
4553 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4554
4555 * net/imap.el: Revert back to version
4556 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4557 seem problematic.
4558
4559 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
4560
4561 * obsolete/old-whitespace.el (whitespace-unload-function):
4562 Explicitly pass `obarray' to `unintern' to avoid a warning.
4563
4564 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4565
4566 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
4567 Add `when' argument. Update callers.
4568
4569 * subr.el (unintern): Declare the obarray arg mandatory.
4570
4571 2010-09-14 Glenn Morris <rgm@gnu.org>
4572
4573 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
4574 Doc fixes.
4575
4576 * calendar/diary-lib.el (diary-included-files): New variable.
4577 (diary-list-entries): Maybe initialize diary-included-files.
4578 (diary-include-other-diary-files): Append to diary-included-files.
4579 * calendar/appt.el (appt-update-list): Also check the members of
4580 diary-included-files. (Bug#6999)
4581 (appt-check): Doc fix.
4582
4583 2010-09-14 David Reitter <david.reitter@gmail.com>
4584
4585 * simple.el (line-move-visual): Do not truncate goal column to
4586 integer size. (Bug#7020)
4587
4588 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4589
4590 * repeat.el (repeat): Allow repeating when the last event is a click.
4591 Suggested by Drew Adams (bug#6256).
4592
4593 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
4594
4595 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
4596 Replace setting HGRCPATH to "" by some less invasive --config options.
4597
4598 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4599
4600 * font-lock.el (font-lock-beginning-of-syntax-function):
4601 Mark as obsolete.
4602
4603 2010-09-14 Glenn Morris <rgm@gnu.org>
4604
4605 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
4606 and tool-bar modes. (Bug#6211)
4607 (menu-bar-mode): Move setting of standard-value after the
4608 minor-mode definition, otherwise it seems to have no effect.
4609
4610 2010-09-14 Masatake YAMATO <yamato@redhat.com>
4611
4612 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
4613 Fix typo. (Bug#6976)
4614
4615 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4616
4617 * whitespace.el: Allow cleaning up blanks without blank
4618 visualization (Bug#6651). Adjust help window for
4619 whitespace-toggle-options (Bug#6479). Allow to use fill-column
4620 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
4621 (whitespace-style): Add new value 'face. Adjust docstring.
4622 (whitespace-space, whitespace-hspace, whitespace-tab):
4623 Adjust foreground property face.
4624 (whitespace-line-column): Adjust docstring and type declaration.
4625 (whitespace-style-value-list, whitespace-toggle-option-alist)
4626 (whitespace-help-text): Adjust const initialization.
4627 (whitespace-toggle-options, global-whitespace-toggle-options):
4628 Adjust docstring.
4629 (whitespace-display-window, whitespace-interactive-char)
4630 (whitespace-style-face-p, whitespace-color-on): Adjust code.
4631 (whitespace-help-scroll): New fun.
4632
4633 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
4634
4635 * calendar/time-date.el (format-seconds): Comment fix.
4636
4637 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
4638
4639 * progmodes/sql.el: Version 2.7.
4640 (sql-buffer-live-p): Improve detection.
4641 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4642 (sql-set-sqli-buffer): Use it.
4643 (sql-product-interactive): Run `sql-set-sqli-hook'.
4644 (sql-rename-buffer): Code cleanup.
4645 (sql-redirect, sql-redirect-value): New functions. More to come.
4646
4647 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
4648
4649 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.
4650 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4651 (TRAMP_SRC): New macro.
4652 ($(lisp)/net/tramp-loaddefs.el): New target.
4653
4654 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
4655
4656 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
4657
4658 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
4659
4660 * net/tramp.el (top): Don't show loading message. Require just
4661 'tramp-compat, everything else is required there.
4662 Use `ignore-errors' where appropriate.
4663 (tramp-inline-compress-start-size, tramp-copy-size-limit)
4664 (tramp-terminal-type, tramp-end-of-output)
4665 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
4666 (tramp-completion-function-alist-ssh)
4667 (tramp-completion-function-alist-telnet)
4668 (tramp-completion-function-alist-su)
4669 (tramp-completion-function-alist-putty, tramp-remote-path)
4670 (tramp-remote-process-environment, tramp-sh-extra-args)
4671 (tramp-actions-before-shell, tramp-uudecode)
4672 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
4673 (tramp-perl-file-attributes)
4674 (tramp-perl-directory-files-and-attributes)
4675 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
4676 (tramp-perl-encode, tramp-perl-decode)
4677 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
4678 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
4679 (tramp-handle-make-symbolic-link, tramp-handle-load)
4680 (tramp-handle-file-name-as-directory)
4681 (tramp-handle-file-name-directory)
4682 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4683 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
4684 (tramp-do-file-attributes-with-ls)
4685 (tramp-do-file-attributes-with-perl)
4686 (tramp-do-file-attributes-with-stat)
4687 (tramp-handle-set-visited-file-modtime)
4688 (tramp-handle-verify-visited-file-modtime)
4689 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
4690 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
4691 (tramp-handle-file-selinux-context)
4692 (tramp-handle-set-file-selinux-context)
4693 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
4694 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
4695 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
4696 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
4697 (tramp-handle-file-ownership-preserved-p)
4698 (tramp-handle-directory-file-name, tramp-handle-directory-files)
4699 (tramp-handle-directory-files-and-attributes)
4700 (tramp-do-directory-files-and-attributes-with-perl)
4701 (tramp-do-directory-files-and-attributes-with-stat)
4702 (tramp-handle-file-name-all-completions)
4703 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
4704 (tramp-handle-copy-file, tramp-handle-copy-directory)
4705 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
4706 (tramp-do-copy-or-rename-file-via-buffer)
4707 (tramp-do-copy-or-rename-file-directly)
4708 (tramp-do-copy-or-rename-file-out-of-band)
4709 (tramp-handle-make-directory, tramp-handle-delete-directory)
4710 (tramp-handle-delete-file)
4711 (tramp-handle-dired-recursive-delete-directory)
4712 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
4713 (tramp-handle-insert-directory)
4714 (tramp-handle-unhandled-file-name-directory)
4715 (tramp-handle-expand-file-name)
4716 (tramp-handle-substitute-in-file-name)
4717 (tramp-handle-executable-find, tramp-process-sentinel)
4718 (tramp-handle-start-file-process, tramp-handle-process-file)
4719 (tramp-handle-call-process-region, tramp-handle-shell-command)
4720 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
4721 (tramp-handle-insert-file-contents)
4722 (tramp-handle-insert-file-contents-literally)
4723 (tramp-handle-find-backup-file-name)
4724 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
4725 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
4726 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
4727 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
4728 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
4729 (tramp-find-file-exists-command, tramp-open-shell)
4730 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
4731 (tramp-open-connection-setup-interactive-shell)
4732 (tramp-local-coding-commands, tramp-remote-coding-commands)
4733 (tramp-find-inline-encoding, tramp-call-local-coding-command)
4734 (tramp-inline-compress-commands, tramp-find-inline-compress)
4735 (tramp-compute-multi-hops, tramp-maybe-open-connection)
4736 (tramp-send-command, tramp-wait-for-output)
4737 (tramp-send-command-and-check, tramp-barf-unless-okay)
4738 (tramp-send-command-and-read, tramp-mode-string-to-int)
4739 (tramp-convert-file-attributes, tramp-check-cached-permissions)
4740 (tramp-file-mode-from-int, tramp-file-mode-permissions)
4741 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
4742 (tramp-method-out-of-band-p, tramp-local-host-p)
4743 (tramp-get-remote-path, tramp-get-remote-tmpdir)
4744 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
4745 (tramp-get-test-command, tramp-get-test-nt-command)
4746 (tramp-get-file-exists-command, tramp-get-remote-ln)
4747 (tramp-get-remote-perl, tramp-get-remote-stat)
4748 (tramp-get-remote-readlink, tramp-get-remote-trash)
4749 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
4750 (tramp-get-local-uid, tramp-get-local-gid)
4751 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
4752 tramp-sh.el.
4753 (tramp-methods, tramp-default-method-alist)
4754 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
4755 Move initialization to tramp-sh.el.
4756 (tramp-temp-name-prefix): Make it a defconst.
4757 (tramp-dissect-file-name): Don't check anymore for multi-hop
4758 methods.
4759 (tramp-debug-outline-regexp): Add a docstring.
4760 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
4761 (tramp-get-debug-buffer): Use it.
4762
4763 * net/tramp-cache.el (top): Set tramp-autoload cookie for
4764 initialization forms.
4765 (tramp-set-connection-property): Don't protect `tramp-message'
4766 call, it isn't necessary any longer.
4767 (tramp-dump-connection-properties): Use `ignore-errors'.
4768
4769 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
4770 'password-cache and 'auth-source.
4771
4772 * net/tramp-gvfs.el (top):
4773 * net/tramp-smb.el (top): Require 'tramp-sh.
4774
4775 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
4776
4777 * net/tramp-sh.el: New file, derived from tramp.el.
4778 (top): Initialize `tramp-methods', `tramp-default-method-alist',
4779 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
4780 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
4781 Use `ignore-errors' where appropriate.
4782 (tramp-sh-file-name-handler-alist): Rename from
4783 `tramp-file-name-handler-alist'.
4784 (tramp-send-command-and-check): Return t or nil. Remove all
4785 `zerop' checks, where called.
4786 (tramp-handle-set-file-modes)
4787 (tramp-do-copy-or-rename-file-directly)
4788 (tramp-handle-delete-directory, tramp-handle-delete-file)
4789 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
4790 (tramp-sh-file-name-handler, tramp-send-command-and-check)
4791 (tramp-get-remote-ln): Set tramp-autoload cookie.
4792
4793 * net/tramp-fish.el: Remove file.
4794
4795 2010-09-13 Daiki Ueno <ueno@unixuser.org>
4796
4797 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
4798 buffer-file-name to avoid file-locking. (Bug#7026)
4799
4800 2010-09-13 Julien Danjou <julien@danjou.info>
4801
4802 * notifications.el (notifications-notify): Add support for
4803 image-path and sound-name.
4804 (notifications-specification-version): Add this variable.
4805
4806 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
4809
4810 2010-09-12 Leo <sdl.web@gmail.com>
4811
4812 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
4813 (rcirc-completion-start): New variables.
4814 (rcirc-nick-completions): Rename to rcirc-completions.
4815 (rcirc-nick-completion-start-offset): Delete.
4816 (rcirc-completion-at-point): New function for constructing
4817 completion data for both nicks and irc commands. Add to
4818 completion-at-point-functions in rcirc mode.
4819 (rcirc-complete): Rename from rcirc-nick-complete; use
4820 rcirc-completion-at-point.
4821 (defun-rcirc-command): Update rcirc-client-commands.
4822
4823 2010-09-11 Glenn Morris <rgm@gnu.org>
4824
4825 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
4826 atomically, to avoid parallel build errors. (Bug#4196)
4827
4828 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
4829
4830 * progmodes/sql.el: Version 2.6
4831 (sql-dialect): Synonym for "sql-product".
4832 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4833 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
4834 Set "sql-buffer" to buffer name not buffer object so multiple sql
4835 interactive buffers work properly. Reverts misguided changes in
4836 earlier work.
4837 (sql-comint): Make sure different buffer name is used if "*SQL*"
4838 buffer is for a different product.
4839 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
4840 login param.
4841 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4842 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4843 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
4844 Accept new buffer name or prompt for one.
4845 (sql-port): Default to zero.
4846 (sql-comint-mysql): Handle "sql-port" as a numeric.
4847 (sql-port-history): Delete unused variable.
4848 (sql-get-login): Default "sql-port" to a number.
4849 (sql-product-alist): Correct Postgres prompt and terminator regexp.
4850 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
4851 "sqlite3" executables.
4852 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
4853 (sql-buffer-live-p): New function.
4854 (sql-mode-menu, sql-send-string): Use it.
4855 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
4856 syntax pattern.
4857 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
4858 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
4859
4860 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4861
4862 * net/netrc.el (netrc-credentials): New convenience function.
4863
4864 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
4867 to replace texinfo-font-lock-syntactic-keywords.
4868 (texinfo-mode): Use it.
4869
4870 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
4871 Use syntax-propertize-function.
4872
4873 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
4874 replace sgml-font-lock-syntactic-keywords.
4875 (sgml-mode): Use it.
4876
4877 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
4878 since we don't use it.
4879
4880 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
4881
4882 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
4883 if available.
4884 (vhdl-fontify-buffer): Adjust.
4885
4886 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
4887 replace tcl-font-lock-syntactic-keywords.
4888 (tcl-mode): Use it.
4889
4890 * progmodes/simula.el (simula-syntax-propertize-function): New var to
4891 replace simula-font-lock-syntactic-keywords.
4892 (simula-mode): Use it.
4893
4894 * progmodes/sh-script.el (sh-st-symbol): Remove.
4895 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
4896 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
4897 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
4898 (sh-font-lock-paren): Set syntax-multiline.
4899 (sh-font-lock-syntactic-keywords): Remove.
4900 (sh-syntax-propertize-function): New function to replace it.
4901 (sh-mode): Use it.
4902
4903 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
4904 Define while compiling.
4905 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4906 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
4907 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
4908 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4909 (ruby-here-doc-end-syntax): Only define when
4910 syntax-propertize is not available.
4911 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
4912 New functions.
4913 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
4914 (electric-indent-chars): Silence bytecompiler.
4915 (ruby-mode): Use prog-mode, syntax-propertize-function, and
4916 electric-indent-chars.
4917
4918 * progmodes/python.el (python-syntax-propertize-function): New var to
4919 replace python-font-lock-syntactic-keywords.
4920 (python-mode): Use it.
4921 (python-quote-syntax): Simplify and adjust to new use.
4922
4923 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
4924 replace perl-font-lock-syntactic-keywords.
4925 (perl-syntax-propertize-special-constructs): New fun to replace
4926 perl-font-lock-special-syntactic-constructs.
4927 (perl-font-lock-syntactic-face-function): New fun.
4928 (perl-mode): Use it.
4929
4930 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
4931 to replace octave-font-lock-close-quotes.
4932 (octave-syntax-propertize-function): New function to replace
4933 octave-font-lock-syntactic-keywords.
4934 (octave-mode): Use it.
4935
4936 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
4937 replaces mixal-font-lock-syntactic-keywords.
4938 (mixal-mode): Use it.
4939
4940 * progmodes/make-mode.el (makefile-syntax-propertize-function):
4941 New var; replaces makefile-font-lock-syntactic-keywords.
4942 (makefile-mode): Use it.
4943 (makefile-imake-mode): Adjust.
4944
4945 * progmodes/js.el (js--regexp-literal): Define while compiling.
4946 (js-syntax-propertize-function): New var; replaces
4947 js-font-lock-syntactic-keywords.
4948 (js-mode): Use it.
4949
4950 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
4951 replaces gdb-script-font-lock-syntactic-keywords.
4952 (gdb-script-mode): Use it.
4953
4954 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
4955 (fortran--font-lock-syntactic-keywords): New var.
4956 (fortran-line-length): Update syntax-propertize-function and
4957 fortran--font-lock-syntactic-keywords.
4958
4959 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
4960
4961 * progmodes/cfengine.el (cfengine-mode):
4962 Use syntax-propertize-function.
4963 (cfengine-font-lock-syntactic-keywords): Remove.
4964
4965 * progmodes/autoconf.el (autoconf-mode):
4966 Use syntax-propertize-function.
4967 (autoconf-font-lock-syntactic-keywords): Remove.
4968
4969 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
4970 (ada-after-change-function, ada-initialize-syntax-table-properties)
4971 (ada-handle-syntax-table-properties): Only define when
4972 syntax-propertize is not available.
4973 (ada-mode): Use syntax-propertize-function.
4974
4975 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
4976 (font-lock-fontify-syntactic-keywords-region): Move handling of
4977 font-lock-syntactically-fontified to...
4978 (font-lock-default-fontify-region): ...here.
4979 Let syntax-propertize-function take precedence.
4980 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
4981
4982 * emacs-lisp/syntax.el (syntax-propertize-function)
4983 (syntax-propertize-chunk-size, syntax-propertize--done)
4984 (syntax-propertize-extend-region-functions): New vars.
4985 (syntax-propertize-wholelines, syntax-propertize-multiline)
4986 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
4987 (syntax-propertize): New functions.
4988 (syntax-propertize-rules): New macro.
4989 (syntax-ppss-flush-cache): Set syntax-propertize--done.
4990 (syntax-ppss): Call syntax-propertize.
4991
4992 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
4993
4994 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
4995
4996 * textmodes/ispell.el (ispell-init-process): Improve comments.
4997 XEmacs compatibility changes regarding (add-hook) 'local option
4998 and (set-process-query-on-exit-flag).
4999
5000 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
5001
5002 * net/tramp-cache.el (tramp-parse-connection-properties):
5003 Set tramp-autoload cookie.
5004
5005 2010-09-09 Glenn Morris <rgm@gnu.org>
5006
5007 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
5008 (imagemagick-register-types): Doc fix.
5009
5010 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5011
5012 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
5013
5014 * progmodes/js.el (require): Require is already "eval-and-compile".
5015 (js--re-search-forward): Avoid `eval'. Preserve the error data.
5016 (js--re-search-backward): Use js--re-search-forward.
5017
5018 * progmodes/fortran.el (fortran-line-length): Don't recompute
5019 syntactic keywords redundantly a second time.
5020
5021 * progmodes/ada-mode.el: Replace "(set '" with setq.
5022 (ada-mode): Simplify.
5023 (ada-create-case-exception, ada-adjust-case-interactive)
5024 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
5025 (ada-search-ignore-string-comment, ada-move-to-start)
5026 (ada-move-to-end): Use with-syntax-table.
5027
5028 * font-lock.el (save-buffer-state): Remove `varlist' arg.
5029 (font-lock-unfontify-region, font-lock-default-fontify-region):
5030 Update usage correspondingly.
5031 (font-lock-fontify-syntactic-keywords-region):
5032 Set parse-sexp-lookup-properties buffer-locally here.
5033 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
5034
5035 * simple.el (blink-matching-open): Don't burp if we can't find a match.
5036
5037 2010-09-08 Glenn Morris <rgm@gnu.org>
5038
5039 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
5040 Error if not compiled with -DBYTE_CODE_METER.
5041
5042 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5043 Ignore dir-locals-file.
5044
5045 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5048 Not a const.
5049 (compilation-error-regexp-alist-alist): Rule out ": " in file names
5050 for the `gnu' messages.
5051 (compilation-set-skip-threshold): New command.
5052 (compilation-start): Use \' rather than $.
5053 (compilation-forget-errors): Use clrhash.
5054
5055 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
5056
5057 * textmodes/ispell.el (ispell-valid-dictionary-list):
5058 Simplify logic.
5059
5060 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
5061
5062 Migrate to Tramp 2.2. Rearrange load dependencies.
5063 (Bug#1529, Bug#5448, Bug#5705)
5064
5065 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
5066 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
5067 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
5068
5069 * net/tramp.el (top): Remove all other tramp-* loads except
5070 tramp-compat.el. Remove all changes to tramp-unload-hook for
5071 other tramp-* packages. Rearrange defun order. Change calls of
5072 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
5073 `tramp-compat-octal-to-decimal' to new function names.
5074 (tramp-terminal-type, tramp-initial-end-of-output)
5075 (tramp-methods, tramp-foreign-file-name-handler-alist)
5076 (tramp-tramp-file-p, tramp-completion-mode-p)
5077 (tramp-send-command-and-check, tramp-get-remote-path)
5078 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
5079 (tramp-shell-quote-argument): Set tramp-autoload cookie.
5080 (with-file-property, with-connection-property): Move to
5081 tramp-cache.el.
5082 (tramp-local-call-process, tramp-decimal-to-octal)
5083 (tramp-octal-to-decimal): Move to tramp-compat.el.
5084 (tramp-handle-shell-command): Do not require 'shell.
5085 (tramp-compute-multi-hops): No special handling for tramp-gw-*
5086 symbols.
5087 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
5088
5089 * net/tramp-cache.el (top): Require 'tramp. Add to
5090 `tramp-unload-hook'.
5091 (tramp-cache-data, tramp-get-file-property)
5092 (tramp-set-file-property, tramp-flush-file-property)
5093 (tramp-flush-directory-property, tramp-get-connection-property)
5094 (tramp-set-connection-property, tramp-flush-connection-property)
5095 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
5096 cookie.
5097 (with-file-property, with-connection-property): New defuns, moved
5098 from tramp.el.
5099 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
5100 macro.
5101
5102 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
5103 (tramp-version): Set tramp-autoload cookie.
5104
5105 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
5106 changes to tramp-unload-hook for other tramp-* packages. Add to
5107 `tramp-unload-hook'.
5108 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
5109 (tramp-compat-call-process): New defuns, moved from tramp.el.
5110
5111 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
5112 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5113 Add to `tramp-unload-hook'. Change call of
5114 `tramp-compat-decimal-to-octal' to new function name.
5115 (tramp-fish-method): Make it a defconst.
5116 (tramp-fish-file-name-p): Make it a defsubst.
5117 (tramp-fish-method, tramp-fish-file-name-handler)
5118 (tramp-fish-file-name-p): Set tramp-autoload cookie.
5119
5120 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
5121 `tramp-foreign-file-name-handler-alist'. Add to
5122 `tramp-unload-hook'.
5123 (tramp-ftp-method): Make it a defconst.
5124 (tramp-ftp-file-name-p): Make it a defsubst.
5125 (tramp-ftp-method, tramp-ftp-file-name-handler)
5126 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
5127
5128 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
5129 `tramp-foreign-file-name-handler-alist'. Add to
5130 `tramp-unload-hook'. Change checks, whether package can be
5131 loaded.
5132 (tramp-gvfs-file-name-p): Make it a defsubst.
5133 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
5134 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
5135 (tramp-gvfs-handle-file-directory-p): New defun.
5136 (tramp-gvfs-file-name-handler-alist): Use it.
5137
5138 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
5139 `tramp-foreign-file-name-handler-alist'. Add to
5140 `tramp-unload-hook'.
5141 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
5142 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
5143 defconst.
5144 (tramp-gw-tunnel-method, tramp-gw-socks-method)
5145 (tramp-gw-open-connection): Set tramp-autoload cookie.
5146
5147 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
5148 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5149 Add to `tramp-unload-hook'. Change checks, whether package can be
5150 loaded.
5151 (tramp-imap-file-name-p): Make it a defsubst.
5152 (tramp-imap-method, tramp-imaps-method)
5153 (tramp-imap-file-name-handler)
5154 (tramp-imap-file-name-p): Set tramp-autoload cookie.
5155
5156 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
5157 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5158 Add to `tramp-unload-hook'. Change checks, whether package can be
5159 loaded. Change call of `tramp-compat-decimal-to-octal' to new
5160 function name.
5161 (tramp-smb-tunnel-method): Make it a defconst.
5162 (tramp-smb-file-name-p): Make it a defsubst.
5163 (tramp-smb-method, tramp-smb-file-name-handler)
5164 (tramp-smb-file-name-p): Set tramp-autoload cookie.
5165
5166 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
5167 (tramp-uuencode-region): Set tramp-autoload cookie.
5168
5169 * net/trampver.el (top) Add to `tramp-unload-hook'.
5170 (tramp-version, tramp-bug-report-address): Set tramp-autoload
5171 cookie. Update release number.
5172
5173 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
5174
5175 * textmodes/ispell.el (ispell-start-process): Make sure original
5176 arg list is properly initialized (Bug#6993, Bug#6994).
5177
5178 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5179
5180 * files.el (directory-abbrev-alist): Use \` as default regexp.
5181
5182 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
5183 chars like - or ] (bug#6984).
5184 (rx-any-condense-range): Explode 2-char ranges.
5185
5186 2010-09-06 Glenn Morris <rgm@gnu.org>
5187
5188 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
5189
5190 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * textmodes/bibtex.el:
5193 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
5194
5195 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5196
5197 * net/imap.el (imap-message-map): Remove optional buffer parameter,
5198 since no callers use it.
5199 (imap-message-get): Ditto.
5200 (imap-message-put): Ditto.
5201 (imap-mailbox-map): Ditto.
5202 (imap-mailbox-put): Ditto.
5203 (imap-mailbox-get): Ditto.
5204 (imap-mailbox-get): Revert last change for this function.
5205
5206 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5207
5208 * net/imap.el (imap-fetch-safe): Remove function, and alter all
5209 callers to use `imap-fetch' instead. According to the comments, this
5210 should be safe, since all other IMAP clients use the 1:* syntax.
5211 (imap-enable-exchange-bug-workaround): Remove.
5212 (imap-debug): Remove -- doesn't seem very useful.
5213
5214 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5215
5216 * net/imap.el (imap-log): New convenience function used throughout
5217 instead of repeating the same code all over the place.
5218
5219 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
5220
5221 * mouse.el (mouse-save-then-kill): Save region to kill-ring
5222 when mouse-drag-copy-region is non-nil (Bug#6956).
5223
5224 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
5225
5226 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
5227 Improve regexps (Bug#6987).
5228 (dired-sort-toggle): Search more robustly for -t flag.
5229
5230 * files.el (get-free-disk-space): Search more robustly for
5231 "available" column. Suggested by Ehud Karni
5232 <ehud@unix.mvs.co.il>.
5233
5234 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
5235
5236 * international/uni-bidi.el:
5237 * international/uni-category.el:
5238 * international/uni-combining.el:
5239 * international/uni-decimal.el:
5240 * international/uni-mirrored.el:
5241 * international/uni-name.el: Regenerate.
5242
5243 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * electric.el (electric-indent-post-self-insert-function):
5246 Don't reindent with a sloppy indentation function.
5247
5248 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
5249 border case in change-log-mode.
5250
5251 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
5252
5253 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5254 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
5255 Recognize leading tab in gcc-include regexp. Ignore names with
5256 leading "from" or "in" in gnu regexp (Bug#6937).
5257
5258 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5261 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
5262 (ispell-start-process): Avoid setq and simplify logic.
5263 (ispell-init-process): Setup kill-buffer-hook locally when needed.
5264 (kill-buffer-hook): Don't use it globally with code that uses
5265 expand-file-name since that may call kill-buffer via
5266 code_conversion_restore.
5267
5268 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
5269
5270 * emacs-lisp/package.el (package-directory-list): Only call
5271 file-name-nondirectory on a string.
5272
5273 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
5274
5275 * emacs-lisp/package.el (package--download-one-archive):
5276 Ensure that archive-contents is valid before saving it.
5277 (package-activate-1, package-mark-obsolete, define-package)
5278 (package-compute-transaction, package-list-maybe-add): Use push.
5279
5280 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 Use SMIE's blink-paren for octave-mode.
5283 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
5284 Backslashes do not escape single-quotes, single-quotes do.
5285 (octave-block-else-regexp, octave-block-end-regexp)
5286 (octave-block-match-alist): Remove.
5287 (octave-smie-bnf-table): New var, with old content.
5288 (octave-smie-op-levels): Use it.
5289 (octave-smie-closer-alist): New var.
5290 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
5291 (octave-blink-matching-block-open): Remove.
5292 (octave-reindent-then-newline-and-indent, octave-electric-semi)
5293 (octave-electric-space): Let self-insert-command run expand-abbrev and
5294 blink parens.
5295
5296 * electric.el (electricity): New group.
5297 (electric-indent-chars): New var.
5298 (electric-indent-post-self-insert-function): New fun.
5299 (electric-indent-mode): New minor mode.
5300 (electric-pair-skip-self): New custom.
5301 (electric-pair-post-self-insert-function): New function.
5302 (electric-pair-mode): New minor mode.
5303
5304 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
5305 calcAlg-blink-matching-open.
5306 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
5307 (calc-do-alg-entry): Only touch the part of the keymap that varies.
5308 Use the new blink-matching-check-function.
5309
5310 Provide blink-matching support to SMIE.
5311 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
5312 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
5313 (smie-blink-matching-check, smie-blink-matching-open): New functions.
5314
5315 * simple.el (newline): Fix last change to properly remove itself from
5316 the hook.
5317
5318 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5319
5320 * simple.el (newline): Eliminate optimization.
5321 Use post-self-insert-hook to set hard-newline and things before
5322 running post-self-insert-hook.
5323 (blink-matching-check-mismatch): New function.
5324 (blink-matching-check-function): New variable.
5325 (blink-matching-open): Use them.
5326 Skip back forward over prefix chars skipped by forward-sexp.
5327 Don't check if the parens are backslash escaped.
5328 (blink-paren-post-self-insert-function): Check backslash escaping here.
5329
5330 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
5331
5332 * emacs-lisp/package.el (package-menu-mode-map):
5333 Change package-menu-revert bindings to revert-buffer.
5334 (package-menu-mode): Set revert-buffer-function.
5335 (package-menu-revert): Doc fix.
5336
5337 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
5338
5339 * textmodes/ispell.el (ispell-init-process): Use "~/" as
5340 `default-directory' unless using Ispell per-directory personal
5341 dictionaries and not in a mini-buffer under XEmacs.
5342 (kill-buffer-hook): Do not kill ispell process on exit when
5343 `ispell-process-directory' is "~/". (Bug#6143)
5344
5345 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
5346
5347 * simple.el (kill-new): Call interprogram-cut-function with only
5348 one argument.
5349
5350 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
5351 Remove cut buffer from error message.
5352
5353 * term/x-win.el (x-select-text):
5354 * term/pc-win.el (x-selection-value):
5355 * term/ns-win.el (x-selection-value):
5356 * eshell/em-term.el:
5357 * w32-fns.el (x-get-selection-value):
5358 * mouse-sel.el (mouse-sel-set-selection-function):
5359 * frame.el (display-selections-p): Remove cut-buffer in documentation.
5360
5361 * term/x-win.el: Update documentation for x-last-selected-text-*.
5362 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
5363 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
5364 (x-select-text): Remove argument PUSH, update documentation.
5365 Remove cut-buffer code.
5366 (x-selection-value-internal): Was previously x-selection-value.
5367 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
5368 Update documentation, remove cut-buffer code.
5369 Call x-selection-value-internal.
5370 (x-clipboard-yank): Call x-selection-value-internal.
5371 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
5372
5373 * term/pc-win.el (x-last-selected-text):
5374 x-cut-buffer-or-selection-value renamed to x-selection-value
5375 (x-select-text): Remove argument PUSH, update documentation.
5376
5377 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
5378 x-cut-buffer-or-selection-value renamed to x-selection-value
5379 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
5380 (x-select-text): Remove argument PUSH, update documentation.
5381
5382 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
5383
5384 * w32-fns.el (x-last-selected-text):
5385 x-cut-buffer-or-selection-value renamed to x-selection-value.
5386 (x-cut-buffer-max): Remove.
5387 (x-select-text): Remove argument PUSH, update documentation.
5388
5389 * simple.el (interprogram-cut-function): Remove mention of PUSH.
5390
5391 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
5392
5393 * mouse-sel.el (mouse-sel-get-selection-function):
5394 x-cut-buffer-or-selection-value renamed to x-selection-value.
5395 (x-select-text): Remove optional push.
5396
5397 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5398
5399 * simple.el (blink-paren-function): Move from C to here.
5400 (blink-paren-post-self-insert-function): New function.
5401 (post-self-insert-hook): Use it.
5402
5403 * emacs-lisp/pcase.el (pcase-split-memq):
5404 Fix overenthusiastic optimisation.
5405 (pcase-u1): Handle the case of a lambda pred.
5406
5407 2010-08-31 Kenichi Handa <handa@m17n.org>
5408
5409 * international/mule-cmds.el (standard-display-european-internal):
5410 Setup standard-display-table for 8-bit characters by storing 8-bit
5411 characters in the element vector.
5412
5413 * disp-table.el (standard-display-8bit):
5414 Setup standard-display-table for 8-bit characters by storing 8-bit
5415 characters in the element vector.
5416 (standard-display-european): Likewise.
5417
5418 2010-08-31 Masatake YAMATO <yamato@redhat.com>
5419
5420 * textmodes/nroff-mode.el (nroff-view): New command.
5421 (nroff-mode-map): Bind it to C-c C-c.
5422
5423 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5424
5425 * emacs-lisp/smie.el (smie-down-list): New command.
5426
5427 Remove old indentation and navigation code on octave-mode.
5428 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
5429 smie-down-list rather than add a binding for octave-down-block.
5430 (octave-mark-block, octave-blink-matching-block-open):
5431 Rely on forward-sexp-function.
5432 (octave-fill-paragraph): Don't narrow, so you can use
5433 indent-according-to-mode.
5434 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
5435 (octave-in-block-p, octave-re-search-forward-kw)
5436 (octave-re-search-backward-kw, octave-indent-calculate)
5437 (octave-end-as-array-index-p, octave-block-end-offset)
5438 (octave-scan-blocks, octave-forward-block, octave-backward-block)
5439 (octave-down-block, octave-backward-up-block, octave-up-block)
5440 (octave-before-magic-comment-p, octave-indent-line): Remove.
5441
5442 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
5443
5444 * emacs-lisp/package.el (package--read-archive-file): Just use
5445 `read', to avoid copying an additional string.
5446 (package-menu-mode): Set header-line-format here.
5447 (package-menu-refresh, package-menu-revert): Signal an error if
5448 not in the Package Menu.
5449 (package-menu-package-list): New var.
5450 (package--generate-package-list): Operate on the current buffer;
5451 don't assume that it is *Packages*, since the user may rename it.
5452 Allow persistent package listings and sort keys using
5453 package-menu-package-list and package-menu-package-sort-key.
5454 (package-menu--version-predicate): Fix version calculation.
5455 (package-menu-sort-by-column): Don't select the window.
5456 (package--list-packages): Create the *Packages* buffer.
5457 Set package-menu-package-list-key.
5458 (list-packages): Sorting by status is now the default.
5459 (package-buffer-info): Use match-string-no-properties.
5460 (define-package): Add a &rest argument for future proofing, but
5461 don't use it yet.
5462 (package-install-from-buffer, package-install-buffer-internal):
5463 Merge into a single function, package-install-from-buffer.
5464 (package-install-file): Change caller.
5465
5466 * finder.el: Load finder-inf using `require'.
5467 (finder-list-matches): Sorting by status is now the default.
5468 (finder-compile-keywords): Simpify printing.
5469
5470 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5471
5472 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5473 (octave-mode-map): Remove special bindings for forward/backward-block
5474 and octave-backward-up-block. Use smie-close-block.
5475 (octave-continuation-marker-regexp): New var.
5476 (octave-continuation-regexp): Use it.
5477 (octave-operator-table, octave-smie-op-levels)
5478 (octave-operator-regexp, octave-smie-indent-rules): New vars.
5479 (octave-smie-backward-token, octave-smie-forward-token): New funs.
5480 (octave-mode): Use SMIE.
5481 (octave-close-block): Delete.
5482
5483 2010-08-30 Eli Zaretskii <eliz@gnu.org>
5484
5485 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
5486 CLIPBOARD, not in PRIMARY. (Bug#6944)
5487
5488 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5489
5490 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
5491 a list of parents.
5492 (smie-indent-column): Allow indirection through variables.
5493
5494 * composite.el (save-buffer-state): Delete, unused.
5495 * font-lock.el (save-buffer-state): Use with-silent-modifications.
5496 (font-lock-default-fontify-region): Use with-syntax-table.
5497 * jit-lock.el (with-buffer-unmodified): Remove.
5498 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
5499
5500 Use `declare' in defmacros.
5501 * window.el (save-selected-window):
5502 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
5503 * progmodes/python.el (def-python-skeleton):
5504 * net/dbus.el (dbus-ignore-errors):
5505 * jka-cmpr-hook.el (with-auto-compression-mode):
5506 * international/mule.el (with-category-table):
5507 * emacs-lisp/timer.el (with-timeout):
5508 * emacs-lisp/lisp-mnt.el (lm-with-file):
5509 * emacs-lisp/eieio.el (with-slots):
5510 * emacs-lisp/easymenu.el (easy-menu-define):
5511 * emacs-lisp/debug.el (debugger-env-macro):
5512 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
5513 (Multiple-value-call, Multiple-value-prog1):
5514 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
5515 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
5516 edebug rule to definition.
5517 * emacs-lisp/lisp-mode.el (save-selected-window)
5518 (with-current-buffer, combine-after-change-calls)
5519 (with-output-to-string, with-temp-file, with-temp-buffer)
5520 (with-temp-message, with-syntax-table, read-if, eval-after-load)
5521 (dolist, dotimes, when, unless):
5522 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
5523
5524 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * finder.el: Require `package'.
5527 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
5528 (finder-package-info): Var deleted.
5529 (finder-keywords-hash, finder--builtins-alist): New vars.
5530 (finder-compile-keywords): Compute package--builtins and
5531 finder-keywords-hash instead of finder-keywords-hash, respecting
5532 the "Package" header.
5533 (finder-unknown-keywords, finder-list-matches):
5534 Use finder-keywords-hash and package--list-packages.
5535 (finder-mode): Don't set font-lock-defaults.
5536 (finder-exit): We don't use "*Finder-package*" and "*Finder
5537 Category*" buffers anymore.
5538
5539 * emacs-lisp/package.el (package--builtins-base): Var deleted.
5540 (package--builtins): Set default value to nil.
5541 (package-initialize): Load precomputed value of package--builtins
5542 from finder-inf.el.
5543 (package-alist, package-compute-transaction)
5544 (package-download-transaction): Improve docstring.
5545 (package-read-all-archive-contents): Do not change
5546 package--builtins here.
5547 (list-packages): Make package-list-packages an alias for this.
5548 Sort by status by default.
5549 (package--list-packages): Add optional PACKAGES arg.
5550 (describe-package-1): Use font-lock-face property. For built-in
5551 packages, insert file commentary.
5552 (package--generate-package-list): Rename from
5553 package-list-packages-internal; all callers changed. Add optional
5554 PACKAGES arg. Add alphabetical sort fallbacks.
5555 (package-menu--version-predicate, package-menu--status-predicate)
5556 (package-menu--description-predicate)
5557 (package-menu--name-predicate): New functions.
5558
5559 * info.el (Info-finder-find-node): Search package-alist instead of
5560 finder-package-info.
5561
5562 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
5563
5564 * subr.el (version-regexp-alist): Don't use "a" and "b" for
5565 "alpha" and "beta".
5566 (version-to-list): Handle versions like "10.3d".
5567
5568 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5569
5570 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
5571 (macroexp-accumulate): Use `declare'.
5572
5573 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5574
5575 * whitespace.el (whitespace-style): Adjust type declaration.
5576
5577 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
5578
5579 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5580 empty argument to gvfs-copy.
5581
5582 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
5583
5584 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5585 handle new TRASH arg of `delete-file'.
5586
5587 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
5588
5589 * net/tramp.el (tramp-handle-insert-directory): Don't use
5590 `forward-word', its default syntax could be changed.
5591
5592 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5593 Michael Albinus <michael.albinus@gmx.de>
5594
5595 Implement compression for inline methods.
5596
5597 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5598 (tramp-copy-size-limit): Allow also nil.
5599 (tramp-inline-compress-commands): New defconst.
5600 (tramp-find-inline-compress, tramp-get-inline-compress)
5601 (tramp-get-inline-coding): New defuns.
5602 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5603 replaced by `tramp-get-inline-coding'.
5604 (tramp-handle-file-local-copy, tramp-handle-write-region)
5605 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5606
5607 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
5608
5609 Detect ssh 'ControlMaster' argument automatically in some cases.
5610
5611 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5612 (tramp-default-method): Use it.
5613
5614 2010-08-26 Karel Klíč <kklic@redhat.com>
5615
5616 * net/tramp.el (tramp-file-name-for-operation):
5617 Add file-selinux-context.
5618
5619 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
5620
5621 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
5622
5623 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
5624
5625 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
5626 (Bug#6907).
5627
5628 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
5629
5630 * progmodes/js.el: Make indentation more customizable (Bug#6914).
5631 (js-paren-indent-offset, js-square-indent-offset)
5632 (js-curly-indent-offset): New options.
5633 (js--proper-indentation): Use them.
5634
5635 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
5636
5637 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
5638 instead of inspecting font-lock properties (Bug#6916).
5639
5640 2010-08-26 David Reitter <david.reitter@gmail.com>
5641
5642 * server.el (server-visit-files): Run pre-command-hook and
5643 post-command-hook for each buffer while it is current (Bug#6910).
5644 (server-execute): Do not run hooks here.
5645
5646 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
5647
5648 Sync with Tramp 2.1.19.
5649
5650 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5651 (tramp-reporter-dump-variable, tramp-load-report-modules)
5652 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
5653 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
5654
5655 * net/tramp-compat.el (top): Do not autoload
5656 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
5657 only when `start-file-process' is not bound.
5658 (byte-compile-not-obsolete-vars): Define if not bound.
5659 (tramp-compat-funcall): New defmacro.
5660 (tramp-compat-line-beginning-position)
5661 (tramp-compat-line-end-position)
5662 (tramp-compat-temporary-file-directory)
5663 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5664 (tramp-compat-copy-file, tramp-compat-copy-directory)
5665 (tramp-compat-delete-file, tramp-compat-delete-directory)
5666 (tramp-compat-number-sequence, tramp-compat-process-running-p):
5667 Use it.
5668 (tramp-advice-file-expand-wildcards): Do not use
5669 `tramp-handle-file-remote-p'.
5670 (tramp-compat-make-temp-file): Simplify fallback implementation.
5671 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5672 (tramp-compat-copy-tree): Remove function.
5673 (tramp-compat-delete-file): New defun.
5674 (tramp-compat-delete-directory): Provide implementation for older
5675 Emacsen.
5676 (tramp-compat-file-attributes): Handle only
5677 `wrong-number-of-arguments' error.
5678
5679 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5680 Add PRESERVE_SELINUX_CONTEXT.
5681 (tramp-fish-handle-delete-file): Add TRASH arg.
5682 (tramp-fish-handle-directory-files-and-attributes):
5683 Do not use `tramp-fish-handle-file-attributes.
5684 (tramp-fish-handle-file-local-copy)
5685 (tramp-fish-handle-insert-file-contents)
5686 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
5687
5688 * net/tramp-gvfs.el (top): Require url-util.
5689 (tramp-gvfs-mount-point): Remove.
5690 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
5691 and `set-file-selinux-context'.
5692 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
5693 (tramp-gvfs-handle-file-selinux-context)
5694 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5695 (with-tramp-dbus-call-method): Format trace message.
5696 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5697 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
5698 Implement backup call, when operation on local files fails.
5699 Use progress reporter. Flush properties of changed files.
5700 (tramp-gvfs-handle-delete-file): Add TRASH arg.
5701 Use `tramp-compat-delete-file'.
5702 (tramp-gvfs-handle-expand-file-name): Expand "~/".
5703 (tramp-gvfs-handle-make-directory): Make more traces.
5704 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
5705 (tramp-gvfs-url-file-name): Hexify file name in url.
5706 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5707 into account for the resulting file name.
5708 (tramp-gvfs-handler-askquestion): Preserve current message, in
5709 order to let progress reporter continue afterwards. (Bug#6257)
5710 Return dummy mountpoint, when the answer is "no".
5711 See `tramp-gvfs-maybe-open-connection'.
5712 (tramp-gvfs-handler-mounted-unmounted)
5713 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
5714 attribute "default_location". Set "prefix" property.
5715 Handle default-location.
5716 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5717 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5718 exists. Raise an error, if not (due to a corresponding answer
5719 "no" in interactive questions, for example).
5720 Use `tramp-compat-funcall'.
5721
5722 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5723 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5724 (tramp-imap-do-copy-or-rename-file)
5725 (tramp-imap-handle-insert-file-contents)
5726 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5727 (tramp-imap-handle-delete-file): Add TRASH arg.
5728
5729 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5730 Add PRESERVE-SELINUX-CONTEXT.
5731 (tramp-smb-handle-copy-file)
5732 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5733 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5734 Use `with-progress-reporter'.
5735 (tramp-smb-handle-delete-file): Add TRASH arg.
5736
5737 * net/tramp.el (tramp-methods): Move hostname to the end in all
5738 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
5739 appropriate.
5740 (tramp-verbose): Describe verbose level 9.
5741 (tramp-completion-function-alist)
5742 (tramp-file-name-regexp, tramp-chunksize)
5743 (tramp-local-coding-commands, tramp-remote-coding-commands)
5744 (with-connection-property, tramp-completion-mode-p)
5745 (tramp-action-process-alive, tramp-action-out-of-band)
5746 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5747 (tramp-exists-file-name-handler): Fix docstring.
5748 (tramp-remote-process-environment): Use `format' instead of
5749 `concat'. Protect version string by apostroph.
5750 (tramp-shell-prompt-pattern): Do not use a shy group in case of
5751 XEmacs.
5752 (tramp-file-name-regexp-unified)
5753 (tramp-completion-file-name-regexp-unified): On W32 systems, do
5754 not regard the volume letter as remote filename. (Bug#5447)
5755 (tramp-perl-file-attributes)
5756 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5757 (tramp-vc-registered-read-file-names): Read input as
5758 here-document, otherwise the command could exceed maximum length
5759 of command line.
5760 (tramp-file-name-handler-alist): Add `file-selinux-context' and
5761 `set-file-selinux-context'.
5762 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
5763 backtrace functions.
5764 (tramp-error-with-buffer): Don't show the connection buffer when
5765 we are in completion mode.
5766 (tramp-progress-reporter-update, tramp-remote-selinux-p)
5767 (tramp-handle-file-selinux-context)
5768 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
5769 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
5770 New defuns.
5771 (with-progress-reporter): New defmacro.
5772 (tramp-debug-outline-regexp): New defconst.
5773 (top, tramp-rfn-eshadow-setup-minibuffer)
5774 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5775 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5776 (tramp-completion-mode-p, tramp-check-for-regexp)
5777 (tramp-open-connection-setup-interactive-shell)
5778 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5779 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5780 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
5781 Use `tramp-compat-funcall'.
5782 (tramp-handle-make-symbolic-link): Flush file properties.
5783 (tramp-handle-load, tramp-handle-file-local-copy)
5784 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5785 (tramp-handle-vc-registered, tramp-maybe-send-script)
5786 (tramp-find-shell): Use `with-progress-reporter'.
5787 (tramp-do-file-attributes-with-stat): Add space in format string,
5788 in order to work around a bug in pdksh. Reported by Gilles Pion
5789 <gpion@lfdj.com>.
5790 (tramp-handle-verify-visited-file-modtime): Do not send a command
5791 when the connection is not established.
5792 (tramp-handle-set-file-times): Simplify the check for utc.
5793 (tramp-handle-directory-files-and-attributes)
5794 (tramp-get-remote-path): Use `copy-tree'.
5795 (tramp-completion-handle-file-name-all-completions): Ensure, that
5796 non remote files are still checked. Oops.
5797 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5798 Handle PRESERVE-SELINUX-CONTEXT.
5799 (tramp-do-copy-or-rename-file): Add progress reporter.
5800 (tramp-do-copy-or-rename-file-directly): Do not use
5801 `tramp-handle-file-remote-p'.
5802 (tramp-do-copy-or-rename-file-out-of-band):
5803 Use `tramp-compat-delete-directory'.
5804 (tramp-do-copy-or-rename-file-out-of-band)
5805 (tramp-compute-multi-hops, tramp-maybe-open-connection):
5806 Use `format-spec-make'.
5807 (tramp-handle-delete-file): Add TRASH arg.
5808 (tramp-handle-dired-uncache): Flush directory cache, not only file
5809 cache.
5810 (tramp-handle-expand-file-name)
5811 (tramp-completion-handle-file-name-all-completions)
5812 (tramp-completion-handle-file-name-completion):
5813 Use `tramp-connectable-p'.
5814 (tramp-handle-start-file-process): Set connection property "vec".
5815 Use it, in order to invalidate file caches. Check only for
5816 `remote-tty' process property.
5817 Implement tty setting. (Bug#4604, Bug#6360)
5818 (tramp-file-name-for-operation): Add `call-process-region' and
5819 `set-file-selinux-context'.
5820 (tramp-find-foreign-file-name-handler)
5821 (tramp-advice-make-auto-save-file-name)
5822 (tramp-set-auto-save-file-modes): Remove superfluous check for
5823 `stringp'. This is done inside `tramp-tramp-file-p'.
5824 (tramp-file-name-handler): Trace 'quit. Catch the error for some
5825 operations when we are in completion mode. This gives the user
5826 the chance to correct the file name in the minibuffer.
5827 (tramp-completion-mode-p): Use `non-essential'.
5828 (tramp-handle-file-name-all-completions): Backward/ XEmacs
5829 compatibility: Use `completion-ignore-case' if
5830 `read-file-name-completion-ignore-case' does not exist.
5831 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
5832 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5833 `tramp-open-shell'.
5834 (tramp-action-password): Hide password prompt before next run.
5835 (tramp-process-actions): Widen connection buffer for the trace.
5836 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5837 process property. Trace stty settings if `tramp-verbose' >= 9.
5838 Apply workaround for IRIX64 bug. Move argument of last
5839 `tramp-send-command' where it belongs to.
5840 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5841 front of `login-args'.
5842 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
5843 on "/dev/null" instead of "/".
5844 (tramp-get-ls-command-with-dired): Make test for "--dired"
5845 stronger.
5846 (tramp-set-auto-save-file-modes): Adapt version check.
5847 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5848 (tramp-handle-process-file): Call the program in a subshell, in
5849 order to preserve working directory.
5850 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
5851 `tramp-remote-sh' from `tramp-methods'.
5852 (tramp-get-ls-command): Make test for "--color=never" stronger.
5853 (tramp-check-for-regexp): Use (forward-line 1).
5854
5855 * net/trampver.el: Update release number.
5856
5857 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * help.el (help-map): Bind `C-h P' to describe-package.
5860
5861 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
5862
5863 * emacs-lisp/package.el (package-refresh-contents): Catch errors
5864 when downloading archives.
5865 (describe-package-1): Add package commentary.
5866 (package-install-button-action): New function.
5867 (package-menu-mode-map): Bind ? to package-menu-describe-package.
5868 (package-menu-view-commentary): Function removed.
5869 (package-list-packages-internal): Hide the `package' package too.
5870
5871 2010-08-25 Kenichi Handa <handa@m17n.org>
5872
5873 * language/misc-lang.el ("Arabic"): New language environment.
5874 Setup composition-function-table for Arabic characters.
5875
5876 * international/fontset.el (setup-default-fontset): Fix typo for
5877 arabic OTF spec (fini->fina).
5878
5879 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
5880
5881 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
5882 on all frames.
5883
5884 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5885
5886 * whitespace.el: Allow cleaning up blanks without blank
5887 visualization (Bug#6651). Adjust help window for
5888 whitespace-toggle-options (Bug#6479). Allow to use fill-column
5889 instead of whitespace-line-column (from EmacsWiki). New version
5890 13.1.
5891 (whitespace-style): Add new value 'face. Adjust docstring.
5892 (whitespace-space, whitespace-hspace, whitespace-tab):
5893 Adjust foreground property face.
5894 (whitespace-line-column): Adjust docstring and type declaration.
5895 (whitespace-style-value-list, whitespace-toggle-option-alist)
5896 (whitespace-help-text): Adjust const initialization.
5897 (whitespace-toggle-options, global-whitespace-toggle-options):
5898 Adjust docstring.
5899 (whitespace-display-window, whitespace-interactive-char)
5900 (whitespace-style-face-p, whitespace-color-on): Adjust code.
5901 (whitespace-help-scroll): New fun.
5902
5903 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
5904
5905 * emacs-lisp/package.el (list-packages): Alias for
5906 package-list-packages.
5907
5908 2010-08-24 Kevin Ryde <user42@zip.com.au>
5909
5910 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
5911 (Bug#5651).
5912
5913 * progmodes/ruby-mode.el (ruby): Add defgroup.
5914
5915 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
5916
5917 * progmodes/python.el: Add Ipython support (Bug#5390).
5918 (python-shell-prompt-alist)
5919 (python-shell-continuation-prompt-alist): New options.
5920 (python--set-prompt-regexp): New function.
5921 (inferior-python-mode, run-python, python-shell):
5922 Require ansi-color. Use python--set-prompt-regexp to set the comint
5923 prompt based on the Python interpreter.
5924 (python--prompt-regexp): New var.
5925 (python-check-comint-prompt)
5926 (python-comint-output-filter-function): Use it.
5927 (run-python): Use a pipe (Bug#5694).
5928
5929 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
5930
5931 * progmodes/python.el (python-send-region): Send a different
5932 Python command if Ipython is in use.
5933 (python-check-version): Use a Python command to find the version.
5934
5935 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
5936
5937 * mouse.el (mouse-yank-primary): Avoid setting primary when
5938 deactivating the mark (Bug#6872).
5939
5940 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
5941
5942 * progmodes/python.el (python-block-pairs): Allow use of "finally"
5943 with "else" (Bug#3991).
5944
5945 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
5946
5947 * net/dbus.el: Accept UNIX domain sockets as bus address.
5948 (top): Don't initialize `dbus-registered-objects-table' anymore,
5949 this is done in dbusbind,c.
5950 (dbus-check-event): Adapt test for bus.
5951 (dbus-return-values-table, dbus-unregister-service)
5952 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
5953 Adapt doc string.
5954
5955 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
5956
5957 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
5958
5959 2010-08-22 Juri Linkov <juri@jurta.org>
5960
5961 * simple.el (read-extended-command): New function with the logic
5962 for `completing-read' moved to Elisp from `execute-extended-command'.
5963 Use `function-called-at-point' in `minibuffer-default-add-function'
5964 to get a command name for M-n (bug#5364, bug#5214).
5965
5966 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5967
5968 * startup.el (command-line-1): Issue warning for ignored arguments
5969 --unibyte, etc (Bug#6886).
5970
5971 2010-08-22 Leo <sdl.web@gmail.com>
5972
5973 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
5974 (ignore, bright, dim, keyword): Split list of nicknames before
5975 passing to rcirc-add-or-remove (Bug#6894).
5976
5977 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
5978
5979 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
5980
5981 2010-08-22 Leo <sdl.web@gmail.com>
5982
5983 Fix buffer-list rename&refresh after killing a buffer in ido.
5984 * ido.el: Revert Óscar's.
5985 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
5986 Remember the buffers at head, rather than their name.
5987 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
5988
5989 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
5990 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
5993 extra backslash added to each line (bug#6890).
5994
5995 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * subr.el (read-key): Don't echo keystrokes (bug#6883).
5998
5999 2010-08-22 Glenn Morris <rgm@gnu.org>
6000
6001 * menu-bar.el (menu-bar-games-menu): Add landmark.
6002
6003 2010-08-22 Glenn Morris <rgm@gnu.org>
6004
6005 * align.el (align-regexp): Make group and spacing arguments
6006 use the interactive defaults when non-interactive. (Bug#6698)
6007
6008 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
6009 expansion, so as not to need sendmail.
6010 (mail-text-start): Remove declaration.
6011 (rmail-retry-failure): Require sendmail.
6012
6013 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
6014
6015 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
6016
6017 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
6018
6019 * progmodes/flymake.el (flymake-start-syntax-check-process):
6020 Use `start-file-process' in order to let it run also on remote hosts.
6021
6022 2010-08-22 Kenichi Handa <handa@m17n.org>
6023
6024 * files.el: Add `word-wrap' as safe local variable.
6025
6026 2010-08-22 Glenn Morris <rgm@gnu.org>
6027
6028 * woman.el (woman-translate): Case matters. (Bug#6849)
6029
6030 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
6031
6032 * simple.el (kill-region): Doc fix (Bug#6787).
6033
6034 2010-08-22 Glenn Morris <rgm@gnu.org>
6035
6036 * calendar/diary-lib.el (diary-header-line-format):
6037 Fit it to the window, not the frame.
6038
6039 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
6040
6041 * subr.el (ignore-errors): Add debug declaration.
6042
6043 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
6044
6045 * whitespace.el (whitespace-color-off): Remove post-command-hook
6046 locally.
6047
6048 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6049
6050 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
6051
6052 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
6053
6054 * cus-edit.el (custom-group-value-create): Add extra newline
6055 before end line (Bug#6876).
6056
6057 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
6058
6059 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
6060 when extending it. Before killing on the second click, check if
6061 the buffer is the correct one. Doc fix.
6062 (mouse-secondary-save-then-kill): Allow usage without first
6063 calling mouse-start-secondary, by defaulting to point. Don't save
6064 an empty secondary selection. Doc fix.
6065
6066 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6067
6068 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
6069 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
6070 New version 13.0.
6071 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6072 Adjust initialization.
6073 (whitespace-bob-marker, whitespace-eob-marker)
6074 (whitespace-buffer-changed): New vars.
6075 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
6076 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
6077 (whitespace-post-command-hook, whitespace-display-char-on):
6078 Adjust code.
6079 (whitespace-looking-back, whitespace-buffer-changed): New funs.
6080 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
6081
6082 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6083
6084 * files.el (locate-file-completion-table): Only list the .el and .elc
6085 extensions if there's no other choice (bug#5955).
6086
6087 * facemenu.el (facemenu-self-insert-data): New var.
6088 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
6089 New functions.
6090 (facemenu-add-face): Use them.
6091
6092 * simple.el (blink-matching-open): Obey forward-sexp-function.
6093
6094 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
6095
6096 * simple.el (prog-mode-map): New var.
6097 (prog-indent-sexp): New command.
6098
6099 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
6100
6101 * progmodes/prolog.el (smie): Require.
6102
6103 * emacs-lisp/smie.el (smie-default-backward-token)
6104 (smie-default-forward-token): Strip properties.
6105 (smie-next-sexp): Be more careful with associative operators.
6106 (smie-forward-sexp-command): Generalize.
6107 (smie-backward-sexp-command): Simplify.
6108 (smie-closer-alist): New var.
6109 (smie-close-block): New command.
6110 (smie-indent-debug-log): New var.
6111 (smie-indent-offset-rule): Add a few more cases.
6112 (smie-indent-column): New function.
6113 (smie-indent-after-keyword): Use it.
6114 (smie-indent-keyword): Use it.
6115 Fix up the opener code's point position.
6116 (smie-indent-comment): Only applies at BOL.
6117 (smie-indent-debug): New command.
6118
6119 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
6120 declarations that are useful before running the macro.
6121
6122 2010-08-18 Joakim Verona <joakim@verona.se>
6123
6124 * image.el (imagemagick-types-inhibit): New variable.
6125 (imagemagick-register-types): New function.
6126 * image-mode.el (image-transform-properties): New function.
6127 (image-transform-set-scale, image-transform-fit-to-height)
6128 (image-transform-set-rotation, image-transform-set-resize)
6129 (image-transform-fit-to-width, image-transform-fit-to-height):
6130 New functions.
6131 (image-toggle-display-image): Support image transforms.
6132
6133 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
6134
6135 * image.el (create-animated-image): Don't add heuristic mask to image
6136 (Bug#6839).
6137
6138 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
6139
6140 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
6141 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
6142
6143 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
6144
6145 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
6146
6147 Font-lock '...' strings, plus various simplifications and fixes.
6148 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
6149 (octave-font-lock-close-quotes): New function.
6150 (octave-font-lock-syntactic-keywords): New var.
6151 (octave-mode): Use it. Set beginning-of-defun-function.
6152 (octave-mode-map): Don't override the <foo>-defun commands.
6153 (octave-mode-menu): Pass it directly to easy-menu-define;
6154 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
6155 (octave-block-match-alist): Fix up last change so that
6156 octave-close-block uses the more specific keyword.
6157 (info-lookup-mode): Silence byte-compiler.
6158 (octave-beginning-of-defun): Not interactive any more.
6159 Optimize slightly.
6160 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
6161 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
6162 (octave-completion-at-point-function): Make sure point is within
6163 beg..end.
6164 (octave-reindent-then-newline-and-indent):
6165 Use reindent-then-newline-and-indent.
6166 (octave-add-octave-menu): Remove.
6167
6168 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
6169
6170 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
6171 (report-emacs-bug-can-use-xdg-email): New functions.
6172 (report-emacs-bug): Set can-xdg-email to result of
6173 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
6174 \C-cm to report-emacs-bug-insert-to-mailer and add help text
6175 about it.
6176
6177 * net/browse-url.el (browse-url-default-browser): Add cond
6178 for browse-url-xdg-open.
6179 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
6180
6181 2010-08-17 Glenn Morris <rgm@gnu.org>
6182
6183 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
6184 (c-fontify-recorded-types-and-refs): Define for compiler.
6185 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
6186 before use.
6187
6188 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
6189 Fix format call.
6190
6191 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
6192
6193 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
6194 properties.
6195 (tramp-handle-process-file): Call the program in a subshell, in
6196 order to preserve working directory.
6197 (tramp-action-password): Hide password prompt before next run.
6198 (tramp-process-actions): Widen connection buffer for the trace.
6199
6200 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6201
6202 * net/rcirc.el (rcirc-log-process-buffers): New option.
6203 (rcirc-print): Use it.
6204 (rcirc-generate-log-filename): New function.
6205 (rcirc-log-filename-function): Change default to
6206 rcirc-generate-log-filename (Bug#6828).
6207
6208 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
6209
6210 * simple.el (deactivate-mark): If select-active-regions is `only',
6211 only set selection for temporarily active regions.
6212
6213 * cus-start.el: Change defcustom for select-active-regions.
6214
6215 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
6216
6217 * mouse.el (mouse--drag-set-mark-and-point): New function.
6218 (mouse-drag-track): Use LOCATION arg to push-mark.
6219 Use mouse--drag-set-mark-and-point to take click-count into
6220 consideration when updating point and mark (Bug#6840).
6221
6222 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
6223
6224 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6225 Give the Ruby rule a lower priority than Gnu (Bug#6778).
6226
6227 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
6228
6229 * font-lock.el (lisp-font-lock-keywords-2):
6230 Add combine-after-change-calls, condition-case-no-debug,
6231 with-demoted-errors, and with-silent-modifications (Bug#6025).
6232
6233 2010-08-14 Kevin Ryde <user42@zip.com.au>
6234
6235 * emacs-lisp/copyright.el (copyright-update-year)
6236 (copyright-update): Temporary switch-to-buffer to ensure the
6237 buffer change being queried is visible (Bug#5394).
6238
6239 2010-08-14 Tom Tromey <tromey@redhat.com>
6240
6241 * progmodes/etags.el (tags-file-name): Mark safe if stringp
6242 (Bug#6733).
6243
6244 2010-08-14 Eli Zaretskii <eliz@gnu.org>
6245
6246 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
6247 MS-DOS. (Bug#6689)
6248
6249 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
6250
6251 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
6252 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6253 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6254 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
6255 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
6256 Call menu-bar-set-tool-bar-position.
6257
6258 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
6261 comment style (bug#6834).
6262 * progmodes/scheme.el (scheme-mode-syntax-table):
6263 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
6264 "b" flag in "' 14b" syntax.
6265
6266 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
6267 for (un)commenting the region and performing completion.
6268 (octave-mode-menu): Use standard commands for help and completion.
6269 (octave-mode-syntax-table): Support %{..%} comments (sort of).
6270 (octave-mode): Use define-derived-mode.
6271 Set completion-at-point-functions and don't set columns.
6272 Don't disable adaptive-fill-regexp.
6273 (octave-describe-major-mode, octave-comment-region)
6274 (octave-uncomment-region, octave-comment-indent)
6275 (octave-indent-for-comment): Remove.
6276 (octave-indent-calculate): Rename from calculate-octave-indent.
6277 (octave-indent-line, octave-fill-paragraph): Update caller.
6278 (octave-initialize-completions): No need to make an alist.
6279 (octave-completion-at-point-function): New function.
6280 (octave-complete-symbol): Use it.
6281 (octave-insert-defun): Use define-skeleton.
6282
6283 * progmodes/octave-mod.el (octave-mode): Set comment-add.
6284 (octave-mode-map): Use comment-dwim (bug#6829).
6285
6286 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6287
6288 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
6289 indentation of inserted comment.
6290
6291 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
6292
6293 * faces.el (region): Add type gtk that uses gtk colors.
6294
6295 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
6296 Handle theme-name change.
6297
6298 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
6299
6300 * progmodes/sql.el: Version 2.5
6301 (sql-product-alist): Add :prompt-cont-regexp property for several
6302 database products.
6303 (sql-prompt-cont-regexp): New variable.
6304 (sql-output-newline-count, sql-output-by-send):
6305 New variables. Record number of newlines in input text.
6306 (sql-send-string): Handle multiple filters and count newlines.
6307 (sql-send-magic-terminator): Count terminator newline.
6308 (sql-interactive-remove-continuation-prompt): Filters output to
6309 remove continuation prompts; one for each newline.
6310 (sql-interactive-mode): Set up new variables, prompt regexp and
6311 output filter.
6312 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
6313 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
6314
6315 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * emacs-lisp/pcase.el: New file.
6318
6319 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
6320
6321 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
6322 as here-document, otherwise the command could exceed maximum
6323 length of command line.
6324 (tramp-handle-vc-registered): Call script accordingly.
6325 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
6326
6327 2010-08-10 Kenichi Handa <handa@m17n.org>
6328
6329 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
6330 composable pattern.
6331
6332 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
6333
6334 * emacs-lisp/package.el (package-version-split)
6335 (package--version-first-nonzero, package-version-compare):
6336 Functions removed.
6337 (package-directory-list, package-load-all-descriptors)
6338 (package--built-in, package-activate, define-package)
6339 (package-installed-p, package-compute-transaction)
6340 (package-read-all-archive-contents)
6341 (package--add-to-archive-contents, package-buffer-info)
6342 (package-tar-file-info, package-list-packages-internal):
6343 Use version-to-list and version-list-*.
6344
6345 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6346 Use version-to-list.
6347 (package-upload-buffer-internal): Use version-list-<=.
6348
6349 2010-08-09 Kenichi Handa <handa@m17n.org>
6350
6351 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
6352 composable pattern.
6353
6354 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
6355
6356 * tutorial.el (tutorial--default-keys): C-d is now bound to
6357 delete-forward-char (Bug#6826).
6358
6359 * mouse.el (mouse-drag-track): Remove accidentally-removed check
6360 for `double' value of mouse-1-click-follows-link (Bug#6807).
6361
6362 2010-08-08 Johan Bockgård <bojohan@gnu.org>
6363
6364 * replace.el (replace-highlight): Bind isearch-forward and
6365 isearch-error, ensuring that highlighting is updated if the user
6366 switches the search direction (Bug#6808).
6367
6368 * isearch.el (isearch-lazy-highlight-forward): New var.
6369 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6370 (isearch-lazy-highlight-update): Use it.
6371
6372 2010-08-08 Kenichi Handa <handa@m17n.org>
6373
6374 * international/mule.el (define-charset): Store NAME as :base property.
6375 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
6376 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
6377 current priority. Force using the designation of the specific
6378 charset by adding `charset' text property. Improve the whole algorithm.
6379
6380 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6381
6382 * emulation/pc-select.el (pc-selection-mode-hook)
6383 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
6384 (pc-selection-mode): Fix typos in docstrings.
6385
6386 2010-08-08 Kenichi Handa <handa@m17n.org>
6387
6388 * language/cyrillic.el: Don't add "microsoft-cp1251" to
6389 ctext-non-standard-encodings-alist here.
6390
6391 * international/mule.el (ctext-non-standard-encodings-alist):
6392 Add "koi8-r" and "microsoft-cp1251".
6393 (ctext-standard-encodings): New variable.
6394 (ctext-non-standard-encodings-table): List only elements for
6395 non-standard encodings.
6396 (ctext-pre-write-conversion): Adjust for the above change.
6397 Check ctext-standard-encodings.
6398
6399 * international/mule-conf.el (compound-text): Doc fix.
6400 (ctext-no-compositions): Doc fix.
6401 (compound-text-with-extensions): Doc fix.
6402
6403 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6404
6405 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
6406
6407 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6408
6409 * progmodes/which-func.el (which-func-format): Split help-echo text
6410 into lines, like other mode-line tooltips.
6411
6412 * server.el (server-start): When using TCP sockets, force IPv4
6413 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
6414
6415 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6416
6417 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
6418
6419 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6420
6421 * term.el (term-delimiter-argument-list): Reflow docstring.
6422 (term-read-input-ring, term-write-input-ring, term-send-input)
6423 (term-bol, term-erase-in-display, serial-supported-or-barf):
6424 Fix typos in docstrings.
6425
6426 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6427
6428 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
6429
6430 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6431
6432 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
6433
6434 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
6435
6436 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
6437 Fix typo in docstring (bug#6747).
6438
6439 2010-08-08 Leo <sdl.web@gmail.com>
6440
6441 * eshell/esh-io.el (eshell-get-target): Better detection of
6442 read-only file (Bug#6762).
6443
6444 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6445
6446 * align.el (align-default-spacing): Doc fix.
6447 (align-region-heuristic, align-regexp): Fix typos in docstrings.
6448
6449 2010-08-08 Stephen Peters <speters@itasoftware.com>
6450
6451 * calendar/icalendar.el
6452 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
6453 (icalendar--get-weekday-numbers): New.
6454 (icalendar--convert-recurring-to-diary): Handle multiple byday
6455 values in weekly rules. (Bug#6766)
6456
6457 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
6458
6459 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
6460 (icalendar--create-uid, icalendar-export-region)
6461 (icalendar--parse-summary-and-rest): Code formatting.
6462
6463 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
6464
6465 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
6466 to italicize headers.
6467 (calc-highlight-selections-with-faces): New variable.
6468 (calc-selected-face, calc-nonselected-face): New faces.
6469
6470 * calc/calccomp.el (math-comp-highlight-string): Use
6471 `calc-highlight-selections-with-faces' to determine how to highlight
6472 sub-formulas.
6473
6474 * calc/calc-sel.el (calc-show-selections): Change message to when
6475 using faces to highlight selections.
6476
6477 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
6478
6479 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
6480 Add SQLite 3 keywords, functions and datatypes.
6481 (sql-interactive-mode): Remove `comint-process-echoes' set to t
6482 (Bug#6686).
6483
6484 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
6485
6486 * simple.el (select-active-regions): Move to keyboard.c.
6487 (deactivate-mark): Used saved-region-selection.
6488 (select-active-region): Function removed.
6489 (activate-mark, set-mark, push-mark-command)
6490 (handle-shift-selection): Don't call it.
6491 (keyboard-quit): Avoid adding the region to the window selection.
6492
6493 * mouse.el (mouse-drag-track): Remove hacks to deal with old
6494 select-active-regions implementation.
6495 (mouse-yank-at-click): Doc fix.
6496
6497 * cus-start.el: Add custom declaration for select-active-regions.
6498
6499 2010-08-07 Eli Zaretskii <eliz@gnu.org>
6500
6501 * simple.el (delete-forward-char): Doc fix.
6502
6503 * tutorial.el (help-with-tutorial): Hack safe file-local variables
6504 after reading the tutorial.
6505
6506 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
6507
6508 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
6509 Fix for the case that a C style comment has its delimiters alone on
6510 their respective lines.
6511
6512 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
6513
6514 * net/tramp.el (tramp-handle-start-file-process): Set connection
6515 property "vec".
6516 (tramp-process-sentinel): Use it for flushing the cache.
6517 We cannot do it via the process buffer, the buffer could be deleted
6518 already when running the sentinel.
6519
6520 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
6521
6522 * comint.el (comint-mode): Make directory tracking functions
6523 functional on remote files. (Bug#6764)
6524
6525 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6526
6527 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
6528
6529 2010-08-05 Eli Zaretskii <eliz@gnu.org>
6530
6531 * emacs-lisp/find-gc.el (find-gc-source-files):
6532 Rename unexec.c => unexcoff.c.
6533
6534 * emacs-lisp/authors.el (authors-fixed-entries):
6535 Rename unexec.c => unexcoff.c.
6536
6537 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
6538
6539 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
6540 cache, not only file cache.
6541 (tramp-process-sentinel): New defun.
6542 (tramp-handle-start-file-process): Use it, in order to invalidate
6543 file caches.
6544
6545 2010-08-03 Leo <sdl.web@gmail.com>
6546
6547 * server.el (server-start): Simplify loop.
6548
6549 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
6550
6551 * frame.el (screen-height, screen-width, set-screen-width)
6552 (set-screen-height): Remove ancient compatibility aliases.
6553
6554 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
6555 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
6556
6557 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
6558 that change current buffer.
6559
6560 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6561
6562 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
6563 beginning of the string. Use `string-match-p'. (Bug#6765)
6564
6565 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
6566
6567 * cus-start.el (x-gtk-use-system-tooltips): New variable.
6568
6569 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
6570
6571 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
6572 (package--builtins): Tweak descriptions.
6573 (package-print-package): Upcase descriptions if necessary.
6574 Show all built-in packages in font-lock-builtin-face.
6575 (package-list-packages-internal): Omit "emacs" package.
6576 Show status of built-in packages as "built-in".
6577
6578 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
6579
6580 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
6581 before killing to preserve the primary selection (Bug#6701).
6582
6583 * term/x-win.el (x-select-text): Doc fix.
6584
6585 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
6586
6587 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
6588 (objc-font-lock-extra-types):
6589 * progmodes/cc-mode.el (c-basic-common-init):
6590 * progmodes/cc-langs.el (c-make-mode-syntax-table)
6591 (c++-make-template-syntax-table)
6592 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
6593 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
6594 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
6595 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
6596 * progmodes/cc-fonts.el (c-make-inverse-face)
6597 (c-basic-matchers-after):
6598 * progmodes/cc-engine.el (c-forward-keyword-clause)
6599 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
6600 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
6601 (c-guess-continued-construct, c-guess-basic-syntax):
6602 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
6603 The above functions were modified or created.
6604
6605 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
6606
6607 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
6608
6609 2010-07-31 Eli Zaretskii <eliz@gnu.org>
6610
6611 * files.el (bidi-paragraph-direction): Define safe local values.
6612
6613 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
6614 language-info-alist. Remove outdated FIXME in a comment.
6615
6616 2010-07-31 Alan Mackenzie <acm@muc.de>
6617
6618 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
6619 Auto-fill broken in C/C++ modes.
6620
6621 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
6622
6623 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6624 (menu-bar-showhide-tool-bar-menu-customize-disable)
6625 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6626 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
6627 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
6628 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
6629 make a menu for Options => toolbar that can move it.
6630
6631 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
6632
6633 * emacs-lisp/package-x.el (package--make-rss-entry):
6634 (package-maint-add-news-item, package--update-news)
6635 (package-upload-buffer-internal): New arg ARCHIVE-URL.
6636
6637 * emacs-lisp/package.el (package-archive-url): Rename from
6638 package-archive-id.
6639 (package-install): Doc fix.
6640 (package-download-single, package-download-tar, package-install)
6641 (package-menu-view-commentary): Callers changed.
6642
6643 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
6644
6645 * net/tramp.el (tramp-handle-start-file-process): Check only for
6646 `remote-tty' process property.
6647 (tramp-open-shell): Don't check for tty.
6648 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
6649 process property.
6650
6651 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
6652 host.
6653
6654 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
6655
6656 * emacs-lisp/package.el (package-load-list, package-archives)
6657 (package-archive-contents, package-user-dir)
6658 (package-directory-list, package--builtins, package-alist)
6659 (package-activated-list, package-obsolete-alist): Mark as risky.
6660
6661 2010-07-28 Phil Hagelberg <phil@evri.com>
6662
6663 Add support for non-default package repositories.
6664 * emacs-lisp/package.el (package-archive-base): Var deleted.
6665 (package-archives): New variable.
6666 (package-archive-contents): Doc fix.
6667 (package-load-descriptor): Do nothing if descriptor file is missing.
6668 (package--write-file-no-coding): New function.
6669 (package-unpack-single): Use it.
6670 (package-archive-id): New function.
6671 (package-download-single, package-download-tar)
6672 (package-menu-view-commentary): Use it.
6673 (package-installed-p): Make second argument optional.
6674 (package-read-all-archive-contents): New function.
6675 (package-initialize): Use it.
6676 (package-read-archive-contents): Add ARCHIVE argument.
6677 (package--add-to-archive-contents): New function.
6678 (package-install): Don't call package-read-archive-contents.
6679 (package--download-one-archive): Store archive file in a
6680 subdirectory of package-user-dir.
6681 (package-menu-execute): Remove spurious line movement.
6682
6683 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
6684
6685 * cus-start.el (tool-bar-style): Add text-image-horiz.
6686
6687 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
6688
6689 * progmodes/gud.el (gud-common-init): Check for remoteness of
6690 `file', and not of `default-directory'.
6691
6692 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
6693
6694 * net/tramp.el (tramp-methods): Move hostname to the end in all
6695 ssh `tramp-login-args'.
6696 (tramp-verbose): Describe verbose level 9.
6697 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
6698 (tramp-open-connection-setup-interactive-shell): Trace stty
6699 settings if `tramp-verbose' >= 9.
6700 (tramp-handle-start-file-process): Implement tty setting.
6701 (Bug#4604, Bug#6360)
6702
6703 * net/tramp-cmds.el (tramp-bug): Recommend setting of
6704 `tramp-verbose' to 9.
6705
6706 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
6707
6708 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
6709 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
6710 Remove references to package `lisp-re' (bug#4369).
6711
6712 2010-07-27 Tom Tromey <tromey@redhat.com>
6713
6714 * progmodes/js.el (js-mode):
6715 * progmodes/make-mode.el (makefile-mode):
6716 * progmodes/simula.el (simula-mode):
6717 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
6718
6719 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
6720
6721 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
6722
6723 * time.el (display-time-day-and-date): Remove spurious * in docstring.
6724 (display-time-world-buffer-name, display-time-world-mode-map):
6725 Fix typos in docstrings.
6726
6727 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
6728
6729 * image-mode.el (image-display-size): New function.
6730 (image-forward-hscroll, image-next-line, image-eol, image-eob)
6731 (image-mode-fit-frame): Use it (Bug#6639).
6732
6733 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
6734
6735 * dired.el (dired-buffers-for-dir): Handle list values of
6736 dired-directory (Bug#6636).
6737
6738 2010-07-26 Sam Steingold <sds@gnu.org>
6739
6740 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
6741 Do not call `x-get-selection' the second time, reuse the value.
6742
6743 2010-07-26 Daiki Ueno <ueno@unixuser.org>
6744
6745 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
6746 which consist of control chars only. Suggested by Richard Stallman.
6747
6748 2010-07-25 Daiki Ueno <ueno@unixuser.org>
6749
6750 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
6751 exists before passing an error to find-file-not-found-functions
6752 (bug#6723).
6753
6754 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
6755
6756 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
6757 Remove leading nil element, adjust values.
6758 (tetris-shapes, tetris-shape-scores):
6759 Change representation of shapes and remove some redundancy.
6760 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
6761 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
6762 Adjust for working with new representation of shapes.
6763 (tetris-shape-rotations): New function.
6764 (tetris-move-bottom, tetris-move-left, tetris-move-right)
6765 (tetris-rotate-prev, tetris-rotate-next):
6766 Adjust for working with the new version of tetris-test-shape.
6767
6768 2010-07-23 Markus Triska <markus.triska@gmx.at>
6769
6770 * progmodes/ps-mode.el: Use comint (bug#5954).
6771 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
6772 (ps-mode-other-newline): Simplify.
6773 (ps-run-mode): Derive from comint-mode instead of
6774 fundamental-mode, yielding input history etc.
6775 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
6776 (ps-run-send-string): Adapt for comint-mode.
6777 (ps-run-newline): Remove now unneeded function.
6778
6779 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
6780
6781 * net/tramp.el (tramp-methods): Move hostname to the end in all
6782 plink `tramp-login-args'.
6783
6784 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
6785
6786 * net/tramp.el (tramp-open-shell): New defun.
6787 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6788 Use it.
6789
6790 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
6791
6792 * net/tramp.el (tramp-file-name-regexp-unified)
6793 (tramp-completion-file-name-regexp-unified): On W32 systems, do
6794 not regard the volume letter as remote filename. (Bug#5447)
6795
6796 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
6797
6798 * custom.el (custom-declare-variable): Give a clearer error message
6799 when the docstring is missing (bug#6476).
6800
6801 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
6802
6803 * progmodes/sql.el: Version 2.4. Improved Login prompting.
6804 (sql-login-params): New widget definition.
6805 (sql-oracle-login-params, sql-mysql-login-params)
6806 (sql-solid-login-params, sql-sybase-login-params)
6807 (sql-informix-login-params, sql-ingres-login-params)
6808 (sql-ms-login-params, sql-postgres-login-params)
6809 (sql-interbase-login-params, sql-db2-login-params)
6810 (sql-linter-login-params): Use it.
6811 (sql-sqlite-login-params): Use it; Define "database" parameter as
6812 a file name.
6813 (sql-sqlite-program): Change to "sqlite3".
6814 (sql-comint-sqlite): Make sure database name is complete.
6815 (sql-for-each-login): New function.
6816 (sql-connect, sql-save-connection): Use it.
6817 (sql-get-login-ext): New function.
6818 (sql-get-login): Use it.
6819 (sql-make-alternate-buffer-name): Handle :file parameters.
6820
6821 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
6822
6823 * dired.el (dired-no-confirm): Document value t and fix defcustom to
6824 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
6825
6826 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6827
6828 * dired.el (dired-mode-map): Use command remapping (bug#6632).
6829
6830 2010-07-22 Lawrence Mitchell <wence@gmx.li>
6831
6832 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
6833
6834 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
6835
6836 * net/tramp.el (tramp-get-ls-command)
6837 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
6838 instead of "/".
6839
6840 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
6841
6842 * progmodes/sql.el: Version 2.3.
6843 (sql-connection-alist): Change keys from symbols to strings;
6844 enhanced the widget definition.
6845 (sql-mode-menu): Add submenu to select connections.
6846 (sql-interactive-mode-menu): Add "Save Connection" item.
6847 (sql-add-product): Fix menu item.
6848 (sql-get-product-feature): Improved error handling.
6849 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
6850 (sql-make-alternate-buffer-name): Simplified.
6851 (sql-product-interactive): Handle missing product.
6852 (sql-connect): Support string keys, minor improvements.
6853 (sql-save-connection): New function.
6854 (sql-connection-menu-filter): New function.
6855
6856 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
6857
6858 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6859 (tramp-open-connection-setup-interactive-shell):
6860 Apply workaround for IRIX64 bug. Move argument of last
6861 `tramp-send-command' where it belongs to.
6862
6863 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
6864
6865 * net/tramp.el (tramp-perl-file-attributes)
6866 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
6867 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6868 front of `login-args'.
6869
6870 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
6871
6872 * time.el (display-time-world-mode): Define with `define-derived-mode'.
6873 Set `show-trailing-whitespace' to nil.
6874 (display-time-world-display): Simplify.
6875
6876 2010-07-18 Alan Mackenzie <acm@muc.de>
6877
6878 Enhance `c-file-style' in file/directory local variables.
6879 * progmodes/cc-mode.el (c-count-cfss): New function.
6880 (c-before-hack-hook): Call `c-set-style' differently according to
6881 whether c-file-style was set in file or directory local
6882 variables.
6883
6884 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
6885
6886 * progmodes/sql.el: Version 2.2.
6887 (sql-product, sql-user, sql-database, sql-server, sql-port):
6888 Use defcustom :safe keyword rather than putting safe-local-variable
6889 property.
6890 (sql-password): Use defcustom :risky keyword rather than putting
6891 risky-local-variable property.
6892 (sql-oracle-login-params, sql-sqlite-login-params)
6893 (sql-solid-login-params, sql-sybase-login-params)
6894 (sql-informix-login-params, sql-ingres-login-params)
6895 (sql-ms-login-params, sql-postgres-login-params)
6896 (sql-interbase-login-params, sql-db2-login-params)
6897 (sql-linter-login-params): Add `port' option.
6898 (sql-get-product-feature): Add NO-INDIRECT parameter.
6899 (sql-comint-oracle, sql-comint-sybase)
6900 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
6901 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
6902 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
6903 (sql-comint-linter): Rename sql-connect-* functions to
6904 sql-comint-*.
6905 (sql-product-alist, sql-mode-menu): Rename as above and
6906 :sqli-connect-func to :sqli-comint-func.
6907 (sql-connection): New variable.
6908 (sql-interactive-mode): Set it.
6909 (sql-connection-alist): New variable.
6910 (sql-connect): New function.
6911 (sql--alt-buffer-part, sql--alt-if-not-empty)
6912 (sql-make-alternate-buffer-name): Improved alternative buffer name.
6913
6914 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6915
6916 * image-mode.el (image-bookmark-make-record): Do not set context
6917 in an image (Bug#6650).
6918
6919 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
6920
6921 * simple.el (select-active-region): New function.
6922 (push-mark-command, set-mark, activate-mark)
6923 (handle-shift-selection): Use it.
6924 (deactivate-mark): Don't check for size of region.
6925
6926 * mouse.el (mouse-drag-track): Use select-active-region.
6927
6928 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
6929
6930 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
6931 "--dired" stronger.
6932
6933 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
6934
6935 * term/x-win.el (x-select-enable-primary): Change default to nil.
6936 (x-select-enable-clipboard): Add :version keyword.
6937
6938 * mouse.el (mouse-drag-copy-region):
6939 * simple.el (select-active-regions): Likewise.
6940
6941 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
6942
6943 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
6944 (vc-coding-system-for-diff): Use it to decide whether to inherit
6945 from the file the EOL format for reading the diffs of that file.
6946 (Bug#4451)
6947
6948 2010-07-16 Eli Zaretskii <eliz@gnu.org>
6949
6950 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
6951 unibyte, so compressed attachments are not compressed again.
6952
6953 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
6954
6955 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
6956 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
6957 (tramp-find-shell): Simplify setting connection property.
6958 (tramp-get-ls-command): Make test for "--color=never" stronger.
6959
6960 2010-07-15 Simon South <ssouth@member.fsf.org>
6961
6962 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
6963 blocks within record declarations (i.e. variant parts) correctly.
6964
6965 2010-07-15 Simon South <ssouth@member.fsf.org>
6966
6967 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
6968 over literal tokens when parsing so newlines aren't "absorbed" by
6969 single-line comments. Corrects the indentation of case blocks
6970 that have a comment on the first line.
6971
6972 2010-07-14 Karl Fogel <kfogel@red-bean.com>
6973
6974 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
6975 by Drew Adams (Bug#5504).
6976
6977 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
6978
6979 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
6980 now that Unicode is used (Bug#6594).
6981
6982 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
6983
6984 * term/x-win.el (x-select-enable-clipboard): Default to t.
6985 (x-initialize-window-system): Don't overwrite Paste menu item.
6986
6987 * simple.el (select-active-regions): Default to t.
6988 (push-mark-command): Don't overwrite primary with empty string.
6989
6990 * mouse.el: Bind mouse-2 to mouse-yank-primary.
6991 (mouse-drag-copy-region): Default to nil.
6992
6993 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
6994 Cut/Copy/Paste menu bar items.
6995
6996 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6997
6998 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6999 Patch applied by Karl Fogel.
7000
7001 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
7002 and `bookmark-current-buffer' if they have been already set in
7003 another buffer (e.g gnus-art).
7004
7005 2010-07-13 Karl Fogel <kfogel@red-bean.com>
7006 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7007
7008 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
7009
7010 * bookmark.el (bookmark-make-record-default): Allow unneeded
7011 information to be omitted from the record.
7012
7013 Adjust declarations and calls:
7014
7015 * info.el (bookmark-make-record-default): Adjust declaration.
7016 (Info-bookmark-make-record): Adjust call.
7017
7018 * woman.el (bookmark-make-record-default): Adjust declaration.
7019 (woman-bookmark-make-record): Adjust call.
7020
7021 * man.el (bookmark-make-record-default): Adjust declaration.
7022 (Man-bookmark-make-record): Adjust call.
7023
7024 * image-mode.el (bookmark-make-record-default): Adjust declaration.
7025
7026 * doc-view.el (bookmark-make-record-default): Adjust declaration.
7027
7028 2010-07-13 Karl Fogel <kfogel@red-bean.com>
7029
7030 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
7031 This is also from Thierry Volpiatto's patch in bug #6444. However,
7032 because it was extraneous to the functional change in that patch,
7033 and causes a re-indendation, I am committing it separately.
7034
7035 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7036
7037 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
7038 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
7039 Patch applied by Karl Fogel (Bug#6444).
7040
7041 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
7042
7043 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
7044
7045 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
7046
7047 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
7048 Dempsky; bug#5084). Remove incorrect binding for S-tab.
7049 (ns-alternatives-map): Change S-tab binding to backtab
7050 (bug#6616).
7051
7052 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
7053 under ns.
7054
7055 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
7056
7057 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
7058 (Bug#5806)
7059
7060 * language/tv-util.el (tai-viet-re): Remove format.
7061
7062 2010-07-12 Kenichi Handa <handa@m17n.org>
7063
7064 * language/hebrew.el: Remove no-byte-compile declaration.
7065 Change coding: tag to utf-8. Register hebrew-shape-gstring in
7066 composition-function-table for 3-character looking back.
7067 (hebrew-font-get-precomposed): New function.
7068 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
7069
7070 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
7071
7072 * mouse.el (mouse-drag-track): Handle select-active-regions
7073 (Bug#6612).
7074
7075 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
7076
7077 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
7078 empty argument to gvfs-copy.
7079
7080 2010-07-10 Glenn Morris <rgm@gnu.org>
7081
7082 * calendar/calendar.el (calendar-week-end-day): New function.
7083 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
7084 Respect calendar-week-start-day. (Bug#6606)
7085 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
7086 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
7087 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
7088 respect calendar-week-start-day.
7089
7090 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
7091
7092 * simple.el (use-region-p): Doc fix (Bug#6607).
7093
7094 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
7095
7096 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7097 Add regexps for cucumber and ruby.
7098
7099 2010-07-08 Daiki Ueno <ueno@unixuser.org>
7100
7101 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
7102 (epa-file-insert-file-contents): Hack to prevent
7103 find-file from opening empty buffer when decryption failed
7104 (bug#6568).
7105
7106 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
7107
7108 * textmodes/ispell.el (ispell-alternate-dictionary):
7109 Use file-readable-p.
7110 Return nil if no word-list is found at default locations.
7111 (ispell-complete-word-dict): Default to nil.
7112 (ispell-command-loop): Use 'word-list' when using lookup-words.
7113 (lookup-words): Use ispell-complete-word-dict or
7114 ispell-alternate-dictionary. Check for word-list availability
7115 and handle errors if needed with better messages (Bug#6539).
7116 (ispell-complete-word): Use ispell-complete-word-dict or
7117 ispell-alternate-dictionary.
7118
7119 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
7120
7121 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
7122 builtins (BufferError, BytesWarning, WindowsError; callables
7123 bin, bytearray, bytes, format, memoryview, next, print; __package__).
7124
7125 2010-07-07 Glenn Morris <rgm@gnu.org>
7126
7127 * play/zone.el (top-level): Do not require timer, tabify, or cl.
7128 (zone-shift-left): Ignore intangibility, and any errors from
7129 forward-char.
7130 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
7131 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
7132 deleting, and copying text properties.
7133 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
7134 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
7135 to point-max is hard.
7136 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
7137 (zone-fill-out-screen): Ignore intangibility.
7138
7139 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
7140
7141 * menu-bar.el (menu-bar-mode):
7142 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
7143 if it has been set.
7144
7145 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
7146 word/line selection (Bug#6565).
7147
7148 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
7149
7150 * net/dbus.el (dbus-send-signal): Declare function.
7151
7152 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
7153
7154 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
7155 (dbus-register-property): New optional argument EMITS-SIGNAL.
7156 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
7157
7158 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
7159
7160 * mouse.el (mouse-drag-overlay): Variable deleted.
7161 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
7162 (mouse--remap-link-click-p): New function.
7163 (mouse-drag-track): Handle dragging by using temporary Transient
7164 Mark mode, instead of a special overlay.
7165 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
7166 mouse-show-mark.
7167
7168 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
7169 deleted.
7170
7171 2010-07-02 Juri Linkov <juri@jurta.org>
7172
7173 * autoinsert.el (auto-insert-alist): Fix readability
7174 by using dotted pair notation for lambda.
7175
7176 2010-07-02 Juri Linkov <juri@jurta.org>
7177
7178 * faces.el (read-face-name): Rename arg `string-describing-default'
7179 to `default'. Doc fix. Display the default value in quotes
7180 in the prompt. With empty input, return the `default' arg,
7181 unless the default value is a string (in which case return nil).
7182 (describe-face): Replace the string `default' arg of `read-face-name'
7183 with the symbol `default'.
7184
7185 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
7186
7187 * emulation/viper-cmd.el (viper-delete-backward-char)
7188 (viper-del-backward-char-in-insert)
7189 (viper-del-backward-char-in-replace, viper-change)
7190 (viper-backward-indent): Replace delete-backward-char with
7191 delete-char (Bug#6552).
7192
7193 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
7194
7195 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
7196
7197 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
7198
7199 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
7200 argument passed to frame-creation-function (Bug#5378).
7201
7202 * faces.el (x-handle-named-frame-geometry)
7203 (x-handle-reverse-video, x-create-frame-with-faces)
7204 (face-set-after-frame-default, tty-create-frame-with-faces):
7205 Don't separately consult default-frame-alist. It is now passed as the
7206 PARAMETER argument.
7207
7208 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
7209
7210 * startup.el (command-line): Don't call tool-bar-setup in a
7211 tty-only build.
7212
7213 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
7214
7215 * ruler-mode.el (ruler--save-header-line-format): New fun.
7216 (ruler-mode): Use it as a setter function, so as not to overwrite
7217 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
7218
7219 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
7220
7221 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
7222 (vc-root-diff, vc-print-root-log, vc-log-incoming)
7223 (vc-log-outgoing): Use it.
7224 (vc-diff-internal): Set diff-vc-backend.
7225
7226 * vc/diff-mode.el (diff-vc-backend): New var.
7227
7228 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
7229
7230 * dynamic-setting.el (font-setting-change-default-font):
7231 Remove call to message.
7232
7233 2010-06-28 Kenichi Handa <handa@m17n.org>
7234
7235 * international/quail.el (quail-insert-kbd-layout): Fix the
7236 showing of untranslated characters.
7237
7238 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
7239
7240 * simple.el (delete-active-region): New option.
7241 (delete-backward-char): Implement in Lisp.
7242 (delete-forward-char): New command.
7243
7244 * mouse.el (mouse-region-delete-keys): Deleted.
7245 (mouse-show-mark): Simplify.
7246
7247 * bindings.el (global-map): Bind delete and DEL, the former to
7248 delete-forward-char.
7249
7250 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
7251
7252 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
7253 (ruby-mode): Bind indent-line-function (Bug#5119).
7254
7255 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
7256
7257 * startup.el (command-line): Recognize "0" X resource value.
7258
7259 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
7260
7261 * startup.el (command-line): Use X resources to set the value of
7262 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
7263
7264 * menu-bar.el (menu-bar-mode):
7265 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
7266 Set init-value to t.
7267
7268 * frame.el (frame-notice-user-settings): Don't change
7269 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
7270 vice versa (Bug#2249).
7271
7272 2010-06-26 Eli Zaretskii <eliz@gnu.org>
7273
7274 * w32-fns.el (w32-convert-standard-filename): Doc fix.
7275
7276 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
7277
7278 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
7279 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
7280
7281 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
7282 default directories are expanded (Bug#6143).
7283
7284 2010-06-24 Juri Linkov <juri@jurta.org>
7285
7286 * minibuffer.el (completions-format): Change default from nil to
7287 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
7288
7289 2010-06-24 Juri Linkov <juri@jurta.org>
7290
7291 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
7292 buffer-locally to lambda that re-runs the vc diff command.
7293 (Bug#6447)
7294
7295 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
7296
7297 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
7298 echo area is in use (Bug#3412).
7299
7300 2010-06-22 Glenn Morris <rgm@gnu.org>
7301
7302 * textmodes/texinfmt.el (texinfo-format-region)
7303 (texinfo-raise-lower-sections, texinfo-format-separate-node)
7304 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
7305 (texinfo-format-option, texinfo-noindent):
7306 Use line-beginning-position and line-end-position.
7307
7308 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
7309 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
7310 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
7311 utf-8 characters.
7312
7313 2010-06-21 Karl Fogel <kfogel@red-bean.com>
7314
7315 * play/zone.el (zone-fall-through-ws): Fix next-line ->
7316 forward-line fallout.
7317
7318 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
7319
7320 * mouse.el (mouse-appearance-menu): Add docstring.
7321
7322 * help.el (describe-key): Print up-event using key-description.
7323
7324 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
7325
7326 * net/zeroconf.el (zeroconf-resolve-service)
7327 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
7328 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
7329
7330 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
7331
7332 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
7333
7334 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
7335
7336 Avoid displaying files with a nil state in vc-dir.
7337 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
7338 cases that cause insertion.
7339 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
7340 with a nil state.
7341
7342 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
7343
7344 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
7345
7346 2010-06-29 Leo <sdl.web@gmail.com>
7347
7348 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
7349
7350 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7351
7352 * generic-x.el (bat-generic-mode): Fix regexp for command line
7353 switches (Bug#5719).
7354
7355 2010-06-27 Masatake YAMATO <yamato@redhat.com>
7356
7357 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
7358 of nconc to avoid pure storage error (Bug#6239).
7359
7360 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
7361
7362 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
7363 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
7364 bindings of bookmark-automatically-show-annotations (Bug#6515).
7365
7366 2010-06-25 Eli Zaretskii <eliz@gnu.org>
7367
7368 * arc-mode.el (archive-zip-extract): Don't quote the file name on
7369 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
7370
7371 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
7372
7373 * comint.el (make-comint, make-comint-in-buffer): Mention return
7374 value in the docstrings. (Bug#6498)
7375
7376 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
7377
7378 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
7379 since it is not present when using some non-default switches.
7380
7381 2010-06-23 Karl Fogel <kfogel@red-bean.com>
7382
7383 * simple.el (compose-mail): Fix doc string to refer to
7384 `compose-mail-user-agent-warnings', instead of to the
7385 nonexistent `compose-mail-check-user-agent'.
7386
7387 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
7388
7389 Fix an indentation bug:
7390
7391 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
7392 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
7393 of existing values.
7394
7395 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
7396 (c-clear->-pair-props-if-match-before): now return t when they've
7397 cleared properties, nil otherwise.
7398 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
7399 by taking account of the existing value.
7400
7401 * progmodes/cc-defs.el
7402 (c-clear-char-property-with-value-function): Fix this to clear the
7403 property rather than overwriting it with nil.
7404
7405 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
7406
7407 * emacs-lisp/package.el (package-print-package): Add link to
7408 package description via describe-package.
7409 (describe-package-1): List package requirements. Add button to
7410 perform installation.
7411 (package-menu-describe-package): New command.
7412
7413 * help-mode.el (help-package): New button type.
7414
7415 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
7416
7417 * emacs-lisp/package.el: Move package-list-packages binding to
7418 menu-bar.el.
7419 (describe-package, describe-package-1, package--dir): New funs.
7420 (package-activate-1): Use package--dir.
7421
7422 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
7423
7424 * help-mode.el (help-package-def): New button type.
7425
7426 * menu-bar.el: Move package-list-packages binding here from
7427 package.el.
7428
7429 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
7430
7431 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
7432
7433 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7434
7435 * emacs-lisp/edebug.el (edebug-read-list):
7436 Phase out old-style backquotes.
7437
7438 2010-06-17 Juri Linkov <juri@jurta.org>
7439
7440 * help-mode.el (help-mode): Set buffer-local variable
7441 revert-buffer-function to help-mode-revert-buffer.
7442 (help-mode-revert-buffer): New function.
7443
7444 * info.el (Info-revert-find-node): Check for major-mode Info-mode
7445 before popping to "*info*" (like in other Info functions).
7446 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
7447 old-history-forward. Pop to old-buffer-name or "*info*" to
7448 recreate the killed buffer. Set Info-history-forward from
7449 old-history-forward.
7450 (Info-breadcrumbs-depth): Add :group and :version.
7451
7452 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
7453
7454 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
7455
7456 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
7457
7458 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
7459 for languages like Portuguese with pt_{BR,PT} and no plain pt.
7460
7461 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
7462
7463 * emacs-lisp/package.el (package-menu-mode-map):
7464 Move initialization into declaration.
7465
7466 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
7467
7468 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
7469
7470 * emacs-lisp/package.el (package-archive-base): Point to
7471 elpa.gnu.org.
7472 (package-enable, package-load-list): New defcustoms.
7473 (package-user-dir, package-directory-list): Turn into defcustoms.
7474 Don't include package-user-dir in package-directory-list.
7475 (package--builtins-base): Don't include Emacs as a "package".
7476 (package-subdirectory-regexp): New var.
7477 (package-load-all-descriptors, package-compute-transaction)
7478 (package-download-transaction): Obey package-load-list.
7479 (package-activate-1): Rename from package-do-activate.
7480 (package-list-packages-internal): Check package-load-list.
7481 (package-load-descriptor, package-generate-autoloads)
7482 (package-unpack, package-unpack-single)
7483 (package--read-archive-file, package-delete):
7484 Use expand-file-name.
7485
7486 * emacs-lisp/package-x.el: New file. Package uploading
7487 functionality split out from package.el.
7488
7489 * startup.el (command-line): Load packages after reading init file.
7490
7491 2010-06-17 Tom Tromey <tromey@redhat.com>
7492
7493 * emacs-lisp/package.el: New file.
7494
7495 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7496
7497 Fix vc-annotate for renamed files when using Git.
7498 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
7499 ls-files. Doe not pass the object as a file name to cat-file, it
7500 is not a file name.
7501 (vc-git-annotate-command): Pass the file name using -- to avoid
7502 ambiguity with the revision.
7503 (vc-git-previous-revision): Pass a relative file name.
7504
7505 2010-06-22 Glenn Morris <rgm@gnu.org>
7506
7507 * progmodes/js.el (js-mode-map): Use standard capitalization and
7508 ellipses for menu entries.
7509
7510 * wid-edit.el (widget-complete): Doc fix.
7511
7512 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
7513
7514 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
7515
7516 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7517
7518 Fix annotating other revisions for renamed files in vc-annotate.
7519 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
7520 VC backend. Use it when non-nil.
7521 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
7522 (Bug#6487).
7523
7524 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
7525 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
7526 Do not pass the file name to the 'previous-revision call when we
7527 don't want a file diff. (Bug#6489)
7528
7529 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7530
7531 Fix finding revisions for renamed files in vc-annotate.
7532 * vc/vc.el (vc-find-revision): Add an optional argument for
7533 the VC backend. Use it when non-nil.
7534 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
7535 backend to vc-find-revision. (Bug#6487)
7536
7537 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7538
7539 Fix reading file names in Git annotate buffers.
7540 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
7541 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
7542
7543 2010-06-20 Alan Mackenzie <acm@muc.de>
7544
7545 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
7546 in file local variables, set it first.
7547
7548 2010-06-19 Glenn Morris <rgm@gnu.org>
7549
7550 * descr-text.el (describe-char-unicode-data): Insert separating
7551 space when needed. (Bug#6422)
7552
7553 * progmodes/idlwave.el (idlwave-action-and-binding):
7554 Fix typo in 2009-12-03 change. (Bug#6450)
7555
7556 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7557
7558 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
7559 handling for `lambda' (misunderstanding).
7560
7561 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
7562
7563 * calc/calc-poly.el (math-accum-factors): Make sure that
7564 constants aren't distributed after they are factored out.
7565
7566 2010-06-16 Juri Linkov <juri@jurta.org>
7567
7568 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
7569 `list-colors-print'. (Bug#6332)
7570
7571 * subr.el (read-quoted-char): Fix up last change (bug#6290).
7572
7573 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
7576 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
7577
7578 * font-lock.el (font-lock-major-mode): Rename from
7579 font-lock-mode-major-mode to distinguish it from
7580 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
7581 (font-lock-set-defaults):
7582 * font-core.el (font-lock-default-function): Adjust users.
7583 (font-lock-mode): Don't set it at all.
7584
7585 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
7586
7587 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
7588
7589 2010-06-16 Glenn Morris <rgm@gnu.org>
7590
7591 * calendar/appt.el (appt-time-msg-list): Doc fix.
7592 (appt-check): Let-bind appt-warn-time.
7593 (appt-add): Make the 3rd argument optional.
7594 Simplify argument names. Doc fix. Check for integer WARNTIME.
7595 Only add WARNTIME to the output list if non-nil.
7596
7597 2010-06-16 Ivan Kanis <apple@kanis.eu>
7598
7599 * calendar/appt.el (appt-check): Let the 3rd element of
7600 appt-time-msg-list specify the warning time.
7601 (appt-add): Add new argument with the warning time. (Bug#5176)
7602
7603 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
7604
7605 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
7606 older than version 1.6. (Bug#6361)
7607
7608 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
7609
7610 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
7611 used by cl-do-arglist. (Bug#6408)
7612
7613 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
7614
7615 * textmodes/ispell.el (ispell-dictionary-base-alist):
7616 Fix portuguese casechars/not-casechars for missing 'çÇ'.
7617 Suggested by Rolando Pereira (bug#6434).
7618
7619 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
7620
7621 * facemenu.el (list-colors-sort): Doc fix.
7622
7623 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
7624
7625 * progmodes/sql.el (sql-connect-mysql): Fix typo.
7626
7627 2010-06-14 Juri Linkov <juri@jurta.org>
7628
7629 Add sort option `list-colors-sort'. (Bug#6332)
7630 * facemenu.el (color-rgb-to-hsv): New function.
7631 (list-colors-sort): New defcustom.
7632 (list-colors-sort-key): New function.
7633 (list-colors-display): Doc fix. Sort list according to the option
7634 `list-colors-sort'.
7635 (list-colors-print): Add HSV values to `help-echo' property of
7636 RGB strings.
7637
7638 2010-06-14 Juri Linkov <juri@jurta.org>
7639
7640 * compare-w.el: Move to the "vc" subdirectory.
7641
7642 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7643
7644 * image-mode.el (image-mode-map): Remap left-char and right-char.
7645
7646 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
7647
7648 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
7649
7650 * term/common-win.el (x-colors): Add all the color names defined
7651 in rgb.txt (Bug#6332).
7652
7653 * facemenu.el (list-colors-print): Don't print extra names if it
7654 will overflow the window width.
7655
7656 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
7657 change (Bug#6343).
7658
7659 2010-06-12 Eli Zaretskii <eliz@gnu.org>
7660
7661 * files.el (make-directory): Doc fix (bug#6396).
7662
7663 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
7664
7665 * net/tramp.el (tramp-remote-process-environment): Protect version
7666 string by apostroph.
7667 (tramp-shell-prompt-pattern): Do not use a shy group in case of
7668 XEmacs.
7669 (tramp-file-name-for-operation): Add `call-process-region'.
7670 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
7671
7672 * net/tramp-compat.el (top): Do not autoload
7673 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
7674 only when `start-file-process' is not bound.
7675 (tramp-advice-file-expand-wildcards): Do not use
7676 `tramp-handle-file-remote-p'.
7677 (tramp-compat-make-temp-file): Handle the case, that
7678 `make-temp-file' has no third argument EXTENSION.
7679
7680 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
7681
7682 * makefile.w32-in (WINS_BASIC): Include new directory vc.
7683
7684 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
7685
7686 2010-06-11 Juri Linkov <juri@jurta.org>
7687
7688 * finder.el (finder-known-keywords): Add keyword "vc"
7689 for version control.
7690
7691 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
7692 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
7693 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
7694 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
7695
7696 2010-06-11 Juri Linkov <juri@jurta.org>
7697
7698 Move version control related files to the "vc" subdirectory.
7699 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
7700 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
7701 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
7702 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
7703 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
7704 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
7705 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
7706 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
7707 Move files to the "vc" subdirectory.
7708
7709 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
7710
7711 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
7712 (Bug#6367).
7713
7714 2010-06-11 Stephen Eglen <stephen@gnu.org>
7715
7716 * shell.el: Bind `shell-resync-dirs' to M-RET.
7717
7718 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
7719
7720 * notifications.el: Move file from lisp/net, because it is
7721 supposed to talk locally to the user.
7722
7723 2010-06-10 Julien Danjou <julien@danjou.info>
7724
7725 * net/notifications.el (notifications-on-action-signal)
7726 (notifications-on-closed-signal): Pass notification id as first
7727 argument to the callback functions. Add docstrings.
7728 (notifications-notify): Fix docstring.
7729
7730 2010-06-10 Glenn Morris <rgm@gnu.org>
7731
7732 * emacs-lisp/authors.el (authors-ignored-files)
7733 (authors-valid-file-names): Add some files.
7734
7735 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
7738 merge conflict, giving preference to the emacs-23 version of the code.
7739
7740 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7741
7742 * emacs-lisp/advice.el (ad-compile-function):
7743 Define warning-suppress-types before we let-bind it (bug#6275).
7744
7745 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
7746 declare it, make it buffer-local and permanent-local (bug#6324).
7747 (vc-resynch-window): Adjust name.
7748 * vc-hooks.el (vc-find-file-hook): Adjust name.
7749
7750 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
7751
7752 * net/notifications.el (notifications-notify): Fix docstring.
7753
7754 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
7755
7756 Update to Unicode 6.0.0 beta.
7757 * international/charprop.el: Update copyright.
7758 * international/mule-cmds.el (ucs-names): Update character ranges.
7759 * international/uni-bidi.el:
7760 * international/uni-category.el:
7761 * international/uni-combining.el:
7762 * international/uni-comment.el:
7763 * international/uni-decimal.el:
7764 * international/uni-decomposition.el:
7765 * international/uni-digit.el:
7766 * international/uni-lowercase.el:
7767 * international/uni-mirrored.el:
7768 * international/uni-name.el:
7769 * international/uni-numeric.el:
7770 * international/uni-old-name.el:
7771 * international/uni-titlecase.el:
7772 * international/uni-uppercase.el: Regenerate.
7773
7774 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
7775
7776 * emacs-lisp/smie.el (comment-string-strip): Declare function.
7777 (smie-precs-precedence-table): Fix typo in docstring.
7778
7779 * vc-mtn.el (log-edit-extract-headers): Declare function.
7780
7781 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
7782
7783 * net/notifications.el (dbus-register-signal): Declare function.
7784 (notifications-notify): Fix typos and reflow docstring.
7785
7786 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7787
7788 Improve VC create/retrieve tag/branch.
7789 * vc.el (vc-create-tag): Do not read the directory name for VCs
7790 with repository revision granularity. Adjust the tag/branch
7791 prompt. Reset VC properties.
7792 (vc-retrieve-tag): Do not read the directory name for VCs
7793 with repository revision granularity. Reset VC properties.
7794
7795 2010-06-09 Julien Danjou <julien@danjou.info>
7796
7797 * net/notifications.el: New file.
7798
7799 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7800
7801 Add optional support for resetting VC properties.
7802 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
7803 call vc-file-clearprops when true.
7804 (vc-resynch-buffer): Add new optional argument, pass it down.
7805 (vc-resynch-buffers-in-directory): Likewise.
7806
7807 Improve support for special markup in the VC commit message.
7808 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
7809 * vc-hg.el (vc-hg-checkin): Add support for Date:.
7810 * vc-git.el (vc-git-checkin):
7811 * vc-bzr.el (vc-bzr-checkin): Likewise.
7812
7813 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7814
7815 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
7816 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
7817
7818 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
7819
7820 * iimage.el: Remove images as soon as the underlying text is modified.
7821 (iimage-modification-hook): New function.
7822 (iimage-mode-buffer): Use it.
7823
7824 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
7827 smie-indent-offset-after. Add :prev case. Make a bit more generic.
7828 (smie-indent-virtual): Remove `virtual' arg. Update callers.
7829 (smie-indent-keyword): Add handling of open-paren keywords.
7830 (smie-indent-comment-continue): Don't assume comment-continue.
7831
7832 2010-06-07 Martin Rudalics <rudalics@gmx.at>
7833
7834 * window.el (pop-to-buffer): Remove the conditional that
7835 compares new-window and old-window, so it will reselect
7836 the selected window unconditionally.
7837 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
7838
7839 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * emacs-lisp/smie.el (smie-indent-offset-after)
7842 (smie-indent-forward-token, smie-indent-backward-token): New functions.
7843 (smie-indent-after-keyword): Use them.
7844 (smie-indent-fixindent): Only applies to the indentation of the BOL.
7845 (smie-indent-keyword): Tweak the black magic.
7846 (smie-indent-comment-continue): Strip comment-continue before use.
7847 (smie-indent-functions): Indent comments before keywords.
7848
7849 2010-06-06 Juri Linkov <juri@jurta.org>
7850
7851 * isearch.el (isearch-lazy-highlight-search): Fix looping
7852 by checking for empty match. This syncs this loop with the
7853 similar loop in `isearch-search'. (Bug#6362)
7854
7855 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
7856
7857 * net/dbus.el (dbus-register-method): Declare function.
7858 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
7859 (dbus-introspect): Doc fix.
7860 (dbus-event-bus-name, dbus-introspect-get-interface)
7861 (dbus-introspect-get-argument): Reflow docstrings.
7862
7863 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
7864
7865 vc-log-incoming/vc-log-outgoing fixes for Git.
7866 * vc-git.el (vc-git-log-view-mode): Fix font lock for
7867 incoming/outgoing logs.
7868 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
7869 instead of vc-git-compute-remote.
7870 (vc-git-compute-remote): Remove.
7871
7872 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
7873
7874 * term/common-win.el (x-colors): Add "dark green" and "dark
7875 turquoise" (Bug#6332).
7876
7877 2010-06-04 Juri Linkov <juri@jurta.org>
7878
7879 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
7880 Instead of setting `replace' to t and replacing the same string
7881 with itself, don't do certain actions when
7882 kill-do-not-save-duplicates is non-nil and string is equal to car
7883 of kill-ring: don't call menu-bar-update-yank-menu, don't push
7884 interprogram-paste strings to kill-ring, and don't push the input
7885 argument `string' to kill-ring.
7886 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
7887
7888 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
7889
7890 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
7891
7892 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
7893
7894 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
7895 (tramp-gvfs-handler-mounted-unmounted)
7896 (tramp-gvfs-connection-mounted-p): Handle default-location.
7897
7898 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
7899 move files to trash.
7900
7901 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
7902
7903 * international/mule-cmds.el (nonascii-insert-offset)
7904 (nonascii-translation-table): Add obsolescence information.
7905
7906 * international/mule.el (make-translation-table-from-vector): Doc fix.
7907
7908 2010-06-03 Glenn Morris <rgm@gnu.org>
7909
7910 * desktop.el (desktop-clear-preserve-buffers):
7911 Add "*Warnings*" buffer. (Bug#6336)
7912
7913 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
7914
7915 vc-log-incoming/vc-log-outgoing improvements for Git.
7916 * vc-git.el (vc-git-log-outgoing): Use the same format as the
7917 short log.
7918 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
7919
7920 Add bindings for vc-log-incoming and vc-log-outgoing.
7921 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
7922 and vc-log-outgoing.
7923 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
7924 and vc-log-outgoing.
7925
7926 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
7927
7928 * net/rcirc.el (rcirc-sort-nicknames): Remove.
7929 (rcirc-handler-366): Always sort nicknames.
7930
7931 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
7932
7933 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
7934
7935 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
7936
7937 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
7938
7939 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * net/rcirc.el (rcirc-sort-nicknames): Change default.
7942 (rcirc-sort-nicknames-join): Avoid setq.
7943
7944 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7945
7946 * net/rcirc.el (rcirc-sort-nicknames): New custom.
7947 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
7948 (rcirc-handler-366): Use them.
7949
7950 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7951
7952 Split smie-indent-calculate into more manageable chunks.
7953 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
7954 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
7955 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
7956 (smie-indent-exps): Extract from smie-indent-calculate.
7957 (smie-indent-functions): New var.
7958 (smie-indent-functions): Use them.
7959
7960 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
7963 (smie-indent-calculate): Simplify and cleanup.
7964
7965 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
7966
7967 * net/tramp-gvfs.el (top): Require url-util.
7968 (tramp-gvfs-mount-point): Remove.
7969 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
7970 New defuns.
7971 (with-tramp-dbus-call-method): Format trace message.
7972 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
7973 Implement backup call, when operation on local files fails.
7974 Use progress reporter. Flush properties of changed files.
7975 (tramp-gvfs-handle-make-directory): Make more traces.
7976 (tramp-gvfs-url-file-name): Hexify file name in url.
7977 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
7978 into account for the resulting file name.
7979 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
7980 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
7981 (tramp-gvfs-handler-mounted-unmounted)
7982 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
7983 attribute "default_location". Set "prefix" property.
7984 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
7985 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
7986 exists. Raise an error, if not (due to a corresponding answer
7987 "no" in interactive questions, for example).
7988
7989 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
7990
7991 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
7992
7993 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
7994
7995 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
7996 right-*. (Bug#6265)
7997
7998 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7999
8000 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
8001 * vc-git.el (vc-git-compute-remote): New function.
8002 (vc-git-log-outgoing): Use it instead of hard coding a value.
8003 (vc-git-log-incoming): New function.
8004
8005 Improve state updating for VC tag commands.
8006 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
8007 to update the state of all buffers in the directory.
8008
8009 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
8010
8011 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8012
8013 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
8014 `file-directory-p' to the filename part rather than to the whole text.
8015
8016 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
8019
8020 2010-05-31 Drew Adams <drew.adams@oracle.com>
8021
8022 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
8023
8024 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
8025
8026 * subr.el (momentary-string-display): Just use read-event to read
8027 the exit event (Bug#6238).
8028
8029 2010-05-30 Eli Zaretskii <eliz@gnu.org>
8030
8031 * international/mule.el (define-coding-system): Doc fix (bug#6313).
8032
8033 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
8034
8035 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
8036 Suggested by Eli Zaretskii <eliz@gnu.org>.
8037
8038 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * minibuffer.el (completion-file-name-table): Don't return a boundary
8041 past the end of `string' (bug#6299).
8042 (completion--file-name-table): Delegate to completion-file-name-table
8043 for the `boundaries' case.
8044
8045 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
8046
8047 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
8048 movement commands.
8049
8050 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
8051 `path-separator', but maintain compatibility with Emacs 20.2.
8052
8053 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
8054
8055 * server.el (server-process-filter): Receive parent-id argument
8056 from emacsclient.
8057 (server-create-window-system-frame): New arg. Pass parent-id as
8058 frame parameter.
8059
8060 2010-05-29 Eli Zaretskii <eliz@gnu.org>
8061
8062 Bidi-sensitive word movement with arrow keys.
8063 * subr.el (right-arrow-command, left-arrow-command): Move to
8064 bindings.el.
8065
8066 * bindings.el (right-char, left-char): Move from subr.el and
8067 rename from right-arrow-command and left-arrow-command.
8068 (right-word, left-word): New functions.
8069 (global-map) <right>: Bind to right-char.
8070 (global-map) <left>: Bind to left-char.
8071 (global-map) <C-right>: Bind to right-word.
8072 (global-map) <C-left>: Bind to left-word.
8073
8074 * ls-lisp.el (ls-lisp-classify-file): New function.
8075 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
8076 (ls-lisp-classify): Call ls-lisp-classify-file.
8077 (insert-directory): Remove blanks from switches.
8078
8079 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
8080
8081 * ansi-color.el: Delete unused escape sequences (Bug#6085).
8082 (ansi-color-drop-regexp): New constant.
8083 (ansi-color-apply, ansi-color-filter-region)
8084 (ansi-color-apply-on-region): Delete unrecognized control sequences.
8085 (ansi-color-apply): Build string list before calling concat.
8086
8087 2010-05-28 Juri Linkov <juri@jurta.org>
8088
8089 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8090 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
8091 (Bug#5270)
8092
8093 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
8094
8095 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
8096 to ignored backtrace functions.
8097 (with-progress-reporter): Expand docstring.
8098 (tramp-handle-delete-file): Implement TRASH argument.
8099 (tramp-get-remote-trash): New defun.
8100
8101 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
8102
8103 * net/tramp-compat.el (tramp-compat-delete-file):
8104 Use `symbol-value' for backward compatibility.
8105
8106 * net/tramp.el (tramp-handle-make-symbolic-link)
8107 (tramp-handle-load)
8108 (tramp-do-copy-or-rename-file-via-buffer)
8109 (tramp-do-copy-or-rename-file-directly)
8110 (tramp-do-copy-or-rename-file-out-of-band)
8111 (tramp-handle-process-file, tramp-handle-call-process-region)
8112 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8113 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8114 (tramp-delete-temp-file-function): Use `delete-file' instead
8115 of `tramp-compat-delete-file'.
8116
8117 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8118 (tramp-fish-handle-make-symbolic-link)
8119 (tramp-fish-handle-process-file): Use `delete-file' instead
8120 of `tramp-compat-delete-file'.
8121
8122 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8123 Use `delete-file' instead of `tramp-compat-delete-file'.
8124
8125 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8126 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
8127 `tramp-compat-delete-file'.
8128
8129 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
8130 Use `delete-file' instead of `tramp-compat-delete-file'.
8131
8132 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8133 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8134 (tramp-smb-handle-write-region): Use `delete-file' instead of
8135 `tramp-compat-delete-file'.
8136 (tramp-smb-handle-delete-directory): Use 'trash as arg.
8137
8138 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
8139
8140 * dired.el (dired-delete-file): New arg TRASH.
8141 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
8142 (dired-do-flagged-delete, dired-do-delete): Use trash.
8143
8144 * speedbar.el (speedbar-item-delete): Allow trashing.
8145
8146 * files.el (delete-directory): New arg TRASH.
8147
8148 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
8149 (ange-ftp-rename-remote-to-remote)
8150 (ange-ftp-rename-local-to-remote)
8151 (ange-ftp-rename-remote-to-local, ange-ftp-load)
8152 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
8153 `delete-file'.
8154 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
8155 allow trashing.
8156
8157 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
8158 handle new TRASH arg of `delete-file'.
8159
8160 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
8161 (tramp-handle-make-symbolic-link, tramp-handle-load)
8162 (tramp-do-copy-or-rename-file-via-buffer)
8163 (tramp-do-copy-or-rename-file-directly)
8164 (tramp-do-copy-or-rename-file-out-of-band)
8165 (tramp-handle-process-file, tramp-handle-call-process-region)
8166 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8167 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8168 (tramp-delete-temp-file-function): Use null TRASH arg in
8169 tramp-compat-delete-file call.
8170
8171 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8172 (tramp-fish-handle-delete-file)
8173 (tramp-fish-handle-make-symbolic-link)
8174 (tramp-fish-handle-process-file): Use null TRASH arg in
8175 `tramp-compat-delete-file' call.
8176
8177 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
8178 arg in `tramp-compat-delete-file' call.
8179
8180 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8181 (tramp-gvfs-handle-write-region): Use null TRASH arg in
8182 `tramp-compat-delete-file' call.
8183
8184 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
8185 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
8186 `tramp-compat-delete-file' call.
8187
8188 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8189 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8190 (tramp-smb-handle-write-region): Use null TRASH arg in
8191 tramp-compat-delete-file call.
8192 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
8193 (tramp-smb-handle-delete-file): Rename arg.
8194
8195 * diff.el (diff-sentinel):
8196 * epg.el (epg--make-temp-file, epg-decrypt-string)
8197 (epg-verify-string, epg-sign-string, epg-encrypt-string):
8198 * jka-compr.el (jka-compr-partial-uncompress)
8199 (jka-compr-call-process, jka-compr-write-region):
8200 * server.el (server-sentinel): Remove optional arg from
8201 delete-file, reverting 2010-05-03 change.
8202
8203 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
8204
8205 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8206 Use font-lock-constant-face, not obsolete font-lock-reference-face.
8207
8208 2010-05-27 Kenichi Handa <handa@m17n.org>
8209
8210 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
8211 element of GSTRING is nil.
8212
8213 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * emacs-lisp/smie.el (smie-forward-token-function)
8216 (smie-backward-token-function): New vars.
8217 (smie-backward-sexp, smie-forward-sexp)
8218 (smie-indent-hanging-p, smie-indent-calculate): Use them.
8219 (smie-default-backward-token): Rename from smie-backward-token and
8220 skip comments.
8221 (smie-default-forward-token): Rename from smie-forward-token and
8222 skip comments.
8223 (smie-next-sexp): Handle nil results from next-token.
8224 (smie-indent-calculate): Add a new case for special `fixindent' comments.
8225
8226 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
8227
8228 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8229 Use font-lock-constant-face, not obsolete font-lock-reference-face.
8230
8231 2010-05-27 Masatake YAMATO <yamato@redhat.com>
8232
8233 * htmlfontify.el (hfy-face-resolve-face): New function.
8234 (hfy-face-to-style): Use it (Bug#6279).
8235
8236 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
8239 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
8240
8241 2010-05-26 Glenn Morris <rgm@gnu.org>
8242
8243 * emulation/edt.el (edt-load-keys): Use locate-library.
8244
8245 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
8246
8247 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
8248 (log-edit-changelog-entries): Doc fix.
8249 (log-edit-changelog-insert-entries): Args changed.
8250 Rename relative filenames in ChangeLog entries. Delete tabs.
8251 (log-edit-insert-changelog-entries): Reorganize return value of
8252 `log-edit-changelog-entries' to pass filenames to
8253 log-edit-changelog-insert-entries.
8254
8255 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8256
8257 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
8258 `image-dired-dired-insert-marked-thumbs' to
8259 `image-dired-dired-toggle-marked-thumbs'.
8260
8261 * image-dired.el: Require cl when compiling.
8262 (image-dired-dired-toggle-marked-thumbs): Rename from
8263 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
8264 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
8265 to 'no-dir. Skip files whose names don't match
8266 `image-file-name-regexp'. When file has a thumbnail overlay,
8267 delete it. (Bug#5270)
8268
8269 2010-05-25 Juri Linkov <juri@jurta.org>
8270
8271 * image-mode.el (image-mode): Add image-after-revert-hook to
8272 after-revert-hook.
8273 (image-after-revert-hook): New function. (Bug#5669)
8274
8275 2010-05-25 Juri Linkov <juri@jurta.org>
8276
8277 * image.el (image-animated-p): When delay between animated images
8278 is 0, set it to 10 (0.1 sec). (Bug#6258)
8279
8280 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
8281
8282 * net/tramp.el (tramp-handle-insert-directory): Don't use
8283 `forward-word', its default syntax could be changed.
8284
8285 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
8286
8287 * net/tramp.el (tramp-progress-reporter-update): New defun.
8288 (with-progress-reporter): Use it.
8289 (tramp-process-actions):
8290 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
8291 Preserve current message, in order to let progress reporter continue
8292 afterwards. (Bug#6257)
8293
8294 2010-05-25 Glenn Morris <rgm@gnu.org>
8295
8296 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
8297 Add :version.
8298
8299 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
8300
8301 * net/rcirc.el (rcirc-default-user-name): Change to "user".
8302 (rcirc-default-full-name): Change to "unknown".
8303 (rcirc-user-name-history): Add variable.
8304
8305 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
8306 Jonathan Rockway <jon@jrock.us>
8307
8308 * net/rcirc.el (rcirc-server-alist): Add :pass.
8309 (rcirc): When prompting for connection parameters, also prompt for
8310 username and password.
8311 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
8312 value to server when connecting.
8313
8314 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
8317 (smie-merge-prec2s): Pass the tables as separate args.
8318 (smie-bnf-precedence-table): Adjust call accordingly.
8319 (smie-prec2-levels): Set levels at the end.
8320
8321 Replace Lisp calls to delete-backward-char by delete-char.
8322 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
8323 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
8324 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
8325 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
8326 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
8327 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
8328 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
8329 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
8330 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
8331 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
8332 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
8333 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
8334 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
8335 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
8336 delete-backward-char by calls to delete-char.
8337
8338 2010-05-25 Kenichi Handa <handa@m17n.org>
8339
8340 * language/hebrew.el (hebrew-shape-gstring): New function.
8341 Register it in composition-function-table for all Hebrew combining
8342 characters.
8343
8344 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8345
8346 * epa.el (epa--select-keys): Don't explicitly delete the window since
8347 that can fail (e.g. sole window in frame). Use dedication instead.
8348
8349 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
8350
8351 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
8352
8353 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
8354
8355 * image.el (image-refresh): Define as an alias for image-flush.
8356
8357 * image-mode.el (image-toggle-display-image): Caller changed.
8358
8359 2010-05-21 Juri Linkov <juri@jurta.org>
8360
8361 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
8362 Remove "all" from grep-files-aliases. Split grep-files-aliases by
8363 whitespace, call wildcard-to-regexp on substrings and concat them
8364 with "\\|". (Bug#6114)
8365
8366 2010-05-21 Alan Mackenzie <acm@muc.de>
8367
8368 * progmodes/cc-engine.el (c-parse-state-get-strategy):
8369 Replace parameter `here' with `here-' and `here-plus', which sandwich
8370 any pertinent CPP construct.
8371 (c-remove-stale-state-cache-backwards): Fix a bug which happens
8372 when doing (c-parse-state) in a CPP construct: Exclude any "new"
8373 CPP construct from taking part in the scanning.
8374
8375 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
8376
8377 * net/tramp.el (tramp-do-copy-or-rename-file)
8378 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
8379 Tune `with-progress-reporter' messages.
8380 (tramp-handle-vc-registered):
8381 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
8382 (tramp-fish-handle-insert-file-contents)
8383 (tramp-fish-maybe-open-connection):
8384 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8385 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
8386 (tramp-imap-handle-insert-file-contents)
8387 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
8388
8389 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
8390
8391 * add-log.el (change-log-font-lock-keywords):
8392 Highlight all authors in multi-author entries.
8393
8394 * smerge-mode.el (smerge-refine-ignore-whitespace)
8395 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
8396 Fix typos in docstrings.
8397 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
8398
8399 2010-05-21 Glenn Morris <rgm@gnu.org>
8400
8401 * progmodes/fortran.el (fortran-mode):
8402 * progmodes/f90.el (f90-mode): Derive from prog-mode.
8403
8404 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
8405 having a relative path in src/Makefile.in.
8406
8407 2010-05-20 Kevin Ryde <user42@zip.com.au>
8408
8409 * help-mode.el (help-make-xrefs): For Info node links turn
8410 newlines into spaces. Link node names with newlines are matched
8411 by help-xref-info-regexp and buttonized, this change ensures they
8412 can be followed successfully with RET. (Bug#6206)
8413
8414 2010-05-20 Juri Linkov <juri@jurta.org>
8415
8416 * locate.el (locate): Use pop-to-buffer instead of
8417 switch-to-buffer-other-window. (Bug#6204)
8418
8419 2010-05-20 Juri Linkov <juri@jurta.org>
8420
8421 * replace.el (replace-highlight): Fix lazy-highlighting
8422 for `M-s w str M-% str RET'.
8423
8424 2009-12-15 Masatake YAMATO <yamato@redhat.com>
8425
8426 * isearch.el (isearch-yank-word-or-char): Pull next subword
8427 when `subword-mode' is activated. (Bug#6220)
8428
8429 2010-05-20 Mark A. Hershberger <mah@everybody.org>
8430
8431 * isearch.el (isearch-update-post-hook): New hook.
8432 (isearch-update): Use the new hook. (Bug#6225)
8433
8434 2010-05-20 Juri Linkov <juri@jurta.org>
8435
8436 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
8437 [f1], [help], and (char-to-string help-char) instead of "\C-h".
8438 (Bug#6222)
8439
8440 2010-05-20 Juri Linkov <juri@jurta.org>
8441
8442 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
8443 (Bug#6223)
8444
8445 2010-05-20 Juri Linkov <juri@jurta.org>
8446
8447 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
8448 FILE-NAME to read from the minibuffer when called interactively
8449 with prefix argument instead of using buffer-file-name.
8450 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
8451
8452 * dired.el: Update autoloads.
8453
8454 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
8455
8456 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
8457 nxml-finish-element, for consistency with SGML mode.
8458
8459 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
8460 octave-close-block.
8461
8462 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
8463
8464 * composite.el: Require cl when compiling.
8465 (reference-point-alist, compose-gstring-for-graphic)
8466 (compose-gstring-for-terminal): Fix typos in docstrings.
8467
8468 2010-05-19 Juri Linkov <juri@jurta.org>
8469
8470 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
8471 set-window-parameter.
8472
8473 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
8474
8475 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
8476 where appropriate.
8477 (tramp-maybe-open-connection): Use it.
8478
8479 2010-05-19 Eli Zaretskii <eliz@gnu.org>
8480
8481 * simple.el (move-end-of-line): Make sure we are at line beginning
8482 before backing up to end of previous line.
8483
8484 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
8485
8486 * password-cache.el (password-cache-remove): Fix docstring.
8487
8488 * net/secrets.el: Autoload the widget functions.
8489 (secrets-search-items, secrets-create-item)
8490 (secrets-get-attributes, secrets-expand-item): Attributes will be
8491 stored on the password database without leading ":", as all other
8492 clients do as well.
8493 (secrets-mode): Fix docstring.
8494 (secrets-show-secrets): Provide it as autoloaded command only when
8495 D-Bus support is available. Check existence of Secret Service API.
8496
8497 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8498
8499 * indent.el (indent-region): Deactivate region (bug#6200).
8500
8501 2010-05-19 Glenn Morris <rgm@gnu.org>
8502
8503 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
8504
8505 2010-05-19 Kenichi Handa <handa@m17n.org>
8506
8507 * composite.el: Register compose-gstring-for-graphic in
8508 composition-function-table only for combining characters (Mn, Mc, Me).
8509
8510 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
8511
8512 * calc/calc-trail.el (calc-trail-isearch-forward)
8513 (calc-trail-isearch-backward): Ensure that the new window
8514 point is set correctly.
8515
8516 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8517
8518 * subr.el (read-quoted-char): Resolve modifiers after key
8519 remapping (bug#6212).
8520
8521 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
8522
8523 Add visualization code for secrets.
8524 * net/secrets.el (secrets-mode): New major mode.
8525 (secrets-show-secrets, secrets-show-collections)
8526 (secrets-expand-collection, secrets-expand-item)
8527 (secrets-tree-widget-after-toggle-function)
8528 (secrets-tree-widget-show-password): New defuns.
8529
8530 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
8533 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
8534 handled in smie-next-sexp.
8535 (smie-indent-calculate): Provide a starting indentation (so the
8536 recursion is well-founded ;-).
8537
8538 Fix handling of non-associative equal levels.
8539 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
8540 when it's not needed.
8541 (smie-op-left, smie-op-right): New functions.
8542 (smie-next-sexp): New function, extracted from smie-backward-sexp.
8543 Better handle equal levels to distinguish the associative case from
8544 the "multi-keyword construct" case.
8545 (smie-backward-sexp, smie-forward-sexp): Use it.
8546
8547 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
8548
8549 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
8550
8551 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
8552 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
8553
8554 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8555
8556 Provide a simple generic indentation engine and use it for Prolog.
8557 * emacs-lisp/smie.el: New file.
8558 * progmodes/prolog.el (prolog-smie-op-levels)
8559 (prolog-smie-indent-rules): New var.
8560 (prolog-mode-variables): Use them to configure SMIE.
8561 (prolog-indent-line, prolog-indent-level): Remove.
8562
8563 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8564
8565 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
8566 order before computing the averages.
8567
8568 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
8569
8570 * calc/calc-vec.el (calc-histogram):
8571 (calcFunc-histogram): Allow vectors as inputs.
8572 (math-vector-avg): New function.
8573
8574 * calc/calc-ext.el (math-group-float): Have the number of digits
8575 being grouped depend on the radix (Bug#6189).
8576
8577 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
8578
8579 * version.el (emacs-copyright, emacs-version): Don't define here,
8580 now that emacs.c defines it.
8581
8582 2010-05-15 Eli Zaretskii <eliz@gnu.org>
8583
8584 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
8585 "Describe Language Environment" menu item.
8586
8587 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
8588
8589 Bidi-sensitive movement with arrow keys.
8590 * subr.el (right-arrow-command, left-arrow-command): New functions.
8591
8592 * bindings.el (global-map): Bind them to right and left arrow keys.
8593
8594 Don't override standard definition of convert-standard-filename.
8595 * files.el (convert-standard-filename):
8596 Call w32-convert-standard-filename and dos-convert-standard-filename on
8597 the corresponding systems.
8598
8599 * w32-fns.el (w32-convert-standard-filename): Rename from
8600 convert-standard-filename. Doc fix.
8601
8602 * dos-fns.el (dos-convert-standard-filename): Doc fix.
8603 (convert-standard-filename): Don't defalias.
8604 (register-name-alist, make-register, register-value)
8605 (set-register-value, intdos): Obsolete aliases for the
8606 corresponding dos-* functions and variables.
8607 (dos-intdos): Add a doc string.
8608
8609 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
8610
8611 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
8612 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
8613 (math-compose-tex-func):
8614 * calc/calccomp.el (math-compose-expr):
8615 * calc/calc-ext.el (math-format-flat-expr-fancy):
8616 * calc/calc-store.el (calc-read-var-name):
8617 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
8618
8619 * calc/calc.el (var-π, var-φ, var-γ): New variables.
8620 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
8621 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
8622 (math-standard-units): Add units.
8623
8624 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8625
8626 * progmodes/asm-mode.el (asm-mode):
8627 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
8628
8629 * pcomplete.el (pcomplete-completions-at-point): New function,
8630 extracted from pcomplete-std-complete.
8631 (pcomplete-std-complete): Use it.
8632
8633 2010-05-15 Glenn Morris <rgm@gnu.org>
8634
8635 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8636 Remove references to CVS, RCS and Old directories.
8637
8638 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
8639
8640 * calc/calc-bin.el (math-format-twos-complement): Group digits when
8641 appropriate.
8642
8643 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8644
8645 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
8646 (sh-mode-syntax-table): Give it a default value instead.
8647 (sh-header-marker): Make buffer-local.
8648 (sh-mode): Move make-local-variable to the corresponding setq.
8649 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
8650 Use complete-with-action.
8651
8652 * simple.el (prog-mode): New (abstract) major mode.
8653 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
8654 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
8655
8656 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
8657
8658 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
8659 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
8660 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
8661 (sql-make-alternate-buffer-name, sql-placeholders-filter)
8662 (sql-escape-newlines-filter, sql-input-sender)
8663 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
8664
8665 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
8666
8667 Add TeX open-block and close-block keybindings to SGML, and vice versa.
8668
8669 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
8670 latex-open-block and C-c / to latex-close-block.
8671
8672 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
8673 and C-c C-e to sgml-close-tag.
8674
8675 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
8676
8677 * net/tramp.el (with-progress-reporter): Create reporter object
8678 only when the message would be displayed. Handle nested calls.
8679 (tramp-handle-load, tramp-handle-file-local-copy)
8680 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8681 (tramp-maybe-send-script, tramp-find-shell):
8682 Use `with-progress-reporter'.
8683 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
8684 Fix message text.
8685
8686 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8687 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8688 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
8689 Use `with-progress-reporter'.
8690
8691 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
8692
8693 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
8694 process everytime when spellchecking from the minibuffer (bug#6143).
8695
8696 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
8699
8700 * dos-fns.el: Add "dos-" prefix for namespace control.
8701 (convert-standard-filename): Define as alias for
8702 dos-convert-standard-filename but only if applicable.
8703
8704 2010-05-12 Alan Mackenzie <acm@muc.de>
8705
8706 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
8707 Push the mark at the start of these functions when appropriate.
8708
8709 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8710
8711 * minibuffer.el (completion-cycle-threshold): New custom var.
8712 (completion--do-completion): Use it.
8713 (minibuffer-complete): Use cycling if appropriate.
8714
8715 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
8716
8717 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
8718 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
8719
8720 2010-05-11 Juri Linkov <juri@jurta.org>
8721
8722 * scroll-all.el (scroll-all-check-to-scroll):
8723 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
8724
8725 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8726
8727 * iimage.el (iimage-mode-map): Move initialization into declaration.
8728 (iimage-mode-buffer): Use with-silent-modifications.
8729 Simplify calling convention. Adjust callers.
8730 (iimage-mode): Don't run hook redundantly.
8731
8732 * minibuffer.el (completion-pcm--pattern->regex):
8733 Fix last change (bug#6160).
8734
8735 2010-05-10 Juri Linkov <juri@jurta.org>
8736
8737 Remove nodes visited during Isearch from the Info history.
8738 * info.el (Info-isearch-initial-history)
8739 (Info-isearch-initial-history-list): New variables.
8740 (Info-isearch-start): Record initial values of
8741 Info-isearch-initial-history and Info-isearch-initial-history-list.
8742 Add Info-isearch-end to isearch-mode-end-hook.
8743 (Info-isearch-end): New function.
8744
8745 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
8746
8747 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8748 format string, in order to work around a bug in pdksh.
8749 Reported by Gilles Pion <gpion@lfdj.com>.
8750 (tramp-handle-verify-visited-file-modtime): Do not send a command
8751 when the connection is not established.
8752 (tramp-handle-set-file-times): Simplify the check for utc.
8753
8754 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
8755
8756 Fix use of `filter-buffer-substring' (rework previous change).
8757 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
8758 (cua-repeat-replace-region):
8759 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
8760 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8761 (cua-cut-region-to-global-mark): Use it.
8762
8763 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
8764
8765 * progmodes/sql.el: Version 2.1.
8766 (sql-product-alist): Redesign structure of product info.
8767 (sql-product, sql-user, sql-server, sql-database): Safe variables.
8768 (sql-port, sql-port-history): New variables.
8769 (sql-interactive-product): New variable.
8770 (sql-send-terminator): New variable.
8771 (sql-imenu-generic-expression): Add "Types" imenu entry.
8772 (sql-oracle-login-params, sql-sqlite-login-params)
8773 (sql-mysql-login-params, sql-solid-login-params)
8774 (sql-sybase-login-params, sql-informix-login-params)
8775 (sql-ingres-login-params, sql-ms-login-params)
8776 (sql-postgres-login-params, sql-interbase-login-params)
8777 (sql-db2-login-params, sql-linter-login-params)
8778 (sql-oracle-scan-on): New variables.
8779 (sql-mode-map): Add C-c C-i to start interactive mode.
8780 (sql-mode-menu): Update existing menu entries.
8781 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
8782 (sql-mode-oracle-font-lock-keywords)
8783 (sql-mode-postgres-font-lock-keywords)
8784 (sql-mode-ms-font-lock-keywords)
8785 (sql-mode-sybase-font-lock-keywords)
8786 (sql-mode-informix-font-lock-keywords)
8787 (sql-mode-interbase-font-lock-keywords)
8788 (sql-mode-ingres-font-lock-keywords)
8789 (sql-mode-solid-font-lock-keywords)
8790 (sql-mode-mysql-font-lock-keywords)
8791 (sql-mode-sqlite-font-lock-keywords)
8792 (sql-mode-db2-font-lock-keywords)
8793 (sql-mode-linter-font-lock-keywords): Update initialization to
8794 reduce run-time complexity.
8795 (sql-add-product, sql-del-product): New functions.
8796 (sql-set-product-feature, sql-get-product-feature): New functions.
8797 (sql-product-font-lock): Update product API.
8798 (sql-add-product-keywords): New function.
8799 (sql-highlight-product): Update product API.
8800 (sql-help-list-products): New function.
8801 (sql-help): Dynamically lists free and non-free products.
8802 (sql-get-login): Correct bug in handling history and added
8803 prompt for port.
8804 (sql-copy-column): Copy without properties.
8805 (sqli-input-sender): Apply filters to SQLi input.
8806 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
8807 Implement as a filter.
8808 (sql-escape-newlines-filter): Implement as a filter.
8809 (sql-remove-tabs-filter): New function.
8810 (sql-send-magic-terminator): New function.
8811 (sql-send-string): Implement magic terminator.
8812 (sql-send-region): Use `sql-send-string'.
8813 (sql-interactive-mode): Use product API.
8814 (sql-product-interactive): Use product API.
8815 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8816 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8817 (sql-db2, sql-linter): Use `sql-product-interactive'.
8818 (sql-connect): New function.
8819 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8820 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8821 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
8822 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8823 Use `sql-connect'.
8824
8825 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8826
8827 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
8828 New custom variable.
8829 (completion-pcm--string->pattern): Use it.
8830 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
8831 Make it handle any symbol as `any'.
8832 (completion-pcm--merge-completions): Extract common suffix for the new
8833 `prefix' symbol as well.
8834 (completion-substring--all-completions): Use the new `prefix' symbol.
8835
8836 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
8837
8838 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
8839 not bound.
8840 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
8841 (tramp-compat-funcall): New defmacro.
8842 (tramp-compat-line-beginning-position)
8843 (tramp-compat-line-end-position)
8844 (tramp-compat-temporary-file-directory)
8845 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
8846 (tramp-compat-copy-file, tramp-compat-copy-directory)
8847 (tramp-compat-delete-file, tramp-compat-delete-directory)
8848 (tramp-compat-number-sequence, tramp-compat-process-running-p)
8849 * net/tramp.el (top, with-progress-reporter)
8850 (tramp-rfn-eshadow-setup-minibuffer)
8851 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
8852 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
8853 (tramp-completion-mode-p, tramp-check-for-regexp)
8854 (tramp-open-connection-setup-interactive-shell)
8855 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
8856 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
8857 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
8858 * net/tramp-cmds.el (tramp-cleanup-all-connections)
8859 (tramp-reporter-dump-variable, tramp-load-report-modules)
8860 (tramp-append-tramp-buffers)
8861 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
8862
8863 * net/tramp-imap.el (top): Autoload `epg-make-context'.
8864
8865 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * progmodes/compile.el (compilation-buffer-modtime): Rename from
8868 buffer-modtime. Adjust users.
8869
8870 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
8871
8872 * international/mule.el (auto-coding-alist): Only purecopy
8873 car of each item, not the whole list (Bug#6083).
8874
8875 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
8876
8877 * progmodes/js.el (js-mode): Make paragraph variables local before
8878 calling c-setup-paragraph-variables (Bug#6071).
8879
8880 2010-05-08 Eli Zaretskii <eliz@gnu.org>
8881
8882 * composite.el (compose-region, reference-point-alist): Fix typos
8883 in the doc strings.
8884
8885 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8886
8887 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
8888 gnuplot's "set" command.
8889
8890 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
8891
8892 * abbrev.el (last-abbrev-text): Doc fix.
8893 (abbrev-prefix-mark): Don't escape parenthesis.
8894
8895 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8896
8897 * composite.el (find-composition): Doc fix.
8898
8899 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
8900
8901 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
8902 (sql-oracle-program, sql-sqlite-options)
8903 (sql-query-placeholders-and-send): Doc fixes.
8904 (sql-set-product, sql-interactive-mode): Reflow docstrings.
8905 (sql-imenu-generic-expression, sql-buffer)
8906 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
8907 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
8908 (sql-mode-sybase-font-lock-keywords)
8909 (sql-mode-informix-font-lock-keywords)
8910 (sql-mode-interbase-font-lock-keywords)
8911 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
8912 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
8913 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
8914 (sql-product-feature, sql-highlight-product)
8915 (comint-line-beginning-position, sql-rename-buffer)
8916 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
8917 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
8918 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
8919 Fix typos in docstrings.
8920
8921 2010-05-08 Juri Linkov <juri@jurta.org>
8922
8923 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
8924 property instead of `invisible' and `after-string' (bug#5998).
8925
8926 2010-05-08 Juri Linkov <juri@jurta.org>
8927
8928 * image-mode.el (image-mode-as-text): Fix typo in docstring.
8929
8930 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
8931
8932 * filecache.el (file-cache-add-directory-list)
8933 (file-cache-add-directory-recursively): Fix typos in docstrings.
8934
8935 2010-05-08 Kenichi Handa <handa@m17n.org>
8936
8937 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
8938 (gujarati-composable-pattern): Fix typo.
8939
8940 2010-05-08 Kenichi Handa <handa@m17n.org>
8941
8942 * language/indian.el (oriya-composable-pattern)
8943 (tamil-composable-pattern, malayalam-composable-pattern):
8944 Add two-part vowels to "v" (vowel sign).
8945
8946 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
8947
8948 * files.el (copy-directory): Handle symlinks (Bug#5982).
8949
8950 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
8951
8952 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
8953 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
8954 (Bug#5846).
8955
8956 2010-05-08 Glenn Morris <rgm@gnu.org>
8957
8958 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
8959
8960 * minibuffer.el (completion-at-point): Doc fix.
8961
8962 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8963
8964 * electric.el (Electric-command-loop): Minor tweak.
8965
8966 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
8967 better with dedicated windows.
8968
8969 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
8970
8971 * Version 23.2 released.
8972
8973 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
8974 Stefan Monnier <monnier@iro.umontreal.ca>
8975
8976 Highlight vendor specific properties.
8977 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
8978 (css-proprietary-property): New face.
8979 (css-font-lock-keywords): Use them.
8980
8981 2010-05-07 Eli Zaretskii <eliz@gnu.org>
8982
8983 * cus-start.el (all): Add native condition for tool-bar-* symbols.
8984
8985 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8986
8987 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
8988 * files.el (auto-mode-alist): Remove redundant entries.
8989
8990 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
8991 * simple.el (auto-save-mode): Move from files.el.
8992 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
8993
8994 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
8995
8996 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
8997
8998 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
8999
9000 * mail/binhex.el (binhex-decode-region-internal)
9001 * mail/uudecode.el (uudecode-decode-region-internal)
9002 * net/dns.el (dns-read-string-name, dns-write, dns-read)
9003 (dns-read-type, dns-query)
9004 * pgg-parse.el (pgg-parse-armor)
9005 * pgg.el (pgg-verify-region)
9006 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
9007 XEmacs.
9008
9009 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
9010
9011 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
9012
9013 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
9014
9015 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
9016 * emulation/cua-base.el (cua-repeat-replace-region):
9017 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9018 (cua-cut-region-to-global-mark):
9019 Remove text properties with `set-text-properties'.
9020
9021 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
9022
9023 * net/tramp.el (top, with-progress-reporter):
9024 Use `symbol-function' inside `funcall'.
9025
9026 * net/tramp-compat.el (tramp-compat-file-attributes)
9027 (tramp-compat-delete-file, tramp-compat-delete-directory):
9028 Handle only `wrong-number-of-arguments' error.
9029
9030 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
9031 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
9032 inside `funcall'.
9033
9034 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9035
9036 * minibuffer.el (completion--sreverse, completion--common-suffix):
9037 New functions.
9038 (completion-pcm--merge-completions): Extract common suffix when safe.
9039
9040 * emacs-lisp/easy-mmode.el (define-minor-mode):
9041 Make :variable more flexible.
9042 * files.el (auto-save-mode): Use it to define using define-minor-mode.
9043
9044 2010-05-05 Juri Linkov <juri@jurta.org>
9045
9046 Add `slow' and `history' tags to the desktop data.
9047
9048 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
9049 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
9050 (Info-finder-find-node): Require `finder.el' to be able
9051 to restore node from the desktop.
9052 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
9053 data `Info-history' and `slow' tag in the assoc list.
9054 (Info-restore-desktop-buffer): Don't restore nodes with the
9055 `slow' tag. Restore `Info-history'.
9056
9057 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
9058
9059 Add FORCE argument to `delete-file'.
9060
9061 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
9062 forcing to delete the temporary file.
9063 (ange-ftp-delete-file): Add FORCE arg.
9064 (ange-ftp-rename-remote-to-remote)
9065 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
9066 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
9067 Force file deletion.
9068
9069 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
9070
9071 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
9072 (tramp-handle-make-symbolic-link, tramp-handle-load)
9073 (tramp-do-copy-or-rename-file-via-buffer)
9074 (tramp-do-copy-or-rename-file-directly)
9075 (tramp-do-copy-or-rename-file-out-of-band)
9076 (tramp-handle-process-file, tramp-handle-call-process-region)
9077 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9078 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9079 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
9080
9081 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
9082 (tramp-fish-handle-make-symbolic-link)
9083 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
9084
9085 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9086 Use `tramp-compat-delete-file'.
9087
9088 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
9089 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
9090
9091 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
9092 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
9093
9094 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
9095 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
9096 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9097 Use `tramp-compat-delete-file'.
9098
9099 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9100
9101 Minor cleanups.
9102 * subr.el (add-minor-mode): Use push.
9103 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
9104 * emulation/edt.el (edt-select-mode): Simplify.
9105
9106 Use define-minor-mode in more cases.
9107 * term/tvi970.el (tvi970-set-keypad-mode):
9108 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9109 (normal-erase-is-backspace-mode):
9110 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
9111 (set-scroll-bar-mode-1): (Re)move to its sole caller.
9112 (get-scroll-bar-mode): New function.
9113 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
9114
9115 Use define-minor-mode for less obvious cases.
9116 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
9117 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
9118 * international/iso-ascii.el (iso-ascii-mode):
9119 * frame.el (auto-raise-mode, auto-lower-mode):
9120 * composite.el (global-auto-composition-mode): Use define-minor-mode.
9121
9122 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
9123
9124 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
9125 in order to see error messages for failed logins.
9126
9127 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
9128
9129 * diff.el (diff-sentinel):
9130
9131 * epg.el (epg--make-temp-file, epg-decrypt-string)
9132 (epg-verify-string, epg-sign-string, epg-encrypt-string):
9133
9134 * jka-compr.el (jka-compr-partial-uncompress)
9135 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
9136
9137 * server.el (server-sentinel): Use delete-file's new FORCE arg
9138 (Bug#6070).
9139
9140 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9141
9142 Use define-minor-mode where applicable.
9143 * view.el (view-mode):
9144 * type-break.el (type-break-query-mode)
9145 (type-break-mode-line-message-mode):
9146 * textmodes/reftex.el (reftex-mode):
9147 * term/vt100.el (vt100-wide-mode):
9148 * tar-mode.el (tar-subfile-mode):
9149 * savehist.el (savehist-mode):
9150 * ibuf-ext.el (ibuffer-auto-mode):
9151 * composite.el (auto-composition-mode):
9152 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9153 Use define-minor-mode.
9154 (vhdl-mode): Use static mode-line format.
9155 (vhdl-mode-line-update): Delete.
9156 (vhdl-create-mode-menu, vhdl-activate-customizations)
9157 (vhdl-hs-minor-mode): Don't bother calling it.
9158
9159 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9160
9161 * simple.el (with-wrapper-hook): Move.
9162 (buffer-substring-filters): Mark obsolete.
9163 (filter-buffer-substring-functions): New variable.
9164 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
9165
9166 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
9167 Michael Albinus <michael.albinus@gmx.de>
9168
9169 Implement compression for inline methods.
9170
9171 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
9172 (tramp-copy-size-limit): Allow also nil.
9173 (tramp-inline-compress-commands): New defconst.
9174 (tramp-find-inline-compress, tramp-get-inline-compress)
9175 (tramp-get-inline-coding): New defuns.
9176 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
9177 replaced by `tramp-get-inline-coding'.
9178 (tramp-handle-file-local-copy, tramp-handle-write-region)
9179 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
9180
9181 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9182
9183 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
9184 Remove unused functions.
9185
9186 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
9187 Set find-tag-default-function as a variable rather than a property.
9188
9189 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
9190 * progmodes/etags.el (tags-completion-at-point-function):
9191 Remove left over interactive spec. Add autoloading stub.
9192 (complete-tag): Use tags-completion-at-point-function.
9193
9194 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
9195
9196 * minibuffer.el (tags-completion-at-point-function): Fix return value.
9197
9198 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
9199
9200 * ido.el (ido-init-completion-maps): Remove C-v binding.
9201 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
9202
9203 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
9204
9205 * minibuffer.el (tags-completion-at-point-function): New function.
9206 (completion-at-point-functions): Use it.
9207
9208 * progmodes/etags.el (complete-tag): Revert last change.
9209
9210 2010-04-29 Alan Mackenzie <acm@muc.de>
9211
9212 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
9213 off-by-one error (in end of macro position).
9214
9215 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9216
9217 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
9218 firefox is absent. Don't autoload.
9219 (browse-url-galeon-program): Don't autoload.
9220
9221 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
9222
9223 * bindings.el (complete-symbol): Move into minibuffer.el.
9224
9225 * minibuffer.el (complete-tag): Move from etags.el. If tags
9226 completion cannot be performed, return nil instead of signalling
9227 an error.
9228 (completion-at-point): Make it an alias for complete-symbol.
9229 (complete-symbol): Move from bindings.el, and replace with the
9230 body of completion-at-point.
9231
9232 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
9233
9234 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
9235
9236 * net/tramp.el (tramp-remote-selinux-p): New defun.
9237 (tramp-handle-file-selinux-context)
9238 (tramp-handle-set-file-selinux-context): Use it.
9239
9240 2010-04-28 Sam Steingold <sds@gnu.org>
9241
9242 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9243 `safe-local-variable' if the value is a string or a symbol with
9244 the property `bug-reference-url-format'.
9245
9246 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
9247
9248 * progmodes/bug-reference.el (bug-reference-url-format):
9249 Revert 2010-04-27 change due to security risk.
9250
9251 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9252
9253 Make it possible to locally disable a globally enabled mode.
9254 * simple.el (fundamental-mode): Run fundamental-mode-hook.
9255 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
9256 rather than kill-all-local-variables so it runs fundamental-mode-hook.
9257 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9258 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
9259 that subsequent hooks get a chance to disable it.
9260
9261 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9262
9263 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9264 Avoid re-enabling a minor mode after the user turned the minor mode
9265 off if MODE-enable-in-buffers is run twice (typically once from
9266 fundamental-mode's after-change-major-mode-hook and a second time from
9267 run-mode-hook's own after-change-major-mode-hook).
9268
9269 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
9270
9271 2010-04-27 Sam Steingold <sds@gnu.org>
9272
9273 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9274 `safe-local-variable' if the value is a string or a function, as
9275 documented and implemented on 2010-04-02.
9276
9277 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
9278
9279 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
9280 when method is 'kill.
9281
9282 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
9283
9284 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
9285 condition in default directory check.
9286 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
9287 Kill ispell process when killing its associated buffer.
9288
9289 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
9290
9291 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
9292 but we aren't using it.
9293
9294 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
9295
9296 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
9297 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
9298
9299 2010-04-24 Glenn Morris <rgm@gnu.org>
9300
9301 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
9302 Ignore VCS-ignore files, and deleted nextstep preferences files.
9303 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
9304 (authors-ambiguous-files): New list.
9305 (authors-valid-file-names): Add some deleted files.
9306 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
9307 (authors-disambiguate-file-name): New function. (Bug#5501)
9308 (authors-canonical-file-name): Doc fix.
9309 Don't warn about obsolete files.
9310 (authors-canonical-file-name, authors-scan-el):
9311 Use authors-disambiguate-file-name.
9312
9313 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9314 Add autoload cookies.
9315 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
9316 (generated-autoload-file): Set file-local value to "htmlfontify.el".
9317 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
9318 They have definitions / compiler macros in cl.el.
9319 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9320 Replace manual autoloads with generated ones.
9321 (htmlfontify-unload-rgb-file): Remove autoload.
9322 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
9323
9324 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9325
9326 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
9327 (byte-compile-setq-default): Optimize for the
9328 single-var case and don't call byte-compile-form in this case to avoid
9329 inf-loop with byte-compile-set-default.
9330
9331 * progmodes/compile.el (compilation-start): Abbreviate default directory.
9332
9333 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
9334
9335 Implement SELINUX backends.
9336
9337 * net/tramp.el (tramp-file-name-handler-alist):
9338 Add `file-selinux-context' and `set-file-selinux-context'.
9339 (tramp-handle-file-selinux-context)
9340 (tramp-handle-set-file-selinux-context): New defuns.
9341 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
9342 Handle PRESERVE-SELINUX-CONTEXT.
9343
9344 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9345 Add `file-selinux-context' and `set-file-selinux-context'.
9346 (tramp-gvfs-handle-file-selinux-context)
9347 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
9348 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
9349
9350 * net/ange-ftp.el (ange-ftp-copy-file):
9351 * net/tramp-fish.el (tramp-fish-handle-copy-file):
9352 * net/tramp-imap.el (tramp-imap-handle-copy-file):
9353 * net/tramp-smb.el (tramp-smb-handle-copy-file):
9354 Add PRESERVE-SELINUX-CONTEXT.
9355
9356 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
9357
9358 Synchronize with Tramp repository.
9359
9360 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
9361 (tramp-action-process-alive, tramp-action-out-of-band)
9362 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
9363 (tramp-exists-file-name-handler): Fix docstring.
9364 (with-progress-reporter): New defmacro.
9365 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
9366 (tramp-maybe-open-connection): Use it.
9367
9368 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
9369
9370 Detect ssh 'ControlMaster' argument automatically in some cases.
9371
9372 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
9373 (tramp-default-method): Use it.
9374
9375 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
9376
9377 * net/tramp.el (tramp-handle-copy-file): Add new optional
9378 parameter `preserve-selinux-context'.
9379 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
9380
9381 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
9382
9383 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
9384 Ensure, that non remote files are still checked. Oops.
9385
9386 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
9387
9388 Fix Bug#5840.
9389
9390 * icomplete.el (icomplete-completions): Use `non-essential'.
9391
9392 * net/tramp.el (tramp-connectable-p): New defun.
9393 (tramp-handle-expand-file-name)
9394 (tramp-completion-handle-file-name-all-completions)
9395 (tramp-completion-handle-file-name-completion): Use it.
9396
9397 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9398
9399 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
9400
9401 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
9402
9403 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
9404
9405 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
9406
9407 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
9408 is present.
9409
9410 * info.el (info-tool-bar-map): Add labels.
9411
9412 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
9413
9414 * cus-edit.el (custom-commands): Add labels for tool bar.
9415 (custom-buffer-create-internal, Custom-mode): Adjust for
9416 labels in custom-commands.
9417
9418 * dynamic-setting.el: Renamed from font-setting.el.
9419
9420 2010-04-21 John Wiegley <jwiegley@gmail.com>
9421
9422 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
9423 toggles the use of virtual buffers.
9424 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
9425 (ido-toggle-virtual-buffers): New function.
9426
9427 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
9428
9429 Use `define-derived-mode'; fix window selection; doc fixes.
9430 * play/tetris.el (tetris, tetris-update-speed-function)
9431 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
9432 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
9433 (tetris-rotate-next, tetris-end-game, tetris-start-game)
9434 (tetris-pause-game): Fix typos in docstrings.
9435 (tetris-mode-map, tetris-null-map):
9436 Move initialization into declaration.
9437 (tetris-mode): Define with `define-derived-mode';
9438 set show-trailing-whitespace to nil.
9439 (tetris): Prefer window already displaying the "*Tetris*" buffer.
9440
9441 2010-04-21 Karel Klíč <kklic@redhat.com>
9442
9443 * files.el (backup-buffer): Handle SELinux context, and return it
9444 if a backup was made by renaming.
9445 (backup-buffer-copy): Set SELinux context to the target file.
9446 (basic-save-buffer): Set SELinux context of the newly written file.
9447 (basic-save-buffer-1): Now it also returns any SELinux context.
9448 (basic-save-buffer-2): Set SELinux context of the newly created file,
9449 and return it.
9450 * net/tramp.el (tramp-file-name-for-operation):
9451 Add file-selinux-context.
9452
9453 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9454
9455 Make the log-edit comments use RFC822 format throughout.
9456
9457 * vc.el (vc-checkin, vc-modify-change-comment):
9458 Adjust to new vc-start/finish-logentry.
9459 (vc-find-conflicted-file): New command.
9460 (vc-transfer-file): Adjust to new vc-checkin.
9461 (vc-next-action): Improve scoping.
9462
9463 * vc-hg.el (vc-hg-log-edit-mode): Remove.
9464 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
9465
9466 * vc-git.el (vc-git-log-edit-mode): Remove.
9467 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
9468 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
9469
9470 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
9471 (vc-start-logentry): Remove argument `extra'.
9472 (vc-finish-logentry): Remove extra args.
9473
9474 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
9475 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
9476 (vc-bzr-conflicted-files): New function.
9477
9478 * log-edit.el (log-edit-extra-flags)
9479 (log-edit-before-checkin-process): Remove.
9480 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
9481 (log-edit-headers-alist): New var.
9482 (log-edit-header-contents-regexp): New const.
9483 (log-edit-match-to-eoh): New function.
9484 (log-edit-font-lock-keywords): Use them.
9485 (log-edit): Insert a "Summary:" header as default.
9486 (log-edit-mode): Mark font-lock rules as case-insensitive.
9487 (log-edit-done): Cleanup headers.
9488 (log-view-process-buffer): Remove.
9489 (log-edit-extract-headers): New function to replace it.
9490
9491 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
9492
9493 * subr.el (default-direction-reversed): Remove obsolescence info.
9494
9495 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
9498 windows/frames.
9499
9500 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
9501 I.e. include text after point in the completion region.
9502 Also, return nil when we're not after/in a symbol.
9503
9504 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
9505 default enable-multibyte-characters.
9506
9507 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * international/mule.el: Help the user choose a valid coding-system.
9510 (read-buffer-file-coding-system): New function.
9511 (set-buffer-file-coding-system): Use it. Prompt the user if the
9512 coding-system cannot encode all the chars.
9513
9514 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
9515 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
9516 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
9517 Don't use *vc-bzr-shelve*.
9518
9519 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
9520
9521 Fix the version number for added files.
9522 * vc-hg.el (vc-hg-working-revision): Check if the file is
9523 registered after hg parent fails (Bug#5961).
9524
9525 2010-04-19 Glenn Morris <rgm@gnu.org>
9526
9527 * htmlfontify.el (htmlfontify-buffer)
9528 (htmlfontify-copy-and-link-dir): Autoload entry points.
9529
9530 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
9531
9532 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
9533 name relative to the project root (Bug#5960).
9534
9535 2010-04-19 Glenn Morris <rgm@gnu.org>
9536
9537 * vc-git.el (vc-git-print-log): Doc fix.
9538
9539 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
9540
9541 * ido.el (ido-file-internal): Fix 2009-12-02 change.
9542
9543 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
9544
9545 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
9546 default settings (Bug#5928).
9547
9548 2010-04-19 Glenn Morris <rgm@gnu.org>
9549
9550 * progmodes/fortran.el (fortran-match-and-skip-declaration):
9551 New function.
9552 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
9553
9554 2010-04-19 Kenichi Handa <handa@m17n.org>
9555
9556 * language/indian.el (malayalam-composable-pattern): Fix previous
9557 change (add U+0D4D "SIGN VIRAMA").
9558 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
9559 (tamil-composable-pattern): Fix typo in the regexp.
9560 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
9561 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
9562 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
9563
9564 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
9565
9566 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
9567 paragraph-separate (Bug#5821).
9568
9569 2010-04-19 Juri Linkov <juri@jurta.org>
9570
9571 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
9572
9573 * info.el (Info-find-node-2): Comment out code that skips
9574 breadcrumbs line.
9575 (Info-mouse-follow-link): New command.
9576 (Info-link-keymap): New keymap.
9577 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
9578 Return a string with links instead of inserting breadcrumbs
9579 to the Info buffer.
9580 (Info-fontify-node): Comment out code that inserts breadcrumbs.
9581 Instead of putting the `invisible' text property over the Info
9582 header, make an overlay over the Info header with the `invisible'
9583 property and `after-string' set to the string returned by
9584 `Info-breadcrumbs'.
9585
9586 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
9587
9588 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
9589 Reported by monkey@sandpframing.com.
9590
9591 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9592
9593 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
9594 (tmm-get-keymap): Add key-binding shortcuts now that they're not
9595 available in the "keyseq cache" any more.
9596
9597 * custom.el (defcustom): Add edebug spec.
9598
9599 2010-04-18 Juri Linkov <juri@jurta.org>
9600
9601 Test for special mode-class in view-buffer instead of view-file (bug#5513).
9602
9603 * view.el (view-file, view-buffer): Move test for special mode-class
9604 from view-file to view-buffer.
9605
9606 * tar-mode.el (tar-extract): Turn if's into one cond
9607 like in arc-mode.el.
9608
9609 2010-04-18 Juri Linkov <juri@jurta.org>
9610
9611 Add 7z archive format support (bug#5475).
9612
9613 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
9614 (archive-7z-extract): New defcustom.
9615 (archive-find-type): Add magic string for 7z.
9616 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
9617 If `stderr-file' is non-nil, use `(t stderr-file)' for the
9618 `buffer' arg of `call-process'.
9619 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
9620 call the function `archive-7z-extract' with the variable
9621 `archive-7z-extract' let-bound to `archive-zip-extract'.
9622 (archive-7z-summarize, archive-7z-extract): New functions.
9623
9624 * international/mule.el (auto-coding-alist):
9625 * files.el (auto-mode-alist): Add 7z file extension.
9626
9627 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9628
9629 * loadup.el: Setup hash-cons for pure data.
9630
9631 Fix duplicate entries in cedet's loaddefs.el files.
9632 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
9633 Should make most file-local generated-autoload-file unnecessary.
9634 (print-readably): Silence warnings.
9635 (autoload-find-destination): Take load-name as an arg to make sure
9636 it's the same as the one that will be in the file.
9637 (autoload-generate-file-autoloads): Adjust to above changes.
9638 Try to make the dataflow a bit simpler.
9639
9640 * cvs-status.el (cvs-refontify): Remove unused.
9641
9642 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
9643
9644 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
9645
9646 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
9647 twos-complement mode.
9648
9649 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
9650
9651 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9652 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
9653 (calc-inverse): Add "Option" to message, as appropriate.
9654 (calc-hyperbolic): Add "Option" to message, as appropriate.
9655 (calc-option, calc-is-option): New functions.
9656
9657 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
9658 (calc-option-prefix-help): New function.
9659
9660 * calc/calc-misc.el (calc-help): Add "Option" entry.
9661
9662 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
9663 (calc-option-flag): New variable.
9664 (calc-do): Set `calc-option-flag to nil.
9665 (calc-set-mode-line): Add "Opt " as appropriate.
9666
9667 2010-04-16 Juri Linkov <juri@jurta.org>
9668
9669 Move scrolling commands from simple.el to window.el
9670 because their primitives are implemented in window.c.
9671
9672 * simple.el (scroll-error-top-bottom)
9673 (scroll-up-command, scroll-down-command, scroll-up-line)
9674 (scroll-down-line, scroll-other-window-down)
9675 (beginning-of-buffer-other-window, end-of-buffer-other-window):
9676 * window.el (scroll-error-top-bottom)
9677 (scroll-up-command, scroll-down-command, scroll-up-line)
9678 (scroll-down-line, scroll-other-window-down)
9679 (beginning-of-buffer-other-window, end-of-buffer-other-window):
9680 Move from simple.el to window.el because their primitives are
9681 implemented in window.c.
9682
9683 2010-04-16 Juri Linkov <juri@jurta.org>
9684
9685 * isearch.el (isearch-lookup-scroll-key): Check both
9686 `isearch-scroll' and `scroll-command' properties.
9687 (scroll-up, scroll-down): Remove `isearch-scroll' property.
9688
9689 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
9690
9691 * simple.el (scroll-up-command, scroll-down-command)
9692 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
9693
9694 2010-04-15 Juri Linkov <juri@jurta.org>
9695
9696 * simple.el (scroll-up-command, scroll-down-command)
9697 (scroll-up-line, scroll-down-line): Put `scroll-command'
9698 property on the these symbols. Remove them from
9699 `scroll-preserve-screen-position-commands'.
9700
9701 * mwheel.el (mwheel-scroll): Put `scroll-command' and
9702 `isearch-scroll' properties on the `mwheel-scroll' symbol.
9703 Remove it from `scroll-preserve-screen-position-commands'.
9704
9705 * isearch.el (isearch-allow-scroll): Doc fix.
9706
9707 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
9708
9709 * net/tramp.el (tramp-error-with-buffer): Don't show the
9710 connection buffer when we are in completion mode.
9711 (tramp-file-name-handler): Catch the error for some operations
9712 when we are in completion mode. This gives the user the chance to
9713 correct the file name in the minibuffer.
9714
9715 2010-04-15 Glenn Morris <rgm@gnu.org>
9716
9717 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
9718
9719 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
9720
9721 Simplify by using `define-derived-mode'.
9722 * info.el (Info-mode):
9723 * calendar/todo-mode.el (todo-mode):
9724 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
9725 (gomoku-mode-map): Move initialization into declaration.
9726
9727 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
9728
9729 Fix Bug#5840.
9730 * ido.el (ido-file-name-all-completions-1):
9731 * minibuffer.el (minibuffer-completion-help):
9732 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
9733
9734 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9735
9736 * simple.el (non-essential): New var.
9737
9738 Add a new field `location' to bookmarks for non-file bookmarks.
9739 * bookmark.el (bookmark-location): Use the new field, if present.
9740 (bookmark-insert-location): Undo last change, not needed any more.
9741 * man.el (Man-bookmark-make-record):
9742 * woman.el (woman-bookmark-make-record): Add `location' field.
9743
9744 2010-04-14 Juri Linkov <juri@jurta.org>
9745
9746 * simple.el (scroll-error-top-bottom): New defcustom.
9747 (scroll-up-command, scroll-down-command): Use it. Doc fix.
9748
9749 * emulation/pc-select.el (pc-select-override-scroll-error):
9750 Obsolete in favor of `scroll-error-top-bottom'.
9751
9752 2010-04-14 Juri Linkov <juri@jurta.org>
9753
9754 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
9755 `scroll-up-command' and `M-v' to `scroll-down-command'.
9756
9757 * emulation/cua-rect.el (cua--init-rectangles):
9758 * forms.el (forms--change-commands):
9759 * image-mode.el (image-mode-map):
9760 Remap scroll-down-command and scroll-up-command
9761 in addition to scroll-down and scroll-up.
9762
9763 2010-04-14 Juri Linkov <juri@jurta.org>
9764
9765 * mwheel.el (scroll-preserve-screen-position-commands):
9766 Add mwheel-scroll to this list of commands.
9767
9768 * simple.el (scroll-preserve-screen-position-commands):
9769 Add scroll-up-command, scroll-down-command, scroll-up-line,
9770 scroll-down-line to this list of commands.
9771
9772 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9773
9774 * obsolete/complete.el: Move from lisp/complete.el.
9775
9776 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
9777
9778 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
9779 to the minor mode function now turns the mode ON unconditionally.
9780
9781 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9782
9783 * vc-dir.el (vc-dir-kill-line): New command.
9784 (vc-dir-mode-map): Bind it to C-k.
9785
9786 * bookmark.el (bookmark-insert-location): Handle a nil filename.
9787
9788 * woman.el: Add bookmark declarations to silence the compiler.
9789 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
9790 step to compatibility between man and woman bookmarks.
9791 Adjust for Man-default-bookmark-title renaming.
9792 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
9793
9794 * man.el: Add bookmark declarations to silence the compiler.
9795 (Man-name-local-regexp): Make it match NAME as well.
9796 (Man-getpage-in-background): Return the buffer.
9797 (Man-notify-when-ready): Use `case'.
9798 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
9799 Don't hardcode "NAME". Simplify.
9800 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
9801 Rename from Man-bookmark-make-record.
9802 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
9803 we have the actual man-args. Use Man-getpage-in-background rather
9804 than `man' since the arg is already processed. Let bookmark.el do the
9805 window handling. Only wait for the relevant process.
9806 Don't forget to autoload.
9807
9808 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
9809
9810 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9811
9812 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
9813 New functions.
9814 (woman-mode): Setup bookmark support.
9815
9816 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
9817 (man-bookmark-jump): New functions.
9818 (Man-mode): Setup bookmark support.
9819
9820 2010-04-10 Jari Aalto <jari.aalto@cante.net>
9821
9822 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
9823 recognize ssh-keygen prompt (Bug#2817).
9824
9825 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
9826
9827 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
9828
9829 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
9830
9831 Synchronize with Tramp repository.
9832
9833 * net/tramp.el (tramp-completion-function-alist)
9834 (tramp-file-name-regexp, tramp-chunksize)
9835 (tramp-local-coding-commands, tramp-remote-coding-commands):
9836 Fix docstring.
9837 (tramp-remote-process-environment): Use `format' instead of `concat'.
9838 (tramp-handle-directory-files-and-attributes)
9839 (tramp-get-remote-path): Use `copy-tree'.
9840 (tramp-handle-file-name-all-completions): Backward/ XEmacs
9841 compatibility: Use `completion-ignore-case' if
9842 `read-file-name-completion-ignore-case' does not exist.
9843 (tramp-do-copy-or-rename-file-directly): Do not use
9844 `tramp-handle-file-remote-p'.
9845 (tramp-do-copy-or-rename-file-out-of-band):
9846 Use `tramp-compat-delete-directory'.
9847 (tramp-do-copy-or-rename-file-out-of-band)
9848 (tramp-compute-multi-hops, tramp-maybe-open-connection):
9849 Use `format-spec-make'.
9850 (tramp-find-foreign-file-name-handler)
9851 (tramp-advice-make-auto-save-file-name)
9852 (tramp-set-auto-save-file-modes): Remove superfluous check for
9853 `stringp'. This is done inside `tramp-tramp-file-p'.
9854 (tramp-debug-outline-regexp): New defconst.
9855 (tramp-get-debug-buffer): Use it.
9856 (tramp-check-for-regexp): Use (forward-line 1).
9857 (tramp-set-auto-save-file-modes): Adapt version check.
9858
9859 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
9860 Wrap call of `featurep' for 2nd argument.
9861 (tramp-compat-make-temp-file): Simplify fallback implementation.
9862 (tramp-compat-copy-tree): Remove function.
9863 (tramp-compat-delete-directory): Provide implementation for older
9864 Emacsen.
9865
9866 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
9867 Do not use `tramp-fish-handle-file-attributes.
9868
9869 * net/trampver.el: Update release number.
9870
9871 2010-04-10 Glenn Morris <rgm@gnu.org>
9872
9873 * progmodes/compile.el (compilation-save-buffers-predicate):
9874 Add missing :version tag.
9875
9876 2010-04-09 Sam Steingold <sds@gnu.org>
9877
9878 * progmodes/compile.el (compilation-save-buffers-predicate):
9879 Remove the "autoload" cookie.
9880
9881 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
9882 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
9883 and `bug-reference-prog-mode' can be used in hooks directly.
9884
9885 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9886
9887 Add --author support to git commit.
9888 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
9889 (vc-git-log-edit-mode): New minor mode.
9890 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
9891 New declarations.
9892
9893 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
9894
9895 * vc-hooks.el, vc-git.el: Improve documentation comments.
9896
9897 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9898
9899 Fix some of the problems in defsubst* (bug#5728).
9900 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
9901 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
9902
9903 2010-04-07 Sam Steingold <sds@gnu.org>
9904
9905 * progmodes/compile.el (compilation-save-buffers-predicate):
9906 New custom variable.
9907 (compile, recompile): Pass it to `save-some-buffers'.
9908
9909 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
9910
9911 * wid-edit.el (widget-choose): Move cursor to the second line of
9912 the buffer (Bug#5695).
9913
9914 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
9915
9916 Add new VC methods: vc-log-incoming and vc-log-outgoing.
9917 * vc.el (vc-print-log-setup-buttons): New function split out from
9918 vc-print-log-internal.
9919 (vc-log-internal-common): New function, a parametrized version of
9920 vc-print-log-internal.
9921 (vc-print-log-internal): Just call vc-log-internal-common with the
9922 right arguments.
9923 (vc-incoming-outgoing-internal):
9924 (vc-log-incoming, vc-log-outgoing): New functions.
9925 (vc-log-view-type): New permanent local variable.
9926
9927 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
9928
9929 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
9930 of the dynamic bound vc-short-log.
9931 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
9932
9933 * vc-git.el (vc-git-log-outgoing): New function.
9934 (vc-git-log-view-mode): Use vc-log-view-type instead
9935 of the dynamic bound vc-short-log.
9936
9937 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
9938 of the dynamic bound vc-short-log. Highlight the tag.
9939 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
9940 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
9941 (vc-hg-incoming-mode): Remove.
9942 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
9943
9944 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
9945
9946 Fix default-directory for vc-root-diff.
9947 * vc.el (vc-root-diff): Bind default-directory to the root
9948 directory for the diff command.
9949
9950 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
9951
9952 * progmodes/verilog-mode.el (verilog-forward-sexp):
9953 (verilog-calc-1): Support "disable fork" and "fork wait" multi
9954 word keywords, suggested by Steve Pearlmutter.
9955 (verilog-pretty-declarations): Support lineup of declarations in
9956 port lists.
9957 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
9958 fix bug for /* / comments.
9959 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
9960 Speed up and simplfy as this is never called with a bound.
9961 (verilog-pretty-declarations): Enhance to line up declarations
9962 inside a parameter list, suggested by Alan Morgan.
9963 (verilog-pretty-expr): Tune assignment regular expression match
9964 string for corner cases; also use markers instead of character
9965 number as indent changes the later.
9966
9967 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
9968
9969 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
9970 as missing keyword.
9971 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
9972 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
9973 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
9974 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
9975 Tennant.
9976 (verilog-keywords):
9977 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
9978 1800-2009 keywords, including "global.".
9979
9980 2010-04-06 John Wiegley <jwiegley@gmail.com>
9981
9982 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
9983 appearing in buffer list (if a live buffer name matched a recentf
9984 file basename). Should use uniquify to offer a real solution.
9985
9986 2010-04-06 John Wiegley <jwiegley@gmail.com>
9987
9988 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
9989 comment to code, and add a :version tag.
9990 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
9991
9992 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
9993
9994 Enable recentf-mode if using virtual buffers.
9995 * ido.el (recentf-list): Declare for byte-compiler.
9996 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9997 (ido-make-buffer-list): Simplify.
9998 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
9999
10000 2010-04-05 Juri Linkov <juri@jurta.org>
10001
10002 Scrolling commands which scroll a line instead of full screen.
10003 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
10004
10005 * simple.el (scroll-up-line, scroll-down-line): New commands.
10006 Put property isearch-scroll=t on them.
10007
10008 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
10009 Remove commands.
10010
10011 2010-04-05 Juri Linkov <juri@jurta.org>
10012
10013 Scrolling commands which do not signal errors at top/bottom.
10014 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
10015
10016 * simple.el (scroll-up-command, scroll-down-command): New commands.
10017 Put property isearch-scroll=t on them.
10018
10019 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
10020 `scroll-down-command' and [next] from `scroll-up' to
10021 `scroll-up-command'.
10022
10023 * emulation/cua-base.el: Put property CUA=move on
10024 `scroll-up-command' and `scroll-down-command'.
10025 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
10026 and `scroll-down-command' to `cua-scroll-down'.
10027
10028 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
10029
10030 * help.el (describe-mode): Return nil.
10031
10032 2010-04-04 John Wiegley <jwiegley@gmail.com>
10033
10034 * ido.el (ido-use-virtual-buffers): New variable to indicate
10035 whether "virtual buffer" support is enabled for IDO.
10036 (ido-virtual): Face used to indicate virtual buffers in the list.
10037 (ido-buffer-internal): If a buffer is chosen, and no such buffer
10038 exists, but a virtual buffer of that name does (which would be why
10039 it was in the list), recreate the buffer by reopening the file.
10040 (ido-make-buffer-list): If virtual buffers are being used, call
10041 `ido-add-virtual-buffers-to-list' before the make list hook.
10042 (ido-virtual-buffers): New variable which contains a copy of the
10043 current contents of the `recentf-list', albeit pared down for the
10044 sake of speed, and with proper faces applied.
10045 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
10046 create a list of "virtual buffers" to present to the user in
10047 addition to the currently open set. Note that this logic could
10048 get rather slow if that list is too large. With the default
10049 `recentf-max-saved-items' of 200, there is little speed penalty.
10050
10051 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * font-lock.el: Require CL when compiling.
10054 (font-lock-turn-on-thing-lock): Use `case'.
10055
10056 2010-04-03 Eli Zaretskii <eliz@gnu.org>
10057
10058 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
10059 Zaretskii.
10060
10061 2010-04-02 Juri Linkov <juri@jurta.org>
10062
10063 * ehelp.el (electric-help-orig-major-mode):
10064 New buffer-local variable.
10065 (electric-help-mode): Set it to original major-mode. Doc fix.
10066 (with-electric-help): Use `electric-help-orig-major-mode' instead
10067 of (default-value 'major-mode). Doc fix.
10068 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
10069
10070 2010-04-02 Sam Steingold <sds@gnu.org>
10071
10072 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
10073 `vc-hg-command' with a list of flags.
10074
10075 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10076 Also accept "patch" and "RFE".
10077 (bug-reference-fontify): `bug-reference-url-format' can also be a
10078 function to be able to handle the bug kind.
10079 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
10080
10081 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
10082
10083 * tmm.el (tmm-get-keymap): Check with symbolp before passing
10084 value to fboundp, it may not be a symbol.
10085
10086 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10087
10088 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
10089
10090 2010-03-31 Juri Linkov <juri@jurta.org>
10091
10092 * simple.el (next-line, previous-line): Re-throw a signal
10093 with `signal' instead of using `ding'.
10094 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
10095
10096 2010-03-31 Juri Linkov <juri@jurta.org>
10097
10098 * simple.el (keyboard-escape-quit): Raise deselecting the active
10099 region higher than exiting the minibuffer.
10100 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
10101
10102 2010-03-31 Juri Linkov <juri@jurta.org>
10103
10104 * image.el (image-animated-p): Use `image-metadata' instead of
10105 `image-extension-data'. Get GIF extenstion data from metadata
10106 property `extension-data'.
10107
10108 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10109
10110 * simple.el (append-to-buffer): Simplify.
10111
10112 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
10113
10114 * textmodes/artist.el (artist-mode): Fix typo in docstring.
10115 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
10116
10117 2010-03-31 Kenichi Handa <handa@m17n.org>
10118
10119 * language/sinhala.el (composition-function-table): Fix regexp for
10120 the new Unicode specification.
10121
10122 * language/indian.el (devanagari-composable-pattern)
10123 (tamil-composable-pattern, kannada-composable-pattern)
10124 (malayalam-composable-pattern): Adjust for the new Unicode
10125 specification.
10126 (bengali-composable-pattern, gurmukhi-composable-pattern)
10127 (gujarati-composable-pattern, oriya-composable-pattern)
10128 (telugu-composable-pattern): New variables to cope with the new
10129 Unicode specification. Use them in composition-function-table.
10130
10131 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10132
10133 Make tmm-menubar work for the Buffers menu again (bug#5726).
10134 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
10135 vectors rather than cons cells, as used in menu-bar-update-buffers.
10136
10137 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10138
10139 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
10140 (js-insert-and-indent): Revert 2009-08-15 change, restoring
10141 electric punctuation for "{}();,:" (Bug#5586).
10142
10143 * mail/sendmail.el (mail-default-directory): Doc fix.
10144
10145 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10146
10147 * mail/sendmail.el (mail-default-directory): Doc fix.
10148
10149 2010-03-31 Eli Zaretskii <eliz@gnu.org>
10150
10151 * subr.el (version-regexp-alist, version-to-list)
10152 (version-list-<, version-list-=, version-list-<=)
10153 (version-list-not-zero, version<, version<=, version=): Doc fix.
10154 (Bug#5744).
10155
10156 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
10157
10158 * vc.el (vc-root-diff): Doc fix.
10159
10160 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10161
10162 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
10163
10164 * simple.el (append-to-buffer): Fix last change.
10165
10166 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10167
10168 * simple.el (append-to-buffer): Ensure that point is preserved if
10169 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
10170 (Bug#5749)
10171
10172 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10173
10174 * files.el (auto-mode-case-fold): Change default to t.
10175
10176 2010-03-30 Juri Linkov <juri@jurta.org>
10177
10178 * dired-x.el (dired-omit-mode): Doc fix.
10179
10180 2010-03-30 Juri Linkov <juri@jurta.org>
10181
10182 * replace.el (occur-accumulate-lines): Move occur-engine related
10183 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
10184 to be located after `occur-engine'.
10185
10186 2010-03-30 Juri Linkov <juri@jurta.org>
10187
10188 Make occur handle multi-line matches cleanly with context.
10189 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
10190
10191 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
10192 (occur-engine): Add local variables `ret', `prev-after-lines',
10193 `prev-lines'. Use more arguments for `occur-context-lines'.
10194 Set first elem of its returned list to `data', and the second elem
10195 to `prev-after-lines'. Don't print the separator line.
10196 In the end, print remaining context after-lines.
10197 (occur-context-lines): Add new arguments `begpt', `endpt',
10198 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
10199 after-lines of the previous match with before-lines of the
10200 current match and not overlap them. Return a list with two
10201 values: the output line and the list of context after-lines.
10202
10203 2010-03-30 Juri Linkov <juri@jurta.org>
10204
10205 * replace.el (occur-accumulate-lines): Fix a bug where the first
10206 context line at the beginning of the buffer was missing.
10207
10208 2010-03-30 Eli Zaretskii <eliz@gnu.org>
10209
10210 * files.el: Make bidi-display-reordering safe variable for boolean
10211 values.
10212
10213 2010-03-29 Phil Hagelberg <phil@evri.com>
10214 Chong Yidong <cyd@stupidchicken.com>
10215
10216 * subr.el: Extend progress reporters to perform "spinning".
10217 (progress-reporter-update, progress-reporter-do-update):
10218 Handle non-numeric value arguments.
10219 (progress-reporter--pulse-characters): New var.
10220
10221 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
10222
10223 * progmodes/compile.el (compilation-start): Fix regexp detection
10224 of initial cd command (Bug#5771).
10225
10226 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
10227
10228 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
10229
10230 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
10231
10232 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
10233 * progmodes/gdb-mi.el: Restore.
10234 * progmodes/gdb-ui.el: Remove.
10235 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
10236
10237 2010-03-25 Glenn Morris <rgm@gnu.org>
10238
10239 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
10240 all dired buffers, even tramp ones. (Bug#5755)
10241
10242 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10243
10244 Add "union tags" in mpc.el.
10245 * mpc.el: Remove backward compatibility code.
10246 (mpc-browser-tags): Change default.
10247 (mpc--find-memoize-union-tags): New var.
10248 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
10249 (mpc-cmd-find): Handle the case where the playlist does not exist.
10250 Handle union-tags.
10251 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
10252 (mpc-cmd-add): Use mpc-cmd-flush.
10253 (mpc-tagbrowser-tag-name): New fun.
10254 (mpc-tagbrowser-buf): Use it.
10255 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
10256
10257 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10258
10259 Misc cleanup.
10260 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
10261 Use replace-regexp-in-string.
10262 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
10263 (makefile-imake-mode-syntax-table): Move init into defvar.
10264 (makefile-mode): Use define-derived-mode.
10265
10266 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
10267 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
10268 not be present any more.
10269
10270 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10271
10272 * faces.el (set-face-attribute): Fix typo in docstring.
10273 (face-valid-attribute-values): Reflow docstring.
10274
10275 2010-03-24 Glenn Morris <rgm@gnu.org>
10276
10277 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
10278
10279 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
10280
10281 * indent.el (indent-for-tab-command): Doc fix.
10282
10283 2010-03-24 Alan Mackenzie <acm@muc.de>
10284
10285 * progmodes/cc-engine.el (c-remove-stale-state-cache):
10286 Fix off-by-one error. Fixes bug #5747.
10287
10288 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10289
10290 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
10291 (image-dired-read-comment): Doc fix.
10292
10293 * json.el (json-object-type, json-array-type, json-key-type)
10294 (json-false, json-null, json-read-number):
10295 * minibuffer.el (completion-in-region-functions):
10296 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
10297 (cal-tex-cursor-week):
10298 * emacs-lisp/trace.el (trace-function):
10299 * eshell/em-basic.el (eshell/printnl):
10300 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
10301 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
10302 * obsolete/levents.el (allocate-event, event-key, event-object)
10303 (event-point, event-process, event-timestamp, event-to-character)
10304 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
10305 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
10306 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
10307 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
10308 (reftex-highlight-selection): Fix typos in docstrings.
10309
10310 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10311
10312 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
10313
10314 2010-03-24 Glenn Morris <rgm@gnu.org>
10315
10316 * mail/rmail.el (rmail-highlight-face): Restore option deleted
10317 2008-02-13 without comment; mark it obsolete.
10318 (rmail-highlight-headers): Use rmail-highlight-face once more.
10319
10320 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
10321
10322 * woman.el (woman2-process-escapes): Only consume the newline if
10323 the filler character is on a line by itself (Bug#5729).
10324
10325 2010-03-24 Kenichi Handa <handa@m17n.org>
10326
10327 * language/indian.el (devanagari-composable-pattern): Add more
10328 consonants.
10329
10330 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
10331
10332 * net/trampver.el: Update release number.
10333
10334 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
10335
10336 * net/tramp.el (tramp-find-executable):
10337 Use `tramp-get-connection-buffer'. Make the regexp for checking
10338 output of "wc -l" more robust.
10339 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
10340 (tramp-open-connection-setup-interactive-shell): Remove workaround
10341 for OpenSolaris bug, it is not needed anymore.
10342
10343 2010-03-24 Glenn Morris <rgm@gnu.org>
10344
10345 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
10346
10347 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
10348
10349 * files.el (auto-mode-alist): Accept more verilog file patterns.
10350
10351 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10352
10353 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
10354
10355 2010-03-24 Glenn Morris <rgm@gnu.org>
10356
10357 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
10358 log-edit-before-checkin-process.
10359
10360 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
10361
10362 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
10363
10364 * vc-dispatcher.el (vc-start-logentry): Doc fix.
10365 (log-view-process-buffer, log-edit-extra-flags): Declare.
10366
10367 * log-edit.el (log-edit-before-checkin-process): Doc fix.
10368
10369 2010-03-23 Sam Steingold <sds@gnu.org>
10370
10371 Fix bug#5620: recalculate all markers on compilation buffer
10372 modifications, not on file modifications.
10373 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
10374 variable: the buffer modification time, for buffers not associated with
10375 files.
10376 (compilation-mode): Create it.
10377 (compilation-filter): Update it.
10378 (compilation-next-error-function): Use it instead of
10379 `visited-file-modtime' for timestamp.
10380
10381 2010-03-23 Juri Linkov <juri@jurta.org>
10382
10383 Implement Occur multi-line matches.
10384 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
10385
10386 * replace.el (occur): Doc fix.
10387 (occur-engine): Set `begpt' to the beginning of the first line.
10388 Set `endpt' to the end of the last match line. At first, count
10389 line numbers between `origpt' and `begpt'. Split out code from
10390 `out-line' variable to new let-bindings `match-prefix' and
10391 `match-str'. In `out-line' add non-numeric prefix to all
10392 non-first lines of multi-line matches. Finally, count lines
10393 between `begpt' and `endpt' and add to `lines'.
10394
10395 2010-03-23 Juri Linkov <juri@jurta.org>
10396
10397 * replace.el (occur-accumulate-lines, occur-engine):
10398 Use `occur-engine-line' instead of duplicate code.
10399 (occur-engine-line): New function created from duplicate code
10400 in `occur-accumulate-lines' and `occur-engine'.
10401
10402 * replace.el (occur-engine-line): Add optional arg `keep-props'.
10403 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
10404
10405 2010-03-23 Juri Linkov <juri@jurta.org>
10406
10407 * finder.el: Remove TODO tasks.
10408
10409 * info.el (Info-finder-find-node): Add node "all"
10410 with all package info. Handle a list of multiple keywords
10411 separated by comma.
10412 (info-finder): In interactive use with a prefix argument,
10413 use `completing-read-multiple' to read a list of keywords
10414 separated by comma.
10415
10416 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10417
10418 Add a new completion style `substring'.
10419 * minibuffer.el (completion-basic--pattern): New function.
10420 (completion-basic-try-completion, completion-basic-all-completions):
10421 Use it.
10422 (completion-substring--all-completions)
10423 (completion-substring-try-completion)
10424 (completion-substring-all-completions): New functions.
10425 (completion-styles-alist): New style `substring'.
10426
10427 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10428
10429 Get rid of .elc files after removal of the corresponding .el.
10430 * Makefile.in (compile-clean): New target.
10431 (compile-main): Use it.
10432
10433 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
10434
10435 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
10436 don't do make there. When compiling with separate object dir, there
10437 is no Makefile there.
10438
10439 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10440
10441 Get rid of the ELCFILES abomination, again.
10442 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
10443 (all, compile): Don't call compile-last.
10444 (compile-main): Build the "elcfiles" list dynamically.
10445 (compile-targets): New (internal) target.
10446
10447 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
10448
10449 * Makefile.in (top_srcdir): Define.
10450 (abs_top_builddir): Define.
10451 (srcdir): Don't append `/..'.
10452 (EMACS): Use ${abs_top_builddir}.
10453 (all, compile, compile-always, compile-last): Don't set emacswd.
10454 (update-subdirs, update-authors): Use $(top_srcdir) instead of
10455 $(srcdir).
10456 (lisp): Use $(srcdir) instead of @srcdir@.
10457
10458 2010-03-21 Juri Linkov <juri@jurta.org>
10459
10460 Fix message of multi-line occur regexps and multi-buffer header lines.
10461 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
10462
10463 * replace.el (occur-1): Don't display regexp if it is longer
10464 than window-width. Use `query-replace-descr' to display regexp.
10465 (occur-engine): Don't display regexp in the buffer header for
10466 multi-buffer occur. Display a separate header line with total
10467 match count and regexp for multi-buffer occur.
10468 Use `query-replace-descr' to display regexp.
10469
10470 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10471
10472 * net/secrets.el: Fix parenthesis.
10473 (secrets-enabled): Fix parenthesis.
10474
10475 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10476
10477 Use more relative file and directory names.
10478 * Makefile.in (EMACS): Arrange for it to work when we chdir.
10479 (setwins, setwins_almost, setwins_for_subdirs):
10480 Don't `cd'; output relative names.
10481 (all, compile, compile-always, compile-last): Set emacswd.
10482 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
10483 Just cd to the lisp source dir so we can use relative file names.
10484
10485 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
10486
10487 2010-03-20 Glenn Morris <rgm@gnu.org>
10488
10489 * textmodes/rst.el: Use faces for font-lock customization, and make the
10490 old -face variables obsolete.
10491 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
10492 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
10493 (rst-block-face, rst-external-face, rst-definition-face)
10494 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
10495 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
10496 Make obsolete.
10497 (rst-font-lock-keywords-function): Update for above changes.
10498
10499 2010-03-20 Juri Linkov <juri@jurta.org>
10500
10501 * s-region.el:
10502 * obsolete/s-region.el: Move to obsolete.
10503
10504 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
10505
10506 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
10507
10508 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
10509
10510 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
10511
10512 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
10513
10514 Add special markup processing for commit logs.
10515 * log-edit.el (log-edit-extra-flags): New variable.
10516 (log-edit): Add new argument MODE. Use that mode when non-nil
10517 instead of the log-view-mode.
10518 (log-view-process-buffer): New function.
10519
10520 * vc.el: Document that the checkin method takes optional
10521 arguments. Document new backend specific method: log-view-mode.
10522 (vc-default-log-edit-mode): New function.
10523 (vc-checkin): Use a backend specific log-view-mode.
10524 Pass extra arguments to the checkin method.
10525 (vc-modify-change-comment): Pass a dummy extra argument.
10526
10527 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
10528 log-edit.
10529 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
10530 (vc-finish-logentry): Process the log buffer before passing it
10531 down. Pass log-edit-extra-flags.
10532
10533 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
10534 command.
10535 (log-edit-extra-flags, log-edit-before-checkin-process):
10536 New declarations.
10537
10538 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
10539 command.
10540 (log-edit-extra-flags, log-edit-before-checkin-process):
10541 New declarations.
10542 (vc-hg-log-edit-mode): New derived mode.
10543
10544 * vc-arch.el (vc-arch-checkin):
10545 * vc-cvs.el (vc-cvs-checkin):
10546 * vc-git.el (vc-git-checkin):
10547 * vc-mtn.el (vc-mtn-checkin):
10548 * vc-rcs.el (vc-rcs-checkin):
10549 * vc-sccs.el (vc-sccs-checkin):
10550 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
10551
10552 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10553
10554 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
10555 parent typo).
10556
10557 2010-03-19 Glenn Morris <rgm@gnu.org>
10558
10559 * password-cache.el (password-cache, password-cache-expiry): Autoload.
10560
10561 2010-03-18 Glenn Morris <rgm@gnu.org>
10562
10563 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
10564
10565 * replace.el (query-replace-history): Give it a doc string.
10566 (map-query-replace-regexp): Use query-replace-from-history-variable
10567 and query-replace-to-history-variable.
10568
10569 * mail/hashcash.el (declare-function): Remove duplicate definition.
10570
10571 * mail/emacsbug.el (report-emacs-bug-pretest-address):
10572 Make it an obsolete alias for report-emacs-bug-address.
10573 (message-strip-special-text-properties): Declare.
10574 (report-emacs-bug): Remove test for a pretest bug address.
10575 Combine message-mode-specific code.
10576
10577 * mail/supercite.el: Don't require sendmail.
10578 (mh-in-header-p): Declare rather than using with-no-warnings.
10579 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
10580 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
10581
10582 * calendar/cal-french.el: Convert to utf-8.
10583
10584 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
10585 Emacs scripts.
10586
10587 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
10588
10589 * net/secrets.el (secrets-enabled): New variable. Use it instead
10590 of a subfeature.
10591
10592 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
10593
10594 * net/secrets.el (top): Register the D-Bus signals only when the
10595 service "org.freedesktop.secrets" can be pinged.
10596 Provide subfeature `enabled'.
10597
10598 2010-03-14 Juri Linkov <juri@jurta.org>
10599
10600 Add finder unknown keywords.
10601
10602 * finder.el (finder-unknown-keywords): New function.
10603
10604 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
10605 to create a Finder node with unknown keywords.
10606
10607 2010-03-14 Juri Linkov <juri@jurta.org>
10608
10609 * finder.el (finder-compile-keywords): Replace `princ' with
10610 `prin1' on a list of symbols interned from keyword strings.
10611
10612 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
10613 a comma, then split keywords using a comma and optional whitespace.
10614 Otherwise, split by whitespace.
10615
10616 * complete.el:
10617 * face-remap.el:
10618 * log-view.el:
10619 * net/hmac-def.el:
10620 * net/hmac-md5.el:
10621 * net/netrc.el:
10622 * progmodes/mixal-mode.el: Fix keywords.
10623
10624 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
10625
10626 * Makefile.in (ELCFILES): Add net/secrets.elc.
10627
10628 * net/secrets.el: New file.
10629
10630 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
10631
10632 * facemenu.el (list-colors-display, list-colors-print): New arg
10633 callback. Use it to allow selecting colors.
10634
10635 * wid-edit.el (widget-image-insert): Insert image prop even if the
10636 current display is non-graphic.
10637 (widget-field-value-set): New fun.
10638 (editable-field): Use it.
10639 (widget-field-value-get): Clean up unused var.
10640 (widget-color-value-create, widget-color--choose-action):
10641 New funs. Allow using list-colors-display to choose color.
10642
10643 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
10644
10645 * cus-edit.el: Resort topmost custom groups.
10646 (custom-buffer-sort-alphabetically): Default to t.
10647 (customize-apropos): Use apropos-parse-pattern.
10648 (custom-search-field): New var.
10649 (custom-buffer-create-internal): Add custom-apropos search field.
10650 (custom-add-parent-links): Don't display parent doc.
10651 (custom-group-value-create): Don't sort top-level custom group.
10652 (custom-magic-value-create): Show visibility button before option name.
10653
10654 (custom-variable-state): New fun, from custom-variable-state-set.
10655 (custom-variable-state-set): Use it.
10656 (custom-group-value-create): Hide options with standard values
10657 using the :hidden-states property. Use progress reporter.
10658
10659 (custom-show): Simplify.
10660 (custom-visibility): Disable images by default.
10661 (custom-variable): New property :hidden-states.
10662 (custom-variable-value-create): Enable images for
10663 custom-visibility widgets. Use :hidden-states property to
10664 determine initial visibility.
10665
10666 * wid-edit.el (widget-image-find): Give images center ascent.
10667 (visibility): Add :on-image and :off-image properties.
10668 (widget-visibility-value-create): Use them.
10669
10670 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
10671
10672 * cus-edit.el (processes): Remove from development group.
10673 (oop, hypermedia): Delete group.
10674 (comm): Promote to top-level group.
10675
10676 * net/browse-url.el (browse-url):
10677 * net/xesam.el (xesam):
10678 * net/tramp.el (tramp):
10679 * net/goto-addr.el (goto-address):
10680 * net/ange-ftp.el (ange-ftp): Put in comm group.
10681
10682 * view.el (view): Remove from editing group.
10683
10684 * uniquify.el (uniquify): Put in files group.
10685
10686 * net/browse-url.el (browse-url):
10687 * ps-print.el (postscript): Put in external group.
10688
10689 * cus-edit.el (outlines):
10690 * textmodes/text-mode.el (text-mode-hook):
10691 * textmodes/table.el (table):
10692 * textmodes/picture.el (picture):
10693 * outline.el (outlines): Put in wp group.
10694
10695 * nxml/nxml-mode.el (nxml): Remove from wp group.
10696
10697 * net/tramp-imap.el (tramp-imap): Put in tramp group.
10698
10699 * mail/metamail.el (metamail): Remove from hypermedia group.
10700
10701 * cus-edit.el (abbrev):
10702 * whitespace.el (whitespace):
10703 * vcursor.el (vcursor):
10704 * reveal.el (reveal):
10705 * hl-line.el (hl-line): Put in convenience group.
10706
10707 * epg-config.el (epg): Put in data group.
10708
10709 * emulation/pc-select.el (pc-select): Put in emulations group.
10710
10711 * calculator.el (calculator): Put in applications group.
10712
10713 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10714
10715 Add .dir-locals.el support for file-less buffers.
10716 * files.el (hack-local-variables): Split out code to apply local
10717 variable settings ...
10718 (hack-local-variables-apply): ... here. New function.
10719 (hack-dir-local-variables): Use the default directory for when the
10720 buffer does not have an associated file.
10721 (hack-dir-local-variables-non-file-buffer): New function.
10722 * diff-mode.el (diff-mode):
10723 * vc-annotate.el (vc-annotate-mode):
10724 * vc-dir.el (vc-dir-mode):
10725 * log-edit.el (log-edit-mode):
10726 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
10727
10728 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10729
10730 Add support for shelving snapshots and for showing shelves.
10731 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
10732 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
10733 New functions.
10734 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10735 (vc-bzr-extra-menu-map): Map them.
10736
10737 2010-03-11 Glenn Morris <rgm@gnu.org>
10738
10739 * cus-edit.el (customize-changed-options-previous-release):
10740 Bump to 23.1.
10741
10742 * image.el (image-animate-max-time): Fix :version tag.
10743
10744 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
10745
10746 * Branch for 23.2.
10747
10748 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10749
10750 * vc-git.el (vc-git-revision-table): Include remote branches.
10751
10752 2010-03-10 Kim F. Storm <storm@cua.dk>
10753
10754 Animated image API.
10755 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
10756
10757 * image.el (image-animate-max-time): New defcustom.
10758 (image-animated-types): New defconst.
10759 (create-animated-image, image-animate-timer)
10760 (image-animate-start, image-animate-stop, image-animate-timeout)
10761 (image-animated-p): New functions.
10762
10763 * image-mode.el (image-toggle-display-image):
10764 Replace `create-image' with `create-animated-image'.
10765
10766 2010-03-09 Miles Bader <miles@gnu.org>
10767
10768 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
10769 instead of "format:"; this ensures that the output is
10770 newline-terminated.
10771
10772 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
10773
10774 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
10775 that all errors are caught, and that the return value is always a
10776 list (Bug#5692).
10777
10778 2010-03-08 Kenichi Handa <handa@m17n.org>
10779
10780 * language/misc-lang.el (windows-1256): New coding system.
10781 (cp1256): New alias of windows-1256 (bug#5690).
10782
10783 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
10784
10785 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
10786 call to rfc822-bad-address. (Bug#5692)
10787
10788 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
10789
10790 * vc-git.el (vc-git-annotate-extract-revision-at-line):
10791 Use vc-git-root as default directory for revision path (Bug#5657).
10792
10793 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
10794
10795 * calculator.el (calculator): Don't bind split-window-keep-point
10796 (Bug#5674).
10797
10798 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
10799
10800 * vc-git.el: Re-flow to fit into 80 columns.
10801 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
10802 Remove spurious `quote' element in each case alternative.
10803 (vc-git-show-log-entry): Use prog1.
10804 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
10805
10806 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10807
10808 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
10809
10810 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
10811
10812 * macros.el (insert-kbd-macro): Look up keyboard macro using the
10813 definition, not the name (Bug#5481).
10814
10815 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
10816
10817 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
10818 argument with a local variable. (Bug#5670)
10819
10820 2010-03-02 Juri Linkov <juri@jurta.org>
10821
10822 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
10823
10824 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
10825
10826 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
10827 error when FILENAME and NEWNAME are existing remote directories.
10828
10829 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
10830 parameter DIR-FLAG.
10831
10832 2010-03-02 Glenn Morris <rgm@gnu.org>
10833
10834 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
10835 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
10836
10837 2010-03-01 Kenichi Handa <handa@m17n.org>
10838
10839 * language/burmese.el (burmese-composable-pattern): Rename from
10840 myanmar-composable-pattern.
10841
10842 * international/characters.el (script-list):
10843 * international/fontset.el (script-representative-chars):
10844 Change myanmar to burmese.
10845 (otf-script-alist): Likewise.
10846 (setup-default-fontset): Likewise. Re-fix :otf spec.
10847
10848 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10849
10850 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
10851
10852 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
10853
10854 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
10855
10856 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
10857
10858 * net/tramp.el (tramp-handle-write-region): START can be a string.
10859 Take care in the checks. Reported by Dan Davison
10860 <davison@stats.ox.ac.uk>.
10861
10862 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
10863
10864 * net/dbus.el (dbus-introspect, dbus-get-property)
10865 (dbus-set-property, dbus-get-all-properties):
10866 Use `dbus-call-method' when noninteractive. (Bug#5645)
10867
10868 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
10869
10870 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
10871 * emacs-lisp/elint.el (elint-add-required-env):
10872 * calendar/icalendar.el (icalendar--add-diary-entry):
10873 * calc/calcalg2.el (math-tracing-integral):
10874 * files.el (recover-session-finish): Use with-current-buffer
10875 instead of save-excursion.
10876
10877 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 Fix in-buffer completion when after-change-functions modify the buffer.
10880 * minibuffer.el (completion--replace): New function.
10881 (completion--do-completion): Use it and use relative movement.
10882
10883 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
10884
10885 * international/fontset.el (setup-default-fontset): Fix :otf spec.
10886
10887 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
10888
10889 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
10890 Allow the characters _<> in the stack entry (Bug#5653).
10891
10892 2010-02-26 Kenichi Handa <handa@m17n.org>
10893
10894 * language/burmese.el: Fix entries in composition-function-table.
10895 (myanmar-composable-pattern): New variable.
10896
10897 * international/fontset.el (setup-default-fontset): Add an entry
10898 for myanmar.
10899
10900 * international/characters.el (script-list): Add Myanmar
10901 Extended-A.
10902
10903 2010-02-26 Glenn Morris <rgm@gnu.org>
10904
10905 * custom.el (custom-initialize-delay): Doc fix.
10906
10907 * mail/sendmail.el (send-mail-function): Autoload the call
10908 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
10909
10910 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
10911
10912 * files.el (hack-local-variables-filter): For eval forms, also
10913 check safe-local-variable-p (Bug#5636).
10914
10915 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
10916
10917 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
10918 setting the modes by `ignore-errors'. It might fail, for example
10919 if the file is not owned by the user but the group.
10920 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
10921
10922 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
10923
10924 * files.el (directory-listing-before-filename-regexp):
10925 Use stricter matching for iso-style dates, to avoid false matches with
10926 date-like filenames (Bug#5597).
10927
10928 * htmlfontify.el (htmlfontify): Doc fix.
10929
10930 * eshell/eshell.el (eshell): Doc fix.
10931
10932 * startup.el (fancy-about-screen): In mode-line, apply
10933 mode-line-buffer-id face only to the buffer name (Bug#5613).
10934
10935 2010-02-20 Kevin Ryde <user42@zip.com.au>
10936
10937 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10938 In `watcom' anchor regexp to start of line, to avoid slowness
10939 (Bug#5599).
10940
10941 2010-02-20 Eli Zaretskii <eliz@gnu.org>
10942
10943 * subr.el (remove-yank-excluded-properties): Explain in a comment
10944 why `category' property is removed.
10945
10946 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
10947
10948 * isearch.el (isearch-update-post-hook, isearch-update):
10949 Revert 2010-02-17 change.
10950
10951 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
10952
10953 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
10954 (icalendar--convert-weekly-to-ical)
10955 (icalendar--convert-yearly-to-ical)
10956 (icalendar--convert-block-to-ical)
10957 (icalendar--convert-cyclic-to-ical)
10958 (icalendar--convert-anniversary-to-ical): Take care of time
10959 specifications where hour has 1-digit only (Bug#5549).
10960
10961 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
10962
10963 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
10964 of disassemble output in GDB 7.1.
10965
10966 2010-02-19 Glenn Morris <rgm@gnu.org>
10967
10968 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
10969 property. (Bug#5593)
10970
10971 2010-02-18 Sam Steingold <sds@gnu.org>
10972
10973 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10974
10975 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10976
10977 Use abbreviated file names in bookmarks (bug#5591).
10978 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
10979 calls to expand-file-name.
10980 (bookmark-relocate): Use abbreviated file names in bookmarks.
10981 (bookmark-load): Use abbreviated file names in messages.
10982
10983 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
10984
10985 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
10986 expand "." and "..". Reported by Thierry Volpiatto
10987 <thierry.volpiatto@gmail.com>.
10988
10989 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
10990
10991 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
10992 permissions of the temporary file to "0600". In case the remote
10993 file has no read permissions for the owner, there might be
10994 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
10995
10996 22010-02-18 Glenn Morris <rgm@gnu.org>
10997
10998 * emacs-lisp/authors.el (authors-renamed-files-alist):
10999 Add entries for INSTALL.CVS.
11000
11001 2010-02-17 Mark A. Hershberger <mah@everybody.org>
11002
11003 * vc-bzr.el: Fix typo in Known Bugs section.
11004
11005 * isearch.el (isearch-update-post-hook): New hook.
11006 (isearch-update): Use the new hook.
11007
11008 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
11009
11010 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
11011 Fix errors in copying directories.
11012 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
11013 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
11014 (tramp-handle-delete-file)
11015 (tramp-handle-dired-recursive-delete-directory)
11016 (tramp-handle-write-region): Flush also the cache for the upper
11017 directory.
11018
11019 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
11020
11021 * simple.el (save-interprogram-paste-before-kill): Doc fix.
11022
11023 * cus-edit.el (hardware): Doc fix.
11024
11025 * man.el (man): Add to external custom group.
11026
11027 * delim-col.el (columns): Move to wp custom group.
11028
11029 * doc-view.el (doc-view): Add to data custom group.
11030
11031 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
11032
11033 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
11034 by ispell-parse-output (Bug#5575).
11035
11036 2010-02-16 Kenichi Handa <handa@m17n.org>
11037
11038 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
11039 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
11040 (skkdic-convert): Use `euc-japan' coding system for writing.
11041
11042 2010-02-16 Glenn Morris <rgm@gnu.org>
11043
11044 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
11045 tex-main-file before using it. (Bug#5562)
11046
11047 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
11048
11049 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
11050 warnings, since it is annoying for the user to see them each time he
11051 runs the code.
11052
11053 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
11054
11055 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
11056 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
11057 instead of PROC for caching "first-password-request". Otherwise,
11058 new processes would not profit from passwords already entered.
11059
11060 * net/tramp-cache.el (tramp-dump-connection-properties):
11061 Don't save "first-password-request" property.
11062
11063 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
11064
11065 * outline.el (outline-head-from-level):
11066 * simple.el (with-wrapper-hook):
11067 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
11068 (elint-defun, elint-buffer-env, elint-top-form-logged)
11069 (elint-unbound-variable):
11070 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
11071 Fix typos in docstrings.
11072
11073 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
11074
11075 * files.el (insert-directory): When WILDCARD-REGEXP and
11076 FULL-DIRECTORY-P are nil, insert the file entry instead of the
11077 whole directory. (Bug#5551)
11078
11079 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
11080 dired's alignment sanity. (Bug#5516)
11081
11082 2010-02-14 Juri Linkov <juri@jurta.org>
11083
11084 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
11085 Remove remaining ^H with their preceding chars. (Bug#5566)
11086
11087 2010-02-13 Glenn Morris <rgm@gnu.org>
11088
11089 * simple.el (transpose-subr): Give it a doc-string.
11090
11091 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
11092 Doc fixes.
11093
11094 2010-02-12 Juri Linkov <juri@jurta.org>
11095
11096 * arc-mode.el (archive-unique-fname): Make directories for nested
11097 archives. (Bug#5540)
11098
11099 2010-02-12 Juri Linkov <juri@jurta.org>
11100
11101 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
11102
11103 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11104
11105 * subr.el (copy-overlay): Handle deleted overlays.
11106
11107 * man.el (Man-completion-table): Don't signal an error if we can't run
11108 manual-program (bug#4056).
11109
11110 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
11111
11112 * textmodes/artist.el (artist-mt): Fix typos in docstring.
11113
11114 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11115
11116 * info.el (Info-bookmark-jump): Simplify.
11117
11118 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
11119 (bookmark-default-handler): Accept new bookmark field `buffer'.
11120
11121 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
11122
11123 * iswitchb.el (iswitchb-completions): Revert last change.
11124
11125 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
11126
11127 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
11128 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
11129 This prevents file names like "~/" being listed literally.
11130
11131 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
11132
11133 * term/xterm.el (xterm-maybe-set-dark-background-mode):
11134 Remove dead code. (Bug#5546)
11135
11136 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
11137
11138 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
11139 correctly (Bug#5548).
11140
11141 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
11142
11143 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
11144 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
11145
11146 2010-02-08 Kenichi Handa <handa@m17n.org>
11147
11148 * international/mule-util.el (with-coding-priority): Add autoload
11149 cookie for putting `lisp-indent-function'.
11150
11151 2010-02-07 Glenn Morris <rgm@gnu.org>
11152
11153 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
11154 Move F2003 named interfaces from keywords-2 to keywords-1, and
11155 use function-name-face rather than constant-face.
11156 Simplify "abstract interface" regexp.
11157
11158 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
11159
11160 * eshell/esh-util.el (eshell-file-attributes): New optional arg
11161 ID-FORMAT. Pass it to `file-attributes'.
11162
11163 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
11164
11165 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
11166
11167 * faces.el (set-face-attribute): Allow calling
11168 internal-set-lisp-face-attribute with 'unspecified family and
11169 foundry argument (Bug#5536).
11170
11171 2010-02-07 Glenn Morris <rgm@gnu.org>
11172
11173 * progmodes/f90.el (f90-font-lock-keywords-2)
11174 (f90-looking-at-type-like, f90-looking-at-program-block-end):
11175 Handle F2003 named interfaces.
11176
11177 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
11178
11179 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
11180 beg and end before calling c-get-state-before-change-functions.
11181
11182 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
11183
11184 * vc-bzr.el (vc-bzr-dir-extra-headers):
11185 Disable the pending merges header.
11186
11187 2010-02-05 Juri Linkov <juri@jurta.org>
11188
11189 * doc-view.el (doc-view-mode):
11190 * image-mode.el (image-mode): Put property mode-class=special.
11191 (Bug#4896)
11192
11193 2010-02-05 Mark A. Hershberger <mah@everybody.org>
11194
11195 * vc-svn.el (vc-svn-revision-table): New function.
11196
11197 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
11198
11199 * net/ange-ftp.el (ange-ftp-insert-directory):
11200 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11201 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11202 Handle also directories. (Bug#5478)
11203
11204 2010-02-05 Glenn Morris <rgm@gnu.org>
11205
11206 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
11207
11208 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
11209
11210 * startup.el (command-line-1): Convert options beginning with a
11211 single dash as well (Bug#5519).
11212
11213 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
11216 * minibuffer.el (completion-initials-expand): Only check the presence
11217 of delims *within* the boundaries, since otherwise the / delim is
11218 always found for files.
11219
11220 Fix up various corner case problems.
11221 * doc-view.el (doc-view-last-page-number): New function.
11222 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
11223 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
11224 (doc-view-kill-proc): Avoid inf-loop in freak cases.
11225 (doc-view-reconvert-doc): Use the new recursive delete-directory.
11226 (doc-view-convert-current-doc): Don't create the resolution.el file
11227 here any more.
11228 (doc-view-pdf/ps->png): Do it here instead.
11229 (doc-view-already-converted-p): Check that resolution.el is present.
11230 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
11231 windows that are not yet showing images.
11232
11233 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
11234
11235 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
11236 `dired-uncache' for every elemnt which is an absolute file name.
11237
11238 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
11239 directory, handle its directory component.
11240 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
11241 function is called permanently and creates noise, otherwise.
11242
11243 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11244 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11245 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
11246
11247 2010-02-04 David Burger <dburger@google.com> (tiny change)
11248
11249 * macros.el (apply-macro-to-region-lines):
11250 Minor simplification. (Bug#5485)
11251
11252 2010-02-04 Glenn Morris <rgm@gnu.org>
11253
11254 * mail/rmail.el (rmail-show-message-1): Handle malformed
11255 quoted-printable text. (Bug#5441)
11256
11257 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
11258
11259 * simple.el (visual-line-mode): Capitalize lighter.
11260
11261 2010-02-03 John Wiegley <jwiegley@gmail.com>
11262
11263 * iswitchb.el (iswitchb-completions): Add bookmark files to the
11264 list of files considered for "virtual buffer" completions.
11265
11266 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
11267
11268 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
11269 also in case of (and (not full) (not wildcard)). This is needed
11270 when dired is called with a list of files, which are not in
11271 `default-directory'. (Bug#5478)
11272
11273 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11274
11275 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
11276
11277 2010-02-02 Juri Linkov <juri@jurta.org>
11278
11279 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
11280 from unidiff to allow function-line after @@.
11281
11282 2010-02-02 Juri Linkov <juri@jurta.org>
11283
11284 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
11285 '(RCS SCCS) with inverted condition.
11286
11287 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
11288
11289 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
11290 messages.
11291
11292 2010-02-01 Juri Linkov <juri@jurta.org>
11293
11294 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
11295 compare with "pkunzip" and "pkzip" instead of only "pkzip".
11296 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
11297 only when (car archive-zip-extract) is "unzip". (Bug#5475)
11298
11299 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
11300
11301 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
11302 (doc-view-revert-buffer): New command.
11303 (doc-view-mode-map): Use it.
11304
11305 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
11306
11307 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
11308 pending merge is detected.
11309
11310 2010-01-31 Juri Linkov <juri@jurta.org>
11311
11312 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
11313 beginning of interactive spec like all other grep commands do.
11314 Put "all" in front of "gz". (Bug#5260)
11315
11316 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
11317
11318 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
11319
11320 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
11321
11322 * dirtrack.el (dirtrack): Warn instead of signalling error if the
11323 regexp is incorrect (Bug#5476).
11324
11325 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
11326
11327 * net/tramp.el (tramp-handle-insert-directory): Handle also
11328 symlinks, when FILENAME is not in `default-directory'.
11329
11330 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
11331
11332 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
11333 FILE is not in `default-directory'. (Bug#5478)
11334
11335 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
11336 of SWITCHES. Handle the case, FILENAME is not in
11337 `default-directory'. (Bug#5478)
11338 (tramp-register-file-name-handlers): Add safe-magic property.
11339
11340 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
11341
11342 * arc-mode.el (archive-zip-extract): Quote the argument passed to
11343 unzip (Bug#5475).
11344
11345 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
11346
11347 * progmodes/flymake.el (flymake-allowed-file-name-masks)
11348 (flymake-master-make-header-init): Add other C++ filename masks.
11349 (flymake-find-possible-master-files)
11350 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
11351
11352 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
11353
11354 Fix some busybox annoyances.
11355
11356 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
11357 not responding." string.
11358 (tramp-open-connection-setup-interactive-shell): Dump stty
11359 settings. Enable "neveropen" arg for all `tramp-send-command'
11360 calls. Handle "=" in variable values properly.
11361 (tramp-find-inline-encoding): Raise an error, when no encoding is
11362 found.
11363 (tramp-wait-for-output): Check, whether PROC buffer is available.
11364 Remove spurious " ^H" sequences, sent by busybox.
11365 (tramp-get-ls-command): Suppress coloring, if possible.
11366
11367 2010-01-28 Glenn Morris <rgm@gnu.org>
11368
11369 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
11370
11371 * log-edit.el (log-edit-strip-single-file-name): Add missing
11372 :safe, :group, and :version tags.
11373
11374 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
11375
11376 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
11377 buffers. (Bug#5477)
11378
11379 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
11380
11381 * files.el (delete-directory): Handle moving to trash without
11382 first doing recursion (Bug#5436).
11383
11384 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
11385
11386 * vc-hooks.el (vc-path): Mark as obsolete.
11387
11388 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
11389
11390 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
11391 names too.
11392
11393 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
11394 for the short log.
11395 (vc-bzr-log-view-mode): Adjust regexp for the above change.
11396
11397 2010-01-25 Mark A. Hershberger <mah@everybody.org>
11398
11399 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
11400
11401 * vc-bzr.el (vc-bzr-revision-table): New function.
11402
11403 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
11404
11405 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
11406 diff-index command. This requires at least git-1.5.5. (Bug#1589).
11407
11408 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
11409
11410 Remove support for adding --signoff on commit.
11411 Future support will use an incompatible generic mechanism.
11412 * vc-git.el (vc-git-add-signoff): Remove variable.
11413 (vc-git-toggle-signoff): Remove function.
11414 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
11415
11416 * term/xterm.el (xterm-maybe-set-dark-background-mode):
11417 Rename from xterm-set-background-mode. Return t if the background mode
11418 was set.
11419 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
11420 earlier, call it again in case the background mode has changed.
11421
11422 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
11423
11424 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
11425 (Bug#3541).
11426
11427 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
11428
11429 * emacs-lisp/assoc.el (aelement): Doc fix.
11430 (aput, adelete, amake): Use lexical-let (Bug#5450).
11431
11432 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
11433
11434 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
11435 is the same as subprogram call, not declaration. (Bug#5435).
11436
11437 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
11438
11439 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
11440 (tramp-smb-maybe-open-connection): Use it.
11441
11442 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
11443
11444 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
11445
11446 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
11447
11448 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
11449 just because we see "encoding: 8bit".
11450 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
11451
11452 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
11453
11454 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
11455
11456 2010-01-22 Eli Zaretskii <eliz@gnu.org>
11457
11458 * jka-compr.el (jka-compr-load): If load-file is not in
11459 load-history, try its file-truename version. (bug#5447)
11460
11461 2010-01-21 Alan Mackenzie <acm@muc.de>
11462
11463 Fix a situation where deletion of a cpp construct throws an error.
11464 * progmodes/cc-engine.el (c-invalidate-state-cache):
11465 Before invoking c-with-all-but-one-cpps-commented-out, check that the
11466 special cpp construct is still in the buffer.
11467 (c-parse-state): Record the special cpp with markers, not numbers.
11468
11469 2010-01-21 Kenichi Handa <handa@m17n.org>
11470
11471 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
11472 process last-command-event, as it is now decoded first (Bug#5380).
11473
11474 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
11475
11476 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
11477
11478 2010-01-20 Glenn Morris <rgm@gnu.org>
11479
11480 * indent.el (tab-always-indent): Fix custom-type.
11481
11482 2010-01-19 Alan Mackenzie <acm@muc.de>
11483
11484 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
11485 buffer throws "args out of range".
11486 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
11487 playing the role of delimiter.
11488
11489 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
11490
11491 * progmodes/ada-mode.el: Fix bug#5400.
11492 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
11493 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
11494 changed. Delete RECURSIVE parameter; never used. Improve doc string.
11495 Improve comments in "is" portion. Handle null procedure declaration.
11496 (ada-move-to-end): Improve doc string.
11497
11498 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
11499
11500 * ido.el (ido-cur-list): Initialize to nil.
11501 Remove obsolete information from commentary.
11502 (ido-choice-list): Initialize to nil.
11503 (ido-get-bufname): Reject minibuffers.
11504 (ido-make-buffer-list): If "default" is a nonexistent
11505 buffer, ignore it, as per the function's comment.
11506 (ido-kill-buffer-internal): New function.
11507 (ido-kill-buffer-at-head): Use it.
11508 (ido-visit-buffer): Likewise.
11509
11510 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
11511
11512 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
11513
11514 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
11515
11516 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
11517 Fix typos in chart titles.
11518
11519 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
11520 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
11521 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
11522 (describe-class, eieio-describe-generic, describe-generic):
11523 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
11524 (eieio-speedbar-expand):
11525 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11526 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
11527 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
11528 (viper-del-backward-char-in-replace, viper-backward-indent)
11529 (viper-brac-function, viper-register-to-point, viper-submit-report):
11530 * net/tramp.el (tramp-remote-coding-commands):
11531 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
11532 Fix typos in docstrings.
11533
11534 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
11535
11536 * mail/sendmail.el (mail-yank-original): Set the mark if the
11537 specified function for yanking does not do it.
11538
11539 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
11540
11541 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
11542
11543 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
11544 resyncing a directory.
11545
11546 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
11547
11548 * progmodes/ada-mode.el: Fix bug#1920.
11549 (ada-ident-re): Delete ., allow multibyte characters.
11550 (ada-goto-label-re): New; matches goto labels.
11551 (ada-block-label-re): New; matches block labels.
11552 (ada-label-re): New; matches both.
11553 (ada-named-block-re): Deleted; callers changed to use
11554 `ada-block-label-re' instead.
11555 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
11556 Use `ada-block-label-re'.
11557 (ada-indent-on-previous-lines): Improve handling of goto labels.
11558 (ada-get-indent-block-start): Special-case block label.
11559 (ada-get-indent-label): Split into `ada-indent-block-label' and
11560 `ada-indent-goto-label'.
11561 (ada-goto-stmt-start, ada-goto-next-non-ws):
11562 Optionally ignore goto labels.
11563 (ada-goto-next-word): Simplify.
11564 (ada-indent-newline-indent-conditional): Insert newline before
11565 trying to fix indentation; doc fix.
11566
11567 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
11568
11569 * calc/calc.el (calc-command-flags): Give it an initial value.
11570
11571 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
11572
11573 * files.el (minibuffer-with-setup-hook):
11574 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
11575 (artist-key-draw-continously, artist-key-do-continously-continously)
11576 (artist-key-set-point-continously, artist-mouse-draw-continously):
11577 Fix typos in docstrings.
11578
11579 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
11580
11581 * nxml/nxml-mode.el (nxml-extend-after-change-region):
11582 Never return t (Bug#3898).
11583
11584 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
11585
11586 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
11587 can parse the output of the external commands (Bug#5279).
11588
11589 2010-01-16 Jari Aalto <jari.aalto@cante.net>
11590
11591 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
11592
11593 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
11594
11595 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
11596
11597 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
11598
11599 * startup.el (command-line): Remove unused --icon-type arg.
11600 Handle --display arg, passing it to command-line-1 (Bug#5392).
11601
11602 2010-01-16 Mario Lang <mlang@delysid.org>
11603
11604 * emacs-lisp/chart.el (chart-translate-namezone):
11605 * textmodes/artist.el (artist-compute-popup-menu-table):
11606 Remove duplicated words in doc-strings.
11607
11608 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
11609
11610 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
11611 to mairix-search to suppress threading (Bug#5342).
11612
11613 2010-01-15 Kenichi Handa <handa@m17n.org>
11614
11615 * international/mule-cmds.el (canonicalize-coding-system-name):
11616 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
11617
11618 2010-01-15 Glenn Morris <rgm@gnu.org>
11619
11620 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
11621
11622 * wid-edit.el (widget-keymap): Doc fix.
11623
11624 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
11625 former seems to be more widely accepted by various svn versions.
11626
11627 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
11628
11629 * find-cmd.el (find-constituents):
11630 * vc-arch.el (vc-arch-root):
11631 * window.el (window-body-height, pop-up-frames):
11632 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
11633 * progmodes/ada-stmt.el (ada-if):
11634 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
11635 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
11636 (ispell-encoding8-command, ispell-aspell-supports-utf8)
11637 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
11638
11639 * progmodes/flymake.el (flymake-post-syntax-check):
11640 Fix typo in error message.
11641
11642 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
11643
11644 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
11645 which is always a string. (Bug#5313)
11646
11647 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
11648
11649 * progmodes/ada-xref.el (ada-default-prj-properties):
11650 Simplify previous change.
11651
11652 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11653
11654 * progmodes/ada-xref.el (ada-default-prj-properties):
11655 Default ada_project_path to $ADA_PROJECT_PATH.
11656
11657 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11658
11659 * progmodes/ada-mode.el (ada-create-keymap):
11660 Override `narrow-to-defun' with `ada-narrow-to-defun'.
11661
11662 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11663
11664 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
11665 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
11666 (ada-get-current-indent, ada-imenu-generic-expression)
11667 (ada-which-function): Check for it.
11668
11669 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11670
11671 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
11672 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
11673
11674 2010-01-14 Glenn Morris <rgm@gnu.org>
11675
11676 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
11677
11678 2010-01-14 Kenichi Handa <handa@m17n.org>
11679
11680 * composite.el (auto-composition-mode): Make it a buffer local
11681 variable (permanent-local).
11682 (auto-composition-function): Set the default value to
11683 auto-compose-chars.
11684 (auto-composition-mode): Make it a simple function, not a minor mode.
11685 (global-auto-composition-mode): Likewise.
11686 (turn-on-auto-composition-if-enabled): Delete it.
11687
11688 2010-01-13 Karl Fogel <kfogel@red-bean.com>
11689
11690 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
11691
11692 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
11693
11694 * files.el (copy-directory): Compute target for recursive
11695 directories with identical names. (Bug#5343)
11696
11697 2010-01-12 Glenn Morris <rgm@gnu.org>
11698
11699 * mail/emacsbug.el (report-emacs-bug-pretest-address):
11700 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
11701
11702 2010-01-11 Sam Steingold <sds@gnu.org>
11703
11704 * imenu.el (imenu-default-create-index-function): Detect infinite
11705 loops caused by imenu-prev-index-position-function.
11706
11707 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
11708
11709 * htmlfontify.el (htmlfontify-load-rgb-file)
11710 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
11711 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
11712 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
11713 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
11714 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
11715 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
11716 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
11717 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
11718 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
11719 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
11720 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
11721 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
11722 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
11723 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
11724 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
11725 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
11726 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
11727 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
11728 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
11729 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
11730 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
11731 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
11732 backslash-quoting from parentheses, etc.
11733
11734 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
11735
11736 * progmodes/js.el: Autoload javascript-mode alias.
11737
11738 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
11739
11740 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
11741 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
11742 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
11743 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
11744 Fix typos in docstrings.
11745 (ffap-url-regexp): Doc fix.
11746 (ffap-at-mouse): Fix typo in message.
11747
11748 2010-01-11 Glenn Morris <rgm@gnu.org>
11749
11750 * version.el (emacs-copyright): Set copyright year to 2010.
11751
11752 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
11753
11754 * format.el (format-annotate-function): Only set
11755 write-region-post-annotation-function after running to-fn so as not to
11756 affect nested write-region calls (bug#5273).
11757
11758 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
11759
11760 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
11761 wisent/python.el.
11762
11763 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
11764
11765 * man.el (Man-goto-section): Signal error if the section is not
11766 found (Bug#5317).
11767
11768 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
11769
11770 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
11771 URLs with a leading triple slash in the file: scheme. (Bug#5345)
11772
11773 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
11774
11775 * progmodes/compile.el: Don't treat compile-command as safe if
11776 compilation-read-command might be nil (Bug#4218).
11777
11778 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
11779
11780 * startup.el (command-line-1): Use orig-argi to check for ignored X and
11781 NS options.
11782
11783 2010-01-08 Kenichi Handa <handa@m17n.org>
11784
11785 * international/fontset.el (build-default-fontset-data):
11786 Exclude characters in scripts kana, hangul, han, or cjk-misc.
11787
11788 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
11789
11790 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
11791 to `create-file-buffer' as it expects, not just a buffer name.
11792 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
11793 to help uniquify. (Bug#3224)
11794
11795 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
11796
11797 * font-setting.el (font-setting-change-default-font): Use user-spec
11798 instead of name.
11799
11800 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11801
11802 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
11803
11804 2010-01-05 Tom Tromey <tromey@redhat.com>
11805
11806 * progmodes/python.el (python-font-lock-keywords):
11807 Handle qualified decorators (Bug#881).
11808
11809 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11810
11811 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
11812 in a lightweight checkout.
11813
11814 2010-01-05 Kenichi Handa <handa@m17n.org>
11815
11816 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
11817
11818 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11819
11820 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
11821
11822 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
11823
11824 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
11825 checkouts. (Bug#618)
11826 (vc-bzr-log-view-mode): Also highlight the author.
11827 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
11828 (vc-bzr-shelve-menu-map):
11829 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
11830 (vc-bzr-shelve-apply): Make prompt more explicit.
11831
11832 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11833
11834 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
11835 They are valid characters in URL paths (rfc3986), and at least
11836 Firefox does not understand the encoded version (Bug#3166).
11837
11838 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
11839
11840 * progmodes/octave-mod.el (octave-end-keywords)
11841 (octave-block-begin-or-end-regexp, octave-block-match-alist):
11842 Add "end" keyword (Bug#3061).
11843 (octave-end-as-array-index-p): New function.
11844 (calculate-octave-indent): Use it.
11845
11846 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11847
11848 * bookmark.el: Consistently put the text property on the bookmark name.
11849 (bookmark-bmenu-marks-width): Bump back to 2, to include
11850 annotation marks.
11851 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
11852 property on the bookmark name, instead of not putting it at all.
11853 (bookmark-bmenu-list): Fix where we put the text property.
11854
11855 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11856
11857 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
11858 for showing buffer modified state (as added in the previous change).
11859
11860 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11861
11862 * bookmark.el: Show modified state of bookmark buffer more accurately.
11863 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
11864 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
11865 (with-buffer-modified-unmodified): New macro.
11866 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11867 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
11868 Use new macro to preserve the buffer modified state.
11869
11870 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11871
11872 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
11873 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
11874 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
11875 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
11876 (bookmark-bmenu-rename, bookmark-bmenu-locate)
11877 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
11878 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
11879
11880 2010-01-02 Eli Zaretskii <eliz@gnu.org>
11881
11882 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11883 Make the lines in the generated doc string shorter. (Bug#4668)
11884
11885 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
11886
11887 * net/rcirc.el: Add follow-link binding (Bug#4738).
11888
11889 2010-01-02 Eli Zaretskii <eliz@gnu.org>
11890
11891 * Makefile.in (bzr-update): Rename from cvs-update.
11892 (cvs-update): New target for backward compatibility.
11893
11894 * makefile.w32-in (bzr-update): Rename from cvs-update.
11895 (cvs-update): New target for backward compatibility.
11896
11897 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11898
11899 * bookmark.el: Remove gratuitous gratitude.
11900
11901 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11902
11903 * bookmark.el (bookmark-bmenu-any-marks): New function.
11904 (bookmark-bmenu-save): Clear buffer modification if no marks.
11905
11906 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11907
11908 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
11909 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
11910 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
11911 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
11912
11913 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
11914 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
11915 To: emacs-devel {_AT_} gnu.org
11916 Subject: bookmark.el bug report
11917 Date: Mon, 28 Dec 2009 14:19:16 +0800
11918 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
11919
11920 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11921
11922 * bookmark.el: Improvements suggested by Drew Adams:
11923 (bookmark-bmenu-ensure-position): New name for
11924 `bookmark-bmenu-check-position'. Just ensure the position,
11925 don't return any meaningful value.
11926 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
11927 New constants.
11928
11929 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
11930
11931 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
11932 (bookmark-yank-point, bookmark-bmenu-check-position):
11933 Fix typos in docstrings.
11934 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
11935 (bookmark-name-from-full-record, bookmark-get-position)
11936 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
11937 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
11938 Remove useless quoting of parenthesis, etc. in docstrings.
11939
11940 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
11941 (ediff-append-custom-diff): Fix typo in error message.
11942 (ediff-meta-mark-equal-files): Fix typos in messages.
11943
11944 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
11945
11946 * net/imap-hash.el (imap-hash-make): Doc fix.
11947 (imap-hash-test): Fix typo in error message; reflow docstring.
11948 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
11949 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
11950 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
11951 Fix typos in docstrings.
11952 (imap-hash-open-connection): Fix typo in error message.
11953
11954 * play/gomoku.el (gomoku): Fix typos in docstring.
11955
11956 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
11957 (gdb-jsonify-buffer): Fix typos in docstring.
11958 (gdb-goto-breakpoint): Fix typo in error message.
11959 ("Display Other Windows"): Fix typo in help message.
11960 (gdb-speedbar-expand-node): Fix typo in question.
11961
11962 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
11963 (idlwave-html-system-help-location, idlwave-html-help-location)
11964 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
11965 (idlwave-help-browser-generic-args, idlwave-help-directory)
11966 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
11967 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
11968 (idlwave-online-help, idlwave-help-html-link)
11969 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
11970 Fix typos in docstrings.
11971 (idlwave-help-with-source, idlwave-help-find-routine-definition):
11972 Reflow docstrings.
11973 (idlwave-help-assistant-start): Fix typo in error message.
11974
11975 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
11976 (octave-electric-space): Fix typos in docstrings.
11977
11978 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
11979
11980 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
11981
11982 2010-01-01 Juri Linkov <juri@jurta.org>
11983
11984 * comint.el (comint-input-ring-size): Make it a defcustom and
11985 increase the default to 500 (Bug#5148).
11986
11987 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
11988
11989 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
11990 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
11991 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
11992
11993 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
11994
11995 Show working revision correctly for mercurial.
11996 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
11997 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
11998
11999 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
12000
12001 Declare some functions for the byte-compiler.
12002 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
12003 (speedbar-timer-fn, speedbar-change-expand-button-char)
12004 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
12005
12006 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
12007
12008 This changeset reverts GDB Graphical Interface to use annotations.
12009 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
12010
12011 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12012
12013 Make vc-dir work on subdirectories of the bzr root.
12014 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
12015 Return file names relative to it.
12016 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
12017 relative directory to vc-bzr-after-dir-status.
12018
12019 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
12020
12021 * font-lock.el (font-lock-refresh-defaults): New function, which
12022 can be used to let font-lock react to external changes in
12023 variables like font-lock-defaults and keywords.
12024 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
12025
12026 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
12027
12028 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
12029
12030 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
12031
12032 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
12033
12034 Supersede color.diff settings in git log (bug#5211).
12035
12036 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
12037 escape chars in its output when the user has color.diff set to `always'.
12038 This fix works on git 1.4.2 and newer (released on 2006-08-13).
12039
12040 2009-12-26 Kevin Ryde <user42@zip.com.au>
12041
12042 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
12043 node. Keep previous "Index" name to work with past coreutils too.
12044
12045 * man.el (man): Revise docstring a bit to show -a and -l as
12046 examples. Add -k description since support for it has otherwise
12047 been a secret. (Further to bug#3717.)
12048 (Man-bgproc-sentinel): When "-k foo" produces no output show error
12049 "no matches" rather than "Can't find manpage", as the latter reads
12050 like -k was interpreted as a page name, which is not so. (Bug#5431)
12051
12052 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
12053
12054 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
12055 switches. Check also for //SUBDIRED// line.
12056
12057 2009-12-25 Kenichi Handa <handa@m17n.org>
12058
12059 * language/indian.el (devanagari-composable-pattern): Fix to
12060 handle ZWNJ and ZWJ. Use it in composition-function-table for
12061 Devanagari.
12062 (malayalam-composable-pattern): Fix previous change.
12063
12064 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12065
12066 * ps-print.el (ps-face-attributes): It was not returning the
12067 attribute face for faces specified as string. Reported by harven
12068 <harven@free.fr>. (Bug#5254)
12069 (ps-print-version): New version 7.3.5.
12070
12071 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
12072
12073 * calendar/icalendar.el (icalendar--convert-tz-offset):
12074 Fix timezone names.
12075 (icalendar--convert-tz-offset): Fix the "last-day-problem".
12076 (icalendar--add-diary-entry): Remove the trailing blank that
12077 diary-make-entry inserts.
12078
12079 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
12080
12081 Make `file-expand-wildcards' work for remote files.
12082
12083 * files.el (file-expand-wildcards): In case of remote files, check
12084 only local file name part for wildcards. Provide feature 'files
12085 and subfeature 'remote-wildcards. (Bug#5198)
12086
12087 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
12088 if there is already an established connection.
12089 (tramp-advice-file-expand-wildcards): Remove it.
12090
12091 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
12092 (tramp-advice-file-expand-wildcards): Move from tramp.el.
12093 Activate advice for older GNU Emacs versions. (Bug#5237)
12094
12095 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
12096
12097 Some doc fixes (more needed).
12098
12099 * find-cmd.el (find-constituents): Reflow docstring.
12100 (find-cmd, find-prune, find-command): Fix typos in docstrings.
12101 (find-generic): Doc fix.
12102
12103 2009-12-17 Juri Linkov <juri@jurta.org>
12104
12105 Fix regression from 23.1 to allow multiple modes in Local Variables.
12106
12107 * files.el (hack-local-variables-filter): While ignoring duplicates,
12108 don't take `mode' into account.
12109 (hack-local-variables-filter, hack-dir-local-variables):
12110 Don't remove duplicate `mode' from local-variables-alist (like `eval').
12111
12112 2009-12-17 Juri Linkov <juri@jurta.org>
12113
12114 Make `dired-diff' safer. (Bug#5225)
12115
12116 * dired-aux.el (dired-diff): Signal an error when `file' equals to
12117 `current' or when `file' is a directory of the `current' file.
12118
12119 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
12120
12121 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
12122 unconditionally preloaded files.
12123
12124 2009-12-16 Juri Linkov <juri@jurta.org>
12125
12126 Revert to old 23.1 logic of using the file at the mark as default.
12127 * dired-aux.el (dired-diff): Use the file at the mark as default
12128 if it's not the same as the current file, and the target dir is
12129 the current dir or the mark is active. Add the current file
12130 as the arg of `dired-dwim-target-defaults'. Use the default file
12131 in the prompt. (Bug#5225)
12132
12133 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
12134
12135 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
12136 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
12137 (tramp-check-for-regexp): Check also, when an echoing shell stops
12138 to echo sent commands.
12139
12140 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
12141
12142 * Makefile.in: Revert last change (Bug#5191).
12143
12144 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
12145
12146 * vc-hg.el (vc-hg-print-log): Fix argument order.
12147 (vc-hg-working-revision): Make sure the command is executed in a
12148 known environment so that we can parse the output. (Bug#4417)
12149
12150 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
12151
12152 * progmodes/python.el (python-symbol-completions): Remove text
12153 properties from symbol string before calling python-send-receive.
12154
12155 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
12156
12157 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
12158 when there are values for both file and line. (Bug#5060)
12159
12160 2009-12-14 Juri Linkov <juri@jurta.org>
12161
12162 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
12163 whitespace after the file name of the first line of unified format,
12164 because git-diff doesn't output whitespace and file modification time
12165 after the file name.
12166
12167 2009-12-14 David Kastrup <dak@gnu.org>
12168
12169 * info.el (Info-hide-cookies-node): Before hiding a cookie,
12170 check if it already has the `display' property added by
12171 `Info-display-images-node', and not put the `invisible' property
12172 in this case.
12173
12174 2009-12-13 Glenn Morris <rgm@gnu.org>
12175
12176 * mail/emacsbug.el (message-sort-headers): Define for compiler.
12177 (report-emacs-bug): In message-mode, sort manually before storing
12178 original report text. (Bug#5178)
12179 Remove superfluous save-excursion.
12180
12181 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
12182
12183 * net/dbus.el (dbus-property-handler): Filter lambda forms out
12184 when responding to "GetAll" properties.
12185
12186 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
12187
12188 * simple.el (compose-mail): Remove mail-setup-with-from from
12189 customization checks.
12190
12191 2009-12-12 Eli Zaretskii <eliz@gnu.org>
12192
12193 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
12194 RAR archives created on Unix systems.
12195
12196 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
12197
12198 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
12199 the varalias that was accidentally removed by the 2009-11-19 change
12200 (bug#5186).
12201
12202 2009-12-12 Kenichi Handa <handa@m17n.org>
12203
12204 * language/indian.el (indian-compose-regexp): New function.
12205 (malayalam-composable-pattern): Fix the pattern.
12206 (composition-function-table): Set malayalam-composable-pattern for
12207 Malayalam characters.
12208
12209 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
12210
12211 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
12212 rather than down-mouse-1, based on follow-link conventions.
12213
12214 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
12215 are compiled.
12216
12217 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
12218
12219 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
12220 (verilog-vmm-statement-re, verilog-ovm-statement-re)
12221 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
12222 (verilog-leap-to-head, verilog-backward-token):
12223 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
12224
12225 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
12226
12227 * progmodes/verilog-mode.el (verilog-auto-lineup)
12228 (verilog-nameable-item-re): Cleanup user-visible spelling and
12229 documentation errors. One reported by Gary Delp.
12230 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
12231 (verilog-read-decls): Fix AUTOWIRE with types declared in a
12232 package, bug195. Reported by Pierre-David Pfister.
12233
12234 2009-12-11 Glenn Morris <rgm@gnu.org>
12235
12236 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
12237
12238 * mail/emacsbug.el: No longer require sendmail.
12239 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
12240 (report-emacs-bug-orig-text): Doc fix.
12241 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
12242 New local variables, to adapt to different mail-user-agents.
12243 (report-emacs-bug): Fix test for a gnu.org address.
12244 Use overlays for emphasis, since font-lock defeats 'face property.
12245 Pretest bugs also end up at the newsgroup these days.
12246 Stop message-mode stripping text properties.
12247 Set and use the new buffer-local variables.
12248 (report-emacs-bug-hook): Add doc-string.
12249 Remove some unnecessary save-excursions and simplify.
12250 Use the appropriate hook and send-command.
12251
12252 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
12253 capitalization of some menu entries.
12254
12255 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12256
12257 * whitespace.el (whitespace-display-char-on):
12258 Ensure `buffer-display-table' is unique when two or more windows are
12259 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
12260 New version 12.1.
12261
12262 2009-12-10 Eli Zaretskii <eliz@gnu.org>
12263
12264 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
12265 characters in the Attribute field.
12266
12267 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
12268
12269 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
12270
12271 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
12272
12273 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
12274 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12275 Disregard autoload-excludes.
12276 (update-directory-autoloads): Obey autoload-excludes here instead.
12277 But don't store its contents in no-autoloads and remove entries that
12278 refer to excludes files.
12279
12280 2009-12-10 Glenn Morris <rgm@gnu.org>
12281
12282 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
12283 (expand-mail-aliases): Define for compiler.
12284
12285 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
12286 Define for compiler.
12287
12288 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
12289 appropriate for the mail-user-agent in use.
12290
12291 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
12292
12293 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
12294
12295 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
12296
12297 Fix short log parsing and fontification.
12298 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
12299 Fix fontification for the [merge] label.
12300
12301 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
12302
12303 Drop some properties to avoid surprises (bug#5002).
12304 * htmlfontify.el (hfy-ignored-properties): New defcustom.
12305 (hfy-fontify-buffer): Use it.
12306
12307 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
12308
12309 Minor cleanup.
12310 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
12311 Adjust all callers.
12312 (ffap-locate-file): Remove unused arg `dir-ok' and make other
12313 args compulsory. Adjust callers.
12314 (ffap-gopher-at-point): Remove unused var `name'.
12315
12316 Get rid of the ELCFILES abomination.
12317 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12318 (compile-elcfiles): New phony target.
12319 (compile-main): Compute ELCFILES dynamically.
12320 (compile-clean): New target to remove left-over elc files.
12321 (compile, all): Use it.
12322
12323 2009-12-09 Kenichi Handa <handa@etlken>
12324
12325 * international/mule-diag.el: Require help-mode instead of help-fns.
12326
12327 2009-12-09 Kenichi Handa <handa@m17n.org>
12328
12329 * international/mule-cmds.el (ucs-names): Supply sufficiently
12330 fine ranges instead of pre-calculating accurate ranges.
12331 Iterate with bigger gc-cons-threshold.
12332
12333 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12334
12335 Add support for stashing a snapshot of the current tree.
12336 * vc-git.el (vc-git-stash-snapshot): New function.
12337 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
12338
12339 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
12340
12341 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
12342 instead of `(beginning|end)-of-line'.
12343
12344 2009-12-08 Glenn Morris <rgm@gnu.org>
12345
12346 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
12347
12348 * Makefile.in (ELCFILES): Regenerate.
12349
12350 2009-12-07 Juri Linkov <juri@jurta.org>
12351
12352 Don't lazy-highlight the comint output in history Isearch mode.
12353
12354 * comint.el (comint-history-isearch-search): Instead of
12355 `comint-line-beginning-position', use `comint-after-pmark-p'
12356 to check if point if before the process mark, and go to
12357 `process-mark' in this case.
12358
12359 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12360
12361 * textmodes/tex-mode.el (latex-complete)
12362 (latex-indent-or-complete): Remove.
12363 (latex-mode): Set completion-at-point-functions instead.
12364
12365 Provide a standard completion command and hook it into TAB.
12366 * minibuffer.el (completion-at-point-functions): New var.
12367 (completion-at-point): New command.
12368 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
12369 * progmodes/python.el (python-mode-map): Use completion-at-point.
12370 (python-completion-at-point): Rename from python-partial-symbol and
12371 adjust for use in completion-at-point-functions.
12372 (python-mode): Setup completion-at-point for Python completion.
12373 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
12374 extracted from lisp-complete-symbol.
12375 (lisp-complete-symbol): Use it.
12376 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
12377 setup completion-at-point for Elisp completion.
12378 (emacs-lisp-mode-map, lisp-interaction-mode-map):
12379 Use completion-at-point.
12380 * ielm.el (ielm-map): Use completion-at-point.
12381 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
12382 * progmodes/sym-comp.el: Move to...
12383 * obsolete/sym-comp.el: Move from progmodes.
12384
12385 2009-12-07 Eli Zaretskii <eliz@gnu.org>
12386
12387 Prevent save-buffer in Rmail buffers from using the coding-system
12388 of the current message, and from clobbering the encoding mnemonics
12389 in the mode line (Bug#4623).
12390
12391 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
12392 flag, too.
12393 (rmail-message-encoding): New variable.
12394 (rmail-write-region-annotate): Record the encoding of the current
12395 message in rmail-message-encoding.
12396 (rmail-after-save-hook): New function, restores the encoding of
12397 the current message after the message collection is saved.
12398
12399 2009-12-07 Juri Linkov <juri@jurta.org>
12400
12401 * progmodes/grep.el (grep-read-files): Use `completing-read'
12402 instead of `read-string'. Set its `collection' arg to
12403 `read-file-name-internal'. (Bug#4301)
12404
12405 2009-12-07 Juri Linkov <juri@jurta.org>
12406
12407 Correctly restore original Isearch point. (Bug#4994)
12408
12409 * isearch.el (isearch-mode): Move `isearch-push-state' after
12410 `(run-hooks 'isearch-mode-hook)'.
12411 (isearch-cancel): When `isearch-push-state-function' is defined,
12412 let-bind `isearch-cmds' to the first state (the last element of
12413 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
12414 function and restores the original point). Otherwise, move point
12415 to `isearch-opoint'.
12416
12417 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12418
12419 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
12420 chars that don't have names, so the table can be built much faster at
12421 run-time.
12422
12423 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
12424
12425 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
12426 change. Suggested by David Kastrup.
12427
12428 * simple.el (compose-mail): Check for incompatibilities and warn.
12429 (compose-mail-user-agent-warnings): New option.
12430
12431 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12432
12433 Support showing a single log entry from vc-annotate.
12434 * vc.el (print-log): Add a new argument: START-REVISION.
12435 (vc-print-log-internal): Add a new optional argument and
12436 pass it to the backend.
12437 (vc-print-log, vc-print-root-log): Adjust callers.
12438 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
12439 buffer already displays the requested log entry, use it.
12440 Otherwise display only the log entry in question.
12441 * vc-svn.el (vc-svn-print-log):
12442 * vc-mtn.el (vc-mtn-print-log):
12443 * vc-hg.el (vc-hg-state):
12444 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
12445 (vc-git-show-log-entry): Return t on success.
12446 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
12447 (vc-bzr-show-log-entry): Return t on success.
12448 * vc-rcs.el (vc-rcs-print-log):
12449 * vc-sccs.el (vc-sccs-print-log):
12450 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
12451
12452 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12453
12454 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
12455 Add menus to the meta mode. (Bug#5043)
12456
12457 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
12458
12459 * ediff-init.el (ediff-event-key): Use event-to-character instead of
12460 event-key.
12461
12462 * ediff.el (ediff-buffers-internal): Add unwind-protect.
12463
12464 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
12465
12466 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
12467 Berbain <raphael.berbain@gmail.com>.
12468
12469 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
12470 characters.
12471 (tramp-initial-end-of-output): New defconst.
12472 (tramp-methods, tramp-find-shell)
12473 (tramp-open-connection-setup-interactive-shell)
12474 (tramp-maybe-open-connection): Use it.
12475 (tramp-shell-prompt-pattern, tramp-wait-for-output):
12476 Handle existence of `#' and `$'.
12477
12478 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
12479 Use `tramp-initial-end-of-output'.
12480
12481 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12482
12483 Get the background mode from the terminal for xterm, and set
12484 faces accordingly.
12485 * term/xterm.el (xterm-set-background-mode): New function.
12486 (terminal-init-xterm): Use it in case xterm supports background
12487 color queries. Recompute faces after getting the background
12488 color.
12489
12490 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
12491
12492 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
12493 number comment back on its own line, for easier parsing.
12494
12495 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12496
12497 Make it work for non-file buffers (bug#5102).
12498 * doc-view.el (doc-view-current-cache-dir):
12499 Use doc-view-buffer-file-name rather than buffer-file-name.
12500 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
12501
12502 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
12503
12504 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
12505 author field is too short.
12506
12507 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
12508
12509 * vc-git.el (vc-git-print-log): Handle a limit argument.
12510 Display the short log in graph form and with labels.
12511 (vc-git-log-view-mode): Handle labels.
12512
12513 Make vc-revert change VC state from 'added to 'unregistered.
12514 * vc-git.el (vc-git-revert): Call git reset first.
12515
12516 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
12517
12518 * net/newst-backend.el, net/newst-plainview.el:
12519 * net/newst-reader.el, net/newst-ticker.el:
12520 * net/newst-treeview.el, net/newsticker.el:
12521 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
12522
12523 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
12524
12525 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
12526
12527 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
12528 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
12529 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
12530 Update annotation regexp.
12531
12532 * simple.el (beginning-of-visual-line): Constrain to field
12533 boundaries (Bug#5106).
12534
12535 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
12536
12537 * xml.el (xml-substitute-numeric-entities):
12538 Move newsticker--decode-numeric-entities in newst-backend.el to
12539 xml-substitute-numeric-entities in xml.el. (Bug#5008)
12540 * net/newst-backend.el (newsticker--parse-generic-feed)
12541 (newsticker--parse-generic-items)
12542 (newsticker--decode-numeric-entities):
12543 Move newsticker--decode-numeric-entities in newst-backend.el to
12544 xml-substitute-numeric-entities in xml.el. (Bug#5008)
12545
12546 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
12547
12548 * progmodes/js.el (js--js-not): Add null to the list of values.
12549
12550 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
12551
12552 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
12553
12554 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12555
12556 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
12557 delimiter if it is at the end of the current line.
12558 (bibtex-generate-url-list): Fix docstring.
12559
12560 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12561
12562 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
12563 minibuffer's content with itself.
12564 Fold the confirm-after-completion case into the `confirm' case.
12565 (completion-pcm-word-delimiters): Add : and / to the delimiters.
12566
12567 2009-12-06 Kevin Ryde <user42@zip.com.au>
12568
12569 * ffap.el (ffap-rfc-path): Make this a defcustom since
12570 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
12571
12572 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
12573 manuals, similar to existing setup for help-mode. (Bug#3913.)
12574
12575 2009-12-05 Juri Linkov <juri@jurta.org>
12576
12577 Save and restore dired buffer's point positions too. (Bug#4880)
12578
12579 * dired.el (dired-save-positions): Return in the first element
12580 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
12581 Doc fix.
12582 (dired-restore-positions): First restore buffer's position.
12583 While restoring window's positions, check if window still displays
12584 the original buffer.
12585
12586 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
12587
12588 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
12589 if possible.
12590
12591 * shell.el (shell): Require ansi-color (Bug#5113).
12592
12593 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
12594
12595 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
12596
12597 2009-12-05 Alan Mackenzie <acm@muc.de>
12598
12599 * progmodes/cc-mode.el (c-before-hack-hook)
12600 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
12601 `c-file-style' to work again. This reversion restores the current
12602 software to its state in Emacs 23.1. (Bug#4146)
12603
12604 2009-12-05 Kevin Ryde <user42@zip.com.au>
12605
12606 * textmodes/sgml-mode.el (sgml-lexical-context):
12607 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
12608
12609 2009-12-05 Juri Linkov <juri@jurta.org>
12610
12611 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
12612 for virtual nodes. (Bug#4147)
12613 (Info-find-node-2): Set `Info-current-node-virtual' to nil
12614 when moving from a virtual node.
12615 (Info-mode-menu): Add `Info-virtual-index' to the menu.
12616 (Info-mode): Add `Info-virtual-index' to the docstring.
12617
12618 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12619
12620 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
12621 track of the buffer position of the end of a BibTeX entry as this
12622 position may change during reformatting.
12623 (bibtex-format-entry): Remove whitespace before processing
12624 numerical fields so that we recognize the latter properly.
12625 (bibtex-reformat): Do not use push which changes the global value
12626 of bibtex-entry-format.
12627 (bibtex-field-braces-alist, bibtex-field-strings-alist)
12628 (bibtex-field-re-init): Replace only space characters by regexp
12629 for whitespace.
12630 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
12631 (bibtex-initialize): Also update bibtex-strings.
12632 (bibtex-kill-field): Preserve white space at end of entry.
12633 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
12634 Update bibtex-reference-keys.
12635
12636 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12637
12638 * minibuffer.el (completion-pcm--merge-try): Also consider placing
12639 point after a star, if that's the only place where modifications can
12640 make progress.
12641
12642 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
12643
12644 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
12645 in docstrings.
12646
12647 2009-12-04 Juri Linkov <juri@jurta.org>
12648
12649 * proced.el (proced): Call `(proced-update t)' to update process
12650 information instead of only running proced-post-display-hook.
12651 (proced-send-signal): Add a leading space to the buffer name
12652 " *Marked Processes*" to make this buffer ephemeral.
12653
12654 2009-12-04 Juri Linkov <juri@jurta.org>
12655
12656 * dired.el (dired-auto-revert-buffer): New defcustom.
12657 (dired-internal-noselect): Use it.
12658
12659 2009-12-04 Juri Linkov <juri@jurta.org>
12660
12661 Change roles of modes and functions in image-mode.el (Bug#5062).
12662
12663 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
12664 in `auto-mode-alist'.
12665 (image-mode-previous-major-mode): New variable.
12666 (image-minor-mode-map): Rename from `image-mode-text-map'.
12667 (image-mode): Move graceful error-handling code from
12668 `image-minor-mode' to here. On errors call `image-mode-as-text'.
12669 (image-minor-mode): Remove all image-handling code.
12670 Replace `image-mode-text-map' with `image-minor-mode-map'.
12671 Check for `image-type' in mode-line format string.
12672 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
12673 (image-mode-as-text): New function with most code from
12674 `image-mode-maybe'.
12675 (image-toggle-display-text): Move code that removes image
12676 properties from `image-toggle-display' to here.
12677 (image-toggle-display-image): New function with code that adds
12678 image properties copied from `image-toggle-display'.
12679 (image-toggle-display): Remove most code with leaving only code
12680 that toggles between `image-mode-as-text' and `image-mode'.
12681
12682 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
12683
12684 * net/newst-treeview.el
12685 (newsticker--treeview-list-highlight-start): Restored call to
12686 save-excursion: Selected item was stuck.
12687 (newsticker--treeview-list-select): New.
12688 (newsticker--treeview-item-show-text)
12689 (newsticker--treeview-item-show)
12690 (newsticker--treeview-item-update): Use new
12691 newsticker-treeview-item-mode.
12692 (newsticker-treeview-update): Keep current item.
12693 (newsticker-treeview-next-new-or-immortal-item): Doc change.
12694 (newsticker--treeview-first-feed): Doc change.
12695 (newsticker-treeview-list-menu)
12696 (newsticker-treeview-item-menu): Add menu entries.
12697 (newsticker-treeview-item-mode): New.
12698
12699 * net/newst-backend.el (newsticker-customize): Delete other
12700 windows.
12701
12702 2009-12-04 Sam Steingold <sds@gnu.org>
12703
12704 * log-view.el (log-view-mode-map): "q" calls quit-window,
12705 like in all the other non-self-insert buffers.
12706
12707 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
12708
12709 Minor cleanup.
12710 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
12711 key decoding rather than do it manually via last-input-event +
12712 ascii-character.
12713 (term-exec): Use delete-and-extract-region.
12714 (term-handle-ansi-terminal-messages): Remove unused var `end'.
12715 (term-process-pager): Remove unused var `i'.
12716 (term-dynamic-simple-complete): Make obsolete.
12717 (serial-update-config-menu): Remove unused vars `y' and `str'.
12718 (term-update-mode-line): Remove unused var `temp'.
12719
12720 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12721
12722 Limit the number of log entries displayed by default.
12723 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
12724 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
12725 using a prefix argument.
12726
12727 2009-12-03 Glenn Morris <rgm@gnu.org>
12728
12729 * progmodes/idlwave.el (class): Restore still useful declaration.
12730
12731 2009-12-03 Alan Mackenzie <acm@muc.de>
12732
12733 Enhance `c-parse-state' to run efficiently in "brace deserts".
12734
12735 * progmodes/cc-mode.el (c-basic-common-init):
12736 Call c-state-cache-init.
12737 (c-neutralize-syntax-in-and-mark-CPP): Rename from
12738 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
12739 placing `category' properties value 'c-cpp-delimiter at its boundaries.
12740
12741 * progmodes/cc-langs.el (c-before-font-lock-function):
12742 c-extend-and-neutralize-syntax-in-CPP has been renamed
12743 c-neutralize-syntax-in-and-mark-CPP.
12744
12745 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
12746 with `category' properties now, not `syntax-table' ones.
12747
12748 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
12749 enhanced (but slower) version of c-end-of-macro that won't land
12750 inside a literal or on another awkward character.
12751 (c-state-cache-too-far, c-state-cache-start)
12752 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
12753 (c-state-nonlit-pos-cache-limit, c-state-point-min)
12754 (c-state-point-min-lit-type, c-state-point-min-lit-start)
12755 (c-state-min-scan-pos, c-state-brace-pair-desert)
12756 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
12757 buffer local variables.
12758 (c-state-literal-at, c-state-lit-beg)
12759 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
12760 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
12761 (c-state-cache-top-paren, c-state-cache-after-top-paren)
12762 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
12763 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
12764 (c-renarrow-state-cache)
12765 (c-append-lower-brace-pair-to-state-cache)
12766 (c-state-push-any-brace-pair, c-append-to-state-cache)
12767 (c-remove-stale-state-cache)
12768 (c-remove-stale-state-cache-backwards, c-state-cache-init)
12769 (c-invalidate-state-cache-1, c-parse-state-1)
12770 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
12771 (c-parse-state): Enhance and refactor.
12772 (c-debug-parse-state): Amend to deal with all the new variables.
12773
12774 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
12775 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
12776 modify to use category text properties rather than syntax-table ones.
12777 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
12778 to switch off/on the syntactic paren property of C++ template
12779 delimiters using the category property.
12780 (c-with-<->-as-parens-suppressed): Macro to invoke code with
12781 template delims suppressed.
12782 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
12783 New constant/macros which apply category properties to the start
12784 and end of preprocessor constructs.
12785 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
12786 "comment out" the syntactic value of characters in preprocessor
12787 constructs.
12788 (c-with-cpps-commented-out)
12789 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
12790 with characters in all or all but one preprocessor constructs
12791 "commented out".
12792
12793 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12794
12795 * proced.el (proced-filter-alist): Use regexp-quote.
12796
12797 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
12798
12799 Cleanup.
12800 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
12801 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
12802 arguments. Expand `default-directory'.
12803
12804 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
12805 the benefit of returning an expanded localname.
12806 (tramp-tramp-file-p): Handle the case NAME is not a string.
12807
12808 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12809
12810 Add support for bzr shelve/unshelve.
12811 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12812 (vc-bzr-extra-menu-map): New variables.
12813 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
12814 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
12815 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
12816 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
12817 (vc-bzr-dir-extra-headers): Display shelves.
12818
12819 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
12820
12821 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12822
12823 * textmodes/bibtex.el (bibtex-complete-internal):
12824 Use completion-in-region.
12825 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
12826
12827 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12828
12829 Support applying stashes. Improve UI.
12830 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
12831 (vc-git-stash-apply, vc-git-stash-pop)
12832 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
12833 (vc-git-stash-menu): New functions.
12834 (vc-git-stash-menu-map): New variable.
12835 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
12836
12837 2009-12-03 Glenn Morris <rgm@gnu.org>
12838
12839 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
12840 (vc-print-log-internal): Fix previous change.
12841 (vc-revert): Correct pluralization.
12842
12843 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12844
12845 * progmodes/make-mode.el (makefile-special-targets-list): No need for
12846 it to be an alist any more.
12847 (makefile-complete): Use completion-in-region.
12848
12849 * progmodes/octave-mod.el (octave-complete-symbol):
12850 Use completion-in-region.
12851
12852 Misc cleanup.
12853 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
12854 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
12855 (idlwave-complete-class): Don't quote lambda.
12856 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
12857 (idlwave-mode-map): Move initialization into declaration.
12858 (idlwave-action-and-binding): Use backquotes.
12859 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
12860 Simplify.
12861 (idlwave-is-pointer-dereference): Remove unused var `pos'.
12862 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
12863 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
12864 `parts', and `all-parts'.
12865 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
12866 (idlwave-convert-xml-system-routine-info): Remove unused string
12867 `version-string'.
12868 (idlwave-display-user-catalog-widget): Use dolist.
12869 (idlwave-scanning-lib): Declare dynamically-scoped var.
12870 (idlwave-scan-library-catalogs): Remove unused var `flags'.
12871 (completion-highlight-first-word-only): Declare to silence bytecomp.
12872 (idlwave-popup-select): Tighten scope of `resp'.
12873 (idlwave-find-struct-tag): Remove unused var `beg'.
12874 (idlwave-after-load-rinfo-hook): Declare.
12875 (idlwave-sintern-class-info): Remove unused var `taglist'.
12876 (idlwave-find-class-definition): Remove unused var `list'.
12877 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
12878 (idlwave-what-module-find-class): Remove unused var `classes'.
12879
12880 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
12881
12882 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
12883
12884 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12885
12886 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
12887 buffers visited. Remove redundant current-buffer-saving.
12888
12889 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12890
12891 Use completion-in-buffer and remove uses of dynamic scoping.
12892 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
12893 (pascal-buffer-to-use, pascal-flag): Don't declare.
12894 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
12895 (pascal-get-completion-decl, pascal-keyword-completion):
12896 Add `pascal-str' argument, save-excursion,
12897 return the found completions, and don't filter with pascal-pred.
12898 (pascal-completion-cache): New var.
12899 (pascal-completion): Don't switch buffer any more (it was never
12900 necessary). Don't save-excursion any more (it's done by the called
12901 subroutines). Use a cache to avoid redundant computations.
12902 Use complete-with-action rather than pascal-completion-response and
12903 let it apply the predicate as well.
12904 (pascal-complete-word): Use completion-in-buffer when
12905 pascal-toggle-completions is nil.
12906 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
12907 not used any more.
12908 (pascal-comp-defun): Don't change buffer any more.
12909 Use complete-with-action rather than pascal-completion-response and
12910 let it apply the predicate as well.
12911 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
12912 when neded.
12913
12914 2009-12-02 Kenichi Handa <handa@m17n.org>
12915
12916 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
12917 shape for all Indic scripts.
12918
12919 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12920
12921 Use completion-in-buffer.
12922 * wid-edit.el (widget-field-text-end): New function.
12923 (widget-field-value-get): Use it.
12924 (widget-string-complete, widget-file-complete)
12925 (widget-color-complete): Use it and completion-in-region.
12926 (widget-complete): Don't narrow the buffer.
12927
12928 2009-12-02 Glenn Morris <rgm@gnu.org>
12929
12930 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
12931 (rmail-select-summary): Use rmail-pop-to-buffer.
12932 * mail/rmailsum.el: Replace all pop-to-buffer calls with
12933 rmail-pop-to-buffer, to prevent horizontal splits.
12934
12935 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
12936 save-excursion with save-current-buffer.
12937 Widen before searching. (Bug#5093)
12938 (diary-list-sexp-entries): Remove superfluous save-excursion.
12939
12940 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
12941
12942 * woman.el (woman-make-bufname): Handle man-pages with "." in the
12943 name. (Bug#5038)
12944
12945 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
12946
12947 * ido.el (ido-file-internal): Handle filenames at point that do
12948 not have a directory part. (Bug#5049)
12949
12950 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
12951
12952 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
12953 (mpc-songs-jump-to, mpc-resume): Doc fixes.
12954
12955 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
12956
12957 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
12958 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
12959 any more.
12960
12961 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12962
12963 * comint.el (comint-insert-input): Ignore clicks to the right of
12964 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
12965
12966 * vc.el (vc-print-log-internal): Don't wait for the process to
12967 terminate before setting up the major mode.
12968
12969 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
12970 in case.
12971
12972 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
12973 the last element.
12974
12975 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
12976
12977 2009-12-01 Glenn Morris <rgm@gnu.org>
12978
12979 * window.el (window--display-buffer-2): Fix previous changes.
12980
12981 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
12982
12983 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
12984
12985 2009-12-01 Glenn Morris <rgm@gnu.org>
12986
12987 * Makefile.in (ELCFILES): Add mpc.elc.
12988
12989 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12990
12991 * mpc.el: New file.
12992
12993 2009-12-01 Glenn Morris <rgm@gnu.org>
12994
12995 * window.el (window-to-use): Define for compiler.
12996
12997 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
12998 consistent with others (no final period).
12999
13000 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
13001 (rmail-mime-show): Downcase the encoding. (Bug#5070)
13002
13003 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
13004
13005 Make vc-print-log buttons work.
13006 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
13007
13008 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
13009
13010 * savehist.el (savehist-autosave-interval): Allow setting to nil
13011 through customize. (Bug#5056)
13012
13013 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
13014
13015 Fix references to jit-lock properties.
13016 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13017 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
13018 (perl-font-lock-special-syntactic-constructs):
13019 Quote jit-lock-defer-multiline property.
13020
13021 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
13022
13023 * vc-git.el (vc-git-registered): Call vc-git-root only once.
13024
13025 2009-11-30 Juri Linkov <juri@jurta.org>
13026
13027 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
13028 value `buffer' of `multi-isearch-next-buffer-current-function'.
13029 Use `(current-buffer)' when `buffer' is nil.
13030 (multi-isearch-next-buffer-from-list): Don't fallback to
13031 `(current-buffer)' when `buffer' is nil. (Bug#4947)
13032
13033 2009-11-30 Juri Linkov <juri@jurta.org>
13034
13035 * misearch.el (multi-isearch-read-buffers): Move canonicalization
13036 of buffers with `get-buffer' to `multi-isearch-buffers'.
13037 (multi-isearch-buffers, multi-isearch-buffers-regexp):
13038 Canonicalize BUFFERS with `get-buffer'. Doc fix.
13039 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
13040 FILES with `expand-file-name' converting relative file names
13041 to absolute. Doc fix. (Bug#4727)
13042
13043 2009-11-30 Juri Linkov <juri@jurta.org>
13044
13045 * misearch.el (multi-isearch-read-buffers)
13046 (multi-isearch-read-matching-buffers): New functions.
13047 (multi-isearch-buffers, multi-isearch-buffers-regexp):
13048 Use them in the `interactive' spec. Doc fix.
13049 (multi-isearch-read-files, multi-isearch-read-matching-files):
13050 New functions.
13051 (multi-isearch-files, multi-isearch-files-regexp):
13052 Use them in the `interactive' spec. Doc fix. (Bug#4725)
13053
13054 2009-11-30 Juri Linkov <juri@jurta.org>
13055
13056 * doc-view.el (doc-view-continuous):
13057 Rename from `doc-view-continuous-mode'.
13058 (doc-view-menu): Move "Toggle display" to the top.
13059 Add submenu "Continuous" with radio buttons "Off"/"On"
13060 and "Save as Default".
13061 (doc-view-scroll-up-or-next-page)
13062 (doc-view-scroll-down-or-previous-page)
13063 (doc-view-next-line-or-next-page)
13064 (doc-view-previous-line-or-previous-page):
13065 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
13066
13067 2009-11-30 Juri Linkov <juri@jurta.org>
13068
13069 * comint.el (comint-mode-map): Rebind `M-r' from
13070 `comint-previous-matching-input' to
13071 `comint-history-isearch-backward-regexp'.
13072 Unbind `M-s' to allow global key binding `M-s'.
13073 Add menu items for `comint-history-isearch-backward' and
13074 `comint-history-isearch-backward-regexp'. (Bug#3746)
13075
13076 2009-11-30 Juri Linkov <juri@jurta.org>
13077
13078 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
13079 For def=recenter, replace `recenter' with `recenter-top-bottom'
13080 that is called with `this-command' and `last-command' let-bound
13081 to `recenter-top-bottom'. When the last `def' was not `recenter',
13082 set `recenter-last-op' to nil. (Bug#4981)
13083
13084 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13085
13086 Minor cleanup and simplification.
13087 * filecache.el (file-cache-add-directory)
13088 (file-cache-add-directory-recursively)
13089 (file-cache-add-from-file-cache-buffer)
13090 (file-cache-delete-file-regexp, file-cache-delete-directory)
13091 (file-cache-files-matching-internal, file-cache-display): Use dolist.
13092 (file-cache-temp-minibuffer-message): Delete function.
13093 (file-cache-minibuffer-complete): Use minibuffer-message instead.
13094
13095 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
13096 Don't signal an error when bumping into EOB in tr, s, or y.
13097
13098 2009-11-29 Juri Linkov <juri@jurta.org>
13099
13100 * startup.el (fancy-about-text): Fix wording of Guided Tour.
13101 (Bug#4960)
13102
13103 * descr-text.el (describe-char-unidata-list): Use lowercase name
13104 for "Unicode name" like in other tags.
13105
13106 2009-11-29 Juri Linkov <juri@jurta.org>
13107
13108 * ediff-util.el (ediff-minibuffer-with-setup-hook):
13109 New compatibility macro.
13110 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
13111
13112 2009-11-29 Juri Linkov <juri@jurta.org>
13113
13114 Add defcustom to define the cycling order of `recenter-top-bottom'.
13115 (Bug#4981)
13116
13117 * window.el (recenter-last-op): Doc fix.
13118 (recenter-positions): New defcustom.
13119 (recenter-top-bottom): Rewrite to use `recenter-positions'.
13120 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
13121
13122 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
13123
13124 Improve integration of Tramp and ange-ftp in eshell.
13125
13126 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
13127 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
13128 (eshell/sudo): Flatten args. Let-bind `default-directory'.
13129
13130 * eshell/esh-util.el (top): Require also Tramp when compiling.
13131 (eshell-directory-files-and-attributes): Check for FTP remote
13132 connection.
13133 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
13134 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
13135 (eshell-file-attributes): Handle ".". Return `entry'.
13136
13137 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
13138 (ange-ftp-directory-files-and-attributes)
13139 (ange-ftp-real-directory-files-and-attributes): New defuns.
13140
13141 * net/tramp.el (tramp-maybe-open-connection): Open the remote
13142 shell with "exec" when possible. This prevents trailing prompts
13143 in `start-file-process'.
13144
13145 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13146
13147 Try and remove assumptions about point-min==1.
13148 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
13149 (rng-compute-mode-line-string): Show the validation percentage in
13150 terms of the narrowed text, not the widened text.
13151 (rng-do-some-validation): Don't catch internal errors when debugging.
13152 (rng-first-error): Simplify.
13153 (rng-after-change-function): Remove work around. AFAIK the bug has
13154 been fixed a while ago.
13155
13156 * image-mode.el (image-minor-mode): Exit more gracefully when the image
13157 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
13158
13159 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
13160
13161 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
13162 `cd' doesn't always do it for us (bug#5067).
13163
13164 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
13165 on 2009-10-25 as part of some other change (bug#5067).
13166
13167 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13168
13169 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
13170 `suspicious'.
13171 (byte-compile-warnings): Use byte-compile-warning-types.
13172 (byte-compile-save-excursion): Warn about use of set-buffer right
13173 after save-excursion.
13174
13175 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
13176 the excursion as well.
13177
13178 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
13179
13180 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
13181 providing a Tramp related implementation of "su" and "sudo".
13182 (eshell-unix-initialize): Add "su" and "sudo".
13183
13184 2009-11-27 Daiki Ueno <ueno@unixuser.org>
13185
13186 * net/socks.el (socks-send-command): Convert binary request to
13187 unibyte before sending. This fixes mishandling of some port
13188 numbers such as 129.
13189
13190 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13191
13192 * help.el (describe-bindings-internal): Remove `interactive'.
13193
13194 * man.el (Man-completion-table): Trim a terminating "(".
13195 Remove the space between name page a section.
13196 Add the command's description on the `help-echo' property.
13197 Remove `process-connection-type' binding since it's unused by
13198 call-process.
13199 Provide completion for the "<section> <name>" format as well.
13200 (Man-default-man-entry): Remove spurious var shadowing the argument.
13201
13202 2009-11-26 Kevin Ryde <user42@zip.com.au>
13203
13204 * log-view.el: Add "Keywords: tools", since its other keywords
13205 aren't in finder-known-keywords, and following vc.el.
13206
13207 * sha1.el (sha1-string-external): default-directory "/" in case
13208 otherwise non-existent. process-connection-type pipe for touch of
13209 efficiency recommended by elisp manual. (An aside in Bug#3911.)
13210
13211 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13212
13213 Misc coding convention cleanups.
13214 * htmlfontify.el (hfy-init-kludge-hook): Rename from
13215 hfy-init-kludge-hooks.
13216 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
13217 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
13218 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
13219 and push.
13220 (hfy-slant, hfy-weight): Use tables rather than code.
13221 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
13222 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
13223 (hfy-face-attr-for-class): Initialize `face-spec' directly.
13224 (hfy-face-to-css): Remove `nconc' with single arg.
13225 (hfy-p-to-face-lennart): Use `or'.
13226 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
13227 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
13228 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
13229 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
13230 (hfy-force-fontification): Use run-hooks.
13231
13232 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
13233
13234 Various minor fixes.
13235 * htmlfontify.el (hfy-default-header): Add toggle_invis since
13236 Javascript belongs in the header, not the body.
13237 (hfy-javascript): Remove.
13238 (hfy-fontify-buffer): Don't insert it any more.
13239 (hfy-face-at): Handle (face0 face1 face2) style face properties.
13240 Fix bug in invis handling when there were no invis props in a chunk.
13241
13242 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13243
13244 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
13245
13246 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
13247
13248 * finder.el (finder-mode-map): Add a menu.
13249
13250 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
13251
13252 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
13253 "unsigned" structs.
13254
13255 (verilog-leap-to-head, verilog-backward-token): Handle "disable
13256 fork" statement better.
13257
13258 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
13259
13260 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
13261 (verilog-delete-auto, verilog-delete-empty-auto-pair)
13262 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
13263 Reported by Clay Douglass.
13264
13265 (verilog-auto-inst, verilog-auto-star-safe)
13266 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
13267 Fix removing "// Interfaces" when saving .* expansions.
13268 Reported by Pierre-David Pfister.
13269
13270 2009-11-26 Glenn Morris <rgm@gnu.org>
13271
13272 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
13273 the scope.
13274
13275 2009-11-25 Johan Bockgård <bojohan@gnu.org>
13276
13277 * vc-annotate.el (vc-annotate-revision-previous-to-line):
13278 Really use previous revision.
13279
13280 2009-11-25 Kevin Ryde <user42@zip.com.au>
13281
13282 * man.el (Man-completion-table): default-directory "/" in case
13283 doesn't otherwise exist. process-environment COLUMNS=999 so as
13284 not to truncate long names. process-connection-type pipe to avoid
13285 any chance of hitting the pseudo-tty TIOCGWINSZ.
13286 (man): completion-ignore-case t for friendliness and since man
13287 itself is case-insensitive on the command line.
13288 Further to Bug#3717.
13289
13290 * arc-mode.el: Add "Keywords: files", so the details in its
13291 commentary can be reached from finder-by-keyword.
13292 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
13293 editing mode, but it's comms related and sgml-mode.el has "comm"
13294 on that basis too.
13295 * textmodes/bibtex-style.el: Add "Keywords: tex".
13296 * international/isearch-x.el, international/ja-dic-cnv.el:
13297 * international/ja-dic-utl.el, international/kkc.el:
13298 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
13299
13300 2009-11-25 Juri Linkov <juri@jurta.org>
13301
13302 * man.el (Man-completion-table): Modify regexp to include
13303 section names to completion strings. (Bug#3717)
13304
13305 2009-11-25 Juri Linkov <juri@jurta.org>
13306
13307 Search recursively in gzipped files. (Bug#4982)
13308
13309 * progmodes/grep.el (grep-highlight-matches): Add new options
13310 `always' and `auto'. Doc fix.
13311 (grep-process-setup): Check `grep-highlight-matches' for
13312 `auto-detect' to determine the need to compute grep defaults.
13313 Move Windows/DOS specific --colors settings handling
13314 to `grep-compute-defaults'. Check `grep-highlight-matches'
13315 to get the value of "--color=".
13316 (grep-compute-defaults): Compute `grep-highlight-matches' when it
13317 has the value `auto-detect'. Move Windows/DOS specific settings
13318 from `grep-process-setup'.
13319 (zrgrep): New command with alias `rzgrep'.
13320
13321 2009-11-25 Juri Linkov <juri@jurta.org>
13322
13323 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
13324 to nil instead of switching off view-mode. (Bug#4896)
13325
13326 2009-11-25 Juri Linkov <juri@jurta.org>
13327
13328 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
13329
13330 * mwheel.el (mwheel-scroll-up-function)
13331 (mwheel-scroll-down-function): New defvars.
13332 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
13333 `scroll-up', and `mwheel-scroll-down-function' instead of
13334 `scroll-down'.
13335
13336 * doc-view.el (doc-view-scroll-up-or-next-page)
13337 (doc-view-scroll-down-or-previous-page): Add optional ARG.
13338 Use this ARG in the call to image-scroll-up/image-scroll-down.
13339 Change `interactive' spec to "P". Goto next/previous page only
13340 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
13341 SPC/DEL case). Doc fix.
13342 (doc-view-next-line-or-next-page)
13343 (doc-view-previous-line-or-previous-page): Rename arg to ARG
13344 for consistency.
13345 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
13346 `doc-view-scroll-up-or-next-page', and buffer-local
13347 `mwheel-scroll-down-function' to
13348 `doc-view-scroll-down-or-previous-page'.
13349
13350 2009-11-25 Juri Linkov <juri@jurta.org>
13351
13352 Provide additional default values (directories at other Dired
13353 windows) via M-n in the minibuffer of some Dired commands.
13354
13355 * dired-aux.el (dired-diff, dired-compare-directories)
13356 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
13357 `minibuffer-default' in `minibuffer-with-setup-hook'.
13358 (dired-dwim-target-directory): Find a window that displays Dired
13359 buffer instead of failing when the next window is not Dired.
13360 Use `get-window-with-predicate' to find for the next Dired window.
13361 (dired-dwim-target-defaults): New function.
13362
13363 * ediff-util.el (ediff-read-file-name):
13364 Use `dired-dwim-target-defaults' to set `minibuffer-default'
13365 in `minibuffer-with-setup-hook'.
13366
13367 2009-11-25 Juri Linkov <juri@jurta.org>
13368
13369 Provide additional default values (file name at point or at the
13370 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
13371
13372 * minibuffer.el (read-file-name-defaults): New function.
13373 (read-file-name): Reset `minibuffer-default' to nil when
13374 it duplicates initial input `insdef'.
13375 Bind `minibuffer-default-add-function' to lambda that
13376 calls `read-file-name-defaults' in `minibuffer-selected-window'.
13377 (minibuffer-insert-file-name-at-point): New command.
13378
13379 * files.el (file-name-at-point-functions): New defcustom.
13380 (find-file-default): Remove defvar.
13381 (find-file-read-args): Don't use `find-file-default'.
13382 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13383 to `read-file-name'.
13384 (find-file-literally): Use `read-file-name' with
13385 `confirm-nonexistent-file-or-buffer'.
13386
13387 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
13388
13389 * dired.el (dired-read-dir-and-switches):
13390 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13391 to `read-file-name'.
13392 (dired-file-name-at-point): New function.
13393 (dired-mode): Add hook `dired-file-name-at-point' to
13394 `file-name-at-point-functions'.
13395
13396 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
13397
13398 Really make the *Completions* window soft-dedicated (bug#5030).
13399 * window.el (window--display-buffer-2): Add `dedicated' argument.
13400 (display-buffer): Pass it when needed so the dedicated flag is set
13401 after calling set-window-buffer, which would otherwise reset it.
13402
13403 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
13404
13405 * progmodes/meta-mode.el (meta-complete-symbol):
13406 * progmodes/etags.el (complete-tag):
13407 * mail/mailabbrev.el (mail-abbrev-complete-alias):
13408 Use completion-in-region.
13409
13410 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
13411 (dabbrev-completion): Use completion-in-region.
13412 (dabbrev--abbrev-at-point): Simplify regexp.
13413
13414 * abbrev.el (abbrev--before-point): Use word-motion functions
13415 if :regexp is not specified (bug#5031).
13416
13417 * subr.el (string-prefix-p): New function.
13418
13419 * man.el (Man-completion-cache): New var.
13420 (Man-completion-table): Use it.
13421
13422 * vc.el (vc-print-log-internal): Make `limit' optional for better
13423 compatibility (e.g. with vc-annotate.el).
13424
13425 2009-11-24 Kevin Ryde <user42@zip.com.au>
13426
13427 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
13428 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
13429
13430 * emacs-lisp/elint.el (elint-add-required-env): Better error message
13431 when .el source file not found or other error.
13432
13433 2009-11-24 Markus Triska <markus.triska@gmx.at>
13434
13435 * linum.el (linum-update-window): Ignore intangible (bug#4996).
13436
13437 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13438
13439 Handle the [back] button properly (bug#4979).
13440 * descr-text.el (describe-text-properties): Add a `buffer' argument.
13441 Use help-setup-xref, help-buffer, and with-help-window.
13442 (describe-char): Add `buffer' argument.
13443 Pass proper command to help-setup-xref. Don't meddle with
13444 help-xref-stack-item directly.
13445 (describe-text-category): Use with-help-window and help-buffer.
13446
13447 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
13448 for the displayed buffer (bug#4887).
13449
13450 * man.el (Man-completion-table): New function.
13451 (man): Use it.
13452
13453 2009-11-24 David Reitter <david.reitter@gmail.com>
13454
13455 * vc-git.el (vc-git-registered): Use checkout directory (where
13456 .git is) rather than the file's directory and a relative path spec
13457 to work around a bug in git.
13458
13459 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
13460
13461 Improve handling of processes on remote hosts.
13462
13463 * eshell/esh-util.el (eshell-path-env): New defvar.
13464 (eshell-parse-colon-path): New defun.
13465 (eshell-file-attributes): Use `eshell-parse-colon-path'.
13466
13467 * eshell/esh-ext.el (eshell-search-path):
13468 Use `eshell-parse-colon-path'.
13469 (eshell-remote-command): Remove argument HANDLER.
13470 (eshell-external-command): Check for FTP remote connection.
13471
13472 * eshell/esh-proc.el (eshell-gather-process-output):
13473 Use `file-truename', in order to start also symlinked files.
13474 Apply `start-file-process' instead of `start-process'.
13475 Shorten `command' to the local file name part.
13476
13477 * eshell/em-cmpl.el (eshell-complete-commands-list):
13478 Use `eshell-parse-colon-path'.
13479
13480 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
13481
13482 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
13483 to `eshell-directory-change-hook'.
13484
13485 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
13486
13487 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
13488 because it could be enabled automatically if view-read-only is non-nil.
13489
13490 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
13491
13492 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
13493 made on 2009-11-22.
13494
13495 2009-11-24 Glenn Morris <rgm@gnu.org>
13496
13497 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
13498 deleted variable bookmark-bmenu-bookmark-column.
13499
13500 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13501
13502 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
13503
13504 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
13505
13506 * net/browse-url.el (browse-url-filename-alist): On Windows, add
13507 two slashes to the "file:" prefix.
13508 (browse-url-file-url): De-munge Cygwin filenames before passing
13509 them to Windows browser.
13510 (browse-url-default-windows-browser): Use call-process.
13511
13512 2009-11-23 Juri Linkov <juri@jurta.org>
13513
13514 Implement DocView Continuous mode. (Bug#4896)
13515 * doc-view.el (doc-view-continuous-mode): New defcustom.
13516 (doc-view-mode-map): Bind C-n/<down> to
13517 `doc-view-next-line-or-next-page', C-p/<up> to
13518 `doc-view-previous-line-or-previous-page'.
13519 (doc-view-next-line-or-next-page)
13520 (doc-view-previous-line-or-previous-page): New commands.
13521
13522 2009-11-23 Juri Linkov <juri@jurta.org>
13523
13524 Implement Isearch in comint input history. (Bug#3746)
13525 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
13526 `isearch-mode-hook'.
13527 (comint-history-isearch): New defcustom.
13528 (comint-history-isearch-backward)
13529 (comint-history-isearch-backward-regexp): New commands.
13530 (comint-history-isearch-message-overlay): New buffer-local variable.
13531 (comint-history-isearch-setup, comint-history-isearch-end)
13532 (comint-goto-input, comint-history-isearch-search)
13533 (comint-history-isearch-message, comint-history-isearch-wrap)
13534 (comint-history-isearch-push-state)
13535 (comint-history-isearch-pop-state): New functions.
13536
13537 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
13538
13539 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
13540 return.
13541 (tramp-handle-make-symbolic-link)
13542 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
13543 Quote file names.
13544 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
13545 (tramp-handle-process-file): Use it.
13546
13547 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13548
13549 * window.el (move-to-window-line-last-op): Remove.
13550 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
13551
13552 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
13553
13554 Make M-r mirror the new cycling behavior of C-l.
13555 * window.el (move-to-window-line-last-op): New var.
13556 (move-to-window-line-top-bottom): New command.
13557 (global-map): Bind M-r move-to-window-line-top-bottom.
13558
13559 2009-11-23 Sven Joachim <svenjoac@gmx.de>
13560
13561 * dired-x.el (dired-guess-shell-alist-default):
13562 Support xz format. (Bug#4953)
13563
13564 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
13565
13566 * emulation/viper-cmd.el: Use viper-last-command-char instead of
13567 last-command-char/last-command-event.
13568 (viper-prefix-arg-value): Do correct conversion of event-char for
13569 XEmacs.
13570
13571 * emulation/viper-util.el, emulation/viper.el:
13572 Use viper-last-command-char instead of
13573 last-command-char/last-command-event.
13574
13575 * ediff-init.el, ediff-mult.el, ediff-util.el:
13576 Replace last-command-char and last-command-event
13577 with (ediff-last-command-char) everywhere.
13578
13579 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
13580 created in fundamental mode.
13581
13582 * ediff.el (ediff-version): Revert the change of interactive-p to
13583 called-interactively-p.
13584
13585 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
13586
13587 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
13588 generation from word-movement command names.
13589
13590 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
13591
13592 * cus-start.el (all): Add native condition for font-use-system-font.
13593
13594 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
13595
13596 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
13597 Correct the patch from 2009-11-18. (Bug#3910)
13598
13599 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
13600
13601 * progmodes/subword.el: Rename from lisp/subword.el.
13602
13603 * subword.el: Rename to progmodes/subword.el.
13604
13605 * Makefile.in (ELCFILES): Adapt to subword.el move.
13606
13607 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13608 Stefan Monnier <monnier@iro.umontreal.ca>
13609
13610 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
13611 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
13612 (bookmark-bmenu-show-filenames): Use push.
13613 (bookmark-bmenu-hide-filenames): Use local var instead of
13614 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
13615 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
13616 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
13617 filenames now that the bookmark names are always available.
13618
13619 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13620
13621 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
13622 (bookmark-search-pattern): Move and leave unbound.
13623 (bookmark-bmenu-mode-map): Change binding.
13624 (bookmark-read-search-input): Simplify.
13625 Don't use text-char-description. Don't error on non-char events.
13626 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
13627 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
13628 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
13629 Use a local var for the timer.
13630 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
13631 (i.e. bookmark-bmenu-search).
13632
13633 2009-11-21 Glenn Morris <rgm@gnu.org>
13634
13635 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
13636
13637 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
13638
13639 * net/browse-url.el (browse-url-default-windows-browser):
13640 Use cygstart for cygwin.
13641
13642 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
13643
13644 * bookmark.el: Formatting and doc fixes only:
13645 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
13646 (bookmark-bmenu-search): Wrap to fit within 80 columns.
13647 Minor grammar and punctuation fixes in doc string.
13648 (bookmark-read-search-input): Adjust to fit within 80 columns.
13649
13650 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
13651
13652 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
13653 (c-backward-into-nomenclature): Adapt to subword renaming.
13654
13655 * subword.el (subword-forward, subword-backward, subword-mark)
13656 (subword-kill, subword-backward-kill, subword-transpose)
13657 (subword-downcase, subword-upcase, subword-capitalize)
13658 (subword-forward-internal, subword-backward-internal):
13659 Rename from forward-subword, backward-subword, mark-subword,
13660 kill-subword, backward-kill-subword, transpose-subwords,
13661 downcase-subword, upcase-subword, capitalize-subword,
13662 forward-subword-internal, backward-subword-internal.
13663
13664 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13665
13666 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
13667 New options.
13668 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
13669 New vars.
13670 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
13671 (bookmark-bmenu-filter-alist-by-regexp)
13672 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
13673 (bookmark-bmenu-search): New command.
13674 (bookmark-bmenu-mode-map): Bind it.
13675
13676 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
13677
13678 * progmodes/cc-cmds.el: declare-functioned forward-subword and
13679 backward-subword to quit the byte-compiler.
13680
13681 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
13682
13683 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
13684
13685 * progmodes/cc-cmds.el (c-update-modeline)
13686 (c-forward-into-nomenclature, c-backward-into-nomenclature):
13687 Refer to subword.el functions instead of cc-subword.el.
13688
13689 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
13690 subword.el functions instead of cc-subword.el.
13691
13692 * progmodes/cc-subword.el: Rename to subword.el.
13693 * subword.el: Rename from progmodes/cc-subword.el.
13694 (subword-mode-map): Rename from c-subword-mode-map.
13695 (subword-mode): Rename from c-subword-mode.
13696 (global-subword-mode): New global minor mode.
13697 (forward-subword): Rename from c-forward-subword.
13698 (backward-subword): Rename from c-backward-subword.
13699 (mark-subword): Rename from c-mark-subword.
13700 (kill-subword): Rename from c-kill-subword.
13701 (backward-kill-subword): Rename from c-backward-kill-subword.
13702 (transpose-subwords): Rename from c-tranpose-subword.
13703 (downcase-subword): Rename from c-downcase-subword.
13704 (capitalize-subword): Rename from c-capitalize-subword.
13705 (forward-subword-internal): Rename from c-forward-subword-internal.
13706 (backward-subword-internal): Rename from c-backward-subword-internal.
13707
13708 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13709
13710 * vc.el (vc-deduce-fileset): Allow non-state changing operations
13711 from a dired buffer.
13712 (vc-dired-deduce-fileset): New function.
13713 (vc-root-diff, vc-print-root-log): Use it.
13714
13715 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
13716 nil LIMIT argument to vc-print-log-internal.
13717
13718 2009-11-20 Glenn Morris <rgm@gnu.org>
13719
13720 * Makefile.in (ELCFILES): Regenerate.
13721
13722 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
13723
13724 * calc/calc.el (calc-set-mode-line):
13725 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13726 (math-format-number): Rename `math-format-complement-signed' to
13727 `math-format-twos-complement'.
13728
13729 * calc/calc-bin.el (math-format-twos-complement): Rename from
13730 math-format-complement-signed.
13731 (calc-radix): Rename `calc-complement-signed-mode' to
13732 `calc-twos-complement-mode'.
13733 (calc-octal-radix, calc-hex-radix): Add an argument for
13734 two's complement.
13735
13736 * calc/calc-embed.el (calc-embedded-mode-vars):
13737 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13738
13739 * calc/calc-ext.el (calc-init-extensions):
13740 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13741 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
13742
13743 * calc/calc-units.el (math-build-units-table-buffer):
13744 Let `calc-twos-complement-mode' be nil.
13745
13746 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
13747 entries.
13748
13749 * calc/calc-vec.el (calcFunc-vunpack):
13750 * calc/calc-aent.el (calc-do-calc-eval):
13751 * calc/calc-forms.el (math-format-date):
13752 * calc/calc-graph.el (calc-graph-plot):
13753 * calc/calc-math.el (math-use-emacs-fn):
13754 * calc/calccomp.el (math-compose-expr):
13755 Let `calc-twos-complement-mode' be nil.
13756
13757 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13758
13759 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
13760 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
13761 * minibuffer.el (completion-in-region-functions): New hook.
13762 (completion-in-region): New function.
13763 * emacs-lisp/lisp.el (lisp-complete-symbol):
13764 * pcomplete.el (pcomplete-std-complete): Use it.
13765
13766 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13767
13768 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
13769 (latex-complete-alist): New vars.
13770 (latex-string-prefix-p, latex-complete-bibtex-keys)
13771 (latex-complete-envnames, latex-complete-refkeys)
13772 (latex-complete-data): New functions.
13773 (latex-complete, latex-indent-or-complete): New commands.
13774
13775 * window.el (display-buffer-mark-dedicated): New var.
13776 (display-buffer): Obey it.
13777 * minibuffer.el (minibuffer-completion-help): Use it.
13778
13779 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
13780
13781 * filecache.el (file-cache-add-file): Use push and cons.
13782 (file-cache-delete-file-regexp): Use push.
13783 (file-cache-complete): Use completion-in-region.
13784
13785 * simple.el (with-wrapper-hook): Fix thinko.
13786
13787 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
13788 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
13789 Use with-current-buffer and string-to-number.
13790 (hfy-fallback-colour-values): Use assoc-string.
13791 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
13792 (hfy-face-at): Remove unused var `found-face'.
13793 (hfy-compile-stylesheet): Remove unused var `css'.
13794 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
13795 and `orig-buffer'.
13796 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
13797 Use with-current-buffer.
13798 (hfy-text-p): Use expand-file-name and fewer setq.
13799
13800 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
13801
13802 * htmlfontify.el, hfy-cmap.el: New files.
13803
13804 2009-11-19 Juri Linkov <juri@jurta.org>
13805
13806 * minibuffer.el (completions-format): New defcustom.
13807 (completion--insert-strings): Implement vertical format.
13808
13809 * simple.el (switch-to-completions): Move point to the first
13810 completion when point was at the beginning of the buffer.
13811
13812 2009-11-19 Juri Linkov <juri@jurta.org>
13813
13814 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
13815
13816 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
13817
13818 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
13819
13820 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
13821 (mail-signature): Change default to t.
13822 (mail-from-style): Deprecate `system-default' value.
13823 (mail-insert-from-field): For default value of mail-from-style,
13824 default to `angles' unless `angles' needs quoting and `parens'
13825 does not.
13826 (mail-citation-prefix-regexp): Use citation regexp from
13827 message-mode.
13828
13829 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
13830
13831 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13832 Set variables for computing the prompt for reading password.
13833
13834 2009-11-19 Glenn Morris <rgm@gnu.org>
13835
13836 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
13837
13838 * textmodes/flyspell.el (sgml-lexical-context): Declare.
13839
13840 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
13841 (newsticker-treeview-listwindow-height): Fix custom type.
13842
13843 2009-11-19 Kenichi Handa <handa@m17n.org>
13844
13845 * descr-text.el (describe-char-padded-string): Compose with TAB
13846 only if there's a font for CH.
13847 (describe-char): Fix the condition for detecting a trivial composition.
13848
13849 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
13850
13851 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
13852 more accurate version of the regexp. (Bug#3910)
13853
13854 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
13855
13856 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
13857
13858 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
13859
13860 * font-setting.el (font-use-system-font): Declare for byte-compiler.
13861 (font-setting-change-default-font): Fix typo in docstring.
13862
13863 2009-11-18 Alan Mackenzie <acm@muc.de>
13864
13865 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
13866
13867 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
13868
13869 * font-setting.el (font-use-system-font): Move ...
13870
13871 * cus-start.el (all): ... to here.
13872
13873 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
13874
13875 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
13876 Don't set `ad-return-value' if `ad-do-it' doesn't.
13877
13878 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
13879 modification time.
13880
13881 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
13882
13883 * menu-bar.el: Put "Use system font" in Option-menu.
13884 (menu-bar-options-save): Add font-use-system-font.
13885
13886 * loadup.el: If feature system-font-setting or font-render-setting is
13887 there, load font-setting.
13888
13889 * Makefile.in (ELCFILES): Add font-settings.el.
13890 * font-setting.el: New file.
13891
13892 2009-11-17 Glenn Morris <rgm@gnu.org>
13893
13894 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
13895
13896 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
13897 Preserve point in the list buffer. (Bug#4939)
13898 Use point-at-eol.
13899 (newsticker--treeview-list-update-highlight)
13900 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
13901
13902 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13903
13904 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
13905 Remove.
13906
13907 * calc/calc-ext.el (calc-init-extensions): Remove references to
13908 symclip.
13909
13910 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
13911
13912 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
13913 * calc/calc-help.el (calc-b-prefix-help): Remove references to
13914 `calc-symclip'.
13915
13916 2009-11-16 Kevin Ryde <user42@zip.com.au>
13917
13918 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13919 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
13920
13921 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
13922 (lm-keywords-list): Allow comma-only separator like "foo,bar".
13923 Ignore trailing spaces by omit-nulls to split-string (fixing
13924 regression from Emacs 21 due to the incompatible split-string
13925 change). (Bug #4928.)
13926
13927 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13928
13929 * vc.el (vc-log-show-limit): Default to 2000.
13930 (vc-print-log-internal): Insert buttons to request more entries
13931 when limiting the output.
13932
13933 * vc-sccs.el (vc-sccs-print-log):
13934 * vc-rcs.el (vc-rcs-print-log):
13935 * vc-cvs.el (vc-cvs-print-log):
13936 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
13937 LIMIT is non-nil.
13938
13939 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
13940
13941 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
13942 error when `tramp-gvfs-dbus-event-vector' is set.
13943 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
13944
13945 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13946
13947 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
13948
13949 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
13950
13951 * net/dbus.el (dbus-unregister-service): New defun.
13952 (dbus-register-property): Register the handlers of
13953 "org.freedesktop.DBus.Properties" for SERVICE.
13954 (dbus-property-handler): Fix docstring.
13955
13956 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13957
13958 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
13959 Quote doc string reference in defvaralias as it is not in special form.
13960 (byte-compile-output-docform): Doc fix.
13961
13962 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13963
13964 * calc/calc.el (math-2-word-size, math-half-2-word-size)
13965 (calc-complement-signed-mode): New variables.
13966 (calc-set-mode-line): Add indicator for twos-complements.
13967 (math-format-number): Format twos-complement notation.
13968
13969 * calc/calc-bin.el (calc-word-size): Reset the variables
13970 `math-2-word-size' and `math-half-2-word-size'.
13971 (math-format-complement-signed, math-symclip, calcFunc-symclip)
13972 (calc-symclip): New functions.
13973
13974 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
13975
13976 * calc/calc-embed.el (calc-embedded-mode-vars):
13977 Add `calc-complement-signed-mode' to the list of modes.
13978
13979 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
13980 (calc-b-oper-keys): Add `calc-symclip' to list.
13981
13982 * calc/calc-ext.el (math-read-number-fancy): Read complement
13983 signed numbers.
13984 (calc-init-extensions): Add binding for `calc-symclip'.
13985 Add autoload for `calcFunc-symclip' and `calc-symclip'.
13986
13987 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
13988 `calc-symclip'.
13989 (calc-modes-menu): Add item for twos complement mode.
13990
13991 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
13992
13993 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
13994
13995 * register.el (jump-to-register, insert-register): Handle Semantic
13996 tags. From commented-out advice in semantic/senator.el.
13997
13998 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
13999
14000 * vc.el (vc-log-show-limit): New variable.
14001 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
14002 when using a prefix argument.
14003 (vc-print-log-internal): Add new argument LIMIT.
14004
14005 * vc-svn.el (vc-svn-print-log):
14006 * vc-mtn.el (vc-mtn-print-log):
14007 * vc-hg.el (vc-hg-print-log):
14008 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
14009 pass it to the log command when set. Make the BUFFER argument
14010 non-optional.
14011
14012 * vc-sccs.el (vc-sccs-print-log):
14013 * vc-rcs.el (vc-rcs-print-log):
14014 * vc-git.el (vc-git-print-log):
14015 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
14016 ignore it. Make the BUFFER argument non-optional
14017
14018 * bindings.el (mode-line-buffer-identification): Do not purecopy.
14019
14020 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
14021
14022 * dired.el (dired-mode-map): Move encryption items to "Operate"
14023 menu (Bug#4703).
14024
14025 * strokes.el (strokes-update-window-configuration): Make strokes
14026 buffer current before erasing (Bug#4906).
14027
14028 2009-11-15 Juri Linkov <juri@jurta.org>
14029
14030 * simple.el (set-mark-default-inactive): Add :type, :group
14031 and :version. (Bug#4876)
14032
14033 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
14034
14035 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
14036 (archive-unique-fname): ... here. (Bug#4929)
14037
14038 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14039
14040 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
14041 with a real fix.
14042
14043 * novice.el (disabled-command-function): Add useful args.
14044 Setup the help buffer so that [back] works.
14045 Remove redundant call to help-mode.
14046 (disabled-command-function): Use `case'.
14047 (en/disable-command): New function extracted from enable-command.
14048 (enable-command, disable-command): Use it.
14049
14050 2009-11-14 Glenn Morris <rgm@gnu.org>
14051
14052 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
14053 constants. (Bug#4913)
14054
14055 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
14056
14057 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
14058
14059 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
14060 defined in C that have no doc-strings. (Bug#1063)
14061
14062 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
14063
14064 * cus-edit.el (data, files):
14065 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
14066
14067 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
14068
14069 * simple.el (shell-command): Doc fix (Bug#4891).
14070
14071 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
14072
14073 2009-11-14 Glenn Morris <rgm@gnu.org>
14074
14075 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
14076 statements for vc-diff, emerge-quit, and rmail-cease-edit.
14077 If they are already loaded, eval-after-load will do the right thing.
14078
14079 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
14080 compiling.
14081
14082 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
14083
14084 * simple.el (x-selection-owner-p): Declare.
14085 (read-mail-command): Use custom radio type rather than choice.
14086 (completion-no-auto-exit): Doc fix.
14087
14088 * custom.el (defgroup):
14089 * epg-config.el (epg): Doc fixes.
14090
14091 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
14092
14093 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
14094 * international/ccl.el (define-ccl-program): Do not purecopy the
14095 docstring, defconst does it anyway.
14096
14097 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14098
14099 * add-log.el (add-change-log-entry): Avoid displaying the changelog
14100 a second time.
14101
14102 * x-dnd.el (x-dnd-maybe-call-test-function):
14103 * window.el (split-window-vertically):
14104 * whitespace.el (whitespace-help-on):
14105 * vc-rcs.el (vc-rcs-consult-headers):
14106 * userlock.el (ask-user-about-lock-help)
14107 (ask-user-about-supersession-help):
14108 * type-break.el (type-break-force-mode-line-update):
14109 * time-stamp.el (time-stamp-conv-warn):
14110 * terminal.el (te-set-output-log, te-more-break, te-filter)
14111 (te-sentinel, terminal-emulator):
14112 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
14113 (term-write-input-ring, term-check-source, term-start-output-log):
14114 (term-display-buffer-line, term-dynamic-list-completions):
14115 (term-ansi-make-term, serial-term):
14116 * subr.el (selective-display):
14117 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14118 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
14119 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
14120 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
14121 (speedbar-remove-localized-speedbar-support)
14122 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
14123 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
14124 (speedbar-buffers-line-directory):
14125 * simple.el (shell-command-on-region, append-to-buffer)
14126 (prepend-to-buffer):
14127 * shadowfile.el (shadow-save-todo-file):
14128 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
14129 (scroll-bar-maybe-set-window-start):
14130 * sb-image.el (speedbar-image-dump):
14131 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
14132 (load-save-place-alist-from-file):
14133 * ps-samp.el (ps-print-message-from-summary):
14134 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
14135 (ps-background-image, ps-begin-job, ps-do-despool):
14136 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
14137 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
14138 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
14139 (pr-call-process, pr-file-list, pr-interface-save):
14140 * novice.el (disabled-command-function)
14141 (enable-command, disable-command):
14142 * mouse.el (mouse-buffer-menu-alist):
14143 * mouse-copy.el (mouse-kill-preserving-secondary):
14144 * macros.el (kbd-macro-query):
14145 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
14146 * informat.el (batch-info-validate):
14147 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
14148 * hippie-exp.el (try-expand-dabbrev-visible):
14149 * help-mode.el (help-make-xrefs):
14150 * help-fns.el (describe-variable):
14151 * generic-x.el (bat-generic-mode-run-as-comint):
14152 * finder.el (finder-mouse-select):
14153 * find-dired.el (find-dired-sentinel):
14154 * filesets.el (filesets-file-close):
14155 * files.el (list-directory):
14156 * faces.el (list-faces-display, describe-face):
14157 * facemenu.el (list-colors-display):
14158 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
14159 * epg.el (epg--process-filter, epg-cancel):
14160 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
14161 (epa--read-signature-type):
14162 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
14163 (emerge-file-names):
14164 * ehelp.el (electric-helpify):
14165 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
14166 * ediff-vers.el (rcs-ediff-view-revision):
14167 * ediff-util.el (ediff-setup):
14168 * ediff-mult.el (ediff-append-custom-diff):
14169 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
14170 (ediff-wordify):
14171 * echistory.el (Electric-command-history-redo-expression):
14172 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14173 * disp-table.el (describe-display-table):
14174 * dired.el (dired-find-buffer-nocreate):
14175 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
14176 * dabbrev.el (dabbrev--same-major-mode-p):
14177 * chistory.el (list-command-history):
14178 * apropos.el (apropos-documentation):
14179 * allout.el (allout-obtain-passphrase):
14180 (allout-copy-exposed-to-buffer):
14181 (allout-verify-passphrase): Use with-current-buffer.
14182
14183 2009-11-13 Glenn Morris <rgm@gnu.org>
14184
14185 * Makefile.in (ELCFILES): Regenerate.
14186
14187 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
14188
14189 * net/dbus.el (dbus-registered-objects-table): Rename from
14190 `dbus-registered-functions-table', because it contains also properties.
14191 (dbus-unregister-object): Unregister also properties.
14192 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14193 Use a timeout of 500 msec, in order to not block.
14194 (dbus-register-property, dbus-property-handler): New defuns.
14195
14196 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14197
14198 * simple.el (minibuffer-default-add-completions): Drop deprecated
14199 4th arg.
14200
14201 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
14202
14203 * textmodes/artist.el (artist-mouse-choose-operation):
14204 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
14205 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14206 (artist-compute-up-event-key): New function.
14207 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
14208
14209 2009-11-13 Kenichi Handa <handa@m17n.org>
14210
14211 * language/japan-util.el: Make sure that the value of jisx0208
14212 property is jisx0208 character.
14213
14214 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
14215
14216 * international/mule.el (auto-coding-regexp-alist): Only purecopy
14217 car or each item, not the whole list.
14218
14219 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
14220
14221 * minibuffer.el (minibuffer-completion-help):
14222 Use minibuffer-hide-completions.
14223
14224 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
14225
14226 * dired.el (dired-save-positions, dired-restore-positions): New funs.
14227 (dired-revert): Use them (bug#4880).
14228
14229 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14230
14231 * tooltip.el (tooltip-frame-parameters): Undo previous change.
14232
14233 2009-11-12 Juri Linkov <juri@jurta.org>
14234
14235 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
14236 New functions.
14237 (find-file-literally-at-point): Alias of `ffap-literally'.
14238
14239 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14240
14241 * textmodes/ispell.el (ispell-skip-region-alist):
14242 * textmodes/css-mode.el (auto-mode-alist):
14243 * progmodes/compile.el (auto-mode-alist):
14244 * international/mule.el (ctext-non-standard-encodings-alist)
14245 (ctext-non-standard-encodings-regexp):
14246 * simple.el (shell-command-switch, text-read-only):
14247 * replace.el (occur-mode-map):
14248 * paths.el (rmail-file-name):
14249 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
14250 * find-file.el (ff-special-constructs):
14251 * files.el (file-name-handler-alist):
14252 * composite.el: Purecopy strings.
14253
14254 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
14255
14256 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14257
14258 * widget.el (define-widget): Purecopy the docstring.
14259 * international/mule-cmds.el (charset): Do not purecopy the
14260 docstring here, define-widget does it.
14261
14262 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
14263 * textmodes/bibtex-style.el (auto-mode-alist):
14264 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14265 * progmodes/compile.el (compile-command):
14266 * language/korea-util.el (default-korean-keyboard):
14267 * international/mule-conf.el (file-coding-system-alist):
14268 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
14269 * tooltip.el (tooltip-frame-parameters):
14270 * newcomment.el (comment-end, comment-padding):
14271 * dired.el (dired-trivial-filenames):
14272 * comint.el (comint-file-name-prefix): Purecopy initial values.
14273
14274 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
14275
14276 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
14277 (tramp-advice-minibuffer-electric-tilde): Unload advices via
14278 `tramp-unload'.
14279 (tramp-advice-make-auto-save-file-name)
14280 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
14281 after removing the advice.
14282
14283 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14284
14285 * progmodes/grep.el (grep-regexp-alist):
14286 * international/mule-cmds.el (iso-2022-control-alist):
14287 * emacs-lisp/timer.el (timer-duration-words):
14288 * subr.el (version-separator, version-regexp-alist):
14289 * minibuffer.el (completion-styles-alist):
14290 * faces.el (face-attribute-name-alist, list-faces-sample-text):
14291 Change defvars to defconsts.
14292
14293 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
14294 * loadup.el ("international/mule-conf"): Load the byte compiled version.
14295 * international/mule-conf.el: Allow to be byte compiled.
14296
14297 * international/mule.el (define-charset): Purecopy props.
14298 (load-with-code-conversion): Purecopy doc string and file name.
14299 (put-charset-property): Purecopy strings.
14300 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
14301
14302 * international/mule-cmds.el (register-input-method): Purecopy arguments.
14303 (define-char-code-property): Correctly purecopy the table.
14304
14305 * international/ccl.el (define-ccl-program): Purecopy the docstring.
14306
14307 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
14308
14309 * subr.el (add-hook): Purecopy strings.
14310 (eval-after-load): Purecopy load-history-regexp and the form.
14311
14312 * custom.el (custom-declare-group): Purecopy load-file-name.
14313
14314 * subr.el (menu-bar-separator): New defconst.
14315 * net/eudc.el (eudc-tools-menu):
14316 * international/mule-cmds.el (set-coding-system-map)
14317 (mule-menu-keymap):
14318 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14319 * vc-hooks.el (vc-menu-map):
14320 * replace.el (occur-mode-map):
14321 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
14322 (menu-bar-edit-menu, menu-bar-goto-menu)
14323 (menu-bar-custom-menu, menu-bar-showhide-menu)
14324 (menu-bar-options-menu, menu-bar-tools-menu)
14325 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
14326 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
14327 (menu-bar-help-menu):
14328 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
14329 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
14330
14331 * term/x-win.el (x-gtk-stock-map):
14332 * progmodes/vera-mode.el (auto-mode-alist):
14333 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
14334 (inferior-lisp-program, inferior-lisp-load-command):
14335 * progmodes/hideshow.el (hs-special-modes-alist):
14336 * progmodes/gud.el (same-window-regexps):
14337 * progmodes/grep.el (grep-program, find-program, xargs-program):
14338 * net/telnet.el (same-window-regexps):
14339 * net/rlogin.el (same-window-regexps):
14340 * language/ethiopic.el (font-ccl-encoder-alist):
14341 * vc-sccs.el (vc-sccs-master-templates):
14342 * vc-rcs.el (vc-rcs-master-templates):
14343 * subr.el (cl-assertion-failed):
14344 * simple.el (next-error-overlay-arrow-position):
14345 * lpr.el (lpr-command):
14346 * locate.el (locate-ls-subdir-switches):
14347 * info.el (same-window-regexps, info)
14348 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14349 * image-mode.el (image-mode, auto-mode-alist):
14350 * hippie-exp.el (hippie-expand-ignore-buffers):
14351 * format.el (format-alist):
14352 * find-dired.el (find-ls-subdir-switches, find-grep-options)
14353 (find-name-arg):
14354 * facemenu.el (facemenu-keybindings):
14355 * dired.el (dired-listing-switches, dired-chown-program):
14356 * diff.el (diff-switches, diff-command):
14357 * cus-edit.el (same-window-regexps):
14358 * bindings.el (mode-line-mule-info)
14359 (mode-line-buffer-identification): Purecopy strings.
14360
14361 2009-11-11 Juri Linkov <juri@jurta.org>
14362
14363 * simple.el (dired-get-filename) <declare-function>:
14364 Tell the byte-compiler about dired-get-filename.
14365 (shell-command): In Dired mode, get filename from the current line
14366 as the default value.
14367
14368 2009-11-10 Glenn Morris <rgm@gnu.org>
14369
14370 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
14371 * calendar/holidays.el, progmodes/cperl-mode.el:
14372 Update x-popup-menu declarations.
14373
14374 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
14375 (list-load-path-shadows): Use dolist.
14376 (list-load-path-shadows): Use with-current-buffer.
14377
14378 2009-11-10 Juri Linkov <juri@jurta.org>
14379
14380 * minibuffer.el (read-file-name): Support a list of default values
14381 in `default-filename'. Use the first file name where only one
14382 element is required. Doc fix.
14383
14384 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
14385
14386 * net/dbus.el (dbus-unregister-object): Release service, if no
14387 other method is registered for it.
14388
14389 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
14390
14391 * bookmark.el (bookmark-completing-read): Sort bookmark names if
14392 bookmark-sort-flag is non-nil (Bug#4653).
14393
14394 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
14395
14396 * emulation/cua-base.el: Add CUA property to some CC mode commands
14397 (Bug#4100).
14398
14399 2009-11-08 Kevin Ryde <user42@zip.com.au>
14400
14401 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
14402 at end of sentence (Bug#4818).
14403
14404 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
14405
14406 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14407 Handle "see declaration of" MSFT statements (Bug#4100).
14408
14409 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
14410
14411 * net/tramp.el (tramp-advice-make-auto-save-file-name)
14412 (tramp-advice-file-expand-wildcards): Unload via
14413 `ad-remove-advice'.
14414
14415 * net/trampver.el: Update release number.
14416
14417 2009-11-08 Kevin Ryde <user42@zip.com.au>
14418
14419 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
14420 `ad-do-it'.
14421
14422 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
14423
14424 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
14425 in order to keep context in SELinux.
14426
14427 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
14428
14429 * dired-aux.el (dired-query): Place cursor in echo area and allow
14430 C-g.
14431
14432 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
14433 menu item if not on a directory (Bug#4701).
14434
14435 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
14436
14437 Sync with Tramp 2.1.17.
14438
14439 * net/tramp.el (tramp-handle-copy-directory): Don't use
14440 `file-remote-p' (due to compatibility).
14441
14442 * net/tramp-compat.el (tramp-compat-copy-directory)
14443 (tramp-compat-delete-directory): New defuns.
14444
14445 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
14446 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
14447 Use `tramp-compat-delete-directory'.
14448
14449 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
14450 (tramp-smb-handle-delete-directory):
14451 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
14452
14453 * net/trampver.el: Update release number.
14454
14455 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
14456
14457 * tar-mode.el (tar-copy): Call write-region on the right buffer
14458 (Bug#4857).
14459
14460 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
14461 by hand, if necessary (Bug#4878).
14462
14463 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
14464
14465 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
14466 align size column (Bug#4839).
14467
14468 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
14469 statement.
14470
14471 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
14472
14473 * progmodes/ld-script.el (auto-mode-alist):
14474 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
14475
14476 * cus-face.el (custom-declare-face): Purecopy face spec.
14477
14478 2009-11-06 Kenichi Handa <handa@m17n.org>
14479
14480 * international/uni-bidi.el: Re-generated.
14481 * international/uni-category.el: Re-generated.
14482 * international/uni-combining.el: Re-generated.
14483 * international/uni-mirrored.el: Re-generated.
14484
14485 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
14486
14487 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
14488 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
14489 (tex-start-options, slitex-run-command, latex-run-command)
14490 (tex-run-command, tex-directory):
14491 * textmodes/ispell.el (ispell-html-skip-alists)
14492 (ispell-tex-skip-alists, ispell-tex-skip-alists):
14493 * textmodes/fill.el (adaptive-fill-first-line-regexp):
14494 (adaptive-fill-regexp):
14495 * textmodes/dns-mode.el (auto-mode-alist):
14496 * progmodes/python.el (interpreter-mode-alist):
14497 * progmodes/etags.el (tags-compression-info-list):
14498 * progmodes/etags.el (tags-file-name):
14499 * net/browse-url.el (browse-url-galeon-program)
14500 (browse-url-firefox-program):
14501 * mail/sendmail.el (mail-signature-file)
14502 (mail-citation-prefix-regexp):
14503 * international/mule-conf.el (eight-bit):
14504 * international/latexenc.el (latex-inputenc-coding-alist):
14505 * international/fontset.el (x-pixel-size-width-font-regexp):
14506 * emacs-lisp/warnings.el (warning-type-format):
14507 * emacs-lisp/trace.el (trace-buffer):
14508 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
14509 (emacs-lisp-mode-map):
14510 * calendar/holidays.el (holiday-solar-holidays)
14511 (holiday-bahai-holidays, holiday-islamic-holidays)
14512 (holiday-christian-holidays, holiday-hebrew-holidays)
14513 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
14514 (hebrew-holidays-1, holiday-oriental-holidays)
14515 (holiday-general-holidays):
14516 * x-dnd.el (x-dnd-known-types):
14517 * tool-bar.el (tool-bar):
14518 * startup.el (site-run-file):
14519 * shell.el (shell-dumb-shell-regexp):
14520 * rfn-eshadow.el (file-name-shadow-tty-properties)
14521 (file-name-shadow-properties):
14522 * paths.el (remote-shell-program, news-directory):
14523 * mouse.el ([C-down-mouse-3]):
14524 * menu-bar.el (menu-bar-tools-menu):
14525 * jka-cmpr-hook.el (jka-compr-load-suffixes)
14526 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
14527 (jka-compr-compression-info-list):
14528 * isearch.el (search-whitespace-regexp):
14529 * image-file.el (image-file-name-extensions):
14530 * find-dired.el (find-ls-option):
14531 * files.el (directory-listing-before-filename-regexp)
14532 (directory-free-space-args, insert-directory-program)
14533 (list-directory-brief-switches, magic-fallback-mode-alist)
14534 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
14535 (automount-dir-prefix):
14536 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
14537 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
14538 (face-font-registry-alternatives, face-font-registry-alternatives)
14539 (face-font-family-alternatives):
14540 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
14541 (facemenu-foreground-menu, facemenu-face-menu):
14542 * epa-hook.el (epa-file-name-regexp):
14543 * dnd.el (dnd-protocol-alist):
14544 * textmodes/rst.el (auto-mode-alist):
14545 * button.el (default-button): Purecopy strings.
14546
14547 2009-11-06 Glenn Morris <rgm@gnu.org>
14548
14549 * Makefile.in (ELCFILES): Update.
14550
14551 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
14552
14553 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
14554 * emacs-lisp/levents.el: Move to obsolete/levents.el.
14555
14556 * nxml/xsd-regexp.el (xsdre-gen-categories):
14557 * nxml/xmltok.el (xmltok-parse-entity):
14558 * nxml/rng-parse.el (rng-parse-validate-file):
14559 * nxml/rng-maint.el (rng-format-manual)
14560 (rng-manual-output-force-new-line):
14561 * nxml/rng-loc.el (rng-save-schema-location-1):
14562 * nxml/rng-cmpct.el (rng-c-parse-file):
14563 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
14564 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
14565
14566 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
14567
14568 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14569 Remove extra save-excursions and make-variable-buffer-local's.
14570 Suggested by Stefan Monnier.
14571
14572 (verilog-getopt-file, verilog-module-inside-filename-p)
14573 (verilog-set-define): Merge GNU 1.35 and repair changes from
14574 switching to using with-current-buffer.
14575
14576 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
14577 being treated as a number and confusing AUTORESET.
14578 Reported by Dan Dever.
14579
14580 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
14581 Add verilog-auto-ignore-concat to fix backward compatibility with
14582 older verilog-modes. Reported by Dan Katz.
14583
14584 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
14585 containing closing anchors "...$".
14586
14587 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
14588 Reported by Wade Smith.
14589
14590 (verilog-batch-execute-func): Comment on function usage.
14591
14592 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
14593
14594 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
14595 for labels.
14596
14597 (verilog-label-re, verilog-calc-1): Support proper indent of named
14598 asserts.
14599
14600 (verilog-backward-token, verilog-basic-complete-re)
14601 (verilog-beg-of-statement, verilog-indent-re): Support proper
14602 indent of the assert statement at the beginning of a block of text.
14603
14604 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
14605 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
14606 tokens as begins.
14607
14608 2009-11-05 Glenn Morris <rgm@gnu.org>
14609
14610 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
14611 Emacs 19. (Bug#1531)
14612 (byte-compile-fix-header): Update for the above change.
14613 Drop test for epoch::version.
14614
14615 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
14616 * cus-dep.el (custom-make-dependencies):
14617 * finder.el (finder-compile-keywords):
14618 Use autoload-rubric's feature argument.
14619
14620 * calendar/diary-lib.el (top-level): Make load behave more like require.
14621
14622 * vc-git.el (vc-git-stash-map): Move definition before use.
14623
14624 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
14625
14626 * custom.el (custom-declare-group): Purecopy standard-value.
14627 (custom-declare-group): Purecopy custom-prefix.
14628
14629 * international/mule.el (load-with-code-conversion):
14630 Call do-after-load-evaluation unconditionally.
14631
14632 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
14633
14634 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
14635
14636 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
14637
14638 2009-11-04 Glenn Morris <rgm@gnu.org>
14639
14640 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
14641 (byte-compile-compatibility): Remove option.
14642 (byte-compile-close-variables, byte-compile-fix-header)
14643 (byte-compile-insert-header, byte-compile-output-docform)
14644 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
14645 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
14646 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
14647 (byte-compile-insert, byte-compile-defun):
14648 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
14649 (byte-defop-compiler19): Remove.
14650 Without byte-compile-compatibility, the 'emacs19-opcode property is not
14651 used by anything. Replace all calls with byte-defop-compiler.
14652
14653 2009-11-04 Juri Linkov <juri@jurta.org>
14654
14655 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
14656 (menu-bar-options-menu): Don't quote the `prop' arg of
14657 `menu-bar-make-mm-toggle'.
14658
14659 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
14660
14661 * calendar/calendar.el (cal-loaddefs):
14662 * calendar/diary-lib.el (diary-loaddefs):
14663 * calendar/holidays.el (hol-loaddefs):
14664 * eshell/esh-module.el (esh-groups): Load rather than require.
14665
14666 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14667
14668 * calendar/todo-mode.el (todo-add-category): Don't hardcode
14669 point-min==1.
14670 (todo-top-priorities): Only display-buffer when called interactively.
14671 (todo-item-start): Don't save excursion point.
14672 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
14673 (todo-insert-item-here, todo-file-item, todo-remove-item):
14674 Adjust uses of todo-item-start and todo-item-end.
14675
14676 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
14677 (autoload-rubric): Don't use any more.
14678
14679 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
14680 and only put a prop if it is non-nil.
14681
14682 2009-11-03 Juri Linkov <juri@jurta.org>
14683
14684 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
14685 (menu-bar-options-menu): Fix list quoting (Bug#4429).
14686
14687 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
14688 and "Menu" to make top-level menu item visually one unit (like
14689 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
14690 multi-word menu items). Fix :help string for quit-window.
14691
14692 2009-11-03 Glenn Morris <rgm@gnu.org>
14693
14694 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
14695 (byte-compile-file-form-define-abbrev-table)
14696 (byte-compile-file-form-custom-declare-variable)
14697 (byte-compile-variable-ref, byte-compile-defvar):
14698 Whether or not a warning is enabled should only affect whether we issue
14699 the warning, not whether or not we collect the relevant data.
14700 Eg warnings can be turned on and off throughout the course of a file.
14701
14702 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
14703 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
14704
14705 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14706
14707 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
14708 * play/mpuz.el (mpuz-create-buffer):
14709 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
14710 (lm-print-y,s,noise, lm-print-w0, lm-init):
14711 * play/gomoku.el (gomoku-prompt-for-move):
14712 * play/fortune.el (fortune-in-buffer):
14713 * play/dissociate.el (dissociated-press):
14714 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
14715 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
14716 * mail/supercite.el (sc-eref-show):
14717 * mail/smtpmail.el (smtpmail-send-it):
14718 * mail/rmailsum.el (rmail-summary-next-labeled-message)
14719 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
14720 (rmail-summary-undelete-many, rmail-summary-rmail-update)
14721 (rmail-summary-goto-msg, rmail-summary-expunge)
14722 (rmail-summary-get-new-mail, rmail-summary-search-backward)
14723 (rmail-summary-add-label, rmail-summary-output-menu)
14724 (rmail-summary-output-body):
14725 * mail/rfc822.el (rfc822-addresses):
14726 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
14727 * mail/mailpost.el (post-mail-send-it):
14728 * mail/hashcash.el (hashcash-generate-payment):
14729 * mail/feedmail.el (feedmail-run-the-queue)
14730 (feedmail-queue-send-edit-prompt-help-first)
14731 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
14732 (feedmail-deduce-address-list):
14733 * eshell/esh-ext.el (eshell-remote-command):
14734 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
14735 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
14736 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
14737 (viper-save-string-in-file, viper-valid-marker):
14738 * emulation/viper-keym.el (viper-toggle-key):
14739 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
14740 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
14741 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
14742 * emulation/viper-cmd.el (viper-exec-form-in-vi)
14743 (viper-exec-form-in-emacs, viper-brac-function):
14744 * emulation/viper.el (viper-delocalize-var):
14745 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
14746 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
14747 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
14748 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
14749 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
14750 * emulation/edt.el (edt-electric-helpify):
14751 * emulation/cua-rect.el (cua--rectangle-aux-replace):
14752 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
14753 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
14754 (cua-indent-to-global-mark-column):
14755 * calendar/diary-lib.el (calendar-mark-1):
14756 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
14757 Use with-current-buffer.
14758 * emulation/viper.el (viper-delocalize-var): Use dolist.
14759
14760 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
14761
14762 * comint.el (comint-replace-by-expanded-history-before-point):
14763 Replace !! with the previous input string literally (Bug#1795).
14764
14765 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
14766
14767 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
14768 to be made up of whitespace.
14769
14770 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
14771
14772 * minibuffer.el (read-file-name): Don't use file dialogs for
14773 remote directories (Bug#99).
14774
14775 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
14776
14777 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
14778
14779 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
14780
14781 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
14782 instead of deleting the window or frame.
14783
14784 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
14785
14786 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
14787 Support face colors.
14788
14789 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
14790 New function. Support face colors (Bug#1168).
14791 (tex-common-initialization): Use it.
14792
14793 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
14794 mode allows it (Bug#1168).
14795
14796 2009-10-31 Juri Linkov <juri@jurta.org>
14797
14798 * facemenu.el (list-colors-display): Don't mark buffer as
14799 modified (Bug#3948).
14800
14801 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
14802
14803 * international/mule-diag.el (list-character-sets-1):
14804 Minor message fix (Bug#3526).
14805
14806 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
14807 Fix face property (Bug#4834).
14808 (etags-list-tags, etags-tags-apropos-additional)
14809 (etags-tags-apropos, tags-select-tags-table): Add follow-link
14810 property.
14811
14812 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
14813 items.
14814
14815 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14816
14817 * textmodes/two-column.el (2C-split):
14818 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
14819 * textmodes/tex-mode.el (tex-set-buffer-directory):
14820 * textmodes/spell.el (spell-region, spell-string):
14821 * textmodes/reftex.el (reftex-erase-buffer):
14822 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
14823 * textmodes/reftex-toc.el (reftex-toc-promote-action):
14824 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
14825 (reftex-select-item):
14826 * textmodes/reftex-ref.el (reftex-label-info-update)
14827 (reftex-offer-label-menu):
14828 * textmodes/reftex-index.el (reftex-index-change-entry)
14829 (reftex-index-phrases-info):
14830 * textmodes/reftex-global.el (reftex-create-tags-file)
14831 (reftex-save-all-document-buffers, reftex-ensure-write-access):
14832 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
14833 (reftex-view-crossref-from-bibtex):
14834 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
14835 (reftex-extract-bib-entries-from-thebibliography)
14836 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
14837 * textmodes/refbib.el (r2b-capitalize-title):
14838 (r2b-convert-buffer, r2b-help):
14839 * textmodes/page-ext.el (pages-directory)
14840 (pages-directory-goto-with-mouse):
14841 * textmodes/bibtex.el (bibtex-validate-globally):
14842 * textmodes/bib-mode.el (bib-capitalize-title):
14843 * textmodes/artist.el (artist-clear-buffer, artist-system):
14844 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
14845 (local-set-scheme-interaction-buffer, xscheme-process-filter)
14846 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
14847 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
14848 (xscheme-send-control-g-interrupt, xscheme-start-process)
14849 (xscheme-process-sentinel, xscheme-cd):
14850 * progmodes/verilog-mode.el (verilog-read-always-signals)
14851 (verilog-set-define, verilog-getopt-file)
14852 (verilog-module-inside-filename-p):
14853 * progmodes/sh-script.el:
14854 * progmodes/python.el (python-pdbtrack-get-source-buffer)
14855 (python-pdbtrack-grub-for-buffer, python-execute-file):
14856 * progmodes/octave-inf.el (inferior-octave):
14857 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14858 (idlwave-shell-compile-helper-routines, idlwave-set-local)
14859 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
14860 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
14861 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
14862 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
14863 (idlwave-shell-filter, idlwave-shell-examine-highlight)
14864 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
14865 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
14866 (idlwave-shell-examine-display, idlwave-shell-run-region)
14867 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
14868 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
14869 * progmodes/idlw-help.el (idlwave-help-get-special-help)
14870 (idlwave-help-get-help-buffer):
14871 * progmodes/gud.el (gud-basic-call, gud-find-class)
14872 (gud-tooltip-activate-mouse-motions-if-enabled):
14873 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
14874 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
14875 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
14876 (ebrowse-tags-next-file):
14877 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
14878 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
14879 (ebnf-eps-finish-and-write):
14880 * progmodes/cpp.el (cpp-edit-save):
14881 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
14882 * progmodes/cc-defs.el (c-emacs-features):
14883 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
14884 (antlr-directory-dependencies):
14885 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
14886 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
14887 (ada-find-any-references, ada-make-filename-from-adaname)
14888 (ada-make-body-gnatstub):
14889 * obsolete/rnews.el (news-list-news-groups):
14890 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
14891 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
14892 * net/rcirc.el (rcirc-debug):
14893 * net/newst-treeview.el (newsticker--treeview-list-add-item)
14894 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
14895 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
14896 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
14897 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
14898 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
14899 (newsticker--treeview-list-clear-highlight)
14900 (newsticker--treeview-list-update-highlight)
14901 (newsticker--treeview-list-highlight-start)
14902 (newsticker--treeview-tree-update-highlight)
14903 (newsticker--treeview-get-selected-item)
14904 (newsticker-treeview-mark-list-items-old)
14905 (newsticker--treeview-set-current-node):
14906 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
14907 * net/newst-backend.el (newsticker--get-news-by-funcall)
14908 (newsticker--get-news-by-wget, newsticker--image-get)
14909 (newsticker--image-sentinel):
14910 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
14911 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
14912 (eudc-ph-close-session):
14913 * net/eudc.el (eudc-save-options):
14914 * language/thai-word.el (thai-update-word-table):
14915 * language/japan-util.el (japanese-string-conversion):
14916 * international/titdic-cnv.el (tsang-quick-converter)
14917 (ziranma-converter, ctlau-converter):
14918 * international/mule-cmds.el (describe-language-environment):
14919 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
14920 (skkdic-convert-postfix, skkdic-convert-prefix):
14921 (skkdic-convert-okuri-nasi, skkdic-convert):
14922 * emacs-lisp/re-builder.el (reb-update-overlays):
14923 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
14924 * emacs-lisp/gulp.el (gulp-send-requests):
14925 * emacs-lisp/find-gc.el (trace-call-tree):
14926 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
14927 (eieio-describe-generic):
14928 * emacs-lisp/eieio-base.el (eieio-persistent-read):
14929 * emacs-lisp/edebug.el (edebug-outside-excursion):
14930 * emacs-lisp/debug.el (debugger-make-xrefs):
14931 * emacs-lisp/cust-print.el (custom-prin1-to-string):
14932 * emacs-lisp/chart.el (chart-new-buffer):
14933 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
14934 Use with-current-buffer.
14935 * textmodes/artist.el (artist-system): Don't call
14936 copy-sequence on a fresh string.
14937 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
14938
14939 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
14940
14941 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
14942 is no item to edit. (Bug#4820)
14943 (todo-top-priorities): Restore point and restore narrowing in Todo
14944 buffer. (Bug#4820)
14945
14946 2009-10-31 Glenn Morris <rgm@gnu.org>
14947
14948 * net/ange-ftp.el (top-level): Don't require dired when compiling.
14949 (comint-last-output-start, comint-last-input-start)
14950 (comint-last-input-end): Don't defvar when compiling.
14951 (ange-ftp-process-file): Use bound-and-true-p.
14952
14953 * pcmpl-rpm.el (top-level): Move provide statement to end.
14954 (pcmpl-rpm): Remove unused custom group.
14955
14956 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
14957
14958 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
14959
14960 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14961 (byte-compile-warnings): Add `constants' as an option.
14962 (byte-compile-callargs-warn, byte-compile-arglist-warn)
14963 (display-call-tree): Update for byte-compile-fdefinition possibly
14964 returning `(macro lambda ...)'. (Bug#4778)
14965 (byte-compile-variable-ref, byte-compile-setq-default):
14966 Respect `constants' member of byte-compile-warnings.
14967
14968 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14969
14970 * vc-bzr.el (vc-bzr-revision-keywords): New var.
14971 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
14972 to "submit:".
14973
14974 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
14975
14976 * textmodes/ispell.el (ispell-skip-region-alist):
14977 * international/mule-conf.el (eight-bit):
14978 * international/fontset.el (font-encoding-alist):
14979 * startup.el (pure-space-overflow-message):
14980 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
14981 * paths.el (gnus-nntp-service, rmail-spool-directory)
14982 (term-file-prefix):
14983 * files.el (save-some-buffers-action-alist):
14984 * cmuscheme.el (same-window-buffer-names):
14985 * ielm.el (same-window-buffer-names):
14986 * shell.el (same-window-buffer-names):
14987 * mail/sendmail.el (same-window-buffer-names):
14988 * progmodes/inf-lisp.el (same-window-buffer-names):
14989 * bindings.el (mode-line-client)
14990 (mode-line-column-line-number-mode-map):
14991 * language/tibetan.el (tibetan-precomposition-rule-regexp)
14992 (tibetan-precomposed-regexp): Purecopy string arguments.
14993
14994 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14995
14996 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
14997 (calcDigit-nondigit):
14998 * calc/calc-yank.el (calc-copy-to-buffer):
14999 * calc/calc-units.el (calc-invalidate-units-table):
15000 * calc/calc-trail.el (calc-trail-yank):
15001 * calc/calc-store.el (calc-insert-variables):
15002 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
15003 * calc/calc-prog.el (calc-read-parse-table):
15004 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
15005 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
15006 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
15007 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
15008 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
15009 (calc-graph-name, calc-graph-find-command, calc-graph-view)
15010 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
15011 * calc/calc-ext.el (calc-realign):
15012 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
15013 (calc-embedded-finish-edit, calc-embedded-make-info)
15014 (calc-embedded-finish-command, calc-embedded-stack-change):
15015 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
15016
15017 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
15018 shell-dynamic-complete-filename in preference to
15019 comint-dynamic-complete-filename.
15020
15021 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15022 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15023 Don't consider whether the display supports colors.
15024 (bookmark-import-new-list): Use dolist.
15025 (bookmark-bmenu-mode-map): Move initialization into declaration.
15026 (bookmark-bmenu-list): Use dolist, simplify.
15027 (bookmark-show-all-annotations): Use save-selected-window and dolist.
15028 (menu-bar-final-items): Use push.
15029
15030 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
15031
15032 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
15033 it works on remote files.
15034 (vc-hg-diff): Don't pass any `--cwd' argument.
15035
15036 2009-10-27 Kevin Ryde <user42@zip.com.au>
15037
15038 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15039 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
15040 (Further to Bug#3921).
15041
15042 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
15043
15044 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
15045 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
15046 calling `tramp-imap-put-file'. Add file size to the call.
15047 (tramp-imap-get-file-entries): Compute also user name, file size,
15048 and date.
15049 (tramp-imap-handle-insert-directory): Insert uid and gid.
15050 (tramp-imap-handle-file-attributes): Transform uid and gid
15051 according to `id-format'.
15052 (tramp-imap-put-file): New optional parameter SIZE. Encode file
15053 size in header X-Size.
15054
15055 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
15056
15057 * simple.el (transpose-subr): Give clearer error when the mark
15058 is not set. (Bug#4807)
15059
15060 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
15061
15062 * net/tramp.el (tramp-perl-file-truename): New defconst.
15063 Perl code contributed by yary <not.com@gmail.com> (tiny change).
15064 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
15065 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
15066 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
15067
15068 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
15069 Ignore `dired-call-process'.
15070 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
15071
15072 2009-10-26 Julian Scheid <julians37@gmail.com>
15073
15074 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
15075 (tramp-get-remote-readlink): New defun.
15076 (tramp-handle-file-truename): Use it.
15077 (tramp-handle-file-exists-p): Check file-attributes cache, assume
15078 file exists if cache value present.
15079 (tramp-check-cached-permissions): New defun.
15080 (tramp-handle-file-readable-p): Use it.
15081 (tramp-handle-file-writable-p): Likewise.
15082 (tramp-handle-file-executable-p): Likewise.
15083 (tramp-handle-file-name-all-completions): Try using Perl to get
15084 partial completions. When perl not available, combine `cd' and
15085 `ls' into single remote operation and use shell expansion to get
15086 partial remote directory contents. Set `file-exists-p' cache for
15087 directory and any files returned by ls. Change cache handling to
15088 support partial directory contents. Use error message emitted by
15089 remote `cd' or Perl code for local tramp-error.
15090 (tramp-do-copy-or-rename-file-directly): Avoid separate
15091 tramp-send-command-and-check call.
15092 (tramp-handle-process-file): Merge three remote ops into one.
15093 Do not flush all caches when `process-file-side-effects' is set.
15094 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
15095 file-attributes shows uid/gid to be set already.
15096
15097 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15098
15099 * textmodes/tex-mode.el (tex-dvi-view-command)
15100 (tex-show-queue-command, tex-open-quote):
15101 * progmodes/ruby-mode.el (auto-mode-alist)
15102 (interpreter-mode-alist): Purecopy strings.
15103
15104 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
15105
15106 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
15107 string for the hook, keymap and abbrev table.
15108
15109 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
15110
15111 * x-dnd.el (x-dnd-xdnd-to-action):
15112 * startup.el (fancy-startup-text, fancy-about-text): Change to
15113 defconst from defvar.
15114
15115 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
15116
15117 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
15118 Purecopy initialization strings.
15119
15120 * mail/sendmail.el (mail-header-separator)
15121 (mail-personal-alias-file):
15122 * mail/rmail.el (rmail-default-dont-reply-to-names)
15123 (rmail-ignored-headers, rmail-retry-ignored-headers)
15124 (rmail-highlighted-headers, rmail-secondary-file-directory)
15125 (rmail-secondary-file-regexp):
15126 * files.el (null-device, file-name-invalid-regexp)
15127 (locate-dominating-stop-dir-regexp)
15128 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
15129 (interpreter-mode-alist): Use mapcar instead of mapc.
15130
15131 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
15132
15133 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
15134 (completion-ignored-extensions):
15135 (debug-ignored-errors): Purecopy strings.
15136
15137 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
15138
15139 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
15140 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
15141 (pcomplete--here): Use push.
15142
15143 * subr.el (all-completions): Declare the 4th arg obsolete.
15144
15145 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15146
15147 * pcomplete.el (pcomplete-unquote-argument-function): New var.
15148 (pcomplete-unquote-argument): New function.
15149 (pcomplete--common-suffix): Always pay attention to case.
15150 (pcomplete--table-subvert): Quote and unquote the text.
15151 (pcomplete--common-quoted-suffix): New function.
15152 (pcomplete-std-complete): Use it and pcomplete-begin.
15153
15154 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
15155 we're inside a dedicated or minibuffer window.
15156
15157 2009-10-24 Karl Fogel <kfogel@red-bean.com>
15158
15159 * bookmark.el: Update documentation, especially documentation
15160 of `bookmark-alist' and of the bookmark file format.
15161 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
15162
15163 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
15164
15165 * mail/emacsbug.el (report-emacs-bug): Clarify that the
15166 keybindings apply to the mail buffer (Bug#4003). Shrink help
15167 window to buffer.
15168
15169 * whitespace.el (whitespace-mode, whitespace-newline-mode)
15170 (global-whitespace-mode, global-whitespace-newline-mode)
15171 (whitespace-toggle-options, global-whitespace-toggle-options):
15172 Doc fix (Bug#3660).
15173
15174 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
15175 of xmltok-start before the end tag was inserted (Bug#2840).
15176
15177 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
15178 patterns that are preceded by an open-paren (Bug#1320).
15179
15180 2009-10-24 Sven Joachim <svenjoac@gmx.de>
15181
15182 * files.el (delete-directory): Delete symlinks to directories with
15183 delete-file (Bug#4739).
15184
15185 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
15186
15187 * vc.el (vc-backend-for-registration): Rename from
15188 vc-get-backend-for-registration. Update callers.
15189
15190 * international/mule-cmds.el (set-language-info-alist):
15191 Purecopy lang-env.
15192 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
15193 (charset): Purecopy the name.
15194 (define-char-code-property): Purecopy string arguments.
15195
15196 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15197 Purecopy string arguments.
15198
15199 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15200 * ediff-hook.el (menu-bar-ediff-menu):
15201 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
15202 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
15203
15204 2009-10-24 Glenn Morris <rgm@gnu.org>
15205
15206 * comint.el (comint-dynamic-list-completions):
15207 * term.el (term-dynamic-list-completions): Use choose-completion rather
15208 than obsolete alias mouse-choose-completion.
15209
15210 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
15211 file-cache-choose-completion.
15212 (file-cache-choose-completion): Handle an optional event argument.
15213 (file-cache-mouse-choose-completion): Make it an obsolete alias.
15214
15215 * progmodes/octave-mod.el (octave-complete-symbol):
15216 Use choose-completion if mouse-choose-completion is ever removed.
15217
15218 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
15219 use.
15220
15221 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
15222 compiler.
15223
15224 * vc-hooks.el (vc-responsible-backend): Fix declaration.
15225
15226 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15227
15228 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
15229 Ignore `pred' now that we receive one.
15230 Handle test-completion specially.
15231
15232 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15233
15234 * vc.el (vc-responsible-backend): Throw an error if not backend is
15235 found. Remove the REGISTER argument. Move the code dealing with
15236 REGISTER ...
15237 (vc-get-backend-for-registration): ... here. New function.
15238 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
15239 of vc-responsible-backend, pass the file name instead of the
15240 directory name.
15241
15242 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15243
15244 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
15245 New funs.
15246 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
15247 (pcomplete-comint-setup): Don't modify a global var via
15248 accidental side-effects.
15249 (pcomplete-shell-setup): Adjust call accordingly.
15250 (pcomplete-parse-comint-arguments): Use push.
15251
15252 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
15253
15254 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15255 Allow uncapitalized info node names (Bug#3921).
15256
15257 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
15258 to the DEBUG file (Bug#3781).
15259
15260 2009-10-23 Jari Aalto <jari.aalto@cante.net>
15261
15262 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
15263 dictionary entry (Bug#4579).
15264
15265 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
15266
15267 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
15268 from `rfn-eshadow-update-overlay-hook' when unloading.
15269 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
15270 "rsyncc". Adjust doc string.
15271 (tramp-temp-buffer-file-name): New buffer-local defvar.
15272 (tramp-handle-insert-file-contents, tramp-handle-write-region):
15273 Keep temporary file when indicated by method ("rsync" and
15274 "rsyncc").
15275 (tramp-handle-write-region): Handle APPEND.
15276 (tramp-delete-temp-file-function): New defun. Added to
15277 `kill-buffer-hook'.
15278
15279 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
15280
15281 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
15282
15283 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15284
15285 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
15286 (color-name-rgb-alist, tty-standard-colors)
15287 (tty-color-mode-alist): Change to defconst.
15288
15289 * simple.el (mark-inactive): Purecopy message.
15290
15291 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
15292 (global-map, yank-menu):
15293 * textmodes/ispell.el (ispell-menu-map):
15294 * net/eudc.el (eudc-tools-menu):
15295 * international/mule-cmds.el (describe-language-environment-map)
15296 (setup-language-environment-map, set-coding-system-map)
15297 (mule-menu-keymap):
15298 * vc-hooks.el (vc-menu-entry, vc-menu-map):
15299 * replace.el (occur-mode-map):
15300 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
15301
15302 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
15303
15304 * calc/calc.el (math-read-number, math-read-number-simple):
15305 Use `save-match-data'.
15306
15307 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15308
15309 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
15310 rather than fiddling with global-map bindings, since it should only
15311 affect per-terminal settings.
15312 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
15313
15314 * minibuffer.el (completion-table-with-terminator): Allow to specify
15315 the terminator-regexp.
15316
15317 * simple.el (switch-to-completions): Look for *Completions* in other
15318 frames as well.
15319
15320 * pcomplete.el: Allow the use of completion-tables.
15321 (pcomplete-std-complete): New command.
15322 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
15323 (pcomplete--here): Use a function for `form' rather than an expression,
15324 so it can be byte-compiled.
15325 (pcomplete-here, pcomplete-here*): Adjust accordingly.
15326 Add edebug declaration.
15327 (pcomplete-show-completions): Remove unused var `curbuf'.
15328 (pcomplete-do-complete, pcomplete-stub):
15329 Don't assume `completions' is a list of strings any more.
15330
15331 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
15332
15333 * find-dired.el (find-name-arg): Fix typo in docstring.
15334
15335 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15336
15337 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
15338 (pcmpl-linux-fs-types): Same, and update to new modules layout.
15339
15340 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
15341 pcomplete-entries.
15342
15343 * comint.el (comint-read-input-ring, comint-write-input-ring)
15344 (comint-substitute-in-file-name)
15345 (comint-dynamic-complete-as-filename)
15346 (comint-dynamic-simple-complete)
15347 (comint-dynamic-list-filename-completions)
15348 (comint-dynamic-list-completions)
15349 (comint-redirect-results-list-from-process): Minor simplifications.
15350
15351 2009-10-21 Kevin Ryde <user42@zip.com.au>
15352
15353 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
15354 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
15355 the first form. And insert a blank line after ";;; Code" since
15356 that's usual style. (Bug#4612)
15357
15358 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
15359
15360 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15361
15362 * minibuffer.el (completion-table-with-terminator): Properly implement
15363 boundaries, in case `terminator' appears in the suffix.
15364 (completion--embedded-envvar-table): Don't return boundaries if
15365 there's no valid completion. Simplify.
15366 (completion-file-name-table): New completion table extracted from
15367 completion--file-name-table.
15368 (completion--file-name-table): Use it.
15369 (read-file-name-predicate): Declare obsolete.
15370 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
15371 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
15372 completion-file-name-table, and use the `pred' argument.
15373 * files.el (locate-file-completion-table): Use the `pred' arg rather
15374 than read-file-name-predicate.
15375 (abbreviate-file-name): Use \` rather than ^ for BOS.
15376
15377 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15378
15379 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
15380 vc-responsible-backend to register, it causes problems.
15381
15382 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15383
15384 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
15385
15386 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
15387
15388 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
15389 (tramp-smb-handle-file-attributes): Use it.
15390 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
15391 (tramp-smb-handle-insert-directory): Use `mapc' rather than
15392 `mapcar'. Use `tramp-smb-get-stat-capability'.
15393 Add `dired-filename' text properties.
15394 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
15395 (tramp-smb-maybe-open-connection): Simplify check for smbclient
15396 version.
15397
15398 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15399
15400 * subr.el (read-key-delay): Reduce to 0.01.
15401 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
15402 (bug#4751).
15403
15404 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15405
15406 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
15407
15408 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
15409 (Info-menu): Remove unused vars `last' and `completions'.
15410 (Info-index-nodes): Remove unused var `node'.
15411
15412 * info.el (Info-complete-menu-item): Use complete-with-action.
15413
15414 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
15415
15416 Make vc-annotate work through copies and renames.
15417 * vc-annotate.el (vc-annotate-extract-revision-at-line):
15418 Return the file name too.
15419 (vc-annotate-revision-at-line)
15420 (vc-annotate-find-revision-at-line)
15421 (vc-annotate-revision-previous-to-line)
15422 (vc-annotate-show-log-revision-at-line): Update to get the file
15423 name from vc-annotate-extract-revision-at-line.
15424 (vc-annotate-show-diff-revision-at-line-internal): Change the
15425 argument to mean whether to show a file diff or not. Get the file
15426 name from vc-annotate-extract-revision-at-line.
15427 (vc-annotate-show-diff-revision-at-line):
15428 Update vc-annotate-show-diff-revision-at-line call.
15429 (vc-annotate-warp-revision): Add an optional file argument.
15430
15431 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
15432 (vc-git-annotate-extract-revision-at-line): Also return the file
15433 name if found.
15434
15435 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
15436 command. Remove unused code.
15437 (vc-hg-annotate-re): Update to match --follow output.
15438 (vc-hg-annotate-extract-revision-at-line): Also return the file
15439 name if found.
15440
15441 * vc.el: Update annotate-extract-revision-at-line documentation.
15442
15443 2009-10-18 Kevin Ryde <user42@zip.com.au>
15444
15445 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
15446 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
15447
15448 * net/browse-url.el (browse-url): Identify alist with "consp and
15449 not functionp" and let all other things go down the `apply' leg,
15450 as suggested by Stefan. (Further to bug#4531.)
15451
15452 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
15453
15454 * minibuffer.el (read-file-name): Check for repeat before putting
15455 a default argument in file-name-history (Bug#4657).
15456
15457 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
15458 read syntax (Bug#4737).
15459
15460 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
15461
15462 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15463
15464 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
15465 (html-tag-alist, html-tag-help): Add descriptions for undocumented
15466 entries and make note of obsolete tags.
15467
15468 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15469
15470 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
15471
15472 2009-10-18 Glenn Morris <rgm@gnu.org>
15473
15474 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
15475 grep, so that binary files (eg international/uni-bidi.el) can match.
15476 Remove test for "UnicodeData" files, since it is hopefully unnecessary
15477 now, and in any case the file header format has changed.
15478
15479 2009-10-17 Glenn Morris <rgm@gnu.org>
15480
15481 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
15482 (flyspell-get-word, flyspell-large-region)
15483 (flyspell-auto-correct-previous-word): Doc/error message fixes.
15484
15485 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
15486
15487 * Makefile.in (ELCFILES): Add ede/shell.
15488
15489 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
15490
15491 * term/common-win.el (x-colors): Purecopy it.
15492
15493 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15494
15495 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
15496 permissive for when the buffer is empty.
15497 (tar-header-block-tokenize): Decode the username and groupname.
15498 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
15499
15500 2009-10-17 Eric Ludlam <zappo@gnu.org>
15501
15502 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
15503 contains multibyte characters, choose first applicable coding
15504 system automatically.
15505
15506 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15507
15508 * international/mule-cmds.el (select-safe-coding-system): If the file
15509 has a coding cookie, use it regardless of any other setting (bug#4712).
15510
15511 2009-10-17 Glenn Morris <rgm@gnu.org>
15512
15513 * foldout.el (foldout-mouse-swallow-events):
15514 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
15515
15516 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
15517 (dired-keep-marker-copy, dired-keep-marker-hardlink)
15518 (dired-keep-marker-symlink, dired-dwim-target)
15519 (dired-copy-preserve-time): Do not autoload these defcustoms.
15520
15521 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
15522 messages from messing up the file coding. (Bug#4623)
15523
15524 2009-10-17 Jari Aalto <jari.aalto@cante.net>
15525
15526 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
15527 if no match is found for the current dictionary. (Bug#4578)
15528
15529 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
15530 optional, since that is how it is documented, and this is often called
15531 with a nil argument. (Bug#4577)
15532 (flyspell-external-point-words, flyspell-auto-correct-word)
15533 (flyspell-correct-word-before-point, flyspell-word-search-forward)
15534 (flyspell-word-search-backward): Remove nil argument in calls to
15535 flyspell-get-word, since it is not needed now.
15536
15537 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
15538
15539 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
15540
15541 2009-10-16 Glenn Morris <rgm@gnu.org>
15542
15543 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
15544
15545 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
15546
15547 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
15548 (ange-ftp-file-size): New function.
15549 (ange-ftp-file-attributes): Use it.
15550
15551 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
15552
15553 * net/tramp-smb.el (tramp-smb-version): New defvar.
15554 (tramp-smb-maybe-open-connection): Use it, in order to avoid
15555 repeated checks.
15556
15557 2009-10-16 Glenn Morris <rgm@gnu.org>
15558
15559 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
15560 Maybe copy some custom properties from old to new name. (Bug#4706)
15561
15562 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
15563
15564 * subr.el (error, sit-for, start-process-shell-command)
15565 (start-file-process-shell-command): Set the calling convention
15566 after the function definition.
15567
15568 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15569
15570 * subr.el (error, sit-for, start-process-shell-command)
15571 (start-file-process-shell-command): Use the new
15572 set-advertised-calling-convention feature.
15573
15574 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
15575
15576 * international/ucs-normalize.el (ucs-normalize-version):
15577 Change to 1.2.
15578 (check-range): Adjust for Unicode 5.2.
15579
15580 2009-10-15 Juri Linkov <juri@jurta.org>
15581
15582 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
15583 to the `menu-item' format.
15584
15585 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
15586
15587 * net/tramp.el (tramp-replace-environment-variables): Do not fail
15588 if the environment variable does not exist.
15589
15590 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15591 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
15592 parameter.
15593 (tramp-smb-handle-add-name-to-file)
15594 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15595 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15596 (tramp-smb-handle-file-attributes)
15597 (tramp-smb-do-file-attributes-with-stat)
15598 (tramp-smb-handle-file-local-copy)
15599 (tramp-smb-handle-insert-directory)
15600 (tramp-smb-handle-make-directory)
15601 (tramp-smb-handle-make-directory-internal)
15602 (tramp-smb-handle-make-symbolic-link)
15603 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
15604 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
15605 (tramp-smb-maybe-open-connection): Apply the changed parameters.
15606 (tramp-smb-read-file-entry): Read Disk names in compressed format.
15607 Handle long file names.
15608 (tramp-smb-get-cifs-capabilities): Check, whether the connection
15609 process is running.
15610 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
15611 Read share names with "-g" option.
15612
15613 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
15614
15615 * net/rcirc.el (rcirc-view-log-file): New command.
15616 (rcirc-track-minor-mode-map): Remove C-c ` binding.
15617 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
15618 specified.
15619
15620 2009-10-15 Glenn Morris <rgm@gnu.org>
15621
15622 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
15623 from the second command-line argument.
15624 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
15625 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
15626 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
15627 w32-batch-update-autoloads.
15628 * emacs-lisp/autoload.el (autoload-make-program): New variable.
15629 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
15630
15631 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
15632 the headers cannot be located. Simplify, subtracting superflous
15633 save-excursions.
15634
15635 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15636
15637 Replace completion-base-size by completion-base-position to fix bugs
15638 such as (bug#4699).
15639 * simple.el (completion-base-position): New var.
15640 (completion-base-size): Mark as obsolete.
15641 (choose-completion): Make it work for mouse events as well.
15642 Pass the new base-position to choose-completion-string.
15643 (choose-completion-guess-base-position): New function, extracted from
15644 choose-completion-delete-max-match.
15645 (choose-completion-delete-max-match): Use it. Make obsolete.
15646 (choose-completion-string): Use the new base-position info.
15647 (completion-root-regexp): Delete.
15648 (completion-setup-function): Preserve completion-base-position.
15649 Eliminate obsolete base-size manipulation.
15650 * minibuffer.el (display-completion-list): Don't mess with base-size.
15651 (minibuffer-completion-help): Set completion-base-position instead.
15652 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
15653 choose-completion.
15654 * textmodes/bibtex.el (bibtex-complete):
15655 * emacs-lisp/crm.el (crm--choose-completion-string):
15656 Adjust to new calling convention.
15657 * complete.el (partial-completion-mode): Use minibufferp to avoid
15658 bumping into incompatible change to choose-completion-string-functions.
15659 * ido.el (ido-choose-completion-string): Make its calling convention
15660 more permissive.
15661 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
15662 base-size manipulation.
15663 (comint-dynamic-list-input-ring): Use dotimes and push.
15664 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
15665 fundamental-mode. Use `or'.
15666
15667 2009-10-14 Juri Linkov <juri@jurta.org>
15668
15669 * misearch.el (multi-isearch-next-buffer-from-list)
15670 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
15671
15672 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15673
15674 * Makefile.in (compile-onefile): Load `bytecomp' rather than
15675 `bytecomp.el'.
15676
15677 * minibuffer.el (completion-pcm--merge-completions): Make sure the
15678 string we return is all made up of text from the completions rather
15679 than part from the completions and part from the input (bug#4219).
15680
15681 * ido.el (ido-everywhere): Use define-minor-mode.
15682
15683 * buff-menu.el (list-buffers, ctl-x-map):
15684 Mark the entry points with ;;;###autoload cookies.
15685
15686 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
15687
15688 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
15689 correctly in the detached head case.
15690 (vc-git-print-log): Remove unused binding.
15691
15692 * vc.el (vc-responsible-backend): When a directory is passed for
15693 for registration create a VC repository if no backend is
15694 responsible for the directory argument.
15695 (vc-deduce-fileset): Tell vc-responsible-backend to register.
15696
15697 * vc.el: Move comments about RCS and SCCS ...
15698 * vc-rcs.el:
15699 * vc-sccs.el: ... here, respectively.
15700
15701 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15702
15703 * minibuffer.el (completion--file-name-table): Return nil if there's
15704 no file completion, even if substitute-in-file-name changed
15705 the string (bug#4708).
15706
15707 2009-10-13 Juri Linkov <juri@jurta.org>
15708
15709 * files-x.el (read-file-local-variable-value): Don't filter out
15710 minor modes from mode name completion (bug#4664).
15711
15712 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
15713
15714 * international/mule-cmds.el (ucs-names): Remove exclusion of
15715 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
15716
15717 2009-10-13 Kenichi Handa <handa@m17n.org>
15718
15719 * international/uni-name.el: Regenerated.
15720
15721 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
15722
15723 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
15724 should be automatically buffer-local, but isn't.)
15725
15726 2009-10-12 Sam Steingold <sds@gnu.org>
15727
15728 * progmodes/compile.el (compilation-next-error-function): Fix the
15729 timestamps if the buffer has been visited before.
15730 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
15731 non-anchored patterns, like the perl one (bug#3928).
15732
15733 2009-10-12 Glenn Morris <rgm@gnu.org>
15734
15735 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
15736 Let-bind `size'.
15737
15738 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
15739
15740 * proced.el (proced-unload-function): New function.
15741
15742 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
15743 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
15744 Doc fix.
15745
15746 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
15747
15748 2009-10-11 Juri Linkov <juri@jurta.org>
15749
15750 * files-x.el (read-file-local-variable-value):
15751 Provide default value only for bound variables (bug#4664).
15752
15753 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
15754
15755 * net/tramp.el (tramp-local-host-p): Function shall return nil for
15756 connection methods like smb.
15757
15758 * net/tramp-cache.el (tramp-flush-connection-property): The hash
15759 can be empty.
15760
15761 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15762 (tramp-smb-file-name-handler-alist): Add handlers for
15763 `add-name-to-file', `make-symbolic-link'.
15764 (tramp-smb-handle-add-name-to-file)
15765 (tramp-smb-do-file-attributes-with-stat)
15766 (tramp-smb-handle-make-symbolic-link)
15767 (tramp-smb-get-cifs-capabilities): New defuns.
15768 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15769 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15770 (tramp-smb-handle-file-local-copy)
15771 (tramp-smb-handle-make-directory-internal)
15772 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
15773 The file name syntax depends on cifs capabilities.
15774 (tramp-smb-handle-file-attributes):
15775 Call `tramp-smb-do-file-attributes-with-stat' if possible.
15776 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
15777 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
15778
15779 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
15780
15781 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
15782 (eieio-defclass): Apply deftype handler and setf-method properties
15783 directly.
15784 (eieio-add-new-slot): Avoid union function from cl library.
15785 (eieio--typep): New function.
15786 (eieio-perform-slot-validation): Use it.
15787
15788 2009-10-10 Karl Fogel <kfogel@red-bean.com>
15789
15790 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
15791 Update documentation to refer to the variables documented in r1.135.
15792 (Bug#4188)
15793
15794 2009-10-10 Karl Fogel <kfogel@red-bean.com>
15795
15796 * bookmark.el (Info-suffix-list): Remove this unused variable.
15797 (bookmark-current-point): Remove this obsolete variable.
15798 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
15799 Adjust for removal of bookmark-current-point.
15800
15801 (bookmarks-already-loaded, bookmark-current-buffer)
15802 (bookmark-yank-point): Document. (Bug#4188)
15803
15804 2009-10-10 Glenn Morris <rgm@gnu.org>
15805
15806 * frame.el (frame-height): Doc fix.
15807
15808 * calendar/calendar.el (calendar-split-width-threshold): New option.
15809 (calendar-basic-setup): Use calendar-split-width-threshold.
15810
15811 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
15812
15813 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
15814 Ideographic Supplement" range (U+1F200..U+1F2FF).
15815
15816 2009-10-09 Karl Fogel <kfogel@red-bean.com>
15817
15818 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
15819 since the list will have been rebuilt anyway. (Bug#4349)
15820
15821 2009-10-09 Karl Fogel <kfogel@red-bean.com>
15822
15823 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
15824 (bookmark-bmenu-execute-deletions): Don't save here, as
15825 bookmark-delete will now do so if necessary.
15826 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
15827 (Bug#4348)
15828
15829 2009-10-09 Glenn Morris <rgm@gnu.org>
15830
15831 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
15832
15833 2009-10-09 Karl Fogel <kfogel@red-bean.com>
15834
15835 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
15836 (bookmark-jump-other-window): Just invoke bookmark-jump with new
15837 argument now, so the two function's behaviors will match. (Bug#3645)
15838
15839 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
15840
15841 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
15842 (tramp-file-name-real-host, tramp-file-name-port):
15843 Apply `save-match-data'.
15844
15845 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
15846 case both directories are remote.
15847 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
15848 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
15849
15850 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
15851
15852 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
15853
15854 2009-10-07 Glenn Morris <rgm@gnu.org>
15855
15856 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
15857 of concat.
15858
15859 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
15860
15861 * files-x.el (read-file-local-variable): Include some
15862 non-user-variables in the completion table (bug#4664).
15863
15864 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
15865
15866 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
15867 message.
15868
15869 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15870 (tramp-smb-file-name-handler-alist): Add handler for
15871 `copy-directory', `expand-file-name', `set-file-modes'.
15872 (tramp-smb-handle-copy-directory)
15873 (tramp-smb-handle-expand-file-name)
15874 (tramp-smb-handle-set-file-modes): New defuns.
15875 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
15876 (tramp-smb-handle-file-attributes): Simplify check for retrieving
15877 entry.
15878 (tramp-smb-handle-insert-directory): Don't flush the cache.
15879 (tramp-smb-maybe-open-connection): Check for samba client and
15880 server versions.
15881
15882 2009-10-07 Eli Zaretskii <eliz@gnu.org>
15883
15884 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
15885 to not error out of search for "^lisp=" fails.
15886
15887 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
15888
15889 * makefile.w32-in (WINS_UPDATES): New macro.
15890 (custom-deps, finder-data, autoloads): Use it.
15891
15892 2009-10-07 Glenn Morris <rgm@gnu.org>
15893
15894 * Makefile.in (autoloads): Revert previous change.
15895 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
15896 the list of preloaded files passed on the command-line, get
15897 it from src/Makefile.
15898
15899 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
15900 show the original buffer rather than a random one.
15901
15902 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
15903
15904 * help.el (describe-no-warranty): Place point in a slightly better
15905 position in the GPLv3 text.
15906
15907 2009-10-06 Sam Steingold <sds@gnu.org>
15908
15909 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
15910 the comm attribute is present before calling regexp-quote.
15911
15912 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
15913
15914 * play/animate.el (animate-string): For good effect, make sure
15915 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
15916
15917 * play/animate.el (animate-sequence, animate-birthday-present):
15918 * misc.el (butterfly): Don't set `indent-tabs-mode'.
15919
15920 2009-10-06 Glenn Morris <rgm@gnu.org>
15921
15922 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
15923
15924 * emacs-lisp/autoload.el (autoload-excludes): New variable.
15925 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
15926 (batch-update-autoloads): Process a string value of autoload-excludes,
15927 set during the build process.
15928 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
15929
15930 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
15931 inside with-parsed... macro so that `v' is defined.
15932
15933 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
15934 * progmodes/fortran.el (fortran-end-of-block)
15935 (fortran-beginning-of-block):
15936 Also push mark in the macro case.
15937
15938 * emerge.el (emerge-show-file-name):
15939 * calc/calc.el (calc-quit):
15940 * calc/calc-misc.el (calc-big-or-small):
15941 * calc/calc-graph.el (calc-graph-view):
15942 * calc/calc-ext.el (calc-reset):
15943 * calendar/calendar.el (calendar-basic-setup):
15944 Use window-full-height-p.
15945
15946 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
15947 header we don't understand, don't insert another. (Bug#4624)
15948 If changing mime charset, insert the new one in the right place.
15949
15950 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
15951
15952 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15953 (cal-tex-cursor-month): Correctly increment the end date for diary and
15954 holiday listing. (Bug#4626)
15955
15956 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15957
15958 * help-fns.el (describe-function-1): Don't burp if the function is not
15959 a symbol.
15960
15961 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
15962
15963 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
15964 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
15965 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
15966 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
15967
15968 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
15969 (eieio-default-superclass): Reflow docstrings.
15970 (this, class-option-assoc, defclass, eieio-class-un-autoload)
15971 (eieio-unbind-method-implementations, defmethod)
15972 (eieio-validate-slot-value, eieio-validate-class-slot-value)
15973 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
15974 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
15975 (eieio-slot-originating-class-p, eieio-slot-name-index)
15976 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
15977 (constructor, initialize-instance, no-next-method, object-print)
15978 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
15979 Fix typos in docstrings.
15980 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
15981 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
15982 (next-method-p): Doc fixes.
15983 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
15984 Fix typos in error messages.
15985 (eieio-defmethod): Fix typo in description of generic method.
15986
15987 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
15988 (eieio-persistent-save-interactive, slot-missing):
15989 Fix typos in docstrings.
15990 (eieio-instance-inheritor-slot-boundp): Doc fix.
15991
15992 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
15993 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
15994
15995 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
15996 (eieio-custom-object-apply-reset):
15997 Fix typos in docstrings and error messages.
15998
15999 * emacs-lisp/eieio-datadebug.el (data-debug-show):
16000 Fix typo in docstring.
16001
16002 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
16003 (eieio-browse-tree): Doc fix.
16004 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
16005 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
16006 Fix typos in docstrings.
16007
16008 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
16009 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
16010 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
16011 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
16012 Reflow docstrings.
16013
16014 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
16015
16016 * vc-hg.el (log-view-vc-backend): Declare for compiler.
16017 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
16018 Set log-view-vc-backend so that diff can work.
16019
16020 * log-view.el (log-view-diff): Use vc-diff-internal instead of
16021 vc-version-diff.
16022 (vc-diff-internal): Autoload this instead of vc-version-diff.
16023
16024 2009-10-05 Eli Zaretskii <eliz@gnu.org>
16025
16026 * simple.el (eval-expression): Doc fix.
16027
16028 * progmodes/cwarn.el (cwarn-mode): Doc fix.
16029
16030 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
16031
16032 * files.el (directory-files-no-dot-files-regexp): New defconst.
16033 (delete-directory): Use it.
16034 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
16035
16036 * net/tramp.el (tramp-verbose): Fix docstring.
16037 (tramp-methods): Add recursive option to `tramp-copy-args'.
16038 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
16039 "scp1_old", "scp2_old", "rsync", "rsyncc".
16040 (tramp-default-method): Check also for `auth-source-user-or-password'.
16041 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16042 Add handler for `copy-directory'.
16043 (tramp-handle-copy-directory): New defun.
16044 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
16045 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
16046 Optimize sent command.
16047
16048 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16049
16050 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
16051 window if necessary.
16052
16053 * calendar/calendar.el (calendar-basic-setup): Don't call
16054 switch-to-buffer in a dedicated window.
16055
16056 2009-10-05 Karl Fogel <kfogel@red-bean.com>
16057
16058 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
16059 don't do anything related to relocating, just return nil.
16060 (bookmark-error-no-filename): New error.
16061 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
16062 bookmark has no file. Don't even attempt to handle things that
16063 are not files; the whole point of custom handlers is to keep that
16064 knowledge elsewhere anyway. Tighten some comments.
16065 (bookmark-file-or-variation-thereof): Remove now-unused function.
16066 (bookmark-location): Doc string fix.
16067 (Bug#4250)
16068
16069 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16070
16071 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
16072 don't use a file dialog, because they usually don't know how to read
16073 a directory target from the user. (Bug#4230)
16074 Also, make sure the prompt can display directories as well as files.
16075
16076 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16077
16078 * bookmark.el (bookmark-set, bookmark-buffer-name):
16079 Improve doc strings. (Bug#1193)
16080
16081 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16082
16083 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
16084 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
16085 (bookmark-get-annotation, bookmark-set-annotation)
16086 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16087 (bookmark-set-position, bookmark-get-front-context-string)
16088 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16089 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
16090 (bookmark-jump-other-window, bookmark-handle-bookmark)
16091 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
16092 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
16093 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
16094 Improve doc strings to say whether bookmark can be a string or
16095 a record or both, and make other consistency and clarity fixes.
16096 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
16097 (bookmark-default-annotation-text, bookmark-yank-word)
16098 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
16099 (bookmark-import-new-list, bookmark-maybe-rename)
16100 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
16101 (bookmark-bmenu-bookmark): Give these doc strings.
16102 (bookmark-bmenu-check-position): Give this a doc string, but also
16103 add a FIXME comment about how the function may be pointless.
16104 (bookmark-default-handler): Rework doc string and change a
16105 parameter name, to clarify that this takes a bookmark record
16106 not a bookmark name.
16107 (bookmark-set): Change a parameter name to indicate its meaning,
16108 and improve the doc string a bit.
16109 (Bug#4188)
16110
16111 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16112
16113 * bookmark.el (bookmark-alist): Document the new `handler' element
16114 in the param alist.
16115 (bookmark-make-record-function): Adjust documentation for above.
16116 (Bug#4193)
16117
16118 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16119
16120 * info.el (Info-bookmark-make-record): Document this function.
16121 (Info-bookmark-jump): Document with a doc string, not just a comment.
16122 (Bug#4203)
16123
16124 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
16125
16126 * files.el (copy-directory): New defun.
16127
16128 * dired-aux.el (dired-copy-file-recursive): Use it.
16129
16130 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
16131
16132 * files-x.el (modify-dir-local-variable)
16133 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
16134 docstrings.
16135
16136 * recentf.el (recentf-unload-function): New function.
16137
16138 2009-10-04 Glenn Morris <rgm@gnu.org>
16139
16140 * window.el (window-full-height-p): Add doc string.
16141
16142 2009-10-04 Martin Rudalics <rudalics@gmx.at>
16143
16144 * window.el (window-full-height-p): New function. (Bug#4543)
16145
16146 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
16147
16148 * vc.el: Remove commented out code.
16149 (vc-derived-from-dir-mode): Remove, unused.
16150 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
16151
16152 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
16153
16154 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
16155 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
16156 there could be recursive loading when `default-directory' is a
16157 remote file name. (Bug#4614)
16158
16159 2009-10-03 Glenn Morris <rgm@gnu.org>
16160
16161 * calendar/calendar.el (calendar-basic-setup): Handle the case where
16162 the frame is wide.
16163 (calendar-generate-window): Test for shrinkability rather than width.
16164
16165 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
16166 reusing existing buffers, in case we happen to visit two files with the
16167 same basename. (Bug#4593)
16168
16169 2009-10-02 Eli Zaretskii <eliz@gnu.org>
16170
16171 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
16172 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
16173 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
16174 subdirs of cedet as well.
16175 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
16176
16177 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16178
16179 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
16180 Obey advertised-signature-table.
16181
16182 * help-fns.el (help-function-arglist): Don't check
16183 advertised-signature-table.
16184 (describe-function-1): Do it here instead so it also applies to subrs.
16185
16186 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
16187
16188 * simple.el (start-file-process): Say in the doc-string, that file
16189 handlers might not support pty association, if PROGRAM is nil.
16190
16191 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
16192 HOST and USER are strings. They are nil, when there are
16193 incomplete entries in ~/.netrc, for example.
16194 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
16195 root directory ("device busy" error otherwise).
16196
16197 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
16198 Flush file properties of created directory.
16199
16200 2009-10-02 Eli Zaretskii <eliz@gnu.org>
16201
16202 * makefile.w32-in (WINS_BASIC): Remove cedet.
16203 (WINS_CEDET): Add cedet.
16204 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
16205
16206 2009-10-02 Kevin Ryde <user42@zip.com.au>
16207
16208 * net/browse-url.el (browse-url): Pass any symbol in
16209 browse-url-browser-function to `apply', since if you've mistakenly put
16210 an unbound symbol then the error is clearer. (Bug#4531)
16211
16212 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
16213
16214 * allout.el (allout-init, allout-back-to-current-heading)
16215 (allout-beginning-of-current-entry, allout-ascend-to-depth)
16216 (allout-ascend, allout-up-current-level, allout-end-of-level)
16217 (allout-previous-visible-heading, allout-forward-current-level)
16218 (allout-backward-current-level, allout-show-children):
16219 * apropos.el (apropos-describe-plist):
16220 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
16221 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
16222 * completion.el (add-completion, add-permanent-completion):
16223 * descr-text.el (describe-text-category, describe-char):
16224 * desktop.el (desktop-lazy-abort):
16225 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
16226 * dired.el (dired-build-subdir-alist):
16227 * ediff.el (ediff-version):
16228 * elide-head.el (elide-head, elide-head-show):
16229 * emerge.el (emerge-version):
16230 * env.el (getenv):
16231 * face-remap.el (variable-pitch-mode):
16232 * faces.el (describe-face):
16233 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
16234 (dired-at-point):
16235 * files.el (find-file-existing, auto-save-mode):
16236 * font-lock.el (font-lock-fontify-buffer):
16237 * help-fns.el (describe-function, describe-variable)
16238 (describe-syntax, describe-categories):
16239 * help.el (view-lossage, describe-bindings, describe-key)
16240 (describe-mode):
16241 * hexl.el (hexl-current-address):
16242 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
16243 * info.el (Info-goto-emacs-key-command-node):
16244 * log-edit.el (log-edit-insert-cvs-template)
16245 (log-edit-insert-cvs-rcstemplate):
16246 * menu-bar.el (menu-bar-mode):
16247 * mouse.el (mouse-appearance-menu):
16248 * newcomment.el (comment-indent-new-line):
16249 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
16250 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
16251 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
16252 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
16253 * recentf.el (recentf-mode):
16254 * savehist.el (savehist-mode, savehist-save):
16255 * shadowfile.el (shadow-copy-files):
16256 * simple.el (kill-ring-save, next-line, previous-line)
16257 (normal-erase-is-backspace-mode):
16258 * strokes.el (strokes-update-window-configuration)
16259 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
16260 (strokes-xpm-for-stroke):
16261 * time.el (emacs-uptime, emacs-init-time):
16262 * tutorial.el (tutorial--describe-nonstandard-key)
16263 (tutorial--detailed-help):
16264 * type-break.el (type-break-mode)
16265 (type-break-mode-line-message-mode, type-break-query-mode)
16266 (type-break-guesstimate-keystroke-threshold):
16267 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
16268 * version.el (emacs-version):
16269 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
16270 * winner.el (winner-mode):
16271 * calendar/timeclock.el (timeclock-in, timeclock-out)
16272 (timeclock-status-string, timeclock-change)
16273 (timeclock-workday-remaining-string)
16274 (timeclock-workday-elapsed-string)
16275 (timeclock-when-to-leave-string):
16276 * calendar/todo-mode.el (todo-add-category):
16277 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
16278 * emacs-lisp/autoload.el (update-file-autoloads):
16279 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
16280 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
16281 (checkdoc-message-text, checkdoc-defun):
16282 * emacs-lisp/debug.el (debugger-list-functions):
16283 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16284 * emacs-lisp/eieio-opt.el (eieio-describe-class)
16285 (eieio-describe-generic):
16286 * emacs-lisp/lisp-mnt.el (lm-synopsis):
16287 * emacs-lisp/shadow.el (list-load-path-shadows):
16288 * emulation/cua-base.el (cua-mode):
16289 * emulation/edt.el (edt-set-scroll-margins):
16290 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
16291 (tpu-toggle-regexp, tpu-toggle-search-direction)
16292 (tpu-toggle-rectangle, tpu-toggle-control-keys):
16293 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16294 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
16295 (viper-set-parsing-style-toggling-macro)
16296 (viper-set-emacs-state-searchstyle-macros):
16297 * emulation/viper.el (viper-set-hooks):
16298 * eshell/esh-mode.el (eshell-truncate-buffer):
16299 * international/mule-cmds.el (prefer-coding-system)
16300 (describe-input-method, describe-language-environment):
16301 * international/mule-diag.el (list-character-sets)
16302 (describe-character-set, describe-coding-system)
16303 (describe-fontset, list-fontsets, list-input-methods):
16304 * mail/sendmail.el (mail-signature):
16305 * net/ange-ftp.el (ange-ftp-copy-file):
16306 * net/browse-url.el (browse-url):
16307 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
16308 * net/quickurl.el (quickurl-add-url):
16309 * net/rcirc.el (names, topic):
16310 * net/xesam.el (xesam-mode):
16311 * play/5x5.el (5x5-new-game):
16312 * play/yow.el (apropos-zippy):
16313 * progmodes/ada-mode.el (ada-mode-version):
16314 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
16315 (f90-end-of-block)
16316 (f90-beginning-of-block):
16317 * progmodes/fortran.el (fortran-end-of-block)
16318 (fortran-beginning-of-block):
16319 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
16320 * progmodes/python.el (python-describe-symbol, python-shell):
16321 * term/ns-win.el (ns-print-buffer):
16322 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
16323 * textmodes/flyspell.el (flyspell-mode-on):
16324 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
16325 (pages-directory-for-addresses):
16326 * textmodes/table.el (table-recognize-cell)
16327 (table-query-dimension, table-generate-source)
16328 (table-insert-sequence, table--warn-incompatibility):
16329 * textmodes/tex-mode.el (tex-validate-buffer):
16330 * textmodes/texinfmt.el (texinfmt-version)
16331 (texinfo-format-buffer):
16332 Use `called-interactively-p' instead of `interactive-p'.
16333
16334 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
16335
16336 * image-mode.el (image-toggle-display):
16337 * emacs-lisp/elp.el (elp-instrument-function):
16338 * emacs-lisp/advice.el (ad-make-advised-definition):
16339 * emacs-lisp/easy-mmode.el (define-minor-mode):
16340 * net/browse-url.el (browse-url-maybe-new-window):
16341 * progmodes/sh-script.el (sh-learn-buffer-indent):
16342 Pass new argument 'any to `called-interactively-p'.
16343
16344 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
16345
16346 * international/uni-bidi.el:
16347 * international/uni-category.el:
16348 * international/uni-combining.el:
16349 * international/uni-comment.el:
16350 * international/uni-decimal.el:
16351 * international/uni-decomposition.el:
16352 * international/uni-digit.el:
16353 * international/uni-lowercase.el:
16354 * international/uni-mirrored.el:
16355 * international/uni-name.el:
16356 * international/uni-numeric.el:
16357 * international/uni-old-name.el:
16358 * international/uni-titlecase.el:
16359 * international/uni-uppercase.el:
16360 Regenerate from Unicode 5.2.0 data.
16361
16362 2009-10-01 Glenn Morris <rgm@gnu.org>
16363
16364 * Makefile.in (ELCFILES): Regenerate.
16365
16366 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
16367
16368 * subr.el (interactive-p): Mark obsolete.
16369 (called-interactively-p): Make the optional-ness of `kind' obsolete.
16370 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
16371 advertised-signature-table for subroutines as well.
16372
16373 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
16374 (set-advertised-calling-convention): New function.
16375 (make-obsolete, define-obsolete-function-alias)
16376 (make-obsolete-variable, define-obsolete-variable-alias):
16377 Make the optional-ness of `when' obsolete.
16378 (define-obsolete-face-alias): Make `when' non-optional.
16379 * help-fns.el (help-function-arglist):
16380 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
16381 Use advertised-signature-table.
16382
16383 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
16384
16385 * files.el (delete-directory): New defun. The original function
16386 in fileio.c has been renamed to `delete-directory-internal'.
16387
16388 * dired.el (dired-delete-file): Call `delete-directory' with
16389 RECURSIVE parameter.
16390
16391 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
16392 parameter RECURSIVE. Implementation is missing.
16393
16394 * net/tramp.el (tramp-handle-make-directory): Flush upper
16395 directory's file properties.
16396 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
16397 (tramp-handle-dired-recursive-delete-directory): Flush directory
16398 properties after the remove command only.
16399
16400 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16401 Handle optional parameter RECURSIVE.
16402
16403 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16404 Handle optional parameter RECURSIVE.
16405
16406 * net/tramp-smb.el (tramp-smb-errors): Add error message for
16407 connection timeout.
16408 (tramp-smb-handle-delete-directory): Handle optional parameter
16409 RECURSIVE.
16410
16411 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
16412
16413 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
16414 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
16415 (byte-compile-defmacro): Use backquotes.
16416
16417 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
16418
16419 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
16420 has no associated file.
16421 (vc-resynch-buffer): Use vc-dir-buffers.
16422
16423 2009-10-01 Glenn Morris <rgm@gnu.org>
16424
16425 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
16426 (chart-file-count):
16427 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
16428 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
16429 * emacs-lisp/eieio-opt.el (eieio-describe-class):
16430 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
16431 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
16432 (eieio-copy-parents-into-subclass, make-instance, class-children)
16433 (eieio-generic-form):
16434
16435 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
16436 match-data. (Bug#4555).
16437
16438 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
16439 rather than parsing it as a regexp. This relaxes the layout
16440 requirements and makes errors easier to detect.
16441 (check-declare-verify): Check file is regular.
16442 (check-declare-directory): Doc fix.
16443 * subr.el (declare-function): Doc fix.
16444
16445 * ibuffer.el (ibuffer-format-qualifier):
16446 * isearch.el (hi-lock-regexp-okay):
16447 * calc/calc.el (math-zerop):
16448 * mail/uce.el (rmail-msgbeg, rmail-msgend):
16449 * term/w32-win.el (setup-default-fontset, set-fontset-font):
16450 Remove unused declarations.
16451
16452 2009-09-30 Eric Ludlam <zappo@gnu.org>
16453
16454 * emacs-lisp/eieio.el (boolean-p): Delete.
16455
16456 2009-09-30 Glenn Morris <rgm@gnu.org>
16457
16458 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
16459
16460 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
16461 filename is not a string.
16462
16463 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
16464
16465 * files.el (safe-local-eval-forms): Fix typo.
16466
16467 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
16468
16469 * vc-hooks.el (vc-dir-buffers): New var.
16470 (vc-state-refresh): New function.
16471 (vc-state): Use it.
16472 (vc-after-save): Always ask the backend to recompute the new state.
16473 Always call vc-dir if necessary, using vc-dir-buffers.
16474 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
16475 Use vc-dir-buffers.
16476 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
16477 (vc-dir-prepare-status-buffer, vc-dir-update)
16478 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
16479 Don't call expand-file-name on default-directory.
16480
16481 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
16482
16483 * speedbar.el (speedbar-item-delete):
16484 * calc/calc-prog.el (calc-kbd-if):
16485 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
16486
16487 * epa.el (epa-key-list-mode-map):
16488 * hi-lock.el (hi-lock-menu): Fix typos in menus.
16489
16490 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
16491 (hs-show-hook): Fix typo in docstring.
16492
16493 2009-09-29 Glenn Morris <rgm@gnu.org>
16494
16495 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
16496 file-name-nondirectory call preventing location of cedet files.
16497 (check-declare-verify): Use literal search rather than re-search.
16498 Add basic defmethod and defclass, and define-overloadable-function.
16499
16500 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16501 Use tramp-compat-file-attributes rather than nonexistent
16502 tramp-compat-handle-file-attributes.
16503
16504 * Makefile.in (lisptagsfiles4): New.
16505 (AUTOGENEL): Add cedet loaddefs files.
16506 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
16507 (update-elclist, compile-always, backup-compiled-files)
16508 (bootstrap-clean): Add yet another directory level.
16509 (update-elclist): Use LC_COLLATE rather than COLLATE.
16510 (ELCFILES): Update, via `make update-elclist'.
16511
16512 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
16513
16514 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
16515 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
16516 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
16517
16518 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
16519
16520 * Makefile.in (lisptagsfiles3): Define.
16521 (TAGS, TAGS-LISP): Use it.
16522 (update-elclist): Add third directory level to look for elc files.
16523 (compile-always): Likewise.
16524 (backup-compiled-files): Likewise.
16525 (bootstrap-clean): Likewise.
16526 (ELCFILES): Update.
16527
16528 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
16529
16530 * Makefile.in (ELCFILES): Add CEDET files.
16531
16532 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
16533
16534 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
16535
16536 * net/tramp.el (top): Require tramp-imap.
16537
16538 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16539 Use `tramp-compat-handle-file-attributes'.
16540
16541 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16542
16543 * net/tramp-imap.el: New package.
16544
16545 2009-09-28 Eric Ludlam <zappo@gnu.org>
16546
16547 * emacs-lisp/chart.el:
16548 * emacs-lisp/eieio-base.el:
16549 * emacs-lisp/eieio-comp.el:
16550 * emacs-lisp/eieio-custom.el:
16551 * emacs-lisp/eieio-datadebug.el:
16552 * emacs-lisp/eieio-opt.el:
16553 * emacs-lisp/eieio-speedbar.el:
16554 * emacs-lisp/eieio.el: New files.
16555
16556 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16557
16558 * whitespace.el (whitespace-trailing-regexp)
16559 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
16560 Fix doc string.
16561
16562 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
16563
16564 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
16565 menu.
16566
16567 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
16568 menu-bar-ediff-menu.
16569
16570 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
16571 define-overloadable-function.
16572
16573 * progmodes/autoconf.el: Provide autoconf as well, so that this
16574 file can be `require'd.
16575
16576 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
16577
16578 * emacs-lisp/autoload.el (generated-autoload-feature)
16579 (generated-autoload-load-name): New vars.
16580 (autoload-rubric, autoload-generate-file-autoloads): Use them.
16581 (make-autoload): Recognize define-overloadable-function and
16582 defclass forms (for EIEIO).
16583
16584 * Makefile.in (update-subdirs): Exclude cedet directory.
16585
16586 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
16587
16588 * term/ns-win.el: Don't set the region face background. (Bug#4381)
16589
16590 * faces.el: Default light-background background for region face to
16591 ns_selection_color under NS.
16592
16593 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
16594
16595 * net/imap-hash.el: New library, see NEWS.
16596
16597 * Makefile.in (ELCFILES): Add imap-hash.el.
16598
16599 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
16600
16601 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
16602 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
16603 * help-macro.el (make-help-screen): Avoid using an ambiguous function
16604 definition where the docstring could be taken for the return value.
16605
16606 2009-09-26 Glenn Morris <rgm@gnu.org>
16607
16608 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
16609 Add option to only show images below a certain size.
16610 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
16611 save-excursion calls.
16612
16613 2009-09-26 Eli Zaretskii <eliz@gnu.org>
16614
16615 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
16616 subdirectories) and eieio.
16617
16618 2009-09-26 Alan Mackenzie <acm@muc.de>
16619
16620 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16621 Correct buggy bracketing. (Bug#4289)
16622
16623 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
16624 character constants (as case labels). (Bug#4289)
16625
16626 2009-09-25 Juri Linkov <juri@jurta.org>
16627
16628 * files.el (safe-local-eval-forms): Allow time-stamp in
16629 before-save-hook (Bug#4554).
16630
16631 2009-09-25 Drew Adams <drew.adams@oracle.com>
16632
16633 * menu-bar.el (list-buffers-directory): Doc fix.
16634
16635 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
16636
16637 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
16638 Try and avoid copying twice the same paragraph.
16639 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
16640 Remove save-excursion.
16641 (log-edit-changelog-entry): Do it here instead.
16642
16643 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
16644
16645 * bs.el (bs--get-file-name): Use `list-buffers-directory'
16646 when available, instead of hardcoding mode names. Doc fix.
16647
16648 * menu-bar.el (list-buffers-directory): Add docstring.
16649 Make automatically buffer-local.
16650
16651 * dired.el (dired-mode):
16652 * files.el (cd-absolute):
16653 * pcvs.el (cvs-temp-buffer):
16654 * pcvs-util.el (cvs-get-buffer-create):
16655 * shell.el (shell-mode):
16656 * vc-dir.el (vc-dir-mode):
16657 Don't make `list-buffers-directory' buffer local.
16658
16659 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
16660
16661 * comint.el (comint-exec, comint-run, make-comint):
16662 Doc fixes (Bug#4542).
16663
16664 2009-09-25 Glenn Morris <rgm@gnu.org>
16665
16666 * mail/rmailmm.el (rmail-mime): New custom group.
16667 Move all defcustoms in this file into this group.
16668 (rmail-mime-media-type-handlers-alist): Revert previous change.
16669 (rmail-mime-show-images): New option.
16670 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
16671 references to it, since it wasn't actually used for anything.
16672 (rmail-mime-insert-image): New function.
16673 (rmail-mime-image): Use rmail-mime-insert-image.
16674 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
16675 obey the value of `rmail-mime-show-images' option. Print the size of
16676 attachments.
16677
16678 2009-09-25 David Engster <deng@randomsample.de>
16679
16680 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
16681
16682 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16683
16684 * whitespace.el: Does not highlight trailing spaces While point is
16685 at end of line. Does not highligt spaces at beginning of buffer
16686 while point is at beginning of buffer. Does not highlight spaces
16687 at end of buffer while point is at end of buffer. (Bug#4177)
16688 New version 12.0.
16689 (whitespace-display-mappings): Adjust initialization.
16690 (whitespace-point, whitespace-font-lock-refontify): New vars.
16691 (whitespace-color-on, whitespace-color-off): Adjust code.
16692 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
16693 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
16694 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
16695
16696 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
16697
16698 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
16699
16700 * textmodes/sgml-mode.el: Remove xml-mode alias.
16701
16702 * files.el (auto-mode-alist, conf-mode-maybe)
16703 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
16704
16705 2009-09-24 Alan Mackenzie <acm@muc.de>
16706
16707 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
16708 c-forward-conditionals, but it doesn't move point and doesn't set
16709 the mark.
16710 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
16711 (c-down-conditional-with-else, c-backward-conditional)
16712 (c-forward-conditional): Refactor to use c-scan-conditionals.
16713
16714 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
16715
16716 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
16717 (help-default-arg-highlight): Remove.
16718 (help-highlight-arg): New function.
16719 (help-do-arg-highlight): Use it.
16720 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
16721
16722 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16723
16724 * term.el (term-set-scroll-region, term-handle-ansi-escape):
16725 Undo last change, which didn't fix the problem and introduced others.
16726
16727 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
16728
16729 * progmodes/gdb-mi.el: Don't require speedbar.
16730 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
16731
16732 2009-09-24 Glenn Morris <rgm@gnu.org>
16733
16734 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
16735
16736 * term/ns-win.el (ns-reg-to-script): Define for compiler.
16737
16738 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
16739 there is no newline after the final mime boundary. (Bug#4539)
16740 Move markers on insertion so that any buttons inserted don't end up in
16741 the next part of a multipart message.
16742 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
16743 (rmail-mime-bulk-handler): Optionally handle images.
16744 (rmail-mime-image): New button action.
16745 (rmail-mime-image-handler): New function.
16746 (rmail-mime-mode): New mode.
16747 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
16748
16749 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16750
16751 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
16752 than just dropping elements from it (bug#4504).
16753
16754 * term.el (term-set-scroll-region): Don't move cursor any more.
16755 (term-handle-ansi-escape): Call term-goto here instead.
16756 Suggested by Ivan Kanis <apple@kanis.eu>.
16757
16758 * term.el: Require CL.
16759 (term-ansi-reset): New function.
16760 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
16761 (term-handle-colors-array): Simplify.
16762
16763 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
16764
16765 * allout.el (allout-overlay-interior-modification-handler)
16766 (allout-obtain-passphrase):
16767 * epa-file.el (epa-file-write-region):
16768 * ps-print.el (ps-begin-job):
16769 * vc-hooks.el (vc-toggle-read-only):
16770 * vc-rcs.el (vc-rcs-rollback):
16771 * vc-sccs.el (vc-sccs-rollback):
16772 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
16773 (vc-version-diff, vc-revert, vc-rollback):
16774 * wdired.el (wdired-check-kill-buffer):
16775 * emacs-lisp/authors.el (authors):
16776 * net/socks.el (socks-open-connection):
16777 * net/zeroconf.el (zeroconf-service-add-hook):
16778 * obsolete/vc-mcvs.el (vc-mcvs-register):
16779 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
16780 (gdb-select-frame):
16781 * progmodes/grep.el (lgrep, rgrep):
16782 * progmodes/idlw-help.el (idlwave-help-check-locations)
16783 (idlwave-help-html-link, idlwave-help-assistant-open-link):
16784 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16785 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
16786 (reftex-toc-rename-label): Fix typos in error messages.
16787
16788 * dired-aux.el (dired-do-shell-command): Reflow docstring.
16789 (dired-copy-how-to-fn): Doc fix.
16790 (dired-files-attributes, dired-read-shell-command):
16791 Fix typos in docstrings.
16792
16793 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
16794 (dired-x-find-file-other-window): Reflow docstrings.
16795 (dired-omit-marker-char, dired-read-shell-command)
16796 (dired-x-submit-report): Fix typos in docstrings.
16797
16798 * shell.el (shell-mode-hook):
16799 * view.el (View-scroll-line-forward):
16800 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
16801 Fix typos in docstrings.
16802
16803 * net/dig.el (dig-invoke): Fix typo in docstring.
16804 (query-dig): Reflow docstring.
16805
16806 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
16807 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
16808 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
16809 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
16810 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
16811 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
16812 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
16813 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
16814 (idlwave-completion-map, idlwave-current-indent)
16815 (idlwave-custom-ampersand-surround, idlwave-customize)
16816 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
16817 (idlwave-define-abbrev, idlwave-determine-class-special)
16818 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
16819 (idlwave-end-block-reg, idlwave-end-of-statement)
16820 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
16821 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
16822 (idlwave-explicit-class-listed, idlwave-file-header)
16823 (idlwave-fill-paragraph, idlwave-find-class-definition)
16824 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
16825 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
16826 (idlwave-in-quote, idlwave-indent-action-table)
16827 (idlwave-indent-expand-table, idlwave-indent-line)
16828 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
16829 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
16830 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
16831 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
16832 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
16833 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
16834 (idlwave-outlawed-buffers, idlwave-popup-select)
16835 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
16836 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
16837 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
16838 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
16839 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
16840 (idlwave-statement-type, idlwave-struct-skip)
16841 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
16842 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
16843 (idlwave-what-module-find-class): Fix typos in docstrings.
16844 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
16845 (idlwave-calculate-cont-indent, idlwave-expand-equal)
16846 (idlwave-find-module, idlwave-find-structure-definition)
16847 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
16848 (idlwave-list-load-path-shadows, idlwave-next-statement)
16849 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
16850 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
16851 (idlwave-template): Reflow docstrings.
16852
16853 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
16854 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
16855 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
16856 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
16857 (idlwave-shell-display-line, idlwave-shell-display-wframe)
16858 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
16859 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
16860 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
16861 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
16862 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
16863 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
16864 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
16865 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
16866 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
16867 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
16868 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
16869 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
16870 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
16871 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
16872 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
16873 Fix typos in docstrings.
16874 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
16875 (idlwave-shell-hide-output, idlwave-shell-mode)
16876 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
16877 Reflow docstrings.
16878
16879 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
16880
16881 2009-09-24 Ivan Kanis <apple@kanis.eu>
16882
16883 * term.el (term-bold-attribute): New var.
16884 (term-handle-colors-array): Use it.
16885
16886 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
16887
16888 * progmodes/gdb-mi.el (gdb-version): New variable.
16889 (gdb-non-stop-handler): Set gdb-version.
16890 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
16891 Condition "--thread" option on gdb-version.
16892 (gdb-invalidate-threads): Remove unused argument.
16893
16894 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16895
16896 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
16897 to looking-back to avoid ridiculous slow down in large files (bug#4511).
16898
16899 2009-09-23 Glenn Morris <rgm@gnu.org>
16900
16901 * mail/rmail.el (rmail-reply): Don't try to add a References header when
16902 replying to mail without References or Message-Id. (Bug#4525)
16903
16904 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
16905
16906 * term/ns-win.el (ns-reg-to-script): New variable.
16907
16908 2009-09-23 Daiki Ueno <ueno@unixuser.org>
16909
16910 * epg.el (epg-wait-for-status): Preserve existing 'error results.
16911
16912 2009-09-22 Sam Steingold <sds@gnu.org>
16913
16914 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
16915 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
16916 to 1 because hg returns status 1 when nothing is found.
16917 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
16918
16919 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
16920
16921 * textmodes/fill.el: Convert to utf-8 encoding.
16922 (fill-french-nobreak-p): Remove redundant » and « inherited from our
16923 pre-Unicode days.
16924
16925 * add-log.el (change-log-fill-forward-paragraph): New function.
16926 (change-log-mode): Use it so fill-region DTRT.
16927 Set fill-indent-according-to-mode here rather than in
16928 change-log-fill-paragraph.
16929 (change-log-fill-paragraph): Remove.
16930
16931 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
16932
16933 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
16934 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
16935
16936 2009-09-22 Glenn Morris <rgm@gnu.org>
16937
16938 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
16939 the scroll-bar scroll the calendar window rather than the buffer.
16940
16941 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
16942 commands that move point (as opposed to scrolling).
16943
16944 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
16945
16946 * emacs-lisp/elint.el (elint): New custom group.
16947 (elint-log-buffer): Make it a defcustom.
16948 (elint-scan-preloaded, elint-ignored-warnings)
16949 (elint-directory-skip-re): New options.
16950 (elint-builtin-variables): Doc fix.
16951 (elint-preloaded-env): New variable.
16952 (elint-unknown-builtin-args): Add an entry for encode-time.
16953 (elint-extra-errors): Make it a variable rather than a constant.
16954 (elint-preloaded-skip-re): New constant.
16955 (elint-directory): Skip files matching elint-directory-skip-re.
16956 (elint-features): New variable, local to linted buffers.
16957 (elint-update-env): Initialize elint-features. Possibly add
16958 elint-preloaded-env to the buffer's environment.
16959 (elint-get-top-forms): Bind elint-current-pos, for log messages.
16960 Skip quoted forms.
16961 (elint-init-form): New function, extracted from elint-init-env.
16962 Make non-list forms a warning rather than an error.
16963 Add the mode-map for define-derived-mode. Handle define-minor-mode,
16964 easy-menu-define, put that adds an error-condition, and provide.
16965 When requiring cl, also require cl-macs. Really require cl, to handle
16966 some cl macros. Store required libraries in the list elint-features,
16967 so as not to re-load them. Treat cc-require like require.
16968 (elint-init-env): Call elint-init-form to do the work.
16969 Handle eval-and-compile and such like.
16970 (elint-add-required-env): Do not clear messages.
16971 (elint-special-forms): Add handlers for function, defalias, if, when,
16972 unless, and, or.
16973 (elint-form): Add optional argument to ignore elint-special-forms,
16974 useful to prevent recursive calls from handlers. Doc fix.
16975 Respect elint-ignored-warnings.
16976 (elint-form): Respect elint-ignored-warnings.
16977 (elint-bound-variable, elint-bound-function): New variables.
16978 (elint-unbound-variable): Respect elint-bound-variable.
16979 (elint-get-args): Respect elint-bound-function.
16980 (elint-check-cond-form): Add some simple handling for (f)boundp and
16981 featurep tests.
16982 (elint-check-defalias-form): New handler.
16983 (elint-check-let-form): Make an empty let a warning rather than an
16984 error.
16985 (elint-check-setq-form): Make an empty setq a warning rather than an
16986 error. Respect elint-ignored-warnings.
16987 (elint-check-defvar-form): Accept null doc-strings.
16988 (elint-check-conditional-form): New handler. Does some simple-minded
16989 checking of featurep and (f)boundp tests.
16990 (elint-put-function-args): New function.
16991 (elint-initialize): Use elint-scan-doc-file rather than
16992 elint-find-builtin-variables. Use elint-put-function-args.
16993 Possibly scan preloaded-file-list.
16994 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
16995 extend to handle functions as well.
16996
16997 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
16998
16999 * linum.el (linum-delete-overlays, linum-update-window):
17000 Do not modify the right margin. (Bug#3971)
17001
17002 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
17003
17004 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
17005 Use nxml-mode instead of xml-mode.
17006
17007 2009-09-21 Kevin Ryde <user42@zip.com.au>
17008
17009 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
17010
17011 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17012
17013 * net/dig.el (dig-mode): Use define-derived-mode.
17014
17015 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
17016
17017 * vc-dispatcher.el (vc-do-command): Return the process object in
17018 the asynchronous case. Use when instead of if. Do not run
17019 vc-exec-after to display a message if not enabled. (Bug#4463)
17020
17021 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
17022 properties to the stash strings.
17023 (vc-git-stash-list): Return a list of strings.
17024 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
17025 (vc-git-stash-show-at-point): New functions.
17026 (vc-git-stash-map): New keymap.
17027
17028 * register.el (ctl-x-r-map): Define the keys here instead of
17029 using autoload.
17030
17031 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
17032
17033 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
17034 list, to workaround performance problem (bug#4485).
17035
17036 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
17037
17038 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
17039
17040 2009-09-20 Daiki Ueno <ueno@unixuser.org>
17041
17042 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
17043 Document that this option is not recommended to use.
17044
17045 2009-09-19 Glenn Morris <rgm@gnu.org>
17046
17047 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
17048 variable `var'.
17049
17050 * calc/calc-alg.el (var):
17051 * calc/calcalg2.el (var): Define for compiler.
17052
17053 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
17054
17055 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
17056 Doc fix (Bug#3932).
17057
17058 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
17059
17060 * time-stamp.el (time-stamp-month-dd-yyyy)
17061 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
17062 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
17063 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
17064 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
17065 Remove functions that have been obsolete since 1995 (Bug#4436).
17066
17067 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
17068 indent buffer only if called interactively (Bug#4452).
17069
17070 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
17071 Eli Zaretskii <eliz@gnu.org>
17072
17073 This fixes bug#4197 (merged to bug#865, though not identical).
17074 * server.el (server-auth-dir): Add docstring note about FAT32.
17075 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
17076 but warn against using them.
17077
17078 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
17079
17080 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
17081 older GDB where there is no has_more field.
17082
17083 2009-09-19 Glenn Morris <rgm@gnu.org>
17084
17085 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
17086
17087 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
17088
17089 * files.el (auto-mode-alist): Change default for XML files to nXML
17090 mode (Bug#4169).
17091
17092 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
17093
17094 * server.el (server-ensure-safe-dir): Pass 'integer
17095 to `file-attributes', as suggested.
17096
17097 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
17098
17099 * dired-aux.el (dired-query-alist): Remove spurious backslash.
17100 (dired-query): Use read-key.
17101
17102 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
17103
17104 * cus-start.el (ns-use-qd-smoothing): Remove.
17105
17106 2009-09-18 Glenn Morris <rgm@gnu.org>
17107
17108 * allout.el (top-level): Remove unnecessary progn.
17109
17110 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
17111
17112 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
17113 definition of abbrev table.
17114
17115 * speedbar.el (speedbar-track-mouse):
17116 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
17117 * net/eudc.el (eudc-expand-inline):
17118 * net/newst-backend.el (newsticker--cache-read-feed):
17119 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
17120 condition-case handlers.
17121
17122 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
17123
17124 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
17125 (gdb-var-list): Add an element for has_more field.
17126 (gdb-non-stop-handler): Enable pretty printing for STL containers.
17127 (gdb-var-create-handler, gdb-var-list-children-handler-1)
17128 (gdb-var-update-handler-1): Parse output of dynamic variable
17129 objects (STL containers).
17130 (gdb-var-delete-1): Pass var1 as an explicit second argument.
17131 (gdb-get-field): Delete alias. Use bindat-get-field directly.
17132
17133 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
17134 gdb-var-list.
17135 (gud-speedbar-buttons): Make node expandable if expression "has more"
17136 children.
17137
17138 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
17139
17140 * startup.el (emacs-quick-startup): Remove variable and all uses.
17141 (command-line): Set `inhibit-x-resources' instead.
17142 (command-line-1): Use `inhibit-x-resources' instead.
17143
17144 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
17145
17146 * subr.el: Fix last change to avoid using the `unless' macro,
17147 which breaks bootstrapping.
17148
17149 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17150
17151 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
17152 extended definitions, in case we reload subr.el after having
17153 loaded CL.
17154 (eval-next-after-load): Mark as obsolete.
17155
17156 2009-09-17 Juri Linkov <juri@jurta.org>
17157
17158 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
17159 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
17160 (menu-bar-showhide-menu, menu-bar-tools-menu)
17161 (menu-bar-describe-menu, menu-bar-help-menu)
17162 (minibuffer-local-completion-map, minibuffer-local-map):
17163 Fix list quoting.
17164
17165 2009-09-17 Glenn Morris <rgm@gnu.org>
17166
17167 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
17168 arguments, whether or not it has a handler.
17169
17170 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
17171
17172 * simple.el (hard-newline): Give it a doc-string.
17173
17174 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17175 (lisp-mode-syntax-table): Give them doc-strings.
17176
17177 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
17178
17179 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
17180 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
17181 (menu-bar-options-menu, menu-bar-showhide-menu)
17182 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
17183 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
17184 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
17185 (menu-bar-options-menu, menu-bar-tools-menu)
17186 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
17187 (menu-bar-help-menu):
17188 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
17189 string arguments.
17190
17191 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
17192 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
17193 calls for the menu names and :help.
17194
17195 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17196
17197 * mouse.el (minor-mode-menu-from-indicator): Pay attention
17198 to :minor-mode-function (bug#4455).
17199
17200 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17201
17202 * startup.el (command-line): Initialize the window-system after
17203 processing the command-line.
17204
17205 * textmodes/page.el (what-page): Make sure we don't inf-loop if
17206 page-delimiter matches the empty string.
17207
17208 2009-09-16 Glenn Morris <rgm@gnu.org>
17209
17210 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
17211 byte-compile-not-obsolete-var. It's a list now.
17212 (byte-compile-not-obsolete-funcs): New variable.
17213 (byte-compile-warn-obsolete): Don't warn about functions if they are in
17214 byte-compile-not-obsolete-funcs.
17215 (byte-compile-variable-ref, byte-compile-defvar): Update for
17216 byte-compile-not-obsolete-vars name-change and list nature.
17217 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
17218 and variables behind (f)boundp tests.
17219 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
17220
17221 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17222
17223 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
17224
17225 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17226
17227 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
17228 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
17229 Don't autoload.
17230
17231 2009-09-15 Stephen Eglen <stephen@gnu.org>
17232
17233 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
17234 the virtual-buffers, use the name of the buffer specified by
17235 find-file-noselect, as the match may be a symlink. (This was a
17236 problem if the target and the symlink had different names.)
17237
17238 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17239
17240 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
17241
17242 * desktop.el (desktop-path): Check user-emacs-directory.
17243
17244 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
17245
17246 * loadup.el: Use after-load-functions to GC after loading each file.
17247 Remove the explicit GC calls that used to be sprinkled around.
17248
17249 * subr.el (after-load-functions): New hook.
17250 (do-after-load-evaluation): Run it. Use string-match-p to detect
17251 `obsolete' packages, rather than painfully extracting the relevant
17252 directory name.
17253
17254 2009-09-15 Glenn Morris <rgm@gnu.org>
17255
17256 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
17257 free variable `doc'.
17258
17259 * dired.el (dired-mode-map): Add menu entry for async shell command.
17260
17261 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
17262 variables, also consider the .elc files, since the .el files are
17263 normally gzipped (subsequent code locates the .el.gz from the .elc).
17264
17265 * calc/calc-prog.el (arglist): Define for compiler.
17266
17267 * calendar/diary-lib.el (diary-display-function): Change the default to
17268 fancy display.
17269 (body): Define for compiler.
17270
17271 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
17272 (byte-compile-file-form, byte-compile-lambda)
17273 (byte-compile-top-level-body, byte-compile-form)
17274 (byte-compile-variable-ref, byte-compile-setq)
17275 (byte-compile-setq-default, byte-compile-body)
17276 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
17277 (batch-byte-compile): Give some more local variables with common names
17278 a "bytecomp-" prefix to avoid masking warnings about free variables.
17279
17280 * startup.el (command-line-1): Give local variables with common names a
17281 distinguishing prefix, so as not to hide free variable warnings during
17282 bootstrap.
17283
17284 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
17285 clever and add a suffix to make a unique name, just let the user decide
17286 whether or not to overwrite it. If the input is a directory, write the
17287 default filename to that directory. (Bug#4388)
17288 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
17289 is a filename-as-a-directory.
17290
17291 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17292
17293 * textmodes/page.el (what-page): Don't move to beginning of line.
17294 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
17295
17296 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17297
17298 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
17299
17300 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17301
17302 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
17303 * help.el (help-for-help-internal): Add purecopy calls for text.
17304
17305 * vc.el (top): print-log method now takes an optional SHORTLOG
17306 argument. Add a new method: root.
17307 (vc-root-diff, vc-print-root-log): New functions.
17308 (vc-log-short-style): New variable.
17309 (vc-print-log-internal): Add support for showing short logs.
17310
17311 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
17312 vc-print-root-log and vc-print-root-diff.
17313
17314 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
17315 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
17316 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
17317 short logs.
17318
17319 * vc-cvs.el (vc-cvs-print-log):
17320 * vc-mtn.el (vc-mtn-print-log):
17321 * vc-rcs.el (vc-rcs-print-log):
17322 * vc-sccs.el (vc-sccs-print-log):
17323 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
17324 that is ignored for now.
17325
17326 * vc-mtn.el (vc-mtn-annotate-command):
17327 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
17328
17329 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17330
17331 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
17332 to function-key-map, and give them ascii-character property.
17333 * term/x-win.el (x-alternatives-map):
17334 * term/ns-win.el (ns-alternatives-map):
17335 * term/internal.el (msdos-key-remapping-map):
17336 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
17337
17338 2009-09-14 Glenn Morris <rgm@gnu.org>
17339
17340 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
17341 temp-buffers (2009-09-12).
17342
17343 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17344
17345 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
17346 the new read-key function.
17347
17348 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
17349
17350 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
17351 is defined (Bug#4405).
17352
17353 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
17354
17355 * recentf.el (recentf-cleanup): Use a hash table to find
17356 duplicates (Bug#4407).
17357
17358 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
17359
17360 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
17361 kp-0 to ascii equivalents (Bug#4325).
17362
17363 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
17364
17365 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
17366
17367 * eshell/em-hist.el:
17368 * eshell/em-dirs.el (eshell-complete-user-reference):
17369 Declare pcomplete functions and variables to avoid compiler warnings.
17370
17371 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
17372
17373 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
17374 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
17375 * eshell/em-alias.el (eshell-aliases-file):
17376 * eshell/em-hist.el (eshell-history-file-name):
17377 Use expand-file-name instead of concat to make file names (Bug#4308).
17378
17379 2009-09-13 Glenn Morris <rgm@gnu.org>
17380
17381 * ediff-merg.el (ediff-do-merge):
17382 * filesets.el (filesets-run-cmd):
17383 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
17384 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
17385 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
17386 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
17387 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
17388 Replace empty `let's with `progn'.
17389
17390 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17391
17392 * mail/sendmail.el (send-mail-function):
17393 * tooltip.el (tooltip-mode):
17394 * simple.el (transient-mark-mode):
17395 * rfn-eshadow.el (file-name-shadow-mode):
17396 * frame.el (blink-cursor-mode):
17397 * font-core.el (global-font-lock-mode):
17398 * files.el (temporary-file-directory)
17399 (small-temporary-file-directory, auto-save-file-name-transforms):
17400 * epa-hook.el (auto-encryption-mode):
17401 * composite.el (global-auto-composition-mode):
17402 Use custom-initialize-delay.
17403 * startup.el (command-line): Don't explicitly call
17404 custom-reevaluate-setting for all the above vars.
17405 * custom.el (custom-initialize-safe-set)
17406 (custom-initialize-safe-default): Delete.
17407
17408 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17409
17410 * term/x-win.el (x-initialize-window-system):
17411 * term/w32-win.el (w32-initialize-window-system):
17412 * term/ns-win.el (ns-initialize-window-system): Don't call
17413 mouse-wheel-mode since it's enabled globally by default already.
17414
17415 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
17416 actually define the variable, but only silences the byte-compiler.
17417 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
17418 before looking it up.
17419 (mouse-wheel-scroll-amount): Also reset the bindings if this value
17420 is changed.
17421
17422 2009-09-12 Glenn Morris <rgm@gnu.org>
17423
17424 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
17425 1000.
17426 (elint-add-required-env): Don't beep on error.
17427 (elint-forms): In case of error, return ENV unchanged.
17428 (elint-init-env): Skip non-list forms.
17429 (elint-log): Handle unknown file positions.
17430
17431 2009-09-12 Daiki Ueno <ueno@unixuser.org>
17432
17433 * epg.el (epg-make-context): Add autoload cookie.
17434 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
17435 (epg-decrypt-string, epg-start-verify, epg-verify-file)
17436 (epg-verify-string, epg-start-sign, epg-sign-file)
17437 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
17438 (epg-encrypt-string, epg-start-export-keys)
17439 (epg-export-keys-to-file, epg-export-keys-to-string)
17440 (epg-start-import-keys, epg-import-keys-from-file)
17441 (epg-import-keys-from-string, epg-start-receive-keys)
17442 (epg-receive-keys, epg-import-keys-from-server)
17443 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
17444 (epg-sign-keys, epg-start-generate-key)
17445 (epg-generate-key-from-file, epg-generate-key-from-string):
17446 Remove autoload cookie.
17447
17448 2009-09-12 Eli Zaretskii <eliz@gnu.org>
17449
17450 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
17451 reevaluation of trash-directory.
17452
17453 * mwheel.el: Fix last change.
17454 (mouse-wheel-mode): New defvar.
17455 (mouse-wheel-mode): Remove autoload cookie.
17456
17457 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17458
17459 * mwheel.el (mwheel-installed-bindings): New var.
17460 (mouse-wheel-mode): Use it, so as to make sure we really remove all
17461 the bindings we set last time. Use custom-initialize-delay.
17462 * loadup.el: Load mwheel after term/*-win.el.
17463 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
17464 and mouse-wheel-up-event now that their first evaluation is done
17465 sufficiently late to be correct.
17466
17467 * startup.el (tutorial-directory): Make it a defcustom.
17468 Use custom-initialize-delay rather than eval-at-startup to set it.
17469 * image.el (image-load-path): Make it a defcustom.
17470 Use custom-initialize-delay rather than eval-at-startup to set it.
17471 * subr.el (eval-at-startup): Remove.
17472 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
17473
17474 * subr.el (do-after-load-evaluation): Warn the user after loading an
17475 obsolete package.
17476
17477 2009-09-12 Glenn Morris <rgm@gnu.org>
17478
17479 * proced.el (proced-mark-alt): Remove alias.
17480 (proced-mode-map): Remove proced-mark-alt.
17481
17482 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
17483 Elint file and directory. Remove initialization entry.
17484
17485 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
17486 commands.
17487 (elint-current-buffer): Set mode-line-process.
17488 (elint-init-env): Handle define-derived-mode.
17489 Fix declare-function with unspecified arglist. Guard against odd
17490 defalias statements (eg iso-insert's 8859-1-map).
17491 (elint-add-required-env): Use a temp buffer.
17492 (elint-form): Just print the function/macro name, not the whole form.
17493 Return env unchanged if we fail to parse a macro.
17494 (elint-forms): Guard against parse errors.
17495 (elint-output): New function, to handle batch mode.
17496 (elint-log-message): Add optional argument. Use elint-output.
17497 (elint-set-mode-line): New function.
17498
17499 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
17500
17501 * emacs-lisp/elp.el (elp-not-profilable): Add more
17502 functions (Bug#4233).
17503
17504 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
17505
17506 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
17507 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
17508
17509 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
17510
17511 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
17512 (gdb-var-list-children): Use json parsing.
17513
17514 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
17515
17516 * progmodes/js.el (js--proper-indentation): Handle the case where
17517 char-before is null. Reported by Deniz Dogan.
17518
17519 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
17520
17521 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
17522
17523 2009-09-11 Daiki Ueno <ueno@unixuser.org>
17524
17525 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
17526 (epg-digest-algorithm-alist): Add SHA224.
17527 (epg-context-set-passphrase-callback)
17528 (epg-context-set-progress-callback): Add description about
17529 callback function.
17530
17531 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17532
17533 * custom.el (custom-delayed-init-variables): New var.
17534 (custom-initialize-delay): New function.
17535 * startup.el (command-line): "Re"evaluate all vars in
17536 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
17537 explicitly any more.
17538 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
17539 to avoid creating a ~/.emacs.d at build-time (bug#4347).
17540
17541 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
17542
17543 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
17544
17545 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
17546 (gdb-var-update-handler): Use json parsing.
17547
17548 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
17549
17550 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
17551 decode annotated text, regardless of language environment. (Bug#2741)
17552
17553 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17554
17555 * Makefile.in (autoloads): Make rmail.el writable as well.
17556
17557 2009-09-11 Glenn Morris <rgm@gnu.org>
17558
17559 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
17560 loaddefs.el.
17561 * dired.el: Regenerate with extracted autoloads.
17562 * Makefile.in (autoloads): Make dired.el writable.
17563
17564 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
17565 * ibuffer.el: Regenerate with extracted autoloads.
17566 * Makefile.in (autoloads): Make ibuffer.el writable.
17567
17568 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
17569 * version.el (emacs-copyright, emacs-major-version)
17570 (emacs-minor-version): Reformat doc-strings for make-docfile.
17571
17572 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
17573 functions and variables, since they must be stuff specific to some other
17574 platform.
17575 (apropos-print): Make mouse-click message less specific about button.
17576
17577 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
17578 that records where a macro was defined.
17579 * help-fns.el (describe-function-1): Mention if a function has a
17580 compiler-macro.
17581 * help-mode.el (help-function-cmacro): New button.
17582
17583 * locate.el (top-level): Always require dired.
17584 (locate-mode-map): Initialize inside the defvar.
17585
17586 * net/ange-ftp.el (dired-compress-file): Declare.
17587 (ange-ftp-dired-compress-file): Add doc string.
17588
17589 * term/ns-win.el (x-display-name, x-setup-function-keys):
17590 Unify doc-strings with X versions.
17591
17592 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17593
17594 * emulation/crisp.el (crisp-mode-map): Move initialization
17595 into declaration.
17596 (crisp-mode): Use define-minor-mode.
17597
17598 * progmodes/xscheme.el (xscheme-evaluation-commands):
17599 Put a :advertised-binding property rather than using
17600 advertised-xscheme-send-previous-expression.
17601 (advertised-xscheme-send-previous-expression): Declare obsolete.
17602 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
17603 `advertised-undo'.
17604 (crisp-mode): Add corresponding bindings to
17605 undo's :advertised-binding instead.
17606 * dired.el (dired-mode-map): Put a :advertised-binding property rather
17607 than using dired-advertised-find-file.
17608 (dired-advertised-find-file):
17609 * simple.el (advertised-undo):
17610 * wid-edit.el (advertised-widget-backward): Declare obsolete.
17611 (widget-keymap): Put a :advertised-binding property rather
17612 than using advertised-widget-backward.
17613 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
17614 than using advertised-undo.
17615 * tutorial.el (tutorial--default-keys): Adjust accordingly.
17616
17617 2009-09-10 Simon South <ssouth@slowcomputing.org>
17618
17619 * progmodes/delphi.el (delphi-tab): Indent region when Transient
17620 Mark mode is enabled and region is active; otherwise indent or
17621 insert TAB as usual.
17622 (delphi-mode): Update description of TAB-key binding.
17623
17624 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17625
17626 * subr.el (define-key-rebound-commands): Mark obsolete.
17627 * startup.el (precompute-menubar-bindings): Remove.
17628 (normal-top-level): Remove obsolete code that tried to precompute
17629 menubar bindings.
17630 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
17631 define-key-rebound-commands and precompute-menubar-bindings.
17632
17633 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17634
17635 * net/imap.el (imap-interactive-login): Better messages.
17636 (imap-open): Fix bug with renamed buffer on reconnect.
17637 (imap-authenticate): Add buffer-local imap-last-authenticator variable
17638 for easier debugging and cleaner code. On successful (guessed based on
17639 server capabilities) secondary authentication, set imap-state
17640 correctly.
17641 (imap-last-authenticator): Define imap-last-authenticator as a variable
17642 to avoid warnings.
17643
17644 2009-09-10 Glenn Morris <rgm@gnu.org>
17645
17646 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
17647
17648 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
17649 (byte-compile-file-form-autoload): Don't warn about unknown functions
17650 where the autoload statement comes after the use.
17651 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
17652 that any handlers inside the body (eg require) are in turn respected.
17653
17654 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
17655 effects.
17656
17657 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
17658 and syntax and abbrev tables basic docs, if they don't have any.
17659
17660 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
17661
17662 * international/mule-cmds.el (top-level): Require cl when compiling.
17663 (view-hello-file): Use default-value rather than
17664 default-enable-multibyte-characters.
17665
17666 * progmodes/fortran.el: Move all safe and risky properties into the
17667 defcustoms.
17668
17669 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
17670 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
17671 * mail/undigest.el:
17672 Put autoloads in rmail.el rather than loaddefs.el.
17673 * mail/rmail.el: Regenerate with extracted autoloads.
17674
17675 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
17676 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
17677
17678 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
17679
17680 Reported in thread for Bug#4375.
17681 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
17682 "-data-evaluate-expression" instead of print.
17683 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
17684 (gdb-tooltip-print): Parse output from above MI command.
17685 (gdb): Revert 2009-08-11 change. User should detach inferior
17686 manually.
17687
17688 Remove the word "separate" from IO functions as inferior
17689 output is now never displayed in the GUD buffer.
17690
17691 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
17692
17693 * startup.el (command-line-normalize-file-name): On Windows and
17694 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
17695
17696 2009-09-10 Juri Linkov <juri@jurta.org>
17697
17698 * isearch.el (isearch-text-char-description): Propertize escape
17699 character sequences with the `escape-glyph' face. (Bug#4344)
17700
17701 * simple.el (shell-command): Set asynchronous process filter to
17702 `comint-output-filter'. (Bug#4343)
17703
17704 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
17705 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
17706 the list. Move "asm" to the bottom.
17707 (grep-find-ignored-directories): Add `choice' with nil value
17708 to empty the list easily.
17709 (grep-find-ignored-files): New option.
17710 (grep-files-history): Set to nil by default instead of '("ch" "el").
17711 (grep-compute-defaults): Add "<X>" to `grep-template'.
17712 (grep-read-files): Bind new local variables `default-alias' and
17713 `default-extension'. Use a list of default values for the file prompt.
17714 (lgrep): Add `--exclude=' command line options composed from
17715 `grep-find-ignored-files'.
17716 (rgrep): Add `-name' command line options composed from
17717 `grep-find-ignored-files'. (Bug#4301)
17718
17719 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
17720
17721 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
17722 (bug#4368).
17723
17724 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
17725
17726 * calendar/time-date.el (autoload):
17727 Expand define-obsolete-function-alias into defalias and make-obsolete
17728 for old Emacsen that Gnus supports.
17729 (with-no-warnings): Define it for old Emacsen.
17730 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
17731 is available.
17732 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
17733 float-time is available; suppress compile warning for time-to-seconds.
17734
17735 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
17736
17737 * net/imap.el (imap-message-map): Docstring fix.
17738
17739 2009-09-09 Glenn Morris <rgm@gnu.org>
17740
17741 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
17742 line numbers too. (Bug#4374)
17743
17744 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
17745
17746 * smerge-mode.el (smerge-remove-props, smerge-refine):
17747 Use with-silent-modifications (bug#4342).
17748
17749 * subr.el (with-silent-modifications): New macro.
17750
17751 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
17752
17753 * files.el (top-level): Require `cl' when compiling.
17754
17755 2009-09-07 Glenn Morris <rgm@gnu.org>
17756
17757 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
17758
17759 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
17760 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
17761
17762 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
17763
17764 * vc-git.el (vc-git-annotate-command): Use separator to parse
17765 arguments correctly.
17766
17767 2009-09-06 Eli Zaretskii <eliz@gnu.org>
17768
17769 * proced.el (proced-mode): Doc fix.
17770
17771 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
17772
17773 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
17774 lstat fails.
17775 (tramp-do-file-attributes-with-ls): Check for file existence at
17776 remote end.
17777 (tramp-do-file-attributes-with-stat): Likewise.
17778 (tramp-convert-file-attributes): Return nil when attr is nil.
17779
17780 2009-09-05 Glenn Morris <rgm@gnu.org>
17781
17782 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
17783 properties to this button.
17784 (diary-fancy-display): Don't extend the button to the final newline.
17785 (diary-fancy-display-mode): Continue to define "q" as a local key.
17786
17787 * calendar/cal-china.el (holiday-chinese): Make it slightly more
17788 efficient.
17789
17790 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
17791
17792 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
17793 (byte-compile-dest-file-function): New option.
17794 (byte-compile-dest-file): Doc fix.
17795 Obey byte-compile-dest-file-function.
17796 (byte-compile-cl-file-p): New function.
17797 (byte-compile-eval): Only suppress noruntime warnings about cl functions
17798 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
17799 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
17800 than for file being previously loaded.
17801 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
17802 (byte-compile-file-form-require): Handle the case where requiring a file
17803 indirectly causes CL to be loaded.
17804
17805 2009-09-05 Karl Fogel <kfogel@red-bean.com>
17806
17807 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
17808 before killing the old buffer, since by the time `kill-buffer' is
17809 run so many buffer variables have been set to nil that it may not
17810 behave as expected. (Bug#4061)
17811
17812 2009-09-05 Karl Fogel <kfogel@red-bean.com>
17813
17814 * files.el (find-alternate-file): If the old buffer is modified
17815 and visiting a file, behave similarly to `kill-buffer' when
17816 killing it, thus reverting to the pre-1.878 behavior; see
17817 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
17818 for discussion. Also, consult `buffer-file-name' as a variable
17819 not as a function, for consistency with the rest of the code.
17820
17821 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
17822
17823 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
17824 also when adding a new directory.
17825
17826 * net/tramp-compat.el (tramp-compat-line-beginning-position):
17827 New defun.
17828
17829 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
17830
17831 * files.el (locate-file-completion-table): Make it provide boundary
17832 information, so partial-completion works better.
17833
17834 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
17835
17836 * mail/footnote.el (Footnote-text-under-cursor):
17837 Check footnote-text-marker-alist before using it (bug#4324).
17838
17839 2009-09-04 Glenn Morris <rgm@gnu.org>
17840
17841 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
17842 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
17843 * play/solitaire.el, play/tetris.el:
17844 Remove leading * from defcustom and defface docs.
17845
17846 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
17847 necessary.
17848 (diary-fancy-overriding-map): New variable.
17849 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
17850 Use view-mode.
17851
17852 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
17853 goto-line.
17854
17855 2009-09-03 Glenn Morris <rgm@gnu.org>
17856
17857 * arc-mode.el (archive-mode):
17858 * dos-fns.el (set-default-process-coding-system):
17859 * man.el (Man-getpage-in-background):
17860 * menu-bar.el (menu-bar-describe-menu):
17861 * server.el (server-process-filter):
17862 * startup.el (command-line):
17863 * tar-mode.el (tar-header-block-tokenize, tar-extract):
17864 * w32-fns.el (set-default-process-coding-system):
17865 * x-dnd.el (x-dnd-handle-file-name):
17866 * international/mule-cmds.el (mule-menu-keymap)
17867 (set-default-coding-systems, language-info-alist, set-language-info)
17868 (set-language-environment, standard-display-european-internal)
17869 (set-locale-environment):
17870 * international/mule-diag.el (mule-diag):
17871 * mail/emacsbug.el (report-emacs-bug):
17872 * mail/rmail.el (rmail-mode):
17873 * mail/sendmail.el (mail-setup):
17874 Use default-value rather than default-enable-multibyte-characters.
17875
17876 * progmodes/f90.el: Move all safe properties into the defcustoms.
17877 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
17878
17879 * calendar/appt.el (appt-check):
17880 * calendar/diary-lib.el (diary-set-header, diary-live-p)
17881 (diary-check-diary-file, diary-list-entries)
17882 (diary-include-other-diary-files, diary-simple-display)
17883 (diary-fancy-display, diary-print-entries)
17884 (diary-mark-included-diary-files, diary-make-entry):
17885 Don't call substitute-in-file-name on diary-file.
17886
17887 2009-09-03 Eduard Wiebe <usenet@pusto.de>
17888 Stefan Monnier <monnier@iro.umontreal.ca>
17889
17890 * mail/footnote.el (footnote-prefix): Make it a defcustom.
17891 (footnote-mode-map): Move initialization into the declaration.
17892 (footnote-minor-mode-map): Define it rather than changing global-map.
17893 (footnote-mode): Use define-minor-mode.
17894
17895 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
17896
17897 * net/tramp.el (tramp-handle-file-attributes-with-ls)
17898 (tramp-do-file-attributes-with-perl)
17899 (tramp-do-file-attributes-with-stat): Rename from
17900 `tramp-handle-file-attributes-with-*'.
17901 (tramp-handle-file-attributes): Use them.
17902 (tramp-do-directory-files-and-attributes-with-perl)
17903 (tramp-do-directory-files-and-attributes-with-stat): Rename from
17904 `tramp-handle-directory-files-and-attributes-with-*'.
17905 (tramp-handle-directory-files-and-attributes): Use them.
17906 (tramp-method-out-of-band-p): Additional parameter SIZE.
17907 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
17908 (tramp-handle-write-region): Use it.
17909 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
17910 (tramp-handle-vc-registered): Check, whether the first run did
17911 return files to be tested.
17912 (tramp-advice-make-auto-save-file-name): Do not call directly
17913 `tramp-handle-make-auto-save-file-name', because this would bypass
17914 the locking mechanism.
17915
17916 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
17917 (file-remote-p, process-file, start-file-process, set-file-times)
17918 (tramp-compat-file-attributes): Compatibility functions shall not
17919 call directly `tramp-handle-*', because this would bypass the
17920 locking mechanism.
17921 (tramp-compat-number-sequence): New defun.
17922
17923 2009-09-02 Glenn Morris <rgm@gnu.org>
17924
17925 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
17926 alias for float-time.
17927 (time-to-number-of-days): In Emacs, use float-time.
17928 * net/newst-backend.el (time-add): Suppress warnings from compat
17929 function.
17930 * time.el (emacs-uptime, emacs-init-time):
17931 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
17932 Use float-time rather than time-to-seconds.
17933
17934 * minibuffer.el (completion-initials-expand): Fix typo.
17935
17936 * faces.el (modeline, modeline-inactive, modeline-highlight)
17937 (modeline-buffer-id):
17938 * info.el (info-menu-5): Mark these face aliases as obsolete.
17939
17940 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
17941
17942 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
17943 space ...
17944 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
17945 no "--thread" option.
17946 (gdb-stopped): Don't print "Switched to thread" message when it is
17947 unchanged.
17948
17949 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17950
17951 * minibuffer.el (completion-try-completion)
17952 (completion-all-completions): Remove ill-defined (and
17953 mistakenly installed and luckily never used nor documented)
17954 `completion-styles' property.
17955 (completion-initials-expand, completion-initials-all-completions)
17956 (completion-initials-try-completion): New functions.
17957 (completion-styles-alist): Add doc to each entry.
17958 Add new `initials' entry.
17959
17960 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
17961
17962 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
17963 MI command -var-evaluate-expression.
17964 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
17965 and tweak for case of string child.
17966 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
17967
17968 2009-09-01 Glenn Morris <rgm@gnu.org>
17969
17970 * add-log.el (change-log-date-face, change-log-name-face)
17971 (change-log-email-face, change-log-file-face, change-log-list-face)
17972 (change-log-conditionals-face, change-log-function-face)
17973 (change-log-acknowledgement-face):
17974 * cus-edit.el (custom-invalid-face, custom-rogue-face)
17975 (custom-modified-face, custom-set-face, custom-changed-face)
17976 (custom-saved-face, custom-button-face, custom-button-pressed-face)
17977 (custom-documentation-face, custom-state-face, custom-comment-face)
17978 (custom-comment-tag-face, custom-variable-tag-face)
17979 (custom-variable-button-face, custom-face-tag-face)
17980 (custom-group-tag-face-1, custom-group-tag-face):
17981 * diff-mode.el (diff-header-face, diff-file-header-face)
17982 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17983 (diff-added-face, diff-changed-face, diff-function-face)
17984 (diff-context-face, diff-nonexistent-face):
17985 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17986 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
17987 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17988 (Info-title-4-face):
17989 * isearch.el (isearch-lazy-highlight-face):
17990 * log-view.el (log-view-file-face, log-view-message-face):
17991 * paren.el (show-paren-match-face, show-paren-mismatch-face):
17992 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17993 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17994 (cvs-msg-face):
17995 * smerge-mode.el (smerge-mine-face, smerge-other-face)
17996 (smerge-base-face, smerge-markers-face):
17997 * wid-edit.el (widget-documentation-face, widget-button-face)
17998 (widget-field-face, widget-single-line-field-face)
17999 (widget-inactive-face, widget-button-pressed-face):
18000 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
18001 (woman-addition-face):
18002 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
18003 (eshell-ls-executable-face, eshell-ls-readonly-face)
18004 (eshell-ls-unreadable-face, eshell-ls-special-face)
18005 (eshell-ls-missing-face, eshell-ls-archive-face)
18006 (eshell-ls-backup-face, eshell-ls-product-face)
18007 (eshell-ls-clutter-face):
18008 * eshell/em-prompt.el (eshell-prompt-face):
18009 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
18010 * obsolete/old-whitespace.el (whitespace-highlight-face):
18011 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
18012 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
18013 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
18014 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
18015 (antlr-font-lock-literal-face):
18016 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18017 (ebrowse-root-class-face, ebrowse-file-name-face)
18018 (ebrowse-default-face, ebrowse-member-attribute-face)
18019 (ebrowse-member-class-face, ebrowse-progress-face):
18020 * progmodes/make-mode.el (makefile-space-face):
18021 * progmodes/sh-script.el (sh-heredoc-face):
18022 * textmodes/flyspell.el (flyspell-incorrect-face)
18023 (flyspell-duplicate-face):
18024 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
18025 * textmodes/texinfo.el (texinfo-heading-face):
18026 Mark face aliases with "-face" suffix as obsolete.
18027
18028 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
18029 compiler.
18030
18031 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
18032 (eudc-bob-sound-menu): Use defvar rather than defconst, since
18033 easy-menu-define wants to modify these.
18034
18035 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
18036
18037 * net/browse-url.el (browse-url-file-url):
18038 * term/internal.el (dos-codepage-setup):
18039 Use default-value rather than default-enable-multibyte-characters.
18040
18041 * progmodes/etags.el (etags-goto-tag-location):
18042 * progmodes/flymake.el (flymake-highlight-line)
18043 (flymake-goto-file-and-line, flymake-goto-line):
18044 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
18045 (gdb-goto-breakpoint):
18046 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18047 * progmodes/python.el (python-find-function)
18048 (python-pdbtrack-track-stack-file):
18049 * progmodes/verilog-mode.el (verilog-surelint-off):
18050 * term/ns-win.el (ns-open-file-select-line):
18051 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
18052 Use forward-line rather than goto-line.
18053
18054 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
18055 * textmodes/reftex-index.el (reftex-display-index):
18056 * textmodes/reftex-ref.el (reftex-offer-label-menu):
18057 * textmodes/reftex-toc.el (reftex-toc):
18058 Remove unnecessary bindings of default-major-mode (all are followed by
18059 major-mode check and possible mode switch).
18060
18061 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
18062
18063 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
18064 Handle watchpoints (bug#4282).
18065 (def-gdb-thread-buffer-command): Enable thread to be selected by
18066 clicking without selecting threads buffer first.
18067 (gdb-current-context-command): Use selected frame so that "up",
18068 "down" etc work in the GUD buffer.
18069 (gdb-update): Find selected frame before rendering stack buffer.
18070 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
18071
18072 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18073
18074 * progmodes/sym-comp.el (displayed-completions): Remove.
18075 (symbol-complete): Use minibuffer-complete.
18076
18077 2009-08-31 Glenn Morris <rgm@gnu.org>
18078
18079 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
18080
18081 * apropos.el (apropos-symbols-internal):
18082 Handle (obsolete) face aliases.
18083
18084 * faces.el (describe-face): Adjust the output format to be more like
18085 describe-variable, and to mention (obsolete) face aliases.
18086 Adjust the whitespace so that help-setup-xref works.
18087
18088 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
18089 * calendar/diary-lib.el (diary-button-face):
18090 Mark these face aliases as obsolete.
18091
18092 * calendar/calendar.el (calendar-today): Doc fix.
18093
18094 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
18095
18096 * progmodes/gdb-mi.el (gdb-control-all-threads)
18097 (gdb-control-current-thread): Force tool bar update.
18098 (gdb-non-stop-handler): New function.
18099 (gdb-init-1): Use it to test if non-stop mode is supported.
18100 Remove unused gdbmi buffer type.
18101
18102 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
18103
18104 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
18105 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
18106
18107 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
18108
18109 * comint.el (comint-exec-1): Check command is non-null first.
18110 Part of gdb-mi.el change (2009-08-28).
18111
18112 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18113
18114 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
18115
18116 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
18117
18118 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
18119 instead of `dolist' to avoid a recursive require when bootstrapping.
18120
18121 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18122
18123 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
18124
18125 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
18126
18127 * net/imap.el (imap-send-command): Simplify.
18128 (imap-wait-for-tag): point-max -> buffer-size.
18129
18130 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
18131
18132 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
18133 with constant argument.
18134
18135 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
18136
18137 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
18138
18139 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
18140 Change default, since most of our files don't have a history.
18141 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
18142 the user.
18143
18144 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18145 Add comint-run.
18146
18147 * calc/calc.el: Improve commenting convention.
18148 (calc-digit-map, toplevel): Simplify.
18149
18150 * comint.el (comint-insert-input): Be careful to only set point if we
18151 don't delegate to some other command.
18152
18153 * proced.el (proced-signal-list): Make it an alist.
18154 (proced-grammar-alist): Capitalize names.
18155 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
18156 Disable undo manually and make it read-only.
18157 Use completion-annotate-function.
18158
18159 * minibuffer.el (minibuffer-message): If the current buffer is not
18160 a minibuffer, insert the message in the echo area rather than at the
18161 end of the buffer.
18162 (completion-annotate-function): New variable.
18163 (minibuffer-completion-help): Use it.
18164 (completion--embedded-envvar-table): Environment vars are
18165 always case-sensitive.
18166
18167 2009-08-30 Glenn Morris <rgm@gnu.org>
18168
18169 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
18170 from fortran-current-defun.
18171 (fortran-beginning-of-subprogram): Be more precise about finding the
18172 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
18173 (fortran-end-of-subprogram): Simplify.
18174 (fortran-current-defun): Use fortran-start-prog-re.
18175
18176 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
18177
18178 * subr.el (do-after-load-evaluation): Simplify.
18179
18180 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18181
18182 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
18183
18184 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
18185 (vc-rcs-print-log): Use it.
18186
18187 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
18188
18189 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18190
18191 * paths.el (abbrev-file-name): Move to abbrev.el.
18192 * abbrev.el (abbrev-file-name): Move from paths.el.
18193 Obey user-emacs-directory.
18194 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
18195 user-emacs-directory.
18196 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
18197 abbrev-file-name and calc-settings-file any more.
18198 * startup.el (command-line): Recompute abbrev-file-name and
18199 abbreviated-home-dir.
18200 (normal-no-mouse-startup-screen): Improve the generic code and get rid
18201 of the special code for when C-h bindings haven't been changed.
18202 (display-startup-echo-area-message): Use with-current-buffer.
18203 (command-line-1): Use a list of strings, rather than a list of lists
18204 of strings for longopts.
18205
18206 * files.el (get-free-disk-space): Use / for default-directory.
18207
18208 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
18209 Use with-current-buffer.
18210
18211 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
18212 Recognize immutable variables like most-positive-fixnum.
18213 (byte-compile-setq-default): Check and warn if trying to assign
18214 to an immutable variable, or a non-variable.
18215
18216 * progmodes/cc-vars.el (c-comment-continuation-stars):
18217 * progmodes/cc-engine.el (c-looking-at-bos):
18218 * progmodes/cc-cmds.el (c-toggle-auto-state)
18219 (c-forward-into-nomenclature, c-backward-into-nomenclature)
18220 (c-comment-line-break-function): Add version of obsolescence.
18221
18222 2009-08-28 Juri Linkov <juri@jurta.org>
18223
18224 * files.el (magic-fallback-mode-alist): Add ZIP magic number
18225 associated with `archive-mode'.
18226
18227 * image.el (image-type-header-regexps): Use only JPEG magic number
18228 to determine JPEG images, and don't use `image-jpeg-p' because
18229 Emacs can display non-JFIF non-Exif JPEG images.
18230
18231 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
18232
18233 * arc-mode.el (archive-mode):
18234 * emacs-lisp/re-builder.el (re-builder-unload-function):
18235 Protect against the default value of `major-mode' being nil.
18236
18237 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
18238
18239 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
18240 Fix typos in docstrings.
18241
18242 * progmodes/js.el (js--macro-decl-re): Doc fix.
18243 (js--plain-method-re, js--split-name): Refloc docstring.
18244 (js--class-styles, js--make-merged-item, js--splice-into-items):
18245 Fix typos in docstrings; reflow docstrings.
18246 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
18247 (js--variable-decl-matcher, js--inside-pitem-p)
18248 (js--parse-state-at-point, js--get-all-known-symbols)
18249 (js--symbol-history, js-find-symbol, js--js-references)
18250 (js--moz-interactor, js--js-encode-value, js--read-tab):
18251 Fix typos in docstrings.
18252
18253 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18254
18255 * textmodes/reftex.el (reftex-get-file-buffer-force):
18256 * progmodes/verilog-mode.el (verilog-batch-execute-func):
18257 * emulation/viper.el (viper-go-away, viper-set-hooks):
18258 * emacs-lisp/re-builder.el (re-builder-unload-function):
18259 * emacs-lisp/bytecomp.el (byte-compile-file):
18260 * ses.el (ses-unload-function):
18261 * hexl.el (hexl-find-file):
18262 * files.el (normal-mode):
18263 * ehelp.el (with-electric-help):
18264 * autoinsert.el (auto-insert-alist):
18265 * arc-mode.el (archive-mode):
18266 Use (default-value 'major-mode) instead of default-major-mode.
18267
18268 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
18269 * international/mule.el (load-with-code-conversion):
18270 * emacs-lisp/debug.el (debug):
18271 * ediff-vers.el (ediff-rcs-get-output-buffer):
18272 * dired.el (dired-internal-noselect): Don't let-bind
18273 default-major-mode around code that doesn't use it.
18274 E.g. buffer creation via get-buffer-create doesn't use it.
18275
18276 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
18277
18278 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
18279 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
18280 when writing the temp file. Otherwise, epa-file gets confused.
18281 (tramp-register-file-name-handlers): Make it a defun. Move also
18282 `epa-file-handler' to the front of `file-name-handler-alist'.
18283
18284 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18285
18286 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
18287 start right after a ^M.
18288 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
18289 (tramp-completion-file-name-regexp-separate)
18290 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
18291 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
18292 Don't modify last-coding-system-used by accident.
18293 (tramp-completion-file-name-handler): Apply the checks here,
18294 instead during registration.
18295 (tramp-register-file-name-handlers): Rename from
18296 `tramp-register-file-name-handler'. Register both
18297 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
18298 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
18299
18300 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
18301
18302 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
18303 Remove variable ...
18304 (gdb-init-1, gdb-display-separate-io-buffer)
18305 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
18306 references to it.
18307 (gdb-inferior-io-mode): Use make-comint-in-buffer.
18308 (gdb-inferior-filter): Use comint-output-filter to stop
18309 echoing and remove ^M characters.
18310
18311 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18312
18313 * emulation/viper-init.el (viper-restore-cursor-type):
18314 * emulation/cua-base.el (cua--update-indications):
18315 Replace default-cursor-type with (default-value 'cursor-type).
18316
18317 * mail/sendmail.el (mail-recover-1):
18318 * international/mule-diag.el (describe-current-coding-system-briefly)
18319 (describe-current-coding-system):
18320 * international/mule-cmds.el (select-safe-coding-system)
18321 (select-message-coding-system)
18322 (set-language-environment-coding-systems, set-locale-environment):
18323 * hexl.el (hexl-insert-multibyte-char):
18324 * dos-w32.el (find-buffer-file-type-coding-system):
18325 * simple.el (what-cursor-position):
18326 Replace uses of default-buffer-file-coding-system
18327 with (default-value 'buffer-file-coding-system).
18328
18329 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
18330 Replace uses of default-cursor-in-non-selected-windows
18331 with (default-value 'cursor-in-non-selected-windows).
18332 Use with-current-buffer.
18333
18334 * mail/feedmail.el: Use CL macros.
18335 (feedmail-run-the-queue, feedmail-send-it-immediately):
18336 * dos-w32.el (find-buffer-file-type): Replace uses of
18337 default-buffer-file-type with (default-value 'buffer-file-type).
18338
18339 2009-08-28 Glenn Morris <rgm@gnu.org>
18340
18341 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
18342 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
18343 Use default-value of major-mode rather than default-major-mode.
18344
18345 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18346
18347 * Makefile.in (update-elcfiles): Report left over elc files.
18348
18349 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
18350 expand-file-name and with-current-buffer.
18351 (mail-get-names, mail-directory): Use with-current-buffer.
18352
18353 * vc.el (vc-read-revision): New function.
18354 (vc-version-diff, vc-merge): Use it.
18355
18356 2009-08-27 Sam Steingold <sds@gnu.org>
18357
18358 * simple.el (kill-do-not-save-duplicates): New user option.
18359 (kill-new): When it is non-nil, and the new string is the same as
18360 the latest kill, set replace to t to avoid duplicates in kill-ring.
18361
18362 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
18363
18364 * net/tramp.el (tramp-handle-process-file): Do not flush all
18365 caches when `process-file-side-effects' is set.
18366 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
18367 instead of `tramp-find-file-exists-command'.
18368 Unset `process-file-side-effects'.
18369
18370 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
18371
18372 * net/tramp.el (tramp-methods): New method "rsyncc".
18373 (top): Add completion function for "rsyncc".
18374 (tramp-message-show-message): New defvar.
18375 (tramp-message, tramp-error): Use it.
18376 (tramp-do-copy-or-rename-file-directly): Extend check for direct
18377 remote copying.
18378 (tramp-do-copy-or-rename-file-out-of-band): Handle new
18379 `tramp-methods' entry `copy-env' of "rsyncc".
18380 (tramp-vc-registered-read-file-names): New defconst.
18381 (tramp-vc-registered-file-names): New defvar.
18382 (tramp-handle-vc-registered): Implement optimization strategy.
18383 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
18384 (tramp-vc-file-name-handler): New defun.
18385 (tramp-get-ls-command, tramp-get-test-command)
18386 (tramp-get-file-exists-command, tramp-get-remote-ln)
18387 (tramp-get-remote-perl, tramp-get-remote-stat)
18388 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
18389
18390 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
18391 (tramp-cache-inhibit-cache): Extend doc string. It allows also
18392 timestamps.
18393 (tramp-get-file-property): Check for timestamps in
18394 `tramp-cache-inhibit-cache'.
18395 (tramp-set-file-property): Write timestamp.
18396
18397 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18398
18399 * language/japan-util.el (japanese-symbol-table): Add entries for
18400 cp932-2-byte.
18401
18402 * international/characters.el: Add category `j' to cp932-2-byte.
18403
18404 2009-08-27 Kenichi Handa <handa@m17n.org>
18405
18406 * international/fontset.el (build-default-fontset-data): New macro.
18407 (setup-default-fontset): Use build-default-fontset-data for CJK,
18408 tibetan, ethiopic, and ipa.
18409
18410 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18411
18412 * cus-start.el (default-major-mode): Customize `major-mode' instead.
18413 (enable-multibyte-characters): Not customizable any more.
18414
18415 * subr.el (default-mode-line-format, default-header-line-format)
18416 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
18417 (default-direction-reversed, default-truncate-lines)
18418 (default-left-margin, default-tab-width, default-case-fold-search)
18419 (default-left-margin-width, default-right-margin-width)
18420 (default-left-fringe-width, default-right-fringe-width)
18421 (default-fringes-outside-margins, default-scroll-bar-width)
18422 (default-vertical-scroll-bar, default-indicate-empty-lines)
18423 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
18424 (default-fringe-cursor-alist, default-scroll-up-aggressively)
18425 (default-scroll-down-aggressively, default-fill-column)
18426 (default-cursor-type, default-buffer-file-type)
18427 (default-cursor-in-non-selected-windows)
18428 (default-buffer-file-coding-system, default-major-mode)
18429 (default-enable-multibyte-characters): Mark as obsolete.
18430
18431 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
18432
18433 * vc-dir.el (vc-dir-update): Remove debug helper.
18434
18435 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
18436
18437 2009-08-26 Sam Steingold <sds@gnu.org>
18438
18439 * simple.el (save-interprogram-paste-before-kill): New user option.
18440 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
18441 save the interprogram-paste into kill-ring before overriding it
18442 with the Emacs kill.
18443
18444 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18445
18446 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
18447 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
18448 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
18449 and move to vc-rcs.el.
18450 (vc-default-next-revision): Rename to vc-rcs-next-revision and
18451 move to vc-rcs.el.
18452 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
18453 (vc-rcs-update-changelog): Remove.
18454 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
18455 and move to vc-rcs.el.
18456
18457 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
18458 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
18459 renaming.
18460 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
18461 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
18462 vc.el, renamed to be RCS specific.
18463
18464 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
18465 New functions.
18466 (vc-cvs-update-changelog): Move here from vc.el.
18467
18468 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
18469 New functions.
18470
18471 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
18472
18473 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
18474
18475 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18476
18477 * vc-git.el (vc-git-register): Use "git add" for directories.
18478 (vc-git-stash, vc-git-stash-show): New functions.
18479 (vc-git-extra-menu-map): Bind them.
18480
18481 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
18482 directory correctly in case the item is a directory itself.
18483
18484 * vc.el: Document the desired behavior for reverted files in the
18485 `added' state.
18486 (vc-default-prettify-state-info): Remove function, unused.
18487
18488 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
18489
18490 2009-08-26 Glenn Morris <rgm@gnu.org>
18491
18492 * bindings.el (standard-mode-line-format): Reposition dashes in
18493 which-func entry. (Bug#4217)
18494
18495 * files.el (enable-local-variables, enable-local-eval)
18496 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
18497 the defcustoms.
18498 (auto-mode-alist, ignored-local-variables)
18499 (save-some-buffers-action-alist): Move risky declarations to the
18500 definitions.
18501 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
18502 (font-lock-defaults, format-alist, imenu--index-alist)
18503 (imenu-generic-expression, input-method-alist, minor-mode-alist)
18504 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
18505 (mode-line-modified, mode-line-mule-info, mode-line-position)
18506 (mode-line-process, mode-line-remote, outline-level)
18507 (parse-time-rules, rmail-output-file-alist)
18508 (special-display-buffer-names, vc-mode):
18509 Move risky declarations to the relevant files.
18510 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
18511 (mode-line-modified, mode-line-process, mode-line-position)
18512 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
18513 * font-core.el (font-lock-defaults):
18514 * format.el (format-alist):
18515 * vc-hooks.el (vc-mode):
18516 * window.el (special-display-buffer-names):
18517 * international/mule-cmds.el (input-method-alist):
18518 Define riskiness here (dumped file) rather than in files.el.
18519 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
18520 * imenu.el (imenu-generic-expression, imenu--index-alist):
18521 * outline.el (outline-level):
18522 * time.el (display-time-string):
18523 * calendar/parse-time.el (parse-time-rules):
18524 * mail/rmailout.el (rmail-output-file-alist):
18525 Autoload riskiness here, rather than placing in files.el.
18526
18527 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
18528
18529 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
18530
18531 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
18532
18533 * simple.el (process-file-side-effects): New defvar.
18534
18535 * dired-aux.el (dired-show-file-type):
18536 * vc.el (vc-diff-internal):
18537 * vc-arch.el (vc-arch-diff):
18538 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
18539 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
18540 * vc-git.el (vc-git-registered, vc-git-working-revision)
18541 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
18542 (vc-git--empty-db-p):
18543 * vc-hooks.el (vc-user-login-name):
18544 * vc-svn.el (vc-svn-registered, vc-svn-state)
18545 (vc-svn-dir-extra-headers, vc-svn-find-revision):
18546 * progmodes/grep.el (grep-probe): Let-bind
18547 `process-file-side-effects' with nil.
18548
18549 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
18550
18551 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
18552 daemon. Replace ping by checking for running service for bluez
18553 and zeroconf. (Bug#4239)
18554
18555 2009-08-25 Kevin Ryde <user42@zip.com.au>
18556
18557 * net/dig.el (dig): Add autoload cookie.
18558
18559 2009-08-25 Glenn Morris <rgm@gnu.org>
18560
18561 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
18562 load-history for absolute file-names.
18563 (byte-compile-file-form-require): Warn about use of the cl package.
18564
18565 * format.el (format-alist): Doc fix.
18566
18567 * play/bubbles.el (top-level): Don't require cl at run-time.
18568
18569 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
18570 run-time cl).
18571
18572 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
18573
18574 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
18575 from cl package.
18576 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
18577
18578 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
18579
18580 * calc/calc-alg.el (math-trig-rewrite)
18581 (math-hyperbolic-trig-rewrite): New functions.
18582 (calc-simplify): Simplify trig functions when asked.
18583
18584 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18585
18586 * diff-mode.el (diff-find-source-location): Avoid goto-line.
18587
18588 2009-08-24 Kenichi Handa <handa@m17n.org>
18589
18590 * language/ind-util.el (mapthread): Delete it.
18591 (combinatorial): New function.
18592 (indian--puthash-cv): Use combinatorial instead of mapthread.
18593
18594 2009-08-22 Kevin Ryde <user42@zip.com.au>
18595
18596 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
18597 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
18598 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
18599 Clarify docstring that the value is strings not symbols.
18600 (checkdoc-list-of-strings-p): New function.
18601
18602 2009-08-22 Glenn Morris <rgm@gnu.org>
18603
18604 * files.el (auto-mode-alist):
18605 * hippie-exp.el (he-concat-directory-file-name):
18606 * lpr.el (lpr-windows-system, printer-name):
18607 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
18608 * ps-print.el (ps-windows-system):
18609 * startup.el (command-line):
18610 * emulation/viper-ex.el (viper-glob-function):
18611 * international/mule-cmds.el (set-language-environment-coding-systems):
18612 * net/ange-ftp.el (ange-ftp-write-region):
18613 * obsolete/fast-lock.el (fast-lock-cache-name):
18614 Remove code for defunct system-types emx, macos, mswindows, next-mach,
18615 unisoft-unix, vax-vms, win32, w32.
18616
18617 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
18618 given name if the pattern is not more specific.
18619
18620 * calendar/lunar.el (lunar-phase-names): New option.
18621 (lunar-phase): Doc fix.
18622 (lunar-cycles-per-year): New constant.
18623 (lunar-index): New function.
18624 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
18625 (lunar-phase-name): Use lunar-phase-names.
18626 (calendar-lunar-phases): Use format.
18627 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
18628
18629 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
18630 Copy imenu-example--name-and-position function here for own use.
18631 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
18632
18633 * bs.el (bs--redisplay):
18634 * cus-edit.el (custom-redraw):
18635 * ibuffer.el (ibuffer-bury-buffer):
18636 * server.el (server-goto-line-column):
18637 * startup.el (command-line-1):
18638 * strokes.el (strokes-xpm-for-stroke):
18639 * term.el (term-display-buffer-line):
18640 * view.el (View-goto-line):
18641 * calc/calc.el (calc-do, calc-trail-buffer):
18642 * play/gamegrid.el (gamegrid-add-score-insecure):
18643 * progmodes/ada-mode.el (ada-compile-goto-error):
18644 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
18645 (ebrowse-select-1st-to-9nth):
18646 * progmodes/cperl-mode.el (cperl-time-fontification):
18647 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
18648 * progmodes/gud.el (gud-display-line):
18649 (idlwave-shell-display-line):
18650 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
18651 * progmodes/make-mode.el (makefile-browser-toggle):
18652 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
18653 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
18654 * textmodes/picture.el (picture-draw-rectangle):
18655 * textmodes/reftex-index.el (reftex-index-goto-letter):
18656 (reftex-select-jump-to-previous):
18657 * textmodes/reftex-sel.el (reftex-find-start-point)
18658 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
18659 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
18660 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
18661 * textmodes/tex-mode.el (tex-compilation-parse-errors):
18662 * textmodes/two-column.el (2C-associated-buffer):
18663 Use forward-line rather than goto-line.
18664
18665 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
18666 goto-line.
18667
18668 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
18669 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
18670 (quick-check-list-to-regexp): Declare.
18671
18672 * progmodes/make-mode.el (makefile-browser-insert-selection):
18673 Use goto-char rather than goto-line.
18674
18675 * progmodes/prolog.el (compilation-error-regexp-alist)
18676 (compilation-forget-errors): Declare.
18677
18678 2009-08-22 Juri Linkov <juri@jurta.org>
18679
18680 * progmodes/grep.el (lgrep, rgrep): At the beginning
18681 set `dir' to `default-directory' unless `dir' is a non-nil
18682 readable directory. (Bug#4052)
18683 (lgrep, rgrep): Change a weird way to report an error
18684 from using `read-string' to using `error'.
18685 Instead of using interactive arguments in the function body,
18686 add new argument `confirm'.
18687
18688 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18689
18690 * textmodes/remember.el (remember-buffer):
18691 * progmodes/cperl-mode.el (cperl-vc-header-alist):
18692 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
18693 (icalendar-extract-ical-from-buffer):
18694 * net/newst-treeview.el (newsticker-groups-filename):
18695 * net/newst-backend.el (newsticker-cache-filename):
18696 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
18697 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
18698 (speedbar-add-ignored-path-regexp, speedbar-line-path)
18699 (speedbar-buffers-line-path, speedbar-path-line)
18700 (speedbar-buffers-line-path):
18701 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
18702 (epg-sign-keys):
18703 * epa.el (epa-display-verify-result):
18704 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
18705
18706 2009-08-21 Glenn Morris <rgm@gnu.org>
18707
18708 * progmodes/js.el (inferior-moz-process): Fix declaration.
18709
18710 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
18711
18712 * obsolete/rnewspost.el (news-mail-reply):
18713 Use goto-char rather than goto-line.
18714
18715 * term/ns-win.el (ns-open-file-select-line):
18716 Use line-beginning-position rather than goto-line.
18717
18718 * apropos.el (apropos-command):
18719 * ehelp.el (electric-helpify):
18720 * printing.el (pr-show-setup):
18721 * strokes.el (strokes-help):
18722 * tutorial.el (tutorial--describe-nonstandard-key)
18723 (tutorial--detailed-help):
18724 * woman.el (woman-mini-help, woman-display-extended-fonts):
18725 * calc/calc-help.el (calc-describe-key):
18726 * emulation/edt.el (edt-electric-helpify):
18727 * international/mule-diag.el (mule-diag):
18728 * play/yow.el (apropos-zippy):
18729 * progmodes/python.el (python-describe-symbol):
18730 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
18731 * textmodes/table.el (*table--cell-describe-mode)
18732 (*table--cell-describe-bindings):
18733 Use help-print-return-message rather than the now obsolete alias.
18734
18735 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
18736 (calendar-cursor-to-visible-date):
18737 * play/5x5.el (5x5-position-cursor):
18738 * play/decipher.el (decipher):
18739 * play/gomoku.el (gomoku-goto-xy):
18740 * play/landmark.el (lm-goto-xy):
18741 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
18742 (mpuz-paint-digit):
18743 Use forward-line, not goto-line.
18744
18745 * mail/rmail.el (rmail-obsolete): Delete custom group.
18746 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
18747 (rmail-remote-password, rmail-remote-password-required):
18748 Remove unneeded :set-after and :set properties.
18749
18750 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
18751
18752 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
18753
18754 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
18755
18756 * loadup.el: Remove leftover macos code.
18757
18758 * vc-git.el (vc-git-annotate-command): Run asynchronously.
18759 Explicitly pass the date format to git blame so that user local
18760 so that the output format can be parsed.
18761
18762 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
18763
18764 * net/dbus.el (top): Don't check for (getenv
18765 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
18766
18767 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
18768
18769 * log-edit.el (log-edit-strip-single-file-name): New var.
18770 (log-edit-insert-changelog): Use it. Bug#3571
18771
18772 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18773
18774 * subr.el (read-passwd): Use read-key so keypad keys work as well.
18775 Bug#3287
18776
18777 * help.el (help-print-return-message): Rename from
18778 print-help-return-message.
18779
18780 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
18781 cvs-mode-map parent hack.
18782 (log-view-mode): Derive from special-mode.
18783
18784 * linum.el (linum-mode): window-size-change-functions is redundant.
18785 Adapt to new window-configuration-change-hook behavior.
18786 (linum-after-size, linum-after-config): Remove.
18787
18788 * imenu.el (imenu-example--name-and-position)
18789 (imenu-example--lisp-extract-index-name)
18790 (imenu-example--create-lisp-index, imenu-example--create-c-index):
18791 Mark as obsolete.
18792
18793 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
18794 (inferior-prolog-mode): Use it.
18795 (inferior-prolog-load-file): Reset list of errors.
18796
18797 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18798
18799 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
18800
18801 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
18802
18803 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
18804
18805 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
18806 is running already.
18807
18808 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18809
18810 * subr.el (listify-key-sequence-1): Use normal syntax since those
18811 integers are nowadays always represented by the same (positive) number
18812 on all platforms.
18813 (read-key-empty-map): New const.
18814 (read-key-delay): New var.
18815 (read-key): New function.
18816 (force-mode-line-update): Use with-current-buffer.
18817 (locate-user-emacs-file): Don't forget to abbreviate the file name.
18818 (start-process-shell-command, start-file-process-shell-command):
18819 Discourage the use of command-args.
18820
18821 2009-08-19 Glenn Morris <rgm@gnu.org>
18822
18823 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
18824
18825 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18826
18827 * simple.el (choose-completion-string): Don't rely on
18828 minibuffer-completing-file-name and ad-hoc checks to decide whether
18829 to continue completion or not.
18830
18831 * minibuffer.el (minibuffer-hide-completions): New function.
18832 (completion--do-completion): Use it.
18833 (completions-annotations): New face.
18834 (completion--insert-strings): Use it.
18835 (completion-pcm--delim-wild-regex): Add docstring.
18836 (completion-pcm--string->pattern): Add support for 0-width delimiters
18837 in completion-pcm--delim-wild-regex.
18838
18839 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
18840
18841 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
18842 Remove unused var `buffer-modified-p'.
18843
18844 * minibuffer.el (completion--do-completion): Move point for the #b001
18845 case as well (bug#4176).
18846 (minibuffer-complete, minibuffer-complete-word): Don't move point.
18847
18848 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
18849
18850 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
18851 and :session buses.
18852
18853 2009-08-18 Kenichi Handa <handa@m17n.org>
18854
18855 * international/ucs-normalize.el (ucs-normalize-version):
18856 Change to 1.1.
18857 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
18858 (utf-8-hfs): Make it perform normalization on encoding too.
18859
18860 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
18861 (sentence-end-without-space): Delete duplicated chars.
18862 (sentence-end-base): Likewise.
18863
18864 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
18865 (html-mode): Delete duplicated chars from sentence-end-base.
18866
18867 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
18868 (texinfo-mode): Delete duplicated chars from sentence-end-base.
18869
18870 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
18871
18872 * files.el (hack-one-local-variable): If the mode function is for
18873 a minor mode, pass it an argument (Bug#4148).
18874
18875 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
18876
18877 * net/tramp.el (tramp-register-completion-file-name-handler):
18878 Check also for (member 'partial-completion completion-styles).
18879
18880 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
18881
18882 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
18883 abbrev (Bug#3943).
18884
18885 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
18886
18887 * progmodes/cperl-mode.el: Merge upstream 6.2.
18888 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
18889 (cperl-forward-re): Check cperl-brace-recursing.
18890 (cperl-highlight-charclass): New function.
18891 (cperl-find-pods-heres): Use it.
18892 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
18893 (cperl-beautify-regexp-piece): Fix column calculation.
18894 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
18895 (cperl-beautify-level): Don't process entire regexp.
18896 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
18897 calling man.
18898 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
18899 (cperl-init-faces): Build a list in the normal way.
18900
18901 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
18902
18903 * calendar/parse-time.el (parse-time-string-chars): Save match
18904 data.
18905
18906 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
18907
18908 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
18909 (sql-product): Use it.
18910 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
18911 (sql-set-product): Add completion.
18912 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
18913 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
18914 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
18915 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
18916 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
18917 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
18918 (sql-highlight-db2-keywords): Remove.
18919 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
18920 (sql-highlight-product): Use derived-mode-p.
18921 (sql-set-sqli-buffer): Use with-current-buffer.
18922 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
18923 Simplify.
18924
18925 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
18926
18927 * term.el: Fix commenting convention, turn comments into docstrings.
18928
18929 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
18930
18931 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
18932
18933 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
18934
18935 * calendar/parse-time.el (parse-time-string-chars): Compute using
18936 character classes, to handle non-ascii characters (Bug#3190).
18937
18938 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
18939
18940 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
18941 another heredoc if the user adds another < (Bug#3226).
18942
18943 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18944 Don't initialize based on window-system (Bug#4124).
18945
18946 * facemenu.el (facemenu-read-color): Use a completion function
18947 that accepts any defined color, such as RGB triplets (Bug#3677).
18948
18949 * files.el (get-free-disk-space): Change fallback default
18950 directory to /. Expand DIR argument before switching to fallback.
18951 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
18952
18953 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
18954
18955 * files.el (load-library): Doc fix.
18956
18957 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
18958
18959 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
18960 (viper-if-string): Redefine C-s in the minibuffer to insert the last
18961 incremental search string.
18962
18963 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
18964 XEmacs.
18965
18966 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
18967 (ediff-merge-region-is-non-clash)
18968 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
18969 Also check if the job is really a merge job.
18970
18971 * ediff.el (ediff-current-file): New function.
18972
18973 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
18974
18975 * progmodes/js.el: Edit docstrings throughout to follow Emacs
18976 conventions.
18977 (js-insert-and-indent): Delete function.
18978 (js-mode-map): Don't bind keys to js-insert-and-indent.
18979 (js-beginning-of-defun): Rename from js--beginning-of-defun.
18980 (js-end-of-defun): Rename from js--end-of-defun.
18981 (js-auto-indent-flag): Delete variable.
18982
18983 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
18984
18985 * progmodes/js.el: Remove proclaim statement.
18986 Defvar which-func-imenu-joiner-function to silence compiler.
18987
18988 * files.el (auto-mode-alist): Use js-mode for .js files.
18989
18990 * progmodes/js2-mode.el: Remove file.
18991
18992 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
18993
18994 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
18995
18996 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
18997
18998 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
18999 Karl Landstrom <karl.landstrom@brgeight.se>
19000
19001 * progmodes/js.el: New file.
19002
19003 2009-08-14 Mark A. Hershberger <mah@everybody.org>
19004
19005 * timezone.el (timezone-parse-date): Add ability to understand ISO
19006 basic format (minimal separators) dates in addition to the
19007 already-supported extended format dates.
19008
19009 2009-08-14 Eli Zaretskii <eliz@gnu.org>
19010
19011 * international/ucs-normalize.el: Add a `coding' file variable.
19012
19013 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
19014
19015 2009-08-14 Sam Steingold <sds@gnu.org>
19016
19017 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
19018
19019 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
19020
19021 * faces.el (help-argument-name): Define it here instead of
19022 help-fns.el, because in daemon mode help-fns.el may be loaded when
19023 faces are still uninitialized (Bug#1078).
19024
19025 * help-fns.el (help-argument-name): Move defface to faces.el.
19026
19027 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
19028
19029 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
19030 create buffer with a pty but no process so that GDB can make the
19031 inferior the controlling process.
19032
19033 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
19034
19035 * international/ucs-normalize.el: New file.
19036
19037 2009-08-13 Richard Stallman <rms@gnu.org>
19038
19039 * mail/rmail.el (rmail-get-attr-names):
19040 Accept an attribute header that is too short.
19041
19042 * mail/rmail.el (rmail-forget-messages):
19043 Ignore nil elt in rmail-message-vector. Use dotimes.
19044
19045 * progmodes/compile.el (compilation-goto-locus):
19046 Use next-error-move-function.
19047
19048 * simple.el (next-error-move-function): New variable.
19049
19050 2009-08-12 Juri Linkov <juri@jurta.org>
19051
19052 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
19053 always non-nil. (Bug#4052)
19054
19055 * replace.el (read-regexp): Return empty string when
19056 `default-value' is nil.
19057 (keep-lines-read-args): Don't use empty string as the
19058 default value for `read-regexp'. (Bug#2495)
19059
19060 2009-08-12 Juri Linkov <juri@jurta.org>
19061
19062 * international/mule-cmds.el (ucs-insert): Change arguments
19063 from `arg' to `character', `count', `inherit' to be the same
19064 as in `insert-char'. Doc fix. (Bug#4039)
19065
19066 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
19067
19068 2009-08-12 Juri Linkov <juri@jurta.org>
19069
19070 * files-x.el: New file.
19071
19072 * files.el: Move code that deals with adding/deleting
19073 file/directory-local variables to files-x.el.
19074
19075 * Makefile.in (ELCFILES): Add files-x.elc.
19076
19077 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
19078
19079 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
19080 to use `goto-line'.
19081 (gdb-place-breakpoints, gdb-get-location): Rewritten without
19082 `goto-line'.
19083 (gdb-invalidate-disassembly): Do not refresh upon receiving
19084 'update signal. Instead, update all disassembly buffers only after
19085 threads list.
19086 (gdb): Send -target-detach when buffer is killed (Bug#3794).
19087 (gdb-starting): Move -data-list-register-names...
19088 (gdb-stopped): ...here so it's sent when first thread stops.
19089 (gdb-registers-handler-custom): Do nothing if register names are
19090 unknown yet.
19091
19092 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
19093 from `gdb-mi.el' to avoid extra tangling.
19094
19095 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
19096 change which breaks `gud-def' definitions used in `gdb'.
19097 (gdb-update-gud-running): No extra fuss for updating frame number.
19098
19099 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19100
19101 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
19102 (describe-language-environment-map, setup-language-environment-map)
19103 (set-coding-system-map): Move initialization into declaration.
19104 (set-language-info-alist): Last arg to define-key-after can be skipped.
19105
19106 * international/quail.el (quail-completion-1): Simplify.
19107 (quail-define-rules): Use slightly more compact code.
19108 (quail-insert-decode-map): Propertize keys, compact columns.
19109
19110 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19111 Add goto-line.
19112
19113 2009-08-10 Miles Bader <miles@gnu.org>
19114
19115 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
19116 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
19117 (js2-instance-member, js2-private-member, js2-private-function-call)
19118 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
19119 (js2-magic-paren, js2-external-variable):
19120 Remove "-face" suffix from face names.
19121 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
19122 (js2-highlight-undeclared-vars, js2-peek-token)
19123 (js2-parse-function-params, js2-mode-show-errors)
19124 (js2-mode-show-warnings, js2-make-magic-delimiter)
19125 (js2-mode-highlight-magic-parens): Update to use new face names.
19126
19127 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
19128
19129 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
19130 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
19131
19132 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
19133
19134 * subr.el: Provide hashtable-print-readable.
19135
19136 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
19137 hs-c-like-adjust-block-beginning.
19138 (hs-hide-block-at-point): Stop hiding at the beginning of
19139 hs-block-end-regexp (Bug#700).
19140
19141 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
19142
19143 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
19144 a macro.
19145 (gdb-registers-handler-custom): Do not fail when register names
19146 are unavailable.
19147
19148 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
19149
19150 * progmodes/gdb-mi.el (gdb-control-all-threads)
19151 (gdb-control-current-thread): Interactive setters for
19152 `gdb-gud-control-all-threads' to use in menu.
19153 (gdb-show-run-p): Show «Go» when process is not active.
19154 (gud-tool-bar-map): Add non-stop/A,T indicator.
19155 Uses gud/thread.xpm and gud/all.xpm.
19156
19157 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
19158
19159 * net/net-utils.el (net-utils-font-lock-keywords): New var.
19160 (nslookup-font-lock-keywords): Make it a variable.
19161 (net-utils-mode): New mode for viewing diagnostic network output.
19162 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
19163 (net-utils-run-simple): New function.
19164 (ifconfig, iwconfig, netstat, arp, route): Use it.
19165
19166 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
19167
19168 * progmodes/gdb-mi.el (gdb-read-memory-custom)
19169 (gdb-memory-set-address, def-gdb-set-positive-number)
19170 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
19171 after changing settings.
19172 (gdb-invalidate-disassembly): Update when first shown.
19173 (gdb-edit-locals-value): Fixed.
19174 (gdb-registers-handler-custom): Print registers in right order and
19175 allow changing register values (only for current thread yet).
19176 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
19177 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
19178 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
19179 (gdb-locals-handler-custom, gdb-registers-handler-custom):
19180 Thread info in mode name.
19181 (gdb-registers-mode-map): TAB to switch to locals.
19182
19183 2009-08-08 Eli Zaretskii <eliz@gnu.org>
19184
19185 * mail/rmail.el (rmail-add-mbox-headers)
19186 (rmail-set-message-counters-counter): Search for
19187 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
19188
19189 2009-08-08 Glenn Morris <rgm@gnu.org>
19190
19191 * Makefile.in (ELCFILES): Update.
19192
19193 2009-08-07 Eli Zaretskii <eliz@gnu.org>
19194
19195 * mail/sendmail.el (mail-yank-original):
19196 Set buffer-file-coding-system from the one used by the message whose
19197 text is yanked.
19198
19199 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
19200 to "windows" when "pgnuplot" is used.
19201 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
19202 Don't call accept-process-output if "pgnuplot" is used.
19203 (calc-graph-init): Don't send -display and -geometry to
19204 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
19205 running "pgnuplot -V" with shell-command-to-string.
19206
19207 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
19208 the default.
19209
19210 2009-08-07 Eli Zaretskii <eliz@gnu.org>
19211
19212 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
19213 org/org-latex.elc.
19214
19215 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
19216
19217 * vc-dispatcher.el (vc-resynch-window): Update comment.
19218
19219 * term.el (term-handle-ansi-escape): Add comments with the
19220 terminfo capabilities implemented.
19221
19222 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
19223
19224 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
19225 (gdb-var-create-handler): Rewritten using JSON parser.
19226 (gdb-propertize-header): Move earlier.
19227 (gdb-set-header): Remove to avoid duplication.
19228 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
19229 Refresh disassembly buffers only after threads list have been
19230 update.
19231 (gdb-threads-header, gdb-registers-header): Per-buffer header line
19232 variables.
19233
19234 2009-08-04 Juri Linkov <juri@jurta.org>
19235
19236 * files.el: Commands to add/delete file/directory-local variables.
19237 (read-file-local-variable, read-file-local-variable-value)
19238 (read-file-local-variable-mode, modify-file-local-variable)
19239 (modify-file-local-variable-prop-line)
19240 (modify-dir-local-variable): New functions.
19241 (add-file-local-variable, delete-file-local-variable)
19242 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
19243 (add-dir-local-variable, delete-dir-local-variable)
19244 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
19245 (copy-dir-locals-to-file-locals-prop-line): New commands.
19246
19247 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
19248
19249 * abbrev.el (insert-abbrev-table-description): Prettify output.
19250 Suggested by Karl Chen.
19251
19252 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
19253
19254 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
19255 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
19256 (gdb-overlay-arrow-position, gdb-thread-position)
19257 (gdb-disassembly-position): Declare variables.
19258 (gdb-wait-for-pending): Function now.
19259 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
19260 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
19261 compilation goes smoothly.
19262 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
19263 (gdb-non-stop-setting): New customization setting which replaces
19264 `gdb-non-stop' so changing it doesn't break active GDB session.
19265 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
19266 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
19267 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
19268 (gdb-show-threads-by-default): New customization options.
19269 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
19270 routines.
19271 (gdb-get-buffer-create): Send buffers update signal when they are
19272 created.
19273 (gdb-invalidate-locals, gdb-invalidate-registers)
19274 (gdb-invalidate-breakpoints)
19275 (gdb-invalidate-threads, gdb-invalidate-disassembly)
19276 (gdb-invalidate-memory): Accept update signal.
19277 (gdb-current-context-command): Use --frame option.
19278 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
19279 Implement `gdb-frame-number' selection logic.
19280 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
19281 whether to show GUD toolbar buttons.
19282 (gdb-thread-exited): Unselect current thread when it exits.
19283 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
19284 (gdb-mark-line): Routine which sets overlay arrow or inverses
19285 video on fringeless displays.
19286 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
19287 to build aligned columns of data in GDB buffers and set text
19288 properties line-by-line.
19289 (gdb-invalidate-breakpoints)
19290 (gdb-breakpoints-list-handler-custom)
19291 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
19292 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
19293 (gdb-registers-handler-custom): Align data columns.
19294 (gdb-locals-handler-custom): Now prints data like in variable
19295 declarations.
19296 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
19297 Remove confusing buttons.
19298 (gdb-invalidate-threads): Append --frame.
19299 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
19300 between breakpoints/threads buffers.
19301 (gdb-set-window-buffer): Now can ignore dedicated windows.
19302 (gdb-propertize-header): Use `gdb-set-window-buffer'.
19303 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
19304 (def-gdb-thread-buffer-gud-command): Replaces
19305 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
19306 for fine thread control.
19307 (gdb-preempt-existing-or-display-buffer): New function used to
19308 display bound buffers without breaking window layout.
19309 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
19310 (gdb-select-frame): New version of `gdb-frames-select' which now
19311 sets `gdb-frame-number' so commands may use --frame option instead
19312 of inner debugger state.
19313 (gdb-frame-handler): Do not set `gdb-frame-number'.
19314 (gdb-threads-mode-map): Select threads with mouse.
19315
19316 * progmodes/gud.el (gdb-gud-context-call): Declare function to
19317 avoid compilation warning.
19318 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
19319 `gdb-show-stop-p`.
19320
19321 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
19322 Argument `key' renamed to `buffer-type'.
19323 (gdb-current-context-buffer-name): Do not add thread info to
19324 buffer name when no thread is selected.
19325 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
19326 command (bug 3794).
19327 (gdb-thread-selected): Handle `=thread-selected' notification.
19328 (gdb-wait-for-pending): New macro to deal with congestion problems.
19329 (gdb-breakpoints-list-handler-custom): Don't fail on pending
19330 breakpoints.
19331 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
19332 This fixes problem similar to one described in bug 3947.
19333 (gud-menu-map): More menu items.
19334 (gdb-init-1): Reset `gdb-thread-number' to nil.
19335
19336 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
19337 non-stop settings.
19338
19339 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
19340 (gdb-current-context-command): Do not append --thread if
19341 `gdb-thread-number' is nil.
19342 (gdb-running-threads-count, gdb-stopped-threads-count):
19343 New variables.
19344 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
19345 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
19346 New customization options.
19347 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
19348 GUD commands.
19349 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
19350 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
19351 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
19352 set `gdb-thread-number' and update `gud-running' properly.
19353 (gdb-running): Update threads list when new threads appear.
19354 (gdb-stopped): Support non-stop operation and new thread switching
19355 logic.
19356 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
19357 (gdb-json-partial-output): New set of JSON routines.
19358 (def-gdb-auto-update-trigger): New `signal-list' optional
19359 argument.
19360 (gdb-thread-list-handler-custom): Update `gud-running',
19361 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
19362 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
19363 (gdb-continue-thread, gdb-step-thread): New commands for fine
19364 thread execution control.
19365 (gud-menu-map): New menu items to switch non-stop options.
19366 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
19367 (gdb-send): Mimic RET properly (bug 3794).
19368
19369 * progmodes/gdb-mi.el (gdb-rules-name-maker)
19370 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
19371 gdb-buffer-rules.
19372 (def-gdb-auto-update-handler): New nopreserve optional argument.
19373 (gdb-stack-list-frames-custom): Print stack from top to bottom.
19374
19375 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
19376 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
19377 (gdb-parent-mode): New mode to derive other GDB modes from.
19378 (gdb-display-disassembly-for-thread)
19379 (gdb-frame-disassembly-for-thread): New commands for threads
19380 buffer.
19381
19382 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
19383 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
19384 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
19385 (gdb-update): We now store all GDB buffers in a list so that they
19386 can be updated by traversing a list instead of calling invalidate
19387 triggers explicitly.
19388 (def-gdb-trigger-and-handler): New macro to define trigger-handler
19389 pair for GDB buffer.
19390 (gdb-stack-buffer-name): Add thread information.
19391 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
19392 handle pending triggers.
19393 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
19394 (def-gdb-thread-buffer-simple-command)
19395 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
19396 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
19397 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
19398 New commands which show buffers bound to thread.
19399 (gdb-stack-list-locals-regexp): Remove unused regexp.
19400
19401 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
19402 (gdb-locals-buffer-name, gdb-registers-buffer-name)
19403 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
19404 to (gud-comint-buffer) in *-buffer-name functions
19405 because (gdb-get-target-string) already does that.
19406 (gdb-locals-handler-custom, gdb-registers-handler-custom)
19407 (gdb-changed-registers-handler): Rewritten without regexps.
19408
19409 * progmodes/gdb-mi.el: Basic thread selection support.
19410 (gdb-thread-number): New variable.
19411 (gdb-current-context-command): New macro which adds --thread
19412 option to command.
19413 (gdb-threads-mode-map): Select thread with SPC.
19414 (gdb-thread-list-handler-custom): Mark current thread with overlay
19415 arrow. Synchronize GDB thread and Emacs thread.
19416 (gdb-select-thread): New command which selects current thread.
19417 (gdb-invalidate-frames, gdb-invalidate-locals)
19418 (gdb-invalidate-registers): Use --thread option.
19419
19420 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
19421
19422 * net/tramp.el (top): Make check for tramp-gvfs loading more
19423 robust. (Bug#3977)
19424 (tramp-handle-insert-file-contents): `unwind-protect' must be
19425 inside `with-parsed-tramp-file-name'.
19426
19427 * net/tramp-gvfs.el (top): Remove superfluous message when loading
19428 fails.
19429
19430 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
19431
19432 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
19433 directory if CLASSPATH is not set.
19434
19435 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
19436
19437 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
19438 New defconst.
19439 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
19440
19441 2009-08-02 Kevin Ryde <user42@zip.com.au>
19442
19443 * net/newst-backend.el (newsticker--raw-url-list-defaults):
19444 Update freshmeat link. Delete newsforge.com as it seems gone.
19445
19446 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
19447
19448 * select.el (x-set-selection): Doc fix (Bug#4021).
19449
19450 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
19451
19452 * help-fns.el (describe-variable): Treat list return values from
19453 dir-locals-find-file properly (Bug#4005).
19454
19455 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
19456
19457 * net/tramp.el (tramp-debug-message): Print also microseconds.
19458
19459 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
19460
19461 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
19462 or END is non-nil.
19463 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
19464 (tramp-get-debug-buffer): Change `outline-regexp' according to new
19465 format.
19466
19467 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
19468 (tramp-get-file-property): Use it.
19469
19470 * autorevert.el (auto-revert-handler):
19471 Allow `auto-revert-tail-mode' for remote files.
19472
19473 2009-08-02 Jason Rumney <jasonr@gnu.org>
19474
19475 * minibuffer.el (read-file-name): Treat confirm options to
19476 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
19477
19478 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
19479
19480 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
19481 (font-lock-variable-name-face, font-lock-constant-face):
19482 Darken the colors for light backgrounds.
19483
19484 2009-08-01 Eli Zaretskii <eliz@gnu.org>
19485
19486 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
19487 month names. (Bug#3987)
19488
19489 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
19490
19491 * simple.el (line-move-finish): Pass whole number to
19492 line-move-to-column.
19493 (line-move-visual): Perform hscroll to the recorded position.
19494
19495 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
19496
19497 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
19498
19499 2009-07-29 Alan Mackenzie <acm@muc.de>
19500
19501 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
19502
19503 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
19504
19505 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
19506 (gdb-place-breakpoints): Use full path when setting breakpoints.
19507
19508 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
19509
19510 * calc/calc.el (calc-mode-map): Add keybinding for
19511 `calc-transpose-lines'.
19512
19513 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
19514
19515 * calc/calc-misc.el (calc-transpose-lines): New function.
19516
19517 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
19518
19519 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
19520 Simplify check for out-of-band methods.
19521 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
19522 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
19523
19524 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
19525
19526 * vc-git.el (vc-git-checkin): Fix typo.
19527
19528 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
19529
19530 * progmodes/js2-mode.el: New file.
19531
19532 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
19533
19534 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
19535 (gud-menu-map): Adjust tooltip accordingly.
19536
19537 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
19538
19539 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
19540 (vc-bzr-log-view-mode): Adjust log-view-file-re.
19541
19542 * add-log.el (change-log-mode-map): Add a menu.
19543
19544 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
19545
19546 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
19547 function returns nil.
19548 (dbus-handle-event): Handle special return value :ignore.
19549 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
19550
19551 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
19552
19553 * view.el (view-mode-enable): Don't define Helper-return-blurb if
19554 it's not needed.
19555
19556 2009-07-25 Eli Zaretskii <eliz@gnu.org>
19557
19558 Fix Bug#3888:
19559
19560 * w32-vars.el (x-select-enable-clipboard): Doc fix.
19561
19562 * term/pc-win.el (x-display-name, x-colors)
19563 (x-select-enable-clipboard, x-select-text): Doc fix.
19564
19565 * term/common-win.el (x-display-name, x-colors): Doc fix.
19566
19567 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
19568 (xw-defined-colors): Doc fix.
19569
19570 * w32-fns.el (x-select-text, x-setup-function-keys)
19571 (x-get-selection, x-set-selection): Doc fix.
19572
19573 * term/x-win.el (x-select-text, x-setup-function-keys)
19574 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
19575
19576 * select.el (x-set-selection): Doc fix.
19577
19578 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
19579
19580 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
19581 instead of "IsNSSSupportAvailable". Avahi ought to work also when
19582 "IsNSSSupportAvailable" method is not available.
19583 Reported by Steve Youngs <steve@sxemacs.org>.
19584
19585 2009-07-24 Kenichi Handa <handa@m17n.org>
19586
19587 * international/characters.el: Fix setting of category ?C, ?|, ?K,
19588 and ?H. Fix setting of case for Latin Extended and Greek Extended.
19589 (build-unicode-category-table): Fix range checks.
19590
19591 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19592
19593 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
19594 the buffer we try to sync is current when calling
19595 vc-resynch-buffer.
19596
19597 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
19598 not show up to date files.
19599
19600 2009-07-24 Glenn Morris <rgm@gnu.org>
19601
19602 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
19603 Add autoload cookies. If necessary, initialize.
19604 (elint-log): Handle non-file buffers.
19605 (elint-initialize): Add optional argument to reinitialize.
19606 (elint-find-builtin-variables): Save excursion.
19607
19608 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
19609
19610 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
19611 for Lint.
19612
19613 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19614
19615 * vc.el (vc-print-log-internal): New function, split out from ...
19616 (vc-print-log): ... here.
19617 (vc-dir-move-to-goal-column): Declare.
19618
19619 * vc-git.el (vc-git-add-signoff): New variable.
19620 (vc-git-checkin): Use it.
19621 (vc-git-toggle-signoff): New function.
19622 (vc-git-extra-menu-map): Bind it to menu.
19623 (vc-git--run-command-string): Accept a nil FILE argument.
19624 (vc-git-stash-list): New function.
19625 (vc-git-dir-extra-headers): Use it.
19626
19627 2009-07-23 Glenn Morris <rgm@gnu.org>
19628
19629 * help-fns.el (describe-variable): Describe ignored and risky local
19630 variables in a similar way to that in which we describe safe ones.
19631
19632 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
19633 (byte-compile-output-file-form, byte-compile-output-docform)
19634 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
19635 Give some more local variables with common names a "bytecomp-" prefix,
19636 so as not to shadow things during compilation.
19637 * emacs-lisp/cl-macs.el (load-time-value)
19638 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
19639 `outbuffer' to `bytecomp-outbuffer'.
19640
19641 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
19642 since the next two variables cover them automatically now.
19643 (elint-builtin-variables, elint-autoloaded-variables): New.
19644 (elint-unknown-builtin-args): Remove all members, since they can be
19645 parsed automatically now.
19646 (elint-extra-errors): New.
19647 (elint-env-add-env, elint-env-add-macro): Use cadr.
19648 (elint-current-buffer): Use or. Change final message.
19649 (elint-get-top-forms): Use line-end-position.
19650 (elint-init-env): Use cadr. Handle autoload, declare-function,
19651 and defalias.
19652 (elint-add-required-env): Doc fix. Use or. Standardize error.
19653 (regexp-assoc): Remove unused function.
19654 (elint-top-form): Set elint-current-pos, to record the start of the
19655 top-level form, for compilation-mode.
19656 (elint-form): Trap errors in macro expansion. Use dolist.
19657 (elint-unbound-variable): Use elint-builtin-variables and
19658 elint-autoloaded-variables.
19659 (elint-get-args): Use cadr, or.
19660 (elint-check-cond-form): Use dolist, cadr.
19661 (elint-check-condition-case-form): Doc fix. Use cadr.
19662 Use elint-extra-errors.
19663 (elint-log): New function.
19664 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
19665 Distinguish errors and warnings.
19666 (elint-log-message): Use with-current-buffer. Inhibit read-only.
19667 Use a bytecomp-style format.
19668 (elint-clear-log): Preserve default-directory. Inhibit read-only.
19669 (elint-get-log-buffer): Use compilation mode. Disable undo.
19670 Don't truncate lines.
19671 (elint-initialize): Set builtin and autoloaded variable lists.
19672 Only process elint-unknown-builtin-args if non-nil.
19673 (elint-find-builtin-variables, elint-find-autoloaded-variables):
19674 New functions.
19675 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
19676
19677 2009-07-22 Kevin Ryde <user42@zip.com.au>
19678
19679 * net/newst-backend.el (newsticker--parse-atom-1.0)
19680 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19681 (newsticker--parse-rss-1.0):
19682 * progmodes/idlwave.el (idlwave-mode):
19683 * progmodes/idlw-shell.el (idlwave-shell-mode):
19684 * progmodes/vera-mode.el (vera-mode):
19685 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
19686 * progmodes/vhdl-mode.el (vhdl-mode):
19687 * textmodes/table.el (table-generate-source)
19688 (table--warn-incompatibility):
19689 Hyperlink urls in docstrings with URL `...'.
19690
19691 2009-07-22 Glenn Morris <rgm@gnu.org>
19692
19693 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
19694 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
19695 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
19696 Remove leading * from defcustom docs.
19697
19698 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
19699
19700 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
19701 defcustom doc.
19702 (list-load-path-shadows): Optionally, just return shadows as a string.
19703
19704 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
19705
19706 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
19707
19708 * mail/rmailedit.el (rmail-edit-mode):
19709 Use auto-save-include-big-deletions.
19710
19711 * mail/rmail.el (rmail-variables):
19712 Use auto-save-include-big-deletions.
19713
19714 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
19715 changes.
19716
19717 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
19718
19719 * calc/calc.el (calc-undo-length): New variable.
19720 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
19721
19722 2009-07-21 Richard Stallman <rms@gnu.org>
19723
19724 * files.el (auto-save-mode): Handle buffer-save-size = -2
19725 for toggling mode.
19726
19727 2009-07-21 Glenn Morris <rgm@gnu.org>
19728
19729 * textmodes/ispell.el (ispell-looking-back): Update declaration.
19730
19731 * calendar/todo-mode.el (calendar-current-date): Update declaration.
19732
19733 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
19734 silence compiler. Instead...
19735 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
19736 (ps-print-ensure-fontified): Update for above function name changes.
19737
19738 * printing.el (pr-mh-get-msg-num, pr-mh-show)
19739 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
19740 silence compiler. Instead...
19741 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
19742 (mh-show-buffer): Only define for compiler.
19743 (pr-mh-current-message): Update for above function name changes.
19744
19745 * files.el (abort-if-file-too-large): Explicitly pass `filename'
19746 as an argument.
19747 (find-file-noselect, insert-file-1): Update for above change.
19748
19749 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
19750
19751 * mail/mailclient.el (mailclient-send-it): Fix message.
19752
19753 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
19754 (edebug-eval): Check cl-debug-env is bound.
19755 (print-level, print-circle): Don't redefine built-in variables.
19756
19757 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
19758 (custom-print-vectors): Remove old comments from doc.
19759
19760 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
19761 (emerge-version): Make the variable an obsolete alias for the
19762 emacs-version variable. Make the function obsolete.
19763 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
19764 Emerge options, rather than merging in into the main Options menu.
19765 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
19766 and auto advance modes. Disable edit/fast items when not relevant.
19767
19768 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
19769
19770 * term/vt420.el (terminal-init-vt420): Fix typo.
19771
19772 2009-07-20 Sam Steingold <sds@gnu.org>
19773
19774 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
19775 variable (removed from compile.el on 2004-03-11).
19776
19777 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
19778
19779 * files.el (hack-local-variables-filter): Fix last change.
19780
19781 2009-07-19 Juri Linkov <juri@jurta.org>
19782
19783 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
19784 (dir-local-variables-alist): New buffer-local variable.
19785 (hack-local-variables-filter): If variable is not dir-local,
19786 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
19787 because file-local overrides dir-local.
19788 (c-postprocess-file-styles) <declare-function>:
19789 Remove obsolete declaration.
19790 (hack-dir-local-variables): Add dir-local variable/value pair to
19791 `dir-local-variables-alist' and remove duplicates. Doc fix.
19792
19793 * help-fns.el (describe-variable): Add information about
19794 file-local and dir-local variables.
19795
19796 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
19797
19798 * files.el (hack-local-variables-filter): Rewrite.
19799
19800 2009-07-19 Glenn Morris <rgm@gnu.org>
19801
19802 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
19803 Silence compiler by only defining on XEmacs.
19804
19805 * international/mule.el (auto-coding-regexp-alist): Only match
19806 BABYL... at the start of buffer, not of lines. (Bug#3790)
19807
19808 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
19809 non-calendar buffers (Bug#3862). Restore "not on a date" message.
19810 (cal-menu-context-mouse-menu): Doc fix.
19811
19812 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
19813
19814 * simple.el (mail-user-agent): Doc fix. Set :version tag.
19815
19816 2009-07-18 Juri Linkov <juri@jurta.org>
19817
19818 * info.el: Virtual Info keyword finder.
19819 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
19820 (Info-finder-file): New variable.
19821 (Info-finder-find-file): New function.
19822 (finder-known-keywords, finder-package-info)
19823 (find-library-name, lm-commentary): Use defvar and
19824 declare-function to silence compiler warnings.
19825 (Info-finder-find-node): New function.
19826 (info-finder): New command.
19827
19828 * subr.el (process-kill-buffer-query-function): New function.
19829 (add-hook)<kill-buffer-query-functions>: Add hook
19830 `process-kill-buffer-query-function'.
19831
19832 2009-07-18 Alan Mackenzie <acm@muc.de>
19833
19834 * progmodes/cc-mode.el (c-before-hack-hook)
19835 (c-postprocess-file-styles): Give invocation of `c-set-style'
19836 DONT-OVERRIDE parameter of t. Already set style variables will
19837 thus not be overridden by style settings given by `c-file-syle'.
19838
19839 * files.el (hack-local-variables-filter): Remove entries with
19840 duplicate keys from `file-local-variables-alist'.
19841
19842 2009-07-18 Eli Zaretskii <eliz@gnu.org>
19843
19844 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
19845 x-set-selection if display-selections-p returns nil for the
19846 current frame.
19847
19848 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
19849
19850 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
19851
19852 2009-07-18 Eli Zaretskii <eliz@gnu.org>
19853
19854 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
19855 Accept nil in addition to a regexp.
19856 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
19857 Accept nil in addition to a regexp.
19858 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
19859 buffers that have an associated file. Handle nil values of
19860 desktop-buffers-not-to-save and desktop-files-not-to-save.
19861 (Bug#3833)
19862
19863 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
19864 (x-disown-selection-internal): New functions.
19865
19866 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
19867
19868 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
19869 warning.
19870 (gdb-breakpoints-header): Move forward to avoid compiler warning.
19871 (gdb-make-header-line-mouse-map): Remove duplicate definition.
19872
19873 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
19874
19875 * simple.el (set-mark): Revert last change.
19876
19877 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
19878
19879 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
19880 rendering of pngs is not possible instead of messaging a long
19881 description.
19882
19883 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
19884
19885 * w32-fns.el (x-selection-owner-p): New function.
19886
19887 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
19888 (mouse-yank-at-click, mouse-yank-primary):
19889 If select-active-regions is non-nil, deactivate the mark before
19890 insertion.
19891
19892 * simple.el (deactivate-mark, set-mark): Only save selection if we
19893 own it.
19894
19895 2009-07-17 Kenichi Handa <handa@m17n.org>
19896
19897 * case-table.el (describe-buffer-case-table): Fix for the case
19898 that KEY is a cons.
19899
19900 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
19901
19902 * vc-rcs.el (vc-rcs-find-file-hook):
19903 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
19904
19905 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
19906
19907 * net/tramp.el (tramp-wait-for-output): Handle the case when
19908 commands do not return a newline but a null byte before the shell
19909 prompt. (Bug#3858)
19910
19911 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19912
19913 * term/ns-win.el (ns-set-alpha): Don't declare.
19914 (ns-set-background-alpha): Remove function.
19915
19916 2009-07-16 Kevin Ryde <user42@zip.com.au>
19917
19918 * emacs-lisp/copyright.el (copyright-update): Save match-data across
19919 y-or-n-p, for safety.
19920
19921 2009-07-16 Richard Stallman <rms@gnu.org>
19922
19923 * files.el (auto-save-mode): If buffer-saved-size is -2,
19924 don't clobber it.
19925
19926 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
19927 (rmail-retry-ignored-headers): Add more uninteresting fields.
19928
19929 2009-07-15 Jari Aalto <jari.aalto@cante.net>
19930
19931 * net/rcirc.el (rcirc): Use history variables.
19932 (rcirc-server-name-history, rcirc-nick-name-history)
19933 (rcirc-server-port-history): New variables.
19934
19935 2009-07-15 Kenichi Handa <handa@m17n.org>
19936
19937 * international/mule-cmds.el (set-language-environment-charset):
19938 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
19939 ignore them.
19940
19941 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
19942 Delete unibyte-display.
19943
19944 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
19945
19946 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
19947
19948 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
19949
19950 * simple.el (deactivate-mark): Optional argument FORCE.
19951 (set-mark): Use deactivate-mark.
19952
19953 * info.el (Info-search): No need to check transient-mark-mode
19954 before calling deactivate-mark.
19955
19956 * select.el (x-set-selection): Doc fix.
19957 (x-valid-simple-selection-p): Allow buffer values.
19958 (xselect--selection-bounds): Handle buffer values.
19959 Suggested by David De La Harpe Golden.
19960
19961 * mouse.el (mouse-set-region, mouse-drag-track):
19962 Call copy-region-as-kill before setting the mark, to let
19963 select-active-regions work.
19964
19965 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
19966
19967 * simple.el (deactivate-mark): If select-active-regions is
19968 non-nil, copy the selection data into a string.
19969 (activate-mark): If select-active-regions is non-nil, set the
19970 selection to the current buffer.
19971 (set-mark): Update selection if select-active-regions is non-nil.
19972
19973 * select.el (x-valid-simple-selection-p): Allow buffer values.
19974
19975 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
19976
19977 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
19978 and more featureful message-mode.
19979
19980 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
19981
19982 * select.el (x-set-selection): Doc fix.
19983 (x-valid-simple-selection-p): Disallow selection data consisting
19984 of a list or cons of integers, since that is not used.
19985 (xselect--selection-bounds, xselect--int-to-cons): New functions.
19986 (xselect-convert-to-string, xselect-convert-to-length)
19987 (xselect-convert-to-filename, xselect-convert-to-charpos)
19988 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
19989
19990 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
19991
19992 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
19993 output in -break-info command (Emacs bug #3794).
19994
19995 2009-07-14 Glenn Morris <rgm@gnu.org>
19996
19997 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
19998 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
19999 (edebug-print-length, edebug-print-level, edebug-print-circle)
20000 (edebug-sit-for-seconds, edebug-view-outside)
20001 (edebug-bounce-point, edebug-set-global-break-condition)
20002 (edebug-Go-nonstop-mode, edebug-trace-mode)
20003 (edebug-Trace-fast-mode, edebug-continue-mode)
20004 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
20005 (edebug-visit-eval-list): Doc fixes.
20006
20007 * subr.el (def-edebug-spec): Doc fix.
20008
20009 2009-07-14 Kenichi Handa <handa@m17n.org>
20010
20011 * international/characters.el: Fix setting of category ?C.
20012
20013 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
20014
20015 * term/ns-win.el (x-select-font): defalias x-select-font to
20016 ns-popup-font-panel instead of generate-fontset-menu.
20017
20018 2009-07-12 Eli Zaretskii <eliz@gnu.org>
20019
20020 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
20021
20022 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
20023
20024 * arc-mode.el (archive-find-type): Allow for a PK00 string before
20025 the PK\003\004 header (Bug#3770).
20026
20027 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
20028
20029 * pcomplete.el (pcomplete-comint-setup): Check for
20030 shell-dynamic-complete-filename too.
20031
20032 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
20033
20034 * simple.el (temporary-goal-column): Change the value for
20035 line-move-visual to a cons cell.
20036 (line-move-visual): Record or set the window hscroll, if
20037 necessary (Bug#3494).
20038 (line-move-1): Handle cons value of temporary-goal-column.
20039
20040 2009-07-11 Kenichi Handa <handa@m17n.org>
20041
20042 * international/mule-diag.el (describe-character-set): Don't show
20043 width.
20044
20045 2009-07-10 Sam Steingold <sds@gnu.org>
20046
20047 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20048 Omake sometimes indents the errors it prints, so allow all
20049 regexps to start with spaces.
20050
20051 2009-07-10 Eli Zaretskii <eliz@gnu.org>
20052
20053 * cus-edit.el (customize-changed-options-previous-release):
20054 Bump value to 22.1. (Bug#3804)
20055
20056 2009-07-08 Sam Steingold <sds@gnu.org>
20057
20058 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
20059 to be a cons cell (test . ignored-directory) to selectively ignore
20060 some directories depending on the location of the search.
20061
20062 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
20063
20064 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
20065 remote user is root, on the local host.
20066 (tramp-local-host-p): Either the local user or the remote user
20067 must be root. (Bug#3771)
20068
20069 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
20070
20071 * progmodes/gdb-mi.el (gdb): Remove description of
20072 gdb-use-separate-io-buffer.
20073 (menu): Don't allow toggling of or enable
20074 gdb-use-separate-io-buffer from menubar.
20075
20076 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20077
20078 * mail/unrmail.el (unrmail): Make sure the message ends with two
20079 newlines (Bug#3769).
20080
20081 2009-07-08 Glenn Morris <rgm@gnu.org>
20082
20083 * calendar/calendar.el (calendar-current-date): Rework previous change.
20084
20085 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
20086
20087 * calendar/calendar.el (calendar-current-date):
20088 Add an optional argument giving an offset from today.
20089
20090 2009-07-08 Glenn Morris <rgm@gnu.org>
20091
20092 * tutorial.el (tutorial--describe-nonstandard-key):
20093 Adjust the message for when a key has been unbound.
20094 (help-with-tutorial): Hide the arch-tag.
20095
20096 2009-07-08 Kenichi Handa <handa@m17n.org>
20097
20098 * international/fontset.el (setup-default-fontset): For each
20099 script, append (not set) font-specs.
20100
20101 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
20102 docstring.
20103
20104 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
20105
20106 * progmodes/gdb-mi.el (gdb-init-1): Move sending
20107 -data-list-register-names to ...
20108 (gdb-starting): ... here because GDB 7.0 requires execution to
20109 have started when using this MI command.
20110 (gdb-set-header): New function to distinguish select and
20111 unselected tabs in gdb buffers.
20112 (gdb-propertize-header): New macro that uses gdb-set-header.
20113 (gdb-breakpoints-header, gdb-locals-header): Use it.
20114 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
20115
20116 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
20117
20118 * Makefile.in (ELCFILES): Remove fadr.elc.
20119
20120 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
20121
20122 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
20123 may contain frame information, so `string-match' should be used.
20124 (gdb-update): Disassembly is invalidated through
20125 `gdb-get-selected-frame'.
20126 (gdb-pad-string): New function to pad string with spaces.
20127 (gdb-invalidate-disassembly): Invalidate only if the buffer
20128 exists.
20129 (gdb-disassembly-handler-custom): Column alignment.
20130 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
20131 placing new ones.
20132 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
20133 end of line, too.
20134 (gdb-frame-handler): Match convention to for disassembly buffer
20135 mode name.
20136 (gdb-stack-list-frames-handler): Rewritten without regexps.
20137 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
20138 not highlight breakpoints without line information.
20139 (gdb-input): Add trailing newline to command.
20140
20141 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
20142 buffer properly.
20143 (gdb-breakpoints-list-handler-custom): Replacement for
20144 `gdb-break-list-handler'. Using real parser instead of regexps
20145 now.
20146 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
20147 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
20148 to place breakpoints.
20149 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
20150 functions.
20151 (gdb-disassembly-handler-custom): Show overlay arrow.
20152 (gdb-disassembly-place-breakpoints): Show breakpoints in
20153 disassembly buffer.
20154 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
20155 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
20156 instead of parsing breakpoints buffer. Fixed old menu references
20157 in `gud-menu-map'.
20158
20159 * fadr.el: Remove.
20160
20161 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
20162 (gdb-memory-address): New variable which holds top address of
20163 memory page shown in memory buffer.
20164 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
20165 New customization variables.
20166 New functions:
20167 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
20168 display the memory buffer.
20169 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
20170 buffer display parameters.
20171 (def-gdb-memory-format, gdb-memory-format-binary)
20172 (gdb-memory-format-octal, gdb-memory-format-unsigned)
20173 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
20174 Functions for setting memory buffer format.
20175 (gdb-memory-unit-word, gdb-memory-unit-halfword)
20176 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
20177 unit size used in memory buffer.
20178 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
20179 Switch to next/previous page of memory buffer.
20180 Now using (bindat-get-field) instead of fadr functions.
20181
20182 2009-07-07 Sam Steingold <sds@gnu.org>
20183
20184 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
20185 non-top-level files.
20186
20187 2009-07-07 Kenichi Handa <handa@m17n.org>
20188
20189 * international/mule-cmds.el (reset-language-environment):
20190 Put the highset priority to the charset iso-8859-1.
20191
20192 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
20193
20194 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
20195 to the end of the line when locating the block (Bug#700).
20196
20197 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
20198
20199 * net/tramp.el (tramp-handle-write-region): Flush file properties
20200 in case of short track.
20201
20202 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
20203
20204 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
20205 Coded custom representation of verilog error regular expressions
20206 to work with Emacs-22's new format.
20207 (verilog-error-regexp-xemacs-alist): Coded custom representation
20208 of verilog error regular expressions to work with XEmacs format.
20209 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
20210 error recognition into XEmacs.
20211 (verilog-error-regexp-add-emacs): Hook routine to install verilog
20212 error recognition into Emacs-22.
20213
20214 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
20215
20216 * woman.el: Remove stand-alone closing parentheses.
20217 (woman-file-name, woman2-format-paragraphs)
20218 (woman-leave-blank-lines): Code cleanup.
20219 (woman-use-own-frame): Change default to nil.
20220 (woman-italic, woman-bold, woman-unknown, woman-addition):
20221 Change defaults to inherit from default faces.
20222 (woman2-process-escapes): Consume the newline after a stand-alone
20223 filler character (Bug#3651).
20224
20225 2009-07-06 Glenn Morris <rgm@gnu.org>
20226
20227 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
20228 (top-level): Move provide to the end.
20229 (ffap): Remove defunct URL from custom group.
20230
20231 * subr.el (eval-after-load): Doc fix.
20232
20233 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
20234
20235 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
20236 `calc-embedded-word' is called twice.
20237
20238 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20239
20240 * files.el (find-alternate-file-other-window, find-alternate-file):
20241 Obey confirm-nonexistent-file-or-buffer.
20242
20243 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
20244
20245 * dired-aux.el (dired-show-file-type): Handle remote files.
20246
20247 2009-07-05 Jari Aalto <jari.aalto@cante.net>
20248
20249 * desktop.el (desktop-globals-to-save):
20250 Add file-name-history (Bug#2750).
20251
20252 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
20253
20254 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
20255
20256 2009-07-04 Johan Bockgård <bojohan@gnu.org>
20257
20258 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
20259 property on entire argument since this is what eshell-lisp-command
20260 expects.
20261
20262 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
20263
20264 * net/tramp-gvfs.el (tramp-gvfs-methods)
20265 (tramp-gvfs-zeroconf-domain)
20266 (tramp-bluez-discover-devices-timeout): Add version flag.
20267 (tramp-gvfs-handler-mounted-unmounted)
20268 (tramp-gvfs-connection-mounted-p): Polish handling of
20269 incompatibilities between GVFS 0.2 and 1.0.
20270
20271 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
20272
20273 * cus-start.el (all): Add make-pointer-invisible.
20274
20275 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
20276
20277 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
20278 formatted correctly.
20279
20280 2009-07-02 Juri Linkov <juri@jurta.org>
20281
20282 * info.el: Virtual Info files and nodes.
20283 (Info-virtual-files, Info-virtual-nodes): New variables.
20284 (Info-current-node-virtual): New variable.
20285 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
20286 New functions.
20287 (Info-file-supports-index-cookies): Use Info-virtual-file-p
20288 to check for a virtual file instead of checking a fixed list
20289 of node names.
20290 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
20291 instead of ad-hoc processing of "dir" and (apropos history toc).
20292 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
20293 instead of ad-hoc processing of "dir" and (apropos history toc).
20294 Reread a file when moving from a virtual node.
20295 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
20296 (Info-directory-toc-nodes, Info-directory-find-file)
20297 (Info-directory-find-node): New functions.
20298 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
20299 (Info-history): Move part of code to
20300 `Info-history-find-node'.
20301 (Info-history-toc-nodes, Info-history-find-file)
20302 (Info-history-find-node): New functions.
20303 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
20304 (Info-toc): Move part of code to `Info-toc-find-node'.
20305 (Info-toc-find-node): New function.
20306 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
20307 the current Info file name to references because now the node
20308 "*TOC*" belongs to the same Info manual.
20309 (Info-toc-build): Rename from `Info-build-toc'.
20310 (Info-toc-nodes): Rename input argument `file' to `filename'.
20311 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
20312 instead of ad-hoc processing of ("dir" apropos history toc).
20313 (Info-index-nodes): Use Info-virtual-file-p
20314 to check for a virtual file instead of checking a fixed list
20315 of node names.
20316 (Info-index-node): Add check for `Info-current-node-virtual'.
20317 Raise `save-match-data' higher up the tree to contain
20318 `search-forward' too (bug fix).
20319 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
20320 (Info-virtual-index-nodes): New variable.
20321 (Info-virtual-index-find-node, Info-virtual-index): New functions.
20322 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
20323 (Info-apropos-file, Info-apropos-nodes): New variables.
20324 (Info-apropos-toc-nodes, Info-apropos-find-file)
20325 (Info-apropos-find-node, Info-apropos-matches): New functions.
20326 (info-apropos): Move part of code to `Info-apropos-find-node' and
20327 `Info-apropos-matches'.
20328 (Info-mode-map): Bind "I" to `Info-virtual-index'.
20329 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
20330 for a virtual file instead of checking a fixed list of node names.
20331
20332 * simple.el (async-shell-command): New command.
20333
20334 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
20335
20336 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
20337 instead of `mount-info'.
20338
20339 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
20340
20341 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
20342 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
20343
20344 2009-07-02 Kenichi Handa <handa@m17n.org>
20345
20346 * international/mule.el (set-keyboard-coding-system): Force *-unix
20347 coding-system to avoid eol conversion.
20348
20349 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
20350
20351 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20352 Add handler for `process-file', `shell-command' and
20353 `start-file-process'.
20354 (tramp-gvfs-handle-shell-command)
20355 (tramp-gvfs-handle-start-file-process)
20356 (tramp-gvfs-handle-process-file): New defuns.
20357 (tramp-synce-list-devices): Simplify check for existence of property.
20358
20359 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
20360
20361 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
20362
20363 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
20364
20365 * language/korean.el (set-language-info-alist): Add korean-cp949,
20366 cp949 to spec.
20367
20368 2009-07-01 Kenichi Handa <handa@m17n.org>
20369
20370 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
20371
20372 * international/encoded-kb.el: Deleted.
20373
20374 * international/mule.el (set-keyboard-coding-system): Perform the
20375 necessary setup here instead of calling encoded-kbd-setup-display.
20376
20377 2009-07-01 Glenn Morris <rgm@gnu.org>
20378
20379 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
20380
20381 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
20382
20383 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
20384
20385 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
20386
20387 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
20388 Handle also the 'rename case, when setting file modes. (Bug#3712)
20389 (tramp-default-file-modes): Remove execute permissions.
20390
20391 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
20392 (top): Add a default for "synce" in `tramp-default-user-alist'.
20393 Add completion function for "synce" method.
20394 (tramp-hal-service, tramp-hal-path-manager)
20395 (tramp-hal-interface-manager, tramp-hal-interface-device):
20396 New defconst.
20397 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
20398 (tramp-synce-list-devices, tramp-synce-parse-device-names):
20399 New defuns.
20400
20401 * net/trampver.el: Update release number.
20402
20403 2009-06-30 Kenichi Handa <handa@m17n.org>
20404
20405 * international/fontset.el (setup-default-fontset): Add CJK fonts
20406 for symbols and the other miscellaneous characters.
20407
20408 * language/korea-util.el (setup-korean-environment-internal):
20409 Make char-width-table suitable for Korean environments.
20410 (exit-korean-environment): Cancel above.
20411
20412 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
20413 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
20414 setup-function to make char-width-table suitable for respective
20415 environments, and an exit-function to cancel that.
20416
20417 * language/japan-util.el (setup-japanese-environment-internal):
20418 Call use-cjk-char-width-table with arg `ja_JP'.
20419
20420 * international/characters.el (cjk-char-width-table): Delete it.
20421 (cjk-char-width-table-list): New variable.
20422 (use-cjk-char-width-table): New arg local-name.
20423 (use-default-char-width-table): Fix for the case that Emacs is
20424 already using the default char-width-table.
20425
20426 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
20427
20428 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
20429 modes mandatory. (Bug#3712)
20430
20431 2009-06-29 Alan Mackenzie <acm@muc.de>
20432
20433 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
20434 correction between the visible width of TABs and their number of bytes.
20435
20436 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
20437
20438 * server.el (server-buffer-done): Prevent kill-buffer from
20439 prompting by clearing the buffer modification flag (Bug#3696).
20440
20441 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
20442
20443 * progmodes/verilog-mode.el (verilog-beg-of-statement)
20444 (verilog-endcomment-reason-re): Support unique case and priority case.
20445 (verilog-basic-complete-re): Support localparam lineup.
20446 (verilog-beg-of-statement-1): Fix for robustness, unique case.
20447 (verilog-set-auto-endcomments): Fix for unique case, always_comb
20448 commenting.
20449 (verilog-leap-to-case-head): Now support *nested* unique &
20450 priority case statements.
20451 (verilog-auto-lineup): Make just declarations the default (as it
20452 had been).
20453 (verilog-leap-to-case-head): Support priority/unique case statements.
20454 (verilog-auto-lineup): Rework to give users radio buttons to
20455 select the various styles of automatic lineup.
20456 (verilog-error-regexp-alist): Rework to support the XEmacs style
20457 of error regular expressions from compilers, lint tools &
20458 simulators. Note that GNU Emacs has made it impossible for a mode
20459 to load such things.
20460 (electric-verilog-terminate-line, verilog-indent-declaration)
20461 (verilog-auto-wiure): Rework for radio button selection of
20462 auto-lineup selection of specification of auto lineup.
20463 (verilog-beg-of-statement-1): Redesign to support proper operation
20464 in additional code, based on testing with auto-lineup.
20465 (verilog-calculate-indent, assignments & declarations)
20466 (verilog-backward-token): Enhance to support auto-lineup of
20467 assignments & declarations.
20468 (verilog-in-directive-p, verilog-at-struct-p): New function for
20469 easy test of whether we are.
20470 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
20471 to support safe execution at almost anyline.
20472 (verilog-calc-1): Properly support indenting deep inside generate
20473 blocks.
20474 (verilog-init-font): Remove definition & use of verilog-init-font,
20475 as it is redundant with font-lock-defaults.
20476 (verilog-mode): Alter the definition of verilog-font-lock-defaults
20477 to avoid circular calls if syntax-ppss is a function (as is the
20478 case now in 22.x GNU Emacs) as that function would sometimes call
20479 itself, leading to (nearly) infinite recursion.
20480 (verilog-ovm-begin-re, verilog-ovm-end-re)
20481 (verilog-ovm-statement-re, verilog-leap-to-head)
20482 (verilog-backward-token): Add support for OVM macros. Some are
20483 complete statements, and others open and close scopes like begin
20484 and end.
20485 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
20486 (verilog-defun-level-generate-only-re): Really fix the defun-list
20487 compilation issue.
20488 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
20489 coverpoint, constraint and cross statements.
20490 (verilog-defun-level-list, verilog-generate-defun-level-list)
20491 (verilog-all-defun-level-list): Redo these specifications - it is
20492 too hard to support eval-when compile aggregation of lists also
20493 built at when-compile time.
20494 (verilog-defun-level-list): Place defconsts of variables used in
20495 building regular expressions which are built in eval-when-compile
20496 bodies in the same eval-when-compile body to facilitate compile
20497 without load.
20498 (verilog-beg-block-re-ordered): Support indenting
20499 virtual/protected tasks and functions.
20500 (verilog-defun-level-list, verilog-in-generate-region-p)
20501 (verilog-backward-ws&directives, verilog-calc-1): Speed up
20502 indentation of some module items (generate items).
20503 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
20504 across virtual/protected tasks and functions.
20505
20506 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
20507
20508 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
20509 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
20510 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
20511 in concatenations. Reported by Yishay Belkind.
20512 (verilog-auto-ascii-enum): Support one-hot state machines in
20513 AUTOASCIIENUM. Suggested by Lloyd Gomez.
20514 (verilog-auto-inst, verilog-auto-inst-port): Include interface
20515 modport in AUTOINST and add vl-modport for users.
20516 Reported by David Rogoff.
20517 (verilog-auto-inout-module, verilog-auto-inst)
20518 (verilog-decls-get-interfaces, verilog-insert-definition)
20519 (verilog-insert-one-definition, verilog-read-decls)
20520 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
20521 (verilog-sig-modport, verilog-signals-combine-bus)
20522 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
20523 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
20524 Suggested by David Rogoff.
20525 (verilog-repair-open-comma): Fix non-insertion of comma when
20526 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
20527 (verilog-make-width-expression): Simplify [A-1:0] expression
20528 widths to just {A{1'b0}}.
20529 (verilog-mode): Cleanup checkdoc warnings.
20530 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
20531 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
20532 inputs/outputs or data type. Suggested by Vasu Kandadi.
20533 (next-error-last-buffer): Fix byte-compiler warning.
20534 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
20535 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
20536 or shell command text during AUTO expansion. Suggested by Tad Truex.
20537 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
20538 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
20539 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
20540 in AUTOINOUT. Reported by Matthew Lovell.
20541 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
20542 causing use of <= assignments. Reported by Alex Reed.
20543 (verilog-read-decls): Fix triand, trior, wand, wor to be
20544 recognized by AUTOWIRE. Reported by Spencer Isaacson.
20545 (verilog-extended-complete-re): Support import "DPI-C" functions.
20546 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
20547 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
20548 (verilog-insert-date, verilog-insert-year)
20549 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
20550 Windows systems. Reported by Michael Potts.
20551 (verilog-read-module-name): Fix AUTOINST when the child module
20552 declaration's name is a tick define. Reported by Elliot Mednick.
20553 (verilog-read-decls): Fix V2K parameter bit subscripts getting
20554 passed to next parameter's definition. Reported by Bruce T.
20555 (verilog-read-decls): Fix detecting "parameter int" when using
20556 AUTOINSTPARAM. Reported by Bruce T.
20557 (verilog-goto-defun): Fix goto not finding modules unless first
20558 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
20559 (verilog-mode): Expand -f flag arguments on entry to mode so
20560 verilog-goto-defun will work. Reported by Lawrence Butcher.
20561 (verilog-getopt): Expand environment variables in -f file
20562 arguments. Suggested by Lawrence Butcher.
20563 (verilog-set-define): Fix "Symbol's value as variable is void"
20564 when reading enumerations.
20565 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
20566 Suggested by Stephen Peltan.
20567 (verilog-read-defines): Fix reading of enumerations in include
20568 files. Reported by Steve Peltan.
20569
20570 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
20571
20572 * files.el (trash-directory): Fix defcustom type.
20573
20574 2009-06-28 Juri Linkov <juri@jurta.org>
20575
20576 * help-fns.el (describe-function-1): Correctly locate adviced
20577 functions in hyperlink (Bug#2438).
20578
20579 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
20580
20581 * files.el (trash-directory): Change default to nil.
20582 (move-file-to-trash): If trash-directory is nil and
20583 system-move-file-to-trash is unbound, perform freedesktop-style
20584 trashing.
20585
20586 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
20587
20588 * files.el (move-file-to-trash): Add freedesktop trash
20589 support (Bug#973).
20590
20591 2009-06-28 Glenn Morris <rgm@gnu.org>
20592
20593 * autorevert.el (global-auto-revert-non-file-buffers)
20594 (global-auto-revert-mode): Doc fixes.
20595
20596 2009-06-27 Johan Bockgård <bojohan@gnu.org>
20597
20598 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
20599
20600 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
20601
20602 * faces.el (x-handle-named-frame-geometry): Ensure that we have
20603 opened an X connection before calling x-get-resource (Bug#3194).
20604
20605 * play/doctor.el: Remove reference to obsolete website.
20606 (make-doctor-variables): Correct grammar mistake (Bug#2633).
20607
20608 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
20609
20610 Remove find-file-not-found-hook VC method. (Bug#2757)
20611 * vc-hooks.el (vc-file-not-found-hook)
20612 (vc-default-find-file-not-found-hook): Remove functions.
20613 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
20614 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
20615 * vc.el:
20616 * vc-hg.el:
20617 * vc-git.el: Do not mention find-file-not-found-hook VC method.
20618
20619 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
20620
20621 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
20622 compatibility function for `looking-back'.
20623
20624 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
20625 Use `ispell-looking-back'.
20626
20627 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
20628
20629 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
20630 rather than `filename'.
20631
20632 2009-06-23 Miles Bader <miles@gnu.org>
20633
20634 * face-remap.el (text-scale-set): New function.
20635
20636 2009-06-23 Glenn Morris <rgm@gnu.org>
20637
20638 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
20639
20640 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
20641
20642 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
20643
20644 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
20645
20646 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
20647 Simplify Persian conditionals.
20648
20649 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
20650 variable `filename'.
20651
20652 * comint.el (comint-insert-input): Doc fix.
20653
20654 * Makefile.in (ELCFILES): Fix typo in previous change.
20655
20656 2009-06-23 Miles Bader <miles@gnu.org>
20657
20658 * cus-start.el: Add entry for `recenter-redisplay'.
20659
20660 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
20661
20662 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
20663 Add an optional argument for the backend, use it instead of
20664 calling vc-backend.
20665 (vc-mode-line): Add an optional argument for the backend.
20666 Pass the backend to vc-state and vc-working-revision. Move code for
20667 special handling for vc-state being a buffer to ...
20668
20669 * vc-rcs.el (vc-rcs-find-file-hook):
20670 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
20671
20672 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
20673 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
20674 vc-stay-local-p and vc-mode-line calls.
20675
20676 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
20677 (vc-cvs-diff, vc-cvs-annotate-command)
20678 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
20679 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
20680 vc-mode-line calls.
20681
20682 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
20683 direct comparison.
20684 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
20685 backend when calling vc-mode-line.
20686 (vc-register): Do not create a closure for calling the vc register
20687 function, call it directly.
20688
20689 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
20690
20691 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
20692 to make it obvious item can be clicked.
20693
20694 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
20695
20696 2009-06-23 Kenichi Handa <handa@m17n.org>
20697
20698 * language/korea-util.el (korean-key-bindings): Change the binding
20699 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
20700 same command.
20701
20702 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
20703
20704 Sync with Tramp 2.1.16.
20705
20706 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
20707
20708 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
20709 when a loading of a package fails. Completion function for rsync
20710 is `tramp-completion-function-alist-ssh'.
20711 (all): Replace all calls of `split-string' and
20712 `tramp-split-string' by `tramp-compat-split-string'.
20713 (tramp-default-method): Use `tramp-compat-process-running-p'.
20714 (tramp-default-proxies-alist): Allow also Lisp forms.
20715 (tramp-remote-path): Add choice "Private Directories".
20716 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
20717 (tramp-domain-regexp): Allow also "-", "_" and ".".
20718 (tramp-end-of-output): Remove newlines, and add "$" at the end.
20719 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
20720 (tramp-debug-message): Insert header line in debug buffer.
20721 (tramp-handle-directory-files-and-attributes-with-stat):
20722 Care about filenames with spaces, or starting with "-".
20723 (tramp-handle-dired-uncache): New defun.
20724 (tramp-handle-insert-directory): Don't flush the directory from
20725 cache, this is handled by `dired-uncache' now.
20726 (tramp-handle-insert-file-contents): Improve error handling.
20727 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20728 Quote `tramp-end-of-output'.
20729 (tramp-action-password): Improve trace message.
20730 (tramp-check-for-regexp): Both echoes must be present, before removing.
20731 (tramp-open-connection-setup-interactive-shell): Trace coding system.
20732 (tramp-compute-multi-hops): Eval cons cells of
20733 `tramp-default-proxies-alist'.
20734 (tramp-maybe-open-connection): Use the same command pattern for
20735 first hop and further hops.
20736 (tramp-wait-for-output): Remove handling of newlines.
20737 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
20738 (tramp-split-string): Remove function. It is handled in
20739 tramp-compat now.
20740
20741 * net/tramp-cmds.el (tramp-bug):
20742 Recommend `tramp-cleanup-all-connections' in the bug mail.
20743
20744 * net/tramp-compat.el (tramp-compat-split-string)
20745 (tramp-compat-process-running-p): New defuns.
20746
20747 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
20748 for `dired-uncache'.
20749
20750 * net/tramp-gvfs.el: New package.
20751
20752 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20753 Add handler for `dired-uncache'.
20754 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
20755
20756 * net/trampver.el: Update release number. Make version check fit
20757 for SXEmacs 22.
20758
20759 2009-06-22 Jim Meyering <meyering@redhat.com>
20760
20761 Automatically handle .xz suffix (XZ-compressed files), too.
20762 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
20763 XZ is the successor to LZMA: <http://tukaani.org/xz/>
20764
20765 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
20766 Nick Roberts <nickrob@snap.net.nz>
20767
20768 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
20769 repository (http://sphinx.net.ru/hg/gdb-mi/).
20770
20771 2009-06-22 Glenn Morris <rgm@gnu.org>
20772
20773 * files.el (dir-locals-collect-mode-variables): Allow for any number of
20774 `mode' and `eval' entries. (Bug#3430)
20775
20776 * Makefile.in (ELCFILES): Add fadr.elc.
20777
20778 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
20779 differing behavior of \n and ^ in strings. (Bug#3385)
20780
20781 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
20782
20783 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
20784 property.
20785 (lisp-indent-function): Make it a defcustom.
20786
20787 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
20788
20789 * progmodes/gdb-ui.el: Replace with ...
20790 * progmodes/gdb-mi.el: ... this file.
20791 * progmodes/gud.el: Modify for gdb-mi.el.
20792
20793 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
20794
20795 * fadr.el: New file.
20796
20797 See ChangeLog.14 for earlier changes.
20798
20799 ;; Local Variables:
20800 ;; coding: utf-8
20801 ;; End:
20802
20803 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
20804
20805 This file is part of GNU Emacs.
20806
20807 GNU Emacs is free software: you can redistribute it and/or modify
20808 it under the terms of the GNU General Public License as published by
20809 the Free Software Foundation, either version 3 of the License, or
20810 (at your option) any later version.
20811
20812 GNU Emacs is distributed in the hope that it will be useful,
20813 but WITHOUT ANY WARRANTY; without even the implied warranty of
20814 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20815 GNU General Public License for more details.
20816
20817 You should have received a copy of the GNU General Public License
20818 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.