]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from emacs-23 branch, up to 2010-05-20T21:33:58Z!juri@jurta.org.
[gnu-emacs] / lisp / ChangeLog
1 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2
3 * files.el (backup-buffer): Make last-resort backup file in
4 .emacs.d (Bug#6953).
5
6 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
7 make it with permission 700.
8
9 2011-01-15 Kenichi Handa <handa@m17n.org>
10
11 * mail/rmailmm.el (rmail-mime-insert-header): Set
12 rmail-mime-coding-system to a cons whose car is the last coding
13 system used to decode the header.
14 (rmail-mime-find-header-encoding): New function.
15 (rmail-mime-insert-decoded-text): Override
16 rmail-mime-coding-system if it is a cons.
17 (rmail-show-mime): If only a header part was decoded, find the
18 coding system while ignoring mm-charset-override-alist.
19
20 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
21
22 * subr.el (event-start, event-end): Doc fix (Bug#7826).
23
24 2011-01-15 Kenichi Handa <handa@m17n.org>
25
26 * mail/rmailmm.el (rmail-mime-next-item)
27 (rmail-mime-previous-item): Delete them.
28 (rmail-mime-shown-mode): Recursively call for children.
29 (rmail-mime-hidden-mode): Delete the 2nd arg TOP. Callers
30 changed.
31 (rmail-mime-raw-mode): Recursively call for children.
32 (rmail-mode-map): Change mapping of tab and backtab to
33 forward-button and backward-button respectively.
34 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
35 button.
36 (rmail-mime-update-tagline): New function.
37 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
38 body display is changed.
39 (rmail-mime-toggle-button): Renamed from rmail-mime-image.
40 (rmail-mime-image): Delete this button type.
41 (rmail-mime-toggle): New button type.
42 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
43 body display is changed. Change the save button label to "Save".
44 Don't process show/hide button here.
45 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
46 the body display is changed. Unconditionally call
47 rmail-mime-insert for children.
48 (rmail-mime-handle): Update `display' vector of the just inserted
49 entity.
50 (rmail-mime-process): If mail-header-parse-content-type returns
51 nil, use "text/plain" as the fallback type.
52 (rmail-mime-insert): For raw-mode, recursively call
53 rmail-mim-insert for children.
54 (rmail-mime): Handle the case that the current buffer is not rmail
55 buffer (e.g. in summary buffer).
56
57 2011-01-15 Kenichi Handa <handa@m17n.org>
58
59 * mail/rmailmm.el (rmail-mime-next-item)
60 (rmail-mime-previous-item): Skip the body of a non-multipart
61 entity if a tagline is shown.
62
63 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
64
65 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
66 (tmm-prompt): Simplify.
67 (tmm-add-prompt): Remove unused var `win'.
68
69 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
70 to minor mode which used nil accidentally to mean "turn off".
71
72 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
73
74 * net/tramp-sh.el (tramp-find-inline-compress)
75 (tramp-get-inline-coding): Quote command after pipe symbol for
76 local calls under W32. (Bug#6784)
77
78 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
79
80 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
81 only when running under W32.
82
83 2011-01-15 Eli Zaretskii <eliz@gnu.org>
84
85 * progmodes/grep.el (grep-compute-defaults): Quote the program
86 file name after the pipe symbol in Grep templates. (Bug#6784)
87 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
88
89 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
90
91 * buff-menu.el (Buffer-menu-buffer-list): New var.
92 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
93 restricted buffer list is not lost on revert (Bug#7749).
94
95 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
96
97 * net/ldap.el (ldap-search-internal): Discard stderr output.
98
99 2011-01-15 Eli Zaretskii <eliz@gnu.org>
100
101 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
102
103 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
106
107 2011-01-15 Kenichi Handa <handa@m17n.org>
108
109 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
110 part as a plain text.
111 (rmail-mime-process-multipart): Set the default content-type to
112 nil for unknown multipart subtypes (bug#7651).
113
114 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * hexl.el (hexl-mode-old-*): Remove.
117 (hexl-mode--old-var-vals): New var to replace them.
118 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
119 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
120 Use them to set local vars (bug#7846).
121 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
122 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
123 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
124
125 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
126 (smerge-resolve--normalize-re): New var.
127 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
128 (smerge-resolve): Use them.
129 * newcomment.el (comment-only-p): New function.
130 (comment-or-uncomment-region): Use it.
131
132 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
133
134 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
135 table, get the value before switching to the output buffer. (Bug#7733)
136
137 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
138
139 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
140
141 2011-01-14 Kim F. Storm <storm@cua.dk>
142
143 * emulation/cua-base.el (cua--init-keymaps):
144 Remap exchange-point-and-mark in cua-global-keymap.
145
146 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
147
148 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
149 loop keyword.
150
151 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
154 Require CL.
155 (easy-menu-create-menu, easy-menu-convert-item-1):
156 Use :label rather than nil for labels. Use `case'.
157 Add :enable as alias for :active.
158 (easy-menu-binding): Obey :label.
159
160 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
161
162 Use run-mode-hooks for major mode hooks (bug#513).
163 * textmodes/reftex-toc.el (reftex-toc-mode-map):
164 Rename from reftex-toc-map.
165 (reftex-toc-mode): Use define-derived-mode.
166 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
167 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
168 Rename from reftex-select-(label|bib)-map. Move init into declaration.
169 (reftex-select-label-mode, reftex-select-bib-mode):
170 Use define-derived-mode.
171 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
172 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
173 Move init into delcaration.
174 (reftex-index-mode, reftex-index-phrases-mode):
175 Use define-derived-mode.
176 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
177 speedbar-syntax-table. Move init into declaration.
178 (speedbar-mode-map): Rename from speedbar-key-map.
179 Move init into declaration.
180 (speedbar-file-key-map): Move init into declaration.
181 (speedbar-mode): Use define-derived-mode.
182 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
183 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
184 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
185 (chart-face-list): Move initialization into declaration.
186 (chart-mode): Use define-derived-mode.
187 * calculator.el (calculator-mode-map): Move init into declaration.
188 (calculator-mode): Use define-derived-mode.
189
190 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
191 work for nested comments.
192
193 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
194 (prolog-use-prolog-tokenizer-flag): Change default when
195 syntax-propertize can be used.
196 (prolog-syntax-propertize-function): New var.
197 (prolog-mode-variables): Move make-local-variable into `set'.
198 Don't make comment-column local since we don't set it.
199 Set comment-add (as it was in previous prolog.el). Use dolist.
200 Set syntax-propertize-function.
201 (prolog-mode, prolog-inferior-mode):
202 Call prolog(-inferior)-menu directly, not through the mode-hook.
203 (prolog-buffer-module, prolog-indent-level)
204 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
205 (prolog-comment-limits, prolog-goto-comment-column):
206 Use line-(end|beginning)-position.
207 (prolog-build-prolog-command): Tighten up regexp.
208 (prolog-consult-compile): Move make-local-variable into `set'.
209 (prolog-consult-compile-filter, prolog-goto-next-paren)
210 (prolog-help-on-predicate, prolog-clause-info)
211 (prolog-mark-predicate): Don't let+setq.
212 (prolog-indent-line): Use indent-line-to.
213 Only call prolog-goto-comment-column if necessary.
214 (prolog-indent-level): Use bobp.
215 (prolog-first-pos-on-line): Remove, not used any more.
216 (prolog-in-string-or-comment): Use syntax-ppss if available.
217 (prolog-help-on-predicate): Use read-string.
218 (prolog-goto-predicate-info): Simplify.
219 (prolog-read-predicate): Use `default' rather than `initial'.
220 (prolog-temporary-file): Use make-temp-file to close a security hole.
221 (prolog-toggle-sicstus-sd): New command.
222 (prolog-electric-underscore, prolog-variables-to-anonymous):
223 Use dynamic-scoping as it was meant.
224 (prolog-menu): Move menu definitions to top-level.
225 Use a toggle-button for Sicstus's source debugger.
226 Change "Code" to the more usual "Prolog", and hence change "Prolog"
227 to "System".
228 (prolog-inferior-menu): Reuse prolog-menu's help menu.
229 Move other menu definition to top-level.
230
231 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
232
233 * doc-view.el (doc-view-open-text): Use meaningful text buffer
234 name. Keep original document's directory as default-directory
235 (bug#6446).
236 (doc-view-initiate-display): Fall back to normal mode when
237 doc-view-mode cannot be enabled, also when extracting the document
238 text into a separate buffer (bug#6446).
239
240 * simple.el (shell-command): Don't error out if shell command
241 buffer contains text with non-nil read-only property when erasing
242 the buffer.
243
244 2011-01-13 Kim F. Storm <storm@cua.dk>
245
246 * ido.el (ido-may-cache-directory): Move "too-big" check later.
247 (ido-next-match, ido-prev-match): Fix stray reordering of matching
248 items when cycling through the matches.
249
250 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
251
252 * dired-x.el (dired-omit-verbose): New defcustom that allows
253 disabling the omit messages.
254 (dired-omit-expunge): Use it.
255
256 2011-01-13 Christian Ohler <ohler@gnu.org>
257
258 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
259
260 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
261
262 * font-lock.el (font-lock-verbose): Default to nil.
263
264 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
265
266 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
267 (compose-mail): New arg RETURN-ACTION.
268 (compose-mail-other-window, compose-mail-other-frame): Likewise.
269
270 * mail/sendmail.el (mail-return-action): New var.
271 (mail-mode): Make it buffer-local.
272 (mail-bury): Obey it. Move special Rmail window handling to
273 rmail-mail-return.
274 (mail, mail-setup): New arg RETURN-ACTION.
275 (sendmail-user-agent-compose): Move from simple.el.
276
277 * mail/rmail.el (rmail-mail-return): New function.
278 (rmail-start-mail): Pass it to compose-mail.
279
280 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
281
282 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
283 menus. Add menu item for customize-themes.
284
285 * cus-theme.el (customize-themes):
286 * emacs-lisp/package.el (package--list-packages): Use
287 switch-to-buffer.
288
289 2011-01-11 Johan Bockgård <bojohan@gnu.org>
290
291 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
292
293 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * progmodes/prolog.el: Fix up coding convention and such.
296 (prolog-indent-width): Use the same default as in
297 previous prolog.el rather than tab-width which depends on which buffer
298 is current when the file is loaded.
299 (prolog-electric-newline-flag): Only enable if electric-indent-mode
300 is not available.
301 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
302 (prolog-known-systems): Remove.
303 (prolog-mode-syntax-table, prolog-inferior-mode-map):
304 Move initialization into declaration.
305 (prolog-mode-map): Move initialization into declaration.
306 Remove system-specific mode-map vars, since they referred to the same
307 keymap anyway.
308 (prolog-mode-variables): Obey the user's preference w.r.t
309 adaptive-fill-mode. Prefer symbol-value to `eval'.
310 (prolog-mode-keybindings-edit): Add compatibility bindings.
311 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
312 (mercury-mode-map): New var.
313 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
314 (prolog-ensure-process, prolog-process-insert-string)
315 (prolog-consult-compile): Use with-current-buffer.
316 (prolog-guess-fill-prefix): Simplify data flow.
317 (prolog-replace-in-string): New function to use instead of
318 replace-in-string.
319 (prolog-enable-sicstus-sd): Don't abuse `eval'.
320 (prolog-uncomment-region): Use `uncomment-region' when available.
321 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
322 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
323 of int-to-char and char-to-int.
324 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
325
326 2011-01-11 Stefan Bruda <stefan@bruda.ca>
327
328 * progmodes/prolog.el: Replace by a whole new file.
329
330 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * subr.el (eval-after-load): Fix timing for features (bug#7769).
333 (declare-function, undefined, insert-for-yank)
334 (replace-regexp-in-string): Follow checkdoc's recommendations.
335
336 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
339 refreshing the diary buffer.
340
341 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
342
343 * allout.el: Add 2011 to the file copyright.
344 (allout-encrypt-string): Prevent encryption from adding an extra
345 newline at the end of the topic body.
346 (allout-version): Increment to 2.3.
347
348 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
349
350 * net/dbus.el (dbus-unregister-service): Complete doc.
351 Fix call of dbus-error signal.
352 (dbus-register-property): Use `dont-register' keyword.
353
354 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
355
356 * net/dbus.el (dbus-unregister-service): Translate returned
357 integer into a symbol.
358 (dbus-register-property): Use `dbus-register-service' to do the
359 name registration.
360
361 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
362
363 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
364 Suggested by Joakim Verona.
365
366 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
367
368 * wid-edit.el (visibility): Replace :on-image and :off-image
369 widget properties with :on-glyph and :off-glyph, for consistency
370 with the `visibility' widget.
371 (widget-toggle-value-create, widget-visibility-value-create):
372 Merge into a single function `widget-toggle-value-create'.
373
374 * cus-edit.el (custom-variable-value-create, custom-visibility)
375 (custom-face-edit-value-create, custom-face-value-create):
376 Replace :on-image and :off-image widget properties with :on-glyph and
377 :off-glyph, for consistency with the `visibility' widget.
378
379 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
380
381 * net/ldap.el (ldap-search-internal): Don't use eval.
382
383 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
384
385 * subr.el (read-char-choice): Use read-key.
386
387 * custom.el (custom-safe-themes): Rename from
388 custom-safe-theme-files. Add :risky tag.
389 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
390 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
391
392 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
393
394 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
395 from Search and add a label to Undo.
396
397 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
398 inappropriate buttons and adding :vert-only tags.
399
400 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
401 removal of Help tool-bar button. Remove Undo button for space.
402
403 * info.el (info-tool-bar-map): Add :vert-only tags.
404
405 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
406
407 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
408 image backend support. Either of them is fine.
409
410 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
411
412 * subr.el (y-or-n-p): Doc fix.
413
414 * custom.el (custom-safe-theme-files): New defcustom.
415 (custom-theme-load-confirm): New function.
416 (load-theme): Load theme using `load', confirming with
417 custom-theme-load-confirm if necessary.
418
419 * subr.el (read-char-choice): New function, factored out from
420 dired-query and hack-local-variables-confirm.
421
422 * dired-aux.el (dired-query):
423 * files.el (hack-local-variables-confirm): Use it.
424
425 * dired-aux.el (dired-compress-file):
426 * files.el (abort-if-file-too-large, find-alternate-file)
427 (set-visited-file-name, write-file, backup-buffer)
428 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
429 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
430 Use new format string args for y-or-n-p and yes-or-no-p.
431
432 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
433
434 * progmodes/compile.el (compilation-error-regexp-alist-alist)
435 [gcc-include]: Tighten file name match, add match for column
436 number. (Bug#7806)
437 [gnu]: Remove unused group.
438
439 2011-01-08 Glenn Morris <rgm@gnu.org>
440
441 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
442
443 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
444
445 2011-01-07 Sam Steingold <sds@gnu.org>
446
447 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
448 the `explicit-shell-file-name' because that is the
449 non-interactive shell.
450
451 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
452
453 * subr.el (y-or-n-p): Accept format string args.
454
455 2011-01-07 Glenn Morris <rgm@gnu.org>
456
457 * Makefile.in (EMACSOPT): Add --no-site-lisp.
458
459 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
460
461 * allout.el (allout-back-to-current-heading): Ensure return to
462 the visible containing topic, rather than a collapsed one.
463 (allout-view-change-hook): Remove hook that was deprecated long ago.
464 (allout-exposure-change-hook): Remove documentation remarks
465 concerning removed allout-view-change-hook.
466 (allout-flag-region): Remove invocation of and documentation
467 remarks concerning allout-view-change-hook.
468
469 2011-01-06 Glenn Morris <rgm@gnu.org>
470
471 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
472 (vc-bzr-annotate-extract-revision-at-line):
473 Handle authors with embedded spaces. (Bug#7792)
474
475 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
476
477 * doc-view.el (doc-view-image-width): New variable.
478 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
479 backend for PNG images, and do dynamic rescaling instead of
480 reconverting the whole doc.
481
482 2011-01-05 Glenn Morris <rgm@gnu.org>
483
484 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
485
486 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
487
488 * allout.el: Reconcile with changes in line movement behavior for
489 long text lines that cross more than a single physical window
490 line, ie when truncate-lines is nil.
491 (allout-next-visible-heading): Provide for change in line-move
492 behavior on long lines when truncate-lines is nil. In that case,
493 line-move can wind up on the same textual line when it moves to
494 the next window line, and moving to the bullet position after the
495 move yields zero advancement. Add logic to detect and compensate
496 for the lack of progress.
497 (allout-current-topic-collapsed-p): move-end-of-line respect for
498 field boundaries is different when operating with body lines
499 shorter than window width versus ones greater than window width,
500 which can yield false negatives in this function. Avoid
501 difference by applying move-end-of-line while field-text-motion is
502 inhibited.
503
504 2011-01-04 Glenn Morris <rgm@gnu.org>
505
506 * textmodes/rst.el (rst-compile-toolsets):
507 Add pdf and s5 to option alist.
508
509 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
510
511 * net/dbus.el (dbus-register-property): Add optional parameter
512 dont-register-service. Updated docstring accordingly.
513
514 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
515
516 * textmodes/rst.el (rst-compile-pdf-preview)
517 (rst-compile-slides-preview): Remove extra line.
518
519 2011-01-04 Glenn Morris <rgm@gnu.org>
520
521 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
522 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
523 default to `prog' without a .py extension.
524 (rst-compile-pdf-preview, rst-compile-slides-preview):
525 Use program names from rst-compile-toolsets, rather than hard-coding.
526 (rst-portable-mark-active-p): Fix presumed typo.
527
528 2011-01-02 Eli Zaretskii <eliz@gnu.org>
529
530 * term/w32-win.el (dynamic-library-alist): Set up correctly for
531 libpng versions both before and after 1.4.0. (Bug#7716)
532
533 2011-01-02 Eli Zaretskii <eliz@gnu.org>
534
535 * time.el (display-time-mode): Mention display-time-interval in
536 the doc string. (Bug#7713)
537
538 2011-01-02 Kenichi Handa <handa@m17n.org>
539
540 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
541 condition-case and return an error message string if something
542 goes wrong.
543 (rmail-show-mime): Adjust for the above change. Insert the
544 header by rmail-mime-insert-header.
545
546 2011-01-02 Kenichi Handa <handa@m17n.org>
547
548 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
549 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
550 (rmail-mime-mbox-buffer)
551 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
552 (rmail-mime-entity): Argument changed. All codes handling an
553 entity object are changed.
554 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
555 the above change.
556 (rmail-mime-entity-children, rmail-mime-entity-handler)
557 (rmail-mime-entity-tagline): New functions.
558 (rmail-mime-message-p): New function.
559 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
560 (rmail-mime-entity-segment, rmail-mime-next-item)
561 (rmail-mime-previous-item, rmail-mime-shown-mode)
562 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
563 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
564 (rmail-mime-insert-tagline, rmail-mime-insert-header):
565 New functions.
566 (rmail-mime-text-handler): Call rmail-mime-insert-text.
567 (rmail-mime-insert-decoded-text): New function.
568 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
569 (rmail-mime-insert-image): Argument changed. Caller changed.
570 (rmail-mime-image): Call rmail-mime-toggle-hidden.
571 (rmail-mime-set-bulk-data): New funciton.
572 (rmail-mime-insert-bulk): Argument changed.
573 (rmail-mime-multipart-handler): Return t.
574 (rmail-mime-process-multipart): Argument changed.
575 Handle "multipart/alternative" here.
576 (rmail-mime-process): Argument changed.
577 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
578 (rmail-mime-insert): Argument changed. Handle raw display mode.
579 (rmail-mime): Argument changed. Handle toggling of raw display
580 mode.
581 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
582 rmail-mime-view-buffer.
583 (rmail-insert-mime-forwarded-message): Likewise.
584 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
585
586 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
587 non-nil, handle the header in rmail-show-mime-function.
588
589 2011-01-02 Leo <sdl.web@gmail.com>
590
591 * help-fns.el (describe-variable): Fix previous change.
592
593 2011-01-02 Juri Linkov <juri@jurta.org>
594
595 * isearch.el (isearch-lazy-highlight-error): New variable.
596 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
597 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
598 to the current value of `isearch-error' (Bug#7468).
599
600 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
601
602 * help-fns.el (describe-variable): Don't emit trailing whitespace
603 (Bug#7511).
604
605 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
606
607 * textmodes/rst.el (rst-compile-pdf-preview)
608 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
609
610 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
611
612 * emulation/edt-mapper.el: Override mapping of function keys so
613 that the later call to read-key-sequence works.
614
615 2011-01-02 Eli Zaretskii <eliz@gnu.org>
616
617 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
618 Unix EOLs. (Bug#7589)
619
620 2011-01-02 Leo <sdl.web@gmail.com>
621
622 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
623 if point is not behind eshell-last-output-end (Bug#7585).
624
625 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * files.el (file-local-variables-alist):
628 Make permanent-local (bug#7767).
629
630 2011-01-02 Glenn Morris <rgm@gnu.org>
631
632 * version.el (emacs-copyright): Set short copyright year to 2011.
633
634 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
635
636 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
637 an existing temp buffer. (Bug#7746)
638
639 2011-01-02 Glenn Morris <rgm@gnu.org>
640
641 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
642 multiple addresses. (Bug#7760)
643
644 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
645
646 * allout.el (allout-auto-fill): Do not infinitely recurse - use
647 do-auto-fill if everything points back to allout-auto-fill.
648 (allout-mode-deactivate-hook): Declare obsolete, in favor of
649 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
650
651 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
652
653 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
654 and "scpx".
655
656 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
657
658 * doc-view.el (doc-view-set-doc-type): New function refactored
659 from doc-view-mode.
660 (doc-view-fallback-mode): New function.
661 (doc-view-mode): Use it.
662 (doc-view-mode-maybe): New function that checks if doc-view-mode
663 can be used and falls back to the next best mode otherwise.
664
665 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
666 DVI, OpenDocument, and MS Office files.
667
668 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
669
670 * emacs-lisp/rx.el (rx-syntax): Fix typo.
671
672 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
673
674 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
675 on a copy of auto-mode-alist, because that deletes with side
676 effects.
677
678 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
679
680 * doc-view.el (doc-view-mode, doc-view-toggle-display):
681 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
682 fallback instead of hard coding fundamental mode.
683
684 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
685
686 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
687 Office) files also for searching.
688
689 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
690
691 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
692 Office) files. Not yet enabled via auto-mode-list.
693 (doc-view-unoconv-program): New custom variable.
694 (doc-view-mode-p): Handle new odf document type.
695 (doc-view-odf->pdf): New conversion function.
696 (doc-view-convert-current-doc): Call it for odf files.
697 (doc-view-mode): Recognize newly supported file extensions.
698
699 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
700
701 * net/tramp.el (tramp-default-method-alist)
702 (tramp-default-user-alist)
703 (tramp-local-host-regexp, tramp-prefix-domain-format)
704 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
705
706 * net/tramp-ftp.el:
707 * net/tramp-gvfs.el:
708 * net/tramp-gw.el:
709 * net/tramp-imap.el:
710 * net/tramp-sh.el:
711 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
712 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
713
714 2010-12-29 Karl Fogel <kfogel@red-bean.com>
715
716 * saveplace.el (save-place-alist-to-file): Save list sorted and
717 pretty-printed, so that it is mergeable by line-based text merging,
718 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
719
720 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
721
722 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
723 (allout-mode): Argument "toggle" => "force".
724 Refine the docstring.
725 Remove special provisions for reactivation, besides the 'force'
726 argument.
727 Consolidate layout provisions coce directly into the activation
728 condition branch, now that we've removed those provisions.
729 (allout-unload-function): Explicitly activate the mode before
730 deactivating, if it's initially deactivated.
731 (allout-set-buffer-multibyte): Properly prevent byte-compiler
732 warnings for version of function used only where
733 set-buffer-multibyte is unavailable.
734
735 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
736
737 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
738 are handled by the menu-bar entries. As before, don't use
739 :visibile to avoid changing the tool-bar.
740
741 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
742
743 * net/secrets.el (secrets-delete-alias): New defun.
744
745 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
746
747 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
748 methods, otherwise ~/.ssh/config would be ignored.
749
750 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
751
752 * emacs-lisp/rx.el: Make it a superset of sregex.
753 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
754 of args, add `regex' alias.
755 (rx-info): Add arg to distinguish head and standalone forms.
756 (rx-check, rx-form): Pass the corresponding arg.
757 (rx-**): Simplify.
758 (rx-repeat): Make it work for any number of args.
759 (rx-syntax): Make it accept syntax chars as is.
760 * obsolete/sregex.el: Move from emacs-lisp/.
761 * emacs-lisp/re-builder.el: Remove sregex support.
762 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
763
764 2010-12-25 Eli Zaretskii <eliz@gnu.org>
765
766 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
767 PRIMARY first, then the clipboard. (Bug#7699)
768
769 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
770
771 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
772 print-number-table.
773
774 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
775
776 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
777 .emacs.elc (Bug#7530).
778
779 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
780 image spec (Bug#7480).
781
782 2010-12-21 Daiki Ueno <ueno@unixuser.org>
783
784 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
785 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
786 Move from lisp/.
787
788 2010-12-20 Leo <sdl.web@gmail.com>
789
790 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
791 always be performed (Bug#7680).
792
793 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
794
795 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
796 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
797 mouse-region-match.
798
799 * color.el: Move from gnus/.
800
801 * vc/diff.el (diff-better-file-name): Function deleted.
802 abbreviating file names causes problems with shell-quote-argument.
803 (diff-no-select): Just use expand-file-name.
804
805 * tool-bar.el (tool-bar--image-expression): New function.
806 (tool-bar-local-item, tool-bar--image-exp): Use it.
807 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
808 Use :enable instead of :visible to avoid changing the tool-bar
809 configuration unnecessarily.
810
811 * info.el (info-tool-bar-map): Add separators.
812
813 2010-12-17 Ken Brown <kbrown@cornell.edu>
814
815 * loadup.el: Use version numbers in Cygwin build.
816
817 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
818
819 * ido.el (ido-file-internal): Ask for confirmation before
820 overwriting an existing file (Bug#1238).
821
822 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
823
824 * tool-bar.el (tool-bar-setup): Add separators.
825
826 * menu-bar.el (featurep): Use menu-bar-separator.
827
828 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
829
830 Migrate allout encryption provisions from pgg to epg.
831
832 * allout.el (allout-toggle-current-subtree-encryption)
833 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
834 defaulting policy and other changes. Change fetch-pass to keymode-cue,
835 for simpler universal argument interpretation.
836 (allout-toggle-subtree-encryption): Adjust docstring to describe
837 changed encryption provisions. Change fetch-pass to keymode-cue, for
838 simpler universal argument interpretation. Remove provisions for
839 handling key type and identity - they'll all be within
840 allout-encrypt-string or epg/epg or even contained all the way in gpg.
841 (allout-encrypt-string): Include keymode-cue, for optionally prompting
842 for keypair recipients (universal argument > 1) and, in addition,
843 associating the specified recipients with the outline (universal
844 argument > 4) using a file local variable setting for
845 'epa-file-encrypt-to'.
846 Require epa, for recipients handling.
847 Change how regexp filtering elements are named.
848 Describe the problem with caching of incorrect symmetric-decryption
849 keys.
850 Use the epa-passphrase-callback-function, in case the user is using
851 GnuPG v1.
852 Support saving of the selected keypair recipients when invoked with a
853 keymode-cue > 4.
854 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
855 Require 'epa.
856 Establish epg-context with armoring and default epg-protocol.
857 Remove all passphrase cache, verification, and hinting code.
858 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
859 No longer used, delete.
860 (allout-mode): Adjust docstring to describe changed encryption
861 provisions. Describe the problem with caching of incorrect
862 symmetric-decryption keys.
863 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
864 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
865 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
866 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
867 Obsolete, remove.
868
869 2010-12-16 Daiki Ueno <ueno@unixuser.org>
870
871 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
872 key selection prompt; make 'silent as default (Bug#7487).
873
874 2010-12-16 Leo <sdl.web@gmail.com>
875
876 * eshell/eshell.el (eshell-directory-name):
877 Use locate-user-emacs-file (Bug#7578).
878
879 2010-12-15 Glenn Morris <rgm@gnu.org>
880
881 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
882
883 2010-12-15 Jari Aalto <jari.aalto@cante.net>
884 Scott Evans <gse@antisleep.com>
885
886 * rect.el (rectange--default-line-number-format)
887 (rectangle-number-line-callback): New functions.
888 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
889
890 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
891
892 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
893 Delete unused variables.
894 (move-to-column-force): Remove function obsolete since 21.2.
895
896 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
897
898 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
899 (tramp-handle-insert-file-contents): Do not set permanent-local
900 property.
901
902 * net/tramp-cache.el (tramp-persistency-file-name):
903 Use `locate-user-emacs-file' if fboundp.
904
905 * net/tramp-sh.el (tramp-methods): Add "ksu".
906 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
907 method list.
908
909 2010-12-14 Glenn Morris <rgm@gnu.org>
910
911 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
912 (find-tag-marker-ring): Declare.
913 (js-find-symbol): Require etags.
914
915 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
916 Require mail-utils.
917 (mail-alias-file): Don't autoload. Doc fix.
918 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
919 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
920 Mark as obsolete, and risky.
921 (mail-setup): Simplify.
922
923 * mail/mailalias.el (build-mail-aliases): Make it interactive.
924 * mail/sendmail.el (build-mail-aliases): Update autoload.
925
926 * dired.el (dired-trivial-filenames, dired-chown-program)
927 (dired-auto-revert-buffer): Remove autoload cookies.
928 * mail/sendmail.el (mail-recover-1): Require 'dired.
929
930 * dired.el (dired-subdir-switches, dired-chown-program)
931 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
932 Make into defcustoms.
933 (dired-chown-program): Simplify initialization.
934
935 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
936
937 2010-12-13 Romain Francoise <romain@orebokech.com>
938
939 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
940
941 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
942
943 * net/netrc.el (netrc-point-at-eol): Remove the unused
944 netrc-point-at-old and netrc-bound-and-true-p bindings.
945 (netrc-parse): Cache the netrc contents.
946
947 2010-12-13 Eli Zaretskii <eliz@gnu.org>
948
949 * subr.el (posn-col-row): Evaluate header-line-format in the
950 context of the POSITION window's buffer.
951
952 2010-12-13 Glenn Morris <rgm@gnu.org>
953
954 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
955 (with-silent-modifications): Doc fixes.
956
957 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
958
959 * net/tramp.el (tramp-action-password, tramp-process-actions):
960 Revert previous from. Use `save-restriction'.
961
962 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
963
964 * calendar/diary-lib.el (diary-list-sexp-entries):
965 Handle case of no newline at end of file. (Bug#7536)
966
967 2010-12-13 Glenn Morris <rgm@gnu.org>
968
969 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
970
971 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
972
973 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
974 (tramp-process-actions): Do not widen.
975
976 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
977 Protect buffer-modified value. (Bug#7557)
978
979 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
980
981 * log-edit.el (log-edit-changelog-entries):
982 Regexp quote filename. (Bug#7505)
983
984 2010-12-13 Tom Breton <tehom@panix.com>
985
986 * cus-edit.el (custom-save-all):
987 Bind print-length and print-level to nil. (Bug#7581)
988
989 2010-12-13 Glenn Morris <rgm@gnu.org>
990
991 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
992 Run hooks to update menu contents. (Bug#7586)
993
994 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
995 file names, for the sake of MS Windows. (Bug#7588)
996
997 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
1000 empty lines without a leading space.
1001
1002 2010-12-13 Leo <sdl.web@gmail.com>
1003
1004 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
1005 while mapping over marks (Bug#6810).
1006
1007 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
1008
1009 * image-dired.el (image-dired-db-file)
1010 (image-dired-temp-image-file, image-dired-gallery-dir)
1011 (image-dired-temp-rotate-image-file): Set default values relative
1012 to image-dired-dir (Bug#7518).
1013
1014 2010-12-13 Lawrence Mitchell <wence@gmx.li>
1015
1016 * format.el (format-decode-run-method): Pass args FROM and TO, not
1017 point-min and point-max, to shell-command-on-region (Bug#7488).
1018
1019 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
1020
1021 * frame.el (blink-cursor-mode): Make default t for ns.
1022
1023 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1024
1025 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
1026
1027 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
1028
1029 * comint.el (comint-dynamic-list-input-ring)
1030 (comint-dynamic-complete-filename)
1031 (comint-replace-by-expanded-filename)
1032 (comint-dynamic-simple-complete)
1033 (comint-dynamic-list-filename-completions)
1034 (comint-dynamic-list-completions): Doc fix (Bug#7499).
1035
1036 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
1037 Doc fix (Bug#7471).
1038
1039 2010-12-13 Martin Rudalics <rudalics@gmx.at>
1040
1041 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
1042 (Bug#7533).
1043
1044 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
1045
1046 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
1047 (Bug#7491).
1048
1049 2010-12-13 Eli Zaretskii <eliz@gnu.org>
1050
1051 * files.el (file-relative-name): Handle UNC file names on
1052 DOS/Windows. (Bug#4674)
1053
1054 2010-12-13 Daiki Ueno <ueno@unixuser.org>
1055
1056 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1057 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
1058 (epg-context-set-passphrase-callback): Mention that the callback
1059 is not called when used with GnuPG 2.x.
1060
1061 2010-12-13 Glenn Morris <rgm@gnu.org>
1062
1063 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
1064 Ensure ps-footer-font-size-internal is initialized.
1065 Call ps-get-page-dimensions before trying to use ps-font-for-text.
1066
1067 2010-12-13 Kenichi Handa <handa@m17n.org>
1068
1069 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
1070 within condition-case.
1071 (rmail-show-mime): Don't use condition-case.
1072 (rmail-search-mime-message): New function.
1073 (rmail-search-mime-message-function): Set to
1074 rmail-search-mime-message.
1075
1076 2010-12-13 Leo <sdl.web@gmail.com>
1077
1078 * ido.el (ido-common-initialization): New function. (bug#3274)
1079 (ido-mode): Use it.
1080 (ido-completing-read): Call it.
1081
1082 2010-12-12 Karl Fogel <kfogel@red-bean.com>
1083
1084 * bookmark.el (bookmark-name-from-full-record): Rename back to
1085 this original name from `bookmark-name-from-record' reverting part
1086 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
1087 As Drew Adams pointed out, there was no reason to cause churn for
1088 third-party callers.
1089
1090 2010-12-12 Alan Mackenzie <acm@muc.de>
1091
1092 * progmodes/cc-engine.el (c-forward-type): Before scanning a
1093 template arglist, check that the current language supports this.
1094
1095 2010-12-11 Glenn Morris <rgm@gnu.org>
1096
1097 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
1098 state of the file matches. (Bug#7544)
1099 (vc-bzr-register, vc-bzr-checkin)
1100 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
1101 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
1102
1103 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
1104
1105 2010-12-11 Karel Klíč <kklic@redhat.com>
1106
1107 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
1108
1109 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 Derive from prog-mode, use derived-mode-p, and fix up various
1112 minor style issues in lisp/progmodes.
1113
1114 * progmodes/vhdl-mode.el (vhdl-mode):
1115 * progmodes/verilog-mode.el (verilog-mode):
1116 * progmodes/vera-mode.el (vera-mode):
1117 * progmodes/sql.el (sql-mode):
1118 * progmodes/scheme.el (scheme-mode):
1119 * progmodes/perl-mode.el (perl-mode):
1120 * progmodes/octave-inf.el (inferior-octave-mode):
1121 * progmodes/autoconf.el (autoconf-mode):
1122 * progmodes/m4-mode.el (m4-mode):
1123 * progmodes/inf-lisp.el (inferior-lisp-mode):
1124 * progmodes/idlwave.el (idlwave-mode):
1125 * progmodes/icon.el (icon-mode):
1126 * progmodes/idlw-help.el (idlwave-help-mode):
1127 * progmodes/dcl-mode.el (dcl-mode):
1128 * progmodes/idlw-shell.el (idlwave-shell-mode):
1129 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
1130 (ebrowse-member-mode, ebrowse-electric-position-mode):
1131 Use define-derived-mode.
1132
1133 * progmodes/xscheme.el (exit-scheme-interaction-mode)
1134 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
1135 (xscheme-debugger-mode-p, xscheme-send-string-1):
1136 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
1137 (tcl-load-file, tcl-restart-with-file):
1138 * progmodes/ps-mode.el (ps-run-running):
1139 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
1140 * progmodes/js.el (js--get-all-known-symbols):
1141 * progmodes/inf-lisp.el (inferior-lisp-proc):
1142 * progmodes/idlwave.el (idlwave-beginning-of-statement)
1143 (idlwave-template, idlwave-update-buffer-routine-info)
1144 (idlwave-update-current-buffer-info)
1145 (idlwave-get-routine-info-from-buffers, idlwave-choose)
1146 (idlwave-scan-class-info, idlwave-fix-keywords)
1147 (idlwave-list-buffer-load-path-shadows):
1148 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
1149 (idlwave-toolbar-remove):
1150 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
1151 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
1152 (idlwave-shell-menu-def):
1153 * progmodes/idlw-complete-structtag.el
1154 (idlwave-prepare-structure-tag-completion):
1155 * progmodes/gud.el (gud-set-buffer):
1156 * progmodes/f90.el (f90-backslash-not-special):
1157 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
1158
1159 * progmodes/xscheme.el (xscheme-start)
1160 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
1161 * progmodes/which-func.el (which-function):
1162 * progmodes/vhdl-mode.el (vhdl-set-style):
1163 * progmodes/verilog-mode.el (verilog-set-compile-command)
1164 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
1165 (verilog-set-define, verilog-auto-reeval-locals):
1166 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
1167 * progmodes/simula.el (simula-mode):
1168 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
1169 * progmodes/python.el (python-check, python-mode):
1170 * progmodes/prolog.el (prolog-mode-variables):
1171 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
1172 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
1173 * progmodes/delphi.el (delphi-mode):
1174 * progmodes/cc-styles.el (c-setup-paragraph-variables):
1175 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
1176 (c-font-lock-init): Move make-local-variable to their setq.
1177
1178 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
1179 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
1180 make-local-hook.
1181 * progmodes/sh-script.el (sh-require-final-newline): Remove.
1182 (sh-set-shell): Don't set require-final-newline since it's already done
1183 by prog-mode.
1184 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
1185 since we never set it.
1186 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
1187 Use read-string and standard prompt.
1188 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
1189 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
1190 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
1191 (meta-common-mode-map): Rename from meta-mode-map.
1192 Remove C-m binding, which is a user preference, not mode specific.
1193 (meta-common-mode): New major mode; replace meta-common-initialization.
1194 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
1195 around with font-lock.
1196 * progmodes/etags.el (select-tags-table-mode):
1197 Derive from special-mode.
1198 * progmodes/octave-mod.el (octave-mode):
1199 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
1200 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
1201 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
1202 Let define-derived-mode do its job.
1203 * progmodes/cpp.el (cpp-edit-mode-map):
1204 Move initialization into declaration.
1205 (cpp-edit-mode): Use define-derived-mode.
1206 (cpp-edit-load): Use derived-mode-p.
1207 * progmodes/mixal-mode.el (mixal-mode):
1208 * progmodes/f90.el (f90-mode):
1209 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
1210 require-final-newline since prog-mode does it already.
1211 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
1212 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
1213 * progmodes/antlr-mode.el: Require cc-mode upfront.
1214 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
1215 the declaration.
1216 (antlr-directory-dependencies, antlr-show-makefile-rules):
1217 Use derived-mode-p.
1218 (antlr-language-option): Don't assume point-min==1.
1219 (antlr-mode): Use define-derived-mode.
1220 * progmodes/ada-mode.el: Use derived-mode-p.
1221 (ada-mode): Use define-derived-mode.
1222 Use hack-local-variables-hook.
1223
1224 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
1227 (texinfo-mode): Don't disable adaptive-fill-mode.
1228 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
1229 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
1230 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
1231 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
1232 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
1233 (texinfo-insert-@quotation, texinfo-insert-@samp)
1234 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
1235 (texinfo-insert-@uref): Use define-skeleton.
1236 (texinfo-insert-@-with-arg): Delete.
1237
1238 2010-12-10 Eli Zaretskii <eliz@gnu.org>
1239
1240 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
1241 nil, do quote archive member names. (Bug#6144)
1242
1243 2010-12-10 Glenn Morris <rgm@gnu.org>
1244
1245 * files.el (diff-no-select): Declare.
1246
1247 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
1248 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
1249
1250 * comint.el (comint-input-ring-file-name): Doc fix.
1251
1252 2010-12-09 Eli Zaretskii <eliz@gnu.org>
1253
1254 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
1255 New functions.
1256 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
1257 Use them instead of `nil' and `>', respectively.
1258 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
1259 instead of `nil'.
1260 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
1261 and menu-bar-positive-p instead of `nil' and `>', respectively.
1262 (Bug#1077)
1263
1264 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1265
1266 * whitespace.el (whitespace-newline-mode): Code fix.
1267
1268 2010-12-09 Glenn Morris <rgm@gnu.org>
1269
1270 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
1271 Rename functions without commas, update callers.
1272
1273 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
1274
1275 * whitespace.el (whitespace-cleanup-region):
1276 Clean up spaces before tabs. (Bug#7582)
1277
1278 2010-12-08 Karl Fogel <kfogel@red-bean.com>
1279
1280 * bookmark.el: Adjust parameter names and doc strings to resolve
1281 confusion over whether "bookmark" meant a bookmark name or a
1282 bookmark record. Along the way, shorten one function's name for
1283 similar reasons. (Issue #7548)
1284 (bookmark-name-from-record): New name for
1285 `bookmark-name-from-full-record'. All callers changed.
1286 (bookmark-get-bookmark, bookmark-get-bookmark-record)
1287 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
1288 (bookmark-get-annotation, bookmark-set-annotation)
1289 (bookmark-get-filename, bookmark-set-filename)
1290 (bookmark-get-position, bookmark-set-position)
1291 (bookmark-get-front-context-string, bookmark-set-front-context-string)
1292 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
1293 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
1294 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
1295 Rename `bookmark' parameter to `bookmark-name-or-record', to
1296 clearly show its role, and shorten or adjust doc strings accordingly.
1297 (bookmark-set-name): Same, and pass the parameter directly to
1298 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
1299 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
1300 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
1301 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
1302 and in some cases shorten doc string accordingly.
1303 (bookmark-rename): Change `old' and `new' parameters to `old-name'
1304 and `new-name', and adjust an internal variable to avoid confusion.
1305 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
1306 parameter in doc string.
1307
1308 2010-12-08 Glenn Morris <rgm@gnu.org>
1309
1310 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
1311 from gdb's history file. (Bug#7575)
1312
1313 * mail/emacsbug.el (report-emacs-bug):
1314 Try to handle some other mail clients.
1315
1316 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * files.el (dir-locals-collect-variables): Don't let errors stop us.
1319 Use string-prefix-p.
1320 (file-name-version-regexp): New var.
1321 (file-name-sans-versions):
1322 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
1323 (jka-compr-get-compression-info): Use dolist.
1324 (jka-compr-compression-info-list): Don't bother specifying
1325 version/backup regexps.
1326
1327 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
1328
1329 * simple.el (just-one-space): Make argument n default to 1 if
1330 omitted.
1331
1332 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * electric.el (electric-indent-post-self-insert-function):
1335 Delete trailing newlines even if we don't reindent.
1336
1337 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1338
1339 * minibuffer.el (completion-at-point): Remove the `arg'.
1340 * bindings.el (complete-symbol): Move back from minibuffer.el.
1341
1342 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1343
1344 * simple.el (just-one-space): Delete newlines for negative arg.
1345
1346 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1347
1348 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
1349 (ansi-color-filter-apply): Simplify.
1350 (ansi-color-apply): Use `font-lock-face' rather than `face'.
1351
1352 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1353
1354 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
1355
1356 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
1357
1358 * dired.el (dired-use-ls-dired): Set default to a special
1359 "unspecified" value.
1360 (dired-insert-directory): When called the first time, check
1361 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
1362
1363 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
1364
1365 * replace.el: Add "collect" feature to occur.
1366 (occur-collect-regexp-history): New var.
1367 (occur-read-primary-args): Return a replace string for nlines,
1368 if needed.
1369 (occur): Extend the meaning of nlines.
1370
1371 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1372
1373 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
1374 (which-func-update-1): Distinguish symbols from strings.
1375 (which-function): Stay within 80 columns.
1376
1377 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * subr.el (with-demoted-errors): Distinguish symbols from strings.
1380
1381 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
1382 Improve docstring.
1383 (comment-style): Use comment-styles's docs to describe values.
1384
1385 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
1386
1387 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
1388 and ns-show-prefs (Bug#7535).
1389
1390 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
1391 bindings (Bug#7535).
1392
1393 2010-12-03 Glenn Morris <rgm@gnu.org>
1394
1395 * nxml/nxml-mode.el: Require rng-nxml.
1396 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
1397 Remove declarations.
1398
1399 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
1400 * nxml/rng-nxml.el, nxml/rng-valid.el:
1401 Remove leading `*' from defcustom docs.
1402
1403 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
1404 (normal-top-level-add-to-load-path, tty-handle-args):
1405 Convert comments to basic doc-strings.
1406
1407 * net/browse-url.el (browse-url-url-at-point)
1408 (browse-url-default-browser): Remove autoload cookies.
1409
1410 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1411 Remove more undefined cl functions.
1412
1413 * vc/diff.el (diff-sentinel): Make new arguments optional.
1414 * ibuf-ext.el (diff-sentinel): Update declaration.
1415
1416 2010-12-03 Daiki Ueno <ueno@unixuser.org>
1417
1418 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1419 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
1420 (epg-context-set-passphrase-callback): Mention that the callback
1421 is not called when used with GnuPG 2.x.
1422
1423 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
1424
1425 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
1426 (tramp-file-name-port): Check also for `tramp-default-port'.
1427 (tramp-get-connection-name): New defun.
1428 (tramp-get-connection-process): Use it.
1429 (tramp-debug-message): Extend function exclude list.
1430 (tramp-drop-volume-letter): Fix doc string.
1431
1432 * net/tramp-cmds.el: Remove solved todo item.
1433
1434 * net/tramp-efs.el:
1435 * net/tramp-ftp.el:
1436 * net/tramp-gvfs.el:
1437 * net/tramp-gw.el:
1438 * net/tramp-imap.el:
1439 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
1440 and `tramp-default-user-alist', respectively.
1441
1442 * net/tramp-gw.el (tramp-gw-open-connection):
1443 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
1444
1445 * net/tramp-imap.el (tramp-imap-make-iht): Use just
1446 `tramp-file-name-port'.
1447
1448 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
1449 and "psftp". Exchange "%k" marker with options.
1450 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
1451 Compute size of link target.
1452 (tramp-do-copy-or-rename-file-out-of-band). Move setting of
1453 `tramp-current-*' up due to gateway methods. Optimze computing of
1454 copy arguments. Use `tramp-get-connection-name' and
1455 `tramp-get-connection-buffer'. Improve debug messages.
1456 (tramp-compute-multi-hops): Remove port determination.
1457 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
1458
1459 * net/trampver.el: Update release number.
1460
1461 2010-12-02 Glenn Morris <rgm@gnu.org>
1462
1463 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1464 Avoid infinite loop over windows. (Bug#7492)
1465
1466 * progmodes/flymake.el (flymake-check-file-limit):
1467 Allow nil to mean "no limit".
1468 (flymake-check-patch-master-file-buffer): Update for above change.
1469 Allow a .tex file-name extension to be optional.
1470 (flymake-master-tex-init): Also match \include statements.
1471
1472 2010-11-30 Sam Steingold <sds@gnu.org>
1473
1474 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
1475 (nxml-parent-document-set): A function to set `nxml-parent-document'.
1476 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
1477 (nxml-mode-hook): Remove `defcustom' (auto-defined by
1478 define-derived-mode').
1479 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
1480 users who want to call `nxml-parent-document-set'.
1481
1482 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1483
1484 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
1485 stand-alone lines, since that is handled by log-edit-match-to-eoh
1486 (Bug#6465).
1487
1488 2010-11-27 Eduard Wiebe <usenet@pusto.de>
1489
1490 * dired.el (dired-get-filename): Replace backslashes with slashes
1491 in file names on MS-Windows, needed by `locate'. (Bug#7308)
1492 * locate.el (locate-default-make-command-line): Don't consider
1493 drive letter and root directory part of
1494 `directory-listing-before-filename-regexp'. (Bug#7308)
1495 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
1496
1497 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1498
1499 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
1500 of :smie-open/close-alist.
1501 (smie-next-sexp): Make it accept a "start token" as argument.
1502 (smie-indent-keyword): Be careful not to misidentify tokens that span
1503 more than one line, as empty lines. Add argument `token'.
1504
1505 2010-11-27 Kenichi Handa <handa@m17n.org>
1506
1507 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
1508 multipart subtypes, insert all as usual.
1509
1510 * mail/rmail.el: Require rfc2047.
1511
1512 2010-11-27 Kenichi Handa <handa@m17n.org>
1513
1514 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
1515 (rmail-mime-entity-disposition)
1516 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
1517 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
1518 (rmail-mime-save): Handle the case that the button's `data' is a
1519 MIME entity.
1520 (rmail-mime-insert-text): New function.
1521 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
1522 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
1523 (rmail-mime-insert-bulk): New function mostly copied from the old
1524 rmail-mime-bulk-handler.
1525 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
1526 (rmail-mime-process-multipart): New function mostly copied from
1527 the old rmail-mime-multipart-handler.
1528 (rmail-mime-show): Just call rmail-mime-process.
1529 (rmail-mime-process): New function mostly copied from the old
1530 rmail-mime-show.
1531 (rmail-mime-insert-multipart, rmail-mime-parse)
1532 (rmail-mime-insert, rmail-show-mime)
1533 (rmail-insert-mime-forwarded-message)
1534 (rmail-insert-mime-resent-message): New functions.
1535 (rmail-insert-mime-forwarded-message-function): Set to
1536 rmail-insert-mime-forwarded-message.
1537 (rmail-insert-mime-resent-message-function): Set to
1538 rmail-insert-mime-resent-message.
1539
1540 * mail/rmailsum.el: Require rfc2047.
1541 (rmail-header-summary): Handle multiline Subject: field.
1542 (rmail-summary-line-decoder): Change the default to
1543 rfc2047-decode-string.
1544
1545 * mail/rmail.el (rmail-enable-mime): Change the default to t.
1546 (rmail-mime-feature): Change the default to `rmailmm'.
1547 (rmail-quit): Delete the specifal code for rmail-enable-mime.
1548 (rmail-display-labels): Likewise.
1549 (rmail-show-message-1): Check rmail-enable-mime, and use
1550 rmail-show-mime-function for a MIME message. Decode the headers
1551 according to RFC2047.
1552
1553 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1554
1555 * progmodes/which-func.el (which-func-imenu-joiner-function):
1556 Return a string, as expected.
1557 (which-function-mode): Make sure we stop any previous timer before
1558 starting a new one.
1559
1560 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
1561
1562 * net/tramp.el (tramp-default-method-alist)
1563 (tramp-default-user-alist, tramp-default-proxies-alist):
1564 Adapt custom options type. (Bug#7445)
1565
1566 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1567
1568 * progmodes/python.el: Add Ipython support (Bug#5390).
1569 (python-shell-prompt-alist)
1570 (python-shell-continuation-prompt-alist): New options.
1571 (python--set-prompt-regexp): New function.
1572 (inferior-python-mode, run-python, python-shell):
1573 Require ansi-color. Use python--set-prompt-regexp to set the comint
1574 prompt based on the Python interpreter.
1575 (python--prompt-regexp): New var.
1576 (python-check-comint-prompt)
1577 (python-comint-output-filter-function): Use it.
1578 (run-python): Use a pipe (Bug#5694).
1579
1580 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1581
1582 * progmodes/python.el (run-python): Doc fix.
1583 (python-keep-current-directory-in-path): New var (Bug#7454).
1584
1585 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1586
1587 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1588 Prompt user before actually printing.
1589
1590 2010-11-27 Glenn Morris <rgm@gnu.org>
1591
1592 * startup.el (package-enable-at-startup, package-initialize):
1593 Remove unnecessary declarations.
1594
1595 2010-11-27 Eli Zaretskii <eliz@gnu.org>
1596
1597 * international/characters.el (glyphless-char-display-control):
1598 Exclude newline and TAB from the c0-control group.
1599
1600 2010-11-27 Glenn Morris <rgm@gnu.org>
1601
1602 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
1603 (expand-mail-aliases): Remove unnecessary autoload.
1604
1605 * allout.el (allout-command-prefix, allout-mode-map): Declare.
1606
1607 * shell.el (shell-dir-cookie-re): Move definition before use.
1608
1609 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1610 Replace undefined CL functions.
1611
1612 2010-11-26 Eli Zaretskii <eliz@gnu.org>
1613
1614 * simple.el (prog-mode): Set bidi-paragraph-direction to
1615 left-to-right.
1616
1617 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
1618
1619 2010-11-26 Glenn Morris <rgm@gnu.org>
1620
1621 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
1622 diary-outlook-formats can be sensitive to calendar-date-style.
1623 (diary-outlook-formats): Simplify the default setting.
1624 (diary-from-outlook-internal): Pass subject and body as arguments.
1625 Use dolist rather than dotimes. Don't save the diary buffer.
1626 (diary-from-outlook-gnus, diary-from-outlook-rmail):
1627 Pass subject and body as explicit arguments to the -internal function.
1628
1629 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1630
1631 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
1632 parsing them. This makes mailto:...?subject=foo\nbar work.
1633
1634 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1635
1636 * vc/diff.el (diff): Fix last change.
1637
1638 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1639
1640 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
1641 (pcase--dontcare-upats): New var.
1642 (pcase-let, pcase-let*): Generate better code.
1643 Accept the same bodies as `let'.
1644 (pcase-dolist): New macro.
1645 (pcase--trivial-upat-p): New helper function.
1646 (pcase--expand): Strip leading "(let nil" if any.
1647
1648 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1649
1650 * mail/mailclient.el (browse-url): Require.
1651 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
1652 use the external browser function to send the mail (bug#7469).
1653
1654 * net/browse-url.el (browse-url-browser-function): Revert the
1655 default back to the previous value, since the new value broke
1656 mailclient.el.
1657 (browse-url-mailto-function): New variable for mailto: URLs.
1658 (browse-url): Use the new variable for mailto: URLs.
1659
1660 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1661
1662 * eshell/esh-cmd.el (eshell-parse-command):
1663 * eshell/esh-arg.el (eshell-parse-arguments):
1664 * eshell/em-script.el (eshell-source-file):
1665 Use with-silent-modifications.
1666
1667 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
1668
1669 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
1670 for a merge location.
1671
1672 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
1673 (vc-bzr-merge-branch): Always prompt.
1674 (vc-bzr-async-command): Use the full branch filename.
1675
1676 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1677
1678 * shell.el (shell): Use current-buffer by default if it's already
1679 a shell mode buffer and its process is dead.
1680 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
1681
1682 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
1683
1684 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1685 Mention that the keywords should be comma separated.
1686
1687 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
1688
1689 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
1690 Accept optional prefix arg meaning to prompt for a command.
1691 (vc-update): Use vc-BACKEND-pull if available. Accept optional
1692 prefix arg meaning to prompt for a command.
1693 (vc-pull): Alias for vc-update.
1694
1695 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
1696 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
1697 (vc-bzr-merge-branch): New functions, implementing merge-branch
1698 and pull operations.
1699
1700 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1701
1702 * Makefile.in: Fix up last merge.
1703
1704 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
1705 (diff-sentinel): Get them as arguments instead.
1706 (diff-old-file, diff-new-file, diff-extra-args): Remove.
1707 (diff-file-local-copy, diff-better-file-name): New funs.
1708 (diff-no-select): Rename from diff-into-buffer.
1709 Support buffers additionally to files. Move `buf' arg. Don't display buf.
1710 Prefer closures to buffer-local variables.
1711 (diff): Adjust accordingly.
1712 (diff-buffer-with-file): Move from files.el.
1713 * files.el (diff-buffer-with-file): Move to vc/diff.el.
1714 (diff-buffer-internal): Remove.
1715 (diff-buffer-buffer): Remove.
1716 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
1717 the buffer name used, and so as not to mess up windows and frames.
1718
1719 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1720
1721 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
1722 (diff-buffer-internal): New function extracted from diff-buffer-with-file
1723 (diff-buffer-with-file): Use it.
1724 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
1725 (diff): Use it.
1726
1727 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
1728
1729 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
1730 \ref's or \pageref's value as default instead of initial input.
1731
1732 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
1733
1734 * files.el (backup-by-copying-when-mismatch): The default value is
1735 now t.
1736
1737 * startup.el (normal-top-level):
1738 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1739 `backup-by-copying-when-mismatch'.
1740
1741 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1742
1743 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
1744
1745 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1746
1747 * progmodes/python.el (python-font-lock-keywords):
1748 Highlight top-level augmented assignments (Bug#6445).
1749
1750 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
1751
1752 * term/ns-win.el (ns-right-control-modifier)
1753 (ns-right-command-modifier): Defvar them.
1754
1755 * cus-start.el (all): Add ns-right-control-modifier and
1756 ns-right-command-modifier (Bug#7458).
1757
1758 2010-11-20 Glenn Morris <rgm@gnu.org>
1759
1760 * emacs-lisp/authors.el (authors-ignored-files)
1761 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
1762
1763 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
1764
1765 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
1766 (report-emacs-bug-parse-query-results)
1767 (report-emacs-bug-create-existing-bugs-buffer): Pass through
1768 keywords used for querying the bug database to show them in the
1769 existing bugs buffer.
1770
1771 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
1772
1773 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
1774
1775 * info.el (info-tool-bar-map): Add some :vert-only keywords.
1776
1777 2010-11-20 Eli Zaretskii <eliz@gnu.org>
1778
1779 * international/characters.el (glyphless-char-display-control):
1780 Make it a defcustom, with update-glyphless-char-display as its
1781 :set attribute.
1782 (top level): Don't call update-glyphless-char-display.
1783
1784 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
1785
1786 Sync with Tramp 2.2.0.
1787
1788 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
1789 `file-remote-p' (due to compatibility).
1790
1791 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
1792 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
1793
1794 * net/trampver.el: Update release number.
1795
1796 2010-11-20 Eli Zaretskii <eliz@gnu.org>
1797
1798 * faces.el (glyphless-char): Define value for `pc'.
1799
1800 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
1801
1802 Implemented a bug querying mechanism.
1803 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
1804 (report-emacs-bug-create-existing-bugs-buffer)
1805 (report-emacs-bug-parse-query-results)
1806 (report-emacs-bug-query-existing-bugs): New functions.
1807
1808 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
1809
1810 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
1811 a \ref{} or \pageref{} macro, then use its value as initial input.
1812
1813 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
1814
1815 * calc/calc-units.el (math-build-units-table-buffer):
1816 calc/README: Mention that the TeX specific units won't use the
1817 `tex' prefix in TeX mode.
1818 calc/calc-lang.el (math-variable-table): Don't use the `tex'
1819 prefix for units in TeX mode.
1820
1821 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1822
1823 * simple.el (kill-new, kill-append, kill-region):
1824 * comint.el (comint-kill-region): Make the yank-handler argument
1825 obsolete.
1826
1827 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1828
1829 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
1830 that are both openers (resp. closers) and something else.
1831 (smie-grammar): Loosen definition of valid values.
1832 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
1833 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
1834 (smie-indent-after-keyword): Adjust users.
1835 (smie-indent-keyword): Don't indent empty lines.
1836
1837 * vc-hg.el (vc-hg-program): New var.
1838 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
1839 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
1840
1841 2010-11-18 Glenn Morris <rgm@gnu.org>
1842
1843 * emacs-lisp/autoload.el (autoload-find-destination): The function
1844 coding-system-eol-type may return non-numeric values. (Bug#7414)
1845
1846 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
1847
1848 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
1849
1850 2010-11-18 Eli Zaretskii <eliz@gnu.org>
1851
1852 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
1853
1854 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
1855
1856 * textmodes/picture.el (picture-mouse-set-point): Don't use
1857 posn-col-row; explicitly compute the motion based on the posn at
1858 the window-start (Bug#7390).
1859
1860 2010-11-18 Glenn Morris <rgm@gnu.org>
1861
1862 * novice.el (disabled-command-function):
1863 Fix 2009-11-15 change. (Bug#7384)
1864
1865 2010-11-18 Glenn Morris <rgm@gnu.org>
1866
1867 * calendar/calendar.el (diary-iso-date-forms): Make elements
1868 mutually exclusive. (Bug#7377)
1869
1870 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
1873 when filling the remaining "unconstrained" values.
1874
1875 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
1878 safety predicate.
1879
1880 * files.el (safe-local-variable-p): Gracefully handle errors.
1881
1882 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
1883 Use smie-indent-virtual when indenting relative to an opener.
1884 (smie-rule-separator): Use smie-rule-parent.
1885 (smie-indent-keyword): Consult rules, even for openers at bol.
1886 (smie-indent-comment-close): Try to align closer's content.
1887
1888 2010-11-18 Glenn Morris <rgm@gnu.org>
1889
1890 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
1891
1892 2010-11-18 Glenn Morris <rgm@gnu.org>
1893
1894 * printing.el (pr-menu-bind): Doc fix.
1895
1896 * speedbar.el (speedbar-toggle-images): Doc fix.
1897
1898 * progmodes/python.el (python-shell): Doc fix.
1899
1900 * wid-edit.el (widget-field-use-before-change)
1901 (widget-use-overlay-change): Doc fixes.
1902
1903 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1904
1905 Minor cleanup to improve style.
1906 * textmodes/rst.el (rst-update-section): Use point-marker.
1907 (rst-get-decoration): Eliminate unneeded assignment.
1908 (rst-promote-region, rst-straighten-decorations)
1909 (rst-section-tree, rst-adjust): Use point-marker.
1910 (rst-toc-mode-mouse-goto): Avoid setq.
1911 (rst-shift-region-guts, rst-shift-region-left)
1912 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
1913 (rst-convert-bullets-to-enumeration): Use copy-marker.
1914
1915 * minibuffer.el (completion-fail-discreetly): New var.
1916 (completion--do-completion): Use it.
1917
1918 * electric.el (electric-pair-pairs): New var.
1919 (electric-pair-post-self-insert-function): Use it.
1920 (electric-layout-post-self-insert-function): Don't insert a before
1921 newline unless it's actually needed.
1922
1923 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * progmodes/python.el (run-python): Explain why we remove the current
1926 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
1927
1928 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
1929
1930 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * progmodes/octave-mod.el: Rely on elecric-*-modes.
1933 (octave-mode-map): Don't bind ;, SPC, and LF.
1934 (octave-auto-indent, octave-auto-newline): Remove.
1935 (electric-layout-rules): Declare.
1936 (octave-mode): Set electric-layout-rules.
1937 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
1938 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1939 (octave-electric-space): Remove.
1940
1941 * electric.el (electric-layout-mode): New minor mode.
1942 (electric--after-char-pos): New function.
1943 (electric-indent-post-self-insert-function): Use it.
1944 (electric-layout-rules): New var.
1945 (electric-layout-post-self-insert-function): New function.
1946 (electric-indent-mode): Make them interact better.
1947
1948 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
1951 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
1952 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
1953
1954 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
1955
1956 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
1957 Make sure to check inside the word (Bug#6761).
1958
1959 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
1960
1961 * startup.el (command-line): If the cursorColor resource is set,
1962 change the cursor face-spec (Bug#7392).
1963
1964 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1965
1966 The main features of the following allout.el changes are:
1967 - implement user customization for the allout key bindings
1968 - add a customization control by which the user can inhibit use of
1969 a trailing Ctrl-H, so by default it's reserved for use with
1970 describe-prefix-bindings
1971 - adapt to new version of called-interactively-p, while
1972 maintaining backwards compatibility with old version
1973 - fix hotspot navigation so i works properly with meta-modified keys
1974
1975 * allout.el (allout-keybindings, allout-bind-keys)
1976 (allout-keybindings-binding, allout-prefixed-keybindings)
1977 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
1978 (allout-keybindings-list, allout-mode-map-adjustments)
1979 (allout-setup-mode-map): Establish allout-mode keymaps as user
1980 customizable settings, and also establish a customizable setting which
1981 regulates whether or not a trailing control-h is reserved for use with
1982 describe-prefix-bindings - and inhibit it by default, so that control-h
1983 *is* reserved for describe-prefix-bindings unless the user changes it.
1984
1985 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
1986 and accurately between modified and unmodified events, and handle
1987 modified events more comprehensively.
1988
1989 * allout.el (allout-substring-no-properties):
1990 Alias to use or provide version of `substring-no-properties'.
1991 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1992
1993 * allout.el (allout-next-single-char-property-change):
1994 Alias to use or provide version of `next-single-char-property-change'.
1995 (allout-annotate-hidden, allout-hide-by-annotation):
1996 Use `allout-next-single-char-property-change'.
1997
1998 * allout.el (allout-select-safe-coding-system):
1999 Alias to use or provide version of `select-safe-coding-system'.
2000 (allout-toggle-subtree-encryption):
2001 Use `allout-select-safe-coding-system'.
2002
2003 * allout.el (allout-set-buffer-multibyte):
2004 Alias to use or provide version of `set-buffer-multibyte'.
2005 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
2006
2007 * allout.el (allout-called-interactively-p): Macro for using the
2008 different versions of called-interactively-p identically, depending on
2009 the subroutine's argument signature.
2010 (allout-back-to-current-heading, allout-beginning-of-current-entry):
2011 Use `(interactive "p")' instead of `(called-interactively-p)'.
2012
2013 * allout.el (allout-init, allout-ascend, allout-end-of-level)
2014 (allout-previous-visible-heading, allout-forward-current-level)
2015 (allout-backward-current-level, allout-show-children):
2016 Use `allout-called-interactively-p' instead of `called-interactively-p'.
2017
2018 * allout.el (allout-before-change-handler):
2019 Exempt edits to the (overlaid) character after the allout outline
2020 bullet from edit confirmation prompt.
2021
2022 * allout.el (allout-add-resumptions):
2023 Ensure that it respects correct buffer for keybindings.
2024
2025 * allout.el (allout-beginning-of-line):
2026 Use `allout-previous-single-char-property-change' alias for the sake of
2027 diverse compatibility.
2028
2029 * allout.el (allout-end-of-line):
2030 Use `allout-mark-active-p' to encapsulate respect for mark activity.
2031
2032 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
2033
2034 * frame.el (frame-notice-user-settings): Don't clobber other
2035 user-set parameters when calling face-set-after-frame-default in
2036 response to background-color parameter (Bug#7373).
2037
2038 2010-11-13 Eli Zaretskii <eliz@gnu.org>
2039
2040 * international/characters.el (glyphless-char-display-control):
2041 Rename from glyphless-char-control; all users changed. Doc fix.
2042 Signal an error if display method is not one of the recognized
2043 symbols.
2044
2045 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
2046
2047 * net/tramp-compat.el (tramp-compat-line-beginning-position)
2048 (tramp-compat-line-end-position): Remove them.
2049
2050 * net/tramp.el (tramp-parse-rhosts-group)
2051 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
2052 (tramp-parse-hosts-group, tramp-parse-passwd-group)
2053 (tramp-parse-netrc-group, tramp-parse-putty-group)
2054 * net/tramp-cmds.el (tramp-append-tramp-buffers)
2055 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
2056 (tramp-sh-handle-file-selinux-context)
2057 (tramp-sh-handle-file-name-all-completions)
2058 (tramp-sh-handle-insert-directory)
2059 (tramp-sh-handle-expand-file-name, tramp-find-executable)
2060 (tramp-wait-for-output, tramp-send-command-and-read)
2061 * net/tramp-smb.el (tramp-smb-read-file-entry)
2062 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
2063
2064 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
2065 `point-at-bol'.
2066 (tramp-remote-coding-commands): Add an alternative using "base64
2067 -d -i". This is needed for older base64 versions from GNU
2068 coreutils. Reported by Klaus Reichl
2069 <Klaus.Reichl@thalesgroup.com>.
2070
2071 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
2072
2073 * simple.el (count-words-region): New function.
2074
2075 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2076
2077 * shell.el (shell-dir-cookie-re): New custom variable.
2078 (shell-dir-cookie-watcher): New function.
2079
2080 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
2081 and compilation-mode (bug#7350).
2082
2083 * vc/smerge-mode.el (smerge-refine): Choose better default part to
2084 highlight when one of them is empty.
2085
2086 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
2087 trailing space.
2088 (skeleton-newline): New function.
2089 (skeleton-internal-1): Use it.
2090
2091 * simple.el (open-line): `newline' may strip trailing space.
2092
2093 2010-11-12 Kevin Ryde <user42@zip.com.au>
2094
2095 * international/mule-cmds.el (princ-list): Use mapc.
2096
2097 2010-11-12 Glenn Morris <rgm@gnu.org>
2098
2099 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
2100 Use it to replace all instances of "*Compile-Log*"
2101
2102 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
2105 indentation specs.
2106
2107 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * progmodes/modula2.el: Use SMIE and skeleton.
2110 (m2-mode-syntax-table): (*..*) can be nested.
2111 Add //...\n. Fix paren syntax.
2112 (m2-mode-map): Remove LF and TAB bindings.
2113 (m2-indent): Add safety property.
2114 (m2-smie-grammar): New var.
2115 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
2116 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
2117 (m2-mode): Use define-derived-mode.
2118 (m2-newline, m2-tab): Remove.
2119 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
2120 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
2121 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
2122 (m2-import): Use define-skeleton.
2123
2124 2010-11-11 Glenn Morris <rgm@gnu.org>
2125
2126 * obsolete/lucid.el: Don't warn about any CL functions in this file.
2127
2128 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
2129 (ls-lisp-verbosity): Add custom :set-after property.
2130 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
2131 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
2132 (ls-lisp-insert-directory): Update caller.
2133 (ls-lisp-set-options): New function.
2134 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
2135 Doc fix.
2136
2137 * play/landmark.el (lm-prompt-for-move):
2138 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
2139
2140 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
2141
2142 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
2143 (idlwave-study-twins): Prefix dynamic local variable `name'.
2144 (idlwave-routine-twin-compare): Update for above change.
2145
2146 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
2147 Prefix dynamic local variables `name', `kwd', and `link'.
2148 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
2149 * progmodes/idlw-complete-structtag.el
2150 (idlwave-complete-structure-tag-help):
2151 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
2152 (idlwave-complete-sysvar-tag-help)
2153 (idlwave-complete-class-structure-tag-help):
2154 Update for above name changes.
2155
2156 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2157
2158 * net/browse-url.el (browse-url-browser-function): Change the
2159 default to use `browse-url-mail' on mailto: URLs.
2160
2161 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
2162
2163 * emacs-lisp/package.el (package-read-all-archive-contents):
2164 Reset package-archive-contents to nil before re-reading.
2165
2166 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
2167
2168 * textmodes/flyspell.el (flyspell-word): Do not re-check words
2169 already found as misspellings by (flyspell-large-region), just
2170 do highlighting (bug#7322).
2171
2172 2010-11-10 Glenn Morris <rgm@gnu.org>
2173
2174 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
2175
2176 * emulation/edt.el (edt-with-position): New macro.
2177 (edt-find-forward, edt-find-backward, edt-find-next-forward)
2178 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
2179 (edt-paragraph-forward, edt-paragraph-backward): Use it.
2180
2181 * emulation/tpu-extras.el (tpu-with-position): New macro.
2182 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
2183
2184 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
2185
2186 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
2187 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
2188 (texinfo-master-menu, texinfo-insert-node-lines)
2189 (texinfo-multiple-files-update):
2190 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
2191 Use line-beginning-position.
2192
2193 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
2194 No recent Emacs supports system-type `emx'.
2195
2196 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
2197 (ada-command-separator, ada-default-prj-properties)
2198 (ada-find-any-references): Update for above name change.
2199
2200 * dirtrack.el (dirtrack-directory-function)
2201 (dirtrack-canonicalize-function):
2202 * filecache.el (file-cache-completion-ignore-case)
2203 (file-cache-case-fold-search, file-cache-ignore-case):
2204 * term.el (serial-port-is-file-p): Cosmetic change.
2205
2206 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
2207 Remove non-existent `windows-95' system-type.
2208 * dired.el (dired-chown-program): Remove non-existent `linux'
2209 system-type.
2210
2211 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
2212 (ping-program-options): Remove non-existent `linux' system-type.
2213
2214 * startup.el (package-initialize): Update declaration.
2215
2216 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
2217 (ls-lisp-handle-switches): Use time-less-p.
2218 (ls-lisp-format-time): Use float-time.
2219
2220 * textmodes/remember.el (remember-time-to-seconds): Remove.
2221 (remember-store-in-mailbox): Use float-time.
2222
2223 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
2224
2225 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
2226 never a real function.
2227 (with-no-warnings): Remove compat stub, now unused.
2228 (time-less-p): Doc fix.
2229 (time-to-number-of-days): Simplify.
2230
2231 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
2232 Remove.
2233 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
2234 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
2235 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
2236 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
2237 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
2238
2239 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
2240 (eshell-shuffle-files, eshell-shorthand-tar-command)
2241 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
2242 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
2243 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
2244 Prefix dynamic local variable `matches'.
2245
2246 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
2247 Prefix dynamic local variable `skeleton'.
2248
2249 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2250
2251 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
2252 in mail buffer; make yank-action always a command that yanks original
2253 buffer.
2254
2255 2010-11-09 Glenn Morris <rgm@gnu.org>
2256
2257 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
2258
2259 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * minibuffer.el (minibuffer-completion-help): Specify the end of the
2262 completion field (bug#7211).
2263
2264 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
2265 Fix handling of backslash escapes.
2266 (python-quote-syntax): Adjust accordingly.
2267
2268 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
2269
2270 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
2271 (vc-mtn-workfile-branch): Adjust to new output format.
2272
2273 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2274
2275 * international/mule-cmds.el (princ-list): Mark as obsolete.
2276
2277 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2278
2279 * emacs-lisp/smie.el: New package.
2280
2281 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
2282
2283 * files.el (backup-by-copying-when-mismatch):
2284 Set `permanent-local' property.
2285
2286 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
2287 `permanent-local' property for `backup-by-copying-when-mismatch'.
2288
2289 2010-11-09 Eli Zaretskii <eliz@gnu.org>
2290
2291 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
2292
2293 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
2294
2295 * progmodes/verilog-mode.el (verilog-insert-one-definition)
2296 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
2297 AUTOINOUT for SV style multidimensional arrays, bug294.
2298 Reported by Eric Mastromarchi.
2299 (verilog-preprocess): Use with-current-buffer and
2300 font-lock-fontify-buffer to cleanup style issues.
2301
2302 2010-11-09 Glenn Morris <rgm@gnu.org>
2303
2304 * locate.el (locate, locate-mode): Doc fixes.
2305
2306 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
2307
2308 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
2309 user for confirmation.
2310 (server-force-stop): Use it.
2311 (server-start): Use server-force-stop for kill-emacs-hook, to
2312 avoid user interaction while killing Emacs.
2313
2314 2010-11-09 Glenn Morris <rgm@gnu.org>
2315
2316 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
2317 (meta-indent-line): Simplify.
2318
2319 * vc/emerge.el (emerge-line-number-in-buf):
2320 * textmodes/ispell.el (ispell-region):
2321 * textmodes/fill.el (current-fill-column):
2322 * progmodes/xscheme.el (xscheme-send-current-line):
2323 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
2324 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
2325 * progmodes/sh-script.el (sh-handle-prev-do):
2326 * progmodes/meta-mode.el (meta-indent-line):
2327 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
2328 (idlwave-in-quote):
2329 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
2330 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
2331 * progmodes/fortran.el (fortran-looking-at-if-then):
2332 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
2333 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
2334 (cperl-find-pods-heres):
2335 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
2336 * net/quickurl.el (quickurl-list-insert):
2337 * net/ldap.el (ldap-search-internal):
2338 * net/eudc.el (eudc-expand-inline):
2339 * mail/sendmail.el (sendmail-send-it):
2340 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
2341 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
2342 (viper-brac-function):
2343 * calc/calc-yank.el (calc-do-grab-region):
2344 * calc/calc-keypd.el (calc-keypad-press):
2345 * term.el (term-move-columns, term-insert-spaces):
2346 * speedbar.el (speedbar-highlight-one-tag-line):
2347 * simple.el (current-word):
2348 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2349 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
2350 (Info-scroll-down):
2351 * hippie-exp.el (he-line-beg):
2352 * epa.el (epa--marked-keys):
2353 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
2354 (dired-update-file-line, dired-add-entry, dired-remove-entry)
2355 (dired-relist-entry):
2356 * buff-menu.el (Buffer-menu-buffer):
2357 * array.el (current-line):
2358 * allout.el (allout-resolve-xref)
2359 (allout-latex-verbatim-quote-curr-line):
2360 Replace yet more uses of end-of-line etc with line-end-position, etc.
2361
2362 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
2365 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
2366 (checkdoc-syntax-table): Initialize in the declaration.
2367 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
2368 the mode on unconditionally.
2369
2370 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
2371 (extent-end-position, extent-start-position): Remove setf method for
2372 non-existing functions (bug#7319).
2373
2374 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2375
2376 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
2377 (smie-precs->prec2): Rename from smie-precs-precedence-table.
2378 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
2379 (smie-prec2->grammar): Rename from smie-prec2-levels.
2380 (smie-grammar): Rename from smie-op-levels.
2381 (smie-indent--hanging-p): Rename from smie-hanging-p.
2382 (smie-rule-hanging-p): New alias.
2383 (smie-indent--bolp): Rename from smie-bolp.
2384 (smie-indent--hanging-p): New alias.
2385 (smie--token): New dynamically bound variable.
2386 (smie-indent--parent): New function.
2387 (smie-rule-parent-p): Use it; rename from smie-parent-p.
2388 (smie-rule-next-p): Rename from smie-next-p.
2389 (smie-rule-prev-p): Rename from smie-prev-p.
2390 (smie-rule-sibling-p, smie-rule-parent)
2391 (smie-indent--separator-outdent, smie-rule-separator): New functions.
2392 (smie-rule-separator-outdent): New var.
2393 (smie-indent--rule): Merge with smie-indent--column.
2394 (smie-indent-forward-token, smie-indent-backward-token):
2395 Also recognize close parens.
2396 (smie-indent-keyword): Don't use smie-indent--column any more.
2397 (smie-indent-after-keyword): Ignore closers by default.
2398 (smie-indent-line): Use with-demoted-errors.
2399 * progmodes/octave-mod.el (octave-smie-grammar):
2400 Rename from octave-smie-op-levels.
2401 (octave-smie-rules): Adjust to new behavior.
2402 * progmodes/prolog.el (prolog-smie-grammar):
2403 Rename from prolog-smie-op-levels.
2404
2405 2010-11-07 Glenn Morris <rgm@gnu.org>
2406
2407 * eshell/esh-util.el (subst-char-in-string)
2408 (directory-files-and-attributes): These compatibility definitions are
2409 not needed on any version of Emacs since at least 21.4.
2410
2411 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
2412 (verilog-get-end-of-line): Remove.
2413 (verilog-within-string, verilog-re-search-forward-substr)
2414 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
2415 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
2416 Use point-at-bol, point-at-eol.
2417 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
2418 Remove.
2419 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
2420 (electric-pascal-terminate-line, pascal-set-auto-comments)
2421 (pascal-indent-paramlist, pascal-indent-declaration)
2422 (pascal-get-lineup-indent, pascal-func-completion)
2423 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
2424 Use point-at-bol, point-at-eol.
2425 * progmodes/flymake.el (flymake-line-beginning-position)
2426 (flymake-line-end-position): Remove.
2427 (flymake-highlight-line): Use point-at-bol, point-at-eol.
2428 * eshell/esh-util.el (line-end-position, line-beginning-position):
2429 Remove compat definitions.
2430
2431 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2432 Use end-of-line N.
2433 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
2434 Use line-end-position.
2435
2436 * emacs-lisp/chart.el (chart-zap-chars):
2437 * play/decipher.el (decipher-set-map):
2438 * progmodes/ada-mode.el (ada-get-current-indent)
2439 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
2440 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
2441 * progmodes/ada-xref.el (ada-initialize-runtime-library)
2442 (ada-get-all-references):
2443 * progmodes/cperl-mode.el (cperl-electric-paren)
2444 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
2445 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
2446 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
2447 (cperl-word-at-point-hard):
2448 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
2449 (idlwave-shell-filename-string, idlwave-shell-batch-command)
2450 (idlwave-shell-display-line):
2451 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
2452 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
2453 * progmodes/js.el (js--re-search-forward-inner)
2454 (js--re-search-backward-inner):
2455 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
2456 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
2457 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
2458 * textmodes/flyspell.el (flyspell-process-localwords):
2459 * textmodes/ispell.el (ispell-buffer-local-parsing)
2460 (ispell-buffer-local-dict, ispell-buffer-local-words):
2461 Use point-at-bol and point-at-eol.
2462
2463 * speedbar.el (speedbar-generic-item-info)
2464 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
2465 (speedbar-add-indicator, speedbar-check-vc-this-line)
2466 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
2467 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
2468 Replace more uses of end-of-line etc with line-end-position.
2469
2470 2010-11-06 Glenn Morris <rgm@gnu.org>
2471
2472 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
2473 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
2474 (texinfo-delete-existing-pointers, texinfo-find-pointer)
2475 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
2476 (texinfo-multiple-files-update):
2477 * textmodes/table.el (table--probe-cell-left-up)
2478 (table--probe-cell-right-bottom):
2479 * textmodes/picture.el (picture-tab-search):
2480 * textmodes/page-ext.el (pages-copy-header-and-position)
2481 (pages-directory-for-addresses):
2482 * progmodes/vera-mode.el (vera-get-offset):
2483 * progmodes/simula.el (simula-calculate-indent):
2484 * progmodes/python.el (python-pdbtrack-overlay-arrow):
2485 * progmodes/prolog.el (end-of-prolog-clause):
2486 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
2487 * progmodes/icon.el (indent-icon-exp):
2488 * progmodes/etags.el (tag-re-match-p):
2489 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
2490 * progmodes/ebnf2ps.el (ebnf-begin-file):
2491 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
2492 (dcl-save-local-variable):
2493 * play/life.el (life-setup):
2494 * play/gametree.el (gametree-looking-at-ply):
2495 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2496 * mail/sendmail.el (mail-mode-auto-fill):
2497 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2498 * emacs-lisp/edebug.el (edebug-overlay-arrow):
2499 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
2500 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
2501 (woman-tab-to-tab-stop, WoMan-warn-ignored):
2502 * type-break.el (type-break-file-keystroke-count):
2503 * term.el (term-replace-by-expanded-history-before-point)
2504 (term-skip-prompt, term-extract-string):
2505 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
2506 (speedbar-contract-line, speedbar-toggle-line-expansion)
2507 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
2508 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
2509 * sort.el (sort-skip-fields):
2510 * skeleton.el (skeleton-internal-list):
2511 * simple.el (line-move-finish, line-move-to-column):
2512 * shell.el (shell-forward-command):
2513 * misc.el (copy-from-above-command):
2514 * makesum.el (double-column):
2515 * ebuff-menu.el (electric-buffer-update-highlight):
2516 * dired.el (dired-move-to-end-of-filename):
2517 * dframe.el (dframe-popup-kludge):
2518 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
2519 * arc-mode.el (archive-get-lineno):
2520 Use line-end-position and line-beginning-position.
2521
2522 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
2523 (idlwave-study-twins): Prefix dynamic local `class'.
2524 (idlwave-routine-twin-compare): Update for above name change.
2525
2526 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
2527 Use boundp tests to silence compiler. Update for changed name of
2528 bytecomp-filename variable.
2529
2530 * emulation/viper-cmd.el (viper-read-string-with-history):
2531 Prefix dynamic local `initial'.
2532 (viper-minibuffer-standard-hook): Update for above name change.
2533
2534 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
2535 (elint-init-form): Update for above name change.
2536
2537 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
2538 local variables `cbeg' and `cend' a prefix.
2539 (mail-extr-voodoo): Update for above name change.
2540
2541 * textmodes/reftex-toc.el (reftex-toc-do-promote)
2542 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
2543 (reftex-toc-promote-action): Doc fix.
2544
2545 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
2546 `prompt', `data' a prefix.
2547 (reftex-select-post-command-hook, reftex-select-callback)
2548 (reftex-select-mouse-accept, reftex-select-read-cite):
2549 Update for above name changes.
2550
2551 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
2552 `refstyle' to reftex-refstyle.
2553 (reftex-offer-label-menu): Update for above name change.
2554 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
2555 `refstyle' name change.
2556
2557 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
2558 with with-current-buffer.
2559 (diff, template): Give dynamic local variables a prefix.
2560 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
2561 (emerge-line-number-in-buf): Update for above name change.
2562 (emerge-combine-versions-internal): Rename local `template' to
2563 emerge-combine-template.
2564 (emerge-combine-versions-edit): Update for above name change.
2565
2566 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
2567
2568 * textmodes/reftex-cite.el
2569 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
2570 entries with whitespace after \bibitem.
2571 (reftex-create-bibtex-file): Match entries containing numbers and
2572 symbol constituents. Make sure that entries with whitespace at
2573 various places are found.
2574
2575 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
2576
2577 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
2578
2579 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
2580
2581 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
2582
2583 2010-11-05 Glenn Morris <rgm@gnu.org>
2584
2585 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
2586 (woman2-roff-buffer): Give local variable `request' a prefix.
2587 (woman0-macro): Rename argument `request' in the same way.
2588 (woman-request): New name for `request' dynamic variable.
2589 (woman-unquote, woman-forward-arg): Update for above name change.
2590 (woman1-roff-buffer): Give local variable `unquote' a prefix.
2591 (woman1-unquote): New name for `unquote' dynamic variable.
2592 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
2593 (woman-translations): Rename from `translations'. No longer global.
2594 (woman2-tr, woman-translate): Update for above name change.
2595 (woman-translate): Check for bound variable.
2596 (woman2-roff-buffer): Give local variable `translations' a prefix.
2597
2598 * play/doctor.el: Give all local variables a prefix. Update callers.
2599 (doc$, doctor-put-meaning): Use backquote.
2600
2601 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
2602 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
2603
2604 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
2605 variables bytes, ptr, op a prefix.
2606 (disassemble-offset): Update for above change.
2607
2608 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
2609
2610 * emacs-lisp/package.el (package-unpack): Remove no-op.
2611 (package--builtins, package--dir): Doc fix.
2612 (package-activate-1, package-activate, package-install)
2613 (package-compute-transaction): Fix error message.
2614 (package-delete): Use delete-directory. Omit system packages.
2615 (package-initialize): Set package-alist to nil first.
2616 (package-menu-mark-delete, package-menu-mark-install): Don't add
2617 symbols that are inconsistent with the package state.
2618 (package-menu-execute): Perform deletions and installations as
2619 single batch operations.
2620
2621 2010-11-03 Glenn Morris <rgm@gnu.org>
2622
2623 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
2624 (props): Remove unnecessary declaration.
2625
2626 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
2627 set-process-query-on-exit-flag.
2628
2629 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
2630 (reftex-toc-do-promote): Remove unused local `mpos'.
2631 (reftex-toc-restore-region): Make `mpos' local to this function.
2632
2633 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
2634
2635 * play/landmark.el (lm-losing-threshold): Correct spelling.
2636 (lm-human-plays): Use new name.
2637
2638 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
2639 (gomoku-human-plays): Use new name.
2640
2641 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
2642 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
2643 (gomoku-score-trans-table, gomoku-winning-threshold)
2644 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
2645
2646 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * emacs-lisp/package.el: Don't put built-in packages in
2649 package-alist, to avoid loading inefficiencies.
2650 (package-built-in-p): Make VERSION optional, and treat it as a
2651 minimum acceptable version.
2652 (package-activate): Search separately for built-in packages.
2653 Emit a warning if a dependency fails.
2654 (define-package): Handle most common case, where there is no
2655 obsolete package, first.
2656 (package-compute-transaction): Print required version in error.
2657 (package--initialized): New variable.
2658 (list-packages): Use it.
2659 (package-initialize): Optional arg NO-ACTIVATE. Don't put
2660 built-in packages in packages-alist; keep it separate.
2661 Set package--initialized.
2662 (describe-package): Avoid activating packages as a side-effect.
2663 Search separately for built-in packages.
2664 (describe-package-1): Handle the case where an elpa package is
2665 simultaneously built-in and available/installed.
2666 (package-installed-p, package--generate-package-list):
2667 Search separately for built-in packages.
2668 (package-load-descriptor): Doc fix.
2669
2670 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2671
2672 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2673 Handle __DATA__ and __END__.
2674
2675 2010-11-02 Noah Friedman <friedman@splode.com>
2676
2677 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
2678 nil, do not ask to recompile files that are not already compiled,
2679 and do not recompile them.
2680
2681 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
2682
2683 * emacs-lisp/package.el (package-initialize): Ensure that
2684 obsoleted built-in packages are not in package-activated-list
2685 during activation.
2686 (describe-package-1): Make the "installed" status override
2687 "built-in".
2688
2689 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2690
2691 * subr.el (version-separator, version-regexp-alist): Remove '*'
2692 from docstring.
2693 (version-list-<=, version<=, version=): Doc fix.
2694
2695 2010-11-01 Kenichi Handa <handa@m17n.org>
2696
2697 * faces.el (glyphless-char): Inherit underline for tty.
2698
2699 2010-11-01 Kenichi Handa <handa@m17n.org>
2700
2701 Implement various display methods for glyphless characters.
2702
2703 * international/characters.el (char-acronym-table): New variable.
2704 (glyphless-char-control): New variable.
2705 (update-glyphless-char-display): New funciton.
2706
2707 * faces.el (glyphless-char): New face.
2708
2709 2010-11-01 Glenn Morris <rgm@gnu.org>
2710
2711 * calendar/holidays.el (general-holidays, oriental-holidays)
2712 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
2713 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
2714 the definitions of their targets.
2715
2716 * emacs-lisp/smie.el (smie): New custom group.
2717 (smie-blink-matching-inners, smie-indent-basic): Add :group.
2718
2719 * faces.el (xw-defined-colors, x-setup-function-keys):
2720 * mouse-sel.el (x-select-text):
2721 * term/w32console.el (x-setup-function-keys): Update declarations.
2722
2723 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
2724
2725 * textmodes/ispell.el (comment-add): Declare.
2726
2727 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
2728 Declare.
2729
2730 * info.el (finder-keywords-hash, package-alist): Declare.
2731
2732 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
2733
2734 * finder.el (finder-compile-keywords): Don't use intern-soft,
2735 since package names may not yet exist in the obarray.
2736
2737 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
2738
2739 * vc/vc-arch.el (vc-arch-checkin):
2740 * vc/vc-cvs.el (vc-cvs-checkin):
2741 * vc/vc-mtn.el (vc-mtn-checkin):
2742 * vc/vc-rcs.el (vc-rcs-checkin):
2743 * vc/vc-sccs.el (vc-sccs-checkin):
2744 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
2745 since 2010-04-21 commit by Stefan Monnier.
2746
2747 2010-11-01 Glenn Morris <rgm@gnu.org>
2748
2749 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
2750
2751 * startup.el (package-enable-at-startup, package-initialize):
2752 Silence compiler.
2753
2754 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
2755 Silence compiler.
2756
2757 2010-10-31 Julien Danjou <julien@danjou.info>
2758
2759 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
2760 (byte-recompile-directory):
2761 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
2762 Use `byte-recompile-file'.
2763
2764 2010-10-31 Glenn Morris <rgm@gnu.org>
2765
2766 * cus-start.el: Handle standard values via a keyword.
2767 Only set version property if specified.
2768 (cursor-in-non-selected-windows, menu-bar-mode)
2769 (tool-bar-mode, show-trailing-whitespace):
2770 Do not specify standard values.
2771 (transient-mark-mode, temporary-file-directory): Use :standard.
2772
2773 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
2774
2775 * term/x-win.el (x-get-selection-value): New function that gets
2776 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
2777
2778 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
2779
2780 * net/tramp.el (tramp-handle-insert-file-contents): For root,
2781 preserve owner and group when editing files. (Bug#7289)
2782
2783 2010-10-31 Glenn Morris <rgm@gnu.org>
2784
2785 * speedbar.el (speedbar-mode):
2786 * play/fortune.el (fortune-in-buffer, fortune):
2787 * play/gomoku.el (gomoku-mode):
2788 * play/landmark.el (lm-mode):
2789 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2790 Replace inappropriate uses of toggle-read-only. (Bug#7292)
2791
2792 * select.el (x-selection): Mark it as an obsolete alias.
2793
2794 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2795
2796 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
2797 major-mode (bug#7284).
2798
2799 2010-10-31 Glenn Morris <rgm@gnu.org>
2800
2801 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
2802 rather than just an unused variable that inherits from the real one.
2803
2804 2010-10-31 Alan Mackenzie <acm@muc.de>
2805
2806 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
2807 This fixes bug #7185.
2808
2809 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
2810
2811 * startup.el (command-line): Search for package directories, and
2812 don't load package.el if none are found.
2813
2814 * emacs-lisp/package.el (describe-package, list-packages):
2815 Call package-initialize if it has not been called yet.
2816
2817 2010-10-30 Alan Mackenzie <acm@muc.de>
2818
2819 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
2820 which fontifies the tail of an enum.
2821 (c-basic-matchers-after): Insert a call to the above new function.
2822 This fixes bug #7264.
2823
2824 2010-10-30 Glenn Morris <rgm@gnu.org>
2825
2826 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
2827 tool-bar-mode, transient-mark-mode. (Bug#7306)
2828 Include the :set property in the dumped Emacs.
2829
2830 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 SMIE: change indent rules format, improve smie-setup.
2833 * emacs-lisp/smie.el (smie-precs-precedence-table)
2834 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
2835 Mark them pure so the tables gets built at compile time.
2836 (smie-bnf-precedence-table): Store the closer-alist in the table.
2837 (smie-prec2-levels): Preserve the closer-alist.
2838 (smie-blink-matching-open): Be more forgiving in case of indentation.
2839 (smie-hanging-p): Rename from smie-indent--hanging-p.
2840 (smie-bolp): Rename from smie-indent--bolp.
2841 (smie--parent, smie--after): New dynamic vars.
2842 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
2843 (smie-indent-rules): Remove.
2844 (smie-indent--offset-rule): Remove fun.
2845 (smie-rules-function): New var.
2846 (smie-indent--rule): New fun.
2847 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
2848 (smie-indent-exps): Use it.
2849 (smie-setup): Setup paren blinking; add keyword args for token
2850 functions; extract closer-alist from op-levels.
2851 (smie-indent-debug-log): Remove var.
2852 (smie-indent-debug): Remove fun.
2853 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
2854 (prolog-smie-rules): New fun to replace it.
2855 (prolog-mode-variables): Simplify.
2856 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
2857 it's setup automatically.
2858 (octave-smie-indent-rules): Remove.
2859 (octave-smie-rules): New fun to replace it.
2860 (octave-mode): Simplify.
2861
2862 2010-10-29 Glenn Morris <rgm@gnu.org>
2863
2864 * files.el (temporary-file-directory): Remove (already defined in C).
2865 * cus-start.el: Add temporary-file-directory.
2866
2867 * abbrev.el (abbrev-mode):
2868 * composite.el (auto-composition-mode):
2869 * menu-bar.el (menu-bar-mode):
2870 * simple.el (transient-mark-mode):
2871 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
2872 that they do not define the associated variables twice.
2873 * simple.el (transient-mark-mode): Remove defvar.
2874 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
2875 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
2876 Handle multiple groups, and also custom-delayed-init-variables.
2877 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2878
2879 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2880
2881 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
2882 (pcase-if): Add one minor optimization.
2883 (pcase-split-equal): Rename from pcase-split-eq.
2884 (pcase-split-member): Rename from pcase-split-memq.
2885 (pcase-u1): Add strings to the member optimization.
2886 Add `guard' variant of predicates.
2887 (pcase-q1): Add string patterns.
2888
2889 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
2892
2893 2010-10-28 Glenn Morris <rgm@gnu.org>
2894
2895 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2896 Move menu-bar related settings to ../menu-bar.el.
2897 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
2898 Move ns-specific settings here from term/ns-win.el.
2899
2900 * simple.el (x-selection-owner-p): Remove unused declaration.
2901
2902 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 * minibuffer.el (completion-cycling): New var (bug#7266).
2905 (minibuffer-complete, completion--do-completion):
2906 Use completion--flush-all-sorted-completions.
2907 (minibuffer-complete): Only cycle if completion-cycling is set.
2908 (completion--flush-all-sorted-completions): Unset completion-cycling.
2909 (minibuffer-force-complete): Set completion-cycling.
2910 (completion-all-sorted-completions): Move declaration before first use.
2911
2912 2010-10-28 Leo <sdl.web@gmail.com>
2913
2914 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
2915 which changes the order of matches seen by users (bug#7231).
2916
2917 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
2918
2919 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2920 Don't confuse -omega as "-o mega".
2921
2922 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2923
2924 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
2925 (log-edit-author): New dynamic var.
2926 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
2927 to return the author if different from committer.
2928 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
2929
2930 * play/landmark.el: Adjust commenting convention.
2931 (lm-nil-score): Rename from nil-score.
2932 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
2933 (OOOOscore): Move into a let in lm-score-trans-table.
2934 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
2935
2936 * electric.el (electric-indent-chars): Autoload.
2937 * progmodes/octave-mod.el (octave-mode):
2938 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
2939 (ruby-mode-abbrev-table): Merge initialization and declaration.
2940
2941 2010-10-27 Glenn Morris <rgm@gnu.org>
2942
2943 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
2944 variable.
2945
2946 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
2947
2948 * term/ns-win.el: Restore require of cl when compiling.
2949 (menu-bar-final-items): Remove non-existent `windows' menu.
2950 (ns-handle-nxopen): Optionally handle the temp-case.
2951 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
2952 (ns-insert-file, ns-find-file): Use `pop'.
2953
2954 2010-10-26 Glenn Morris <rgm@gnu.org>
2955
2956 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
2957
2958 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2959
2960 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
2961 global map.
2962 * term/common-win.el (x-setup-function-keys): Remove most of the
2963 keymappings. Comment on the remaining ones.
2964
2965 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
2966
2967 * server.el (server-port): New option. (Bug#854)
2968 (server-start): Use server-port.
2969
2970 2010-10-26 Glenn Morris <rgm@gnu.org>
2971
2972 * term/ns-win.el (ns-version-string): Remove unused declaration.
2973 (ns-invocation-args): Change to x-invocation-args.
2974 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
2975 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
2976 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
2977 Use x-invocation-args instead of ns-invocation-args.
2978 (ns-initialize-window-system, handle-args-function-alist):
2979 Use x-handle-args instead of ns-handle-args.
2980 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
2981 * startup.el (command-line-ns-option-alist): Replace
2982 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
2983 ns-handle-iconic with the x- equivalents.
2984
2985 * term/common-win.el (x-select-enable-clipboard):
2986 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
2987
2988 * term/ns-win.el: No need to require cl when compiling.
2989 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
2990 (xw-defined-colors): Use the common-win definitions.
2991 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
2992 (ns-handle-iconic): Make it an alias for x-handle-iconic.
2993 * term/common-win.el (x-select-text, x-alternatives-map)
2994 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
2995 * loadup.el [ns]: Load common-win.
2996
2997 2010-10-26 Daiki Ueno <ueno@unixuser.org>
2998
2999 * epa-mail.el (epa-mail-encrypt): Handle local-part only
3000 recipients; expand mail aliases (Bug#7280).
3001
3002 2010-10-25 Glenn Morris <rgm@gnu.org>
3003
3004 * term/common-win.el (x-handle-switch): Simplify with pop.
3005 Optionally handle numeric switches.
3006 (x-handle-numeric-switch): Just call x-handle-switch.
3007 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
3008 (x-handle-name-switch, x-handle-display, x-handle-args):
3009 Simplify with pop.
3010
3011 * term/ns-win.el: Do not require easymenu.
3012 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
3013 <spell>: Move adjustments to menu-bar.el.
3014 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
3015 <separator-undo, spell>: Move ns-win's adjustments here.
3016 * loadup.el [ns]: Do not load easymenu.
3017
3018 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3019
3020 * image.el (image-checkbox-checked, image-checkbox-unchecked):
3021 Delete (Bug#7222).
3022
3023 * startup.el (fancy-startup-tail): Instead of using inline images,
3024 refer to image files from etc/.
3025
3026 * wid-edit.el (checkbox): Likewise.
3027 (widget-image-find): Center image specs.
3028
3029 2010-10-24 Glenn Morris <rgm@gnu.org>
3030
3031 * term/ns-win.el (x-select-text): Doc fix.
3032 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
3033 (x-select-text): Move to term/common-win.
3034 * term/w32-win.el (xw-defined-colors): Move to common-win.
3035 * term/x-win.el (xw-defined-colors, x-alternatives-map)
3036 (x-setup-function-keys, x-select-text): Move to common-win.
3037 * term/common-win.el (x-select-text, x-alternatives-map)
3038 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
3039 definitions here.
3040
3041 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
3042
3043 * net/mairix.el (mairix-searches-mode-map):
3044 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
3045
3046 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
3047
3048 * verilog-mode.el (verilog-directive-re): Make this variable
3049 auto-built for efficiency of execution and updating.
3050 (verilog-extended-complete-re): Support 'pure' fucntion & task
3051 declarations (these have no bodies).
3052 (verilog-beg-of-statement): General cleanup to enable support of
3053 'pure' fucntion & task declarations (these have no bodies).
3054 These efforts together fix Verilog bug210 from veripool; which was also
3055 noticed by Steve Pearlmutter.
3056 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
3057 (verilog-directive-nest-re, verilog-set-auto-endcomments):
3058 Support `elsif. Reported by Shankar Giri.
3059 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
3060 attribute handling for lining up declarations and assignments.
3061 (verilog-beg-of-statement-1): Fix issue where continued declaration
3062 is indented differently if it is after a begin..end clock.
3063 (verilog-in-attribute-p, verilog-skip-backward-comments)
3064 (verilog-skip-forward-comment-p): Support proper treatment of
3065 attributes by indent code. Reported by Jeff Steele.
3066 (verilog-in-directive-p): Fix comment to correctly describe function.
3067 (verilog-backward-up-list, verilog-in-struct-region-p)
3068 (verilog-backward-token, verilog-in-struct-p)
3069 (verilog-in-coverage-p, verilog-do-indent)
3070 (verilog-pretty-declarations): Use verilog-backward-up-list as
3071 wrapper around backward-up-list inorder to properly skip comments.
3072 Reported by David Rogoff.
3073 (verilog-property-re, verilog-endcomment-reason-re)
3074 (verilog-beg-of-statement, verilog-set-auto-endcomments)
3075 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
3076 of if). Reported by Max Bjurling and
3077 (verilog-calc-1): Fix for clocking block in modport
3078 declaration. Reported by Brian Hunter.
3079
3080 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
3081
3082 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
3083 (verilog-gate-keywords, verilog-read-sub-decls)
3084 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
3085 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
3086 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
3087 (verilog-read-decls): Fix spaces in V2K module parameters causing
3088 mis-identification as interfaces, bug287.
3089 (verilog-read-decls): Fix not treating "parameter string" as a
3090 parameter in AUTOINSTPARAM.
3091 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
3092 treating `elsif similar to `endif inside AUTOSENSE.
3093 (verilog-do-indent): Implement correct automatic or static task or
3094 function end comment highlight. Reported by Steve Pearlmutter.
3095 (verilog-font-lock-keywords-2): Fix highlighting of single
3096 character pins, bug264. Reported by Michael Laajanen.
3097 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
3098 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
3099 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
3100 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
3101 (verilog-pretty-expr): Fix interactive arguments, bug272.
3102 Reported by Mark Johnson.
3103 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
3104 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
3105 bug269. Suggested by Gary Delp.
3106 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
3107 (verilog-preprocessor, verilog-set-compile-command):
3108 Create verilog-preprocess and verilog-preprocessor to show
3109 preprocessed output.
3110 (verilog-get-beg-of-line, verilog-get-end-of-line)
3111 (verilog-modi-file-or-buffer, verilog-modi-name)
3112 (verilog-modi-point, verilog-within-string): Move defmacro's
3113 before first use to avoid warning. Reported by Steve Pearlmutter.
3114 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
3115 (verilog-colorize-region, verilog-highlight-buffer)
3116 (verilog-highlight-includes, verilog-highlight-modules)
3117 (verilog-highlight-region, verilog-mode): Rename colorize to
3118 highlight to match other packages. Disable module highlighting,
3119 as received speed complaints, reenable for experimentation only
3120 using new verilog-highlight-modules.
3121 (verilog-read-decls): Fix regexp stack overflow in very large
3122 AUTO_TEMPLATEs, bug250.
3123 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
3124 (verilog-scan): Create verilog-save-buffer-state to standardize
3125 making insignificant changes that shouldn't call hooks.
3126 (verilog-save-no-change-functions, verilog-save-scan-cache)
3127 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
3128 Create verilog-save-no-change-functions to wrap verilog-scan
3129 preservation, and fix to work with nested preserved calls.
3130 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
3131 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
3132 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
3133 (verilog-submit-bug-report): Update variable list to be complete.
3134 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
3135 breaking on-the-fly font-locking.
3136 (verilog-colorize-buffer, verilog-colorize-include-files)
3137 (verilog-colorize-include-files-buffer, verilog-colorize-region)
3138 (verilog-load-file-at-mouse, verilog-load-file-at-point)
3139 (verilog-mode, verilog-read-inst-module-matcher): With point on a
3140 AUTOINST cell instance name, middle mouse button now finds-file on
3141 it. Suggested by Brad Dobbie.
3142 (verilog-alw-get-temps, verilog-auto-reset)
3143 (verilog-auto-sense-sigs, verilog-read-always-signals)
3144 (verilog-read-always-signals-recurse): Fix loop indexes being
3145 AUTORESET. AUTORESET now assumes any variables in the
3146 initialization section of a for() should be ignored.
3147 Reported by Dan Dever.
3148 (verilog-error-font-lock-keywords)
3149 (verilog-error-regexp-emacs-alist)
3150 (verilog-error-regexp-xemacs-alist): Fix error detection of
3151 Cadence HAL, reported by David Asher. Repair drift between the
3152 three similar error variables.
3153 (verilog-modi-lookup, verilog-modi-lookup-cache)
3154 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
3155 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
3156 Fix slow verilog-auto expansion on very large files.
3157 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
3158 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
3159 "{1*2{...". Broke in last revision.
3160 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
3161 submodule connections with replications "{#{a},#{b}}".
3162
3163 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
3164
3165 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
3166 Fix typo in docstring.
3167
3168 2010-10-24 Kenichi Handa <handa@m17n.org>
3169
3170 * face-remap.el (text-scale-adjust): Call read-event with a proper
3171 prompt.
3172
3173 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3174
3175 * emacs-lisp/unsafep.el: Don't mark functions that display
3176 messages as safe. Suggested by Johan Bockgård.
3177
3178 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3179
3180 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
3181 Turn comments into docstrings.
3182
3183 * minibuffer.el (completion--replace): Move point where it belongs
3184 when there's a common suffix (bug#7215).
3185
3186 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3187
3188 Merge read-color and facemenu-read-color (Bug#7242).
3189
3190 * faces.el (read-color): Use the completion code from
3191 facemenu-read-color. Require match in completion. Doc fix.
3192
3193 * facemenu.el (facemenu-read-color): Alias for read-color.
3194 (facemenu-set-foreground, facemenu-set-background):
3195 Use read-color.
3196
3197 * frame.el (set-background-color, set-foreground-color)
3198 (set-cursor-color, set-mouse-color, set-border-color):
3199 Use read-color.
3200
3201 2010-10-24 Leo <sdl.web@gmail.com>
3202
3203 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
3204 argument of delete-file and delete-directory (Bug#7011).
3205
3206 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3207
3208 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
3209 button-buffer-map.
3210
3211 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
3212
3213 * emacs-lisp/package.el (package--generate-package-list): Make the
3214 *Packages* buffer read-only.
3215
3216 2010-10-24 Alan Mackenzie <acm@muc.de>
3217
3218 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
3219 result of `c-beginning-of-decl-1' between invocations of a lambda
3220 function (Bug #7265).
3221
3222 2010-10-24 Daiki Ueno <ueno@unixuser.org>
3223
3224 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
3225 executable is not available on the system (Bug#7268).
3226
3227 2010-10-24 Glenn Morris <rgm@gnu.org>
3228
3229 * select.el (selection-coding-system, next-selection-coding-system):
3230 Sync doc with C versions.
3231
3232 * w32-vars.el (x-select-enable-clipboard):
3233 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
3234 * term/common-win.el (x-select-enable-clipboard): Move here.
3235
3236 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
3237 definition of C variable.
3238
3239 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
3240 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3241 Don't redefine things that are defined in C.
3242 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
3243 (show-trailing-whitespace, auto-hscroll-mode)
3244 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3245 Set up the appropriate custom properties.
3246
3247 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3248
3249 Bind "C-c ]" to ...
3250 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
3251 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
3252 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
3253 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
3254
3255 2010-10-23 Glenn Morris <rgm@gnu.org>
3256
3257 * textmodes/flyspell.el (flyspell-mode): If there was an error,
3258 say what it was.
3259
3260 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
3261 Sync docs with C version.
3262
3263 * term/ns-win.el (xw-defined-colors):
3264 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
3265
3266 * term/pc-win.el (x-select-enable-clipboard):
3267 * term/x-win.el (x-select-enable-clipboard):
3268 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
3269
3270 * comint.el (comint-password-prompt-regexp): Make it less vague.
3271 Bump version.
3272
3273 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
3274
3275 * help.el (finder-by-keyword): Remove unnecessary autoload.
3276
3277 2010-10-22 Glenn Morris <rgm@gnu.org>
3278
3279 * loadup.el: Unconditionally load float-sup.
3280 * paren.el (show-paren-delay):
3281 * emacs-lisp/float-sup.el:
3282 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
3283 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
3284 (lazy-lock-stealth-verbose): Assume float support.
3285 * ps-print.el: Assume float support on Emacs.
3286 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
3287 Remove non-float branch.
3288
3289 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
3290 src/Makefile no longer being pre-processed.
3291
3292 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3293
3294 * emacs-lisp/find-func.el (find-library): Use test-completion.
3295
3296 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3297
3298 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
3299
3300 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
3301
3302 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
3303 space in stat format string.
3304 (tramp-send-command): Unset $PS1 when using here documents, in
3305 order not to get several prompts.
3306 (tramp-get-inline-coding): Return `nil' in case of errors.
3307
3308 2010-10-21 Daiki Ueno <ueno@unixuser.org>
3309
3310 * hexl.el (hexl-mode, hexl-mode-exit):
3311 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
3312 (hexl-revert-buffer-function): New function.
3313 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
3314
3315 2010-10-19 Alan Mackenzie <acm@muc.de>
3316
3317 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
3318 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
3319 that these keywords aren't wrongly matched as identifiers.
3320
3321 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
3322 setting of c-new-BEG and c-new-END from c-before-change to
3323 c-after-change. (Bug#7181)
3324
3325 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
3326
3327 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
3328 Don't mark as safe.
3329
3330 * custom.el (custom-theme-set-variables): Likewise.
3331 (load-theme): Add custom-theme-set-faces and
3332 custom-theme-set-variables to safe-functions while loading.
3333 (custom-enabled-themes): Mark as risky.
3334
3335 2010-10-18 Julien Danjou <julien@danjou.info>
3336
3337 * bindings.el: Remove end dashes in default mode-line-format.
3338
3339 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
3340
3341 * bindings.el (global-map): Bind C-d to delete-char and deletechar
3342 to delete-forward-char.
3343
3344 * simple.el (normal-erase-is-backspace-mode): Remap delete to
3345 deletechar, and hence delete-forward-char.
3346
3347 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3348
3349 * repeat.el (repeat): Use read-key (bug#6256).
3350
3351 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
3352
3353 * emacs-lisp/unsafep.el: Don't mark functions that display
3354 messages as safe. Suggested by Johan Bockgård.
3355
3356 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3357
3358 * minibuffer.el (completion--replace): Move point where it belongs
3359 when there's a common suffix (bug#7215).
3360
3361 2010-10-19 Kenichi Handa <handa@m17n.org>
3362
3363 * international/characters.el: Add category '|' (word breakable)
3364 to fullwidth characters.
3365
3366 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
3367
3368 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
3369 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
3370 order to make stat results a float. Patch by Andreas Schwab
3371 <schwab@linux-m68k.org>.
3372
3373 2010-10-18 Julien Danjou <julien@danjou.info>
3374
3375 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
3376 hidden by `make-pointer-invisible'.
3377
3378 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3379
3380 * files.el (locate-file-completion-table): Strip non-matching elements
3381 before checking length of list (bug#7238).
3382
3383 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
3384
3385 * custom.el (custom-theme-set-variables): Mark as a safe function.
3386 (load-theme): Check forms using unsafep.
3387
3388 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
3389
3390 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
3391
3392 * textmodes/ispell.el (ispell-aspell-find-dictionary):
3393 Fix aspell data file searching (bug#7230).
3394
3395 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
3396
3397 * cus-theme.el (custom-theme--migrate-settings): New var.
3398 (customize-create-theme): Allow editing the `user' theme.
3399 (custom-theme-add-variable, custom-theme-add-var-1)
3400 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
3401 to the front of each variable or face widget.
3402 (custom-theme-write): Save theme settings in the correct order.
3403 Optionally, remove saved settings from user customizations.
3404 (custom-theme-write-variables, custom-theme-write-faces):
3405 Save only the checked widgets.
3406 (customize-themes): Add a link for migrating custom settings.
3407
3408 * custom.el (custom-declare-theme, provide-theme):
3409 Use custom-theme-name-valid-p.
3410 (custom-theme-name-valid-p): Remove checks that are now
3411 unnecessary since themes no longer obey load-path.
3412
3413 * cus-edit.el (custom-variable-value-create): For the simple
3414 style, hide documentation string when hidden.
3415
3416 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
3417
3418 * cus-edit.el (custom-variable, custom-face): Combine the
3419 :inhibit-magic and :display-style properties into a single
3420 :custom-style property.
3421 (custom-toggle-hide-variable, custom-toggle-hide-face):
3422 New functions. If hiding an edited value, save it to :shown-value.
3423 (custom-variable-value-create, custom-face-value-create): Use them.
3424 (custom-magic-reset): Allow magic property to be unset.
3425
3426 * custom.el: Custom themes no longer use load-path.
3427 (custom-theme-load-path): New option. Change built-in theme
3428 directory to etc/.
3429 (custom-enabled-themes): Add custom-theme-load-path dependency.
3430 (custom-theme--load-path): New function.
3431 (load-theme, custom-available-themes): Use it.
3432
3433 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
3434 (customize-themes): Link to custom-theme-load-path variable.
3435 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
3436 :custom-style property.
3437
3438 * themes/*.el: Moved to etc/.
3439
3440 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
3441
3442 * textmodes/reftex-cite.el
3443 (reftex-extract-bib-entries-from-thebibliography): Do not move
3444 point when searching for \bibitem entries. Match entries with
3445 spaces or tabs in front of arguments.
3446
3447 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
3448
3449 * cus-theme.el (customize-create-theme): Delete overlays after
3450 erasing. If given a THEME arg, display only the faces of that arg
3451 instead of custom-theme--listed-faces.
3452 (custom-theme-variable-menu, custom-theme-variable-action)
3453 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
3454 (custom-theme-add-variable, custom-theme-add-face): Apply value
3455 from the theme settings, instead of the current value.
3456 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
3457 (custom-theme-visit-theme): Allow calling outside theme buffers.
3458 (custom-theme-merge-theme): Don't enable the theme when merging.
3459 (custom-theme-write-variables, custom-theme-write-faces): Use the
3460 :shown-value properties to save buffer values, not global ones.
3461 (customize-themes): Display a warning about user customizations.
3462
3463 * cus-edit.el (custom-variable-value-create)
3464 (custom-face-value-create): Obey new special properties
3465 :shown-value and :inhibit-magic.
3466
3467 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
3468
3469 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3470 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
3471 <dale@codefu.org>.
3472
3473 2010-10-14 Kenichi Handa <handa@m17n.org>
3474
3475 * mail/rmail.el (rmail-show-message-1): Catch an error of
3476 base64-decode-region and just show an error message (bug#7165).
3477
3478 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
3479 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
3480 a font-spec (bug#7197).
3481
3482 2010-10-14 Glenn Morris <rgm@gnu.org>
3483
3484 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
3485
3486 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
3487
3488 * international/mule.el (define-coding-system):
3489 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3490 * composite.el (compose-region): Fix typo in docstring.
3491
3492 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
3493
3494 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
3495 only after checking the theme-face property.
3496
3497 * faces.el (face-spec-reset-face): Reset all attributes in one
3498 single call to set-face-attribute.
3499 (face-spec-match-p): Make it a defsubst.
3500 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
3501 (x-create-frame-with-faces, tty-create-frame-with-faces)
3502 (tty-set-up-initial-frame-faces): Don't recompute face specs in
3503 frame-set-background-mode, since they are recomputed immediately
3504 afterwards in face-set-after-frame-default.
3505 (face-set-after-frame-default): Minor optimization.
3506 (cursor): Provide non-trivial defface spec.
3507
3508 * custom.el (custom-theme-recalc-face): Simplify.
3509
3510 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
3511
3512 * calc/calc-alg.el (math-var): Rename from `var'.
3513 (math-is-polynomial, math-is-poly-rec): Replace `var'
3514 with `math-var'.
3515
3516 * calc/calcalg2.el (math-var): Rename from `var'.
3517 (calcFunc-table, math-scan-for-limits): Replace `var'
3518 with `math-var'.
3519
3520 2010-10-13 Glenn Morris <rgm@gnu.org>
3521
3522 * subr.el (last): Deal with dotted lists (reported in bug#7174).
3523
3524 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
3525
3526 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
3527
3528 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3529
3530 * net/tls.el (tls-program): Remove spurious %s from openssl.
3531 (tls-starttls-switches): Remove starttls hack.
3532 (open-tls-stream): Ditto.
3533 (tls-find-starttls-argument): Ditto.
3534
3535 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
3536
3537 * image.el (image-library-alist): Declare as obsolete alias.
3538 (image-type-available-p): Use `dynamic-library-alist'.
3539
3540 * term/w32-win.el (dynamic-library-alist):
3541 Use instead of `image-library-alist'.
3542
3543 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
3544
3545 * subr.el (last): Make it faster. (Bug#7174)
3546
3547 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
3548
3549 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
3550
3551 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
3554 (describe-theme-1): Extract doc from unloaded themes.
3555
3556 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
3557
3558 * themes/tango-theme.el:
3559 * themes/tango-dark-theme.el:
3560 * themes/wheatgrass-theme.el: New files.
3561
3562 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
3563
3564 * cus-theme.el (describe-theme, customize-themes)
3565 (custom-theme-save): New commands.
3566 (custom-new-theme-mode-map): Bind C-x C-s.
3567 (custom-new-theme-mode): Use custom--initialize-widget-variables.
3568 (customize-create-theme): New optional arg THEME.
3569 (custom-theme-revert): Use it.
3570 (custom-theme-visit-theme): Remove dead code.
3571 (custom-theme-merge-theme): Use custom-available-themes.
3572 (custom-theme-write): Make interactive.
3573 (custom-theme-write): Use custom-theme-name-valid-p.
3574 (describe-theme-1, custom-theme-choose-revert)
3575 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
3576 New funs.
3577 (custom-theme-allow-multiple-selections): New option.
3578 (custom-theme-choose-mode): New major mode.
3579
3580 * custom.el (custom-theme-set-variables): Remove dead code.
3581 Obey custom--inhibit-theme-enable.
3582 (custom--inhibit-theme-enable): New var.
3583 (provide-theme): Obey it.
3584 (load-theme): Replace load with manual read/eval, in order to
3585 check for correctness. Use custom-theme-name-valid-p.
3586 (custom-theme-name-valid-p): New function.
3587 (custom-available-themes): Use it.
3588
3589 * cus-edit.el (custom--initialize-widget-variables): New function.
3590 (Custom-mode): Use it.
3591
3592 * cus-face.el (custom-theme-set-faces): Remove dead code.
3593 Obey custom--inhibit-theme-enable.
3594
3595 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
3596
3597 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
3598
3599 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
3600
3601 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
3602
3603 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
3604 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
3605 (mac-right-option-modifier): New alias for ns-right-option-modifier.
3606
3607 * cus-start.el (all): ns-right-alternate-modifier is new.
3608
3609 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3610
3611 * emacs-lisp/lisp.el (lisp-completion-at-point):
3612 Use emacs-lisp-mode-syntax-table for the whole function.
3613
3614 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
3615
3616 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
3617 instead of font-lock-mode before adding keywords.
3618 Remove hi-lock-mode off code. Remove inhibit hack.
3619 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
3620 non-nil; removed hook inhibit hack.
3621
3622 2010-10-12 Glenn Morris <rgm@gnu.org>
3623
3624 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
3625 (load-path-shadows-find): ... to this.
3626 (list-load-path-shadows): Update for above change.
3627
3628 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
3629
3630 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3631
3632 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
3633 Fix comment for declare-function.
3634
3635 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * custom.el (custom-fix-face-spec): New function; code moved from
3638 custom-face-edit-fix-value.
3639 (custom-push-theme): Use it when checking if a face has been
3640 changed outside customize.
3641 (custom-available-themes): New function.
3642 (load-theme): Use it.
3643
3644 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
3645
3646 * custom.el (custom-push-theme): Cleanup (use cond).
3647 (disable-theme): Recompute the saved-face property.
3648 (custom-theme-recalc-face): Follow face alias before setting prop.
3649
3650 * image.el (image-checkbox-checked, image-checkbox-unchecked):
3651 New variables, containing checkbox images.
3652
3653 * startup.el (fancy-startup-tail):
3654 * wid-edit.el (checkbox): Use them.
3655
3656 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3657
3658 * shell.el (shell-mode-map):
3659 * progmodes/modula2.el (m2-mode-map):
3660 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
3661 * play/mpuz.el (mpuz-mode-map):
3662 * play/landmark.el (lm-mode-map):
3663 * play/decipher.el (decipher-mode-map):
3664 * play/5x5.el (5x5-mode-map):
3665 * net/telnet.el (telnet-mode-map):
3666 * net/quickurl.el (quickurl-list-mode-map):
3667 * net/mairix.el (mairix-searches-mode-map):
3668 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
3669 * net/dig.el (dig-mode-map):
3670 * mail/mspools.el (mspools-mode-map):
3671 * hexl.el (hexl-mode-map):
3672 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
3673 (wordstar-C-o-map, wordstar-C-q-map):
3674 * emacs-lisp/edebug.el (edebug-eval-mode-map):
3675 * emacs-lisp/chart.el (chart-map):
3676 * edmacro.el (edmacro-mode-map):
3677 * erc/erc-list.el (erc-list-menu-mode-map):
3678 * array.el (array-mode-map): Declare and define in one step.
3679
3680 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
3681
3682 2010-10-10 Daiki Ueno <ueno@unixuser.org>
3683
3684 * epa.el (epa-passphrase-callback-function): Display filename
3685 passed as the 3rd arg.
3686 * epa-file.el (epa-file-passphrase-callback-function):
3687 Pass filename to epa-passphrase-callback-function.
3688
3689 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
3690
3691 * cus-edit.el (custom-face-widget-to-spec)
3692 (custom-face-get-current-spec, custom-face-state): New functions.
3693 (custom-face-set, custom-face-mark-to-save)
3694 (custom-face-value-create, custom-face-state-set): Use them.
3695
3696 * cus-theme.el (custom-theme--listed-faces): New var.
3697 (customize-create-theme): Use *Custom Theme* as the buffer name.
3698 Set revert-buffer-function. Optional arg BUFFER. Insert all
3699 faces listed in custom-theme--listed-faces.
3700 (custom-theme-revert): New function.
3701 (custom-theme-add-variable, custom-theme-add-face): Insert at the
3702 bottom of the list.
3703 (custom-theme-write): Prompt for theme name if empty.
3704 (custom-theme-write-variables): Use dolist.
3705 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
3706
3707 2010-10-09 Alan Mackenzie <acm@muc.de>
3708
3709 Enhance fontification of declarators to take account of the
3710 presence/absence of "typedef".
3711
3712 * cc-engine.el (c-forward-type): New &optional param
3713 "brace-block-too".
3714 (c-forward-decl-or-cast-1): cdr of return value now indicates the
3715 presence of either or both of a "struct"-like keyword and "typedef".
3716
3717 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
3718 fontification of declarators which follow a "}".
3719 (c-font-lock-declarations): Fontify declarators according to the
3720 presence/absence of "typedef".
3721
3722 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
3723 for "typedef".
3724 (c-typedef-decl-key): New lang variable built from
3725 c-typedef-decl-kwds.
3726
3727 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3728
3729 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
3730 since that's too annoying. Move the filter groups commands to
3731 TAB/backtab.
3732
3733 * epa.el (epa-passphrase-callback-function): Say what we're
3734 querying the password for.
3735
3736 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
3737 behaviour, don't bury the ibuffer buffer when visiting other buffers.
3738
3739 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
3740
3741 * cus-edit.el (custom-commands, custom-buffer-create-internal)
3742 (custom-magic-value-create): Pad button tags with spaces.
3743 (custom-face-edit): New variable.
3744 (custom-face-value-create): Determine whether to use the usual
3745 face editor here, instead of using custom-face-selected.
3746 Pass face defaults to custom-face-edit widget.
3747 (custom-face-selected, custom-display-unselected): Delete widgets.
3748 (custom-display-unselected-match): Function removed.
3749 (custom-face-set, custom-face-mark-to-save):
3750 Accept custom-face-edit widgets as the direct widget child.
3751
3752 * wid-edit.el (widget--completing-widget): New var.
3753 (widget-default-complete): Bind it when doing completion.
3754 (widget-string-complete, widget-file-complete): Use it.
3755
3756 2010-10-09 Glenn Morris <rgm@gnu.org>
3757
3758 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
3759 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
3760 (holiday-hebrew-misc): Small simplifications.
3761
3762 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
3763
3764 * net/browse-url.el: Don't require thingatpt, term, dired,
3765 executable, or w3-auto when compiling.
3766 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
3767 Declare.
3768 (browse-url-text-emacs): Require term.
3769
3770 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
3771
3772 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
3773
3774 2010-10-08 Glenn Morris <rgm@gnu.org>
3775
3776 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
3777
3778 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
3779 (shadows-compare-text-p): Make it an obsolete alias for...
3780 (load-path-shadows-compare-text): ... new name.
3781 (find-emacs-lisp-shadows): Update for above name change.
3782 (load-path-shadows-same-file-or-nonexistent): New name for the old
3783 shadow-same-file-or-nonexistent.
3784
3785 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
3786
3787 * minibuffer.el (completion--some, completion--do-completion)
3788 (minibuffer-complete-and-exit, minibuffer-completion-help)
3789 (completion-basic-try-completion)
3790 (completion-basic-all-completions)
3791 (completion-pcm--find-all-completions): Use lexical-let to
3792 avoid some false matches in variable completion (Bug#7056)
3793
3794 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
3795
3796 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
3797
3798 2010-10-08 Leo <sdl.web@gmail.com>
3799
3800 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
3801 return non-nil if the file exists (Bug#7090).
3802
3803 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 * minibuffer.el (completion--replace):
3806 Better preserve markers (bug#7138).
3807
3808 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
3809
3810 * server.el (server-process-filter): Doc fix.
3811
3812 2010-10-08 Drew Adams <drew.adams@oracle.com>
3813
3814 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
3815
3816 2010-10-08 Glenn Morris <rgm@gnu.org>
3817
3818 * vc/ediff-wind.el (ediff-setup-control-frame):
3819 * vc/ediff-ptch.el (ediff-default-backup-extension):
3820 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
3821 (ediff-exec-process): Remove system-types emx, windows-95.
3822
3823 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
3824
3825 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
3826
3827 * cus-edit.el (custom-variable, custom-face): Doc fix.
3828 (custom-face-edit): Add value-create attribute.
3829 (custom-face-edit-value-create)
3830 (custom-face-edit-value-visibility-action): New functions.
3831 Hide unused face attributes by default, and add a visibility toggle.
3832 (custom-face-edit-deactivate): Show empty values with shadow face.
3833 (custom-face-selected): Only use this for face specs with default
3834 attributes.
3835 (custom-face-value-create): Cleanup.
3836
3837 * wid-edit.el (widget-checklist-value-create): Use dolist.
3838 (widget-checklist-match-find): Make second arg optional.
3839
3840 2010-10-07 Glenn Morris <rgm@gnu.org>
3841
3842 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
3843 Prefix things.
3844
3845 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
3846 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
3847 load-path-shadows-mode, update references.
3848 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
3849 Rename variable and button.
3850 (list-load-path-shadows): Update button caller.
3851
3852 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3853
3854 * emacs-lisp/smie.el (smie-bnf-classify): New function.
3855 (smie-bnf-precedence-table): Use it to remember the closers/openers.
3856 (smie-merge-prec2s): Handle those new entries.
3857 (smie-prec2-levels): Only set precedence to nil for actual
3858 openers/closers.
3859 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
3860 that is now unnecessary.
3861
3862 2010-10-07 Miles Bader <miles@gnu.org>
3863
3864 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
3865
3866 2010-10-07 Glenn Morris <rgm@gnu.org>
3867
3868 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
3869 (mail-position-on-field): Remove declarations.
3870 (mail-position-on-field): Autoload it.
3871 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
3872 and mail-header-end. Don't require sendmail.
3873
3874 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
3875 (shadow-mode): New mode.
3876 (shadow-find-file): New button.
3877 (list-load-path-shadows): Use shadow-mode and buttons.
3878
3879 * iimage.el (iimage-version): Remove.
3880 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
3881 Turn into defcustoms.
3882 (iimage-mode-map): Give it a doc string.
3883
3884 * calendar/appt.el (appt-activate): Give a warning rather than an error
3885 if there is no diary-file.
3886
3887 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
3888
3889 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3890 Use `tramp-handle-find-backup-file-name'.
3891
3892 2010-10-06 Glenn Morris <rgm@gnu.org>
3893
3894 * font-core.el (font-lock-defaults-alist): Remove variable.
3895 (font-lock-mode): Doc fix.
3896 (font-lock-default-function): Do not consult font-lock-defaults-alist.
3897 * font-lock.el (font-lock-refresh-defaults): Doc fix.
3898 (font-lock-set-defaults): Doc fix.
3899 Do not consult font-lock-defaults-alist.
3900
3901 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
3902
3903 * emacs-lisp/cl.el: No longer provide cl-19.
3904
3905 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
3906
3907 * net/tramp.el (tramp-handle-directory-files-and-attributes)
3908 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
3909 New defuns, taken from tramp-smb.el.
3910 (tramp-coding-system-change-eol-conversion)
3911 (tramp-set-process-query-on-exit-flag): Remove.
3912
3913 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
3914 (tramp-compat-coding-system-change-eol-conversion)
3915 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
3916 from tramp.el.
3917
3918 * net/tramp-gvfs.el:
3919 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
3920 by `tramp-compat-set-process-query-on-exit-flag'.
3921
3922 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
3923 Use `tramp-handle-directory-files-and-attributes',
3924 `tramp-handle-file-exists-p' and
3925 `tramp-handle-file-newer-than-file-p'.
3926 (tramp-imap-handle-file-exists-p)
3927 (tramp-imap-handle-file-executable-p)
3928 (tramp-imap-handle-file-readable-p)
3929 (tramp-imap-handle-directory-files-and-attributes)
3930 (tramp-imap-handle-file-newer-than-file-p): Remove.
3931
3932 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
3933 by `tramp-compat-set-process-query-on-exit-flag' and
3934 `tramp-coding-system-change-eol-conversion' by
3935 `tramp-compat-coding-system-change-eol-conversion'.
3936
3937 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3938 Use `tramp-handle-directory-files-and-attributes',
3939 `tramp-handle-file-exists-p' and
3940 `tramp-handle-file-newer-than-file-p'.
3941 (tramp-smb-handle-directory-files-and-attributes)
3942 (tramp-smb-handle-file-exists-p)
3943 (tramp-smb-handle-file-newer-than-file-p): Remove.
3944 (tramp-smb-maybe-open-connection):
3945 Replace `tramp-set-process-query-on-exit-flag' by
3946 `tramp-compat-set-process-query-on-exit-flag'.
3947
3948 2010-10-05 Glenn Morris <rgm@gnu.org>
3949
3950 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
3951
3952 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
3953
3954 Continue reorganization of load dependencies. (Bug#7156)
3955
3956 * net/tramp.el (tramp-handle-file-local-copy-hook)
3957 (tramp-delete-temp-file-function): Move down.
3958 (tramp-exists-file-name-handler): Move up.
3959 (tramp-register-file-name-handlers): Simplify autoload.
3960 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
3961 (tramp-handle-directory-files, tramp-handle-dired-uncache)
3962 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
3963 (tramp-handle-file-name-completion)
3964 (tramp-handle-file-name-directory)
3965 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
3966 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
3967 (tramp-handle-find-backup-file-name)
3968 (tramp-handle-insert-file-contents, tramp-handle-load)
3969 (tramp-handle-substitute-in-file-name)
3970 (tramp-handle-unhandled-file-name-directory)
3971 (tramp-mode-string-to-int, tramp-local-host-p)
3972 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
3973
3974 * net/tramp-gvfs.el (top):
3975 * net/tramp-smb.el (top): Do not require 'tramp-sh.
3976
3977 * net/tramp-sh.el (all): Move several objects to tramp.el, see
3978 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
3979
3980 2010-10-04 Glenn Morris <rgm@gnu.org>
3981
3982 * calendar/appt.el (appt-add): Ensure reminders are enabled.
3983 (appt-activate): Give status messages.
3984
3985 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
3986
3987 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
3988 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
3989 `gnutls-negotiate' (formerly `starttls-negotiate').
3990 Remove trivial wrapper `starttls-open-stream'.
3991
3992 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3993
3994 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
3995 log-outgoing commands.
3996 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
3997 to create a buffer local revert-buffer-function variable.
3998 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
3999 revert-buffer-function lambda.
4000
4001 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
4002
4003 * net/gnutls.el (starttls-negotiate): Use the plist interface to
4004 `gnutls-boot'. Make TYPE the only required parameter.
4005 Allow TRUSTFILES and KEYFILES to be lists.
4006 (open-ssl-stream): Use it.
4007
4008 2010-10-03 Glenn Morris <rgm@gnu.org>
4009
4010 * subr.el (directory-sep-char): Remove obsolete variable.
4011 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
4012 it is "necessary".
4013
4014 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
4015 * vc/vc.el (vc-static-header-alist): Doc fix.
4016 * vc/vc-cvs.el (vc-cvs-header):
4017 * vc/vc-rcs.el (vc-rcs-header):
4018 * vc/vc-sccs.el (vc-sccs-header):
4019 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
4020 * obsolete/vc-mcvs.el (vc-mcvs-header):
4021 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
4022 on XEmacs.
4023
4024 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4025
4026 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4027 Remove obsolete use of binary-overwrite-mode (Bug#7001).
4028
4029 2010-10-03 Glenn Morris <rgm@gnu.org>
4030
4031 * obsolete/x-menu.el: Remove file, obsolete since 21.1
4032
4033 * textmodes/rst.el (rst-font-lock-keywords-function):
4034 Drop Emacs 20 code.
4035
4036 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
4037
4038 * printing.el: Drop Emacs 20 code.
4039
4040 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
4041 without having used appt.el already).
4042
4043 * subr.el (make-local-hook): Remove function obsolete since 21.1.
4044 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
4045 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
4046 XEmacs.
4047 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
4048 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
4049
4050 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
4051 (charset-width, find-charset-region, chars-in-region, forward-point)
4052 (encode-coding-string, coding-system-p, ccl-execute-on-string)
4053 (define-ccl-program, multibyte-string-p, string-make-multibyte):
4054 Remove compatibility cruft (none of these are used by ps*.el).
4055
4056 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
4057
4058 * subr.el (booleanp): Return t instead of a list (Bug#7086).
4059
4060 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4061
4062 * server.el (server-process-filter, server-return-error):
4063 Give emacsclient time to shut down after receiving an error string.
4064
4065 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
4066
4067 * files.el (remote-file-name-inhibit-cache): New defcustom.
4068
4069 * time.el (display-time-file-nonempty-p):
4070 Use `remote-file-name-inhibit-cache'.
4071
4072 * net/tramp.el (tramp-completion-reread-directory-timeout):
4073 Fix docstring.
4074
4075 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
4076 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
4077 `remote-file-name-inhibit-cache'. Check also for an integer
4078 value. Add/increase counter when `tramp-verbose' >= 10.
4079 (tramp-set-file-property): Add/increase counter when
4080 `tramp-verbose' >= 10.
4081
4082 * net/tramp-cmds.el (tramp-cleanup-all-connections)
4083 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
4084 (tramp-bug): Set tramp-autoload cookie. Report all interned
4085 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
4086 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
4087 characters only in strings.
4088
4089 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
4090 to backward compatibility.
4091
4092 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
4093 (tramp-handle-file-name-all-completions)
4094 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
4095 (tramp-open-connection-setup-interactive-shell):
4096 Call `tramp-cleanup-connection' directly.
4097
4098 2010-10-02 Glenn Morris <rgm@gnu.org>
4099
4100 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
4101
4102 * subr.el (char-bytes): Remove obsolete function.
4103
4104 * isearch.el (isearch-return-char): Remove obsolete function.
4105
4106 * mouse.el: No longer provide mldrag.
4107 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
4108 Remove obsolete aliases.
4109
4110 * comint.el (comint-kill-output): Remove obsolete alias.
4111
4112 * composite.el (decompose-composite-char): Remove obsolete function.
4113 * ps-def.el (decompose-composite-char): Remove unused function.
4114
4115 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
4116
4117 * outline.el (outline-visible): Remove obsolete function.
4118
4119 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4120 * faces.el (internal-find-face, internal-get-face)
4121 (frame-update-faces, frame-update-face-colors)
4122 (x-frob-font-weight, x-frob-font-slant)
4123 (internal-frob-font-weight, internal-frob-font-slant)
4124 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4125 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4126 (x-make-font-bold-italic): Remove functions and aliases, obsolete
4127 since Emacs 21.1.
4128 * emulation/viper-util.el (viper-get-face):
4129 * obsolete/lucid.el (find-face, get-face): Use facep.
4130 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
4131 Remove unused functions.
4132 * vc/ediff-util.el (ediff-submit-report): Doc fix.
4133
4134 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
4135 delete tempfile if interrupted during compilation.
4136
4137 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4138
4139 * net/tls.el (tls-starttls-switches): Give up on using starttls with
4140 gnutls-cli.
4141 (tls-program): Add --insecure to be consistent with the defaults from
4142 openssl s_client. Now all three commands are insecure.
4143
4144 2010-10-01 Eli Zaretskii <eliz@gnu.org>
4145
4146 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
4147 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
4148 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
4149
4150 2010-10-01 Glenn Morris <rgm@gnu.org>
4151
4152 * obsolete/sc.el: Remove file.
4153
4154 * files.el (temporary-file-directory): On darwin, also try
4155 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
4156
4157 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
4158
4159 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
4160 Let's not break compatibility gratuitously, shall we?
4161
4162 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4163
4164 * net/tls.el (tls-starttls-switches): New variable.
4165 (tls-find-starttls-argument): Use it.
4166 (open-tls-stream): Ditto.
4167
4168 * net/netrc.el (netrc-credentials): Return the value of the "default"
4169 entry.
4170 (netrc-machine): Ditto.
4171
4172 2010-09-30 Eli Zaretskii <eliz@gnu.org>
4173
4174 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
4175
4176 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
4177
4178 * server.el (server-start): Don't write pid to the authentication file.
4179 (server-create-tty-frame): Don't send pid.
4180 (server-process-filter): Send pid at the start of every connection.
4181
4182 2010-09-30 Glenn Morris <rgm@gnu.org>
4183
4184 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
4185 (show-all-diary-entries): Remove obsolete function aliases.
4186
4187 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
4188 Remove options, obsolete since 22.1.
4189 (appt-display-format, appt-display-message):
4190 Remove backwards-compatibility code.
4191 (appt-check): No longer check appt-issue-message.
4192 (appt-make-list): No longer autoload it. Doc fix. No longer
4193 activate the package.
4194
4195 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4196
4197 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
4198 (starttls-negotiate): Just call boot, and let the handshake be
4199 triggered from the read loop.
4200
4201 2010-09-29 Glenn Morris <rgm@gnu.org>
4202
4203 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
4204 not displaying the diary.
4205 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
4206 * calendar/appt.el (appt-check): No longer need to kill diary.
4207
4208 * calendar/diary-lib.el (diary-list-entries): Move the
4209 "Preparing..." message entirely here.
4210 (diary-simple-display, diary-fancy-display): Move "Preparing..."
4211 messages to diary-list-entries.
4212 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
4213 diary-display-function.
4214
4215 * calendar/diary-lib.el (diary-include-other-diary-files):
4216 Trap some recursive includes.
4217
4218 * calendar/appt.el (appt-activate): Check diary file.
4219
4220 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4221
4222 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4223 construction.
4224
4225 * calendar/time-date.el: No need to require cl for Emacs 21.
4226
4227 2010-09-28 Glenn Morris <rgm@gnu.org>
4228
4229 * calendar/appt.el (appt-check): Minor simplification.
4230
4231 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4232
4233 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
4234 citation prefix.
4235
4236 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
4237
4238 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4239 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
4240
4241 2010-09-27 Kenichi Handa <handa@m17n.org>
4242
4243 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
4244 "ustar" format.
4245
4246 2010-09-27 Kenichi Handa <handa@m17n.org>
4247
4248 * international/mule.el (define-coding-system): Docstring fixed.
4249
4250 * international/mule-diag.el (describe-character-set): Use princ
4251 with proper print-length and print-level instead of insert.
4252
4253 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4254
4255 * window.el (walk-windows): Doc fix (bug#7105).
4256
4257 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4258
4259 * emacs-lisp/float-sup.el (e): Remove.
4260
4261 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4262
4263 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
4264 variable.
4265 (starttls-negotiate): Use it.
4266
4267 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4268
4269 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
4270 back.
4271
4272 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4273
4274 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
4275
4276 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4277
4278 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
4279
4280 * net/netrc.el (netrc-store-data): New function.
4281
4282 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
4283
4284 * net/gnutls.el: GnuTLS glue code to set up a connection.
4285
4286 2010-09-25 Julien Danjou <julien@danjou.info>
4287
4288 * notifications.el: Call dbus-register-signal only if it is bound.
4289
4290 2010-09-25 Glenn Morris <rgm@gnu.org>
4291
4292 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4293 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4294 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4295 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4296 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4297 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
4298 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
4299 * eshell/esh-util.el, eshell/esh-var.el:
4300 Remove leading `*' from docs of faces and defcustoms.
4301
4302 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
4303
4304 * eshell/em-ls.el (eshell-ls-archive-regexp):
4305 * eshell/esh-util.el (eshell-tar-regexp):
4306 * ibuffer.el (ibuffer-compressed-file-name-regexp):
4307 * info.el (Info-suffix-list):
4308 * international/mule.el (auto-coding-alist):
4309 * woman.el (woman-file-regexp, woman-file-compression-regexp):
4310 * progmodes/etags.el (tags-compression-info-list):
4311 Support xz compression.
4312
4313 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
4314
4315 * files.el (get-free-disk-space): Don't assume the "df" output
4316 columns line up (Bug#6995).
4317
4318 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
4319
4320 * finder.el (finder-unknown-keywords):
4321 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
4322 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
4323
4324 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
4325
4326 * server.el (server-start): Revert part of 2010-08-08 change. Using
4327 address 127.0.0.1 for local host is now done in Fmake_network_process.
4328
4329 2010-09-24 Glenn Morris <rgm@gnu.org>
4330
4331 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
4332 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
4333 * textmodes/css-mode.el, textmodes/dns-mode.el:
4334 Move autoloaded auto-mode-alist entries to files.el.
4335 * files.el (auto-mode-alist): Move entries here.
4336
4337 2010-09-23 Glenn Morris <rgm@gnu.org>
4338
4339 * isearch.el (isearch-lazy-highlight-cleanup)
4340 (isearch-lazy-highlight-initial-delay)
4341 (isearch-lazy-highlight-interval)
4342 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
4343 * net/net-utils.el (ipconfig-program-options):
4344 Move aliases to options before the associated definitions.
4345
4346 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4347
4348 * newcomment.el (comment-normalize-vars): Better test validity of
4349 comment-end-skip.
4350
4351 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
4354 (float-e): New name for `e'.
4355 (degrees-to-radians, radians-to-degrees):
4356 * calendar/solar.el (solar-longitude):
4357 * calculator.el (calculator-registers, calculator-funcall):
4358 * textmodes/artist.el (artist-spray-random-points):
4359 * play/bubbles.el (bubbles--initialize-images): Use new names.
4360
4361 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
4362
4363 Update to CEDET 1.0's version of EIEIO.
4364
4365 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
4366 New function.
4367 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
4368 (eieio-default-eval-maybe): Eval val instead of unquoting only.
4369 (class-precedence-list): If class is nil, return nil.
4370 (eieio-generic-call): If class of first input arg is nil, don't
4371 look up static methods, and do check for primary methods.
4372 (initialize-instance): See if the default needs to be evaluated
4373 during the constructor.
4374 (eieio-perform-slot-validation-for-default): Don't do the check
4375 for values that will eventually be evaluated.
4376 (eieio-eval-default-p): New function.
4377 (eieio-default-eval-maybe): Use it.
4378
4379 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
4380
4381 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
4382 method-invocation-order.
4383 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
4384 (eieio-class-precedence-dfs): Compute class precedence list using
4385 dfs algorithm.
4386 (eieio-class-precedence-bfs): Compute class precedence list using
4387 bfs algorithm.
4388 (eieio-class-precedence-c3): Compute class precedence list using
4389 c3 algorithm.
4390 (class-precedence-list): New function.
4391 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
4392 (inconsistent-class-hierarchy): New error symbol.
4393 (call-next-method): Stow the replacement argument list for future
4394 call-next-method invocations.
4395
4396 2010-09-23 Glenn Morris <rgm@gnu.org>
4397
4398 * calendar/appt.el (appt-check): If not displaying the diary,
4399 use (diary 1) to only get the entries we need.
4400 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
4401 that it is in day order. (Bug#7019)
4402
4403 * calendar/appt.el (appt-check): Rather than showing the diary,
4404 just turn off invisible display, and only if needed.
4405
4406 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
4407
4408 2010-09-23 Glenn Morris <rgm@gnu.org>
4409
4410 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4411 (byte-compile-defvar, byte-compile-cl-warn):
4412 Start warnings with lower-case, like the majority.
4413
4414 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
4415
4416 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
4417
4418 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
4419 * files.el (auto-mode-alist): Move ld-script entries here, further down
4420 the list.
4421
4422 * vc/add-log.el: Don't require timezone when compiling.
4423 (timezone-make-date-sortable): Autoload it.
4424 (change-log-sortable-date-at): Don't require timezone.
4425 Use `ignore-errors'.
4426
4427 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4428 Move alias before definition, so it does not need autoloading.
4429
4430 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
4431 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
4432 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
4433 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
4434 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
4435 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
4436 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
4437 * textmodes/tex-mode.el, textmodes/two-column.el:
4438 Remove leading `*' from docs of defcustoms etc.
4439
4440 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
4441
4442 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
4443
4444 2010-09-22 Dan Christensen <jdc@uwo.ca>
4445
4446 * calendar/time-date.el (date-to-time): Try using parse-time-string
4447 first before using the slower timezone-make-date-arpa-standard.
4448
4449 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4450
4451 * calendar/time-date.el (format-seconds): Comment fix.
4452
4453 2010-09-22 Glenn Morris <rgm@gnu.org>
4454
4455 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
4456 is not automatically buffer-local.
4457
4458 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4459
4460 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
4461 (smie-indent-comment): Be more careful with comment-start-skip.
4462 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
4463 (smie-indent-functions): Use them.
4464
4465 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
4466
4467 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
4468
4469 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
4470
4471 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
4472 tool-bar-position. Don't modify frame parameters here.
4473 (menu-bar-options-save): Add tool-bar-position.
4474
4475 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
4476
4477 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4478
4479 * textmodes/reftex-parse.el (reftex-what-macro)
4480 (reftex-context-substring): Let-bind forward-sexp-function to nil
4481 since we don't need/want to treat \begin...\end as a block (bug#7053).
4482
4483 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
4484
4485 * simple.el (blink-matching-open): Use syntax-class.
4486
4487 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
4488 Set invisibility spec for pascal's outline mode.
4489 (pascal-outline-change): Clean up calling convention.
4490 (pascal-show-all, pascal-hide-other-defuns): Update callers.
4491
4492 * progmodes/prolog.el (prolog-smie-forward-token)
4493 (prolog-smie-backward-token): New functions.
4494 (prolog-mode-variables): Use them to parse "!," correctly.
4495 Set up smie-blink-matching for ".".
4496
4497 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
4498 and `end'.
4499 (ispell-region, ispell-process-line): Update users.
4500
4501 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
4502 point-min==1.
4503
4504 * textmodes/ispell.el: Fix commenting convention.
4505 (ispell-parse-output): Simplify, use push.
4506 (ispell-region): Use match-string-no-properties.
4507 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
4508 (ispell-minor-mode): Use define-minor-mode.
4509 (ispell-message): Remove unused var `skip-regexp'.
4510 (ispell-add-per-file-word-list): Use dynamic let-binding.
4511 Try and use the proper comment marker.
4512
4513 * mail/sendmail.el: Fix commenting convention.
4514 (sendmail-send-it): Use line-beginning-position.
4515
4516 * help-fns.el (describe-variable): Add original value, if applicable.
4517
4518 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
4519
4520 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
4521
4522 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
4523
4524 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4525
4526 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
4527 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
4528 (smie-prec2-levels): Use them to better diagnose precedence cycles.
4529 (smie-blink-matching-check): Don't signal a mismatch if car is t.
4530 (smie-blink-matching-open): Rewrite to remove assumptions, so that
4531 something like "." can also be a closer.
4532 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
4533 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
4534 Rename internal functions to use "--". Update callers.
4535
4536 * frame.el (make-frame-names-alist): Don't list frames on other displays.
4537
4538 * fringe.el (fringe-styles): New var.
4539 (fringe-mode, fringe-query-style): Use it.
4540
4541 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
4542
4543 * progmodes/sql.el: Version 2.8
4544 (sql-login-params): Update widget structure; changes still needed.
4545 (sql-product-alist): Add :list-all and :list-table features for
4546 SQLite, Postgres and MySQL products.
4547 (sql-redirect): Handle default value.
4548 (sql-execute, sql-execute-feature): New functions.
4549 (sql-read-table-name): New function.
4550 (sql-list-all, sql-list-table): New functions. User API.
4551 (sql-mode-map, sql-interactive-mode-map): Add key definitions
4552 for above functions.
4553 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
4554 for above functions.
4555 (sql-postgres-login-params): Add user and database defaults.
4556 (sql-buffer-live-p): Bug fix.
4557 (sql-product-history): New variable.
4558 (sql-read-product): New function. Use it.
4559 (sql-set-product, sql-product-interactive): Use it.
4560 (sql-connection-history): New variable.
4561 (sql-read-connection): New function. Use it.
4562 (sql-connect): New function.
4563 (sql-for-each-login): Redesign function interface.
4564 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
4565 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
4566 (sql-comint): Check for program. Existing live buffer.
4567 (sql-comint-postgres): Add port parameter.
4568
4569 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4570
4571 * emacs-lisp/warnings.el: Fix commenting convention.
4572 (display-warning): Use special mode and make the buffer read-only.
4573
4574 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
4575
4576 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
4577 empty string when it follows a repeated or optional pattern.
4578
4579 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 * indent.el (indent-according-to-mode): Apply syntax-propertize.
4582 (indent-region): Use indent-according-to-mode.
4583
4584 2010-09-18 Eli Zaretskii <eliz@gnu.org>
4585
4586 * fringe.el (fringe-mode): Doc fix.
4587
4588 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4589
4590 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
4591 refreshing the preview buffer.
4592
4593 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4594
4595 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
4596 (latex-syntax-propertize-rules): New consts; replace
4597 tex-font-lock-syntactic-keywords.
4598 (tex-env-mark, latex-env-before-change): New functions.
4599 (latex-electric-env-pair-mode): New minor mode.
4600 (tex-font-lock-verb): Change arguments; do move point.
4601 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
4602 representation as a form of comment.
4603 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
4604 (doctex-syntax-propertize-rules): New const; replaces
4605 doctex-font-lock-syntactic-keywords.
4606 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
4607
4608 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
4609 (fortran-make-syntax-propertize-function): New function; replaces
4610 fortran-font-lock-syntactic-keywords.
4611 (fortran-mode): Use it.
4612 (fortran-line-length): Use it. Improve interactive spec.
4613
4614 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
4615 (syntax-propertize-rules): Add var-ref case. Fix offset computation
4616 when adding surrounding \(..\).
4617
4618 * progmodes/js.el (js-mode): Fix last change (bug#7054).
4619
4620 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
4623 Use with-current-buffer.
4624
4625 * isearch.el (isearch-face): Rename from `isearch'.
4626 (isearch-highlight): Use new name.
4627
4628 2010-09-17 Eli Zaretskii <eliz@gnu.org>
4629
4630 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
4631 5, for `half' width fringes. (Bug#6933)
4632
4633 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4634
4635 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4636 (byte-compile-defvar): "foo/bar" does not lack a prefix.
4637
4638 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
4639
4640 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
4641
4642 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
4643 in calculating new frame position. Add more space between new and
4644 parent on the left (Bug#7048).
4645
4646 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
4647
4648 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
4649 defmacro.
4650
4651 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
4652
4653 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
4654
4655 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
4656 obsolete alias for x-selection-value.
4657
4658 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
4659
4660 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
4661
4662 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
4663 cookie.
4664
4665 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
4666
4667 * net/tramp-compat.el (tramp-compat-with-temp-message)
4668 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
4669 (tramp-compat-process-put): New defuns.
4670
4671 * net/tramp.el (top):
4672 * net/tramp-gvfs.el (top):
4673 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
4674
4675 * net/tramp.el (tramp-progress-reporter-update):
4676 Use `tramp-compat-funcall'.
4677
4678 * net/tramp.el (tramp-process-actions):
4679 * net/tramp-gvfs.el (tramp-handle-vc-registered):
4680 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
4681 (tramp-get-remote-stat, tramp-get-remote-readlink):
4682 Use `tramp-compat-with-temp-message'.
4683
4684 * net/tramp-sh.el (top): Require 'cl.
4685 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
4686 (tramp-open-connection-setup-interactive-shell):
4687 Use `tramp-compat-process-put'.
4688
4689 2010-09-15 Alan Mackenzie <acm@muc.de>
4690
4691 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
4692 indentation.
4693 (c-forward-<>-arglist-recur): Fix an infinite recursion.
4694
4695 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4698 `lexical' for warnings related to lexical scoping.
4699 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
4700 global vars which don't have a prefix and could hence affect lexical
4701 scoping in unrelated files.
4702
4703 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4704
4705 * net/imap.el: Revert back to version
4706 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4707 seem problematic.
4708
4709 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
4710
4711 * obsolete/old-whitespace.el (whitespace-unload-function):
4712 Explicitly pass `obarray' to `unintern' to avoid a warning.
4713
4714 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
4717 Add `when' argument. Update callers.
4718
4719 * subr.el (unintern): Declare the obarray arg mandatory.
4720
4721 2010-09-14 Glenn Morris <rgm@gnu.org>
4722
4723 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
4724 Doc fixes.
4725
4726 * calendar/diary-lib.el (diary-included-files): New variable.
4727 (diary-list-entries): Maybe initialize diary-included-files.
4728 (diary-include-other-diary-files): Append to diary-included-files.
4729 * calendar/appt.el (appt-update-list): Also check the members of
4730 diary-included-files. (Bug#6999)
4731 (appt-check): Doc fix.
4732
4733 2010-09-14 David Reitter <david.reitter@gmail.com>
4734
4735 * simple.el (line-move-visual): Do not truncate goal column to
4736 integer size. (Bug#7020)
4737
4738 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 * repeat.el (repeat): Allow repeating when the last event is a click.
4741 Suggested by Drew Adams (bug#6256).
4742
4743 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
4744
4745 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
4746 Replace setting HGRCPATH to "" by some less invasive --config options.
4747
4748 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4749
4750 * font-lock.el (font-lock-beginning-of-syntax-function):
4751 Mark as obsolete.
4752
4753 2010-09-14 Glenn Morris <rgm@gnu.org>
4754
4755 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
4756 and tool-bar modes. (Bug#6211)
4757 (menu-bar-mode): Move setting of standard-value after the
4758 minor-mode definition, otherwise it seems to have no effect.
4759
4760 2010-09-14 Masatake YAMATO <yamato@redhat.com>
4761
4762 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
4763 Fix typo. (Bug#6976)
4764
4765 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4766
4767 * whitespace.el: Allow cleaning up blanks without blank
4768 visualization (Bug#6651). Adjust help window for
4769 whitespace-toggle-options (Bug#6479). Allow to use fill-column
4770 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
4771 (whitespace-style): Add new value 'face. Adjust docstring.
4772 (whitespace-space, whitespace-hspace, whitespace-tab):
4773 Adjust foreground property face.
4774 (whitespace-line-column): Adjust docstring and type declaration.
4775 (whitespace-style-value-list, whitespace-toggle-option-alist)
4776 (whitespace-help-text): Adjust const initialization.
4777 (whitespace-toggle-options, global-whitespace-toggle-options):
4778 Adjust docstring.
4779 (whitespace-display-window, whitespace-interactive-char)
4780 (whitespace-style-face-p, whitespace-color-on): Adjust code.
4781 (whitespace-help-scroll): New fun.
4782
4783 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
4784
4785 * calendar/time-date.el (format-seconds): Comment fix.
4786
4787 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
4788
4789 * progmodes/sql.el: Version 2.7.
4790 (sql-buffer-live-p): Improve detection.
4791 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4792 (sql-set-sqli-buffer): Use it.
4793 (sql-product-interactive): Run `sql-set-sqli-hook'.
4794 (sql-rename-buffer): Code cleanup.
4795 (sql-redirect, sql-redirect-value): New functions. More to come.
4796
4797 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
4798
4799 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.
4800 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4801 (TRAMP_SRC): New macro.
4802 ($(lisp)/net/tramp-loaddefs.el): New target.
4803
4804 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
4805
4806 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
4807
4808 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
4809
4810 * net/tramp.el (top): Don't show loading message. Require just
4811 'tramp-compat, everything else is required there.
4812 Use `ignore-errors' where appropriate.
4813 (tramp-inline-compress-start-size, tramp-copy-size-limit)
4814 (tramp-terminal-type, tramp-end-of-output)
4815 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
4816 (tramp-completion-function-alist-ssh)
4817 (tramp-completion-function-alist-telnet)
4818 (tramp-completion-function-alist-su)
4819 (tramp-completion-function-alist-putty, tramp-remote-path)
4820 (tramp-remote-process-environment, tramp-sh-extra-args)
4821 (tramp-actions-before-shell, tramp-uudecode)
4822 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
4823 (tramp-perl-file-attributes)
4824 (tramp-perl-directory-files-and-attributes)
4825 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
4826 (tramp-perl-encode, tramp-perl-decode)
4827 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
4828 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
4829 (tramp-handle-make-symbolic-link, tramp-handle-load)
4830 (tramp-handle-file-name-as-directory)
4831 (tramp-handle-file-name-directory)
4832 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4833 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
4834 (tramp-do-file-attributes-with-ls)
4835 (tramp-do-file-attributes-with-perl)
4836 (tramp-do-file-attributes-with-stat)
4837 (tramp-handle-set-visited-file-modtime)
4838 (tramp-handle-verify-visited-file-modtime)
4839 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
4840 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
4841 (tramp-handle-file-selinux-context)
4842 (tramp-handle-set-file-selinux-context)
4843 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
4844 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
4845 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
4846 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
4847 (tramp-handle-file-ownership-preserved-p)
4848 (tramp-handle-directory-file-name, tramp-handle-directory-files)
4849 (tramp-handle-directory-files-and-attributes)
4850 (tramp-do-directory-files-and-attributes-with-perl)
4851 (tramp-do-directory-files-and-attributes-with-stat)
4852 (tramp-handle-file-name-all-completions)
4853 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
4854 (tramp-handle-copy-file, tramp-handle-copy-directory)
4855 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
4856 (tramp-do-copy-or-rename-file-via-buffer)
4857 (tramp-do-copy-or-rename-file-directly)
4858 (tramp-do-copy-or-rename-file-out-of-band)
4859 (tramp-handle-make-directory, tramp-handle-delete-directory)
4860 (tramp-handle-delete-file)
4861 (tramp-handle-dired-recursive-delete-directory)
4862 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
4863 (tramp-handle-insert-directory)
4864 (tramp-handle-unhandled-file-name-directory)
4865 (tramp-handle-expand-file-name)
4866 (tramp-handle-substitute-in-file-name)
4867 (tramp-handle-executable-find, tramp-process-sentinel)
4868 (tramp-handle-start-file-process, tramp-handle-process-file)
4869 (tramp-handle-call-process-region, tramp-handle-shell-command)
4870 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
4871 (tramp-handle-insert-file-contents)
4872 (tramp-handle-insert-file-contents-literally)
4873 (tramp-handle-find-backup-file-name)
4874 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
4875 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
4876 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
4877 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
4878 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
4879 (tramp-find-file-exists-command, tramp-open-shell)
4880 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
4881 (tramp-open-connection-setup-interactive-shell)
4882 (tramp-local-coding-commands, tramp-remote-coding-commands)
4883 (tramp-find-inline-encoding, tramp-call-local-coding-command)
4884 (tramp-inline-compress-commands, tramp-find-inline-compress)
4885 (tramp-compute-multi-hops, tramp-maybe-open-connection)
4886 (tramp-send-command, tramp-wait-for-output)
4887 (tramp-send-command-and-check, tramp-barf-unless-okay)
4888 (tramp-send-command-and-read, tramp-mode-string-to-int)
4889 (tramp-convert-file-attributes, tramp-check-cached-permissions)
4890 (tramp-file-mode-from-int, tramp-file-mode-permissions)
4891 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
4892 (tramp-method-out-of-band-p, tramp-local-host-p)
4893 (tramp-get-remote-path, tramp-get-remote-tmpdir)
4894 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
4895 (tramp-get-test-command, tramp-get-test-nt-command)
4896 (tramp-get-file-exists-command, tramp-get-remote-ln)
4897 (tramp-get-remote-perl, tramp-get-remote-stat)
4898 (tramp-get-remote-readlink, tramp-get-remote-trash)
4899 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
4900 (tramp-get-local-uid, tramp-get-local-gid)
4901 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
4902 tramp-sh.el.
4903 (tramp-methods, tramp-default-method-alist)
4904 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
4905 Move initialization to tramp-sh.el.
4906 (tramp-temp-name-prefix): Make it a defconst.
4907 (tramp-dissect-file-name): Don't check anymore for multi-hop
4908 methods.
4909 (tramp-debug-outline-regexp): Add a docstring.
4910 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
4911 (tramp-get-debug-buffer): Use it.
4912
4913 * net/tramp-cache.el (top): Set tramp-autoload cookie for
4914 initialization forms.
4915 (tramp-set-connection-property): Don't protect `tramp-message'
4916 call, it isn't necessary any longer.
4917 (tramp-dump-connection-properties): Use `ignore-errors'.
4918
4919 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
4920 'password-cache and 'auth-source.
4921
4922 * net/tramp-gvfs.el (top):
4923 * net/tramp-smb.el (top): Require 'tramp-sh.
4924
4925 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
4926
4927 * net/tramp-sh.el: New file, derived from tramp.el.
4928 (top): Initialize `tramp-methods', `tramp-default-method-alist',
4929 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
4930 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
4931 Use `ignore-errors' where appropriate.
4932 (tramp-sh-file-name-handler-alist): Rename from
4933 `tramp-file-name-handler-alist'.
4934 (tramp-send-command-and-check): Return t or nil. Remove all
4935 `zerop' checks, where called.
4936 (tramp-handle-set-file-modes)
4937 (tramp-do-copy-or-rename-file-directly)
4938 (tramp-handle-delete-directory, tramp-handle-delete-file)
4939 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
4940 (tramp-sh-file-name-handler, tramp-send-command-and-check)
4941 (tramp-get-remote-ln): Set tramp-autoload cookie.
4942
4943 * net/tramp-fish.el: Remove file.
4944
4945 2010-09-13 Daiki Ueno <ueno@unixuser.org>
4946
4947 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
4948 buffer-file-name to avoid file-locking. (Bug#7026)
4949
4950 2010-09-13 Julien Danjou <julien@danjou.info>
4951
4952 * notifications.el (notifications-notify): Add support for
4953 image-path and sound-name.
4954 (notifications-specification-version): Add this variable.
4955
4956 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4957
4958 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
4959
4960 2010-09-12 Leo <sdl.web@gmail.com>
4961
4962 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
4963 (rcirc-completion-start): New variables.
4964 (rcirc-nick-completions): Rename to rcirc-completions.
4965 (rcirc-nick-completion-start-offset): Delete.
4966 (rcirc-completion-at-point): New function for constructing
4967 completion data for both nicks and irc commands. Add to
4968 completion-at-point-functions in rcirc mode.
4969 (rcirc-complete): Rename from rcirc-nick-complete; use
4970 rcirc-completion-at-point.
4971 (defun-rcirc-command): Update rcirc-client-commands.
4972
4973 2010-09-11 Glenn Morris <rgm@gnu.org>
4974
4975 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
4976 atomically, to avoid parallel build errors. (Bug#4196)
4977
4978 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
4979
4980 * progmodes/sql.el: Version 2.6
4981 (sql-dialect): Synonym for "sql-product".
4982 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4983 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
4984 Set "sql-buffer" to buffer name not buffer object so multiple sql
4985 interactive buffers work properly. Reverts misguided changes in
4986 earlier work.
4987 (sql-comint): Make sure different buffer name is used if "*SQL*"
4988 buffer is for a different product.
4989 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
4990 login param.
4991 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4992 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4993 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
4994 Accept new buffer name or prompt for one.
4995 (sql-port): Default to zero.
4996 (sql-comint-mysql): Handle "sql-port" as a numeric.
4997 (sql-port-history): Delete unused variable.
4998 (sql-get-login): Default "sql-port" to a number.
4999 (sql-product-alist): Correct Postgres prompt and terminator regexp.
5000 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
5001 "sqlite3" executables.
5002 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
5003 (sql-buffer-live-p): New function.
5004 (sql-mode-menu, sql-send-string): Use it.
5005 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
5006 syntax pattern.
5007 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
5008 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
5009
5010 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5011
5012 * net/netrc.el (netrc-credentials): New convenience function.
5013
5014 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5015
5016 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
5017 to replace texinfo-font-lock-syntactic-keywords.
5018 (texinfo-mode): Use it.
5019
5020 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
5021 Use syntax-propertize-function.
5022
5023 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
5024 replace sgml-font-lock-syntactic-keywords.
5025 (sgml-mode): Use it.
5026
5027 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
5028 since we don't use it.
5029
5030 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
5031
5032 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
5033 if available.
5034 (vhdl-fontify-buffer): Adjust.
5035
5036 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
5037 replace tcl-font-lock-syntactic-keywords.
5038 (tcl-mode): Use it.
5039
5040 * progmodes/simula.el (simula-syntax-propertize-function): New var to
5041 replace simula-font-lock-syntactic-keywords.
5042 (simula-mode): Use it.
5043
5044 * progmodes/sh-script.el (sh-st-symbol): Remove.
5045 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
5046 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
5047 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
5048 (sh-font-lock-paren): Set syntax-multiline.
5049 (sh-font-lock-syntactic-keywords): Remove.
5050 (sh-syntax-propertize-function): New function to replace it.
5051 (sh-mode): Use it.
5052
5053 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
5054 Define while compiling.
5055 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5056 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
5057 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
5058 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5059 (ruby-here-doc-end-syntax): Only define when
5060 syntax-propertize is not available.
5061 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
5062 New functions.
5063 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
5064 (electric-indent-chars): Silence bytecompiler.
5065 (ruby-mode): Use prog-mode, syntax-propertize-function, and
5066 electric-indent-chars.
5067
5068 * progmodes/python.el (python-syntax-propertize-function): New var to
5069 replace python-font-lock-syntactic-keywords.
5070 (python-mode): Use it.
5071 (python-quote-syntax): Simplify and adjust to new use.
5072
5073 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
5074 replace perl-font-lock-syntactic-keywords.
5075 (perl-syntax-propertize-special-constructs): New fun to replace
5076 perl-font-lock-special-syntactic-constructs.
5077 (perl-font-lock-syntactic-face-function): New fun.
5078 (perl-mode): Use it.
5079
5080 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
5081 to replace octave-font-lock-close-quotes.
5082 (octave-syntax-propertize-function): New function to replace
5083 octave-font-lock-syntactic-keywords.
5084 (octave-mode): Use it.
5085
5086 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
5087 replaces mixal-font-lock-syntactic-keywords.
5088 (mixal-mode): Use it.
5089
5090 * progmodes/make-mode.el (makefile-syntax-propertize-function):
5091 New var; replaces makefile-font-lock-syntactic-keywords.
5092 (makefile-mode): Use it.
5093 (makefile-imake-mode): Adjust.
5094
5095 * progmodes/js.el (js--regexp-literal): Define while compiling.
5096 (js-syntax-propertize-function): New var; replaces
5097 js-font-lock-syntactic-keywords.
5098 (js-mode): Use it.
5099
5100 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
5101 replaces gdb-script-font-lock-syntactic-keywords.
5102 (gdb-script-mode): Use it.
5103
5104 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
5105 (fortran--font-lock-syntactic-keywords): New var.
5106 (fortran-line-length): Update syntax-propertize-function and
5107 fortran--font-lock-syntactic-keywords.
5108
5109 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
5110
5111 * progmodes/cfengine.el (cfengine-mode):
5112 Use syntax-propertize-function.
5113 (cfengine-font-lock-syntactic-keywords): Remove.
5114
5115 * progmodes/autoconf.el (autoconf-mode):
5116 Use syntax-propertize-function.
5117 (autoconf-font-lock-syntactic-keywords): Remove.
5118
5119 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
5120 (ada-after-change-function, ada-initialize-syntax-table-properties)
5121 (ada-handle-syntax-table-properties): Only define when
5122 syntax-propertize is not available.
5123 (ada-mode): Use syntax-propertize-function.
5124
5125 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
5126 (font-lock-fontify-syntactic-keywords-region): Move handling of
5127 font-lock-syntactically-fontified to...
5128 (font-lock-default-fontify-region): ...here.
5129 Let syntax-propertize-function take precedence.
5130 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
5131
5132 * emacs-lisp/syntax.el (syntax-propertize-function)
5133 (syntax-propertize-chunk-size, syntax-propertize--done)
5134 (syntax-propertize-extend-region-functions): New vars.
5135 (syntax-propertize-wholelines, syntax-propertize-multiline)
5136 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
5137 (syntax-propertize): New functions.
5138 (syntax-propertize-rules): New macro.
5139 (syntax-ppss-flush-cache): Set syntax-propertize--done.
5140 (syntax-ppss): Call syntax-propertize.
5141
5142 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
5143
5144 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
5145
5146 * textmodes/ispell.el (ispell-init-process): Improve comments.
5147 XEmacs compatibility changes regarding (add-hook) 'local option
5148 and (set-process-query-on-exit-flag).
5149
5150 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
5151
5152 * net/tramp-cache.el (tramp-parse-connection-properties):
5153 Set tramp-autoload cookie.
5154
5155 2010-09-09 Glenn Morris <rgm@gnu.org>
5156
5157 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
5158 (imagemagick-register-types): Doc fix.
5159
5160 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5161
5162 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
5163
5164 * progmodes/js.el (require): Require is already "eval-and-compile".
5165 (js--re-search-forward): Avoid `eval'. Preserve the error data.
5166 (js--re-search-backward): Use js--re-search-forward.
5167
5168 * progmodes/fortran.el (fortran-line-length): Don't recompute
5169 syntactic keywords redundantly a second time.
5170
5171 * progmodes/ada-mode.el: Replace "(set '" with setq.
5172 (ada-mode): Simplify.
5173 (ada-create-case-exception, ada-adjust-case-interactive)
5174 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
5175 (ada-search-ignore-string-comment, ada-move-to-start)
5176 (ada-move-to-end): Use with-syntax-table.
5177
5178 * font-lock.el (save-buffer-state): Remove `varlist' arg.
5179 (font-lock-unfontify-region, font-lock-default-fontify-region):
5180 Update usage correspondingly.
5181 (font-lock-fontify-syntactic-keywords-region):
5182 Set parse-sexp-lookup-properties buffer-locally here.
5183 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
5184
5185 * simple.el (blink-matching-open): Don't burp if we can't find a match.
5186
5187 2010-09-08 Glenn Morris <rgm@gnu.org>
5188
5189 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
5190 Error if not compiled with -DBYTE_CODE_METER.
5191
5192 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5193 Ignore dir-locals-file.
5194
5195 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5196
5197 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5198 Not a const.
5199 (compilation-error-regexp-alist-alist): Rule out ": " in file names
5200 for the `gnu' messages.
5201 (compilation-set-skip-threshold): New command.
5202 (compilation-start): Use \' rather than $.
5203 (compilation-forget-errors): Use clrhash.
5204
5205 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
5206
5207 * textmodes/ispell.el (ispell-valid-dictionary-list):
5208 Simplify logic.
5209
5210 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
5211
5212 Migrate to Tramp 2.2. Rearrange load dependencies.
5213 (Bug#1529, Bug#5448, Bug#5705)
5214
5215 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
5216 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
5217 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
5218
5219 * net/tramp.el (top): Remove all other tramp-* loads except
5220 tramp-compat.el. Remove all changes to tramp-unload-hook for
5221 other tramp-* packages. Rearrange defun order. Change calls of
5222 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
5223 `tramp-compat-octal-to-decimal' to new function names.
5224 (tramp-terminal-type, tramp-initial-end-of-output)
5225 (tramp-methods, tramp-foreign-file-name-handler-alist)
5226 (tramp-tramp-file-p, tramp-completion-mode-p)
5227 (tramp-send-command-and-check, tramp-get-remote-path)
5228 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
5229 (tramp-shell-quote-argument): Set tramp-autoload cookie.
5230 (with-file-property, with-connection-property): Move to
5231 tramp-cache.el.
5232 (tramp-local-call-process, tramp-decimal-to-octal)
5233 (tramp-octal-to-decimal): Move to tramp-compat.el.
5234 (tramp-handle-shell-command): Do not require 'shell.
5235 (tramp-compute-multi-hops): No special handling for tramp-gw-*
5236 symbols.
5237 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
5238
5239 * net/tramp-cache.el (top): Require 'tramp. Add to
5240 `tramp-unload-hook'.
5241 (tramp-cache-data, tramp-get-file-property)
5242 (tramp-set-file-property, tramp-flush-file-property)
5243 (tramp-flush-directory-property, tramp-get-connection-property)
5244 (tramp-set-connection-property, tramp-flush-connection-property)
5245 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
5246 cookie.
5247 (with-file-property, with-connection-property): New defuns, moved
5248 from tramp.el.
5249 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
5250 macro.
5251
5252 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
5253 (tramp-version): Set tramp-autoload cookie.
5254
5255 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
5256 changes to tramp-unload-hook for other tramp-* packages. Add to
5257 `tramp-unload-hook'.
5258 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
5259 (tramp-compat-call-process): New defuns, moved from tramp.el.
5260
5261 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
5262 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5263 Add to `tramp-unload-hook'. Change call of
5264 `tramp-compat-decimal-to-octal' to new function name.
5265 (tramp-fish-method): Make it a defconst.
5266 (tramp-fish-file-name-p): Make it a defsubst.
5267 (tramp-fish-method, tramp-fish-file-name-handler)
5268 (tramp-fish-file-name-p): Set tramp-autoload cookie.
5269
5270 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
5271 `tramp-foreign-file-name-handler-alist'. Add to
5272 `tramp-unload-hook'.
5273 (tramp-ftp-method): Make it a defconst.
5274 (tramp-ftp-file-name-p): Make it a defsubst.
5275 (tramp-ftp-method, tramp-ftp-file-name-handler)
5276 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
5277
5278 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
5279 `tramp-foreign-file-name-handler-alist'. Add to
5280 `tramp-unload-hook'. Change checks, whether package can be
5281 loaded.
5282 (tramp-gvfs-file-name-p): Make it a defsubst.
5283 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
5284 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
5285 (tramp-gvfs-handle-file-directory-p): New defun.
5286 (tramp-gvfs-file-name-handler-alist): Use it.
5287
5288 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
5289 `tramp-foreign-file-name-handler-alist'. Add to
5290 `tramp-unload-hook'.
5291 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
5292 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
5293 defconst.
5294 (tramp-gw-tunnel-method, tramp-gw-socks-method)
5295 (tramp-gw-open-connection): Set tramp-autoload cookie.
5296
5297 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
5298 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5299 Add to `tramp-unload-hook'. Change checks, whether package can be
5300 loaded.
5301 (tramp-imap-file-name-p): Make it a defsubst.
5302 (tramp-imap-method, tramp-imaps-method)
5303 (tramp-imap-file-name-handler)
5304 (tramp-imap-file-name-p): Set tramp-autoload cookie.
5305
5306 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
5307 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5308 Add to `tramp-unload-hook'. Change checks, whether package can be
5309 loaded. Change call of `tramp-compat-decimal-to-octal' to new
5310 function name.
5311 (tramp-smb-tunnel-method): Make it a defconst.
5312 (tramp-smb-file-name-p): Make it a defsubst.
5313 (tramp-smb-method, tramp-smb-file-name-handler)
5314 (tramp-smb-file-name-p): Set tramp-autoload cookie.
5315
5316 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
5317 (tramp-uuencode-region): Set tramp-autoload cookie.
5318
5319 * net/trampver.el (top) Add to `tramp-unload-hook'.
5320 (tramp-version, tramp-bug-report-address): Set tramp-autoload
5321 cookie. Update release number.
5322
5323 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
5324
5325 * textmodes/ispell.el (ispell-start-process): Make sure original
5326 arg list is properly initialized (Bug#6993, Bug#6994).
5327
5328 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5329
5330 * files.el (directory-abbrev-alist): Use \` as default regexp.
5331
5332 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
5333 chars like - or ] (bug#6984).
5334 (rx-any-condense-range): Explode 2-char ranges.
5335
5336 2010-09-06 Glenn Morris <rgm@gnu.org>
5337
5338 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
5339
5340 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5341
5342 * textmodes/bibtex.el:
5343 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
5344
5345 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5346
5347 * net/imap.el (imap-message-map): Remove optional buffer parameter,
5348 since no callers use it.
5349 (imap-message-get): Ditto.
5350 (imap-message-put): Ditto.
5351 (imap-mailbox-map): Ditto.
5352 (imap-mailbox-put): Ditto.
5353 (imap-mailbox-get): Ditto.
5354 (imap-mailbox-get): Revert last change for this function.
5355
5356 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5357
5358 * net/imap.el (imap-fetch-safe): Remove function, and alter all
5359 callers to use `imap-fetch' instead. According to the comments, this
5360 should be safe, since all other IMAP clients use the 1:* syntax.
5361 (imap-enable-exchange-bug-workaround): Remove.
5362 (imap-debug): Remove -- doesn't seem very useful.
5363
5364 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5365
5366 * net/imap.el (imap-log): New convenience function used throughout
5367 instead of repeating the same code all over the place.
5368
5369 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
5370
5371 * mouse.el (mouse-save-then-kill): Save region to kill-ring
5372 when mouse-drag-copy-region is non-nil (Bug#6956).
5373
5374 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
5375
5376 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
5377 Improve regexps (Bug#6987).
5378 (dired-sort-toggle): Search more robustly for -t flag.
5379
5380 * files.el (get-free-disk-space): Search more robustly for
5381 "available" column. Suggested by Ehud Karni
5382 <ehud@unix.mvs.co.il>.
5383
5384 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
5385
5386 * international/uni-bidi.el:
5387 * international/uni-category.el:
5388 * international/uni-combining.el:
5389 * international/uni-decimal.el:
5390 * international/uni-mirrored.el:
5391 * international/uni-name.el: Regenerate.
5392
5393 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * electric.el (electric-indent-post-self-insert-function):
5396 Don't reindent with a sloppy indentation function.
5397
5398 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
5399 border case in change-log-mode.
5400
5401 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
5402
5403 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5404 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
5405 Recognize leading tab in gcc-include regexp. Ignore names with
5406 leading "from" or "in" in gnu regexp (Bug#6937).
5407
5408 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5409
5410 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5411 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
5412 (ispell-start-process): Avoid setq and simplify logic.
5413 (ispell-init-process): Setup kill-buffer-hook locally when needed.
5414 (kill-buffer-hook): Don't use it globally with code that uses
5415 expand-file-name since that may call kill-buffer via
5416 code_conversion_restore.
5417
5418 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
5419
5420 * emacs-lisp/package.el (package-directory-list): Only call
5421 file-name-nondirectory on a string.
5422
5423 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
5424
5425 * emacs-lisp/package.el (package--download-one-archive):
5426 Ensure that archive-contents is valid before saving it.
5427 (package-activate-1, package-mark-obsolete, define-package)
5428 (package-compute-transaction, package-list-maybe-add): Use push.
5429
5430 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5431
5432 Use SMIE's blink-paren for octave-mode.
5433 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
5434 Backslashes do not escape single-quotes, single-quotes do.
5435 (octave-block-else-regexp, octave-block-end-regexp)
5436 (octave-block-match-alist): Remove.
5437 (octave-smie-bnf-table): New var, with old content.
5438 (octave-smie-op-levels): Use it.
5439 (octave-smie-closer-alist): New var.
5440 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
5441 (octave-blink-matching-block-open): Remove.
5442 (octave-reindent-then-newline-and-indent, octave-electric-semi)
5443 (octave-electric-space): Let self-insert-command run expand-abbrev and
5444 blink parens.
5445
5446 * electric.el (electricity): New group.
5447 (electric-indent-chars): New var.
5448 (electric-indent-post-self-insert-function): New fun.
5449 (electric-indent-mode): New minor mode.
5450 (electric-pair-skip-self): New custom.
5451 (electric-pair-post-self-insert-function): New function.
5452 (electric-pair-mode): New minor mode.
5453
5454 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
5455 calcAlg-blink-matching-open.
5456 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
5457 (calc-do-alg-entry): Only touch the part of the keymap that varies.
5458 Use the new blink-matching-check-function.
5459
5460 Provide blink-matching support to SMIE.
5461 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
5462 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
5463 (smie-blink-matching-check, smie-blink-matching-open): New functions.
5464
5465 * simple.el (newline): Fix last change to properly remove itself from
5466 the hook.
5467
5468 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5469
5470 * simple.el (newline): Eliminate optimization.
5471 Use post-self-insert-hook to set hard-newline and things before
5472 running post-self-insert-hook.
5473 (blink-matching-check-mismatch): New function.
5474 (blink-matching-check-function): New variable.
5475 (blink-matching-open): Use them.
5476 Skip back forward over prefix chars skipped by forward-sexp.
5477 Don't check if the parens are backslash escaped.
5478 (blink-paren-post-self-insert-function): Check backslash escaping here.
5479
5480 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
5481
5482 * emacs-lisp/package.el (package-menu-mode-map):
5483 Change package-menu-revert bindings to revert-buffer.
5484 (package-menu-mode): Set revert-buffer-function.
5485 (package-menu-revert): Doc fix.
5486
5487 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
5488
5489 * textmodes/ispell.el (ispell-init-process): Use "~/" as
5490 `default-directory' unless using Ispell per-directory personal
5491 dictionaries and not in a mini-buffer under XEmacs.
5492 (kill-buffer-hook): Do not kill ispell process on exit when
5493 `ispell-process-directory' is "~/". (Bug#6143)
5494
5495 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
5496
5497 * simple.el (kill-new): Call interprogram-cut-function with only
5498 one argument.
5499
5500 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
5501 Remove cut buffer from error message.
5502
5503 * term/x-win.el (x-select-text):
5504 * term/pc-win.el (x-selection-value):
5505 * term/ns-win.el (x-selection-value):
5506 * eshell/em-term.el:
5507 * w32-fns.el (x-get-selection-value):
5508 * mouse-sel.el (mouse-sel-set-selection-function):
5509 * frame.el (display-selections-p): Remove cut-buffer in documentation.
5510
5511 * term/x-win.el: Update documentation for x-last-selected-text-*.
5512 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
5513 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
5514 (x-select-text): Remove argument PUSH, update documentation.
5515 Remove cut-buffer code.
5516 (x-selection-value-internal): Was previously x-selection-value.
5517 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
5518 Update documentation, remove cut-buffer code.
5519 Call x-selection-value-internal.
5520 (x-clipboard-yank): Call x-selection-value-internal.
5521 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
5522
5523 * term/pc-win.el (x-last-selected-text):
5524 x-cut-buffer-or-selection-value renamed to x-selection-value
5525 (x-select-text): Remove argument PUSH, update documentation.
5526
5527 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
5528 x-cut-buffer-or-selection-value renamed to x-selection-value
5529 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
5530 (x-select-text): Remove argument PUSH, update documentation.
5531
5532 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
5533
5534 * w32-fns.el (x-last-selected-text):
5535 x-cut-buffer-or-selection-value renamed to x-selection-value.
5536 (x-cut-buffer-max): Remove.
5537 (x-select-text): Remove argument PUSH, update documentation.
5538
5539 * simple.el (interprogram-cut-function): Remove mention of PUSH.
5540
5541 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
5542
5543 * mouse-sel.el (mouse-sel-get-selection-function):
5544 x-cut-buffer-or-selection-value renamed to x-selection-value.
5545 (x-select-text): Remove optional push.
5546
5547 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5548
5549 * simple.el (blink-paren-function): Move from C to here.
5550 (blink-paren-post-self-insert-function): New function.
5551 (post-self-insert-hook): Use it.
5552
5553 * emacs-lisp/pcase.el (pcase-split-memq):
5554 Fix overenthusiastic optimisation.
5555 (pcase-u1): Handle the case of a lambda pred.
5556
5557 2010-08-31 Kenichi Handa <handa@m17n.org>
5558
5559 * international/mule-cmds.el (standard-display-european-internal):
5560 Setup standard-display-table for 8-bit characters by storing 8-bit
5561 characters in the element vector.
5562
5563 * disp-table.el (standard-display-8bit):
5564 Setup standard-display-table for 8-bit characters by storing 8-bit
5565 characters in the element vector.
5566 (standard-display-european): Likewise.
5567
5568 2010-08-31 Masatake YAMATO <yamato@redhat.com>
5569
5570 * textmodes/nroff-mode.el (nroff-view): New command.
5571 (nroff-mode-map): Bind it to C-c C-c.
5572
5573 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5574
5575 * emacs-lisp/smie.el (smie-down-list): New command.
5576
5577 Remove old indentation and navigation code on octave-mode.
5578 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
5579 smie-down-list rather than add a binding for octave-down-block.
5580 (octave-mark-block, octave-blink-matching-block-open):
5581 Rely on forward-sexp-function.
5582 (octave-fill-paragraph): Don't narrow, so you can use
5583 indent-according-to-mode.
5584 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
5585 (octave-in-block-p, octave-re-search-forward-kw)
5586 (octave-re-search-backward-kw, octave-indent-calculate)
5587 (octave-end-as-array-index-p, octave-block-end-offset)
5588 (octave-scan-blocks, octave-forward-block, octave-backward-block)
5589 (octave-down-block, octave-backward-up-block, octave-up-block)
5590 (octave-before-magic-comment-p, octave-indent-line): Remove.
5591
5592 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
5593
5594 * emacs-lisp/package.el (package--read-archive-file): Just use
5595 `read', to avoid copying an additional string.
5596 (package-menu-mode): Set header-line-format here.
5597 (package-menu-refresh, package-menu-revert): Signal an error if
5598 not in the Package Menu.
5599 (package-menu-package-list): New var.
5600 (package--generate-package-list): Operate on the current buffer;
5601 don't assume that it is *Packages*, since the user may rename it.
5602 Allow persistent package listings and sort keys using
5603 package-menu-package-list and package-menu-package-sort-key.
5604 (package-menu--version-predicate): Fix version calculation.
5605 (package-menu-sort-by-column): Don't select the window.
5606 (package--list-packages): Create the *Packages* buffer.
5607 Set package-menu-package-list-key.
5608 (list-packages): Sorting by status is now the default.
5609 (package-buffer-info): Use match-string-no-properties.
5610 (define-package): Add a &rest argument for future proofing, but
5611 don't use it yet.
5612 (package-install-from-buffer, package-install-buffer-internal):
5613 Merge into a single function, package-install-from-buffer.
5614 (package-install-file): Change caller.
5615
5616 * finder.el: Load finder-inf using `require'.
5617 (finder-list-matches): Sorting by status is now the default.
5618 (finder-compile-keywords): Simpify printing.
5619
5620 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5621
5622 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5623 (octave-mode-map): Remove special bindings for forward/backward-block
5624 and octave-backward-up-block. Use smie-close-block.
5625 (octave-continuation-marker-regexp): New var.
5626 (octave-continuation-regexp): Use it.
5627 (octave-operator-table, octave-smie-op-levels)
5628 (octave-operator-regexp, octave-smie-indent-rules): New vars.
5629 (octave-smie-backward-token, octave-smie-forward-token): New funs.
5630 (octave-mode): Use SMIE.
5631 (octave-close-block): Delete.
5632
5633 2010-08-30 Eli Zaretskii <eliz@gnu.org>
5634
5635 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
5636 CLIPBOARD, not in PRIMARY. (Bug#6944)
5637
5638 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5639
5640 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
5641 a list of parents.
5642 (smie-indent-column): Allow indirection through variables.
5643
5644 * composite.el (save-buffer-state): Delete, unused.
5645 * font-lock.el (save-buffer-state): Use with-silent-modifications.
5646 (font-lock-default-fontify-region): Use with-syntax-table.
5647 * jit-lock.el (with-buffer-unmodified): Remove.
5648 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
5649
5650 Use `declare' in defmacros.
5651 * window.el (save-selected-window):
5652 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
5653 * progmodes/python.el (def-python-skeleton):
5654 * net/dbus.el (dbus-ignore-errors):
5655 * jka-cmpr-hook.el (with-auto-compression-mode):
5656 * international/mule.el (with-category-table):
5657 * emacs-lisp/timer.el (with-timeout):
5658 * emacs-lisp/lisp-mnt.el (lm-with-file):
5659 * emacs-lisp/eieio.el (with-slots):
5660 * emacs-lisp/easymenu.el (easy-menu-define):
5661 * emacs-lisp/debug.el (debugger-env-macro):
5662 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
5663 (Multiple-value-call, Multiple-value-prog1):
5664 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
5665 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
5666 edebug rule to definition.
5667 * emacs-lisp/lisp-mode.el (save-selected-window)
5668 (with-current-buffer, combine-after-change-calls)
5669 (with-output-to-string, with-temp-file, with-temp-buffer)
5670 (with-temp-message, with-syntax-table, read-if, eval-after-load)
5671 (dolist, dotimes, when, unless):
5672 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
5673
5674 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
5675
5676 * finder.el: Require `package'.
5677 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
5678 (finder-package-info): Var deleted.
5679 (finder-keywords-hash, finder--builtins-alist): New vars.
5680 (finder-compile-keywords): Compute package--builtins and
5681 finder-keywords-hash instead of finder-keywords-hash, respecting
5682 the "Package" header.
5683 (finder-unknown-keywords, finder-list-matches):
5684 Use finder-keywords-hash and package--list-packages.
5685 (finder-mode): Don't set font-lock-defaults.
5686 (finder-exit): We don't use "*Finder-package*" and "*Finder
5687 Category*" buffers anymore.
5688
5689 * emacs-lisp/package.el (package--builtins-base): Var deleted.
5690 (package--builtins): Set default value to nil.
5691 (package-initialize): Load precomputed value of package--builtins
5692 from finder-inf.el.
5693 (package-alist, package-compute-transaction)
5694 (package-download-transaction): Improve docstring.
5695 (package-read-all-archive-contents): Do not change
5696 package--builtins here.
5697 (list-packages): Make package-list-packages an alias for this.
5698 Sort by status by default.
5699 (package--list-packages): Add optional PACKAGES arg.
5700 (describe-package-1): Use font-lock-face property. For built-in
5701 packages, insert file commentary.
5702 (package--generate-package-list): Rename from
5703 package-list-packages-internal; all callers changed. Add optional
5704 PACKAGES arg. Add alphabetical sort fallbacks.
5705 (package-menu--version-predicate, package-menu--status-predicate)
5706 (package-menu--description-predicate)
5707 (package-menu--name-predicate): New functions.
5708
5709 * info.el (Info-finder-find-node): Search package-alist instead of
5710 finder-package-info.
5711
5712 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
5713
5714 * subr.el (version-regexp-alist): Don't use "a" and "b" for
5715 "alpha" and "beta".
5716 (version-to-list): Handle versions like "10.3d".
5717
5718 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
5721 (macroexp-accumulate): Use `declare'.
5722
5723 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5724
5725 * whitespace.el (whitespace-style): Adjust type declaration.
5726
5727 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
5728
5729 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5730 empty argument to gvfs-copy.
5731
5732 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
5733
5734 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5735 handle new TRASH arg of `delete-file'.
5736
5737 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
5738
5739 * net/tramp.el (tramp-handle-insert-directory): Don't use
5740 `forward-word', its default syntax could be changed.
5741
5742 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5743 Michael Albinus <michael.albinus@gmx.de>
5744
5745 Implement compression for inline methods.
5746
5747 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5748 (tramp-copy-size-limit): Allow also nil.
5749 (tramp-inline-compress-commands): New defconst.
5750 (tramp-find-inline-compress, tramp-get-inline-compress)
5751 (tramp-get-inline-coding): New defuns.
5752 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5753 replaced by `tramp-get-inline-coding'.
5754 (tramp-handle-file-local-copy, tramp-handle-write-region)
5755 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5756
5757 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
5758
5759 Detect ssh 'ControlMaster' argument automatically in some cases.
5760
5761 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5762 (tramp-default-method): Use it.
5763
5764 2010-08-26 Karel Klíč <kklic@redhat.com>
5765
5766 * net/tramp.el (tramp-file-name-for-operation):
5767 Add file-selinux-context.
5768
5769 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
5770
5771 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
5772
5773 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
5774
5775 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
5776 (Bug#6907).
5777
5778 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
5779
5780 * progmodes/js.el: Make indentation more customizable (Bug#6914).
5781 (js-paren-indent-offset, js-square-indent-offset)
5782 (js-curly-indent-offset): New options.
5783 (js--proper-indentation): Use them.
5784
5785 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
5786
5787 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
5788 instead of inspecting font-lock properties (Bug#6916).
5789
5790 2010-08-26 David Reitter <david.reitter@gmail.com>
5791
5792 * server.el (server-visit-files): Run pre-command-hook and
5793 post-command-hook for each buffer while it is current (Bug#6910).
5794 (server-execute): Do not run hooks here.
5795
5796 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
5797
5798 Sync with Tramp 2.1.19.
5799
5800 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5801 (tramp-reporter-dump-variable, tramp-load-report-modules)
5802 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
5803 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
5804
5805 * net/tramp-compat.el (top): Do not autoload
5806 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
5807 only when `start-file-process' is not bound.
5808 (byte-compile-not-obsolete-vars): Define if not bound.
5809 (tramp-compat-funcall): New defmacro.
5810 (tramp-compat-line-beginning-position)
5811 (tramp-compat-line-end-position)
5812 (tramp-compat-temporary-file-directory)
5813 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5814 (tramp-compat-copy-file, tramp-compat-copy-directory)
5815 (tramp-compat-delete-file, tramp-compat-delete-directory)
5816 (tramp-compat-number-sequence, tramp-compat-process-running-p):
5817 Use it.
5818 (tramp-advice-file-expand-wildcards): Do not use
5819 `tramp-handle-file-remote-p'.
5820 (tramp-compat-make-temp-file): Simplify fallback implementation.
5821 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5822 (tramp-compat-copy-tree): Remove function.
5823 (tramp-compat-delete-file): New defun.
5824 (tramp-compat-delete-directory): Provide implementation for older
5825 Emacsen.
5826 (tramp-compat-file-attributes): Handle only
5827 `wrong-number-of-arguments' error.
5828
5829 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5830 Add PRESERVE_SELINUX_CONTEXT.
5831 (tramp-fish-handle-delete-file): Add TRASH arg.
5832 (tramp-fish-handle-directory-files-and-attributes):
5833 Do not use `tramp-fish-handle-file-attributes.
5834 (tramp-fish-handle-file-local-copy)
5835 (tramp-fish-handle-insert-file-contents)
5836 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
5837
5838 * net/tramp-gvfs.el (top): Require url-util.
5839 (tramp-gvfs-mount-point): Remove.
5840 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
5841 and `set-file-selinux-context'.
5842 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
5843 (tramp-gvfs-handle-file-selinux-context)
5844 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5845 (with-tramp-dbus-call-method): Format trace message.
5846 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5847 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
5848 Implement backup call, when operation on local files fails.
5849 Use progress reporter. Flush properties of changed files.
5850 (tramp-gvfs-handle-delete-file): Add TRASH arg.
5851 Use `tramp-compat-delete-file'.
5852 (tramp-gvfs-handle-expand-file-name): Expand "~/".
5853 (tramp-gvfs-handle-make-directory): Make more traces.
5854 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
5855 (tramp-gvfs-url-file-name): Hexify file name in url.
5856 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5857 into account for the resulting file name.
5858 (tramp-gvfs-handler-askquestion): Preserve current message, in
5859 order to let progress reporter continue afterwards. (Bug#6257)
5860 Return dummy mountpoint, when the answer is "no".
5861 See `tramp-gvfs-maybe-open-connection'.
5862 (tramp-gvfs-handler-mounted-unmounted)
5863 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
5864 attribute "default_location". Set "prefix" property.
5865 Handle default-location.
5866 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5867 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5868 exists. Raise an error, if not (due to a corresponding answer
5869 "no" in interactive questions, for example).
5870 Use `tramp-compat-funcall'.
5871
5872 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5873 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5874 (tramp-imap-do-copy-or-rename-file)
5875 (tramp-imap-handle-insert-file-contents)
5876 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5877 (tramp-imap-handle-delete-file): Add TRASH arg.
5878
5879 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5880 Add PRESERVE-SELINUX-CONTEXT.
5881 (tramp-smb-handle-copy-file)
5882 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5883 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5884 Use `with-progress-reporter'.
5885 (tramp-smb-handle-delete-file): Add TRASH arg.
5886
5887 * net/tramp.el (tramp-methods): Move hostname to the end in all
5888 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
5889 appropriate.
5890 (tramp-verbose): Describe verbose level 9.
5891 (tramp-completion-function-alist)
5892 (tramp-file-name-regexp, tramp-chunksize)
5893 (tramp-local-coding-commands, tramp-remote-coding-commands)
5894 (with-connection-property, tramp-completion-mode-p)
5895 (tramp-action-process-alive, tramp-action-out-of-band)
5896 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
5897 (tramp-exists-file-name-handler): Fix docstring.
5898 (tramp-remote-process-environment): Use `format' instead of
5899 `concat'. Protect version string by apostroph.
5900 (tramp-shell-prompt-pattern): Do not use a shy group in case of
5901 XEmacs.
5902 (tramp-file-name-regexp-unified)
5903 (tramp-completion-file-name-regexp-unified): On W32 systems, do
5904 not regard the volume letter as remote filename. (Bug#5447)
5905 (tramp-perl-file-attributes)
5906 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5907 (tramp-vc-registered-read-file-names): Read input as
5908 here-document, otherwise the command could exceed maximum length
5909 of command line.
5910 (tramp-file-name-handler-alist): Add `file-selinux-context' and
5911 `set-file-selinux-context'.
5912 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
5913 backtrace functions.
5914 (tramp-error-with-buffer): Don't show the connection buffer when
5915 we are in completion mode.
5916 (tramp-progress-reporter-update, tramp-remote-selinux-p)
5917 (tramp-handle-file-selinux-context)
5918 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
5919 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
5920 New defuns.
5921 (with-progress-reporter): New defmacro.
5922 (tramp-debug-outline-regexp): New defconst.
5923 (top, tramp-rfn-eshadow-setup-minibuffer)
5924 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5925 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5926 (tramp-completion-mode-p, tramp-check-for-regexp)
5927 (tramp-open-connection-setup-interactive-shell)
5928 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5929 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5930 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
5931 Use `tramp-compat-funcall'.
5932 (tramp-handle-make-symbolic-link): Flush file properties.
5933 (tramp-handle-load, tramp-handle-file-local-copy)
5934 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5935 (tramp-handle-vc-registered, tramp-maybe-send-script)
5936 (tramp-find-shell): Use `with-progress-reporter'.
5937 (tramp-do-file-attributes-with-stat): Add space in format string,
5938 in order to work around a bug in pdksh. Reported by Gilles Pion
5939 <gpion@lfdj.com>.
5940 (tramp-handle-verify-visited-file-modtime): Do not send a command
5941 when the connection is not established.
5942 (tramp-handle-set-file-times): Simplify the check for utc.
5943 (tramp-handle-directory-files-and-attributes)
5944 (tramp-get-remote-path): Use `copy-tree'.
5945 (tramp-completion-handle-file-name-all-completions): Ensure, that
5946 non remote files are still checked. Oops.
5947 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5948 Handle PRESERVE-SELINUX-CONTEXT.
5949 (tramp-do-copy-or-rename-file): Add progress reporter.
5950 (tramp-do-copy-or-rename-file-directly): Do not use
5951 `tramp-handle-file-remote-p'.
5952 (tramp-do-copy-or-rename-file-out-of-band):
5953 Use `tramp-compat-delete-directory'.
5954 (tramp-do-copy-or-rename-file-out-of-band)
5955 (tramp-compute-multi-hops, tramp-maybe-open-connection):
5956 Use `format-spec-make'.
5957 (tramp-handle-delete-file): Add TRASH arg.
5958 (tramp-handle-dired-uncache): Flush directory cache, not only file
5959 cache.
5960 (tramp-handle-expand-file-name)
5961 (tramp-completion-handle-file-name-all-completions)
5962 (tramp-completion-handle-file-name-completion):
5963 Use `tramp-connectable-p'.
5964 (tramp-handle-start-file-process): Set connection property "vec".
5965 Use it, in order to invalidate file caches. Check only for
5966 `remote-tty' process property.
5967 Implement tty setting. (Bug#4604, Bug#6360)
5968 (tramp-file-name-for-operation): Add `call-process-region' and
5969 `set-file-selinux-context'.
5970 (tramp-find-foreign-file-name-handler)
5971 (tramp-advice-make-auto-save-file-name)
5972 (tramp-set-auto-save-file-modes): Remove superfluous check for
5973 `stringp'. This is done inside `tramp-tramp-file-p'.
5974 (tramp-file-name-handler): Trace 'quit. Catch the error for some
5975 operations when we are in completion mode. This gives the user
5976 the chance to correct the file name in the minibuffer.
5977 (tramp-completion-mode-p): Use `non-essential'.
5978 (tramp-handle-file-name-all-completions): Backward/ XEmacs
5979 compatibility: Use `completion-ignore-case' if
5980 `read-file-name-completion-ignore-case' does not exist.
5981 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
5982 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5983 `tramp-open-shell'.
5984 (tramp-action-password): Hide password prompt before next run.
5985 (tramp-process-actions): Widen connection buffer for the trace.
5986 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5987 process property. Trace stty settings if `tramp-verbose' >= 9.
5988 Apply workaround for IRIX64 bug. Move argument of last
5989 `tramp-send-command' where it belongs to.
5990 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5991 front of `login-args'.
5992 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
5993 on "/dev/null" instead of "/".
5994 (tramp-get-ls-command-with-dired): Make test for "--dired"
5995 stronger.
5996 (tramp-set-auto-save-file-modes): Adapt version check.
5997 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5998 (tramp-handle-process-file): Call the program in a subshell, in
5999 order to preserve working directory.
6000 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
6001 `tramp-remote-sh' from `tramp-methods'.
6002 (tramp-get-ls-command): Make test for "--color=never" stronger.
6003 (tramp-check-for-regexp): Use (forward-line 1).
6004
6005 * net/trampver.el: Update release number.
6006
6007 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
6008
6009 * help.el (help-map): Bind `C-h P' to describe-package.
6010
6011 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
6012
6013 * emacs-lisp/package.el (package-refresh-contents): Catch errors
6014 when downloading archives.
6015 (describe-package-1): Add package commentary.
6016 (package-install-button-action): New function.
6017 (package-menu-mode-map): Bind ? to package-menu-describe-package.
6018 (package-menu-view-commentary): Function removed.
6019 (package-list-packages-internal): Hide the `package' package too.
6020
6021 2010-08-25 Kenichi Handa <handa@m17n.org>
6022
6023 * language/misc-lang.el ("Arabic"): New language environment.
6024 Setup composition-function-table for Arabic characters.
6025
6026 * international/fontset.el (setup-default-fontset): Fix typo for
6027 arabic OTF spec (fini->fina).
6028
6029 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
6030
6031 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
6032 on all frames.
6033
6034 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6035
6036 * whitespace.el: Allow cleaning up blanks without blank
6037 visualization (Bug#6651). Adjust help window for
6038 whitespace-toggle-options (Bug#6479). Allow to use fill-column
6039 instead of whitespace-line-column (from EmacsWiki). New version
6040 13.1.
6041 (whitespace-style): Add new value 'face. Adjust docstring.
6042 (whitespace-space, whitespace-hspace, whitespace-tab):
6043 Adjust foreground property face.
6044 (whitespace-line-column): Adjust docstring and type declaration.
6045 (whitespace-style-value-list, whitespace-toggle-option-alist)
6046 (whitespace-help-text): Adjust const initialization.
6047 (whitespace-toggle-options, global-whitespace-toggle-options):
6048 Adjust docstring.
6049 (whitespace-display-window, whitespace-interactive-char)
6050 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6051 (whitespace-help-scroll): New fun.
6052
6053 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
6054
6055 * emacs-lisp/package.el (list-packages): Alias for
6056 package-list-packages.
6057
6058 2010-08-24 Kevin Ryde <user42@zip.com.au>
6059
6060 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
6061 (Bug#5651).
6062
6063 * progmodes/ruby-mode.el (ruby): Add defgroup.
6064
6065 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
6066
6067 * progmodes/python.el: Add Ipython support (Bug#5390).
6068 (python-shell-prompt-alist)
6069 (python-shell-continuation-prompt-alist): New options.
6070 (python--set-prompt-regexp): New function.
6071 (inferior-python-mode, run-python, python-shell):
6072 Require ansi-color. Use python--set-prompt-regexp to set the comint
6073 prompt based on the Python interpreter.
6074 (python--prompt-regexp): New var.
6075 (python-check-comint-prompt)
6076 (python-comint-output-filter-function): Use it.
6077 (run-python): Use a pipe (Bug#5694).
6078
6079 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
6080
6081 * progmodes/python.el (python-send-region): Send a different
6082 Python command if Ipython is in use.
6083 (python-check-version): Use a Python command to find the version.
6084
6085 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
6086
6087 * mouse.el (mouse-yank-primary): Avoid setting primary when
6088 deactivating the mark (Bug#6872).
6089
6090 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
6091
6092 * progmodes/python.el (python-block-pairs): Allow use of "finally"
6093 with "else" (Bug#3991).
6094
6095 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
6096
6097 * net/dbus.el: Accept UNIX domain sockets as bus address.
6098 (top): Don't initialize `dbus-registered-objects-table' anymore,
6099 this is done in dbusbind,c.
6100 (dbus-check-event): Adapt test for bus.
6101 (dbus-return-values-table, dbus-unregister-service)
6102 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
6103 Adapt doc string.
6104
6105 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
6106
6107 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
6108
6109 2010-08-22 Juri Linkov <juri@jurta.org>
6110
6111 * simple.el (read-extended-command): New function with the logic
6112 for `completing-read' moved to Elisp from `execute-extended-command'.
6113 Use `function-called-at-point' in `minibuffer-default-add-function'
6114 to get a command name for M-n (bug#5364, bug#5214).
6115
6116 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
6117
6118 * startup.el (command-line-1): Issue warning for ignored arguments
6119 --unibyte, etc (Bug#6886).
6120
6121 2010-08-22 Leo <sdl.web@gmail.com>
6122
6123 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
6124 (ignore, bright, dim, keyword): Split list of nicknames before
6125 passing to rcirc-add-or-remove (Bug#6894).
6126
6127 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
6128
6129 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
6130
6131 2010-08-22 Leo <sdl.web@gmail.com>
6132
6133 Fix buffer-list rename&refresh after killing a buffer in ido.
6134 * ido.el: Revert Óscar's.
6135 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
6136 Remember the buffers at head, rather than their name.
6137 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
6138
6139 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
6140 Stefan Monnier <monnier@iro.umontreal.ca>
6141
6142 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
6143 extra backslash added to each line (bug#6890).
6144
6145 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * subr.el (read-key): Don't echo keystrokes (bug#6883).
6148
6149 2010-08-22 Glenn Morris <rgm@gnu.org>
6150
6151 * menu-bar.el (menu-bar-games-menu): Add landmark.
6152
6153 2010-08-22 Glenn Morris <rgm@gnu.org>
6154
6155 * align.el (align-regexp): Make group and spacing arguments
6156 use the interactive defaults when non-interactive. (Bug#6698)
6157
6158 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
6159 expansion, so as not to need sendmail.
6160 (mail-text-start): Remove declaration.
6161 (rmail-retry-failure): Require sendmail.
6162
6163 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
6164
6165 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
6166
6167 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
6168
6169 * progmodes/flymake.el (flymake-start-syntax-check-process):
6170 Use `start-file-process' in order to let it run also on remote hosts.
6171
6172 2010-08-22 Kenichi Handa <handa@m17n.org>
6173
6174 * files.el: Add `word-wrap' as safe local variable.
6175
6176 2010-08-22 Glenn Morris <rgm@gnu.org>
6177
6178 * woman.el (woman-translate): Case matters. (Bug#6849)
6179
6180 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
6181
6182 * simple.el (kill-region): Doc fix (Bug#6787).
6183
6184 2010-08-22 Glenn Morris <rgm@gnu.org>
6185
6186 * calendar/diary-lib.el (diary-header-line-format):
6187 Fit it to the window, not the frame.
6188
6189 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
6190
6191 * subr.el (ignore-errors): Add debug declaration.
6192
6193 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
6194
6195 * whitespace.el (whitespace-color-off): Remove post-command-hook
6196 locally.
6197
6198 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6199
6200 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
6201
6202 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
6203
6204 * cus-edit.el (custom-group-value-create): Add extra newline
6205 before end line (Bug#6876).
6206
6207 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
6208
6209 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
6210 when extending it. Before killing on the second click, check if
6211 the buffer is the correct one. Doc fix.
6212 (mouse-secondary-save-then-kill): Allow usage without first
6213 calling mouse-start-secondary, by defaulting to point. Don't save
6214 an empty secondary selection. Doc fix.
6215
6216 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6217
6218 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
6219 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
6220 New version 13.0.
6221 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6222 Adjust initialization.
6223 (whitespace-bob-marker, whitespace-eob-marker)
6224 (whitespace-buffer-changed): New vars.
6225 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
6226 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
6227 (whitespace-post-command-hook, whitespace-display-char-on):
6228 Adjust code.
6229 (whitespace-looking-back, whitespace-buffer-changed): New funs.
6230 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
6231
6232 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * files.el (locate-file-completion-table): Only list the .el and .elc
6235 extensions if there's no other choice (bug#5955).
6236
6237 * facemenu.el (facemenu-self-insert-data): New var.
6238 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
6239 New functions.
6240 (facemenu-add-face): Use them.
6241
6242 * simple.el (blink-matching-open): Obey forward-sexp-function.
6243
6244 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
6245
6246 * simple.el (prog-mode-map): New var.
6247 (prog-indent-sexp): New command.
6248
6249 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
6250
6251 * progmodes/prolog.el (smie): Require.
6252
6253 * emacs-lisp/smie.el (smie-default-backward-token)
6254 (smie-default-forward-token): Strip properties.
6255 (smie-next-sexp): Be more careful with associative operators.
6256 (smie-forward-sexp-command): Generalize.
6257 (smie-backward-sexp-command): Simplify.
6258 (smie-closer-alist): New var.
6259 (smie-close-block): New command.
6260 (smie-indent-debug-log): New var.
6261 (smie-indent-offset-rule): Add a few more cases.
6262 (smie-indent-column): New function.
6263 (smie-indent-after-keyword): Use it.
6264 (smie-indent-keyword): Use it.
6265 Fix up the opener code's point position.
6266 (smie-indent-comment): Only applies at BOL.
6267 (smie-indent-debug): New command.
6268
6269 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
6270 declarations that are useful before running the macro.
6271
6272 2010-08-18 Joakim Verona <joakim@verona.se>
6273
6274 * image.el (imagemagick-types-inhibit): New variable.
6275 (imagemagick-register-types): New function.
6276 * image-mode.el (image-transform-properties): New function.
6277 (image-transform-set-scale, image-transform-fit-to-height)
6278 (image-transform-set-rotation, image-transform-set-resize)
6279 (image-transform-fit-to-width, image-transform-fit-to-height):
6280 New functions.
6281 (image-toggle-display-image): Support image transforms.
6282
6283 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
6284
6285 * image.el (create-animated-image): Don't add heuristic mask to image
6286 (Bug#6839).
6287
6288 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
6289
6290 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
6291 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
6292
6293 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
6296
6297 Font-lock '...' strings, plus various simplifications and fixes.
6298 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
6299 (octave-font-lock-close-quotes): New function.
6300 (octave-font-lock-syntactic-keywords): New var.
6301 (octave-mode): Use it. Set beginning-of-defun-function.
6302 (octave-mode-map): Don't override the <foo>-defun commands.
6303 (octave-mode-menu): Pass it directly to easy-menu-define;
6304 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
6305 (octave-block-match-alist): Fix up last change so that
6306 octave-close-block uses the more specific keyword.
6307 (info-lookup-mode): Silence byte-compiler.
6308 (octave-beginning-of-defun): Not interactive any more.
6309 Optimize slightly.
6310 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
6311 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
6312 (octave-completion-at-point-function): Make sure point is within
6313 beg..end.
6314 (octave-reindent-then-newline-and-indent):
6315 Use reindent-then-newline-and-indent.
6316 (octave-add-octave-menu): Remove.
6317
6318 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
6319
6320 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
6321 (report-emacs-bug-can-use-xdg-email): New functions.
6322 (report-emacs-bug): Set can-xdg-email to result of
6323 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
6324 \C-cm to report-emacs-bug-insert-to-mailer and add help text
6325 about it.
6326
6327 * net/browse-url.el (browse-url-default-browser): Add cond
6328 for browse-url-xdg-open.
6329 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
6330
6331 2010-08-17 Glenn Morris <rgm@gnu.org>
6332
6333 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
6334 (c-fontify-recorded-types-and-refs): Define for compiler.
6335 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
6336 before use.
6337
6338 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
6339 Fix format call.
6340
6341 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
6342
6343 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
6344 properties.
6345 (tramp-handle-process-file): Call the program in a subshell, in
6346 order to preserve working directory.
6347 (tramp-action-password): Hide password prompt before next run.
6348 (tramp-process-actions): Widen connection buffer for the trace.
6349
6350 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6351
6352 * net/rcirc.el (rcirc-log-process-buffers): New option.
6353 (rcirc-print): Use it.
6354 (rcirc-generate-log-filename): New function.
6355 (rcirc-log-filename-function): Change default to
6356 rcirc-generate-log-filename (Bug#6828).
6357
6358 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
6359
6360 * simple.el (deactivate-mark): If select-active-regions is `only',
6361 only set selection for temporarily active regions.
6362
6363 * cus-start.el: Change defcustom for select-active-regions.
6364
6365 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
6366
6367 * mouse.el (mouse--drag-set-mark-and-point): New function.
6368 (mouse-drag-track): Use LOCATION arg to push-mark.
6369 Use mouse--drag-set-mark-and-point to take click-count into
6370 consideration when updating point and mark (Bug#6840).
6371
6372 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
6373
6374 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6375 Give the Ruby rule a lower priority than Gnu (Bug#6778).
6376
6377 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
6378
6379 * font-lock.el (lisp-font-lock-keywords-2):
6380 Add combine-after-change-calls, condition-case-no-debug,
6381 with-demoted-errors, and with-silent-modifications (Bug#6025).
6382
6383 2010-08-14 Kevin Ryde <user42@zip.com.au>
6384
6385 * emacs-lisp/copyright.el (copyright-update-year)
6386 (copyright-update): Temporary switch-to-buffer to ensure the
6387 buffer change being queried is visible (Bug#5394).
6388
6389 2010-08-14 Tom Tromey <tromey@redhat.com>
6390
6391 * progmodes/etags.el (tags-file-name): Mark safe if stringp
6392 (Bug#6733).
6393
6394 2010-08-14 Eli Zaretskii <eliz@gnu.org>
6395
6396 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
6397 MS-DOS. (Bug#6689)
6398
6399 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
6400
6401 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
6402 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6403 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6404 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
6405 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
6406 Call menu-bar-set-tool-bar-position.
6407
6408 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6409
6410 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
6411 comment style (bug#6834).
6412 * progmodes/scheme.el (scheme-mode-syntax-table):
6413 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
6414 "b" flag in "' 14b" syntax.
6415
6416 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
6417 for (un)commenting the region and performing completion.
6418 (octave-mode-menu): Use standard commands for help and completion.
6419 (octave-mode-syntax-table): Support %{..%} comments (sort of).
6420 (octave-mode): Use define-derived-mode.
6421 Set completion-at-point-functions and don't set columns.
6422 Don't disable adaptive-fill-regexp.
6423 (octave-describe-major-mode, octave-comment-region)
6424 (octave-uncomment-region, octave-comment-indent)
6425 (octave-indent-for-comment): Remove.
6426 (octave-indent-calculate): Rename from calculate-octave-indent.
6427 (octave-indent-line, octave-fill-paragraph): Update caller.
6428 (octave-initialize-completions): No need to make an alist.
6429 (octave-completion-at-point-function): New function.
6430 (octave-complete-symbol): Use it.
6431 (octave-insert-defun): Use define-skeleton.
6432
6433 * progmodes/octave-mod.el (octave-mode): Set comment-add.
6434 (octave-mode-map): Use comment-dwim (bug#6829).
6435
6436 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6437
6438 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
6439 indentation of inserted comment.
6440
6441 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
6442
6443 * faces.el (region): Add type gtk that uses gtk colors.
6444
6445 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
6446 Handle theme-name change.
6447
6448 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
6449
6450 * progmodes/sql.el: Version 2.5
6451 (sql-product-alist): Add :prompt-cont-regexp property for several
6452 database products.
6453 (sql-prompt-cont-regexp): New variable.
6454 (sql-output-newline-count, sql-output-by-send):
6455 New variables. Record number of newlines in input text.
6456 (sql-send-string): Handle multiple filters and count newlines.
6457 (sql-send-magic-terminator): Count terminator newline.
6458 (sql-interactive-remove-continuation-prompt): Filters output to
6459 remove continuation prompts; one for each newline.
6460 (sql-interactive-mode): Set up new variables, prompt regexp and
6461 output filter.
6462 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
6463 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
6464
6465 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6466
6467 * emacs-lisp/pcase.el: New file.
6468
6469 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
6470
6471 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
6472 as here-document, otherwise the command could exceed maximum
6473 length of command line.
6474 (tramp-handle-vc-registered): Call script accordingly.
6475 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
6476
6477 2010-08-10 Kenichi Handa <handa@m17n.org>
6478
6479 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
6480 composable pattern.
6481
6482 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
6483
6484 * emacs-lisp/package.el (package-version-split)
6485 (package--version-first-nonzero, package-version-compare):
6486 Functions removed.
6487 (package-directory-list, package-load-all-descriptors)
6488 (package--built-in, package-activate, define-package)
6489 (package-installed-p, package-compute-transaction)
6490 (package-read-all-archive-contents)
6491 (package--add-to-archive-contents, package-buffer-info)
6492 (package-tar-file-info, package-list-packages-internal):
6493 Use version-to-list and version-list-*.
6494
6495 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6496 Use version-to-list.
6497 (package-upload-buffer-internal): Use version-list-<=.
6498
6499 2010-08-09 Kenichi Handa <handa@m17n.org>
6500
6501 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
6502 composable pattern.
6503
6504 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
6505
6506 * tutorial.el (tutorial--default-keys): C-d is now bound to
6507 delete-forward-char (Bug#6826).
6508
6509 * mouse.el (mouse-drag-track): Remove accidentally-removed check
6510 for `double' value of mouse-1-click-follows-link (Bug#6807).
6511
6512 2010-08-08 Johan Bockgård <bojohan@gnu.org>
6513
6514 * replace.el (replace-highlight): Bind isearch-forward and
6515 isearch-error, ensuring that highlighting is updated if the user
6516 switches the search direction (Bug#6808).
6517
6518 * isearch.el (isearch-lazy-highlight-forward): New var.
6519 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6520 (isearch-lazy-highlight-update): Use it.
6521
6522 2010-08-08 Kenichi Handa <handa@m17n.org>
6523
6524 * international/mule.el (define-charset): Store NAME as :base property.
6525 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
6526 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
6527 current priority. Force using the designation of the specific
6528 charset by adding `charset' text property. Improve the whole algorithm.
6529
6530 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6531
6532 * emulation/pc-select.el (pc-selection-mode-hook)
6533 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
6534 (pc-selection-mode): Fix typos in docstrings.
6535
6536 2010-08-08 Kenichi Handa <handa@m17n.org>
6537
6538 * language/cyrillic.el: Don't add "microsoft-cp1251" to
6539 ctext-non-standard-encodings-alist here.
6540
6541 * international/mule.el (ctext-non-standard-encodings-alist):
6542 Add "koi8-r" and "microsoft-cp1251".
6543 (ctext-standard-encodings): New variable.
6544 (ctext-non-standard-encodings-table): List only elements for
6545 non-standard encodings.
6546 (ctext-pre-write-conversion): Adjust for the above change.
6547 Check ctext-standard-encodings.
6548
6549 * international/mule-conf.el (compound-text): Doc fix.
6550 (ctext-no-compositions): Doc fix.
6551 (compound-text-with-extensions): Doc fix.
6552
6553 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6554
6555 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
6556
6557 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6558
6559 * progmodes/which-func.el (which-func-format): Split help-echo text
6560 into lines, like other mode-line tooltips.
6561
6562 * server.el (server-start): When using TCP sockets, force IPv4
6563 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
6564
6565 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6566
6567 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
6568
6569 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6570
6571 * term.el (term-delimiter-argument-list): Reflow docstring.
6572 (term-read-input-ring, term-write-input-ring, term-send-input)
6573 (term-bol, term-erase-in-display, serial-supported-or-barf):
6574 Fix typos in docstrings.
6575
6576 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6577
6578 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
6579
6580 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6581
6582 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
6583
6584 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
6585
6586 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
6587 Fix typo in docstring (bug#6747).
6588
6589 2010-08-08 Leo <sdl.web@gmail.com>
6590
6591 * eshell/esh-io.el (eshell-get-target): Better detection of
6592 read-only file (Bug#6762).
6593
6594 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
6595
6596 * align.el (align-default-spacing): Doc fix.
6597 (align-region-heuristic, align-regexp): Fix typos in docstrings.
6598
6599 2010-08-08 Stephen Peters <speters@itasoftware.com>
6600
6601 * calendar/icalendar.el
6602 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
6603 (icalendar--get-weekday-numbers): New.
6604 (icalendar--convert-recurring-to-diary): Handle multiple byday
6605 values in weekly rules. (Bug#6766)
6606
6607 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
6608
6609 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
6610 (icalendar--create-uid, icalendar-export-region)
6611 (icalendar--parse-summary-and-rest): Code formatting.
6612
6613 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
6614
6615 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
6616 to italicize headers.
6617 (calc-highlight-selections-with-faces): New variable.
6618 (calc-selected-face, calc-nonselected-face): New faces.
6619
6620 * calc/calccomp.el (math-comp-highlight-string): Use
6621 `calc-highlight-selections-with-faces' to determine how to highlight
6622 sub-formulas.
6623
6624 * calc/calc-sel.el (calc-show-selections): Change message to when
6625 using faces to highlight selections.
6626
6627 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
6628
6629 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
6630 Add SQLite 3 keywords, functions and datatypes.
6631 (sql-interactive-mode): Remove `comint-process-echoes' set to t
6632 (Bug#6686).
6633
6634 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
6635
6636 * simple.el (select-active-regions): Move to keyboard.c.
6637 (deactivate-mark): Used saved-region-selection.
6638 (select-active-region): Function removed.
6639 (activate-mark, set-mark, push-mark-command)
6640 (handle-shift-selection): Don't call it.
6641 (keyboard-quit): Avoid adding the region to the window selection.
6642
6643 * mouse.el (mouse-drag-track): Remove hacks to deal with old
6644 select-active-regions implementation.
6645 (mouse-yank-at-click): Doc fix.
6646
6647 * cus-start.el: Add custom declaration for select-active-regions.
6648
6649 2010-08-07 Eli Zaretskii <eliz@gnu.org>
6650
6651 * simple.el (delete-forward-char): Doc fix.
6652
6653 * tutorial.el (help-with-tutorial): Hack safe file-local variables
6654 after reading the tutorial.
6655
6656 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
6657
6658 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
6659 Fix for the case that a C style comment has its delimiters alone on
6660 their respective lines.
6661
6662 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
6663
6664 * net/tramp.el (tramp-handle-start-file-process): Set connection
6665 property "vec".
6666 (tramp-process-sentinel): Use it for flushing the cache.
6667 We cannot do it via the process buffer, the buffer could be deleted
6668 already when running the sentinel.
6669
6670 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
6671
6672 * comint.el (comint-mode): Make directory tracking functions
6673 functional on remote files. (Bug#6764)
6674
6675 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6676
6677 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
6678
6679 2010-08-05 Eli Zaretskii <eliz@gnu.org>
6680
6681 * emacs-lisp/find-gc.el (find-gc-source-files):
6682 Rename unexec.c => unexcoff.c.
6683
6684 * emacs-lisp/authors.el (authors-fixed-entries):
6685 Rename unexec.c => unexcoff.c.
6686
6687 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
6688
6689 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
6690 cache, not only file cache.
6691 (tramp-process-sentinel): New defun.
6692 (tramp-handle-start-file-process): Use it, in order to invalidate
6693 file caches.
6694
6695 2010-08-03 Leo <sdl.web@gmail.com>
6696
6697 * server.el (server-start): Simplify loop.
6698
6699 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
6700
6701 * frame.el (screen-height, screen-width, set-screen-width)
6702 (set-screen-height): Remove ancient compatibility aliases.
6703
6704 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
6705 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
6706
6707 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
6708 that change current buffer.
6709
6710 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6711
6712 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
6713 beginning of the string. Use `string-match-p'. (Bug#6765)
6714
6715 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
6716
6717 * cus-start.el (x-gtk-use-system-tooltips): New variable.
6718
6719 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
6720
6721 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
6722 (package--builtins): Tweak descriptions.
6723 (package-print-package): Upcase descriptions if necessary.
6724 Show all built-in packages in font-lock-builtin-face.
6725 (package-list-packages-internal): Omit "emacs" package.
6726 Show status of built-in packages as "built-in".
6727
6728 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
6729
6730 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
6731 before killing to preserve the primary selection (Bug#6701).
6732
6733 * term/x-win.el (x-select-text): Doc fix.
6734
6735 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
6736
6737 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
6738 (objc-font-lock-extra-types):
6739 * progmodes/cc-mode.el (c-basic-common-init):
6740 * progmodes/cc-langs.el (c-make-mode-syntax-table)
6741 (c++-make-template-syntax-table)
6742 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
6743 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
6744 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
6745 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
6746 * progmodes/cc-fonts.el (c-make-inverse-face)
6747 (c-basic-matchers-after):
6748 * progmodes/cc-engine.el (c-forward-keyword-clause)
6749 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
6750 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
6751 (c-guess-continued-construct, c-guess-basic-syntax):
6752 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
6753 The above functions were modified or created.
6754
6755 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
6756
6757 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
6758
6759 2010-07-31 Eli Zaretskii <eliz@gnu.org>
6760
6761 * files.el (bidi-paragraph-direction): Define safe local values.
6762
6763 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
6764 language-info-alist. Remove outdated FIXME in a comment.
6765
6766 2010-07-31 Alan Mackenzie <acm@muc.de>
6767
6768 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
6769 Auto-fill broken in C/C++ modes.
6770
6771 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
6772
6773 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6774 (menu-bar-showhide-tool-bar-menu-customize-disable)
6775 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6776 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
6777 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
6778 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
6779 make a menu for Options => toolbar that can move it.
6780
6781 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
6782
6783 * emacs-lisp/package-x.el (package--make-rss-entry):
6784 (package-maint-add-news-item, package--update-news)
6785 (package-upload-buffer-internal): New arg ARCHIVE-URL.
6786
6787 * emacs-lisp/package.el (package-archive-url): Rename from
6788 package-archive-id.
6789 (package-install): Doc fix.
6790 (package-download-single, package-download-tar, package-install)
6791 (package-menu-view-commentary): Callers changed.
6792
6793 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
6794
6795 * net/tramp.el (tramp-handle-start-file-process): Check only for
6796 `remote-tty' process property.
6797 (tramp-open-shell): Don't check for tty.
6798 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
6799 process property.
6800
6801 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
6802 host.
6803
6804 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
6805
6806 * emacs-lisp/package.el (package-load-list, package-archives)
6807 (package-archive-contents, package-user-dir)
6808 (package-directory-list, package--builtins, package-alist)
6809 (package-activated-list, package-obsolete-alist): Mark as risky.
6810
6811 2010-07-28 Phil Hagelberg <phil@evri.com>
6812
6813 Add support for non-default package repositories.
6814 * emacs-lisp/package.el (package-archive-base): Var deleted.
6815 (package-archives): New variable.
6816 (package-archive-contents): Doc fix.
6817 (package-load-descriptor): Do nothing if descriptor file is missing.
6818 (package--write-file-no-coding): New function.
6819 (package-unpack-single): Use it.
6820 (package-archive-id): New function.
6821 (package-download-single, package-download-tar)
6822 (package-menu-view-commentary): Use it.
6823 (package-installed-p): Make second argument optional.
6824 (package-read-all-archive-contents): New function.
6825 (package-initialize): Use it.
6826 (package-read-archive-contents): Add ARCHIVE argument.
6827 (package--add-to-archive-contents): New function.
6828 (package-install): Don't call package-read-archive-contents.
6829 (package--download-one-archive): Store archive file in a
6830 subdirectory of package-user-dir.
6831 (package-menu-execute): Remove spurious line movement.
6832
6833 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
6834
6835 * cus-start.el (tool-bar-style): Add text-image-horiz.
6836
6837 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
6838
6839 * progmodes/gud.el (gud-common-init): Check for remoteness of
6840 `file', and not of `default-directory'.
6841
6842 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
6843
6844 * net/tramp.el (tramp-methods): Move hostname to the end in all
6845 ssh `tramp-login-args'.
6846 (tramp-verbose): Describe verbose level 9.
6847 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
6848 (tramp-open-connection-setup-interactive-shell): Trace stty
6849 settings if `tramp-verbose' >= 9.
6850 (tramp-handle-start-file-process): Implement tty setting.
6851 (Bug#4604, Bug#6360)
6852
6853 * net/tramp-cmds.el (tramp-bug): Recommend setting of
6854 `tramp-verbose' to 9.
6855
6856 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
6857
6858 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
6859 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
6860 Remove references to package `lisp-re' (bug#4369).
6861
6862 2010-07-27 Tom Tromey <tromey@redhat.com>
6863
6864 * progmodes/js.el (js-mode):
6865 * progmodes/make-mode.el (makefile-mode):
6866 * progmodes/simula.el (simula-mode):
6867 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
6868
6869 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
6870
6871 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
6872
6873 * time.el (display-time-day-and-date): Remove spurious * in docstring.
6874 (display-time-world-buffer-name, display-time-world-mode-map):
6875 Fix typos in docstrings.
6876
6877 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
6878
6879 * image-mode.el (image-display-size): New function.
6880 (image-forward-hscroll, image-next-line, image-eol, image-eob)
6881 (image-mode-fit-frame): Use it (Bug#6639).
6882
6883 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
6884
6885 * dired.el (dired-buffers-for-dir): Handle list values of
6886 dired-directory (Bug#6636).
6887
6888 2010-07-26 Sam Steingold <sds@gnu.org>
6889
6890 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
6891 Do not call `x-get-selection' the second time, reuse the value.
6892
6893 2010-07-26 Daiki Ueno <ueno@unixuser.org>
6894
6895 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
6896 which consist of control chars only. Suggested by Richard Stallman.
6897
6898 2010-07-25 Daiki Ueno <ueno@unixuser.org>
6899
6900 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
6901 exists before passing an error to find-file-not-found-functions
6902 (bug#6723).
6903
6904 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
6905
6906 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
6907 Remove leading nil element, adjust values.
6908 (tetris-shapes, tetris-shape-scores):
6909 Change representation of shapes and remove some redundancy.
6910 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
6911 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
6912 Adjust for working with new representation of shapes.
6913 (tetris-shape-rotations): New function.
6914 (tetris-move-bottom, tetris-move-left, tetris-move-right)
6915 (tetris-rotate-prev, tetris-rotate-next):
6916 Adjust for working with the new version of tetris-test-shape.
6917
6918 2010-07-23 Markus Triska <markus.triska@gmx.at>
6919
6920 * progmodes/ps-mode.el: Use comint (bug#5954).
6921 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
6922 (ps-mode-other-newline): Simplify.
6923 (ps-run-mode): Derive from comint-mode instead of
6924 fundamental-mode, yielding input history etc.
6925 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
6926 (ps-run-send-string): Adapt for comint-mode.
6927 (ps-run-newline): Remove now unneeded function.
6928
6929 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
6930
6931 * net/tramp.el (tramp-methods): Move hostname to the end in all
6932 plink `tramp-login-args'.
6933
6934 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
6935
6936 * net/tramp.el (tramp-open-shell): New defun.
6937 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6938 Use it.
6939
6940 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
6941
6942 * net/tramp.el (tramp-file-name-regexp-unified)
6943 (tramp-completion-file-name-regexp-unified): On W32 systems, do
6944 not regard the volume letter as remote filename. (Bug#5447)
6945
6946 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
6947
6948 * custom.el (custom-declare-variable): Give a clearer error message
6949 when the docstring is missing (bug#6476).
6950
6951 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
6952
6953 * progmodes/sql.el: Version 2.4. Improved Login prompting.
6954 (sql-login-params): New widget definition.
6955 (sql-oracle-login-params, sql-mysql-login-params)
6956 (sql-solid-login-params, sql-sybase-login-params)
6957 (sql-informix-login-params, sql-ingres-login-params)
6958 (sql-ms-login-params, sql-postgres-login-params)
6959 (sql-interbase-login-params, sql-db2-login-params)
6960 (sql-linter-login-params): Use it.
6961 (sql-sqlite-login-params): Use it; Define "database" parameter as
6962 a file name.
6963 (sql-sqlite-program): Change to "sqlite3".
6964 (sql-comint-sqlite): Make sure database name is complete.
6965 (sql-for-each-login): New function.
6966 (sql-connect, sql-save-connection): Use it.
6967 (sql-get-login-ext): New function.
6968 (sql-get-login): Use it.
6969 (sql-make-alternate-buffer-name): Handle :file parameters.
6970
6971 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
6972
6973 * dired.el (dired-no-confirm): Document value t and fix defcustom to
6974 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
6975
6976 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6977
6978 * dired.el (dired-mode-map): Use command remapping (bug#6632).
6979
6980 2010-07-22 Lawrence Mitchell <wence@gmx.li>
6981
6982 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
6983
6984 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
6985
6986 * net/tramp.el (tramp-get-ls-command)
6987 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
6988 instead of "/".
6989
6990 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
6991
6992 * progmodes/sql.el: Version 2.3.
6993 (sql-connection-alist): Change keys from symbols to strings;
6994 enhanced the widget definition.
6995 (sql-mode-menu): Add submenu to select connections.
6996 (sql-interactive-mode-menu): Add "Save Connection" item.
6997 (sql-add-product): Fix menu item.
6998 (sql-get-product-feature): Improved error handling.
6999 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
7000 (sql-make-alternate-buffer-name): Simplified.
7001 (sql-product-interactive): Handle missing product.
7002 (sql-connect): Support string keys, minor improvements.
7003 (sql-save-connection): New function.
7004 (sql-connection-menu-filter): New function.
7005
7006 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
7007
7008 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
7009 (tramp-open-connection-setup-interactive-shell):
7010 Apply workaround for IRIX64 bug. Move argument of last
7011 `tramp-send-command' where it belongs to.
7012
7013 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
7014
7015 * net/tramp.el (tramp-perl-file-attributes)
7016 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
7017 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
7018 front of `login-args'.
7019
7020 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
7021
7022 * time.el (display-time-world-mode): Define with `define-derived-mode'.
7023 Set `show-trailing-whitespace' to nil.
7024 (display-time-world-display): Simplify.
7025
7026 2010-07-18 Alan Mackenzie <acm@muc.de>
7027
7028 Enhance `c-file-style' in file/directory local variables.
7029 * progmodes/cc-mode.el (c-count-cfss): New function.
7030 (c-before-hack-hook): Call `c-set-style' differently according to
7031 whether c-file-style was set in file or directory local
7032 variables.
7033
7034 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
7035
7036 * progmodes/sql.el: Version 2.2.
7037 (sql-product, sql-user, sql-database, sql-server, sql-port):
7038 Use defcustom :safe keyword rather than putting safe-local-variable
7039 property.
7040 (sql-password): Use defcustom :risky keyword rather than putting
7041 risky-local-variable property.
7042 (sql-oracle-login-params, sql-sqlite-login-params)
7043 (sql-solid-login-params, sql-sybase-login-params)
7044 (sql-informix-login-params, sql-ingres-login-params)
7045 (sql-ms-login-params, sql-postgres-login-params)
7046 (sql-interbase-login-params, sql-db2-login-params)
7047 (sql-linter-login-params): Add `port' option.
7048 (sql-get-product-feature): Add NO-INDIRECT parameter.
7049 (sql-comint-oracle, sql-comint-sybase)
7050 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
7051 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
7052 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
7053 (sql-comint-linter): Rename sql-connect-* functions to
7054 sql-comint-*.
7055 (sql-product-alist, sql-mode-menu): Rename as above and
7056 :sqli-connect-func to :sqli-comint-func.
7057 (sql-connection): New variable.
7058 (sql-interactive-mode): Set it.
7059 (sql-connection-alist): New variable.
7060 (sql-connect): New function.
7061 (sql--alt-buffer-part, sql--alt-if-not-empty)
7062 (sql-make-alternate-buffer-name): Improved alternative buffer name.
7063
7064 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7065
7066 * image-mode.el (image-bookmark-make-record): Do not set context
7067 in an image (Bug#6650).
7068
7069 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
7070
7071 * simple.el (select-active-region): New function.
7072 (push-mark-command, set-mark, activate-mark)
7073 (handle-shift-selection): Use it.
7074 (deactivate-mark): Don't check for size of region.
7075
7076 * mouse.el (mouse-drag-track): Use select-active-region.
7077
7078 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
7079
7080 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
7081 "--dired" stronger.
7082
7083 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
7084
7085 * term/x-win.el (x-select-enable-primary): Change default to nil.
7086 (x-select-enable-clipboard): Add :version keyword.
7087
7088 * mouse.el (mouse-drag-copy-region):
7089 * simple.el (select-active-regions): Likewise.
7090
7091 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
7092
7093 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
7094 (vc-coding-system-for-diff): Use it to decide whether to inherit
7095 from the file the EOL format for reading the diffs of that file.
7096 (Bug#4451)
7097
7098 2010-07-16 Eli Zaretskii <eliz@gnu.org>
7099
7100 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
7101 unibyte, so compressed attachments are not compressed again.
7102
7103 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
7104
7105 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
7106 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
7107 (tramp-find-shell): Simplify setting connection property.
7108 (tramp-get-ls-command): Make test for "--color=never" stronger.
7109
7110 2010-07-15 Simon South <ssouth@member.fsf.org>
7111
7112 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
7113 blocks within record declarations (i.e. variant parts) correctly.
7114
7115 2010-07-15 Simon South <ssouth@member.fsf.org>
7116
7117 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
7118 over literal tokens when parsing so newlines aren't "absorbed" by
7119 single-line comments. Corrects the indentation of case blocks
7120 that have a comment on the first line.
7121
7122 2010-07-14 Karl Fogel <kfogel@red-bean.com>
7123
7124 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
7125 by Drew Adams (Bug#5504).
7126
7127 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
7128
7129 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
7130 now that Unicode is used (Bug#6594).
7131
7132 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
7133
7134 * term/x-win.el (x-select-enable-clipboard): Default to t.
7135 (x-initialize-window-system): Don't overwrite Paste menu item.
7136
7137 * simple.el (select-active-regions): Default to t.
7138 (push-mark-command): Don't overwrite primary with empty string.
7139
7140 * mouse.el: Bind mouse-2 to mouse-yank-primary.
7141 (mouse-drag-copy-region): Default to nil.
7142
7143 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
7144 Cut/Copy/Paste menu bar items.
7145
7146 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7147
7148 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7149 Patch applied by Karl Fogel.
7150
7151 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
7152 and `bookmark-current-buffer' if they have been already set in
7153 another buffer (e.g gnus-art).
7154
7155 2010-07-13 Karl Fogel <kfogel@red-bean.com>
7156 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7157
7158 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
7159
7160 * bookmark.el (bookmark-make-record-default): Allow unneeded
7161 information to be omitted from the record.
7162
7163 Adjust declarations and calls:
7164
7165 * info.el (bookmark-make-record-default): Adjust declaration.
7166 (Info-bookmark-make-record): Adjust call.
7167
7168 * woman.el (bookmark-make-record-default): Adjust declaration.
7169 (woman-bookmark-make-record): Adjust call.
7170
7171 * man.el (bookmark-make-record-default): Adjust declaration.
7172 (Man-bookmark-make-record): Adjust call.
7173
7174 * image-mode.el (bookmark-make-record-default): Adjust declaration.
7175
7176 * doc-view.el (bookmark-make-record-default): Adjust declaration.
7177
7178 2010-07-13 Karl Fogel <kfogel@red-bean.com>
7179
7180 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
7181 This is also from Thierry Volpiatto's patch in bug #6444. However,
7182 because it was extraneous to the functional change in that patch,
7183 and causes a re-indendation, I am committing it separately.
7184
7185 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7186
7187 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
7188 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
7189 Patch applied by Karl Fogel (Bug#6444).
7190
7191 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
7192
7193 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
7194
7195 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
7196
7197 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
7198 Dempsky; bug#5084). Remove incorrect binding for S-tab.
7199 (ns-alternatives-map): Change S-tab binding to backtab
7200 (bug#6616).
7201
7202 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
7203 under ns.
7204
7205 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
7206
7207 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
7208 (Bug#5806)
7209
7210 * language/tv-util.el (tai-viet-re): Remove format.
7211
7212 2010-07-12 Kenichi Handa <handa@m17n.org>
7213
7214 * language/hebrew.el: Remove no-byte-compile declaration.
7215 Change coding: tag to utf-8. Register hebrew-shape-gstring in
7216 composition-function-table for 3-character looking back.
7217 (hebrew-font-get-precomposed): New function.
7218 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
7219
7220 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
7221
7222 * mouse.el (mouse-drag-track): Handle select-active-regions
7223 (Bug#6612).
7224
7225 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
7226
7227 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
7228 empty argument to gvfs-copy.
7229
7230 2010-07-10 Glenn Morris <rgm@gnu.org>
7231
7232 * calendar/calendar.el (calendar-week-end-day): New function.
7233 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
7234 Respect calendar-week-start-day. (Bug#6606)
7235 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
7236 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
7237 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
7238 respect calendar-week-start-day.
7239
7240 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
7241
7242 * simple.el (use-region-p): Doc fix (Bug#6607).
7243
7244 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
7245
7246 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7247 Add regexps for cucumber and ruby.
7248
7249 2010-07-08 Daiki Ueno <ueno@unixuser.org>
7250
7251 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
7252 (epa-file-insert-file-contents): Hack to prevent
7253 find-file from opening empty buffer when decryption failed
7254 (bug#6568).
7255
7256 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
7257
7258 * textmodes/ispell.el (ispell-alternate-dictionary):
7259 Use file-readable-p.
7260 Return nil if no word-list is found at default locations.
7261 (ispell-complete-word-dict): Default to nil.
7262 (ispell-command-loop): Use 'word-list' when using lookup-words.
7263 (lookup-words): Use ispell-complete-word-dict or
7264 ispell-alternate-dictionary. Check for word-list availability
7265 and handle errors if needed with better messages (Bug#6539).
7266 (ispell-complete-word): Use ispell-complete-word-dict or
7267 ispell-alternate-dictionary.
7268
7269 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
7270
7271 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
7272 builtins (BufferError, BytesWarning, WindowsError; callables
7273 bin, bytearray, bytes, format, memoryview, next, print; __package__).
7274
7275 2010-07-07 Glenn Morris <rgm@gnu.org>
7276
7277 * play/zone.el (top-level): Do not require timer, tabify, or cl.
7278 (zone-shift-left): Ignore intangibility, and any errors from
7279 forward-char.
7280 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
7281 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
7282 deleting, and copying text properties.
7283 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
7284 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
7285 to point-max is hard.
7286 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
7287 (zone-fill-out-screen): Ignore intangibility.
7288
7289 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
7290
7291 * menu-bar.el (menu-bar-mode):
7292 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
7293 if it has been set.
7294
7295 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
7296 word/line selection (Bug#6565).
7297
7298 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
7299
7300 * net/dbus.el (dbus-send-signal): Declare function.
7301
7302 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
7303
7304 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
7305 (dbus-register-property): New optional argument EMITS-SIGNAL.
7306 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
7307
7308 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
7309
7310 * mouse.el (mouse-drag-overlay): Variable deleted.
7311 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
7312 (mouse--remap-link-click-p): New function.
7313 (mouse-drag-track): Handle dragging by using temporary Transient
7314 Mark mode, instead of a special overlay.
7315 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
7316 mouse-show-mark.
7317
7318 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
7319 deleted.
7320
7321 2010-07-02 Juri Linkov <juri@jurta.org>
7322
7323 * autoinsert.el (auto-insert-alist): Fix readability
7324 by using dotted pair notation for lambda.
7325
7326 2010-07-02 Juri Linkov <juri@jurta.org>
7327
7328 * faces.el (read-face-name): Rename arg `string-describing-default'
7329 to `default'. Doc fix. Display the default value in quotes
7330 in the prompt. With empty input, return the `default' arg,
7331 unless the default value is a string (in which case return nil).
7332 (describe-face): Replace the string `default' arg of `read-face-name'
7333 with the symbol `default'.
7334
7335 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
7336
7337 * emulation/viper-cmd.el (viper-delete-backward-char)
7338 (viper-del-backward-char-in-insert)
7339 (viper-del-backward-char-in-replace, viper-change)
7340 (viper-backward-indent): Replace delete-backward-char with
7341 delete-char (Bug#6552).
7342
7343 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
7344
7345 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
7346
7347 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
7348
7349 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
7350 argument passed to frame-creation-function (Bug#5378).
7351
7352 * faces.el (x-handle-named-frame-geometry)
7353 (x-handle-reverse-video, x-create-frame-with-faces)
7354 (face-set-after-frame-default, tty-create-frame-with-faces):
7355 Don't separately consult default-frame-alist. It is now passed as the
7356 PARAMETER argument.
7357
7358 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
7359
7360 * startup.el (command-line): Don't call tool-bar-setup in a
7361 tty-only build.
7362
7363 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
7364
7365 * ruler-mode.el (ruler--save-header-line-format): New fun.
7366 (ruler-mode): Use it as a setter function, so as not to overwrite
7367 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
7368
7369 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
7370
7371 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
7372 (vc-root-diff, vc-print-root-log, vc-log-incoming)
7373 (vc-log-outgoing): Use it.
7374 (vc-diff-internal): Set diff-vc-backend.
7375
7376 * vc/diff-mode.el (diff-vc-backend): New var.
7377
7378 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
7379
7380 * dynamic-setting.el (font-setting-change-default-font):
7381 Remove call to message.
7382
7383 2010-06-28 Kenichi Handa <handa@m17n.org>
7384
7385 * international/quail.el (quail-insert-kbd-layout): Fix the
7386 showing of untranslated characters.
7387
7388 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
7389
7390 * simple.el (delete-active-region): New option.
7391 (delete-backward-char): Implement in Lisp.
7392 (delete-forward-char): New command.
7393
7394 * mouse.el (mouse-region-delete-keys): Deleted.
7395 (mouse-show-mark): Simplify.
7396
7397 * bindings.el (global-map): Bind delete and DEL, the former to
7398 delete-forward-char.
7399
7400 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
7401
7402 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
7403 (ruby-mode): Bind indent-line-function (Bug#5119).
7404
7405 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
7406
7407 * startup.el (command-line): Recognize "0" X resource value.
7408
7409 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
7410
7411 * startup.el (command-line): Use X resources to set the value of
7412 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
7413
7414 * menu-bar.el (menu-bar-mode):
7415 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
7416 Set init-value to t.
7417
7418 * frame.el (frame-notice-user-settings): Don't change
7419 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
7420 vice versa (Bug#2249).
7421
7422 2010-06-26 Eli Zaretskii <eliz@gnu.org>
7423
7424 * w32-fns.el (w32-convert-standard-filename): Doc fix.
7425
7426 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
7427
7428 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
7429 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
7430
7431 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
7432 default directories are expanded (Bug#6143).
7433
7434 2010-06-24 Juri Linkov <juri@jurta.org>
7435
7436 * minibuffer.el (completions-format): Change default from nil to
7437 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
7438
7439 2010-06-24 Juri Linkov <juri@jurta.org>
7440
7441 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
7442 buffer-locally to lambda that re-runs the vc diff command.
7443 (Bug#6447)
7444
7445 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
7446
7447 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
7448 echo area is in use (Bug#3412).
7449
7450 2010-06-22 Glenn Morris <rgm@gnu.org>
7451
7452 * textmodes/texinfmt.el (texinfo-format-region)
7453 (texinfo-raise-lower-sections, texinfo-format-separate-node)
7454 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
7455 (texinfo-format-option, texinfo-noindent):
7456 Use line-beginning-position and line-end-position.
7457
7458 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
7459 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
7460 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
7461 utf-8 characters.
7462
7463 2010-06-21 Karl Fogel <kfogel@red-bean.com>
7464
7465 * play/zone.el (zone-fall-through-ws): Fix next-line ->
7466 forward-line fallout.
7467
7468 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
7469
7470 * mouse.el (mouse-appearance-menu): Add docstring.
7471
7472 * help.el (describe-key): Print up-event using key-description.
7473
7474 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
7475
7476 * net/zeroconf.el (zeroconf-resolve-service)
7477 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
7478 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
7479
7480 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
7481
7482 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
7483
7484 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
7485
7486 Avoid displaying files with a nil state in vc-dir.
7487 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
7488 cases that cause insertion.
7489 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
7490 with a nil state.
7491
7492 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
7493
7494 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
7495
7496 2010-06-29 Leo <sdl.web@gmail.com>
7497
7498 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
7499
7500 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7501
7502 * generic-x.el (bat-generic-mode): Fix regexp for command line
7503 switches (Bug#5719).
7504
7505 2010-06-27 Masatake YAMATO <yamato@redhat.com>
7506
7507 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
7508 of nconc to avoid pure storage error (Bug#6239).
7509
7510 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
7511
7512 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
7513 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
7514 bindings of bookmark-automatically-show-annotations (Bug#6515).
7515
7516 2010-06-25 Eli Zaretskii <eliz@gnu.org>
7517
7518 * arc-mode.el (archive-zip-extract): Don't quote the file name on
7519 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
7520
7521 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
7522
7523 * comint.el (make-comint, make-comint-in-buffer): Mention return
7524 value in the docstrings. (Bug#6498)
7525
7526 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
7527
7528 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
7529 since it is not present when using some non-default switches.
7530
7531 2010-06-23 Karl Fogel <kfogel@red-bean.com>
7532
7533 * simple.el (compose-mail): Fix doc string to refer to
7534 `compose-mail-user-agent-warnings', instead of to the
7535 nonexistent `compose-mail-check-user-agent'.
7536
7537 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
7538
7539 Fix an indentation bug:
7540
7541 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
7542 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
7543 of existing values.
7544
7545 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
7546 (c-clear->-pair-props-if-match-before): now return t when they've
7547 cleared properties, nil otherwise.
7548 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
7549 by taking account of the existing value.
7550
7551 * progmodes/cc-defs.el
7552 (c-clear-char-property-with-value-function): Fix this to clear the
7553 property rather than overwriting it with nil.
7554
7555 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
7556
7557 * emacs-lisp/package.el (package-print-package): Add link to
7558 package description via describe-package.
7559 (describe-package-1): List package requirements. Add button to
7560 perform installation.
7561 (package-menu-describe-package): New command.
7562
7563 * help-mode.el (help-package): New button type.
7564
7565 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
7566
7567 * emacs-lisp/package.el: Move package-list-packages binding to
7568 menu-bar.el.
7569 (describe-package, describe-package-1, package--dir): New funs.
7570 (package-activate-1): Use package--dir.
7571
7572 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
7573
7574 * help-mode.el (help-package-def): New button type.
7575
7576 * menu-bar.el: Move package-list-packages binding here from
7577 package.el.
7578
7579 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
7580
7581 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
7582
7583 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7584
7585 * emacs-lisp/edebug.el (edebug-read-list):
7586 Phase out old-style backquotes.
7587
7588 2010-06-17 Juri Linkov <juri@jurta.org>
7589
7590 * help-mode.el (help-mode): Set buffer-local variable
7591 revert-buffer-function to help-mode-revert-buffer.
7592 (help-mode-revert-buffer): New function.
7593
7594 * info.el (Info-revert-find-node): Check for major-mode Info-mode
7595 before popping to "*info*" (like in other Info functions).
7596 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
7597 old-history-forward. Pop to old-buffer-name or "*info*" to
7598 recreate the killed buffer. Set Info-history-forward from
7599 old-history-forward.
7600 (Info-breadcrumbs-depth): Add :group and :version.
7601
7602 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
7603
7604 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
7605
7606 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
7607
7608 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
7609 for languages like Portuguese with pt_{BR,PT} and no plain pt.
7610
7611 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
7612
7613 * emacs-lisp/package.el (package-menu-mode-map):
7614 Move initialization into declaration.
7615
7616 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
7617
7618 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
7619
7620 * emacs-lisp/package.el (package-archive-base): Point to
7621 elpa.gnu.org.
7622 (package-enable, package-load-list): New defcustoms.
7623 (package-user-dir, package-directory-list): Turn into defcustoms.
7624 Don't include package-user-dir in package-directory-list.
7625 (package--builtins-base): Don't include Emacs as a "package".
7626 (package-subdirectory-regexp): New var.
7627 (package-load-all-descriptors, package-compute-transaction)
7628 (package-download-transaction): Obey package-load-list.
7629 (package-activate-1): Rename from package-do-activate.
7630 (package-list-packages-internal): Check package-load-list.
7631 (package-load-descriptor, package-generate-autoloads)
7632 (package-unpack, package-unpack-single)
7633 (package--read-archive-file, package-delete):
7634 Use expand-file-name.
7635
7636 * emacs-lisp/package-x.el: New file. Package uploading
7637 functionality split out from package.el.
7638
7639 * startup.el (command-line): Load packages after reading init file.
7640
7641 2010-06-17 Tom Tromey <tromey@redhat.com>
7642
7643 * emacs-lisp/package.el: New file.
7644
7645 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7646
7647 Fix vc-annotate for renamed files when using Git.
7648 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
7649 ls-files. Doe not pass the object as a file name to cat-file, it
7650 is not a file name.
7651 (vc-git-annotate-command): Pass the file name using -- to avoid
7652 ambiguity with the revision.
7653 (vc-git-previous-revision): Pass a relative file name.
7654
7655 2010-06-22 Glenn Morris <rgm@gnu.org>
7656
7657 * progmodes/js.el (js-mode-map): Use standard capitalization and
7658 ellipses for menu entries.
7659
7660 * wid-edit.el (widget-complete): Doc fix.
7661
7662 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
7663
7664 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
7665
7666 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7667
7668 Fix annotating other revisions for renamed files in vc-annotate.
7669 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
7670 VC backend. Use it when non-nil.
7671 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
7672 (Bug#6487).
7673
7674 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
7675 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
7676 Do not pass the file name to the 'previous-revision call when we
7677 don't want a file diff. (Bug#6489)
7678
7679 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7680
7681 Fix finding revisions for renamed files in vc-annotate.
7682 * vc/vc.el (vc-find-revision): Add an optional argument for
7683 the VC backend. Use it when non-nil.
7684 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
7685 backend to vc-find-revision. (Bug#6487)
7686
7687 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7688
7689 Fix reading file names in Git annotate buffers.
7690 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
7691 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
7692
7693 2010-06-20 Alan Mackenzie <acm@muc.de>
7694
7695 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
7696 in file local variables, set it first.
7697
7698 2010-06-19 Glenn Morris <rgm@gnu.org>
7699
7700 * descr-text.el (describe-char-unicode-data): Insert separating
7701 space when needed. (Bug#6422)
7702
7703 * progmodes/idlwave.el (idlwave-action-and-binding):
7704 Fix typo in 2009-12-03 change. (Bug#6450)
7705
7706 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7707
7708 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
7709 handling for `lambda' (misunderstanding).
7710
7711 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
7712
7713 * calc/calc-poly.el (math-accum-factors): Make sure that
7714 constants aren't distributed after they are factored out.
7715
7716 2010-06-16 Juri Linkov <juri@jurta.org>
7717
7718 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
7719 `list-colors-print'. (Bug#6332)
7720
7721 * subr.el (read-quoted-char): Fix up last change (bug#6290).
7722
7723 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
7724
7725 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
7726 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
7727
7728 * font-lock.el (font-lock-major-mode): Rename from
7729 font-lock-mode-major-mode to distinguish it from
7730 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
7731 (font-lock-set-defaults):
7732 * font-core.el (font-lock-default-function): Adjust users.
7733 (font-lock-mode): Don't set it at all.
7734
7735 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
7738
7739 2010-06-16 Glenn Morris <rgm@gnu.org>
7740
7741 * calendar/appt.el (appt-time-msg-list): Doc fix.
7742 (appt-check): Let-bind appt-warn-time.
7743 (appt-add): Make the 3rd argument optional.
7744 Simplify argument names. Doc fix. Check for integer WARNTIME.
7745 Only add WARNTIME to the output list if non-nil.
7746
7747 2010-06-16 Ivan Kanis <apple@kanis.eu>
7748
7749 * calendar/appt.el (appt-check): Let the 3rd element of
7750 appt-time-msg-list specify the warning time.
7751 (appt-add): Add new argument with the warning time. (Bug#5176)
7752
7753 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
7754
7755 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
7756 older than version 1.6. (Bug#6361)
7757
7758 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
7759
7760 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
7761 used by cl-do-arglist. (Bug#6408)
7762
7763 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
7764
7765 * textmodes/ispell.el (ispell-dictionary-base-alist):
7766 Fix portuguese casechars/not-casechars for missing 'çÇ'.
7767 Suggested by Rolando Pereira (bug#6434).
7768
7769 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
7770
7771 * facemenu.el (list-colors-sort): Doc fix.
7772
7773 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
7774
7775 * progmodes/sql.el (sql-connect-mysql): Fix typo.
7776
7777 2010-06-14 Juri Linkov <juri@jurta.org>
7778
7779 Add sort option `list-colors-sort'. (Bug#6332)
7780 * facemenu.el (color-rgb-to-hsv): New function.
7781 (list-colors-sort): New defcustom.
7782 (list-colors-sort-key): New function.
7783 (list-colors-display): Doc fix. Sort list according to the option
7784 `list-colors-sort'.
7785 (list-colors-print): Add HSV values to `help-echo' property of
7786 RGB strings.
7787
7788 2010-06-14 Juri Linkov <juri@jurta.org>
7789
7790 * compare-w.el: Move to the "vc" subdirectory.
7791
7792 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7793
7794 * image-mode.el (image-mode-map): Remap left-char and right-char.
7795
7796 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
7797
7798 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
7799
7800 * term/common-win.el (x-colors): Add all the color names defined
7801 in rgb.txt (Bug#6332).
7802
7803 * facemenu.el (list-colors-print): Don't print extra names if it
7804 will overflow the window width.
7805
7806 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
7807 change (Bug#6343).
7808
7809 2010-06-12 Eli Zaretskii <eliz@gnu.org>
7810
7811 * files.el (make-directory): Doc fix (bug#6396).
7812
7813 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
7814
7815 * net/tramp.el (tramp-remote-process-environment): Protect version
7816 string by apostroph.
7817 (tramp-shell-prompt-pattern): Do not use a shy group in case of
7818 XEmacs.
7819 (tramp-file-name-for-operation): Add `call-process-region'.
7820 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
7821
7822 * net/tramp-compat.el (top): Do not autoload
7823 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
7824 only when `start-file-process' is not bound.
7825 (tramp-advice-file-expand-wildcards): Do not use
7826 `tramp-handle-file-remote-p'.
7827 (tramp-compat-make-temp-file): Handle the case, that
7828 `make-temp-file' has no third argument EXTENSION.
7829
7830 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
7831
7832 * makefile.w32-in (WINS_BASIC): Include new directory vc.
7833
7834 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
7835
7836 2010-06-11 Juri Linkov <juri@jurta.org>
7837
7838 * finder.el (finder-known-keywords): Add keyword "vc"
7839 for version control.
7840
7841 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
7842 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
7843 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
7844 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
7845
7846 2010-06-11 Juri Linkov <juri@jurta.org>
7847
7848 Move version control related files to the "vc" subdirectory.
7849 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
7850 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
7851 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
7852 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
7853 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
7854 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
7855 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
7856 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
7857 Move files to the "vc" subdirectory.
7858
7859 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
7860
7861 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
7862 (Bug#6367).
7863
7864 2010-06-11 Stephen Eglen <stephen@gnu.org>
7865
7866 * shell.el: Bind `shell-resync-dirs' to M-RET.
7867
7868 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
7869
7870 * notifications.el: Move file from lisp/net, because it is
7871 supposed to talk locally to the user.
7872
7873 2010-06-10 Julien Danjou <julien@danjou.info>
7874
7875 * net/notifications.el (notifications-on-action-signal)
7876 (notifications-on-closed-signal): Pass notification id as first
7877 argument to the callback functions. Add docstrings.
7878 (notifications-notify): Fix docstring.
7879
7880 2010-06-10 Glenn Morris <rgm@gnu.org>
7881
7882 * emacs-lisp/authors.el (authors-ignored-files)
7883 (authors-valid-file-names): Add some files.
7884
7885 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7886
7887 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
7888 merge conflict, giving preference to the emacs-23 version of the code.
7889
7890 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * emacs-lisp/advice.el (ad-compile-function):
7893 Define warning-suppress-types before we let-bind it (bug#6275).
7894
7895 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
7896 declare it, make it buffer-local and permanent-local (bug#6324).
7897 (vc-resynch-window): Adjust name.
7898 * vc-hooks.el (vc-find-file-hook): Adjust name.
7899
7900 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
7901
7902 * net/notifications.el (notifications-notify): Fix docstring.
7903
7904 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
7905
7906 Update to Unicode 6.0.0 beta.
7907 * international/charprop.el: Update copyright.
7908 * international/mule-cmds.el (ucs-names): Update character ranges.
7909 * international/uni-bidi.el:
7910 * international/uni-category.el:
7911 * international/uni-combining.el:
7912 * international/uni-comment.el:
7913 * international/uni-decimal.el:
7914 * international/uni-decomposition.el:
7915 * international/uni-digit.el:
7916 * international/uni-lowercase.el:
7917 * international/uni-mirrored.el:
7918 * international/uni-name.el:
7919 * international/uni-numeric.el:
7920 * international/uni-old-name.el:
7921 * international/uni-titlecase.el:
7922 * international/uni-uppercase.el: Regenerate.
7923
7924 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
7925
7926 * emacs-lisp/smie.el (comment-string-strip): Declare function.
7927 (smie-precs-precedence-table): Fix typo in docstring.
7928
7929 * vc-mtn.el (log-edit-extract-headers): Declare function.
7930
7931 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
7932
7933 * net/notifications.el (dbus-register-signal): Declare function.
7934 (notifications-notify): Fix typos and reflow docstring.
7935
7936 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7937
7938 Improve VC create/retrieve tag/branch.
7939 * vc.el (vc-create-tag): Do not read the directory name for VCs
7940 with repository revision granularity. Adjust the tag/branch
7941 prompt. Reset VC properties.
7942 (vc-retrieve-tag): Do not read the directory name for VCs
7943 with repository revision granularity. Reset VC properties.
7944
7945 2010-06-09 Julien Danjou <julien@danjou.info>
7946
7947 * net/notifications.el: New file.
7948
7949 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7950
7951 Add optional support for resetting VC properties.
7952 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
7953 call vc-file-clearprops when true.
7954 (vc-resynch-buffer): Add new optional argument, pass it down.
7955 (vc-resynch-buffers-in-directory): Likewise.
7956
7957 Improve support for special markup in the VC commit message.
7958 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
7959 * vc-hg.el (vc-hg-checkin): Add support for Date:.
7960 * vc-git.el (vc-git-checkin):
7961 * vc-bzr.el (vc-bzr-checkin): Likewise.
7962
7963 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7964
7965 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
7966 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
7967
7968 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
7969
7970 * iimage.el: Remove images as soon as the underlying text is modified.
7971 (iimage-modification-hook): New function.
7972 (iimage-mode-buffer): Use it.
7973
7974 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7975
7976 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
7977 smie-indent-offset-after. Add :prev case. Make a bit more generic.
7978 (smie-indent-virtual): Remove `virtual' arg. Update callers.
7979 (smie-indent-keyword): Add handling of open-paren keywords.
7980 (smie-indent-comment-continue): Don't assume comment-continue.
7981
7982 2010-06-07 Martin Rudalics <rudalics@gmx.at>
7983
7984 * window.el (pop-to-buffer): Remove the conditional that
7985 compares new-window and old-window, so it will reselect
7986 the selected window unconditionally.
7987 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
7988
7989 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7990
7991 * emacs-lisp/smie.el (smie-indent-offset-after)
7992 (smie-indent-forward-token, smie-indent-backward-token): New functions.
7993 (smie-indent-after-keyword): Use them.
7994 (smie-indent-fixindent): Only applies to the indentation of the BOL.
7995 (smie-indent-keyword): Tweak the black magic.
7996 (smie-indent-comment-continue): Strip comment-continue before use.
7997 (smie-indent-functions): Indent comments before keywords.
7998
7999 2010-06-06 Juri Linkov <juri@jurta.org>
8000
8001 * isearch.el (isearch-lazy-highlight-search): Fix looping
8002 by checking for empty match. This syncs this loop with the
8003 similar loop in `isearch-search'. (Bug#6362)
8004
8005 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
8006
8007 * net/dbus.el (dbus-register-method): Declare function.
8008 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
8009 (dbus-introspect): Doc fix.
8010 (dbus-event-bus-name, dbus-introspect-get-interface)
8011 (dbus-introspect-get-argument): Reflow docstrings.
8012
8013 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
8014
8015 vc-log-incoming/vc-log-outgoing fixes for Git.
8016 * vc-git.el (vc-git-log-view-mode): Fix font lock for
8017 incoming/outgoing logs.
8018 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
8019 instead of vc-git-compute-remote.
8020 (vc-git-compute-remote): Remove.
8021
8022 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
8023
8024 * term/common-win.el (x-colors): Add "dark green" and "dark
8025 turquoise" (Bug#6332).
8026
8027 2010-06-04 Juri Linkov <juri@jurta.org>
8028
8029 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
8030 Instead of setting `replace' to t and replacing the same string
8031 with itself, don't do certain actions when
8032 kill-do-not-save-duplicates is non-nil and string is equal to car
8033 of kill-ring: don't call menu-bar-update-yank-menu, don't push
8034 interprogram-paste strings to kill-ring, and don't push the input
8035 argument `string' to kill-ring.
8036 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
8037
8038 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
8039
8040 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
8041
8042 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
8043
8044 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
8045 (tramp-gvfs-handler-mounted-unmounted)
8046 (tramp-gvfs-connection-mounted-p): Handle default-location.
8047
8048 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
8049 move files to trash.
8050
8051 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
8052
8053 * international/mule-cmds.el (nonascii-insert-offset)
8054 (nonascii-translation-table): Add obsolescence information.
8055
8056 * international/mule.el (make-translation-table-from-vector): Doc fix.
8057
8058 2010-06-03 Glenn Morris <rgm@gnu.org>
8059
8060 * desktop.el (desktop-clear-preserve-buffers):
8061 Add "*Warnings*" buffer. (Bug#6336)
8062
8063 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
8064
8065 vc-log-incoming/vc-log-outgoing improvements for Git.
8066 * vc-git.el (vc-git-log-outgoing): Use the same format as the
8067 short log.
8068 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
8069
8070 Add bindings for vc-log-incoming and vc-log-outgoing.
8071 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
8072 and vc-log-outgoing.
8073 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
8074 and vc-log-outgoing.
8075
8076 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
8077
8078 * net/rcirc.el (rcirc-sort-nicknames): Remove.
8079 (rcirc-handler-366): Always sort nicknames.
8080
8081 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
8082
8083 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
8084
8085 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
8086
8087 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
8088
8089 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8090
8091 * net/rcirc.el (rcirc-sort-nicknames): Change default.
8092 (rcirc-sort-nicknames-join): Avoid setq.
8093
8094 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8095
8096 * net/rcirc.el (rcirc-sort-nicknames): New custom.
8097 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
8098 (rcirc-handler-366): Use them.
8099
8100 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8101
8102 Split smie-indent-calculate into more manageable chunks.
8103 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
8104 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
8105 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
8106 (smie-indent-exps): Extract from smie-indent-calculate.
8107 (smie-indent-functions): New var.
8108 (smie-indent-functions): Use them.
8109
8110 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
8113 (smie-indent-calculate): Simplify and cleanup.
8114
8115 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
8116
8117 * net/tramp-gvfs.el (top): Require url-util.
8118 (tramp-gvfs-mount-point): Remove.
8119 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
8120 New defuns.
8121 (with-tramp-dbus-call-method): Format trace message.
8122 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
8123 Implement backup call, when operation on local files fails.
8124 Use progress reporter. Flush properties of changed files.
8125 (tramp-gvfs-handle-make-directory): Make more traces.
8126 (tramp-gvfs-url-file-name): Hexify file name in url.
8127 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
8128 into account for the resulting file name.
8129 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
8130 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
8131 (tramp-gvfs-handler-mounted-unmounted)
8132 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
8133 attribute "default_location". Set "prefix" property.
8134 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
8135 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
8136 exists. Raise an error, if not (due to a corresponding answer
8137 "no" in interactive questions, for example).
8138
8139 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
8140
8141 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
8142
8143 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
8144
8145 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
8146 right-*. (Bug#6265)
8147
8148 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
8149
8150 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
8151 * vc-git.el (vc-git-compute-remote): New function.
8152 (vc-git-log-outgoing): Use it instead of hard coding a value.
8153 (vc-git-log-incoming): New function.
8154
8155 Improve state updating for VC tag commands.
8156 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
8157 to update the state of all buffers in the directory.
8158
8159 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
8160
8161 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8162
8163 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
8164 `file-directory-p' to the filename part rather than to the whole text.
8165
8166 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8167
8168 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
8169
8170 2010-05-31 Drew Adams <drew.adams@oracle.com>
8171
8172 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
8173
8174 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
8175
8176 * subr.el (momentary-string-display): Just use read-event to read
8177 the exit event (Bug#6238).
8178
8179 2010-05-30 Eli Zaretskii <eliz@gnu.org>
8180
8181 * international/mule.el (define-coding-system): Doc fix (bug#6313).
8182
8183 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
8184
8185 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
8186 Suggested by Eli Zaretskii <eliz@gnu.org>.
8187
8188 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8189
8190 * minibuffer.el (completion-file-name-table): Don't return a boundary
8191 past the end of `string' (bug#6299).
8192 (completion--file-name-table): Delegate to completion-file-name-table
8193 for the `boundaries' case.
8194
8195 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
8196
8197 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
8198 movement commands.
8199
8200 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
8201 `path-separator', but maintain compatibility with Emacs 20.2.
8202
8203 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
8204
8205 * server.el (server-process-filter): Receive parent-id argument
8206 from emacsclient.
8207 (server-create-window-system-frame): New arg. Pass parent-id as
8208 frame parameter.
8209
8210 2010-05-29 Eli Zaretskii <eliz@gnu.org>
8211
8212 Bidi-sensitive word movement with arrow keys.
8213 * subr.el (right-arrow-command, left-arrow-command): Move to
8214 bindings.el.
8215
8216 * bindings.el (right-char, left-char): Move from subr.el and
8217 rename from right-arrow-command and left-arrow-command.
8218 (right-word, left-word): New functions.
8219 (global-map) <right>: Bind to right-char.
8220 (global-map) <left>: Bind to left-char.
8221 (global-map) <C-right>: Bind to right-word.
8222 (global-map) <C-left>: Bind to left-word.
8223
8224 * ls-lisp.el (ls-lisp-classify-file): New function.
8225 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
8226 (ls-lisp-classify): Call ls-lisp-classify-file.
8227 (insert-directory): Remove blanks from switches.
8228
8229 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
8230
8231 * ansi-color.el: Delete unused escape sequences (Bug#6085).
8232 (ansi-color-drop-regexp): New constant.
8233 (ansi-color-apply, ansi-color-filter-region)
8234 (ansi-color-apply-on-region): Delete unrecognized control sequences.
8235 (ansi-color-apply): Build string list before calling concat.
8236
8237 2010-05-28 Juri Linkov <juri@jurta.org>
8238
8239 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8240 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
8241 (Bug#5270)
8242
8243 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
8244
8245 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
8246 to ignored backtrace functions.
8247 (with-progress-reporter): Expand docstring.
8248 (tramp-handle-delete-file): Implement TRASH argument.
8249 (tramp-get-remote-trash): New defun.
8250
8251 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
8252
8253 * net/tramp-compat.el (tramp-compat-delete-file):
8254 Use `symbol-value' for backward compatibility.
8255
8256 * net/tramp.el (tramp-handle-make-symbolic-link)
8257 (tramp-handle-load)
8258 (tramp-do-copy-or-rename-file-via-buffer)
8259 (tramp-do-copy-or-rename-file-directly)
8260 (tramp-do-copy-or-rename-file-out-of-band)
8261 (tramp-handle-process-file, tramp-handle-call-process-region)
8262 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8263 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8264 (tramp-delete-temp-file-function): Use `delete-file' instead
8265 of `tramp-compat-delete-file'.
8266
8267 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8268 (tramp-fish-handle-make-symbolic-link)
8269 (tramp-fish-handle-process-file): Use `delete-file' instead
8270 of `tramp-compat-delete-file'.
8271
8272 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8273 Use `delete-file' instead of `tramp-compat-delete-file'.
8274
8275 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8276 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
8277 `tramp-compat-delete-file'.
8278
8279 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
8280 Use `delete-file' instead of `tramp-compat-delete-file'.
8281
8282 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8283 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8284 (tramp-smb-handle-write-region): Use `delete-file' instead of
8285 `tramp-compat-delete-file'.
8286 (tramp-smb-handle-delete-directory): Use 'trash as arg.
8287
8288 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
8289
8290 * dired.el (dired-delete-file): New arg TRASH.
8291 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
8292 (dired-do-flagged-delete, dired-do-delete): Use trash.
8293
8294 * speedbar.el (speedbar-item-delete): Allow trashing.
8295
8296 * files.el (delete-directory): New arg TRASH.
8297
8298 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
8299 (ange-ftp-rename-remote-to-remote)
8300 (ange-ftp-rename-local-to-remote)
8301 (ange-ftp-rename-remote-to-local, ange-ftp-load)
8302 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
8303 `delete-file'.
8304 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
8305 allow trashing.
8306
8307 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
8308 handle new TRASH arg of `delete-file'.
8309
8310 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
8311 (tramp-handle-make-symbolic-link, tramp-handle-load)
8312 (tramp-do-copy-or-rename-file-via-buffer)
8313 (tramp-do-copy-or-rename-file-directly)
8314 (tramp-do-copy-or-rename-file-out-of-band)
8315 (tramp-handle-process-file, tramp-handle-call-process-region)
8316 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8317 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8318 (tramp-delete-temp-file-function): Use null TRASH arg in
8319 tramp-compat-delete-file call.
8320
8321 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8322 (tramp-fish-handle-delete-file)
8323 (tramp-fish-handle-make-symbolic-link)
8324 (tramp-fish-handle-process-file): Use null TRASH arg in
8325 `tramp-compat-delete-file' call.
8326
8327 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
8328 arg in `tramp-compat-delete-file' call.
8329
8330 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8331 (tramp-gvfs-handle-write-region): Use null TRASH arg in
8332 `tramp-compat-delete-file' call.
8333
8334 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
8335 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
8336 `tramp-compat-delete-file' call.
8337
8338 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8339 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8340 (tramp-smb-handle-write-region): Use null TRASH arg in
8341 tramp-compat-delete-file call.
8342 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
8343 (tramp-smb-handle-delete-file): Rename arg.
8344
8345 * diff.el (diff-sentinel):
8346 * epg.el (epg--make-temp-file, epg-decrypt-string)
8347 (epg-verify-string, epg-sign-string, epg-encrypt-string):
8348 * jka-compr.el (jka-compr-partial-uncompress)
8349 (jka-compr-call-process, jka-compr-write-region):
8350 * server.el (server-sentinel): Remove optional arg from
8351 delete-file, reverting 2010-05-03 change.
8352
8353 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
8354
8355 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8356 Use font-lock-constant-face, not obsolete font-lock-reference-face.
8357
8358 2010-05-27 Kenichi Handa <handa@m17n.org>
8359
8360 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
8361 element of GSTRING is nil.
8362
8363 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8364
8365 * emacs-lisp/smie.el (smie-forward-token-function)
8366 (smie-backward-token-function): New vars.
8367 (smie-backward-sexp, smie-forward-sexp)
8368 (smie-indent-hanging-p, smie-indent-calculate): Use them.
8369 (smie-default-backward-token): Rename from smie-backward-token and
8370 skip comments.
8371 (smie-default-forward-token): Rename from smie-forward-token and
8372 skip comments.
8373 (smie-next-sexp): Handle nil results from next-token.
8374 (smie-indent-calculate): Add a new case for special `fixindent' comments.
8375
8376 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
8377
8378 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8379 Use font-lock-constant-face, not obsolete font-lock-reference-face.
8380
8381 2010-05-27 Masatake YAMATO <yamato@redhat.com>
8382
8383 * htmlfontify.el (hfy-face-resolve-face): New function.
8384 (hfy-face-to-style): Use it (Bug#6279).
8385
8386 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8387
8388 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
8389 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
8390
8391 2010-05-26 Glenn Morris <rgm@gnu.org>
8392
8393 * emulation/edt.el (edt-load-keys): Use locate-library.
8394
8395 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
8396
8397 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
8398 (log-edit-changelog-entries): Doc fix.
8399 (log-edit-changelog-insert-entries): Args changed.
8400 Rename relative filenames in ChangeLog entries. Delete tabs.
8401 (log-edit-insert-changelog-entries): Reorganize return value of
8402 `log-edit-changelog-entries' to pass filenames to
8403 log-edit-changelog-insert-entries.
8404
8405 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8406
8407 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
8408 `image-dired-dired-insert-marked-thumbs' to
8409 `image-dired-dired-toggle-marked-thumbs'.
8410
8411 * image-dired.el: Require cl when compiling.
8412 (image-dired-dired-toggle-marked-thumbs): Rename from
8413 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
8414 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
8415 to 'no-dir. Skip files whose names don't match
8416 `image-file-name-regexp'. When file has a thumbnail overlay,
8417 delete it. (Bug#5270)
8418
8419 2010-05-25 Juri Linkov <juri@jurta.org>
8420
8421 * image-mode.el (image-mode): Add image-after-revert-hook to
8422 after-revert-hook.
8423 (image-after-revert-hook): New function. (Bug#5669)
8424
8425 2010-05-25 Juri Linkov <juri@jurta.org>
8426
8427 * image.el (image-animated-p): When delay between animated images
8428 is 0, set it to 10 (0.1 sec). (Bug#6258)
8429
8430 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
8431
8432 * net/tramp.el (tramp-handle-insert-directory): Don't use
8433 `forward-word', its default syntax could be changed.
8434
8435 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
8436
8437 * net/tramp.el (tramp-progress-reporter-update): New defun.
8438 (with-progress-reporter): Use it.
8439 (tramp-process-actions):
8440 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
8441 Preserve current message, in order to let progress reporter continue
8442 afterwards. (Bug#6257)
8443
8444 2010-05-25 Glenn Morris <rgm@gnu.org>
8445
8446 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
8447 Add :version.
8448
8449 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
8450
8451 * net/rcirc.el (rcirc-default-user-name): Change to "user".
8452 (rcirc-default-full-name): Change to "unknown".
8453 (rcirc-user-name-history): Add variable.
8454
8455 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
8456 Jonathan Rockway <jon@jrock.us>
8457
8458 * net/rcirc.el (rcirc-server-alist): Add :pass.
8459 (rcirc): When prompting for connection parameters, also prompt for
8460 username and password.
8461 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
8462 value to server when connecting.
8463
8464 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
8467 (smie-merge-prec2s): Pass the tables as separate args.
8468 (smie-bnf-precedence-table): Adjust call accordingly.
8469 (smie-prec2-levels): Set levels at the end.
8470
8471 Replace Lisp calls to delete-backward-char by delete-char.
8472 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
8473 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
8474 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
8475 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
8476 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
8477 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
8478 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
8479 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
8480 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
8481 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
8482 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
8483 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
8484 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
8485 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
8486 delete-backward-char by calls to delete-char.
8487
8488 2010-05-25 Kenichi Handa <handa@m17n.org>
8489
8490 * language/hebrew.el (hebrew-shape-gstring): New function.
8491 Register it in composition-function-table for all Hebrew combining
8492 characters.
8493
8494 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * epa.el (epa--select-keys): Don't explicitly delete the window since
8497 that can fail (e.g. sole window in frame). Use dedication instead.
8498
8499 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
8500
8501 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
8502
8503 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
8504
8505 * image.el (image-refresh): Define as an alias for image-flush.
8506
8507 * image-mode.el (image-toggle-display-image): Caller changed.
8508
8509 2010-05-21 Juri Linkov <juri@jurta.org>
8510
8511 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
8512 Remove "all" from grep-files-aliases. Split grep-files-aliases by
8513 whitespace, call wildcard-to-regexp on substrings and concat them
8514 with "\\|". (Bug#6114)
8515
8516 2010-05-21 Alan Mackenzie <acm@muc.de>
8517
8518 * progmodes/cc-engine.el (c-parse-state-get-strategy):
8519 Replace parameter `here' with `here-' and `here-plus', which sandwich
8520 any pertinent CPP construct.
8521 (c-remove-stale-state-cache-backwards): Fix a bug which happens
8522 when doing (c-parse-state) in a CPP construct: Exclude any "new"
8523 CPP construct from taking part in the scanning.
8524
8525 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
8526
8527 * net/tramp.el (tramp-do-copy-or-rename-file)
8528 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
8529 Tune `with-progress-reporter' messages.
8530 (tramp-handle-vc-registered):
8531 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
8532 (tramp-fish-handle-insert-file-contents)
8533 (tramp-fish-maybe-open-connection):
8534 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8535 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
8536 (tramp-imap-handle-insert-file-contents)
8537 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
8538
8539 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
8540
8541 * add-log.el (change-log-font-lock-keywords):
8542 Highlight all authors in multi-author entries.
8543
8544 * smerge-mode.el (smerge-refine-ignore-whitespace)
8545 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
8546 Fix typos in docstrings.
8547 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
8548
8549 2010-05-21 Glenn Morris <rgm@gnu.org>
8550
8551 * progmodes/fortran.el (fortran-mode):
8552 * progmodes/f90.el (f90-mode): Derive from prog-mode.
8553
8554 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
8555 having a relative path in src/Makefile.in.
8556
8557 2010-05-20 Kevin Ryde <user42@zip.com.au>
8558
8559 * help-mode.el (help-make-xrefs): For Info node links turn
8560 newlines into spaces. Link node names with newlines are matched
8561 by help-xref-info-regexp and buttonized, this change ensures they
8562 can be followed successfully with RET. (Bug#6206)
8563
8564 2010-05-20 Juri Linkov <juri@jurta.org>
8565
8566 * locate.el (locate): Use pop-to-buffer instead of
8567 switch-to-buffer-other-window. (Bug#6204)
8568
8569 2010-05-20 Juri Linkov <juri@jurta.org>
8570
8571 * replace.el (replace-highlight): Fix lazy-highlighting
8572 for `M-s w str M-% str RET'.
8573
8574 2009-12-15 Masatake YAMATO <yamato@redhat.com>
8575
8576 * isearch.el (isearch-yank-word-or-char): Pull next subword
8577 when `subword-mode' is activated. (Bug#6220)
8578
8579 2010-05-20 Mark A. Hershberger <mah@everybody.org>
8580
8581 * isearch.el (isearch-update-post-hook): New hook.
8582 (isearch-update): Use the new hook. (Bug#6225)
8583
8584 2010-05-20 Juri Linkov <juri@jurta.org>
8585
8586 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
8587 [f1], [help], and (char-to-string help-char) instead of "\C-h".
8588 (Bug#6222)
8589
8590 2010-05-20 Juri Linkov <juri@jurta.org>
8591
8592 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
8593 (Bug#6223)
8594
8595 2010-05-20 Juri Linkov <juri@jurta.org>
8596
8597 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
8598 FILE-NAME to read from the minibuffer when called interactively
8599 with prefix argument instead of using buffer-file-name.
8600 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
8601
8602 * dired.el: Update autoloads.
8603
8604 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
8605
8606 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
8607 nxml-finish-element, for consistency with SGML mode.
8608
8609 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
8610 octave-close-block.
8611
8612 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
8613
8614 * composite.el: Require cl when compiling.
8615 (reference-point-alist, compose-gstring-for-graphic)
8616 (compose-gstring-for-terminal): Fix typos in docstrings.
8617
8618 2010-05-19 Juri Linkov <juri@jurta.org>
8619
8620 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
8621 set-window-parameter.
8622
8623 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
8624
8625 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
8626 where appropriate.
8627 (tramp-maybe-open-connection): Use it.
8628
8629 2010-05-19 Eli Zaretskii <eliz@gnu.org>
8630
8631 * simple.el (move-end-of-line): Make sure we are at line beginning
8632 before backing up to end of previous line.
8633
8634 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
8635
8636 * password-cache.el (password-cache-remove): Fix docstring.
8637
8638 * net/secrets.el: Autoload the widget functions.
8639 (secrets-search-items, secrets-create-item)
8640 (secrets-get-attributes, secrets-expand-item): Attributes will be
8641 stored on the password database without leading ":", as all other
8642 clients do as well.
8643 (secrets-mode): Fix docstring.
8644 (secrets-show-secrets): Provide it as autoloaded command only when
8645 D-Bus support is available. Check existence of Secret Service API.
8646
8647 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * indent.el (indent-region): Deactivate region (bug#6200).
8650
8651 2010-05-19 Glenn Morris <rgm@gnu.org>
8652
8653 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
8654
8655 2010-05-19 Kenichi Handa <handa@m17n.org>
8656
8657 * composite.el: Register compose-gstring-for-graphic in
8658 composition-function-table only for combining characters (Mn, Mc, Me).
8659
8660 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
8661
8662 * calc/calc-trail.el (calc-trail-isearch-forward)
8663 (calc-trail-isearch-backward): Ensure that the new window
8664 point is set correctly.
8665
8666 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8667
8668 * subr.el (read-quoted-char): Resolve modifiers after key
8669 remapping (bug#6212).
8670
8671 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
8672
8673 Add visualization code for secrets.
8674 * net/secrets.el (secrets-mode): New major mode.
8675 (secrets-show-secrets, secrets-show-collections)
8676 (secrets-expand-collection, secrets-expand-item)
8677 (secrets-tree-widget-after-toggle-function)
8678 (secrets-tree-widget-show-password): New defuns.
8679
8680 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8681
8682 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
8683 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
8684 handled in smie-next-sexp.
8685 (smie-indent-calculate): Provide a starting indentation (so the
8686 recursion is well-founded ;-).
8687
8688 Fix handling of non-associative equal levels.
8689 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
8690 when it's not needed.
8691 (smie-op-left, smie-op-right): New functions.
8692 (smie-next-sexp): New function, extracted from smie-backward-sexp.
8693 Better handle equal levels to distinguish the associative case from
8694 the "multi-keyword construct" case.
8695 (smie-backward-sexp, smie-forward-sexp): Use it.
8696
8697 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
8698
8699 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
8700
8701 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
8702 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
8703
8704 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8705
8706 Provide a simple generic indentation engine and use it for Prolog.
8707 * emacs-lisp/smie.el: New file.
8708 * progmodes/prolog.el (prolog-smie-op-levels)
8709 (prolog-smie-indent-rules): New var.
8710 (prolog-mode-variables): Use them to configure SMIE.
8711 (prolog-indent-line, prolog-indent-level): Remove.
8712
8713 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
8714
8715 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
8716 order before computing the averages.
8717
8718 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
8719
8720 * calc/calc-vec.el (calc-histogram):
8721 (calcFunc-histogram): Allow vectors as inputs.
8722 (math-vector-avg): New function.
8723
8724 * calc/calc-ext.el (math-group-float): Have the number of digits
8725 being grouped depend on the radix (Bug#6189).
8726
8727 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
8728
8729 * version.el (emacs-copyright, emacs-version): Don't define here,
8730 now that emacs.c defines it.
8731
8732 2010-05-15 Eli Zaretskii <eliz@gnu.org>
8733
8734 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
8735 "Describe Language Environment" menu item.
8736
8737 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
8738
8739 Bidi-sensitive movement with arrow keys.
8740 * subr.el (right-arrow-command, left-arrow-command): New functions.
8741
8742 * bindings.el (global-map): Bind them to right and left arrow keys.
8743
8744 Don't override standard definition of convert-standard-filename.
8745 * files.el (convert-standard-filename):
8746 Call w32-convert-standard-filename and dos-convert-standard-filename on
8747 the corresponding systems.
8748
8749 * w32-fns.el (w32-convert-standard-filename): Rename from
8750 convert-standard-filename. Doc fix.
8751
8752 * dos-fns.el (dos-convert-standard-filename): Doc fix.
8753 (convert-standard-filename): Don't defalias.
8754 (register-name-alist, make-register, register-value)
8755 (set-register-value, intdos): Obsolete aliases for the
8756 corresponding dos-* functions and variables.
8757 (dos-intdos): Add a doc string.
8758
8759 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
8760
8761 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
8762 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
8763 (math-compose-tex-func):
8764 * calc/calccomp.el (math-compose-expr):
8765 * calc/calc-ext.el (math-format-flat-expr-fancy):
8766 * calc/calc-store.el (calc-read-var-name):
8767 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
8768
8769 * calc/calc.el (var-π, var-φ, var-γ): New variables.
8770 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
8771 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
8772 (math-standard-units): Add units.
8773
8774 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * progmodes/asm-mode.el (asm-mode):
8777 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
8778
8779 * pcomplete.el (pcomplete-completions-at-point): New function,
8780 extracted from pcomplete-std-complete.
8781 (pcomplete-std-complete): Use it.
8782
8783 2010-05-15 Glenn Morris <rgm@gnu.org>
8784
8785 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8786 Remove references to CVS, RCS and Old directories.
8787
8788 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
8789
8790 * calc/calc-bin.el (math-format-twos-complement): Group digits when
8791 appropriate.
8792
8793 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
8796 (sh-mode-syntax-table): Give it a default value instead.
8797 (sh-header-marker): Make buffer-local.
8798 (sh-mode): Move make-local-variable to the corresponding setq.
8799 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
8800 Use complete-with-action.
8801
8802 * simple.el (prog-mode): New (abstract) major mode.
8803 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
8804 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
8805
8806 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
8807
8808 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
8809 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
8810 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
8811 (sql-make-alternate-buffer-name, sql-placeholders-filter)
8812 (sql-escape-newlines-filter, sql-input-sender)
8813 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
8814
8815 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
8816
8817 Add TeX open-block and close-block keybindings to SGML, and vice versa.
8818
8819 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
8820 latex-open-block and C-c / to latex-close-block.
8821
8822 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
8823 and C-c C-e to sgml-close-tag.
8824
8825 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
8826
8827 * net/tramp.el (with-progress-reporter): Create reporter object
8828 only when the message would be displayed. Handle nested calls.
8829 (tramp-handle-load, tramp-handle-file-local-copy)
8830 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8831 (tramp-maybe-send-script, tramp-find-shell):
8832 Use `with-progress-reporter'.
8833 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
8834 Fix message text.
8835
8836 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8837 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8838 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
8839 Use `with-progress-reporter'.
8840
8841 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
8842
8843 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
8844 process everytime when spellchecking from the minibuffer (bug#6143).
8845
8846 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8847
8848 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
8849
8850 * dos-fns.el: Add "dos-" prefix for namespace control.
8851 (convert-standard-filename): Define as alias for
8852 dos-convert-standard-filename but only if applicable.
8853
8854 2010-05-12 Alan Mackenzie <acm@muc.de>
8855
8856 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
8857 Push the mark at the start of these functions when appropriate.
8858
8859 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8860
8861 * minibuffer.el (completion-cycle-threshold): New custom var.
8862 (completion--do-completion): Use it.
8863 (minibuffer-complete): Use cycling if appropriate.
8864
8865 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
8866
8867 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
8868 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
8869
8870 2010-05-11 Juri Linkov <juri@jurta.org>
8871
8872 * scroll-all.el (scroll-all-check-to-scroll):
8873 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
8874
8875 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8876
8877 * iimage.el (iimage-mode-map): Move initialization into declaration.
8878 (iimage-mode-buffer): Use with-silent-modifications.
8879 Simplify calling convention. Adjust callers.
8880 (iimage-mode): Don't run hook redundantly.
8881
8882 * minibuffer.el (completion-pcm--pattern->regex):
8883 Fix last change (bug#6160).
8884
8885 2010-05-10 Juri Linkov <juri@jurta.org>
8886
8887 Remove nodes visited during Isearch from the Info history.
8888 * info.el (Info-isearch-initial-history)
8889 (Info-isearch-initial-history-list): New variables.
8890 (Info-isearch-start): Record initial values of
8891 Info-isearch-initial-history and Info-isearch-initial-history-list.
8892 Add Info-isearch-end to isearch-mode-end-hook.
8893 (Info-isearch-end): New function.
8894
8895 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
8896
8897 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8898 format string, in order to work around a bug in pdksh.
8899 Reported by Gilles Pion <gpion@lfdj.com>.
8900 (tramp-handle-verify-visited-file-modtime): Do not send a command
8901 when the connection is not established.
8902 (tramp-handle-set-file-times): Simplify the check for utc.
8903
8904 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
8905
8906 Fix use of `filter-buffer-substring' (rework previous change).
8907 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
8908 (cua-repeat-replace-region):
8909 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
8910 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8911 (cua-cut-region-to-global-mark): Use it.
8912
8913 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
8914
8915 * progmodes/sql.el: Version 2.1.
8916 (sql-product-alist): Redesign structure of product info.
8917 (sql-product, sql-user, sql-server, sql-database): Safe variables.
8918 (sql-port, sql-port-history): New variables.
8919 (sql-interactive-product): New variable.
8920 (sql-send-terminator): New variable.
8921 (sql-imenu-generic-expression): Add "Types" imenu entry.
8922 (sql-oracle-login-params, sql-sqlite-login-params)
8923 (sql-mysql-login-params, sql-solid-login-params)
8924 (sql-sybase-login-params, sql-informix-login-params)
8925 (sql-ingres-login-params, sql-ms-login-params)
8926 (sql-postgres-login-params, sql-interbase-login-params)
8927 (sql-db2-login-params, sql-linter-login-params)
8928 (sql-oracle-scan-on): New variables.
8929 (sql-mode-map): Add C-c C-i to start interactive mode.
8930 (sql-mode-menu): Update existing menu entries.
8931 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
8932 (sql-mode-oracle-font-lock-keywords)
8933 (sql-mode-postgres-font-lock-keywords)
8934 (sql-mode-ms-font-lock-keywords)
8935 (sql-mode-sybase-font-lock-keywords)
8936 (sql-mode-informix-font-lock-keywords)
8937 (sql-mode-interbase-font-lock-keywords)
8938 (sql-mode-ingres-font-lock-keywords)
8939 (sql-mode-solid-font-lock-keywords)
8940 (sql-mode-mysql-font-lock-keywords)
8941 (sql-mode-sqlite-font-lock-keywords)
8942 (sql-mode-db2-font-lock-keywords)
8943 (sql-mode-linter-font-lock-keywords): Update initialization to
8944 reduce run-time complexity.
8945 (sql-add-product, sql-del-product): New functions.
8946 (sql-set-product-feature, sql-get-product-feature): New functions.
8947 (sql-product-font-lock): Update product API.
8948 (sql-add-product-keywords): New function.
8949 (sql-highlight-product): Update product API.
8950 (sql-help-list-products): New function.
8951 (sql-help): Dynamically lists free and non-free products.
8952 (sql-get-login): Correct bug in handling history and added
8953 prompt for port.
8954 (sql-copy-column): Copy without properties.
8955 (sqli-input-sender): Apply filters to SQLi input.
8956 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
8957 Implement as a filter.
8958 (sql-escape-newlines-filter): Implement as a filter.
8959 (sql-remove-tabs-filter): New function.
8960 (sql-send-magic-terminator): New function.
8961 (sql-send-string): Implement magic terminator.
8962 (sql-send-region): Use `sql-send-string'.
8963 (sql-interactive-mode): Use product API.
8964 (sql-product-interactive): Use product API.
8965 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8966 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8967 (sql-db2, sql-linter): Use `sql-product-interactive'.
8968 (sql-connect): New function.
8969 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8970 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8971 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
8972 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8973 Use `sql-connect'.
8974
8975 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8976
8977 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
8978 New custom variable.
8979 (completion-pcm--string->pattern): Use it.
8980 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
8981 Make it handle any symbol as `any'.
8982 (completion-pcm--merge-completions): Extract common suffix for the new
8983 `prefix' symbol as well.
8984 (completion-substring--all-completions): Use the new `prefix' symbol.
8985
8986 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
8987
8988 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
8989 not bound.
8990 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
8991 (tramp-compat-funcall): New defmacro.
8992 (tramp-compat-line-beginning-position)
8993 (tramp-compat-line-end-position)
8994 (tramp-compat-temporary-file-directory)
8995 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
8996 (tramp-compat-copy-file, tramp-compat-copy-directory)
8997 (tramp-compat-delete-file, tramp-compat-delete-directory)
8998 (tramp-compat-number-sequence, tramp-compat-process-running-p)
8999 * net/tramp.el (top, with-progress-reporter)
9000 (tramp-rfn-eshadow-setup-minibuffer)
9001 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
9002 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
9003 (tramp-completion-mode-p, tramp-check-for-regexp)
9004 (tramp-open-connection-setup-interactive-shell)
9005 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
9006 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
9007 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
9008 * net/tramp-cmds.el (tramp-cleanup-all-connections)
9009 (tramp-reporter-dump-variable, tramp-load-report-modules)
9010 (tramp-append-tramp-buffers)
9011 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
9012
9013 * net/tramp-imap.el (top): Autoload `epg-make-context'.
9014
9015 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9016
9017 * progmodes/compile.el (compilation-buffer-modtime): Rename from
9018 buffer-modtime. Adjust users.
9019
9020 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
9021
9022 * international/mule.el (auto-coding-alist): Only purecopy
9023 car of each item, not the whole list (Bug#6083).
9024
9025 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
9026
9027 * progmodes/js.el (js-mode): Make paragraph variables local before
9028 calling c-setup-paragraph-variables (Bug#6071).
9029
9030 2010-05-08 Eli Zaretskii <eliz@gnu.org>
9031
9032 * composite.el (compose-region, reference-point-alist): Fix typos
9033 in the doc strings.
9034
9035 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9036
9037 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
9038 gnuplot's "set" command.
9039
9040 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
9041
9042 * abbrev.el (last-abbrev-text): Doc fix.
9043 (abbrev-prefix-mark): Don't escape parenthesis.
9044
9045 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
9046
9047 * composite.el (find-composition): Doc fix.
9048
9049 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
9050
9051 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
9052 (sql-oracle-program, sql-sqlite-options)
9053 (sql-query-placeholders-and-send): Doc fixes.
9054 (sql-set-product, sql-interactive-mode): Reflow docstrings.
9055 (sql-imenu-generic-expression, sql-buffer)
9056 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
9057 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
9058 (sql-mode-sybase-font-lock-keywords)
9059 (sql-mode-informix-font-lock-keywords)
9060 (sql-mode-interbase-font-lock-keywords)
9061 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
9062 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
9063 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
9064 (sql-product-feature, sql-highlight-product)
9065 (comint-line-beginning-position, sql-rename-buffer)
9066 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
9067 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
9068 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
9069 Fix typos in docstrings.
9070
9071 2010-05-08 Juri Linkov <juri@jurta.org>
9072
9073 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
9074 property instead of `invisible' and `after-string' (bug#5998).
9075
9076 2010-05-08 Juri Linkov <juri@jurta.org>
9077
9078 * image-mode.el (image-mode-as-text): Fix typo in docstring.
9079
9080 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
9081
9082 * filecache.el (file-cache-add-directory-list)
9083 (file-cache-add-directory-recursively): Fix typos in docstrings.
9084
9085 2010-05-08 Kenichi Handa <handa@m17n.org>
9086
9087 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
9088 (gujarati-composable-pattern): Fix typo.
9089
9090 2010-05-08 Kenichi Handa <handa@m17n.org>
9091
9092 * language/indian.el (oriya-composable-pattern)
9093 (tamil-composable-pattern, malayalam-composable-pattern):
9094 Add two-part vowels to "v" (vowel sign).
9095
9096 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
9097
9098 * files.el (copy-directory): Handle symlinks (Bug#5982).
9099
9100 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
9101
9102 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
9103 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
9104 (Bug#5846).
9105
9106 2010-05-08 Glenn Morris <rgm@gnu.org>
9107
9108 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
9109
9110 * minibuffer.el (completion-at-point): Doc fix.
9111
9112 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9113
9114 * electric.el (Electric-command-loop): Minor tweak.
9115
9116 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
9117 better with dedicated windows.
9118
9119 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
9120
9121 * Version 23.2 released.
9122
9123 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
9124 Stefan Monnier <monnier@iro.umontreal.ca>
9125
9126 Highlight vendor specific properties.
9127 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
9128 (css-proprietary-property): New face.
9129 (css-font-lock-keywords): Use them.
9130
9131 2010-05-07 Eli Zaretskii <eliz@gnu.org>
9132
9133 * cus-start.el (all): Add native condition for tool-bar-* symbols.
9134
9135 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9136
9137 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
9138 * files.el (auto-mode-alist): Remove redundant entries.
9139
9140 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
9141 * simple.el (auto-save-mode): Move from files.el.
9142 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
9143
9144 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
9145
9146 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
9147
9148 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
9149
9150 * mail/binhex.el (binhex-decode-region-internal)
9151 * mail/uudecode.el (uudecode-decode-region-internal)
9152 * net/dns.el (dns-read-string-name, dns-write, dns-read)
9153 (dns-read-type, dns-query)
9154 * pgg-parse.el (pgg-parse-armor)
9155 * pgg.el (pgg-verify-region)
9156 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
9157 XEmacs.
9158
9159 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
9160
9161 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
9162
9163 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
9164
9165 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
9166 * emulation/cua-base.el (cua-repeat-replace-region):
9167 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9168 (cua-cut-region-to-global-mark):
9169 Remove text properties with `set-text-properties'.
9170
9171 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
9172
9173 * net/tramp.el (top, with-progress-reporter):
9174 Use `symbol-function' inside `funcall'.
9175
9176 * net/tramp-compat.el (tramp-compat-file-attributes)
9177 (tramp-compat-delete-file, tramp-compat-delete-directory):
9178 Handle only `wrong-number-of-arguments' error.
9179
9180 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
9181 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
9182 inside `funcall'.
9183
9184 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9185
9186 * minibuffer.el (completion--sreverse, completion--common-suffix):
9187 New functions.
9188 (completion-pcm--merge-completions): Extract common suffix when safe.
9189
9190 * emacs-lisp/easy-mmode.el (define-minor-mode):
9191 Make :variable more flexible.
9192 * files.el (auto-save-mode): Use it to define using define-minor-mode.
9193
9194 2010-05-05 Juri Linkov <juri@jurta.org>
9195
9196 Add `slow' and `history' tags to the desktop data.
9197
9198 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
9199 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
9200 (Info-finder-find-node): Require `finder.el' to be able
9201 to restore node from the desktop.
9202 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
9203 data `Info-history' and `slow' tag in the assoc list.
9204 (Info-restore-desktop-buffer): Don't restore nodes with the
9205 `slow' tag. Restore `Info-history'.
9206
9207 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
9208
9209 Add FORCE argument to `delete-file'.
9210
9211 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
9212 forcing to delete the temporary file.
9213 (ange-ftp-delete-file): Add FORCE arg.
9214 (ange-ftp-rename-remote-to-remote)
9215 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
9216 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
9217 Force file deletion.
9218
9219 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
9220
9221 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
9222 (tramp-handle-make-symbolic-link, tramp-handle-load)
9223 (tramp-do-copy-or-rename-file-via-buffer)
9224 (tramp-do-copy-or-rename-file-directly)
9225 (tramp-do-copy-or-rename-file-out-of-band)
9226 (tramp-handle-process-file, tramp-handle-call-process-region)
9227 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9228 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9229 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
9230
9231 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
9232 (tramp-fish-handle-make-symbolic-link)
9233 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
9234
9235 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9236 Use `tramp-compat-delete-file'.
9237
9238 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
9239 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
9240
9241 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
9242 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
9243
9244 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
9245 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
9246 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9247 Use `tramp-compat-delete-file'.
9248
9249 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9250
9251 Minor cleanups.
9252 * subr.el (add-minor-mode): Use push.
9253 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
9254 * emulation/edt.el (edt-select-mode): Simplify.
9255
9256 Use define-minor-mode in more cases.
9257 * term/tvi970.el (tvi970-set-keypad-mode):
9258 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9259 (normal-erase-is-backspace-mode):
9260 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
9261 (set-scroll-bar-mode-1): (Re)move to its sole caller.
9262 (get-scroll-bar-mode): New function.
9263 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
9264
9265 Use define-minor-mode for less obvious cases.
9266 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
9267 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
9268 * international/iso-ascii.el (iso-ascii-mode):
9269 * frame.el (auto-raise-mode, auto-lower-mode):
9270 * composite.el (global-auto-composition-mode): Use define-minor-mode.
9271
9272 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
9273
9274 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
9275 in order to see error messages for failed logins.
9276
9277 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
9278
9279 * diff.el (diff-sentinel):
9280
9281 * epg.el (epg--make-temp-file, epg-decrypt-string)
9282 (epg-verify-string, epg-sign-string, epg-encrypt-string):
9283
9284 * jka-compr.el (jka-compr-partial-uncompress)
9285 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
9286
9287 * server.el (server-sentinel): Use delete-file's new FORCE arg
9288 (Bug#6070).
9289
9290 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9291
9292 Use define-minor-mode where applicable.
9293 * view.el (view-mode):
9294 * type-break.el (type-break-query-mode)
9295 (type-break-mode-line-message-mode):
9296 * textmodes/reftex.el (reftex-mode):
9297 * term/vt100.el (vt100-wide-mode):
9298 * tar-mode.el (tar-subfile-mode):
9299 * savehist.el (savehist-mode):
9300 * ibuf-ext.el (ibuffer-auto-mode):
9301 * composite.el (auto-composition-mode):
9302 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9303 Use define-minor-mode.
9304 (vhdl-mode): Use static mode-line format.
9305 (vhdl-mode-line-update): Delete.
9306 (vhdl-create-mode-menu, vhdl-activate-customizations)
9307 (vhdl-hs-minor-mode): Don't bother calling it.
9308
9309 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9310
9311 * simple.el (with-wrapper-hook): Move.
9312 (buffer-substring-filters): Mark obsolete.
9313 (filter-buffer-substring-functions): New variable.
9314 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
9315
9316 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
9317 Michael Albinus <michael.albinus@gmx.de>
9318
9319 Implement compression for inline methods.
9320
9321 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
9322 (tramp-copy-size-limit): Allow also nil.
9323 (tramp-inline-compress-commands): New defconst.
9324 (tramp-find-inline-compress, tramp-get-inline-compress)
9325 (tramp-get-inline-coding): New defuns.
9326 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
9327 replaced by `tramp-get-inline-coding'.
9328 (tramp-handle-file-local-copy, tramp-handle-write-region)
9329 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
9330
9331 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
9334 Remove unused functions.
9335
9336 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
9337 Set find-tag-default-function as a variable rather than a property.
9338
9339 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
9340 * progmodes/etags.el (tags-completion-at-point-function):
9341 Remove left over interactive spec. Add autoloading stub.
9342 (complete-tag): Use tags-completion-at-point-function.
9343
9344 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
9345
9346 * minibuffer.el (tags-completion-at-point-function): Fix return value.
9347
9348 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
9349
9350 * ido.el (ido-init-completion-maps): Remove C-v binding.
9351 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
9352
9353 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
9354
9355 * minibuffer.el (tags-completion-at-point-function): New function.
9356 (completion-at-point-functions): Use it.
9357
9358 * progmodes/etags.el (complete-tag): Revert last change.
9359
9360 2010-04-29 Alan Mackenzie <acm@muc.de>
9361
9362 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
9363 off-by-one error (in end of macro position).
9364
9365 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9366
9367 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
9368 firefox is absent. Don't autoload.
9369 (browse-url-galeon-program): Don't autoload.
9370
9371 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
9372
9373 * bindings.el (complete-symbol): Move into minibuffer.el.
9374
9375 * minibuffer.el (complete-tag): Move from etags.el. If tags
9376 completion cannot be performed, return nil instead of signalling
9377 an error.
9378 (completion-at-point): Make it an alias for complete-symbol.
9379 (complete-symbol): Move from bindings.el, and replace with the
9380 body of completion-at-point.
9381
9382 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
9383
9384 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
9385
9386 * net/tramp.el (tramp-remote-selinux-p): New defun.
9387 (tramp-handle-file-selinux-context)
9388 (tramp-handle-set-file-selinux-context): Use it.
9389
9390 2010-04-28 Sam Steingold <sds@gnu.org>
9391
9392 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9393 `safe-local-variable' if the value is a string or a symbol with
9394 the property `bug-reference-url-format'.
9395
9396 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
9397
9398 * progmodes/bug-reference.el (bug-reference-url-format):
9399 Revert 2010-04-27 change due to security risk.
9400
9401 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 Make it possible to locally disable a globally enabled mode.
9404 * simple.el (fundamental-mode): Run fundamental-mode-hook.
9405 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
9406 rather than kill-all-local-variables so it runs fundamental-mode-hook.
9407 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9408 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
9409 that subsequent hooks get a chance to disable it.
9410
9411 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9412
9413 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9414 Avoid re-enabling a minor mode after the user turned the minor mode
9415 off if MODE-enable-in-buffers is run twice (typically once from
9416 fundamental-mode's after-change-major-mode-hook and a second time from
9417 run-mode-hook's own after-change-major-mode-hook).
9418
9419 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
9420
9421 2010-04-27 Sam Steingold <sds@gnu.org>
9422
9423 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9424 `safe-local-variable' if the value is a string or a function, as
9425 documented and implemented on 2010-04-02.
9426
9427 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
9428
9429 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
9430 when method is 'kill.
9431
9432 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
9433
9434 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
9435 condition in default directory check.
9436 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
9437 Kill ispell process when killing its associated buffer.
9438
9439 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
9440
9441 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
9442 but we aren't using it.
9443
9444 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
9445
9446 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
9447 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
9448
9449 2010-04-24 Glenn Morris <rgm@gnu.org>
9450
9451 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
9452 Ignore VCS-ignore files, and deleted nextstep preferences files.
9453 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
9454 (authors-ambiguous-files): New list.
9455 (authors-valid-file-names): Add some deleted files.
9456 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
9457 (authors-disambiguate-file-name): New function. (Bug#5501)
9458 (authors-canonical-file-name): Doc fix.
9459 Don't warn about obsolete files.
9460 (authors-canonical-file-name, authors-scan-el):
9461 Use authors-disambiguate-file-name.
9462
9463 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9464 Add autoload cookies.
9465 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
9466 (generated-autoload-file): Set file-local value to "htmlfontify.el".
9467 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
9468 They have definitions / compiler macros in cl.el.
9469 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9470 Replace manual autoloads with generated ones.
9471 (htmlfontify-unload-rgb-file): Remove autoload.
9472 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
9473
9474 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9475
9476 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
9477 (byte-compile-setq-default): Optimize for the
9478 single-var case and don't call byte-compile-form in this case to avoid
9479 inf-loop with byte-compile-set-default.
9480
9481 * progmodes/compile.el (compilation-start): Abbreviate default directory.
9482
9483 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
9484
9485 Implement SELINUX backends.
9486
9487 * net/tramp.el (tramp-file-name-handler-alist):
9488 Add `file-selinux-context' and `set-file-selinux-context'.
9489 (tramp-handle-file-selinux-context)
9490 (tramp-handle-set-file-selinux-context): New defuns.
9491 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
9492 Handle PRESERVE-SELINUX-CONTEXT.
9493
9494 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9495 Add `file-selinux-context' and `set-file-selinux-context'.
9496 (tramp-gvfs-handle-file-selinux-context)
9497 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
9498 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
9499
9500 * net/ange-ftp.el (ange-ftp-copy-file):
9501 * net/tramp-fish.el (tramp-fish-handle-copy-file):
9502 * net/tramp-imap.el (tramp-imap-handle-copy-file):
9503 * net/tramp-smb.el (tramp-smb-handle-copy-file):
9504 Add PRESERVE-SELINUX-CONTEXT.
9505
9506 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
9507
9508 Synchronize with Tramp repository.
9509
9510 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
9511 (tramp-action-process-alive, tramp-action-out-of-band)
9512 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
9513 (tramp-exists-file-name-handler): Fix docstring.
9514 (with-progress-reporter): New defmacro.
9515 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
9516 (tramp-maybe-open-connection): Use it.
9517
9518 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
9519
9520 Detect ssh 'ControlMaster' argument automatically in some cases.
9521
9522 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
9523 (tramp-default-method): Use it.
9524
9525 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
9526
9527 * net/tramp.el (tramp-handle-copy-file): Add new optional
9528 parameter `preserve-selinux-context'.
9529 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
9530
9531 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
9532
9533 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
9534 Ensure, that non remote files are still checked. Oops.
9535
9536 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
9537
9538 Fix Bug#5840.
9539
9540 * icomplete.el (icomplete-completions): Use `non-essential'.
9541
9542 * net/tramp.el (tramp-connectable-p): New defun.
9543 (tramp-handle-expand-file-name)
9544 (tramp-completion-handle-file-name-all-completions)
9545 (tramp-completion-handle-file-name-completion): Use it.
9546
9547 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9548
9549 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
9550
9551 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
9552
9553 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
9554
9555 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
9556
9557 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
9558 is present.
9559
9560 * info.el (info-tool-bar-map): Add labels.
9561
9562 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
9563
9564 * cus-edit.el (custom-commands): Add labels for tool bar.
9565 (custom-buffer-create-internal, Custom-mode): Adjust for
9566 labels in custom-commands.
9567
9568 * dynamic-setting.el: Renamed from font-setting.el.
9569
9570 2010-04-21 John Wiegley <jwiegley@gmail.com>
9571
9572 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
9573 toggles the use of virtual buffers.
9574 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
9575 (ido-toggle-virtual-buffers): New function.
9576
9577 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
9578
9579 Use `define-derived-mode'; fix window selection; doc fixes.
9580 * play/tetris.el (tetris, tetris-update-speed-function)
9581 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
9582 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
9583 (tetris-rotate-next, tetris-end-game, tetris-start-game)
9584 (tetris-pause-game): Fix typos in docstrings.
9585 (tetris-mode-map, tetris-null-map):
9586 Move initialization into declaration.
9587 (tetris-mode): Define with `define-derived-mode';
9588 set show-trailing-whitespace to nil.
9589 (tetris): Prefer window already displaying the "*Tetris*" buffer.
9590
9591 2010-04-21 Karel Klíč <kklic@redhat.com>
9592
9593 * files.el (backup-buffer): Handle SELinux context, and return it
9594 if a backup was made by renaming.
9595 (backup-buffer-copy): Set SELinux context to the target file.
9596 (basic-save-buffer): Set SELinux context of the newly written file.
9597 (basic-save-buffer-1): Now it also returns any SELinux context.
9598 (basic-save-buffer-2): Set SELinux context of the newly created file,
9599 and return it.
9600 * net/tramp.el (tramp-file-name-for-operation):
9601 Add file-selinux-context.
9602
9603 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9604
9605 Make the log-edit comments use RFC822 format throughout.
9606
9607 * vc.el (vc-checkin, vc-modify-change-comment):
9608 Adjust to new vc-start/finish-logentry.
9609 (vc-find-conflicted-file): New command.
9610 (vc-transfer-file): Adjust to new vc-checkin.
9611 (vc-next-action): Improve scoping.
9612
9613 * vc-hg.el (vc-hg-log-edit-mode): Remove.
9614 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
9615
9616 * vc-git.el (vc-git-log-edit-mode): Remove.
9617 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
9618 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
9619
9620 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
9621 (vc-start-logentry): Remove argument `extra'.
9622 (vc-finish-logentry): Remove extra args.
9623
9624 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
9625 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
9626 (vc-bzr-conflicted-files): New function.
9627
9628 * log-edit.el (log-edit-extra-flags)
9629 (log-edit-before-checkin-process): Remove.
9630 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
9631 (log-edit-headers-alist): New var.
9632 (log-edit-header-contents-regexp): New const.
9633 (log-edit-match-to-eoh): New function.
9634 (log-edit-font-lock-keywords): Use them.
9635 (log-edit): Insert a "Summary:" header as default.
9636 (log-edit-mode): Mark font-lock rules as case-insensitive.
9637 (log-edit-done): Cleanup headers.
9638 (log-view-process-buffer): Remove.
9639 (log-edit-extract-headers): New function to replace it.
9640
9641 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
9642
9643 * subr.el (default-direction-reversed): Remove obsolescence info.
9644
9645 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9646
9647 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
9648 windows/frames.
9649
9650 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
9651 I.e. include text after point in the completion region.
9652 Also, return nil when we're not after/in a symbol.
9653
9654 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
9655 default enable-multibyte-characters.
9656
9657 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9658
9659 * international/mule.el: Help the user choose a valid coding-system.
9660 (read-buffer-file-coding-system): New function.
9661 (set-buffer-file-coding-system): Use it. Prompt the user if the
9662 coding-system cannot encode all the chars.
9663
9664 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
9665 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
9666 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
9667 Don't use *vc-bzr-shelve*.
9668
9669 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
9670
9671 Fix the version number for added files.
9672 * vc-hg.el (vc-hg-working-revision): Check if the file is
9673 registered after hg parent fails (Bug#5961).
9674
9675 2010-04-19 Glenn Morris <rgm@gnu.org>
9676
9677 * htmlfontify.el (htmlfontify-buffer)
9678 (htmlfontify-copy-and-link-dir): Autoload entry points.
9679
9680 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
9681
9682 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
9683 name relative to the project root (Bug#5960).
9684
9685 2010-04-19 Glenn Morris <rgm@gnu.org>
9686
9687 * vc-git.el (vc-git-print-log): Doc fix.
9688
9689 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
9690
9691 * ido.el (ido-file-internal): Fix 2009-12-02 change.
9692
9693 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
9694
9695 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
9696 default settings (Bug#5928).
9697
9698 2010-04-19 Glenn Morris <rgm@gnu.org>
9699
9700 * progmodes/fortran.el (fortran-match-and-skip-declaration):
9701 New function.
9702 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
9703
9704 2010-04-19 Kenichi Handa <handa@m17n.org>
9705
9706 * language/indian.el (malayalam-composable-pattern): Fix previous
9707 change (add U+0D4D "SIGN VIRAMA").
9708 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
9709 (tamil-composable-pattern): Fix typo in the regexp.
9710 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
9711 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
9712 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
9713
9714 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
9715
9716 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
9717 paragraph-separate (Bug#5821).
9718
9719 2010-04-19 Juri Linkov <juri@jurta.org>
9720
9721 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
9722
9723 * info.el (Info-find-node-2): Comment out code that skips
9724 breadcrumbs line.
9725 (Info-mouse-follow-link): New command.
9726 (Info-link-keymap): New keymap.
9727 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
9728 Return a string with links instead of inserting breadcrumbs
9729 to the Info buffer.
9730 (Info-fontify-node): Comment out code that inserts breadcrumbs.
9731 Instead of putting the `invisible' text property over the Info
9732 header, make an overlay over the Info header with the `invisible'
9733 property and `after-string' set to the string returned by
9734 `Info-breadcrumbs'.
9735
9736 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
9737
9738 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
9739 Reported by monkey@sandpframing.com.
9740
9741 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9742
9743 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
9744 (tmm-get-keymap): Add key-binding shortcuts now that they're not
9745 available in the "keyseq cache" any more.
9746
9747 * custom.el (defcustom): Add edebug spec.
9748
9749 2010-04-18 Juri Linkov <juri@jurta.org>
9750
9751 Test for special mode-class in view-buffer instead of view-file (bug#5513).
9752
9753 * view.el (view-file, view-buffer): Move test for special mode-class
9754 from view-file to view-buffer.
9755
9756 * tar-mode.el (tar-extract): Turn if's into one cond
9757 like in arc-mode.el.
9758
9759 2010-04-18 Juri Linkov <juri@jurta.org>
9760
9761 Add 7z archive format support (bug#5475).
9762
9763 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
9764 (archive-7z-extract): New defcustom.
9765 (archive-find-type): Add magic string for 7z.
9766 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
9767 If `stderr-file' is non-nil, use `(t stderr-file)' for the
9768 `buffer' arg of `call-process'.
9769 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
9770 call the function `archive-7z-extract' with the variable
9771 `archive-7z-extract' let-bound to `archive-zip-extract'.
9772 (archive-7z-summarize, archive-7z-extract): New functions.
9773
9774 * international/mule.el (auto-coding-alist):
9775 * files.el (auto-mode-alist): Add 7z file extension.
9776
9777 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9778
9779 * loadup.el: Setup hash-cons for pure data.
9780
9781 Fix duplicate entries in cedet's loaddefs.el files.
9782 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
9783 Should make most file-local generated-autoload-file unnecessary.
9784 (print-readably): Silence warnings.
9785 (autoload-find-destination): Take load-name as an arg to make sure
9786 it's the same as the one that will be in the file.
9787 (autoload-generate-file-autoloads): Adjust to above changes.
9788 Try to make the dataflow a bit simpler.
9789
9790 * cvs-status.el (cvs-refontify): Remove unused.
9791
9792 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
9793
9794 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
9795
9796 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
9797 twos-complement mode.
9798
9799 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
9800
9801 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9802 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
9803 (calc-inverse): Add "Option" to message, as appropriate.
9804 (calc-hyperbolic): Add "Option" to message, as appropriate.
9805 (calc-option, calc-is-option): New functions.
9806
9807 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
9808 (calc-option-prefix-help): New function.
9809
9810 * calc/calc-misc.el (calc-help): Add "Option" entry.
9811
9812 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
9813 (calc-option-flag): New variable.
9814 (calc-do): Set `calc-option-flag to nil.
9815 (calc-set-mode-line): Add "Opt " as appropriate.
9816
9817 2010-04-16 Juri Linkov <juri@jurta.org>
9818
9819 Move scrolling commands from simple.el to window.el
9820 because their primitives are implemented in window.c.
9821
9822 * simple.el (scroll-error-top-bottom)
9823 (scroll-up-command, scroll-down-command, scroll-up-line)
9824 (scroll-down-line, scroll-other-window-down)
9825 (beginning-of-buffer-other-window, end-of-buffer-other-window):
9826 * window.el (scroll-error-top-bottom)
9827 (scroll-up-command, scroll-down-command, scroll-up-line)
9828 (scroll-down-line, scroll-other-window-down)
9829 (beginning-of-buffer-other-window, end-of-buffer-other-window):
9830 Move from simple.el to window.el because their primitives are
9831 implemented in window.c.
9832
9833 2010-04-16 Juri Linkov <juri@jurta.org>
9834
9835 * isearch.el (isearch-lookup-scroll-key): Check both
9836 `isearch-scroll' and `scroll-command' properties.
9837 (scroll-up, scroll-down): Remove `isearch-scroll' property.
9838
9839 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
9840
9841 * simple.el (scroll-up-command, scroll-down-command)
9842 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
9843
9844 2010-04-15 Juri Linkov <juri@jurta.org>
9845
9846 * simple.el (scroll-up-command, scroll-down-command)
9847 (scroll-up-line, scroll-down-line): Put `scroll-command'
9848 property on the these symbols. Remove them from
9849 `scroll-preserve-screen-position-commands'.
9850
9851 * mwheel.el (mwheel-scroll): Put `scroll-command' and
9852 `isearch-scroll' properties on the `mwheel-scroll' symbol.
9853 Remove it from `scroll-preserve-screen-position-commands'.
9854
9855 * isearch.el (isearch-allow-scroll): Doc fix.
9856
9857 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
9858
9859 * net/tramp.el (tramp-error-with-buffer): Don't show the
9860 connection buffer when we are in completion mode.
9861 (tramp-file-name-handler): Catch the error for some operations
9862 when we are in completion mode. This gives the user the chance to
9863 correct the file name in the minibuffer.
9864
9865 2010-04-15 Glenn Morris <rgm@gnu.org>
9866
9867 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
9868
9869 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
9870
9871 Simplify by using `define-derived-mode'.
9872 * info.el (Info-mode):
9873 * calendar/todo-mode.el (todo-mode):
9874 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
9875 (gomoku-mode-map): Move initialization into declaration.
9876
9877 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
9878
9879 Fix Bug#5840.
9880 * ido.el (ido-file-name-all-completions-1):
9881 * minibuffer.el (minibuffer-completion-help):
9882 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
9883
9884 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9885
9886 * simple.el (non-essential): New var.
9887
9888 Add a new field `location' to bookmarks for non-file bookmarks.
9889 * bookmark.el (bookmark-location): Use the new field, if present.
9890 (bookmark-insert-location): Undo last change, not needed any more.
9891 * man.el (Man-bookmark-make-record):
9892 * woman.el (woman-bookmark-make-record): Add `location' field.
9893
9894 2010-04-14 Juri Linkov <juri@jurta.org>
9895
9896 * simple.el (scroll-error-top-bottom): New defcustom.
9897 (scroll-up-command, scroll-down-command): Use it. Doc fix.
9898
9899 * emulation/pc-select.el (pc-select-override-scroll-error):
9900 Obsolete in favor of `scroll-error-top-bottom'.
9901
9902 2010-04-14 Juri Linkov <juri@jurta.org>
9903
9904 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
9905 `scroll-up-command' and `M-v' to `scroll-down-command'.
9906
9907 * emulation/cua-rect.el (cua--init-rectangles):
9908 * forms.el (forms--change-commands):
9909 * image-mode.el (image-mode-map):
9910 Remap scroll-down-command and scroll-up-command
9911 in addition to scroll-down and scroll-up.
9912
9913 2010-04-14 Juri Linkov <juri@jurta.org>
9914
9915 * mwheel.el (scroll-preserve-screen-position-commands):
9916 Add mwheel-scroll to this list of commands.
9917
9918 * simple.el (scroll-preserve-screen-position-commands):
9919 Add scroll-up-command, scroll-down-command, scroll-up-line,
9920 scroll-down-line to this list of commands.
9921
9922 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9923
9924 * obsolete/complete.el: Move from lisp/complete.el.
9925
9926 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
9927
9928 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
9929 to the minor mode function now turns the mode ON unconditionally.
9930
9931 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * vc-dir.el (vc-dir-kill-line): New command.
9934 (vc-dir-mode-map): Bind it to C-k.
9935
9936 * bookmark.el (bookmark-insert-location): Handle a nil filename.
9937
9938 * woman.el: Add bookmark declarations to silence the compiler.
9939 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
9940 step to compatibility between man and woman bookmarks.
9941 Adjust for Man-default-bookmark-title renaming.
9942 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
9943
9944 * man.el: Add bookmark declarations to silence the compiler.
9945 (Man-name-local-regexp): Make it match NAME as well.
9946 (Man-getpage-in-background): Return the buffer.
9947 (Man-notify-when-ready): Use `case'.
9948 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
9949 Don't hardcode "NAME". Simplify.
9950 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
9951 Rename from Man-bookmark-make-record.
9952 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
9953 we have the actual man-args. Use Man-getpage-in-background rather
9954 than `man' since the arg is already processed. Let bookmark.el do the
9955 window handling. Only wait for the relevant process.
9956 Don't forget to autoload.
9957
9958 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
9959
9960 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9961
9962 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
9963 New functions.
9964 (woman-mode): Setup bookmark support.
9965
9966 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
9967 (man-bookmark-jump): New functions.
9968 (Man-mode): Setup bookmark support.
9969
9970 2010-04-10 Jari Aalto <jari.aalto@cante.net>
9971
9972 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
9973 recognize ssh-keygen prompt (Bug#2817).
9974
9975 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
9976
9977 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
9978
9979 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
9980
9981 Synchronize with Tramp repository.
9982
9983 * net/tramp.el (tramp-completion-function-alist)
9984 (tramp-file-name-regexp, tramp-chunksize)
9985 (tramp-local-coding-commands, tramp-remote-coding-commands):
9986 Fix docstring.
9987 (tramp-remote-process-environment): Use `format' instead of `concat'.
9988 (tramp-handle-directory-files-and-attributes)
9989 (tramp-get-remote-path): Use `copy-tree'.
9990 (tramp-handle-file-name-all-completions): Backward/ XEmacs
9991 compatibility: Use `completion-ignore-case' if
9992 `read-file-name-completion-ignore-case' does not exist.
9993 (tramp-do-copy-or-rename-file-directly): Do not use
9994 `tramp-handle-file-remote-p'.
9995 (tramp-do-copy-or-rename-file-out-of-band):
9996 Use `tramp-compat-delete-directory'.
9997 (tramp-do-copy-or-rename-file-out-of-band)
9998 (tramp-compute-multi-hops, tramp-maybe-open-connection):
9999 Use `format-spec-make'.
10000 (tramp-find-foreign-file-name-handler)
10001 (tramp-advice-make-auto-save-file-name)
10002 (tramp-set-auto-save-file-modes): Remove superfluous check for
10003 `stringp'. This is done inside `tramp-tramp-file-p'.
10004 (tramp-debug-outline-regexp): New defconst.
10005 (tramp-get-debug-buffer): Use it.
10006 (tramp-check-for-regexp): Use (forward-line 1).
10007 (tramp-set-auto-save-file-modes): Adapt version check.
10008
10009 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
10010 Wrap call of `featurep' for 2nd argument.
10011 (tramp-compat-make-temp-file): Simplify fallback implementation.
10012 (tramp-compat-copy-tree): Remove function.
10013 (tramp-compat-delete-directory): Provide implementation for older
10014 Emacsen.
10015
10016 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
10017 Do not use `tramp-fish-handle-file-attributes.
10018
10019 * net/trampver.el: Update release number.
10020
10021 2010-04-10 Glenn Morris <rgm@gnu.org>
10022
10023 * progmodes/compile.el (compilation-save-buffers-predicate):
10024 Add missing :version tag.
10025
10026 2010-04-09 Sam Steingold <sds@gnu.org>
10027
10028 * progmodes/compile.el (compilation-save-buffers-predicate):
10029 Remove the "autoload" cookie.
10030
10031 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
10032 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
10033 and `bug-reference-prog-mode' can be used in hooks directly.
10034
10035 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10036
10037 Add --author support to git commit.
10038 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
10039 (vc-git-log-edit-mode): New minor mode.
10040 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
10041 New declarations.
10042
10043 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
10044
10045 * vc-hooks.el, vc-git.el: Improve documentation comments.
10046
10047 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 Fix some of the problems in defsubst* (bug#5728).
10050 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
10051 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
10052
10053 2010-04-07 Sam Steingold <sds@gnu.org>
10054
10055 * progmodes/compile.el (compilation-save-buffers-predicate):
10056 New custom variable.
10057 (compile, recompile): Pass it to `save-some-buffers'.
10058
10059 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
10060
10061 * wid-edit.el (widget-choose): Move cursor to the second line of
10062 the buffer (Bug#5695).
10063
10064 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
10065
10066 Add new VC methods: vc-log-incoming and vc-log-outgoing.
10067 * vc.el (vc-print-log-setup-buttons): New function split out from
10068 vc-print-log-internal.
10069 (vc-log-internal-common): New function, a parametrized version of
10070 vc-print-log-internal.
10071 (vc-print-log-internal): Just call vc-log-internal-common with the
10072 right arguments.
10073 (vc-incoming-outgoing-internal):
10074 (vc-log-incoming, vc-log-outgoing): New functions.
10075 (vc-log-view-type): New permanent local variable.
10076
10077 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
10078
10079 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
10080 of the dynamic bound vc-short-log.
10081 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
10082
10083 * vc-git.el (vc-git-log-outgoing): New function.
10084 (vc-git-log-view-mode): Use vc-log-view-type instead
10085 of the dynamic bound vc-short-log.
10086
10087 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
10088 of the dynamic bound vc-short-log. Highlight the tag.
10089 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
10090 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
10091 (vc-hg-incoming-mode): Remove.
10092 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
10093
10094 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
10095
10096 Fix default-directory for vc-root-diff.
10097 * vc.el (vc-root-diff): Bind default-directory to the root
10098 directory for the diff command.
10099
10100 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
10101
10102 * progmodes/verilog-mode.el (verilog-forward-sexp):
10103 (verilog-calc-1): Support "disable fork" and "fork wait" multi
10104 word keywords, suggested by Steve Pearlmutter.
10105 (verilog-pretty-declarations): Support lineup of declarations in
10106 port lists.
10107 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
10108 fix bug for /* / comments.
10109 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
10110 Speed up and simplfy as this is never called with a bound.
10111 (verilog-pretty-declarations): Enhance to line up declarations
10112 inside a parameter list, suggested by Alan Morgan.
10113 (verilog-pretty-expr): Tune assignment regular expression match
10114 string for corner cases; also use markers instead of character
10115 number as indent changes the later.
10116
10117 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
10118
10119 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
10120 as missing keyword.
10121 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
10122 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
10123 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
10124 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
10125 Tennant.
10126 (verilog-keywords):
10127 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
10128 1800-2009 keywords, including "global.".
10129
10130 2010-04-06 John Wiegley <jwiegley@gmail.com>
10131
10132 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
10133 appearing in buffer list (if a live buffer name matched a recentf
10134 file basename). Should use uniquify to offer a real solution.
10135
10136 2010-04-06 John Wiegley <jwiegley@gmail.com>
10137
10138 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
10139 comment to code, and add a :version tag.
10140 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
10141
10142 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
10143
10144 Enable recentf-mode if using virtual buffers.
10145 * ido.el (recentf-list): Declare for byte-compiler.
10146 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
10147 (ido-make-buffer-list): Simplify.
10148 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
10149
10150 2010-04-05 Juri Linkov <juri@jurta.org>
10151
10152 Scrolling commands which scroll a line instead of full screen.
10153 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
10154
10155 * simple.el (scroll-up-line, scroll-down-line): New commands.
10156 Put property isearch-scroll=t on them.
10157
10158 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
10159 Remove commands.
10160
10161 2010-04-05 Juri Linkov <juri@jurta.org>
10162
10163 Scrolling commands which do not signal errors at top/bottom.
10164 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
10165
10166 * simple.el (scroll-up-command, scroll-down-command): New commands.
10167 Put property isearch-scroll=t on them.
10168
10169 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
10170 `scroll-down-command' and [next] from `scroll-up' to
10171 `scroll-up-command'.
10172
10173 * emulation/cua-base.el: Put property CUA=move on
10174 `scroll-up-command' and `scroll-down-command'.
10175 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
10176 and `scroll-down-command' to `cua-scroll-down'.
10177
10178 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
10179
10180 * help.el (describe-mode): Return nil.
10181
10182 2010-04-04 John Wiegley <jwiegley@gmail.com>
10183
10184 * ido.el (ido-use-virtual-buffers): New variable to indicate
10185 whether "virtual buffer" support is enabled for IDO.
10186 (ido-virtual): Face used to indicate virtual buffers in the list.
10187 (ido-buffer-internal): If a buffer is chosen, and no such buffer
10188 exists, but a virtual buffer of that name does (which would be why
10189 it was in the list), recreate the buffer by reopening the file.
10190 (ido-make-buffer-list): If virtual buffers are being used, call
10191 `ido-add-virtual-buffers-to-list' before the make list hook.
10192 (ido-virtual-buffers): New variable which contains a copy of the
10193 current contents of the `recentf-list', albeit pared down for the
10194 sake of speed, and with proper faces applied.
10195 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
10196 create a list of "virtual buffers" to present to the user in
10197 addition to the currently open set. Note that this logic could
10198 get rather slow if that list is too large. With the default
10199 `recentf-max-saved-items' of 200, there is little speed penalty.
10200
10201 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10202
10203 * font-lock.el: Require CL when compiling.
10204 (font-lock-turn-on-thing-lock): Use `case'.
10205
10206 2010-04-03 Eli Zaretskii <eliz@gnu.org>
10207
10208 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
10209 Zaretskii.
10210
10211 2010-04-02 Juri Linkov <juri@jurta.org>
10212
10213 * ehelp.el (electric-help-orig-major-mode):
10214 New buffer-local variable.
10215 (electric-help-mode): Set it to original major-mode. Doc fix.
10216 (with-electric-help): Use `electric-help-orig-major-mode' instead
10217 of (default-value 'major-mode). Doc fix.
10218 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
10219
10220 2010-04-02 Sam Steingold <sds@gnu.org>
10221
10222 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
10223 `vc-hg-command' with a list of flags.
10224
10225 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10226 Also accept "patch" and "RFE".
10227 (bug-reference-fontify): `bug-reference-url-format' can also be a
10228 function to be able to handle the bug kind.
10229 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
10230
10231 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
10232
10233 * tmm.el (tmm-get-keymap): Check with symbolp before passing
10234 value to fboundp, it may not be a symbol.
10235
10236 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10237
10238 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
10239
10240 2010-03-31 Juri Linkov <juri@jurta.org>
10241
10242 * simple.el (next-line, previous-line): Re-throw a signal
10243 with `signal' instead of using `ding'.
10244 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
10245
10246 2010-03-31 Juri Linkov <juri@jurta.org>
10247
10248 * simple.el (keyboard-escape-quit): Raise deselecting the active
10249 region higher than exiting the minibuffer.
10250 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
10251
10252 2010-03-31 Juri Linkov <juri@jurta.org>
10253
10254 * image.el (image-animated-p): Use `image-metadata' instead of
10255 `image-extension-data'. Get GIF extenstion data from metadata
10256 property `extension-data'.
10257
10258 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10259
10260 * simple.el (append-to-buffer): Simplify.
10261
10262 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
10263
10264 * textmodes/artist.el (artist-mode): Fix typo in docstring.
10265 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
10266
10267 2010-03-31 Kenichi Handa <handa@m17n.org>
10268
10269 * language/sinhala.el (composition-function-table): Fix regexp for
10270 the new Unicode specification.
10271
10272 * language/indian.el (devanagari-composable-pattern)
10273 (tamil-composable-pattern, kannada-composable-pattern)
10274 (malayalam-composable-pattern): Adjust for the new Unicode
10275 specification.
10276 (bengali-composable-pattern, gurmukhi-composable-pattern)
10277 (gujarati-composable-pattern, oriya-composable-pattern)
10278 (telugu-composable-pattern): New variables to cope with the new
10279 Unicode specification. Use them in composition-function-table.
10280
10281 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10282
10283 Make tmm-menubar work for the Buffers menu again (bug#5726).
10284 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
10285 vectors rather than cons cells, as used in menu-bar-update-buffers.
10286
10287 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10288
10289 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
10290 (js-insert-and-indent): Revert 2009-08-15 change, restoring
10291 electric punctuation for "{}();,:" (Bug#5586).
10292
10293 * mail/sendmail.el (mail-default-directory): Doc fix.
10294
10295 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10296
10297 * mail/sendmail.el (mail-default-directory): Doc fix.
10298
10299 2010-03-31 Eli Zaretskii <eliz@gnu.org>
10300
10301 * subr.el (version-regexp-alist, version-to-list)
10302 (version-list-<, version-list-=, version-list-<=)
10303 (version-list-not-zero, version<, version<=, version=): Doc fix.
10304 (Bug#5744).
10305
10306 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
10307
10308 * vc.el (vc-root-diff): Doc fix.
10309
10310 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10311
10312 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
10313
10314 * simple.el (append-to-buffer): Fix last change.
10315
10316 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10317
10318 * simple.el (append-to-buffer): Ensure that point is preserved if
10319 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
10320 (Bug#5749)
10321
10322 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10323
10324 * files.el (auto-mode-case-fold): Change default to t.
10325
10326 2010-03-30 Juri Linkov <juri@jurta.org>
10327
10328 * dired-x.el (dired-omit-mode): Doc fix.
10329
10330 2010-03-30 Juri Linkov <juri@jurta.org>
10331
10332 * replace.el (occur-accumulate-lines): Move occur-engine related
10333 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
10334 to be located after `occur-engine'.
10335
10336 2010-03-30 Juri Linkov <juri@jurta.org>
10337
10338 Make occur handle multi-line matches cleanly with context.
10339 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
10340
10341 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
10342 (occur-engine): Add local variables `ret', `prev-after-lines',
10343 `prev-lines'. Use more arguments for `occur-context-lines'.
10344 Set first elem of its returned list to `data', and the second elem
10345 to `prev-after-lines'. Don't print the separator line.
10346 In the end, print remaining context after-lines.
10347 (occur-context-lines): Add new arguments `begpt', `endpt',
10348 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
10349 after-lines of the previous match with before-lines of the
10350 current match and not overlap them. Return a list with two
10351 values: the output line and the list of context after-lines.
10352
10353 2010-03-30 Juri Linkov <juri@jurta.org>
10354
10355 * replace.el (occur-accumulate-lines): Fix a bug where the first
10356 context line at the beginning of the buffer was missing.
10357
10358 2010-03-30 Eli Zaretskii <eliz@gnu.org>
10359
10360 * files.el: Make bidi-display-reordering safe variable for boolean
10361 values.
10362
10363 2010-03-29 Phil Hagelberg <phil@evri.com>
10364 Chong Yidong <cyd@stupidchicken.com>
10365
10366 * subr.el: Extend progress reporters to perform "spinning".
10367 (progress-reporter-update, progress-reporter-do-update):
10368 Handle non-numeric value arguments.
10369 (progress-reporter--pulse-characters): New var.
10370
10371 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
10372
10373 * progmodes/compile.el (compilation-start): Fix regexp detection
10374 of initial cd command (Bug#5771).
10375
10376 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
10377
10378 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
10379
10380 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
10381
10382 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
10383 * progmodes/gdb-mi.el: Restore.
10384 * progmodes/gdb-ui.el: Remove.
10385 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
10386
10387 2010-03-25 Glenn Morris <rgm@gnu.org>
10388
10389 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
10390 all dired buffers, even tramp ones. (Bug#5755)
10391
10392 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10393
10394 Add "union tags" in mpc.el.
10395 * mpc.el: Remove backward compatibility code.
10396 (mpc-browser-tags): Change default.
10397 (mpc--find-memoize-union-tags): New var.
10398 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
10399 (mpc-cmd-find): Handle the case where the playlist does not exist.
10400 Handle union-tags.
10401 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
10402 (mpc-cmd-add): Use mpc-cmd-flush.
10403 (mpc-tagbrowser-tag-name): New fun.
10404 (mpc-tagbrowser-buf): Use it.
10405 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
10406
10407 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10408
10409 Misc cleanup.
10410 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
10411 Use replace-regexp-in-string.
10412 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
10413 (makefile-imake-mode-syntax-table): Move init into defvar.
10414 (makefile-mode): Use define-derived-mode.
10415
10416 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
10417 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
10418 not be present any more.
10419
10420 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10421
10422 * faces.el (set-face-attribute): Fix typo in docstring.
10423 (face-valid-attribute-values): Reflow docstring.
10424
10425 2010-03-24 Glenn Morris <rgm@gnu.org>
10426
10427 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
10428
10429 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
10430
10431 * indent.el (indent-for-tab-command): Doc fix.
10432
10433 2010-03-24 Alan Mackenzie <acm@muc.de>
10434
10435 * progmodes/cc-engine.el (c-remove-stale-state-cache):
10436 Fix off-by-one error. Fixes bug #5747.
10437
10438 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10439
10440 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
10441 (image-dired-read-comment): Doc fix.
10442
10443 * json.el (json-object-type, json-array-type, json-key-type)
10444 (json-false, json-null, json-read-number):
10445 * minibuffer.el (completion-in-region-functions):
10446 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
10447 (cal-tex-cursor-week):
10448 * emacs-lisp/trace.el (trace-function):
10449 * eshell/em-basic.el (eshell/printnl):
10450 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
10451 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
10452 * obsolete/levents.el (allocate-event, event-key, event-object)
10453 (event-point, event-process, event-timestamp, event-to-character)
10454 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
10455 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
10456 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
10457 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
10458 (reftex-highlight-selection): Fix typos in docstrings.
10459
10460 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10461
10462 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
10463
10464 2010-03-24 Glenn Morris <rgm@gnu.org>
10465
10466 * mail/rmail.el (rmail-highlight-face): Restore option deleted
10467 2008-02-13 without comment; mark it obsolete.
10468 (rmail-highlight-headers): Use rmail-highlight-face once more.
10469
10470 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
10471
10472 * woman.el (woman2-process-escapes): Only consume the newline if
10473 the filler character is on a line by itself (Bug#5729).
10474
10475 2010-03-24 Kenichi Handa <handa@m17n.org>
10476
10477 * language/indian.el (devanagari-composable-pattern): Add more
10478 consonants.
10479
10480 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
10481
10482 * net/trampver.el: Update release number.
10483
10484 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
10485
10486 * net/tramp.el (tramp-find-executable):
10487 Use `tramp-get-connection-buffer'. Make the regexp for checking
10488 output of "wc -l" more robust.
10489 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
10490 (tramp-open-connection-setup-interactive-shell): Remove workaround
10491 for OpenSolaris bug, it is not needed anymore.
10492
10493 2010-03-24 Glenn Morris <rgm@gnu.org>
10494
10495 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
10496
10497 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
10498
10499 * files.el (auto-mode-alist): Accept more verilog file patterns.
10500
10501 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10502
10503 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
10504
10505 2010-03-24 Glenn Morris <rgm@gnu.org>
10506
10507 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
10508 log-edit-before-checkin-process.
10509
10510 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
10511
10512 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
10513
10514 * vc-dispatcher.el (vc-start-logentry): Doc fix.
10515 (log-view-process-buffer, log-edit-extra-flags): Declare.
10516
10517 * log-edit.el (log-edit-before-checkin-process): Doc fix.
10518
10519 2010-03-23 Sam Steingold <sds@gnu.org>
10520
10521 Fix bug#5620: recalculate all markers on compilation buffer
10522 modifications, not on file modifications.
10523 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
10524 variable: the buffer modification time, for buffers not associated with
10525 files.
10526 (compilation-mode): Create it.
10527 (compilation-filter): Update it.
10528 (compilation-next-error-function): Use it instead of
10529 `visited-file-modtime' for timestamp.
10530
10531 2010-03-23 Juri Linkov <juri@jurta.org>
10532
10533 Implement Occur multi-line matches.
10534 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
10535
10536 * replace.el (occur): Doc fix.
10537 (occur-engine): Set `begpt' to the beginning of the first line.
10538 Set `endpt' to the end of the last match line. At first, count
10539 line numbers between `origpt' and `begpt'. Split out code from
10540 `out-line' variable to new let-bindings `match-prefix' and
10541 `match-str'. In `out-line' add non-numeric prefix to all
10542 non-first lines of multi-line matches. Finally, count lines
10543 between `begpt' and `endpt' and add to `lines'.
10544
10545 2010-03-23 Juri Linkov <juri@jurta.org>
10546
10547 * replace.el (occur-accumulate-lines, occur-engine):
10548 Use `occur-engine-line' instead of duplicate code.
10549 (occur-engine-line): New function created from duplicate code
10550 in `occur-accumulate-lines' and `occur-engine'.
10551
10552 * replace.el (occur-engine-line): Add optional arg `keep-props'.
10553 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
10554
10555 2010-03-23 Juri Linkov <juri@jurta.org>
10556
10557 * finder.el: Remove TODO tasks.
10558
10559 * info.el (Info-finder-find-node): Add node "all"
10560 with all package info. Handle a list of multiple keywords
10561 separated by comma.
10562 (info-finder): In interactive use with a prefix argument,
10563 use `completing-read-multiple' to read a list of keywords
10564 separated by comma.
10565
10566 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10567
10568 Add a new completion style `substring'.
10569 * minibuffer.el (completion-basic--pattern): New function.
10570 (completion-basic-try-completion, completion-basic-all-completions):
10571 Use it.
10572 (completion-substring--all-completions)
10573 (completion-substring-try-completion)
10574 (completion-substring-all-completions): New functions.
10575 (completion-styles-alist): New style `substring'.
10576
10577 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10578
10579 Get rid of .elc files after removal of the corresponding .el.
10580 * Makefile.in (compile-clean): New target.
10581 (compile-main): Use it.
10582
10583 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
10584
10585 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
10586 don't do make there. When compiling with separate object dir, there
10587 is no Makefile there.
10588
10589 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10590
10591 Get rid of the ELCFILES abomination, again.
10592 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
10593 (all, compile): Don't call compile-last.
10594 (compile-main): Build the "elcfiles" list dynamically.
10595 (compile-targets): New (internal) target.
10596
10597 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
10598
10599 * Makefile.in (top_srcdir): Define.
10600 (abs_top_builddir): Define.
10601 (srcdir): Don't append `/..'.
10602 (EMACS): Use ${abs_top_builddir}.
10603 (all, compile, compile-always, compile-last): Don't set emacswd.
10604 (update-subdirs, update-authors): Use $(top_srcdir) instead of
10605 $(srcdir).
10606 (lisp): Use $(srcdir) instead of @srcdir@.
10607
10608 2010-03-21 Juri Linkov <juri@jurta.org>
10609
10610 Fix message of multi-line occur regexps and multi-buffer header lines.
10611 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
10612
10613 * replace.el (occur-1): Don't display regexp if it is longer
10614 than window-width. Use `query-replace-descr' to display regexp.
10615 (occur-engine): Don't display regexp in the buffer header for
10616 multi-buffer occur. Display a separate header line with total
10617 match count and regexp for multi-buffer occur.
10618 Use `query-replace-descr' to display regexp.
10619
10620 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10621
10622 * net/secrets.el: Fix parenthesis.
10623 (secrets-enabled): Fix parenthesis.
10624
10625 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10626
10627 Use more relative file and directory names.
10628 * Makefile.in (EMACS): Arrange for it to work when we chdir.
10629 (setwins, setwins_almost, setwins_for_subdirs):
10630 Don't `cd'; output relative names.
10631 (all, compile, compile-always, compile-last): Set emacswd.
10632 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
10633 Just cd to the lisp source dir so we can use relative file names.
10634
10635 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
10636
10637 2010-03-20 Glenn Morris <rgm@gnu.org>
10638
10639 * textmodes/rst.el: Use faces for font-lock customization, and make the
10640 old -face variables obsolete.
10641 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
10642 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
10643 (rst-block-face, rst-external-face, rst-definition-face)
10644 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
10645 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
10646 Make obsolete.
10647 (rst-font-lock-keywords-function): Update for above changes.
10648
10649 2010-03-20 Juri Linkov <juri@jurta.org>
10650
10651 * s-region.el:
10652 * obsolete/s-region.el: Move to obsolete.
10653
10654 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
10655
10656 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
10657
10658 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
10659
10660 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
10661
10662 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
10663
10664 Add special markup processing for commit logs.
10665 * log-edit.el (log-edit-extra-flags): New variable.
10666 (log-edit): Add new argument MODE. Use that mode when non-nil
10667 instead of the log-view-mode.
10668 (log-view-process-buffer): New function.
10669
10670 * vc.el: Document that the checkin method takes optional
10671 arguments. Document new backend specific method: log-view-mode.
10672 (vc-default-log-edit-mode): New function.
10673 (vc-checkin): Use a backend specific log-view-mode.
10674 Pass extra arguments to the checkin method.
10675 (vc-modify-change-comment): Pass a dummy extra argument.
10676
10677 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
10678 log-edit.
10679 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
10680 (vc-finish-logentry): Process the log buffer before passing it
10681 down. Pass log-edit-extra-flags.
10682
10683 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
10684 command.
10685 (log-edit-extra-flags, log-edit-before-checkin-process):
10686 New declarations.
10687
10688 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
10689 command.
10690 (log-edit-extra-flags, log-edit-before-checkin-process):
10691 New declarations.
10692 (vc-hg-log-edit-mode): New derived mode.
10693
10694 * vc-arch.el (vc-arch-checkin):
10695 * vc-cvs.el (vc-cvs-checkin):
10696 * vc-git.el (vc-git-checkin):
10697 * vc-mtn.el (vc-mtn-checkin):
10698 * vc-rcs.el (vc-rcs-checkin):
10699 * vc-sccs.el (vc-sccs-checkin):
10700 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
10701
10702 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10703
10704 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
10705 parent typo).
10706
10707 2010-03-19 Glenn Morris <rgm@gnu.org>
10708
10709 * password-cache.el (password-cache, password-cache-expiry): Autoload.
10710
10711 2010-03-18 Glenn Morris <rgm@gnu.org>
10712
10713 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
10714
10715 * replace.el (query-replace-history): Give it a doc string.
10716 (map-query-replace-regexp): Use query-replace-from-history-variable
10717 and query-replace-to-history-variable.
10718
10719 * mail/hashcash.el (declare-function): Remove duplicate definition.
10720
10721 * mail/emacsbug.el (report-emacs-bug-pretest-address):
10722 Make it an obsolete alias for report-emacs-bug-address.
10723 (message-strip-special-text-properties): Declare.
10724 (report-emacs-bug): Remove test for a pretest bug address.
10725 Combine message-mode-specific code.
10726
10727 * mail/supercite.el: Don't require sendmail.
10728 (mh-in-header-p): Declare rather than using with-no-warnings.
10729 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
10730 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
10731
10732 * calendar/cal-french.el: Convert to utf-8.
10733
10734 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
10735 Emacs scripts.
10736
10737 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
10738
10739 * net/secrets.el (secrets-enabled): New variable. Use it instead
10740 of a subfeature.
10741
10742 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
10743
10744 * net/secrets.el (top): Register the D-Bus signals only when the
10745 service "org.freedesktop.secrets" can be pinged.
10746 Provide subfeature `enabled'.
10747
10748 2010-03-14 Juri Linkov <juri@jurta.org>
10749
10750 Add finder unknown keywords.
10751
10752 * finder.el (finder-unknown-keywords): New function.
10753
10754 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
10755 to create a Finder node with unknown keywords.
10756
10757 2010-03-14 Juri Linkov <juri@jurta.org>
10758
10759 * finder.el (finder-compile-keywords): Replace `princ' with
10760 `prin1' on a list of symbols interned from keyword strings.
10761
10762 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
10763 a comma, then split keywords using a comma and optional whitespace.
10764 Otherwise, split by whitespace.
10765
10766 * complete.el:
10767 * face-remap.el:
10768 * log-view.el:
10769 * net/hmac-def.el:
10770 * net/hmac-md5.el:
10771 * net/netrc.el:
10772 * progmodes/mixal-mode.el: Fix keywords.
10773
10774 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
10775
10776 * Makefile.in (ELCFILES): Add net/secrets.elc.
10777
10778 * net/secrets.el: New file.
10779
10780 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
10781
10782 * facemenu.el (list-colors-display, list-colors-print): New arg
10783 callback. Use it to allow selecting colors.
10784
10785 * wid-edit.el (widget-image-insert): Insert image prop even if the
10786 current display is non-graphic.
10787 (widget-field-value-set): New fun.
10788 (editable-field): Use it.
10789 (widget-field-value-get): Clean up unused var.
10790 (widget-color-value-create, widget-color--choose-action):
10791 New funs. Allow using list-colors-display to choose color.
10792
10793 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
10794
10795 * cus-edit.el: Resort topmost custom groups.
10796 (custom-buffer-sort-alphabetically): Default to t.
10797 (customize-apropos): Use apropos-parse-pattern.
10798 (custom-search-field): New var.
10799 (custom-buffer-create-internal): Add custom-apropos search field.
10800 (custom-add-parent-links): Don't display parent doc.
10801 (custom-group-value-create): Don't sort top-level custom group.
10802 (custom-magic-value-create): Show visibility button before option name.
10803
10804 (custom-variable-state): New fun, from custom-variable-state-set.
10805 (custom-variable-state-set): Use it.
10806 (custom-group-value-create): Hide options with standard values
10807 using the :hidden-states property. Use progress reporter.
10808
10809 (custom-show): Simplify.
10810 (custom-visibility): Disable images by default.
10811 (custom-variable): New property :hidden-states.
10812 (custom-variable-value-create): Enable images for
10813 custom-visibility widgets. Use :hidden-states property to
10814 determine initial visibility.
10815
10816 * wid-edit.el (widget-image-find): Give images center ascent.
10817 (visibility): Add :on-image and :off-image properties.
10818 (widget-visibility-value-create): Use them.
10819
10820 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
10821
10822 * cus-edit.el (processes): Remove from development group.
10823 (oop, hypermedia): Delete group.
10824 (comm): Promote to top-level group.
10825
10826 * net/browse-url.el (browse-url):
10827 * net/xesam.el (xesam):
10828 * net/tramp.el (tramp):
10829 * net/goto-addr.el (goto-address):
10830 * net/ange-ftp.el (ange-ftp): Put in comm group.
10831
10832 * view.el (view): Remove from editing group.
10833
10834 * uniquify.el (uniquify): Put in files group.
10835
10836 * net/browse-url.el (browse-url):
10837 * ps-print.el (postscript): Put in external group.
10838
10839 * cus-edit.el (outlines):
10840 * textmodes/text-mode.el (text-mode-hook):
10841 * textmodes/table.el (table):
10842 * textmodes/picture.el (picture):
10843 * outline.el (outlines): Put in wp group.
10844
10845 * nxml/nxml-mode.el (nxml): Remove from wp group.
10846
10847 * net/tramp-imap.el (tramp-imap): Put in tramp group.
10848
10849 * mail/metamail.el (metamail): Remove from hypermedia group.
10850
10851 * cus-edit.el (abbrev):
10852 * whitespace.el (whitespace):
10853 * vcursor.el (vcursor):
10854 * reveal.el (reveal):
10855 * hl-line.el (hl-line): Put in convenience group.
10856
10857 * epg-config.el (epg): Put in data group.
10858
10859 * emulation/pc-select.el (pc-select): Put in emulations group.
10860
10861 * calculator.el (calculator): Put in applications group.
10862
10863 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10864
10865 Add .dir-locals.el support for file-less buffers.
10866 * files.el (hack-local-variables): Split out code to apply local
10867 variable settings ...
10868 (hack-local-variables-apply): ... here. New function.
10869 (hack-dir-local-variables): Use the default directory for when the
10870 buffer does not have an associated file.
10871 (hack-dir-local-variables-non-file-buffer): New function.
10872 * diff-mode.el (diff-mode):
10873 * vc-annotate.el (vc-annotate-mode):
10874 * vc-dir.el (vc-dir-mode):
10875 * log-edit.el (log-edit-mode):
10876 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
10877
10878 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10879
10880 Add support for shelving snapshots and for showing shelves.
10881 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
10882 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
10883 New functions.
10884 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10885 (vc-bzr-extra-menu-map): Map them.
10886
10887 2010-03-11 Glenn Morris <rgm@gnu.org>
10888
10889 * cus-edit.el (customize-changed-options-previous-release):
10890 Bump to 23.1.
10891
10892 * image.el (image-animate-max-time): Fix :version tag.
10893
10894 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
10895
10896 * Branch for 23.2.
10897
10898 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10899
10900 * vc-git.el (vc-git-revision-table): Include remote branches.
10901
10902 2010-03-10 Kim F. Storm <storm@cua.dk>
10903
10904 Animated image API.
10905 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
10906
10907 * image.el (image-animate-max-time): New defcustom.
10908 (image-animated-types): New defconst.
10909 (create-animated-image, image-animate-timer)
10910 (image-animate-start, image-animate-stop, image-animate-timeout)
10911 (image-animated-p): New functions.
10912
10913 * image-mode.el (image-toggle-display-image):
10914 Replace `create-image' with `create-animated-image'.
10915
10916 2010-03-09 Miles Bader <miles@gnu.org>
10917
10918 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
10919 instead of "format:"; this ensures that the output is
10920 newline-terminated.
10921
10922 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
10923
10924 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
10925 that all errors are caught, and that the return value is always a
10926 list (Bug#5692).
10927
10928 2010-03-08 Kenichi Handa <handa@m17n.org>
10929
10930 * language/misc-lang.el (windows-1256): New coding system.
10931 (cp1256): New alias of windows-1256 (bug#5690).
10932
10933 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
10934
10935 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
10936 call to rfc822-bad-address. (Bug#5692)
10937
10938 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
10939
10940 * vc-git.el (vc-git-annotate-extract-revision-at-line):
10941 Use vc-git-root as default directory for revision path (Bug#5657).
10942
10943 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
10944
10945 * calculator.el (calculator): Don't bind split-window-keep-point
10946 (Bug#5674).
10947
10948 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
10949
10950 * vc-git.el: Re-flow to fit into 80 columns.
10951 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
10952 Remove spurious `quote' element in each case alternative.
10953 (vc-git-show-log-entry): Use prog1.
10954 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
10955
10956 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
10959
10960 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
10961
10962 * macros.el (insert-kbd-macro): Look up keyboard macro using the
10963 definition, not the name (Bug#5481).
10964
10965 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
10966
10967 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
10968 argument with a local variable. (Bug#5670)
10969
10970 2010-03-02 Juri Linkov <juri@jurta.org>
10971
10972 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
10973
10974 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
10975
10976 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
10977 error when FILENAME and NEWNAME are existing remote directories.
10978
10979 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
10980 parameter DIR-FLAG.
10981
10982 2010-03-02 Glenn Morris <rgm@gnu.org>
10983
10984 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
10985 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
10986
10987 2010-03-01 Kenichi Handa <handa@m17n.org>
10988
10989 * language/burmese.el (burmese-composable-pattern): Rename from
10990 myanmar-composable-pattern.
10991
10992 * international/characters.el (script-list):
10993 * international/fontset.el (script-representative-chars):
10994 Change myanmar to burmese.
10995 (otf-script-alist): Likewise.
10996 (setup-default-fontset): Likewise. Re-fix :otf spec.
10997
10998 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10999
11000 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
11001
11002 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
11003
11004 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
11005
11006 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
11007
11008 * net/tramp.el (tramp-handle-write-region): START can be a string.
11009 Take care in the checks. Reported by Dan Davison
11010 <davison@stats.ox.ac.uk>.
11011
11012 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
11013
11014 * net/dbus.el (dbus-introspect, dbus-get-property)
11015 (dbus-set-property, dbus-get-all-properties):
11016 Use `dbus-call-method' when noninteractive. (Bug#5645)
11017
11018 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
11019
11020 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
11021 * emacs-lisp/elint.el (elint-add-required-env):
11022 * calendar/icalendar.el (icalendar--add-diary-entry):
11023 * calc/calcalg2.el (math-tracing-integral):
11024 * files.el (recover-session-finish): Use with-current-buffer
11025 instead of save-excursion.
11026
11027 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11028
11029 Fix in-buffer completion when after-change-functions modify the buffer.
11030 * minibuffer.el (completion--replace): New function.
11031 (completion--do-completion): Use it and use relative movement.
11032
11033 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
11034
11035 * international/fontset.el (setup-default-fontset): Fix :otf spec.
11036
11037 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
11038
11039 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
11040 Allow the characters _<> in the stack entry (Bug#5653).
11041
11042 2010-02-26 Kenichi Handa <handa@m17n.org>
11043
11044 * language/burmese.el: Fix entries in composition-function-table.
11045 (myanmar-composable-pattern): New variable.
11046
11047 * international/fontset.el (setup-default-fontset): Add an entry
11048 for myanmar.
11049
11050 * international/characters.el (script-list): Add Myanmar
11051 Extended-A.
11052
11053 2010-02-26 Glenn Morris <rgm@gnu.org>
11054
11055 * custom.el (custom-initialize-delay): Doc fix.
11056
11057 * mail/sendmail.el (send-mail-function): Autoload the call
11058 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
11059
11060 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
11061
11062 * files.el (hack-local-variables-filter): For eval forms, also
11063 check safe-local-variable-p (Bug#5636).
11064
11065 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
11066
11067 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
11068 setting the modes by `ignore-errors'. It might fail, for example
11069 if the file is not owned by the user but the group.
11070 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
11071
11072 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
11073
11074 * files.el (directory-listing-before-filename-regexp):
11075 Use stricter matching for iso-style dates, to avoid false matches with
11076 date-like filenames (Bug#5597).
11077
11078 * htmlfontify.el (htmlfontify): Doc fix.
11079
11080 * eshell/eshell.el (eshell): Doc fix.
11081
11082 * startup.el (fancy-about-screen): In mode-line, apply
11083 mode-line-buffer-id face only to the buffer name (Bug#5613).
11084
11085 2010-02-20 Kevin Ryde <user42@zip.com.au>
11086
11087 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11088 In `watcom' anchor regexp to start of line, to avoid slowness
11089 (Bug#5599).
11090
11091 2010-02-20 Eli Zaretskii <eliz@gnu.org>
11092
11093 * subr.el (remove-yank-excluded-properties): Explain in a comment
11094 why `category' property is removed.
11095
11096 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
11097
11098 * isearch.el (isearch-update-post-hook, isearch-update):
11099 Revert 2010-02-17 change.
11100
11101 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
11102
11103 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
11104 (icalendar--convert-weekly-to-ical)
11105 (icalendar--convert-yearly-to-ical)
11106 (icalendar--convert-block-to-ical)
11107 (icalendar--convert-cyclic-to-ical)
11108 (icalendar--convert-anniversary-to-ical): Take care of time
11109 specifications where hour has 1-digit only (Bug#5549).
11110
11111 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
11112
11113 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
11114 of disassemble output in GDB 7.1.
11115
11116 2010-02-19 Glenn Morris <rgm@gnu.org>
11117
11118 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
11119 property. (Bug#5593)
11120
11121 2010-02-18 Sam Steingold <sds@gnu.org>
11122
11123 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11124
11125 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11126
11127 Use abbreviated file names in bookmarks (bug#5591).
11128 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
11129 calls to expand-file-name.
11130 (bookmark-relocate): Use abbreviated file names in bookmarks.
11131 (bookmark-load): Use abbreviated file names in messages.
11132
11133 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
11134
11135 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
11136 expand "." and "..". Reported by Thierry Volpiatto
11137 <thierry.volpiatto@gmail.com>.
11138
11139 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
11140
11141 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
11142 permissions of the temporary file to "0600". In case the remote
11143 file has no read permissions for the owner, there might be
11144 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
11145
11146 22010-02-18 Glenn Morris <rgm@gnu.org>
11147
11148 * emacs-lisp/authors.el (authors-renamed-files-alist):
11149 Add entries for INSTALL.CVS.
11150
11151 2010-02-17 Mark A. Hershberger <mah@everybody.org>
11152
11153 * vc-bzr.el: Fix typo in Known Bugs section.
11154
11155 * isearch.el (isearch-update-post-hook): New hook.
11156 (isearch-update): Use the new hook.
11157
11158 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
11159
11160 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
11161 Fix errors in copying directories.
11162 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
11163 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
11164 (tramp-handle-delete-file)
11165 (tramp-handle-dired-recursive-delete-directory)
11166 (tramp-handle-write-region): Flush also the cache for the upper
11167 directory.
11168
11169 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
11170
11171 * simple.el (save-interprogram-paste-before-kill): Doc fix.
11172
11173 * cus-edit.el (hardware): Doc fix.
11174
11175 * man.el (man): Add to external custom group.
11176
11177 * delim-col.el (columns): Move to wp custom group.
11178
11179 * doc-view.el (doc-view): Add to data custom group.
11180
11181 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
11182
11183 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
11184 by ispell-parse-output (Bug#5575).
11185
11186 2010-02-16 Kenichi Handa <handa@m17n.org>
11187
11188 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
11189 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
11190 (skkdic-convert): Use `euc-japan' coding system for writing.
11191
11192 2010-02-16 Glenn Morris <rgm@gnu.org>
11193
11194 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
11195 tex-main-file before using it. (Bug#5562)
11196
11197 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
11198
11199 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
11200 warnings, since it is annoying for the user to see them each time he
11201 runs the code.
11202
11203 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
11204
11205 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
11206 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
11207 instead of PROC for caching "first-password-request". Otherwise,
11208 new processes would not profit from passwords already entered.
11209
11210 * net/tramp-cache.el (tramp-dump-connection-properties):
11211 Don't save "first-password-request" property.
11212
11213 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
11214
11215 * outline.el (outline-head-from-level):
11216 * simple.el (with-wrapper-hook):
11217 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
11218 (elint-defun, elint-buffer-env, elint-top-form-logged)
11219 (elint-unbound-variable):
11220 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
11221 Fix typos in docstrings.
11222
11223 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
11224
11225 * files.el (insert-directory): When WILDCARD-REGEXP and
11226 FULL-DIRECTORY-P are nil, insert the file entry instead of the
11227 whole directory. (Bug#5551)
11228
11229 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
11230 dired's alignment sanity. (Bug#5516)
11231
11232 2010-02-14 Juri Linkov <juri@jurta.org>
11233
11234 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
11235 Remove remaining ^H with their preceding chars. (Bug#5566)
11236
11237 2010-02-13 Glenn Morris <rgm@gnu.org>
11238
11239 * simple.el (transpose-subr): Give it a doc-string.
11240
11241 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
11242 Doc fixes.
11243
11244 2010-02-12 Juri Linkov <juri@jurta.org>
11245
11246 * arc-mode.el (archive-unique-fname): Make directories for nested
11247 archives. (Bug#5540)
11248
11249 2010-02-12 Juri Linkov <juri@jurta.org>
11250
11251 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
11252
11253 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11254
11255 * subr.el (copy-overlay): Handle deleted overlays.
11256
11257 * man.el (Man-completion-table): Don't signal an error if we can't run
11258 manual-program (bug#4056).
11259
11260 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
11261
11262 * textmodes/artist.el (artist-mt): Fix typos in docstring.
11263
11264 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11265
11266 * info.el (Info-bookmark-jump): Simplify.
11267
11268 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
11269 (bookmark-default-handler): Accept new bookmark field `buffer'.
11270
11271 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
11272
11273 * iswitchb.el (iswitchb-completions): Revert last change.
11274
11275 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
11276
11277 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
11278 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
11279 This prevents file names like "~/" being listed literally.
11280
11281 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
11282
11283 * term/xterm.el (xterm-maybe-set-dark-background-mode):
11284 Remove dead code. (Bug#5546)
11285
11286 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
11287
11288 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
11289 correctly (Bug#5548).
11290
11291 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
11292
11293 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
11294 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
11295
11296 2010-02-08 Kenichi Handa <handa@m17n.org>
11297
11298 * international/mule-util.el (with-coding-priority): Add autoload
11299 cookie for putting `lisp-indent-function'.
11300
11301 2010-02-07 Glenn Morris <rgm@gnu.org>
11302
11303 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
11304 Move F2003 named interfaces from keywords-2 to keywords-1, and
11305 use function-name-face rather than constant-face.
11306 Simplify "abstract interface" regexp.
11307
11308 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
11309
11310 * eshell/esh-util.el (eshell-file-attributes): New optional arg
11311 ID-FORMAT. Pass it to `file-attributes'.
11312
11313 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
11314
11315 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
11316
11317 * faces.el (set-face-attribute): Allow calling
11318 internal-set-lisp-face-attribute with 'unspecified family and
11319 foundry argument (Bug#5536).
11320
11321 2010-02-07 Glenn Morris <rgm@gnu.org>
11322
11323 * progmodes/f90.el (f90-font-lock-keywords-2)
11324 (f90-looking-at-type-like, f90-looking-at-program-block-end):
11325 Handle F2003 named interfaces.
11326
11327 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
11328
11329 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
11330 beg and end before calling c-get-state-before-change-functions.
11331
11332 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
11333
11334 * vc-bzr.el (vc-bzr-dir-extra-headers):
11335 Disable the pending merges header.
11336
11337 2010-02-05 Juri Linkov <juri@jurta.org>
11338
11339 * doc-view.el (doc-view-mode):
11340 * image-mode.el (image-mode): Put property mode-class=special.
11341 (Bug#4896)
11342
11343 2010-02-05 Mark A. Hershberger <mah@everybody.org>
11344
11345 * vc-svn.el (vc-svn-revision-table): New function.
11346
11347 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
11348
11349 * net/ange-ftp.el (ange-ftp-insert-directory):
11350 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11351 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11352 Handle also directories. (Bug#5478)
11353
11354 2010-02-05 Glenn Morris <rgm@gnu.org>
11355
11356 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
11357
11358 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
11359
11360 * startup.el (command-line-1): Convert options beginning with a
11361 single dash as well (Bug#5519).
11362
11363 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
11366 * minibuffer.el (completion-initials-expand): Only check the presence
11367 of delims *within* the boundaries, since otherwise the / delim is
11368 always found for files.
11369
11370 Fix up various corner case problems.
11371 * doc-view.el (doc-view-last-page-number): New function.
11372 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
11373 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
11374 (doc-view-kill-proc): Avoid inf-loop in freak cases.
11375 (doc-view-reconvert-doc): Use the new recursive delete-directory.
11376 (doc-view-convert-current-doc): Don't create the resolution.el file
11377 here any more.
11378 (doc-view-pdf/ps->png): Do it here instead.
11379 (doc-view-already-converted-p): Check that resolution.el is present.
11380 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
11381 windows that are not yet showing images.
11382
11383 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
11384
11385 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
11386 `dired-uncache' for every elemnt which is an absolute file name.
11387
11388 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
11389 directory, handle its directory component.
11390 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
11391 function is called permanently and creates noise, otherwise.
11392
11393 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11394 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11395 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
11396
11397 2010-02-04 David Burger <dburger@google.com> (tiny change)
11398
11399 * macros.el (apply-macro-to-region-lines):
11400 Minor simplification. (Bug#5485)
11401
11402 2010-02-04 Glenn Morris <rgm@gnu.org>
11403
11404 * mail/rmail.el (rmail-show-message-1): Handle malformed
11405 quoted-printable text. (Bug#5441)
11406
11407 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
11408
11409 * simple.el (visual-line-mode): Capitalize lighter.
11410
11411 2010-02-03 John Wiegley <jwiegley@gmail.com>
11412
11413 * iswitchb.el (iswitchb-completions): Add bookmark files to the
11414 list of files considered for "virtual buffer" completions.
11415
11416 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
11417
11418 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
11419 also in case of (and (not full) (not wildcard)). This is needed
11420 when dired is called with a list of files, which are not in
11421 `default-directory'. (Bug#5478)
11422
11423 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11424
11425 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
11426
11427 2010-02-02 Juri Linkov <juri@jurta.org>
11428
11429 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
11430 from unidiff to allow function-line after @@.
11431
11432 2010-02-02 Juri Linkov <juri@jurta.org>
11433
11434 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
11435 '(RCS SCCS) with inverted condition.
11436
11437 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
11438
11439 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
11440 messages.
11441
11442 2010-02-01 Juri Linkov <juri@jurta.org>
11443
11444 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
11445 compare with "pkunzip" and "pkzip" instead of only "pkzip".
11446 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
11447 only when (car archive-zip-extract) is "unzip". (Bug#5475)
11448
11449 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
11450
11451 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
11452 (doc-view-revert-buffer): New command.
11453 (doc-view-mode-map): Use it.
11454
11455 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
11456
11457 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
11458 pending merge is detected.
11459
11460 2010-01-31 Juri Linkov <juri@jurta.org>
11461
11462 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
11463 beginning of interactive spec like all other grep commands do.
11464 Put "all" in front of "gz". (Bug#5260)
11465
11466 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
11467
11468 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
11469
11470 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
11471
11472 * dirtrack.el (dirtrack): Warn instead of signalling error if the
11473 regexp is incorrect (Bug#5476).
11474
11475 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
11476
11477 * net/tramp.el (tramp-handle-insert-directory): Handle also
11478 symlinks, when FILENAME is not in `default-directory'.
11479
11480 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
11481
11482 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
11483 FILE is not in `default-directory'. (Bug#5478)
11484
11485 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
11486 of SWITCHES. Handle the case, FILENAME is not in
11487 `default-directory'. (Bug#5478)
11488 (tramp-register-file-name-handlers): Add safe-magic property.
11489
11490 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
11491
11492 * arc-mode.el (archive-zip-extract): Quote the argument passed to
11493 unzip (Bug#5475).
11494
11495 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
11496
11497 * progmodes/flymake.el (flymake-allowed-file-name-masks)
11498 (flymake-master-make-header-init): Add other C++ filename masks.
11499 (flymake-find-possible-master-files)
11500 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
11501
11502 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
11503
11504 Fix some busybox annoyances.
11505
11506 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
11507 not responding." string.
11508 (tramp-open-connection-setup-interactive-shell): Dump stty
11509 settings. Enable "neveropen" arg for all `tramp-send-command'
11510 calls. Handle "=" in variable values properly.
11511 (tramp-find-inline-encoding): Raise an error, when no encoding is
11512 found.
11513 (tramp-wait-for-output): Check, whether PROC buffer is available.
11514 Remove spurious " ^H" sequences, sent by busybox.
11515 (tramp-get-ls-command): Suppress coloring, if possible.
11516
11517 2010-01-28 Glenn Morris <rgm@gnu.org>
11518
11519 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
11520
11521 * log-edit.el (log-edit-strip-single-file-name): Add missing
11522 :safe, :group, and :version tags.
11523
11524 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
11525
11526 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
11527 buffers. (Bug#5477)
11528
11529 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
11530
11531 * files.el (delete-directory): Handle moving to trash without
11532 first doing recursion (Bug#5436).
11533
11534 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
11535
11536 * vc-hooks.el (vc-path): Mark as obsolete.
11537
11538 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
11539
11540 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
11541 names too.
11542
11543 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
11544 for the short log.
11545 (vc-bzr-log-view-mode): Adjust regexp for the above change.
11546
11547 2010-01-25 Mark A. Hershberger <mah@everybody.org>
11548
11549 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
11550
11551 * vc-bzr.el (vc-bzr-revision-table): New function.
11552
11553 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
11554
11555 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
11556 diff-index command. This requires at least git-1.5.5. (Bug#1589).
11557
11558 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
11559
11560 Remove support for adding --signoff on commit.
11561 Future support will use an incompatible generic mechanism.
11562 * vc-git.el (vc-git-add-signoff): Remove variable.
11563 (vc-git-toggle-signoff): Remove function.
11564 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
11565
11566 * term/xterm.el (xterm-maybe-set-dark-background-mode):
11567 Rename from xterm-set-background-mode. Return t if the background mode
11568 was set.
11569 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
11570 earlier, call it again in case the background mode has changed.
11571
11572 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
11573
11574 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
11575 (Bug#3541).
11576
11577 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
11578
11579 * emacs-lisp/assoc.el (aelement): Doc fix.
11580 (aput, adelete, amake): Use lexical-let (Bug#5450).
11581
11582 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
11583
11584 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
11585 is the same as subprogram call, not declaration. (Bug#5435).
11586
11587 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
11588
11589 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
11590 (tramp-smb-maybe-open-connection): Use it.
11591
11592 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
11593
11594 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
11595
11596 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
11597
11598 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
11599 just because we see "encoding: 8bit".
11600 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
11601
11602 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
11603
11604 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
11605
11606 2010-01-22 Eli Zaretskii <eliz@gnu.org>
11607
11608 * jka-compr.el (jka-compr-load): If load-file is not in
11609 load-history, try its file-truename version. (bug#5447)
11610
11611 2010-01-21 Alan Mackenzie <acm@muc.de>
11612
11613 Fix a situation where deletion of a cpp construct throws an error.
11614 * progmodes/cc-engine.el (c-invalidate-state-cache):
11615 Before invoking c-with-all-but-one-cpps-commented-out, check that the
11616 special cpp construct is still in the buffer.
11617 (c-parse-state): Record the special cpp with markers, not numbers.
11618
11619 2010-01-21 Kenichi Handa <handa@m17n.org>
11620
11621 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
11622 process last-command-event, as it is now decoded first (Bug#5380).
11623
11624 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
11625
11626 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
11627
11628 2010-01-20 Glenn Morris <rgm@gnu.org>
11629
11630 * indent.el (tab-always-indent): Fix custom-type.
11631
11632 2010-01-19 Alan Mackenzie <acm@muc.de>
11633
11634 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
11635 buffer throws "args out of range".
11636 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
11637 playing the role of delimiter.
11638
11639 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
11640
11641 * progmodes/ada-mode.el: Fix bug#5400.
11642 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
11643 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
11644 changed. Delete RECURSIVE parameter; never used. Improve doc string.
11645 Improve comments in "is" portion. Handle null procedure declaration.
11646 (ada-move-to-end): Improve doc string.
11647
11648 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
11649
11650 * ido.el (ido-cur-list): Initialize to nil.
11651 Remove obsolete information from commentary.
11652 (ido-choice-list): Initialize to nil.
11653 (ido-get-bufname): Reject minibuffers.
11654 (ido-make-buffer-list): If "default" is a nonexistent
11655 buffer, ignore it, as per the function's comment.
11656 (ido-kill-buffer-internal): New function.
11657 (ido-kill-buffer-at-head): Use it.
11658 (ido-visit-buffer): Likewise.
11659
11660 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
11661
11662 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
11663
11664 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
11665
11666 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
11667 Fix typos in chart titles.
11668
11669 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
11670 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
11671 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
11672 (describe-class, eieio-describe-generic, describe-generic):
11673 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
11674 (eieio-speedbar-expand):
11675 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11676 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
11677 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
11678 (viper-del-backward-char-in-replace, viper-backward-indent)
11679 (viper-brac-function, viper-register-to-point, viper-submit-report):
11680 * net/tramp.el (tramp-remote-coding-commands):
11681 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
11682 Fix typos in docstrings.
11683
11684 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
11685
11686 * mail/sendmail.el (mail-yank-original): Set the mark if the
11687 specified function for yanking does not do it.
11688
11689 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
11690
11691 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
11692
11693 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
11694 resyncing a directory.
11695
11696 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
11697
11698 * progmodes/ada-mode.el: Fix bug#1920.
11699 (ada-ident-re): Delete ., allow multibyte characters.
11700 (ada-goto-label-re): New; matches goto labels.
11701 (ada-block-label-re): New; matches block labels.
11702 (ada-label-re): New; matches both.
11703 (ada-named-block-re): Deleted; callers changed to use
11704 `ada-block-label-re' instead.
11705 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
11706 Use `ada-block-label-re'.
11707 (ada-indent-on-previous-lines): Improve handling of goto labels.
11708 (ada-get-indent-block-start): Special-case block label.
11709 (ada-get-indent-label): Split into `ada-indent-block-label' and
11710 `ada-indent-goto-label'.
11711 (ada-goto-stmt-start, ada-goto-next-non-ws):
11712 Optionally ignore goto labels.
11713 (ada-goto-next-word): Simplify.
11714 (ada-indent-newline-indent-conditional): Insert newline before
11715 trying to fix indentation; doc fix.
11716
11717 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
11718
11719 * calc/calc.el (calc-command-flags): Give it an initial value.
11720
11721 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
11722
11723 * files.el (minibuffer-with-setup-hook):
11724 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
11725 (artist-key-draw-continously, artist-key-do-continously-continously)
11726 (artist-key-set-point-continously, artist-mouse-draw-continously):
11727 Fix typos in docstrings.
11728
11729 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
11730
11731 * nxml/nxml-mode.el (nxml-extend-after-change-region):
11732 Never return t (Bug#3898).
11733
11734 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
11735
11736 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
11737 can parse the output of the external commands (Bug#5279).
11738
11739 2010-01-16 Jari Aalto <jari.aalto@cante.net>
11740
11741 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
11742
11743 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
11744
11745 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
11746
11747 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
11748
11749 * startup.el (command-line): Remove unused --icon-type arg.
11750 Handle --display arg, passing it to command-line-1 (Bug#5392).
11751
11752 2010-01-16 Mario Lang <mlang@delysid.org>
11753
11754 * emacs-lisp/chart.el (chart-translate-namezone):
11755 * textmodes/artist.el (artist-compute-popup-menu-table):
11756 Remove duplicated words in doc-strings.
11757
11758 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
11759
11760 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
11761 to mairix-search to suppress threading (Bug#5342).
11762
11763 2010-01-15 Kenichi Handa <handa@m17n.org>
11764
11765 * international/mule-cmds.el (canonicalize-coding-system-name):
11766 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
11767
11768 2010-01-15 Glenn Morris <rgm@gnu.org>
11769
11770 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
11771
11772 * wid-edit.el (widget-keymap): Doc fix.
11773
11774 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
11775 former seems to be more widely accepted by various svn versions.
11776
11777 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
11778
11779 * find-cmd.el (find-constituents):
11780 * vc-arch.el (vc-arch-root):
11781 * window.el (window-body-height, pop-up-frames):
11782 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
11783 * progmodes/ada-stmt.el (ada-if):
11784 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
11785 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
11786 (ispell-encoding8-command, ispell-aspell-supports-utf8)
11787 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
11788
11789 * progmodes/flymake.el (flymake-post-syntax-check):
11790 Fix typo in error message.
11791
11792 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
11793
11794 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
11795 which is always a string. (Bug#5313)
11796
11797 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
11798
11799 * progmodes/ada-xref.el (ada-default-prj-properties):
11800 Simplify previous change.
11801
11802 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11803
11804 * progmodes/ada-xref.el (ada-default-prj-properties):
11805 Default ada_project_path to $ADA_PROJECT_PATH.
11806
11807 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11808
11809 * progmodes/ada-mode.el (ada-create-keymap):
11810 Override `narrow-to-defun' with `ada-narrow-to-defun'.
11811
11812 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11813
11814 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
11815 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
11816 (ada-get-current-indent, ada-imenu-generic-expression)
11817 (ada-which-function): Check for it.
11818
11819 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
11820
11821 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
11822 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
11823
11824 2010-01-14 Glenn Morris <rgm@gnu.org>
11825
11826 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
11827
11828 2010-01-14 Kenichi Handa <handa@m17n.org>
11829
11830 * composite.el (auto-composition-mode): Make it a buffer local
11831 variable (permanent-local).
11832 (auto-composition-function): Set the default value to
11833 auto-compose-chars.
11834 (auto-composition-mode): Make it a simple function, not a minor mode.
11835 (global-auto-composition-mode): Likewise.
11836 (turn-on-auto-composition-if-enabled): Delete it.
11837
11838 2010-01-13 Karl Fogel <kfogel@red-bean.com>
11839
11840 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
11841
11842 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
11843
11844 * files.el (copy-directory): Compute target for recursive
11845 directories with identical names. (Bug#5343)
11846
11847 2010-01-12 Glenn Morris <rgm@gnu.org>
11848
11849 * mail/emacsbug.el (report-emacs-bug-pretest-address):
11850 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
11851
11852 2010-01-11 Sam Steingold <sds@gnu.org>
11853
11854 * imenu.el (imenu-default-create-index-function): Detect infinite
11855 loops caused by imenu-prev-index-position-function.
11856
11857 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
11858
11859 * htmlfontify.el (htmlfontify-load-rgb-file)
11860 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
11861 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
11862 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
11863 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
11864 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
11865 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
11866 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
11867 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
11868 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
11869 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
11870 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
11871 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
11872 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
11873 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
11874 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
11875 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
11876 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
11877 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
11878 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
11879 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
11880 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
11881 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
11882 backslash-quoting from parentheses, etc.
11883
11884 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
11885
11886 * progmodes/js.el: Autoload javascript-mode alias.
11887
11888 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
11889
11890 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
11891 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
11892 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
11893 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
11894 Fix typos in docstrings.
11895 (ffap-url-regexp): Doc fix.
11896 (ffap-at-mouse): Fix typo in message.
11897
11898 2010-01-11 Glenn Morris <rgm@gnu.org>
11899
11900 * version.el (emacs-copyright): Set copyright year to 2010.
11901
11902 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
11903
11904 * format.el (format-annotate-function): Only set
11905 write-region-post-annotation-function after running to-fn so as not to
11906 affect nested write-region calls (bug#5273).
11907
11908 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
11909
11910 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
11911 wisent/python.el.
11912
11913 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
11914
11915 * man.el (Man-goto-section): Signal error if the section is not
11916 found (Bug#5317).
11917
11918 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
11919
11920 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
11921 URLs with a leading triple slash in the file: scheme. (Bug#5345)
11922
11923 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
11924
11925 * progmodes/compile.el: Don't treat compile-command as safe if
11926 compilation-read-command might be nil (Bug#4218).
11927
11928 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
11929
11930 * startup.el (command-line-1): Use orig-argi to check for ignored X and
11931 NS options.
11932
11933 2010-01-08 Kenichi Handa <handa@m17n.org>
11934
11935 * international/fontset.el (build-default-fontset-data):
11936 Exclude characters in scripts kana, hangul, han, or cjk-misc.
11937
11938 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
11939
11940 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
11941 to `create-file-buffer' as it expects, not just a buffer name.
11942 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
11943 to help uniquify. (Bug#3224)
11944
11945 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
11946
11947 * font-setting.el (font-setting-change-default-font): Use user-spec
11948 instead of name.
11949
11950 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11951
11952 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
11953
11954 2010-01-05 Tom Tromey <tromey@redhat.com>
11955
11956 * progmodes/python.el (python-font-lock-keywords):
11957 Handle qualified decorators (Bug#881).
11958
11959 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11960
11961 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
11962 in a lightweight checkout.
11963
11964 2010-01-05 Kenichi Handa <handa@m17n.org>
11965
11966 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
11967
11968 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
11969
11970 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
11971
11972 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
11973
11974 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
11975 checkouts. (Bug#618)
11976 (vc-bzr-log-view-mode): Also highlight the author.
11977 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
11978 (vc-bzr-shelve-menu-map):
11979 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
11980 (vc-bzr-shelve-apply): Make prompt more explicit.
11981
11982 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11983
11984 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
11985 They are valid characters in URL paths (rfc3986), and at least
11986 Firefox does not understand the encoded version (Bug#3166).
11987
11988 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
11989
11990 * progmodes/octave-mod.el (octave-end-keywords)
11991 (octave-block-begin-or-end-regexp, octave-block-match-alist):
11992 Add "end" keyword (Bug#3061).
11993 (octave-end-as-array-index-p): New function.
11994 (calculate-octave-indent): Use it.
11995
11996 2010-01-02 Karl Fogel <kfogel@red-bean.com>
11997
11998 * bookmark.el: Consistently put the text property on the bookmark name.
11999 (bookmark-bmenu-marks-width): Bump back to 2, to include
12000 annotation marks.
12001 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
12002 property on the bookmark name, instead of not putting it at all.
12003 (bookmark-bmenu-list): Fix where we put the text property.
12004
12005 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12006
12007 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
12008 for showing buffer modified state (as added in the previous change).
12009
12010 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12011
12012 * bookmark.el: Show modified state of bookmark buffer more accurately.
12013 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
12014 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
12015 (with-buffer-modified-unmodified): New macro.
12016 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12017 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
12018 Use new macro to preserve the buffer modified state.
12019
12020 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12021
12022 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
12023 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
12024 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
12025 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
12026 (bookmark-bmenu-rename, bookmark-bmenu-locate)
12027 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
12028 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
12029
12030 2010-01-02 Eli Zaretskii <eliz@gnu.org>
12031
12032 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12033 Make the lines in the generated doc string shorter. (Bug#4668)
12034
12035 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
12036
12037 * net/rcirc.el: Add follow-link binding (Bug#4738).
12038
12039 2010-01-02 Eli Zaretskii <eliz@gnu.org>
12040
12041 * Makefile.in (bzr-update): Rename from cvs-update.
12042 (cvs-update): New target for backward compatibility.
12043
12044 * makefile.w32-in (bzr-update): Rename from cvs-update.
12045 (cvs-update): New target for backward compatibility.
12046
12047 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12048
12049 * bookmark.el: Remove gratuitous gratitude.
12050
12051 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12052
12053 * bookmark.el (bookmark-bmenu-any-marks): New function.
12054 (bookmark-bmenu-save): Clear buffer modification if no marks.
12055
12056 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12057
12058 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
12059 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
12060 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
12061 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
12062
12063 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
12064 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
12065 To: emacs-devel {_AT_} gnu.org
12066 Subject: bookmark.el bug report
12067 Date: Mon, 28 Dec 2009 14:19:16 +0800
12068 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
12069
12070 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12071
12072 * bookmark.el: Improvements suggested by Drew Adams:
12073 (bookmark-bmenu-ensure-position): New name for
12074 `bookmark-bmenu-check-position'. Just ensure the position,
12075 don't return any meaningful value.
12076 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
12077 New constants.
12078
12079 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
12080
12081 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
12082 (bookmark-yank-point, bookmark-bmenu-check-position):
12083 Fix typos in docstrings.
12084 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
12085 (bookmark-name-from-full-record, bookmark-get-position)
12086 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
12087 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
12088 Remove useless quoting of parenthesis, etc. in docstrings.
12089
12090 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
12091 (ediff-append-custom-diff): Fix typo in error message.
12092 (ediff-meta-mark-equal-files): Fix typos in messages.
12093
12094 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
12095
12096 * net/imap-hash.el (imap-hash-make): Doc fix.
12097 (imap-hash-test): Fix typo in error message; reflow docstring.
12098 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
12099 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
12100 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
12101 Fix typos in docstrings.
12102 (imap-hash-open-connection): Fix typo in error message.
12103
12104 * play/gomoku.el (gomoku): Fix typos in docstring.
12105
12106 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
12107 (gdb-jsonify-buffer): Fix typos in docstring.
12108 (gdb-goto-breakpoint): Fix typo in error message.
12109 ("Display Other Windows"): Fix typo in help message.
12110 (gdb-speedbar-expand-node): Fix typo in question.
12111
12112 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
12113 (idlwave-html-system-help-location, idlwave-html-help-location)
12114 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
12115 (idlwave-help-browser-generic-args, idlwave-help-directory)
12116 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
12117 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
12118 (idlwave-online-help, idlwave-help-html-link)
12119 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
12120 Fix typos in docstrings.
12121 (idlwave-help-with-source, idlwave-help-find-routine-definition):
12122 Reflow docstrings.
12123 (idlwave-help-assistant-start): Fix typo in error message.
12124
12125 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
12126 (octave-electric-space): Fix typos in docstrings.
12127
12128 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
12129
12130 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
12131
12132 2010-01-01 Juri Linkov <juri@jurta.org>
12133
12134 * comint.el (comint-input-ring-size): Make it a defcustom and
12135 increase the default to 500 (Bug#5148).
12136
12137 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
12138
12139 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
12140 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
12141 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
12142
12143 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
12144
12145 Show working revision correctly for mercurial.
12146 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
12147 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
12148
12149 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
12150
12151 Declare some functions for the byte-compiler.
12152 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
12153 (speedbar-timer-fn, speedbar-change-expand-button-char)
12154 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
12155
12156 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
12157
12158 This changeset reverts GDB Graphical Interface to use annotations.
12159 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
12160
12161 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12162
12163 Make vc-dir work on subdirectories of the bzr root.
12164 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
12165 Return file names relative to it.
12166 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
12167 relative directory to vc-bzr-after-dir-status.
12168
12169 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
12170
12171 * font-lock.el (font-lock-refresh-defaults): New function, which
12172 can be used to let font-lock react to external changes in
12173 variables like font-lock-defaults and keywords.
12174 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
12175
12176 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
12177
12178 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
12179
12180 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
12181
12182 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
12183
12184 Supersede color.diff settings in git log (bug#5211).
12185
12186 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
12187 escape chars in its output when the user has color.diff set to `always'.
12188 This fix works on git 1.4.2 and newer (released on 2006-08-13).
12189
12190 2009-12-26 Kevin Ryde <user42@zip.com.au>
12191
12192 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
12193 node. Keep previous "Index" name to work with past coreutils too.
12194
12195 * man.el (man): Revise docstring a bit to show -a and -l as
12196 examples. Add -k description since support for it has otherwise
12197 been a secret. (Further to bug#3717.)
12198 (Man-bgproc-sentinel): When "-k foo" produces no output show error
12199 "no matches" rather than "Can't find manpage", as the latter reads
12200 like -k was interpreted as a page name, which is not so. (Bug#5431)
12201
12202 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
12203
12204 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
12205 switches. Check also for //SUBDIRED// line.
12206
12207 2009-12-25 Kenichi Handa <handa@m17n.org>
12208
12209 * language/indian.el (devanagari-composable-pattern): Fix to
12210 handle ZWNJ and ZWJ. Use it in composition-function-table for
12211 Devanagari.
12212 (malayalam-composable-pattern): Fix previous change.
12213
12214 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12215
12216 * ps-print.el (ps-face-attributes): It was not returning the
12217 attribute face for faces specified as string. Reported by harven
12218 <harven@free.fr>. (Bug#5254)
12219 (ps-print-version): New version 7.3.5.
12220
12221 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
12222
12223 * calendar/icalendar.el (icalendar--convert-tz-offset):
12224 Fix timezone names.
12225 (icalendar--convert-tz-offset): Fix the "last-day-problem".
12226 (icalendar--add-diary-entry): Remove the trailing blank that
12227 diary-make-entry inserts.
12228
12229 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
12230
12231 Make `file-expand-wildcards' work for remote files.
12232
12233 * files.el (file-expand-wildcards): In case of remote files, check
12234 only local file name part for wildcards. Provide feature 'files
12235 and subfeature 'remote-wildcards. (Bug#5198)
12236
12237 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
12238 if there is already an established connection.
12239 (tramp-advice-file-expand-wildcards): Remove it.
12240
12241 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
12242 (tramp-advice-file-expand-wildcards): Move from tramp.el.
12243 Activate advice for older GNU Emacs versions. (Bug#5237)
12244
12245 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
12246
12247 Some doc fixes (more needed).
12248
12249 * find-cmd.el (find-constituents): Reflow docstring.
12250 (find-cmd, find-prune, find-command): Fix typos in docstrings.
12251 (find-generic): Doc fix.
12252
12253 2009-12-17 Juri Linkov <juri@jurta.org>
12254
12255 Fix regression from 23.1 to allow multiple modes in Local Variables.
12256
12257 * files.el (hack-local-variables-filter): While ignoring duplicates,
12258 don't take `mode' into account.
12259 (hack-local-variables-filter, hack-dir-local-variables):
12260 Don't remove duplicate `mode' from local-variables-alist (like `eval').
12261
12262 2009-12-17 Juri Linkov <juri@jurta.org>
12263
12264 Make `dired-diff' safer. (Bug#5225)
12265
12266 * dired-aux.el (dired-diff): Signal an error when `file' equals to
12267 `current' or when `file' is a directory of the `current' file.
12268
12269 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
12270
12271 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
12272 unconditionally preloaded files.
12273
12274 2009-12-16 Juri Linkov <juri@jurta.org>
12275
12276 Revert to old 23.1 logic of using the file at the mark as default.
12277 * dired-aux.el (dired-diff): Use the file at the mark as default
12278 if it's not the same as the current file, and the target dir is
12279 the current dir or the mark is active. Add the current file
12280 as the arg of `dired-dwim-target-defaults'. Use the default file
12281 in the prompt. (Bug#5225)
12282
12283 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
12284
12285 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
12286 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
12287 (tramp-check-for-regexp): Check also, when an echoing shell stops
12288 to echo sent commands.
12289
12290 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
12291
12292 * Makefile.in: Revert last change (Bug#5191).
12293
12294 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
12295
12296 * vc-hg.el (vc-hg-print-log): Fix argument order.
12297 (vc-hg-working-revision): Make sure the command is executed in a
12298 known environment so that we can parse the output. (Bug#4417)
12299
12300 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
12301
12302 * progmodes/python.el (python-symbol-completions): Remove text
12303 properties from symbol string before calling python-send-receive.
12304
12305 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
12306
12307 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
12308 when there are values for both file and line. (Bug#5060)
12309
12310 2009-12-14 Juri Linkov <juri@jurta.org>
12311
12312 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
12313 whitespace after the file name of the first line of unified format,
12314 because git-diff doesn't output whitespace and file modification time
12315 after the file name.
12316
12317 2009-12-14 David Kastrup <dak@gnu.org>
12318
12319 * info.el (Info-hide-cookies-node): Before hiding a cookie,
12320 check if it already has the `display' property added by
12321 `Info-display-images-node', and not put the `invisible' property
12322 in this case.
12323
12324 2009-12-13 Glenn Morris <rgm@gnu.org>
12325
12326 * mail/emacsbug.el (message-sort-headers): Define for compiler.
12327 (report-emacs-bug): In message-mode, sort manually before storing
12328 original report text. (Bug#5178)
12329 Remove superfluous save-excursion.
12330
12331 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
12332
12333 * net/dbus.el (dbus-property-handler): Filter lambda forms out
12334 when responding to "GetAll" properties.
12335
12336 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
12337
12338 * simple.el (compose-mail): Remove mail-setup-with-from from
12339 customization checks.
12340
12341 2009-12-12 Eli Zaretskii <eliz@gnu.org>
12342
12343 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
12344 RAR archives created on Unix systems.
12345
12346 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
12347
12348 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
12349 the varalias that was accidentally removed by the 2009-11-19 change
12350 (bug#5186).
12351
12352 2009-12-12 Kenichi Handa <handa@m17n.org>
12353
12354 * language/indian.el (indian-compose-regexp): New function.
12355 (malayalam-composable-pattern): Fix the pattern.
12356 (composition-function-table): Set malayalam-composable-pattern for
12357 Malayalam characters.
12358
12359 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
12360
12361 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
12362 rather than down-mouse-1, based on follow-link conventions.
12363
12364 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
12365 are compiled.
12366
12367 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
12368
12369 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
12370 (verilog-vmm-statement-re, verilog-ovm-statement-re)
12371 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
12372 (verilog-leap-to-head, verilog-backward-token):
12373 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
12374
12375 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
12376
12377 * progmodes/verilog-mode.el (verilog-auto-lineup)
12378 (verilog-nameable-item-re): Cleanup user-visible spelling and
12379 documentation errors. One reported by Gary Delp.
12380 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
12381 (verilog-read-decls): Fix AUTOWIRE with types declared in a
12382 package, bug195. Reported by Pierre-David Pfister.
12383
12384 2009-12-11 Glenn Morris <rgm@gnu.org>
12385
12386 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
12387
12388 * mail/emacsbug.el: No longer require sendmail.
12389 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
12390 (report-emacs-bug-orig-text): Doc fix.
12391 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
12392 New local variables, to adapt to different mail-user-agents.
12393 (report-emacs-bug): Fix test for a gnu.org address.
12394 Use overlays for emphasis, since font-lock defeats 'face property.
12395 Pretest bugs also end up at the newsgroup these days.
12396 Stop message-mode stripping text properties.
12397 Set and use the new buffer-local variables.
12398 (report-emacs-bug-hook): Add doc-string.
12399 Remove some unnecessary save-excursions and simplify.
12400 Use the appropriate hook and send-command.
12401
12402 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
12403 capitalization of some menu entries.
12404
12405 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12406
12407 * whitespace.el (whitespace-display-char-on):
12408 Ensure `buffer-display-table' is unique when two or more windows are
12409 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
12410 New version 12.1.
12411
12412 2009-12-10 Eli Zaretskii <eliz@gnu.org>
12413
12414 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
12415 characters in the Attribute field.
12416
12417 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
12418
12419 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
12420
12421 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
12422
12423 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
12424 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12425 Disregard autoload-excludes.
12426 (update-directory-autoloads): Obey autoload-excludes here instead.
12427 But don't store its contents in no-autoloads and remove entries that
12428 refer to excludes files.
12429
12430 2009-12-10 Glenn Morris <rgm@gnu.org>
12431
12432 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
12433 (expand-mail-aliases): Define for compiler.
12434
12435 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
12436 Define for compiler.
12437
12438 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
12439 appropriate for the mail-user-agent in use.
12440
12441 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
12442
12443 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
12444
12445 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
12446
12447 Fix short log parsing and fontification.
12448 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
12449 Fix fontification for the [merge] label.
12450
12451 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
12452
12453 Drop some properties to avoid surprises (bug#5002).
12454 * htmlfontify.el (hfy-ignored-properties): New defcustom.
12455 (hfy-fontify-buffer): Use it.
12456
12457 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
12458
12459 Minor cleanup.
12460 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
12461 Adjust all callers.
12462 (ffap-locate-file): Remove unused arg `dir-ok' and make other
12463 args compulsory. Adjust callers.
12464 (ffap-gopher-at-point): Remove unused var `name'.
12465
12466 Get rid of the ELCFILES abomination.
12467 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12468 (compile-elcfiles): New phony target.
12469 (compile-main): Compute ELCFILES dynamically.
12470 (compile-clean): New target to remove left-over elc files.
12471 (compile, all): Use it.
12472
12473 2009-12-09 Kenichi Handa <handa@etlken>
12474
12475 * international/mule-diag.el: Require help-mode instead of help-fns.
12476
12477 2009-12-09 Kenichi Handa <handa@m17n.org>
12478
12479 * international/mule-cmds.el (ucs-names): Supply sufficiently
12480 fine ranges instead of pre-calculating accurate ranges.
12481 Iterate with bigger gc-cons-threshold.
12482
12483 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12484
12485 Add support for stashing a snapshot of the current tree.
12486 * vc-git.el (vc-git-stash-snapshot): New function.
12487 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
12488
12489 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
12490
12491 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
12492 instead of `(beginning|end)-of-line'.
12493
12494 2009-12-08 Glenn Morris <rgm@gnu.org>
12495
12496 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
12497
12498 * Makefile.in (ELCFILES): Regenerate.
12499
12500 2009-12-07 Juri Linkov <juri@jurta.org>
12501
12502 Don't lazy-highlight the comint output in history Isearch mode.
12503
12504 * comint.el (comint-history-isearch-search): Instead of
12505 `comint-line-beginning-position', use `comint-after-pmark-p'
12506 to check if point if before the process mark, and go to
12507 `process-mark' in this case.
12508
12509 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12510
12511 * textmodes/tex-mode.el (latex-complete)
12512 (latex-indent-or-complete): Remove.
12513 (latex-mode): Set completion-at-point-functions instead.
12514
12515 Provide a standard completion command and hook it into TAB.
12516 * minibuffer.el (completion-at-point-functions): New var.
12517 (completion-at-point): New command.
12518 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
12519 * progmodes/python.el (python-mode-map): Use completion-at-point.
12520 (python-completion-at-point): Rename from python-partial-symbol and
12521 adjust for use in completion-at-point-functions.
12522 (python-mode): Setup completion-at-point for Python completion.
12523 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
12524 extracted from lisp-complete-symbol.
12525 (lisp-complete-symbol): Use it.
12526 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
12527 setup completion-at-point for Elisp completion.
12528 (emacs-lisp-mode-map, lisp-interaction-mode-map):
12529 Use completion-at-point.
12530 * ielm.el (ielm-map): Use completion-at-point.
12531 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
12532 * progmodes/sym-comp.el: Move to...
12533 * obsolete/sym-comp.el: Move from progmodes.
12534
12535 2009-12-07 Eli Zaretskii <eliz@gnu.org>
12536
12537 Prevent save-buffer in Rmail buffers from using the coding-system
12538 of the current message, and from clobbering the encoding mnemonics
12539 in the mode line (Bug#4623).
12540
12541 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
12542 flag, too.
12543 (rmail-message-encoding): New variable.
12544 (rmail-write-region-annotate): Record the encoding of the current
12545 message in rmail-message-encoding.
12546 (rmail-after-save-hook): New function, restores the encoding of
12547 the current message after the message collection is saved.
12548
12549 2009-12-07 Juri Linkov <juri@jurta.org>
12550
12551 * progmodes/grep.el (grep-read-files): Use `completing-read'
12552 instead of `read-string'. Set its `collection' arg to
12553 `read-file-name-internal'. (Bug#4301)
12554
12555 2009-12-07 Juri Linkov <juri@jurta.org>
12556
12557 Correctly restore original Isearch point. (Bug#4994)
12558
12559 * isearch.el (isearch-mode): Move `isearch-push-state' after
12560 `(run-hooks 'isearch-mode-hook)'.
12561 (isearch-cancel): When `isearch-push-state-function' is defined,
12562 let-bind `isearch-cmds' to the first state (the last element of
12563 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
12564 function and restores the original point). Otherwise, move point
12565 to `isearch-opoint'.
12566
12567 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12568
12569 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
12570 chars that don't have names, so the table can be built much faster at
12571 run-time.
12572
12573 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
12574
12575 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
12576 change. Suggested by David Kastrup.
12577
12578 * simple.el (compose-mail): Check for incompatibilities and warn.
12579 (compose-mail-user-agent-warnings): New option.
12580
12581 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12582
12583 Support showing a single log entry from vc-annotate.
12584 * vc.el (print-log): Add a new argument: START-REVISION.
12585 (vc-print-log-internal): Add a new optional argument and
12586 pass it to the backend.
12587 (vc-print-log, vc-print-root-log): Adjust callers.
12588 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
12589 buffer already displays the requested log entry, use it.
12590 Otherwise display only the log entry in question.
12591 * vc-svn.el (vc-svn-print-log):
12592 * vc-mtn.el (vc-mtn-print-log):
12593 * vc-hg.el (vc-hg-state):
12594 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
12595 (vc-git-show-log-entry): Return t on success.
12596 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
12597 (vc-bzr-show-log-entry): Return t on success.
12598 * vc-rcs.el (vc-rcs-print-log):
12599 * vc-sccs.el (vc-sccs-print-log):
12600 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
12601
12602 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12603
12604 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
12605 Add menus to the meta mode. (Bug#5043)
12606
12607 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
12608
12609 * ediff-init.el (ediff-event-key): Use event-to-character instead of
12610 event-key.
12611
12612 * ediff.el (ediff-buffers-internal): Add unwind-protect.
12613
12614 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
12615
12616 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
12617 Berbain <raphael.berbain@gmail.com>.
12618
12619 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
12620 characters.
12621 (tramp-initial-end-of-output): New defconst.
12622 (tramp-methods, tramp-find-shell)
12623 (tramp-open-connection-setup-interactive-shell)
12624 (tramp-maybe-open-connection): Use it.
12625 (tramp-shell-prompt-pattern, tramp-wait-for-output):
12626 Handle existence of `#' and `$'.
12627
12628 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
12629 Use `tramp-initial-end-of-output'.
12630
12631 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
12632
12633 Get the background mode from the terminal for xterm, and set
12634 faces accordingly.
12635 * term/xterm.el (xterm-set-background-mode): New function.
12636 (terminal-init-xterm): Use it in case xterm supports background
12637 color queries. Recompute faces after getting the background
12638 color.
12639
12640 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
12641
12642 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
12643 number comment back on its own line, for easier parsing.
12644
12645 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12646
12647 Make it work for non-file buffers (bug#5102).
12648 * doc-view.el (doc-view-current-cache-dir):
12649 Use doc-view-buffer-file-name rather than buffer-file-name.
12650 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
12651
12652 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
12653
12654 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
12655 author field is too short.
12656
12657 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
12658
12659 * vc-git.el (vc-git-print-log): Handle a limit argument.
12660 Display the short log in graph form and with labels.
12661 (vc-git-log-view-mode): Handle labels.
12662
12663 Make vc-revert change VC state from 'added to 'unregistered.
12664 * vc-git.el (vc-git-revert): Call git reset first.
12665
12666 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
12667
12668 * net/newst-backend.el, net/newst-plainview.el:
12669 * net/newst-reader.el, net/newst-ticker.el:
12670 * net/newst-treeview.el, net/newsticker.el:
12671 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
12672
12673 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
12674
12675 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
12676
12677 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
12678 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
12679 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
12680 Update annotation regexp.
12681
12682 * simple.el (beginning-of-visual-line): Constrain to field
12683 boundaries (Bug#5106).
12684
12685 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
12686
12687 * xml.el (xml-substitute-numeric-entities):
12688 Move newsticker--decode-numeric-entities in newst-backend.el to
12689 xml-substitute-numeric-entities in xml.el. (Bug#5008)
12690 * net/newst-backend.el (newsticker--parse-generic-feed)
12691 (newsticker--parse-generic-items)
12692 (newsticker--decode-numeric-entities):
12693 Move newsticker--decode-numeric-entities in newst-backend.el to
12694 xml-substitute-numeric-entities in xml.el. (Bug#5008)
12695
12696 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
12697
12698 * progmodes/js.el (js--js-not): Add null to the list of values.
12699
12700 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
12701
12702 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
12703
12704 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12705
12706 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
12707 delimiter if it is at the end of the current line.
12708 (bibtex-generate-url-list): Fix docstring.
12709
12710 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12711
12712 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
12713 minibuffer's content with itself.
12714 Fold the confirm-after-completion case into the `confirm' case.
12715 (completion-pcm-word-delimiters): Add : and / to the delimiters.
12716
12717 2009-12-06 Kevin Ryde <user42@zip.com.au>
12718
12719 * ffap.el (ffap-rfc-path): Make this a defcustom since
12720 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
12721
12722 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
12723 manuals, similar to existing setup for help-mode. (Bug#3913.)
12724
12725 2009-12-05 Juri Linkov <juri@jurta.org>
12726
12727 Save and restore dired buffer's point positions too. (Bug#4880)
12728
12729 * dired.el (dired-save-positions): Return in the first element
12730 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
12731 Doc fix.
12732 (dired-restore-positions): First restore buffer's position.
12733 While restoring window's positions, check if window still displays
12734 the original buffer.
12735
12736 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
12737
12738 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
12739 if possible.
12740
12741 * shell.el (shell): Require ansi-color (Bug#5113).
12742
12743 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
12744
12745 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
12746
12747 2009-12-05 Alan Mackenzie <acm@muc.de>
12748
12749 * progmodes/cc-mode.el (c-before-hack-hook)
12750 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
12751 `c-file-style' to work again. This reversion restores the current
12752 software to its state in Emacs 23.1. (Bug#4146)
12753
12754 2009-12-05 Kevin Ryde <user42@zip.com.au>
12755
12756 * textmodes/sgml-mode.el (sgml-lexical-context):
12757 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
12758
12759 2009-12-05 Juri Linkov <juri@jurta.org>
12760
12761 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
12762 for virtual nodes. (Bug#4147)
12763 (Info-find-node-2): Set `Info-current-node-virtual' to nil
12764 when moving from a virtual node.
12765 (Info-mode-menu): Add `Info-virtual-index' to the menu.
12766 (Info-mode): Add `Info-virtual-index' to the docstring.
12767
12768 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12769
12770 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
12771 track of the buffer position of the end of a BibTeX entry as this
12772 position may change during reformatting.
12773 (bibtex-format-entry): Remove whitespace before processing
12774 numerical fields so that we recognize the latter properly.
12775 (bibtex-reformat): Do not use push which changes the global value
12776 of bibtex-entry-format.
12777 (bibtex-field-braces-alist, bibtex-field-strings-alist)
12778 (bibtex-field-re-init): Replace only space characters by regexp
12779 for whitespace.
12780 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
12781 (bibtex-initialize): Also update bibtex-strings.
12782 (bibtex-kill-field): Preserve white space at end of entry.
12783 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
12784 Update bibtex-reference-keys.
12785
12786 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * minibuffer.el (completion-pcm--merge-try): Also consider placing
12789 point after a star, if that's the only place where modifications can
12790 make progress.
12791
12792 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
12793
12794 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
12795 in docstrings.
12796
12797 2009-12-04 Juri Linkov <juri@jurta.org>
12798
12799 * proced.el (proced): Call `(proced-update t)' to update process
12800 information instead of only running proced-post-display-hook.
12801 (proced-send-signal): Add a leading space to the buffer name
12802 " *Marked Processes*" to make this buffer ephemeral.
12803
12804 2009-12-04 Juri Linkov <juri@jurta.org>
12805
12806 * dired.el (dired-auto-revert-buffer): New defcustom.
12807 (dired-internal-noselect): Use it.
12808
12809 2009-12-04 Juri Linkov <juri@jurta.org>
12810
12811 Change roles of modes and functions in image-mode.el (Bug#5062).
12812
12813 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
12814 in `auto-mode-alist'.
12815 (image-mode-previous-major-mode): New variable.
12816 (image-minor-mode-map): Rename from `image-mode-text-map'.
12817 (image-mode): Move graceful error-handling code from
12818 `image-minor-mode' to here. On errors call `image-mode-as-text'.
12819 (image-minor-mode): Remove all image-handling code.
12820 Replace `image-mode-text-map' with `image-minor-mode-map'.
12821 Check for `image-type' in mode-line format string.
12822 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
12823 (image-mode-as-text): New function with most code from
12824 `image-mode-maybe'.
12825 (image-toggle-display-text): Move code that removes image
12826 properties from `image-toggle-display' to here.
12827 (image-toggle-display-image): New function with code that adds
12828 image properties copied from `image-toggle-display'.
12829 (image-toggle-display): Remove most code with leaving only code
12830 that toggles between `image-mode-as-text' and `image-mode'.
12831
12832 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
12833
12834 * net/newst-treeview.el
12835 (newsticker--treeview-list-highlight-start): Restored call to
12836 save-excursion: Selected item was stuck.
12837 (newsticker--treeview-list-select): New.
12838 (newsticker--treeview-item-show-text)
12839 (newsticker--treeview-item-show)
12840 (newsticker--treeview-item-update): Use new
12841 newsticker-treeview-item-mode.
12842 (newsticker-treeview-update): Keep current item.
12843 (newsticker-treeview-next-new-or-immortal-item): Doc change.
12844 (newsticker--treeview-first-feed): Doc change.
12845 (newsticker-treeview-list-menu)
12846 (newsticker-treeview-item-menu): Add menu entries.
12847 (newsticker-treeview-item-mode): New.
12848
12849 * net/newst-backend.el (newsticker-customize): Delete other
12850 windows.
12851
12852 2009-12-04 Sam Steingold <sds@gnu.org>
12853
12854 * log-view.el (log-view-mode-map): "q" calls quit-window,
12855 like in all the other non-self-insert buffers.
12856
12857 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
12858
12859 Minor cleanup.
12860 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
12861 key decoding rather than do it manually via last-input-event +
12862 ascii-character.
12863 (term-exec): Use delete-and-extract-region.
12864 (term-handle-ansi-terminal-messages): Remove unused var `end'.
12865 (term-process-pager): Remove unused var `i'.
12866 (term-dynamic-simple-complete): Make obsolete.
12867 (serial-update-config-menu): Remove unused vars `y' and `str'.
12868 (term-update-mode-line): Remove unused var `temp'.
12869
12870 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12871
12872 Limit the number of log entries displayed by default.
12873 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
12874 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
12875 using a prefix argument.
12876
12877 2009-12-03 Glenn Morris <rgm@gnu.org>
12878
12879 * progmodes/idlwave.el (class): Restore still useful declaration.
12880
12881 2009-12-03 Alan Mackenzie <acm@muc.de>
12882
12883 Enhance `c-parse-state' to run efficiently in "brace deserts".
12884
12885 * progmodes/cc-mode.el (c-basic-common-init):
12886 Call c-state-cache-init.
12887 (c-neutralize-syntax-in-and-mark-CPP): Rename from
12888 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
12889 placing `category' properties value 'c-cpp-delimiter at its boundaries.
12890
12891 * progmodes/cc-langs.el (c-before-font-lock-function):
12892 c-extend-and-neutralize-syntax-in-CPP has been renamed
12893 c-neutralize-syntax-in-and-mark-CPP.
12894
12895 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
12896 with `category' properties now, not `syntax-table' ones.
12897
12898 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
12899 enhanced (but slower) version of c-end-of-macro that won't land
12900 inside a literal or on another awkward character.
12901 (c-state-cache-too-far, c-state-cache-start)
12902 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
12903 (c-state-nonlit-pos-cache-limit, c-state-point-min)
12904 (c-state-point-min-lit-type, c-state-point-min-lit-start)
12905 (c-state-min-scan-pos, c-state-brace-pair-desert)
12906 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
12907 buffer local variables.
12908 (c-state-literal-at, c-state-lit-beg)
12909 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
12910 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
12911 (c-state-cache-top-paren, c-state-cache-after-top-paren)
12912 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
12913 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
12914 (c-renarrow-state-cache)
12915 (c-append-lower-brace-pair-to-state-cache)
12916 (c-state-push-any-brace-pair, c-append-to-state-cache)
12917 (c-remove-stale-state-cache)
12918 (c-remove-stale-state-cache-backwards, c-state-cache-init)
12919 (c-invalidate-state-cache-1, c-parse-state-1)
12920 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
12921 (c-parse-state): Enhance and refactor.
12922 (c-debug-parse-state): Amend to deal with all the new variables.
12923
12924 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
12925 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
12926 modify to use category text properties rather than syntax-table ones.
12927 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
12928 to switch off/on the syntactic paren property of C++ template
12929 delimiters using the category property.
12930 (c-with-<->-as-parens-suppressed): Macro to invoke code with
12931 template delims suppressed.
12932 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
12933 New constant/macros which apply category properties to the start
12934 and end of preprocessor constructs.
12935 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
12936 "comment out" the syntactic value of characters in preprocessor
12937 constructs.
12938 (c-with-cpps-commented-out)
12939 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
12940 with characters in all or all but one preprocessor constructs
12941 "commented out".
12942
12943 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12944
12945 * proced.el (proced-filter-alist): Use regexp-quote.
12946
12947 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
12948
12949 Cleanup.
12950 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
12951 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
12952 arguments. Expand `default-directory'.
12953
12954 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
12955 the benefit of returning an expanded localname.
12956 (tramp-tramp-file-p): Handle the case NAME is not a string.
12957
12958 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12959
12960 Add support for bzr shelve/unshelve.
12961 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12962 (vc-bzr-extra-menu-map): New variables.
12963 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
12964 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
12965 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
12966 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
12967 (vc-bzr-dir-extra-headers): Display shelves.
12968
12969 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
12970
12971 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12972
12973 * textmodes/bibtex.el (bibtex-complete-internal):
12974 Use completion-in-region.
12975 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
12976
12977 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12978
12979 Support applying stashes. Improve UI.
12980 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
12981 (vc-git-stash-apply, vc-git-stash-pop)
12982 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
12983 (vc-git-stash-menu): New functions.
12984 (vc-git-stash-menu-map): New variable.
12985 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
12986
12987 2009-12-03 Glenn Morris <rgm@gnu.org>
12988
12989 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
12990 (vc-print-log-internal): Fix previous change.
12991 (vc-revert): Correct pluralization.
12992
12993 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12994
12995 * progmodes/make-mode.el (makefile-special-targets-list): No need for
12996 it to be an alist any more.
12997 (makefile-complete): Use completion-in-region.
12998
12999 * progmodes/octave-mod.el (octave-complete-symbol):
13000 Use completion-in-region.
13001
13002 Misc cleanup.
13003 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
13004 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
13005 (idlwave-complete-class): Don't quote lambda.
13006 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
13007 (idlwave-mode-map): Move initialization into declaration.
13008 (idlwave-action-and-binding): Use backquotes.
13009 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
13010 Simplify.
13011 (idlwave-is-pointer-dereference): Remove unused var `pos'.
13012 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
13013 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
13014 `parts', and `all-parts'.
13015 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
13016 (idlwave-convert-xml-system-routine-info): Remove unused string
13017 `version-string'.
13018 (idlwave-display-user-catalog-widget): Use dolist.
13019 (idlwave-scanning-lib): Declare dynamically-scoped var.
13020 (idlwave-scan-library-catalogs): Remove unused var `flags'.
13021 (completion-highlight-first-word-only): Declare to silence bytecomp.
13022 (idlwave-popup-select): Tighten scope of `resp'.
13023 (idlwave-find-struct-tag): Remove unused var `beg'.
13024 (idlwave-after-load-rinfo-hook): Declare.
13025 (idlwave-sintern-class-info): Remove unused var `taglist'.
13026 (idlwave-find-class-definition): Remove unused var `list'.
13027 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
13028 (idlwave-what-module-find-class): Remove unused var `classes'.
13029
13030 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
13031
13032 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
13033
13034 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
13035
13036 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
13037 buffers visited. Remove redundant current-buffer-saving.
13038
13039 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13040
13041 Use completion-in-buffer and remove uses of dynamic scoping.
13042 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
13043 (pascal-buffer-to-use, pascal-flag): Don't declare.
13044 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
13045 (pascal-get-completion-decl, pascal-keyword-completion):
13046 Add `pascal-str' argument, save-excursion,
13047 return the found completions, and don't filter with pascal-pred.
13048 (pascal-completion-cache): New var.
13049 (pascal-completion): Don't switch buffer any more (it was never
13050 necessary). Don't save-excursion any more (it's done by the called
13051 subroutines). Use a cache to avoid redundant computations.
13052 Use complete-with-action rather than pascal-completion-response and
13053 let it apply the predicate as well.
13054 (pascal-complete-word): Use completion-in-buffer when
13055 pascal-toggle-completions is nil.
13056 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
13057 not used any more.
13058 (pascal-comp-defun): Don't change buffer any more.
13059 Use complete-with-action rather than pascal-completion-response and
13060 let it apply the predicate as well.
13061 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
13062 when neded.
13063
13064 2009-12-02 Kenichi Handa <handa@m17n.org>
13065
13066 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
13067 shape for all Indic scripts.
13068
13069 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13070
13071 Use completion-in-buffer.
13072 * wid-edit.el (widget-field-text-end): New function.
13073 (widget-field-value-get): Use it.
13074 (widget-string-complete, widget-file-complete)
13075 (widget-color-complete): Use it and completion-in-region.
13076 (widget-complete): Don't narrow the buffer.
13077
13078 2009-12-02 Glenn Morris <rgm@gnu.org>
13079
13080 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
13081 (rmail-select-summary): Use rmail-pop-to-buffer.
13082 * mail/rmailsum.el: Replace all pop-to-buffer calls with
13083 rmail-pop-to-buffer, to prevent horizontal splits.
13084
13085 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
13086 save-excursion with save-current-buffer.
13087 Widen before searching. (Bug#5093)
13088 (diary-list-sexp-entries): Remove superfluous save-excursion.
13089
13090 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
13091
13092 * woman.el (woman-make-bufname): Handle man-pages with "." in the
13093 name. (Bug#5038)
13094
13095 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
13096
13097 * ido.el (ido-file-internal): Handle filenames at point that do
13098 not have a directory part. (Bug#5049)
13099
13100 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
13101
13102 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
13103 (mpc-songs-jump-to, mpc-resume): Doc fixes.
13104
13105 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
13106
13107 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
13108 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
13109 any more.
13110
13111 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
13112
13113 * comint.el (comint-insert-input): Ignore clicks to the right of
13114 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
13115
13116 * vc.el (vc-print-log-internal): Don't wait for the process to
13117 terminate before setting up the major mode.
13118
13119 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
13120 in case.
13121
13122 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
13123 the last element.
13124
13125 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
13126
13127 2009-12-01 Glenn Morris <rgm@gnu.org>
13128
13129 * window.el (window--display-buffer-2): Fix previous changes.
13130
13131 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
13132
13133 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
13134
13135 2009-12-01 Glenn Morris <rgm@gnu.org>
13136
13137 * Makefile.in (ELCFILES): Add mpc.elc.
13138
13139 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
13140
13141 * mpc.el: New file.
13142
13143 2009-12-01 Glenn Morris <rgm@gnu.org>
13144
13145 * window.el (window-to-use): Define for compiler.
13146
13147 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
13148 consistent with others (no final period).
13149
13150 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
13151 (rmail-mime-show): Downcase the encoding. (Bug#5070)
13152
13153 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
13154
13155 Make vc-print-log buttons work.
13156 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
13157
13158 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
13159
13160 * savehist.el (savehist-autosave-interval): Allow setting to nil
13161 through customize. (Bug#5056)
13162
13163 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
13164
13165 Fix references to jit-lock properties.
13166 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13167 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
13168 (perl-font-lock-special-syntactic-constructs):
13169 Quote jit-lock-defer-multiline property.
13170
13171 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
13172
13173 * vc-git.el (vc-git-registered): Call vc-git-root only once.
13174
13175 2009-11-30 Juri Linkov <juri@jurta.org>
13176
13177 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
13178 value `buffer' of `multi-isearch-next-buffer-current-function'.
13179 Use `(current-buffer)' when `buffer' is nil.
13180 (multi-isearch-next-buffer-from-list): Don't fallback to
13181 `(current-buffer)' when `buffer' is nil. (Bug#4947)
13182
13183 2009-11-30 Juri Linkov <juri@jurta.org>
13184
13185 * misearch.el (multi-isearch-read-buffers): Move canonicalization
13186 of buffers with `get-buffer' to `multi-isearch-buffers'.
13187 (multi-isearch-buffers, multi-isearch-buffers-regexp):
13188 Canonicalize BUFFERS with `get-buffer'. Doc fix.
13189 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
13190 FILES with `expand-file-name' converting relative file names
13191 to absolute. Doc fix. (Bug#4727)
13192
13193 2009-11-30 Juri Linkov <juri@jurta.org>
13194
13195 * misearch.el (multi-isearch-read-buffers)
13196 (multi-isearch-read-matching-buffers): New functions.
13197 (multi-isearch-buffers, multi-isearch-buffers-regexp):
13198 Use them in the `interactive' spec. Doc fix.
13199 (multi-isearch-read-files, multi-isearch-read-matching-files):
13200 New functions.
13201 (multi-isearch-files, multi-isearch-files-regexp):
13202 Use them in the `interactive' spec. Doc fix. (Bug#4725)
13203
13204 2009-11-30 Juri Linkov <juri@jurta.org>
13205
13206 * doc-view.el (doc-view-continuous):
13207 Rename from `doc-view-continuous-mode'.
13208 (doc-view-menu): Move "Toggle display" to the top.
13209 Add submenu "Continuous" with radio buttons "Off"/"On"
13210 and "Save as Default".
13211 (doc-view-scroll-up-or-next-page)
13212 (doc-view-scroll-down-or-previous-page)
13213 (doc-view-next-line-or-next-page)
13214 (doc-view-previous-line-or-previous-page):
13215 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
13216
13217 2009-11-30 Juri Linkov <juri@jurta.org>
13218
13219 * comint.el (comint-mode-map): Rebind `M-r' from
13220 `comint-previous-matching-input' to
13221 `comint-history-isearch-backward-regexp'.
13222 Unbind `M-s' to allow global key binding `M-s'.
13223 Add menu items for `comint-history-isearch-backward' and
13224 `comint-history-isearch-backward-regexp'. (Bug#3746)
13225
13226 2009-11-30 Juri Linkov <juri@jurta.org>
13227
13228 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
13229 For def=recenter, replace `recenter' with `recenter-top-bottom'
13230 that is called with `this-command' and `last-command' let-bound
13231 to `recenter-top-bottom'. When the last `def' was not `recenter',
13232 set `recenter-last-op' to nil. (Bug#4981)
13233
13234 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13235
13236 Minor cleanup and simplification.
13237 * filecache.el (file-cache-add-directory)
13238 (file-cache-add-directory-recursively)
13239 (file-cache-add-from-file-cache-buffer)
13240 (file-cache-delete-file-regexp, file-cache-delete-directory)
13241 (file-cache-files-matching-internal, file-cache-display): Use dolist.
13242 (file-cache-temp-minibuffer-message): Delete function.
13243 (file-cache-minibuffer-complete): Use minibuffer-message instead.
13244
13245 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
13246 Don't signal an error when bumping into EOB in tr, s, or y.
13247
13248 2009-11-29 Juri Linkov <juri@jurta.org>
13249
13250 * startup.el (fancy-about-text): Fix wording of Guided Tour.
13251 (Bug#4960)
13252
13253 * descr-text.el (describe-char-unidata-list): Use lowercase name
13254 for "Unicode name" like in other tags.
13255
13256 2009-11-29 Juri Linkov <juri@jurta.org>
13257
13258 * ediff-util.el (ediff-minibuffer-with-setup-hook):
13259 New compatibility macro.
13260 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
13261
13262 2009-11-29 Juri Linkov <juri@jurta.org>
13263
13264 Add defcustom to define the cycling order of `recenter-top-bottom'.
13265 (Bug#4981)
13266
13267 * window.el (recenter-last-op): Doc fix.
13268 (recenter-positions): New defcustom.
13269 (recenter-top-bottom): Rewrite to use `recenter-positions'.
13270 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
13271
13272 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
13273
13274 Improve integration of Tramp and ange-ftp in eshell.
13275
13276 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
13277 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
13278 (eshell/sudo): Flatten args. Let-bind `default-directory'.
13279
13280 * eshell/esh-util.el (top): Require also Tramp when compiling.
13281 (eshell-directory-files-and-attributes): Check for FTP remote
13282 connection.
13283 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
13284 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
13285 (eshell-file-attributes): Handle ".". Return `entry'.
13286
13287 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
13288 (ange-ftp-directory-files-and-attributes)
13289 (ange-ftp-real-directory-files-and-attributes): New defuns.
13290
13291 * net/tramp.el (tramp-maybe-open-connection): Open the remote
13292 shell with "exec" when possible. This prevents trailing prompts
13293 in `start-file-process'.
13294
13295 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13296
13297 Try and remove assumptions about point-min==1.
13298 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
13299 (rng-compute-mode-line-string): Show the validation percentage in
13300 terms of the narrowed text, not the widened text.
13301 (rng-do-some-validation): Don't catch internal errors when debugging.
13302 (rng-first-error): Simplify.
13303 (rng-after-change-function): Remove work around. AFAIK the bug has
13304 been fixed a while ago.
13305
13306 * image-mode.el (image-minor-mode): Exit more gracefully when the image
13307 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
13308
13309 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
13310
13311 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
13312 `cd' doesn't always do it for us (bug#5067).
13313
13314 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
13315 on 2009-10-25 as part of some other change (bug#5067).
13316
13317 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13318
13319 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
13320 `suspicious'.
13321 (byte-compile-warnings): Use byte-compile-warning-types.
13322 (byte-compile-save-excursion): Warn about use of set-buffer right
13323 after save-excursion.
13324
13325 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
13326 the excursion as well.
13327
13328 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
13329
13330 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
13331 providing a Tramp related implementation of "su" and "sudo".
13332 (eshell-unix-initialize): Add "su" and "sudo".
13333
13334 2009-11-27 Daiki Ueno <ueno@unixuser.org>
13335
13336 * net/socks.el (socks-send-command): Convert binary request to
13337 unibyte before sending. This fixes mishandling of some port
13338 numbers such as 129.
13339
13340 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13341
13342 * help.el (describe-bindings-internal): Remove `interactive'.
13343
13344 * man.el (Man-completion-table): Trim a terminating "(".
13345 Remove the space between name page a section.
13346 Add the command's description on the `help-echo' property.
13347 Remove `process-connection-type' binding since it's unused by
13348 call-process.
13349 Provide completion for the "<section> <name>" format as well.
13350 (Man-default-man-entry): Remove spurious var shadowing the argument.
13351
13352 2009-11-26 Kevin Ryde <user42@zip.com.au>
13353
13354 * log-view.el: Add "Keywords: tools", since its other keywords
13355 aren't in finder-known-keywords, and following vc.el.
13356
13357 * sha1.el (sha1-string-external): default-directory "/" in case
13358 otherwise non-existent. process-connection-type pipe for touch of
13359 efficiency recommended by elisp manual. (An aside in Bug#3911.)
13360
13361 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13362
13363 Misc coding convention cleanups.
13364 * htmlfontify.el (hfy-init-kludge-hook): Rename from
13365 hfy-init-kludge-hooks.
13366 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
13367 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
13368 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
13369 and push.
13370 (hfy-slant, hfy-weight): Use tables rather than code.
13371 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
13372 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
13373 (hfy-face-attr-for-class): Initialize `face-spec' directly.
13374 (hfy-face-to-css): Remove `nconc' with single arg.
13375 (hfy-p-to-face-lennart): Use `or'.
13376 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
13377 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
13378 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
13379 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
13380 (hfy-force-fontification): Use run-hooks.
13381
13382 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
13383
13384 Various minor fixes.
13385 * htmlfontify.el (hfy-default-header): Add toggle_invis since
13386 Javascript belongs in the header, not the body.
13387 (hfy-javascript): Remove.
13388 (hfy-fontify-buffer): Don't insert it any more.
13389 (hfy-face-at): Handle (face0 face1 face2) style face properties.
13390 Fix bug in invis handling when there were no invis props in a chunk.
13391
13392 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13393
13394 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
13395
13396 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
13397
13398 * finder.el (finder-mode-map): Add a menu.
13399
13400 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
13401
13402 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
13403 "unsigned" structs.
13404
13405 (verilog-leap-to-head, verilog-backward-token): Handle "disable
13406 fork" statement better.
13407
13408 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
13409
13410 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
13411 (verilog-delete-auto, verilog-delete-empty-auto-pair)
13412 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
13413 Reported by Clay Douglass.
13414
13415 (verilog-auto-inst, verilog-auto-star-safe)
13416 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
13417 Fix removing "// Interfaces" when saving .* expansions.
13418 Reported by Pierre-David Pfister.
13419
13420 2009-11-26 Glenn Morris <rgm@gnu.org>
13421
13422 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
13423 the scope.
13424
13425 2009-11-25 Johan Bockgård <bojohan@gnu.org>
13426
13427 * vc-annotate.el (vc-annotate-revision-previous-to-line):
13428 Really use previous revision.
13429
13430 2009-11-25 Kevin Ryde <user42@zip.com.au>
13431
13432 * man.el (Man-completion-table): default-directory "/" in case
13433 doesn't otherwise exist. process-environment COLUMNS=999 so as
13434 not to truncate long names. process-connection-type pipe to avoid
13435 any chance of hitting the pseudo-tty TIOCGWINSZ.
13436 (man): completion-ignore-case t for friendliness and since man
13437 itself is case-insensitive on the command line.
13438 Further to Bug#3717.
13439
13440 * arc-mode.el: Add "Keywords: files", so the details in its
13441 commentary can be reached from finder-by-keyword.
13442 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
13443 editing mode, but it's comms related and sgml-mode.el has "comm"
13444 on that basis too.
13445 * textmodes/bibtex-style.el: Add "Keywords: tex".
13446 * international/isearch-x.el, international/ja-dic-cnv.el:
13447 * international/ja-dic-utl.el, international/kkc.el:
13448 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
13449
13450 2009-11-25 Juri Linkov <juri@jurta.org>
13451
13452 * man.el (Man-completion-table): Modify regexp to include
13453 section names to completion strings. (Bug#3717)
13454
13455 2009-11-25 Juri Linkov <juri@jurta.org>
13456
13457 Search recursively in gzipped files. (Bug#4982)
13458
13459 * progmodes/grep.el (grep-highlight-matches): Add new options
13460 `always' and `auto'. Doc fix.
13461 (grep-process-setup): Check `grep-highlight-matches' for
13462 `auto-detect' to determine the need to compute grep defaults.
13463 Move Windows/DOS specific --colors settings handling
13464 to `grep-compute-defaults'. Check `grep-highlight-matches'
13465 to get the value of "--color=".
13466 (grep-compute-defaults): Compute `grep-highlight-matches' when it
13467 has the value `auto-detect'. Move Windows/DOS specific settings
13468 from `grep-process-setup'.
13469 (zrgrep): New command with alias `rzgrep'.
13470
13471 2009-11-25 Juri Linkov <juri@jurta.org>
13472
13473 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
13474 to nil instead of switching off view-mode. (Bug#4896)
13475
13476 2009-11-25 Juri Linkov <juri@jurta.org>
13477
13478 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
13479
13480 * mwheel.el (mwheel-scroll-up-function)
13481 (mwheel-scroll-down-function): New defvars.
13482 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
13483 `scroll-up', and `mwheel-scroll-down-function' instead of
13484 `scroll-down'.
13485
13486 * doc-view.el (doc-view-scroll-up-or-next-page)
13487 (doc-view-scroll-down-or-previous-page): Add optional ARG.
13488 Use this ARG in the call to image-scroll-up/image-scroll-down.
13489 Change `interactive' spec to "P". Goto next/previous page only
13490 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
13491 SPC/DEL case). Doc fix.
13492 (doc-view-next-line-or-next-page)
13493 (doc-view-previous-line-or-previous-page): Rename arg to ARG
13494 for consistency.
13495 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
13496 `doc-view-scroll-up-or-next-page', and buffer-local
13497 `mwheel-scroll-down-function' to
13498 `doc-view-scroll-down-or-previous-page'.
13499
13500 2009-11-25 Juri Linkov <juri@jurta.org>
13501
13502 Provide additional default values (directories at other Dired
13503 windows) via M-n in the minibuffer of some Dired commands.
13504
13505 * dired-aux.el (dired-diff, dired-compare-directories)
13506 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
13507 `minibuffer-default' in `minibuffer-with-setup-hook'.
13508 (dired-dwim-target-directory): Find a window that displays Dired
13509 buffer instead of failing when the next window is not Dired.
13510 Use `get-window-with-predicate' to find for the next Dired window.
13511 (dired-dwim-target-defaults): New function.
13512
13513 * ediff-util.el (ediff-read-file-name):
13514 Use `dired-dwim-target-defaults' to set `minibuffer-default'
13515 in `minibuffer-with-setup-hook'.
13516
13517 2009-11-25 Juri Linkov <juri@jurta.org>
13518
13519 Provide additional default values (file name at point or at the
13520 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
13521
13522 * minibuffer.el (read-file-name-defaults): New function.
13523 (read-file-name): Reset `minibuffer-default' to nil when
13524 it duplicates initial input `insdef'.
13525 Bind `minibuffer-default-add-function' to lambda that
13526 calls `read-file-name-defaults' in `minibuffer-selected-window'.
13527 (minibuffer-insert-file-name-at-point): New command.
13528
13529 * files.el (file-name-at-point-functions): New defcustom.
13530 (find-file-default): Remove defvar.
13531 (find-file-read-args): Don't use `find-file-default'.
13532 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13533 to `read-file-name'.
13534 (find-file-literally): Use `read-file-name' with
13535 `confirm-nonexistent-file-or-buffer'.
13536
13537 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
13538
13539 * dired.el (dired-read-dir-and-switches):
13540 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13541 to `read-file-name'.
13542 (dired-file-name-at-point): New function.
13543 (dired-mode): Add hook `dired-file-name-at-point' to
13544 `file-name-at-point-functions'.
13545
13546 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
13547
13548 Really make the *Completions* window soft-dedicated (bug#5030).
13549 * window.el (window--display-buffer-2): Add `dedicated' argument.
13550 (display-buffer): Pass it when needed so the dedicated flag is set
13551 after calling set-window-buffer, which would otherwise reset it.
13552
13553 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
13554
13555 * progmodes/meta-mode.el (meta-complete-symbol):
13556 * progmodes/etags.el (complete-tag):
13557 * mail/mailabbrev.el (mail-abbrev-complete-alias):
13558 Use completion-in-region.
13559
13560 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
13561 (dabbrev-completion): Use completion-in-region.
13562 (dabbrev--abbrev-at-point): Simplify regexp.
13563
13564 * abbrev.el (abbrev--before-point): Use word-motion functions
13565 if :regexp is not specified (bug#5031).
13566
13567 * subr.el (string-prefix-p): New function.
13568
13569 * man.el (Man-completion-cache): New var.
13570 (Man-completion-table): Use it.
13571
13572 * vc.el (vc-print-log-internal): Make `limit' optional for better
13573 compatibility (e.g. with vc-annotate.el).
13574
13575 2009-11-24 Kevin Ryde <user42@zip.com.au>
13576
13577 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
13578 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
13579
13580 * emacs-lisp/elint.el (elint-add-required-env): Better error message
13581 when .el source file not found or other error.
13582
13583 2009-11-24 Markus Triska <markus.triska@gmx.at>
13584
13585 * linum.el (linum-update-window): Ignore intangible (bug#4996).
13586
13587 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13588
13589 Handle the [back] button properly (bug#4979).
13590 * descr-text.el (describe-text-properties): Add a `buffer' argument.
13591 Use help-setup-xref, help-buffer, and with-help-window.
13592 (describe-char): Add `buffer' argument.
13593 Pass proper command to help-setup-xref. Don't meddle with
13594 help-xref-stack-item directly.
13595 (describe-text-category): Use with-help-window and help-buffer.
13596
13597 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
13598 for the displayed buffer (bug#4887).
13599
13600 * man.el (Man-completion-table): New function.
13601 (man): Use it.
13602
13603 2009-11-24 David Reitter <david.reitter@gmail.com>
13604
13605 * vc-git.el (vc-git-registered): Use checkout directory (where
13606 .git is) rather than the file's directory and a relative path spec
13607 to work around a bug in git.
13608
13609 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
13610
13611 Improve handling of processes on remote hosts.
13612
13613 * eshell/esh-util.el (eshell-path-env): New defvar.
13614 (eshell-parse-colon-path): New defun.
13615 (eshell-file-attributes): Use `eshell-parse-colon-path'.
13616
13617 * eshell/esh-ext.el (eshell-search-path):
13618 Use `eshell-parse-colon-path'.
13619 (eshell-remote-command): Remove argument HANDLER.
13620 (eshell-external-command): Check for FTP remote connection.
13621
13622 * eshell/esh-proc.el (eshell-gather-process-output):
13623 Use `file-truename', in order to start also symlinked files.
13624 Apply `start-file-process' instead of `start-process'.
13625 Shorten `command' to the local file name part.
13626
13627 * eshell/em-cmpl.el (eshell-complete-commands-list):
13628 Use `eshell-parse-colon-path'.
13629
13630 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
13631
13632 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
13633 to `eshell-directory-change-hook'.
13634
13635 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
13636
13637 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
13638 because it could be enabled automatically if view-read-only is non-nil.
13639
13640 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
13641
13642 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
13643 made on 2009-11-22.
13644
13645 2009-11-24 Glenn Morris <rgm@gnu.org>
13646
13647 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
13648 deleted variable bookmark-bmenu-bookmark-column.
13649
13650 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13651
13652 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
13653
13654 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
13655
13656 * net/browse-url.el (browse-url-filename-alist): On Windows, add
13657 two slashes to the "file:" prefix.
13658 (browse-url-file-url): De-munge Cygwin filenames before passing
13659 them to Windows browser.
13660 (browse-url-default-windows-browser): Use call-process.
13661
13662 2009-11-23 Juri Linkov <juri@jurta.org>
13663
13664 Implement DocView Continuous mode. (Bug#4896)
13665 * doc-view.el (doc-view-continuous-mode): New defcustom.
13666 (doc-view-mode-map): Bind C-n/<down> to
13667 `doc-view-next-line-or-next-page', C-p/<up> to
13668 `doc-view-previous-line-or-previous-page'.
13669 (doc-view-next-line-or-next-page)
13670 (doc-view-previous-line-or-previous-page): New commands.
13671
13672 2009-11-23 Juri Linkov <juri@jurta.org>
13673
13674 Implement Isearch in comint input history. (Bug#3746)
13675 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
13676 `isearch-mode-hook'.
13677 (comint-history-isearch): New defcustom.
13678 (comint-history-isearch-backward)
13679 (comint-history-isearch-backward-regexp): New commands.
13680 (comint-history-isearch-message-overlay): New buffer-local variable.
13681 (comint-history-isearch-setup, comint-history-isearch-end)
13682 (comint-goto-input, comint-history-isearch-search)
13683 (comint-history-isearch-message, comint-history-isearch-wrap)
13684 (comint-history-isearch-push-state)
13685 (comint-history-isearch-pop-state): New functions.
13686
13687 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
13688
13689 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
13690 return.
13691 (tramp-handle-make-symbolic-link)
13692 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
13693 Quote file names.
13694 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
13695 (tramp-handle-process-file): Use it.
13696
13697 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13698
13699 * window.el (move-to-window-line-last-op): Remove.
13700 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
13701
13702 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
13703
13704 Make M-r mirror the new cycling behavior of C-l.
13705 * window.el (move-to-window-line-last-op): New var.
13706 (move-to-window-line-top-bottom): New command.
13707 (global-map): Bind M-r move-to-window-line-top-bottom.
13708
13709 2009-11-23 Sven Joachim <svenjoac@gmx.de>
13710
13711 * dired-x.el (dired-guess-shell-alist-default):
13712 Support xz format. (Bug#4953)
13713
13714 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
13715
13716 * emulation/viper-cmd.el: Use viper-last-command-char instead of
13717 last-command-char/last-command-event.
13718 (viper-prefix-arg-value): Do correct conversion of event-char for
13719 XEmacs.
13720
13721 * emulation/viper-util.el, emulation/viper.el:
13722 Use viper-last-command-char instead of
13723 last-command-char/last-command-event.
13724
13725 * ediff-init.el, ediff-mult.el, ediff-util.el:
13726 Replace last-command-char and last-command-event
13727 with (ediff-last-command-char) everywhere.
13728
13729 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
13730 created in fundamental mode.
13731
13732 * ediff.el (ediff-version): Revert the change of interactive-p to
13733 called-interactively-p.
13734
13735 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
13736
13737 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
13738 generation from word-movement command names.
13739
13740 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
13741
13742 * cus-start.el (all): Add native condition for font-use-system-font.
13743
13744 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
13745
13746 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
13747 Correct the patch from 2009-11-18. (Bug#3910)
13748
13749 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
13750
13751 * progmodes/subword.el: Rename from lisp/subword.el.
13752
13753 * subword.el: Rename to progmodes/subword.el.
13754
13755 * Makefile.in (ELCFILES): Adapt to subword.el move.
13756
13757 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13758 Stefan Monnier <monnier@iro.umontreal.ca>
13759
13760 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
13761 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
13762 (bookmark-bmenu-show-filenames): Use push.
13763 (bookmark-bmenu-hide-filenames): Use local var instead of
13764 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
13765 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
13766 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
13767 filenames now that the bookmark names are always available.
13768
13769 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13770
13771 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
13772 (bookmark-search-pattern): Move and leave unbound.
13773 (bookmark-bmenu-mode-map): Change binding.
13774 (bookmark-read-search-input): Simplify.
13775 Don't use text-char-description. Don't error on non-char events.
13776 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
13777 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
13778 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
13779 Use a local var for the timer.
13780 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
13781 (i.e. bookmark-bmenu-search).
13782
13783 2009-11-21 Glenn Morris <rgm@gnu.org>
13784
13785 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
13786
13787 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
13788
13789 * net/browse-url.el (browse-url-default-windows-browser):
13790 Use cygstart for cygwin.
13791
13792 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
13793
13794 * bookmark.el: Formatting and doc fixes only:
13795 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
13796 (bookmark-bmenu-search): Wrap to fit within 80 columns.
13797 Minor grammar and punctuation fixes in doc string.
13798 (bookmark-read-search-input): Adjust to fit within 80 columns.
13799
13800 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
13801
13802 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
13803 (c-backward-into-nomenclature): Adapt to subword renaming.
13804
13805 * subword.el (subword-forward, subword-backward, subword-mark)
13806 (subword-kill, subword-backward-kill, subword-transpose)
13807 (subword-downcase, subword-upcase, subword-capitalize)
13808 (subword-forward-internal, subword-backward-internal):
13809 Rename from forward-subword, backward-subword, mark-subword,
13810 kill-subword, backward-kill-subword, transpose-subwords,
13811 downcase-subword, upcase-subword, capitalize-subword,
13812 forward-subword-internal, backward-subword-internal.
13813
13814 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13815
13816 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
13817 New options.
13818 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
13819 New vars.
13820 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
13821 (bookmark-bmenu-filter-alist-by-regexp)
13822 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
13823 (bookmark-bmenu-search): New command.
13824 (bookmark-bmenu-mode-map): Bind it.
13825
13826 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
13827
13828 * progmodes/cc-cmds.el: declare-functioned forward-subword and
13829 backward-subword to quit the byte-compiler.
13830
13831 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
13832
13833 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
13834
13835 * progmodes/cc-cmds.el (c-update-modeline)
13836 (c-forward-into-nomenclature, c-backward-into-nomenclature):
13837 Refer to subword.el functions instead of cc-subword.el.
13838
13839 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
13840 subword.el functions instead of cc-subword.el.
13841
13842 * progmodes/cc-subword.el: Rename to subword.el.
13843 * subword.el: Rename from progmodes/cc-subword.el.
13844 (subword-mode-map): Rename from c-subword-mode-map.
13845 (subword-mode): Rename from c-subword-mode.
13846 (global-subword-mode): New global minor mode.
13847 (forward-subword): Rename from c-forward-subword.
13848 (backward-subword): Rename from c-backward-subword.
13849 (mark-subword): Rename from c-mark-subword.
13850 (kill-subword): Rename from c-kill-subword.
13851 (backward-kill-subword): Rename from c-backward-kill-subword.
13852 (transpose-subwords): Rename from c-tranpose-subword.
13853 (downcase-subword): Rename from c-downcase-subword.
13854 (capitalize-subword): Rename from c-capitalize-subword.
13855 (forward-subword-internal): Rename from c-forward-subword-internal.
13856 (backward-subword-internal): Rename from c-backward-subword-internal.
13857
13858 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13859
13860 * vc.el (vc-deduce-fileset): Allow non-state changing operations
13861 from a dired buffer.
13862 (vc-dired-deduce-fileset): New function.
13863 (vc-root-diff, vc-print-root-log): Use it.
13864
13865 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
13866 nil LIMIT argument to vc-print-log-internal.
13867
13868 2009-11-20 Glenn Morris <rgm@gnu.org>
13869
13870 * Makefile.in (ELCFILES): Regenerate.
13871
13872 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
13873
13874 * calc/calc.el (calc-set-mode-line):
13875 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13876 (math-format-number): Rename `math-format-complement-signed' to
13877 `math-format-twos-complement'.
13878
13879 * calc/calc-bin.el (math-format-twos-complement): Rename from
13880 math-format-complement-signed.
13881 (calc-radix): Rename `calc-complement-signed-mode' to
13882 `calc-twos-complement-mode'.
13883 (calc-octal-radix, calc-hex-radix): Add an argument for
13884 two's complement.
13885
13886 * calc/calc-embed.el (calc-embedded-mode-vars):
13887 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13888
13889 * calc/calc-ext.el (calc-init-extensions):
13890 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
13891 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
13892
13893 * calc/calc-units.el (math-build-units-table-buffer):
13894 Let `calc-twos-complement-mode' be nil.
13895
13896 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
13897 entries.
13898
13899 * calc/calc-vec.el (calcFunc-vunpack):
13900 * calc/calc-aent.el (calc-do-calc-eval):
13901 * calc/calc-forms.el (math-format-date):
13902 * calc/calc-graph.el (calc-graph-plot):
13903 * calc/calc-math.el (math-use-emacs-fn):
13904 * calc/calccomp.el (math-compose-expr):
13905 Let `calc-twos-complement-mode' be nil.
13906
13907 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13908
13909 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
13910 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
13911 * minibuffer.el (completion-in-region-functions): New hook.
13912 (completion-in-region): New function.
13913 * emacs-lisp/lisp.el (lisp-complete-symbol):
13914 * pcomplete.el (pcomplete-std-complete): Use it.
13915
13916 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13917
13918 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
13919 (latex-complete-alist): New vars.
13920 (latex-string-prefix-p, latex-complete-bibtex-keys)
13921 (latex-complete-envnames, latex-complete-refkeys)
13922 (latex-complete-data): New functions.
13923 (latex-complete, latex-indent-or-complete): New commands.
13924
13925 * window.el (display-buffer-mark-dedicated): New var.
13926 (display-buffer): Obey it.
13927 * minibuffer.el (minibuffer-completion-help): Use it.
13928
13929 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
13930
13931 * filecache.el (file-cache-add-file): Use push and cons.
13932 (file-cache-delete-file-regexp): Use push.
13933 (file-cache-complete): Use completion-in-region.
13934
13935 * simple.el (with-wrapper-hook): Fix thinko.
13936
13937 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
13938 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
13939 Use with-current-buffer and string-to-number.
13940 (hfy-fallback-colour-values): Use assoc-string.
13941 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
13942 (hfy-face-at): Remove unused var `found-face'.
13943 (hfy-compile-stylesheet): Remove unused var `css'.
13944 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
13945 and `orig-buffer'.
13946 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
13947 Use with-current-buffer.
13948 (hfy-text-p): Use expand-file-name and fewer setq.
13949
13950 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
13951
13952 * htmlfontify.el, hfy-cmap.el: New files.
13953
13954 2009-11-19 Juri Linkov <juri@jurta.org>
13955
13956 * minibuffer.el (completions-format): New defcustom.
13957 (completion--insert-strings): Implement vertical format.
13958
13959 * simple.el (switch-to-completions): Move point to the first
13960 completion when point was at the beginning of the buffer.
13961
13962 2009-11-19 Juri Linkov <juri@jurta.org>
13963
13964 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
13965
13966 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
13967
13968 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
13969
13970 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
13971 (mail-signature): Change default to t.
13972 (mail-from-style): Deprecate `system-default' value.
13973 (mail-insert-from-field): For default value of mail-from-style,
13974 default to `angles' unless `angles' needs quoting and `parens'
13975 does not.
13976 (mail-citation-prefix-regexp): Use citation regexp from
13977 message-mode.
13978
13979 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
13980
13981 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13982 Set variables for computing the prompt for reading password.
13983
13984 2009-11-19 Glenn Morris <rgm@gnu.org>
13985
13986 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
13987
13988 * textmodes/flyspell.el (sgml-lexical-context): Declare.
13989
13990 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
13991 (newsticker-treeview-listwindow-height): Fix custom type.
13992
13993 2009-11-19 Kenichi Handa <handa@m17n.org>
13994
13995 * descr-text.el (describe-char-padded-string): Compose with TAB
13996 only if there's a font for CH.
13997 (describe-char): Fix the condition for detecting a trivial composition.
13998
13999 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
14000
14001 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
14002 more accurate version of the regexp. (Bug#3910)
14003
14004 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
14005
14006 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
14007
14008 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
14009
14010 * font-setting.el (font-use-system-font): Declare for byte-compiler.
14011 (font-setting-change-default-font): Fix typo in docstring.
14012
14013 2009-11-18 Alan Mackenzie <acm@muc.de>
14014
14015 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
14016
14017 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
14018
14019 * font-setting.el (font-use-system-font): Move ...
14020
14021 * cus-start.el (all): ... to here.
14022
14023 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
14024
14025 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
14026 Don't set `ad-return-value' if `ad-do-it' doesn't.
14027
14028 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
14029 modification time.
14030
14031 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
14032
14033 * menu-bar.el: Put "Use system font" in Option-menu.
14034 (menu-bar-options-save): Add font-use-system-font.
14035
14036 * loadup.el: If feature system-font-setting or font-render-setting is
14037 there, load font-setting.
14038
14039 * Makefile.in (ELCFILES): Add font-settings.el.
14040 * font-setting.el: New file.
14041
14042 2009-11-17 Glenn Morris <rgm@gnu.org>
14043
14044 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
14045
14046 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
14047 Preserve point in the list buffer. (Bug#4939)
14048 Use point-at-eol.
14049 (newsticker--treeview-list-update-highlight)
14050 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
14051
14052 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
14053
14054 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
14055 Remove.
14056
14057 * calc/calc-ext.el (calc-init-extensions): Remove references to
14058 symclip.
14059
14060 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
14061
14062 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
14063 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14064 `calc-symclip'.
14065
14066 2009-11-16 Kevin Ryde <user42@zip.com.au>
14067
14068 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14069 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
14070
14071 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
14072 (lm-keywords-list): Allow comma-only separator like "foo,bar".
14073 Ignore trailing spaces by omit-nulls to split-string (fixing
14074 regression from Emacs 21 due to the incompatible split-string
14075 change). (Bug #4928.)
14076
14077 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14078
14079 * vc.el (vc-log-show-limit): Default to 2000.
14080 (vc-print-log-internal): Insert buttons to request more entries
14081 when limiting the output.
14082
14083 * vc-sccs.el (vc-sccs-print-log):
14084 * vc-rcs.el (vc-rcs-print-log):
14085 * vc-cvs.el (vc-cvs-print-log):
14086 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
14087 LIMIT is non-nil.
14088
14089 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
14090
14091 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
14092 error when `tramp-gvfs-dbus-event-vector' is set.
14093 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
14094
14095 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14096
14097 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
14098
14099 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
14100
14101 * net/dbus.el (dbus-unregister-service): New defun.
14102 (dbus-register-property): Register the handlers of
14103 "org.freedesktop.DBus.Properties" for SERVICE.
14104 (dbus-property-handler): Fix docstring.
14105
14106 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14107
14108 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
14109 Quote doc string reference in defvaralias as it is not in special form.
14110 (byte-compile-output-docform): Doc fix.
14111
14112 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
14113
14114 * calc/calc.el (math-2-word-size, math-half-2-word-size)
14115 (calc-complement-signed-mode): New variables.
14116 (calc-set-mode-line): Add indicator for twos-complements.
14117 (math-format-number): Format twos-complement notation.
14118
14119 * calc/calc-bin.el (calc-word-size): Reset the variables
14120 `math-2-word-size' and `math-half-2-word-size'.
14121 (math-format-complement-signed, math-symclip, calcFunc-symclip)
14122 (calc-symclip): New functions.
14123
14124 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
14125
14126 * calc/calc-embed.el (calc-embedded-mode-vars):
14127 Add `calc-complement-signed-mode' to the list of modes.
14128
14129 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
14130 (calc-b-oper-keys): Add `calc-symclip' to list.
14131
14132 * calc/calc-ext.el (math-read-number-fancy): Read complement
14133 signed numbers.
14134 (calc-init-extensions): Add binding for `calc-symclip'.
14135 Add autoload for `calcFunc-symclip' and `calc-symclip'.
14136
14137 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
14138 `calc-symclip'.
14139 (calc-modes-menu): Add item for twos complement mode.
14140
14141 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
14142
14143 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
14144
14145 * register.el (jump-to-register, insert-register): Handle Semantic
14146 tags. From commented-out advice in semantic/senator.el.
14147
14148 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
14149
14150 * vc.el (vc-log-show-limit): New variable.
14151 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
14152 when using a prefix argument.
14153 (vc-print-log-internal): Add new argument LIMIT.
14154
14155 * vc-svn.el (vc-svn-print-log):
14156 * vc-mtn.el (vc-mtn-print-log):
14157 * vc-hg.el (vc-hg-print-log):
14158 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
14159 pass it to the log command when set. Make the BUFFER argument
14160 non-optional.
14161
14162 * vc-sccs.el (vc-sccs-print-log):
14163 * vc-rcs.el (vc-rcs-print-log):
14164 * vc-git.el (vc-git-print-log):
14165 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
14166 ignore it. Make the BUFFER argument non-optional
14167
14168 * bindings.el (mode-line-buffer-identification): Do not purecopy.
14169
14170 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
14171
14172 * dired.el (dired-mode-map): Move encryption items to "Operate"
14173 menu (Bug#4703).
14174
14175 * strokes.el (strokes-update-window-configuration): Make strokes
14176 buffer current before erasing (Bug#4906).
14177
14178 2009-11-15 Juri Linkov <juri@jurta.org>
14179
14180 * simple.el (set-mark-default-inactive): Add :type, :group
14181 and :version. (Bug#4876)
14182
14183 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
14184
14185 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
14186 (archive-unique-fname): ... here. (Bug#4929)
14187
14188 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14189
14190 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
14191 with a real fix.
14192
14193 * novice.el (disabled-command-function): Add useful args.
14194 Setup the help buffer so that [back] works.
14195 Remove redundant call to help-mode.
14196 (disabled-command-function): Use `case'.
14197 (en/disable-command): New function extracted from enable-command.
14198 (enable-command, disable-command): Use it.
14199
14200 2009-11-14 Glenn Morris <rgm@gnu.org>
14201
14202 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
14203 constants. (Bug#4913)
14204
14205 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
14206
14207 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
14208
14209 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
14210 defined in C that have no doc-strings. (Bug#1063)
14211
14212 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
14213
14214 * cus-edit.el (data, files):
14215 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
14216
14217 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
14218
14219 * simple.el (shell-command): Doc fix (Bug#4891).
14220
14221 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
14222
14223 2009-11-14 Glenn Morris <rgm@gnu.org>
14224
14225 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
14226 statements for vc-diff, emerge-quit, and rmail-cease-edit.
14227 If they are already loaded, eval-after-load will do the right thing.
14228
14229 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
14230 compiling.
14231
14232 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
14233
14234 * simple.el (x-selection-owner-p): Declare.
14235 (read-mail-command): Use custom radio type rather than choice.
14236 (completion-no-auto-exit): Doc fix.
14237
14238 * custom.el (defgroup):
14239 * epg-config.el (epg): Doc fixes.
14240
14241 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
14242
14243 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
14244 * international/ccl.el (define-ccl-program): Do not purecopy the
14245 docstring, defconst does it anyway.
14246
14247 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14248
14249 * add-log.el (add-change-log-entry): Avoid displaying the changelog
14250 a second time.
14251
14252 * x-dnd.el (x-dnd-maybe-call-test-function):
14253 * window.el (split-window-vertically):
14254 * whitespace.el (whitespace-help-on):
14255 * vc-rcs.el (vc-rcs-consult-headers):
14256 * userlock.el (ask-user-about-lock-help)
14257 (ask-user-about-supersession-help):
14258 * type-break.el (type-break-force-mode-line-update):
14259 * time-stamp.el (time-stamp-conv-warn):
14260 * terminal.el (te-set-output-log, te-more-break, te-filter)
14261 (te-sentinel, terminal-emulator):
14262 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
14263 (term-write-input-ring, term-check-source, term-start-output-log):
14264 (term-display-buffer-line, term-dynamic-list-completions):
14265 (term-ansi-make-term, serial-term):
14266 * subr.el (selective-display):
14267 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14268 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
14269 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
14270 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
14271 (speedbar-remove-localized-speedbar-support)
14272 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
14273 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
14274 (speedbar-buffers-line-directory):
14275 * simple.el (shell-command-on-region, append-to-buffer)
14276 (prepend-to-buffer):
14277 * shadowfile.el (shadow-save-todo-file):
14278 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
14279 (scroll-bar-maybe-set-window-start):
14280 * sb-image.el (speedbar-image-dump):
14281 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
14282 (load-save-place-alist-from-file):
14283 * ps-samp.el (ps-print-message-from-summary):
14284 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
14285 (ps-background-image, ps-begin-job, ps-do-despool):
14286 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
14287 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
14288 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
14289 (pr-call-process, pr-file-list, pr-interface-save):
14290 * novice.el (disabled-command-function)
14291 (enable-command, disable-command):
14292 * mouse.el (mouse-buffer-menu-alist):
14293 * mouse-copy.el (mouse-kill-preserving-secondary):
14294 * macros.el (kbd-macro-query):
14295 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
14296 * informat.el (batch-info-validate):
14297 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
14298 * hippie-exp.el (try-expand-dabbrev-visible):
14299 * help-mode.el (help-make-xrefs):
14300 * help-fns.el (describe-variable):
14301 * generic-x.el (bat-generic-mode-run-as-comint):
14302 * finder.el (finder-mouse-select):
14303 * find-dired.el (find-dired-sentinel):
14304 * filesets.el (filesets-file-close):
14305 * files.el (list-directory):
14306 * faces.el (list-faces-display, describe-face):
14307 * facemenu.el (list-colors-display):
14308 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
14309 * epg.el (epg--process-filter, epg-cancel):
14310 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
14311 (epa--read-signature-type):
14312 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
14313 (emerge-file-names):
14314 * ehelp.el (electric-helpify):
14315 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
14316 * ediff-vers.el (rcs-ediff-view-revision):
14317 * ediff-util.el (ediff-setup):
14318 * ediff-mult.el (ediff-append-custom-diff):
14319 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
14320 (ediff-wordify):
14321 * echistory.el (Electric-command-history-redo-expression):
14322 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14323 * disp-table.el (describe-display-table):
14324 * dired.el (dired-find-buffer-nocreate):
14325 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
14326 * dabbrev.el (dabbrev--same-major-mode-p):
14327 * chistory.el (list-command-history):
14328 * apropos.el (apropos-documentation):
14329 * allout.el (allout-obtain-passphrase):
14330 (allout-copy-exposed-to-buffer):
14331 (allout-verify-passphrase): Use with-current-buffer.
14332
14333 2009-11-13 Glenn Morris <rgm@gnu.org>
14334
14335 * Makefile.in (ELCFILES): Regenerate.
14336
14337 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
14338
14339 * net/dbus.el (dbus-registered-objects-table): Rename from
14340 `dbus-registered-functions-table', because it contains also properties.
14341 (dbus-unregister-object): Unregister also properties.
14342 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14343 Use a timeout of 500 msec, in order to not block.
14344 (dbus-register-property, dbus-property-handler): New defuns.
14345
14346 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14347
14348 * simple.el (minibuffer-default-add-completions): Drop deprecated
14349 4th arg.
14350
14351 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
14352
14353 * textmodes/artist.el (artist-mouse-choose-operation):
14354 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
14355 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14356 (artist-compute-up-event-key): New function.
14357 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
14358
14359 2009-11-13 Kenichi Handa <handa@m17n.org>
14360
14361 * language/japan-util.el: Make sure that the value of jisx0208
14362 property is jisx0208 character.
14363
14364 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
14365
14366 * international/mule.el (auto-coding-regexp-alist): Only purecopy
14367 car or each item, not the whole list.
14368
14369 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
14370
14371 * minibuffer.el (minibuffer-completion-help):
14372 Use minibuffer-hide-completions.
14373
14374 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
14375
14376 * dired.el (dired-save-positions, dired-restore-positions): New funs.
14377 (dired-revert): Use them (bug#4880).
14378
14379 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14380
14381 * tooltip.el (tooltip-frame-parameters): Undo previous change.
14382
14383 2009-11-12 Juri Linkov <juri@jurta.org>
14384
14385 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
14386 New functions.
14387 (find-file-literally-at-point): Alias of `ffap-literally'.
14388
14389 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14390
14391 * textmodes/ispell.el (ispell-skip-region-alist):
14392 * textmodes/css-mode.el (auto-mode-alist):
14393 * progmodes/compile.el (auto-mode-alist):
14394 * international/mule.el (ctext-non-standard-encodings-alist)
14395 (ctext-non-standard-encodings-regexp):
14396 * simple.el (shell-command-switch, text-read-only):
14397 * replace.el (occur-mode-map):
14398 * paths.el (rmail-file-name):
14399 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
14400 * find-file.el (ff-special-constructs):
14401 * files.el (file-name-handler-alist):
14402 * composite.el: Purecopy strings.
14403
14404 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
14405
14406 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14407
14408 * widget.el (define-widget): Purecopy the docstring.
14409 * international/mule-cmds.el (charset): Do not purecopy the
14410 docstring here, define-widget does it.
14411
14412 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
14413 * textmodes/bibtex-style.el (auto-mode-alist):
14414 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14415 * progmodes/compile.el (compile-command):
14416 * language/korea-util.el (default-korean-keyboard):
14417 * international/mule-conf.el (file-coding-system-alist):
14418 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
14419 * tooltip.el (tooltip-frame-parameters):
14420 * newcomment.el (comment-end, comment-padding):
14421 * dired.el (dired-trivial-filenames):
14422 * comint.el (comint-file-name-prefix): Purecopy initial values.
14423
14424 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
14425
14426 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
14427 (tramp-advice-minibuffer-electric-tilde): Unload advices via
14428 `tramp-unload'.
14429 (tramp-advice-make-auto-save-file-name)
14430 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
14431 after removing the advice.
14432
14433 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14434
14435 * progmodes/grep.el (grep-regexp-alist):
14436 * international/mule-cmds.el (iso-2022-control-alist):
14437 * emacs-lisp/timer.el (timer-duration-words):
14438 * subr.el (version-separator, version-regexp-alist):
14439 * minibuffer.el (completion-styles-alist):
14440 * faces.el (face-attribute-name-alist, list-faces-sample-text):
14441 Change defvars to defconsts.
14442
14443 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
14444 * loadup.el ("international/mule-conf"): Load the byte compiled version.
14445 * international/mule-conf.el: Allow to be byte compiled.
14446
14447 * international/mule.el (define-charset): Purecopy props.
14448 (load-with-code-conversion): Purecopy doc string and file name.
14449 (put-charset-property): Purecopy strings.
14450 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
14451
14452 * international/mule-cmds.el (register-input-method): Purecopy arguments.
14453 (define-char-code-property): Correctly purecopy the table.
14454
14455 * international/ccl.el (define-ccl-program): Purecopy the docstring.
14456
14457 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
14458
14459 * subr.el (add-hook): Purecopy strings.
14460 (eval-after-load): Purecopy load-history-regexp and the form.
14461
14462 * custom.el (custom-declare-group): Purecopy load-file-name.
14463
14464 * subr.el (menu-bar-separator): New defconst.
14465 * net/eudc.el (eudc-tools-menu):
14466 * international/mule-cmds.el (set-coding-system-map)
14467 (mule-menu-keymap):
14468 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14469 * vc-hooks.el (vc-menu-map):
14470 * replace.el (occur-mode-map):
14471 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
14472 (menu-bar-edit-menu, menu-bar-goto-menu)
14473 (menu-bar-custom-menu, menu-bar-showhide-menu)
14474 (menu-bar-options-menu, menu-bar-tools-menu)
14475 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
14476 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
14477 (menu-bar-help-menu):
14478 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
14479 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
14480
14481 * term/x-win.el (x-gtk-stock-map):
14482 * progmodes/vera-mode.el (auto-mode-alist):
14483 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
14484 (inferior-lisp-program, inferior-lisp-load-command):
14485 * progmodes/hideshow.el (hs-special-modes-alist):
14486 * progmodes/gud.el (same-window-regexps):
14487 * progmodes/grep.el (grep-program, find-program, xargs-program):
14488 * net/telnet.el (same-window-regexps):
14489 * net/rlogin.el (same-window-regexps):
14490 * language/ethiopic.el (font-ccl-encoder-alist):
14491 * vc-sccs.el (vc-sccs-master-templates):
14492 * vc-rcs.el (vc-rcs-master-templates):
14493 * subr.el (cl-assertion-failed):
14494 * simple.el (next-error-overlay-arrow-position):
14495 * lpr.el (lpr-command):
14496 * locate.el (locate-ls-subdir-switches):
14497 * info.el (same-window-regexps, info)
14498 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14499 * image-mode.el (image-mode, auto-mode-alist):
14500 * hippie-exp.el (hippie-expand-ignore-buffers):
14501 * format.el (format-alist):
14502 * find-dired.el (find-ls-subdir-switches, find-grep-options)
14503 (find-name-arg):
14504 * facemenu.el (facemenu-keybindings):
14505 * dired.el (dired-listing-switches, dired-chown-program):
14506 * diff.el (diff-switches, diff-command):
14507 * cus-edit.el (same-window-regexps):
14508 * bindings.el (mode-line-mule-info)
14509 (mode-line-buffer-identification): Purecopy strings.
14510
14511 2009-11-11 Juri Linkov <juri@jurta.org>
14512
14513 * simple.el (dired-get-filename) <declare-function>:
14514 Tell the byte-compiler about dired-get-filename.
14515 (shell-command): In Dired mode, get filename from the current line
14516 as the default value.
14517
14518 2009-11-10 Glenn Morris <rgm@gnu.org>
14519
14520 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
14521 * calendar/holidays.el, progmodes/cperl-mode.el:
14522 Update x-popup-menu declarations.
14523
14524 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
14525 (list-load-path-shadows): Use dolist.
14526 (list-load-path-shadows): Use with-current-buffer.
14527
14528 2009-11-10 Juri Linkov <juri@jurta.org>
14529
14530 * minibuffer.el (read-file-name): Support a list of default values
14531 in `default-filename'. Use the first file name where only one
14532 element is required. Doc fix.
14533
14534 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
14535
14536 * net/dbus.el (dbus-unregister-object): Release service, if no
14537 other method is registered for it.
14538
14539 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
14540
14541 * bookmark.el (bookmark-completing-read): Sort bookmark names if
14542 bookmark-sort-flag is non-nil (Bug#4653).
14543
14544 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
14545
14546 * emulation/cua-base.el: Add CUA property to some CC mode commands
14547 (Bug#4100).
14548
14549 2009-11-08 Kevin Ryde <user42@zip.com.au>
14550
14551 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
14552 at end of sentence (Bug#4818).
14553
14554 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
14555
14556 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14557 Handle "see declaration of" MSFT statements (Bug#4100).
14558
14559 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
14560
14561 * net/tramp.el (tramp-advice-make-auto-save-file-name)
14562 (tramp-advice-file-expand-wildcards): Unload via
14563 `ad-remove-advice'.
14564
14565 * net/trampver.el: Update release number.
14566
14567 2009-11-08 Kevin Ryde <user42@zip.com.au>
14568
14569 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
14570 `ad-do-it'.
14571
14572 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
14573
14574 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
14575 in order to keep context in SELinux.
14576
14577 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
14578
14579 * dired-aux.el (dired-query): Place cursor in echo area and allow
14580 C-g.
14581
14582 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
14583 menu item if not on a directory (Bug#4701).
14584
14585 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
14586
14587 Sync with Tramp 2.1.17.
14588
14589 * net/tramp.el (tramp-handle-copy-directory): Don't use
14590 `file-remote-p' (due to compatibility).
14591
14592 * net/tramp-compat.el (tramp-compat-copy-directory)
14593 (tramp-compat-delete-directory): New defuns.
14594
14595 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
14596 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
14597 Use `tramp-compat-delete-directory'.
14598
14599 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
14600 (tramp-smb-handle-delete-directory):
14601 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
14602
14603 * net/trampver.el: Update release number.
14604
14605 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
14606
14607 * tar-mode.el (tar-copy): Call write-region on the right buffer
14608 (Bug#4857).
14609
14610 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
14611 by hand, if necessary (Bug#4878).
14612
14613 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
14614
14615 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
14616 align size column (Bug#4839).
14617
14618 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
14619 statement.
14620
14621 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
14622
14623 * progmodes/ld-script.el (auto-mode-alist):
14624 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
14625
14626 * cus-face.el (custom-declare-face): Purecopy face spec.
14627
14628 2009-11-06 Kenichi Handa <handa@m17n.org>
14629
14630 * international/uni-bidi.el: Re-generated.
14631 * international/uni-category.el: Re-generated.
14632 * international/uni-combining.el: Re-generated.
14633 * international/uni-mirrored.el: Re-generated.
14634
14635 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
14636
14637 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
14638 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
14639 (tex-start-options, slitex-run-command, latex-run-command)
14640 (tex-run-command, tex-directory):
14641 * textmodes/ispell.el (ispell-html-skip-alists)
14642 (ispell-tex-skip-alists, ispell-tex-skip-alists):
14643 * textmodes/fill.el (adaptive-fill-first-line-regexp):
14644 (adaptive-fill-regexp):
14645 * textmodes/dns-mode.el (auto-mode-alist):
14646 * progmodes/python.el (interpreter-mode-alist):
14647 * progmodes/etags.el (tags-compression-info-list):
14648 * progmodes/etags.el (tags-file-name):
14649 * net/browse-url.el (browse-url-galeon-program)
14650 (browse-url-firefox-program):
14651 * mail/sendmail.el (mail-signature-file)
14652 (mail-citation-prefix-regexp):
14653 * international/mule-conf.el (eight-bit):
14654 * international/latexenc.el (latex-inputenc-coding-alist):
14655 * international/fontset.el (x-pixel-size-width-font-regexp):
14656 * emacs-lisp/warnings.el (warning-type-format):
14657 * emacs-lisp/trace.el (trace-buffer):
14658 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
14659 (emacs-lisp-mode-map):
14660 * calendar/holidays.el (holiday-solar-holidays)
14661 (holiday-bahai-holidays, holiday-islamic-holidays)
14662 (holiday-christian-holidays, holiday-hebrew-holidays)
14663 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
14664 (hebrew-holidays-1, holiday-oriental-holidays)
14665 (holiday-general-holidays):
14666 * x-dnd.el (x-dnd-known-types):
14667 * tool-bar.el (tool-bar):
14668 * startup.el (site-run-file):
14669 * shell.el (shell-dumb-shell-regexp):
14670 * rfn-eshadow.el (file-name-shadow-tty-properties)
14671 (file-name-shadow-properties):
14672 * paths.el (remote-shell-program, news-directory):
14673 * mouse.el ([C-down-mouse-3]):
14674 * menu-bar.el (menu-bar-tools-menu):
14675 * jka-cmpr-hook.el (jka-compr-load-suffixes)
14676 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
14677 (jka-compr-compression-info-list):
14678 * isearch.el (search-whitespace-regexp):
14679 * image-file.el (image-file-name-extensions):
14680 * find-dired.el (find-ls-option):
14681 * files.el (directory-listing-before-filename-regexp)
14682 (directory-free-space-args, insert-directory-program)
14683 (list-directory-brief-switches, magic-fallback-mode-alist)
14684 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
14685 (automount-dir-prefix):
14686 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
14687 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
14688 (face-font-registry-alternatives, face-font-registry-alternatives)
14689 (face-font-family-alternatives):
14690 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
14691 (facemenu-foreground-menu, facemenu-face-menu):
14692 * epa-hook.el (epa-file-name-regexp):
14693 * dnd.el (dnd-protocol-alist):
14694 * textmodes/rst.el (auto-mode-alist):
14695 * button.el (default-button): Purecopy strings.
14696
14697 2009-11-06 Glenn Morris <rgm@gnu.org>
14698
14699 * Makefile.in (ELCFILES): Update.
14700
14701 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
14702
14703 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
14704 * emacs-lisp/levents.el: Move to obsolete/levents.el.
14705
14706 * nxml/xsd-regexp.el (xsdre-gen-categories):
14707 * nxml/xmltok.el (xmltok-parse-entity):
14708 * nxml/rng-parse.el (rng-parse-validate-file):
14709 * nxml/rng-maint.el (rng-format-manual)
14710 (rng-manual-output-force-new-line):
14711 * nxml/rng-loc.el (rng-save-schema-location-1):
14712 * nxml/rng-cmpct.el (rng-c-parse-file):
14713 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
14714 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
14715
14716 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
14717
14718 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14719 Remove extra save-excursions and make-variable-buffer-local's.
14720 Suggested by Stefan Monnier.
14721
14722 (verilog-getopt-file, verilog-module-inside-filename-p)
14723 (verilog-set-define): Merge GNU 1.35 and repair changes from
14724 switching to using with-current-buffer.
14725
14726 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
14727 being treated as a number and confusing AUTORESET.
14728 Reported by Dan Dever.
14729
14730 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
14731 Add verilog-auto-ignore-concat to fix backward compatibility with
14732 older verilog-modes. Reported by Dan Katz.
14733
14734 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
14735 containing closing anchors "...$".
14736
14737 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
14738 Reported by Wade Smith.
14739
14740 (verilog-batch-execute-func): Comment on function usage.
14741
14742 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
14743
14744 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
14745 for labels.
14746
14747 (verilog-label-re, verilog-calc-1): Support proper indent of named
14748 asserts.
14749
14750 (verilog-backward-token, verilog-basic-complete-re)
14751 (verilog-beg-of-statement, verilog-indent-re): Support proper
14752 indent of the assert statement at the beginning of a block of text.
14753
14754 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
14755 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
14756 tokens as begins.
14757
14758 2009-11-05 Glenn Morris <rgm@gnu.org>
14759
14760 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
14761 Emacs 19. (Bug#1531)
14762 (byte-compile-fix-header): Update for the above change.
14763 Drop test for epoch::version.
14764
14765 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
14766 * cus-dep.el (custom-make-dependencies):
14767 * finder.el (finder-compile-keywords):
14768 Use autoload-rubric's feature argument.
14769
14770 * calendar/diary-lib.el (top-level): Make load behave more like require.
14771
14772 * vc-git.el (vc-git-stash-map): Move definition before use.
14773
14774 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
14775
14776 * custom.el (custom-declare-group): Purecopy standard-value.
14777 (custom-declare-group): Purecopy custom-prefix.
14778
14779 * international/mule.el (load-with-code-conversion):
14780 Call do-after-load-evaluation unconditionally.
14781
14782 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
14783
14784 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
14785
14786 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
14787
14788 2009-11-04 Glenn Morris <rgm@gnu.org>
14789
14790 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
14791 (byte-compile-compatibility): Remove option.
14792 (byte-compile-close-variables, byte-compile-fix-header)
14793 (byte-compile-insert-header, byte-compile-output-docform)
14794 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
14795 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
14796 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
14797 (byte-compile-insert, byte-compile-defun):
14798 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
14799 (byte-defop-compiler19): Remove.
14800 Without byte-compile-compatibility, the 'emacs19-opcode property is not
14801 used by anything. Replace all calls with byte-defop-compiler.
14802
14803 2009-11-04 Juri Linkov <juri@jurta.org>
14804
14805 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
14806 (menu-bar-options-menu): Don't quote the `prop' arg of
14807 `menu-bar-make-mm-toggle'.
14808
14809 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
14810
14811 * calendar/calendar.el (cal-loaddefs):
14812 * calendar/diary-lib.el (diary-loaddefs):
14813 * calendar/holidays.el (hol-loaddefs):
14814 * eshell/esh-module.el (esh-groups): Load rather than require.
14815
14816 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14817
14818 * calendar/todo-mode.el (todo-add-category): Don't hardcode
14819 point-min==1.
14820 (todo-top-priorities): Only display-buffer when called interactively.
14821 (todo-item-start): Don't save excursion point.
14822 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
14823 (todo-insert-item-here, todo-file-item, todo-remove-item):
14824 Adjust uses of todo-item-start and todo-item-end.
14825
14826 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
14827 (autoload-rubric): Don't use any more.
14828
14829 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
14830 and only put a prop if it is non-nil.
14831
14832 2009-11-03 Juri Linkov <juri@jurta.org>
14833
14834 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
14835 (menu-bar-options-menu): Fix list quoting (Bug#4429).
14836
14837 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
14838 and "Menu" to make top-level menu item visually one unit (like
14839 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
14840 multi-word menu items). Fix :help string for quit-window.
14841
14842 2009-11-03 Glenn Morris <rgm@gnu.org>
14843
14844 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
14845 (byte-compile-file-form-define-abbrev-table)
14846 (byte-compile-file-form-custom-declare-variable)
14847 (byte-compile-variable-ref, byte-compile-defvar):
14848 Whether or not a warning is enabled should only affect whether we issue
14849 the warning, not whether or not we collect the relevant data.
14850 Eg warnings can be turned on and off throughout the course of a file.
14851
14852 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
14853 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
14854
14855 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14856
14857 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
14858 * play/mpuz.el (mpuz-create-buffer):
14859 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
14860 (lm-print-y,s,noise, lm-print-w0, lm-init):
14861 * play/gomoku.el (gomoku-prompt-for-move):
14862 * play/fortune.el (fortune-in-buffer):
14863 * play/dissociate.el (dissociated-press):
14864 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
14865 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
14866 * mail/supercite.el (sc-eref-show):
14867 * mail/smtpmail.el (smtpmail-send-it):
14868 * mail/rmailsum.el (rmail-summary-next-labeled-message)
14869 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
14870 (rmail-summary-undelete-many, rmail-summary-rmail-update)
14871 (rmail-summary-goto-msg, rmail-summary-expunge)
14872 (rmail-summary-get-new-mail, rmail-summary-search-backward)
14873 (rmail-summary-add-label, rmail-summary-output-menu)
14874 (rmail-summary-output-body):
14875 * mail/rfc822.el (rfc822-addresses):
14876 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
14877 * mail/mailpost.el (post-mail-send-it):
14878 * mail/hashcash.el (hashcash-generate-payment):
14879 * mail/feedmail.el (feedmail-run-the-queue)
14880 (feedmail-queue-send-edit-prompt-help-first)
14881 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
14882 (feedmail-deduce-address-list):
14883 * eshell/esh-ext.el (eshell-remote-command):
14884 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
14885 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
14886 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
14887 (viper-save-string-in-file, viper-valid-marker):
14888 * emulation/viper-keym.el (viper-toggle-key):
14889 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
14890 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
14891 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
14892 * emulation/viper-cmd.el (viper-exec-form-in-vi)
14893 (viper-exec-form-in-emacs, viper-brac-function):
14894 * emulation/viper.el (viper-delocalize-var):
14895 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
14896 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
14897 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
14898 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
14899 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
14900 * emulation/edt.el (edt-electric-helpify):
14901 * emulation/cua-rect.el (cua--rectangle-aux-replace):
14902 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
14903 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
14904 (cua-indent-to-global-mark-column):
14905 * calendar/diary-lib.el (calendar-mark-1):
14906 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
14907 Use with-current-buffer.
14908 * emulation/viper.el (viper-delocalize-var): Use dolist.
14909
14910 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
14911
14912 * comint.el (comint-replace-by-expanded-history-before-point):
14913 Replace !! with the previous input string literally (Bug#1795).
14914
14915 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
14916
14917 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
14918 to be made up of whitespace.
14919
14920 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
14921
14922 * minibuffer.el (read-file-name): Don't use file dialogs for
14923 remote directories (Bug#99).
14924
14925 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
14926
14927 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
14928
14929 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
14930
14931 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
14932 instead of deleting the window or frame.
14933
14934 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
14935
14936 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
14937 Support face colors.
14938
14939 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
14940 New function. Support face colors (Bug#1168).
14941 (tex-common-initialization): Use it.
14942
14943 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
14944 mode allows it (Bug#1168).
14945
14946 2009-10-31 Juri Linkov <juri@jurta.org>
14947
14948 * facemenu.el (list-colors-display): Don't mark buffer as
14949 modified (Bug#3948).
14950
14951 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
14952
14953 * international/mule-diag.el (list-character-sets-1):
14954 Minor message fix (Bug#3526).
14955
14956 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
14957 Fix face property (Bug#4834).
14958 (etags-list-tags, etags-tags-apropos-additional)
14959 (etags-tags-apropos, tags-select-tags-table): Add follow-link
14960 property.
14961
14962 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
14963 items.
14964
14965 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14966
14967 * textmodes/two-column.el (2C-split):
14968 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
14969 * textmodes/tex-mode.el (tex-set-buffer-directory):
14970 * textmodes/spell.el (spell-region, spell-string):
14971 * textmodes/reftex.el (reftex-erase-buffer):
14972 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
14973 * textmodes/reftex-toc.el (reftex-toc-promote-action):
14974 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
14975 (reftex-select-item):
14976 * textmodes/reftex-ref.el (reftex-label-info-update)
14977 (reftex-offer-label-menu):
14978 * textmodes/reftex-index.el (reftex-index-change-entry)
14979 (reftex-index-phrases-info):
14980 * textmodes/reftex-global.el (reftex-create-tags-file)
14981 (reftex-save-all-document-buffers, reftex-ensure-write-access):
14982 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
14983 (reftex-view-crossref-from-bibtex):
14984 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
14985 (reftex-extract-bib-entries-from-thebibliography)
14986 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
14987 * textmodes/refbib.el (r2b-capitalize-title):
14988 (r2b-convert-buffer, r2b-help):
14989 * textmodes/page-ext.el (pages-directory)
14990 (pages-directory-goto-with-mouse):
14991 * textmodes/bibtex.el (bibtex-validate-globally):
14992 * textmodes/bib-mode.el (bib-capitalize-title):
14993 * textmodes/artist.el (artist-clear-buffer, artist-system):
14994 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
14995 (local-set-scheme-interaction-buffer, xscheme-process-filter)
14996 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
14997 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
14998 (xscheme-send-control-g-interrupt, xscheme-start-process)
14999 (xscheme-process-sentinel, xscheme-cd):
15000 * progmodes/verilog-mode.el (verilog-read-always-signals)
15001 (verilog-set-define, verilog-getopt-file)
15002 (verilog-module-inside-filename-p):
15003 * progmodes/sh-script.el:
15004 * progmodes/python.el (python-pdbtrack-get-source-buffer)
15005 (python-pdbtrack-grub-for-buffer, python-execute-file):
15006 * progmodes/octave-inf.el (inferior-octave):
15007 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
15008 (idlwave-shell-compile-helper-routines, idlwave-set-local)
15009 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
15010 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
15011 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
15012 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
15013 (idlwave-shell-filter, idlwave-shell-examine-highlight)
15014 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
15015 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
15016 (idlwave-shell-examine-display, idlwave-shell-run-region)
15017 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
15018 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
15019 * progmodes/idlw-help.el (idlwave-help-get-special-help)
15020 (idlwave-help-get-help-buffer):
15021 * progmodes/gud.el (gud-basic-call, gud-find-class)
15022 (gud-tooltip-activate-mouse-motions-if-enabled):
15023 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
15024 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
15025 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
15026 (ebrowse-tags-next-file):
15027 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
15028 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
15029 (ebnf-eps-finish-and-write):
15030 * progmodes/cpp.el (cpp-edit-save):
15031 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
15032 * progmodes/cc-defs.el (c-emacs-features):
15033 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
15034 (antlr-directory-dependencies):
15035 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
15036 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
15037 (ada-find-any-references, ada-make-filename-from-adaname)
15038 (ada-make-body-gnatstub):
15039 * obsolete/rnews.el (news-list-news-groups):
15040 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
15041 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
15042 * net/rcirc.el (rcirc-debug):
15043 * net/newst-treeview.el (newsticker--treeview-list-add-item)
15044 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
15045 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
15046 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
15047 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
15048 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
15049 (newsticker--treeview-list-clear-highlight)
15050 (newsticker--treeview-list-update-highlight)
15051 (newsticker--treeview-list-highlight-start)
15052 (newsticker--treeview-tree-update-highlight)
15053 (newsticker--treeview-get-selected-item)
15054 (newsticker-treeview-mark-list-items-old)
15055 (newsticker--treeview-set-current-node):
15056 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
15057 * net/newst-backend.el (newsticker--get-news-by-funcall)
15058 (newsticker--get-news-by-wget, newsticker--image-get)
15059 (newsticker--image-sentinel):
15060 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
15061 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
15062 (eudc-ph-close-session):
15063 * net/eudc.el (eudc-save-options):
15064 * language/thai-word.el (thai-update-word-table):
15065 * language/japan-util.el (japanese-string-conversion):
15066 * international/titdic-cnv.el (tsang-quick-converter)
15067 (ziranma-converter, ctlau-converter):
15068 * international/mule-cmds.el (describe-language-environment):
15069 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
15070 (skkdic-convert-postfix, skkdic-convert-prefix):
15071 (skkdic-convert-okuri-nasi, skkdic-convert):
15072 * emacs-lisp/re-builder.el (reb-update-overlays):
15073 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
15074 * emacs-lisp/gulp.el (gulp-send-requests):
15075 * emacs-lisp/find-gc.el (trace-call-tree):
15076 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
15077 (eieio-describe-generic):
15078 * emacs-lisp/eieio-base.el (eieio-persistent-read):
15079 * emacs-lisp/edebug.el (edebug-outside-excursion):
15080 * emacs-lisp/debug.el (debugger-make-xrefs):
15081 * emacs-lisp/cust-print.el (custom-prin1-to-string):
15082 * emacs-lisp/chart.el (chart-new-buffer):
15083 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
15084 Use with-current-buffer.
15085 * textmodes/artist.el (artist-system): Don't call
15086 copy-sequence on a fresh string.
15087 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
15088
15089 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
15090
15091 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
15092 is no item to edit. (Bug#4820)
15093 (todo-top-priorities): Restore point and restore narrowing in Todo
15094 buffer. (Bug#4820)
15095
15096 2009-10-31 Glenn Morris <rgm@gnu.org>
15097
15098 * net/ange-ftp.el (top-level): Don't require dired when compiling.
15099 (comint-last-output-start, comint-last-input-start)
15100 (comint-last-input-end): Don't defvar when compiling.
15101 (ange-ftp-process-file): Use bound-and-true-p.
15102
15103 * pcmpl-rpm.el (top-level): Move provide statement to end.
15104 (pcmpl-rpm): Remove unused custom group.
15105
15106 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
15107
15108 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
15109
15110 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15111 (byte-compile-warnings): Add `constants' as an option.
15112 (byte-compile-callargs-warn, byte-compile-arglist-warn)
15113 (display-call-tree): Update for byte-compile-fdefinition possibly
15114 returning `(macro lambda ...)'. (Bug#4778)
15115 (byte-compile-variable-ref, byte-compile-setq-default):
15116 Respect `constants' member of byte-compile-warnings.
15117
15118 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15119
15120 * vc-bzr.el (vc-bzr-revision-keywords): New var.
15121 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
15122 to "submit:".
15123
15124 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
15125
15126 * textmodes/ispell.el (ispell-skip-region-alist):
15127 * international/mule-conf.el (eight-bit):
15128 * international/fontset.el (font-encoding-alist):
15129 * startup.el (pure-space-overflow-message):
15130 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
15131 * paths.el (gnus-nntp-service, rmail-spool-directory)
15132 (term-file-prefix):
15133 * files.el (save-some-buffers-action-alist):
15134 * cmuscheme.el (same-window-buffer-names):
15135 * ielm.el (same-window-buffer-names):
15136 * shell.el (same-window-buffer-names):
15137 * mail/sendmail.el (same-window-buffer-names):
15138 * progmodes/inf-lisp.el (same-window-buffer-names):
15139 * bindings.el (mode-line-client)
15140 (mode-line-column-line-number-mode-map):
15141 * language/tibetan.el (tibetan-precomposition-rule-regexp)
15142 (tibetan-precomposed-regexp): Purecopy string arguments.
15143
15144 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15145
15146 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
15147 (calcDigit-nondigit):
15148 * calc/calc-yank.el (calc-copy-to-buffer):
15149 * calc/calc-units.el (calc-invalidate-units-table):
15150 * calc/calc-trail.el (calc-trail-yank):
15151 * calc/calc-store.el (calc-insert-variables):
15152 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
15153 * calc/calc-prog.el (calc-read-parse-table):
15154 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
15155 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
15156 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
15157 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
15158 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
15159 (calc-graph-name, calc-graph-find-command, calc-graph-view)
15160 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
15161 * calc/calc-ext.el (calc-realign):
15162 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
15163 (calc-embedded-finish-edit, calc-embedded-make-info)
15164 (calc-embedded-finish-command, calc-embedded-stack-change):
15165 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
15166
15167 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
15168 shell-dynamic-complete-filename in preference to
15169 comint-dynamic-complete-filename.
15170
15171 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15172 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15173 Don't consider whether the display supports colors.
15174 (bookmark-import-new-list): Use dolist.
15175 (bookmark-bmenu-mode-map): Move initialization into declaration.
15176 (bookmark-bmenu-list): Use dolist, simplify.
15177 (bookmark-show-all-annotations): Use save-selected-window and dolist.
15178 (menu-bar-final-items): Use push.
15179
15180 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
15181
15182 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
15183 it works on remote files.
15184 (vc-hg-diff): Don't pass any `--cwd' argument.
15185
15186 2009-10-27 Kevin Ryde <user42@zip.com.au>
15187
15188 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15189 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
15190 (Further to Bug#3921).
15191
15192 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
15193
15194 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
15195 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
15196 calling `tramp-imap-put-file'. Add file size to the call.
15197 (tramp-imap-get-file-entries): Compute also user name, file size,
15198 and date.
15199 (tramp-imap-handle-insert-directory): Insert uid and gid.
15200 (tramp-imap-handle-file-attributes): Transform uid and gid
15201 according to `id-format'.
15202 (tramp-imap-put-file): New optional parameter SIZE. Encode file
15203 size in header X-Size.
15204
15205 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
15206
15207 * simple.el (transpose-subr): Give clearer error when the mark
15208 is not set. (Bug#4807)
15209
15210 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
15211
15212 * net/tramp.el (tramp-perl-file-truename): New defconst.
15213 Perl code contributed by yary <not.com@gmail.com> (tiny change).
15214 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
15215 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
15216 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
15217
15218 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
15219 Ignore `dired-call-process'.
15220 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
15221
15222 2009-10-26 Julian Scheid <julians37@gmail.com>
15223
15224 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
15225 (tramp-get-remote-readlink): New defun.
15226 (tramp-handle-file-truename): Use it.
15227 (tramp-handle-file-exists-p): Check file-attributes cache, assume
15228 file exists if cache value present.
15229 (tramp-check-cached-permissions): New defun.
15230 (tramp-handle-file-readable-p): Use it.
15231 (tramp-handle-file-writable-p): Likewise.
15232 (tramp-handle-file-executable-p): Likewise.
15233 (tramp-handle-file-name-all-completions): Try using Perl to get
15234 partial completions. When perl not available, combine `cd' and
15235 `ls' into single remote operation and use shell expansion to get
15236 partial remote directory contents. Set `file-exists-p' cache for
15237 directory and any files returned by ls. Change cache handling to
15238 support partial directory contents. Use error message emitted by
15239 remote `cd' or Perl code for local tramp-error.
15240 (tramp-do-copy-or-rename-file-directly): Avoid separate
15241 tramp-send-command-and-check call.
15242 (tramp-handle-process-file): Merge three remote ops into one.
15243 Do not flush all caches when `process-file-side-effects' is set.
15244 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
15245 file-attributes shows uid/gid to be set already.
15246
15247 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15248
15249 * textmodes/tex-mode.el (tex-dvi-view-command)
15250 (tex-show-queue-command, tex-open-quote):
15251 * progmodes/ruby-mode.el (auto-mode-alist)
15252 (interpreter-mode-alist): Purecopy strings.
15253
15254 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
15255
15256 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
15257 string for the hook, keymap and abbrev table.
15258
15259 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
15260
15261 * x-dnd.el (x-dnd-xdnd-to-action):
15262 * startup.el (fancy-startup-text, fancy-about-text): Change to
15263 defconst from defvar.
15264
15265 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
15266
15267 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
15268 Purecopy initialization strings.
15269
15270 * mail/sendmail.el (mail-header-separator)
15271 (mail-personal-alias-file):
15272 * mail/rmail.el (rmail-default-dont-reply-to-names)
15273 (rmail-ignored-headers, rmail-retry-ignored-headers)
15274 (rmail-highlighted-headers, rmail-secondary-file-directory)
15275 (rmail-secondary-file-regexp):
15276 * files.el (null-device, file-name-invalid-regexp)
15277 (locate-dominating-stop-dir-regexp)
15278 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
15279 (interpreter-mode-alist): Use mapcar instead of mapc.
15280
15281 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
15282
15283 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
15284 (completion-ignored-extensions):
15285 (debug-ignored-errors): Purecopy strings.
15286
15287 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
15288
15289 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
15290 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
15291 (pcomplete--here): Use push.
15292
15293 * subr.el (all-completions): Declare the 4th arg obsolete.
15294
15295 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15296
15297 * pcomplete.el (pcomplete-unquote-argument-function): New var.
15298 (pcomplete-unquote-argument): New function.
15299 (pcomplete--common-suffix): Always pay attention to case.
15300 (pcomplete--table-subvert): Quote and unquote the text.
15301 (pcomplete--common-quoted-suffix): New function.
15302 (pcomplete-std-complete): Use it and pcomplete-begin.
15303
15304 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
15305 we're inside a dedicated or minibuffer window.
15306
15307 2009-10-24 Karl Fogel <kfogel@red-bean.com>
15308
15309 * bookmark.el: Update documentation, especially documentation
15310 of `bookmark-alist' and of the bookmark file format.
15311 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
15312
15313 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
15314
15315 * mail/emacsbug.el (report-emacs-bug): Clarify that the
15316 keybindings apply to the mail buffer (Bug#4003). Shrink help
15317 window to buffer.
15318
15319 * whitespace.el (whitespace-mode, whitespace-newline-mode)
15320 (global-whitespace-mode, global-whitespace-newline-mode)
15321 (whitespace-toggle-options, global-whitespace-toggle-options):
15322 Doc fix (Bug#3660).
15323
15324 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
15325 of xmltok-start before the end tag was inserted (Bug#2840).
15326
15327 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
15328 patterns that are preceded by an open-paren (Bug#1320).
15329
15330 2009-10-24 Sven Joachim <svenjoac@gmx.de>
15331
15332 * files.el (delete-directory): Delete symlinks to directories with
15333 delete-file (Bug#4739).
15334
15335 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
15336
15337 * vc.el (vc-backend-for-registration): Rename from
15338 vc-get-backend-for-registration. Update callers.
15339
15340 * international/mule-cmds.el (set-language-info-alist):
15341 Purecopy lang-env.
15342 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
15343 (charset): Purecopy the name.
15344 (define-char-code-property): Purecopy string arguments.
15345
15346 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15347 Purecopy string arguments.
15348
15349 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15350 * ediff-hook.el (menu-bar-ediff-menu):
15351 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
15352 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
15353
15354 2009-10-24 Glenn Morris <rgm@gnu.org>
15355
15356 * comint.el (comint-dynamic-list-completions):
15357 * term.el (term-dynamic-list-completions): Use choose-completion rather
15358 than obsolete alias mouse-choose-completion.
15359
15360 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
15361 file-cache-choose-completion.
15362 (file-cache-choose-completion): Handle an optional event argument.
15363 (file-cache-mouse-choose-completion): Make it an obsolete alias.
15364
15365 * progmodes/octave-mod.el (octave-complete-symbol):
15366 Use choose-completion if mouse-choose-completion is ever removed.
15367
15368 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
15369 use.
15370
15371 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
15372 compiler.
15373
15374 * vc-hooks.el (vc-responsible-backend): Fix declaration.
15375
15376 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15377
15378 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
15379 Ignore `pred' now that we receive one.
15380 Handle test-completion specially.
15381
15382 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15383
15384 * vc.el (vc-responsible-backend): Throw an error if not backend is
15385 found. Remove the REGISTER argument. Move the code dealing with
15386 REGISTER ...
15387 (vc-get-backend-for-registration): ... here. New function.
15388 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
15389 of vc-responsible-backend, pass the file name instead of the
15390 directory name.
15391
15392 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15393
15394 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
15395 New funs.
15396 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
15397 (pcomplete-comint-setup): Don't modify a global var via
15398 accidental side-effects.
15399 (pcomplete-shell-setup): Adjust call accordingly.
15400 (pcomplete-parse-comint-arguments): Use push.
15401
15402 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
15403
15404 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15405 Allow uncapitalized info node names (Bug#3921).
15406
15407 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
15408 to the DEBUG file (Bug#3781).
15409
15410 2009-10-23 Jari Aalto <jari.aalto@cante.net>
15411
15412 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
15413 dictionary entry (Bug#4579).
15414
15415 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
15416
15417 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
15418 from `rfn-eshadow-update-overlay-hook' when unloading.
15419 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
15420 "rsyncc". Adjust doc string.
15421 (tramp-temp-buffer-file-name): New buffer-local defvar.
15422 (tramp-handle-insert-file-contents, tramp-handle-write-region):
15423 Keep temporary file when indicated by method ("rsync" and
15424 "rsyncc").
15425 (tramp-handle-write-region): Handle APPEND.
15426 (tramp-delete-temp-file-function): New defun. Added to
15427 `kill-buffer-hook'.
15428
15429 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
15430
15431 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
15432
15433 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15434
15435 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
15436 (color-name-rgb-alist, tty-standard-colors)
15437 (tty-color-mode-alist): Change to defconst.
15438
15439 * simple.el (mark-inactive): Purecopy message.
15440
15441 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
15442 (global-map, yank-menu):
15443 * textmodes/ispell.el (ispell-menu-map):
15444 * net/eudc.el (eudc-tools-menu):
15445 * international/mule-cmds.el (describe-language-environment-map)
15446 (setup-language-environment-map, set-coding-system-map)
15447 (mule-menu-keymap):
15448 * vc-hooks.el (vc-menu-entry, vc-menu-map):
15449 * replace.el (occur-mode-map):
15450 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
15451
15452 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
15453
15454 * calc/calc.el (math-read-number, math-read-number-simple):
15455 Use `save-match-data'.
15456
15457 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15458
15459 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
15460 rather than fiddling with global-map bindings, since it should only
15461 affect per-terminal settings.
15462 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
15463
15464 * minibuffer.el (completion-table-with-terminator): Allow to specify
15465 the terminator-regexp.
15466
15467 * simple.el (switch-to-completions): Look for *Completions* in other
15468 frames as well.
15469
15470 * pcomplete.el: Allow the use of completion-tables.
15471 (pcomplete-std-complete): New command.
15472 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
15473 (pcomplete--here): Use a function for `form' rather than an expression,
15474 so it can be byte-compiled.
15475 (pcomplete-here, pcomplete-here*): Adjust accordingly.
15476 Add edebug declaration.
15477 (pcomplete-show-completions): Remove unused var `curbuf'.
15478 (pcomplete-do-complete, pcomplete-stub):
15479 Don't assume `completions' is a list of strings any more.
15480
15481 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
15482
15483 * find-dired.el (find-name-arg): Fix typo in docstring.
15484
15485 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15486
15487 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
15488 (pcmpl-linux-fs-types): Same, and update to new modules layout.
15489
15490 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
15491 pcomplete-entries.
15492
15493 * comint.el (comint-read-input-ring, comint-write-input-ring)
15494 (comint-substitute-in-file-name)
15495 (comint-dynamic-complete-as-filename)
15496 (comint-dynamic-simple-complete)
15497 (comint-dynamic-list-filename-completions)
15498 (comint-dynamic-list-completions)
15499 (comint-redirect-results-list-from-process): Minor simplifications.
15500
15501 2009-10-21 Kevin Ryde <user42@zip.com.au>
15502
15503 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
15504 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
15505 the first form. And insert a blank line after ";;; Code" since
15506 that's usual style. (Bug#4612)
15507
15508 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
15509
15510 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15511
15512 * minibuffer.el (completion-table-with-terminator): Properly implement
15513 boundaries, in case `terminator' appears in the suffix.
15514 (completion--embedded-envvar-table): Don't return boundaries if
15515 there's no valid completion. Simplify.
15516 (completion-file-name-table): New completion table extracted from
15517 completion--file-name-table.
15518 (completion--file-name-table): Use it.
15519 (read-file-name-predicate): Declare obsolete.
15520 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
15521 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
15522 completion-file-name-table, and use the `pred' argument.
15523 * files.el (locate-file-completion-table): Use the `pred' arg rather
15524 than read-file-name-predicate.
15525 (abbreviate-file-name): Use \` rather than ^ for BOS.
15526
15527 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15528
15529 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
15530 vc-responsible-backend to register, it causes problems.
15531
15532 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15533
15534 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
15535
15536 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
15537
15538 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
15539 (tramp-smb-handle-file-attributes): Use it.
15540 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
15541 (tramp-smb-handle-insert-directory): Use `mapc' rather than
15542 `mapcar'. Use `tramp-smb-get-stat-capability'.
15543 Add `dired-filename' text properties.
15544 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
15545 (tramp-smb-maybe-open-connection): Simplify check for smbclient
15546 version.
15547
15548 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15549
15550 * subr.el (read-key-delay): Reduce to 0.01.
15551 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
15552 (bug#4751).
15553
15554 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15555
15556 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
15557
15558 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
15559 (Info-menu): Remove unused vars `last' and `completions'.
15560 (Info-index-nodes): Remove unused var `node'.
15561
15562 * info.el (Info-complete-menu-item): Use complete-with-action.
15563
15564 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
15565
15566 Make vc-annotate work through copies and renames.
15567 * vc-annotate.el (vc-annotate-extract-revision-at-line):
15568 Return the file name too.
15569 (vc-annotate-revision-at-line)
15570 (vc-annotate-find-revision-at-line)
15571 (vc-annotate-revision-previous-to-line)
15572 (vc-annotate-show-log-revision-at-line): Update to get the file
15573 name from vc-annotate-extract-revision-at-line.
15574 (vc-annotate-show-diff-revision-at-line-internal): Change the
15575 argument to mean whether to show a file diff or not. Get the file
15576 name from vc-annotate-extract-revision-at-line.
15577 (vc-annotate-show-diff-revision-at-line):
15578 Update vc-annotate-show-diff-revision-at-line call.
15579 (vc-annotate-warp-revision): Add an optional file argument.
15580
15581 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
15582 (vc-git-annotate-extract-revision-at-line): Also return the file
15583 name if found.
15584
15585 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
15586 command. Remove unused code.
15587 (vc-hg-annotate-re): Update to match --follow output.
15588 (vc-hg-annotate-extract-revision-at-line): Also return the file
15589 name if found.
15590
15591 * vc.el: Update annotate-extract-revision-at-line documentation.
15592
15593 2009-10-18 Kevin Ryde <user42@zip.com.au>
15594
15595 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
15596 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
15597
15598 * net/browse-url.el (browse-url): Identify alist with "consp and
15599 not functionp" and let all other things go down the `apply' leg,
15600 as suggested by Stefan. (Further to bug#4531.)
15601
15602 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
15603
15604 * minibuffer.el (read-file-name): Check for repeat before putting
15605 a default argument in file-name-history (Bug#4657).
15606
15607 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
15608 read syntax (Bug#4737).
15609
15610 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
15611
15612 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15613
15614 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
15615 (html-tag-alist, html-tag-help): Add descriptions for undocumented
15616 entries and make note of obsolete tags.
15617
15618 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15619
15620 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
15621
15622 2009-10-18 Glenn Morris <rgm@gnu.org>
15623
15624 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
15625 grep, so that binary files (eg international/uni-bidi.el) can match.
15626 Remove test for "UnicodeData" files, since it is hopefully unnecessary
15627 now, and in any case the file header format has changed.
15628
15629 2009-10-17 Glenn Morris <rgm@gnu.org>
15630
15631 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
15632 (flyspell-get-word, flyspell-large-region)
15633 (flyspell-auto-correct-previous-word): Doc/error message fixes.
15634
15635 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
15636
15637 * Makefile.in (ELCFILES): Add ede/shell.
15638
15639 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
15640
15641 * term/common-win.el (x-colors): Purecopy it.
15642
15643 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15644
15645 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
15646 permissive for when the buffer is empty.
15647 (tar-header-block-tokenize): Decode the username and groupname.
15648 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
15649
15650 2009-10-17 Eric Ludlam <zappo@gnu.org>
15651
15652 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
15653 contains multibyte characters, choose first applicable coding
15654 system automatically.
15655
15656 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15657
15658 * international/mule-cmds.el (select-safe-coding-system): If the file
15659 has a coding cookie, use it regardless of any other setting (bug#4712).
15660
15661 2009-10-17 Glenn Morris <rgm@gnu.org>
15662
15663 * foldout.el (foldout-mouse-swallow-events):
15664 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
15665
15666 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
15667 (dired-keep-marker-copy, dired-keep-marker-hardlink)
15668 (dired-keep-marker-symlink, dired-dwim-target)
15669 (dired-copy-preserve-time): Do not autoload these defcustoms.
15670
15671 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
15672 messages from messing up the file coding. (Bug#4623)
15673
15674 2009-10-17 Jari Aalto <jari.aalto@cante.net>
15675
15676 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
15677 if no match is found for the current dictionary. (Bug#4578)
15678
15679 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
15680 optional, since that is how it is documented, and this is often called
15681 with a nil argument. (Bug#4577)
15682 (flyspell-external-point-words, flyspell-auto-correct-word)
15683 (flyspell-correct-word-before-point, flyspell-word-search-forward)
15684 (flyspell-word-search-backward): Remove nil argument in calls to
15685 flyspell-get-word, since it is not needed now.
15686
15687 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
15688
15689 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
15690
15691 2009-10-16 Glenn Morris <rgm@gnu.org>
15692
15693 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
15694
15695 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
15696
15697 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
15698 (ange-ftp-file-size): New function.
15699 (ange-ftp-file-attributes): Use it.
15700
15701 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
15702
15703 * net/tramp-smb.el (tramp-smb-version): New defvar.
15704 (tramp-smb-maybe-open-connection): Use it, in order to avoid
15705 repeated checks.
15706
15707 2009-10-16 Glenn Morris <rgm@gnu.org>
15708
15709 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
15710 Maybe copy some custom properties from old to new name. (Bug#4706)
15711
15712 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
15713
15714 * subr.el (error, sit-for, start-process-shell-command)
15715 (start-file-process-shell-command): Set the calling convention
15716 after the function definition.
15717
15718 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15719
15720 * subr.el (error, sit-for, start-process-shell-command)
15721 (start-file-process-shell-command): Use the new
15722 set-advertised-calling-convention feature.
15723
15724 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
15725
15726 * international/ucs-normalize.el (ucs-normalize-version):
15727 Change to 1.2.
15728 (check-range): Adjust for Unicode 5.2.
15729
15730 2009-10-15 Juri Linkov <juri@jurta.org>
15731
15732 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
15733 to the `menu-item' format.
15734
15735 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
15736
15737 * net/tramp.el (tramp-replace-environment-variables): Do not fail
15738 if the environment variable does not exist.
15739
15740 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15741 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
15742 parameter.
15743 (tramp-smb-handle-add-name-to-file)
15744 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15745 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15746 (tramp-smb-handle-file-attributes)
15747 (tramp-smb-do-file-attributes-with-stat)
15748 (tramp-smb-handle-file-local-copy)
15749 (tramp-smb-handle-insert-directory)
15750 (tramp-smb-handle-make-directory)
15751 (tramp-smb-handle-make-directory-internal)
15752 (tramp-smb-handle-make-symbolic-link)
15753 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
15754 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
15755 (tramp-smb-maybe-open-connection): Apply the changed parameters.
15756 (tramp-smb-read-file-entry): Read Disk names in compressed format.
15757 Handle long file names.
15758 (tramp-smb-get-cifs-capabilities): Check, whether the connection
15759 process is running.
15760 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
15761 Read share names with "-g" option.
15762
15763 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
15764
15765 * net/rcirc.el (rcirc-view-log-file): New command.
15766 (rcirc-track-minor-mode-map): Remove C-c ` binding.
15767 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
15768 specified.
15769
15770 2009-10-15 Glenn Morris <rgm@gnu.org>
15771
15772 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
15773 from the second command-line argument.
15774 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
15775 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
15776 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
15777 w32-batch-update-autoloads.
15778 * emacs-lisp/autoload.el (autoload-make-program): New variable.
15779 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
15780
15781 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
15782 the headers cannot be located. Simplify, subtracting superflous
15783 save-excursions.
15784
15785 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15786
15787 Replace completion-base-size by completion-base-position to fix bugs
15788 such as (bug#4699).
15789 * simple.el (completion-base-position): New var.
15790 (completion-base-size): Mark as obsolete.
15791 (choose-completion): Make it work for mouse events as well.
15792 Pass the new base-position to choose-completion-string.
15793 (choose-completion-guess-base-position): New function, extracted from
15794 choose-completion-delete-max-match.
15795 (choose-completion-delete-max-match): Use it. Make obsolete.
15796 (choose-completion-string): Use the new base-position info.
15797 (completion-root-regexp): Delete.
15798 (completion-setup-function): Preserve completion-base-position.
15799 Eliminate obsolete base-size manipulation.
15800 * minibuffer.el (display-completion-list): Don't mess with base-size.
15801 (minibuffer-completion-help): Set completion-base-position instead.
15802 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
15803 choose-completion.
15804 * textmodes/bibtex.el (bibtex-complete):
15805 * emacs-lisp/crm.el (crm--choose-completion-string):
15806 Adjust to new calling convention.
15807 * complete.el (partial-completion-mode): Use minibufferp to avoid
15808 bumping into incompatible change to choose-completion-string-functions.
15809 * ido.el (ido-choose-completion-string): Make its calling convention
15810 more permissive.
15811 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
15812 base-size manipulation.
15813 (comint-dynamic-list-input-ring): Use dotimes and push.
15814 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
15815 fundamental-mode. Use `or'.
15816
15817 2009-10-14 Juri Linkov <juri@jurta.org>
15818
15819 * misearch.el (multi-isearch-next-buffer-from-list)
15820 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
15821
15822 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15823
15824 * Makefile.in (compile-onefile): Load `bytecomp' rather than
15825 `bytecomp.el'.
15826
15827 * minibuffer.el (completion-pcm--merge-completions): Make sure the
15828 string we return is all made up of text from the completions rather
15829 than part from the completions and part from the input (bug#4219).
15830
15831 * ido.el (ido-everywhere): Use define-minor-mode.
15832
15833 * buff-menu.el (list-buffers, ctl-x-map):
15834 Mark the entry points with ;;;###autoload cookies.
15835
15836 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
15837
15838 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
15839 correctly in the detached head case.
15840 (vc-git-print-log): Remove unused binding.
15841
15842 * vc.el (vc-responsible-backend): When a directory is passed for
15843 for registration create a VC repository if no backend is
15844 responsible for the directory argument.
15845 (vc-deduce-fileset): Tell vc-responsible-backend to register.
15846
15847 * vc.el: Move comments about RCS and SCCS ...
15848 * vc-rcs.el:
15849 * vc-sccs.el: ... here, respectively.
15850
15851 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
15852
15853 * minibuffer.el (completion--file-name-table): Return nil if there's
15854 no file completion, even if substitute-in-file-name changed
15855 the string (bug#4708).
15856
15857 2009-10-13 Juri Linkov <juri@jurta.org>
15858
15859 * files-x.el (read-file-local-variable-value): Don't filter out
15860 minor modes from mode name completion (bug#4664).
15861
15862 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
15863
15864 * international/mule-cmds.el (ucs-names): Remove exclusion of
15865 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
15866
15867 2009-10-13 Kenichi Handa <handa@m17n.org>
15868
15869 * international/uni-name.el: Regenerated.
15870
15871 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
15872
15873 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
15874 should be automatically buffer-local, but isn't.)
15875
15876 2009-10-12 Sam Steingold <sds@gnu.org>
15877
15878 * progmodes/compile.el (compilation-next-error-function): Fix the
15879 timestamps if the buffer has been visited before.
15880 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
15881 non-anchored patterns, like the perl one (bug#3928).
15882
15883 2009-10-12 Glenn Morris <rgm@gnu.org>
15884
15885 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
15886 Let-bind `size'.
15887
15888 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
15889
15890 * proced.el (proced-unload-function): New function.
15891
15892 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
15893 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
15894 Doc fix.
15895
15896 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
15897
15898 2009-10-11 Juri Linkov <juri@jurta.org>
15899
15900 * files-x.el (read-file-local-variable-value):
15901 Provide default value only for bound variables (bug#4664).
15902
15903 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
15904
15905 * net/tramp.el (tramp-local-host-p): Function shall return nil for
15906 connection methods like smb.
15907
15908 * net/tramp-cache.el (tramp-flush-connection-property): The hash
15909 can be empty.
15910
15911 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15912 (tramp-smb-file-name-handler-alist): Add handlers for
15913 `add-name-to-file', `make-symbolic-link'.
15914 (tramp-smb-handle-add-name-to-file)
15915 (tramp-smb-do-file-attributes-with-stat)
15916 (tramp-smb-handle-make-symbolic-link)
15917 (tramp-smb-get-cifs-capabilities): New defuns.
15918 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15919 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15920 (tramp-smb-handle-file-local-copy)
15921 (tramp-smb-handle-make-directory-internal)
15922 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
15923 The file name syntax depends on cifs capabilities.
15924 (tramp-smb-handle-file-attributes):
15925 Call `tramp-smb-do-file-attributes-with-stat' if possible.
15926 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
15927 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
15928
15929 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
15930
15931 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
15932 (eieio-defclass): Apply deftype handler and setf-method properties
15933 directly.
15934 (eieio-add-new-slot): Avoid union function from cl library.
15935 (eieio--typep): New function.
15936 (eieio-perform-slot-validation): Use it.
15937
15938 2009-10-10 Karl Fogel <kfogel@red-bean.com>
15939
15940 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
15941 Update documentation to refer to the variables documented in r1.135.
15942 (Bug#4188)
15943
15944 2009-10-10 Karl Fogel <kfogel@red-bean.com>
15945
15946 * bookmark.el (Info-suffix-list): Remove this unused variable.
15947 (bookmark-current-point): Remove this obsolete variable.
15948 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
15949 Adjust for removal of bookmark-current-point.
15950
15951 (bookmarks-already-loaded, bookmark-current-buffer)
15952 (bookmark-yank-point): Document. (Bug#4188)
15953
15954 2009-10-10 Glenn Morris <rgm@gnu.org>
15955
15956 * frame.el (frame-height): Doc fix.
15957
15958 * calendar/calendar.el (calendar-split-width-threshold): New option.
15959 (calendar-basic-setup): Use calendar-split-width-threshold.
15960
15961 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
15962
15963 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
15964 Ideographic Supplement" range (U+1F200..U+1F2FF).
15965
15966 2009-10-09 Karl Fogel <kfogel@red-bean.com>
15967
15968 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
15969 since the list will have been rebuilt anyway. (Bug#4349)
15970
15971 2009-10-09 Karl Fogel <kfogel@red-bean.com>
15972
15973 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
15974 (bookmark-bmenu-execute-deletions): Don't save here, as
15975 bookmark-delete will now do so if necessary.
15976 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
15977 (Bug#4348)
15978
15979 2009-10-09 Glenn Morris <rgm@gnu.org>
15980
15981 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
15982
15983 2009-10-09 Karl Fogel <kfogel@red-bean.com>
15984
15985 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
15986 (bookmark-jump-other-window): Just invoke bookmark-jump with new
15987 argument now, so the two function's behaviors will match. (Bug#3645)
15988
15989 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
15990
15991 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
15992 (tramp-file-name-real-host, tramp-file-name-port):
15993 Apply `save-match-data'.
15994
15995 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
15996 case both directories are remote.
15997 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
15998 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
15999
16000 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
16001
16002 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
16003
16004 2009-10-07 Glenn Morris <rgm@gnu.org>
16005
16006 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
16007 of concat.
16008
16009 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
16010
16011 * files-x.el (read-file-local-variable): Include some
16012 non-user-variables in the completion table (bug#4664).
16013
16014 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
16015
16016 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
16017 message.
16018
16019 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
16020 (tramp-smb-file-name-handler-alist): Add handler for
16021 `copy-directory', `expand-file-name', `set-file-modes'.
16022 (tramp-smb-handle-copy-directory)
16023 (tramp-smb-handle-expand-file-name)
16024 (tramp-smb-handle-set-file-modes): New defuns.
16025 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
16026 (tramp-smb-handle-file-attributes): Simplify check for retrieving
16027 entry.
16028 (tramp-smb-handle-insert-directory): Don't flush the cache.
16029 (tramp-smb-maybe-open-connection): Check for samba client and
16030 server versions.
16031
16032 2009-10-07 Eli Zaretskii <eliz@gnu.org>
16033
16034 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
16035 to not error out of search for "^lisp=" fails.
16036
16037 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
16038
16039 * makefile.w32-in (WINS_UPDATES): New macro.
16040 (custom-deps, finder-data, autoloads): Use it.
16041
16042 2009-10-07 Glenn Morris <rgm@gnu.org>
16043
16044 * Makefile.in (autoloads): Revert previous change.
16045 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
16046 the list of preloaded files passed on the command-line, get
16047 it from src/Makefile.
16048
16049 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
16050 show the original buffer rather than a random one.
16051
16052 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
16053
16054 * help.el (describe-no-warranty): Place point in a slightly better
16055 position in the GPLv3 text.
16056
16057 2009-10-06 Sam Steingold <sds@gnu.org>
16058
16059 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
16060 the comm attribute is present before calling regexp-quote.
16061
16062 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
16063
16064 * play/animate.el (animate-string): For good effect, make sure
16065 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
16066
16067 * play/animate.el (animate-sequence, animate-birthday-present):
16068 * misc.el (butterfly): Don't set `indent-tabs-mode'.
16069
16070 2009-10-06 Glenn Morris <rgm@gnu.org>
16071
16072 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
16073
16074 * emacs-lisp/autoload.el (autoload-excludes): New variable.
16075 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
16076 (batch-update-autoloads): Process a string value of autoload-excludes,
16077 set during the build process.
16078 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
16079
16080 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
16081 inside with-parsed... macro so that `v' is defined.
16082
16083 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
16084 * progmodes/fortran.el (fortran-end-of-block)
16085 (fortran-beginning-of-block):
16086 Also push mark in the macro case.
16087
16088 * emerge.el (emerge-show-file-name):
16089 * calc/calc.el (calc-quit):
16090 * calc/calc-misc.el (calc-big-or-small):
16091 * calc/calc-graph.el (calc-graph-view):
16092 * calc/calc-ext.el (calc-reset):
16093 * calendar/calendar.el (calendar-basic-setup):
16094 Use window-full-height-p.
16095
16096 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
16097 header we don't understand, don't insert another. (Bug#4624)
16098 If changing mime charset, insert the new one in the right place.
16099
16100 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
16101
16102 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
16103 (cal-tex-cursor-month): Correctly increment the end date for diary and
16104 holiday listing. (Bug#4626)
16105
16106 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16107
16108 * help-fns.el (describe-function-1): Don't burp if the function is not
16109 a symbol.
16110
16111 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
16112
16113 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
16114 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
16115 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
16116 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
16117
16118 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
16119 (eieio-default-superclass): Reflow docstrings.
16120 (this, class-option-assoc, defclass, eieio-class-un-autoload)
16121 (eieio-unbind-method-implementations, defmethod)
16122 (eieio-validate-slot-value, eieio-validate-class-slot-value)
16123 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
16124 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
16125 (eieio-slot-originating-class-p, eieio-slot-name-index)
16126 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
16127 (constructor, initialize-instance, no-next-method, object-print)
16128 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
16129 Fix typos in docstrings.
16130 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
16131 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
16132 (next-method-p): Doc fixes.
16133 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
16134 Fix typos in error messages.
16135 (eieio-defmethod): Fix typo in description of generic method.
16136
16137 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
16138 (eieio-persistent-save-interactive, slot-missing):
16139 Fix typos in docstrings.
16140 (eieio-instance-inheritor-slot-boundp): Doc fix.
16141
16142 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
16143 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
16144
16145 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
16146 (eieio-custom-object-apply-reset):
16147 Fix typos in docstrings and error messages.
16148
16149 * emacs-lisp/eieio-datadebug.el (data-debug-show):
16150 Fix typo in docstring.
16151
16152 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
16153 (eieio-browse-tree): Doc fix.
16154 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
16155 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
16156 Fix typos in docstrings.
16157
16158 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
16159 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
16160 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
16161 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
16162 Reflow docstrings.
16163
16164 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
16165
16166 * vc-hg.el (log-view-vc-backend): Declare for compiler.
16167 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
16168 Set log-view-vc-backend so that diff can work.
16169
16170 * log-view.el (log-view-diff): Use vc-diff-internal instead of
16171 vc-version-diff.
16172 (vc-diff-internal): Autoload this instead of vc-version-diff.
16173
16174 2009-10-05 Eli Zaretskii <eliz@gnu.org>
16175
16176 * simple.el (eval-expression): Doc fix.
16177
16178 * progmodes/cwarn.el (cwarn-mode): Doc fix.
16179
16180 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
16181
16182 * files.el (directory-files-no-dot-files-regexp): New defconst.
16183 (delete-directory): Use it.
16184 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
16185
16186 * net/tramp.el (tramp-verbose): Fix docstring.
16187 (tramp-methods): Add recursive option to `tramp-copy-args'.
16188 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
16189 "scp1_old", "scp2_old", "rsync", "rsyncc".
16190 (tramp-default-method): Check also for `auth-source-user-or-password'.
16191 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16192 Add handler for `copy-directory'.
16193 (tramp-handle-copy-directory): New defun.
16194 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
16195 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
16196 Optimize sent command.
16197
16198 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16199
16200 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
16201 window if necessary.
16202
16203 * calendar/calendar.el (calendar-basic-setup): Don't call
16204 switch-to-buffer in a dedicated window.
16205
16206 2009-10-05 Karl Fogel <kfogel@red-bean.com>
16207
16208 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
16209 don't do anything related to relocating, just return nil.
16210 (bookmark-error-no-filename): New error.
16211 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
16212 bookmark has no file. Don't even attempt to handle things that
16213 are not files; the whole point of custom handlers is to keep that
16214 knowledge elsewhere anyway. Tighten some comments.
16215 (bookmark-file-or-variation-thereof): Remove now-unused function.
16216 (bookmark-location): Doc string fix.
16217 (Bug#4250)
16218
16219 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16220
16221 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
16222 don't use a file dialog, because they usually don't know how to read
16223 a directory target from the user. (Bug#4230)
16224 Also, make sure the prompt can display directories as well as files.
16225
16226 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16227
16228 * bookmark.el (bookmark-set, bookmark-buffer-name):
16229 Improve doc strings. (Bug#1193)
16230
16231 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16232
16233 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
16234 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
16235 (bookmark-get-annotation, bookmark-set-annotation)
16236 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16237 (bookmark-set-position, bookmark-get-front-context-string)
16238 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16239 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
16240 (bookmark-jump-other-window, bookmark-handle-bookmark)
16241 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
16242 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
16243 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
16244 Improve doc strings to say whether bookmark can be a string or
16245 a record or both, and make other consistency and clarity fixes.
16246 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
16247 (bookmark-default-annotation-text, bookmark-yank-word)
16248 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
16249 (bookmark-import-new-list, bookmark-maybe-rename)
16250 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
16251 (bookmark-bmenu-bookmark): Give these doc strings.
16252 (bookmark-bmenu-check-position): Give this a doc string, but also
16253 add a FIXME comment about how the function may be pointless.
16254 (bookmark-default-handler): Rework doc string and change a
16255 parameter name, to clarify that this takes a bookmark record
16256 not a bookmark name.
16257 (bookmark-set): Change a parameter name to indicate its meaning,
16258 and improve the doc string a bit.
16259 (Bug#4188)
16260
16261 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16262
16263 * bookmark.el (bookmark-alist): Document the new `handler' element
16264 in the param alist.
16265 (bookmark-make-record-function): Adjust documentation for above.
16266 (Bug#4193)
16267
16268 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16269
16270 * info.el (Info-bookmark-make-record): Document this function.
16271 (Info-bookmark-jump): Document with a doc string, not just a comment.
16272 (Bug#4203)
16273
16274 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
16275
16276 * files.el (copy-directory): New defun.
16277
16278 * dired-aux.el (dired-copy-file-recursive): Use it.
16279
16280 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
16281
16282 * files-x.el (modify-dir-local-variable)
16283 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
16284 docstrings.
16285
16286 * recentf.el (recentf-unload-function): New function.
16287
16288 2009-10-04 Glenn Morris <rgm@gnu.org>
16289
16290 * window.el (window-full-height-p): Add doc string.
16291
16292 2009-10-04 Martin Rudalics <rudalics@gmx.at>
16293
16294 * window.el (window-full-height-p): New function. (Bug#4543)
16295
16296 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
16297
16298 * vc.el: Remove commented out code.
16299 (vc-derived-from-dir-mode): Remove, unused.
16300 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
16301
16302 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
16303
16304 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
16305 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
16306 there could be recursive loading when `default-directory' is a
16307 remote file name. (Bug#4614)
16308
16309 2009-10-03 Glenn Morris <rgm@gnu.org>
16310
16311 * calendar/calendar.el (calendar-basic-setup): Handle the case where
16312 the frame is wide.
16313 (calendar-generate-window): Test for shrinkability rather than width.
16314
16315 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
16316 reusing existing buffers, in case we happen to visit two files with the
16317 same basename. (Bug#4593)
16318
16319 2009-10-02 Eli Zaretskii <eliz@gnu.org>
16320
16321 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
16322 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
16323 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
16324 subdirs of cedet as well.
16325 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
16326
16327 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16328
16329 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
16330 Obey advertised-signature-table.
16331
16332 * help-fns.el (help-function-arglist): Don't check
16333 advertised-signature-table.
16334 (describe-function-1): Do it here instead so it also applies to subrs.
16335
16336 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
16337
16338 * simple.el (start-file-process): Say in the doc-string, that file
16339 handlers might not support pty association, if PROGRAM is nil.
16340
16341 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
16342 HOST and USER are strings. They are nil, when there are
16343 incomplete entries in ~/.netrc, for example.
16344 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
16345 root directory ("device busy" error otherwise).
16346
16347 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
16348 Flush file properties of created directory.
16349
16350 2009-10-02 Eli Zaretskii <eliz@gnu.org>
16351
16352 * makefile.w32-in (WINS_BASIC): Remove cedet.
16353 (WINS_CEDET): Add cedet.
16354 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
16355
16356 2009-10-02 Kevin Ryde <user42@zip.com.au>
16357
16358 * net/browse-url.el (browse-url): Pass any symbol in
16359 browse-url-browser-function to `apply', since if you've mistakenly put
16360 an unbound symbol then the error is clearer. (Bug#4531)
16361
16362 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
16363
16364 * allout.el (allout-init, allout-back-to-current-heading)
16365 (allout-beginning-of-current-entry, allout-ascend-to-depth)
16366 (allout-ascend, allout-up-current-level, allout-end-of-level)
16367 (allout-previous-visible-heading, allout-forward-current-level)
16368 (allout-backward-current-level, allout-show-children):
16369 * apropos.el (apropos-describe-plist):
16370 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
16371 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
16372 * completion.el (add-completion, add-permanent-completion):
16373 * descr-text.el (describe-text-category, describe-char):
16374 * desktop.el (desktop-lazy-abort):
16375 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
16376 * dired.el (dired-build-subdir-alist):
16377 * ediff.el (ediff-version):
16378 * elide-head.el (elide-head, elide-head-show):
16379 * emerge.el (emerge-version):
16380 * env.el (getenv):
16381 * face-remap.el (variable-pitch-mode):
16382 * faces.el (describe-face):
16383 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
16384 (dired-at-point):
16385 * files.el (find-file-existing, auto-save-mode):
16386 * font-lock.el (font-lock-fontify-buffer):
16387 * help-fns.el (describe-function, describe-variable)
16388 (describe-syntax, describe-categories):
16389 * help.el (view-lossage, describe-bindings, describe-key)
16390 (describe-mode):
16391 * hexl.el (hexl-current-address):
16392 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
16393 * info.el (Info-goto-emacs-key-command-node):
16394 * log-edit.el (log-edit-insert-cvs-template)
16395 (log-edit-insert-cvs-rcstemplate):
16396 * menu-bar.el (menu-bar-mode):
16397 * mouse.el (mouse-appearance-menu):
16398 * newcomment.el (comment-indent-new-line):
16399 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
16400 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
16401 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
16402 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
16403 * recentf.el (recentf-mode):
16404 * savehist.el (savehist-mode, savehist-save):
16405 * shadowfile.el (shadow-copy-files):
16406 * simple.el (kill-ring-save, next-line, previous-line)
16407 (normal-erase-is-backspace-mode):
16408 * strokes.el (strokes-update-window-configuration)
16409 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
16410 (strokes-xpm-for-stroke):
16411 * time.el (emacs-uptime, emacs-init-time):
16412 * tutorial.el (tutorial--describe-nonstandard-key)
16413 (tutorial--detailed-help):
16414 * type-break.el (type-break-mode)
16415 (type-break-mode-line-message-mode, type-break-query-mode)
16416 (type-break-guesstimate-keystroke-threshold):
16417 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
16418 * version.el (emacs-version):
16419 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
16420 * winner.el (winner-mode):
16421 * calendar/timeclock.el (timeclock-in, timeclock-out)
16422 (timeclock-status-string, timeclock-change)
16423 (timeclock-workday-remaining-string)
16424 (timeclock-workday-elapsed-string)
16425 (timeclock-when-to-leave-string):
16426 * calendar/todo-mode.el (todo-add-category):
16427 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
16428 * emacs-lisp/autoload.el (update-file-autoloads):
16429 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
16430 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
16431 (checkdoc-message-text, checkdoc-defun):
16432 * emacs-lisp/debug.el (debugger-list-functions):
16433 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16434 * emacs-lisp/eieio-opt.el (eieio-describe-class)
16435 (eieio-describe-generic):
16436 * emacs-lisp/lisp-mnt.el (lm-synopsis):
16437 * emacs-lisp/shadow.el (list-load-path-shadows):
16438 * emulation/cua-base.el (cua-mode):
16439 * emulation/edt.el (edt-set-scroll-margins):
16440 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
16441 (tpu-toggle-regexp, tpu-toggle-search-direction)
16442 (tpu-toggle-rectangle, tpu-toggle-control-keys):
16443 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16444 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
16445 (viper-set-parsing-style-toggling-macro)
16446 (viper-set-emacs-state-searchstyle-macros):
16447 * emulation/viper.el (viper-set-hooks):
16448 * eshell/esh-mode.el (eshell-truncate-buffer):
16449 * international/mule-cmds.el (prefer-coding-system)
16450 (describe-input-method, describe-language-environment):
16451 * international/mule-diag.el (list-character-sets)
16452 (describe-character-set, describe-coding-system)
16453 (describe-fontset, list-fontsets, list-input-methods):
16454 * mail/sendmail.el (mail-signature):
16455 * net/ange-ftp.el (ange-ftp-copy-file):
16456 * net/browse-url.el (browse-url):
16457 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
16458 * net/quickurl.el (quickurl-add-url):
16459 * net/rcirc.el (names, topic):
16460 * net/xesam.el (xesam-mode):
16461 * play/5x5.el (5x5-new-game):
16462 * play/yow.el (apropos-zippy):
16463 * progmodes/ada-mode.el (ada-mode-version):
16464 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
16465 (f90-end-of-block)
16466 (f90-beginning-of-block):
16467 * progmodes/fortran.el (fortran-end-of-block)
16468 (fortran-beginning-of-block):
16469 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
16470 * progmodes/python.el (python-describe-symbol, python-shell):
16471 * term/ns-win.el (ns-print-buffer):
16472 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
16473 * textmodes/flyspell.el (flyspell-mode-on):
16474 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
16475 (pages-directory-for-addresses):
16476 * textmodes/table.el (table-recognize-cell)
16477 (table-query-dimension, table-generate-source)
16478 (table-insert-sequence, table--warn-incompatibility):
16479 * textmodes/tex-mode.el (tex-validate-buffer):
16480 * textmodes/texinfmt.el (texinfmt-version)
16481 (texinfo-format-buffer):
16482 Use `called-interactively-p' instead of `interactive-p'.
16483
16484 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
16485
16486 * image-mode.el (image-toggle-display):
16487 * emacs-lisp/elp.el (elp-instrument-function):
16488 * emacs-lisp/advice.el (ad-make-advised-definition):
16489 * emacs-lisp/easy-mmode.el (define-minor-mode):
16490 * net/browse-url.el (browse-url-maybe-new-window):
16491 * progmodes/sh-script.el (sh-learn-buffer-indent):
16492 Pass new argument 'any to `called-interactively-p'.
16493
16494 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
16495
16496 * international/uni-bidi.el:
16497 * international/uni-category.el:
16498 * international/uni-combining.el:
16499 * international/uni-comment.el:
16500 * international/uni-decimal.el:
16501 * international/uni-decomposition.el:
16502 * international/uni-digit.el:
16503 * international/uni-lowercase.el:
16504 * international/uni-mirrored.el:
16505 * international/uni-name.el:
16506 * international/uni-numeric.el:
16507 * international/uni-old-name.el:
16508 * international/uni-titlecase.el:
16509 * international/uni-uppercase.el:
16510 Regenerate from Unicode 5.2.0 data.
16511
16512 2009-10-01 Glenn Morris <rgm@gnu.org>
16513
16514 * Makefile.in (ELCFILES): Regenerate.
16515
16516 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
16517
16518 * subr.el (interactive-p): Mark obsolete.
16519 (called-interactively-p): Make the optional-ness of `kind' obsolete.
16520 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
16521 advertised-signature-table for subroutines as well.
16522
16523 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
16524 (set-advertised-calling-convention): New function.
16525 (make-obsolete, define-obsolete-function-alias)
16526 (make-obsolete-variable, define-obsolete-variable-alias):
16527 Make the optional-ness of `when' obsolete.
16528 (define-obsolete-face-alias): Make `when' non-optional.
16529 * help-fns.el (help-function-arglist):
16530 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
16531 Use advertised-signature-table.
16532
16533 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
16534
16535 * files.el (delete-directory): New defun. The original function
16536 in fileio.c has been renamed to `delete-directory-internal'.
16537
16538 * dired.el (dired-delete-file): Call `delete-directory' with
16539 RECURSIVE parameter.
16540
16541 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
16542 parameter RECURSIVE. Implementation is missing.
16543
16544 * net/tramp.el (tramp-handle-make-directory): Flush upper
16545 directory's file properties.
16546 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
16547 (tramp-handle-dired-recursive-delete-directory): Flush directory
16548 properties after the remove command only.
16549
16550 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16551 Handle optional parameter RECURSIVE.
16552
16553 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16554 Handle optional parameter RECURSIVE.
16555
16556 * net/tramp-smb.el (tramp-smb-errors): Add error message for
16557 connection timeout.
16558 (tramp-smb-handle-delete-directory): Handle optional parameter
16559 RECURSIVE.
16560
16561 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
16562
16563 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
16564 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
16565 (byte-compile-defmacro): Use backquotes.
16566
16567 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
16568
16569 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
16570 has no associated file.
16571 (vc-resynch-buffer): Use vc-dir-buffers.
16572
16573 2009-10-01 Glenn Morris <rgm@gnu.org>
16574
16575 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
16576 (chart-file-count):
16577 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
16578 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
16579 * emacs-lisp/eieio-opt.el (eieio-describe-class):
16580 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
16581 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
16582 (eieio-copy-parents-into-subclass, make-instance, class-children)
16583 (eieio-generic-form):
16584
16585 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
16586 match-data. (Bug#4555).
16587
16588 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
16589 rather than parsing it as a regexp. This relaxes the layout
16590 requirements and makes errors easier to detect.
16591 (check-declare-verify): Check file is regular.
16592 (check-declare-directory): Doc fix.
16593 * subr.el (declare-function): Doc fix.
16594
16595 * ibuffer.el (ibuffer-format-qualifier):
16596 * isearch.el (hi-lock-regexp-okay):
16597 * calc/calc.el (math-zerop):
16598 * mail/uce.el (rmail-msgbeg, rmail-msgend):
16599 * term/w32-win.el (setup-default-fontset, set-fontset-font):
16600 Remove unused declarations.
16601
16602 2009-09-30 Eric Ludlam <zappo@gnu.org>
16603
16604 * emacs-lisp/eieio.el (boolean-p): Delete.
16605
16606 2009-09-30 Glenn Morris <rgm@gnu.org>
16607
16608 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
16609
16610 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
16611 filename is not a string.
16612
16613 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
16614
16615 * files.el (safe-local-eval-forms): Fix typo.
16616
16617 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
16618
16619 * vc-hooks.el (vc-dir-buffers): New var.
16620 (vc-state-refresh): New function.
16621 (vc-state): Use it.
16622 (vc-after-save): Always ask the backend to recompute the new state.
16623 Always call vc-dir if necessary, using vc-dir-buffers.
16624 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
16625 Use vc-dir-buffers.
16626 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
16627 (vc-dir-prepare-status-buffer, vc-dir-update)
16628 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
16629 Don't call expand-file-name on default-directory.
16630
16631 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
16632
16633 * speedbar.el (speedbar-item-delete):
16634 * calc/calc-prog.el (calc-kbd-if):
16635 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
16636
16637 * epa.el (epa-key-list-mode-map):
16638 * hi-lock.el (hi-lock-menu): Fix typos in menus.
16639
16640 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
16641 (hs-show-hook): Fix typo in docstring.
16642
16643 2009-09-29 Glenn Morris <rgm@gnu.org>
16644
16645 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
16646 file-name-nondirectory call preventing location of cedet files.
16647 (check-declare-verify): Use literal search rather than re-search.
16648 Add basic defmethod and defclass, and define-overloadable-function.
16649
16650 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16651 Use tramp-compat-file-attributes rather than nonexistent
16652 tramp-compat-handle-file-attributes.
16653
16654 * Makefile.in (lisptagsfiles4): New.
16655 (AUTOGENEL): Add cedet loaddefs files.
16656 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
16657 (update-elclist, compile-always, backup-compiled-files)
16658 (bootstrap-clean): Add yet another directory level.
16659 (update-elclist): Use LC_COLLATE rather than COLLATE.
16660 (ELCFILES): Update, via `make update-elclist'.
16661
16662 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
16663
16664 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
16665 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
16666 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
16667
16668 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
16669
16670 * Makefile.in (lisptagsfiles3): Define.
16671 (TAGS, TAGS-LISP): Use it.
16672 (update-elclist): Add third directory level to look for elc files.
16673 (compile-always): Likewise.
16674 (backup-compiled-files): Likewise.
16675 (bootstrap-clean): Likewise.
16676 (ELCFILES): Update.
16677
16678 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
16679
16680 * Makefile.in (ELCFILES): Add CEDET files.
16681
16682 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
16683
16684 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
16685
16686 * net/tramp.el (top): Require tramp-imap.
16687
16688 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16689 Use `tramp-compat-handle-file-attributes'.
16690
16691 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16692
16693 * net/tramp-imap.el: New package.
16694
16695 2009-09-28 Eric Ludlam <zappo@gnu.org>
16696
16697 * emacs-lisp/chart.el:
16698 * emacs-lisp/eieio-base.el:
16699 * emacs-lisp/eieio-comp.el:
16700 * emacs-lisp/eieio-custom.el:
16701 * emacs-lisp/eieio-datadebug.el:
16702 * emacs-lisp/eieio-opt.el:
16703 * emacs-lisp/eieio-speedbar.el:
16704 * emacs-lisp/eieio.el: New files.
16705
16706 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16707
16708 * whitespace.el (whitespace-trailing-regexp)
16709 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
16710 Fix doc string.
16711
16712 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
16713
16714 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
16715 menu.
16716
16717 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
16718 menu-bar-ediff-menu.
16719
16720 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
16721 define-overloadable-function.
16722
16723 * progmodes/autoconf.el: Provide autoconf as well, so that this
16724 file can be `require'd.
16725
16726 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
16727
16728 * emacs-lisp/autoload.el (generated-autoload-feature)
16729 (generated-autoload-load-name): New vars.
16730 (autoload-rubric, autoload-generate-file-autoloads): Use them.
16731 (make-autoload): Recognize define-overloadable-function and
16732 defclass forms (for EIEIO).
16733
16734 * Makefile.in (update-subdirs): Exclude cedet directory.
16735
16736 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
16737
16738 * term/ns-win.el: Don't set the region face background. (Bug#4381)
16739
16740 * faces.el: Default light-background background for region face to
16741 ns_selection_color under NS.
16742
16743 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
16744
16745 * net/imap-hash.el: New library, see NEWS.
16746
16747 * Makefile.in (ELCFILES): Add imap-hash.el.
16748
16749 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
16750
16751 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
16752 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
16753 * help-macro.el (make-help-screen): Avoid using an ambiguous function
16754 definition where the docstring could be taken for the return value.
16755
16756 2009-09-26 Glenn Morris <rgm@gnu.org>
16757
16758 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
16759 Add option to only show images below a certain size.
16760 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
16761 save-excursion calls.
16762
16763 2009-09-26 Eli Zaretskii <eliz@gnu.org>
16764
16765 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
16766 subdirectories) and eieio.
16767
16768 2009-09-26 Alan Mackenzie <acm@muc.de>
16769
16770 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16771 Correct buggy bracketing. (Bug#4289)
16772
16773 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
16774 character constants (as case labels). (Bug#4289)
16775
16776 2009-09-25 Juri Linkov <juri@jurta.org>
16777
16778 * files.el (safe-local-eval-forms): Allow time-stamp in
16779 before-save-hook (Bug#4554).
16780
16781 2009-09-25 Drew Adams <drew.adams@oracle.com>
16782
16783 * menu-bar.el (list-buffers-directory): Doc fix.
16784
16785 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
16786
16787 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
16788 Try and avoid copying twice the same paragraph.
16789 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
16790 Remove save-excursion.
16791 (log-edit-changelog-entry): Do it here instead.
16792
16793 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
16794
16795 * bs.el (bs--get-file-name): Use `list-buffers-directory'
16796 when available, instead of hardcoding mode names. Doc fix.
16797
16798 * menu-bar.el (list-buffers-directory): Add docstring.
16799 Make automatically buffer-local.
16800
16801 * dired.el (dired-mode):
16802 * files.el (cd-absolute):
16803 * pcvs.el (cvs-temp-buffer):
16804 * pcvs-util.el (cvs-get-buffer-create):
16805 * shell.el (shell-mode):
16806 * vc-dir.el (vc-dir-mode):
16807 Don't make `list-buffers-directory' buffer local.
16808
16809 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
16810
16811 * comint.el (comint-exec, comint-run, make-comint):
16812 Doc fixes (Bug#4542).
16813
16814 2009-09-25 Glenn Morris <rgm@gnu.org>
16815
16816 * mail/rmailmm.el (rmail-mime): New custom group.
16817 Move all defcustoms in this file into this group.
16818 (rmail-mime-media-type-handlers-alist): Revert previous change.
16819 (rmail-mime-show-images): New option.
16820 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
16821 references to it, since it wasn't actually used for anything.
16822 (rmail-mime-insert-image): New function.
16823 (rmail-mime-image): Use rmail-mime-insert-image.
16824 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
16825 obey the value of `rmail-mime-show-images' option. Print the size of
16826 attachments.
16827
16828 2009-09-25 David Engster <deng@randomsample.de>
16829
16830 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
16831
16832 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16833
16834 * whitespace.el: Does not highlight trailing spaces While point is
16835 at end of line. Does not highligt spaces at beginning of buffer
16836 while point is at beginning of buffer. Does not highlight spaces
16837 at end of buffer while point is at end of buffer. (Bug#4177)
16838 New version 12.0.
16839 (whitespace-display-mappings): Adjust initialization.
16840 (whitespace-point, whitespace-font-lock-refontify): New vars.
16841 (whitespace-color-on, whitespace-color-off): Adjust code.
16842 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
16843 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
16844 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
16845
16846 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
16847
16848 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
16849
16850 * textmodes/sgml-mode.el: Remove xml-mode alias.
16851
16852 * files.el (auto-mode-alist, conf-mode-maybe)
16853 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
16854
16855 2009-09-24 Alan Mackenzie <acm@muc.de>
16856
16857 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
16858 c-forward-conditionals, but it doesn't move point and doesn't set
16859 the mark.
16860 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
16861 (c-down-conditional-with-else, c-backward-conditional)
16862 (c-forward-conditional): Refactor to use c-scan-conditionals.
16863
16864 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
16865
16866 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
16867 (help-default-arg-highlight): Remove.
16868 (help-highlight-arg): New function.
16869 (help-do-arg-highlight): Use it.
16870 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
16871
16872 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16873
16874 * term.el (term-set-scroll-region, term-handle-ansi-escape):
16875 Undo last change, which didn't fix the problem and introduced others.
16876
16877 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
16878
16879 * progmodes/gdb-mi.el: Don't require speedbar.
16880 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
16881
16882 2009-09-24 Glenn Morris <rgm@gnu.org>
16883
16884 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
16885
16886 * term/ns-win.el (ns-reg-to-script): Define for compiler.
16887
16888 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
16889 there is no newline after the final mime boundary. (Bug#4539)
16890 Move markers on insertion so that any buttons inserted don't end up in
16891 the next part of a multipart message.
16892 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
16893 (rmail-mime-bulk-handler): Optionally handle images.
16894 (rmail-mime-image): New button action.
16895 (rmail-mime-image-handler): New function.
16896 (rmail-mime-mode): New mode.
16897 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
16898
16899 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16900
16901 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
16902 than just dropping elements from it (bug#4504).
16903
16904 * term.el (term-set-scroll-region): Don't move cursor any more.
16905 (term-handle-ansi-escape): Call term-goto here instead.
16906 Suggested by Ivan Kanis <apple@kanis.eu>.
16907
16908 * term.el: Require CL.
16909 (term-ansi-reset): New function.
16910 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
16911 (term-handle-colors-array): Simplify.
16912
16913 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
16914
16915 * allout.el (allout-overlay-interior-modification-handler)
16916 (allout-obtain-passphrase):
16917 * epa-file.el (epa-file-write-region):
16918 * ps-print.el (ps-begin-job):
16919 * vc-hooks.el (vc-toggle-read-only):
16920 * vc-rcs.el (vc-rcs-rollback):
16921 * vc-sccs.el (vc-sccs-rollback):
16922 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
16923 (vc-version-diff, vc-revert, vc-rollback):
16924 * wdired.el (wdired-check-kill-buffer):
16925 * emacs-lisp/authors.el (authors):
16926 * net/socks.el (socks-open-connection):
16927 * net/zeroconf.el (zeroconf-service-add-hook):
16928 * obsolete/vc-mcvs.el (vc-mcvs-register):
16929 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
16930 (gdb-select-frame):
16931 * progmodes/grep.el (lgrep, rgrep):
16932 * progmodes/idlw-help.el (idlwave-help-check-locations)
16933 (idlwave-help-html-link, idlwave-help-assistant-open-link):
16934 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16935 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
16936 (reftex-toc-rename-label): Fix typos in error messages.
16937
16938 * dired-aux.el (dired-do-shell-command): Reflow docstring.
16939 (dired-copy-how-to-fn): Doc fix.
16940 (dired-files-attributes, dired-read-shell-command):
16941 Fix typos in docstrings.
16942
16943 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
16944 (dired-x-find-file-other-window): Reflow docstrings.
16945 (dired-omit-marker-char, dired-read-shell-command)
16946 (dired-x-submit-report): Fix typos in docstrings.
16947
16948 * shell.el (shell-mode-hook):
16949 * view.el (View-scroll-line-forward):
16950 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
16951 Fix typos in docstrings.
16952
16953 * net/dig.el (dig-invoke): Fix typo in docstring.
16954 (query-dig): Reflow docstring.
16955
16956 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
16957 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
16958 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
16959 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
16960 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
16961 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
16962 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
16963 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
16964 (idlwave-completion-map, idlwave-current-indent)
16965 (idlwave-custom-ampersand-surround, idlwave-customize)
16966 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
16967 (idlwave-define-abbrev, idlwave-determine-class-special)
16968 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
16969 (idlwave-end-block-reg, idlwave-end-of-statement)
16970 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
16971 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
16972 (idlwave-explicit-class-listed, idlwave-file-header)
16973 (idlwave-fill-paragraph, idlwave-find-class-definition)
16974 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
16975 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
16976 (idlwave-in-quote, idlwave-indent-action-table)
16977 (idlwave-indent-expand-table, idlwave-indent-line)
16978 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
16979 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
16980 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
16981 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
16982 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
16983 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
16984 (idlwave-outlawed-buffers, idlwave-popup-select)
16985 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
16986 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
16987 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
16988 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
16989 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
16990 (idlwave-statement-type, idlwave-struct-skip)
16991 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
16992 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
16993 (idlwave-what-module-find-class): Fix typos in docstrings.
16994 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
16995 (idlwave-calculate-cont-indent, idlwave-expand-equal)
16996 (idlwave-find-module, idlwave-find-structure-definition)
16997 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
16998 (idlwave-list-load-path-shadows, idlwave-next-statement)
16999 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
17000 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
17001 (idlwave-template): Reflow docstrings.
17002
17003 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
17004 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
17005 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
17006 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
17007 (idlwave-shell-display-line, idlwave-shell-display-wframe)
17008 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
17009 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
17010 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
17011 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
17012 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
17013 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
17014 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
17015 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
17016 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
17017 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
17018 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
17019 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
17020 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
17021 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
17022 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
17023 Fix typos in docstrings.
17024 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
17025 (idlwave-shell-hide-output, idlwave-shell-mode)
17026 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
17027 Reflow docstrings.
17028
17029 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
17030
17031 2009-09-24 Ivan Kanis <apple@kanis.eu>
17032
17033 * term.el (term-bold-attribute): New var.
17034 (term-handle-colors-array): Use it.
17035
17036 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
17037
17038 * progmodes/gdb-mi.el (gdb-version): New variable.
17039 (gdb-non-stop-handler): Set gdb-version.
17040 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
17041 Condition "--thread" option on gdb-version.
17042 (gdb-invalidate-threads): Remove unused argument.
17043
17044 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17045
17046 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
17047 to looking-back to avoid ridiculous slow down in large files (bug#4511).
17048
17049 2009-09-23 Glenn Morris <rgm@gnu.org>
17050
17051 * mail/rmail.el (rmail-reply): Don't try to add a References header when
17052 replying to mail without References or Message-Id. (Bug#4525)
17053
17054 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
17055
17056 * term/ns-win.el (ns-reg-to-script): New variable.
17057
17058 2009-09-23 Daiki Ueno <ueno@unixuser.org>
17059
17060 * epg.el (epg-wait-for-status): Preserve existing 'error results.
17061
17062 2009-09-22 Sam Steingold <sds@gnu.org>
17063
17064 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
17065 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
17066 to 1 because hg returns status 1 when nothing is found.
17067 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
17068
17069 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
17070
17071 * textmodes/fill.el: Convert to utf-8 encoding.
17072 (fill-french-nobreak-p): Remove redundant » and « inherited from our
17073 pre-Unicode days.
17074
17075 * add-log.el (change-log-fill-forward-paragraph): New function.
17076 (change-log-mode): Use it so fill-region DTRT.
17077 Set fill-indent-according-to-mode here rather than in
17078 change-log-fill-paragraph.
17079 (change-log-fill-paragraph): Remove.
17080
17081 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
17082
17083 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
17084 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
17085
17086 2009-09-22 Glenn Morris <rgm@gnu.org>
17087
17088 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
17089 the scroll-bar scroll the calendar window rather than the buffer.
17090
17091 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
17092 commands that move point (as opposed to scrolling).
17093
17094 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
17095
17096 * emacs-lisp/elint.el (elint): New custom group.
17097 (elint-log-buffer): Make it a defcustom.
17098 (elint-scan-preloaded, elint-ignored-warnings)
17099 (elint-directory-skip-re): New options.
17100 (elint-builtin-variables): Doc fix.
17101 (elint-preloaded-env): New variable.
17102 (elint-unknown-builtin-args): Add an entry for encode-time.
17103 (elint-extra-errors): Make it a variable rather than a constant.
17104 (elint-preloaded-skip-re): New constant.
17105 (elint-directory): Skip files matching elint-directory-skip-re.
17106 (elint-features): New variable, local to linted buffers.
17107 (elint-update-env): Initialize elint-features. Possibly add
17108 elint-preloaded-env to the buffer's environment.
17109 (elint-get-top-forms): Bind elint-current-pos, for log messages.
17110 Skip quoted forms.
17111 (elint-init-form): New function, extracted from elint-init-env.
17112 Make non-list forms a warning rather than an error.
17113 Add the mode-map for define-derived-mode. Handle define-minor-mode,
17114 easy-menu-define, put that adds an error-condition, and provide.
17115 When requiring cl, also require cl-macs. Really require cl, to handle
17116 some cl macros. Store required libraries in the list elint-features,
17117 so as not to re-load them. Treat cc-require like require.
17118 (elint-init-env): Call elint-init-form to do the work.
17119 Handle eval-and-compile and such like.
17120 (elint-add-required-env): Do not clear messages.
17121 (elint-special-forms): Add handlers for function, defalias, if, when,
17122 unless, and, or.
17123 (elint-form): Add optional argument to ignore elint-special-forms,
17124 useful to prevent recursive calls from handlers. Doc fix.
17125 Respect elint-ignored-warnings.
17126 (elint-form): Respect elint-ignored-warnings.
17127 (elint-bound-variable, elint-bound-function): New variables.
17128 (elint-unbound-variable): Respect elint-bound-variable.
17129 (elint-get-args): Respect elint-bound-function.
17130 (elint-check-cond-form): Add some simple handling for (f)boundp and
17131 featurep tests.
17132 (elint-check-defalias-form): New handler.
17133 (elint-check-let-form): Make an empty let a warning rather than an
17134 error.
17135 (elint-check-setq-form): Make an empty setq a warning rather than an
17136 error. Respect elint-ignored-warnings.
17137 (elint-check-defvar-form): Accept null doc-strings.
17138 (elint-check-conditional-form): New handler. Does some simple-minded
17139 checking of featurep and (f)boundp tests.
17140 (elint-put-function-args): New function.
17141 (elint-initialize): Use elint-scan-doc-file rather than
17142 elint-find-builtin-variables. Use elint-put-function-args.
17143 Possibly scan preloaded-file-list.
17144 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
17145 extend to handle functions as well.
17146
17147 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
17148
17149 * linum.el (linum-delete-overlays, linum-update-window):
17150 Do not modify the right margin. (Bug#3971)
17151
17152 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
17153
17154 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
17155 Use nxml-mode instead of xml-mode.
17156
17157 2009-09-21 Kevin Ryde <user42@zip.com.au>
17158
17159 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
17160
17161 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17162
17163 * net/dig.el (dig-mode): Use define-derived-mode.
17164
17165 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
17166
17167 * vc-dispatcher.el (vc-do-command): Return the process object in
17168 the asynchronous case. Use when instead of if. Do not run
17169 vc-exec-after to display a message if not enabled. (Bug#4463)
17170
17171 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
17172 properties to the stash strings.
17173 (vc-git-stash-list): Return a list of strings.
17174 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
17175 (vc-git-stash-show-at-point): New functions.
17176 (vc-git-stash-map): New keymap.
17177
17178 * register.el (ctl-x-r-map): Define the keys here instead of
17179 using autoload.
17180
17181 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
17182
17183 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
17184 list, to workaround performance problem (bug#4485).
17185
17186 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
17187
17188 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
17189
17190 2009-09-20 Daiki Ueno <ueno@unixuser.org>
17191
17192 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
17193 Document that this option is not recommended to use.
17194
17195 2009-09-19 Glenn Morris <rgm@gnu.org>
17196
17197 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
17198 variable `var'.
17199
17200 * calc/calc-alg.el (var):
17201 * calc/calcalg2.el (var): Define for compiler.
17202
17203 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
17204
17205 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
17206 Doc fix (Bug#3932).
17207
17208 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
17209
17210 * time-stamp.el (time-stamp-month-dd-yyyy)
17211 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
17212 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
17213 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
17214 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
17215 Remove functions that have been obsolete since 1995 (Bug#4436).
17216
17217 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
17218 indent buffer only if called interactively (Bug#4452).
17219
17220 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
17221 Eli Zaretskii <eliz@gnu.org>
17222
17223 This fixes bug#4197 (merged to bug#865, though not identical).
17224 * server.el (server-auth-dir): Add docstring note about FAT32.
17225 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
17226 but warn against using them.
17227
17228 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
17229
17230 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
17231 older GDB where there is no has_more field.
17232
17233 2009-09-19 Glenn Morris <rgm@gnu.org>
17234
17235 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
17236
17237 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
17238
17239 * files.el (auto-mode-alist): Change default for XML files to nXML
17240 mode (Bug#4169).
17241
17242 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
17243
17244 * server.el (server-ensure-safe-dir): Pass 'integer
17245 to `file-attributes', as suggested.
17246
17247 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
17248
17249 * dired-aux.el (dired-query-alist): Remove spurious backslash.
17250 (dired-query): Use read-key.
17251
17252 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
17253
17254 * cus-start.el (ns-use-qd-smoothing): Remove.
17255
17256 2009-09-18 Glenn Morris <rgm@gnu.org>
17257
17258 * allout.el (top-level): Remove unnecessary progn.
17259
17260 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
17261
17262 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
17263 definition of abbrev table.
17264
17265 * speedbar.el (speedbar-track-mouse):
17266 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
17267 * net/eudc.el (eudc-expand-inline):
17268 * net/newst-backend.el (newsticker--cache-read-feed):
17269 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
17270 condition-case handlers.
17271
17272 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
17273
17274 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
17275 (gdb-var-list): Add an element for has_more field.
17276 (gdb-non-stop-handler): Enable pretty printing for STL containers.
17277 (gdb-var-create-handler, gdb-var-list-children-handler-1)
17278 (gdb-var-update-handler-1): Parse output of dynamic variable
17279 objects (STL containers).
17280 (gdb-var-delete-1): Pass var1 as an explicit second argument.
17281 (gdb-get-field): Delete alias. Use bindat-get-field directly.
17282
17283 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
17284 gdb-var-list.
17285 (gud-speedbar-buttons): Make node expandable if expression "has more"
17286 children.
17287
17288 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
17289
17290 * startup.el (emacs-quick-startup): Remove variable and all uses.
17291 (command-line): Set `inhibit-x-resources' instead.
17292 (command-line-1): Use `inhibit-x-resources' instead.
17293
17294 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
17295
17296 * subr.el: Fix last change to avoid using the `unless' macro,
17297 which breaks bootstrapping.
17298
17299 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17300
17301 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
17302 extended definitions, in case we reload subr.el after having
17303 loaded CL.
17304 (eval-next-after-load): Mark as obsolete.
17305
17306 2009-09-17 Juri Linkov <juri@jurta.org>
17307
17308 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
17309 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
17310 (menu-bar-showhide-menu, menu-bar-tools-menu)
17311 (menu-bar-describe-menu, menu-bar-help-menu)
17312 (minibuffer-local-completion-map, minibuffer-local-map):
17313 Fix list quoting.
17314
17315 2009-09-17 Glenn Morris <rgm@gnu.org>
17316
17317 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
17318 arguments, whether or not it has a handler.
17319
17320 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
17321
17322 * simple.el (hard-newline): Give it a doc-string.
17323
17324 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17325 (lisp-mode-syntax-table): Give them doc-strings.
17326
17327 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
17328
17329 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
17330 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
17331 (menu-bar-options-menu, menu-bar-showhide-menu)
17332 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
17333 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
17334 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
17335 (menu-bar-options-menu, menu-bar-tools-menu)
17336 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
17337 (menu-bar-help-menu):
17338 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
17339 string arguments.
17340
17341 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
17342 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
17343 calls for the menu names and :help.
17344
17345 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17346
17347 * mouse.el (minor-mode-menu-from-indicator): Pay attention
17348 to :minor-mode-function (bug#4455).
17349
17350 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17351
17352 * startup.el (command-line): Initialize the window-system after
17353 processing the command-line.
17354
17355 * textmodes/page.el (what-page): Make sure we don't inf-loop if
17356 page-delimiter matches the empty string.
17357
17358 2009-09-16 Glenn Morris <rgm@gnu.org>
17359
17360 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
17361 byte-compile-not-obsolete-var. It's a list now.
17362 (byte-compile-not-obsolete-funcs): New variable.
17363 (byte-compile-warn-obsolete): Don't warn about functions if they are in
17364 byte-compile-not-obsolete-funcs.
17365 (byte-compile-variable-ref, byte-compile-defvar): Update for
17366 byte-compile-not-obsolete-vars name-change and list nature.
17367 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
17368 and variables behind (f)boundp tests.
17369 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
17370
17371 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17372
17373 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
17374
17375 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17376
17377 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
17378 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
17379 Don't autoload.
17380
17381 2009-09-15 Stephen Eglen <stephen@gnu.org>
17382
17383 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
17384 the virtual-buffers, use the name of the buffer specified by
17385 find-file-noselect, as the match may be a symlink. (This was a
17386 problem if the target and the symlink had different names.)
17387
17388 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17389
17390 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
17391
17392 * desktop.el (desktop-path): Check user-emacs-directory.
17393
17394 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
17395
17396 * loadup.el: Use after-load-functions to GC after loading each file.
17397 Remove the explicit GC calls that used to be sprinkled around.
17398
17399 * subr.el (after-load-functions): New hook.
17400 (do-after-load-evaluation): Run it. Use string-match-p to detect
17401 `obsolete' packages, rather than painfully extracting the relevant
17402 directory name.
17403
17404 2009-09-15 Glenn Morris <rgm@gnu.org>
17405
17406 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
17407 free variable `doc'.
17408
17409 * dired.el (dired-mode-map): Add menu entry for async shell command.
17410
17411 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
17412 variables, also consider the .elc files, since the .el files are
17413 normally gzipped (subsequent code locates the .el.gz from the .elc).
17414
17415 * calc/calc-prog.el (arglist): Define for compiler.
17416
17417 * calendar/diary-lib.el (diary-display-function): Change the default to
17418 fancy display.
17419 (body): Define for compiler.
17420
17421 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
17422 (byte-compile-file-form, byte-compile-lambda)
17423 (byte-compile-top-level-body, byte-compile-form)
17424 (byte-compile-variable-ref, byte-compile-setq)
17425 (byte-compile-setq-default, byte-compile-body)
17426 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
17427 (batch-byte-compile): Give some more local variables with common names
17428 a "bytecomp-" prefix to avoid masking warnings about free variables.
17429
17430 * startup.el (command-line-1): Give local variables with common names a
17431 distinguishing prefix, so as not to hide free variable warnings during
17432 bootstrap.
17433
17434 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
17435 clever and add a suffix to make a unique name, just let the user decide
17436 whether or not to overwrite it. If the input is a directory, write the
17437 default filename to that directory. (Bug#4388)
17438 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
17439 is a filename-as-a-directory.
17440
17441 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17442
17443 * textmodes/page.el (what-page): Don't move to beginning of line.
17444 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
17445
17446 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17447
17448 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
17449
17450 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17451
17452 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
17453 * help.el (help-for-help-internal): Add purecopy calls for text.
17454
17455 * vc.el (top): print-log method now takes an optional SHORTLOG
17456 argument. Add a new method: root.
17457 (vc-root-diff, vc-print-root-log): New functions.
17458 (vc-log-short-style): New variable.
17459 (vc-print-log-internal): Add support for showing short logs.
17460
17461 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
17462 vc-print-root-log and vc-print-root-diff.
17463
17464 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
17465 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
17466 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
17467 short logs.
17468
17469 * vc-cvs.el (vc-cvs-print-log):
17470 * vc-mtn.el (vc-mtn-print-log):
17471 * vc-rcs.el (vc-rcs-print-log):
17472 * vc-sccs.el (vc-sccs-print-log):
17473 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
17474 that is ignored for now.
17475
17476 * vc-mtn.el (vc-mtn-annotate-command):
17477 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
17478
17479 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17480
17481 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
17482 to function-key-map, and give them ascii-character property.
17483 * term/x-win.el (x-alternatives-map):
17484 * term/ns-win.el (ns-alternatives-map):
17485 * term/internal.el (msdos-key-remapping-map):
17486 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
17487
17488 2009-09-14 Glenn Morris <rgm@gnu.org>
17489
17490 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
17491 temp-buffers (2009-09-12).
17492
17493 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17494
17495 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
17496 the new read-key function.
17497
17498 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
17499
17500 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
17501 is defined (Bug#4405).
17502
17503 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
17504
17505 * recentf.el (recentf-cleanup): Use a hash table to find
17506 duplicates (Bug#4407).
17507
17508 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
17509
17510 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
17511 kp-0 to ascii equivalents (Bug#4325).
17512
17513 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
17514
17515 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
17516
17517 * eshell/em-hist.el:
17518 * eshell/em-dirs.el (eshell-complete-user-reference):
17519 Declare pcomplete functions and variables to avoid compiler warnings.
17520
17521 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
17522
17523 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
17524 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
17525 * eshell/em-alias.el (eshell-aliases-file):
17526 * eshell/em-hist.el (eshell-history-file-name):
17527 Use expand-file-name instead of concat to make file names (Bug#4308).
17528
17529 2009-09-13 Glenn Morris <rgm@gnu.org>
17530
17531 * ediff-merg.el (ediff-do-merge):
17532 * filesets.el (filesets-run-cmd):
17533 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
17534 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
17535 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
17536 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
17537 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
17538 Replace empty `let's with `progn'.
17539
17540 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17541
17542 * mail/sendmail.el (send-mail-function):
17543 * tooltip.el (tooltip-mode):
17544 * simple.el (transient-mark-mode):
17545 * rfn-eshadow.el (file-name-shadow-mode):
17546 * frame.el (blink-cursor-mode):
17547 * font-core.el (global-font-lock-mode):
17548 * files.el (temporary-file-directory)
17549 (small-temporary-file-directory, auto-save-file-name-transforms):
17550 * epa-hook.el (auto-encryption-mode):
17551 * composite.el (global-auto-composition-mode):
17552 Use custom-initialize-delay.
17553 * startup.el (command-line): Don't explicitly call
17554 custom-reevaluate-setting for all the above vars.
17555 * custom.el (custom-initialize-safe-set)
17556 (custom-initialize-safe-default): Delete.
17557
17558 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17559
17560 * term/x-win.el (x-initialize-window-system):
17561 * term/w32-win.el (w32-initialize-window-system):
17562 * term/ns-win.el (ns-initialize-window-system): Don't call
17563 mouse-wheel-mode since it's enabled globally by default already.
17564
17565 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
17566 actually define the variable, but only silences the byte-compiler.
17567 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
17568 before looking it up.
17569 (mouse-wheel-scroll-amount): Also reset the bindings if this value
17570 is changed.
17571
17572 2009-09-12 Glenn Morris <rgm@gnu.org>
17573
17574 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
17575 1000.
17576 (elint-add-required-env): Don't beep on error.
17577 (elint-forms): In case of error, return ENV unchanged.
17578 (elint-init-env): Skip non-list forms.
17579 (elint-log): Handle unknown file positions.
17580
17581 2009-09-12 Daiki Ueno <ueno@unixuser.org>
17582
17583 * epg.el (epg-make-context): Add autoload cookie.
17584 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
17585 (epg-decrypt-string, epg-start-verify, epg-verify-file)
17586 (epg-verify-string, epg-start-sign, epg-sign-file)
17587 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
17588 (epg-encrypt-string, epg-start-export-keys)
17589 (epg-export-keys-to-file, epg-export-keys-to-string)
17590 (epg-start-import-keys, epg-import-keys-from-file)
17591 (epg-import-keys-from-string, epg-start-receive-keys)
17592 (epg-receive-keys, epg-import-keys-from-server)
17593 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
17594 (epg-sign-keys, epg-start-generate-key)
17595 (epg-generate-key-from-file, epg-generate-key-from-string):
17596 Remove autoload cookie.
17597
17598 2009-09-12 Eli Zaretskii <eliz@gnu.org>
17599
17600 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
17601 reevaluation of trash-directory.
17602
17603 * mwheel.el: Fix last change.
17604 (mouse-wheel-mode): New defvar.
17605 (mouse-wheel-mode): Remove autoload cookie.
17606
17607 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17608
17609 * mwheel.el (mwheel-installed-bindings): New var.
17610 (mouse-wheel-mode): Use it, so as to make sure we really remove all
17611 the bindings we set last time. Use custom-initialize-delay.
17612 * loadup.el: Load mwheel after term/*-win.el.
17613 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
17614 and mouse-wheel-up-event now that their first evaluation is done
17615 sufficiently late to be correct.
17616
17617 * startup.el (tutorial-directory): Make it a defcustom.
17618 Use custom-initialize-delay rather than eval-at-startup to set it.
17619 * image.el (image-load-path): Make it a defcustom.
17620 Use custom-initialize-delay rather than eval-at-startup to set it.
17621 * subr.el (eval-at-startup): Remove.
17622 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
17623
17624 * subr.el (do-after-load-evaluation): Warn the user after loading an
17625 obsolete package.
17626
17627 2009-09-12 Glenn Morris <rgm@gnu.org>
17628
17629 * proced.el (proced-mark-alt): Remove alias.
17630 (proced-mode-map): Remove proced-mark-alt.
17631
17632 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
17633 Elint file and directory. Remove initialization entry.
17634
17635 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
17636 commands.
17637 (elint-current-buffer): Set mode-line-process.
17638 (elint-init-env): Handle define-derived-mode.
17639 Fix declare-function with unspecified arglist. Guard against odd
17640 defalias statements (eg iso-insert's 8859-1-map).
17641 (elint-add-required-env): Use a temp buffer.
17642 (elint-form): Just print the function/macro name, not the whole form.
17643 Return env unchanged if we fail to parse a macro.
17644 (elint-forms): Guard against parse errors.
17645 (elint-output): New function, to handle batch mode.
17646 (elint-log-message): Add optional argument. Use elint-output.
17647 (elint-set-mode-line): New function.
17648
17649 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
17650
17651 * emacs-lisp/elp.el (elp-not-profilable): Add more
17652 functions (Bug#4233).
17653
17654 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
17655
17656 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
17657 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
17658
17659 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
17660
17661 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
17662 (gdb-var-list-children): Use json parsing.
17663
17664 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
17665
17666 * progmodes/js.el (js--proper-indentation): Handle the case where
17667 char-before is null. Reported by Deniz Dogan.
17668
17669 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
17670
17671 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
17672
17673 2009-09-11 Daiki Ueno <ueno@unixuser.org>
17674
17675 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
17676 (epg-digest-algorithm-alist): Add SHA224.
17677 (epg-context-set-passphrase-callback)
17678 (epg-context-set-progress-callback): Add description about
17679 callback function.
17680
17681 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17682
17683 * custom.el (custom-delayed-init-variables): New var.
17684 (custom-initialize-delay): New function.
17685 * startup.el (command-line): "Re"evaluate all vars in
17686 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
17687 explicitly any more.
17688 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
17689 to avoid creating a ~/.emacs.d at build-time (bug#4347).
17690
17691 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
17692
17693 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
17694
17695 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
17696 (gdb-var-update-handler): Use json parsing.
17697
17698 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
17699
17700 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
17701 decode annotated text, regardless of language environment. (Bug#2741)
17702
17703 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17704
17705 * Makefile.in (autoloads): Make rmail.el writable as well.
17706
17707 2009-09-11 Glenn Morris <rgm@gnu.org>
17708
17709 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
17710 loaddefs.el.
17711 * dired.el: Regenerate with extracted autoloads.
17712 * Makefile.in (autoloads): Make dired.el writable.
17713
17714 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
17715 * ibuffer.el: Regenerate with extracted autoloads.
17716 * Makefile.in (autoloads): Make ibuffer.el writable.
17717
17718 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
17719 * version.el (emacs-copyright, emacs-major-version)
17720 (emacs-minor-version): Reformat doc-strings for make-docfile.
17721
17722 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
17723 functions and variables, since they must be stuff specific to some other
17724 platform.
17725 (apropos-print): Make mouse-click message less specific about button.
17726
17727 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
17728 that records where a macro was defined.
17729 * help-fns.el (describe-function-1): Mention if a function has a
17730 compiler-macro.
17731 * help-mode.el (help-function-cmacro): New button.
17732
17733 * locate.el (top-level): Always require dired.
17734 (locate-mode-map): Initialize inside the defvar.
17735
17736 * net/ange-ftp.el (dired-compress-file): Declare.
17737 (ange-ftp-dired-compress-file): Add doc string.
17738
17739 * term/ns-win.el (x-display-name, x-setup-function-keys):
17740 Unify doc-strings with X versions.
17741
17742 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
17743
17744 * emulation/crisp.el (crisp-mode-map): Move initialization
17745 into declaration.
17746 (crisp-mode): Use define-minor-mode.
17747
17748 * progmodes/xscheme.el (xscheme-evaluation-commands):
17749 Put a :advertised-binding property rather than using
17750 advertised-xscheme-send-previous-expression.
17751 (advertised-xscheme-send-previous-expression): Declare obsolete.
17752 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
17753 `advertised-undo'.
17754 (crisp-mode): Add corresponding bindings to
17755 undo's :advertised-binding instead.
17756 * dired.el (dired-mode-map): Put a :advertised-binding property rather
17757 than using dired-advertised-find-file.
17758 (dired-advertised-find-file):
17759 * simple.el (advertised-undo):
17760 * wid-edit.el (advertised-widget-backward): Declare obsolete.
17761 (widget-keymap): Put a :advertised-binding property rather
17762 than using advertised-widget-backward.
17763 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
17764 than using advertised-undo.
17765 * tutorial.el (tutorial--default-keys): Adjust accordingly.
17766
17767 2009-09-10 Simon South <ssouth@slowcomputing.org>
17768
17769 * progmodes/delphi.el (delphi-tab): Indent region when Transient
17770 Mark mode is enabled and region is active; otherwise indent or
17771 insert TAB as usual.
17772 (delphi-mode): Update description of TAB-key binding.
17773
17774 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
17775
17776 * subr.el (define-key-rebound-commands): Mark obsolete.
17777 * startup.el (precompute-menubar-bindings): Remove.
17778 (normal-top-level): Remove obsolete code that tried to precompute
17779 menubar bindings.
17780 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
17781 define-key-rebound-commands and precompute-menubar-bindings.
17782
17783 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17784
17785 * net/imap.el (imap-interactive-login): Better messages.
17786 (imap-open): Fix bug with renamed buffer on reconnect.
17787 (imap-authenticate): Add buffer-local imap-last-authenticator variable
17788 for easier debugging and cleaner code. On successful (guessed based on
17789 server capabilities) secondary authentication, set imap-state
17790 correctly.
17791 (imap-last-authenticator): Define imap-last-authenticator as a variable
17792 to avoid warnings.
17793
17794 2009-09-10 Glenn Morris <rgm@gnu.org>
17795
17796 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
17797
17798 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
17799 (byte-compile-file-form-autoload): Don't warn about unknown functions
17800 where the autoload statement comes after the use.
17801 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
17802 that any handlers inside the body (eg require) are in turn respected.
17803
17804 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
17805 effects.
17806
17807 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
17808 and syntax and abbrev tables basic docs, if they don't have any.
17809
17810 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
17811
17812 * international/mule-cmds.el (top-level): Require cl when compiling.
17813 (view-hello-file): Use default-value rather than
17814 default-enable-multibyte-characters.
17815
17816 * progmodes/fortran.el: Move all safe and risky properties into the
17817 defcustoms.
17818
17819 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
17820 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
17821 * mail/undigest.el:
17822 Put autoloads in rmail.el rather than loaddefs.el.
17823 * mail/rmail.el: Regenerate with extracted autoloads.
17824
17825 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
17826 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
17827
17828 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
17829
17830 Reported in thread for Bug#4375.
17831 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
17832 "-data-evaluate-expression" instead of print.
17833 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
17834 (gdb-tooltip-print): Parse output from above MI command.
17835 (gdb): Revert 2009-08-11 change. User should detach inferior
17836 manually.
17837
17838 Remove the word "separate" from IO functions as inferior
17839 output is now never displayed in the GUD buffer.
17840
17841 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
17842
17843 * startup.el (command-line-normalize-file-name): On Windows and
17844 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
17845
17846 2009-09-10 Juri Linkov <juri@jurta.org>
17847
17848 * isearch.el (isearch-text-char-description): Propertize escape
17849 character sequences with the `escape-glyph' face. (Bug#4344)
17850
17851 * simple.el (shell-command): Set asynchronous process filter to
17852 `comint-output-filter'. (Bug#4343)
17853
17854 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
17855 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
17856 the list. Move "asm" to the bottom.
17857 (grep-find-ignored-directories): Add `choice' with nil value
17858 to empty the list easily.
17859 (grep-find-ignored-files): New option.
17860 (grep-files-history): Set to nil by default instead of '("ch" "el").
17861 (grep-compute-defaults): Add "<X>" to `grep-template'.
17862 (grep-read-files): Bind new local variables `default-alias' and
17863 `default-extension'. Use a list of default values for the file prompt.
17864 (lgrep): Add `--exclude=' command line options composed from
17865 `grep-find-ignored-files'.
17866 (rgrep): Add `-name' command line options composed from
17867 `grep-find-ignored-files'. (Bug#4301)
17868
17869 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
17870
17871 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
17872 (bug#4368).
17873
17874 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
17875
17876 * calendar/time-date.el (autoload):
17877 Expand define-obsolete-function-alias into defalias and make-obsolete
17878 for old Emacsen that Gnus supports.
17879 (with-no-warnings): Define it for old Emacsen.
17880 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
17881 is available.
17882 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
17883 float-time is available; suppress compile warning for time-to-seconds.
17884
17885 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
17886
17887 * net/imap.el (imap-message-map): Docstring fix.
17888
17889 2009-09-09 Glenn Morris <rgm@gnu.org>
17890
17891 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
17892 line numbers too. (Bug#4374)
17893
17894 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
17895
17896 * smerge-mode.el (smerge-remove-props, smerge-refine):
17897 Use with-silent-modifications (bug#4342).
17898
17899 * subr.el (with-silent-modifications): New macro.
17900
17901 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
17902
17903 * files.el (top-level): Require `cl' when compiling.
17904
17905 2009-09-07 Glenn Morris <rgm@gnu.org>
17906
17907 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
17908
17909 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
17910 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
17911
17912 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
17913
17914 * vc-git.el (vc-git-annotate-command): Use separator to parse
17915 arguments correctly.
17916
17917 2009-09-06 Eli Zaretskii <eliz@gnu.org>
17918
17919 * proced.el (proced-mode): Doc fix.
17920
17921 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
17922
17923 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
17924 lstat fails.
17925 (tramp-do-file-attributes-with-ls): Check for file existence at
17926 remote end.
17927 (tramp-do-file-attributes-with-stat): Likewise.
17928 (tramp-convert-file-attributes): Return nil when attr is nil.
17929
17930 2009-09-05 Glenn Morris <rgm@gnu.org>
17931
17932 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
17933 properties to this button.
17934 (diary-fancy-display): Don't extend the button to the final newline.
17935 (diary-fancy-display-mode): Continue to define "q" as a local key.
17936
17937 * calendar/cal-china.el (holiday-chinese): Make it slightly more
17938 efficient.
17939
17940 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
17941
17942 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
17943 (byte-compile-dest-file-function): New option.
17944 (byte-compile-dest-file): Doc fix.
17945 Obey byte-compile-dest-file-function.
17946 (byte-compile-cl-file-p): New function.
17947 (byte-compile-eval): Only suppress noruntime warnings about cl functions
17948 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
17949 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
17950 than for file being previously loaded.
17951 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
17952 (byte-compile-file-form-require): Handle the case where requiring a file
17953 indirectly causes CL to be loaded.
17954
17955 2009-09-05 Karl Fogel <kfogel@red-bean.com>
17956
17957 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
17958 before killing the old buffer, since by the time `kill-buffer' is
17959 run so many buffer variables have been set to nil that it may not
17960 behave as expected. (Bug#4061)
17961
17962 2009-09-05 Karl Fogel <kfogel@red-bean.com>
17963
17964 * files.el (find-alternate-file): If the old buffer is modified
17965 and visiting a file, behave similarly to `kill-buffer' when
17966 killing it, thus reverting to the pre-1.878 behavior; see
17967 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
17968 for discussion. Also, consult `buffer-file-name' as a variable
17969 not as a function, for consistency with the rest of the code.
17970
17971 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
17972
17973 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
17974 also when adding a new directory.
17975
17976 * net/tramp-compat.el (tramp-compat-line-beginning-position):
17977 New defun.
17978
17979 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
17980
17981 * files.el (locate-file-completion-table): Make it provide boundary
17982 information, so partial-completion works better.
17983
17984 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
17985
17986 * mail/footnote.el (Footnote-text-under-cursor):
17987 Check footnote-text-marker-alist before using it (bug#4324).
17988
17989 2009-09-04 Glenn Morris <rgm@gnu.org>
17990
17991 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
17992 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
17993 * play/solitaire.el, play/tetris.el:
17994 Remove leading * from defcustom and defface docs.
17995
17996 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
17997 necessary.
17998 (diary-fancy-overriding-map): New variable.
17999 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
18000 Use view-mode.
18001
18002 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
18003 goto-line.
18004
18005 2009-09-03 Glenn Morris <rgm@gnu.org>
18006
18007 * arc-mode.el (archive-mode):
18008 * dos-fns.el (set-default-process-coding-system):
18009 * man.el (Man-getpage-in-background):
18010 * menu-bar.el (menu-bar-describe-menu):
18011 * server.el (server-process-filter):
18012 * startup.el (command-line):
18013 * tar-mode.el (tar-header-block-tokenize, tar-extract):
18014 * w32-fns.el (set-default-process-coding-system):
18015 * x-dnd.el (x-dnd-handle-file-name):
18016 * international/mule-cmds.el (mule-menu-keymap)
18017 (set-default-coding-systems, language-info-alist, set-language-info)
18018 (set-language-environment, standard-display-european-internal)
18019 (set-locale-environment):
18020 * international/mule-diag.el (mule-diag):
18021 * mail/emacsbug.el (report-emacs-bug):
18022 * mail/rmail.el (rmail-mode):
18023 * mail/sendmail.el (mail-setup):
18024 Use default-value rather than default-enable-multibyte-characters.
18025
18026 * progmodes/f90.el: Move all safe properties into the defcustoms.
18027 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
18028
18029 * calendar/appt.el (appt-check):
18030 * calendar/diary-lib.el (diary-set-header, diary-live-p)
18031 (diary-check-diary-file, diary-list-entries)
18032 (diary-include-other-diary-files, diary-simple-display)
18033 (diary-fancy-display, diary-print-entries)
18034 (diary-mark-included-diary-files, diary-make-entry):
18035 Don't call substitute-in-file-name on diary-file.
18036
18037 2009-09-03 Eduard Wiebe <usenet@pusto.de>
18038 Stefan Monnier <monnier@iro.umontreal.ca>
18039
18040 * mail/footnote.el (footnote-prefix): Make it a defcustom.
18041 (footnote-mode-map): Move initialization into the declaration.
18042 (footnote-minor-mode-map): Define it rather than changing global-map.
18043 (footnote-mode): Use define-minor-mode.
18044
18045 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
18046
18047 * net/tramp.el (tramp-handle-file-attributes-with-ls)
18048 (tramp-do-file-attributes-with-perl)
18049 (tramp-do-file-attributes-with-stat): Rename from
18050 `tramp-handle-file-attributes-with-*'.
18051 (tramp-handle-file-attributes): Use them.
18052 (tramp-do-directory-files-and-attributes-with-perl)
18053 (tramp-do-directory-files-and-attributes-with-stat): Rename from
18054 `tramp-handle-directory-files-and-attributes-with-*'.
18055 (tramp-handle-directory-files-and-attributes): Use them.
18056 (tramp-method-out-of-band-p): Additional parameter SIZE.
18057 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
18058 (tramp-handle-write-region): Use it.
18059 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
18060 (tramp-handle-vc-registered): Check, whether the first run did
18061 return files to be tested.
18062 (tramp-advice-make-auto-save-file-name): Do not call directly
18063 `tramp-handle-make-auto-save-file-name', because this would bypass
18064 the locking mechanism.
18065
18066 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
18067 (file-remote-p, process-file, start-file-process, set-file-times)
18068 (tramp-compat-file-attributes): Compatibility functions shall not
18069 call directly `tramp-handle-*', because this would bypass the
18070 locking mechanism.
18071 (tramp-compat-number-sequence): New defun.
18072
18073 2009-09-02 Glenn Morris <rgm@gnu.org>
18074
18075 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
18076 alias for float-time.
18077 (time-to-number-of-days): In Emacs, use float-time.
18078 * net/newst-backend.el (time-add): Suppress warnings from compat
18079 function.
18080 * time.el (emacs-uptime, emacs-init-time):
18081 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
18082 Use float-time rather than time-to-seconds.
18083
18084 * minibuffer.el (completion-initials-expand): Fix typo.
18085
18086 * faces.el (modeline, modeline-inactive, modeline-highlight)
18087 (modeline-buffer-id):
18088 * info.el (info-menu-5): Mark these face aliases as obsolete.
18089
18090 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
18091
18092 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
18093 space ...
18094 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
18095 no "--thread" option.
18096 (gdb-stopped): Don't print "Switched to thread" message when it is
18097 unchanged.
18098
18099 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
18100
18101 * minibuffer.el (completion-try-completion)
18102 (completion-all-completions): Remove ill-defined (and
18103 mistakenly installed and luckily never used nor documented)
18104 `completion-styles' property.
18105 (completion-initials-expand, completion-initials-all-completions)
18106 (completion-initials-try-completion): New functions.
18107 (completion-styles-alist): Add doc to each entry.
18108 Add new `initials' entry.
18109
18110 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
18111
18112 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
18113 MI command -var-evaluate-expression.
18114 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
18115 and tweak for case of string child.
18116 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
18117
18118 2009-09-01 Glenn Morris <rgm@gnu.org>
18119
18120 * add-log.el (change-log-date-face, change-log-name-face)
18121 (change-log-email-face, change-log-file-face, change-log-list-face)
18122 (change-log-conditionals-face, change-log-function-face)
18123 (change-log-acknowledgement-face):
18124 * cus-edit.el (custom-invalid-face, custom-rogue-face)
18125 (custom-modified-face, custom-set-face, custom-changed-face)
18126 (custom-saved-face, custom-button-face, custom-button-pressed-face)
18127 (custom-documentation-face, custom-state-face, custom-comment-face)
18128 (custom-comment-tag-face, custom-variable-tag-face)
18129 (custom-variable-button-face, custom-face-tag-face)
18130 (custom-group-tag-face-1, custom-group-tag-face):
18131 * diff-mode.el (diff-header-face, diff-file-header-face)
18132 (diff-index-face, diff-hunk-header-face, diff-removed-face)
18133 (diff-added-face, diff-changed-face, diff-function-face)
18134 (diff-context-face, diff-nonexistent-face):
18135 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18136 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
18137 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18138 (Info-title-4-face):
18139 * isearch.el (isearch-lazy-highlight-face):
18140 * log-view.el (log-view-file-face, log-view-message-face):
18141 * paren.el (show-paren-match-face, show-paren-mismatch-face):
18142 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18143 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18144 (cvs-msg-face):
18145 * smerge-mode.el (smerge-mine-face, smerge-other-face)
18146 (smerge-base-face, smerge-markers-face):
18147 * wid-edit.el (widget-documentation-face, widget-button-face)
18148 (widget-field-face, widget-single-line-field-face)
18149 (widget-inactive-face, widget-button-pressed-face):
18150 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
18151 (woman-addition-face):
18152 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
18153 (eshell-ls-executable-face, eshell-ls-readonly-face)
18154 (eshell-ls-unreadable-face, eshell-ls-special-face)
18155 (eshell-ls-missing-face, eshell-ls-archive-face)
18156 (eshell-ls-backup-face, eshell-ls-product-face)
18157 (eshell-ls-clutter-face):
18158 * eshell/em-prompt.el (eshell-prompt-face):
18159 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
18160 * obsolete/old-whitespace.el (whitespace-highlight-face):
18161 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
18162 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
18163 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
18164 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
18165 (antlr-font-lock-literal-face):
18166 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18167 (ebrowse-root-class-face, ebrowse-file-name-face)
18168 (ebrowse-default-face, ebrowse-member-attribute-face)
18169 (ebrowse-member-class-face, ebrowse-progress-face):
18170 * progmodes/make-mode.el (makefile-space-face):
18171 * progmodes/sh-script.el (sh-heredoc-face):
18172 * textmodes/flyspell.el (flyspell-incorrect-face)
18173 (flyspell-duplicate-face):
18174 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
18175 * textmodes/texinfo.el (texinfo-heading-face):
18176 Mark face aliases with "-face" suffix as obsolete.
18177
18178 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
18179 compiler.
18180
18181 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
18182 (eudc-bob-sound-menu): Use defvar rather than defconst, since
18183 easy-menu-define wants to modify these.
18184
18185 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
18186
18187 * net/browse-url.el (browse-url-file-url):
18188 * term/internal.el (dos-codepage-setup):
18189 Use default-value rather than default-enable-multibyte-characters.
18190
18191 * progmodes/etags.el (etags-goto-tag-location):
18192 * progmodes/flymake.el (flymake-highlight-line)
18193 (flymake-goto-file-and-line, flymake-goto-line):
18194 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
18195 (gdb-goto-breakpoint):
18196 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18197 * progmodes/python.el (python-find-function)
18198 (python-pdbtrack-track-stack-file):
18199 * progmodes/verilog-mode.el (verilog-surelint-off):
18200 * term/ns-win.el (ns-open-file-select-line):
18201 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
18202 Use forward-line rather than goto-line.
18203
18204 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
18205 * textmodes/reftex-index.el (reftex-display-index):
18206 * textmodes/reftex-ref.el (reftex-offer-label-menu):
18207 * textmodes/reftex-toc.el (reftex-toc):
18208 Remove unnecessary bindings of default-major-mode (all are followed by
18209 major-mode check and possible mode switch).
18210
18211 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
18212
18213 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
18214 Handle watchpoints (bug#4282).
18215 (def-gdb-thread-buffer-command): Enable thread to be selected by
18216 clicking without selecting threads buffer first.
18217 (gdb-current-context-command): Use selected frame so that "up",
18218 "down" etc work in the GUD buffer.
18219 (gdb-update): Find selected frame before rendering stack buffer.
18220 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
18221
18222 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18223
18224 * progmodes/sym-comp.el (displayed-completions): Remove.
18225 (symbol-complete): Use minibuffer-complete.
18226
18227 2009-08-31 Glenn Morris <rgm@gnu.org>
18228
18229 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
18230
18231 * apropos.el (apropos-symbols-internal):
18232 Handle (obsolete) face aliases.
18233
18234 * faces.el (describe-face): Adjust the output format to be more like
18235 describe-variable, and to mention (obsolete) face aliases.
18236 Adjust the whitespace so that help-setup-xref works.
18237
18238 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
18239 * calendar/diary-lib.el (diary-button-face):
18240 Mark these face aliases as obsolete.
18241
18242 * calendar/calendar.el (calendar-today): Doc fix.
18243
18244 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
18245
18246 * progmodes/gdb-mi.el (gdb-control-all-threads)
18247 (gdb-control-current-thread): Force tool bar update.
18248 (gdb-non-stop-handler): New function.
18249 (gdb-init-1): Use it to test if non-stop mode is supported.
18250 Remove unused gdbmi buffer type.
18251
18252 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
18253
18254 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
18255 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
18256
18257 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
18258
18259 * comint.el (comint-exec-1): Check command is non-null first.
18260 Part of gdb-mi.el change (2009-08-28).
18261
18262 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18263
18264 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
18265
18266 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
18267
18268 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
18269 instead of `dolist' to avoid a recursive require when bootstrapping.
18270
18271 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18272
18273 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
18274
18275 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
18276
18277 * net/imap.el (imap-send-command): Simplify.
18278 (imap-wait-for-tag): point-max -> buffer-size.
18279
18280 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
18281
18282 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
18283 with constant argument.
18284
18285 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
18286
18287 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
18288
18289 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
18290 Change default, since most of our files don't have a history.
18291 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
18292 the user.
18293
18294 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18295 Add comint-run.
18296
18297 * calc/calc.el: Improve commenting convention.
18298 (calc-digit-map, toplevel): Simplify.
18299
18300 * comint.el (comint-insert-input): Be careful to only set point if we
18301 don't delegate to some other command.
18302
18303 * proced.el (proced-signal-list): Make it an alist.
18304 (proced-grammar-alist): Capitalize names.
18305 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
18306 Disable undo manually and make it read-only.
18307 Use completion-annotate-function.
18308
18309 * minibuffer.el (minibuffer-message): If the current buffer is not
18310 a minibuffer, insert the message in the echo area rather than at the
18311 end of the buffer.
18312 (completion-annotate-function): New variable.
18313 (minibuffer-completion-help): Use it.
18314 (completion--embedded-envvar-table): Environment vars are
18315 always case-sensitive.
18316
18317 2009-08-30 Glenn Morris <rgm@gnu.org>
18318
18319 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
18320 from fortran-current-defun.
18321 (fortran-beginning-of-subprogram): Be more precise about finding the
18322 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
18323 (fortran-end-of-subprogram): Simplify.
18324 (fortran-current-defun): Use fortran-start-prog-re.
18325
18326 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
18327
18328 * subr.el (do-after-load-evaluation): Simplify.
18329
18330 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18331
18332 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
18333
18334 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
18335 (vc-rcs-print-log): Use it.
18336
18337 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
18338
18339 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18340
18341 * paths.el (abbrev-file-name): Move to abbrev.el.
18342 * abbrev.el (abbrev-file-name): Move from paths.el.
18343 Obey user-emacs-directory.
18344 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
18345 user-emacs-directory.
18346 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
18347 abbrev-file-name and calc-settings-file any more.
18348 * startup.el (command-line): Recompute abbrev-file-name and
18349 abbreviated-home-dir.
18350 (normal-no-mouse-startup-screen): Improve the generic code and get rid
18351 of the special code for when C-h bindings haven't been changed.
18352 (display-startup-echo-area-message): Use with-current-buffer.
18353 (command-line-1): Use a list of strings, rather than a list of lists
18354 of strings for longopts.
18355
18356 * files.el (get-free-disk-space): Use / for default-directory.
18357
18358 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
18359 Use with-current-buffer.
18360
18361 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
18362 Recognize immutable variables like most-positive-fixnum.
18363 (byte-compile-setq-default): Check and warn if trying to assign
18364 to an immutable variable, or a non-variable.
18365
18366 * progmodes/cc-vars.el (c-comment-continuation-stars):
18367 * progmodes/cc-engine.el (c-looking-at-bos):
18368 * progmodes/cc-cmds.el (c-toggle-auto-state)
18369 (c-forward-into-nomenclature, c-backward-into-nomenclature)
18370 (c-comment-line-break-function): Add version of obsolescence.
18371
18372 2009-08-28 Juri Linkov <juri@jurta.org>
18373
18374 * files.el (magic-fallback-mode-alist): Add ZIP magic number
18375 associated with `archive-mode'.
18376
18377 * image.el (image-type-header-regexps): Use only JPEG magic number
18378 to determine JPEG images, and don't use `image-jpeg-p' because
18379 Emacs can display non-JFIF non-Exif JPEG images.
18380
18381 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
18382
18383 * arc-mode.el (archive-mode):
18384 * emacs-lisp/re-builder.el (re-builder-unload-function):
18385 Protect against the default value of `major-mode' being nil.
18386
18387 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
18388
18389 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
18390 Fix typos in docstrings.
18391
18392 * progmodes/js.el (js--macro-decl-re): Doc fix.
18393 (js--plain-method-re, js--split-name): Refloc docstring.
18394 (js--class-styles, js--make-merged-item, js--splice-into-items):
18395 Fix typos in docstrings; reflow docstrings.
18396 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
18397 (js--variable-decl-matcher, js--inside-pitem-p)
18398 (js--parse-state-at-point, js--get-all-known-symbols)
18399 (js--symbol-history, js-find-symbol, js--js-references)
18400 (js--moz-interactor, js--js-encode-value, js--read-tab):
18401 Fix typos in docstrings.
18402
18403 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18404
18405 * textmodes/reftex.el (reftex-get-file-buffer-force):
18406 * progmodes/verilog-mode.el (verilog-batch-execute-func):
18407 * emulation/viper.el (viper-go-away, viper-set-hooks):
18408 * emacs-lisp/re-builder.el (re-builder-unload-function):
18409 * emacs-lisp/bytecomp.el (byte-compile-file):
18410 * ses.el (ses-unload-function):
18411 * hexl.el (hexl-find-file):
18412 * files.el (normal-mode):
18413 * ehelp.el (with-electric-help):
18414 * autoinsert.el (auto-insert-alist):
18415 * arc-mode.el (archive-mode):
18416 Use (default-value 'major-mode) instead of default-major-mode.
18417
18418 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
18419 * international/mule.el (load-with-code-conversion):
18420 * emacs-lisp/debug.el (debug):
18421 * ediff-vers.el (ediff-rcs-get-output-buffer):
18422 * dired.el (dired-internal-noselect): Don't let-bind
18423 default-major-mode around code that doesn't use it.
18424 E.g. buffer creation via get-buffer-create doesn't use it.
18425
18426 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
18427
18428 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
18429 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
18430 when writing the temp file. Otherwise, epa-file gets confused.
18431 (tramp-register-file-name-handlers): Make it a defun. Move also
18432 `epa-file-handler' to the front of `file-name-handler-alist'.
18433
18434 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18435
18436 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
18437 start right after a ^M.
18438 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
18439 (tramp-completion-file-name-regexp-separate)
18440 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
18441 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
18442 Don't modify last-coding-system-used by accident.
18443 (tramp-completion-file-name-handler): Apply the checks here,
18444 instead during registration.
18445 (tramp-register-file-name-handlers): Rename from
18446 `tramp-register-file-name-handler'. Register both
18447 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
18448 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
18449
18450 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
18451
18452 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
18453 Remove variable ...
18454 (gdb-init-1, gdb-display-separate-io-buffer)
18455 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
18456 references to it.
18457 (gdb-inferior-io-mode): Use make-comint-in-buffer.
18458 (gdb-inferior-filter): Use comint-output-filter to stop
18459 echoing and remove ^M characters.
18460
18461 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18462
18463 * emulation/viper-init.el (viper-restore-cursor-type):
18464 * emulation/cua-base.el (cua--update-indications):
18465 Replace default-cursor-type with (default-value 'cursor-type).
18466
18467 * mail/sendmail.el (mail-recover-1):
18468 * international/mule-diag.el (describe-current-coding-system-briefly)
18469 (describe-current-coding-system):
18470 * international/mule-cmds.el (select-safe-coding-system)
18471 (select-message-coding-system)
18472 (set-language-environment-coding-systems, set-locale-environment):
18473 * hexl.el (hexl-insert-multibyte-char):
18474 * dos-w32.el (find-buffer-file-type-coding-system):
18475 * simple.el (what-cursor-position):
18476 Replace uses of default-buffer-file-coding-system
18477 with (default-value 'buffer-file-coding-system).
18478
18479 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
18480 Replace uses of default-cursor-in-non-selected-windows
18481 with (default-value 'cursor-in-non-selected-windows).
18482 Use with-current-buffer.
18483
18484 * mail/feedmail.el: Use CL macros.
18485 (feedmail-run-the-queue, feedmail-send-it-immediately):
18486 * dos-w32.el (find-buffer-file-type): Replace uses of
18487 default-buffer-file-type with (default-value 'buffer-file-type).
18488
18489 2009-08-28 Glenn Morris <rgm@gnu.org>
18490
18491 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
18492 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
18493 Use default-value of major-mode rather than default-major-mode.
18494
18495 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18496
18497 * Makefile.in (update-elcfiles): Report left over elc files.
18498
18499 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
18500 expand-file-name and with-current-buffer.
18501 (mail-get-names, mail-directory): Use with-current-buffer.
18502
18503 * vc.el (vc-read-revision): New function.
18504 (vc-version-diff, vc-merge): Use it.
18505
18506 2009-08-27 Sam Steingold <sds@gnu.org>
18507
18508 * simple.el (kill-do-not-save-duplicates): New user option.
18509 (kill-new): When it is non-nil, and the new string is the same as
18510 the latest kill, set replace to t to avoid duplicates in kill-ring.
18511
18512 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
18513
18514 * net/tramp.el (tramp-handle-process-file): Do not flush all
18515 caches when `process-file-side-effects' is set.
18516 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
18517 instead of `tramp-find-file-exists-command'.
18518 Unset `process-file-side-effects'.
18519
18520 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
18521
18522 * net/tramp.el (tramp-methods): New method "rsyncc".
18523 (top): Add completion function for "rsyncc".
18524 (tramp-message-show-message): New defvar.
18525 (tramp-message, tramp-error): Use it.
18526 (tramp-do-copy-or-rename-file-directly): Extend check for direct
18527 remote copying.
18528 (tramp-do-copy-or-rename-file-out-of-band): Handle new
18529 `tramp-methods' entry `copy-env' of "rsyncc".
18530 (tramp-vc-registered-read-file-names): New defconst.
18531 (tramp-vc-registered-file-names): New defvar.
18532 (tramp-handle-vc-registered): Implement optimization strategy.
18533 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
18534 (tramp-vc-file-name-handler): New defun.
18535 (tramp-get-ls-command, tramp-get-test-command)
18536 (tramp-get-file-exists-command, tramp-get-remote-ln)
18537 (tramp-get-remote-perl, tramp-get-remote-stat)
18538 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
18539
18540 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
18541 (tramp-cache-inhibit-cache): Extend doc string. It allows also
18542 timestamps.
18543 (tramp-get-file-property): Check for timestamps in
18544 `tramp-cache-inhibit-cache'.
18545 (tramp-set-file-property): Write timestamp.
18546
18547 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18548
18549 * language/japan-util.el (japanese-symbol-table): Add entries for
18550 cp932-2-byte.
18551
18552 * international/characters.el: Add category `j' to cp932-2-byte.
18553
18554 2009-08-27 Kenichi Handa <handa@m17n.org>
18555
18556 * international/fontset.el (build-default-fontset-data): New macro.
18557 (setup-default-fontset): Use build-default-fontset-data for CJK,
18558 tibetan, ethiopic, and ipa.
18559
18560 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18561
18562 * cus-start.el (default-major-mode): Customize `major-mode' instead.
18563 (enable-multibyte-characters): Not customizable any more.
18564
18565 * subr.el (default-mode-line-format, default-header-line-format)
18566 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
18567 (default-direction-reversed, default-truncate-lines)
18568 (default-left-margin, default-tab-width, default-case-fold-search)
18569 (default-left-margin-width, default-right-margin-width)
18570 (default-left-fringe-width, default-right-fringe-width)
18571 (default-fringes-outside-margins, default-scroll-bar-width)
18572 (default-vertical-scroll-bar, default-indicate-empty-lines)
18573 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
18574 (default-fringe-cursor-alist, default-scroll-up-aggressively)
18575 (default-scroll-down-aggressively, default-fill-column)
18576 (default-cursor-type, default-buffer-file-type)
18577 (default-cursor-in-non-selected-windows)
18578 (default-buffer-file-coding-system, default-major-mode)
18579 (default-enable-multibyte-characters): Mark as obsolete.
18580
18581 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
18582
18583 * vc-dir.el (vc-dir-update): Remove debug helper.
18584
18585 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
18586
18587 2009-08-26 Sam Steingold <sds@gnu.org>
18588
18589 * simple.el (save-interprogram-paste-before-kill): New user option.
18590 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
18591 save the interprogram-paste into kill-ring before overriding it
18592 with the Emacs kill.
18593
18594 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18595
18596 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
18597 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
18598 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
18599 and move to vc-rcs.el.
18600 (vc-default-next-revision): Rename to vc-rcs-next-revision and
18601 move to vc-rcs.el.
18602 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
18603 (vc-rcs-update-changelog): Remove.
18604 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
18605 and move to vc-rcs.el.
18606
18607 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
18608 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
18609 renaming.
18610 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
18611 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
18612 vc.el, renamed to be RCS specific.
18613
18614 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
18615 New functions.
18616 (vc-cvs-update-changelog): Move here from vc.el.
18617
18618 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
18619 New functions.
18620
18621 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
18622
18623 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
18624
18625 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
18626
18627 * vc-git.el (vc-git-register): Use "git add" for directories.
18628 (vc-git-stash, vc-git-stash-show): New functions.
18629 (vc-git-extra-menu-map): Bind them.
18630
18631 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
18632 directory correctly in case the item is a directory itself.
18633
18634 * vc.el: Document the desired behavior for reverted files in the
18635 `added' state.
18636 (vc-default-prettify-state-info): Remove function, unused.
18637
18638 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
18639
18640 2009-08-26 Glenn Morris <rgm@gnu.org>
18641
18642 * bindings.el (standard-mode-line-format): Reposition dashes in
18643 which-func entry. (Bug#4217)
18644
18645 * files.el (enable-local-variables, enable-local-eval)
18646 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
18647 the defcustoms.
18648 (auto-mode-alist, ignored-local-variables)
18649 (save-some-buffers-action-alist): Move risky declarations to the
18650 definitions.
18651 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
18652 (font-lock-defaults, format-alist, imenu--index-alist)
18653 (imenu-generic-expression, input-method-alist, minor-mode-alist)
18654 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
18655 (mode-line-modified, mode-line-mule-info, mode-line-position)
18656 (mode-line-process, mode-line-remote, outline-level)
18657 (parse-time-rules, rmail-output-file-alist)
18658 (special-display-buffer-names, vc-mode):
18659 Move risky declarations to the relevant files.
18660 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
18661 (mode-line-modified, mode-line-process, mode-line-position)
18662 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
18663 * font-core.el (font-lock-defaults):
18664 * format.el (format-alist):
18665 * vc-hooks.el (vc-mode):
18666 * window.el (special-display-buffer-names):
18667 * international/mule-cmds.el (input-method-alist):
18668 Define riskiness here (dumped file) rather than in files.el.
18669 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
18670 * imenu.el (imenu-generic-expression, imenu--index-alist):
18671 * outline.el (outline-level):
18672 * time.el (display-time-string):
18673 * calendar/parse-time.el (parse-time-rules):
18674 * mail/rmailout.el (rmail-output-file-alist):
18675 Autoload riskiness here, rather than placing in files.el.
18676
18677 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
18678
18679 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
18680
18681 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
18682
18683 * simple.el (process-file-side-effects): New defvar.
18684
18685 * dired-aux.el (dired-show-file-type):
18686 * vc.el (vc-diff-internal):
18687 * vc-arch.el (vc-arch-diff):
18688 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
18689 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
18690 * vc-git.el (vc-git-registered, vc-git-working-revision)
18691 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
18692 (vc-git--empty-db-p):
18693 * vc-hooks.el (vc-user-login-name):
18694 * vc-svn.el (vc-svn-registered, vc-svn-state)
18695 (vc-svn-dir-extra-headers, vc-svn-find-revision):
18696 * progmodes/grep.el (grep-probe): Let-bind
18697 `process-file-side-effects' with nil.
18698
18699 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
18700
18701 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
18702 daemon. Replace ping by checking for running service for bluez
18703 and zeroconf. (Bug#4239)
18704
18705 2009-08-25 Kevin Ryde <user42@zip.com.au>
18706
18707 * net/dig.el (dig): Add autoload cookie.
18708
18709 2009-08-25 Glenn Morris <rgm@gnu.org>
18710
18711 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
18712 load-history for absolute file-names.
18713 (byte-compile-file-form-require): Warn about use of the cl package.
18714
18715 * format.el (format-alist): Doc fix.
18716
18717 * play/bubbles.el (top-level): Don't require cl at run-time.
18718
18719 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
18720 run-time cl).
18721
18722 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
18723
18724 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
18725 from cl package.
18726 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
18727
18728 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
18729
18730 * calc/calc-alg.el (math-trig-rewrite)
18731 (math-hyperbolic-trig-rewrite): New functions.
18732 (calc-simplify): Simplify trig functions when asked.
18733
18734 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18735
18736 * diff-mode.el (diff-find-source-location): Avoid goto-line.
18737
18738 2009-08-24 Kenichi Handa <handa@m17n.org>
18739
18740 * language/ind-util.el (mapthread): Delete it.
18741 (combinatorial): New function.
18742 (indian--puthash-cv): Use combinatorial instead of mapthread.
18743
18744 2009-08-22 Kevin Ryde <user42@zip.com.au>
18745
18746 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
18747 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
18748 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
18749 Clarify docstring that the value is strings not symbols.
18750 (checkdoc-list-of-strings-p): New function.
18751
18752 2009-08-22 Glenn Morris <rgm@gnu.org>
18753
18754 * files.el (auto-mode-alist):
18755 * hippie-exp.el (he-concat-directory-file-name):
18756 * lpr.el (lpr-windows-system, printer-name):
18757 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
18758 * ps-print.el (ps-windows-system):
18759 * startup.el (command-line):
18760 * emulation/viper-ex.el (viper-glob-function):
18761 * international/mule-cmds.el (set-language-environment-coding-systems):
18762 * net/ange-ftp.el (ange-ftp-write-region):
18763 * obsolete/fast-lock.el (fast-lock-cache-name):
18764 Remove code for defunct system-types emx, macos, mswindows, next-mach,
18765 unisoft-unix, vax-vms, win32, w32.
18766
18767 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
18768 given name if the pattern is not more specific.
18769
18770 * calendar/lunar.el (lunar-phase-names): New option.
18771 (lunar-phase): Doc fix.
18772 (lunar-cycles-per-year): New constant.
18773 (lunar-index): New function.
18774 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
18775 (lunar-phase-name): Use lunar-phase-names.
18776 (calendar-lunar-phases): Use format.
18777 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
18778
18779 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
18780 Copy imenu-example--name-and-position function here for own use.
18781 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
18782
18783 * bs.el (bs--redisplay):
18784 * cus-edit.el (custom-redraw):
18785 * ibuffer.el (ibuffer-bury-buffer):
18786 * server.el (server-goto-line-column):
18787 * startup.el (command-line-1):
18788 * strokes.el (strokes-xpm-for-stroke):
18789 * term.el (term-display-buffer-line):
18790 * view.el (View-goto-line):
18791 * calc/calc.el (calc-do, calc-trail-buffer):
18792 * play/gamegrid.el (gamegrid-add-score-insecure):
18793 * progmodes/ada-mode.el (ada-compile-goto-error):
18794 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
18795 (ebrowse-select-1st-to-9nth):
18796 * progmodes/cperl-mode.el (cperl-time-fontification):
18797 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
18798 * progmodes/gud.el (gud-display-line):
18799 (idlwave-shell-display-line):
18800 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
18801 * progmodes/make-mode.el (makefile-browser-toggle):
18802 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
18803 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
18804 * textmodes/picture.el (picture-draw-rectangle):
18805 * textmodes/reftex-index.el (reftex-index-goto-letter):
18806 (reftex-select-jump-to-previous):
18807 * textmodes/reftex-sel.el (reftex-find-start-point)
18808 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
18809 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
18810 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
18811 * textmodes/tex-mode.el (tex-compilation-parse-errors):
18812 * textmodes/two-column.el (2C-associated-buffer):
18813 Use forward-line rather than goto-line.
18814
18815 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
18816 goto-line.
18817
18818 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
18819 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
18820 (quick-check-list-to-regexp): Declare.
18821
18822 * progmodes/make-mode.el (makefile-browser-insert-selection):
18823 Use goto-char rather than goto-line.
18824
18825 * progmodes/prolog.el (compilation-error-regexp-alist)
18826 (compilation-forget-errors): Declare.
18827
18828 2009-08-22 Juri Linkov <juri@jurta.org>
18829
18830 * progmodes/grep.el (lgrep, rgrep): At the beginning
18831 set `dir' to `default-directory' unless `dir' is a non-nil
18832 readable directory. (Bug#4052)
18833 (lgrep, rgrep): Change a weird way to report an error
18834 from using `read-string' to using `error'.
18835 Instead of using interactive arguments in the function body,
18836 add new argument `confirm'.
18837
18838 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18839
18840 * textmodes/remember.el (remember-buffer):
18841 * progmodes/cperl-mode.el (cperl-vc-header-alist):
18842 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
18843 (icalendar-extract-ical-from-buffer):
18844 * net/newst-treeview.el (newsticker-groups-filename):
18845 * net/newst-backend.el (newsticker-cache-filename):
18846 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
18847 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
18848 (speedbar-add-ignored-path-regexp, speedbar-line-path)
18849 (speedbar-buffers-line-path, speedbar-path-line)
18850 (speedbar-buffers-line-path):
18851 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
18852 (epg-sign-keys):
18853 * epa.el (epa-display-verify-result):
18854 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
18855
18856 2009-08-21 Glenn Morris <rgm@gnu.org>
18857
18858 * progmodes/js.el (inferior-moz-process): Fix declaration.
18859
18860 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
18861
18862 * obsolete/rnewspost.el (news-mail-reply):
18863 Use goto-char rather than goto-line.
18864
18865 * term/ns-win.el (ns-open-file-select-line):
18866 Use line-beginning-position rather than goto-line.
18867
18868 * apropos.el (apropos-command):
18869 * ehelp.el (electric-helpify):
18870 * printing.el (pr-show-setup):
18871 * strokes.el (strokes-help):
18872 * tutorial.el (tutorial--describe-nonstandard-key)
18873 (tutorial--detailed-help):
18874 * woman.el (woman-mini-help, woman-display-extended-fonts):
18875 * calc/calc-help.el (calc-describe-key):
18876 * emulation/edt.el (edt-electric-helpify):
18877 * international/mule-diag.el (mule-diag):
18878 * play/yow.el (apropos-zippy):
18879 * progmodes/python.el (python-describe-symbol):
18880 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
18881 * textmodes/table.el (*table--cell-describe-mode)
18882 (*table--cell-describe-bindings):
18883 Use help-print-return-message rather than the now obsolete alias.
18884
18885 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
18886 (calendar-cursor-to-visible-date):
18887 * play/5x5.el (5x5-position-cursor):
18888 * play/decipher.el (decipher):
18889 * play/gomoku.el (gomoku-goto-xy):
18890 * play/landmark.el (lm-goto-xy):
18891 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
18892 (mpuz-paint-digit):
18893 Use forward-line, not goto-line.
18894
18895 * mail/rmail.el (rmail-obsolete): Delete custom group.
18896 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
18897 (rmail-remote-password, rmail-remote-password-required):
18898 Remove unneeded :set-after and :set properties.
18899
18900 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
18901
18902 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
18903
18904 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
18905
18906 * loadup.el: Remove leftover macos code.
18907
18908 * vc-git.el (vc-git-annotate-command): Run asynchronously.
18909 Explicitly pass the date format to git blame so that user local
18910 so that the output format can be parsed.
18911
18912 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
18913
18914 * net/dbus.el (top): Don't check for (getenv
18915 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
18916
18917 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
18918
18919 * log-edit.el (log-edit-strip-single-file-name): New var.
18920 (log-edit-insert-changelog): Use it. Bug#3571
18921
18922 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18923
18924 * subr.el (read-passwd): Use read-key so keypad keys work as well.
18925 Bug#3287
18926
18927 * help.el (help-print-return-message): Rename from
18928 print-help-return-message.
18929
18930 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
18931 cvs-mode-map parent hack.
18932 (log-view-mode): Derive from special-mode.
18933
18934 * linum.el (linum-mode): window-size-change-functions is redundant.
18935 Adapt to new window-configuration-change-hook behavior.
18936 (linum-after-size, linum-after-config): Remove.
18937
18938 * imenu.el (imenu-example--name-and-position)
18939 (imenu-example--lisp-extract-index-name)
18940 (imenu-example--create-lisp-index, imenu-example--create-c-index):
18941 Mark as obsolete.
18942
18943 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
18944 (inferior-prolog-mode): Use it.
18945 (inferior-prolog-load-file): Reset list of errors.
18946
18947 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18948
18949 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
18950
18951 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
18952
18953 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
18954
18955 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
18956 is running already.
18957
18958 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18959
18960 * subr.el (listify-key-sequence-1): Use normal syntax since those
18961 integers are nowadays always represented by the same (positive) number
18962 on all platforms.
18963 (read-key-empty-map): New const.
18964 (read-key-delay): New var.
18965 (read-key): New function.
18966 (force-mode-line-update): Use with-current-buffer.
18967 (locate-user-emacs-file): Don't forget to abbreviate the file name.
18968 (start-process-shell-command, start-file-process-shell-command):
18969 Discourage the use of command-args.
18970
18971 2009-08-19 Glenn Morris <rgm@gnu.org>
18972
18973 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
18974
18975 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
18976
18977 * simple.el (choose-completion-string): Don't rely on
18978 minibuffer-completing-file-name and ad-hoc checks to decide whether
18979 to continue completion or not.
18980
18981 * minibuffer.el (minibuffer-hide-completions): New function.
18982 (completion--do-completion): Use it.
18983 (completions-annotations): New face.
18984 (completion--insert-strings): Use it.
18985 (completion-pcm--delim-wild-regex): Add docstring.
18986 (completion-pcm--string->pattern): Add support for 0-width delimiters
18987 in completion-pcm--delim-wild-regex.
18988
18989 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
18990
18991 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
18992 Remove unused var `buffer-modified-p'.
18993
18994 * minibuffer.el (completion--do-completion): Move point for the #b001
18995 case as well (bug#4176).
18996 (minibuffer-complete, minibuffer-complete-word): Don't move point.
18997
18998 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
18999
19000 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
19001 and :session buses.
19002
19003 2009-08-18 Kenichi Handa <handa@m17n.org>
19004
19005 * international/ucs-normalize.el (ucs-normalize-version):
19006 Change to 1.1.
19007 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
19008 (utf-8-hfs): Make it perform normalization on encoding too.
19009
19010 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
19011 (sentence-end-without-space): Delete duplicated chars.
19012 (sentence-end-base): Likewise.
19013
19014 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
19015 (html-mode): Delete duplicated chars from sentence-end-base.
19016
19017 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
19018 (texinfo-mode): Delete duplicated chars from sentence-end-base.
19019
19020 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
19021
19022 * files.el (hack-one-local-variable): If the mode function is for
19023 a minor mode, pass it an argument (Bug#4148).
19024
19025 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
19026
19027 * net/tramp.el (tramp-register-completion-file-name-handler):
19028 Check also for (member 'partial-completion completion-styles).
19029
19030 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
19031
19032 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
19033 abbrev (Bug#3943).
19034
19035 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
19036
19037 * progmodes/cperl-mode.el: Merge upstream 6.2.
19038 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
19039 (cperl-forward-re): Check cperl-brace-recursing.
19040 (cperl-highlight-charclass): New function.
19041 (cperl-find-pods-heres): Use it.
19042 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
19043 (cperl-beautify-regexp-piece): Fix column calculation.
19044 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
19045 (cperl-beautify-level): Don't process entire regexp.
19046 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
19047 calling man.
19048 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
19049 (cperl-init-faces): Build a list in the normal way.
19050
19051 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
19052
19053 * calendar/parse-time.el (parse-time-string-chars): Save match
19054 data.
19055
19056 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
19057
19058 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
19059 (sql-product): Use it.
19060 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
19061 (sql-set-product): Add completion.
19062 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
19063 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
19064 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
19065 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
19066 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
19067 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
19068 (sql-highlight-db2-keywords): Remove.
19069 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
19070 (sql-highlight-product): Use derived-mode-p.
19071 (sql-set-sqli-buffer): Use with-current-buffer.
19072 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
19073 Simplify.
19074
19075 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
19076
19077 * term.el: Fix commenting convention, turn comments into docstrings.
19078
19079 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
19080
19081 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
19082
19083 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
19084
19085 * calendar/parse-time.el (parse-time-string-chars): Compute using
19086 character classes, to handle non-ascii characters (Bug#3190).
19087
19088 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
19089
19090 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
19091 another heredoc if the user adds another < (Bug#3226).
19092
19093 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19094 Don't initialize based on window-system (Bug#4124).
19095
19096 * facemenu.el (facemenu-read-color): Use a completion function
19097 that accepts any defined color, such as RGB triplets (Bug#3677).
19098
19099 * files.el (get-free-disk-space): Change fallback default
19100 directory to /. Expand DIR argument before switching to fallback.
19101 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
19102
19103 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
19104
19105 * files.el (load-library): Doc fix.
19106
19107 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
19108
19109 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
19110 (viper-if-string): Redefine C-s in the minibuffer to insert the last
19111 incremental search string.
19112
19113 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
19114 XEmacs.
19115
19116 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
19117 (ediff-merge-region-is-non-clash)
19118 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
19119 Also check if the job is really a merge job.
19120
19121 * ediff.el (ediff-current-file): New function.
19122
19123 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
19124
19125 * progmodes/js.el: Edit docstrings throughout to follow Emacs
19126 conventions.
19127 (js-insert-and-indent): Delete function.
19128 (js-mode-map): Don't bind keys to js-insert-and-indent.
19129 (js-beginning-of-defun): Rename from js--beginning-of-defun.
19130 (js-end-of-defun): Rename from js--end-of-defun.
19131 (js-auto-indent-flag): Delete variable.
19132
19133 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
19134
19135 * progmodes/js.el: Remove proclaim statement.
19136 Defvar which-func-imenu-joiner-function to silence compiler.
19137
19138 * files.el (auto-mode-alist): Use js-mode for .js files.
19139
19140 * progmodes/js2-mode.el: Remove file.
19141
19142 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
19143
19144 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
19145
19146 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
19147
19148 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
19149 Karl Landstrom <karl.landstrom@brgeight.se>
19150
19151 * progmodes/js.el: New file.
19152
19153 2009-08-14 Mark A. Hershberger <mah@everybody.org>
19154
19155 * timezone.el (timezone-parse-date): Add ability to understand ISO
19156 basic format (minimal separators) dates in addition to the
19157 already-supported extended format dates.
19158
19159 2009-08-14 Eli Zaretskii <eliz@gnu.org>
19160
19161 * international/ucs-normalize.el: Add a `coding' file variable.
19162
19163 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
19164
19165 2009-08-14 Sam Steingold <sds@gnu.org>
19166
19167 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
19168
19169 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
19170
19171 * faces.el (help-argument-name): Define it here instead of
19172 help-fns.el, because in daemon mode help-fns.el may be loaded when
19173 faces are still uninitialized (Bug#1078).
19174
19175 * help-fns.el (help-argument-name): Move defface to faces.el.
19176
19177 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
19178
19179 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
19180 create buffer with a pty but no process so that GDB can make the
19181 inferior the controlling process.
19182
19183 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
19184
19185 * international/ucs-normalize.el: New file.
19186
19187 2009-08-13 Richard Stallman <rms@gnu.org>
19188
19189 * mail/rmail.el (rmail-get-attr-names):
19190 Accept an attribute header that is too short.
19191
19192 * mail/rmail.el (rmail-forget-messages):
19193 Ignore nil elt in rmail-message-vector. Use dotimes.
19194
19195 * progmodes/compile.el (compilation-goto-locus):
19196 Use next-error-move-function.
19197
19198 * simple.el (next-error-move-function): New variable.
19199
19200 2009-08-12 Juri Linkov <juri@jurta.org>
19201
19202 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
19203 always non-nil. (Bug#4052)
19204
19205 * replace.el (read-regexp): Return empty string when
19206 `default-value' is nil.
19207 (keep-lines-read-args): Don't use empty string as the
19208 default value for `read-regexp'. (Bug#2495)
19209
19210 2009-08-12 Juri Linkov <juri@jurta.org>
19211
19212 * international/mule-cmds.el (ucs-insert): Change arguments
19213 from `arg' to `character', `count', `inherit' to be the same
19214 as in `insert-char'. Doc fix. (Bug#4039)
19215
19216 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
19217
19218 2009-08-12 Juri Linkov <juri@jurta.org>
19219
19220 * files-x.el: New file.
19221
19222 * files.el: Move code that deals with adding/deleting
19223 file/directory-local variables to files-x.el.
19224
19225 * Makefile.in (ELCFILES): Add files-x.elc.
19226
19227 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
19228
19229 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
19230 to use `goto-line'.
19231 (gdb-place-breakpoints, gdb-get-location): Rewritten without
19232 `goto-line'.
19233 (gdb-invalidate-disassembly): Do not refresh upon receiving
19234 'update signal. Instead, update all disassembly buffers only after
19235 threads list.
19236 (gdb): Send -target-detach when buffer is killed (Bug#3794).
19237 (gdb-starting): Move -data-list-register-names...
19238 (gdb-stopped): ...here so it's sent when first thread stops.
19239 (gdb-registers-handler-custom): Do nothing if register names are
19240 unknown yet.
19241
19242 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
19243 from `gdb-mi.el' to avoid extra tangling.
19244
19245 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
19246 change which breaks `gud-def' definitions used in `gdb'.
19247 (gdb-update-gud-running): No extra fuss for updating frame number.
19248
19249 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19250
19251 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
19252 (describe-language-environment-map, setup-language-environment-map)
19253 (set-coding-system-map): Move initialization into declaration.
19254 (set-language-info-alist): Last arg to define-key-after can be skipped.
19255
19256 * international/quail.el (quail-completion-1): Simplify.
19257 (quail-define-rules): Use slightly more compact code.
19258 (quail-insert-decode-map): Propertize keys, compact columns.
19259
19260 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19261 Add goto-line.
19262
19263 2009-08-10 Miles Bader <miles@gnu.org>
19264
19265 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
19266 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
19267 (js2-instance-member, js2-private-member, js2-private-function-call)
19268 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
19269 (js2-magic-paren, js2-external-variable):
19270 Remove "-face" suffix from face names.
19271 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
19272 (js2-highlight-undeclared-vars, js2-peek-token)
19273 (js2-parse-function-params, js2-mode-show-errors)
19274 (js2-mode-show-warnings, js2-make-magic-delimiter)
19275 (js2-mode-highlight-magic-parens): Update to use new face names.
19276
19277 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
19278
19279 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
19280 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
19281
19282 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
19283
19284 * subr.el: Provide hashtable-print-readable.
19285
19286 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
19287 hs-c-like-adjust-block-beginning.
19288 (hs-hide-block-at-point): Stop hiding at the beginning of
19289 hs-block-end-regexp (Bug#700).
19290
19291 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
19292
19293 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
19294 a macro.
19295 (gdb-registers-handler-custom): Do not fail when register names
19296 are unavailable.
19297
19298 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
19299
19300 * progmodes/gdb-mi.el (gdb-control-all-threads)
19301 (gdb-control-current-thread): Interactive setters for
19302 `gdb-gud-control-all-threads' to use in menu.
19303 (gdb-show-run-p): Show «Go» when process is not active.
19304 (gud-tool-bar-map): Add non-stop/A,T indicator.
19305 Uses gud/thread.xpm and gud/all.xpm.
19306
19307 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
19308
19309 * net/net-utils.el (net-utils-font-lock-keywords): New var.
19310 (nslookup-font-lock-keywords): Make it a variable.
19311 (net-utils-mode): New mode for viewing diagnostic network output.
19312 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
19313 (net-utils-run-simple): New function.
19314 (ifconfig, iwconfig, netstat, arp, route): Use it.
19315
19316 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
19317
19318 * progmodes/gdb-mi.el (gdb-read-memory-custom)
19319 (gdb-memory-set-address, def-gdb-set-positive-number)
19320 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
19321 after changing settings.
19322 (gdb-invalidate-disassembly): Update when first shown.
19323 (gdb-edit-locals-value): Fixed.
19324 (gdb-registers-handler-custom): Print registers in right order and
19325 allow changing register values (only for current thread yet).
19326 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
19327 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
19328 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
19329 (gdb-locals-handler-custom, gdb-registers-handler-custom):
19330 Thread info in mode name.
19331 (gdb-registers-mode-map): TAB to switch to locals.
19332
19333 2009-08-08 Eli Zaretskii <eliz@gnu.org>
19334
19335 * mail/rmail.el (rmail-add-mbox-headers)
19336 (rmail-set-message-counters-counter): Search for
19337 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
19338
19339 2009-08-08 Glenn Morris <rgm@gnu.org>
19340
19341 * Makefile.in (ELCFILES): Update.
19342
19343 2009-08-07 Eli Zaretskii <eliz@gnu.org>
19344
19345 * mail/sendmail.el (mail-yank-original):
19346 Set buffer-file-coding-system from the one used by the message whose
19347 text is yanked.
19348
19349 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
19350 to "windows" when "pgnuplot" is used.
19351 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
19352 Don't call accept-process-output if "pgnuplot" is used.
19353 (calc-graph-init): Don't send -display and -geometry to
19354 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
19355 running "pgnuplot -V" with shell-command-to-string.
19356
19357 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
19358 the default.
19359
19360 2009-08-07 Eli Zaretskii <eliz@gnu.org>
19361
19362 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
19363 org/org-latex.elc.
19364
19365 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
19366
19367 * vc-dispatcher.el (vc-resynch-window): Update comment.
19368
19369 * term.el (term-handle-ansi-escape): Add comments with the
19370 terminfo capabilities implemented.
19371
19372 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
19373
19374 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
19375 (gdb-var-create-handler): Rewritten using JSON parser.
19376 (gdb-propertize-header): Move earlier.
19377 (gdb-set-header): Remove to avoid duplication.
19378 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
19379 Refresh disassembly buffers only after threads list have been
19380 update.
19381 (gdb-threads-header, gdb-registers-header): Per-buffer header line
19382 variables.
19383
19384 2009-08-04 Juri Linkov <juri@jurta.org>
19385
19386 * files.el: Commands to add/delete file/directory-local variables.
19387 (read-file-local-variable, read-file-local-variable-value)
19388 (read-file-local-variable-mode, modify-file-local-variable)
19389 (modify-file-local-variable-prop-line)
19390 (modify-dir-local-variable): New functions.
19391 (add-file-local-variable, delete-file-local-variable)
19392 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
19393 (add-dir-local-variable, delete-dir-local-variable)
19394 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
19395 (copy-dir-locals-to-file-locals-prop-line): New commands.
19396
19397 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
19398
19399 * abbrev.el (insert-abbrev-table-description): Prettify output.
19400 Suggested by Karl Chen.
19401
19402 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
19403
19404 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
19405 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
19406 (gdb-overlay-arrow-position, gdb-thread-position)
19407 (gdb-disassembly-position): Declare variables.
19408 (gdb-wait-for-pending): Function now.
19409 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
19410 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
19411 compilation goes smoothly.
19412 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
19413 (gdb-non-stop-setting): New customization setting which replaces
19414 `gdb-non-stop' so changing it doesn't break active GDB session.
19415 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
19416 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
19417 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
19418 (gdb-show-threads-by-default): New customization options.
19419 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
19420 routines.
19421 (gdb-get-buffer-create): Send buffers update signal when they are
19422 created.
19423 (gdb-invalidate-locals, gdb-invalidate-registers)
19424 (gdb-invalidate-breakpoints)
19425 (gdb-invalidate-threads, gdb-invalidate-disassembly)
19426 (gdb-invalidate-memory): Accept update signal.
19427 (gdb-current-context-command): Use --frame option.
19428 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
19429 Implement `gdb-frame-number' selection logic.
19430 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
19431 whether to show GUD toolbar buttons.
19432 (gdb-thread-exited): Unselect current thread when it exits.
19433 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
19434 (gdb-mark-line): Routine which sets overlay arrow or inverses
19435 video on fringeless displays.
19436 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
19437 to build aligned columns of data in GDB buffers and set text
19438 properties line-by-line.
19439 (gdb-invalidate-breakpoints)
19440 (gdb-breakpoints-list-handler-custom)
19441 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
19442 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
19443 (gdb-registers-handler-custom): Align data columns.
19444 (gdb-locals-handler-custom): Now prints data like in variable
19445 declarations.
19446 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
19447 Remove confusing buttons.
19448 (gdb-invalidate-threads): Append --frame.
19449 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
19450 between breakpoints/threads buffers.
19451 (gdb-set-window-buffer): Now can ignore dedicated windows.
19452 (gdb-propertize-header): Use `gdb-set-window-buffer'.
19453 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
19454 (def-gdb-thread-buffer-gud-command): Replaces
19455 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
19456 for fine thread control.
19457 (gdb-preempt-existing-or-display-buffer): New function used to
19458 display bound buffers without breaking window layout.
19459 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
19460 (gdb-select-frame): New version of `gdb-frames-select' which now
19461 sets `gdb-frame-number' so commands may use --frame option instead
19462 of inner debugger state.
19463 (gdb-frame-handler): Do not set `gdb-frame-number'.
19464 (gdb-threads-mode-map): Select threads with mouse.
19465
19466 * progmodes/gud.el (gdb-gud-context-call): Declare function to
19467 avoid compilation warning.
19468 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
19469 `gdb-show-stop-p`.
19470
19471 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
19472 Argument `key' renamed to `buffer-type'.
19473 (gdb-current-context-buffer-name): Do not add thread info to
19474 buffer name when no thread is selected.
19475 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
19476 command (bug 3794).
19477 (gdb-thread-selected): Handle `=thread-selected' notification.
19478 (gdb-wait-for-pending): New macro to deal with congestion problems.
19479 (gdb-breakpoints-list-handler-custom): Don't fail on pending
19480 breakpoints.
19481 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
19482 This fixes problem similar to one described in bug 3947.
19483 (gud-menu-map): More menu items.
19484 (gdb-init-1): Reset `gdb-thread-number' to nil.
19485
19486 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
19487 non-stop settings.
19488
19489 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
19490 (gdb-current-context-command): Do not append --thread if
19491 `gdb-thread-number' is nil.
19492 (gdb-running-threads-count, gdb-stopped-threads-count):
19493 New variables.
19494 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
19495 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
19496 New customization options.
19497 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
19498 GUD commands.
19499 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
19500 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
19501 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
19502 set `gdb-thread-number' and update `gud-running' properly.
19503 (gdb-running): Update threads list when new threads appear.
19504 (gdb-stopped): Support non-stop operation and new thread switching
19505 logic.
19506 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
19507 (gdb-json-partial-output): New set of JSON routines.
19508 (def-gdb-auto-update-trigger): New `signal-list' optional
19509 argument.
19510 (gdb-thread-list-handler-custom): Update `gud-running',
19511 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
19512 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
19513 (gdb-continue-thread, gdb-step-thread): New commands for fine
19514 thread execution control.
19515 (gud-menu-map): New menu items to switch non-stop options.
19516 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
19517 (gdb-send): Mimic RET properly (bug 3794).
19518
19519 * progmodes/gdb-mi.el (gdb-rules-name-maker)
19520 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
19521 gdb-buffer-rules.
19522 (def-gdb-auto-update-handler): New nopreserve optional argument.
19523 (gdb-stack-list-frames-custom): Print stack from top to bottom.
19524
19525 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
19526 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
19527 (gdb-parent-mode): New mode to derive other GDB modes from.
19528 (gdb-display-disassembly-for-thread)
19529 (gdb-frame-disassembly-for-thread): New commands for threads
19530 buffer.
19531
19532 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
19533 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
19534 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
19535 (gdb-update): We now store all GDB buffers in a list so that they
19536 can be updated by traversing a list instead of calling invalidate
19537 triggers explicitly.
19538 (def-gdb-trigger-and-handler): New macro to define trigger-handler
19539 pair for GDB buffer.
19540 (gdb-stack-buffer-name): Add thread information.
19541 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
19542 handle pending triggers.
19543 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
19544 (def-gdb-thread-buffer-simple-command)
19545 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
19546 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
19547 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
19548 New commands which show buffers bound to thread.
19549 (gdb-stack-list-locals-regexp): Remove unused regexp.
19550
19551 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
19552 (gdb-locals-buffer-name, gdb-registers-buffer-name)
19553 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
19554 to (gud-comint-buffer) in *-buffer-name functions
19555 because (gdb-get-target-string) already does that.
19556 (gdb-locals-handler-custom, gdb-registers-handler-custom)
19557 (gdb-changed-registers-handler): Rewritten without regexps.
19558
19559 * progmodes/gdb-mi.el: Basic thread selection support.
19560 (gdb-thread-number): New variable.
19561 (gdb-current-context-command): New macro which adds --thread
19562 option to command.
19563 (gdb-threads-mode-map): Select thread with SPC.
19564 (gdb-thread-list-handler-custom): Mark current thread with overlay
19565 arrow. Synchronize GDB thread and Emacs thread.
19566 (gdb-select-thread): New command which selects current thread.
19567 (gdb-invalidate-frames, gdb-invalidate-locals)
19568 (gdb-invalidate-registers): Use --thread option.
19569
19570 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
19571
19572 * net/tramp.el (top): Make check for tramp-gvfs loading more
19573 robust. (Bug#3977)
19574 (tramp-handle-insert-file-contents): `unwind-protect' must be
19575 inside `with-parsed-tramp-file-name'.
19576
19577 * net/tramp-gvfs.el (top): Remove superfluous message when loading
19578 fails.
19579
19580 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
19581
19582 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
19583 directory if CLASSPATH is not set.
19584
19585 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
19586
19587 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
19588 New defconst.
19589 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
19590
19591 2009-08-02 Kevin Ryde <user42@zip.com.au>
19592
19593 * net/newst-backend.el (newsticker--raw-url-list-defaults):
19594 Update freshmeat link. Delete newsforge.com as it seems gone.
19595
19596 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
19597
19598 * select.el (x-set-selection): Doc fix (Bug#4021).
19599
19600 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
19601
19602 * help-fns.el (describe-variable): Treat list return values from
19603 dir-locals-find-file properly (Bug#4005).
19604
19605 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
19606
19607 * net/tramp.el (tramp-debug-message): Print also microseconds.
19608
19609 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
19610
19611 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
19612 or END is non-nil.
19613 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
19614 (tramp-get-debug-buffer): Change `outline-regexp' according to new
19615 format.
19616
19617 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
19618 (tramp-get-file-property): Use it.
19619
19620 * autorevert.el (auto-revert-handler):
19621 Allow `auto-revert-tail-mode' for remote files.
19622
19623 2009-08-02 Jason Rumney <jasonr@gnu.org>
19624
19625 * minibuffer.el (read-file-name): Treat confirm options to
19626 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
19627
19628 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
19629
19630 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
19631 (font-lock-variable-name-face, font-lock-constant-face):
19632 Darken the colors for light backgrounds.
19633
19634 2009-08-01 Eli Zaretskii <eliz@gnu.org>
19635
19636 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
19637 month names. (Bug#3987)
19638
19639 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
19640
19641 * simple.el (line-move-finish): Pass whole number to
19642 line-move-to-column.
19643 (line-move-visual): Perform hscroll to the recorded position.
19644
19645 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
19646
19647 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
19648
19649 2009-07-29 Alan Mackenzie <acm@muc.de>
19650
19651 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
19652
19653 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
19654
19655 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
19656 (gdb-place-breakpoints): Use full path when setting breakpoints.
19657
19658 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
19659
19660 * calc/calc.el (calc-mode-map): Add keybinding for
19661 `calc-transpose-lines'.
19662
19663 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
19664
19665 * calc/calc-misc.el (calc-transpose-lines): New function.
19666
19667 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
19668
19669 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
19670 Simplify check for out-of-band methods.
19671 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
19672 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
19673
19674 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
19675
19676 * vc-git.el (vc-git-checkin): Fix typo.
19677
19678 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
19679
19680 * progmodes/js2-mode.el: New file.
19681
19682 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
19683
19684 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
19685 (gud-menu-map): Adjust tooltip accordingly.
19686
19687 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
19688
19689 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
19690 (vc-bzr-log-view-mode): Adjust log-view-file-re.
19691
19692 * add-log.el (change-log-mode-map): Add a menu.
19693
19694 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
19695
19696 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
19697 function returns nil.
19698 (dbus-handle-event): Handle special return value :ignore.
19699 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
19700
19701 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
19702
19703 * view.el (view-mode-enable): Don't define Helper-return-blurb if
19704 it's not needed.
19705
19706 2009-07-25 Eli Zaretskii <eliz@gnu.org>
19707
19708 Fix Bug#3888:
19709
19710 * w32-vars.el (x-select-enable-clipboard): Doc fix.
19711
19712 * term/pc-win.el (x-display-name, x-colors)
19713 (x-select-enable-clipboard, x-select-text): Doc fix.
19714
19715 * term/common-win.el (x-display-name, x-colors): Doc fix.
19716
19717 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
19718 (xw-defined-colors): Doc fix.
19719
19720 * w32-fns.el (x-select-text, x-setup-function-keys)
19721 (x-get-selection, x-set-selection): Doc fix.
19722
19723 * term/x-win.el (x-select-text, x-setup-function-keys)
19724 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
19725
19726 * select.el (x-set-selection): Doc fix.
19727
19728 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
19729
19730 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
19731 instead of "IsNSSSupportAvailable". Avahi ought to work also when
19732 "IsNSSSupportAvailable" method is not available.
19733 Reported by Steve Youngs <steve@sxemacs.org>.
19734
19735 2009-07-24 Kenichi Handa <handa@m17n.org>
19736
19737 * international/characters.el: Fix setting of category ?C, ?|, ?K,
19738 and ?H. Fix setting of case for Latin Extended and Greek Extended.
19739 (build-unicode-category-table): Fix range checks.
19740
19741 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
19742
19743 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
19744 the buffer we try to sync is current when calling
19745 vc-resynch-buffer.
19746
19747 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
19748 not show up to date files.
19749
19750 2009-07-24 Glenn Morris <rgm@gnu.org>
19751
19752 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
19753 Add autoload cookies. If necessary, initialize.
19754 (elint-log): Handle non-file buffers.
19755 (elint-initialize): Add optional argument to reinitialize.
19756 (elint-find-builtin-variables): Save excursion.
19757
19758 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
19759
19760 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
19761 for Lint.
19762
19763 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19764
19765 * vc.el (vc-print-log-internal): New function, split out from ...
19766 (vc-print-log): ... here.
19767 (vc-dir-move-to-goal-column): Declare.
19768
19769 * vc-git.el (vc-git-add-signoff): New variable.
19770 (vc-git-checkin): Use it.
19771 (vc-git-toggle-signoff): New function.
19772 (vc-git-extra-menu-map): Bind it to menu.
19773 (vc-git--run-command-string): Accept a nil FILE argument.
19774 (vc-git-stash-list): New function.
19775 (vc-git-dir-extra-headers): Use it.
19776
19777 2009-07-23 Glenn Morris <rgm@gnu.org>
19778
19779 * help-fns.el (describe-variable): Describe ignored and risky local
19780 variables in a similar way to that in which we describe safe ones.
19781
19782 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
19783 (byte-compile-output-file-form, byte-compile-output-docform)
19784 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
19785 Give some more local variables with common names a "bytecomp-" prefix,
19786 so as not to shadow things during compilation.
19787 * emacs-lisp/cl-macs.el (load-time-value)
19788 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
19789 `outbuffer' to `bytecomp-outbuffer'.
19790
19791 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
19792 since the next two variables cover them automatically now.
19793 (elint-builtin-variables, elint-autoloaded-variables): New.
19794 (elint-unknown-builtin-args): Remove all members, since they can be
19795 parsed automatically now.
19796 (elint-extra-errors): New.
19797 (elint-env-add-env, elint-env-add-macro): Use cadr.
19798 (elint-current-buffer): Use or. Change final message.
19799 (elint-get-top-forms): Use line-end-position.
19800 (elint-init-env): Use cadr. Handle autoload, declare-function,
19801 and defalias.
19802 (elint-add-required-env): Doc fix. Use or. Standardize error.
19803 (regexp-assoc): Remove unused function.
19804 (elint-top-form): Set elint-current-pos, to record the start of the
19805 top-level form, for compilation-mode.
19806 (elint-form): Trap errors in macro expansion. Use dolist.
19807 (elint-unbound-variable): Use elint-builtin-variables and
19808 elint-autoloaded-variables.
19809 (elint-get-args): Use cadr, or.
19810 (elint-check-cond-form): Use dolist, cadr.
19811 (elint-check-condition-case-form): Doc fix. Use cadr.
19812 Use elint-extra-errors.
19813 (elint-log): New function.
19814 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
19815 Distinguish errors and warnings.
19816 (elint-log-message): Use with-current-buffer. Inhibit read-only.
19817 Use a bytecomp-style format.
19818 (elint-clear-log): Preserve default-directory. Inhibit read-only.
19819 (elint-get-log-buffer): Use compilation mode. Disable undo.
19820 Don't truncate lines.
19821 (elint-initialize): Set builtin and autoloaded variable lists.
19822 Only process elint-unknown-builtin-args if non-nil.
19823 (elint-find-builtin-variables, elint-find-autoloaded-variables):
19824 New functions.
19825 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
19826
19827 2009-07-22 Kevin Ryde <user42@zip.com.au>
19828
19829 * net/newst-backend.el (newsticker--parse-atom-1.0)
19830 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19831 (newsticker--parse-rss-1.0):
19832 * progmodes/idlwave.el (idlwave-mode):
19833 * progmodes/idlw-shell.el (idlwave-shell-mode):
19834 * progmodes/vera-mode.el (vera-mode):
19835 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
19836 * progmodes/vhdl-mode.el (vhdl-mode):
19837 * textmodes/table.el (table-generate-source)
19838 (table--warn-incompatibility):
19839 Hyperlink urls in docstrings with URL `...'.
19840
19841 2009-07-22 Glenn Morris <rgm@gnu.org>
19842
19843 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
19844 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
19845 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
19846 Remove leading * from defcustom docs.
19847
19848 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
19849
19850 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
19851 defcustom doc.
19852 (list-load-path-shadows): Optionally, just return shadows as a string.
19853
19854 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
19855
19856 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
19857
19858 * mail/rmailedit.el (rmail-edit-mode):
19859 Use auto-save-include-big-deletions.
19860
19861 * mail/rmail.el (rmail-variables):
19862 Use auto-save-include-big-deletions.
19863
19864 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
19865 changes.
19866
19867 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
19868
19869 * calc/calc.el (calc-undo-length): New variable.
19870 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
19871
19872 2009-07-21 Richard Stallman <rms@gnu.org>
19873
19874 * files.el (auto-save-mode): Handle buffer-save-size = -2
19875 for toggling mode.
19876
19877 2009-07-21 Glenn Morris <rgm@gnu.org>
19878
19879 * textmodes/ispell.el (ispell-looking-back): Update declaration.
19880
19881 * calendar/todo-mode.el (calendar-current-date): Update declaration.
19882
19883 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
19884 silence compiler. Instead...
19885 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
19886 (ps-print-ensure-fontified): Update for above function name changes.
19887
19888 * printing.el (pr-mh-get-msg-num, pr-mh-show)
19889 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
19890 silence compiler. Instead...
19891 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
19892 (mh-show-buffer): Only define for compiler.
19893 (pr-mh-current-message): Update for above function name changes.
19894
19895 * files.el (abort-if-file-too-large): Explicitly pass `filename'
19896 as an argument.
19897 (find-file-noselect, insert-file-1): Update for above change.
19898
19899 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
19900
19901 * mail/mailclient.el (mailclient-send-it): Fix message.
19902
19903 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
19904 (edebug-eval): Check cl-debug-env is bound.
19905 (print-level, print-circle): Don't redefine built-in variables.
19906
19907 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
19908 (custom-print-vectors): Remove old comments from doc.
19909
19910 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
19911 (emerge-version): Make the variable an obsolete alias for the
19912 emacs-version variable. Make the function obsolete.
19913 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
19914 Emerge options, rather than merging in into the main Options menu.
19915 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
19916 and auto advance modes. Disable edit/fast items when not relevant.
19917
19918 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
19919
19920 * term/vt420.el (terminal-init-vt420): Fix typo.
19921
19922 2009-07-20 Sam Steingold <sds@gnu.org>
19923
19924 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
19925 variable (removed from compile.el on 2004-03-11).
19926
19927 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
19928
19929 * files.el (hack-local-variables-filter): Fix last change.
19930
19931 2009-07-19 Juri Linkov <juri@jurta.org>
19932
19933 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
19934 (dir-local-variables-alist): New buffer-local variable.
19935 (hack-local-variables-filter): If variable is not dir-local,
19936 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
19937 because file-local overrides dir-local.
19938 (c-postprocess-file-styles) <declare-function>:
19939 Remove obsolete declaration.
19940 (hack-dir-local-variables): Add dir-local variable/value pair to
19941 `dir-local-variables-alist' and remove duplicates. Doc fix.
19942
19943 * help-fns.el (describe-variable): Add information about
19944 file-local and dir-local variables.
19945
19946 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
19947
19948 * files.el (hack-local-variables-filter): Rewrite.
19949
19950 2009-07-19 Glenn Morris <rgm@gnu.org>
19951
19952 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
19953 Silence compiler by only defining on XEmacs.
19954
19955 * international/mule.el (auto-coding-regexp-alist): Only match
19956 BABYL... at the start of buffer, not of lines. (Bug#3790)
19957
19958 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
19959 non-calendar buffers (Bug#3862). Restore "not on a date" message.
19960 (cal-menu-context-mouse-menu): Doc fix.
19961
19962 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
19963
19964 * simple.el (mail-user-agent): Doc fix. Set :version tag.
19965
19966 2009-07-18 Juri Linkov <juri@jurta.org>
19967
19968 * info.el: Virtual Info keyword finder.
19969 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
19970 (Info-finder-file): New variable.
19971 (Info-finder-find-file): New function.
19972 (finder-known-keywords, finder-package-info)
19973 (find-library-name, lm-commentary): Use defvar and
19974 declare-function to silence compiler warnings.
19975 (Info-finder-find-node): New function.
19976 (info-finder): New command.
19977
19978 * subr.el (process-kill-buffer-query-function): New function.
19979 (add-hook)<kill-buffer-query-functions>: Add hook
19980 `process-kill-buffer-query-function'.
19981
19982 2009-07-18 Alan Mackenzie <acm@muc.de>
19983
19984 * progmodes/cc-mode.el (c-before-hack-hook)
19985 (c-postprocess-file-styles): Give invocation of `c-set-style'
19986 DONT-OVERRIDE parameter of t. Already set style variables will
19987 thus not be overridden by style settings given by `c-file-syle'.
19988
19989 * files.el (hack-local-variables-filter): Remove entries with
19990 duplicate keys from `file-local-variables-alist'.
19991
19992 2009-07-18 Eli Zaretskii <eliz@gnu.org>
19993
19994 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
19995 x-set-selection if display-selections-p returns nil for the
19996 current frame.
19997
19998 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
19999
20000 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
20001
20002 2009-07-18 Eli Zaretskii <eliz@gnu.org>
20003
20004 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
20005 Accept nil in addition to a regexp.
20006 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
20007 Accept nil in addition to a regexp.
20008 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
20009 buffers that have an associated file. Handle nil values of
20010 desktop-buffers-not-to-save and desktop-files-not-to-save.
20011 (Bug#3833)
20012
20013 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
20014 (x-disown-selection-internal): New functions.
20015
20016 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
20017
20018 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
20019 warning.
20020 (gdb-breakpoints-header): Move forward to avoid compiler warning.
20021 (gdb-make-header-line-mouse-map): Remove duplicate definition.
20022
20023 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
20024
20025 * simple.el (set-mark): Revert last change.
20026
20027 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
20028
20029 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
20030 rendering of pngs is not possible instead of messaging a long
20031 description.
20032
20033 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
20034
20035 * w32-fns.el (x-selection-owner-p): New function.
20036
20037 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
20038 (mouse-yank-at-click, mouse-yank-primary):
20039 If select-active-regions is non-nil, deactivate the mark before
20040 insertion.
20041
20042 * simple.el (deactivate-mark, set-mark): Only save selection if we
20043 own it.
20044
20045 2009-07-17 Kenichi Handa <handa@m17n.org>
20046
20047 * case-table.el (describe-buffer-case-table): Fix for the case
20048 that KEY is a cons.
20049
20050 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
20051
20052 * vc-rcs.el (vc-rcs-find-file-hook):
20053 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
20054
20055 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
20056
20057 * net/tramp.el (tramp-wait-for-output): Handle the case when
20058 commands do not return a newline but a null byte before the shell
20059 prompt. (Bug#3858)
20060
20061 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20062
20063 * term/ns-win.el (ns-set-alpha): Don't declare.
20064 (ns-set-background-alpha): Remove function.
20065
20066 2009-07-16 Kevin Ryde <user42@zip.com.au>
20067
20068 * emacs-lisp/copyright.el (copyright-update): Save match-data across
20069 y-or-n-p, for safety.
20070
20071 2009-07-16 Richard Stallman <rms@gnu.org>
20072
20073 * files.el (auto-save-mode): If buffer-saved-size is -2,
20074 don't clobber it.
20075
20076 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
20077 (rmail-retry-ignored-headers): Add more uninteresting fields.
20078
20079 2009-07-15 Jari Aalto <jari.aalto@cante.net>
20080
20081 * net/rcirc.el (rcirc): Use history variables.
20082 (rcirc-server-name-history, rcirc-nick-name-history)
20083 (rcirc-server-port-history): New variables.
20084
20085 2009-07-15 Kenichi Handa <handa@m17n.org>
20086
20087 * international/mule-cmds.el (set-language-environment-charset):
20088 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
20089 ignore them.
20090
20091 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
20092 Delete unibyte-display.
20093
20094 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
20095
20096 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
20097
20098 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
20099
20100 * simple.el (deactivate-mark): Optional argument FORCE.
20101 (set-mark): Use deactivate-mark.
20102
20103 * info.el (Info-search): No need to check transient-mark-mode
20104 before calling deactivate-mark.
20105
20106 * select.el (x-set-selection): Doc fix.
20107 (x-valid-simple-selection-p): Allow buffer values.
20108 (xselect--selection-bounds): Handle buffer values.
20109 Suggested by David De La Harpe Golden.
20110
20111 * mouse.el (mouse-set-region, mouse-drag-track):
20112 Call copy-region-as-kill before setting the mark, to let
20113 select-active-regions work.
20114
20115 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
20116
20117 * simple.el (deactivate-mark): If select-active-regions is
20118 non-nil, copy the selection data into a string.
20119 (activate-mark): If select-active-regions is non-nil, set the
20120 selection to the current buffer.
20121 (set-mark): Update selection if select-active-regions is non-nil.
20122
20123 * select.el (x-valid-simple-selection-p): Allow buffer values.
20124
20125 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
20126
20127 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
20128 and more featureful message-mode.
20129
20130 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
20131
20132 * select.el (x-set-selection): Doc fix.
20133 (x-valid-simple-selection-p): Disallow selection data consisting
20134 of a list or cons of integers, since that is not used.
20135 (xselect--selection-bounds, xselect--int-to-cons): New functions.
20136 (xselect-convert-to-string, xselect-convert-to-length)
20137 (xselect-convert-to-filename, xselect-convert-to-charpos)
20138 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
20139
20140 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
20141
20142 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
20143 output in -break-info command (Emacs bug #3794).
20144
20145 2009-07-14 Glenn Morris <rgm@gnu.org>
20146
20147 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
20148 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
20149 (edebug-print-length, edebug-print-level, edebug-print-circle)
20150 (edebug-sit-for-seconds, edebug-view-outside)
20151 (edebug-bounce-point, edebug-set-global-break-condition)
20152 (edebug-Go-nonstop-mode, edebug-trace-mode)
20153 (edebug-Trace-fast-mode, edebug-continue-mode)
20154 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
20155 (edebug-visit-eval-list): Doc fixes.
20156
20157 * subr.el (def-edebug-spec): Doc fix.
20158
20159 2009-07-14 Kenichi Handa <handa@m17n.org>
20160
20161 * international/characters.el: Fix setting of category ?C.
20162
20163 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
20164
20165 * term/ns-win.el (x-select-font): defalias x-select-font to
20166 ns-popup-font-panel instead of generate-fontset-menu.
20167
20168 2009-07-12 Eli Zaretskii <eliz@gnu.org>
20169
20170 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
20171
20172 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
20173
20174 * arc-mode.el (archive-find-type): Allow for a PK00 string before
20175 the PK\003\004 header (Bug#3770).
20176
20177 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
20178
20179 * pcomplete.el (pcomplete-comint-setup): Check for
20180 shell-dynamic-complete-filename too.
20181
20182 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
20183
20184 * simple.el (temporary-goal-column): Change the value for
20185 line-move-visual to a cons cell.
20186 (line-move-visual): Record or set the window hscroll, if
20187 necessary (Bug#3494).
20188 (line-move-1): Handle cons value of temporary-goal-column.
20189
20190 2009-07-11 Kenichi Handa <handa@m17n.org>
20191
20192 * international/mule-diag.el (describe-character-set): Don't show
20193 width.
20194
20195 2009-07-10 Sam Steingold <sds@gnu.org>
20196
20197 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20198 Omake sometimes indents the errors it prints, so allow all
20199 regexps to start with spaces.
20200
20201 2009-07-10 Eli Zaretskii <eliz@gnu.org>
20202
20203 * cus-edit.el (customize-changed-options-previous-release):
20204 Bump value to 22.1. (Bug#3804)
20205
20206 2009-07-08 Sam Steingold <sds@gnu.org>
20207
20208 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
20209 to be a cons cell (test . ignored-directory) to selectively ignore
20210 some directories depending on the location of the search.
20211
20212 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
20213
20214 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
20215 remote user is root, on the local host.
20216 (tramp-local-host-p): Either the local user or the remote user
20217 must be root. (Bug#3771)
20218
20219 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
20220
20221 * progmodes/gdb-mi.el (gdb): Remove description of
20222 gdb-use-separate-io-buffer.
20223 (menu): Don't allow toggling of or enable
20224 gdb-use-separate-io-buffer from menubar.
20225
20226 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20227
20228 * mail/unrmail.el (unrmail): Make sure the message ends with two
20229 newlines (Bug#3769).
20230
20231 2009-07-08 Glenn Morris <rgm@gnu.org>
20232
20233 * calendar/calendar.el (calendar-current-date): Rework previous change.
20234
20235 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
20236
20237 * calendar/calendar.el (calendar-current-date):
20238 Add an optional argument giving an offset from today.
20239
20240 2009-07-08 Glenn Morris <rgm@gnu.org>
20241
20242 * tutorial.el (tutorial--describe-nonstandard-key):
20243 Adjust the message for when a key has been unbound.
20244 (help-with-tutorial): Hide the arch-tag.
20245
20246 2009-07-08 Kenichi Handa <handa@m17n.org>
20247
20248 * international/fontset.el (setup-default-fontset): For each
20249 script, append (not set) font-specs.
20250
20251 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
20252 docstring.
20253
20254 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
20255
20256 * progmodes/gdb-mi.el (gdb-init-1): Move sending
20257 -data-list-register-names to ...
20258 (gdb-starting): ... here because GDB 7.0 requires execution to
20259 have started when using this MI command.
20260 (gdb-set-header): New function to distinguish select and
20261 unselected tabs in gdb buffers.
20262 (gdb-propertize-header): New macro that uses gdb-set-header.
20263 (gdb-breakpoints-header, gdb-locals-header): Use it.
20264 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
20265
20266 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
20267
20268 * Makefile.in (ELCFILES): Remove fadr.elc.
20269
20270 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
20271
20272 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
20273 may contain frame information, so `string-match' should be used.
20274 (gdb-update): Disassembly is invalidated through
20275 `gdb-get-selected-frame'.
20276 (gdb-pad-string): New function to pad string with spaces.
20277 (gdb-invalidate-disassembly): Invalidate only if the buffer
20278 exists.
20279 (gdb-disassembly-handler-custom): Column alignment.
20280 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
20281 placing new ones.
20282 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
20283 end of line, too.
20284 (gdb-frame-handler): Match convention to for disassembly buffer
20285 mode name.
20286 (gdb-stack-list-frames-handler): Rewritten without regexps.
20287 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
20288 not highlight breakpoints without line information.
20289 (gdb-input): Add trailing newline to command.
20290
20291 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
20292 buffer properly.
20293 (gdb-breakpoints-list-handler-custom): Replacement for
20294 `gdb-break-list-handler'. Using real parser instead of regexps
20295 now.
20296 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
20297 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
20298 to place breakpoints.
20299 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
20300 functions.
20301 (gdb-disassembly-handler-custom): Show overlay arrow.
20302 (gdb-disassembly-place-breakpoints): Show breakpoints in
20303 disassembly buffer.
20304 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
20305 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
20306 instead of parsing breakpoints buffer. Fixed old menu references
20307 in `gud-menu-map'.
20308
20309 * fadr.el: Remove.
20310
20311 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
20312 (gdb-memory-address): New variable which holds top address of
20313 memory page shown in memory buffer.
20314 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
20315 New customization variables.
20316 New functions:
20317 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
20318 display the memory buffer.
20319 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
20320 buffer display parameters.
20321 (def-gdb-memory-format, gdb-memory-format-binary)
20322 (gdb-memory-format-octal, gdb-memory-format-unsigned)
20323 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
20324 Functions for setting memory buffer format.
20325 (gdb-memory-unit-word, gdb-memory-unit-halfword)
20326 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
20327 unit size used in memory buffer.
20328 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
20329 Switch to next/previous page of memory buffer.
20330 Now using (bindat-get-field) instead of fadr functions.
20331
20332 2009-07-07 Sam Steingold <sds@gnu.org>
20333
20334 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
20335 non-top-level files.
20336
20337 2009-07-07 Kenichi Handa <handa@m17n.org>
20338
20339 * international/mule-cmds.el (reset-language-environment):
20340 Put the highset priority to the charset iso-8859-1.
20341
20342 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
20343
20344 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
20345 to the end of the line when locating the block (Bug#700).
20346
20347 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
20348
20349 * net/tramp.el (tramp-handle-write-region): Flush file properties
20350 in case of short track.
20351
20352 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
20353
20354 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
20355 Coded custom representation of verilog error regular expressions
20356 to work with Emacs-22's new format.
20357 (verilog-error-regexp-xemacs-alist): Coded custom representation
20358 of verilog error regular expressions to work with XEmacs format.
20359 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
20360 error recognition into XEmacs.
20361 (verilog-error-regexp-add-emacs): Hook routine to install verilog
20362 error recognition into Emacs-22.
20363
20364 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
20365
20366 * woman.el: Remove stand-alone closing parentheses.
20367 (woman-file-name, woman2-format-paragraphs)
20368 (woman-leave-blank-lines): Code cleanup.
20369 (woman-use-own-frame): Change default to nil.
20370 (woman-italic, woman-bold, woman-unknown, woman-addition):
20371 Change defaults to inherit from default faces.
20372 (woman2-process-escapes): Consume the newline after a stand-alone
20373 filler character (Bug#3651).
20374
20375 2009-07-06 Glenn Morris <rgm@gnu.org>
20376
20377 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
20378 (top-level): Move provide to the end.
20379 (ffap): Remove defunct URL from custom group.
20380
20381 * subr.el (eval-after-load): Doc fix.
20382
20383 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
20384
20385 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
20386 `calc-embedded-word' is called twice.
20387
20388 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
20389
20390 * files.el (find-alternate-file-other-window, find-alternate-file):
20391 Obey confirm-nonexistent-file-or-buffer.
20392
20393 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
20394
20395 * dired-aux.el (dired-show-file-type): Handle remote files.
20396
20397 2009-07-05 Jari Aalto <jari.aalto@cante.net>
20398
20399 * desktop.el (desktop-globals-to-save):
20400 Add file-name-history (Bug#2750).
20401
20402 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
20403
20404 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
20405
20406 2009-07-04 Johan Bockgård <bojohan@gnu.org>
20407
20408 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
20409 property on entire argument since this is what eshell-lisp-command
20410 expects.
20411
20412 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
20413
20414 * net/tramp-gvfs.el (tramp-gvfs-methods)
20415 (tramp-gvfs-zeroconf-domain)
20416 (tramp-bluez-discover-devices-timeout): Add version flag.
20417 (tramp-gvfs-handler-mounted-unmounted)
20418 (tramp-gvfs-connection-mounted-p): Polish handling of
20419 incompatibilities between GVFS 0.2 and 1.0.
20420
20421 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
20422
20423 * cus-start.el (all): Add make-pointer-invisible.
20424
20425 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
20426
20427 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
20428 formatted correctly.
20429
20430 2009-07-02 Juri Linkov <juri@jurta.org>
20431
20432 * info.el: Virtual Info files and nodes.
20433 (Info-virtual-files, Info-virtual-nodes): New variables.
20434 (Info-current-node-virtual): New variable.
20435 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
20436 New functions.
20437 (Info-file-supports-index-cookies): Use Info-virtual-file-p
20438 to check for a virtual file instead of checking a fixed list
20439 of node names.
20440 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
20441 instead of ad-hoc processing of "dir" and (apropos history toc).
20442 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
20443 instead of ad-hoc processing of "dir" and (apropos history toc).
20444 Reread a file when moving from a virtual node.
20445 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
20446 (Info-directory-toc-nodes, Info-directory-find-file)
20447 (Info-directory-find-node): New functions.
20448 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
20449 (Info-history): Move part of code to
20450 `Info-history-find-node'.
20451 (Info-history-toc-nodes, Info-history-find-file)
20452 (Info-history-find-node): New functions.
20453 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
20454 (Info-toc): Move part of code to `Info-toc-find-node'.
20455 (Info-toc-find-node): New function.
20456 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
20457 the current Info file name to references because now the node
20458 "*TOC*" belongs to the same Info manual.
20459 (Info-toc-build): Rename from `Info-build-toc'.
20460 (Info-toc-nodes): Rename input argument `file' to `filename'.
20461 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
20462 instead of ad-hoc processing of ("dir" apropos history toc).
20463 (Info-index-nodes): Use Info-virtual-file-p
20464 to check for a virtual file instead of checking a fixed list
20465 of node names.
20466 (Info-index-node): Add check for `Info-current-node-virtual'.
20467 Raise `save-match-data' higher up the tree to contain
20468 `search-forward' too (bug fix).
20469 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
20470 (Info-virtual-index-nodes): New variable.
20471 (Info-virtual-index-find-node, Info-virtual-index): New functions.
20472 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
20473 (Info-apropos-file, Info-apropos-nodes): New variables.
20474 (Info-apropos-toc-nodes, Info-apropos-find-file)
20475 (Info-apropos-find-node, Info-apropos-matches): New functions.
20476 (info-apropos): Move part of code to `Info-apropos-find-node' and
20477 `Info-apropos-matches'.
20478 (Info-mode-map): Bind "I" to `Info-virtual-index'.
20479 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
20480 for a virtual file instead of checking a fixed list of node names.
20481
20482 * simple.el (async-shell-command): New command.
20483
20484 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
20485
20486 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
20487 instead of `mount-info'.
20488
20489 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
20490
20491 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
20492 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
20493
20494 2009-07-02 Kenichi Handa <handa@m17n.org>
20495
20496 * international/mule.el (set-keyboard-coding-system): Force *-unix
20497 coding-system to avoid eol conversion.
20498
20499 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
20500
20501 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20502 Add handler for `process-file', `shell-command' and
20503 `start-file-process'.
20504 (tramp-gvfs-handle-shell-command)
20505 (tramp-gvfs-handle-start-file-process)
20506 (tramp-gvfs-handle-process-file): New defuns.
20507 (tramp-synce-list-devices): Simplify check for existence of property.
20508
20509 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
20510
20511 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
20512
20513 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
20514
20515 * language/korean.el (set-language-info-alist): Add korean-cp949,
20516 cp949 to spec.
20517
20518 2009-07-01 Kenichi Handa <handa@m17n.org>
20519
20520 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
20521
20522 * international/encoded-kb.el: Deleted.
20523
20524 * international/mule.el (set-keyboard-coding-system): Perform the
20525 necessary setup here instead of calling encoded-kbd-setup-display.
20526
20527 2009-07-01 Glenn Morris <rgm@gnu.org>
20528
20529 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
20530
20531 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
20532
20533 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
20534
20535 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
20536
20537 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
20538 Handle also the 'rename case, when setting file modes. (Bug#3712)
20539 (tramp-default-file-modes): Remove execute permissions.
20540
20541 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
20542 (top): Add a default for "synce" in `tramp-default-user-alist'.
20543 Add completion function for "synce" method.
20544 (tramp-hal-service, tramp-hal-path-manager)
20545 (tramp-hal-interface-manager, tramp-hal-interface-device):
20546 New defconst.
20547 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
20548 (tramp-synce-list-devices, tramp-synce-parse-device-names):
20549 New defuns.
20550
20551 * net/trampver.el: Update release number.
20552
20553 2009-06-30 Kenichi Handa <handa@m17n.org>
20554
20555 * international/fontset.el (setup-default-fontset): Add CJK fonts
20556 for symbols and the other miscellaneous characters.
20557
20558 * language/korea-util.el (setup-korean-environment-internal):
20559 Make char-width-table suitable for Korean environments.
20560 (exit-korean-environment): Cancel above.
20561
20562 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
20563 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
20564 setup-function to make char-width-table suitable for respective
20565 environments, and an exit-function to cancel that.
20566
20567 * language/japan-util.el (setup-japanese-environment-internal):
20568 Call use-cjk-char-width-table with arg `ja_JP'.
20569
20570 * international/characters.el (cjk-char-width-table): Delete it.
20571 (cjk-char-width-table-list): New variable.
20572 (use-cjk-char-width-table): New arg local-name.
20573 (use-default-char-width-table): Fix for the case that Emacs is
20574 already using the default char-width-table.
20575
20576 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
20577
20578 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
20579 modes mandatory. (Bug#3712)
20580
20581 2009-06-29 Alan Mackenzie <acm@muc.de>
20582
20583 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
20584 correction between the visible width of TABs and their number of bytes.
20585
20586 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
20587
20588 * server.el (server-buffer-done): Prevent kill-buffer from
20589 prompting by clearing the buffer modification flag (Bug#3696).
20590
20591 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
20592
20593 * progmodes/verilog-mode.el (verilog-beg-of-statement)
20594 (verilog-endcomment-reason-re): Support unique case and priority case.
20595 (verilog-basic-complete-re): Support localparam lineup.
20596 (verilog-beg-of-statement-1): Fix for robustness, unique case.
20597 (verilog-set-auto-endcomments): Fix for unique case, always_comb
20598 commenting.
20599 (verilog-leap-to-case-head): Now support *nested* unique &
20600 priority case statements.
20601 (verilog-auto-lineup): Make just declarations the default (as it
20602 had been).
20603 (verilog-leap-to-case-head): Support priority/unique case statements.
20604 (verilog-auto-lineup): Rework to give users radio buttons to
20605 select the various styles of automatic lineup.
20606 (verilog-error-regexp-alist): Rework to support the XEmacs style
20607 of error regular expressions from compilers, lint tools &
20608 simulators. Note that GNU Emacs has made it impossible for a mode
20609 to load such things.
20610 (electric-verilog-terminate-line, verilog-indent-declaration)
20611 (verilog-auto-wiure): Rework for radio button selection of
20612 auto-lineup selection of specification of auto lineup.
20613 (verilog-beg-of-statement-1): Redesign to support proper operation
20614 in additional code, based on testing with auto-lineup.
20615 (verilog-calculate-indent, assignments & declarations)
20616 (verilog-backward-token): Enhance to support auto-lineup of
20617 assignments & declarations.
20618 (verilog-in-directive-p, verilog-at-struct-p): New function for
20619 easy test of whether we are.
20620 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
20621 to support safe execution at almost anyline.
20622 (verilog-calc-1): Properly support indenting deep inside generate
20623 blocks.
20624 (verilog-init-font): Remove definition & use of verilog-init-font,
20625 as it is redundant with font-lock-defaults.
20626 (verilog-mode): Alter the definition of verilog-font-lock-defaults
20627 to avoid circular calls if syntax-ppss is a function (as is the
20628 case now in 22.x GNU Emacs) as that function would sometimes call
20629 itself, leading to (nearly) infinite recursion.
20630 (verilog-ovm-begin-re, verilog-ovm-end-re)
20631 (verilog-ovm-statement-re, verilog-leap-to-head)
20632 (verilog-backward-token): Add support for OVM macros. Some are
20633 complete statements, and others open and close scopes like begin
20634 and end.
20635 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
20636 (verilog-defun-level-generate-only-re): Really fix the defun-list
20637 compilation issue.
20638 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
20639 coverpoint, constraint and cross statements.
20640 (verilog-defun-level-list, verilog-generate-defun-level-list)
20641 (verilog-all-defun-level-list): Redo these specifications - it is
20642 too hard to support eval-when compile aggregation of lists also
20643 built at when-compile time.
20644 (verilog-defun-level-list): Place defconsts of variables used in
20645 building regular expressions which are built in eval-when-compile
20646 bodies in the same eval-when-compile body to facilitate compile
20647 without load.
20648 (verilog-beg-block-re-ordered): Support indenting
20649 virtual/protected tasks and functions.
20650 (verilog-defun-level-list, verilog-in-generate-region-p)
20651 (verilog-backward-ws&directives, verilog-calc-1): Speed up
20652 indentation of some module items (generate items).
20653 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
20654 across virtual/protected tasks and functions.
20655
20656 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
20657
20658 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
20659 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
20660 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
20661 in concatenations. Reported by Yishay Belkind.
20662 (verilog-auto-ascii-enum): Support one-hot state machines in
20663 AUTOASCIIENUM. Suggested by Lloyd Gomez.
20664 (verilog-auto-inst, verilog-auto-inst-port): Include interface
20665 modport in AUTOINST and add vl-modport for users.
20666 Reported by David Rogoff.
20667 (verilog-auto-inout-module, verilog-auto-inst)
20668 (verilog-decls-get-interfaces, verilog-insert-definition)
20669 (verilog-insert-one-definition, verilog-read-decls)
20670 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
20671 (verilog-sig-modport, verilog-signals-combine-bus)
20672 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
20673 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
20674 Suggested by David Rogoff.
20675 (verilog-repair-open-comma): Fix non-insertion of comma when
20676 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
20677 (verilog-make-width-expression): Simplify [A-1:0] expression
20678 widths to just {A{1'b0}}.
20679 (verilog-mode): Cleanup checkdoc warnings.
20680 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
20681 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
20682 inputs/outputs or data type. Suggested by Vasu Kandadi.
20683 (next-error-last-buffer): Fix byte-compiler warning.
20684 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
20685 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
20686 or shell command text during AUTO expansion. Suggested by Tad Truex.
20687 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
20688 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
20689 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
20690 in AUTOINOUT. Reported by Matthew Lovell.
20691 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
20692 causing use of <= assignments. Reported by Alex Reed.
20693 (verilog-read-decls): Fix triand, trior, wand, wor to be
20694 recognized by AUTOWIRE. Reported by Spencer Isaacson.
20695 (verilog-extended-complete-re): Support import "DPI-C" functions.
20696 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
20697 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
20698 (verilog-insert-date, verilog-insert-year)
20699 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
20700 Windows systems. Reported by Michael Potts.
20701 (verilog-read-module-name): Fix AUTOINST when the child module
20702 declaration's name is a tick define. Reported by Elliot Mednick.
20703 (verilog-read-decls): Fix V2K parameter bit subscripts getting
20704 passed to next parameter's definition. Reported by Bruce T.
20705 (verilog-read-decls): Fix detecting "parameter int" when using
20706 AUTOINSTPARAM. Reported by Bruce T.
20707 (verilog-goto-defun): Fix goto not finding modules unless first
20708 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
20709 (verilog-mode): Expand -f flag arguments on entry to mode so
20710 verilog-goto-defun will work. Reported by Lawrence Butcher.
20711 (verilog-getopt): Expand environment variables in -f file
20712 arguments. Suggested by Lawrence Butcher.
20713 (verilog-set-define): Fix "Symbol's value as variable is void"
20714 when reading enumerations.
20715 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
20716 Suggested by Stephen Peltan.
20717 (verilog-read-defines): Fix reading of enumerations in include
20718 files. Reported by Steve Peltan.
20719
20720 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
20721
20722 * files.el (trash-directory): Fix defcustom type.
20723
20724 2009-06-28 Juri Linkov <juri@jurta.org>
20725
20726 * help-fns.el (describe-function-1): Correctly locate adviced
20727 functions in hyperlink (Bug#2438).
20728
20729 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
20730
20731 * files.el (trash-directory): Change default to nil.
20732 (move-file-to-trash): If trash-directory is nil and
20733 system-move-file-to-trash is unbound, perform freedesktop-style
20734 trashing.
20735
20736 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
20737
20738 * files.el (move-file-to-trash): Add freedesktop trash
20739 support (Bug#973).
20740
20741 2009-06-28 Glenn Morris <rgm@gnu.org>
20742
20743 * autorevert.el (global-auto-revert-non-file-buffers)
20744 (global-auto-revert-mode): Doc fixes.
20745
20746 2009-06-27 Johan Bockgård <bojohan@gnu.org>
20747
20748 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
20749
20750 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
20751
20752 * faces.el (x-handle-named-frame-geometry): Ensure that we have
20753 opened an X connection before calling x-get-resource (Bug#3194).
20754
20755 * play/doctor.el: Remove reference to obsolete website.
20756 (make-doctor-variables): Correct grammar mistake (Bug#2633).
20757
20758 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
20759
20760 Remove find-file-not-found-hook VC method. (Bug#2757)
20761 * vc-hooks.el (vc-file-not-found-hook)
20762 (vc-default-find-file-not-found-hook): Remove functions.
20763 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
20764 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
20765 * vc.el:
20766 * vc-hg.el:
20767 * vc-git.el: Do not mention find-file-not-found-hook VC method.
20768
20769 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
20770
20771 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
20772 compatibility function for `looking-back'.
20773
20774 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
20775 Use `ispell-looking-back'.
20776
20777 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
20778
20779 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
20780 rather than `filename'.
20781
20782 2009-06-23 Miles Bader <miles@gnu.org>
20783
20784 * face-remap.el (text-scale-set): New function.
20785
20786 2009-06-23 Glenn Morris <rgm@gnu.org>
20787
20788 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
20789
20790 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
20791
20792 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
20793
20794 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
20795
20796 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
20797 Simplify Persian conditionals.
20798
20799 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
20800 variable `filename'.
20801
20802 * comint.el (comint-insert-input): Doc fix.
20803
20804 * Makefile.in (ELCFILES): Fix typo in previous change.
20805
20806 2009-06-23 Miles Bader <miles@gnu.org>
20807
20808 * cus-start.el: Add entry for `recenter-redisplay'.
20809
20810 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
20811
20812 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
20813 Add an optional argument for the backend, use it instead of
20814 calling vc-backend.
20815 (vc-mode-line): Add an optional argument for the backend.
20816 Pass the backend to vc-state and vc-working-revision. Move code for
20817 special handling for vc-state being a buffer to ...
20818
20819 * vc-rcs.el (vc-rcs-find-file-hook):
20820 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
20821
20822 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
20823 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
20824 vc-stay-local-p and vc-mode-line calls.
20825
20826 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
20827 (vc-cvs-diff, vc-cvs-annotate-command)
20828 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
20829 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
20830 vc-mode-line calls.
20831
20832 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
20833 direct comparison.
20834 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
20835 backend when calling vc-mode-line.
20836 (vc-register): Do not create a closure for calling the vc register
20837 function, call it directly.
20838
20839 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
20840
20841 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
20842 to make it obvious item can be clicked.
20843
20844 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
20845
20846 2009-06-23 Kenichi Handa <handa@m17n.org>
20847
20848 * language/korea-util.el (korean-key-bindings): Change the binding
20849 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
20850 same command.
20851
20852 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
20853
20854 Sync with Tramp 2.1.16.
20855
20856 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
20857
20858 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
20859 when a loading of a package fails. Completion function for rsync
20860 is `tramp-completion-function-alist-ssh'.
20861 (all): Replace all calls of `split-string' and
20862 `tramp-split-string' by `tramp-compat-split-string'.
20863 (tramp-default-method): Use `tramp-compat-process-running-p'.
20864 (tramp-default-proxies-alist): Allow also Lisp forms.
20865 (tramp-remote-path): Add choice "Private Directories".
20866 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
20867 (tramp-domain-regexp): Allow also "-", "_" and ".".
20868 (tramp-end-of-output): Remove newlines, and add "$" at the end.
20869 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
20870 (tramp-debug-message): Insert header line in debug buffer.
20871 (tramp-handle-directory-files-and-attributes-with-stat):
20872 Care about filenames with spaces, or starting with "-".
20873 (tramp-handle-dired-uncache): New defun.
20874 (tramp-handle-insert-directory): Don't flush the directory from
20875 cache, this is handled by `dired-uncache' now.
20876 (tramp-handle-insert-file-contents): Improve error handling.
20877 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20878 Quote `tramp-end-of-output'.
20879 (tramp-action-password): Improve trace message.
20880 (tramp-check-for-regexp): Both echoes must be present, before removing.
20881 (tramp-open-connection-setup-interactive-shell): Trace coding system.
20882 (tramp-compute-multi-hops): Eval cons cells of
20883 `tramp-default-proxies-alist'.
20884 (tramp-maybe-open-connection): Use the same command pattern for
20885 first hop and further hops.
20886 (tramp-wait-for-output): Remove handling of newlines.
20887 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
20888 (tramp-split-string): Remove function. It is handled in
20889 tramp-compat now.
20890
20891 * net/tramp-cmds.el (tramp-bug):
20892 Recommend `tramp-cleanup-all-connections' in the bug mail.
20893
20894 * net/tramp-compat.el (tramp-compat-split-string)
20895 (tramp-compat-process-running-p): New defuns.
20896
20897 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
20898 for `dired-uncache'.
20899
20900 * net/tramp-gvfs.el: New package.
20901
20902 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20903 Add handler for `dired-uncache'.
20904 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
20905
20906 * net/trampver.el: Update release number. Make version check fit
20907 for SXEmacs 22.
20908
20909 2009-06-22 Jim Meyering <meyering@redhat.com>
20910
20911 Automatically handle .xz suffix (XZ-compressed files), too.
20912 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
20913 XZ is the successor to LZMA: <http://tukaani.org/xz/>
20914
20915 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
20916 Nick Roberts <nickrob@snap.net.nz>
20917
20918 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
20919 repository (http://sphinx.net.ru/hg/gdb-mi/).
20920
20921 2009-06-22 Glenn Morris <rgm@gnu.org>
20922
20923 * files.el (dir-locals-collect-mode-variables): Allow for any number of
20924 `mode' and `eval' entries. (Bug#3430)
20925
20926 * Makefile.in (ELCFILES): Add fadr.elc.
20927
20928 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
20929 differing behavior of \n and ^ in strings. (Bug#3385)
20930
20931 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
20932
20933 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
20934 property.
20935 (lisp-indent-function): Make it a defcustom.
20936
20937 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
20938
20939 * progmodes/gdb-ui.el: Replace with ...
20940 * progmodes/gdb-mi.el: ... this file.
20941 * progmodes/gud.el: Modify for gdb-mi.el.
20942
20943 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
20944
20945 * fadr.el: New file.
20946
20947 See ChangeLog.14 for earlier changes.
20948
20949 ;; Local Variables:
20950 ;; coding: utf-8
20951 ;; End:
20952
20953 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
20954
20955 This file is part of GNU Emacs.
20956
20957 GNU Emacs is free software: you can redistribute it and/or modify
20958 it under the terms of the GNU General Public License as published by
20959 the Free Software Foundation, either version 3 of the License, or
20960 (at your option) any later version.
20961
20962 GNU Emacs is distributed in the hope that it will be useful,
20963 but WITHOUT ANY WARRANTY; without even the implied warranty of
20964 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20965 GNU General Public License for more details.
20966
20967 You should have received a copy of the GNU General Public License
20968 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.