]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from emacs-23; up to 2010-06-01T01:49:15Z!monnier@iro.umontreal.ca
[gnu-emacs] / lisp / ChangeLog
1 2011-02-19 Kenichi Handa <handa@m17n.org>
2
3 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
4 get the header copy into the temporary buffer.
5 (rmail-mime-insert-decoded-text): Ignore us-ascii.
6 (rmail-show-mime): When rmail-mime-coding-system is nil, set
7 buffer-file-coding-system to undecided.
8
9 2011-02-19 Eli Zaretskii <eliz@gnu.org>
10
11 * international/mule-cmds.el (read-char-by-name, ucs-insert):
12 Document completion with asterisk and a substring.
13
14 2011-02-19 Glenn Morris <rgm@gnu.org>
15
16 * files.el (find-file-literally): Doc fix.
17
18 * simple.el (rfc822-goto-eoh): Give it a doc-string.
19
20 * log-edit.el (log-edit-insert-changelog):
21 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
22
23 2011-02-19 Glenn Morris <rgm@gnu.org>
24
25 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
26 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
27
28 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
29 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
30 (dired-clean-up-buffers-too): Declare.
31
32 * dired-x.el (dired-initial-position): Merge into dired.el's version.
33 * dired.el (dired-initial-position): Merge dired-x's version here.
34 (dired-find-subdir): Declare.
35
36 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
37 * dired-aux.el (dired-add-entry): Give it a doc-string.
38 Merge dired-x's dired-omit handling here.
39 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
40
41 * international/mule-diag.el (list-input-methods-1):
42 Indent all lines of multi-line doc-strings. (Bug#8066)
43
44 2011-02-18 Chong Yidong <cyd@stupidchicken.com>
45
46 Fix 2011-02-02 changes.
47
48 * apropos.el (apropos-print): Call apropos-mode before setting up
49 buffer variables. Use inhibit-read-only.
50
51 * emacs-lisp/package.el (package--list-packages): Call
52 package-menu-mode before setting up buffer variables.
53
54 * play/solitaire.el (solitaire): Call solitaire-mode before
55 setting up buffer variables. Use inhibit-read-only.
56
57 2011-02-18 Lawrence Mitchell <wence@gmx.li>
58
59 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
60 Bind case-fold-search to nil when looking for end of here-doc.
61
62 2011-02-18 Eli Zaretskii <eliz@gnu.org>
63
64 * image-mode.el (image-toggle-display-image):
65 Set find-file-literally non-nil in buffers visiting binary image
66 files. (Bug#8047)
67
68 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * files.el (cd): Make completion obey cd-path (bug#7924).
71
72 2011-02-18 Glenn Morris <rgm@gnu.org>
73
74 * progmodes/prolog.el: Don't require compile when compiling.
75 (compilation-shell-minor-mode, compilation-error-regexp-alist)
76 (compilation-forget-errors, compilation-fake-loc)
77 (compilation-parse-errors-function, compilation-error-list): Declare.
78 (prolog-inferior-mode): Require 'compile.
79
80 * emulation/cua-base.el (pc-selection-mode): Declare.
81
82 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
83 (customize-object): Add autoload cookie.
84 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
85 (eieio-browse, describe-class, eieio-describe-class)
86 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
87 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
88 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
89 * Makefile.in (autoloads): Make eieio.el writable.
90
91 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
92 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
93 (dired-hack-local-variables): Use inhibit-read-only.
94 (dired-guess-default): Simplify.
95 (dired-make-relative-symlink): Use dotimes.
96 (dired-simultaneous-find-file): Use dolist.
97 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
98 (dired-x-hands-off-my-keys): Doc fix.
99 (dired-x-bind-find-file): Doc fix. Use remapping.
100 (after-init-hook): No need to add dired-x-bind-find-file.
101 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
102 No need to call expand-file-name.
103 (dired-filename-at-point): Remove unused locals `end', `filename'.
104
105 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
108
109 2011-02-18 Christian Ohler <ohler@gnu.org>
110
111 * emacs-lisp/ert.el (ert--setup-results-buffer)
112 (ert-results-pop-to-backtrace-for-test-at-point)
113 (ert-results-pop-to-messages-for-test-at-point)
114 (ert-results-pop-to-should-forms-for-test-at-point)
115 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
116 were incorrect and unnecessary. This should make `make check'
117 pass again.
118
119 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
120
121 * lisp/allout-widgets.el: (allout-widgets-icons-light-subdir)
122 (allout-widgets-icons-dark-subdir): Track relocations of icons
123 * lisp/allout.el: Remove commentary about remove encryption
124 passphrase mnemonic support and verification.
125 (allout-encrypt-string): (allout-encrypt-string): Recognize epg
126 failure to decrypt gpg2 armored text using gpg1, and indicate that
127 the gpg version *might* be the problem in the error message.
128
129 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
130
131 * net/rcirc.el (rcirc-float-time): New function.
132 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
133 (rcirc-ctcp-sender-PING): Use it.
134
135 2011-02-17 Glenn Morris <rgm@gnu.org>
136
137 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
138 (speedbar-update-flag, speedbar-fetch-etags-command)
139 (speedbar-fetch-etags-arguments):
140 * term.el (term-buffer-maximum-size, term-input-chunk-size)
141 (term-completion-autolist, term-completion-addsuffix)
142 (term-completion-recexact, term-completion-fignore):
143 * term/sup-mouse.el (sup-mouse-fast-select-window):
144 * term/x-win.el (x-select-request-type):
145 Convert some defvars with "*" to defcustoms.
146
147 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
148
149 * vc/vc.el (vc-default-previous-version):
150 Remove alias that points nowhere. (Bug#4496)
151
152 * dired-x.el (dired-clean-up-after-deletion):
153 kill-buffer does not need save-excursion.
154 (dired-do-run-mail): Doc fix.
155 (dired-filename-at-point): Doc fix.
156 Use looking-at, and skip-chars rather than re search.
157
158 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
159
160 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
161
162 * allout-widgets.el: New allout extension that shows allout
163 outline structure with graphical widgets. 'allout-widgets'
164 customize group is an 'allout' subgroup, for easy discovery.
165
166 * allout.el: Include PGP and GnuPG in Keywords, and other
167 commentary refinements.
168 (allout-abbreviate-flattened-numbering): Rename to
169 allout-flattened-numbering-abbreviation, and
170 define-obsolete-variable-alias the old name.
171 (allout-flattened-numbering-abbreviation): Rename from
172 allout-abbreviate-flattened-numbering.
173 (allout-mode-p): Include among autoloads, for use by other modes
174 with impunity.
175 (allout-listify-exposed):
176 Use allout-flattened-numbering-abbreviation.
177 (allout-encrypt-string): Use set-buffer-multibyte directly.
178 (allout-set-buffer-multibyte): Remove.
179
180 2011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
181
182 * simple.el (just-one-space): Remove useless `or' call.
183
184 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
185
186 * soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
187 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
188 (soap-decoded-multi-refs, soap-current-wsdl)
189 (soap-encoded-namespaces): Rename CL-style *...* variables.
190
191 2011-02-16 Michael Albinus <michael.albinus@gmx.de>
192
193 * net/soap-client.el: Add "comm" and "hypermedia" to the
194 keywords. Reflow too long lines.
195
196 * net/soap-inspect.el: Ditto. Require 'cl.
197
198 2011-02-16 Bastien Guerry <bzg@altern.org>
199
200 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
201 in a `doctor-type' argument.
202
203 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
204
205 * net/soap-client.el:
206 * net/soap-inspect.el: New files.
207
208 2011-02-16 Leo <sdl.web@gmail.com>
209
210 * dired-x.el (dired-mode-map, dired-extra-startup):
211 Remove dired-copy-filename-as-kill since it's already in dired.el.
212
213 2011-02-16 Glenn Morris <rgm@gnu.org>
214
215 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
216 Doc fixes. Add :set property, replacing top-level calls.
217 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
218 (dired-guess-shell-gnutar): Test tar version rather than system-type.
219 (dired-extra-startup, dired-man, dired-info): Doc fixes.
220 (dired-clean-up-after-deletion): Use when and dolist.
221 (dired-jump): Use unless and when.
222 (dired-virtual): Use line-end-position.
223 (dired-default-directory-alist): Rename from default-directory-alist.
224 (dired-default-directory): Update for above name change.
225 (dired-vm): Drop VM < 5 and simplify.
226 (dired-buffer-more-recently-used-p): Rewrite.
227 (dired-filename-at-point): Use when and or.
228 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
229 Update callers.
230
231 2011-02-15 Glenn Morris <rgm@gnu.org>
232
233 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
234
235 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
236
237 * vc/vc-git.el (vc-git-root-log-format): New option for
238 customizing log format.
239 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
240 (vc-git-log-view-mode): Use it.
241 (vc-git-expanded-log-entry): New function.
242 (vc-git-log-view-mode): Use it. Truncate lines in root log.
243
244 * vc/vc-hg.el (vc-hg-root-log-template): New option for
245 customizing log format.
246 (vc-hg-print-log): Use it.
247 (vc-hg-expanded-log-entry): New function.
248 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
249 vc-hg-expanded-log-entry. Truncate lines in root log.
250
251 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
252
253 * vc/log-view.el (log-view-mode-menu):
254 Add log-view-toggle-entry-display.
255
256 2011-02-14 Glenn Morris <rgm@gnu.org>
257
258 * dired-x.el: Don't require man when compiling.
259 (dired-omit-extensions, dired-local-variables-file)
260 (dired-x-hands-off-my-keys): Make them defcustoms.
261 (Man-support-local-filenames, Man-getpage-in-background): Declare.
262 (vm-visit-folder): Declare rather than defining.
263 (dired-x-help-address, dired-x-variable-list): Remove.
264 (dired-x-submit-report): Make it an obsolete alias.
265
266 2011-02-14 Juanma Barranquero <lekktu@gmail.com>
267
268 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
269
270 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
271
272 * net/imap.el: Bring it back.
273
274 2011-02-13 Alan Mackenzie <acm@muc.de>
275
276 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
277 narrow-to-region call that cuts context off the end (Bug#7722).
278
279 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
280 Refactor nested if-forms with a simple cond.
281 (c-forward-<>-arglist): Revert 2011-01-31 change.
282
283 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
284
285 * vc/log-view.el: New command log-view-toggle-entry-display for
286 toggling log entries between concise and detailed forms.
287 (log-view-toggle-entry-display): New command.
288 (log-view-mode-map): Bind RET to it.
289 (log-view-expanded-log-entry-function): New variable.
290 (log-view-current-entry, log-view-inside-comment-p)
291 (log-view-current-tag): New functions.
292 (log-view-toggle-mark-entry): Use log-view-current-entry and
293 log-view-end-of-defun instead of searching directly with
294 log-view-message-re.
295 (log-view-end-of-defun): Likewise. Add optional ARG for
296 compatibility with end-of-defun.
297 (log-view-end-of-defun): Ignore comments and VC buttons.
298
299 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
300 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
301
302 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
303
304 * net/imap.el: Remove file. All the functionality is in nnimap.el.
305
306 * net/imap-hash.el: Remove file.
307
308 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
309
310 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
311
312 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
313 call.
314
315 * net/tramp-imap.el: Remove file.
316
317 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
318
319 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
320 widget library for buttons, just use button.el.
321
322 * vc/log-view.el (log-view-mode-map): Don't inherit from
323 widget-keymap.
324
325 2011-02-12 Glenn Morris <rgm@gnu.org>
326
327 * emacs-lisp/cl-seq.el (union, nunion, intersection)
328 (nintersection, set-difference, nset-difference)
329 (set-exclusive-or, nset-exclusive-or): Doc fix.
330
331 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
332
333 * faces.el (face-attr-match-p): Handle the obsolete :bold and
334 :italic props, so that frame-set-background-mode works. (Bug#7966)
335
336 * simple.el (next-error): Doc fix.
337
338 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
339
340 * dired-aux.el (dired-create-files): Adapt destination name to
341 match the new behavior of copy-directory.
342
343 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
344
345 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
346 from rmail-dont-reply-to-names. Callers changed.
347 (mail-dont-reply-to): Rename from mail-dont-reply-to.
348 (rmail-dont-reply-to): Make it an obsolete alias.
349
350 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
351 nil, and make obsolete (Bug#7888).
352 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
353
354 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
355
356 * mail/rmailsort.el (rmail-sort-by-correspondent)
357 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
358
359 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
360
361 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
362
363 * files.el (copy-directory): New argument COPY-CONTENTS for
364 copying directory contents into another existing directory.
365
366 2011-02-12 Tassilo Horn <tassilo@member.fsf.org>
367
368 * minibuffer.el (completion-table-case-fold): New function for
369 creating a case-insensitive completion table.
370
371 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
372
373 * net/tramp.el (tramp-default-method): Also check if
374 `auth-source-search' is bound.
375 (tramp-read-passwd): Use `auth-source-search' instead of
376 `auto-source-user-or-password'.
377
378 * net/tramp-imap.el: Autoload `auto-source-search' instead of
379 `auto-source-user-or-password.
380 (tramp-imap-passphrase-callback-function): Use it.
381
382 * net/imap-hash.el: Autoload `auto-source-search' instead of
383 `auto-source-user-or-password.
384 (imap-hash-open-connection): Use it.
385
386 * mail/smtpmail.el: Autoload `auto-source-search' instead of
387 `auto-source-user-or-password.
388 (smtpmail-try-auth-methods): Use it.
389
390 2011-02-12 Phil Hagelberg <phil@hagelb.org>
391
392 * emacs-lisp/package.el: Allow packages to be reinstalled.
393 (package--write-file-no-coding): Remove EXCL arg.
394 (package-unpack-single): Don't use it.
395
396 2011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
397
398 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
399 in each sub directory.
400 (vc-svn-registered): Use vc-svn-root.
401 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
402 (vc-svn-repository-hostname): Use "svn info".
403
404 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
405
406 * simple.el (delete-trailing-whitespace): New optional buffer
407 bound parameters.
408
409 2011-02-11 Bastien Guerry <bzg@altern.org>
410
411 * files.el (basic-save-buffer): save unmodified buffers when
412 the file pointed by buffer-file-name doesn't exist.
413
414 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
415
416 * net/rcirc.el (defun-rcirc-join): Accept multiple channels.
417
418 2011-02-11 Glenn Morris <rgm@gnu.org>
419
420 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
421
422 2011-02-11 Juanma Barranquero <lekktu@gmail.com>
423
424 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
425
426 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * server.el (server-process-filter): Use pcase.
429
430 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
431 conflicting ways.
432 (smie-indent--parent): Extend to "parent of arg".
433 (smie-indent-inside-string): New function.
434 (smie-indent-functions): Use it.
435
436 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
437 bzr locking race condition.
438
439 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
440 still valid before using it.
441
442 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
443 `message' -> `compilation-message' rename (bug#8004).
444
445 Move keymap initialization into declaration.
446 * textmodes/enriched.el (enriched-mode-map):
447 * textmodes/bib-mode.el (bib-mode-map):
448 * term/lk201.el (lk201-function-map):
449 * tar-mode.el (tar-mode-map):
450 * replace.el (occur-mode-map):
451 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
452 * progmodes/idlw-help.el (idlwave-help-mode-map):
453 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
454 * play/solitaire.el (solitaire-mode-map):
455 * play/snake.el (snake-mode-map, snake-null-map):
456 * play/pong.el (pong-mode-map):
457 * play/handwrite.el (menu-bar-handwrite-map):
458 * play/gametree.el (gametree-mode-map):
459 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map
460 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
461 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
462 (newsticker--url-keymap):
463 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
464 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
465 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
466 (menu-bar-edit-menu, menu-bar-custom-menu)
467 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
468 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
469 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
470 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
471 (menu-bar-tools-menu, menu-bar-describe-menu)
472 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
473 (menu-bar-help-menu):
474 * mail/rmailsum.el (rmail-summary-mode-map):
475 * kmacro.el (kmacro-step-edit-map):
476 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
477 (ibuffer-mode-operate-map):
478 * hi-lock.el (hi-lock-menu, hi-lock-map):
479 * emulation/vip.el (vip-mode-map):
480 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
481 * bookmark.el (bookmark-bmenu-mode-map):
482 * help-mode.el (help-mode-map): Move initialization into declaration.
483
484 2011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
485
486 * net/rcirc.el: Add PRIVMSG and CTCP functions.
487 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
488 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
489 (rcirc-cmd-me, rcirc-authenticate): Use them.
490
491 2011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
492
493 * allout.el: Synopsis: Change allout user configuration so
494 auto-activation is controlled solely by customization
495 `allout-auto-activation'.
496
497 (allout-auto-activation-helper) (allout-setup): New autoloads
498 implement new custom set procedure for allout-auto-activation.
499 Also, explicitly invoke
500 (allout-setup) after allout-auto-activation is custom-defined, to
501 effect the settings in emacs sessions besides the few where
502 allout-auto-activation customization is donea.
503 (allout-auto-activation): Use allout-auto-activation-helper to
504 :set. Revise the docstring.
505 (allout-init): Reduce functionality to just customizing
506 allout-auto-activation, and mark obsolete.
507 (allout-mode): Respect string values for allout-auto-activation.
508 Run allout-after-copy-or-kill-hook without any args.
509 (allout-mode) (allout-layout) (allout-default-layout)
510 (outlineify-sticky): Adjust docstring for new scheme.
511 (allout-after-copy-or-kill-hook): No arguments - hook implementers
512 should concentrate on the kill ring.
513
514 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
515
516 * password-cache.el (password-cache-remove): Accept secrets that are
517 not strings.
518
519 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
520
521 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
522 of here-doc that immediately follows a comment.
523
524 2011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
525
526 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
527
528 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
529 available.
530 (rcirc-ctcp-sender-PING): New function.
531
532 2011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
535 Remove the mark/nomark handling, and activate shift-select-mode instead.
536
537 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
538
539 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
540
541 * calc/calc-units.el (math-logunits-quant): Add support for
542 non-logarithmic units.
543
544 2011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
545
546 * allout.el (allout-after-copy-or-kill-hook): New hook for
547 extension-specific processing of killed text.
548 (allout-mode): Include new allout-after-copy-or-kill-hook among
549 mentioned hooks.
550 (allout-kill-line) (allout-kill-topic): Ensure that processing
551 after kill happens even if barf-if-buffer-read-only is raised.
552 Include new allout-after-copy-or-kill-hook among that subsequent
553 processing.
554 (allout-deannotate-hidden): Actually remove the annotation text
555 properties.
556
557 * allout.el (allout-listify-exposed): Copy text sans text properties.
558
559 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
560
561 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
562
563 2011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
564
565 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
566
567 2011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
568
569 * calc/calc.el (calc-logunits-field-reference): Rename from
570 `calc-default-field-reference-level'.
571 (calc-logunits-power-reference): Rename from
572 `calc-default-power-reference-level'
573
574 * calc/calc-units.el (math-logunits-quant): Rename from
575 `math-logunits-level'
576 (math-logunits-plus): Rename from math-logcombine.
577 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
578 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
579 (calcFunc-lufieldsub,calc-logunits-add calc-logunits-sub):
580 New functions.
581 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
582 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
583 (calc-logunits-quantity): Rename from `calc-level'.
584 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
585 (calcFunc-nppowerlevel,calc-logunits-dblevel, calc-logunits-nplevel)
586 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
587 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
588 (calcFunc-lupowerdiv,calc-logunits-divide,math-logunits-level):
589 New functions.
590
591 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
592 (calc-ul-prefix-help): Remove.
593 (calc-l-prefix-help): New function.
594 (calc-full-help): Add reference to `calc-l-prefix-help'.
595
596 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
597
598 * calc/README: Mention logarithmic units.
599
600 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
601
602 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
603 non-ASCII characters (Bug#7925).
604
605 2011-02-05 Glenn Morris <rgm@gnu.org>
606
607 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
608
609 * calendar/diary-lib.el (diary-font-lock-keywords):
610 Tweak diary-time-regexp match. (Bug#7891)
611
612 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
613 (f90-mode): Use it for mode's `find-tag-default-function' property.
614
615 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
616
617 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
618
619 2011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
620
621 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
622 (Bug#6386).
623
624 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
625
626 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
627 font-lock-syntax-table remappings.
628 (sh-here-doc-markers, sh-here-doc-re): Remove.
629 (sh-font-lock-close-heredoc): Remove.
630 (sh-syntax-propertize-here-doc): New function.
631 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
632 instead of the sh-here-doc-re.
633 (sh-font-lock-paren): Don't do anything in comments or strings.
634 Handle line continuations. Accept a few more chars.
635 Don't rely on the font-lock-syntax-table remappings.
636 `esac' is not a valid pattern.
637 (sh-syntax-propertize-function): Handle here-docs differently, so we
638 don't bother syntax-propertizing the insides.
639
640 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
641 Handle new bashisms ";&" and ";;&" (bug#7947).
642
643 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
644
645 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
646 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
647
648 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
649
650 * net/tramp.el (tramp-postfix-method-format)
651 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
652 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
653 (tramp-postfix-user-regexp, tramp-prefix-port-format)
654 (tramp-prefix-port-regexp, tramp-postfix-host-format)
655 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
656 Doc fix.
657
658 2011-02-04 Sam Steingold <sds@gnu.org>
659
660 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
661
662 2011-02-04 Andreas Schwab <schwab@linux-m68k.org>
663
664 * international/mule-util.el (with-coding-priority): Doc fix.
665
666 2011-02-04 Eli Zaretskii <eliz@gnu.org>
667
668 * arc-mode.el (archive-mode-map): Fix a typo in last change.
669
670 2011-02-03 Sam Steingold <sds@gnu.org>
671
672 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
673 Do not error out when `func' is nil.
674
675 2011-02-03 Michael Albinus <michael.albinus@gmx.de>
676
677 * net/tramp-sh.el (tramp-remote-path): Add default settings for
678 `tramp-default-remote-path' to the docstring.
679 (tramp-get-remote-path): Suppress error message when `getconf
680 PATH' fails.
681
682 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
683
684 2011-02-03 Glenn Morris <rgm@gnu.org>
685
686 * vc/vc-hg.el (vc-hg-command): Doc fix.
687
688 * term/w32-win.el (libpng-version): Declare for compiler.
689
690 * msb.el: No need to load dired while compiling.
691
692 * emacs-lisp/elint.el (elint-standard-variables):
693 Remove a couple of built-ins that now have doc-strings.
694
695 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
696 `require' is automatically `eval-and-compile'd.
697
698 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
699 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
700
701 * strokes.el (strokes-fill-current-buffer-with-whitespace):
702 Move definition before use.
703 (strokes-report-bug): Make it obsolete.
704
705 2011-02-02 Sam Steingold <sds@gnu.org>
706
707 * apropos.el (apropos-print): Now that `apropos-mode' inherits
708 from `special-mode', entering it makes the buffer read-only, so
709 call it only when everything has been already inserted.
710 * emacs-lisp/ert.el (ert--setup-results-buffer)
711 (ert-results-pop-to-backtrace-for-test-at-point)
712 (ert-results-pop-to-messages-for-test-at-point)
713 (ert-results-pop-to-timings): Ditto.
714 * emacs-lisp/package.el (package--list-packages): Ditto.
715 * play/solitaire.el (solitaire): Ditto.
716
717 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
718
719 * progmodes/compile.el: Make all faces inherit.
720 (compilation-warning): Inherit from font-lock-variable-name-face.
721 (compilation-info): Inherit from font-lock-type-face.
722 (compilation-line-number): Reassign to font-lock-keyword-face.
723 (compilation-column-number): Reassign to font-lock-doc-face.
724 (compilation-leave-directory-face): Reassign to
725 font-lock-builtin-face.
726
727 2011-02-02 Eli Zaretskii <eliz@gnu.org>
728
729 * dired.el (dired-insert-directory): Don't invoke `ls' when
730 ls-lisp.el is used to emulate it.
731
732 2011-02-01 Julien Danjou <julien@danjou.info>
733
734 * color.el (color-gradient): Add a color-gradient function.
735
736 2011-02-01 Sam Steingold <sds@gnu.org>
737
738 * simple.el (special-mode-map): Bind "h" to `describe-mode';
739 bind "z" to `kill-this-buffer'.
740 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
741 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
742 (apropos-mode): Inherit from `special-mode'.
743 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
744 * bookmark.el (bookmark-bmenu-mode): Define using
745 `define-derived-mode' inheriting from `special-mode'.
746 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
747 * image-mode.el (image-mode-map): Ditto.
748 * replace.el (occur-mode): Define using
749 `define-derived-mode' inheriting from `special-mode'.
750 * tar-mode.el (tar-mode): Inherit from `special-mode'.
751 * calendar/diary-lib.el (diary-fancy-display-mode):
752 Inherit from `special-mode-map'.
753 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
754 Inherit from `special-mode'.
755 * emacs-lisp/package.el (package-menu-mode-map): Copy from
756 `special-mode-map'.
757 (package-menu-mode): Define using `define-derived-mode'
758 inheriting from `special-mode'.
759 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
760 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
761 (xesam-mode-map): Define separately.
762 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
763 * progmodes/compile.el (compilation-minor-mode-map)
764 (compilation-mode-map): Inherit from `special-mode-map'.
765 * vc/diff-mode.el (diff-mode-shared-map):
766 Inherit from `special-mode-map'.
767 * vc/log-view.el (log-view-mode-map): Add a comment.
768
769 2011-02-01 Chong Yidong <cyd@stupidchicken.com>
770
771 * custom.el (load-theme): Define return value. Drop use of
772 unsafep; call custom-theme-load-confirm for non-known-safe themes.
773 (custom-theme-load-confirm): Scroll in the correct window.
774 (custom-enabled-themes): Add custom-safe-themes to :set-after.
775
776 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
777 checkbox if load-theme fails.
778
779 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
780
781 * progmodes/compile.el (compilation-next-error): Check there's
782 a message before using it (bug#7941).
783
784 2011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
785
786 * calc/calc-mtx.el (math-lud-pivot-check): New function.
787 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
788 of potential pivots.
789
790 2011-01-31 Alan Mackenzie <acm@muc.de>
791
792 * progmodes/cc-cmds.el (c-forward-over-illiterals):
793 Continue parsing if we encounter a naked # (Bug#7595).
794 (c-beginning-of-statement): Avoid loop in locating the beginning
795 of a macro.
796
797 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
798
799 * files.el (copy-directory): Fix arguments to recursive call.
800
801 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
802
803 * files.el (copy-directory): If destination is an existing
804 directory, copy into a subdirectory there.
805
806 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
807
808 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
809 files.
810
811 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
812
813 * image-dired.el (image-dired-mouse-display-image): No-op if no
814 file is found (Bug#7817).
815
816 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
817
818 2011-01-31 Kenichi Handa <handa@m17n.org>
819
820 * international/quail.el (quail-keyboard-layout-alist):
821 Remove superfluous SPC for "pc105-uk" (bug#7927).
822
823 2011-01-31 Glenn Morris <rgm@gnu.org>
824
825 * msb.el (msb-menu-bar-update-buffers): Update for changed
826 argument handling of menu-bar-select-frame. (Bug#7902)
827
828 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
829
830 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
831 to the recursion depth (Bug#7722).
832
833 2011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
834
835 * term/ns-win.el (ns-find-file): Expand ns-input-file with
836 command-line-default-directory (Bug#7872).
837
838 2011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * progmodes/compile.el (compilation--flush-directory-cache):
841 New function, extracted from compilation--remove-properties.
842 (compilation--remove-properties, compilation--parse-region): Use it.
843 (compilation--previous-directory): Handle one more case.
844 (compilation-enable-debug-messages): Remove.
845 (compilation-parse-errors, compilation--flush-parse): Just remove the
846 left over debug messages.
847
848 2011-01-31 Sam Steingold <sds@gnu.org>
849
850 * progmodes/compile.el (compilation-enable-debug-messages):
851 Add a variable to make the parsing messages introduced in
852 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
853 (compilation-parse-errors, compilation--flush-parse): Use it.
854
855 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
856
857 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
858 (rcirc-nick-completion-format): New defcustom.
859 (rcirc-complete): Use it.
860
861 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
862
863 * net/rcirc.el: Clean log filenames (Bug#7933).
864 (rcirc-log-write): Use convert-standard-filename.
865 (rcirc-log-filename-function): Documentation updates.
866
867 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
868
869 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
870 Check report-emacs-bug-can-use-osx-open and use that if t.
871 (report-emacs-bug-can-use-osx-open): New function.
872 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
873 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
874
875 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
876
877 * vc/vc-dispatcher.el (vc-set-async-update): New function for
878 updating Dired or VC-dir buffers after async command completes.
879
880 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
881 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
882
883 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
884 completions if it exists. Use vc-set-async-update.
885 (vc-git-pull): Use vc-set-async-update.
886
887 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
888 read-shell-command. Use vc-set-async-update.
889 (vc-hg-merge-branch): Use vc-set-async-update.
890
891 2011-01-29 Daiki Ueno <ueno@unixuser.org>
892
893 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
894 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
895 (Bug#7931).
896
897 2011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * progmodes/compile.el: Avoid an N² behavior in grep.
900 (compilation--previous-directory): New fun.
901 (compilation--previous-directory-cache): New var.
902 (compilation--remove-properties): Flush it.
903 (compilation-directory-properties, compilation-error-properties):
904 Use the new fun to speed up looking for the current directory.
905
906 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
907
908 * vc/vc-hg.el (vc-hg-history): New var.
909 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
910 (vc-hg-merge-branch): New function.
911
912 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
913 the other way around.
914
915 * vc/vc-git.el (vc-git-branches, vc-git-pull)
916 (vc-git-merge-branch): New functions.
917 (vc-git-history): New var.
918
919 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
920
921 * vc/vc-dispatcher.el (vc-do-async-command): New function.
922
923 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
924 vc-do-async-command.
925
926 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
927 Callers changed.
928
929 2011-01-28 Leo <sdl.web@gmail.com>
930
931 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
932 highlighting to the "this function is advised" message.
933
934 * help-mode.el (help-mode-finish): Apply highlighting here, to
935 avoid clobbering by substitute-command-keys (Bug#6304).
936
937 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
938
939 * woman.el (woman0-roff-buffer): Process roff escape sequences
940 occurring prior to the first request (Bug#7843).
941
942 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * progmodes/compile.el: Don't use font-lock any more.
945 (compilation-error-regexp-alist-alist): Change handling of makepp
946 so it preserves the warning/error distinction on subsequent files.
947 Simplify various rules.
948 (compilation-directory-properties): Use font-lock-face.
949 Add a compilation-message property.
950 (compilation-internal-error-properties): Use font-lock-face.
951 Don't set the compilation-debug property here.
952 (compilation--put-prop, compilation--remove-properties)
953 (compilation--parse-region, compilation--ensure-parse)
954 (compilation--ensure-parse): New functions.
955 (compilation-parse-errors): New function, largely inspired of
956 compilation-mode-font-lock-keywords. Set compilation-debug here.
957 (compilation--parsed): New var.
958 (compilation--flush-parse): Use compilation--ensure-parse.
959 (compilation-start): Don't call font-lock.
960 (compilation-turn-on-font-lock): Remove.
961 (compilation-setup): Don't set font-lock-extra-managed-props not change
962 other font-lock settings, other than keywords.
963 Don't activate font-lock-mode.
964 Set change-major-mode-hook and before-change-functions.
965 (compilation--unsetup): Remove properties and hooks.
966 (compilation-next-single-property-change): New function.
967 (compilation-next-error): Use it to parse when needed.
968 (compile-goto-error): Parse buffer as needed.
969 (compilation--compat-error-properties): Don't need a dummy `face'
970 property any more.
971
972 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
975 (compilation-process-setup-function): Fix docstring's false promises.
976 (compilation-error-regexp-alist-alist): Catch omake's continuous
977 recompilation message and avoid reuse of old markers.
978 (compilation-parse-errors-function): Declare obsolete.
979 (compilation-buffer-modtime): Remove.
980 (compilation--make-cdrloc, compilation--loc->col)
981 (compilation--loc->line, compilation--loc->file-struct)
982 (compilation--loc->marker, compilation--loc->visited)
983 (compilation--make-file-struct, compilation--file-struct->file-spec)
984 (compilation--file-struct->formats)
985 (compilation--file-struct->loc-tree): New macros. Use them.
986 (compilation--message): New defstruct. Use them.
987 (compilation-next-error-function): Don't mess with timestamps to try
988 and guess when to reparse.
989
990 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
991
992 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
993 (tex-old-error-file-name): New function,
994 extracted from tex-compilation-parse-errors.
995 (tex-compilation-parse-errors): Remove.
996 (tex-error-regexp-alist): New var.
997 (tex-shell): Use it to avoid compilation-parse-errors-function.
998
999 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1000 (grep-mode-font-lock-keywords): Remove regexp that seems like
1001 a left-over from before we used compile.el.
1002 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1003 modifying the buffer within with-silent-modifications.
1004
1005 * progmodes/compile.el: Cleanup text-properties namespace by using
1006 `compilation-message' instead of `message', `compilation-directory'
1007 instead of `directory', and `compilation-debug' instead of `debug'.
1008 (compilation-last-buffer, compilation-parsing-end)
1009 (compilation-error-list, compilation-old-error-list): Move to the
1010 compatibility part of the code.
1011 (compilation-error-properties): If `file' is a function, let it return
1012 a file name.
1013 (compilation-mode-font-lock-keywords): Be more conservative with the
1014 omake "^ *" pattern prefix, to try and minimize the risk of
1015 pathologically slow regexp matching.
1016 (compilation-start): Use inhibit-read-only.
1017 (compilation--unsetup): New function.
1018 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1019 (compilation-filter): Minor tweaks.
1020 (compilation-next-error-function): Try and avoid abusing variables.
1021 (compilation--flush-file-structure): New fun.
1022 (compilation-fake-loc): Use it to improve behavior when file is reused.
1023 (debug-ignored-errors): Add "Moved past last ...".
1024 (compilation--compat-error-properties)
1025 (compilation--compat-parse-errors): Rename by doubling the "-".
1026
1027 Port features from the previous prolog.el to the new one.
1028 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1029 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1030 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1031 variable and use a function to compute the value dynamically.
1032 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1033 (prolog-continued-prompt-regexp): Remove, unused.
1034 (prolog-find-value-by-system): Try and use the value of prolog-system
1035 in the *prolog* buffer if it helps.
1036 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1037 (prolog-zip-on): ..and check prolog-system and version here instead.
1038 (prolog-inferior-self-insert-command): New command.
1039 (prolog-inferior-mode-map): Use it.
1040 (prolog-inferior-error-regexp-alist): New var.
1041 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
1042 (prolog-input-filter): Use derived-mode-p.
1043 (prolog-inferior-guess-flavor): New function.
1044 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1045 make-comint to avoid running comint-mode twice.
1046 (prolog-inferior-buffer): New fun.
1047 (prolog-old-process-region, prolog-old-process-file):
1048 Don't call prolog-bsts here...
1049 (prolog-build-prolog-command): ...do it here instead.
1050 (prolog-old-process-region, prolog-old-process-file):
1051 Use compilation-fake-loc and compilation-forget-errors.
1052 (prolog-consult-compile-region): Use bolp.
1053
1054 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1055
1056 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1057
1058 2011-01-27 Sam Steingold <sds@gnu.org>
1059
1060 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1061 Remove "*server*" which is never created by emacs server.
1062
1063 2011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1064
1065 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1066 there are some diff switches.
1067
1068 2011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1069
1070 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1071 Copy change made to ruby-font-lock-syntactic-keywords.
1072
1073 * htmlfontify.el: Make it obey the font-lock-face text property.
1074 Miscellaneous cleanup such as:
1075 - Don't hide expressions after a closing paren.
1076 - Move initial setq into let.
1077 - Hoist common parts out of ifs.
1078 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1079 (hfy-face-at): Use get-text-property instead.
1080 (hfy-prop-invisible-p): Use invisible-p if available.
1081 (htmlfontify-manual): Use \\[...].
1082 (hfy-html-quote-regex): Use [...].
1083 (hfy-combined-face-spec): Simplify.
1084 (hfy-compile-face-map): Don't presume point-min==1.
1085 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1086 match end of string.
1087 (hfy-text-p): η-reduce.
1088 (hfy-tags-for-file): Receive cache-hash directly.
1089 (hfy-mark-tag-names): Adjust call.
1090
1091 2011-01-27 Glenn Morris <rgm@gnu.org>
1092
1093 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1094 (msb-after-load-hook): Remove eval-after-load wackiness.
1095
1096 2011-01-25 Sam Steingold <sds@gnu.org>
1097
1098 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1099 literal "diff" (important for windows-nt).
1100
1101 2011-01-25 Glenn Morris <rgm@gnu.org>
1102
1103 * emacs-lisp/copyright.el (copyright-at-end-flag)
1104 (copyright-names-regexp): Add safety properties.
1105 (copyright-year-ranges): New option.
1106 (copyright-find-end): New function, split from copyright-update-year.
1107 (copyright-update-year): Use copyright-find-end.
1108 (copyright-fix-years): Optionally, convert years to ranges.
1109 Handle years continued over comment lines.
1110 Do not mess with the fill-prefix.
1111 Do not call copyright-update.
1112 (copyright-update-directory): Optionally, fix years rather than update.
1113 Skip directories. Find files with only safe local vars.
1114
1115 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
1116
1117 * files.el (file-name-non-special): Only change buffer-file-name after
1118 insert-file-contents if it's `visit'ing the file (bug#7854).
1119
1120 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
1121
1122 * dired.el (dired-revert): Doc fix (Bug#7758).
1123
1124 * simple.el (line-move-visual): Doc fix (Bug#7594).
1125
1126 2011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
1127
1128 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1129 here-doc which ends with an underscore.
1130 (ruby-mode-set-encoding): Skip shebang line always.
1131 (ruby-mode-map): Bind C-c C-c to comment-region.
1132 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
1133 (ruby-forward-sexp): Stop after literal hash key labels.
1134 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1135 bracket.
1136
1137 2011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
1138
1139 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1140 the correct buffer (Bug#7650).
1141
1142 2011-01-25 Glenn Morris <rgm@gnu.org>
1143
1144 * comint.el (comint-mode): Doc fix. (Bug#7897)
1145
1146 * simple.el (do-auto-fill): Give it a doc string.
1147
1148 * button.el (make-text-button): Doc fix. (See bug#7881)
1149
1150 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1151
1152 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1153 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1154
1155 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1156 Handle ?" and friends differently (e.g. don't use backrefs).
1157
1158 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1159
1160 * calc/calc.el (calc-default-power-reference-level)
1161 (calc-default-field-reference-level): New variables.
1162 * calc/calc-units.el (math-standard-units): Add dB and Np.
1163 (math-logunits): New variable.
1164 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1165 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
1166 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1167 New functions.
1168 (math-find-base-units-rec): Add entry for ln(10).
1169 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1170 (calc-ul-prefix-help): New function.
1171 * calc/calc-ext.el (calc-init-extensions): Autoload new units
1172 functions. Add keybindings for new units functions.
1173
1174 2011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1175
1176 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
1177 rcirc buffers. (Bug#4940)
1178
1179 2011-01-22 Glenn Morris <rgm@gnu.org>
1180
1181 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1182 split out from copyright-update-year.
1183 (copyright-update): Don't mess with the GPL version if we don't own the
1184 copyright. Update license regexp, and remove no longer needed
1185 Esperanto stuff.
1186 (copyright-fix-years): Use copyright-find-copyright.
1187
1188 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1189
1190 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1191
1192 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1193
1194 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1195 (lm): Rename to landmark.
1196 (lm-test-run): Rename to landmark-test-run.
1197
1198 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1199
1200 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1201 "Case sensitive" menu item.
1202
1203 2011-01-22 Roland McGrath <roland@frob.com>
1204
1205 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1206 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1207
1208 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1211
1212 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1213
1214 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1215 Assume foo(bar) is a manpage reference rather than some unquoted
1216 symbol (bug#7705).
1217
1218 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1221 Suggested by Flo <sensorflo@gmail.com>.
1222
1223 2011-01-22 Glenn Morris <rgm@gnu.org>
1224
1225 * progmodes/compile.el (compilation-error-regexp-alist):
1226 Fix custom type. (Bug#7812)
1227
1228 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1229
1230 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1231 allout-number-siblings, in keeping with what obtained due to
1232 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1233 (prefixed) ?i.
1234 (allout-before-change-handler): Better expose spots affected by
1235 undo.
1236
1237 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1238
1239 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1240
1241 2011-01-22 Phil Hagelberg <phil@evri.com>
1242
1243 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1244 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1245 (pcmpl-ssh-config-hosts): New function.
1246 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1247 pcmpl-ssh-known-hosts.
1248
1249 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1250
1251 * calc/calc-undo.el (calc-undo): Autoload it.
1252 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
1253 and autoload for `calc-undo'.
1254 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
1255 * calc/calc-prog.el:
1256 * calc/calc-graph.el:
1257 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
1258
1259 2011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
1260
1261 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
1262 keybindings to `calc-undo'.
1263
1264 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1265
1266 Don't mess with *temp*.
1267 * obsolete/spell.el: Move from textmodes/spell.el.
1268 (spell-string):
1269 * term.el (term-read-input-ring):
1270 * startup.el (display-startup-echo-area-message):
1271 * progmodes/antlr-mode.el (antlr-directory-dependencies):
1272 * comint.el (comint-read-input-ring): Use with-temp-buffer.
1273 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
1274 point-min==1.
1275
1276 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
1277
1278 * allout.el (allout-institute-keymap): Use fset instead of
1279 reapplying defalias.
1280
1281 (allout-hotspot-key-handler): Check for non-control-modified
1282 bindings for hotspot characters if there are no control-modified
1283 versions.
1284
1285 * allout.el: Summary - migrate to defining allout mode using
1286 define-minor-mode instead of defun. Significantly clean-up
1287 internal keymap provisions, refactoring and, in the process,
1288 removing a lot of accumulated cruft.
1289
1290 allout-mode-map is now a keymap by virtue of being a defalias to
1291 allout-mode-map-value, which contains the actual keymap structure.
1292
1293 (allout-mode): Use define-minor-mode rather than defun.
1294 Remove now-unnecessary minor-mode setup activities from the body.
1295 Specify :keymap as allout-mode-map so the minor-mode-map-alist
1296 entry will be '(allout-mode . allout-mode-map) - see
1297 allout-mode-map-value, below. Adjust docstring to track changes.
1298 (allout-minor-mode): Remove this defalias, now that we're using
1299 define-minor-mode.
1300 (allout-mode-map): Set value to be 'allout-mode-map. The actual
1301 keymap is allout-mode-map-value, via defalias.
1302 (allout-mode-map-value): The variable holding the actual mode
1303 keymap structure, by virtue of defalias from allout-mode-map.
1304 (allout-compose-and-institute-keymap): Rename from
1305 allout-bind-keys, and including the binding-composition
1306 functionality of the former produce-allout-mode-map and
1307 allout-setup-mode-map.
1308 (allout-institute-keymap): Take over the "setup" part of the former
1309 allout-setup-mode-map. Reassign allout-mode-map-value value and
1310 update the defalias.
1311 (allout-command-prefix) (allout-prefixed-keybindings)
1312 (allout-unprefixed-keybindings):
1313 Use allout-compose-and-institute-keymap to process the bindings.
1314 (allout-unprefixed-keybindings): Remove extraneous '?' question
1315 marks.
1316 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
1317 user can customize if they want to use that binding.
1318 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
1319 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
1320 elided that, previously, instead of the one for \C-h.)
1321 (allout-hotspot-key-handler): Remove attempt to resolve the key
1322 through the literal key-string lookup on allout-keybindings-list.
1323 That probably hasn't worked for a Long Time, and removal of
1324 allout-keybindings-list further simplifies the keybindings
1325 situation.
1326 (allout-pre-command-business): Use allout-mode-map-value instead
1327 of allout-mode-map.
1328 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
1329 the bindings if they want to use a keybinding having a trailing
1330 \C-h. No deprecation needed since this feature was never in a
1331 release.
1332 (allout-keybindings-list): Remove. It's not been useful for a
1333 while. (See allout-hotspot-key-handler changes, above.)
1334 (produce-allout-mode-map): Remove. Consolidate into
1335 allout-compose-and-institute-keymap.
1336 (allout-mode-map-adjustments): Remove. No longer necessary with
1337 removal of allout-preempt-trailing-ctrl-h.
1338 (allout-setup-mode-map): Remove. Consolidate into
1339 allout-compose-and-institute-keymap and allout-institute-keymap.
1340
1341 2011-01-20 Glenn Morris <rgm@gnu.org>
1342
1343 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
1344
1345 * simple.el (read-expression-history): Remove, it's in minibuf.c.
1346
1347 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
1348
1349 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
1350
1351 * files.el (find-alternate-file, basic-save-buffer)
1352 (basic-save-buffer-2, revert-buffer, recover-file)
1353 (kill-buffer-ask, abort-if-file-too-large)
1354 (set-visited-file-name, write-file, backup-buffer)
1355 (basic-save-buffer, save-some-buffers):
1356 * dired-aux.el (dired-compress-file): Callers changed.
1357
1358 2011-01-19 Glenn Morris <rgm@gnu.org>
1359
1360 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1361 Also check the property status. (Bug#7861)
1362
1363 2011-01-18 Michael Albinus <michael.albinus@gmx.de>
1364
1365 * net/tramp.el (tramp-debug-message): Extend function exclude
1366 list. Use `regexp-opt'.
1367
1368 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1369
1370 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
1371 highlighting doesn't spill over subsequent lines.
1372
1373 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
1374 keymap expression. Improve docstring.
1375
1376 * electric.el (electric-indent-post-self-insert-function):
1377 Don't auto-indent for indent-to-left-margin, it's too often
1378 counter-productive.
1379
1380 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
1381
1382 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
1383 spaces if the frame was resized, so that the full visible buffer
1384 serves as canvas for strokes.
1385
1386 2011-01-16 Glenn Morris <rgm@gnu.org>
1387
1388 * info-xref.el (info-xref-docstrings): Replace cl function.
1389 Also skip directories.
1390
1391 2011-01-16 Kevin Ryde <user42@zip.com.au>
1392
1393 * info-xref.el: Version 3.
1394 (info-xref-check, info-xref-check-all): Move commentary details
1395 into docstrings for better visibility.
1396 Use compilation-mode for the results buffer.
1397 (info-xref-output, info-xref-output-error, info-xref-with-output)
1398 (info-xref-filename, info-xref-in-progress):
1399 New internals for this.
1400 (info-xref-check-list, info-xref-check-buffer)
1401 (info-xref-check-all-custom): Use those.
1402 (info-xref-output-buffer): Rename from info-xref-results-buffer.
1403 (info-xref-output-heading): Rename from info-xref-filename-heading.
1404 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
1405 (info-xref-filename-heading): Move to output managing section.
1406 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
1407 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
1408 (info-xref-subfile-p): Move to generic section with those two.
1409 (info-xref-check-node): New function split from
1410 info-xref-check-buffer, shared by info-xref-docstrings.
1411 (info-xref-goto-node-p): Move to a checking section with that func.
1412 (info-xref-unavail): New counter.
1413 (info-xref-check-node): Use it.
1414 (info-xref-with-output): Show count of unavailables at end of output.
1415 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
1416 symlinks. Exclude .texi files. Exclude Emacs backup files.
1417 (info-xref-check-all-custom): Fix quietening viper-mode and
1418 gnus-registry-install -- use setq not let so as not to unbind
1419 after load.
1420
1421 2011-01-16 Juri Linkov <juri@jurta.org>
1422
1423 * isearch.el (isearch-abort): Don't quit if search has
1424 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
1425
1426 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
1427
1428 * files.el (backup-buffer): Make last-resort backup file in
1429 .emacs.d (Bug#6953).
1430
1431 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
1432 make it with permission 700.
1433
1434 2011-01-15 Kenichi Handa <handa@m17n.org>
1435
1436 * mail/rmailmm.el (rmail-mime-insert-header):
1437 Set rmail-mime-coding-system to a cons whose car is the last coding
1438 system used to decode the header.
1439 (rmail-mime-find-header-encoding): New function.
1440 (rmail-mime-insert-decoded-text):
1441 Override rmail-mime-coding-system if it is a cons.
1442 (rmail-show-mime): If only a header part was decoded, find the
1443 coding system while ignoring mm-charset-override-alist.
1444
1445 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
1446
1447 * subr.el (event-start, event-end): Doc fix (Bug#7826).
1448
1449 2011-01-15 Kenichi Handa <handa@m17n.org>
1450
1451 * mail/rmailmm.el (rmail-mime-next-item)
1452 (rmail-mime-previous-item): Delete them.
1453 (rmail-mime-shown-mode): Recursively call for children.
1454 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
1455 Callers changed.
1456 (rmail-mime-raw-mode): Recursively call for children.
1457 (rmail-mode-map): Change mapping of tab and backtab to
1458 forward-button and backward-button respectively.
1459 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
1460 button.
1461 (rmail-mime-update-tagline): New function.
1462 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
1463 body display is changed.
1464 (rmail-mime-toggle-button): Rename from rmail-mime-image.
1465 (rmail-mime-image): Delete this button type.
1466 (rmail-mime-toggle): New button type.
1467 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
1468 body display is changed. Change the save button label to "Save".
1469 Don't process show/hide button here.
1470 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
1471 the body display is changed. Unconditionally call
1472 rmail-mime-insert for children.
1473 (rmail-mime-handle): Update `display' vector of the just inserted
1474 entity.
1475 (rmail-mime-process): If mail-header-parse-content-type returns
1476 nil, use "text/plain" as the fallback type.
1477 (rmail-mime-insert): For raw-mode, recursively call
1478 rmail-mim-insert for children.
1479 (rmail-mime): Handle the case that the current buffer is not rmail
1480 buffer (e.g. in summary buffer).
1481
1482 2011-01-15 Kenichi Handa <handa@m17n.org>
1483
1484 * mail/rmailmm.el (rmail-mime-next-item)
1485 (rmail-mime-previous-item): Skip the body of a non-multipart
1486 entity if a tagline is shown.
1487
1488 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1489
1490 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
1491 (tmm-prompt): Simplify.
1492 (tmm-add-prompt): Remove unused var `win'.
1493
1494 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
1495 to minor mode which used nil accidentally to mean "turn off".
1496
1497 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
1498
1499 * net/tramp-sh.el (tramp-find-inline-compress)
1500 (tramp-get-inline-coding): Quote command after pipe symbol for
1501 local calls under W32. (Bug#6784)
1502
1503 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
1504
1505 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
1506 only when running under W32.
1507
1508 2011-01-15 Eli Zaretskii <eliz@gnu.org>
1509
1510 * progmodes/grep.el (grep-compute-defaults): Quote the program
1511 file name after the pipe symbol in Grep templates. (Bug#6784)
1512 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
1513
1514 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
1515
1516 * buff-menu.el (Buffer-menu-buffer-list): New var.
1517 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
1518 restricted buffer list is not lost on revert (Bug#7749).
1519
1520 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
1521
1522 * net/ldap.el (ldap-search-internal): Discard stderr output.
1523
1524 2011-01-15 Eli Zaretskii <eliz@gnu.org>
1525
1526 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
1527
1528 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1529
1530 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
1531
1532 2011-01-15 Kenichi Handa <handa@m17n.org>
1533
1534 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
1535 part as a plain text.
1536 (rmail-mime-process-multipart): Set the default content-type to
1537 nil for unknown multipart subtypes (bug#7651).
1538
1539 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1540
1541 * hexl.el (hexl-mode-old-*): Remove.
1542 (hexl-mode--old-var-vals): New var to replace them.
1543 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
1544 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
1545 Use them to set local vars (bug#7846).
1546 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
1547 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
1548 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
1549
1550 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
1551 (smerge-resolve--normalize-re): New var.
1552 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
1553 (smerge-resolve): Use them.
1554 * newcomment.el (comment-only-p): New function.
1555 (comment-or-uncomment-region): Use it.
1556
1557 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
1558
1559 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
1560 table, get the value before switching to the output buffer. (Bug#7733)
1561
1562 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1563
1564 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
1565
1566 2011-01-14 Kim F. Storm <storm@cua.dk>
1567
1568 * emulation/cua-base.el (cua--init-keymaps):
1569 Remap exchange-point-and-mark in cua-global-keymap.
1570
1571 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
1572
1573 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
1574 loop keyword.
1575
1576 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
1579 Require CL.
1580 (easy-menu-create-menu, easy-menu-convert-item-1):
1581 Use :label rather than nil for labels. Use `case'.
1582 Add :enable as alias for :active.
1583 (easy-menu-binding): Obey :label.
1584
1585 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 Use run-mode-hooks for major mode hooks (bug#513).
1588 * textmodes/reftex-toc.el (reftex-toc-mode-map):
1589 Rename from reftex-toc-map.
1590 (reftex-toc-mode): Use define-derived-mode.
1591 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
1592 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
1593 Rename from reftex-select-(label|bib)-map. Move init into declaration.
1594 (reftex-select-label-mode, reftex-select-bib-mode):
1595 Use define-derived-mode.
1596 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
1597 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
1598 Move init into delcaration.
1599 (reftex-index-mode, reftex-index-phrases-mode):
1600 Use define-derived-mode.
1601 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
1602 speedbar-syntax-table. Move init into declaration.
1603 (speedbar-mode-map): Rename from speedbar-key-map.
1604 Move init into declaration.
1605 (speedbar-file-key-map): Move init into declaration.
1606 (speedbar-mode): Use define-derived-mode.
1607 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
1608 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
1609 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
1610 (chart-face-list): Move initialization into declaration.
1611 (chart-mode): Use define-derived-mode.
1612 * calculator.el (calculator-mode-map): Move init into declaration.
1613 (calculator-mode): Use define-derived-mode.
1614
1615 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
1616 work for nested comments.
1617
1618 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
1619 (prolog-use-prolog-tokenizer-flag): Change default when
1620 syntax-propertize can be used.
1621 (prolog-syntax-propertize-function): New var.
1622 (prolog-mode-variables): Move make-local-variable into `set'.
1623 Don't make comment-column local since we don't set it.
1624 Set comment-add (as it was in previous prolog.el). Use dolist.
1625 Set syntax-propertize-function.
1626 (prolog-mode, prolog-inferior-mode):
1627 Call prolog(-inferior)-menu directly, not through the mode-hook.
1628 (prolog-buffer-module, prolog-indent-level)
1629 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
1630 (prolog-comment-limits, prolog-goto-comment-column):
1631 Use line-(end|beginning)-position.
1632 (prolog-build-prolog-command): Tighten up regexp.
1633 (prolog-consult-compile): Move make-local-variable into `set'.
1634 (prolog-consult-compile-filter, prolog-goto-next-paren)
1635 (prolog-help-on-predicate, prolog-clause-info)
1636 (prolog-mark-predicate): Don't let+setq.
1637 (prolog-indent-line): Use indent-line-to.
1638 Only call prolog-goto-comment-column if necessary.
1639 (prolog-indent-level): Use bobp.
1640 (prolog-first-pos-on-line): Remove, not used any more.
1641 (prolog-in-string-or-comment): Use syntax-ppss if available.
1642 (prolog-help-on-predicate): Use read-string.
1643 (prolog-goto-predicate-info): Simplify.
1644 (prolog-read-predicate): Use `default' rather than `initial'.
1645 (prolog-temporary-file): Use make-temp-file to close a security hole.
1646 (prolog-toggle-sicstus-sd): New command.
1647 (prolog-electric-underscore, prolog-variables-to-anonymous):
1648 Use dynamic-scoping as it was meant.
1649 (prolog-menu): Move menu definitions to top-level.
1650 Use a toggle-button for Sicstus's source debugger.
1651 Change "Code" to the more usual "Prolog", and hence change "Prolog"
1652 to "System".
1653 (prolog-inferior-menu): Reuse prolog-menu's help menu.
1654 Move other menu definition to top-level.
1655
1656 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
1657
1658 * doc-view.el (doc-view-open-text): Use meaningful text buffer
1659 name. Keep original document's directory as default-directory
1660 (bug#6446).
1661 (doc-view-initiate-display): Fall back to normal mode when
1662 doc-view-mode cannot be enabled, also when extracting the document
1663 text into a separate buffer (bug#6446).
1664
1665 * simple.el (shell-command): Don't error out if shell command
1666 buffer contains text with non-nil read-only property when erasing
1667 the buffer.
1668
1669 2011-01-13 Kim F. Storm <storm@cua.dk>
1670
1671 * ido.el (ido-may-cache-directory): Move "too-big" check later.
1672 (ido-next-match, ido-prev-match): Fix stray reordering of matching
1673 items when cycling through the matches.
1674
1675 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
1676
1677 * dired-x.el (dired-omit-verbose): New defcustom that allows
1678 disabling the omit messages.
1679 (dired-omit-expunge): Use it.
1680
1681 2011-01-13 Christian Ohler <ohler@gnu.org>
1682
1683 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
1684
1685 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1686
1687 * font-lock.el (font-lock-verbose): Default to nil.
1688
1689 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
1692 (compose-mail): New arg RETURN-ACTION.
1693 (compose-mail-other-window, compose-mail-other-frame): Likewise.
1694
1695 * mail/sendmail.el (mail-return-action): New var.
1696 (mail-mode): Make it buffer-local.
1697 (mail-bury): Obey it. Move special Rmail window handling to
1698 rmail-mail-return.
1699 (mail, mail-setup): New arg RETURN-ACTION.
1700 (sendmail-user-agent-compose): Move from simple.el.
1701
1702 * mail/rmail.el (rmail-mail-return): New function.
1703 (rmail-start-mail): Pass it to compose-mail.
1704
1705 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
1706
1707 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
1708 menus. Add menu item for customize-themes.
1709
1710 * cus-theme.el (customize-themes):
1711 * emacs-lisp/package.el (package--list-packages):
1712 Use switch-to-buffer.
1713
1714 2011-01-11 Johan Bockgård <bojohan@gnu.org>
1715
1716 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
1717
1718 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1719
1720 * progmodes/prolog.el: Fix up coding convention and such.
1721 (prolog-indent-width): Use the same default as in
1722 previous prolog.el rather than tab-width which depends on which buffer
1723 is current when the file is loaded.
1724 (prolog-electric-newline-flag): Only enable if electric-indent-mode
1725 is not available.
1726 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
1727 (prolog-known-systems): Remove.
1728 (prolog-mode-syntax-table, prolog-inferior-mode-map):
1729 Move initialization into declaration.
1730 (prolog-mode-map): Move initialization into declaration.
1731 Remove system-specific mode-map vars, since they referred to the same
1732 keymap anyway.
1733 (prolog-mode-variables): Obey the user's preference w.r.t
1734 adaptive-fill-mode. Prefer symbol-value to `eval'.
1735 (prolog-mode-keybindings-edit): Add compatibility bindings.
1736 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
1737 (mercury-mode-map): New var.
1738 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
1739 (prolog-ensure-process, prolog-process-insert-string)
1740 (prolog-consult-compile): Use with-current-buffer.
1741 (prolog-guess-fill-prefix): Simplify data flow.
1742 (prolog-replace-in-string): New function to use instead of
1743 replace-in-string.
1744 (prolog-enable-sicstus-sd): Don't abuse `eval'.
1745 (prolog-uncomment-region): Use `uncomment-region' when available.
1746 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
1747 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
1748 of int-to-char and char-to-int.
1749 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
1750
1751 2011-01-11 Stefan Bruda <stefan@bruda.ca>
1752
1753 * progmodes/prolog.el: Replace by a whole new file.
1754
1755 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * subr.el (eval-after-load): Fix timing for features (bug#7769).
1758 (declare-function, undefined, insert-for-yank)
1759 (replace-regexp-in-string): Follow checkdoc's recommendations.
1760
1761 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1762
1763 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
1764 refreshing the diary buffer.
1765
1766 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
1767
1768 * allout.el: Add 2011 to the file copyright.
1769 (allout-encrypt-string): Prevent encryption from adding an extra
1770 newline at the end of the topic body.
1771 (allout-version): Increment to 2.3.
1772
1773 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
1774
1775 * net/dbus.el (dbus-unregister-service): Complete doc.
1776 Fix call of dbus-error signal.
1777 (dbus-register-property): Use `dont-register' keyword.
1778
1779 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
1780
1781 * net/dbus.el (dbus-unregister-service): Translate returned
1782 integer into a symbol.
1783 (dbus-register-property): Use `dbus-register-service' to do the
1784 name registration.
1785
1786 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
1787
1788 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
1789 Suggested by Joakim Verona.
1790
1791 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
1792
1793 * wid-edit.el (visibility): Replace :on-image and :off-image
1794 widget properties with :on-glyph and :off-glyph, for consistency
1795 with the `visibility' widget.
1796 (widget-toggle-value-create, widget-visibility-value-create):
1797 Merge into a single function `widget-toggle-value-create'.
1798
1799 * cus-edit.el (custom-variable-value-create, custom-visibility)
1800 (custom-face-edit-value-create, custom-face-value-create):
1801 Replace :on-image and :off-image widget properties with :on-glyph and
1802 :off-glyph, for consistency with the `visibility' widget.
1803
1804 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
1805
1806 * net/ldap.el (ldap-search-internal): Don't use eval.
1807
1808 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
1809
1810 * subr.el (read-char-choice): Use read-key.
1811
1812 * custom.el (custom-safe-themes): Rename from
1813 custom-safe-theme-files. Add :risky tag.
1814 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
1815 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
1816
1817 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
1820 from Search and add a label to Undo.
1821
1822 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
1823 inappropriate buttons and adding :vert-only tags.
1824
1825 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
1826 removal of Help tool-bar button. Remove Undo button for space.
1827
1828 * info.el (info-tool-bar-map): Add :vert-only tags.
1829
1830 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
1831
1832 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
1833 image backend support. Either of them is fine.
1834
1835 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
1836
1837 * subr.el (y-or-n-p): Doc fix.
1838
1839 * custom.el (custom-safe-theme-files): New defcustom.
1840 (custom-theme-load-confirm): New function.
1841 (load-theme): Load theme using `load', confirming with
1842 custom-theme-load-confirm if necessary.
1843
1844 * subr.el (read-char-choice): New function, factored out from
1845 dired-query and hack-local-variables-confirm.
1846
1847 * dired-aux.el (dired-query):
1848 * files.el (hack-local-variables-confirm): Use it.
1849
1850 * dired-aux.el (dired-compress-file):
1851 * files.el (abort-if-file-too-large, find-alternate-file)
1852 (set-visited-file-name, write-file, backup-buffer)
1853 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
1854 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
1855 Use new format string args for y-or-n-p and yes-or-no-p.
1856
1857 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
1858
1859 * progmodes/compile.el (compilation-error-regexp-alist-alist)
1860 [gcc-include]: Tighten file name match, add match for column
1861 number. (Bug#7806)
1862 [gnu]: Remove unused group.
1863
1864 2011-01-08 Glenn Morris <rgm@gnu.org>
1865
1866 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
1867
1868 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
1869
1870 2011-01-07 Sam Steingold <sds@gnu.org>
1871
1872 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
1873 the `explicit-shell-file-name' because that is the
1874 non-interactive shell.
1875
1876 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
1877
1878 * subr.el (y-or-n-p): Accept format string args.
1879
1880 2011-01-07 Glenn Morris <rgm@gnu.org>
1881
1882 * Makefile.in (EMACSOPT): Add --no-site-lisp.
1883
1884 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
1885
1886 * allout.el (allout-back-to-current-heading): Ensure return to
1887 the visible containing topic, rather than a collapsed one.
1888 (allout-view-change-hook): Remove hook that was deprecated long ago.
1889 (allout-exposure-change-hook): Remove documentation remarks
1890 concerning removed allout-view-change-hook.
1891 (allout-flag-region): Remove invocation of and documentation
1892 remarks concerning allout-view-change-hook.
1893
1894 2011-01-06 Glenn Morris <rgm@gnu.org>
1895
1896 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
1897 (vc-bzr-annotate-extract-revision-at-line):
1898 Handle authors with embedded spaces. (Bug#7792)
1899
1900 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
1901
1902 * doc-view.el (doc-view-image-width): New variable.
1903 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
1904 backend for PNG images, and do dynamic rescaling instead of
1905 reconverting the whole doc.
1906
1907 2011-01-05 Glenn Morris <rgm@gnu.org>
1908
1909 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
1910
1911 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
1912
1913 * allout.el: Reconcile with changes in line movement behavior for
1914 long text lines that cross more than a single physical window
1915 line, ie when truncate-lines is nil.
1916 (allout-next-visible-heading): Provide for change in line-move
1917 behavior on long lines when truncate-lines is nil. In that case,
1918 line-move can wind up on the same textual line when it moves to
1919 the next window line, and moving to the bullet position after the
1920 move yields zero advancement. Add logic to detect and compensate
1921 for the lack of progress.
1922 (allout-current-topic-collapsed-p): move-end-of-line respect for
1923 field boundaries is different when operating with body lines
1924 shorter than window width versus ones greater than window width,
1925 which can yield false negatives in this function. Avoid
1926 difference by applying move-end-of-line while field-text-motion is
1927 inhibited.
1928
1929 2011-01-04 Glenn Morris <rgm@gnu.org>
1930
1931 * textmodes/rst.el (rst-compile-toolsets):
1932 Add pdf and s5 to option alist.
1933
1934 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
1935
1936 * net/dbus.el (dbus-register-property): Add optional parameter
1937 dont-register-service. Updated docstring accordingly.
1938
1939 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
1940
1941 * textmodes/rst.el (rst-compile-pdf-preview)
1942 (rst-compile-slides-preview): Remove extra line.
1943
1944 2011-01-04 Glenn Morris <rgm@gnu.org>
1945
1946 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
1947 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
1948 default to `prog' without a .py extension.
1949 (rst-compile-pdf-preview, rst-compile-slides-preview):
1950 Use program names from rst-compile-toolsets, rather than hard-coding.
1951 (rst-portable-mark-active-p): Fix presumed typo.
1952
1953 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1954
1955 * term/w32-win.el (dynamic-library-alist): Set up correctly for
1956 libpng versions both before and after 1.4.0. (Bug#7716)
1957
1958 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1959
1960 * time.el (display-time-mode): Mention display-time-interval in
1961 the doc string. (Bug#7713)
1962
1963 2011-01-02 Kenichi Handa <handa@m17n.org>
1964
1965 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
1966 condition-case and return an error message string if something
1967 goes wrong.
1968 (rmail-show-mime): Adjust for the above change. Insert the
1969 header by rmail-mime-insert-header.
1970
1971 2011-01-02 Kenichi Handa <handa@m17n.org>
1972
1973 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
1974 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
1975 (rmail-mime-mbox-buffer)
1976 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
1977 (rmail-mime-entity): Argument changed. All codes handling an
1978 entity object are changed.
1979 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
1980 the above change.
1981 (rmail-mime-entity-children, rmail-mime-entity-handler)
1982 (rmail-mime-entity-tagline): New functions.
1983 (rmail-mime-message-p): New function.
1984 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
1985 (rmail-mime-entity-segment, rmail-mime-next-item)
1986 (rmail-mime-previous-item, rmail-mime-shown-mode)
1987 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
1988 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
1989 (rmail-mime-insert-tagline, rmail-mime-insert-header):
1990 New functions.
1991 (rmail-mime-text-handler): Call rmail-mime-insert-text.
1992 (rmail-mime-insert-decoded-text): New function.
1993 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
1994 (rmail-mime-insert-image): Argument changed. Caller changed.
1995 (rmail-mime-image): Call rmail-mime-toggle-hidden.
1996 (rmail-mime-set-bulk-data): New function.
1997 (rmail-mime-insert-bulk): Argument changed.
1998 (rmail-mime-multipart-handler): Return t.
1999 (rmail-mime-process-multipart): Argument changed.
2000 Handle "multipart/alternative" here.
2001 (rmail-mime-process): Argument changed.
2002 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2003 (rmail-mime-insert): Argument changed. Handle raw display mode.
2004 (rmail-mime): Argument changed. Handle toggling of raw display
2005 mode.
2006 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2007 rmail-mime-view-buffer.
2008 (rmail-insert-mime-forwarded-message): Likewise.
2009 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2010
2011 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2012 non-nil, handle the header in rmail-show-mime-function.
2013
2014 2011-01-02 Leo <sdl.web@gmail.com>
2015
2016 * help-fns.el (describe-variable): Fix previous change.
2017
2018 2011-01-02 Juri Linkov <juri@jurta.org>
2019
2020 * isearch.el (isearch-lazy-highlight-error): New variable.
2021 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2022 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2023 to the current value of `isearch-error' (Bug#7468).
2024
2025 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2026
2027 * help-fns.el (describe-variable): Don't emit trailing whitespace
2028 (Bug#7511).
2029
2030 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2031
2032 * textmodes/rst.el (rst-compile-pdf-preview)
2033 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2034
2035 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
2036
2037 * emulation/edt-mapper.el: Override mapping of function keys so
2038 that the later call to read-key-sequence works.
2039
2040 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2041
2042 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2043 Unix EOLs. (Bug#7589)
2044
2045 2011-01-02 Leo <sdl.web@gmail.com>
2046
2047 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2048 if point is not behind eshell-last-output-end (Bug#7585).
2049
2050 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 * files.el (file-local-variables-alist):
2053 Make permanent-local (bug#7767).
2054
2055 2011-01-02 Glenn Morris <rgm@gnu.org>
2056
2057 * version.el (emacs-copyright): Set short copyright year to 2011.
2058
2059 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2060
2061 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2062 an existing temp buffer. (Bug#7746)
2063
2064 2011-01-02 Glenn Morris <rgm@gnu.org>
2065
2066 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2067 multiple addresses. (Bug#7760)
2068
2069 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2070
2071 * allout.el (allout-auto-fill): Do not infinitely recurse - use
2072 do-auto-fill if everything points back to allout-auto-fill.
2073 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2074 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2075
2076 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
2077
2078 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2079 and "scpx".
2080
2081 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2082
2083 * doc-view.el (doc-view-set-doc-type): New function refactored
2084 from doc-view-mode.
2085 (doc-view-fallback-mode): New function.
2086 (doc-view-mode): Use it.
2087 (doc-view-mode-maybe): New function that checks if doc-view-mode
2088 can be used and falls back to the next best mode otherwise.
2089
2090 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2091 DVI, OpenDocument, and MS Office files.
2092
2093 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2094
2095 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2096
2097 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2098
2099 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2100 on a copy of auto-mode-alist, because that deletes with side
2101 effects.
2102
2103 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2104
2105 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2106 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
2107 fallback instead of hard coding fundamental mode.
2108
2109 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2110
2111 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2112 Office) files also for searching.
2113
2114 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2115
2116 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2117 Office) files. Not yet enabled via auto-mode-list.
2118 (doc-view-unoconv-program): New custom variable.
2119 (doc-view-mode-p): Handle new odf document type.
2120 (doc-view-odf->pdf): New conversion function.
2121 (doc-view-convert-current-doc): Call it for odf files.
2122 (doc-view-mode): Recognize newly supported file extensions.
2123
2124 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
2125
2126 * net/tramp.el (tramp-default-method-alist)
2127 (tramp-default-user-alist)
2128 (tramp-local-host-regexp, tramp-prefix-domain-format)
2129 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2130
2131 * net/tramp-ftp.el:
2132 * net/tramp-gvfs.el:
2133 * net/tramp-gw.el:
2134 * net/tramp-imap.el:
2135 * net/tramp-sh.el:
2136 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2137 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2138
2139 2010-12-29 Karl Fogel <kfogel@red-bean.com>
2140
2141 * saveplace.el (save-place-alist-to-file): Save list sorted and
2142 pretty-printed, so that it is mergeable by line-based text merging,
2143 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2144
2145 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2146
2147 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
2148 (allout-mode): Argument "toggle" => "force".
2149 Refine the docstring.
2150 Remove special provisions for reactivation, besides the 'force'
2151 argument.
2152 Consolidate layout provisions coce directly into the activation
2153 condition branch, now that we've removed those provisions.
2154 (allout-unload-function): Explicitly activate the mode before
2155 deactivating, if it's initially deactivated.
2156 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2157 warnings for version of function used only where
2158 set-buffer-multibyte is unavailable.
2159
2160 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
2161
2162 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2163 are handled by the menu-bar entries. As before, don't use
2164 :visibile to avoid changing the tool-bar.
2165
2166 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2167
2168 * net/secrets.el (secrets-delete-alias): New defun.
2169
2170 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2171
2172 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2173 methods, otherwise ~/.ssh/config would be ignored.
2174
2175 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * emacs-lisp/rx.el: Make it a superset of sregex.
2178 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2179 of args, add `regex' alias.
2180 (rx-info): Add arg to distinguish head and standalone forms.
2181 (rx-check, rx-form): Pass the corresponding arg.
2182 (rx-**): Simplify.
2183 (rx-repeat): Make it work for any number of args.
2184 (rx-syntax): Make it accept syntax chars as is.
2185 * obsolete/sregex.el: Move from emacs-lisp/.
2186 * emacs-lisp/re-builder.el: Remove sregex support.
2187 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2188
2189 2010-12-25 Eli Zaretskii <eliz@gnu.org>
2190
2191 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2192 PRIMARY first, then the clipboard. (Bug#7699)
2193
2194 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2195
2196 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2197 print-number-table.
2198
2199 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
2200
2201 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2202 .emacs.elc (Bug#7530).
2203
2204 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2205 image spec (Bug#7480).
2206
2207 2010-12-21 Daiki Ueno <ueno@unixuser.org>
2208
2209 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
2210 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2211 Move from lisp/.
2212
2213 2010-12-20 Leo <sdl.web@gmail.com>
2214
2215 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2216 always be performed (Bug#7680).
2217
2218 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
2219
2220 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2221 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2222 mouse-region-match.
2223
2224 * color.el: Move from gnus/.
2225
2226 * vc/diff.el (diff-better-file-name): Function deleted.
2227 abbreviating file names causes problems with shell-quote-argument.
2228 (diff-no-select): Just use expand-file-name.
2229
2230 * tool-bar.el (tool-bar--image-expression): New function.
2231 (tool-bar-local-item, tool-bar--image-exp): Use it.
2232 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2233 Use :enable instead of :visible to avoid changing the tool-bar
2234 configuration unnecessarily.
2235
2236 * info.el (info-tool-bar-map): Add separators.
2237
2238 2010-12-17 Ken Brown <kbrown@cornell.edu>
2239
2240 * loadup.el: Use version numbers in Cygwin build.
2241
2242 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2243
2244 * ido.el (ido-file-internal): Ask for confirmation before
2245 overwriting an existing file (Bug#1238).
2246
2247 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
2248
2249 * tool-bar.el (tool-bar-setup): Add separators.
2250
2251 * menu-bar.el (featurep): Use menu-bar-separator.
2252
2253 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
2254
2255 Migrate allout encryption provisions from pgg to epg.
2256
2257 * allout.el (allout-toggle-current-subtree-encryption)
2258 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
2259 defaulting policy and other changes. Change fetch-pass to keymode-cue,
2260 for simpler universal argument interpretation.
2261 (allout-toggle-subtree-encryption): Adjust docstring to describe
2262 changed encryption provisions. Change fetch-pass to keymode-cue, for
2263 simpler universal argument interpretation. Remove provisions for
2264 handling key type and identity - they'll all be within
2265 allout-encrypt-string or epg/epg or even contained all the way in gpg.
2266 (allout-encrypt-string): Include keymode-cue, for optionally prompting
2267 for keypair recipients (universal argument > 1) and, in addition,
2268 associating the specified recipients with the outline (universal
2269 argument > 4) using a file local variable setting for
2270 'epa-file-encrypt-to'.
2271 Require epa, for recipients handling.
2272 Change how regexp filtering elements are named.
2273 Describe the problem with caching of incorrect symmetric-decryption
2274 keys.
2275 Use the epa-passphrase-callback-function, in case the user is using
2276 GnuPG v1.
2277 Support saving of the selected keypair recipients when invoked with a
2278 keymode-cue > 4.
2279 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
2280 Require 'epa.
2281 Establish epg-context with armoring and default epg-protocol.
2282 Remove all passphrase cache, verification, and hinting code.
2283 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
2284 No longer used, delete.
2285 (allout-mode): Adjust docstring to describe changed encryption
2286 provisions. Describe the problem with caching of incorrect
2287 symmetric-decryption keys.
2288 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
2289 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
2290 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
2291 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
2292 Obsolete, remove.
2293
2294 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2295
2296 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
2297 key selection prompt; make 'silent as default (Bug#7487).
2298
2299 2010-12-16 Leo <sdl.web@gmail.com>
2300
2301 * eshell/eshell.el (eshell-directory-name):
2302 Use locate-user-emacs-file (Bug#7578).
2303
2304 2010-12-15 Glenn Morris <rgm@gnu.org>
2305
2306 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
2307
2308 2010-12-15 Jari Aalto <jari.aalto@cante.net>
2309 Scott Evans <gse@antisleep.com>
2310
2311 * rect.el (rectange--default-line-number-format)
2312 (rectangle-number-line-callback): New functions.
2313 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
2314
2315 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
2316
2317 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
2318 Delete unused variables.
2319 (move-to-column-force): Remove function obsolete since 21.2.
2320
2321 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
2322
2323 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
2324 (tramp-handle-insert-file-contents): Do not set permanent-local
2325 property.
2326
2327 * net/tramp-cache.el (tramp-persistency-file-name):
2328 Use `locate-user-emacs-file' if fboundp.
2329
2330 * net/tramp-sh.el (tramp-methods): Add "ksu".
2331 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
2332 method list.
2333
2334 2010-12-14 Glenn Morris <rgm@gnu.org>
2335
2336 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
2337 (find-tag-marker-ring): Declare.
2338 (js-find-symbol): Require etags.
2339
2340 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
2341 Require mail-utils.
2342 (mail-alias-file): Don't autoload. Doc fix.
2343 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
2344 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
2345 Mark as obsolete, and risky.
2346 (mail-setup): Simplify.
2347
2348 * mail/mailalias.el (build-mail-aliases): Make it interactive.
2349 * mail/sendmail.el (build-mail-aliases): Update autoload.
2350
2351 * dired.el (dired-trivial-filenames, dired-chown-program)
2352 (dired-auto-revert-buffer): Remove autoload cookies.
2353 * mail/sendmail.el (mail-recover-1): Require 'dired.
2354
2355 * dired.el (dired-subdir-switches, dired-chown-program)
2356 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
2357 Make into defcustoms.
2358 (dired-chown-program): Simplify initialization.
2359
2360 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
2361
2362 2010-12-13 Romain Francoise <romain@orebokech.com>
2363
2364 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
2365
2366 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2367
2368 * net/netrc.el (netrc-point-at-eol): Remove the unused
2369 netrc-point-at-old and netrc-bound-and-true-p bindings.
2370 (netrc-parse): Cache the netrc contents.
2371
2372 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2373
2374 * subr.el (posn-col-row): Evaluate header-line-format in the
2375 context of the POSITION window's buffer.
2376
2377 2010-12-13 Glenn Morris <rgm@gnu.org>
2378
2379 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
2380 (with-silent-modifications): Doc fixes.
2381
2382 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
2383
2384 * net/tramp.el (tramp-action-password, tramp-process-actions):
2385 Revert previous from. Use `save-restriction'.
2386
2387 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
2388
2389 * calendar/diary-lib.el (diary-list-sexp-entries):
2390 Handle case of no newline at end of file. (Bug#7536)
2391
2392 2010-12-13 Glenn Morris <rgm@gnu.org>
2393
2394 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
2395
2396 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
2397
2398 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
2399 (tramp-process-actions): Do not widen.
2400
2401 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2402 Protect buffer-modified value. (Bug#7557)
2403
2404 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
2405
2406 * log-edit.el (log-edit-changelog-entries):
2407 Regexp quote filename. (Bug#7505)
2408
2409 2010-12-13 Tom Breton <tehom@panix.com>
2410
2411 * cus-edit.el (custom-save-all):
2412 Bind print-length and print-level to nil. (Bug#7581)
2413
2414 2010-12-13 Glenn Morris <rgm@gnu.org>
2415
2416 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
2417 Run hooks to update menu contents. (Bug#7586)
2418
2419 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
2420 file names, for the sake of MS Windows. (Bug#7588)
2421
2422 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2423
2424 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
2425 empty lines without a leading space.
2426
2427 2010-12-13 Leo <sdl.web@gmail.com>
2428
2429 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
2430 while mapping over marks (Bug#6810).
2431
2432 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2433
2434 * image-dired.el (image-dired-db-file)
2435 (image-dired-temp-image-file, image-dired-gallery-dir)
2436 (image-dired-temp-rotate-image-file): Set default values relative
2437 to image-dired-dir (Bug#7518).
2438
2439 2010-12-13 Lawrence Mitchell <wence@gmx.li>
2440
2441 * format.el (format-decode-run-method): Pass args FROM and TO, not
2442 point-min and point-max, to shell-command-on-region (Bug#7488).
2443
2444 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
2445
2446 * frame.el (blink-cursor-mode): Make default t for ns.
2447
2448 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
2449
2450 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
2451
2452 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2453
2454 * comint.el (comint-dynamic-list-input-ring)
2455 (comint-dynamic-complete-filename)
2456 (comint-replace-by-expanded-filename)
2457 (comint-dynamic-simple-complete)
2458 (comint-dynamic-list-filename-completions)
2459 (comint-dynamic-list-completions): Doc fix (Bug#7499).
2460
2461 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
2462 Doc fix (Bug#7471).
2463
2464 2010-12-13 Martin Rudalics <rudalics@gmx.at>
2465
2466 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
2467 (Bug#7533).
2468
2469 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
2470
2471 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
2472 (Bug#7491).
2473
2474 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2475
2476 * files.el (file-relative-name): Handle UNC file names on
2477 DOS/Windows. (Bug#4674)
2478
2479 2010-12-13 Daiki Ueno <ueno@unixuser.org>
2480
2481 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
2482 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
2483 (epg-context-set-passphrase-callback): Mention that the callback
2484 is not called when used with GnuPG 2.x.
2485
2486 2010-12-13 Glenn Morris <rgm@gnu.org>
2487
2488 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
2489 Ensure ps-footer-font-size-internal is initialized.
2490 Call ps-get-page-dimensions before trying to use ps-font-for-text.
2491
2492 2010-12-13 Kenichi Handa <handa@m17n.org>
2493
2494 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
2495 within condition-case.
2496 (rmail-show-mime): Don't use condition-case.
2497 (rmail-search-mime-message): New function.
2498 (rmail-search-mime-message-function): Set to
2499 rmail-search-mime-message.
2500
2501 2010-12-13 Leo <sdl.web@gmail.com>
2502
2503 * ido.el (ido-common-initialization): New function. (bug#3274)
2504 (ido-mode): Use it.
2505 (ido-completing-read): Call it.
2506
2507 2010-12-12 Karl Fogel <kfogel@red-bean.com>
2508
2509 * bookmark.el (bookmark-name-from-full-record): Rename back to
2510 this original name from `bookmark-name-from-record' reverting part
2511 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
2512 As Drew Adams pointed out, there was no reason to cause churn for
2513 third-party callers.
2514
2515 2010-12-12 Alan Mackenzie <acm@muc.de>
2516
2517 * progmodes/cc-engine.el (c-forward-type): Before scanning a
2518 template arglist, check that the current language supports this.
2519
2520 2010-12-11 Glenn Morris <rgm@gnu.org>
2521
2522 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
2523 state of the file matches. (Bug#7544)
2524 (vc-bzr-register, vc-bzr-checkin)
2525 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
2526 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
2527
2528 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
2529
2530 2010-12-11 Karel Klíč <kklic@redhat.com>
2531
2532 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
2533
2534 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2535
2536 Derive from prog-mode, use derived-mode-p, and fix up various
2537 minor style issues in lisp/progmodes.
2538
2539 * progmodes/vhdl-mode.el (vhdl-mode):
2540 * progmodes/verilog-mode.el (verilog-mode):
2541 * progmodes/vera-mode.el (vera-mode):
2542 * progmodes/sql.el (sql-mode):
2543 * progmodes/scheme.el (scheme-mode):
2544 * progmodes/perl-mode.el (perl-mode):
2545 * progmodes/octave-inf.el (inferior-octave-mode):
2546 * progmodes/autoconf.el (autoconf-mode):
2547 * progmodes/m4-mode.el (m4-mode):
2548 * progmodes/inf-lisp.el (inferior-lisp-mode):
2549 * progmodes/idlwave.el (idlwave-mode):
2550 * progmodes/icon.el (icon-mode):
2551 * progmodes/idlw-help.el (idlwave-help-mode):
2552 * progmodes/dcl-mode.el (dcl-mode):
2553 * progmodes/idlw-shell.el (idlwave-shell-mode):
2554 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
2555 (ebrowse-member-mode, ebrowse-electric-position-mode):
2556 Use define-derived-mode.
2557
2558 * progmodes/xscheme.el (exit-scheme-interaction-mode)
2559 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
2560 (xscheme-debugger-mode-p, xscheme-send-string-1):
2561 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
2562 (tcl-load-file, tcl-restart-with-file):
2563 * progmodes/ps-mode.el (ps-run-running):
2564 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
2565 * progmodes/js.el (js--get-all-known-symbols):
2566 * progmodes/inf-lisp.el (inferior-lisp-proc):
2567 * progmodes/idlwave.el (idlwave-beginning-of-statement)
2568 (idlwave-template, idlwave-update-buffer-routine-info)
2569 (idlwave-update-current-buffer-info)
2570 (idlwave-get-routine-info-from-buffers, idlwave-choose)
2571 (idlwave-scan-class-info, idlwave-fix-keywords)
2572 (idlwave-list-buffer-load-path-shadows):
2573 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
2574 (idlwave-toolbar-remove):
2575 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
2576 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
2577 (idlwave-shell-menu-def):
2578 * progmodes/idlw-complete-structtag.el
2579 (idlwave-prepare-structure-tag-completion):
2580 * progmodes/gud.el (gud-set-buffer):
2581 * progmodes/f90.el (f90-backslash-not-special):
2582 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
2583
2584 * progmodes/xscheme.el (xscheme-start)
2585 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
2586 * progmodes/which-func.el (which-function):
2587 * progmodes/vhdl-mode.el (vhdl-set-style):
2588 * progmodes/verilog-mode.el (verilog-set-compile-command)
2589 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
2590 (verilog-set-define, verilog-auto-reeval-locals):
2591 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
2592 * progmodes/simula.el (simula-mode):
2593 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2594 * progmodes/python.el (python-check, python-mode):
2595 * progmodes/prolog.el (prolog-mode-variables):
2596 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
2597 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
2598 * progmodes/delphi.el (delphi-mode):
2599 * progmodes/cc-styles.el (c-setup-paragraph-variables):
2600 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
2601 (c-font-lock-init): Move make-local-variable to their setq.
2602
2603 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
2604 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
2605 make-local-hook.
2606 * progmodes/sh-script.el (sh-require-final-newline): Remove.
2607 (sh-set-shell): Don't set require-final-newline since it's already done
2608 by prog-mode.
2609 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
2610 since we never set it.
2611 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
2612 Use read-string and standard prompt.
2613 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
2614 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
2615 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
2616 (meta-common-mode-map): Rename from meta-mode-map.
2617 Remove C-m binding, which is a user preference, not mode specific.
2618 (meta-common-mode): New major mode; replace meta-common-initialization.
2619 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
2620 around with font-lock.
2621 * progmodes/etags.el (select-tags-table-mode):
2622 Derive from special-mode.
2623 * progmodes/octave-mod.el (octave-mode):
2624 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
2625 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
2626 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
2627 Let define-derived-mode do its job.
2628 * progmodes/cpp.el (cpp-edit-mode-map):
2629 Move initialization into declaration.
2630 (cpp-edit-mode): Use define-derived-mode.
2631 (cpp-edit-load): Use derived-mode-p.
2632 * progmodes/mixal-mode.el (mixal-mode):
2633 * progmodes/f90.el (f90-mode):
2634 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
2635 require-final-newline since prog-mode does it already.
2636 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
2637 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
2638 * progmodes/antlr-mode.el: Require cc-mode upfront.
2639 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
2640 the declaration.
2641 (antlr-directory-dependencies, antlr-show-makefile-rules):
2642 Use derived-mode-p.
2643 (antlr-language-option): Don't assume point-min==1.
2644 (antlr-mode): Use define-derived-mode.
2645 * progmodes/ada-mode.el: Use derived-mode-p.
2646 (ada-mode): Use define-derived-mode.
2647 Use hack-local-variables-hook.
2648
2649 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2650
2651 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
2652 (texinfo-mode): Don't disable adaptive-fill-mode.
2653 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
2654 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
2655 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
2656 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
2657 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
2658 (texinfo-insert-@quotation, texinfo-insert-@samp)
2659 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
2660 (texinfo-insert-@uref): Use define-skeleton.
2661 (texinfo-insert-@-with-arg): Delete.
2662
2663 2010-12-10 Eli Zaretskii <eliz@gnu.org>
2664
2665 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
2666 nil, do quote archive member names. (Bug#6144)
2667
2668 2010-12-10 Glenn Morris <rgm@gnu.org>
2669
2670 * files.el (diff-no-select): Declare.
2671
2672 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
2673 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
2674
2675 * comint.el (comint-input-ring-file-name): Doc fix.
2676
2677 2010-12-09 Eli Zaretskii <eliz@gnu.org>
2678
2679 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
2680 New functions.
2681 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
2682 Use them instead of `nil' and `>', respectively.
2683 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
2684 instead of `nil'.
2685 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
2686 and menu-bar-positive-p instead of `nil' and `>', respectively.
2687 (Bug#1077)
2688
2689 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2690
2691 * whitespace.el (whitespace-newline-mode): Code fix.
2692
2693 2010-12-09 Glenn Morris <rgm@gnu.org>
2694
2695 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
2696 Rename functions without commas, update callers.
2697
2698 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
2699
2700 * whitespace.el (whitespace-cleanup-region):
2701 Clean up spaces before tabs. (Bug#7582)
2702
2703 2010-12-08 Karl Fogel <kfogel@red-bean.com>
2704
2705 * bookmark.el: Adjust parameter names and doc strings to resolve
2706 confusion over whether "bookmark" meant a bookmark name or a
2707 bookmark record. Along the way, shorten one function's name for
2708 similar reasons. (Issue #7548)
2709 (bookmark-name-from-record): New name for
2710 `bookmark-name-from-full-record'. All callers changed.
2711 (bookmark-get-bookmark, bookmark-get-bookmark-record)
2712 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
2713 (bookmark-get-annotation, bookmark-set-annotation)
2714 (bookmark-get-filename, bookmark-set-filename)
2715 (bookmark-get-position, bookmark-set-position)
2716 (bookmark-get-front-context-string, bookmark-set-front-context-string)
2717 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
2718 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
2719 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
2720 Rename `bookmark' parameter to `bookmark-name-or-record', to
2721 clearly show its role, and shorten or adjust doc strings accordingly.
2722 (bookmark-set-name): Same, and pass the parameter directly to
2723 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
2724 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
2725 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
2726 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
2727 and in some cases shorten doc string accordingly.
2728 (bookmark-rename): Change `old' and `new' parameters to `old-name'
2729 and `new-name', and adjust an internal variable to avoid confusion.
2730 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
2731 parameter in doc string.
2732
2733 2010-12-08 Glenn Morris <rgm@gnu.org>
2734
2735 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
2736 from gdb's history file. (Bug#7575)
2737
2738 * mail/emacsbug.el (report-emacs-bug):
2739 Try to handle some other mail clients.
2740
2741 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2742
2743 * files.el (dir-locals-collect-variables): Don't let errors stop us.
2744 Use string-prefix-p.
2745 (file-name-version-regexp): New var.
2746 (file-name-sans-versions):
2747 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
2748 (jka-compr-get-compression-info): Use dolist.
2749 (jka-compr-compression-info-list): Don't bother specifying
2750 version/backup regexps.
2751
2752 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
2753
2754 * simple.el (just-one-space): Make argument n default to 1 if
2755 omitted.
2756
2757 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * electric.el (electric-indent-post-self-insert-function):
2760 Delete trailing newlines even if we don't reindent.
2761
2762 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2763
2764 * minibuffer.el (completion-at-point): Remove the `arg'.
2765 * bindings.el (complete-symbol): Move back from minibuffer.el.
2766
2767 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2768
2769 * simple.el (just-one-space): Delete newlines for negative arg.
2770
2771 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2772
2773 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
2774 (ansi-color-filter-apply): Simplify.
2775 (ansi-color-apply): Use `font-lock-face' rather than `face'.
2776
2777 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
2778
2779 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
2780
2781 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
2782
2783 * dired.el (dired-use-ls-dired): Set default to a special
2784 "unspecified" value.
2785 (dired-insert-directory): When called the first time, check
2786 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
2787
2788 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
2789
2790 * replace.el: Add "collect" feature to occur.
2791 (occur-collect-regexp-history): New var.
2792 (occur-read-primary-args): Return a replace string for nlines,
2793 if needed.
2794 (occur): Extend the meaning of nlines.
2795
2796 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
2799 (which-func-update-1): Distinguish symbols from strings.
2800 (which-function): Stay within 80 columns.
2801
2802 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2803
2804 * subr.el (with-demoted-errors): Distinguish symbols from strings.
2805
2806 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
2807 Improve docstring.
2808 (comment-style): Use comment-styles's docs to describe values.
2809
2810 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
2811
2812 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
2813 and ns-show-prefs (Bug#7535).
2814
2815 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
2816 bindings (Bug#7535).
2817
2818 2010-12-03 Glenn Morris <rgm@gnu.org>
2819
2820 * nxml/nxml-mode.el: Require rng-nxml.
2821 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
2822 Remove declarations.
2823
2824 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
2825 * nxml/rng-nxml.el, nxml/rng-valid.el:
2826 Remove leading `*' from defcustom docs.
2827
2828 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
2829 (normal-top-level-add-to-load-path, tty-handle-args):
2830 Convert comments to basic doc-strings.
2831
2832 * net/browse-url.el (browse-url-url-at-point)
2833 (browse-url-default-browser): Remove autoload cookies.
2834
2835 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
2836 Remove more undefined cl functions.
2837
2838 * vc/diff.el (diff-sentinel): Make new arguments optional.
2839 * ibuf-ext.el (diff-sentinel): Update declaration.
2840
2841 2010-12-03 Daiki Ueno <ueno@unixuser.org>
2842
2843 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
2844 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
2845 (epg-context-set-passphrase-callback): Mention that the callback
2846 is not called when used with GnuPG 2.x.
2847
2848 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
2849
2850 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
2851 (tramp-file-name-port): Check also for `tramp-default-port'.
2852 (tramp-get-connection-name): New defun.
2853 (tramp-get-connection-process): Use it.
2854 (tramp-debug-message): Extend function exclude list.
2855 (tramp-drop-volume-letter): Fix doc string.
2856
2857 * net/tramp-cmds.el: Remove solved todo item.
2858
2859 * net/tramp-efs.el:
2860 * net/tramp-ftp.el:
2861 * net/tramp-gvfs.el:
2862 * net/tramp-gw.el:
2863 * net/tramp-imap.el:
2864 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
2865 and `tramp-default-user-alist', respectively.
2866
2867 * net/tramp-gw.el (tramp-gw-open-connection):
2868 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
2869
2870 * net/tramp-imap.el (tramp-imap-make-iht): Use just
2871 `tramp-file-name-port'.
2872
2873 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
2874 and "psftp". Exchange "%k" marker with options.
2875 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
2876 Compute size of link target.
2877 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
2878 `tramp-current-*' up due to gateway methods. Optimize computing of
2879 copy arguments. Use `tramp-get-connection-name' and
2880 `tramp-get-connection-buffer'. Improve debug messages.
2881 (tramp-compute-multi-hops): Remove port determination.
2882 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
2883
2884 * net/trampver.el: Update release number.
2885
2886 2010-12-02 Glenn Morris <rgm@gnu.org>
2887
2888 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
2889 Avoid infinite loop over windows. (Bug#7492)
2890
2891 * progmodes/flymake.el (flymake-check-file-limit):
2892 Allow nil to mean "no limit".
2893 (flymake-check-patch-master-file-buffer): Update for above change.
2894 Allow a .tex file-name extension to be optional.
2895 (flymake-master-tex-init): Also match \include statements.
2896
2897 2010-11-30 Sam Steingold <sds@gnu.org>
2898
2899 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
2900 (nxml-parent-document-set): A function to set `nxml-parent-document'.
2901 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
2902 (nxml-mode-hook): Remove `defcustom' (auto-defined by
2903 define-derived-mode').
2904 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
2905 users who want to call `nxml-parent-document-set'.
2906
2907 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2908
2909 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
2910 stand-alone lines, since that is handled by log-edit-match-to-eoh
2911 (Bug#6465).
2912
2913 2010-11-27 Eduard Wiebe <usenet@pusto.de>
2914
2915 * dired.el (dired-get-filename): Replace backslashes with slashes
2916 in file names on MS-Windows, needed by `locate'. (Bug#7308)
2917 * locate.el (locate-default-make-command-line): Don't consider
2918 drive letter and root directory part of
2919 `directory-listing-before-filename-regexp'. (Bug#7308)
2920 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
2921
2922 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2923
2924 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
2925 of :smie-open/close-alist.
2926 (smie-next-sexp): Make it accept a "start token" as argument.
2927 (smie-indent-keyword): Be careful not to misidentify tokens that span
2928 more than one line, as empty lines. Add argument `token'.
2929
2930 2010-11-27 Kenichi Handa <handa@m17n.org>
2931
2932 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
2933 multipart subtypes, insert all as usual.
2934
2935 * mail/rmail.el: Require rfc2047.
2936
2937 2010-11-27 Kenichi Handa <handa@m17n.org>
2938
2939 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
2940 (rmail-mime-entity-disposition)
2941 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
2942 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
2943 (rmail-mime-save): Handle the case that the button's `data' is a
2944 MIME entity.
2945 (rmail-mime-insert-text): New function.
2946 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
2947 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
2948 (rmail-mime-insert-bulk): New function mostly copied from the old
2949 rmail-mime-bulk-handler.
2950 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
2951 (rmail-mime-process-multipart): New function mostly copied from
2952 the old rmail-mime-multipart-handler.
2953 (rmail-mime-show): Just call rmail-mime-process.
2954 (rmail-mime-process): New function mostly copied from the old
2955 rmail-mime-show.
2956 (rmail-mime-insert-multipart, rmail-mime-parse)
2957 (rmail-mime-insert, rmail-show-mime)
2958 (rmail-insert-mime-forwarded-message)
2959 (rmail-insert-mime-resent-message): New functions.
2960 (rmail-insert-mime-forwarded-message-function): Set to
2961 rmail-insert-mime-forwarded-message.
2962 (rmail-insert-mime-resent-message-function): Set to
2963 rmail-insert-mime-resent-message.
2964
2965 * mail/rmailsum.el: Require rfc2047.
2966 (rmail-header-summary): Handle multiline Subject: field.
2967 (rmail-summary-line-decoder): Change the default to
2968 rfc2047-decode-string.
2969
2970 * mail/rmail.el (rmail-enable-mime): Change the default to t.
2971 (rmail-mime-feature): Change the default to `rmailmm'.
2972 (rmail-quit): Delete the specifal code for rmail-enable-mime.
2973 (rmail-display-labels): Likewise.
2974 (rmail-show-message-1): Check rmail-enable-mime, and use
2975 rmail-show-mime-function for a MIME message. Decode the headers
2976 according to RFC2047.
2977
2978 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2979
2980 * progmodes/which-func.el (which-func-imenu-joiner-function):
2981 Return a string, as expected.
2982 (which-function-mode): Make sure we stop any previous timer before
2983 starting a new one.
2984
2985 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
2986
2987 * net/tramp.el (tramp-default-method-alist)
2988 (tramp-default-user-alist, tramp-default-proxies-alist):
2989 Adapt custom options type. (Bug#7445)
2990
2991 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2992
2993 * progmodes/python.el: Add Ipython support (Bug#5390).
2994 (python-shell-prompt-alist)
2995 (python-shell-continuation-prompt-alist): New options.
2996 (python--set-prompt-regexp): New function.
2997 (inferior-python-mode, run-python, python-shell):
2998 Require ansi-color. Use python--set-prompt-regexp to set the comint
2999 prompt based on the Python interpreter.
3000 (python--prompt-regexp): New var.
3001 (python-check-comint-prompt)
3002 (python-comint-output-filter-function): Use it.
3003 (run-python): Use a pipe (Bug#5694).
3004
3005 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3006
3007 * progmodes/python.el (run-python): Doc fix.
3008 (python-keep-current-directory-in-path): New var (Bug#7454).
3009
3010 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3011
3012 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3013 Prompt user before actually printing.
3014
3015 2010-11-27 Glenn Morris <rgm@gnu.org>
3016
3017 * startup.el (package-enable-at-startup, package-initialize):
3018 Remove unnecessary declarations.
3019
3020 2010-11-27 Eli Zaretskii <eliz@gnu.org>
3021
3022 * international/characters.el (glyphless-char-display-control):
3023 Exclude newline and TAB from the c0-control group.
3024
3025 2010-11-27 Glenn Morris <rgm@gnu.org>
3026
3027 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3028 (expand-mail-aliases): Remove unnecessary autoload.
3029
3030 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3031
3032 * shell.el (shell-dir-cookie-re): Move definition before use.
3033
3034 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3035 Replace undefined CL functions.
3036
3037 2010-11-26 Eli Zaretskii <eliz@gnu.org>
3038
3039 * simple.el (prog-mode): Set bidi-paragraph-direction to
3040 left-to-right.
3041
3042 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3043
3044 2010-11-26 Glenn Morris <rgm@gnu.org>
3045
3046 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3047 diary-outlook-formats can be sensitive to calendar-date-style.
3048 (diary-outlook-formats): Simplify the default setting.
3049 (diary-from-outlook-internal): Pass subject and body as arguments.
3050 Use dolist rather than dotimes. Don't save the diary buffer.
3051 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3052 Pass subject and body as explicit arguments to the -internal function.
3053
3054 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3055
3056 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3057 parsing them. This makes mailto:...?subject=foo\nbar work.
3058
3059 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 * vc/diff.el (diff): Fix last change.
3062
3063 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3064
3065 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3066 (pcase--dontcare-upats): New var.
3067 (pcase-let, pcase-let*): Generate better code.
3068 Accept the same bodies as `let'.
3069 (pcase-dolist): New macro.
3070 (pcase--trivial-upat-p): New helper function.
3071 (pcase--expand): Strip leading "(let nil" if any.
3072
3073 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3074
3075 * mail/mailclient.el (browse-url): Require.
3076 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3077 use the external browser function to send the mail (bug#7469).
3078
3079 * net/browse-url.el (browse-url-browser-function): Revert the
3080 default back to the previous value, since the new value broke
3081 mailclient.el.
3082 (browse-url-mailto-function): New variable for mailto: URLs.
3083 (browse-url): Use the new variable for mailto: URLs.
3084
3085 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3086
3087 * eshell/esh-cmd.el (eshell-parse-command):
3088 * eshell/esh-arg.el (eshell-parse-arguments):
3089 * eshell/em-script.el (eshell-source-file):
3090 Use with-silent-modifications.
3091
3092 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
3093
3094 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3095 for a merge location.
3096
3097 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3098 (vc-bzr-merge-branch): Always prompt.
3099 (vc-bzr-async-command): Use the full branch filename.
3100
3101 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3102
3103 * shell.el (shell): Use current-buffer by default if it's already
3104 a shell mode buffer and its process is dead.
3105 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
3106
3107 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3108
3109 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3110 Mention that the keywords should be comma separated.
3111
3112 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
3113
3114 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3115 Accept optional prefix arg meaning to prompt for a command.
3116 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3117 prefix arg meaning to prompt for a command.
3118 (vc-pull): Alias for vc-update.
3119
3120 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3121 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3122 (vc-bzr-merge-branch): New functions, implementing merge-branch
3123 and pull operations.
3124
3125 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3126
3127 * Makefile.in: Fix up last merge.
3128
3129 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3130 (diff-sentinel): Get them as arguments instead.
3131 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3132 (diff-file-local-copy, diff-better-file-name): New funs.
3133 (diff-no-select): Rename from diff-into-buffer.
3134 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3135 Prefer closures to buffer-local variables.
3136 (diff): Adjust accordingly.
3137 (diff-buffer-with-file): Move from files.el.
3138 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3139 (diff-buffer-internal): Remove.
3140 (diff-buffer-buffer): Remove.
3141 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3142 the buffer name used, and so as not to mess up windows and frames.
3143
3144 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3145
3146 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3147 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3148 (diff-buffer-with-file): Use it.
3149 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3150 (diff): Use it.
3151
3152 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3153
3154 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3155 \ref's or \pageref's value as default instead of initial input.
3156
3157 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
3158
3159 * files.el (backup-by-copying-when-mismatch): The default value is
3160 now t.
3161
3162 * startup.el (normal-top-level):
3163 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3164 `backup-by-copying-when-mismatch'.
3165
3166 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3167
3168 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3169
3170 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3171
3172 * progmodes/python.el (python-font-lock-keywords):
3173 Highlight top-level augmented assignments (Bug#6445).
3174
3175 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3176
3177 * term/ns-win.el (ns-right-control-modifier)
3178 (ns-right-command-modifier): Defvar them.
3179
3180 * cus-start.el (all): Add ns-right-control-modifier and
3181 ns-right-command-modifier (Bug#7458).
3182
3183 2010-11-20 Glenn Morris <rgm@gnu.org>
3184
3185 * emacs-lisp/authors.el (authors-ignored-files)
3186 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3187
3188 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3189
3190 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3191 (report-emacs-bug-parse-query-results)
3192 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3193 keywords used for querying the bug database to show them in the
3194 existing bugs buffer.
3195
3196 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3197
3198 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3199
3200 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3201
3202 2010-11-20 Eli Zaretskii <eliz@gnu.org>
3203
3204 * international/characters.el (glyphless-char-display-control):
3205 Make it a defcustom, with update-glyphless-char-display as its
3206 :set attribute.
3207 (top level): Don't call update-glyphless-char-display.
3208
3209 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3210
3211 Sync with Tramp 2.2.0.
3212
3213 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3214 `file-remote-p' (due to compatibility).
3215
3216 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3217 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3218
3219 * net/trampver.el: Update release number.
3220
3221 2010-11-20 Eli Zaretskii <eliz@gnu.org>
3222
3223 * faces.el (glyphless-char): Define value for `pc'.
3224
3225 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3226
3227 Implemented a bug querying mechanism.
3228 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
3229 (report-emacs-bug-create-existing-bugs-buffer)
3230 (report-emacs-bug-parse-query-results)
3231 (report-emacs-bug-query-existing-bugs): New functions.
3232
3233 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3234
3235 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3236 a \ref{} or \pageref{} macro, then use its value as initial input.
3237
3238 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3239
3240 * calc/calc-units.el (math-build-units-table-buffer):
3241 calc/README: Mention that the TeX specific units won't use the
3242 `tex' prefix in TeX mode.
3243 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3244 prefix for units in TeX mode.
3245
3246 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3247
3248 * simple.el (kill-new, kill-append, kill-region):
3249 * comint.el (comint-kill-region): Make the yank-handler argument
3250 obsolete.
3251
3252 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
3255 that are both openers (resp. closers) and something else.
3256 (smie-grammar): Loosen definition of valid values.
3257 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
3258 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
3259 (smie-indent-after-keyword): Adjust users.
3260 (smie-indent-keyword): Don't indent empty lines.
3261
3262 * vc-hg.el (vc-hg-program): New var.
3263 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
3264 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
3265
3266 2010-11-18 Glenn Morris <rgm@gnu.org>
3267
3268 * emacs-lisp/autoload.el (autoload-find-destination): The function
3269 coding-system-eol-type may return non-numeric values. (Bug#7414)
3270
3271 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
3272
3273 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
3274
3275 2010-11-18 Eli Zaretskii <eliz@gnu.org>
3276
3277 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
3278
3279 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
3280
3281 * textmodes/picture.el (picture-mouse-set-point): Don't use
3282 posn-col-row; explicitly compute the motion based on the posn at
3283 the window-start (Bug#7390).
3284
3285 2010-11-18 Glenn Morris <rgm@gnu.org>
3286
3287 * novice.el (disabled-command-function):
3288 Fix 2009-11-15 change. (Bug#7384)
3289
3290 2010-11-18 Glenn Morris <rgm@gnu.org>
3291
3292 * calendar/calendar.el (diary-iso-date-forms): Make elements
3293 mutually exclusive. (Bug#7377)
3294
3295 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3296
3297 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
3298 when filling the remaining "unconstrained" values.
3299
3300 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3301
3302 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
3303 safety predicate.
3304
3305 * files.el (safe-local-variable-p): Gracefully handle errors.
3306
3307 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
3308 Use smie-indent-virtual when indenting relative to an opener.
3309 (smie-rule-separator): Use smie-rule-parent.
3310 (smie-indent-keyword): Consult rules, even for openers at bol.
3311 (smie-indent-comment-close): Try to align closer's content.
3312
3313 2010-11-18 Glenn Morris <rgm@gnu.org>
3314
3315 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
3316
3317 2010-11-18 Glenn Morris <rgm@gnu.org>
3318
3319 * printing.el (pr-menu-bind): Doc fix.
3320
3321 * speedbar.el (speedbar-toggle-images): Doc fix.
3322
3323 * progmodes/python.el (python-shell): Doc fix.
3324
3325 * wid-edit.el (widget-field-use-before-change)
3326 (widget-use-overlay-change): Doc fixes.
3327
3328 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3329
3330 Minor cleanup to improve style.
3331 * textmodes/rst.el (rst-update-section): Use point-marker.
3332 (rst-get-decoration): Eliminate unneeded assignment.
3333 (rst-promote-region, rst-straighten-decorations)
3334 (rst-section-tree, rst-adjust): Use point-marker.
3335 (rst-toc-mode-mouse-goto): Avoid setq.
3336 (rst-shift-region-guts, rst-shift-region-left)
3337 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
3338 (rst-convert-bullets-to-enumeration): Use copy-marker.
3339
3340 * minibuffer.el (completion-fail-discreetly): New var.
3341 (completion--do-completion): Use it.
3342
3343 * electric.el (electric-pair-pairs): New var.
3344 (electric-pair-post-self-insert-function): Use it.
3345 (electric-layout-post-self-insert-function): Don't insert a before
3346 newline unless it's actually needed.
3347
3348 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3349
3350 * progmodes/python.el (run-python): Explain why we remove the current
3351 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
3352
3353 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
3354
3355 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3356
3357 * progmodes/octave-mod.el: Rely on elecric-*-modes.
3358 (octave-mode-map): Don't bind ;, SPC, and LF.
3359 (octave-auto-indent, octave-auto-newline): Remove.
3360 (electric-layout-rules): Declare.
3361 (octave-mode): Set electric-layout-rules.
3362 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
3363 (octave-reindent-then-newline-and-indent, octave-electric-semi)
3364 (octave-electric-space): Remove.
3365
3366 * electric.el (electric-layout-mode): New minor mode.
3367 (electric--after-char-pos): New function.
3368 (electric-indent-post-self-insert-function): Use it.
3369 (electric-layout-rules): New var.
3370 (electric-layout-post-self-insert-function): New function.
3371 (electric-indent-mode): Make them interact better.
3372
3373 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
3376 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
3377 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
3378
3379 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
3380
3381 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
3382 Make sure to check inside the word (Bug#6761).
3383
3384 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
3385
3386 * startup.el (command-line): If the cursorColor resource is set,
3387 change the cursor face-spec (Bug#7392).
3388
3389 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
3390
3391 The main features of the following allout.el changes are:
3392 - implement user customization for the allout key bindings
3393 - add a customization control by which the user can inhibit use of
3394 a trailing Ctrl-H, so by default it's reserved for use with
3395 describe-prefix-bindings
3396 - adapt to new version of called-interactively-p, while
3397 maintaining backwards compatibility with old version
3398 - fix hotspot navigation so i works properly with meta-modified keys
3399
3400 * allout.el (allout-keybindings, allout-bind-keys)
3401 (allout-keybindings-binding, allout-prefixed-keybindings)
3402 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
3403 (allout-keybindings-list, allout-mode-map-adjustments)
3404 (allout-setup-mode-map): Establish allout-mode keymaps as user
3405 customizable settings, and also establish a customizable setting which
3406 regulates whether or not a trailing control-h is reserved for use with
3407 describe-prefix-bindings - and inhibit it by default, so that control-h
3408 *is* reserved for describe-prefix-bindings unless the user changes it.
3409
3410 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
3411 and accurately between modified and unmodified events, and handle
3412 modified events more comprehensively.
3413
3414 * allout.el (allout-substring-no-properties):
3415 Alias to use or provide version of `substring-no-properties'.
3416 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
3417
3418 * allout.el (allout-next-single-char-property-change):
3419 Alias to use or provide version of `next-single-char-property-change'.
3420 (allout-annotate-hidden, allout-hide-by-annotation):
3421 Use `allout-next-single-char-property-change'.
3422
3423 * allout.el (allout-select-safe-coding-system):
3424 Alias to use or provide version of `select-safe-coding-system'.
3425 (allout-toggle-subtree-encryption):
3426 Use `allout-select-safe-coding-system'.
3427
3428 * allout.el (allout-set-buffer-multibyte):
3429 Alias to use or provide version of `set-buffer-multibyte'.
3430 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
3431
3432 * allout.el (allout-called-interactively-p): Macro for using the
3433 different versions of called-interactively-p identically, depending on
3434 the subroutine's argument signature.
3435 (allout-back-to-current-heading, allout-beginning-of-current-entry):
3436 Use `(interactive "p")' instead of `(called-interactively-p)'.
3437
3438 * allout.el (allout-init, allout-ascend, allout-end-of-level)
3439 (allout-previous-visible-heading, allout-forward-current-level)
3440 (allout-backward-current-level, allout-show-children):
3441 Use `allout-called-interactively-p' instead of `called-interactively-p'.
3442
3443 * allout.el (allout-before-change-handler):
3444 Exempt edits to the (overlaid) character after the allout outline
3445 bullet from edit confirmation prompt.
3446
3447 * allout.el (allout-add-resumptions):
3448 Ensure that it respects correct buffer for keybindings.
3449
3450 * allout.el (allout-beginning-of-line):
3451 Use `allout-previous-single-char-property-change' alias for the sake of
3452 diverse compatibility.
3453
3454 * allout.el (allout-end-of-line):
3455 Use `allout-mark-active-p' to encapsulate respect for mark activity.
3456
3457 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
3458
3459 * frame.el (frame-notice-user-settings): Don't clobber other
3460 user-set parameters when calling face-set-after-frame-default in
3461 response to background-color parameter (Bug#7373).
3462
3463 2010-11-13 Eli Zaretskii <eliz@gnu.org>
3464
3465 * international/characters.el (glyphless-char-display-control):
3466 Rename from glyphless-char-control; all users changed. Doc fix.
3467 Signal an error if display method is not one of the recognized
3468 symbols.
3469
3470 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
3471
3472 * net/tramp-compat.el (tramp-compat-line-beginning-position)
3473 (tramp-compat-line-end-position): Remove them.
3474
3475 * net/tramp.el (tramp-parse-rhosts-group)
3476 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
3477 (tramp-parse-hosts-group, tramp-parse-passwd-group)
3478 (tramp-parse-netrc-group, tramp-parse-putty-group)
3479 * net/tramp-cmds.el (tramp-append-tramp-buffers)
3480 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
3481 (tramp-sh-handle-file-selinux-context)
3482 (tramp-sh-handle-file-name-all-completions)
3483 (tramp-sh-handle-insert-directory)
3484 (tramp-sh-handle-expand-file-name, tramp-find-executable)
3485 (tramp-wait-for-output, tramp-send-command-and-read)
3486 * net/tramp-smb.el (tramp-smb-read-file-entry)
3487 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
3488
3489 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
3490 `point-at-bol'.
3491 (tramp-remote-coding-commands): Add an alternative using "base64
3492 -d -i". This is needed for older base64 versions from GNU
3493 coreutils. Reported by Klaus Reichl
3494 <Klaus.Reichl@thalesgroup.com>.
3495
3496 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
3497
3498 * simple.el (count-words-region): New function.
3499
3500 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3501
3502 * shell.el (shell-dir-cookie-re): New custom variable.
3503 (shell-dir-cookie-watcher): New function.
3504
3505 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
3506 and compilation-mode (bug#7350).
3507
3508 * vc/smerge-mode.el (smerge-refine): Choose better default part to
3509 highlight when one of them is empty.
3510
3511 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
3512 trailing space.
3513 (skeleton-newline): New function.
3514 (skeleton-internal-1): Use it.
3515
3516 * simple.el (open-line): `newline' may strip trailing space.
3517
3518 2010-11-12 Kevin Ryde <user42@zip.com.au>
3519
3520 * international/mule-cmds.el (princ-list): Use mapc.
3521
3522 2010-11-12 Glenn Morris <rgm@gnu.org>
3523
3524 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
3525 Use it to replace all instances of "*Compile-Log*"
3526
3527 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3528
3529 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
3530 indentation specs.
3531
3532 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * progmodes/modula2.el: Use SMIE and skeleton.
3535 (m2-mode-syntax-table): (*..*) can be nested.
3536 Add //...\n. Fix paren syntax.
3537 (m2-mode-map): Remove LF and TAB bindings.
3538 (m2-indent): Add safety property.
3539 (m2-smie-grammar): New var.
3540 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
3541 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
3542 (m2-mode): Use define-derived-mode.
3543 (m2-newline, m2-tab): Remove.
3544 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
3545 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
3546 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
3547 (m2-import): Use define-skeleton.
3548
3549 2010-11-11 Glenn Morris <rgm@gnu.org>
3550
3551 * obsolete/lucid.el: Don't warn about any CL functions in this file.
3552
3553 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
3554 (ls-lisp-verbosity): Add custom :set-after property.
3555 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
3556 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
3557 (ls-lisp-insert-directory): Update caller.
3558 (ls-lisp-set-options): New function.
3559 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
3560 Doc fix.
3561
3562 * play/landmark.el (lm-prompt-for-move):
3563 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
3564
3565 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
3566
3567 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
3568 (idlwave-study-twins): Prefix dynamic local variable `name'.
3569 (idlwave-routine-twin-compare): Update for above change.
3570
3571 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
3572 Prefix dynamic local variables `name', `kwd', and `link'.
3573 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
3574 * progmodes/idlw-complete-structtag.el
3575 (idlwave-complete-structure-tag-help):
3576 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
3577 (idlwave-complete-sysvar-tag-help)
3578 (idlwave-complete-class-structure-tag-help):
3579 Update for above name changes.
3580
3581 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3582
3583 * net/browse-url.el (browse-url-browser-function): Change the
3584 default to use `browse-url-mail' on mailto: URLs.
3585
3586 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
3587
3588 * emacs-lisp/package.el (package-read-all-archive-contents):
3589 Reset package-archive-contents to nil before re-reading.
3590
3591 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
3592
3593 * textmodes/flyspell.el (flyspell-word): Do not re-check words
3594 already found as misspellings by (flyspell-large-region), just
3595 do highlighting (bug#7322).
3596
3597 2010-11-10 Glenn Morris <rgm@gnu.org>
3598
3599 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
3600
3601 * emulation/edt.el (edt-with-position): New macro.
3602 (edt-find-forward, edt-find-backward, edt-find-next-forward)
3603 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
3604 (edt-paragraph-forward, edt-paragraph-backward): Use it.
3605
3606 * emulation/tpu-extras.el (tpu-with-position): New macro.
3607 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
3608
3609 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
3610
3611 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
3612 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
3613 (texinfo-master-menu, texinfo-insert-node-lines)
3614 (texinfo-multiple-files-update):
3615 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
3616 Use line-beginning-position.
3617
3618 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
3619 No recent Emacs supports system-type `emx'.
3620
3621 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
3622 (ada-command-separator, ada-default-prj-properties)
3623 (ada-find-any-references): Update for above name change.
3624
3625 * dirtrack.el (dirtrack-directory-function)
3626 (dirtrack-canonicalize-function):
3627 * filecache.el (file-cache-completion-ignore-case)
3628 (file-cache-case-fold-search, file-cache-ignore-case):
3629 * term.el (serial-port-is-file-p): Cosmetic change.
3630
3631 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
3632 Remove non-existent `windows-95' system-type.
3633 * dired.el (dired-chown-program): Remove non-existent `linux'
3634 system-type.
3635
3636 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
3637 (ping-program-options): Remove non-existent `linux' system-type.
3638
3639 * startup.el (package-initialize): Update declaration.
3640
3641 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
3642 (ls-lisp-handle-switches): Use time-less-p.
3643 (ls-lisp-format-time): Use float-time.
3644
3645 * textmodes/remember.el (remember-time-to-seconds): Remove.
3646 (remember-store-in-mailbox): Use float-time.
3647
3648 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
3649
3650 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
3651 never a real function.
3652 (with-no-warnings): Remove compat stub, now unused.
3653 (time-less-p): Doc fix.
3654 (time-to-number-of-days): Simplify.
3655
3656 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
3657 Remove.
3658 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
3659 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
3660 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
3661 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
3662 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
3663
3664 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
3665 (eshell-shuffle-files, eshell-shorthand-tar-command)
3666 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
3667 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
3668 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
3669 Prefix dynamic local variable `matches'.
3670
3671 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
3672 Prefix dynamic local variable `skeleton'.
3673
3674 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3675
3676 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
3677 in mail buffer; make yank-action always a command that yanks original
3678 buffer.
3679
3680 2010-11-09 Glenn Morris <rgm@gnu.org>
3681
3682 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
3683
3684 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3685
3686 * minibuffer.el (minibuffer-completion-help): Specify the end of the
3687 completion field (bug#7211).
3688
3689 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
3690 Fix handling of backslash escapes.
3691 (python-quote-syntax): Adjust accordingly.
3692
3693 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
3694
3695 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
3696 (vc-mtn-workfile-branch): Adjust to new output format.
3697
3698 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3699
3700 * international/mule-cmds.el (princ-list): Mark as obsolete.
3701
3702 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3703
3704 * emacs-lisp/smie.el: New package.
3705
3706 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
3707
3708 * files.el (backup-by-copying-when-mismatch):
3709 Set `permanent-local' property.
3710
3711 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3712 `permanent-local' property for `backup-by-copying-when-mismatch'.
3713
3714 2010-11-09 Eli Zaretskii <eliz@gnu.org>
3715
3716 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
3717
3718 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
3719
3720 * progmodes/verilog-mode.el (verilog-insert-one-definition)
3721 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
3722 AUTOINOUT for SV style multidimensional arrays, bug294.
3723 Reported by Eric Mastromarchi.
3724 (verilog-preprocess): Use with-current-buffer and
3725 font-lock-fontify-buffer to cleanup style issues.
3726
3727 2010-11-09 Glenn Morris <rgm@gnu.org>
3728
3729 * locate.el (locate, locate-mode): Doc fixes.
3730
3731 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
3734 user for confirmation.
3735 (server-force-stop): Use it.
3736 (server-start): Use server-force-stop for kill-emacs-hook, to
3737 avoid user interaction while killing Emacs.
3738
3739 2010-11-09 Glenn Morris <rgm@gnu.org>
3740
3741 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
3742 (meta-indent-line): Simplify.
3743
3744 * vc/emerge.el (emerge-line-number-in-buf):
3745 * textmodes/ispell.el (ispell-region):
3746 * textmodes/fill.el (current-fill-column):
3747 * progmodes/xscheme.el (xscheme-send-current-line):
3748 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
3749 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
3750 * progmodes/sh-script.el (sh-handle-prev-do):
3751 * progmodes/meta-mode.el (meta-indent-line):
3752 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
3753 (idlwave-in-quote):
3754 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
3755 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
3756 * progmodes/fortran.el (fortran-looking-at-if-then):
3757 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
3758 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
3759 (cperl-find-pods-heres):
3760 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
3761 * net/quickurl.el (quickurl-list-insert):
3762 * net/ldap.el (ldap-search-internal):
3763 * net/eudc.el (eudc-expand-inline):
3764 * mail/sendmail.el (sendmail-send-it):
3765 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
3766 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
3767 (viper-brac-function):
3768 * calc/calc-yank.el (calc-do-grab-region):
3769 * calc/calc-keypd.el (calc-keypad-press):
3770 * term.el (term-move-columns, term-insert-spaces):
3771 * speedbar.el (speedbar-highlight-one-tag-line):
3772 * simple.el (current-word):
3773 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3774 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
3775 (Info-scroll-down):
3776 * hippie-exp.el (he-line-beg):
3777 * epa.el (epa--marked-keys):
3778 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
3779 (dired-update-file-line, dired-add-entry, dired-remove-entry)
3780 (dired-relist-entry):
3781 * buff-menu.el (Buffer-menu-buffer):
3782 * array.el (current-line):
3783 * allout.el (allout-resolve-xref)
3784 (allout-latex-verbatim-quote-curr-line):
3785 Replace yet more uses of end-of-line etc with line-end-position, etc.
3786
3787 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
3790 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
3791 (checkdoc-syntax-table): Initialize in the declaration.
3792 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
3793 the mode on unconditionally.
3794
3795 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
3796 (extent-end-position, extent-start-position): Remove setf method for
3797 non-existing functions (bug#7319).
3798
3799 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3800
3801 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
3802 (smie-precs->prec2): Rename from smie-precs-precedence-table.
3803 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
3804 (smie-prec2->grammar): Rename from smie-prec2-levels.
3805 (smie-grammar): Rename from smie-op-levels.
3806 (smie-indent--hanging-p): Rename from smie-hanging-p.
3807 (smie-rule-hanging-p): New alias.
3808 (smie-indent--bolp): Rename from smie-bolp.
3809 (smie-indent--hanging-p): New alias.
3810 (smie--token): New dynamically bound variable.
3811 (smie-indent--parent): New function.
3812 (smie-rule-parent-p): Use it; rename from smie-parent-p.
3813 (smie-rule-next-p): Rename from smie-next-p.
3814 (smie-rule-prev-p): Rename from smie-prev-p.
3815 (smie-rule-sibling-p, smie-rule-parent)
3816 (smie-indent--separator-outdent, smie-rule-separator): New functions.
3817 (smie-rule-separator-outdent): New var.
3818 (smie-indent--rule): Merge with smie-indent--column.
3819 (smie-indent-forward-token, smie-indent-backward-token):
3820 Also recognize close parens.
3821 (smie-indent-keyword): Don't use smie-indent--column any more.
3822 (smie-indent-after-keyword): Ignore closers by default.
3823 (smie-indent-line): Use with-demoted-errors.
3824 * progmodes/octave-mod.el (octave-smie-grammar):
3825 Rename from octave-smie-op-levels.
3826 (octave-smie-rules): Adjust to new behavior.
3827 * progmodes/prolog.el (prolog-smie-grammar):
3828 Rename from prolog-smie-op-levels.
3829
3830 2010-11-07 Glenn Morris <rgm@gnu.org>
3831
3832 * eshell/esh-util.el (subst-char-in-string)
3833 (directory-files-and-attributes): These compatibility definitions are
3834 not needed on any version of Emacs since at least 21.4.
3835
3836 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
3837 (verilog-get-end-of-line): Remove.
3838 (verilog-within-string, verilog-re-search-forward-substr)
3839 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
3840 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
3841 Use point-at-bol, point-at-eol.
3842 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
3843 Remove.
3844 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
3845 (electric-pascal-terminate-line, pascal-set-auto-comments)
3846 (pascal-indent-paramlist, pascal-indent-declaration)
3847 (pascal-get-lineup-indent, pascal-func-completion)
3848 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
3849 Use point-at-bol, point-at-eol.
3850 * progmodes/flymake.el (flymake-line-beginning-position)
3851 (flymake-line-end-position): Remove.
3852 (flymake-highlight-line): Use point-at-bol, point-at-eol.
3853 * eshell/esh-util.el (line-end-position, line-beginning-position):
3854 Remove compat definitions.
3855
3856 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3857 Use end-of-line N.
3858 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
3859 Use line-end-position.
3860
3861 * emacs-lisp/chart.el (chart-zap-chars):
3862 * play/decipher.el (decipher-set-map):
3863 * progmodes/ada-mode.el (ada-get-current-indent)
3864 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
3865 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
3866 * progmodes/ada-xref.el (ada-initialize-runtime-library)
3867 (ada-get-all-references):
3868 * progmodes/cperl-mode.el (cperl-electric-paren)
3869 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
3870 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
3871 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
3872 (cperl-word-at-point-hard):
3873 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
3874 (idlwave-shell-filename-string, idlwave-shell-batch-command)
3875 (idlwave-shell-display-line):
3876 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
3877 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
3878 * progmodes/js.el (js--re-search-forward-inner)
3879 (js--re-search-backward-inner):
3880 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
3881 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
3882 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
3883 * textmodes/flyspell.el (flyspell-process-localwords):
3884 * textmodes/ispell.el (ispell-buffer-local-parsing)
3885 (ispell-buffer-local-dict, ispell-buffer-local-words):
3886 Use point-at-bol and point-at-eol.
3887
3888 * speedbar.el (speedbar-generic-item-info)
3889 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
3890 (speedbar-add-indicator, speedbar-check-vc-this-line)
3891 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
3892 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
3893 Replace more uses of end-of-line etc with line-end-position.
3894
3895 2010-11-06 Glenn Morris <rgm@gnu.org>
3896
3897 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
3898 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
3899 (texinfo-delete-existing-pointers, texinfo-find-pointer)
3900 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
3901 (texinfo-multiple-files-update):
3902 * textmodes/table.el (table--probe-cell-left-up)
3903 (table--probe-cell-right-bottom):
3904 * textmodes/picture.el (picture-tab-search):
3905 * textmodes/page-ext.el (pages-copy-header-and-position)
3906 (pages-directory-for-addresses):
3907 * progmodes/vera-mode.el (vera-get-offset):
3908 * progmodes/simula.el (simula-calculate-indent):
3909 * progmodes/python.el (python-pdbtrack-overlay-arrow):
3910 * progmodes/prolog.el (end-of-prolog-clause):
3911 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
3912 * progmodes/icon.el (indent-icon-exp):
3913 * progmodes/etags.el (tag-re-match-p):
3914 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
3915 * progmodes/ebnf2ps.el (ebnf-begin-file):
3916 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
3917 (dcl-save-local-variable):
3918 * play/life.el (life-setup):
3919 * play/gametree.el (gametree-looking-at-ply):
3920 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3921 * mail/sendmail.el (mail-mode-auto-fill):
3922 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3923 * emacs-lisp/edebug.el (edebug-overlay-arrow):
3924 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
3925 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
3926 (woman-tab-to-tab-stop, WoMan-warn-ignored):
3927 * type-break.el (type-break-file-keystroke-count):
3928 * term.el (term-replace-by-expanded-history-before-point)
3929 (term-skip-prompt, term-extract-string):
3930 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
3931 (speedbar-contract-line, speedbar-toggle-line-expansion)
3932 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
3933 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
3934 * sort.el (sort-skip-fields):
3935 * skeleton.el (skeleton-internal-list):
3936 * simple.el (line-move-finish, line-move-to-column):
3937 * shell.el (shell-forward-command):
3938 * misc.el (copy-from-above-command):
3939 * makesum.el (double-column):
3940 * ebuff-menu.el (electric-buffer-update-highlight):
3941 * dired.el (dired-move-to-end-of-filename):
3942 * dframe.el (dframe-popup-kludge):
3943 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
3944 * arc-mode.el (archive-get-lineno):
3945 Use line-end-position and line-beginning-position.
3946
3947 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
3948 (idlwave-study-twins): Prefix dynamic local `class'.
3949 (idlwave-routine-twin-compare): Update for above name change.
3950
3951 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
3952 Use boundp tests to silence compiler. Update for changed name of
3953 bytecomp-filename variable.
3954
3955 * emulation/viper-cmd.el (viper-read-string-with-history):
3956 Prefix dynamic local `initial'.
3957 (viper-minibuffer-standard-hook): Update for above name change.
3958
3959 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
3960 (elint-init-form): Update for above name change.
3961
3962 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
3963 local variables `cbeg' and `cend' a prefix.
3964 (mail-extr-voodoo): Update for above name change.
3965
3966 * textmodes/reftex-toc.el (reftex-toc-do-promote)
3967 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
3968 (reftex-toc-promote-action): Doc fix.
3969
3970 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
3971 `prompt', `data' a prefix.
3972 (reftex-select-post-command-hook, reftex-select-callback)
3973 (reftex-select-mouse-accept, reftex-select-read-cite):
3974 Update for above name changes.
3975
3976 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
3977 `refstyle' to reftex-refstyle.
3978 (reftex-offer-label-menu): Update for above name change.
3979 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
3980 `refstyle' name change.
3981
3982 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
3983 with with-current-buffer.
3984 (diff, template): Give dynamic local variables a prefix.
3985 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
3986 (emerge-line-number-in-buf): Update for above name change.
3987 (emerge-combine-versions-internal): Rename local `template' to
3988 emerge-combine-template.
3989 (emerge-combine-versions-edit): Update for above name change.
3990
3991 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
3992
3993 * textmodes/reftex-cite.el
3994 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
3995 entries with whitespace after \bibitem.
3996 (reftex-create-bibtex-file): Match entries containing numbers and
3997 symbol constituents. Make sure that entries with whitespace at
3998 various places are found.
3999
4000 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4001
4002 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4003
4004 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4005
4006 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4007
4008 2010-11-05 Glenn Morris <rgm@gnu.org>
4009
4010 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4011 (woman2-roff-buffer): Give local variable `request' a prefix.
4012 (woman0-macro): Rename argument `request' in the same way.
4013 (woman-request): New name for `request' dynamic variable.
4014 (woman-unquote, woman-forward-arg): Update for above name change.
4015 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4016 (woman1-unquote): New name for `unquote' dynamic variable.
4017 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4018 (woman-translations): Rename from `translations'. No longer global.
4019 (woman2-tr, woman-translate): Update for above name change.
4020 (woman-translate): Check for bound variable.
4021 (woman2-roff-buffer): Give local variable `translations' a prefix.
4022
4023 * play/doctor.el: Give all local variables a prefix. Update callers.
4024 (doc$, doctor-put-meaning): Use backquote.
4025
4026 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4027 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4028
4029 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4030 variables bytes, ptr, op a prefix.
4031 (disassemble-offset): Update for above change.
4032
4033 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
4034
4035 * emacs-lisp/package.el (package-unpack): Remove no-op.
4036 (package--builtins, package--dir): Doc fix.
4037 (package-activate-1, package-activate, package-install)
4038 (package-compute-transaction): Fix error message.
4039 (package-delete): Use delete-directory. Omit system packages.
4040 (package-initialize): Set package-alist to nil first.
4041 (package-menu-mark-delete, package-menu-mark-install): Don't add
4042 symbols that are inconsistent with the package state.
4043 (package-menu-execute): Perform deletions and installations as
4044 single batch operations.
4045
4046 2010-11-03 Glenn Morris <rgm@gnu.org>
4047
4048 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4049 (props): Remove unnecessary declaration.
4050
4051 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4052 set-process-query-on-exit-flag.
4053
4054 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
4055 (reftex-toc-do-promote): Remove unused local `mpos'.
4056 (reftex-toc-restore-region): Make `mpos' local to this function.
4057
4058 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4059
4060 * play/landmark.el (lm-losing-threshold): Correct spelling.
4061 (lm-human-plays): Use new name.
4062
4063 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4064 (gomoku-human-plays): Use new name.
4065
4066 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4067 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4068 (gomoku-score-trans-table, gomoku-winning-threshold)
4069 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4070
4071 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
4072
4073 * emacs-lisp/package.el: Don't put built-in packages in
4074 package-alist, to avoid loading inefficiencies.
4075 (package-built-in-p): Make VERSION optional, and treat it as a
4076 minimum acceptable version.
4077 (package-activate): Search separately for built-in packages.
4078 Emit a warning if a dependency fails.
4079 (define-package): Handle most common case, where there is no
4080 obsolete package, first.
4081 (package-compute-transaction): Print required version in error.
4082 (package--initialized): New variable.
4083 (list-packages): Use it.
4084 (package-initialize): Optional arg NO-ACTIVATE. Don't put
4085 built-in packages in packages-alist; keep it separate.
4086 Set package--initialized.
4087 (describe-package): Avoid activating packages as a side-effect.
4088 Search separately for built-in packages.
4089 (describe-package-1): Handle the case where an elpa package is
4090 simultaneously built-in and available/installed.
4091 (package-installed-p, package--generate-package-list):
4092 Search separately for built-in packages.
4093 (package-load-descriptor): Doc fix.
4094
4095 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4096
4097 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4098 Handle __DATA__ and __END__.
4099
4100 2010-11-02 Noah Friedman <friedman@splode.com>
4101
4102 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4103 nil, do not ask to recompile files that are not already compiled,
4104 and do not recompile them.
4105
4106 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
4107
4108 * emacs-lisp/package.el (package-initialize): Ensure that
4109 obsoleted built-in packages are not in package-activated-list
4110 during activation.
4111 (describe-package-1): Make the "installed" status override
4112 "built-in".
4113
4114 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4115
4116 * subr.el (version-separator, version-regexp-alist): Remove '*'
4117 from docstring.
4118 (version-list-<=, version<=, version=): Doc fix.
4119
4120 2010-11-01 Kenichi Handa <handa@m17n.org>
4121
4122 * faces.el (glyphless-char): Inherit underline for tty.
4123
4124 2010-11-01 Kenichi Handa <handa@m17n.org>
4125
4126 Implement various display methods for glyphless characters.
4127
4128 * international/characters.el (char-acronym-table): New variable.
4129 (glyphless-char-control): New variable.
4130 (update-glyphless-char-display): New function.
4131
4132 * faces.el (glyphless-char): New face.
4133
4134 2010-11-01 Glenn Morris <rgm@gnu.org>
4135
4136 * calendar/holidays.el (general-holidays, oriental-holidays)
4137 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4138 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4139 the definitions of their targets.
4140
4141 * emacs-lisp/smie.el (smie): New custom group.
4142 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4143
4144 * faces.el (xw-defined-colors, x-setup-function-keys):
4145 * mouse-sel.el (x-select-text):
4146 * term/w32console.el (x-setup-function-keys): Update declarations.
4147
4148 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4149
4150 * textmodes/ispell.el (comment-add): Declare.
4151
4152 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4153 Declare.
4154
4155 * info.el (finder-keywords-hash, package-alist): Declare.
4156
4157 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
4158
4159 * finder.el (finder-compile-keywords): Don't use intern-soft,
4160 since package names may not yet exist in the obarray.
4161
4162 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
4163
4164 * vc/vc-arch.el (vc-arch-checkin):
4165 * vc/vc-cvs.el (vc-cvs-checkin):
4166 * vc/vc-mtn.el (vc-mtn-checkin):
4167 * vc/vc-rcs.el (vc-rcs-checkin):
4168 * vc/vc-sccs.el (vc-sccs-checkin):
4169 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4170 since 2010-04-21 commit by Stefan Monnier.
4171
4172 2010-11-01 Glenn Morris <rgm@gnu.org>
4173
4174 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4175
4176 * startup.el (package-enable-at-startup, package-initialize):
4177 Silence compiler.
4178
4179 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4180 Silence compiler.
4181
4182 2010-10-31 Julien Danjou <julien@danjou.info>
4183
4184 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4185 (byte-recompile-directory):
4186 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
4187 Use `byte-recompile-file'.
4188
4189 2010-10-31 Glenn Morris <rgm@gnu.org>
4190
4191 * cus-start.el: Handle standard values via a keyword.
4192 Only set version property if specified.
4193 (cursor-in-non-selected-windows, menu-bar-mode)
4194 (tool-bar-mode, show-trailing-whitespace):
4195 Do not specify standard values.
4196 (transient-mark-mode, temporary-file-directory): Use :standard.
4197
4198 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4199
4200 * term/x-win.el (x-get-selection-value): New function that gets
4201 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
4202
4203 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
4204
4205 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4206 preserve owner and group when editing files. (Bug#7289)
4207
4208 2010-10-31 Glenn Morris <rgm@gnu.org>
4209
4210 * speedbar.el (speedbar-mode):
4211 * play/fortune.el (fortune-in-buffer, fortune):
4212 * play/gomoku.el (gomoku-mode):
4213 * play/landmark.el (lm-mode):
4214 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4215 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4216
4217 * select.el (x-selection): Mark it as an obsolete alias.
4218
4219 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4220
4221 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
4222 major-mode (bug#7284).
4223
4224 2010-10-31 Glenn Morris <rgm@gnu.org>
4225
4226 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4227 rather than just an unused variable that inherits from the real one.
4228
4229 2010-10-31 Alan Mackenzie <acm@muc.de>
4230
4231 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4232 This fixes bug #7185.
4233
4234 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
4235
4236 * startup.el (command-line): Search for package directories, and
4237 don't load package.el if none are found.
4238
4239 * emacs-lisp/package.el (describe-package, list-packages):
4240 Call package-initialize if it has not been called yet.
4241
4242 2010-10-30 Alan Mackenzie <acm@muc.de>
4243
4244 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4245 which fontifies the tail of an enum.
4246 (c-basic-matchers-after): Insert a call to the above new function.
4247 This fixes bug #7264.
4248
4249 2010-10-30 Glenn Morris <rgm@gnu.org>
4250
4251 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4252 tool-bar-mode, transient-mark-mode. (Bug#7306)
4253 Include the :set property in the dumped Emacs.
4254
4255 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 SMIE: change indent rules format, improve smie-setup.
4258 * emacs-lisp/smie.el (smie-precs-precedence-table)
4259 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
4260 Mark them pure so the tables gets built at compile time.
4261 (smie-bnf-precedence-table): Store the closer-alist in the table.
4262 (smie-prec2-levels): Preserve the closer-alist.
4263 (smie-blink-matching-open): Be more forgiving in case of indentation.
4264 (smie-hanging-p): Rename from smie-indent--hanging-p.
4265 (smie-bolp): Rename from smie-indent--bolp.
4266 (smie--parent, smie--after): New dynamic vars.
4267 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
4268 (smie-indent-rules): Remove.
4269 (smie-indent--offset-rule): Remove fun.
4270 (smie-rules-function): New var.
4271 (smie-indent--rule): New fun.
4272 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
4273 (smie-indent-exps): Use it.
4274 (smie-setup): Setup paren blinking; add keyword args for token
4275 functions; extract closer-alist from op-levels.
4276 (smie-indent-debug-log): Remove var.
4277 (smie-indent-debug): Remove fun.
4278 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
4279 (prolog-smie-rules): New fun to replace it.
4280 (prolog-mode-variables): Simplify.
4281 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
4282 it's setup automatically.
4283 (octave-smie-indent-rules): Remove.
4284 (octave-smie-rules): New fun to replace it.
4285 (octave-mode): Simplify.
4286
4287 2010-10-29 Glenn Morris <rgm@gnu.org>
4288
4289 * files.el (temporary-file-directory): Remove (already defined in C).
4290 * cus-start.el: Add temporary-file-directory.
4291
4292 * abbrev.el (abbrev-mode):
4293 * composite.el (auto-composition-mode):
4294 * menu-bar.el (menu-bar-mode):
4295 * simple.el (transient-mark-mode):
4296 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
4297 that they do not define the associated variables twice.
4298 * simple.el (transient-mark-mode): Remove defvar.
4299 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
4300 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
4301 Handle multiple groups, and also custom-delayed-init-variables.
4302 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4303
4304 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4305
4306 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
4307 (pcase-if): Add one minor optimization.
4308 (pcase-split-equal): Rename from pcase-split-eq.
4309 (pcase-split-member): Rename from pcase-split-memq.
4310 (pcase-u1): Add strings to the member optimization.
4311 Add `guard' variant of predicates.
4312 (pcase-q1): Add string patterns.
4313
4314 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
4317
4318 2010-10-28 Glenn Morris <rgm@gnu.org>
4319
4320 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4321 Move menu-bar related settings to ../menu-bar.el.
4322 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4323 Move ns-specific settings here from term/ns-win.el.
4324
4325 * simple.el (x-selection-owner-p): Remove unused declaration.
4326
4327 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4328
4329 * minibuffer.el (completion-cycling): New var (bug#7266).
4330 (minibuffer-complete, completion--do-completion):
4331 Use completion--flush-all-sorted-completions.
4332 (minibuffer-complete): Only cycle if completion-cycling is set.
4333 (completion--flush-all-sorted-completions): Unset completion-cycling.
4334 (minibuffer-force-complete): Set completion-cycling.
4335 (completion-all-sorted-completions): Move declaration before first use.
4336
4337 2010-10-28 Leo <sdl.web@gmail.com>
4338
4339 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
4340 which changes the order of matches seen by users (bug#7231).
4341
4342 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
4343
4344 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4345 Don't confuse -omega as "-o mega".
4346
4347 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
4350 (log-edit-author): New dynamic var.
4351 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
4352 to return the author if different from committer.
4353 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
4354
4355 * play/landmark.el: Adjust commenting convention.
4356 (lm-nil-score): Rename from nil-score.
4357 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
4358 (OOOOscore): Move into a let in lm-score-trans-table.
4359 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
4360
4361 * electric.el (electric-indent-chars): Autoload.
4362 * progmodes/octave-mod.el (octave-mode):
4363 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
4364 (ruby-mode-abbrev-table): Merge initialization and declaration.
4365
4366 2010-10-27 Glenn Morris <rgm@gnu.org>
4367
4368 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
4369 variable.
4370
4371 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
4372
4373 * term/ns-win.el: Restore require of cl when compiling.
4374 (menu-bar-final-items): Remove non-existent `windows' menu.
4375 (ns-handle-nxopen): Optionally handle the temp-case.
4376 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
4377 (ns-insert-file, ns-find-file): Use `pop'.
4378
4379 2010-10-26 Glenn Morris <rgm@gnu.org>
4380
4381 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
4382
4383 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4384
4385 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
4386 global map.
4387 * term/common-win.el (x-setup-function-keys): Remove most of the
4388 keymappings. Comment on the remaining ones.
4389
4390 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
4391
4392 * server.el (server-port): New option. (Bug#854)
4393 (server-start): Use server-port.
4394
4395 2010-10-26 Glenn Morris <rgm@gnu.org>
4396
4397 * term/ns-win.el (ns-version-string): Remove unused declaration.
4398 (ns-invocation-args): Change to x-invocation-args.
4399 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
4400 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
4401 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
4402 Use x-invocation-args instead of ns-invocation-args.
4403 (ns-initialize-window-system, handle-args-function-alist):
4404 Use x-handle-args instead of ns-handle-args.
4405 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
4406 * startup.el (command-line-ns-option-alist): Replace
4407 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
4408 ns-handle-iconic with the x- equivalents.
4409
4410 * term/common-win.el (x-select-enable-clipboard):
4411 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
4412
4413 * term/ns-win.el: No need to require cl when compiling.
4414 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
4415 (xw-defined-colors): Use the common-win definitions.
4416 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
4417 (ns-handle-iconic): Make it an alias for x-handle-iconic.
4418 * term/common-win.el (x-select-text, x-alternatives-map)
4419 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
4420 * loadup.el [ns]: Load common-win.
4421
4422 2010-10-26 Daiki Ueno <ueno@unixuser.org>
4423
4424 * epa-mail.el (epa-mail-encrypt): Handle local-part only
4425 recipients; expand mail aliases (Bug#7280).
4426
4427 2010-10-25 Glenn Morris <rgm@gnu.org>
4428
4429 * term/common-win.el (x-handle-switch): Simplify with pop.
4430 Optionally handle numeric switches.
4431 (x-handle-numeric-switch): Just call x-handle-switch.
4432 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
4433 (x-handle-name-switch, x-handle-display, x-handle-args):
4434 Simplify with pop.
4435
4436 * term/ns-win.el: Do not require easymenu.
4437 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
4438 <spell>: Move adjustments to menu-bar.el.
4439 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
4440 <separator-undo, spell>: Move ns-win's adjustments here.
4441 * loadup.el [ns]: Do not load easymenu.
4442
4443 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4444
4445 * image.el (image-checkbox-checked, image-checkbox-unchecked):
4446 Delete (Bug#7222).
4447
4448 * startup.el (fancy-startup-tail): Instead of using inline images,
4449 refer to image files from etc/.
4450
4451 * wid-edit.el (checkbox): Likewise.
4452 (widget-image-find): Center image specs.
4453
4454 2010-10-24 Glenn Morris <rgm@gnu.org>
4455
4456 * term/ns-win.el (x-select-text): Doc fix.
4457 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
4458 (x-select-text): Move to term/common-win.
4459 * term/w32-win.el (xw-defined-colors): Move to common-win.
4460 * term/x-win.el (xw-defined-colors, x-alternatives-map)
4461 (x-setup-function-keys, x-select-text): Move to common-win.
4462 * term/common-win.el (x-select-text, x-alternatives-map)
4463 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
4464 definitions here.
4465
4466 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
4467
4468 * net/mairix.el (mairix-searches-mode-map):
4469 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
4470
4471 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
4472
4473 * verilog-mode.el (verilog-directive-re): Make this variable
4474 auto-built for efficiency of execution and updating.
4475 (verilog-extended-complete-re): Support 'pure' fucntion & task
4476 declarations (these have no bodies).
4477 (verilog-beg-of-statement): General cleanup to enable support of
4478 'pure' fucntion & task declarations (these have no bodies).
4479 These efforts together fix Verilog bug210 from veripool; which was also
4480 noticed by Steve Pearlmutter.
4481 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
4482 (verilog-directive-nest-re, verilog-set-auto-endcomments):
4483 Support `elsif. Reported by Shankar Giri.
4484 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
4485 attribute handling for lining up declarations and assignments.
4486 (verilog-beg-of-statement-1): Fix issue where continued declaration
4487 is indented differently if it is after a begin..end clock.
4488 (verilog-in-attribute-p, verilog-skip-backward-comments)
4489 (verilog-skip-forward-comment-p): Support proper treatment of
4490 attributes by indent code. Reported by Jeff Steele.
4491 (verilog-in-directive-p): Fix comment to correctly describe function.
4492 (verilog-backward-up-list, verilog-in-struct-region-p)
4493 (verilog-backward-token, verilog-in-struct-p)
4494 (verilog-in-coverage-p, verilog-do-indent)
4495 (verilog-pretty-declarations): Use verilog-backward-up-list as
4496 wrapper around backward-up-list inorder to properly skip comments.
4497 Reported by David Rogoff.
4498 (verilog-property-re, verilog-endcomment-reason-re)
4499 (verilog-beg-of-statement, verilog-set-auto-endcomments)
4500 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
4501 of if). Reported by Max Bjurling and
4502 (verilog-calc-1): Fix for clocking block in modport
4503 declaration. Reported by Brian Hunter.
4504
4505 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
4506
4507 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
4508 (verilog-gate-keywords, verilog-read-sub-decls)
4509 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
4510 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
4511 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
4512 (verilog-read-decls): Fix spaces in V2K module parameters causing
4513 mis-identification as interfaces, bug287.
4514 (verilog-read-decls): Fix not treating "parameter string" as a
4515 parameter in AUTOINSTPARAM.
4516 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
4517 treating `elsif similar to `endif inside AUTOSENSE.
4518 (verilog-do-indent): Implement correct automatic or static task or
4519 function end comment highlight. Reported by Steve Pearlmutter.
4520 (verilog-font-lock-keywords-2): Fix highlighting of single
4521 character pins, bug264. Reported by Michael Laajanen.
4522 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
4523 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
4524 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
4525 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
4526 (verilog-pretty-expr): Fix interactive arguments, bug272.
4527 Reported by Mark Johnson.
4528 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
4529 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
4530 bug269. Suggested by Gary Delp.
4531 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
4532 (verilog-preprocessor, verilog-set-compile-command):
4533 Create verilog-preprocess and verilog-preprocessor to show
4534 preprocessed output.
4535 (verilog-get-beg-of-line, verilog-get-end-of-line)
4536 (verilog-modi-file-or-buffer, verilog-modi-name)
4537 (verilog-modi-point, verilog-within-string): Move defmacro's
4538 before first use to avoid warning. Reported by Steve Pearlmutter.
4539 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
4540 (verilog-colorize-region, verilog-highlight-buffer)
4541 (verilog-highlight-includes, verilog-highlight-modules)
4542 (verilog-highlight-region, verilog-mode): Rename colorize to
4543 highlight to match other packages. Disable module highlighting,
4544 as received speed complaints, reenable for experimentation only
4545 using new verilog-highlight-modules.
4546 (verilog-read-decls): Fix regexp stack overflow in very large
4547 AUTO_TEMPLATEs, bug250.
4548 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
4549 (verilog-scan): Create verilog-save-buffer-state to standardize
4550 making insignificant changes that shouldn't call hooks.
4551 (verilog-save-no-change-functions, verilog-save-scan-cache)
4552 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
4553 Create verilog-save-no-change-functions to wrap verilog-scan
4554 preservation, and fix to work with nested preserved calls.
4555 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
4556 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
4557 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
4558 (verilog-submit-bug-report): Update variable list to be complete.
4559 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
4560 breaking on-the-fly font-locking.
4561 (verilog-colorize-buffer, verilog-colorize-include-files)
4562 (verilog-colorize-include-files-buffer, verilog-colorize-region)
4563 (verilog-load-file-at-mouse, verilog-load-file-at-point)
4564 (verilog-mode, verilog-read-inst-module-matcher): With point on a
4565 AUTOINST cell instance name, middle mouse button now finds-file on
4566 it. Suggested by Brad Dobbie.
4567 (verilog-alw-get-temps, verilog-auto-reset)
4568 (verilog-auto-sense-sigs, verilog-read-always-signals)
4569 (verilog-read-always-signals-recurse): Fix loop indexes being
4570 AUTORESET. AUTORESET now assumes any variables in the
4571 initialization section of a for() should be ignored.
4572 Reported by Dan Dever.
4573 (verilog-error-font-lock-keywords)
4574 (verilog-error-regexp-emacs-alist)
4575 (verilog-error-regexp-xemacs-alist): Fix error detection of
4576 Cadence HAL, reported by David Asher. Repair drift between the
4577 three similar error variables.
4578 (verilog-modi-lookup, verilog-modi-lookup-cache)
4579 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
4580 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
4581 Fix slow verilog-auto expansion on very large files.
4582 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
4583 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
4584 "{1*2{...". Broke in last revision.
4585 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
4586 submodule connections with replications "{#{a},#{b}}".
4587
4588 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
4589
4590 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
4591 Fix typo in docstring.
4592
4593 2010-10-24 Kenichi Handa <handa@m17n.org>
4594
4595 * face-remap.el (text-scale-adjust): Call read-event with a proper
4596 prompt.
4597
4598 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * emacs-lisp/unsafep.el: Don't mark functions that display
4601 messages as safe. Suggested by Johan Bockgård.
4602
4603 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4604
4605 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
4606 Turn comments into docstrings.
4607
4608 * minibuffer.el (completion--replace): Move point where it belongs
4609 when there's a common suffix (bug#7215).
4610
4611 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4612
4613 Merge read-color and facemenu-read-color (Bug#7242).
4614
4615 * faces.el (read-color): Use the completion code from
4616 facemenu-read-color. Require match in completion. Doc fix.
4617
4618 * facemenu.el (facemenu-read-color): Alias for read-color.
4619 (facemenu-set-foreground, facemenu-set-background):
4620 Use read-color.
4621
4622 * frame.el (set-background-color, set-foreground-color)
4623 (set-cursor-color, set-mouse-color, set-border-color):
4624 Use read-color.
4625
4626 2010-10-24 Leo <sdl.web@gmail.com>
4627
4628 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
4629 argument of delete-file and delete-directory (Bug#7011).
4630
4631 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4632
4633 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
4634 button-buffer-map.
4635
4636 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
4637
4638 * emacs-lisp/package.el (package--generate-package-list): Make the
4639 *Packages* buffer read-only.
4640
4641 2010-10-24 Alan Mackenzie <acm@muc.de>
4642
4643 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
4644 result of `c-beginning-of-decl-1' between invocations of a lambda
4645 function (Bug #7265).
4646
4647 2010-10-24 Daiki Ueno <ueno@unixuser.org>
4648
4649 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
4650 executable is not available on the system (Bug#7268).
4651
4652 2010-10-24 Glenn Morris <rgm@gnu.org>
4653
4654 * select.el (selection-coding-system, next-selection-coding-system):
4655 Sync doc with C versions.
4656
4657 * w32-vars.el (x-select-enable-clipboard):
4658 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
4659 * term/common-win.el (x-select-enable-clipboard): Move here.
4660
4661 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
4662 definition of C variable.
4663
4664 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
4665 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4666 Don't redefine things that are defined in C.
4667 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
4668 (show-trailing-whitespace, auto-hscroll-mode)
4669 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4670 Set up the appropriate custom properties.
4671
4672 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4673
4674 Bind "C-c ]" to ...
4675 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
4676 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
4677 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
4678 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
4679
4680 2010-10-23 Glenn Morris <rgm@gnu.org>
4681
4682 * textmodes/flyspell.el (flyspell-mode): If there was an error,
4683 say what it was.
4684
4685 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
4686 Sync docs with C version.
4687
4688 * term/ns-win.el (xw-defined-colors):
4689 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
4690
4691 * term/pc-win.el (x-select-enable-clipboard):
4692 * term/x-win.el (x-select-enable-clipboard):
4693 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
4694
4695 * comint.el (comint-password-prompt-regexp): Make it less vague.
4696 Bump version.
4697
4698 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
4699
4700 * help.el (finder-by-keyword): Remove unnecessary autoload.
4701
4702 2010-10-22 Glenn Morris <rgm@gnu.org>
4703
4704 * loadup.el: Unconditionally load float-sup.
4705 * paren.el (show-paren-delay):
4706 * emacs-lisp/float-sup.el:
4707 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
4708 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
4709 (lazy-lock-stealth-verbose): Assume float support.
4710 * ps-print.el: Assume float support on Emacs.
4711 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
4712 Remove non-float branch.
4713
4714 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
4715 src/Makefile no longer being pre-processed.
4716
4717 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4718
4719 * emacs-lisp/find-func.el (find-library): Use test-completion.
4720
4721 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4722
4723 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
4724
4725 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
4726
4727 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
4728 space in stat format string.
4729 (tramp-send-command): Unset $PS1 when using here documents, in
4730 order not to get several prompts.
4731 (tramp-get-inline-coding): Return `nil' in case of errors.
4732
4733 2010-10-21 Daiki Ueno <ueno@unixuser.org>
4734
4735 * hexl.el (hexl-mode, hexl-mode-exit):
4736 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
4737 (hexl-revert-buffer-function): New function.
4738 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
4739
4740 2010-10-19 Alan Mackenzie <acm@muc.de>
4741
4742 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
4743 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
4744 that these keywords aren't wrongly matched as identifiers.
4745
4746 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
4747 setting of c-new-BEG and c-new-END from c-before-change to
4748 c-after-change. (Bug#7181)
4749
4750 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
4751
4752 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
4753 Don't mark as safe.
4754
4755 * custom.el (custom-theme-set-variables): Likewise.
4756 (load-theme): Add custom-theme-set-faces and
4757 custom-theme-set-variables to safe-functions while loading.
4758 (custom-enabled-themes): Mark as risky.
4759
4760 2010-10-18 Julien Danjou <julien@danjou.info>
4761
4762 * bindings.el: Remove end dashes in default mode-line-format.
4763
4764 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
4765
4766 * bindings.el (global-map): Bind C-d to delete-char and deletechar
4767 to delete-forward-char.
4768
4769 * simple.el (normal-erase-is-backspace-mode): Remap delete to
4770 deletechar, and hence delete-forward-char.
4771
4772 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * repeat.el (repeat): Use read-key (bug#6256).
4775
4776 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
4777
4778 * emacs-lisp/unsafep.el: Don't mark functions that display
4779 messages as safe. Suggested by Johan Bockgård.
4780
4781 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4782
4783 * minibuffer.el (completion--replace): Move point where it belongs
4784 when there's a common suffix (bug#7215).
4785
4786 2010-10-19 Kenichi Handa <handa@m17n.org>
4787
4788 * international/characters.el: Add category '|' (word breakable)
4789 to fullwidth characters.
4790
4791 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
4792
4793 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
4794 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
4795 order to make stat results a float. Patch by Andreas Schwab
4796 <schwab@linux-m68k.org>.
4797
4798 2010-10-18 Julien Danjou <julien@danjou.info>
4799
4800 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
4801 hidden by `make-pointer-invisible'.
4802
4803 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4804
4805 * files.el (locate-file-completion-table): Strip non-matching elements
4806 before checking length of list (bug#7238).
4807
4808 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
4809
4810 * custom.el (custom-theme-set-variables): Mark as a safe function.
4811 (load-theme): Check forms using unsafep.
4812
4813 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
4814
4815 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
4816
4817 * textmodes/ispell.el (ispell-aspell-find-dictionary):
4818 Fix aspell data file searching (bug#7230).
4819
4820 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
4821
4822 * cus-theme.el (custom-theme--migrate-settings): New var.
4823 (customize-create-theme): Allow editing the `user' theme.
4824 (custom-theme-add-variable, custom-theme-add-var-1)
4825 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
4826 to the front of each variable or face widget.
4827 (custom-theme-write): Save theme settings in the correct order.
4828 Optionally, remove saved settings from user customizations.
4829 (custom-theme-write-variables, custom-theme-write-faces):
4830 Save only the checked widgets.
4831 (customize-themes): Add a link for migrating custom settings.
4832
4833 * custom.el (custom-declare-theme, provide-theme):
4834 Use custom-theme-name-valid-p.
4835 (custom-theme-name-valid-p): Remove checks that are now
4836 unnecessary since themes no longer obey load-path.
4837
4838 * cus-edit.el (custom-variable-value-create): For the simple
4839 style, hide documentation string when hidden.
4840
4841 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
4842
4843 * cus-edit.el (custom-variable, custom-face): Combine the
4844 :inhibit-magic and :display-style properties into a single
4845 :custom-style property.
4846 (custom-toggle-hide-variable, custom-toggle-hide-face):
4847 New functions. If hiding an edited value, save it to :shown-value.
4848 (custom-variable-value-create, custom-face-value-create): Use them.
4849 (custom-magic-reset): Allow magic property to be unset.
4850
4851 * custom.el: Custom themes no longer use load-path.
4852 (custom-theme-load-path): New option. Change built-in theme
4853 directory to etc/.
4854 (custom-enabled-themes): Add custom-theme-load-path dependency.
4855 (custom-theme--load-path): New function.
4856 (load-theme, custom-available-themes): Use it.
4857
4858 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
4859 (customize-themes): Link to custom-theme-load-path variable.
4860 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
4861 :custom-style property.
4862
4863 * themes/*.el: Moved to etc/.
4864
4865 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
4866
4867 * textmodes/reftex-cite.el
4868 (reftex-extract-bib-entries-from-thebibliography): Do not move
4869 point when searching for \bibitem entries. Match entries with
4870 spaces or tabs in front of arguments.
4871
4872 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
4873
4874 * cus-theme.el (customize-create-theme): Delete overlays after
4875 erasing. If given a THEME arg, display only the faces of that arg
4876 instead of custom-theme--listed-faces.
4877 (custom-theme-variable-menu, custom-theme-variable-action)
4878 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
4879 (custom-theme-add-variable, custom-theme-add-face): Apply value
4880 from the theme settings, instead of the current value.
4881 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
4882 (custom-theme-visit-theme): Allow calling outside theme buffers.
4883 (custom-theme-merge-theme): Don't enable the theme when merging.
4884 (custom-theme-write-variables, custom-theme-write-faces): Use the
4885 :shown-value properties to save buffer values, not global ones.
4886 (customize-themes): Display a warning about user customizations.
4887
4888 * cus-edit.el (custom-variable-value-create)
4889 (custom-face-value-create): Obey new special properties
4890 :shown-value and :inhibit-magic.
4891
4892 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
4893
4894 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4895 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
4896 <dale@codefu.org>.
4897
4898 2010-10-14 Kenichi Handa <handa@m17n.org>
4899
4900 * mail/rmail.el (rmail-show-message-1): Catch an error of
4901 base64-decode-region and just show an error message (bug#7165).
4902
4903 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
4904 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
4905 a font-spec (bug#7197).
4906
4907 2010-10-14 Glenn Morris <rgm@gnu.org>
4908
4909 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
4910
4911 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
4912
4913 * international/mule.el (define-coding-system):
4914 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4915 * composite.el (compose-region): Fix typo in docstring.
4916
4917 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
4918
4919 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
4920 only after checking the theme-face property.
4921
4922 * faces.el (face-spec-reset-face): Reset all attributes in one
4923 single call to set-face-attribute.
4924 (face-spec-match-p): Make it a defsubst.
4925 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
4926 (x-create-frame-with-faces, tty-create-frame-with-faces)
4927 (tty-set-up-initial-frame-faces): Don't recompute face specs in
4928 frame-set-background-mode, since they are recomputed immediately
4929 afterwards in face-set-after-frame-default.
4930 (face-set-after-frame-default): Minor optimization.
4931 (cursor): Provide non-trivial defface spec.
4932
4933 * custom.el (custom-theme-recalc-face): Simplify.
4934
4935 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
4936
4937 * calc/calc-alg.el (math-var): Rename from `var'.
4938 (math-is-polynomial, math-is-poly-rec): Replace `var'
4939 with `math-var'.
4940
4941 * calc/calcalg2.el (math-var): Rename from `var'.
4942 (calcFunc-table, math-scan-for-limits): Replace `var'
4943 with `math-var'.
4944
4945 2010-10-13 Glenn Morris <rgm@gnu.org>
4946
4947 * subr.el (last): Deal with dotted lists (reported in bug#7174).
4948
4949 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
4950
4951 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
4952
4953 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4954
4955 * net/tls.el (tls-program): Remove spurious %s from openssl.
4956 (tls-starttls-switches): Remove starttls hack.
4957 (open-tls-stream): Ditto.
4958 (tls-find-starttls-argument): Ditto.
4959
4960 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
4961
4962 * image.el (image-library-alist): Declare as obsolete alias.
4963 (image-type-available-p): Use `dynamic-library-alist'.
4964
4965 * term/w32-win.el (dynamic-library-alist):
4966 Use instead of `image-library-alist'.
4967
4968 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
4969
4970 * subr.el (last): Make it faster. (Bug#7174)
4971
4972 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
4973
4974 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
4975
4976 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
4977
4978 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
4979 (describe-theme-1): Extract doc from unloaded themes.
4980
4981 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
4982
4983 * themes/tango-theme.el:
4984 * themes/tango-dark-theme.el:
4985 * themes/wheatgrass-theme.el: New files.
4986
4987 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
4988
4989 * cus-theme.el (describe-theme, customize-themes)
4990 (custom-theme-save): New commands.
4991 (custom-new-theme-mode-map): Bind C-x C-s.
4992 (custom-new-theme-mode): Use custom--initialize-widget-variables.
4993 (customize-create-theme): New optional arg THEME.
4994 (custom-theme-revert): Use it.
4995 (custom-theme-visit-theme): Remove dead code.
4996 (custom-theme-merge-theme): Use custom-available-themes.
4997 (custom-theme-write): Make interactive.
4998 (custom-theme-write): Use custom-theme-name-valid-p.
4999 (describe-theme-1, custom-theme-choose-revert)
5000 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5001 New funs.
5002 (custom-theme-allow-multiple-selections): New option.
5003 (custom-theme-choose-mode): New major mode.
5004
5005 * custom.el (custom-theme-set-variables): Remove dead code.
5006 Obey custom--inhibit-theme-enable.
5007 (custom--inhibit-theme-enable): New var.
5008 (provide-theme): Obey it.
5009 (load-theme): Replace load with manual read/eval, in order to
5010 check for correctness. Use custom-theme-name-valid-p.
5011 (custom-theme-name-valid-p): New function.
5012 (custom-available-themes): Use it.
5013
5014 * cus-edit.el (custom--initialize-widget-variables): New function.
5015 (Custom-mode): Use it.
5016
5017 * cus-face.el (custom-theme-set-faces): Remove dead code.
5018 Obey custom--inhibit-theme-enable.
5019
5020 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5021
5022 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
5023
5024 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
5025
5026 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
5027
5028 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5029 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5030 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5031
5032 * cus-start.el (all): ns-right-alternate-modifier is new.
5033
5034 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * emacs-lisp/lisp.el (lisp-completion-at-point):
5037 Use emacs-lisp-mode-syntax-table for the whole function.
5038
5039 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
5040
5041 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
5042 instead of font-lock-mode before adding keywords.
5043 Remove hi-lock-mode off code. Remove inhibit hack.
5044 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5045 non-nil; removed hook inhibit hack.
5046
5047 2010-10-12 Glenn Morris <rgm@gnu.org>
5048
5049 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5050 (load-path-shadows-find): ... to this.
5051 (list-load-path-shadows): Update for above change.
5052
5053 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5054
5055 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5056
5057 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5058 Fix comment for declare-function.
5059
5060 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
5061
5062 * custom.el (custom-fix-face-spec): New function; code moved from
5063 custom-face-edit-fix-value.
5064 (custom-push-theme): Use it when checking if a face has been
5065 changed outside customize.
5066 (custom-available-themes): New function.
5067 (load-theme): Use it.
5068
5069 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
5070
5071 * custom.el (custom-push-theme): Cleanup (use cond).
5072 (disable-theme): Recompute the saved-face property.
5073 (custom-theme-recalc-face): Follow face alias before setting prop.
5074
5075 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5076 New variables, containing checkbox images.
5077
5078 * startup.el (fancy-startup-tail):
5079 * wid-edit.el (checkbox): Use them.
5080
5081 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5082
5083 * shell.el (shell-mode-map):
5084 * progmodes/modula2.el (m2-mode-map):
5085 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5086 * play/mpuz.el (mpuz-mode-map):
5087 * play/landmark.el (lm-mode-map):
5088 * play/decipher.el (decipher-mode-map):
5089 * play/5x5.el (5x5-mode-map):
5090 * net/telnet.el (telnet-mode-map):
5091 * net/quickurl.el (quickurl-list-mode-map):
5092 * net/mairix.el (mairix-searches-mode-map):
5093 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5094 * net/dig.el (dig-mode-map):
5095 * mail/mspools.el (mspools-mode-map):
5096 * hexl.el (hexl-mode-map):
5097 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5098 (wordstar-C-o-map, wordstar-C-q-map):
5099 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5100 * emacs-lisp/chart.el (chart-map):
5101 * edmacro.el (edmacro-mode-map):
5102 * erc/erc-list.el (erc-list-menu-mode-map):
5103 * array.el (array-mode-map): Declare and define in one step.
5104
5105 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5106
5107 2010-10-10 Daiki Ueno <ueno@unixuser.org>
5108
5109 * epa.el (epa-passphrase-callback-function): Display filename
5110 passed as the 3rd arg.
5111 * epa-file.el (epa-file-passphrase-callback-function):
5112 Pass filename to epa-passphrase-callback-function.
5113
5114 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
5115
5116 * cus-edit.el (custom-face-widget-to-spec)
5117 (custom-face-get-current-spec, custom-face-state): New functions.
5118 (custom-face-set, custom-face-mark-to-save)
5119 (custom-face-value-create, custom-face-state-set): Use them.
5120
5121 * cus-theme.el (custom-theme--listed-faces): New var.
5122 (customize-create-theme): Use *Custom Theme* as the buffer name.
5123 Set revert-buffer-function. Optional arg BUFFER. Insert all
5124 faces listed in custom-theme--listed-faces.
5125 (custom-theme-revert): New function.
5126 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5127 bottom of the list.
5128 (custom-theme-write): Prompt for theme name if empty.
5129 (custom-theme-write-variables): Use dolist.
5130 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5131
5132 2010-10-09 Alan Mackenzie <acm@muc.de>
5133
5134 Enhance fontification of declarators to take account of the
5135 presence/absence of "typedef".
5136
5137 * cc-engine.el (c-forward-type): New &optional param
5138 "brace-block-too".
5139 (c-forward-decl-or-cast-1): cdr of return value now indicates the
5140 presence of either or both of a "struct"-like keyword and "typedef".
5141
5142 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5143 fontification of declarators which follow a "}".
5144 (c-font-lock-declarations): Fontify declarators according to the
5145 presence/absence of "typedef".
5146
5147 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5148 for "typedef".
5149 (c-typedef-decl-key): New lang variable built from
5150 c-typedef-decl-kwds.
5151
5152 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5153
5154 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5155 since that's too annoying. Move the filter groups commands to
5156 TAB/backtab.
5157
5158 * epa.el (epa-passphrase-callback-function): Say what we're
5159 querying the password for.
5160
5161 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
5162 behaviour, don't bury the ibuffer buffer when visiting other buffers.
5163
5164 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5167 (custom-magic-value-create): Pad button tags with spaces.
5168 (custom-face-edit): New variable.
5169 (custom-face-value-create): Determine whether to use the usual
5170 face editor here, instead of using custom-face-selected.
5171 Pass face defaults to custom-face-edit widget.
5172 (custom-face-selected, custom-display-unselected): Delete widgets.
5173 (custom-display-unselected-match): Function removed.
5174 (custom-face-set, custom-face-mark-to-save):
5175 Accept custom-face-edit widgets as the direct widget child.
5176
5177 * wid-edit.el (widget--completing-widget): New var.
5178 (widget-default-complete): Bind it when doing completion.
5179 (widget-string-complete, widget-file-complete): Use it.
5180
5181 2010-10-09 Glenn Morris <rgm@gnu.org>
5182
5183 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5184 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5185 (holiday-hebrew-misc): Small simplifications.
5186
5187 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5188
5189 * net/browse-url.el: Don't require thingatpt, term, dired,
5190 executable, or w3-auto when compiling.
5191 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5192 Declare.
5193 (browse-url-text-emacs): Require term.
5194
5195 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5196
5197 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5198
5199 2010-10-08 Glenn Morris <rgm@gnu.org>
5200
5201 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5202
5203 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5204 (shadows-compare-text-p): Make it an obsolete alias for...
5205 (load-path-shadows-compare-text): ... new name.
5206 (find-emacs-lisp-shadows): Update for above name change.
5207 (load-path-shadows-same-file-or-nonexistent): New name for the old
5208 shadow-same-file-or-nonexistent.
5209
5210 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
5211
5212 * minibuffer.el (completion--some, completion--do-completion)
5213 (minibuffer-complete-and-exit, minibuffer-completion-help)
5214 (completion-basic-try-completion)
5215 (completion-basic-all-completions)
5216 (completion-pcm--find-all-completions): Use lexical-let to
5217 avoid some false matches in variable completion (Bug#7056)
5218
5219 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
5220
5221 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5222
5223 2010-10-08 Leo <sdl.web@gmail.com>
5224
5225 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5226 return non-nil if the file exists (Bug#7090).
5227
5228 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5229
5230 * minibuffer.el (completion--replace):
5231 Better preserve markers (bug#7138).
5232
5233 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
5234
5235 * server.el (server-process-filter): Doc fix.
5236
5237 2010-10-08 Drew Adams <drew.adams@oracle.com>
5238
5239 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5240
5241 2010-10-08 Glenn Morris <rgm@gnu.org>
5242
5243 * vc/ediff-wind.el (ediff-setup-control-frame):
5244 * vc/ediff-ptch.el (ediff-default-backup-extension):
5245 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5246 (ediff-exec-process): Remove system-types emx, windows-95.
5247
5248 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5249
5250 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
5251
5252 * cus-edit.el (custom-variable, custom-face): Doc fix.
5253 (custom-face-edit): Add value-create attribute.
5254 (custom-face-edit-value-create)
5255 (custom-face-edit-value-visibility-action): New functions.
5256 Hide unused face attributes by default, and add a visibility toggle.
5257 (custom-face-edit-deactivate): Show empty values with shadow face.
5258 (custom-face-selected): Only use this for face specs with default
5259 attributes.
5260 (custom-face-value-create): Cleanup.
5261
5262 * wid-edit.el (widget-checklist-value-create): Use dolist.
5263 (widget-checklist-match-find): Make second arg optional.
5264
5265 2010-10-07 Glenn Morris <rgm@gnu.org>
5266
5267 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
5268 Prefix things.
5269
5270 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
5271 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
5272 load-path-shadows-mode, update references.
5273 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
5274 Rename variable and button.
5275 (list-load-path-shadows): Update button caller.
5276
5277 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5278
5279 * emacs-lisp/smie.el (smie-bnf-classify): New function.
5280 (smie-bnf-precedence-table): Use it to remember the closers/openers.
5281 (smie-merge-prec2s): Handle those new entries.
5282 (smie-prec2-levels): Only set precedence to nil for actual
5283 openers/closers.
5284 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
5285 that is now unnecessary.
5286
5287 2010-10-07 Miles Bader <miles@gnu.org>
5288
5289 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
5290
5291 2010-10-07 Glenn Morris <rgm@gnu.org>
5292
5293 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
5294 (mail-position-on-field): Remove declarations.
5295 (mail-position-on-field): Autoload it.
5296 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
5297 and mail-header-end. Don't require sendmail.
5298
5299 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
5300 (shadow-mode): New mode.
5301 (shadow-find-file): New button.
5302 (list-load-path-shadows): Use shadow-mode and buttons.
5303
5304 * iimage.el (iimage-version): Remove.
5305 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
5306 Turn into defcustoms.
5307 (iimage-mode-map): Give it a doc string.
5308
5309 * calendar/appt.el (appt-activate): Give a warning rather than an error
5310 if there is no diary-file.
5311
5312 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
5313
5314 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5315 Use `tramp-handle-find-backup-file-name'.
5316
5317 2010-10-06 Glenn Morris <rgm@gnu.org>
5318
5319 * font-core.el (font-lock-defaults-alist): Remove variable.
5320 (font-lock-mode): Doc fix.
5321 (font-lock-default-function): Do not consult font-lock-defaults-alist.
5322 * font-lock.el (font-lock-refresh-defaults): Doc fix.
5323 (font-lock-set-defaults): Doc fix.
5324 Do not consult font-lock-defaults-alist.
5325
5326 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
5327
5328 * emacs-lisp/cl.el: No longer provide cl-19.
5329
5330 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
5331
5332 * net/tramp.el (tramp-handle-directory-files-and-attributes)
5333 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
5334 New defuns, taken from tramp-smb.el.
5335 (tramp-coding-system-change-eol-conversion)
5336 (tramp-set-process-query-on-exit-flag): Remove.
5337
5338 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
5339 (tramp-compat-coding-system-change-eol-conversion)
5340 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
5341 from tramp.el.
5342
5343 * net/tramp-gvfs.el:
5344 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
5345 by `tramp-compat-set-process-query-on-exit-flag'.
5346
5347 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5348 Use `tramp-handle-directory-files-and-attributes',
5349 `tramp-handle-file-exists-p' and
5350 `tramp-handle-file-newer-than-file-p'.
5351 (tramp-imap-handle-file-exists-p)
5352 (tramp-imap-handle-file-executable-p)
5353 (tramp-imap-handle-file-readable-p)
5354 (tramp-imap-handle-directory-files-and-attributes)
5355 (tramp-imap-handle-file-newer-than-file-p): Remove.
5356
5357 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
5358 by `tramp-compat-set-process-query-on-exit-flag' and
5359 `tramp-coding-system-change-eol-conversion' by
5360 `tramp-compat-coding-system-change-eol-conversion'.
5361
5362 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5363 Use `tramp-handle-directory-files-and-attributes',
5364 `tramp-handle-file-exists-p' and
5365 `tramp-handle-file-newer-than-file-p'.
5366 (tramp-smb-handle-directory-files-and-attributes)
5367 (tramp-smb-handle-file-exists-p)
5368 (tramp-smb-handle-file-newer-than-file-p): Remove.
5369 (tramp-smb-maybe-open-connection):
5370 Replace `tramp-set-process-query-on-exit-flag' by
5371 `tramp-compat-set-process-query-on-exit-flag'.
5372
5373 2010-10-05 Glenn Morris <rgm@gnu.org>
5374
5375 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
5376
5377 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
5378
5379 Continue reorganization of load dependencies. (Bug#7156)
5380
5381 * net/tramp.el (tramp-handle-file-local-copy-hook)
5382 (tramp-delete-temp-file-function): Move down.
5383 (tramp-exists-file-name-handler): Move up.
5384 (tramp-register-file-name-handlers): Simplify autoload.
5385 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
5386 (tramp-handle-directory-files, tramp-handle-dired-uncache)
5387 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
5388 (tramp-handle-file-name-completion)
5389 (tramp-handle-file-name-directory)
5390 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
5391 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
5392 (tramp-handle-find-backup-file-name)
5393 (tramp-handle-insert-file-contents, tramp-handle-load)
5394 (tramp-handle-substitute-in-file-name)
5395 (tramp-handle-unhandled-file-name-directory)
5396 (tramp-mode-string-to-int, tramp-local-host-p)
5397 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
5398
5399 * net/tramp-gvfs.el (top):
5400 * net/tramp-smb.el (top): Do not require 'tramp-sh.
5401
5402 * net/tramp-sh.el (all): Move several objects to tramp.el, see
5403 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
5404
5405 2010-10-04 Glenn Morris <rgm@gnu.org>
5406
5407 * calendar/appt.el (appt-add): Ensure reminders are enabled.
5408 (appt-activate): Give status messages.
5409
5410 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
5411
5412 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
5413 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
5414 `gnutls-negotiate' (formerly `starttls-negotiate').
5415 Remove trivial wrapper `starttls-open-stream'.
5416
5417 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5418
5419 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
5420 log-outgoing commands.
5421 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
5422 to create a buffer local revert-buffer-function variable.
5423 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
5424 revert-buffer-function lambda.
5425
5426 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
5427
5428 * net/gnutls.el (starttls-negotiate): Use the plist interface to
5429 `gnutls-boot'. Make TYPE the only required parameter.
5430 Allow TRUSTFILES and KEYFILES to be lists.
5431 (open-ssl-stream): Use it.
5432
5433 2010-10-03 Glenn Morris <rgm@gnu.org>
5434
5435 * subr.el (directory-sep-char): Remove obsolete variable.
5436 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
5437 it is "necessary".
5438
5439 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
5440 * vc/vc.el (vc-static-header-alist): Doc fix.
5441 * vc/vc-cvs.el (vc-cvs-header):
5442 * vc/vc-rcs.el (vc-rcs-header):
5443 * vc/vc-sccs.el (vc-sccs-header):
5444 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
5445 * obsolete/vc-mcvs.el (vc-mcvs-header):
5446 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
5447 on XEmacs.
5448
5449 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
5450
5451 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5452 Remove obsolete use of binary-overwrite-mode (Bug#7001).
5453
5454 2010-10-03 Glenn Morris <rgm@gnu.org>
5455
5456 * obsolete/x-menu.el: Remove file, obsolete since 21.1
5457
5458 * textmodes/rst.el (rst-font-lock-keywords-function):
5459 Drop Emacs 20 code.
5460
5461 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
5462
5463 * printing.el: Drop Emacs 20 code.
5464
5465 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
5466 without having used appt.el already).
5467
5468 * subr.el (make-local-hook): Remove function obsolete since 21.1.
5469 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
5470 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
5471 XEmacs.
5472 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
5473 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
5474
5475 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
5476 (charset-width, find-charset-region, chars-in-region, forward-point)
5477 (encode-coding-string, coding-system-p, ccl-execute-on-string)
5478 (define-ccl-program, multibyte-string-p, string-make-multibyte):
5479 Remove compatibility cruft (none of these are used by ps*.el).
5480
5481 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5482
5483 * subr.el (booleanp): Return t instead of a list (Bug#7086).
5484
5485 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
5486
5487 * server.el (server-process-filter, server-return-error):
5488 Give emacsclient time to shut down after receiving an error string.
5489
5490 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
5491
5492 * files.el (remote-file-name-inhibit-cache): New defcustom.
5493
5494 * time.el (display-time-file-nonempty-p):
5495 Use `remote-file-name-inhibit-cache'.
5496
5497 * net/tramp.el (tramp-completion-reread-directory-timeout):
5498 Fix docstring.
5499
5500 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
5501 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
5502 `remote-file-name-inhibit-cache'. Check also for an integer
5503 value. Add/increase counter when `tramp-verbose' >= 10.
5504 (tramp-set-file-property): Add/increase counter when
5505 `tramp-verbose' >= 10.
5506
5507 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5508 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
5509 (tramp-bug): Set tramp-autoload cookie. Report all interned
5510 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
5511 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
5512 characters only in strings.
5513
5514 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
5515 to backward compatibility.
5516
5517 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
5518 (tramp-handle-file-name-all-completions)
5519 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
5520 (tramp-open-connection-setup-interactive-shell):
5521 Call `tramp-cleanup-connection' directly.
5522
5523 2010-10-02 Glenn Morris <rgm@gnu.org>
5524
5525 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
5526
5527 * subr.el (char-bytes): Remove obsolete function.
5528
5529 * isearch.el (isearch-return-char): Remove obsolete function.
5530
5531 * mouse.el: No longer provide mldrag.
5532 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
5533 Remove obsolete aliases.
5534
5535 * comint.el (comint-kill-output): Remove obsolete alias.
5536
5537 * composite.el (decompose-composite-char): Remove obsolete function.
5538 * ps-def.el (decompose-composite-char): Remove unused function.
5539
5540 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
5541
5542 * outline.el (outline-visible): Remove obsolete function.
5543
5544 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
5545 * faces.el (internal-find-face, internal-get-face)
5546 (frame-update-faces, frame-update-face-colors)
5547 (x-frob-font-weight, x-frob-font-slant)
5548 (internal-frob-font-weight, internal-frob-font-slant)
5549 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
5550 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
5551 (x-make-font-bold-italic): Remove functions and aliases, obsolete
5552 since Emacs 21.1.
5553 * emulation/viper-util.el (viper-get-face):
5554 * obsolete/lucid.el (find-face, get-face): Use facep.
5555 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
5556 Remove unused functions.
5557 * vc/ediff-util.el (ediff-submit-report): Doc fix.
5558
5559 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
5560 delete tempfile if interrupted during compilation.
5561
5562 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5563
5564 * net/tls.el (tls-starttls-switches): Give up on using starttls with
5565 gnutls-cli.
5566 (tls-program): Add --insecure to be consistent with the defaults from
5567 openssl s_client. Now all three commands are insecure.
5568
5569 2010-10-01 Eli Zaretskii <eliz@gnu.org>
5570
5571 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
5572 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
5573 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
5574
5575 2010-10-01 Glenn Morris <rgm@gnu.org>
5576
5577 * obsolete/sc.el: Remove file.
5578
5579 * files.el (temporary-file-directory): On darwin, also try
5580 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
5581
5582 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
5583
5584 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
5585 Let's not break compatibility gratuitously, shall we?
5586
5587 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5588
5589 * net/tls.el (tls-starttls-switches): New variable.
5590 (tls-find-starttls-argument): Use it.
5591 (open-tls-stream): Ditto.
5592
5593 * net/netrc.el (netrc-credentials): Return the value of the "default"
5594 entry.
5595 (netrc-machine): Ditto.
5596
5597 2010-09-30 Eli Zaretskii <eliz@gnu.org>
5598
5599 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
5600
5601 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
5602
5603 * server.el (server-start): Don't write pid to the authentication file.
5604 (server-create-tty-frame): Don't send pid.
5605 (server-process-filter): Send pid at the start of every connection.
5606
5607 2010-09-30 Glenn Morris <rgm@gnu.org>
5608
5609 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
5610 (show-all-diary-entries): Remove obsolete function aliases.
5611
5612 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
5613 Remove options, obsolete since 22.1.
5614 (appt-display-format, appt-display-message):
5615 Remove backwards-compatibility code.
5616 (appt-check): No longer check appt-issue-message.
5617 (appt-make-list): No longer autoload it. Doc fix. No longer
5618 activate the package.
5619
5620 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5621
5622 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
5623 (starttls-negotiate): Just call boot, and let the handshake be
5624 triggered from the read loop.
5625
5626 2010-09-29 Glenn Morris <rgm@gnu.org>
5627
5628 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
5629 not displaying the diary.
5630 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
5631 * calendar/appt.el (appt-check): No longer need to kill diary.
5632
5633 * calendar/diary-lib.el (diary-list-entries): Move the
5634 "Preparing..." message entirely here.
5635 (diary-simple-display, diary-fancy-display): Move "Preparing..."
5636 messages to diary-list-entries.
5637 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
5638 diary-display-function.
5639
5640 * calendar/diary-lib.el (diary-include-other-diary-files):
5641 Trap some recursive includes.
5642
5643 * calendar/appt.el (appt-activate): Check diary file.
5644
5645 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5646
5647 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5648 construction.
5649
5650 * calendar/time-date.el: No need to require cl for Emacs 21.
5651
5652 2010-09-28 Glenn Morris <rgm@gnu.org>
5653
5654 * calendar/appt.el (appt-check): Minor simplification.
5655
5656 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5657
5658 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
5659 citation prefix.
5660
5661 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
5662
5663 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5664 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
5665
5666 2010-09-27 Kenichi Handa <handa@m17n.org>
5667
5668 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
5669 "ustar" format.
5670
5671 2010-09-27 Kenichi Handa <handa@m17n.org>
5672
5673 * international/mule.el (define-coding-system): Docstring fixed.
5674
5675 * international/mule-diag.el (describe-character-set): Use princ
5676 with proper print-length and print-level instead of insert.
5677
5678 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
5679
5680 * window.el (walk-windows): Doc fix (bug#7105).
5681
5682 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5683
5684 * emacs-lisp/float-sup.el (e): Remove.
5685
5686 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
5687
5688 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
5689 variable.
5690 (starttls-negotiate): Use it.
5691
5692 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5693
5694 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
5695 back.
5696
5697 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5698
5699 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
5700
5701 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5702
5703 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
5704
5705 * net/netrc.el (netrc-store-data): New function.
5706
5707 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
5708
5709 * net/gnutls.el: GnuTLS glue code to set up a connection.
5710
5711 2010-09-25 Julien Danjou <julien@danjou.info>
5712
5713 * notifications.el: Call dbus-register-signal only if it is bound.
5714
5715 2010-09-25 Glenn Morris <rgm@gnu.org>
5716
5717 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5718 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5719 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5720 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5721 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5722 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5723 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
5724 * eshell/esh-util.el, eshell/esh-var.el:
5725 Remove leading `*' from docs of faces and defcustoms.
5726
5727 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
5728
5729 * eshell/em-ls.el (eshell-ls-archive-regexp):
5730 * eshell/esh-util.el (eshell-tar-regexp):
5731 * ibuffer.el (ibuffer-compressed-file-name-regexp):
5732 * info.el (Info-suffix-list):
5733 * international/mule.el (auto-coding-alist):
5734 * woman.el (woman-file-regexp, woman-file-compression-regexp):
5735 * progmodes/etags.el (tags-compression-info-list):
5736 Support xz compression.
5737
5738 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
5739
5740 * files.el (get-free-disk-space): Don't assume the "df" output
5741 columns line up (Bug#6995).
5742
5743 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
5744
5745 * finder.el (finder-unknown-keywords):
5746 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
5747 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
5748
5749 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
5750
5751 * server.el (server-start): Revert part of 2010-08-08 change. Using
5752 address 127.0.0.1 for local host is now done in Fmake_network_process.
5753
5754 2010-09-24 Glenn Morris <rgm@gnu.org>
5755
5756 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
5757 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
5758 * textmodes/css-mode.el, textmodes/dns-mode.el:
5759 Move autoloaded auto-mode-alist entries to files.el.
5760 * files.el (auto-mode-alist): Move entries here.
5761
5762 2010-09-23 Glenn Morris <rgm@gnu.org>
5763
5764 * isearch.el (isearch-lazy-highlight-cleanup)
5765 (isearch-lazy-highlight-initial-delay)
5766 (isearch-lazy-highlight-interval)
5767 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
5768 * net/net-utils.el (ipconfig-program-options):
5769 Move aliases to options before the associated definitions.
5770
5771 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5772
5773 * newcomment.el (comment-normalize-vars): Better test validity of
5774 comment-end-skip.
5775
5776 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5777
5778 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
5779 (float-e): New name for `e'.
5780 (degrees-to-radians, radians-to-degrees):
5781 * calendar/solar.el (solar-longitude):
5782 * calculator.el (calculator-registers, calculator-funcall):
5783 * textmodes/artist.el (artist-spray-random-points):
5784 * play/bubbles.el (bubbles--initialize-images): Use new names.
5785
5786 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
5787
5788 Update to CEDET 1.0's version of EIEIO.
5789
5790 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
5791 New function.
5792 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
5793 (eieio-default-eval-maybe): Eval val instead of unquoting only.
5794 (class-precedence-list): If class is nil, return nil.
5795 (eieio-generic-call): If class of first input arg is nil, don't
5796 look up static methods, and do check for primary methods.
5797 (initialize-instance): See if the default needs to be evaluated
5798 during the constructor.
5799 (eieio-perform-slot-validation-for-default): Don't do the check
5800 for values that will eventually be evaluated.
5801 (eieio-eval-default-p): New function.
5802 (eieio-default-eval-maybe): Use it.
5803
5804 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
5805
5806 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
5807 method-invocation-order.
5808 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
5809 (eieio-class-precedence-dfs): Compute class precedence list using
5810 dfs algorithm.
5811 (eieio-class-precedence-bfs): Compute class precedence list using
5812 bfs algorithm.
5813 (eieio-class-precedence-c3): Compute class precedence list using
5814 c3 algorithm.
5815 (class-precedence-list): New function.
5816 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
5817 (inconsistent-class-hierarchy): New error symbol.
5818 (call-next-method): Stow the replacement argument list for future
5819 call-next-method invocations.
5820
5821 2010-09-23 Glenn Morris <rgm@gnu.org>
5822
5823 * calendar/appt.el (appt-check): If not displaying the diary,
5824 use (diary 1) to only get the entries we need.
5825 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
5826 that it is in day order. (Bug#7019)
5827
5828 * calendar/appt.el (appt-check): Rather than showing the diary,
5829 just turn off invisible display, and only if needed.
5830
5831 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
5832
5833 2010-09-23 Glenn Morris <rgm@gnu.org>
5834
5835 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5836 (byte-compile-defvar, byte-compile-cl-warn):
5837 Start warnings with lower-case, like the majority.
5838
5839 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
5840
5841 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
5842
5843 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
5844 * files.el (auto-mode-alist): Move ld-script entries here, further down
5845 the list.
5846
5847 * vc/add-log.el: Don't require timezone when compiling.
5848 (timezone-make-date-sortable): Autoload it.
5849 (change-log-sortable-date-at): Don't require timezone.
5850 Use `ignore-errors'.
5851
5852 * comint.el (comint-use-prompt-regexp-instead-of-fields):
5853 Move alias before definition, so it does not need autoloading.
5854
5855 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
5856 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
5857 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
5858 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
5859 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
5860 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
5861 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
5862 * textmodes/tex-mode.el, textmodes/two-column.el:
5863 Remove leading `*' from docs of defcustoms etc.
5864
5865 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5866
5867 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
5868
5869 2010-09-22 Dan Christensen <jdc@uwo.ca>
5870
5871 * calendar/time-date.el (date-to-time): Try using parse-time-string
5872 first before using the slower timezone-make-date-arpa-standard.
5873
5874 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5875
5876 * calendar/time-date.el (format-seconds): Comment fix.
5877
5878 2010-09-22 Glenn Morris <rgm@gnu.org>
5879
5880 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
5881 is not automatically buffer-local.
5882
5883 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5884
5885 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
5886 (smie-indent-comment): Be more careful with comment-start-skip.
5887 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
5888 (smie-indent-functions): Use them.
5889
5890 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
5891
5892 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
5893
5894 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
5895
5896 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
5897 tool-bar-position. Don't modify frame parameters here.
5898 (menu-bar-options-save): Add tool-bar-position.
5899
5900 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
5901
5902 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * textmodes/reftex-parse.el (reftex-what-macro)
5905 (reftex-context-substring): Let-bind forward-sexp-function to nil
5906 since we don't need/want to treat \begin...\end as a block (bug#7053).
5907
5908 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
5909
5910 * simple.el (blink-matching-open): Use syntax-class.
5911
5912 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
5913 Set invisibility spec for pascal's outline mode.
5914 (pascal-outline-change): Clean up calling convention.
5915 (pascal-show-all, pascal-hide-other-defuns): Update callers.
5916
5917 * progmodes/prolog.el (prolog-smie-forward-token)
5918 (prolog-smie-backward-token): New functions.
5919 (prolog-mode-variables): Use them to parse "!," correctly.
5920 Set up smie-blink-matching for ".".
5921
5922 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
5923 and `end'.
5924 (ispell-region, ispell-process-line): Update users.
5925
5926 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
5927 point-min==1.
5928
5929 * textmodes/ispell.el: Fix commenting convention.
5930 (ispell-parse-output): Simplify, use push.
5931 (ispell-region): Use match-string-no-properties.
5932 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
5933 (ispell-minor-mode): Use define-minor-mode.
5934 (ispell-message): Remove unused var `skip-regexp'.
5935 (ispell-add-per-file-word-list): Use dynamic let-binding.
5936 Try and use the proper comment marker.
5937
5938 * mail/sendmail.el: Fix commenting convention.
5939 (sendmail-send-it): Use line-beginning-position.
5940
5941 * help-fns.el (describe-variable): Add original value, if applicable.
5942
5943 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
5944
5945 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
5946
5947 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
5948
5949 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5950
5951 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
5952 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
5953 (smie-prec2-levels): Use them to better diagnose precedence cycles.
5954 (smie-blink-matching-check): Don't signal a mismatch if car is t.
5955 (smie-blink-matching-open): Rewrite to remove assumptions, so that
5956 something like "." can also be a closer.
5957 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
5958 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
5959 Rename internal functions to use "--". Update callers.
5960
5961 * frame.el (make-frame-names-alist): Don't list frames on other displays.
5962
5963 * fringe.el (fringe-styles): New var.
5964 (fringe-mode, fringe-query-style): Use it.
5965
5966 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
5967
5968 * progmodes/sql.el: Version 2.8
5969 (sql-login-params): Update widget structure; changes still needed.
5970 (sql-product-alist): Add :list-all and :list-table features for
5971 SQLite, Postgres and MySQL products.
5972 (sql-redirect): Handle default value.
5973 (sql-execute, sql-execute-feature): New functions.
5974 (sql-read-table-name): New function.
5975 (sql-list-all, sql-list-table): New functions. User API.
5976 (sql-mode-map, sql-interactive-mode-map): Add key definitions
5977 for above functions.
5978 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
5979 for above functions.
5980 (sql-postgres-login-params): Add user and database defaults.
5981 (sql-buffer-live-p): Bug fix.
5982 (sql-product-history): New variable.
5983 (sql-read-product): New function. Use it.
5984 (sql-set-product, sql-product-interactive): Use it.
5985 (sql-connection-history): New variable.
5986 (sql-read-connection): New function. Use it.
5987 (sql-connect): New function.
5988 (sql-for-each-login): Redesign function interface.
5989 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
5990 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
5991 (sql-comint): Check for program. Existing live buffer.
5992 (sql-comint-postgres): Add port parameter.
5993
5994 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5995
5996 * emacs-lisp/warnings.el: Fix commenting convention.
5997 (display-warning): Use special mode and make the buffer read-only.
5998
5999 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6000
6001 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6002 empty string when it follows a repeated or optional pattern.
6003
6004 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6007 (indent-region): Use indent-according-to-mode.
6008
6009 2010-09-18 Eli Zaretskii <eliz@gnu.org>
6010
6011 * fringe.el (fringe-mode): Doc fix.
6012
6013 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6014
6015 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6016 refreshing the preview buffer.
6017
6018 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6019
6020 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6021 (latex-syntax-propertize-rules): New consts; replace
6022 tex-font-lock-syntactic-keywords.
6023 (tex-env-mark, latex-env-before-change): New functions.
6024 (latex-electric-env-pair-mode): New minor mode.
6025 (tex-font-lock-verb): Change arguments; do move point.
6026 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6027 representation as a form of comment.
6028 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6029 (doctex-syntax-propertize-rules): New const; replaces
6030 doctex-font-lock-syntactic-keywords.
6031 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6032
6033 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6034 (fortran-make-syntax-propertize-function): New function; replaces
6035 fortran-font-lock-syntactic-keywords.
6036 (fortran-mode): Use it.
6037 (fortran-line-length): Use it. Improve interactive spec.
6038
6039 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6040 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6041 when adding surrounding \(..\).
6042
6043 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6044
6045 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6046
6047 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6048 Use with-current-buffer.
6049
6050 * isearch.el (isearch-face): Rename from `isearch'.
6051 (isearch-highlight): Use new name.
6052
6053 2010-09-17 Eli Zaretskii <eliz@gnu.org>
6054
6055 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6056 5, for `half' width fringes. (Bug#6933)
6057
6058 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6059
6060 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6061 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6062
6063 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6064
6065 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
6066
6067 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6068 in calculating new frame position. Add more space between new and
6069 parent on the left (Bug#7048).
6070
6071 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
6072
6073 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6074 defmacro.
6075
6076 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
6077
6078 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6079
6080 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6081 obsolete alias for x-selection-value.
6082
6083 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6084
6085 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
6086
6087 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6088 cookie.
6089
6090 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
6091
6092 * net/tramp-compat.el (tramp-compat-with-temp-message)
6093 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6094 (tramp-compat-process-put): New defuns.
6095
6096 * net/tramp.el (top):
6097 * net/tramp-gvfs.el (top):
6098 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6099
6100 * net/tramp.el (tramp-progress-reporter-update):
6101 Use `tramp-compat-funcall'.
6102
6103 * net/tramp.el (tramp-process-actions):
6104 * net/tramp-gvfs.el (tramp-handle-vc-registered):
6105 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
6106 (tramp-get-remote-stat, tramp-get-remote-readlink):
6107 Use `tramp-compat-with-temp-message'.
6108
6109 * net/tramp-sh.el (top): Require 'cl.
6110 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
6111 (tramp-open-connection-setup-interactive-shell):
6112 Use `tramp-compat-process-put'.
6113
6114 2010-09-15 Alan Mackenzie <acm@muc.de>
6115
6116 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6117 indentation.
6118 (c-forward-<>-arglist-recur): Fix an infinite recursion.
6119
6120 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6121
6122 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6123 `lexical' for warnings related to lexical scoping.
6124 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6125 global vars which don't have a prefix and could hence affect lexical
6126 scoping in unrelated files.
6127
6128 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6129
6130 * net/imap.el: Revert back to version
6131 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6132 seem problematic.
6133
6134 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6135
6136 * obsolete/old-whitespace.el (whitespace-unload-function):
6137 Explicitly pass `obarray' to `unintern' to avoid a warning.
6138
6139 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6142 Add `when' argument. Update callers.
6143
6144 * subr.el (unintern): Declare the obarray arg mandatory.
6145
6146 2010-09-14 Glenn Morris <rgm@gnu.org>
6147
6148 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6149 Doc fixes.
6150
6151 * calendar/diary-lib.el (diary-included-files): New variable.
6152 (diary-list-entries): Maybe initialize diary-included-files.
6153 (diary-include-other-diary-files): Append to diary-included-files.
6154 * calendar/appt.el (appt-update-list): Also check the members of
6155 diary-included-files. (Bug#6999)
6156 (appt-check): Doc fix.
6157
6158 2010-09-14 David Reitter <david.reitter@gmail.com>
6159
6160 * simple.el (line-move-visual): Do not truncate goal column to
6161 integer size. (Bug#7020)
6162
6163 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6164
6165 * repeat.el (repeat): Allow repeating when the last event is a click.
6166 Suggested by Drew Adams (bug#6256).
6167
6168 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
6169
6170 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
6171 Replace setting HGRCPATH to "" by some less invasive --config options.
6172
6173 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6174
6175 * font-lock.el (font-lock-beginning-of-syntax-function):
6176 Mark as obsolete.
6177
6178 2010-09-14 Glenn Morris <rgm@gnu.org>
6179
6180 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6181 and tool-bar modes. (Bug#6211)
6182 (menu-bar-mode): Move setting of standard-value after the
6183 minor-mode definition, otherwise it seems to have no effect.
6184
6185 2010-09-14 Masatake YAMATO <yamato@redhat.com>
6186
6187 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6188 Fix typo. (Bug#6976)
6189
6190 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6191
6192 * whitespace.el: Allow cleaning up blanks without blank
6193 visualization (Bug#6651). Adjust help window for
6194 whitespace-toggle-options (Bug#6479). Allow to use fill-column
6195 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6196 (whitespace-style): Add new value 'face. Adjust docstring.
6197 (whitespace-space, whitespace-hspace, whitespace-tab):
6198 Adjust foreground property face.
6199 (whitespace-line-column): Adjust docstring and type declaration.
6200 (whitespace-style-value-list, whitespace-toggle-option-alist)
6201 (whitespace-help-text): Adjust const initialization.
6202 (whitespace-toggle-options, global-whitespace-toggle-options):
6203 Adjust docstring.
6204 (whitespace-display-window, whitespace-interactive-char)
6205 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6206 (whitespace-help-scroll): New fun.
6207
6208 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6209
6210 * calendar/time-date.el (format-seconds): Comment fix.
6211
6212 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6213
6214 * progmodes/sql.el: Version 2.7.
6215 (sql-buffer-live-p): Improve detection.
6216 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6217 (sql-set-sqli-buffer): Use it.
6218 (sql-product-interactive): Run `sql-set-sqli-hook'.
6219 (sql-rename-buffer): Code cleanup.
6220 (sql-redirect, sql-redirect-value): New functions. More to come.
6221
6222 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
6223
6224 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.
6225 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6226 (TRAMP_SRC): New macro.
6227 ($(lisp)/net/tramp-loaddefs.el): New target.
6228
6229 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
6230
6231 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6232
6233 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6234
6235 * net/tramp.el (top): Don't show loading message. Require just
6236 'tramp-compat, everything else is required there.
6237 Use `ignore-errors' where appropriate.
6238 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6239 (tramp-terminal-type, tramp-end-of-output)
6240 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6241 (tramp-completion-function-alist-ssh)
6242 (tramp-completion-function-alist-telnet)
6243 (tramp-completion-function-alist-su)
6244 (tramp-completion-function-alist-putty, tramp-remote-path)
6245 (tramp-remote-process-environment, tramp-sh-extra-args)
6246 (tramp-actions-before-shell, tramp-uudecode)
6247 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6248 (tramp-perl-file-attributes)
6249 (tramp-perl-directory-files-and-attributes)
6250 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6251 (tramp-perl-encode, tramp-perl-decode)
6252 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6253 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
6254 (tramp-handle-make-symbolic-link, tramp-handle-load)
6255 (tramp-handle-file-name-as-directory)
6256 (tramp-handle-file-name-directory)
6257 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6258 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
6259 (tramp-do-file-attributes-with-ls)
6260 (tramp-do-file-attributes-with-perl)
6261 (tramp-do-file-attributes-with-stat)
6262 (tramp-handle-set-visited-file-modtime)
6263 (tramp-handle-verify-visited-file-modtime)
6264 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
6265 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
6266 (tramp-handle-file-selinux-context)
6267 (tramp-handle-set-file-selinux-context)
6268 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
6269 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
6270 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
6271 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
6272 (tramp-handle-file-ownership-preserved-p)
6273 (tramp-handle-directory-file-name, tramp-handle-directory-files)
6274 (tramp-handle-directory-files-and-attributes)
6275 (tramp-do-directory-files-and-attributes-with-perl)
6276 (tramp-do-directory-files-and-attributes-with-stat)
6277 (tramp-handle-file-name-all-completions)
6278 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
6279 (tramp-handle-copy-file, tramp-handle-copy-directory)
6280 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
6281 (tramp-do-copy-or-rename-file-via-buffer)
6282 (tramp-do-copy-or-rename-file-directly)
6283 (tramp-do-copy-or-rename-file-out-of-band)
6284 (tramp-handle-make-directory, tramp-handle-delete-directory)
6285 (tramp-handle-delete-file)
6286 (tramp-handle-dired-recursive-delete-directory)
6287 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
6288 (tramp-handle-insert-directory)
6289 (tramp-handle-unhandled-file-name-directory)
6290 (tramp-handle-expand-file-name)
6291 (tramp-handle-substitute-in-file-name)
6292 (tramp-handle-executable-find, tramp-process-sentinel)
6293 (tramp-handle-start-file-process, tramp-handle-process-file)
6294 (tramp-handle-call-process-region, tramp-handle-shell-command)
6295 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
6296 (tramp-handle-insert-file-contents)
6297 (tramp-handle-insert-file-contents-literally)
6298 (tramp-handle-find-backup-file-name)
6299 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
6300 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
6301 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
6302 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
6303 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
6304 (tramp-find-file-exists-command, tramp-open-shell)
6305 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
6306 (tramp-open-connection-setup-interactive-shell)
6307 (tramp-local-coding-commands, tramp-remote-coding-commands)
6308 (tramp-find-inline-encoding, tramp-call-local-coding-command)
6309 (tramp-inline-compress-commands, tramp-find-inline-compress)
6310 (tramp-compute-multi-hops, tramp-maybe-open-connection)
6311 (tramp-send-command, tramp-wait-for-output)
6312 (tramp-send-command-and-check, tramp-barf-unless-okay)
6313 (tramp-send-command-and-read, tramp-mode-string-to-int)
6314 (tramp-convert-file-attributes, tramp-check-cached-permissions)
6315 (tramp-file-mode-from-int, tramp-file-mode-permissions)
6316 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
6317 (tramp-method-out-of-band-p, tramp-local-host-p)
6318 (tramp-get-remote-path, tramp-get-remote-tmpdir)
6319 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
6320 (tramp-get-test-command, tramp-get-test-nt-command)
6321 (tramp-get-file-exists-command, tramp-get-remote-ln)
6322 (tramp-get-remote-perl, tramp-get-remote-stat)
6323 (tramp-get-remote-readlink, tramp-get-remote-trash)
6324 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
6325 (tramp-get-local-uid, tramp-get-local-gid)
6326 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
6327 tramp-sh.el.
6328 (tramp-methods, tramp-default-method-alist)
6329 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
6330 Move initialization to tramp-sh.el.
6331 (tramp-temp-name-prefix): Make it a defconst.
6332 (tramp-dissect-file-name): Don't check anymore for multi-hop
6333 methods.
6334 (tramp-debug-outline-regexp): Add a docstring.
6335 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
6336 (tramp-get-debug-buffer): Use it.
6337
6338 * net/tramp-cache.el (top): Set tramp-autoload cookie for
6339 initialization forms.
6340 (tramp-set-connection-property): Don't protect `tramp-message'
6341 call, it isn't necessary any longer.
6342 (tramp-dump-connection-properties): Use `ignore-errors'.
6343
6344 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
6345 'password-cache and 'auth-source.
6346
6347 * net/tramp-gvfs.el (top):
6348 * net/tramp-smb.el (top): Require 'tramp-sh.
6349
6350 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
6351
6352 * net/tramp-sh.el: New file, derived from tramp.el.
6353 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6354 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
6355 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
6356 Use `ignore-errors' where appropriate.
6357 (tramp-sh-file-name-handler-alist): Rename from
6358 `tramp-file-name-handler-alist'.
6359 (tramp-send-command-and-check): Return t or nil. Remove all
6360 `zerop' checks, where called.
6361 (tramp-handle-set-file-modes)
6362 (tramp-do-copy-or-rename-file-directly)
6363 (tramp-handle-delete-directory, tramp-handle-delete-file)
6364 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
6365 (tramp-sh-file-name-handler, tramp-send-command-and-check)
6366 (tramp-get-remote-ln): Set tramp-autoload cookie.
6367
6368 * net/tramp-fish.el: Remove file.
6369
6370 2010-09-13 Daiki Ueno <ueno@unixuser.org>
6371
6372 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
6373 buffer-file-name to avoid file-locking. (Bug#7026)
6374
6375 2010-09-13 Julien Danjou <julien@danjou.info>
6376
6377 * notifications.el (notifications-notify): Add support for
6378 image-path and sound-name.
6379 (notifications-specification-version): Add this variable.
6380
6381 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6382
6383 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
6384
6385 2010-09-12 Leo <sdl.web@gmail.com>
6386
6387 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
6388 (rcirc-completion-start): New variables.
6389 (rcirc-nick-completions): Rename to rcirc-completions.
6390 (rcirc-nick-completion-start-offset): Delete.
6391 (rcirc-completion-at-point): New function for constructing
6392 completion data for both nicks and irc commands. Add to
6393 completion-at-point-functions in rcirc mode.
6394 (rcirc-complete): Rename from rcirc-nick-complete; use
6395 rcirc-completion-at-point.
6396 (defun-rcirc-command): Update rcirc-client-commands.
6397
6398 2010-09-11 Glenn Morris <rgm@gnu.org>
6399
6400 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
6401 atomically, to avoid parallel build errors. (Bug#4196)
6402
6403 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
6404
6405 * progmodes/sql.el: Version 2.6
6406 (sql-dialect): Synonym for "sql-product".
6407 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6408 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
6409 Set "sql-buffer" to buffer name not buffer object so multiple sql
6410 interactive buffers work properly. Reverts misguided changes in
6411 earlier work.
6412 (sql-comint): Make sure different buffer name is used if "*SQL*"
6413 buffer is for a different product.
6414 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
6415 login param.
6416 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6417 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6418 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
6419 Accept new buffer name or prompt for one.
6420 (sql-port): Default to zero.
6421 (sql-comint-mysql): Handle "sql-port" as a numeric.
6422 (sql-port-history): Delete unused variable.
6423 (sql-get-login): Default "sql-port" to a number.
6424 (sql-product-alist): Correct Postgres prompt and terminator regexp.
6425 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
6426 "sqlite3" executables.
6427 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
6428 (sql-buffer-live-p): New function.
6429 (sql-mode-menu, sql-send-string): Use it.
6430 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
6431 syntax pattern.
6432 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
6433 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
6434
6435 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6436
6437 * net/netrc.el (netrc-credentials): New convenience function.
6438
6439 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
6442 to replace texinfo-font-lock-syntactic-keywords.
6443 (texinfo-mode): Use it.
6444
6445 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
6446 Use syntax-propertize-function.
6447
6448 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
6449 replace sgml-font-lock-syntactic-keywords.
6450 (sgml-mode): Use it.
6451
6452 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
6453 since we don't use it.
6454
6455 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
6456
6457 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
6458 if available.
6459 (vhdl-fontify-buffer): Adjust.
6460
6461 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
6462 replace tcl-font-lock-syntactic-keywords.
6463 (tcl-mode): Use it.
6464
6465 * progmodes/simula.el (simula-syntax-propertize-function): New var to
6466 replace simula-font-lock-syntactic-keywords.
6467 (simula-mode): Use it.
6468
6469 * progmodes/sh-script.el (sh-st-symbol): Remove.
6470 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
6471 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
6472 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
6473 (sh-font-lock-paren): Set syntax-multiline.
6474 (sh-font-lock-syntactic-keywords): Remove.
6475 (sh-syntax-propertize-function): New function to replace it.
6476 (sh-mode): Use it.
6477
6478 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
6479 Define while compiling.
6480 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6481 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
6482 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
6483 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6484 (ruby-here-doc-end-syntax): Only define when
6485 syntax-propertize is not available.
6486 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
6487 New functions.
6488 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
6489 (electric-indent-chars): Silence bytecompiler.
6490 (ruby-mode): Use prog-mode, syntax-propertize-function, and
6491 electric-indent-chars.
6492
6493 * progmodes/python.el (python-syntax-propertize-function): New var to
6494 replace python-font-lock-syntactic-keywords.
6495 (python-mode): Use it.
6496 (python-quote-syntax): Simplify and adjust to new use.
6497
6498 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
6499 replace perl-font-lock-syntactic-keywords.
6500 (perl-syntax-propertize-special-constructs): New fun to replace
6501 perl-font-lock-special-syntactic-constructs.
6502 (perl-font-lock-syntactic-face-function): New fun.
6503 (perl-mode): Use it.
6504
6505 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
6506 to replace octave-font-lock-close-quotes.
6507 (octave-syntax-propertize-function): New function to replace
6508 octave-font-lock-syntactic-keywords.
6509 (octave-mode): Use it.
6510
6511 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
6512 replaces mixal-font-lock-syntactic-keywords.
6513 (mixal-mode): Use it.
6514
6515 * progmodes/make-mode.el (makefile-syntax-propertize-function):
6516 New var; replaces makefile-font-lock-syntactic-keywords.
6517 (makefile-mode): Use it.
6518 (makefile-imake-mode): Adjust.
6519
6520 * progmodes/js.el (js--regexp-literal): Define while compiling.
6521 (js-syntax-propertize-function): New var; replaces
6522 js-font-lock-syntactic-keywords.
6523 (js-mode): Use it.
6524
6525 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
6526 replaces gdb-script-font-lock-syntactic-keywords.
6527 (gdb-script-mode): Use it.
6528
6529 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
6530 (fortran--font-lock-syntactic-keywords): New var.
6531 (fortran-line-length): Update syntax-propertize-function and
6532 fortran--font-lock-syntactic-keywords.
6533
6534 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
6535
6536 * progmodes/cfengine.el (cfengine-mode):
6537 Use syntax-propertize-function.
6538 (cfengine-font-lock-syntactic-keywords): Remove.
6539
6540 * progmodes/autoconf.el (autoconf-mode):
6541 Use syntax-propertize-function.
6542 (autoconf-font-lock-syntactic-keywords): Remove.
6543
6544 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
6545 (ada-after-change-function, ada-initialize-syntax-table-properties)
6546 (ada-handle-syntax-table-properties): Only define when
6547 syntax-propertize is not available.
6548 (ada-mode): Use syntax-propertize-function.
6549
6550 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
6551 (font-lock-fontify-syntactic-keywords-region): Move handling of
6552 font-lock-syntactically-fontified to...
6553 (font-lock-default-fontify-region): ...here.
6554 Let syntax-propertize-function take precedence.
6555 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
6556
6557 * emacs-lisp/syntax.el (syntax-propertize-function)
6558 (syntax-propertize-chunk-size, syntax-propertize--done)
6559 (syntax-propertize-extend-region-functions): New vars.
6560 (syntax-propertize-wholelines, syntax-propertize-multiline)
6561 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
6562 (syntax-propertize): New functions.
6563 (syntax-propertize-rules): New macro.
6564 (syntax-ppss-flush-cache): Set syntax-propertize--done.
6565 (syntax-ppss): Call syntax-propertize.
6566
6567 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
6568
6569 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
6570
6571 * textmodes/ispell.el (ispell-init-process): Improve comments.
6572 XEmacs compatibility changes regarding (add-hook) 'local option
6573 and (set-process-query-on-exit-flag).
6574
6575 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
6576
6577 * net/tramp-cache.el (tramp-parse-connection-properties):
6578 Set tramp-autoload cookie.
6579
6580 2010-09-09 Glenn Morris <rgm@gnu.org>
6581
6582 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
6583 (imagemagick-register-types): Doc fix.
6584
6585 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
6588
6589 * progmodes/js.el (require): Require is already "eval-and-compile".
6590 (js--re-search-forward): Avoid `eval'. Preserve the error data.
6591 (js--re-search-backward): Use js--re-search-forward.
6592
6593 * progmodes/fortran.el (fortran-line-length): Don't recompute
6594 syntactic keywords redundantly a second time.
6595
6596 * progmodes/ada-mode.el: Replace "(set '" with setq.
6597 (ada-mode): Simplify.
6598 (ada-create-case-exception, ada-adjust-case-interactive)
6599 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
6600 (ada-search-ignore-string-comment, ada-move-to-start)
6601 (ada-move-to-end): Use with-syntax-table.
6602
6603 * font-lock.el (save-buffer-state): Remove `varlist' arg.
6604 (font-lock-unfontify-region, font-lock-default-fontify-region):
6605 Update usage correspondingly.
6606 (font-lock-fontify-syntactic-keywords-region):
6607 Set parse-sexp-lookup-properties buffer-locally here.
6608 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
6609
6610 * simple.el (blink-matching-open): Don't burp if we can't find a match.
6611
6612 2010-09-08 Glenn Morris <rgm@gnu.org>
6613
6614 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
6615 Error if not compiled with -DBYTE_CODE_METER.
6616
6617 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6618 Ignore dir-locals-file.
6619
6620 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6621
6622 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6623 Not a const.
6624 (compilation-error-regexp-alist-alist): Rule out ": " in file names
6625 for the `gnu' messages.
6626 (compilation-set-skip-threshold): New command.
6627 (compilation-start): Use \' rather than $.
6628 (compilation-forget-errors): Use clrhash.
6629
6630 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
6631
6632 * textmodes/ispell.el (ispell-valid-dictionary-list):
6633 Simplify logic.
6634
6635 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
6636
6637 Migrate to Tramp 2.2. Rearrange load dependencies.
6638 (Bug#1529, Bug#5448, Bug#5705)
6639
6640 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
6641 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
6642 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6643
6644 * net/tramp.el (top): Remove all other tramp-* loads except
6645 tramp-compat.el. Remove all changes to tramp-unload-hook for
6646 other tramp-* packages. Rearrange defun order. Change calls of
6647 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
6648 `tramp-compat-octal-to-decimal' to new function names.
6649 (tramp-terminal-type, tramp-initial-end-of-output)
6650 (tramp-methods, tramp-foreign-file-name-handler-alist)
6651 (tramp-tramp-file-p, tramp-completion-mode-p)
6652 (tramp-send-command-and-check, tramp-get-remote-path)
6653 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
6654 (tramp-shell-quote-argument): Set tramp-autoload cookie.
6655 (with-file-property, with-connection-property): Move to
6656 tramp-cache.el.
6657 (tramp-local-call-process, tramp-decimal-to-octal)
6658 (tramp-octal-to-decimal): Move to tramp-compat.el.
6659 (tramp-handle-shell-command): Do not require 'shell.
6660 (tramp-compute-multi-hops): No special handling for tramp-gw-*
6661 symbols.
6662 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
6663
6664 * net/tramp-cache.el (top): Require 'tramp. Add to
6665 `tramp-unload-hook'.
6666 (tramp-cache-data, tramp-get-file-property)
6667 (tramp-set-file-property, tramp-flush-file-property)
6668 (tramp-flush-directory-property, tramp-get-connection-property)
6669 (tramp-set-connection-property, tramp-flush-connection-property)
6670 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
6671 cookie.
6672 (with-file-property, with-connection-property): New defuns, moved
6673 from tramp.el.
6674 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
6675 macro.
6676
6677 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
6678 (tramp-version): Set tramp-autoload cookie.
6679
6680 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
6681 changes to tramp-unload-hook for other tramp-* packages. Add to
6682 `tramp-unload-hook'.
6683 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
6684 (tramp-compat-call-process): New defuns, moved from tramp.el.
6685
6686 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6687 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
6688 Add to `tramp-unload-hook'. Change call of
6689 `tramp-compat-decimal-to-octal' to new function name.
6690 (tramp-fish-method): Make it a defconst.
6691 (tramp-fish-file-name-p): Make it a defsubst.
6692 (tramp-fish-method, tramp-fish-file-name-handler)
6693 (tramp-fish-file-name-p): Set tramp-autoload cookie.
6694
6695 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
6696 `tramp-foreign-file-name-handler-alist'. Add to
6697 `tramp-unload-hook'.
6698 (tramp-ftp-method): Make it a defconst.
6699 (tramp-ftp-file-name-p): Make it a defsubst.
6700 (tramp-ftp-method, tramp-ftp-file-name-handler)
6701 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
6702
6703 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
6704 `tramp-foreign-file-name-handler-alist'. Add to
6705 `tramp-unload-hook'. Change checks, whether package can be
6706 loaded.
6707 (tramp-gvfs-file-name-p): Make it a defsubst.
6708 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
6709 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
6710 (tramp-gvfs-handle-file-directory-p): New defun.
6711 (tramp-gvfs-file-name-handler-alist): Use it.
6712
6713 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
6714 `tramp-foreign-file-name-handler-alist'. Add to
6715 `tramp-unload-hook'.
6716 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
6717 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
6718 defconst.
6719 (tramp-gw-tunnel-method, tramp-gw-socks-method)
6720 (tramp-gw-open-connection): Set tramp-autoload cookie.
6721
6722 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6723 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
6724 Add to `tramp-unload-hook'. Change checks, whether package can be
6725 loaded.
6726 (tramp-imap-file-name-p): Make it a defsubst.
6727 (tramp-imap-method, tramp-imaps-method)
6728 (tramp-imap-file-name-handler)
6729 (tramp-imap-file-name-p): Set tramp-autoload cookie.
6730
6731 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6732 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
6733 Add to `tramp-unload-hook'. Change checks, whether package can be
6734 loaded. Change call of `tramp-compat-decimal-to-octal' to new
6735 function name.
6736 (tramp-smb-tunnel-method): Make it a defconst.
6737 (tramp-smb-file-name-p): Make it a defsubst.
6738 (tramp-smb-method, tramp-smb-file-name-handler)
6739 (tramp-smb-file-name-p): Set tramp-autoload cookie.
6740
6741 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
6742 (tramp-uuencode-region): Set tramp-autoload cookie.
6743
6744 * net/trampver.el (top) Add to `tramp-unload-hook'.
6745 (tramp-version, tramp-bug-report-address): Set tramp-autoload
6746 cookie. Update release number.
6747
6748 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
6749
6750 * textmodes/ispell.el (ispell-start-process): Make sure original
6751 arg list is properly initialized (Bug#6993, Bug#6994).
6752
6753 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6754
6755 * files.el (directory-abbrev-alist): Use \` as default regexp.
6756
6757 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
6758 chars like - or ] (bug#6984).
6759 (rx-any-condense-range): Explode 2-char ranges.
6760
6761 2010-09-06 Glenn Morris <rgm@gnu.org>
6762
6763 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
6764
6765 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6766
6767 * textmodes/bibtex.el:
6768 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
6769
6770 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6771
6772 * net/imap.el (imap-message-map): Remove optional buffer parameter,
6773 since no callers use it.
6774 (imap-message-get): Ditto.
6775 (imap-message-put): Ditto.
6776 (imap-mailbox-map): Ditto.
6777 (imap-mailbox-put): Ditto.
6778 (imap-mailbox-get): Ditto.
6779 (imap-mailbox-get): Revert last change for this function.
6780
6781 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6782
6783 * net/imap.el (imap-fetch-safe): Remove function, and alter all
6784 callers to use `imap-fetch' instead. According to the comments, this
6785 should be safe, since all other IMAP clients use the 1:* syntax.
6786 (imap-enable-exchange-bug-workaround): Remove.
6787 (imap-debug): Remove -- doesn't seem very useful.
6788
6789 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6790
6791 * net/imap.el (imap-log): New convenience function used throughout
6792 instead of repeating the same code all over the place.
6793
6794 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
6795
6796 * mouse.el (mouse-save-then-kill): Save region to kill-ring
6797 when mouse-drag-copy-region is non-nil (Bug#6956).
6798
6799 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
6800
6801 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
6802 Improve regexps (Bug#6987).
6803 (dired-sort-toggle): Search more robustly for -t flag.
6804
6805 * files.el (get-free-disk-space): Search more robustly for
6806 "available" column. Suggested by Ehud Karni
6807 <ehud@unix.mvs.co.il>.
6808
6809 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
6810
6811 * international/uni-bidi.el:
6812 * international/uni-category.el:
6813 * international/uni-combining.el:
6814 * international/uni-decimal.el:
6815 * international/uni-mirrored.el:
6816 * international/uni-name.el: Regenerate.
6817
6818 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6819
6820 * electric.el (electric-indent-post-self-insert-function):
6821 Don't reindent with a sloppy indentation function.
6822
6823 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
6824 border case in change-log-mode.
6825
6826 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
6827
6828 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6829 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
6830 Recognize leading tab in gcc-include regexp. Ignore names with
6831 leading "from" or "in" in gnu regexp (Bug#6937).
6832
6833 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6834
6835 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
6836 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
6837 (ispell-start-process): Avoid setq and simplify logic.
6838 (ispell-init-process): Setup kill-buffer-hook locally when needed.
6839 (kill-buffer-hook): Don't use it globally with code that uses
6840 expand-file-name since that may call kill-buffer via
6841 code_conversion_restore.
6842
6843 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
6844
6845 * emacs-lisp/package.el (package-directory-list): Only call
6846 file-name-nondirectory on a string.
6847
6848 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
6849
6850 * emacs-lisp/package.el (package--download-one-archive):
6851 Ensure that archive-contents is valid before saving it.
6852 (package-activate-1, package-mark-obsolete, define-package)
6853 (package-compute-transaction, package-list-maybe-add): Use push.
6854
6855 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6856
6857 Use SMIE's blink-paren for octave-mode.
6858 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
6859 Backslashes do not escape single-quotes, single-quotes do.
6860 (octave-block-else-regexp, octave-block-end-regexp)
6861 (octave-block-match-alist): Remove.
6862 (octave-smie-bnf-table): New var, with old content.
6863 (octave-smie-op-levels): Use it.
6864 (octave-smie-closer-alist): New var.
6865 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
6866 (octave-blink-matching-block-open): Remove.
6867 (octave-reindent-then-newline-and-indent, octave-electric-semi)
6868 (octave-electric-space): Let self-insert-command run expand-abbrev and
6869 blink parens.
6870
6871 * electric.el (electricity): New group.
6872 (electric-indent-chars): New var.
6873 (electric-indent-post-self-insert-function): New fun.
6874 (electric-indent-mode): New minor mode.
6875 (electric-pair-skip-self): New custom.
6876 (electric-pair-post-self-insert-function): New function.
6877 (electric-pair-mode): New minor mode.
6878
6879 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
6880 calcAlg-blink-matching-open.
6881 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
6882 (calc-do-alg-entry): Only touch the part of the keymap that varies.
6883 Use the new blink-matching-check-function.
6884
6885 Provide blink-matching support to SMIE.
6886 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
6887 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
6888 (smie-blink-matching-check, smie-blink-matching-open): New functions.
6889
6890 * simple.el (newline): Fix last change to properly remove itself from
6891 the hook.
6892
6893 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * simple.el (newline): Eliminate optimization.
6896 Use post-self-insert-hook to set hard-newline and things before
6897 running post-self-insert-hook.
6898 (blink-matching-check-mismatch): New function.
6899 (blink-matching-check-function): New variable.
6900 (blink-matching-open): Use them.
6901 Skip back forward over prefix chars skipped by forward-sexp.
6902 Don't check if the parens are backslash escaped.
6903 (blink-paren-post-self-insert-function): Check backslash escaping here.
6904
6905 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
6906
6907 * emacs-lisp/package.el (package-menu-mode-map):
6908 Change package-menu-revert bindings to revert-buffer.
6909 (package-menu-mode): Set revert-buffer-function.
6910 (package-menu-revert): Doc fix.
6911
6912 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
6913
6914 * textmodes/ispell.el (ispell-init-process): Use "~/" as
6915 `default-directory' unless using Ispell per-directory personal
6916 dictionaries and not in a mini-buffer under XEmacs.
6917 (kill-buffer-hook): Do not kill ispell process on exit when
6918 `ispell-process-directory' is "~/". (Bug#6143)
6919
6920 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
6921
6922 * simple.el (kill-new): Call interprogram-cut-function with only
6923 one argument.
6924
6925 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
6926 Remove cut buffer from error message.
6927
6928 * term/x-win.el (x-select-text):
6929 * term/pc-win.el (x-selection-value):
6930 * term/ns-win.el (x-selection-value):
6931 * eshell/em-term.el:
6932 * w32-fns.el (x-get-selection-value):
6933 * mouse-sel.el (mouse-sel-set-selection-function):
6934 * frame.el (display-selections-p): Remove cut-buffer in documentation.
6935
6936 * term/x-win.el: Update documentation for x-last-selected-text-*.
6937 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
6938 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6939 (x-select-text): Remove argument PUSH, update documentation.
6940 Remove cut-buffer code.
6941 (x-selection-value-internal): Was previously x-selection-value.
6942 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6943 Update documentation, remove cut-buffer code.
6944 Call x-selection-value-internal.
6945 (x-clipboard-yank): Call x-selection-value-internal.
6946 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
6947
6948 * term/pc-win.el (x-last-selected-text):
6949 x-cut-buffer-or-selection-value renamed to x-selection-value
6950 (x-select-text): Remove argument PUSH, update documentation.
6951
6952 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
6953 x-cut-buffer-or-selection-value renamed to x-selection-value
6954 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6955 (x-select-text): Remove argument PUSH, update documentation.
6956
6957 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
6958
6959 * w32-fns.el (x-last-selected-text):
6960 x-cut-buffer-or-selection-value renamed to x-selection-value.
6961 (x-cut-buffer-max): Remove.
6962 (x-select-text): Remove argument PUSH, update documentation.
6963
6964 * simple.el (interprogram-cut-function): Remove mention of PUSH.
6965
6966 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
6967
6968 * mouse-sel.el (mouse-sel-get-selection-function):
6969 x-cut-buffer-or-selection-value renamed to x-selection-value.
6970 (x-select-text): Remove optional push.
6971
6972 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6973
6974 * simple.el (blink-paren-function): Move from C to here.
6975 (blink-paren-post-self-insert-function): New function.
6976 (post-self-insert-hook): Use it.
6977
6978 * emacs-lisp/pcase.el (pcase-split-memq):
6979 Fix overenthusiastic optimisation.
6980 (pcase-u1): Handle the case of a lambda pred.
6981
6982 2010-08-31 Kenichi Handa <handa@m17n.org>
6983
6984 * international/mule-cmds.el (standard-display-european-internal):
6985 Setup standard-display-table for 8-bit characters by storing 8-bit
6986 characters in the element vector.
6987
6988 * disp-table.el (standard-display-8bit):
6989 Setup standard-display-table for 8-bit characters by storing 8-bit
6990 characters in the element vector.
6991 (standard-display-european): Likewise.
6992
6993 2010-08-31 Masatake YAMATO <yamato@redhat.com>
6994
6995 * textmodes/nroff-mode.el (nroff-view): New command.
6996 (nroff-mode-map): Bind it to C-c C-c.
6997
6998 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6999
7000 * emacs-lisp/smie.el (smie-down-list): New command.
7001
7002 Remove old indentation and navigation code on octave-mode.
7003 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7004 smie-down-list rather than add a binding for octave-down-block.
7005 (octave-mark-block, octave-blink-matching-block-open):
7006 Rely on forward-sexp-function.
7007 (octave-fill-paragraph): Don't narrow, so you can use
7008 indent-according-to-mode.
7009 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7010 (octave-in-block-p, octave-re-search-forward-kw)
7011 (octave-re-search-backward-kw, octave-indent-calculate)
7012 (octave-end-as-array-index-p, octave-block-end-offset)
7013 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7014 (octave-down-block, octave-backward-up-block, octave-up-block)
7015 (octave-before-magic-comment-p, octave-indent-line): Remove.
7016
7017 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
7018
7019 * emacs-lisp/package.el (package--read-archive-file): Just use
7020 `read', to avoid copying an additional string.
7021 (package-menu-mode): Set header-line-format here.
7022 (package-menu-refresh, package-menu-revert): Signal an error if
7023 not in the Package Menu.
7024 (package-menu-package-list): New var.
7025 (package--generate-package-list): Operate on the current buffer;
7026 don't assume that it is *Packages*, since the user may rename it.
7027 Allow persistent package listings and sort keys using
7028 package-menu-package-list and package-menu-package-sort-key.
7029 (package-menu--version-predicate): Fix version calculation.
7030 (package-menu-sort-by-column): Don't select the window.
7031 (package--list-packages): Create the *Packages* buffer.
7032 Set package-menu-package-list-key.
7033 (list-packages): Sorting by status is now the default.
7034 (package-buffer-info): Use match-string-no-properties.
7035 (define-package): Add a &rest argument for future proofing, but
7036 don't use it yet.
7037 (package-install-from-buffer, package-install-buffer-internal):
7038 Merge into a single function, package-install-from-buffer.
7039 (package-install-file): Change caller.
7040
7041 * finder.el: Load finder-inf using `require'.
7042 (finder-list-matches): Sorting by status is now the default.
7043 (finder-compile-keywords): Simpify printing.
7044
7045 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7046
7047 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7048 (octave-mode-map): Remove special bindings for forward/backward-block
7049 and octave-backward-up-block. Use smie-close-block.
7050 (octave-continuation-marker-regexp): New var.
7051 (octave-continuation-regexp): Use it.
7052 (octave-operator-table, octave-smie-op-levels)
7053 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7054 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7055 (octave-mode): Use SMIE.
7056 (octave-close-block): Delete.
7057
7058 2010-08-30 Eli Zaretskii <eliz@gnu.org>
7059
7060 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7061 CLIPBOARD, not in PRIMARY. (Bug#6944)
7062
7063 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7066 a list of parents.
7067 (smie-indent-column): Allow indirection through variables.
7068
7069 * composite.el (save-buffer-state): Delete, unused.
7070 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7071 (font-lock-default-fontify-region): Use with-syntax-table.
7072 * jit-lock.el (with-buffer-unmodified): Remove.
7073 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7074
7075 Use `declare' in defmacros.
7076 * window.el (save-selected-window):
7077 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7078 * progmodes/python.el (def-python-skeleton):
7079 * net/dbus.el (dbus-ignore-errors):
7080 * jka-cmpr-hook.el (with-auto-compression-mode):
7081 * international/mule.el (with-category-table):
7082 * emacs-lisp/timer.el (with-timeout):
7083 * emacs-lisp/lisp-mnt.el (lm-with-file):
7084 * emacs-lisp/eieio.el (with-slots):
7085 * emacs-lisp/easymenu.el (easy-menu-define):
7086 * emacs-lisp/debug.el (debugger-env-macro):
7087 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7088 (Multiple-value-call, Multiple-value-prog1):
7089 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7090 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7091 edebug rule to definition.
7092 * emacs-lisp/lisp-mode.el (save-selected-window)
7093 (with-current-buffer, combine-after-change-calls)
7094 (with-output-to-string, with-temp-file, with-temp-buffer)
7095 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7096 (dolist, dotimes, when, unless):
7097 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7098
7099 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
7100
7101 * finder.el: Require `package'.
7102 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7103 (finder-package-info): Var deleted.
7104 (finder-keywords-hash, finder--builtins-alist): New vars.
7105 (finder-compile-keywords): Compute package--builtins and
7106 finder-keywords-hash instead of finder-keywords-hash, respecting
7107 the "Package" header.
7108 (finder-unknown-keywords, finder-list-matches):
7109 Use finder-keywords-hash and package--list-packages.
7110 (finder-mode): Don't set font-lock-defaults.
7111 (finder-exit): We don't use "*Finder-package*" and "*Finder
7112 Category*" buffers anymore.
7113
7114 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7115 (package--builtins): Set default value to nil.
7116 (package-initialize): Load precomputed value of package--builtins
7117 from finder-inf.el.
7118 (package-alist, package-compute-transaction)
7119 (package-download-transaction): Improve docstring.
7120 (package-read-all-archive-contents): Do not change
7121 package--builtins here.
7122 (list-packages): Make package-list-packages an alias for this.
7123 Sort by status by default.
7124 (package--list-packages): Add optional PACKAGES arg.
7125 (describe-package-1): Use font-lock-face property. For built-in
7126 packages, insert file commentary.
7127 (package--generate-package-list): Rename from
7128 package-list-packages-internal; all callers changed. Add optional
7129 PACKAGES arg. Add alphabetical sort fallbacks.
7130 (package-menu--version-predicate, package-menu--status-predicate)
7131 (package-menu--description-predicate)
7132 (package-menu--name-predicate): New functions.
7133
7134 * info.el (Info-finder-find-node): Search package-alist instead of
7135 finder-package-info.
7136
7137 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
7138
7139 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7140 "alpha" and "beta".
7141 (version-to-list): Handle versions like "10.3d".
7142
7143 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7144
7145 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7146 (macroexp-accumulate): Use `declare'.
7147
7148 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7149
7150 * whitespace.el (whitespace-style): Adjust type declaration.
7151
7152 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
7153
7154 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
7155 empty argument to gvfs-copy.
7156
7157 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7158
7159 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
7160 handle new TRASH arg of `delete-file'.
7161
7162 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
7163
7164 * net/tramp.el (tramp-handle-insert-directory): Don't use
7165 `forward-word', its default syntax could be changed.
7166
7167 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7168 Michael Albinus <michael.albinus@gmx.de>
7169
7170 Implement compression for inline methods.
7171
7172 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
7173 (tramp-copy-size-limit): Allow also nil.
7174 (tramp-inline-compress-commands): New defconst.
7175 (tramp-find-inline-compress, tramp-get-inline-compress)
7176 (tramp-get-inline-coding): New defuns.
7177 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
7178 replaced by `tramp-get-inline-coding'.
7179 (tramp-handle-file-local-copy, tramp-handle-write-region)
7180 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
7181
7182 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
7183
7184 Detect ssh 'ControlMaster' argument automatically in some cases.
7185
7186 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
7187 (tramp-default-method): Use it.
7188
7189 2010-08-26 Karel Klíč <kklic@redhat.com>
7190
7191 * net/tramp.el (tramp-file-name-for-operation):
7192 Add file-selinux-context.
7193
7194 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7195
7196 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7197
7198 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7199
7200 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7201 (Bug#6907).
7202
7203 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7204
7205 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7206 (js-paren-indent-offset, js-square-indent-offset)
7207 (js-curly-indent-offset): New options.
7208 (js--proper-indentation): Use them.
7209
7210 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7211
7212 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7213 instead of inspecting font-lock properties (Bug#6916).
7214
7215 2010-08-26 David Reitter <david.reitter@gmail.com>
7216
7217 * server.el (server-visit-files): Run pre-command-hook and
7218 post-command-hook for each buffer while it is current (Bug#6910).
7219 (server-execute): Do not run hooks here.
7220
7221 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
7222
7223 Sync with Tramp 2.1.19.
7224
7225 * net/tramp-cmds.el (tramp-cleanup-all-connections)
7226 (tramp-reporter-dump-variable, tramp-load-report-modules)
7227 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
7228 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
7229
7230 * net/tramp-compat.el (top): Do not autoload
7231 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
7232 only when `start-file-process' is not bound.
7233 (byte-compile-not-obsolete-vars): Define if not bound.
7234 (tramp-compat-funcall): New defmacro.
7235 (tramp-compat-line-beginning-position)
7236 (tramp-compat-line-end-position)
7237 (tramp-compat-temporary-file-directory)
7238 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
7239 (tramp-compat-copy-file, tramp-compat-copy-directory)
7240 (tramp-compat-delete-file, tramp-compat-delete-directory)
7241 (tramp-compat-number-sequence, tramp-compat-process-running-p):
7242 Use it.
7243 (tramp-advice-file-expand-wildcards): Do not use
7244 `tramp-handle-file-remote-p'.
7245 (tramp-compat-make-temp-file): Simplify fallback implementation.
7246 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
7247 (tramp-compat-copy-tree): Remove function.
7248 (tramp-compat-delete-file): New defun.
7249 (tramp-compat-delete-directory): Provide implementation for older
7250 Emacsen.
7251 (tramp-compat-file-attributes): Handle only
7252 `wrong-number-of-arguments' error.
7253
7254 * net/tramp-fish.el (tramp-fish-handle-copy-file):
7255 Add PRESERVE_SELINUX_CONTEXT.
7256 (tramp-fish-handle-delete-file): Add TRASH arg.
7257 (tramp-fish-handle-directory-files-and-attributes):
7258 Do not use `tramp-fish-handle-file-attributes.
7259 (tramp-fish-handle-file-local-copy)
7260 (tramp-fish-handle-insert-file-contents)
7261 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
7262
7263 * net/tramp-gvfs.el (top): Require url-util.
7264 (tramp-gvfs-mount-point): Remove.
7265 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
7266 and `set-file-selinux-context'.
7267 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
7268 (tramp-gvfs-handle-file-selinux-context)
7269 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
7270 (with-tramp-dbus-call-method): Format trace message.
7271 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
7272 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
7273 Implement backup call, when operation on local files fails.
7274 Use progress reporter. Flush properties of changed files.
7275 (tramp-gvfs-handle-delete-file): Add TRASH arg.
7276 Use `tramp-compat-delete-file'.
7277 (tramp-gvfs-handle-expand-file-name): Expand "~/".
7278 (tramp-gvfs-handle-make-directory): Make more traces.
7279 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
7280 (tramp-gvfs-url-file-name): Hexify file name in url.
7281 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
7282 into account for the resulting file name.
7283 (tramp-gvfs-handler-askquestion): Preserve current message, in
7284 order to let progress reporter continue afterwards. (Bug#6257)
7285 Return dummy mountpoint, when the answer is "no".
7286 See `tramp-gvfs-maybe-open-connection'.
7287 (tramp-gvfs-handler-mounted-unmounted)
7288 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
7289 attribute "default_location". Set "prefix" property.
7290 Handle default-location.
7291 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
7292 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
7293 exists. Raise an error, if not (due to a corresponding answer
7294 "no" in interactive questions, for example).
7295 Use `tramp-compat-funcall'.
7296
7297 * net/tramp-imap.el (top): Autoload `epg-make-context'.
7298 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
7299 (tramp-imap-do-copy-or-rename-file)
7300 (tramp-imap-handle-insert-file-contents)
7301 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
7302 (tramp-imap-handle-delete-file): Add TRASH arg.
7303
7304 * net/tramp-smb.el (tramp-smb-handle-copy-file):
7305 Add PRESERVE-SELINUX-CONTEXT.
7306 (tramp-smb-handle-copy-file)
7307 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7308 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
7309 Use `with-progress-reporter'.
7310 (tramp-smb-handle-delete-file): Add TRASH arg.
7311
7312 * net/tramp.el (tramp-methods): Move hostname to the end in all
7313 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
7314 appropriate.
7315 (tramp-verbose): Describe verbose level 9.
7316 (tramp-completion-function-alist)
7317 (tramp-file-name-regexp, tramp-chunksize)
7318 (tramp-local-coding-commands, tramp-remote-coding-commands)
7319 (with-connection-property, tramp-completion-mode-p)
7320 (tramp-action-process-alive, tramp-action-out-of-band)
7321 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
7322 (tramp-exists-file-name-handler): Fix docstring.
7323 (tramp-remote-process-environment): Use `format' instead of
7324 `concat'. Protect version string by apostroph.
7325 (tramp-shell-prompt-pattern): Do not use a shy group in case of
7326 XEmacs.
7327 (tramp-file-name-regexp-unified)
7328 (tramp-completion-file-name-regexp-unified): On W32 systems, do
7329 not regard the volume letter as remote filename. (Bug#5447)
7330 (tramp-perl-file-attributes)
7331 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
7332 (tramp-vc-registered-read-file-names): Read input as
7333 here-document, otherwise the command could exceed maximum length
7334 of command line.
7335 (tramp-file-name-handler-alist): Add `file-selinux-context' and
7336 `set-file-selinux-context'.
7337 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
7338 backtrace functions.
7339 (tramp-error-with-buffer): Don't show the connection buffer when
7340 we are in completion mode.
7341 (tramp-progress-reporter-update, tramp-remote-selinux-p)
7342 (tramp-handle-file-selinux-context)
7343 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
7344 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
7345 New defuns.
7346 (with-progress-reporter): New defmacro.
7347 (tramp-debug-outline-regexp): New defconst.
7348 (top, tramp-rfn-eshadow-setup-minibuffer)
7349 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7350 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
7351 (tramp-completion-mode-p, tramp-check-for-regexp)
7352 (tramp-open-connection-setup-interactive-shell)
7353 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
7354 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
7355 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
7356 Use `tramp-compat-funcall'.
7357 (tramp-handle-make-symbolic-link): Flush file properties.
7358 (tramp-handle-load, tramp-handle-file-local-copy)
7359 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7360 (tramp-handle-vc-registered, tramp-maybe-send-script)
7361 (tramp-find-shell): Use `with-progress-reporter'.
7362 (tramp-do-file-attributes-with-stat): Add space in format string,
7363 in order to work around a bug in pdksh. Reported by Gilles Pion
7364 <gpion@lfdj.com>.
7365 (tramp-handle-verify-visited-file-modtime): Do not send a command
7366 when the connection is not established.
7367 (tramp-handle-set-file-times): Simplify the check for utc.
7368 (tramp-handle-directory-files-and-attributes)
7369 (tramp-get-remote-path): Use `copy-tree'.
7370 (tramp-completion-handle-file-name-all-completions): Ensure, that
7371 non remote files are still checked. Oops.
7372 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
7373 Handle PRESERVE-SELINUX-CONTEXT.
7374 (tramp-do-copy-or-rename-file): Add progress reporter.
7375 (tramp-do-copy-or-rename-file-directly): Do not use
7376 `tramp-handle-file-remote-p'.
7377 (tramp-do-copy-or-rename-file-out-of-band):
7378 Use `tramp-compat-delete-directory'.
7379 (tramp-do-copy-or-rename-file-out-of-band)
7380 (tramp-compute-multi-hops, tramp-maybe-open-connection):
7381 Use `format-spec-make'.
7382 (tramp-handle-delete-file): Add TRASH arg.
7383 (tramp-handle-dired-uncache): Flush directory cache, not only file
7384 cache.
7385 (tramp-handle-expand-file-name)
7386 (tramp-completion-handle-file-name-all-completions)
7387 (tramp-completion-handle-file-name-completion):
7388 Use `tramp-connectable-p'.
7389 (tramp-handle-start-file-process): Set connection property "vec".
7390 Use it, in order to invalidate file caches. Check only for
7391 `remote-tty' process property.
7392 Implement tty setting. (Bug#4604, Bug#6360)
7393 (tramp-file-name-for-operation): Add `call-process-region' and
7394 `set-file-selinux-context'.
7395 (tramp-find-foreign-file-name-handler)
7396 (tramp-advice-make-auto-save-file-name)
7397 (tramp-set-auto-save-file-modes): Remove superfluous check for
7398 `stringp'. This is done inside `tramp-tramp-file-p'.
7399 (tramp-file-name-handler): Trace 'quit. Catch the error for some
7400 operations when we are in completion mode. This gives the user
7401 the chance to correct the file name in the minibuffer.
7402 (tramp-completion-mode-p): Use `non-essential'.
7403 (tramp-handle-file-name-all-completions): Backward/ XEmacs
7404 compatibility: Use `completion-ignore-case' if
7405 `read-file-name-completion-ignore-case' does not exist.
7406 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
7407 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7408 `tramp-open-shell'.
7409 (tramp-action-password): Hide password prompt before next run.
7410 (tramp-process-actions): Widen connection buffer for the trace.
7411 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
7412 process property. Trace stty settings if `tramp-verbose' >= 9.
7413 Apply workaround for IRIX64 bug. Move argument of last
7414 `tramp-send-command' where it belongs to.
7415 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
7416 front of `login-args'.
7417 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
7418 on "/dev/null" instead of "/".
7419 (tramp-get-ls-command-with-dired): Make test for "--dired"
7420 stronger.
7421 (tramp-set-auto-save-file-modes): Adapt version check.
7422 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
7423 (tramp-handle-process-file): Call the program in a subshell, in
7424 order to preserve working directory.
7425 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
7426 `tramp-remote-sh' from `tramp-methods'.
7427 (tramp-get-ls-command): Make test for "--color=never" stronger.
7428 (tramp-check-for-regexp): Use (forward-line 1).
7429
7430 * net/trampver.el: Update release number.
7431
7432 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7433
7434 * help.el (help-map): Bind `C-h P' to describe-package.
7435
7436 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7437
7438 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7439 when downloading archives.
7440 (describe-package-1): Add package commentary.
7441 (package-install-button-action): New function.
7442 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7443 (package-menu-view-commentary): Function removed.
7444 (package-list-packages-internal): Hide the `package' package too.
7445
7446 2010-08-25 Kenichi Handa <handa@m17n.org>
7447
7448 * language/misc-lang.el ("Arabic"): New language environment.
7449 Setup composition-function-table for Arabic characters.
7450
7451 * international/fontset.el (setup-default-fontset): Fix typo for
7452 arabic OTF spec (fini->fina).
7453
7454 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7455
7456 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7457 on all frames.
7458
7459 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7460
7461 * whitespace.el: Allow cleaning up blanks without blank
7462 visualization (Bug#6651). Adjust help window for
7463 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7464 instead of whitespace-line-column (from EmacsWiki). New version
7465 13.1.
7466 (whitespace-style): Add new value 'face. Adjust docstring.
7467 (whitespace-space, whitespace-hspace, whitespace-tab):
7468 Adjust foreground property face.
7469 (whitespace-line-column): Adjust docstring and type declaration.
7470 (whitespace-style-value-list, whitespace-toggle-option-alist)
7471 (whitespace-help-text): Adjust const initialization.
7472 (whitespace-toggle-options, global-whitespace-toggle-options):
7473 Adjust docstring.
7474 (whitespace-display-window, whitespace-interactive-char)
7475 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7476 (whitespace-help-scroll): New fun.
7477
7478 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7479
7480 * emacs-lisp/package.el (list-packages): Alias for
7481 package-list-packages.
7482
7483 2010-08-24 Kevin Ryde <user42@zip.com.au>
7484
7485 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7486 (Bug#5651).
7487
7488 * progmodes/ruby-mode.el (ruby): Add defgroup.
7489
7490 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7491
7492 * progmodes/python.el: Add Ipython support (Bug#5390).
7493 (python-shell-prompt-alist)
7494 (python-shell-continuation-prompt-alist): New options.
7495 (python--set-prompt-regexp): New function.
7496 (inferior-python-mode, run-python, python-shell):
7497 Require ansi-color. Use python--set-prompt-regexp to set the comint
7498 prompt based on the Python interpreter.
7499 (python--prompt-regexp): New var.
7500 (python-check-comint-prompt)
7501 (python-comint-output-filter-function): Use it.
7502 (run-python): Use a pipe (Bug#5694).
7503
7504 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
7505
7506 * progmodes/python.el (python-send-region): Send a different
7507 Python command if Ipython is in use.
7508 (python-check-version): Use a Python command to find the version.
7509
7510 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7511
7512 * mouse.el (mouse-yank-primary): Avoid setting primary when
7513 deactivating the mark (Bug#6872).
7514
7515 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
7516
7517 * progmodes/python.el (python-block-pairs): Allow use of "finally"
7518 with "else" (Bug#3991).
7519
7520 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
7521
7522 * net/dbus.el: Accept UNIX domain sockets as bus address.
7523 (top): Don't initialize `dbus-registered-objects-table' anymore,
7524 this is done in dbusbind,c.
7525 (dbus-check-event): Adapt test for bus.
7526 (dbus-return-values-table, dbus-unregister-service)
7527 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
7528 Adapt doc string.
7529
7530 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
7531
7532 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
7533
7534 2010-08-22 Juri Linkov <juri@jurta.org>
7535
7536 * simple.el (read-extended-command): New function with the logic
7537 for `completing-read' moved to Elisp from `execute-extended-command'.
7538 Use `function-called-at-point' in `minibuffer-default-add-function'
7539 to get a command name for M-n (bug#5364, bug#5214).
7540
7541 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7542
7543 * startup.el (command-line-1): Issue warning for ignored arguments
7544 --unibyte, etc (Bug#6886).
7545
7546 2010-08-22 Leo <sdl.web@gmail.com>
7547
7548 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
7549 (ignore, bright, dim, keyword): Split list of nicknames before
7550 passing to rcirc-add-or-remove (Bug#6894).
7551
7552 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7553
7554 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
7555
7556 2010-08-22 Leo <sdl.web@gmail.com>
7557
7558 Fix buffer-list rename&refresh after killing a buffer in ido.
7559 * ido.el: Revert Óscar's.
7560 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
7561 Remember the buffers at head, rather than their name.
7562 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
7563
7564 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
7565 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
7568 extra backslash added to each line (bug#6890).
7569
7570 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * subr.el (read-key): Don't echo keystrokes (bug#6883).
7573
7574 2010-08-22 Glenn Morris <rgm@gnu.org>
7575
7576 * menu-bar.el (menu-bar-games-menu): Add landmark.
7577
7578 2010-08-22 Glenn Morris <rgm@gnu.org>
7579
7580 * align.el (align-regexp): Make group and spacing arguments
7581 use the interactive defaults when non-interactive. (Bug#6698)
7582
7583 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
7584 expansion, so as not to need sendmail.
7585 (mail-text-start): Remove declaration.
7586 (rmail-retry-failure): Require sendmail.
7587
7588 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7589
7590 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
7591
7592 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
7593
7594 * progmodes/flymake.el (flymake-start-syntax-check-process):
7595 Use `start-file-process' in order to let it run also on remote hosts.
7596
7597 2010-08-22 Kenichi Handa <handa@m17n.org>
7598
7599 * files.el: Add `word-wrap' as safe local variable.
7600
7601 2010-08-22 Glenn Morris <rgm@gnu.org>
7602
7603 * woman.el (woman-translate): Case matters. (Bug#6849)
7604
7605 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7606
7607 * simple.el (kill-region): Doc fix (Bug#6787).
7608
7609 2010-08-22 Glenn Morris <rgm@gnu.org>
7610
7611 * calendar/diary-lib.el (diary-header-line-format):
7612 Fit it to the window, not the frame.
7613
7614 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7615
7616 * subr.el (ignore-errors): Add debug declaration.
7617
7618 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
7619
7620 * whitespace.el (whitespace-color-off): Remove post-command-hook
7621 locally.
7622
7623 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7624
7625 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
7626
7627 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
7628
7629 * cus-edit.el (custom-group-value-create): Add extra newline
7630 before end line (Bug#6876).
7631
7632 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
7633
7634 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
7635 when extending it. Before killing on the second click, check if
7636 the buffer is the correct one. Doc fix.
7637 (mouse-secondary-save-then-kill): Allow usage without first
7638 calling mouse-start-secondary, by defaulting to point. Don't save
7639 an empty secondary selection. Doc fix.
7640
7641 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7642
7643 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
7644 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
7645 New version 13.0.
7646 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7647 Adjust initialization.
7648 (whitespace-bob-marker, whitespace-eob-marker)
7649 (whitespace-buffer-changed): New vars.
7650 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
7651 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
7652 (whitespace-post-command-hook, whitespace-display-char-on):
7653 Adjust code.
7654 (whitespace-looking-back, whitespace-buffer-changed): New funs.
7655 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
7656
7657 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7658
7659 * files.el (locate-file-completion-table): Only list the .el and .elc
7660 extensions if there's no other choice (bug#5955).
7661
7662 * facemenu.el (facemenu-self-insert-data): New var.
7663 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
7664 New functions.
7665 (facemenu-add-face): Use them.
7666
7667 * simple.el (blink-matching-open): Obey forward-sexp-function.
7668
7669 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7670
7671 * simple.el (prog-mode-map): New var.
7672 (prog-indent-sexp): New command.
7673
7674 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
7675
7676 * progmodes/prolog.el (smie): Require.
7677
7678 * emacs-lisp/smie.el (smie-default-backward-token)
7679 (smie-default-forward-token): Strip properties.
7680 (smie-next-sexp): Be more careful with associative operators.
7681 (smie-forward-sexp-command): Generalize.
7682 (smie-backward-sexp-command): Simplify.
7683 (smie-closer-alist): New var.
7684 (smie-close-block): New command.
7685 (smie-indent-debug-log): New var.
7686 (smie-indent-offset-rule): Add a few more cases.
7687 (smie-indent-column): New function.
7688 (smie-indent-after-keyword): Use it.
7689 (smie-indent-keyword): Use it.
7690 Fix up the opener code's point position.
7691 (smie-indent-comment): Only applies at BOL.
7692 (smie-indent-debug): New command.
7693
7694 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
7695 declarations that are useful before running the macro.
7696
7697 2010-08-18 Joakim Verona <joakim@verona.se>
7698
7699 * image.el (imagemagick-types-inhibit): New variable.
7700 (imagemagick-register-types): New function.
7701 * image-mode.el (image-transform-properties): New function.
7702 (image-transform-set-scale, image-transform-fit-to-height)
7703 (image-transform-set-rotation, image-transform-set-resize)
7704 (image-transform-fit-to-width, image-transform-fit-to-height):
7705 New functions.
7706 (image-toggle-display-image): Support image transforms.
7707
7708 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7709
7710 * image.el (create-animated-image): Don't add heuristic mask to image
7711 (Bug#6839).
7712
7713 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
7714
7715 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
7716 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
7717
7718 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7719
7720 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
7721
7722 Font-lock '...' strings, plus various simplifications and fixes.
7723 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7724 (octave-font-lock-close-quotes): New function.
7725 (octave-font-lock-syntactic-keywords): New var.
7726 (octave-mode): Use it. Set beginning-of-defun-function.
7727 (octave-mode-map): Don't override the <foo>-defun commands.
7728 (octave-mode-menu): Pass it directly to easy-menu-define;
7729 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
7730 (octave-block-match-alist): Fix up last change so that
7731 octave-close-block uses the more specific keyword.
7732 (info-lookup-mode): Silence byte-compiler.
7733 (octave-beginning-of-defun): Not interactive any more.
7734 Optimize slightly.
7735 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
7736 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
7737 (octave-completion-at-point-function): Make sure point is within
7738 beg..end.
7739 (octave-reindent-then-newline-and-indent):
7740 Use reindent-then-newline-and-indent.
7741 (octave-add-octave-menu): Remove.
7742
7743 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
7744
7745 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
7746 (report-emacs-bug-can-use-xdg-email): New functions.
7747 (report-emacs-bug): Set can-xdg-email to result of
7748 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
7749 \C-cm to report-emacs-bug-insert-to-mailer and add help text
7750 about it.
7751
7752 * net/browse-url.el (browse-url-default-browser): Add cond
7753 for browse-url-xdg-open.
7754 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
7755
7756 2010-08-17 Glenn Morris <rgm@gnu.org>
7757
7758 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
7759 (c-fontify-recorded-types-and-refs): Define for compiler.
7760 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
7761 before use.
7762
7763 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
7764 Fix format call.
7765
7766 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
7767
7768 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
7769 properties.
7770 (tramp-handle-process-file): Call the program in a subshell, in
7771 order to preserve working directory.
7772 (tramp-action-password): Hide password prompt before next run.
7773 (tramp-process-actions): Widen connection buffer for the trace.
7774
7775 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7776
7777 * net/rcirc.el (rcirc-log-process-buffers): New option.
7778 (rcirc-print): Use it.
7779 (rcirc-generate-log-filename): New function.
7780 (rcirc-log-filename-function): Change default to
7781 rcirc-generate-log-filename (Bug#6828).
7782
7783 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
7784
7785 * simple.el (deactivate-mark): If select-active-regions is `only',
7786 only set selection for temporarily active regions.
7787
7788 * cus-start.el: Change defcustom for select-active-regions.
7789
7790 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
7791
7792 * mouse.el (mouse--drag-set-mark-and-point): New function.
7793 (mouse-drag-track): Use LOCATION arg to push-mark.
7794 Use mouse--drag-set-mark-and-point to take click-count into
7795 consideration when updating point and mark (Bug#6840).
7796
7797 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
7798
7799 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7800 Give the Ruby rule a lower priority than Gnu (Bug#6778).
7801
7802 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
7803
7804 * font-lock.el (lisp-font-lock-keywords-2):
7805 Add combine-after-change-calls, condition-case-no-debug,
7806 with-demoted-errors, and with-silent-modifications (Bug#6025).
7807
7808 2010-08-14 Kevin Ryde <user42@zip.com.au>
7809
7810 * emacs-lisp/copyright.el (copyright-update-year)
7811 (copyright-update): Temporary switch-to-buffer to ensure the
7812 buffer change being queried is visible (Bug#5394).
7813
7814 2010-08-14 Tom Tromey <tromey@redhat.com>
7815
7816 * progmodes/etags.el (tags-file-name): Mark safe if stringp
7817 (Bug#6733).
7818
7819 2010-08-14 Eli Zaretskii <eliz@gnu.org>
7820
7821 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
7822 MS-DOS. (Bug#6689)
7823
7824 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
7825
7826 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
7827 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
7828 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
7829 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
7830 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
7831 Call menu-bar-set-tool-bar-position.
7832
7833 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7834
7835 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
7836 comment style (bug#6834).
7837 * progmodes/scheme.el (scheme-mode-syntax-table):
7838 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
7839 "b" flag in "' 14b" syntax.
7840
7841 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
7842 for (un)commenting the region and performing completion.
7843 (octave-mode-menu): Use standard commands for help and completion.
7844 (octave-mode-syntax-table): Support %{..%} comments (sort of).
7845 (octave-mode): Use define-derived-mode.
7846 Set completion-at-point-functions and don't set columns.
7847 Don't disable adaptive-fill-regexp.
7848 (octave-describe-major-mode, octave-comment-region)
7849 (octave-uncomment-region, octave-comment-indent)
7850 (octave-indent-for-comment): Remove.
7851 (octave-indent-calculate): Rename from calculate-octave-indent.
7852 (octave-indent-line, octave-fill-paragraph): Update caller.
7853 (octave-initialize-completions): No need to make an alist.
7854 (octave-completion-at-point-function): New function.
7855 (octave-complete-symbol): Use it.
7856 (octave-insert-defun): Use define-skeleton.
7857
7858 * progmodes/octave-mod.el (octave-mode): Set comment-add.
7859 (octave-mode-map): Use comment-dwim (bug#6829).
7860
7861 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
7862
7863 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
7864 indentation of inserted comment.
7865
7866 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
7867
7868 * faces.el (region): Add type gtk that uses gtk colors.
7869
7870 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
7871 Handle theme-name change.
7872
7873 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
7874
7875 * progmodes/sql.el: Version 2.5
7876 (sql-product-alist): Add :prompt-cont-regexp property for several
7877 database products.
7878 (sql-prompt-cont-regexp): New variable.
7879 (sql-output-newline-count, sql-output-by-send):
7880 New variables. Record number of newlines in input text.
7881 (sql-send-string): Handle multiple filters and count newlines.
7882 (sql-send-magic-terminator): Count terminator newline.
7883 (sql-interactive-remove-continuation-prompt): Filters output to
7884 remove continuation prompts; one for each newline.
7885 (sql-interactive-mode): Set up new variables, prompt regexp and
7886 output filter.
7887 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
7888 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
7889
7890 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * emacs-lisp/pcase.el: New file.
7893
7894 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
7895
7896 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
7897 as here-document, otherwise the command could exceed maximum
7898 length of command line.
7899 (tramp-handle-vc-registered): Call script accordingly.
7900 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
7901
7902 2010-08-10 Kenichi Handa <handa@m17n.org>
7903
7904 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
7905 composable pattern.
7906
7907 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
7908
7909 * emacs-lisp/package.el (package-version-split)
7910 (package--version-first-nonzero, package-version-compare):
7911 Functions removed.
7912 (package-directory-list, package-load-all-descriptors)
7913 (package--built-in, package-activate, define-package)
7914 (package-installed-p, package-compute-transaction)
7915 (package-read-all-archive-contents)
7916 (package--add-to-archive-contents, package-buffer-info)
7917 (package-tar-file-info, package-list-packages-internal):
7918 Use version-to-list and version-list-*.
7919
7920 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7921 Use version-to-list.
7922 (package-upload-buffer-internal): Use version-list-<=.
7923
7924 2010-08-09 Kenichi Handa <handa@m17n.org>
7925
7926 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
7927 composable pattern.
7928
7929 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
7930
7931 * tutorial.el (tutorial--default-keys): C-d is now bound to
7932 delete-forward-char (Bug#6826).
7933
7934 * mouse.el (mouse-drag-track): Remove accidentally-removed check
7935 for `double' value of mouse-1-click-follows-link (Bug#6807).
7936
7937 2010-08-08 Johan Bockgård <bojohan@gnu.org>
7938
7939 * replace.el (replace-highlight): Bind isearch-forward and
7940 isearch-error, ensuring that highlighting is updated if the user
7941 switches the search direction (Bug#6808).
7942
7943 * isearch.el (isearch-lazy-highlight-forward): New var.
7944 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
7945 (isearch-lazy-highlight-update): Use it.
7946
7947 2010-08-08 Kenichi Handa <handa@m17n.org>
7948
7949 * international/mule.el (define-charset): Store NAME as :base property.
7950 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7951 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
7952 current priority. Force using the designation of the specific
7953 charset by adding `charset' text property. Improve the whole algorithm.
7954
7955 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
7956
7957 * emulation/pc-select.el (pc-selection-mode-hook)
7958 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
7959 (pc-selection-mode): Fix typos in docstrings.
7960
7961 2010-08-08 Kenichi Handa <handa@m17n.org>
7962
7963 * language/cyrillic.el: Don't add "microsoft-cp1251" to
7964 ctext-non-standard-encodings-alist here.
7965
7966 * international/mule.el (ctext-non-standard-encodings-alist):
7967 Add "koi8-r" and "microsoft-cp1251".
7968 (ctext-standard-encodings): New variable.
7969 (ctext-non-standard-encodings-table): List only elements for
7970 non-standard encodings.
7971 (ctext-pre-write-conversion): Adjust for the above change.
7972 Check ctext-standard-encodings.
7973
7974 * international/mule-conf.el (compound-text): Doc fix.
7975 (ctext-no-compositions): Doc fix.
7976 (compound-text-with-extensions): Doc fix.
7977
7978 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7979
7980 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
7981
7982 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
7983
7984 * progmodes/which-func.el (which-func-format): Split help-echo text
7985 into lines, like other mode-line tooltips.
7986
7987 * server.el (server-start): When using TCP sockets, force IPv4
7988 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
7989
7990 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7991
7992 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
7993
7994 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
7995
7996 * term.el (term-delimiter-argument-list): Reflow docstring.
7997 (term-read-input-ring, term-write-input-ring, term-send-input)
7998 (term-bol, term-erase-in-display, serial-supported-or-barf):
7999 Fix typos in docstrings.
8000
8001 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8002
8003 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8004
8005 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8006
8007 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8008
8009 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
8010
8011 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8012 Fix typo in docstring (bug#6747).
8013
8014 2010-08-08 Leo <sdl.web@gmail.com>
8015
8016 * eshell/esh-io.el (eshell-get-target): Better detection of
8017 read-only file (Bug#6762).
8018
8019 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8020
8021 * align.el (align-default-spacing): Doc fix.
8022 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8023
8024 2010-08-08 Stephen Peters <speters@itasoftware.com>
8025
8026 * calendar/icalendar.el
8027 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8028 (icalendar--get-weekday-numbers): New.
8029 (icalendar--convert-recurring-to-diary): Handle multiple byday
8030 values in weekly rules. (Bug#6766)
8031
8032 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
8033
8034 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8035 (icalendar--create-uid, icalendar-export-region)
8036 (icalendar--parse-summary-and-rest): Code formatting.
8037
8038 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8039
8040 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
8041 to italicize headers.
8042 (calc-highlight-selections-with-faces): New variable.
8043 (calc-selected-face, calc-nonselected-face): New faces.
8044
8045 * calc/calccomp.el (math-comp-highlight-string): Use
8046 `calc-highlight-selections-with-faces' to determine how to highlight
8047 sub-formulas.
8048
8049 * calc/calc-sel.el (calc-show-selections): Change message to when
8050 using faces to highlight selections.
8051
8052 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8053
8054 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8055 Add SQLite 3 keywords, functions and datatypes.
8056 (sql-interactive-mode): Remove `comint-process-echoes' set to t
8057 (Bug#6686).
8058
8059 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
8060
8061 * simple.el (select-active-regions): Move to keyboard.c.
8062 (deactivate-mark): Used saved-region-selection.
8063 (select-active-region): Function removed.
8064 (activate-mark, set-mark, push-mark-command)
8065 (handle-shift-selection): Don't call it.
8066 (keyboard-quit): Avoid adding the region to the window selection.
8067
8068 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8069 select-active-regions implementation.
8070 (mouse-yank-at-click): Doc fix.
8071
8072 * cus-start.el: Add custom declaration for select-active-regions.
8073
8074 2010-08-07 Eli Zaretskii <eliz@gnu.org>
8075
8076 * simple.el (delete-forward-char): Doc fix.
8077
8078 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8079 after reading the tutorial.
8080
8081 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8082
8083 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8084 Fix for the case that a C style comment has its delimiters alone on
8085 their respective lines.
8086
8087 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
8088
8089 * net/tramp.el (tramp-handle-start-file-process): Set connection
8090 property "vec".
8091 (tramp-process-sentinel): Use it for flushing the cache.
8092 We cannot do it via the process buffer, the buffer could be deleted
8093 already when running the sentinel.
8094
8095 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
8096
8097 * comint.el (comint-mode): Make directory tracking functions
8098 functional on remote files. (Bug#6764)
8099
8100 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8101
8102 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8103
8104 2010-08-05 Eli Zaretskii <eliz@gnu.org>
8105
8106 * emacs-lisp/find-gc.el (find-gc-source-files):
8107 Rename unexec.c => unexcoff.c.
8108
8109 * emacs-lisp/authors.el (authors-fixed-entries):
8110 Rename unexec.c => unexcoff.c.
8111
8112 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
8113
8114 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8115 cache, not only file cache.
8116 (tramp-process-sentinel): New defun.
8117 (tramp-handle-start-file-process): Use it, in order to invalidate
8118 file caches.
8119
8120 2010-08-03 Leo <sdl.web@gmail.com>
8121
8122 * server.el (server-start): Simplify loop.
8123
8124 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * frame.el (screen-height, screen-width, set-screen-width)
8127 (set-screen-height): Remove ancient compatibility aliases.
8128
8129 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8130 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8131
8132 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8133 that change current buffer.
8134
8135 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8136
8137 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8138 beginning of the string. Use `string-match-p'. (Bug#6765)
8139
8140 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8141
8142 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8143
8144 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
8145
8146 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
8147 (package--builtins): Tweak descriptions.
8148 (package-print-package): Upcase descriptions if necessary.
8149 Show all built-in packages in font-lock-builtin-face.
8150 (package-list-packages-internal): Omit "emacs" package.
8151 Show status of built-in packages as "built-in".
8152
8153 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
8154
8155 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8156 before killing to preserve the primary selection (Bug#6701).
8157
8158 * term/x-win.el (x-select-text): Doc fix.
8159
8160 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
8161
8162 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8163 (objc-font-lock-extra-types):
8164 * progmodes/cc-mode.el (c-basic-common-init):
8165 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8166 (c++-make-template-syntax-table)
8167 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8168 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8169 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8170 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
8171 * progmodes/cc-fonts.el (c-make-inverse-face)
8172 (c-basic-matchers-after):
8173 * progmodes/cc-engine.el (c-forward-keyword-clause)
8174 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8175 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8176 (c-guess-continued-construct, c-guess-basic-syntax):
8177 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8178 The above functions were modified or created.
8179
8180 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8181
8182 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
8183
8184 2010-07-31 Eli Zaretskii <eliz@gnu.org>
8185
8186 * files.el (bidi-paragraph-direction): Define safe local values.
8187
8188 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8189 language-info-alist. Remove outdated FIXME in a comment.
8190
8191 2010-07-31 Alan Mackenzie <acm@muc.de>
8192
8193 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8194 Auto-fill broken in C/C++ modes.
8195
8196 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8197
8198 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8199 (menu-bar-showhide-tool-bar-menu-customize-disable)
8200 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8201 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8202 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
8203 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8204 make a menu for Options => toolbar that can move it.
8205
8206 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
8207
8208 * emacs-lisp/package-x.el (package--make-rss-entry):
8209 (package-maint-add-news-item, package--update-news)
8210 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8211
8212 * emacs-lisp/package.el (package-archive-url): Rename from
8213 package-archive-id.
8214 (package-install): Doc fix.
8215 (package-download-single, package-download-tar, package-install)
8216 (package-menu-view-commentary): Callers changed.
8217
8218 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
8219
8220 * net/tramp.el (tramp-handle-start-file-process): Check only for
8221 `remote-tty' process property.
8222 (tramp-open-shell): Don't check for tty.
8223 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8224 process property.
8225
8226 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8227 host.
8228
8229 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
8230
8231 * emacs-lisp/package.el (package-load-list, package-archives)
8232 (package-archive-contents, package-user-dir)
8233 (package-directory-list, package--builtins, package-alist)
8234 (package-activated-list, package-obsolete-alist): Mark as risky.
8235
8236 2010-07-28 Phil Hagelberg <phil@evri.com>
8237
8238 Add support for non-default package repositories.
8239 * emacs-lisp/package.el (package-archive-base): Var deleted.
8240 (package-archives): New variable.
8241 (package-archive-contents): Doc fix.
8242 (package-load-descriptor): Do nothing if descriptor file is missing.
8243 (package--write-file-no-coding): New function.
8244 (package-unpack-single): Use it.
8245 (package-archive-id): New function.
8246 (package-download-single, package-download-tar)
8247 (package-menu-view-commentary): Use it.
8248 (package-installed-p): Make second argument optional.
8249 (package-read-all-archive-contents): New function.
8250 (package-initialize): Use it.
8251 (package-read-archive-contents): Add ARCHIVE argument.
8252 (package--add-to-archive-contents): New function.
8253 (package-install): Don't call package-read-archive-contents.
8254 (package--download-one-archive): Store archive file in a
8255 subdirectory of package-user-dir.
8256 (package-menu-execute): Remove spurious line movement.
8257
8258 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8259
8260 * cus-start.el (tool-bar-style): Add text-image-horiz.
8261
8262 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
8263
8264 * progmodes/gud.el (gud-common-init): Check for remoteness of
8265 `file', and not of `default-directory'.
8266
8267 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
8268
8269 * net/tramp.el (tramp-methods): Move hostname to the end in all
8270 ssh `tramp-login-args'.
8271 (tramp-verbose): Describe verbose level 9.
8272 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8273 (tramp-open-connection-setup-interactive-shell): Trace stty
8274 settings if `tramp-verbose' >= 9.
8275 (tramp-handle-start-file-process): Implement tty setting.
8276 (Bug#4604, Bug#6360)
8277
8278 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8279 `tramp-verbose' to 9.
8280
8281 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8282
8283 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8284 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8285 Remove references to package `lisp-re' (bug#4369).
8286
8287 2010-07-27 Tom Tromey <tromey@redhat.com>
8288
8289 * progmodes/js.el (js-mode):
8290 * progmodes/make-mode.el (makefile-mode):
8291 * progmodes/simula.el (simula-mode):
8292 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8293
8294 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
8295
8296 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8297
8298 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8299 (display-time-world-buffer-name, display-time-world-mode-map):
8300 Fix typos in docstrings.
8301
8302 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
8303
8304 * image-mode.el (image-display-size): New function.
8305 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8306 (image-mode-fit-frame): Use it (Bug#6639).
8307
8308 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
8309
8310 * dired.el (dired-buffers-for-dir): Handle list values of
8311 dired-directory (Bug#6636).
8312
8313 2010-07-26 Sam Steingold <sds@gnu.org>
8314
8315 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8316 Do not call `x-get-selection' the second time, reuse the value.
8317
8318 2010-07-26 Daiki Ueno <ueno@unixuser.org>
8319
8320 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
8321 which consist of control chars only. Suggested by Richard Stallman.
8322
8323 2010-07-25 Daiki Ueno <ueno@unixuser.org>
8324
8325 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8326 exists before passing an error to find-file-not-found-functions
8327 (bug#6723).
8328
8329 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
8330
8331 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8332 Remove leading nil element, adjust values.
8333 (tetris-shapes, tetris-shape-scores):
8334 Change representation of shapes and remove some redundancy.
8335 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8336 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8337 Adjust for working with new representation of shapes.
8338 (tetris-shape-rotations): New function.
8339 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8340 (tetris-rotate-prev, tetris-rotate-next):
8341 Adjust for working with the new version of tetris-test-shape.
8342
8343 2010-07-23 Markus Triska <markus.triska@gmx.at>
8344
8345 * progmodes/ps-mode.el: Use comint (bug#5954).
8346 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8347 (ps-mode-other-newline): Simplify.
8348 (ps-run-mode): Derive from comint-mode instead of
8349 fundamental-mode, yielding input history etc.
8350 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8351 (ps-run-send-string): Adapt for comint-mode.
8352 (ps-run-newline): Remove now unneeded function.
8353
8354 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8355
8356 * net/tramp.el (tramp-methods): Move hostname to the end in all
8357 plink `tramp-login-args'.
8358
8359 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8360
8361 * net/tramp.el (tramp-open-shell): New defun.
8362 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8363 Use it.
8364
8365 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8366
8367 * net/tramp.el (tramp-file-name-regexp-unified)
8368 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8369 not regard the volume letter as remote filename. (Bug#5447)
8370
8371 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
8372
8373 * custom.el (custom-declare-variable): Give a clearer error message
8374 when the docstring is missing (bug#6476).
8375
8376 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8377
8378 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8379 (sql-login-params): New widget definition.
8380 (sql-oracle-login-params, sql-mysql-login-params)
8381 (sql-solid-login-params, sql-sybase-login-params)
8382 (sql-informix-login-params, sql-ingres-login-params)
8383 (sql-ms-login-params, sql-postgres-login-params)
8384 (sql-interbase-login-params, sql-db2-login-params)
8385 (sql-linter-login-params): Use it.
8386 (sql-sqlite-login-params): Use it; Define "database" parameter as
8387 a file name.
8388 (sql-sqlite-program): Change to "sqlite3".
8389 (sql-comint-sqlite): Make sure database name is complete.
8390 (sql-for-each-login): New function.
8391 (sql-connect, sql-save-connection): Use it.
8392 (sql-get-login-ext): New function.
8393 (sql-get-login): Use it.
8394 (sql-make-alternate-buffer-name): Handle :file parameters.
8395
8396 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
8397
8398 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8399 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8400
8401 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8402
8403 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8404
8405 2010-07-22 Lawrence Mitchell <wence@gmx.li>
8406
8407 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8408
8409 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
8410
8411 * net/tramp.el (tramp-get-ls-command)
8412 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8413 instead of "/".
8414
8415 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8416
8417 * progmodes/sql.el: Version 2.3.
8418 (sql-connection-alist): Change keys from symbols to strings;
8419 enhanced the widget definition.
8420 (sql-mode-menu): Add submenu to select connections.
8421 (sql-interactive-mode-menu): Add "Save Connection" item.
8422 (sql-add-product): Fix menu item.
8423 (sql-get-product-feature): Improved error handling.
8424 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
8425 (sql-make-alternate-buffer-name): Simplified.
8426 (sql-product-interactive): Handle missing product.
8427 (sql-connect): Support string keys, minor improvements.
8428 (sql-save-connection): New function.
8429 (sql-connection-menu-filter): New function.
8430
8431 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
8432
8433 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
8434 (tramp-open-connection-setup-interactive-shell):
8435 Apply workaround for IRIX64 bug. Move argument of last
8436 `tramp-send-command' where it belongs to.
8437
8438 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
8439
8440 * net/tramp.el (tramp-perl-file-attributes)
8441 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8442 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8443 front of `login-args'.
8444
8445 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
8446
8447 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8448 Set `show-trailing-whitespace' to nil.
8449 (display-time-world-display): Simplify.
8450
8451 2010-07-18 Alan Mackenzie <acm@muc.de>
8452
8453 Enhance `c-file-style' in file/directory local variables.
8454 * progmodes/cc-mode.el (c-count-cfss): New function.
8455 (c-before-hack-hook): Call `c-set-style' differently according to
8456 whether c-file-style was set in file or directory local
8457 variables.
8458
8459 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8460
8461 * progmodes/sql.el: Version 2.2.
8462 (sql-product, sql-user, sql-database, sql-server, sql-port):
8463 Use defcustom :safe keyword rather than putting safe-local-variable
8464 property.
8465 (sql-password): Use defcustom :risky keyword rather than putting
8466 risky-local-variable property.
8467 (sql-oracle-login-params, sql-sqlite-login-params)
8468 (sql-solid-login-params, sql-sybase-login-params)
8469 (sql-informix-login-params, sql-ingres-login-params)
8470 (sql-ms-login-params, sql-postgres-login-params)
8471 (sql-interbase-login-params, sql-db2-login-params)
8472 (sql-linter-login-params): Add `port' option.
8473 (sql-get-product-feature): Add NO-INDIRECT parameter.
8474 (sql-comint-oracle, sql-comint-sybase)
8475 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8476 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8477 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
8478 (sql-comint-linter): Rename sql-connect-* functions to
8479 sql-comint-*.
8480 (sql-product-alist, sql-mode-menu): Rename as above and
8481 :sqli-connect-func to :sqli-comint-func.
8482 (sql-connection): New variable.
8483 (sql-interactive-mode): Set it.
8484 (sql-connection-alist): New variable.
8485 (sql-connect): New function.
8486 (sql--alt-buffer-part, sql--alt-if-not-empty)
8487 (sql-make-alternate-buffer-name): Improved alternative buffer name.
8488
8489 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8490
8491 * image-mode.el (image-bookmark-make-record): Do not set context
8492 in an image (Bug#6650).
8493
8494 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
8495
8496 * simple.el (select-active-region): New function.
8497 (push-mark-command, set-mark, activate-mark)
8498 (handle-shift-selection): Use it.
8499 (deactivate-mark): Don't check for size of region.
8500
8501 * mouse.el (mouse-drag-track): Use select-active-region.
8502
8503 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
8504
8505 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
8506 "--dired" stronger.
8507
8508 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
8509
8510 * term/x-win.el (x-select-enable-primary): Change default to nil.
8511 (x-select-enable-clipboard): Add :version keyword.
8512
8513 * mouse.el (mouse-drag-copy-region):
8514 * simple.el (select-active-regions): Likewise.
8515
8516 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
8517
8518 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
8519 (vc-coding-system-for-diff): Use it to decide whether to inherit
8520 from the file the EOL format for reading the diffs of that file.
8521 (Bug#4451)
8522
8523 2010-07-16 Eli Zaretskii <eliz@gnu.org>
8524
8525 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
8526 unibyte, so compressed attachments are not compressed again.
8527
8528 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
8529
8530 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
8531 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
8532 (tramp-find-shell): Simplify setting connection property.
8533 (tramp-get-ls-command): Make test for "--color=never" stronger.
8534
8535 2010-07-15 Simon South <ssouth@member.fsf.org>
8536
8537 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
8538 blocks within record declarations (i.e. variant parts) correctly.
8539
8540 2010-07-15 Simon South <ssouth@member.fsf.org>
8541
8542 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
8543 over literal tokens when parsing so newlines aren't "absorbed" by
8544 single-line comments. Corrects the indentation of case blocks
8545 that have a comment on the first line.
8546
8547 2010-07-14 Karl Fogel <kfogel@red-bean.com>
8548
8549 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
8550 by Drew Adams (Bug#5504).
8551
8552 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
8553
8554 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
8555 now that Unicode is used (Bug#6594).
8556
8557 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
8558
8559 * term/x-win.el (x-select-enable-clipboard): Default to t.
8560 (x-initialize-window-system): Don't overwrite Paste menu item.
8561
8562 * simple.el (select-active-regions): Default to t.
8563 (push-mark-command): Don't overwrite primary with empty string.
8564
8565 * mouse.el: Bind mouse-2 to mouse-yank-primary.
8566 (mouse-drag-copy-region): Default to nil.
8567
8568 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
8569 Cut/Copy/Paste menu bar items.
8570
8571 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8572
8573 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8574 Patch applied by Karl Fogel.
8575
8576 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
8577 and `bookmark-current-buffer' if they have been already set in
8578 another buffer (e.g gnus-art).
8579
8580 2010-07-13 Karl Fogel <kfogel@red-bean.com>
8581 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8582
8583 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
8584
8585 * bookmark.el (bookmark-make-record-default): Allow unneeded
8586 information to be omitted from the record.
8587
8588 Adjust declarations and calls:
8589
8590 * info.el (bookmark-make-record-default): Adjust declaration.
8591 (Info-bookmark-make-record): Adjust call.
8592
8593 * woman.el (bookmark-make-record-default): Adjust declaration.
8594 (woman-bookmark-make-record): Adjust call.
8595
8596 * man.el (bookmark-make-record-default): Adjust declaration.
8597 (Man-bookmark-make-record): Adjust call.
8598
8599 * image-mode.el (bookmark-make-record-default): Adjust declaration.
8600
8601 * doc-view.el (bookmark-make-record-default): Adjust declaration.
8602
8603 2010-07-13 Karl Fogel <kfogel@red-bean.com>
8604
8605 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
8606 This is also from Thierry Volpiatto's patch in bug #6444. However,
8607 because it was extraneous to the functional change in that patch,
8608 and causes a re-indendation, I am committing it separately.
8609
8610 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8611
8612 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
8613 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
8614 Patch applied by Karl Fogel (Bug#6444).
8615
8616 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
8617
8618 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
8619
8620 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
8621
8622 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
8623 Dempsky; bug#5084). Remove incorrect binding for S-tab.
8624 (ns-alternatives-map): Change S-tab binding to backtab
8625 (bug#6616).
8626
8627 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
8628 under ns.
8629
8630 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
8631
8632 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
8633 (Bug#5806)
8634
8635 * language/tv-util.el (tai-viet-re): Remove format.
8636
8637 2010-07-12 Kenichi Handa <handa@m17n.org>
8638
8639 * language/hebrew.el: Remove no-byte-compile declaration.
8640 Change coding: tag to utf-8. Register hebrew-shape-gstring in
8641 composition-function-table for 3-character looking back.
8642 (hebrew-font-get-precomposed): New function.
8643 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
8644
8645 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
8646
8647 * mouse.el (mouse-drag-track): Handle select-active-regions
8648 (Bug#6612).
8649
8650 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
8651
8652 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
8653 empty argument to gvfs-copy.
8654
8655 2010-07-10 Glenn Morris <rgm@gnu.org>
8656
8657 * calendar/calendar.el (calendar-week-end-day): New function.
8658 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
8659 Respect calendar-week-start-day. (Bug#6606)
8660 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8661 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
8662 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
8663 respect calendar-week-start-day.
8664
8665 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
8666
8667 * simple.el (use-region-p): Doc fix (Bug#6607).
8668
8669 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
8670
8671 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8672 Add regexps for cucumber and ruby.
8673
8674 2010-07-08 Daiki Ueno <ueno@unixuser.org>
8675
8676 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
8677 (epa-file-insert-file-contents): Hack to prevent
8678 find-file from opening empty buffer when decryption failed
8679 (bug#6568).
8680
8681 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
8682
8683 * textmodes/ispell.el (ispell-alternate-dictionary):
8684 Use file-readable-p.
8685 Return nil if no word-list is found at default locations.
8686 (ispell-complete-word-dict): Default to nil.
8687 (ispell-command-loop): Use 'word-list' when using lookup-words.
8688 (lookup-words): Use ispell-complete-word-dict or
8689 ispell-alternate-dictionary. Check for word-list availability
8690 and handle errors if needed with better messages (Bug#6539).
8691 (ispell-complete-word): Use ispell-complete-word-dict or
8692 ispell-alternate-dictionary.
8693
8694 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
8695
8696 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
8697 builtins (BufferError, BytesWarning, WindowsError; callables
8698 bin, bytearray, bytes, format, memoryview, next, print; __package__).
8699
8700 2010-07-07 Glenn Morris <rgm@gnu.org>
8701
8702 * play/zone.el (top-level): Do not require timer, tabify, or cl.
8703 (zone-shift-left): Ignore intangibility, and any errors from
8704 forward-char.
8705 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
8706 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
8707 deleting, and copying text properties.
8708 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
8709 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
8710 to point-max is hard.
8711 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
8712 (zone-fill-out-screen): Ignore intangibility.
8713
8714 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
8715
8716 * menu-bar.el (menu-bar-mode):
8717 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
8718 if it has been set.
8719
8720 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
8721 word/line selection (Bug#6565).
8722
8723 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
8724
8725 * net/dbus.el (dbus-send-signal): Declare function.
8726
8727 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
8728
8729 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
8730 (dbus-register-property): New optional argument EMITS-SIGNAL.
8731 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
8732
8733 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
8734
8735 * mouse.el (mouse-drag-overlay): Variable deleted.
8736 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
8737 (mouse--remap-link-click-p): New function.
8738 (mouse-drag-track): Handle dragging by using temporary Transient
8739 Mark mode, instead of a special overlay.
8740 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
8741 mouse-show-mark.
8742
8743 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
8744 deleted.
8745
8746 2010-07-02 Juri Linkov <juri@jurta.org>
8747
8748 * autoinsert.el (auto-insert-alist): Fix readability
8749 by using dotted pair notation for lambda.
8750
8751 2010-07-02 Juri Linkov <juri@jurta.org>
8752
8753 * faces.el (read-face-name): Rename arg `string-describing-default'
8754 to `default'. Doc fix. Display the default value in quotes
8755 in the prompt. With empty input, return the `default' arg,
8756 unless the default value is a string (in which case return nil).
8757 (describe-face): Replace the string `default' arg of `read-face-name'
8758 with the symbol `default'.
8759
8760 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
8761
8762 * emulation/viper-cmd.el (viper-delete-backward-char)
8763 (viper-del-backward-char-in-insert)
8764 (viper-del-backward-char-in-replace, viper-change)
8765 (viper-backward-indent): Replace delete-backward-char with
8766 delete-char (Bug#6552).
8767
8768 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
8769
8770 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
8771
8772 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
8773
8774 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
8775 argument passed to frame-creation-function (Bug#5378).
8776
8777 * faces.el (x-handle-named-frame-geometry)
8778 (x-handle-reverse-video, x-create-frame-with-faces)
8779 (face-set-after-frame-default, tty-create-frame-with-faces):
8780 Don't separately consult default-frame-alist. It is now passed as the
8781 PARAMETER argument.
8782
8783 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
8784
8785 * startup.el (command-line): Don't call tool-bar-setup in a
8786 tty-only build.
8787
8788 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
8789
8790 * ruler-mode.el (ruler--save-header-line-format): New fun.
8791 (ruler-mode): Use it as a setter function, so as not to overwrite
8792 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
8793
8794 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
8795
8796 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
8797 (vc-root-diff, vc-print-root-log, vc-log-incoming)
8798 (vc-log-outgoing): Use it.
8799 (vc-diff-internal): Set diff-vc-backend.
8800
8801 * vc/diff-mode.el (diff-vc-backend): New var.
8802
8803 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
8804
8805 * dynamic-setting.el (font-setting-change-default-font):
8806 Remove call to message.
8807
8808 2010-06-28 Kenichi Handa <handa@m17n.org>
8809
8810 * international/quail.el (quail-insert-kbd-layout): Fix the
8811 showing of untranslated characters.
8812
8813 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
8814
8815 * simple.el (delete-active-region): New option.
8816 (delete-backward-char): Implement in Lisp.
8817 (delete-forward-char): New command.
8818
8819 * mouse.el (mouse-region-delete-keys): Deleted.
8820 (mouse-show-mark): Simplify.
8821
8822 * bindings.el (global-map): Bind delete and DEL, the former to
8823 delete-forward-char.
8824
8825 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
8826
8827 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
8828 (ruby-mode): Bind indent-line-function (Bug#5119).
8829
8830 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
8831
8832 * startup.el (command-line): Recognize "0" X resource value.
8833
8834 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
8835
8836 * startup.el (command-line): Use X resources to set the value of
8837 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
8838
8839 * menu-bar.el (menu-bar-mode):
8840 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
8841 Set init-value to t.
8842
8843 * frame.el (frame-notice-user-settings): Don't change
8844 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
8845 vice versa (Bug#2249).
8846
8847 2010-06-26 Eli Zaretskii <eliz@gnu.org>
8848
8849 * w32-fns.el (w32-convert-standard-filename): Doc fix.
8850
8851 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8852
8853 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
8854 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
8855
8856 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
8857 default directories are expanded (Bug#6143).
8858
8859 2010-06-24 Juri Linkov <juri@jurta.org>
8860
8861 * minibuffer.el (completions-format): Change default from nil to
8862 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
8863
8864 2010-06-24 Juri Linkov <juri@jurta.org>
8865
8866 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
8867 buffer-locally to lambda that re-runs the vc diff command.
8868 (Bug#6447)
8869
8870 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
8871
8872 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
8873 echo area is in use (Bug#3412).
8874
8875 2010-06-22 Glenn Morris <rgm@gnu.org>
8876
8877 * textmodes/texinfmt.el (texinfo-format-region)
8878 (texinfo-raise-lower-sections, texinfo-format-separate-node)
8879 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
8880 (texinfo-format-option, texinfo-noindent):
8881 Use line-beginning-position and line-end-position.
8882
8883 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
8884 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
8885 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
8886 utf-8 characters.
8887
8888 2010-06-21 Karl Fogel <kfogel@red-bean.com>
8889
8890 * play/zone.el (zone-fall-through-ws): Fix next-line ->
8891 forward-line fallout.
8892
8893 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
8894
8895 * mouse.el (mouse-appearance-menu): Add docstring.
8896
8897 * help.el (describe-key): Print up-event using key-description.
8898
8899 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
8900
8901 * net/zeroconf.el (zeroconf-resolve-service)
8902 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
8903 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
8904
8905 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
8906
8907 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
8908
8909 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
8910
8911 Avoid displaying files with a nil state in vc-dir.
8912 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
8913 cases that cause insertion.
8914 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
8915 with a nil state.
8916
8917 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
8918
8919 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
8920
8921 2010-06-29 Leo <sdl.web@gmail.com>
8922
8923 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
8924
8925 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
8926
8927 * generic-x.el (bat-generic-mode): Fix regexp for command line
8928 switches (Bug#5719).
8929
8930 2010-06-27 Masatake YAMATO <yamato@redhat.com>
8931
8932 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
8933 of nconc to avoid pure storage error (Bug#6239).
8934
8935 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
8936
8937 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
8938 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
8939 bindings of bookmark-automatically-show-annotations (Bug#6515).
8940
8941 2010-06-25 Eli Zaretskii <eliz@gnu.org>
8942
8943 * arc-mode.el (archive-zip-extract): Don't quote the file name on
8944 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
8945
8946 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
8947
8948 * comint.el (make-comint, make-comint-in-buffer): Mention return
8949 value in the docstrings. (Bug#6498)
8950
8951 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
8952
8953 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
8954 since it is not present when using some non-default switches.
8955
8956 2010-06-23 Karl Fogel <kfogel@red-bean.com>
8957
8958 * simple.el (compose-mail): Fix doc string to refer to
8959 `compose-mail-user-agent-warnings', instead of to the
8960 nonexistent `compose-mail-check-user-agent'.
8961
8962 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
8963
8964 Fix an indentation bug:
8965
8966 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
8967 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
8968 of existing values.
8969
8970 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
8971 (c-clear->-pair-props-if-match-before): now return t when they've
8972 cleared properties, nil otherwise.
8973 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
8974 by taking account of the existing value.
8975
8976 * progmodes/cc-defs.el
8977 (c-clear-char-property-with-value-function): Fix this to clear the
8978 property rather than overwriting it with nil.
8979
8980 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
8981
8982 * emacs-lisp/package.el (package-print-package): Add link to
8983 package description via describe-package.
8984 (describe-package-1): List package requirements. Add button to
8985 perform installation.
8986 (package-menu-describe-package): New command.
8987
8988 * help-mode.el (help-package): New button type.
8989
8990 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
8991
8992 * emacs-lisp/package.el: Move package-list-packages binding to
8993 menu-bar.el.
8994 (describe-package, describe-package-1, package--dir): New funs.
8995 (package-activate-1): Use package--dir.
8996
8997 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
8998
8999 * help-mode.el (help-package-def): New button type.
9000
9001 * menu-bar.el: Move package-list-packages binding here from
9002 package.el.
9003
9004 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9005
9006 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9007
9008 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9009
9010 * emacs-lisp/edebug.el (edebug-read-list):
9011 Phase out old-style backquotes.
9012
9013 2010-06-17 Juri Linkov <juri@jurta.org>
9014
9015 * help-mode.el (help-mode): Set buffer-local variable
9016 revert-buffer-function to help-mode-revert-buffer.
9017 (help-mode-revert-buffer): New function.
9018
9019 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9020 before popping to "*info*" (like in other Info functions).
9021 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9022 old-history-forward. Pop to old-buffer-name or "*info*" to
9023 recreate the killed buffer. Set Info-history-forward from
9024 old-history-forward.
9025 (Info-breadcrumbs-depth): Add :group and :version.
9026
9027 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9028
9029 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9030
9031 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9032
9033 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9034 for languages like Portuguese with pt_{BR,PT} and no plain pt.
9035
9036 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
9037
9038 * emacs-lisp/package.el (package-menu-mode-map):
9039 Move initialization into declaration.
9040
9041 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9042
9043 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
9044
9045 * emacs-lisp/package.el (package-archive-base): Point to
9046 elpa.gnu.org.
9047 (package-enable, package-load-list): New defcustoms.
9048 (package-user-dir, package-directory-list): Turn into defcustoms.
9049 Don't include package-user-dir in package-directory-list.
9050 (package--builtins-base): Don't include Emacs as a "package".
9051 (package-subdirectory-regexp): New var.
9052 (package-load-all-descriptors, package-compute-transaction)
9053 (package-download-transaction): Obey package-load-list.
9054 (package-activate-1): Rename from package-do-activate.
9055 (package-list-packages-internal): Check package-load-list.
9056 (package-load-descriptor, package-generate-autoloads)
9057 (package-unpack, package-unpack-single)
9058 (package--read-archive-file, package-delete):
9059 Use expand-file-name.
9060
9061 * emacs-lisp/package-x.el: New file. Package uploading
9062 functionality split out from package.el.
9063
9064 * startup.el (command-line): Load packages after reading init file.
9065
9066 2010-06-17 Tom Tromey <tromey@redhat.com>
9067
9068 * emacs-lisp/package.el: New file.
9069
9070 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9071
9072 Fix vc-annotate for renamed files when using Git.
9073 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
9074 ls-files. Doe not pass the object as a file name to cat-file, it
9075 is not a file name.
9076 (vc-git-annotate-command): Pass the file name using -- to avoid
9077 ambiguity with the revision.
9078 (vc-git-previous-revision): Pass a relative file name.
9079
9080 2010-06-22 Glenn Morris <rgm@gnu.org>
9081
9082 * progmodes/js.el (js-mode-map): Use standard capitalization and
9083 ellipses for menu entries.
9084
9085 * wid-edit.el (widget-complete): Doc fix.
9086
9087 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9088
9089 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9090
9091 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9092
9093 Fix annotating other revisions for renamed files in vc-annotate.
9094 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
9095 VC backend. Use it when non-nil.
9096 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
9097 (Bug#6487).
9098
9099 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
9100 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9101 Do not pass the file name to the 'previous-revision call when we
9102 don't want a file diff. (Bug#6489)
9103
9104 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9105
9106 Fix finding revisions for renamed files in vc-annotate.
9107 * vc/vc.el (vc-find-revision): Add an optional argument for
9108 the VC backend. Use it when non-nil.
9109 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
9110 backend to vc-find-revision. (Bug#6487)
9111
9112 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9113
9114 Fix reading file names in Git annotate buffers.
9115 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9116 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
9117
9118 2010-06-20 Alan Mackenzie <acm@muc.de>
9119
9120 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9121 in file local variables, set it first.
9122
9123 2010-06-19 Glenn Morris <rgm@gnu.org>
9124
9125 * descr-text.el (describe-char-unicode-data): Insert separating
9126 space when needed. (Bug#6422)
9127
9128 * progmodes/idlwave.el (idlwave-action-and-binding):
9129 Fix typo in 2009-12-03 change. (Bug#6450)
9130
9131 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9134 handling for `lambda' (misunderstanding).
9135
9136 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9137
9138 * calc/calc-poly.el (math-accum-factors): Make sure that
9139 constants aren't distributed after they are factored out.
9140
9141 2010-06-16 Juri Linkov <juri@jurta.org>
9142
9143 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9144 `list-colors-print'. (Bug#6332)
9145
9146 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9147
9148 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9149
9150 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9151 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9152
9153 * font-lock.el (font-lock-major-mode): Rename from
9154 font-lock-mode-major-mode to distinguish it from
9155 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9156 (font-lock-set-defaults):
9157 * font-core.el (font-lock-default-function): Adjust users.
9158 (font-lock-mode): Don't set it at all.
9159
9160 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
9163
9164 2010-06-16 Glenn Morris <rgm@gnu.org>
9165
9166 * calendar/appt.el (appt-time-msg-list): Doc fix.
9167 (appt-check): Let-bind appt-warn-time.
9168 (appt-add): Make the 3rd argument optional.
9169 Simplify argument names. Doc fix. Check for integer WARNTIME.
9170 Only add WARNTIME to the output list if non-nil.
9171
9172 2010-06-16 Ivan Kanis <apple@kanis.eu>
9173
9174 * calendar/appt.el (appt-check): Let the 3rd element of
9175 appt-time-msg-list specify the warning time.
9176 (appt-add): Add new argument with the warning time. (Bug#5176)
9177
9178 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9179
9180 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
9181 older than version 1.6. (Bug#6361)
9182
9183 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
9184
9185 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9186 used by cl-do-arglist. (Bug#6408)
9187
9188 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9189
9190 * textmodes/ispell.el (ispell-dictionary-base-alist):
9191 Fix portuguese casechars/not-casechars for missing 'çÇ'.
9192 Suggested by Rolando Pereira (bug#6434).
9193
9194 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
9195
9196 * facemenu.el (list-colors-sort): Doc fix.
9197
9198 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9199
9200 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9201
9202 2010-06-14 Juri Linkov <juri@jurta.org>
9203
9204 Add sort option `list-colors-sort'. (Bug#6332)
9205 * facemenu.el (color-rgb-to-hsv): New function.
9206 (list-colors-sort): New defcustom.
9207 (list-colors-sort-key): New function.
9208 (list-colors-display): Doc fix. Sort list according to the option
9209 `list-colors-sort'.
9210 (list-colors-print): Add HSV values to `help-echo' property of
9211 RGB strings.
9212
9213 2010-06-14 Juri Linkov <juri@jurta.org>
9214
9215 * compare-w.el: Move to the "vc" subdirectory.
9216
9217 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 * image-mode.el (image-mode-map): Remap left-char and right-char.
9220
9221 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9222
9223 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
9224
9225 * term/common-win.el (x-colors): Add all the color names defined
9226 in rgb.txt (Bug#6332).
9227
9228 * facemenu.el (list-colors-print): Don't print extra names if it
9229 will overflow the window width.
9230
9231 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
9232 change (Bug#6343).
9233
9234 2010-06-12 Eli Zaretskii <eliz@gnu.org>
9235
9236 * files.el (make-directory): Doc fix (bug#6396).
9237
9238 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
9239
9240 * net/tramp.el (tramp-remote-process-environment): Protect version
9241 string by apostroph.
9242 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9243 XEmacs.
9244 (tramp-file-name-for-operation): Add `call-process-region'.
9245 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9246
9247 * net/tramp-compat.el (top): Do not autoload
9248 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9249 only when `start-file-process' is not bound.
9250 (tramp-advice-file-expand-wildcards): Do not use
9251 `tramp-handle-file-remote-p'.
9252 (tramp-compat-make-temp-file): Handle the case, that
9253 `make-temp-file' has no third argument EXTENSION.
9254
9255 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
9256
9257 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9258
9259 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9260
9261 2010-06-11 Juri Linkov <juri@jurta.org>
9262
9263 * finder.el (finder-known-keywords): Add keyword "vc"
9264 for version control.
9265
9266 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9267 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9268 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9269 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9270
9271 2010-06-11 Juri Linkov <juri@jurta.org>
9272
9273 Move version control related files to the "vc" subdirectory.
9274 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9275 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9276 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9277 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9278 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9279 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9280 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9281 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9282 Move files to the "vc" subdirectory.
9283
9284 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
9285
9286 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9287 (Bug#6367).
9288
9289 2010-06-11 Stephen Eglen <stephen@gnu.org>
9290
9291 * shell.el: Bind `shell-resync-dirs' to M-RET.
9292
9293 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
9294
9295 * notifications.el: Move file from lisp/net, because it is
9296 supposed to talk locally to the user.
9297
9298 2010-06-10 Julien Danjou <julien@danjou.info>
9299
9300 * net/notifications.el (notifications-on-action-signal)
9301 (notifications-on-closed-signal): Pass notification id as first
9302 argument to the callback functions. Add docstrings.
9303 (notifications-notify): Fix docstring.
9304
9305 2010-06-10 Glenn Morris <rgm@gnu.org>
9306
9307 * emacs-lisp/authors.el (authors-ignored-files)
9308 (authors-valid-file-names): Add some files.
9309
9310 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9311
9312 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9313 merge conflict, giving preference to the emacs-23 version of the code.
9314
9315 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9316
9317 * emacs-lisp/advice.el (ad-compile-function):
9318 Define warning-suppress-types before we let-bind it (bug#6275).
9319
9320 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9321 declare it, make it buffer-local and permanent-local (bug#6324).
9322 (vc-resynch-window): Adjust name.
9323 * vc-hooks.el (vc-find-file-hook): Adjust name.
9324
9325 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
9326
9327 * net/notifications.el (notifications-notify): Fix docstring.
9328
9329 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
9330
9331 Update to Unicode 6.0.0 beta.
9332 * international/charprop.el: Update copyright.
9333 * international/mule-cmds.el (ucs-names): Update character ranges.
9334 * international/uni-bidi.el:
9335 * international/uni-category.el:
9336 * international/uni-combining.el:
9337 * international/uni-comment.el:
9338 * international/uni-decimal.el:
9339 * international/uni-decomposition.el:
9340 * international/uni-digit.el:
9341 * international/uni-lowercase.el:
9342 * international/uni-mirrored.el:
9343 * international/uni-name.el:
9344 * international/uni-numeric.el:
9345 * international/uni-old-name.el:
9346 * international/uni-titlecase.el:
9347 * international/uni-uppercase.el: Regenerate.
9348
9349 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
9350
9351 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9352 (smie-precs-precedence-table): Fix typo in docstring.
9353
9354 * vc-mtn.el (log-edit-extract-headers): Declare function.
9355
9356 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9357
9358 * net/notifications.el (dbus-register-signal): Declare function.
9359 (notifications-notify): Fix typos and reflow docstring.
9360
9361 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9362
9363 Improve VC create/retrieve tag/branch.
9364 * vc.el (vc-create-tag): Do not read the directory name for VCs
9365 with repository revision granularity. Adjust the tag/branch
9366 prompt. Reset VC properties.
9367 (vc-retrieve-tag): Do not read the directory name for VCs
9368 with repository revision granularity. Reset VC properties.
9369
9370 2010-06-09 Julien Danjou <julien@danjou.info>
9371
9372 * net/notifications.el: New file.
9373
9374 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9375
9376 Add optional support for resetting VC properties.
9377 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9378 call vc-file-clearprops when true.
9379 (vc-resynch-buffer): Add new optional argument, pass it down.
9380 (vc-resynch-buffers-in-directory): Likewise.
9381
9382 Improve support for special markup in the VC commit message.
9383 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9384 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9385 * vc-git.el (vc-git-checkin):
9386 * vc-bzr.el (vc-bzr-checkin): Likewise.
9387
9388 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9389
9390 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9391 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9392
9393 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9394
9395 * iimage.el: Remove images as soon as the underlying text is modified.
9396 (iimage-modification-hook): New function.
9397 (iimage-mode-buffer): Use it.
9398
9399 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9400
9401 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9402 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9403 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9404 (smie-indent-keyword): Add handling of open-paren keywords.
9405 (smie-indent-comment-continue): Don't assume comment-continue.
9406
9407 2010-06-07 Martin Rudalics <rudalics@gmx.at>
9408
9409 * window.el (pop-to-buffer): Remove the conditional that
9410 compares new-window and old-window, so it will reselect
9411 the selected window unconditionally.
9412 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9413
9414 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9415
9416 * emacs-lisp/smie.el (smie-indent-offset-after)
9417 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9418 (smie-indent-after-keyword): Use them.
9419 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9420 (smie-indent-keyword): Tweak the black magic.
9421 (smie-indent-comment-continue): Strip comment-continue before use.
9422 (smie-indent-functions): Indent comments before keywords.
9423
9424 2010-06-06 Juri Linkov <juri@jurta.org>
9425
9426 * isearch.el (isearch-lazy-highlight-search): Fix looping
9427 by checking for empty match. This syncs this loop with the
9428 similar loop in `isearch-search'. (Bug#6362)
9429
9430 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
9431
9432 * net/dbus.el (dbus-register-method): Declare function.
9433 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9434 (dbus-introspect): Doc fix.
9435 (dbus-event-bus-name, dbus-introspect-get-interface)
9436 (dbus-introspect-get-argument): Reflow docstrings.
9437
9438 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9439
9440 vc-log-incoming/vc-log-outgoing fixes for Git.
9441 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9442 incoming/outgoing logs.
9443 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9444 instead of vc-git-compute-remote.
9445 (vc-git-compute-remote): Remove.
9446
9447 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
9448
9449 * term/common-win.el (x-colors): Add "dark green" and "dark
9450 turquoise" (Bug#6332).
9451
9452 2010-06-04 Juri Linkov <juri@jurta.org>
9453
9454 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9455 Instead of setting `replace' to t and replacing the same string
9456 with itself, don't do certain actions when
9457 kill-do-not-save-duplicates is non-nil and string is equal to car
9458 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9459 interprogram-paste strings to kill-ring, and don't push the input
9460 argument `string' to kill-ring.
9461 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9462
9463 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
9464
9465 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9466
9467 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
9468
9469 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9470 (tramp-gvfs-handler-mounted-unmounted)
9471 (tramp-gvfs-connection-mounted-p): Handle default-location.
9472
9473 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9474 move files to trash.
9475
9476 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
9477
9478 * international/mule-cmds.el (nonascii-insert-offset)
9479 (nonascii-translation-table): Add obsolescence information.
9480
9481 * international/mule.el (make-translation-table-from-vector): Doc fix.
9482
9483 2010-06-03 Glenn Morris <rgm@gnu.org>
9484
9485 * desktop.el (desktop-clear-preserve-buffers):
9486 Add "*Warnings*" buffer. (Bug#6336)
9487
9488 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9489
9490 vc-log-incoming/vc-log-outgoing improvements for Git.
9491 * vc-git.el (vc-git-log-outgoing): Use the same format as the
9492 short log.
9493 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
9494
9495 Add bindings for vc-log-incoming and vc-log-outgoing.
9496 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
9497 and vc-log-outgoing.
9498 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
9499 and vc-log-outgoing.
9500
9501 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
9502
9503 * net/rcirc.el (rcirc-sort-nicknames): Remove.
9504 (rcirc-handler-366): Always sort nicknames.
9505
9506 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
9507
9508 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
9509
9510 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
9511
9512 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
9513
9514 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * net/rcirc.el (rcirc-sort-nicknames): Change default.
9517 (rcirc-sort-nicknames-join): Avoid setq.
9518
9519 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9520
9521 * net/rcirc.el (rcirc-sort-nicknames): New custom.
9522 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
9523 (rcirc-handler-366): Use them.
9524
9525 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9526
9527 Split smie-indent-calculate into more manageable chunks.
9528 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
9529 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
9530 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
9531 (smie-indent-exps): Extract from smie-indent-calculate.
9532 (smie-indent-functions): New var.
9533 (smie-indent-functions): Use them.
9534
9535 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9536
9537 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
9538 (smie-indent-calculate): Simplify and cleanup.
9539
9540 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
9541
9542 * net/tramp-gvfs.el (top): Require url-util.
9543 (tramp-gvfs-mount-point): Remove.
9544 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
9545 New defuns.
9546 (with-tramp-dbus-call-method): Format trace message.
9547 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
9548 Implement backup call, when operation on local files fails.
9549 Use progress reporter. Flush properties of changed files.
9550 (tramp-gvfs-handle-make-directory): Make more traces.
9551 (tramp-gvfs-url-file-name): Hexify file name in url.
9552 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
9553 into account for the resulting file name.
9554 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
9555 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
9556 (tramp-gvfs-handler-mounted-unmounted)
9557 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
9558 attribute "default_location". Set "prefix" property.
9559 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
9560 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
9561 exists. Raise an error, if not (due to a corresponding answer
9562 "no" in interactive questions, for example).
9563
9564 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9565
9566 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
9567
9568 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
9569
9570 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
9571 right-*. (Bug#6265)
9572
9573 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9574
9575 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
9576 * vc-git.el (vc-git-compute-remote): New function.
9577 (vc-git-log-outgoing): Use it instead of hard coding a value.
9578 (vc-git-log-incoming): New function.
9579
9580 Improve state updating for VC tag commands.
9581 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
9582 to update the state of all buffers in the directory.
9583
9584 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
9585
9586 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
9589 `file-directory-p' to the filename part rather than to the whole text.
9590
9591 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9592
9593 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
9594
9595 2010-05-31 Drew Adams <drew.adams@oracle.com>
9596
9597 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
9598
9599 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
9600
9601 * subr.el (momentary-string-display): Just use read-event to read
9602 the exit event (Bug#6238).
9603
9604 2010-05-30 Eli Zaretskii <eliz@gnu.org>
9605
9606 * international/mule.el (define-coding-system): Doc fix (bug#6313).
9607
9608 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
9609
9610 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
9611 Suggested by Eli Zaretskii <eliz@gnu.org>.
9612
9613 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9614
9615 * minibuffer.el (completion-file-name-table): Don't return a boundary
9616 past the end of `string' (bug#6299).
9617 (completion--file-name-table): Delegate to completion-file-name-table
9618 for the `boundaries' case.
9619
9620 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
9621
9622 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
9623 movement commands.
9624
9625 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
9626 `path-separator', but maintain compatibility with Emacs 20.2.
9627
9628 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
9629
9630 * server.el (server-process-filter): Receive parent-id argument
9631 from emacsclient.
9632 (server-create-window-system-frame): New arg. Pass parent-id as
9633 frame parameter.
9634
9635 2010-05-29 Eli Zaretskii <eliz@gnu.org>
9636
9637 Bidi-sensitive word movement with arrow keys.
9638 * subr.el (right-arrow-command, left-arrow-command): Move to
9639 bindings.el.
9640
9641 * bindings.el (right-char, left-char): Move from subr.el and
9642 rename from right-arrow-command and left-arrow-command.
9643 (right-word, left-word): New functions.
9644 (global-map) <right>: Bind to right-char.
9645 (global-map) <left>: Bind to left-char.
9646 (global-map) <C-right>: Bind to right-word.
9647 (global-map) <C-left>: Bind to left-word.
9648
9649 * ls-lisp.el (ls-lisp-classify-file): New function.
9650 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
9651 (ls-lisp-classify): Call ls-lisp-classify-file.
9652 (insert-directory): Remove blanks from switches.
9653
9654 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
9655
9656 * ansi-color.el: Delete unused escape sequences (Bug#6085).
9657 (ansi-color-drop-regexp): New constant.
9658 (ansi-color-apply, ansi-color-filter-region)
9659 (ansi-color-apply-on-region): Delete unrecognized control sequences.
9660 (ansi-color-apply): Build string list before calling concat.
9661
9662 2010-05-28 Juri Linkov <juri@jurta.org>
9663
9664 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9665 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
9666 (Bug#5270)
9667
9668 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
9669
9670 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
9671 to ignored backtrace functions.
9672 (with-progress-reporter): Expand docstring.
9673 (tramp-handle-delete-file): Implement TRASH argument.
9674 (tramp-get-remote-trash): New defun.
9675
9676 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
9677
9678 * net/tramp-compat.el (tramp-compat-delete-file):
9679 Use `symbol-value' for backward compatibility.
9680
9681 * net/tramp.el (tramp-handle-make-symbolic-link)
9682 (tramp-handle-load)
9683 (tramp-do-copy-or-rename-file-via-buffer)
9684 (tramp-do-copy-or-rename-file-directly)
9685 (tramp-do-copy-or-rename-file-out-of-band)
9686 (tramp-handle-process-file, tramp-handle-call-process-region)
9687 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9688 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9689 (tramp-delete-temp-file-function): Use `delete-file' instead
9690 of `tramp-compat-delete-file'.
9691
9692 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9693 (tramp-fish-handle-make-symbolic-link)
9694 (tramp-fish-handle-process-file): Use `delete-file' instead
9695 of `tramp-compat-delete-file'.
9696
9697 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9698 Use `delete-file' instead of `tramp-compat-delete-file'.
9699
9700 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
9701 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
9702 `tramp-compat-delete-file'.
9703
9704 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
9705 Use `delete-file' instead of `tramp-compat-delete-file'.
9706
9707 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9708 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9709 (tramp-smb-handle-write-region): Use `delete-file' instead of
9710 `tramp-compat-delete-file'.
9711 (tramp-smb-handle-delete-directory): Use 'trash as arg.
9712
9713 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9714
9715 * dired.el (dired-delete-file): New arg TRASH.
9716 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
9717 (dired-do-flagged-delete, dired-do-delete): Use trash.
9718
9719 * speedbar.el (speedbar-item-delete): Allow trashing.
9720
9721 * files.el (delete-directory): New arg TRASH.
9722
9723 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
9724 (ange-ftp-rename-remote-to-remote)
9725 (ange-ftp-rename-local-to-remote)
9726 (ange-ftp-rename-remote-to-local, ange-ftp-load)
9727 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
9728 `delete-file'.
9729 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
9730 allow trashing.
9731
9732 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
9733 handle new TRASH arg of `delete-file'.
9734
9735 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
9736 (tramp-handle-make-symbolic-link, tramp-handle-load)
9737 (tramp-do-copy-or-rename-file-via-buffer)
9738 (tramp-do-copy-or-rename-file-directly)
9739 (tramp-do-copy-or-rename-file-out-of-band)
9740 (tramp-handle-process-file, tramp-handle-call-process-region)
9741 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9742 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9743 (tramp-delete-temp-file-function): Use null TRASH arg in
9744 tramp-compat-delete-file call.
9745
9746 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9747 (tramp-fish-handle-delete-file)
9748 (tramp-fish-handle-make-symbolic-link)
9749 (tramp-fish-handle-process-file): Use null TRASH arg in
9750 `tramp-compat-delete-file' call.
9751
9752 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
9753 arg in `tramp-compat-delete-file' call.
9754
9755 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
9756 (tramp-gvfs-handle-write-region): Use null TRASH arg in
9757 `tramp-compat-delete-file' call.
9758
9759 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
9760 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
9761 `tramp-compat-delete-file' call.
9762
9763 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9764 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9765 (tramp-smb-handle-write-region): Use null TRASH arg in
9766 tramp-compat-delete-file call.
9767 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
9768 (tramp-smb-handle-delete-file): Rename arg.
9769
9770 * diff.el (diff-sentinel):
9771 * epg.el (epg--make-temp-file, epg-decrypt-string)
9772 (epg-verify-string, epg-sign-string, epg-encrypt-string):
9773 * jka-compr.el (jka-compr-partial-uncompress)
9774 (jka-compr-call-process, jka-compr-write-region):
9775 * server.el (server-sentinel): Remove optional arg from
9776 delete-file, reverting 2010-05-03 change.
9777
9778 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9779
9780 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9781 Use font-lock-constant-face, not obsolete font-lock-reference-face.
9782
9783 2010-05-27 Kenichi Handa <handa@m17n.org>
9784
9785 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
9786 element of GSTRING is nil.
9787
9788 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9789
9790 * emacs-lisp/smie.el (smie-forward-token-function)
9791 (smie-backward-token-function): New vars.
9792 (smie-backward-sexp, smie-forward-sexp)
9793 (smie-indent-hanging-p, smie-indent-calculate): Use them.
9794 (smie-default-backward-token): Rename from smie-backward-token and
9795 skip comments.
9796 (smie-default-forward-token): Rename from smie-forward-token and
9797 skip comments.
9798 (smie-next-sexp): Handle nil results from next-token.
9799 (smie-indent-calculate): Add a new case for special `fixindent' comments.
9800
9801 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9802
9803 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9804 Use font-lock-constant-face, not obsolete font-lock-reference-face.
9805
9806 2010-05-27 Masatake YAMATO <yamato@redhat.com>
9807
9808 * htmlfontify.el (hfy-face-resolve-face): New function.
9809 (hfy-face-to-style): Use it (Bug#6279).
9810
9811 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9812
9813 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
9814 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
9815
9816 2010-05-26 Glenn Morris <rgm@gnu.org>
9817
9818 * emulation/edt.el (edt-load-keys): Use locate-library.
9819
9820 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
9821
9822 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
9823 (log-edit-changelog-entries): Doc fix.
9824 (log-edit-changelog-insert-entries): Args changed.
9825 Rename relative filenames in ChangeLog entries. Delete tabs.
9826 (log-edit-insert-changelog-entries): Reorganize return value of
9827 `log-edit-changelog-entries' to pass filenames to
9828 log-edit-changelog-insert-entries.
9829
9830 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9831
9832 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
9833 `image-dired-dired-insert-marked-thumbs' to
9834 `image-dired-dired-toggle-marked-thumbs'.
9835
9836 * image-dired.el: Require cl when compiling.
9837 (image-dired-dired-toggle-marked-thumbs): Rename from
9838 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
9839 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
9840 to 'no-dir. Skip files whose names don't match
9841 `image-file-name-regexp'. When file has a thumbnail overlay,
9842 delete it. (Bug#5270)
9843
9844 2010-05-25 Juri Linkov <juri@jurta.org>
9845
9846 * image-mode.el (image-mode): Add image-after-revert-hook to
9847 after-revert-hook.
9848 (image-after-revert-hook): New function. (Bug#5669)
9849
9850 2010-05-25 Juri Linkov <juri@jurta.org>
9851
9852 * image.el (image-animated-p): When delay between animated images
9853 is 0, set it to 10 (0.1 sec). (Bug#6258)
9854
9855 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
9856
9857 * net/tramp.el (tramp-handle-insert-directory): Don't use
9858 `forward-word', its default syntax could be changed.
9859
9860 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
9861
9862 * net/tramp.el (tramp-progress-reporter-update): New defun.
9863 (with-progress-reporter): Use it.
9864 (tramp-process-actions):
9865 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
9866 Preserve current message, in order to let progress reporter continue
9867 afterwards. (Bug#6257)
9868
9869 2010-05-25 Glenn Morris <rgm@gnu.org>
9870
9871 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
9872 Add :version.
9873
9874 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
9875
9876 * net/rcirc.el (rcirc-default-user-name): Change to "user".
9877 (rcirc-default-full-name): Change to "unknown".
9878 (rcirc-user-name-history): Add variable.
9879
9880 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
9881 Jonathan Rockway <jon@jrock.us>
9882
9883 * net/rcirc.el (rcirc-server-alist): Add :pass.
9884 (rcirc): When prompting for connection parameters, also prompt for
9885 username and password.
9886 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
9887 value to server when connecting.
9888
9889 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9890
9891 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
9892 (smie-merge-prec2s): Pass the tables as separate args.
9893 (smie-bnf-precedence-table): Adjust call accordingly.
9894 (smie-prec2-levels): Set levels at the end.
9895
9896 Replace Lisp calls to delete-backward-char by delete-char.
9897 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
9898 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
9899 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
9900 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
9901 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
9902 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
9903 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
9904 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
9905 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
9906 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
9907 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
9908 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
9909 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
9910 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
9911 delete-backward-char by calls to delete-char.
9912
9913 2010-05-25 Kenichi Handa <handa@m17n.org>
9914
9915 * language/hebrew.el (hebrew-shape-gstring): New function.
9916 Register it in composition-function-table for all Hebrew combining
9917 characters.
9918
9919 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9920
9921 * epa.el (epa--select-keys): Don't explicitly delete the window since
9922 that can fail (e.g. sole window in frame). Use dedication instead.
9923
9924 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9925
9926 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
9927
9928 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
9929
9930 * image.el (image-refresh): Define as an alias for image-flush.
9931
9932 * image-mode.el (image-toggle-display-image): Caller changed.
9933
9934 2010-05-21 Juri Linkov <juri@jurta.org>
9935
9936 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
9937 Remove "all" from grep-files-aliases. Split grep-files-aliases by
9938 whitespace, call wildcard-to-regexp on substrings and concat them
9939 with "\\|". (Bug#6114)
9940
9941 2010-05-21 Alan Mackenzie <acm@muc.de>
9942
9943 * progmodes/cc-engine.el (c-parse-state-get-strategy):
9944 Replace parameter `here' with `here-' and `here-plus', which sandwich
9945 any pertinent CPP construct.
9946 (c-remove-stale-state-cache-backwards): Fix a bug which happens
9947 when doing (c-parse-state) in a CPP construct: Exclude any "new"
9948 CPP construct from taking part in the scanning.
9949
9950 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
9951
9952 * net/tramp.el (tramp-do-copy-or-rename-file)
9953 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
9954 Tune `with-progress-reporter' messages.
9955 (tramp-handle-vc-registered):
9956 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
9957 (tramp-fish-handle-insert-file-contents)
9958 (tramp-fish-maybe-open-connection):
9959 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9960 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
9961 (tramp-imap-handle-insert-file-contents)
9962 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
9963
9964 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
9965
9966 * add-log.el (change-log-font-lock-keywords):
9967 Highlight all authors in multi-author entries.
9968
9969 * smerge-mode.el (smerge-refine-ignore-whitespace)
9970 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
9971 Fix typos in docstrings.
9972 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
9973
9974 2010-05-21 Glenn Morris <rgm@gnu.org>
9975
9976 * progmodes/fortran.el (fortran-mode):
9977 * progmodes/f90.el (f90-mode): Derive from prog-mode.
9978
9979 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
9980 having a relative path in src/Makefile.in.
9981
9982 2010-05-20 Kevin Ryde <user42@zip.com.au>
9983
9984 * help-mode.el (help-make-xrefs): For Info node links turn
9985 newlines into spaces. Link node names with newlines are matched
9986 by help-xref-info-regexp and buttonized, this change ensures they
9987 can be followed successfully with RET. (Bug#6206)
9988
9989 2010-05-20 Juri Linkov <juri@jurta.org>
9990
9991 * locate.el (locate): Use pop-to-buffer instead of
9992 switch-to-buffer-other-window. (Bug#6204)
9993
9994 2010-05-20 Juri Linkov <juri@jurta.org>
9995
9996 * replace.el (replace-highlight): Fix lazy-highlighting
9997 for `M-s w str M-% str RET'.
9998
9999 2009-12-15 Masatake YAMATO <yamato@redhat.com>
10000
10001 * isearch.el (isearch-yank-word-or-char): Pull next subword
10002 when `subword-mode' is activated. (Bug#6220)
10003
10004 2010-05-20 Mark A. Hershberger <mah@everybody.org>
10005
10006 * isearch.el (isearch-update-post-hook): New hook.
10007 (isearch-update): Use the new hook. (Bug#6225)
10008
10009 2010-05-20 Juri Linkov <juri@jurta.org>
10010
10011 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10012 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10013 (Bug#6222)
10014
10015 2010-05-20 Juri Linkov <juri@jurta.org>
10016
10017 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10018 (Bug#6223)
10019
10020 2010-05-20 Juri Linkov <juri@jurta.org>
10021
10022 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10023 FILE-NAME to read from the minibuffer when called interactively
10024 with prefix argument instead of using buffer-file-name.
10025 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10026
10027 * dired.el: Update autoloads.
10028
10029 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
10030
10031 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10032 nxml-finish-element, for consistency with SGML mode.
10033
10034 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10035 octave-close-block.
10036
10037 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
10038
10039 * composite.el: Require cl when compiling.
10040 (reference-point-alist, compose-gstring-for-graphic)
10041 (compose-gstring-for-terminal): Fix typos in docstrings.
10042
10043 2010-05-19 Juri Linkov <juri@jurta.org>
10044
10045 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10046 set-window-parameter.
10047
10048 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10049
10050 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10051 where appropriate.
10052 (tramp-maybe-open-connection): Use it.
10053
10054 2010-05-19 Eli Zaretskii <eliz@gnu.org>
10055
10056 * simple.el (move-end-of-line): Make sure we are at line beginning
10057 before backing up to end of previous line.
10058
10059 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10060
10061 * password-cache.el (password-cache-remove): Fix docstring.
10062
10063 * net/secrets.el: Autoload the widget functions.
10064 (secrets-search-items, secrets-create-item)
10065 (secrets-get-attributes, secrets-expand-item): Attributes will be
10066 stored on the password database without leading ":", as all other
10067 clients do as well.
10068 (secrets-mode): Fix docstring.
10069 (secrets-show-secrets): Provide it as autoloaded command only when
10070 D-Bus support is available. Check existence of Secret Service API.
10071
10072 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10073
10074 * indent.el (indent-region): Deactivate region (bug#6200).
10075
10076 2010-05-19 Glenn Morris <rgm@gnu.org>
10077
10078 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10079
10080 2010-05-19 Kenichi Handa <handa@m17n.org>
10081
10082 * composite.el: Register compose-gstring-for-graphic in
10083 composition-function-table only for combining characters (Mn, Mc, Me).
10084
10085 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10086
10087 * calc/calc-trail.el (calc-trail-isearch-forward)
10088 (calc-trail-isearch-backward): Ensure that the new window
10089 point is set correctly.
10090
10091 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10092
10093 * subr.el (read-quoted-char): Resolve modifiers after key
10094 remapping (bug#6212).
10095
10096 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
10097
10098 Add visualization code for secrets.
10099 * net/secrets.el (secrets-mode): New major mode.
10100 (secrets-show-secrets, secrets-show-collections)
10101 (secrets-expand-collection, secrets-expand-item)
10102 (secrets-tree-widget-after-toggle-function)
10103 (secrets-tree-widget-show-password): New defuns.
10104
10105 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10106
10107 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10108 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10109 handled in smie-next-sexp.
10110 (smie-indent-calculate): Provide a starting indentation (so the
10111 recursion is well-founded ;-).
10112
10113 Fix handling of non-associative equal levels.
10114 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10115 when it's not needed.
10116 (smie-op-left, smie-op-right): New functions.
10117 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10118 Better handle equal levels to distinguish the associative case from
10119 the "multi-keyword construct" case.
10120 (smie-backward-sexp, smie-forward-sexp): Use it.
10121
10122 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
10123
10124 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10125
10126 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10127 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10128
10129 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10130
10131 Provide a simple generic indentation engine and use it for Prolog.
10132 * emacs-lisp/smie.el: New file.
10133 * progmodes/prolog.el (prolog-smie-op-levels)
10134 (prolog-smie-indent-rules): New var.
10135 (prolog-mode-variables): Use them to configure SMIE.
10136 (prolog-indent-line, prolog-indent-level): Remove.
10137
10138 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10139
10140 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
10141 order before computing the averages.
10142
10143 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10144
10145 * calc/calc-vec.el (calc-histogram):
10146 (calcFunc-histogram): Allow vectors as inputs.
10147 (math-vector-avg): New function.
10148
10149 * calc/calc-ext.el (math-group-float): Have the number of digits
10150 being grouped depend on the radix (Bug#6189).
10151
10152 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
10153
10154 * version.el (emacs-copyright, emacs-version): Don't define here,
10155 now that emacs.c defines it.
10156
10157 2010-05-15 Eli Zaretskii <eliz@gnu.org>
10158
10159 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10160 "Describe Language Environment" menu item.
10161
10162 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10163
10164 Bidi-sensitive movement with arrow keys.
10165 * subr.el (right-arrow-command, left-arrow-command): New functions.
10166
10167 * bindings.el (global-map): Bind them to right and left arrow keys.
10168
10169 Don't override standard definition of convert-standard-filename.
10170 * files.el (convert-standard-filename):
10171 Call w32-convert-standard-filename and dos-convert-standard-filename on
10172 the corresponding systems.
10173
10174 * w32-fns.el (w32-convert-standard-filename): Rename from
10175 convert-standard-filename. Doc fix.
10176
10177 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10178 (convert-standard-filename): Don't defalias.
10179 (register-name-alist, make-register, register-value)
10180 (set-register-value, intdos): Obsolete aliases for the
10181 corresponding dos-* functions and variables.
10182 (dos-intdos): Add a doc string.
10183
10184 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10185
10186 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10187 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10188 (math-compose-tex-func):
10189 * calc/calccomp.el (math-compose-expr):
10190 * calc/calc-ext.el (math-format-flat-expr-fancy):
10191 * calc/calc-store.el (calc-read-var-name):
10192 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10193
10194 * calc/calc.el (var-π, var-φ, var-γ): New variables.
10195 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
10196 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
10197 (math-standard-units): Add units.
10198
10199 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * progmodes/asm-mode.el (asm-mode):
10202 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10203
10204 * pcomplete.el (pcomplete-completions-at-point): New function,
10205 extracted from pcomplete-std-complete.
10206 (pcomplete-std-complete): Use it.
10207
10208 2010-05-15 Glenn Morris <rgm@gnu.org>
10209
10210 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10211 Remove references to CVS, RCS and Old directories.
10212
10213 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10214
10215 * calc/calc-bin.el (math-format-twos-complement): Group digits when
10216 appropriate.
10217
10218 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10219
10220 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10221 (sh-mode-syntax-table): Give it a default value instead.
10222 (sh-header-marker): Make buffer-local.
10223 (sh-mode): Move make-local-variable to the corresponding setq.
10224 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10225 Use complete-with-action.
10226
10227 * simple.el (prog-mode): New (abstract) major mode.
10228 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10229 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10230
10231 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
10232
10233 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10234 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10235 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10236 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10237 (sql-escape-newlines-filter, sql-input-sender)
10238 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10239
10240 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
10241
10242 Add TeX open-block and close-block keybindings to SGML, and vice versa.
10243
10244 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10245 latex-open-block and C-c / to latex-close-block.
10246
10247 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10248 and C-c C-e to sgml-close-tag.
10249
10250 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
10251
10252 * net/tramp.el (with-progress-reporter): Create reporter object
10253 only when the message would be displayed. Handle nested calls.
10254 (tramp-handle-load, tramp-handle-file-local-copy)
10255 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10256 (tramp-maybe-send-script, tramp-find-shell):
10257 Use `with-progress-reporter'.
10258 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10259 Fix message text.
10260
10261 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10262 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10263 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10264 Use `with-progress-reporter'.
10265
10266 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10267
10268 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10269 process everytime when spellchecking from the minibuffer (bug#6143).
10270
10271 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10272
10273 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10274
10275 * dos-fns.el: Add "dos-" prefix for namespace control.
10276 (convert-standard-filename): Define as alias for
10277 dos-convert-standard-filename but only if applicable.
10278
10279 2010-05-12 Alan Mackenzie <acm@muc.de>
10280
10281 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10282 Push the mark at the start of these functions when appropriate.
10283
10284 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10285
10286 * minibuffer.el (completion-cycle-threshold): New custom var.
10287 (completion--do-completion): Use it.
10288 (minibuffer-complete): Use cycling if appropriate.
10289
10290 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
10291
10292 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10293 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10294
10295 2010-05-11 Juri Linkov <juri@jurta.org>
10296
10297 * scroll-all.el (scroll-all-check-to-scroll):
10298 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10299
10300 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10301
10302 * iimage.el (iimage-mode-map): Move initialization into declaration.
10303 (iimage-mode-buffer): Use with-silent-modifications.
10304 Simplify calling convention. Adjust callers.
10305 (iimage-mode): Don't run hook redundantly.
10306
10307 * minibuffer.el (completion-pcm--pattern->regex):
10308 Fix last change (bug#6160).
10309
10310 2010-05-10 Juri Linkov <juri@jurta.org>
10311
10312 Remove nodes visited during Isearch from the Info history.
10313 * info.el (Info-isearch-initial-history)
10314 (Info-isearch-initial-history-list): New variables.
10315 (Info-isearch-start): Record initial values of
10316 Info-isearch-initial-history and Info-isearch-initial-history-list.
10317 Add Info-isearch-end to isearch-mode-end-hook.
10318 (Info-isearch-end): New function.
10319
10320 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
10321
10322 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
10323 format string, in order to work around a bug in pdksh.
10324 Reported by Gilles Pion <gpion@lfdj.com>.
10325 (tramp-handle-verify-visited-file-modtime): Do not send a command
10326 when the connection is not established.
10327 (tramp-handle-set-file-times): Simplify the check for utc.
10328
10329 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
10330
10331 Fix use of `filter-buffer-substring' (rework previous change).
10332 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10333 (cua-repeat-replace-region):
10334 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10335 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10336 (cua-cut-region-to-global-mark): Use it.
10337
10338 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10339
10340 * progmodes/sql.el: Version 2.1.
10341 (sql-product-alist): Redesign structure of product info.
10342 (sql-product, sql-user, sql-server, sql-database): Safe variables.
10343 (sql-port, sql-port-history): New variables.
10344 (sql-interactive-product): New variable.
10345 (sql-send-terminator): New variable.
10346 (sql-imenu-generic-expression): Add "Types" imenu entry.
10347 (sql-oracle-login-params, sql-sqlite-login-params)
10348 (sql-mysql-login-params, sql-solid-login-params)
10349 (sql-sybase-login-params, sql-informix-login-params)
10350 (sql-ingres-login-params, sql-ms-login-params)
10351 (sql-postgres-login-params, sql-interbase-login-params)
10352 (sql-db2-login-params, sql-linter-login-params)
10353 (sql-oracle-scan-on): New variables.
10354 (sql-mode-map): Add C-c C-i to start interactive mode.
10355 (sql-mode-menu): Update existing menu entries.
10356 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
10357 (sql-mode-oracle-font-lock-keywords)
10358 (sql-mode-postgres-font-lock-keywords)
10359 (sql-mode-ms-font-lock-keywords)
10360 (sql-mode-sybase-font-lock-keywords)
10361 (sql-mode-informix-font-lock-keywords)
10362 (sql-mode-interbase-font-lock-keywords)
10363 (sql-mode-ingres-font-lock-keywords)
10364 (sql-mode-solid-font-lock-keywords)
10365 (sql-mode-mysql-font-lock-keywords)
10366 (sql-mode-sqlite-font-lock-keywords)
10367 (sql-mode-db2-font-lock-keywords)
10368 (sql-mode-linter-font-lock-keywords): Update initialization to
10369 reduce run-time complexity.
10370 (sql-add-product, sql-del-product): New functions.
10371 (sql-set-product-feature, sql-get-product-feature): New functions.
10372 (sql-product-font-lock): Update product API.
10373 (sql-add-product-keywords): New function.
10374 (sql-highlight-product): Update product API.
10375 (sql-help-list-products): New function.
10376 (sql-help): Dynamically lists free and non-free products.
10377 (sql-get-login): Correct bug in handling history and added
10378 prompt for port.
10379 (sql-copy-column): Copy without properties.
10380 (sqli-input-sender): Apply filters to SQLi input.
10381 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10382 Implement as a filter.
10383 (sql-escape-newlines-filter): Implement as a filter.
10384 (sql-remove-tabs-filter): New function.
10385 (sql-send-magic-terminator): New function.
10386 (sql-send-string): Implement magic terminator.
10387 (sql-send-region): Use `sql-send-string'.
10388 (sql-interactive-mode): Use product API.
10389 (sql-product-interactive): Use product API.
10390 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10391 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10392 (sql-db2, sql-linter): Use `sql-product-interactive'.
10393 (sql-connect): New function.
10394 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10395 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10396 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
10397 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10398 Use `sql-connect'.
10399
10400 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10401
10402 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10403 New custom variable.
10404 (completion-pcm--string->pattern): Use it.
10405 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10406 Make it handle any symbol as `any'.
10407 (completion-pcm--merge-completions): Extract common suffix for the new
10408 `prefix' symbol as well.
10409 (completion-substring--all-completions): Use the new `prefix' symbol.
10410
10411 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
10412
10413 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10414 not bound.
10415 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10416 (tramp-compat-funcall): New defmacro.
10417 (tramp-compat-line-beginning-position)
10418 (tramp-compat-line-end-position)
10419 (tramp-compat-temporary-file-directory)
10420 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10421 (tramp-compat-copy-file, tramp-compat-copy-directory)
10422 (tramp-compat-delete-file, tramp-compat-delete-directory)
10423 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10424 * net/tramp.el (top, with-progress-reporter)
10425 (tramp-rfn-eshadow-setup-minibuffer)
10426 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10427 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10428 (tramp-completion-mode-p, tramp-check-for-regexp)
10429 (tramp-open-connection-setup-interactive-shell)
10430 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10431 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10432 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10433 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10434 (tramp-reporter-dump-variable, tramp-load-report-modules)
10435 (tramp-append-tramp-buffers)
10436 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10437
10438 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10439
10440 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10441
10442 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10443 buffer-modtime. Adjust users.
10444
10445 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10446
10447 * international/mule.el (auto-coding-alist): Only purecopy
10448 car of each item, not the whole list (Bug#6083).
10449
10450 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10451
10452 * progmodes/js.el (js-mode): Make paragraph variables local before
10453 calling c-setup-paragraph-variables (Bug#6071).
10454
10455 2010-05-08 Eli Zaretskii <eliz@gnu.org>
10456
10457 * composite.el (compose-region, reference-point-alist): Fix typos
10458 in the doc strings.
10459
10460 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10461
10462 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10463 gnuplot's "set" command.
10464
10465 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10466
10467 * abbrev.el (last-abbrev-text): Doc fix.
10468 (abbrev-prefix-mark): Don't escape parenthesis.
10469
10470 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
10471
10472 * composite.el (find-composition): Doc fix.
10473
10474 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10475
10476 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10477 (sql-oracle-program, sql-sqlite-options)
10478 (sql-query-placeholders-and-send): Doc fixes.
10479 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10480 (sql-imenu-generic-expression, sql-buffer)
10481 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10482 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10483 (sql-mode-sybase-font-lock-keywords)
10484 (sql-mode-informix-font-lock-keywords)
10485 (sql-mode-interbase-font-lock-keywords)
10486 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10487 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10488 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10489 (sql-product-feature, sql-highlight-product)
10490 (comint-line-beginning-position, sql-rename-buffer)
10491 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10492 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
10493 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10494 Fix typos in docstrings.
10495
10496 2010-05-08 Juri Linkov <juri@jurta.org>
10497
10498 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
10499 property instead of `invisible' and `after-string' (bug#5998).
10500
10501 2010-05-08 Juri Linkov <juri@jurta.org>
10502
10503 * image-mode.el (image-mode-as-text): Fix typo in docstring.
10504
10505 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10506
10507 * filecache.el (file-cache-add-directory-list)
10508 (file-cache-add-directory-recursively): Fix typos in docstrings.
10509
10510 2010-05-08 Kenichi Handa <handa@m17n.org>
10511
10512 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
10513 (gujarati-composable-pattern): Fix typo.
10514
10515 2010-05-08 Kenichi Handa <handa@m17n.org>
10516
10517 * language/indian.el (oriya-composable-pattern)
10518 (tamil-composable-pattern, malayalam-composable-pattern):
10519 Add two-part vowels to "v" (vowel sign).
10520
10521 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10522
10523 * files.el (copy-directory): Handle symlinks (Bug#5982).
10524
10525 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10526
10527 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
10528 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
10529 (Bug#5846).
10530
10531 2010-05-08 Glenn Morris <rgm@gnu.org>
10532
10533 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
10534
10535 * minibuffer.el (completion-at-point): Doc fix.
10536
10537 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10538
10539 * electric.el (Electric-command-loop): Minor tweak.
10540
10541 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
10542 better with dedicated windows.
10543
10544 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
10545
10546 * Version 23.2 released.
10547
10548 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10549 Stefan Monnier <monnier@iro.umontreal.ca>
10550
10551 Highlight vendor specific properties.
10552 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
10553 (css-proprietary-property): New face.
10554 (css-font-lock-keywords): Use them.
10555
10556 2010-05-07 Eli Zaretskii <eliz@gnu.org>
10557
10558 * cus-start.el (all): Add native condition for tool-bar-* symbols.
10559
10560 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10561
10562 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
10563 * files.el (auto-mode-alist): Remove redundant entries.
10564
10565 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
10566 * simple.el (auto-save-mode): Move from files.el.
10567 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
10568
10569 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10570
10571 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
10572
10573 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10574
10575 * mail/binhex.el (binhex-decode-region-internal)
10576 * mail/uudecode.el (uudecode-decode-region-internal)
10577 * net/dns.el (dns-read-string-name, dns-write, dns-read)
10578 (dns-read-type, dns-query)
10579 * pgg-parse.el (pgg-parse-armor)
10580 * pgg.el (pgg-verify-region)
10581 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
10582 XEmacs.
10583
10584 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
10585
10586 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
10587
10588 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
10589
10590 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
10591 * emulation/cua-base.el (cua-repeat-replace-region):
10592 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10593 (cua-cut-region-to-global-mark):
10594 Remove text properties with `set-text-properties'.
10595
10596 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
10597
10598 * net/tramp.el (top, with-progress-reporter):
10599 Use `symbol-function' inside `funcall'.
10600
10601 * net/tramp-compat.el (tramp-compat-file-attributes)
10602 (tramp-compat-delete-file, tramp-compat-delete-directory):
10603 Handle only `wrong-number-of-arguments' error.
10604
10605 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
10606 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
10607 inside `funcall'.
10608
10609 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * minibuffer.el (completion--sreverse, completion--common-suffix):
10612 New functions.
10613 (completion-pcm--merge-completions): Extract common suffix when safe.
10614
10615 * emacs-lisp/easy-mmode.el (define-minor-mode):
10616 Make :variable more flexible.
10617 * files.el (auto-save-mode): Use it to define using define-minor-mode.
10618
10619 2010-05-05 Juri Linkov <juri@jurta.org>
10620
10621 Add `slow' and `history' tags to the desktop data.
10622
10623 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
10624 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
10625 (Info-finder-find-node): Require `finder.el' to be able
10626 to restore node from the desktop.
10627 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
10628 data `Info-history' and `slow' tag in the assoc list.
10629 (Info-restore-desktop-buffer): Don't restore nodes with the
10630 `slow' tag. Restore `Info-history'.
10631
10632 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
10633
10634 Add FORCE argument to `delete-file'.
10635
10636 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
10637 forcing to delete the temporary file.
10638 (ange-ftp-delete-file): Add FORCE arg.
10639 (ange-ftp-rename-remote-to-remote)
10640 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
10641 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
10642 Force file deletion.
10643
10644 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
10645
10646 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
10647 (tramp-handle-make-symbolic-link, tramp-handle-load)
10648 (tramp-do-copy-or-rename-file-via-buffer)
10649 (tramp-do-copy-or-rename-file-directly)
10650 (tramp-do-copy-or-rename-file-out-of-band)
10651 (tramp-handle-process-file, tramp-handle-call-process-region)
10652 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10653 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10654 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
10655
10656 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
10657 (tramp-fish-handle-make-symbolic-link)
10658 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
10659
10660 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10661 Use `tramp-compat-delete-file'.
10662
10663 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
10664 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
10665
10666 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
10667 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
10668
10669 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
10670 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
10671 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10672 Use `tramp-compat-delete-file'.
10673
10674 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10675
10676 Minor cleanups.
10677 * subr.el (add-minor-mode): Use push.
10678 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
10679 * emulation/edt.el (edt-select-mode): Simplify.
10680
10681 Use define-minor-mode in more cases.
10682 * term/tvi970.el (tvi970-set-keypad-mode):
10683 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10684 (normal-erase-is-backspace-mode):
10685 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
10686 (set-scroll-bar-mode-1): (Re)move to its sole caller.
10687 (get-scroll-bar-mode): New function.
10688 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
10689
10690 Use define-minor-mode for less obvious cases.
10691 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
10692 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
10693 * international/iso-ascii.el (iso-ascii-mode):
10694 * frame.el (auto-raise-mode, auto-lower-mode):
10695 * composite.el (global-auto-composition-mode): Use define-minor-mode.
10696
10697 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
10698
10699 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
10700 in order to see error messages for failed logins.
10701
10702 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
10703
10704 * diff.el (diff-sentinel):
10705
10706 * epg.el (epg--make-temp-file, epg-decrypt-string)
10707 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10708
10709 * jka-compr.el (jka-compr-partial-uncompress)
10710 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
10711
10712 * server.el (server-sentinel): Use delete-file's new FORCE arg
10713 (Bug#6070).
10714
10715 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10716
10717 Use define-minor-mode where applicable.
10718 * view.el (view-mode):
10719 * type-break.el (type-break-query-mode)
10720 (type-break-mode-line-message-mode):
10721 * textmodes/reftex.el (reftex-mode):
10722 * term/vt100.el (vt100-wide-mode):
10723 * tar-mode.el (tar-subfile-mode):
10724 * savehist.el (savehist-mode):
10725 * ibuf-ext.el (ibuffer-auto-mode):
10726 * composite.el (auto-composition-mode):
10727 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10728 Use define-minor-mode.
10729 (vhdl-mode): Use static mode-line format.
10730 (vhdl-mode-line-update): Delete.
10731 (vhdl-create-mode-menu, vhdl-activate-customizations)
10732 (vhdl-hs-minor-mode): Don't bother calling it.
10733
10734 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
10735
10736 * simple.el (with-wrapper-hook): Move.
10737 (buffer-substring-filters): Mark obsolete.
10738 (filter-buffer-substring-functions): New variable.
10739 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
10740
10741 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
10742 Michael Albinus <michael.albinus@gmx.de>
10743
10744 Implement compression for inline methods.
10745
10746 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
10747 (tramp-copy-size-limit): Allow also nil.
10748 (tramp-inline-compress-commands): New defconst.
10749 (tramp-find-inline-compress, tramp-get-inline-compress)
10750 (tramp-get-inline-coding): New defuns.
10751 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
10752 replaced by `tramp-get-inline-coding'.
10753 (tramp-handle-file-local-copy, tramp-handle-write-region)
10754 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
10755
10756 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10757
10758 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
10759 Remove unused functions.
10760
10761 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
10762 Set find-tag-default-function as a variable rather than a property.
10763
10764 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
10765 * progmodes/etags.el (tags-completion-at-point-function):
10766 Remove left over interactive spec. Add autoloading stub.
10767 (complete-tag): Use tags-completion-at-point-function.
10768
10769 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
10770
10771 * minibuffer.el (tags-completion-at-point-function): Fix return value.
10772
10773 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
10774
10775 * ido.el (ido-init-completion-maps): Remove C-v binding.
10776 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
10777
10778 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
10779
10780 * minibuffer.el (tags-completion-at-point-function): New function.
10781 (completion-at-point-functions): Use it.
10782
10783 * progmodes/etags.el (complete-tag): Revert last change.
10784
10785 2010-04-29 Alan Mackenzie <acm@muc.de>
10786
10787 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
10788 off-by-one error (in end of macro position).
10789
10790 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10791
10792 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
10793 firefox is absent. Don't autoload.
10794 (browse-url-galeon-program): Don't autoload.
10795
10796 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
10797
10798 * bindings.el (complete-symbol): Move into minibuffer.el.
10799
10800 * minibuffer.el (complete-tag): Move from etags.el. If tags
10801 completion cannot be performed, return nil instead of signalling
10802 an error.
10803 (completion-at-point): Make it an alias for complete-symbol.
10804 (complete-symbol): Move from bindings.el, and replace with the
10805 body of completion-at-point.
10806
10807 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
10808
10809 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
10810
10811 * net/tramp.el (tramp-remote-selinux-p): New defun.
10812 (tramp-handle-file-selinux-context)
10813 (tramp-handle-set-file-selinux-context): Use it.
10814
10815 2010-04-28 Sam Steingold <sds@gnu.org>
10816
10817 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
10818 `safe-local-variable' if the value is a string or a symbol with
10819 the property `bug-reference-url-format'.
10820
10821 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
10822
10823 * progmodes/bug-reference.el (bug-reference-url-format):
10824 Revert 2010-04-27 change due to security risk.
10825
10826 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10827
10828 Make it possible to locally disable a globally enabled mode.
10829 * simple.el (fundamental-mode): Run fundamental-mode-hook.
10830 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
10831 rather than kill-all-local-variables so it runs fundamental-mode-hook.
10832 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10833 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
10834 that subsequent hooks get a chance to disable it.
10835
10836 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10837
10838 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10839 Avoid re-enabling a minor mode after the user turned the minor mode
10840 off if MODE-enable-in-buffers is run twice (typically once from
10841 fundamental-mode's after-change-major-mode-hook and a second time from
10842 run-mode-hook's own after-change-major-mode-hook).
10843
10844 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
10845
10846 2010-04-27 Sam Steingold <sds@gnu.org>
10847
10848 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
10849 `safe-local-variable' if the value is a string or a function, as
10850 documented and implemented on 2010-04-02.
10851
10852 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
10853
10854 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
10855 when method is 'kill.
10856
10857 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
10858
10859 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
10860 condition in default directory check.
10861 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
10862 Kill ispell process when killing its associated buffer.
10863
10864 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
10865
10866 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
10867 but we aren't using it.
10868
10869 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
10870
10871 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
10872 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
10873
10874 2010-04-24 Glenn Morris <rgm@gnu.org>
10875
10876 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
10877 Ignore VCS-ignore files, and deleted nextstep preferences files.
10878 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
10879 (authors-ambiguous-files): New list.
10880 (authors-valid-file-names): Add some deleted files.
10881 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
10882 (authors-disambiguate-file-name): New function. (Bug#5501)
10883 (authors-canonical-file-name): Doc fix.
10884 Don't warn about obsolete files.
10885 (authors-canonical-file-name, authors-scan-el):
10886 Use authors-disambiguate-file-name.
10887
10888 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
10889 Add autoload cookies.
10890 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
10891 (generated-autoload-file): Set file-local value to "htmlfontify.el".
10892 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
10893 They have definitions / compiler macros in cl.el.
10894 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
10895 Replace manual autoloads with generated ones.
10896 (htmlfontify-unload-rgb-file): Remove autoload.
10897 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
10898
10899 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10900
10901 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
10902 (byte-compile-setq-default): Optimize for the
10903 single-var case and don't call byte-compile-form in this case to avoid
10904 inf-loop with byte-compile-set-default.
10905
10906 * progmodes/compile.el (compilation-start): Abbreviate default directory.
10907
10908 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
10909
10910 Implement SELINUX backends.
10911
10912 * net/tramp.el (tramp-file-name-handler-alist):
10913 Add `file-selinux-context' and `set-file-selinux-context'.
10914 (tramp-handle-file-selinux-context)
10915 (tramp-handle-set-file-selinux-context): New defuns.
10916 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
10917 Handle PRESERVE-SELINUX-CONTEXT.
10918
10919 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10920 Add `file-selinux-context' and `set-file-selinux-context'.
10921 (tramp-gvfs-handle-file-selinux-context)
10922 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
10923 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
10924
10925 * net/ange-ftp.el (ange-ftp-copy-file):
10926 * net/tramp-fish.el (tramp-fish-handle-copy-file):
10927 * net/tramp-imap.el (tramp-imap-handle-copy-file):
10928 * net/tramp-smb.el (tramp-smb-handle-copy-file):
10929 Add PRESERVE-SELINUX-CONTEXT.
10930
10931 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
10932
10933 Synchronize with Tramp repository.
10934
10935 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
10936 (tramp-action-process-alive, tramp-action-out-of-band)
10937 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
10938 (tramp-exists-file-name-handler): Fix docstring.
10939 (with-progress-reporter): New defmacro.
10940 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
10941 (tramp-maybe-open-connection): Use it.
10942
10943 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
10944
10945 Detect ssh 'ControlMaster' argument automatically in some cases.
10946
10947 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
10948 (tramp-default-method): Use it.
10949
10950 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
10951
10952 * net/tramp.el (tramp-handle-copy-file): Add new optional
10953 parameter `preserve-selinux-context'.
10954 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
10955
10956 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
10957
10958 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
10959 Ensure, that non remote files are still checked. Oops.
10960
10961 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
10962
10963 Fix Bug#5840.
10964
10965 * icomplete.el (icomplete-completions): Use `non-essential'.
10966
10967 * net/tramp.el (tramp-connectable-p): New defun.
10968 (tramp-handle-expand-file-name)
10969 (tramp-completion-handle-file-name-all-completions)
10970 (tramp-completion-handle-file-name-completion): Use it.
10971
10972 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10973
10974 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
10975
10976 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
10977
10978 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
10979
10980 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
10981
10982 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
10983 is present.
10984
10985 * info.el (info-tool-bar-map): Add labels.
10986
10987 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
10988
10989 * cus-edit.el (custom-commands): Add labels for tool bar.
10990 (custom-buffer-create-internal, Custom-mode): Adjust for
10991 labels in custom-commands.
10992
10993 * dynamic-setting.el: Renamed from font-setting.el.
10994
10995 2010-04-21 John Wiegley <jwiegley@gmail.com>
10996
10997 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
10998 toggles the use of virtual buffers.
10999 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11000 (ido-toggle-virtual-buffers): New function.
11001
11002 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
11003
11004 Use `define-derived-mode'; fix window selection; doc fixes.
11005 * play/tetris.el (tetris, tetris-update-speed-function)
11006 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11007 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11008 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11009 (tetris-pause-game): Fix typos in docstrings.
11010 (tetris-mode-map, tetris-null-map):
11011 Move initialization into declaration.
11012 (tetris-mode): Define with `define-derived-mode';
11013 set show-trailing-whitespace to nil.
11014 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11015
11016 2010-04-21 Karel Klíč <kklic@redhat.com>
11017
11018 * files.el (backup-buffer): Handle SELinux context, and return it
11019 if a backup was made by renaming.
11020 (backup-buffer-copy): Set SELinux context to the target file.
11021 (basic-save-buffer): Set SELinux context of the newly written file.
11022 (basic-save-buffer-1): Now it also returns any SELinux context.
11023 (basic-save-buffer-2): Set SELinux context of the newly created file,
11024 and return it.
11025 * net/tramp.el (tramp-file-name-for-operation):
11026 Add file-selinux-context.
11027
11028 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11029
11030 Make the log-edit comments use RFC822 format throughout.
11031
11032 * vc.el (vc-checkin, vc-modify-change-comment):
11033 Adjust to new vc-start/finish-logentry.
11034 (vc-find-conflicted-file): New command.
11035 (vc-transfer-file): Adjust to new vc-checkin.
11036 (vc-next-action): Improve scoping.
11037
11038 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11039 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11040
11041 * vc-git.el (vc-git-log-edit-mode): Remove.
11042 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11043 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11044
11045 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11046 (vc-start-logentry): Remove argument `extra'.
11047 (vc-finish-logentry): Remove extra args.
11048
11049 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11050 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11051 (vc-bzr-conflicted-files): New function.
11052
11053 * log-edit.el (log-edit-extra-flags)
11054 (log-edit-before-checkin-process): Remove.
11055 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11056 (log-edit-headers-alist): New var.
11057 (log-edit-header-contents-regexp): New const.
11058 (log-edit-match-to-eoh): New function.
11059 (log-edit-font-lock-keywords): Use them.
11060 (log-edit): Insert a "Summary:" header as default.
11061 (log-edit-mode): Mark font-lock rules as case-insensitive.
11062 (log-edit-done): Cleanup headers.
11063 (log-view-process-buffer): Remove.
11064 (log-edit-extract-headers): New function to replace it.
11065
11066 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
11067
11068 * subr.el (default-direction-reversed): Remove obsolescence info.
11069
11070 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11071
11072 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11073 windows/frames.
11074
11075 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11076 I.e. include text after point in the completion region.
11077 Also, return nil when we're not after/in a symbol.
11078
11079 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11080 default enable-multibyte-characters.
11081
11082 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11083
11084 * international/mule.el: Help the user choose a valid coding-system.
11085 (read-buffer-file-coding-system): New function.
11086 (set-buffer-file-coding-system): Use it. Prompt the user if the
11087 coding-system cannot encode all the chars.
11088
11089 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11090 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11091 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11092 Don't use *vc-bzr-shelve*.
11093
11094 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
11095
11096 Fix the version number for added files.
11097 * vc-hg.el (vc-hg-working-revision): Check if the file is
11098 registered after hg parent fails (Bug#5961).
11099
11100 2010-04-19 Glenn Morris <rgm@gnu.org>
11101
11102 * htmlfontify.el (htmlfontify-buffer)
11103 (htmlfontify-copy-and-link-dir): Autoload entry points.
11104
11105 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
11106
11107 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11108 name relative to the project root (Bug#5960).
11109
11110 2010-04-19 Glenn Morris <rgm@gnu.org>
11111
11112 * vc-git.el (vc-git-print-log): Doc fix.
11113
11114 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
11115
11116 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11117
11118 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
11119
11120 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11121 default settings (Bug#5928).
11122
11123 2010-04-19 Glenn Morris <rgm@gnu.org>
11124
11125 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11126 New function.
11127 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
11128
11129 2010-04-19 Kenichi Handa <handa@m17n.org>
11130
11131 * language/indian.el (malayalam-composable-pattern): Fix previous
11132 change (add U+0D4D "SIGN VIRAMA").
11133 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11134 (tamil-composable-pattern): Fix typo in the regexp.
11135 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11136 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11137 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11138
11139 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11140
11141 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11142 paragraph-separate (Bug#5821).
11143
11144 2010-04-19 Juri Linkov <juri@jurta.org>
11145
11146 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11147
11148 * info.el (Info-find-node-2): Comment out code that skips
11149 breadcrumbs line.
11150 (Info-mouse-follow-link): New command.
11151 (Info-link-keymap): New keymap.
11152 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11153 Return a string with links instead of inserting breadcrumbs
11154 to the Info buffer.
11155 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11156 Instead of putting the `invisible' text property over the Info
11157 header, make an overlay over the Info header with the `invisible'
11158 property and `after-string' set to the string returned by
11159 `Info-breadcrumbs'.
11160
11161 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11162
11163 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11164 Reported by monkey@sandpframing.com.
11165
11166 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11167
11168 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11169 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11170 available in the "keyseq cache" any more.
11171
11172 * custom.el (defcustom): Add edebug spec.
11173
11174 2010-04-18 Juri Linkov <juri@jurta.org>
11175
11176 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11177
11178 * view.el (view-file, view-buffer): Move test for special mode-class
11179 from view-file to view-buffer.
11180
11181 * tar-mode.el (tar-extract): Turn if's into one cond
11182 like in arc-mode.el.
11183
11184 2010-04-18 Juri Linkov <juri@jurta.org>
11185
11186 Add 7z archive format support (bug#5475).
11187
11188 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11189 (archive-7z-extract): New defcustom.
11190 (archive-find-type): Add magic string for 7z.
11191 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11192 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11193 `buffer' arg of `call-process'.
11194 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11195 call the function `archive-7z-extract' with the variable
11196 `archive-7z-extract' let-bound to `archive-zip-extract'.
11197 (archive-7z-summarize, archive-7z-extract): New functions.
11198
11199 * international/mule.el (auto-coding-alist):
11200 * files.el (auto-mode-alist): Add 7z file extension.
11201
11202 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11203
11204 * loadup.el: Setup hash-cons for pure data.
11205
11206 Fix duplicate entries in cedet's loaddefs.el files.
11207 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11208 Should make most file-local generated-autoload-file unnecessary.
11209 (print-readably): Silence warnings.
11210 (autoload-find-destination): Take load-name as an arg to make sure
11211 it's the same as the one that will be in the file.
11212 (autoload-generate-file-autoloads): Adjust to above changes.
11213 Try to make the dataflow a bit simpler.
11214
11215 * cvs-status.el (cvs-refontify): Remove unused.
11216
11217 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11218
11219 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
11220
11221 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
11222 twos-complement mode.
11223
11224 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11225
11226 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11227 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
11228 (calc-inverse): Add "Option" to message, as appropriate.
11229 (calc-hyperbolic): Add "Option" to message, as appropriate.
11230 (calc-option, calc-is-option): New functions.
11231
11232 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
11233 (calc-option-prefix-help): New function.
11234
11235 * calc/calc-misc.el (calc-help): Add "Option" entry.
11236
11237 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
11238 (calc-option-flag): New variable.
11239 (calc-do): Set `calc-option-flag to nil.
11240 (calc-set-mode-line): Add "Opt " as appropriate.
11241
11242 2010-04-16 Juri Linkov <juri@jurta.org>
11243
11244 Move scrolling commands from simple.el to window.el
11245 because their primitives are implemented in window.c.
11246
11247 * simple.el (scroll-error-top-bottom)
11248 (scroll-up-command, scroll-down-command, scroll-up-line)
11249 (scroll-down-line, scroll-other-window-down)
11250 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11251 * window.el (scroll-error-top-bottom)
11252 (scroll-up-command, scroll-down-command, scroll-up-line)
11253 (scroll-down-line, scroll-other-window-down)
11254 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11255 Move from simple.el to window.el because their primitives are
11256 implemented in window.c.
11257
11258 2010-04-16 Juri Linkov <juri@jurta.org>
11259
11260 * isearch.el (isearch-lookup-scroll-key): Check both
11261 `isearch-scroll' and `scroll-command' properties.
11262 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11263
11264 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11265
11266 * simple.el (scroll-up-command, scroll-down-command)
11267 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11268
11269 2010-04-15 Juri Linkov <juri@jurta.org>
11270
11271 * simple.el (scroll-up-command, scroll-down-command)
11272 (scroll-up-line, scroll-down-line): Put `scroll-command'
11273 property on the these symbols. Remove them from
11274 `scroll-preserve-screen-position-commands'.
11275
11276 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11277 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11278 Remove it from `scroll-preserve-screen-position-commands'.
11279
11280 * isearch.el (isearch-allow-scroll): Doc fix.
11281
11282 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
11283
11284 * net/tramp.el (tramp-error-with-buffer): Don't show the
11285 connection buffer when we are in completion mode.
11286 (tramp-file-name-handler): Catch the error for some operations
11287 when we are in completion mode. This gives the user the chance to
11288 correct the file name in the minibuffer.
11289
11290 2010-04-15 Glenn Morris <rgm@gnu.org>
11291
11292 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11293
11294 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
11295
11296 Simplify by using `define-derived-mode'.
11297 * info.el (Info-mode):
11298 * calendar/todo-mode.el (todo-mode):
11299 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11300 (gomoku-mode-map): Move initialization into declaration.
11301
11302 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
11303
11304 Fix Bug#5840.
11305 * ido.el (ido-file-name-all-completions-1):
11306 * minibuffer.el (minibuffer-completion-help):
11307 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11308
11309 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11310
11311 * simple.el (non-essential): New var.
11312
11313 Add a new field `location' to bookmarks for non-file bookmarks.
11314 * bookmark.el (bookmark-location): Use the new field, if present.
11315 (bookmark-insert-location): Undo last change, not needed any more.
11316 * man.el (Man-bookmark-make-record):
11317 * woman.el (woman-bookmark-make-record): Add `location' field.
11318
11319 2010-04-14 Juri Linkov <juri@jurta.org>
11320
11321 * simple.el (scroll-error-top-bottom): New defcustom.
11322 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11323
11324 * emulation/pc-select.el (pc-select-override-scroll-error):
11325 Obsolete in favor of `scroll-error-top-bottom'.
11326
11327 2010-04-14 Juri Linkov <juri@jurta.org>
11328
11329 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11330 `scroll-up-command' and `M-v' to `scroll-down-command'.
11331
11332 * emulation/cua-rect.el (cua--init-rectangles):
11333 * forms.el (forms--change-commands):
11334 * image-mode.el (image-mode-map):
11335 Remap scroll-down-command and scroll-up-command
11336 in addition to scroll-down and scroll-up.
11337
11338 2010-04-14 Juri Linkov <juri@jurta.org>
11339
11340 * mwheel.el (scroll-preserve-screen-position-commands):
11341 Add mwheel-scroll to this list of commands.
11342
11343 * simple.el (scroll-preserve-screen-position-commands):
11344 Add scroll-up-command, scroll-down-command, scroll-up-line,
11345 scroll-down-line to this list of commands.
11346
11347 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11348
11349 * obsolete/complete.el: Move from lisp/complete.el.
11350
11351 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11352
11353 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11354 to the minor mode function now turns the mode ON unconditionally.
11355
11356 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11357
11358 * vc-dir.el (vc-dir-kill-line): New command.
11359 (vc-dir-mode-map): Bind it to C-k.
11360
11361 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11362
11363 * woman.el: Add bookmark declarations to silence the compiler.
11364 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11365 step to compatibility between man and woman bookmarks.
11366 Adjust for Man-default-bookmark-title renaming.
11367 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11368
11369 * man.el: Add bookmark declarations to silence the compiler.
11370 (Man-name-local-regexp): Make it match NAME as well.
11371 (Man-getpage-in-background): Return the buffer.
11372 (Man-notify-when-ready): Use `case'.
11373 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11374 Don't hardcode "NAME". Simplify.
11375 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11376 Rename from Man-bookmark-make-record.
11377 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11378 we have the actual man-args. Use Man-getpage-in-background rather
11379 than `man' since the arg is already processed. Let bookmark.el do the
11380 window handling. Only wait for the relevant process.
11381 Don't forget to autoload.
11382
11383 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11384
11385 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11386
11387 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11388 New functions.
11389 (woman-mode): Setup bookmark support.
11390
11391 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11392 (man-bookmark-jump): New functions.
11393 (Man-mode): Setup bookmark support.
11394
11395 2010-04-10 Jari Aalto <jari.aalto@cante.net>
11396
11397 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11398 recognize ssh-keygen prompt (Bug#2817).
11399
11400 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
11401
11402 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11403
11404 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
11405
11406 Synchronize with Tramp repository.
11407
11408 * net/tramp.el (tramp-completion-function-alist)
11409 (tramp-file-name-regexp, tramp-chunksize)
11410 (tramp-local-coding-commands, tramp-remote-coding-commands):
11411 Fix docstring.
11412 (tramp-remote-process-environment): Use `format' instead of `concat'.
11413 (tramp-handle-directory-files-and-attributes)
11414 (tramp-get-remote-path): Use `copy-tree'.
11415 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11416 compatibility: Use `completion-ignore-case' if
11417 `read-file-name-completion-ignore-case' does not exist.
11418 (tramp-do-copy-or-rename-file-directly): Do not use
11419 `tramp-handle-file-remote-p'.
11420 (tramp-do-copy-or-rename-file-out-of-band):
11421 Use `tramp-compat-delete-directory'.
11422 (tramp-do-copy-or-rename-file-out-of-band)
11423 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11424 Use `format-spec-make'.
11425 (tramp-find-foreign-file-name-handler)
11426 (tramp-advice-make-auto-save-file-name)
11427 (tramp-set-auto-save-file-modes): Remove superfluous check for
11428 `stringp'. This is done inside `tramp-tramp-file-p'.
11429 (tramp-debug-outline-regexp): New defconst.
11430 (tramp-get-debug-buffer): Use it.
11431 (tramp-check-for-regexp): Use (forward-line 1).
11432 (tramp-set-auto-save-file-modes): Adapt version check.
11433
11434 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11435 Wrap call of `featurep' for 2nd argument.
11436 (tramp-compat-make-temp-file): Simplify fallback implementation.
11437 (tramp-compat-copy-tree): Remove function.
11438 (tramp-compat-delete-directory): Provide implementation for older
11439 Emacsen.
11440
11441 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11442 Do not use `tramp-fish-handle-file-attributes.
11443
11444 * net/trampver.el: Update release number.
11445
11446 2010-04-10 Glenn Morris <rgm@gnu.org>
11447
11448 * progmodes/compile.el (compilation-save-buffers-predicate):
11449 Add missing :version tag.
11450
11451 2010-04-09 Sam Steingold <sds@gnu.org>
11452
11453 * progmodes/compile.el (compilation-save-buffers-predicate):
11454 Remove the "autoload" cookie.
11455
11456 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11457 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11458 and `bug-reference-prog-mode' can be used in hooks directly.
11459
11460 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11461
11462 Add --author support to git commit.
11463 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11464 (vc-git-log-edit-mode): New minor mode.
11465 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11466 New declarations.
11467
11468 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11469
11470 * vc-hooks.el, vc-git.el: Improve documentation comments.
11471
11472 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11473
11474 Fix some of the problems in defsubst* (bug#5728).
11475 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11476 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11477
11478 2010-04-07 Sam Steingold <sds@gnu.org>
11479
11480 * progmodes/compile.el (compilation-save-buffers-predicate):
11481 New custom variable.
11482 (compile, recompile): Pass it to `save-some-buffers'.
11483
11484 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11485
11486 * wid-edit.el (widget-choose): Move cursor to the second line of
11487 the buffer (Bug#5695).
11488
11489 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11490
11491 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11492 * vc.el (vc-print-log-setup-buttons): New function split out from
11493 vc-print-log-internal.
11494 (vc-log-internal-common): New function, a parametrized version of
11495 vc-print-log-internal.
11496 (vc-print-log-internal): Just call vc-log-internal-common with the
11497 right arguments.
11498 (vc-incoming-outgoing-internal):
11499 (vc-log-incoming, vc-log-outgoing): New functions.
11500 (vc-log-view-type): New permanent local variable.
11501
11502 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
11503
11504 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
11505 of the dynamic bound vc-short-log.
11506 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
11507
11508 * vc-git.el (vc-git-log-outgoing): New function.
11509 (vc-git-log-view-mode): Use vc-log-view-type instead
11510 of the dynamic bound vc-short-log.
11511
11512 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
11513 of the dynamic bound vc-short-log. Highlight the tag.
11514 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
11515 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
11516 (vc-hg-incoming-mode): Remove.
11517 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
11518
11519 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11520
11521 Fix default-directory for vc-root-diff.
11522 * vc.el (vc-root-diff): Bind default-directory to the root
11523 directory for the diff command.
11524
11525 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
11526
11527 * progmodes/verilog-mode.el (verilog-forward-sexp):
11528 (verilog-calc-1): Support "disable fork" and "fork wait" multi
11529 word keywords, suggested by Steve Pearlmutter.
11530 (verilog-pretty-declarations): Support lineup of declarations in
11531 port lists.
11532 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
11533 fix bug for /* / comments.
11534 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
11535 Speed up and simplfy as this is never called with a bound.
11536 (verilog-pretty-declarations): Enhance to line up declarations
11537 inside a parameter list, suggested by Alan Morgan.
11538 (verilog-pretty-expr): Tune assignment regular expression match
11539 string for corner cases; also use markers instead of character
11540 number as indent changes the later.
11541
11542 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
11543
11544 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
11545 as missing keyword.
11546 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
11547 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
11548 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
11549 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
11550 Tennant.
11551 (verilog-keywords):
11552 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
11553 1800-2009 keywords, including "global.".
11554
11555 2010-04-06 John Wiegley <jwiegley@gmail.com>
11556
11557 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
11558 appearing in buffer list (if a live buffer name matched a recentf
11559 file basename). Should use uniquify to offer a real solution.
11560
11561 2010-04-06 John Wiegley <jwiegley@gmail.com>
11562
11563 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
11564 comment to code, and add a :version tag.
11565 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
11566
11567 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
11568
11569 Enable recentf-mode if using virtual buffers.
11570 * ido.el (recentf-list): Declare for byte-compiler.
11571 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
11572 (ido-make-buffer-list): Simplify.
11573 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
11574
11575 2010-04-05 Juri Linkov <juri@jurta.org>
11576
11577 Scrolling commands which scroll a line instead of full screen.
11578 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11579
11580 * simple.el (scroll-up-line, scroll-down-line): New commands.
11581 Put property isearch-scroll=t on them.
11582
11583 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
11584 Remove commands.
11585
11586 2010-04-05 Juri Linkov <juri@jurta.org>
11587
11588 Scrolling commands which do not signal errors at top/bottom.
11589 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11590
11591 * simple.el (scroll-up-command, scroll-down-command): New commands.
11592 Put property isearch-scroll=t on them.
11593
11594 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
11595 `scroll-down-command' and [next] from `scroll-up' to
11596 `scroll-up-command'.
11597
11598 * emulation/cua-base.el: Put property CUA=move on
11599 `scroll-up-command' and `scroll-down-command'.
11600 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
11601 and `scroll-down-command' to `cua-scroll-down'.
11602
11603 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
11604
11605 * help.el (describe-mode): Return nil.
11606
11607 2010-04-04 John Wiegley <jwiegley@gmail.com>
11608
11609 * ido.el (ido-use-virtual-buffers): New variable to indicate
11610 whether "virtual buffer" support is enabled for IDO.
11611 (ido-virtual): Face used to indicate virtual buffers in the list.
11612 (ido-buffer-internal): If a buffer is chosen, and no such buffer
11613 exists, but a virtual buffer of that name does (which would be why
11614 it was in the list), recreate the buffer by reopening the file.
11615 (ido-make-buffer-list): If virtual buffers are being used, call
11616 `ido-add-virtual-buffers-to-list' before the make list hook.
11617 (ido-virtual-buffers): New variable which contains a copy of the
11618 current contents of the `recentf-list', albeit pared down for the
11619 sake of speed, and with proper faces applied.
11620 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
11621 create a list of "virtual buffers" to present to the user in
11622 addition to the currently open set. Note that this logic could
11623 get rather slow if that list is too large. With the default
11624 `recentf-max-saved-items' of 200, there is little speed penalty.
11625
11626 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11627
11628 * font-lock.el: Require CL when compiling.
11629 (font-lock-turn-on-thing-lock): Use `case'.
11630
11631 2010-04-03 Eli Zaretskii <eliz@gnu.org>
11632
11633 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
11634 Zaretskii.
11635
11636 2010-04-02 Juri Linkov <juri@jurta.org>
11637
11638 * ehelp.el (electric-help-orig-major-mode):
11639 New buffer-local variable.
11640 (electric-help-mode): Set it to original major-mode. Doc fix.
11641 (with-electric-help): Use `electric-help-orig-major-mode' instead
11642 of (default-value 'major-mode). Doc fix.
11643 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
11644
11645 2010-04-02 Sam Steingold <sds@gnu.org>
11646
11647 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
11648 `vc-hg-command' with a list of flags.
11649
11650 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11651 Also accept "patch" and "RFE".
11652 (bug-reference-fontify): `bug-reference-url-format' can also be a
11653 function to be able to handle the bug kind.
11654 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
11655
11656 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
11657
11658 * tmm.el (tmm-get-keymap): Check with symbolp before passing
11659 value to fboundp, it may not be a symbol.
11660
11661 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11662
11663 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
11664
11665 2010-03-31 Juri Linkov <juri@jurta.org>
11666
11667 * simple.el (next-line, previous-line): Re-throw a signal
11668 with `signal' instead of using `ding'.
11669 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
11670
11671 2010-03-31 Juri Linkov <juri@jurta.org>
11672
11673 * simple.el (keyboard-escape-quit): Raise deselecting the active
11674 region higher than exiting the minibuffer.
11675 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
11676
11677 2010-03-31 Juri Linkov <juri@jurta.org>
11678
11679 * image.el (image-animated-p): Use `image-metadata' instead of
11680 `image-extension-data'. Get GIF extenstion data from metadata
11681 property `extension-data'.
11682
11683 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11684
11685 * simple.el (append-to-buffer): Simplify.
11686
11687 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
11688
11689 * textmodes/artist.el (artist-mode): Fix typo in docstring.
11690 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
11691
11692 2010-03-31 Kenichi Handa <handa@m17n.org>
11693
11694 * language/sinhala.el (composition-function-table): Fix regexp for
11695 the new Unicode specification.
11696
11697 * language/indian.el (devanagari-composable-pattern)
11698 (tamil-composable-pattern, kannada-composable-pattern)
11699 (malayalam-composable-pattern): Adjust for the new Unicode
11700 specification.
11701 (bengali-composable-pattern, gurmukhi-composable-pattern)
11702 (gujarati-composable-pattern, oriya-composable-pattern)
11703 (telugu-composable-pattern): New variables to cope with the new
11704 Unicode specification. Use them in composition-function-table.
11705
11706 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11707
11708 Make tmm-menubar work for the Buffers menu again (bug#5726).
11709 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
11710 vectors rather than cons cells, as used in menu-bar-update-buffers.
11711
11712 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11713
11714 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
11715 (js-insert-and-indent): Revert 2009-08-15 change, restoring
11716 electric punctuation for "{}();,:" (Bug#5586).
11717
11718 * mail/sendmail.el (mail-default-directory): Doc fix.
11719
11720 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11721
11722 * mail/sendmail.el (mail-default-directory): Doc fix.
11723
11724 2010-03-31 Eli Zaretskii <eliz@gnu.org>
11725
11726 * subr.el (version-regexp-alist, version-to-list)
11727 (version-list-<, version-list-=, version-list-<=)
11728 (version-list-not-zero, version<, version<=, version=): Doc fix.
11729 (Bug#5744).
11730
11731 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
11732
11733 * vc.el (vc-root-diff): Doc fix.
11734
11735 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11736
11737 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
11738
11739 * simple.el (append-to-buffer): Fix last change.
11740
11741 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11742
11743 * simple.el (append-to-buffer): Ensure that point is preserved if
11744 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
11745 (Bug#5749)
11746
11747 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11748
11749 * files.el (auto-mode-case-fold): Change default to t.
11750
11751 2010-03-30 Juri Linkov <juri@jurta.org>
11752
11753 * dired-x.el (dired-omit-mode): Doc fix.
11754
11755 2010-03-30 Juri Linkov <juri@jurta.org>
11756
11757 * replace.el (occur-accumulate-lines): Move occur-engine related
11758 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
11759 to be located after `occur-engine'.
11760
11761 2010-03-30 Juri Linkov <juri@jurta.org>
11762
11763 Make occur handle multi-line matches cleanly with context.
11764 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
11765
11766 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
11767 (occur-engine): Add local variables `ret', `prev-after-lines',
11768 `prev-lines'. Use more arguments for `occur-context-lines'.
11769 Set first elem of its returned list to `data', and the second elem
11770 to `prev-after-lines'. Don't print the separator line.
11771 In the end, print remaining context after-lines.
11772 (occur-context-lines): Add new arguments `begpt', `endpt',
11773 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
11774 after-lines of the previous match with before-lines of the
11775 current match and not overlap them. Return a list with two
11776 values: the output line and the list of context after-lines.
11777
11778 2010-03-30 Juri Linkov <juri@jurta.org>
11779
11780 * replace.el (occur-accumulate-lines): Fix a bug where the first
11781 context line at the beginning of the buffer was missing.
11782
11783 2010-03-30 Eli Zaretskii <eliz@gnu.org>
11784
11785 * files.el: Make bidi-display-reordering safe variable for boolean
11786 values.
11787
11788 2010-03-29 Phil Hagelberg <phil@evri.com>
11789 Chong Yidong <cyd@stupidchicken.com>
11790
11791 * subr.el: Extend progress reporters to perform "spinning".
11792 (progress-reporter-update, progress-reporter-do-update):
11793 Handle non-numeric value arguments.
11794 (progress-reporter--pulse-characters): New var.
11795
11796 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
11797
11798 * progmodes/compile.el (compilation-start): Fix regexp detection
11799 of initial cd command (Bug#5771).
11800
11801 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
11802
11803 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
11804
11805 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
11806
11807 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
11808 * progmodes/gdb-mi.el: Restore.
11809 * progmodes/gdb-ui.el: Remove.
11810 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
11811
11812 2010-03-25 Glenn Morris <rgm@gnu.org>
11813
11814 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
11815 all dired buffers, even tramp ones. (Bug#5755)
11816
11817 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11818
11819 Add "union tags" in mpc.el.
11820 * mpc.el: Remove backward compatibility code.
11821 (mpc-browser-tags): Change default.
11822 (mpc--find-memoize-union-tags): New var.
11823 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
11824 (mpc-cmd-find): Handle the case where the playlist does not exist.
11825 Handle union-tags.
11826 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
11827 (mpc-cmd-add): Use mpc-cmd-flush.
11828 (mpc-tagbrowser-tag-name): New fun.
11829 (mpc-tagbrowser-buf): Use it.
11830 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
11831
11832 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11833
11834 Misc cleanup.
11835 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
11836 Use replace-regexp-in-string.
11837 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
11838 (makefile-imake-mode-syntax-table): Move init into defvar.
11839 (makefile-mode): Use define-derived-mode.
11840
11841 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
11842 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
11843 not be present any more.
11844
11845 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11846
11847 * faces.el (set-face-attribute): Fix typo in docstring.
11848 (face-valid-attribute-values): Reflow docstring.
11849
11850 2010-03-24 Glenn Morris <rgm@gnu.org>
11851
11852 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
11853
11854 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
11855
11856 * indent.el (indent-for-tab-command): Doc fix.
11857
11858 2010-03-24 Alan Mackenzie <acm@muc.de>
11859
11860 * progmodes/cc-engine.el (c-remove-stale-state-cache):
11861 Fix off-by-one error. Fixes bug #5747.
11862
11863 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11864
11865 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
11866 (image-dired-read-comment): Doc fix.
11867
11868 * json.el (json-object-type, json-array-type, json-key-type)
11869 (json-false, json-null, json-read-number):
11870 * minibuffer.el (completion-in-region-functions):
11871 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
11872 (cal-tex-cursor-week):
11873 * emacs-lisp/trace.el (trace-function):
11874 * eshell/em-basic.el (eshell/printnl):
11875 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
11876 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
11877 * obsolete/levents.el (allocate-event, event-key, event-object)
11878 (event-point, event-process, event-timestamp, event-to-character)
11879 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
11880 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
11881 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
11882 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
11883 (reftex-highlight-selection): Fix typos in docstrings.
11884
11885 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11886
11887 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
11888
11889 2010-03-24 Glenn Morris <rgm@gnu.org>
11890
11891 * mail/rmail.el (rmail-highlight-face): Restore option deleted
11892 2008-02-13 without comment; mark it obsolete.
11893 (rmail-highlight-headers): Use rmail-highlight-face once more.
11894
11895 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
11896
11897 * woman.el (woman2-process-escapes): Only consume the newline if
11898 the filler character is on a line by itself (Bug#5729).
11899
11900 2010-03-24 Kenichi Handa <handa@m17n.org>
11901
11902 * language/indian.el (devanagari-composable-pattern): Add more
11903 consonants.
11904
11905 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
11906
11907 * net/trampver.el: Update release number.
11908
11909 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
11910
11911 * net/tramp.el (tramp-find-executable):
11912 Use `tramp-get-connection-buffer'. Make the regexp for checking
11913 output of "wc -l" more robust.
11914 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
11915 (tramp-open-connection-setup-interactive-shell): Remove workaround
11916 for OpenSolaris bug, it is not needed anymore.
11917
11918 2010-03-24 Glenn Morris <rgm@gnu.org>
11919
11920 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
11921
11922 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
11923
11924 * files.el (auto-mode-alist): Accept more verilog file patterns.
11925
11926 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11927
11928 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
11929
11930 2010-03-24 Glenn Morris <rgm@gnu.org>
11931
11932 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
11933 log-edit-before-checkin-process.
11934
11935 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
11936
11937 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
11938
11939 * vc-dispatcher.el (vc-start-logentry): Doc fix.
11940 (log-view-process-buffer, log-edit-extra-flags): Declare.
11941
11942 * log-edit.el (log-edit-before-checkin-process): Doc fix.
11943
11944 2010-03-23 Sam Steingold <sds@gnu.org>
11945
11946 Fix bug#5620: recalculate all markers on compilation buffer
11947 modifications, not on file modifications.
11948 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
11949 variable: the buffer modification time, for buffers not associated with
11950 files.
11951 (compilation-mode): Create it.
11952 (compilation-filter): Update it.
11953 (compilation-next-error-function): Use it instead of
11954 `visited-file-modtime' for timestamp.
11955
11956 2010-03-23 Juri Linkov <juri@jurta.org>
11957
11958 Implement Occur multi-line matches.
11959 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
11960
11961 * replace.el (occur): Doc fix.
11962 (occur-engine): Set `begpt' to the beginning of the first line.
11963 Set `endpt' to the end of the last match line. At first, count
11964 line numbers between `origpt' and `begpt'. Split out code from
11965 `out-line' variable to new let-bindings `match-prefix' and
11966 `match-str'. In `out-line' add non-numeric prefix to all
11967 non-first lines of multi-line matches. Finally, count lines
11968 between `begpt' and `endpt' and add to `lines'.
11969
11970 2010-03-23 Juri Linkov <juri@jurta.org>
11971
11972 * replace.el (occur-accumulate-lines, occur-engine):
11973 Use `occur-engine-line' instead of duplicate code.
11974 (occur-engine-line): New function created from duplicate code
11975 in `occur-accumulate-lines' and `occur-engine'.
11976
11977 * replace.el (occur-engine-line): Add optional arg `keep-props'.
11978 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
11979
11980 2010-03-23 Juri Linkov <juri@jurta.org>
11981
11982 * finder.el: Remove TODO tasks.
11983
11984 * info.el (Info-finder-find-node): Add node "all"
11985 with all package info. Handle a list of multiple keywords
11986 separated by comma.
11987 (info-finder): In interactive use with a prefix argument,
11988 use `completing-read-multiple' to read a list of keywords
11989 separated by comma.
11990
11991 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11992
11993 Add a new completion style `substring'.
11994 * minibuffer.el (completion-basic--pattern): New function.
11995 (completion-basic-try-completion, completion-basic-all-completions):
11996 Use it.
11997 (completion-substring--all-completions)
11998 (completion-substring-try-completion)
11999 (completion-substring-all-completions): New functions.
12000 (completion-styles-alist): New style `substring'.
12001
12002 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12003
12004 Get rid of .elc files after removal of the corresponding .el.
12005 * Makefile.in (compile-clean): New target.
12006 (compile-main): Use it.
12007
12008 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12009
12010 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12011 don't do make there. When compiling with separate object dir, there
12012 is no Makefile there.
12013
12014 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12015
12016 Get rid of the ELCFILES abomination, again.
12017 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12018 (all, compile): Don't call compile-last.
12019 (compile-main): Build the "elcfiles" list dynamically.
12020 (compile-targets): New (internal) target.
12021
12022 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12023
12024 * Makefile.in (top_srcdir): Define.
12025 (abs_top_builddir): Define.
12026 (srcdir): Don't append `/..'.
12027 (EMACS): Use ${abs_top_builddir}.
12028 (all, compile, compile-always, compile-last): Don't set emacswd.
12029 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12030 $(srcdir).
12031 (lisp): Use $(srcdir) instead of @srcdir@.
12032
12033 2010-03-21 Juri Linkov <juri@jurta.org>
12034
12035 Fix message of multi-line occur regexps and multi-buffer header lines.
12036 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12037
12038 * replace.el (occur-1): Don't display regexp if it is longer
12039 than window-width. Use `query-replace-descr' to display regexp.
12040 (occur-engine): Don't display regexp in the buffer header for
12041 multi-buffer occur. Display a separate header line with total
12042 match count and regexp for multi-buffer occur.
12043 Use `query-replace-descr' to display regexp.
12044
12045 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12046
12047 * net/secrets.el: Fix parenthesis.
12048 (secrets-enabled): Fix parenthesis.
12049
12050 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12051
12052 Use more relative file and directory names.
12053 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12054 (setwins, setwins_almost, setwins_for_subdirs):
12055 Don't `cd'; output relative names.
12056 (all, compile, compile-always, compile-last): Set emacswd.
12057 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12058 Just cd to the lisp source dir so we can use relative file names.
12059
12060 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12061
12062 2010-03-20 Glenn Morris <rgm@gnu.org>
12063
12064 * textmodes/rst.el: Use faces for font-lock customization, and make the
12065 old -face variables obsolete.
12066 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12067 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12068 (rst-block-face, rst-external-face, rst-definition-face)
12069 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12070 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12071 Make obsolete.
12072 (rst-font-lock-keywords-function): Update for above changes.
12073
12074 2010-03-20 Juri Linkov <juri@jurta.org>
12075
12076 * s-region.el:
12077 * obsolete/s-region.el: Move to obsolete.
12078
12079 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
12080
12081 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12082
12083 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12084
12085 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12086
12087 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12088
12089 Add special markup processing for commit logs.
12090 * log-edit.el (log-edit-extra-flags): New variable.
12091 (log-edit): Add new argument MODE. Use that mode when non-nil
12092 instead of the log-view-mode.
12093 (log-view-process-buffer): New function.
12094
12095 * vc.el: Document that the checkin method takes optional
12096 arguments. Document new backend specific method: log-view-mode.
12097 (vc-default-log-edit-mode): New function.
12098 (vc-checkin): Use a backend specific log-view-mode.
12099 Pass extra arguments to the checkin method.
12100 (vc-modify-change-comment): Pass a dummy extra argument.
12101
12102 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12103 log-edit.
12104 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12105 (vc-finish-logentry): Process the log buffer before passing it
12106 down. Pass log-edit-extra-flags.
12107
12108 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12109 command.
12110 (log-edit-extra-flags, log-edit-before-checkin-process):
12111 New declarations.
12112
12113 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12114 command.
12115 (log-edit-extra-flags, log-edit-before-checkin-process):
12116 New declarations.
12117 (vc-hg-log-edit-mode): New derived mode.
12118
12119 * vc-arch.el (vc-arch-checkin):
12120 * vc-cvs.el (vc-cvs-checkin):
12121 * vc-git.el (vc-git-checkin):
12122 * vc-mtn.el (vc-mtn-checkin):
12123 * vc-rcs.el (vc-rcs-checkin):
12124 * vc-sccs.el (vc-sccs-checkin):
12125 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12126
12127 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12128
12129 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12130 parent typo).
12131
12132 2010-03-19 Glenn Morris <rgm@gnu.org>
12133
12134 * password-cache.el (password-cache, password-cache-expiry): Autoload.
12135
12136 2010-03-18 Glenn Morris <rgm@gnu.org>
12137
12138 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12139
12140 * replace.el (query-replace-history): Give it a doc string.
12141 (map-query-replace-regexp): Use query-replace-from-history-variable
12142 and query-replace-to-history-variable.
12143
12144 * mail/hashcash.el (declare-function): Remove duplicate definition.
12145
12146 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12147 Make it an obsolete alias for report-emacs-bug-address.
12148 (message-strip-special-text-properties): Declare.
12149 (report-emacs-bug): Remove test for a pretest bug address.
12150 Combine message-mode-specific code.
12151
12152 * mail/supercite.el: Don't require sendmail.
12153 (mh-in-header-p): Declare rather than using with-no-warnings.
12154 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12155 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12156
12157 * calendar/cal-french.el: Convert to utf-8.
12158
12159 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12160 Emacs scripts.
12161
12162 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
12163
12164 * net/secrets.el (secrets-enabled): New variable. Use it instead
12165 of a subfeature.
12166
12167 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
12168
12169 * net/secrets.el (top): Register the D-Bus signals only when the
12170 service "org.freedesktop.secrets" can be pinged.
12171 Provide subfeature `enabled'.
12172
12173 2010-03-14 Juri Linkov <juri@jurta.org>
12174
12175 Add finder unknown keywords.
12176
12177 * finder.el (finder-unknown-keywords): New function.
12178
12179 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12180 to create a Finder node with unknown keywords.
12181
12182 2010-03-14 Juri Linkov <juri@jurta.org>
12183
12184 * finder.el (finder-compile-keywords): Replace `princ' with
12185 `prin1' on a list of symbols interned from keyword strings.
12186
12187 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12188 a comma, then split keywords using a comma and optional whitespace.
12189 Otherwise, split by whitespace.
12190
12191 * complete.el:
12192 * face-remap.el:
12193 * log-view.el:
12194 * net/hmac-def.el:
12195 * net/hmac-md5.el:
12196 * net/netrc.el:
12197 * progmodes/mixal-mode.el: Fix keywords.
12198
12199 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
12200
12201 * Makefile.in (ELCFILES): Add net/secrets.elc.
12202
12203 * net/secrets.el: New file.
12204
12205 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12206
12207 * facemenu.el (list-colors-display, list-colors-print): New arg
12208 callback. Use it to allow selecting colors.
12209
12210 * wid-edit.el (widget-image-insert): Insert image prop even if the
12211 current display is non-graphic.
12212 (widget-field-value-set): New fun.
12213 (editable-field): Use it.
12214 (widget-field-value-get): Clean up unused var.
12215 (widget-color-value-create, widget-color--choose-action):
12216 New funs. Allow using list-colors-display to choose color.
12217
12218 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12219
12220 * cus-edit.el: Resort topmost custom groups.
12221 (custom-buffer-sort-alphabetically): Default to t.
12222 (customize-apropos): Use apropos-parse-pattern.
12223 (custom-search-field): New var.
12224 (custom-buffer-create-internal): Add custom-apropos search field.
12225 (custom-add-parent-links): Don't display parent doc.
12226 (custom-group-value-create): Don't sort top-level custom group.
12227 (custom-magic-value-create): Show visibility button before option name.
12228
12229 (custom-variable-state): New fun, from custom-variable-state-set.
12230 (custom-variable-state-set): Use it.
12231 (custom-group-value-create): Hide options with standard values
12232 using the :hidden-states property. Use progress reporter.
12233
12234 (custom-show): Simplify.
12235 (custom-visibility): Disable images by default.
12236 (custom-variable): New property :hidden-states.
12237 (custom-variable-value-create): Enable images for
12238 custom-visibility widgets. Use :hidden-states property to
12239 determine initial visibility.
12240
12241 * wid-edit.el (widget-image-find): Give images center ascent.
12242 (visibility): Add :on-image and :off-image properties.
12243 (widget-visibility-value-create): Use them.
12244
12245 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12246
12247 * cus-edit.el (processes): Remove from development group.
12248 (oop, hypermedia): Delete group.
12249 (comm): Promote to top-level group.
12250
12251 * net/browse-url.el (browse-url):
12252 * net/xesam.el (xesam):
12253 * net/tramp.el (tramp):
12254 * net/goto-addr.el (goto-address):
12255 * net/ange-ftp.el (ange-ftp): Put in comm group.
12256
12257 * view.el (view): Remove from editing group.
12258
12259 * uniquify.el (uniquify): Put in files group.
12260
12261 * net/browse-url.el (browse-url):
12262 * ps-print.el (postscript): Put in external group.
12263
12264 * cus-edit.el (outlines):
12265 * textmodes/text-mode.el (text-mode-hook):
12266 * textmodes/table.el (table):
12267 * textmodes/picture.el (picture):
12268 * outline.el (outlines): Put in wp group.
12269
12270 * nxml/nxml-mode.el (nxml): Remove from wp group.
12271
12272 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12273
12274 * mail/metamail.el (metamail): Remove from hypermedia group.
12275
12276 * cus-edit.el (abbrev):
12277 * whitespace.el (whitespace):
12278 * vcursor.el (vcursor):
12279 * reveal.el (reveal):
12280 * hl-line.el (hl-line): Put in convenience group.
12281
12282 * epg-config.el (epg): Put in data group.
12283
12284 * emulation/pc-select.el (pc-select): Put in emulations group.
12285
12286 * calculator.el (calculator): Put in applications group.
12287
12288 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12289
12290 Add .dir-locals.el support for file-less buffers.
12291 * files.el (hack-local-variables): Split out code to apply local
12292 variable settings ...
12293 (hack-local-variables-apply): ... here. New function.
12294 (hack-dir-local-variables): Use the default directory for when the
12295 buffer does not have an associated file.
12296 (hack-dir-local-variables-non-file-buffer): New function.
12297 * diff-mode.el (diff-mode):
12298 * vc-annotate.el (vc-annotate-mode):
12299 * vc-dir.el (vc-dir-mode):
12300 * log-edit.el (log-edit-mode):
12301 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12302
12303 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12304
12305 Add support for shelving snapshots and for showing shelves.
12306 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12307 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12308 New functions.
12309 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12310 (vc-bzr-extra-menu-map): Map them.
12311
12312 2010-03-11 Glenn Morris <rgm@gnu.org>
12313
12314 * cus-edit.el (customize-changed-options-previous-release):
12315 Bump to 23.1.
12316
12317 * image.el (image-animate-max-time): Fix :version tag.
12318
12319 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
12320
12321 * Branch for 23.2.
12322
12323 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12324
12325 * vc-git.el (vc-git-revision-table): Include remote branches.
12326
12327 2010-03-10 Kim F. Storm <storm@cua.dk>
12328
12329 Animated image API.
12330 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12331
12332 * image.el (image-animate-max-time): New defcustom.
12333 (image-animated-types): New defconst.
12334 (create-animated-image, image-animate-timer)
12335 (image-animate-start, image-animate-stop, image-animate-timeout)
12336 (image-animated-p): New functions.
12337
12338 * image-mode.el (image-toggle-display-image):
12339 Replace `create-image' with `create-animated-image'.
12340
12341 2010-03-09 Miles Bader <miles@gnu.org>
12342
12343 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12344 instead of "format:"; this ensures that the output is
12345 newline-terminated.
12346
12347 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
12348
12349 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12350 that all errors are caught, and that the return value is always a
12351 list (Bug#5692).
12352
12353 2010-03-08 Kenichi Handa <handa@m17n.org>
12354
12355 * language/misc-lang.el (windows-1256): New coding system.
12356 (cp1256): New alias of windows-1256 (bug#5690).
12357
12358 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12359
12360 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12361 call to rfc822-bad-address. (Bug#5692)
12362
12363 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12364
12365 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12366 Use vc-git-root as default directory for revision path (Bug#5657).
12367
12368 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
12369
12370 * calculator.el (calculator): Don't bind split-window-keep-point
12371 (Bug#5674).
12372
12373 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12374
12375 * vc-git.el: Re-flow to fit into 80 columns.
12376 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12377 Remove spurious `quote' element in each case alternative.
12378 (vc-git-show-log-entry): Use prog1.
12379 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12380
12381 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12382
12383 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12384
12385 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
12386
12387 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12388 definition, not the name (Bug#5481).
12389
12390 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
12391
12392 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12393 argument with a local variable. (Bug#5670)
12394
12395 2010-03-02 Juri Linkov <juri@jurta.org>
12396
12397 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12398
12399 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
12400
12401 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12402 error when FILENAME and NEWNAME are existing remote directories.
12403
12404 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12405 parameter DIR-FLAG.
12406
12407 2010-03-02 Glenn Morris <rgm@gnu.org>
12408
12409 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12410 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12411
12412 2010-03-01 Kenichi Handa <handa@m17n.org>
12413
12414 * language/burmese.el (burmese-composable-pattern): Rename from
12415 myanmar-composable-pattern.
12416
12417 * international/characters.el (script-list):
12418 * international/fontset.el (script-representative-chars):
12419 Change myanmar to burmese.
12420 (otf-script-alist): Likewise.
12421 (setup-default-fontset): Likewise. Re-fix :otf spec.
12422
12423 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12424
12425 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12426
12427 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12428
12429 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12430
12431 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
12432
12433 * net/tramp.el (tramp-handle-write-region): START can be a string.
12434 Take care in the checks. Reported by Dan Davison
12435 <davison@stats.ox.ac.uk>.
12436
12437 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
12438
12439 * net/dbus.el (dbus-introspect, dbus-get-property)
12440 (dbus-set-property, dbus-get-all-properties):
12441 Use `dbus-call-method' when noninteractive. (Bug#5645)
12442
12443 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
12444
12445 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12446 * emacs-lisp/elint.el (elint-add-required-env):
12447 * calendar/icalendar.el (icalendar--add-diary-entry):
12448 * calc/calcalg2.el (math-tracing-integral):
12449 * files.el (recover-session-finish): Use with-current-buffer
12450 instead of save-excursion.
12451
12452 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12453
12454 Fix in-buffer completion when after-change-functions modify the buffer.
12455 * minibuffer.el (completion--replace): New function.
12456 (completion--do-completion): Use it and use relative movement.
12457
12458 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
12459
12460 * international/fontset.el (setup-default-fontset): Fix :otf spec.
12461
12462 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12463
12464 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12465 Allow the characters _<> in the stack entry (Bug#5653).
12466
12467 2010-02-26 Kenichi Handa <handa@m17n.org>
12468
12469 * language/burmese.el: Fix entries in composition-function-table.
12470 (myanmar-composable-pattern): New variable.
12471
12472 * international/fontset.el (setup-default-fontset): Add an entry
12473 for myanmar.
12474
12475 * international/characters.el (script-list): Add Myanmar
12476 Extended-A.
12477
12478 2010-02-26 Glenn Morris <rgm@gnu.org>
12479
12480 * custom.el (custom-initialize-delay): Doc fix.
12481
12482 * mail/sendmail.el (send-mail-function): Autoload the call
12483 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12484
12485 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
12486
12487 * files.el (hack-local-variables-filter): For eval forms, also
12488 check safe-local-variable-p (Bug#5636).
12489
12490 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
12491
12492 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12493 setting the modes by `ignore-errors'. It might fail, for example
12494 if the file is not owned by the user but the group.
12495 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12496
12497 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
12498
12499 * files.el (directory-listing-before-filename-regexp):
12500 Use stricter matching for iso-style dates, to avoid false matches with
12501 date-like filenames (Bug#5597).
12502
12503 * htmlfontify.el (htmlfontify): Doc fix.
12504
12505 * eshell/eshell.el (eshell): Doc fix.
12506
12507 * startup.el (fancy-about-screen): In mode-line, apply
12508 mode-line-buffer-id face only to the buffer name (Bug#5613).
12509
12510 2010-02-20 Kevin Ryde <user42@zip.com.au>
12511
12512 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12513 In `watcom' anchor regexp to start of line, to avoid slowness
12514 (Bug#5599).
12515
12516 2010-02-20 Eli Zaretskii <eliz@gnu.org>
12517
12518 * subr.el (remove-yank-excluded-properties): Explain in a comment
12519 why `category' property is removed.
12520
12521 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
12522
12523 * isearch.el (isearch-update-post-hook, isearch-update):
12524 Revert 2010-02-17 change.
12525
12526 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
12527
12528 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
12529 (icalendar--convert-weekly-to-ical)
12530 (icalendar--convert-yearly-to-ical)
12531 (icalendar--convert-block-to-ical)
12532 (icalendar--convert-cyclic-to-ical)
12533 (icalendar--convert-anniversary-to-ical): Take care of time
12534 specifications where hour has 1-digit only (Bug#5549).
12535
12536 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
12537
12538 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
12539 of disassemble output in GDB 7.1.
12540
12541 2010-02-19 Glenn Morris <rgm@gnu.org>
12542
12543 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
12544 property. (Bug#5593)
12545
12546 2010-02-18 Sam Steingold <sds@gnu.org>
12547
12548 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12549
12550 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12551
12552 Use abbreviated file names in bookmarks (bug#5591).
12553 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
12554 calls to expand-file-name.
12555 (bookmark-relocate): Use abbreviated file names in bookmarks.
12556 (bookmark-load): Use abbreviated file names in messages.
12557
12558 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
12559
12560 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
12561 expand "." and "..". Reported by Thierry Volpiatto
12562 <thierry.volpiatto@gmail.com>.
12563
12564 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
12565
12566 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
12567 permissions of the temporary file to "0600". In case the remote
12568 file has no read permissions for the owner, there might be
12569 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
12570
12571 22010-02-18 Glenn Morris <rgm@gnu.org>
12572
12573 * emacs-lisp/authors.el (authors-renamed-files-alist):
12574 Add entries for INSTALL.CVS.
12575
12576 2010-02-17 Mark A. Hershberger <mah@everybody.org>
12577
12578 * vc-bzr.el: Fix typo in Known Bugs section.
12579
12580 * isearch.el (isearch-update-post-hook): New hook.
12581 (isearch-update): Use the new hook.
12582
12583 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
12584
12585 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12586 Fix errors in copying directories.
12587 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
12588 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
12589 (tramp-handle-delete-file)
12590 (tramp-handle-dired-recursive-delete-directory)
12591 (tramp-handle-write-region): Flush also the cache for the upper
12592 directory.
12593
12594 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
12595
12596 * simple.el (save-interprogram-paste-before-kill): Doc fix.
12597
12598 * cus-edit.el (hardware): Doc fix.
12599
12600 * man.el (man): Add to external custom group.
12601
12602 * delim-col.el (columns): Move to wp custom group.
12603
12604 * doc-view.el (doc-view): Add to data custom group.
12605
12606 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
12607
12608 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
12609 by ispell-parse-output (Bug#5575).
12610
12611 2010-02-16 Kenichi Handa <handa@m17n.org>
12612
12613 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
12614 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
12615 (skkdic-convert): Use `euc-japan' coding system for writing.
12616
12617 2010-02-16 Glenn Morris <rgm@gnu.org>
12618
12619 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
12620 tex-main-file before using it. (Bug#5562)
12621
12622 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
12623
12624 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
12625 warnings, since it is annoying for the user to see them each time he
12626 runs the code.
12627
12628 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
12629
12630 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
12631 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
12632 instead of PROC for caching "first-password-request". Otherwise,
12633 new processes would not profit from passwords already entered.
12634
12635 * net/tramp-cache.el (tramp-dump-connection-properties):
12636 Don't save "first-password-request" property.
12637
12638 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
12639
12640 * outline.el (outline-head-from-level):
12641 * simple.el (with-wrapper-hook):
12642 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
12643 (elint-defun, elint-buffer-env, elint-top-form-logged)
12644 (elint-unbound-variable):
12645 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
12646 Fix typos in docstrings.
12647
12648 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
12649
12650 * files.el (insert-directory): When WILDCARD-REGEXP and
12651 FULL-DIRECTORY-P are nil, insert the file entry instead of the
12652 whole directory. (Bug#5551)
12653
12654 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
12655 dired's alignment sanity. (Bug#5516)
12656
12657 2010-02-14 Juri Linkov <juri@jurta.org>
12658
12659 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
12660 Remove remaining ^H with their preceding chars. (Bug#5566)
12661
12662 2010-02-13 Glenn Morris <rgm@gnu.org>
12663
12664 * simple.el (transpose-subr): Give it a doc-string.
12665
12666 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
12667 Doc fixes.
12668
12669 2010-02-12 Juri Linkov <juri@jurta.org>
12670
12671 * arc-mode.el (archive-unique-fname): Make directories for nested
12672 archives. (Bug#5540)
12673
12674 2010-02-12 Juri Linkov <juri@jurta.org>
12675
12676 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
12677
12678 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12679
12680 * subr.el (copy-overlay): Handle deleted overlays.
12681
12682 * man.el (Man-completion-table): Don't signal an error if we can't run
12683 manual-program (bug#4056).
12684
12685 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
12686
12687 * textmodes/artist.el (artist-mt): Fix typos in docstring.
12688
12689 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12690
12691 * info.el (Info-bookmark-jump): Simplify.
12692
12693 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
12694 (bookmark-default-handler): Accept new bookmark field `buffer'.
12695
12696 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
12697
12698 * iswitchb.el (iswitchb-completions): Revert last change.
12699
12700 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
12701
12702 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
12703 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
12704 This prevents file names like "~/" being listed literally.
12705
12706 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12707
12708 * term/xterm.el (xterm-maybe-set-dark-background-mode):
12709 Remove dead code. (Bug#5546)
12710
12711 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
12712
12713 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
12714 correctly (Bug#5548).
12715
12716 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
12717
12718 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
12719 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
12720
12721 2010-02-08 Kenichi Handa <handa@m17n.org>
12722
12723 * international/mule-util.el (with-coding-priority): Add autoload
12724 cookie for putting `lisp-indent-function'.
12725
12726 2010-02-07 Glenn Morris <rgm@gnu.org>
12727
12728 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
12729 Move F2003 named interfaces from keywords-2 to keywords-1, and
12730 use function-name-face rather than constant-face.
12731 Simplify "abstract interface" regexp.
12732
12733 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
12734
12735 * eshell/esh-util.el (eshell-file-attributes): New optional arg
12736 ID-FORMAT. Pass it to `file-attributes'.
12737
12738 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
12739
12740 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
12741
12742 * faces.el (set-face-attribute): Allow calling
12743 internal-set-lisp-face-attribute with 'unspecified family and
12744 foundry argument (Bug#5536).
12745
12746 2010-02-07 Glenn Morris <rgm@gnu.org>
12747
12748 * progmodes/f90.el (f90-font-lock-keywords-2)
12749 (f90-looking-at-type-like, f90-looking-at-program-block-end):
12750 Handle F2003 named interfaces.
12751
12752 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
12753
12754 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
12755 beg and end before calling c-get-state-before-change-functions.
12756
12757 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
12758
12759 * vc-bzr.el (vc-bzr-dir-extra-headers):
12760 Disable the pending merges header.
12761
12762 2010-02-05 Juri Linkov <juri@jurta.org>
12763
12764 * doc-view.el (doc-view-mode):
12765 * image-mode.el (image-mode): Put property mode-class=special.
12766 (Bug#4896)
12767
12768 2010-02-05 Mark A. Hershberger <mah@everybody.org>
12769
12770 * vc-svn.el (vc-svn-revision-table): New function.
12771
12772 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
12773
12774 * net/ange-ftp.el (ange-ftp-insert-directory):
12775 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12776 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12777 Handle also directories. (Bug#5478)
12778
12779 2010-02-05 Glenn Morris <rgm@gnu.org>
12780
12781 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
12782
12783 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
12784
12785 * startup.el (command-line-1): Convert options beginning with a
12786 single dash as well (Bug#5519).
12787
12788 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
12789
12790 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
12791 * minibuffer.el (completion-initials-expand): Only check the presence
12792 of delims *within* the boundaries, since otherwise the / delim is
12793 always found for files.
12794
12795 Fix up various corner case problems.
12796 * doc-view.el (doc-view-last-page-number): New function.
12797 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
12798 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
12799 (doc-view-kill-proc): Avoid inf-loop in freak cases.
12800 (doc-view-reconvert-doc): Use the new recursive delete-directory.
12801 (doc-view-convert-current-doc): Don't create the resolution.el file
12802 here any more.
12803 (doc-view-pdf/ps->png): Do it here instead.
12804 (doc-view-already-converted-p): Check that resolution.el is present.
12805 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
12806 windows that are not yet showing images.
12807
12808 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
12809
12810 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
12811 `dired-uncache' for every elemnt which is an absolute file name.
12812
12813 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
12814 directory, handle its directory component.
12815 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
12816 function is called permanently and creates noise, otherwise.
12817
12818 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12819 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12820 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
12821
12822 2010-02-04 David Burger <dburger@google.com> (tiny change)
12823
12824 * macros.el (apply-macro-to-region-lines):
12825 Minor simplification. (Bug#5485)
12826
12827 2010-02-04 Glenn Morris <rgm@gnu.org>
12828
12829 * mail/rmail.el (rmail-show-message-1): Handle malformed
12830 quoted-printable text. (Bug#5441)
12831
12832 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
12833
12834 * simple.el (visual-line-mode): Capitalize lighter.
12835
12836 2010-02-03 John Wiegley <jwiegley@gmail.com>
12837
12838 * iswitchb.el (iswitchb-completions): Add bookmark files to the
12839 list of files considered for "virtual buffer" completions.
12840
12841 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
12842
12843 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
12844 also in case of (and (not full) (not wildcard)). This is needed
12845 when dired is called with a list of files, which are not in
12846 `default-directory'. (Bug#5478)
12847
12848 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12849
12850 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
12851
12852 2010-02-02 Juri Linkov <juri@jurta.org>
12853
12854 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
12855 from unidiff to allow function-line after @@.
12856
12857 2010-02-02 Juri Linkov <juri@jurta.org>
12858
12859 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
12860 '(RCS SCCS) with inverted condition.
12861
12862 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
12863
12864 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
12865 messages.
12866
12867 2010-02-01 Juri Linkov <juri@jurta.org>
12868
12869 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
12870 compare with "pkunzip" and "pkzip" instead of only "pkzip".
12871 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
12872 only when (car archive-zip-extract) is "unzip". (Bug#5475)
12873
12874 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
12875
12876 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
12877 (doc-view-revert-buffer): New command.
12878 (doc-view-mode-map): Use it.
12879
12880 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
12881
12882 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
12883 pending merge is detected.
12884
12885 2010-01-31 Juri Linkov <juri@jurta.org>
12886
12887 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
12888 beginning of interactive spec like all other grep commands do.
12889 Put "all" in front of "gz". (Bug#5260)
12890
12891 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
12892
12893 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
12894
12895 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
12896
12897 * dirtrack.el (dirtrack): Warn instead of signalling error if the
12898 regexp is incorrect (Bug#5476).
12899
12900 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
12901
12902 * net/tramp.el (tramp-handle-insert-directory): Handle also
12903 symlinks, when FILENAME is not in `default-directory'.
12904
12905 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
12906
12907 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
12908 FILE is not in `default-directory'. (Bug#5478)
12909
12910 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
12911 of SWITCHES. Handle the case, FILENAME is not in
12912 `default-directory'. (Bug#5478)
12913 (tramp-register-file-name-handlers): Add safe-magic property.
12914
12915 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
12916
12917 * arc-mode.el (archive-zip-extract): Quote the argument passed to
12918 unzip (Bug#5475).
12919
12920 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
12921
12922 * progmodes/flymake.el (flymake-allowed-file-name-masks)
12923 (flymake-master-make-header-init): Add other C++ filename masks.
12924 (flymake-find-possible-master-files)
12925 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
12926
12927 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
12928
12929 Fix some busybox annoyances.
12930
12931 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
12932 not responding." string.
12933 (tramp-open-connection-setup-interactive-shell): Dump stty
12934 settings. Enable "neveropen" arg for all `tramp-send-command'
12935 calls. Handle "=" in variable values properly.
12936 (tramp-find-inline-encoding): Raise an error, when no encoding is
12937 found.
12938 (tramp-wait-for-output): Check, whether PROC buffer is available.
12939 Remove spurious " ^H" sequences, sent by busybox.
12940 (tramp-get-ls-command): Suppress coloring, if possible.
12941
12942 2010-01-28 Glenn Morris <rgm@gnu.org>
12943
12944 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
12945
12946 * log-edit.el (log-edit-strip-single-file-name): Add missing
12947 :safe, :group, and :version tags.
12948
12949 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
12950
12951 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
12952 buffers. (Bug#5477)
12953
12954 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
12955
12956 * files.el (delete-directory): Handle moving to trash without
12957 first doing recursion (Bug#5436).
12958
12959 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
12960
12961 * vc-hooks.el (vc-path): Mark as obsolete.
12962
12963 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
12964
12965 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
12966 names too.
12967
12968 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
12969 for the short log.
12970 (vc-bzr-log-view-mode): Adjust regexp for the above change.
12971
12972 2010-01-25 Mark A. Hershberger <mah@everybody.org>
12973
12974 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
12975
12976 * vc-bzr.el (vc-bzr-revision-table): New function.
12977
12978 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
12979
12980 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
12981 diff-index command. This requires at least git-1.5.5. (Bug#1589).
12982
12983 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
12984
12985 Remove support for adding --signoff on commit.
12986 Future support will use an incompatible generic mechanism.
12987 * vc-git.el (vc-git-add-signoff): Remove variable.
12988 (vc-git-toggle-signoff): Remove function.
12989 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
12990
12991 * term/xterm.el (xterm-maybe-set-dark-background-mode):
12992 Rename from xterm-set-background-mode. Return t if the background mode
12993 was set.
12994 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
12995 earlier, call it again in case the background mode has changed.
12996
12997 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
12998
12999 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13000 (Bug#3541).
13001
13002 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
13003
13004 * emacs-lisp/assoc.el (aelement): Doc fix.
13005 (aput, adelete, amake): Use lexical-let (Bug#5450).
13006
13007 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
13008
13009 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13010 is the same as subprogram call, not declaration. (Bug#5435).
13011
13012 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
13013
13014 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13015 (tramp-smb-maybe-open-connection): Use it.
13016
13017 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
13018
13019 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
13020
13021 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13022
13023 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13024 just because we see "encoding: 8bit".
13025 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13026
13027 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
13028
13029 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13030
13031 2010-01-22 Eli Zaretskii <eliz@gnu.org>
13032
13033 * jka-compr.el (jka-compr-load): If load-file is not in
13034 load-history, try its file-truename version. (bug#5447)
13035
13036 2010-01-21 Alan Mackenzie <acm@muc.de>
13037
13038 Fix a situation where deletion of a cpp construct throws an error.
13039 * progmodes/cc-engine.el (c-invalidate-state-cache):
13040 Before invoking c-with-all-but-one-cpps-commented-out, check that the
13041 special cpp construct is still in the buffer.
13042 (c-parse-state): Record the special cpp with markers, not numbers.
13043
13044 2010-01-21 Kenichi Handa <handa@m17n.org>
13045
13046 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13047 process last-command-event, as it is now decoded first (Bug#5380).
13048
13049 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
13050
13051 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13052
13053 2010-01-20 Glenn Morris <rgm@gnu.org>
13054
13055 * indent.el (tab-always-indent): Fix custom-type.
13056
13057 2010-01-19 Alan Mackenzie <acm@muc.de>
13058
13059 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13060 buffer throws "args out of range".
13061 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13062 playing the role of delimiter.
13063
13064 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13065
13066 * progmodes/ada-mode.el: Fix bug#5400.
13067 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13068 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13069 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13070 Improve comments in "is" portion. Handle null procedure declaration.
13071 (ada-move-to-end): Improve doc string.
13072
13073 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13074
13075 * ido.el (ido-cur-list): Initialize to nil.
13076 Remove obsolete information from commentary.
13077 (ido-choice-list): Initialize to nil.
13078 (ido-get-bufname): Reject minibuffers.
13079 (ido-make-buffer-list): If "default" is a nonexistent
13080 buffer, ignore it, as per the function's comment.
13081 (ido-kill-buffer-internal): New function.
13082 (ido-kill-buffer-at-head): Use it.
13083 (ido-visit-buffer): Likewise.
13084
13085 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
13086
13087 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13088
13089 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
13090
13091 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13092 Fix typos in chart titles.
13093
13094 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
13095 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13096 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13097 (describe-class, eieio-describe-generic, describe-generic):
13098 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13099 (eieio-speedbar-expand):
13100 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13101 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13102 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13103 (viper-del-backward-char-in-replace, viper-backward-indent)
13104 (viper-brac-function, viper-register-to-point, viper-submit-report):
13105 * net/tramp.el (tramp-remote-coding-commands):
13106 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13107 Fix typos in docstrings.
13108
13109 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
13110
13111 * mail/sendmail.el (mail-yank-original): Set the mark if the
13112 specified function for yanking does not do it.
13113
13114 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13115
13116 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13117
13118 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13119 resyncing a directory.
13120
13121 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13122
13123 * progmodes/ada-mode.el: Fix bug#1920.
13124 (ada-ident-re): Delete ., allow multibyte characters.
13125 (ada-goto-label-re): New; matches goto labels.
13126 (ada-block-label-re): New; matches block labels.
13127 (ada-label-re): New; matches both.
13128 (ada-named-block-re): Deleted; callers changed to use
13129 `ada-block-label-re' instead.
13130 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13131 Use `ada-block-label-re'.
13132 (ada-indent-on-previous-lines): Improve handling of goto labels.
13133 (ada-get-indent-block-start): Special-case block label.
13134 (ada-get-indent-label): Split into `ada-indent-block-label' and
13135 `ada-indent-goto-label'.
13136 (ada-goto-stmt-start, ada-goto-next-non-ws):
13137 Optionally ignore goto labels.
13138 (ada-goto-next-word): Simplify.
13139 (ada-indent-newline-indent-conditional): Insert newline before
13140 trying to fix indentation; doc fix.
13141
13142 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13143
13144 * calc/calc.el (calc-command-flags): Give it an initial value.
13145
13146 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
13147
13148 * files.el (minibuffer-with-setup-hook):
13149 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13150 (artist-key-draw-continously, artist-key-do-continously-continously)
13151 (artist-key-set-point-continously, artist-mouse-draw-continously):
13152 Fix typos in docstrings.
13153
13154 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13155
13156 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13157 Never return t (Bug#3898).
13158
13159 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
13160
13161 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13162 can parse the output of the external commands (Bug#5279).
13163
13164 2010-01-16 Jari Aalto <jari.aalto@cante.net>
13165
13166 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13167
13168 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
13169
13170 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13171
13172 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13173
13174 * startup.el (command-line): Remove unused --icon-type arg.
13175 Handle --display arg, passing it to command-line-1 (Bug#5392).
13176
13177 2010-01-16 Mario Lang <mlang@delysid.org>
13178
13179 * emacs-lisp/chart.el (chart-translate-namezone):
13180 * textmodes/artist.el (artist-compute-popup-menu-table):
13181 Remove duplicated words in doc-strings.
13182
13183 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13184
13185 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13186 to mairix-search to suppress threading (Bug#5342).
13187
13188 2010-01-15 Kenichi Handa <handa@m17n.org>
13189
13190 * international/mule-cmds.el (canonicalize-coding-system-name):
13191 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
13192
13193 2010-01-15 Glenn Morris <rgm@gnu.org>
13194
13195 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13196
13197 * wid-edit.el (widget-keymap): Doc fix.
13198
13199 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13200 former seems to be more widely accepted by various svn versions.
13201
13202 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13203
13204 * find-cmd.el (find-constituents):
13205 * vc-arch.el (vc-arch-root):
13206 * window.el (window-body-height, pop-up-frames):
13207 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13208 * progmodes/ada-stmt.el (ada-if):
13209 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13210 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13211 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13212 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13213
13214 * progmodes/flymake.el (flymake-post-syntax-check):
13215 Fix typo in error message.
13216
13217 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13218
13219 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13220 which is always a string. (Bug#5313)
13221
13222 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13223
13224 * progmodes/ada-xref.el (ada-default-prj-properties):
13225 Simplify previous change.
13226
13227 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13228
13229 * progmodes/ada-xref.el (ada-default-prj-properties):
13230 Default ada_project_path to $ADA_PROJECT_PATH.
13231
13232 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13233
13234 * progmodes/ada-mode.el (ada-create-keymap):
13235 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13236
13237 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13238
13239 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13240 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13241 (ada-get-current-indent, ada-imenu-generic-expression)
13242 (ada-which-function): Check for it.
13243
13244 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13245
13246 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13247 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13248
13249 2010-01-14 Glenn Morris <rgm@gnu.org>
13250
13251 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13252
13253 2010-01-14 Kenichi Handa <handa@m17n.org>
13254
13255 * composite.el (auto-composition-mode): Make it a buffer local
13256 variable (permanent-local).
13257 (auto-composition-function): Set the default value to
13258 auto-compose-chars.
13259 (auto-composition-mode): Make it a simple function, not a minor mode.
13260 (global-auto-composition-mode): Likewise.
13261 (turn-on-auto-composition-if-enabled): Delete it.
13262
13263 2010-01-13 Karl Fogel <kfogel@red-bean.com>
13264
13265 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
13266
13267 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
13268
13269 * files.el (copy-directory): Compute target for recursive
13270 directories with identical names. (Bug#5343)
13271
13272 2010-01-12 Glenn Morris <rgm@gnu.org>
13273
13274 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13275 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
13276
13277 2010-01-11 Sam Steingold <sds@gnu.org>
13278
13279 * imenu.el (imenu-default-create-index-function): Detect infinite
13280 loops caused by imenu-prev-index-position-function.
13281
13282 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
13283
13284 * htmlfontify.el (htmlfontify-load-rgb-file)
13285 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13286 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13287 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13288 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13289 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13290 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13291 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13292 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13293 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13294 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13295 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13296 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13297 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13298 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13299 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13300 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13301 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13302 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13303 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13304 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13305 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13306 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13307 backslash-quoting from parentheses, etc.
13308
13309 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
13310
13311 * progmodes/js.el: Autoload javascript-mode alias.
13312
13313 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
13314
13315 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13316 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13317 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13318 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13319 Fix typos in docstrings.
13320 (ffap-url-regexp): Doc fix.
13321 (ffap-at-mouse): Fix typo in message.
13322
13323 2010-01-11 Glenn Morris <rgm@gnu.org>
13324
13325 * version.el (emacs-copyright): Set copyright year to 2010.
13326
13327 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13328
13329 * format.el (format-annotate-function): Only set
13330 write-region-post-annotation-function after running to-fn so as not to
13331 affect nested write-region calls (bug#5273).
13332
13333 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
13334
13335 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13336 wisent/python.el.
13337
13338 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
13339
13340 * man.el (Man-goto-section): Signal error if the section is not
13341 found (Bug#5317).
13342
13343 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
13344
13345 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13346 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13347
13348 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
13349
13350 * progmodes/compile.el: Don't treat compile-command as safe if
13351 compilation-read-command might be nil (Bug#4218).
13352
13353 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13354
13355 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13356 NS options.
13357
13358 2010-01-08 Kenichi Handa <handa@m17n.org>
13359
13360 * international/fontset.el (build-default-fontset-data):
13361 Exclude characters in scripts kana, hangul, han, or cjk-misc.
13362
13363 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
13364
13365 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13366 to `create-file-buffer' as it expects, not just a buffer name.
13367 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13368 to help uniquify. (Bug#3224)
13369
13370 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13371
13372 * font-setting.el (font-setting-change-default-font): Use user-spec
13373 instead of name.
13374
13375 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13376
13377 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13378
13379 2010-01-05 Tom Tromey <tromey@redhat.com>
13380
13381 * progmodes/python.el (python-font-lock-keywords):
13382 Handle qualified decorators (Bug#881).
13383
13384 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13385
13386 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13387 in a lightweight checkout.
13388
13389 2010-01-05 Kenichi Handa <handa@m17n.org>
13390
13391 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
13392
13393 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13394
13395 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13396
13397 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13398
13399 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13400 checkouts. (Bug#618)
13401 (vc-bzr-log-view-mode): Also highlight the author.
13402 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13403 (vc-bzr-shelve-menu-map):
13404 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13405 (vc-bzr-shelve-apply): Make prompt more explicit.
13406
13407 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
13408
13409 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13410 They are valid characters in URL paths (rfc3986), and at least
13411 Firefox does not understand the encoded version (Bug#3166).
13412
13413 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13414
13415 * progmodes/octave-mod.el (octave-end-keywords)
13416 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13417 Add "end" keyword (Bug#3061).
13418 (octave-end-as-array-index-p): New function.
13419 (calculate-octave-indent): Use it.
13420
13421 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13422
13423 * bookmark.el: Consistently put the text property on the bookmark name.
13424 (bookmark-bmenu-marks-width): Bump back to 2, to include
13425 annotation marks.
13426 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13427 property on the bookmark name, instead of not putting it at all.
13428 (bookmark-bmenu-list): Fix where we put the text property.
13429
13430 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13431
13432 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13433 for showing buffer modified state (as added in the previous change).
13434
13435 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13436
13437 * bookmark.el: Show modified state of bookmark buffer more accurately.
13438 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13439 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13440 (with-buffer-modified-unmodified): New macro.
13441 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13442 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
13443 Use new macro to preserve the buffer modified state.
13444
13445 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13446
13447 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
13448 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13449 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13450 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13451 (bookmark-bmenu-rename, bookmark-bmenu-locate)
13452 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13453 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
13454
13455 2010-01-02 Eli Zaretskii <eliz@gnu.org>
13456
13457 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13458 Make the lines in the generated doc string shorter. (Bug#4668)
13459
13460 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
13461
13462 * net/rcirc.el: Add follow-link binding (Bug#4738).
13463
13464 2010-01-02 Eli Zaretskii <eliz@gnu.org>
13465
13466 * Makefile.in (bzr-update): Rename from cvs-update.
13467 (cvs-update): New target for backward compatibility.
13468
13469 * makefile.w32-in (bzr-update): Rename from cvs-update.
13470 (cvs-update): New target for backward compatibility.
13471
13472 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13473
13474 * bookmark.el: Remove gratuitous gratitude.
13475
13476 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13477
13478 * bookmark.el (bookmark-bmenu-any-marks): New function.
13479 (bookmark-bmenu-save): Clear buffer modification if no marks.
13480
13481 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13482
13483 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
13484 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13485 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13486 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13487
13488 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13489 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13490 To: emacs-devel {_AT_} gnu.org
13491 Subject: bookmark.el bug report
13492 Date: Mon, 28 Dec 2009 14:19:16 +0800
13493 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13494
13495 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13496
13497 * bookmark.el: Improvements suggested by Drew Adams:
13498 (bookmark-bmenu-ensure-position): New name for
13499 `bookmark-bmenu-check-position'. Just ensure the position,
13500 don't return any meaningful value.
13501 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
13502 New constants.
13503
13504 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
13505
13506 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
13507 (bookmark-yank-point, bookmark-bmenu-check-position):
13508 Fix typos in docstrings.
13509 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
13510 (bookmark-name-from-full-record, bookmark-get-position)
13511 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
13512 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
13513 Remove useless quoting of parenthesis, etc. in docstrings.
13514
13515 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
13516 (ediff-append-custom-diff): Fix typo in error message.
13517 (ediff-meta-mark-equal-files): Fix typos in messages.
13518
13519 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
13520
13521 * net/imap-hash.el (imap-hash-make): Doc fix.
13522 (imap-hash-test): Fix typo in error message; reflow docstring.
13523 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
13524 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
13525 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
13526 Fix typos in docstrings.
13527 (imap-hash-open-connection): Fix typo in error message.
13528
13529 * play/gomoku.el (gomoku): Fix typos in docstring.
13530
13531 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
13532 (gdb-jsonify-buffer): Fix typos in docstring.
13533 (gdb-goto-breakpoint): Fix typo in error message.
13534 ("Display Other Windows"): Fix typo in help message.
13535 (gdb-speedbar-expand-node): Fix typo in question.
13536
13537 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
13538 (idlwave-html-system-help-location, idlwave-html-help-location)
13539 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
13540 (idlwave-help-browser-generic-args, idlwave-help-directory)
13541 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
13542 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
13543 (idlwave-online-help, idlwave-help-html-link)
13544 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
13545 Fix typos in docstrings.
13546 (idlwave-help-with-source, idlwave-help-find-routine-definition):
13547 Reflow docstrings.
13548 (idlwave-help-assistant-start): Fix typo in error message.
13549
13550 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
13551 (octave-electric-space): Fix typos in docstrings.
13552
13553 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
13554
13555 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
13556
13557 2010-01-01 Juri Linkov <juri@jurta.org>
13558
13559 * comint.el (comint-input-ring-size): Make it a defcustom and
13560 increase the default to 500 (Bug#5148).
13561
13562 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
13563
13564 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
13565 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
13566 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
13567
13568 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
13569
13570 Show working revision correctly for mercurial.
13571 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
13572 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
13573
13574 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
13575
13576 Declare some functions for the byte-compiler.
13577 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
13578 (speedbar-timer-fn, speedbar-change-expand-button-char)
13579 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
13580
13581 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
13582
13583 This changeset reverts GDB Graphical Interface to use annotations.
13584 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
13585
13586 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
13587
13588 Make vc-dir work on subdirectories of the bzr root.
13589 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
13590 Return file names relative to it.
13591 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
13592 relative directory to vc-bzr-after-dir-status.
13593
13594 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
13595
13596 * font-lock.el (font-lock-refresh-defaults): New function, which
13597 can be used to let font-lock react to external changes in
13598 variables like font-lock-defaults and keywords.
13599 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
13600
13601 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
13602
13603 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
13604
13605 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
13606
13607 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
13608
13609 Supersede color.diff settings in git log (bug#5211).
13610
13611 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
13612 escape chars in its output when the user has color.diff set to `always'.
13613 This fix works on git 1.4.2 and newer (released on 2006-08-13).
13614
13615 2009-12-26 Kevin Ryde <user42@zip.com.au>
13616
13617 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
13618 node. Keep previous "Index" name to work with past coreutils too.
13619
13620 * man.el (man): Revise docstring a bit to show -a and -l as
13621 examples. Add -k description since support for it has otherwise
13622 been a secret. (Further to bug#3717.)
13623 (Man-bgproc-sentinel): When "-k foo" produces no output show error
13624 "no matches" rather than "Can't find manpage", as the latter reads
13625 like -k was interpreted as a page name, which is not so. (Bug#5431)
13626
13627 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
13628
13629 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
13630 switches. Check also for //SUBDIRED// line.
13631
13632 2009-12-25 Kenichi Handa <handa@m17n.org>
13633
13634 * language/indian.el (devanagari-composable-pattern): Fix to
13635 handle ZWNJ and ZWJ. Use it in composition-function-table for
13636 Devanagari.
13637 (malayalam-composable-pattern): Fix previous change.
13638
13639 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13640
13641 * ps-print.el (ps-face-attributes): It was not returning the
13642 attribute face for faces specified as string. Reported by harven
13643 <harven@free.fr>. (Bug#5254)
13644 (ps-print-version): New version 7.3.5.
13645
13646 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
13647
13648 * calendar/icalendar.el (icalendar--convert-tz-offset):
13649 Fix timezone names.
13650 (icalendar--convert-tz-offset): Fix the "last-day-problem".
13651 (icalendar--add-diary-entry): Remove the trailing blank that
13652 diary-make-entry inserts.
13653
13654 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
13655
13656 Make `file-expand-wildcards' work for remote files.
13657
13658 * files.el (file-expand-wildcards): In case of remote files, check
13659 only local file name part for wildcards. Provide feature 'files
13660 and subfeature 'remote-wildcards. (Bug#5198)
13661
13662 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
13663 if there is already an established connection.
13664 (tramp-advice-file-expand-wildcards): Remove it.
13665
13666 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
13667 (tramp-advice-file-expand-wildcards): Move from tramp.el.
13668 Activate advice for older GNU Emacs versions. (Bug#5237)
13669
13670 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
13671
13672 Some doc fixes (more needed).
13673
13674 * find-cmd.el (find-constituents): Reflow docstring.
13675 (find-cmd, find-prune, find-command): Fix typos in docstrings.
13676 (find-generic): Doc fix.
13677
13678 2009-12-17 Juri Linkov <juri@jurta.org>
13679
13680 Fix regression from 23.1 to allow multiple modes in Local Variables.
13681
13682 * files.el (hack-local-variables-filter): While ignoring duplicates,
13683 don't take `mode' into account.
13684 (hack-local-variables-filter, hack-dir-local-variables):
13685 Don't remove duplicate `mode' from local-variables-alist (like `eval').
13686
13687 2009-12-17 Juri Linkov <juri@jurta.org>
13688
13689 Make `dired-diff' safer. (Bug#5225)
13690
13691 * dired-aux.el (dired-diff): Signal an error when `file' equals to
13692 `current' or when `file' is a directory of the `current' file.
13693
13694 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
13695
13696 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
13697 unconditionally preloaded files.
13698
13699 2009-12-16 Juri Linkov <juri@jurta.org>
13700
13701 Revert to old 23.1 logic of using the file at the mark as default.
13702 * dired-aux.el (dired-diff): Use the file at the mark as default
13703 if it's not the same as the current file, and the target dir is
13704 the current dir or the mark is active. Add the current file
13705 as the arg of `dired-dwim-target-defaults'. Use the default file
13706 in the prompt. (Bug#5225)
13707
13708 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
13709
13710 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
13711 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
13712 (tramp-check-for-regexp): Check also, when an echoing shell stops
13713 to echo sent commands.
13714
13715 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
13716
13717 * Makefile.in: Revert last change (Bug#5191).
13718
13719 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
13720
13721 * vc-hg.el (vc-hg-print-log): Fix argument order.
13722 (vc-hg-working-revision): Make sure the command is executed in a
13723 known environment so that we can parse the output. (Bug#4417)
13724
13725 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
13726
13727 * progmodes/python.el (python-symbol-completions): Remove text
13728 properties from symbol string before calling python-send-receive.
13729
13730 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
13731
13732 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
13733 when there are values for both file and line. (Bug#5060)
13734
13735 2009-12-14 Juri Linkov <juri@jurta.org>
13736
13737 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
13738 whitespace after the file name of the first line of unified format,
13739 because git-diff doesn't output whitespace and file modification time
13740 after the file name.
13741
13742 2009-12-14 David Kastrup <dak@gnu.org>
13743
13744 * info.el (Info-hide-cookies-node): Before hiding a cookie,
13745 check if it already has the `display' property added by
13746 `Info-display-images-node', and not put the `invisible' property
13747 in this case.
13748
13749 2009-12-13 Glenn Morris <rgm@gnu.org>
13750
13751 * mail/emacsbug.el (message-sort-headers): Define for compiler.
13752 (report-emacs-bug): In message-mode, sort manually before storing
13753 original report text. (Bug#5178)
13754 Remove superfluous save-excursion.
13755
13756 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
13757
13758 * net/dbus.el (dbus-property-handler): Filter lambda forms out
13759 when responding to "GetAll" properties.
13760
13761 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
13762
13763 * simple.el (compose-mail): Remove mail-setup-with-from from
13764 customization checks.
13765
13766 2009-12-12 Eli Zaretskii <eliz@gnu.org>
13767
13768 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
13769 RAR archives created on Unix systems.
13770
13771 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
13772
13773 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
13774 the varalias that was accidentally removed by the 2009-11-19 change
13775 (bug#5186).
13776
13777 2009-12-12 Kenichi Handa <handa@m17n.org>
13778
13779 * language/indian.el (indian-compose-regexp): New function.
13780 (malayalam-composable-pattern): Fix the pattern.
13781 (composition-function-table): Set malayalam-composable-pattern for
13782 Malayalam characters.
13783
13784 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
13785
13786 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
13787 rather than down-mouse-1, based on follow-link conventions.
13788
13789 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
13790 are compiled.
13791
13792 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
13793
13794 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
13795 (verilog-vmm-statement-re, verilog-ovm-statement-re)
13796 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
13797 (verilog-leap-to-head, verilog-backward-token):
13798 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
13799
13800 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
13801
13802 * progmodes/verilog-mode.el (verilog-auto-lineup)
13803 (verilog-nameable-item-re): Cleanup user-visible spelling and
13804 documentation errors. One reported by Gary Delp.
13805 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
13806 (verilog-read-decls): Fix AUTOWIRE with types declared in a
13807 package, bug195. Reported by Pierre-David Pfister.
13808
13809 2009-12-11 Glenn Morris <rgm@gnu.org>
13810
13811 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
13812
13813 * mail/emacsbug.el: No longer require sendmail.
13814 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
13815 (report-emacs-bug-orig-text): Doc fix.
13816 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
13817 New local variables, to adapt to different mail-user-agents.
13818 (report-emacs-bug): Fix test for a gnu.org address.
13819 Use overlays for emphasis, since font-lock defeats 'face property.
13820 Pretest bugs also end up at the newsgroup these days.
13821 Stop message-mode stripping text properties.
13822 Set and use the new buffer-local variables.
13823 (report-emacs-bug-hook): Add doc-string.
13824 Remove some unnecessary save-excursions and simplify.
13825 Use the appropriate hook and send-command.
13826
13827 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
13828 capitalization of some menu entries.
13829
13830 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13831
13832 * whitespace.el (whitespace-display-char-on):
13833 Ensure `buffer-display-table' is unique when two or more windows are
13834 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
13835 New version 12.1.
13836
13837 2009-12-10 Eli Zaretskii <eliz@gnu.org>
13838
13839 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
13840 characters in the Attribute field.
13841
13842 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
13843
13844 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
13845
13846 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
13847
13848 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
13849 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13850 Disregard autoload-excludes.
13851 (update-directory-autoloads): Obey autoload-excludes here instead.
13852 But don't store its contents in no-autoloads and remove entries that
13853 refer to excludes files.
13854
13855 2009-12-10 Glenn Morris <rgm@gnu.org>
13856
13857 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
13858 (expand-mail-aliases): Define for compiler.
13859
13860 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
13861 Define for compiler.
13862
13863 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
13864 appropriate for the mail-user-agent in use.
13865
13866 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
13867
13868 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
13869
13870 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
13871
13872 Fix short log parsing and fontification.
13873 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
13874 Fix fontification for the [merge] label.
13875
13876 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
13877
13878 Drop some properties to avoid surprises (bug#5002).
13879 * htmlfontify.el (hfy-ignored-properties): New defcustom.
13880 (hfy-fontify-buffer): Use it.
13881
13882 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
13883
13884 Minor cleanup.
13885 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
13886 Adjust all callers.
13887 (ffap-locate-file): Remove unused arg `dir-ok' and make other
13888 args compulsory. Adjust callers.
13889 (ffap-gopher-at-point): Remove unused var `name'.
13890
13891 Get rid of the ELCFILES abomination.
13892 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
13893 (compile-elcfiles): New phony target.
13894 (compile-main): Compute ELCFILES dynamically.
13895 (compile-clean): New target to remove left-over elc files.
13896 (compile, all): Use it.
13897
13898 2009-12-09 Kenichi Handa <handa@etlken>
13899
13900 * international/mule-diag.el: Require help-mode instead of help-fns.
13901
13902 2009-12-09 Kenichi Handa <handa@m17n.org>
13903
13904 * international/mule-cmds.el (ucs-names): Supply sufficiently
13905 fine ranges instead of pre-calculating accurate ranges.
13906 Iterate with bigger gc-cons-threshold.
13907
13908 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
13909
13910 Add support for stashing a snapshot of the current tree.
13911 * vc-git.el (vc-git-stash-snapshot): New function.
13912 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
13913
13914 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
13915
13916 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
13917 instead of `(beginning|end)-of-line'.
13918
13919 2009-12-08 Glenn Morris <rgm@gnu.org>
13920
13921 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
13922
13923 * Makefile.in (ELCFILES): Regenerate.
13924
13925 2009-12-07 Juri Linkov <juri@jurta.org>
13926
13927 Don't lazy-highlight the comint output in history Isearch mode.
13928
13929 * comint.el (comint-history-isearch-search): Instead of
13930 `comint-line-beginning-position', use `comint-after-pmark-p'
13931 to check if point if before the process mark, and go to
13932 `process-mark' in this case.
13933
13934 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13935
13936 * textmodes/tex-mode.el (latex-complete)
13937 (latex-indent-or-complete): Remove.
13938 (latex-mode): Set completion-at-point-functions instead.
13939
13940 Provide a standard completion command and hook it into TAB.
13941 * minibuffer.el (completion-at-point-functions): New var.
13942 (completion-at-point): New command.
13943 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
13944 * progmodes/python.el (python-mode-map): Use completion-at-point.
13945 (python-completion-at-point): Rename from python-partial-symbol and
13946 adjust for use in completion-at-point-functions.
13947 (python-mode): Setup completion-at-point for Python completion.
13948 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
13949 extracted from lisp-complete-symbol.
13950 (lisp-complete-symbol): Use it.
13951 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
13952 setup completion-at-point for Elisp completion.
13953 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13954 Use completion-at-point.
13955 * ielm.el (ielm-map): Use completion-at-point.
13956 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
13957 * progmodes/sym-comp.el: Move to...
13958 * obsolete/sym-comp.el: Move from progmodes.
13959
13960 2009-12-07 Eli Zaretskii <eliz@gnu.org>
13961
13962 Prevent save-buffer in Rmail buffers from using the coding-system
13963 of the current message, and from clobbering the encoding mnemonics
13964 in the mode line (Bug#4623).
13965
13966 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
13967 flag, too.
13968 (rmail-message-encoding): New variable.
13969 (rmail-write-region-annotate): Record the encoding of the current
13970 message in rmail-message-encoding.
13971 (rmail-after-save-hook): New function, restores the encoding of
13972 the current message after the message collection is saved.
13973
13974 2009-12-07 Juri Linkov <juri@jurta.org>
13975
13976 * progmodes/grep.el (grep-read-files): Use `completing-read'
13977 instead of `read-string'. Set its `collection' arg to
13978 `read-file-name-internal'. (Bug#4301)
13979
13980 2009-12-07 Juri Linkov <juri@jurta.org>
13981
13982 Correctly restore original Isearch point. (Bug#4994)
13983
13984 * isearch.el (isearch-mode): Move `isearch-push-state' after
13985 `(run-hooks 'isearch-mode-hook)'.
13986 (isearch-cancel): When `isearch-push-state-function' is defined,
13987 let-bind `isearch-cmds' to the first state (the last element of
13988 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
13989 function and restores the original point). Otherwise, move point
13990 to `isearch-opoint'.
13991
13992 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13993
13994 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
13995 chars that don't have names, so the table can be built much faster at
13996 run-time.
13997
13998 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
13999
14000 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14001 change. Suggested by David Kastrup.
14002
14003 * simple.el (compose-mail): Check for incompatibilities and warn.
14004 (compose-mail-user-agent-warnings): New option.
14005
14006 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14007
14008 Support showing a single log entry from vc-annotate.
14009 * vc.el (print-log): Add a new argument: START-REVISION.
14010 (vc-print-log-internal): Add a new optional argument and
14011 pass it to the backend.
14012 (vc-print-log, vc-print-root-log): Adjust callers.
14013 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14014 buffer already displays the requested log entry, use it.
14015 Otherwise display only the log entry in question.
14016 * vc-svn.el (vc-svn-print-log):
14017 * vc-mtn.el (vc-mtn-print-log):
14018 * vc-hg.el (vc-hg-state):
14019 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14020 (vc-git-show-log-entry): Return t on success.
14021 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14022 (vc-bzr-show-log-entry): Return t on success.
14023 * vc-rcs.el (vc-rcs-print-log):
14024 * vc-sccs.el (vc-sccs-print-log):
14025 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14026
14027 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14028
14029 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14030 Add menus to the meta mode. (Bug#5043)
14031
14032 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
14033
14034 * ediff-init.el (ediff-event-key): Use event-to-character instead of
14035 event-key.
14036
14037 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14038
14039 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
14040
14041 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14042 Berbain <raphael.berbain@gmail.com>.
14043
14044 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14045 characters.
14046 (tramp-initial-end-of-output): New defconst.
14047 (tramp-methods, tramp-find-shell)
14048 (tramp-open-connection-setup-interactive-shell)
14049 (tramp-maybe-open-connection): Use it.
14050 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14051 Handle existence of `#' and `$'.
14052
14053 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14054 Use `tramp-initial-end-of-output'.
14055
14056 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14057
14058 Get the background mode from the terminal for xterm, and set
14059 faces accordingly.
14060 * term/xterm.el (xterm-set-background-mode): New function.
14061 (terminal-init-xterm): Use it in case xterm supports background
14062 color queries. Recompute faces after getting the background
14063 color.
14064
14065 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
14066
14067 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14068 number comment back on its own line, for easier parsing.
14069
14070 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14071
14072 Make it work for non-file buffers (bug#5102).
14073 * doc-view.el (doc-view-current-cache-dir):
14074 Use doc-view-buffer-file-name rather than buffer-file-name.
14075 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14076
14077 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14078
14079 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14080 author field is too short.
14081
14082 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14083
14084 * vc-git.el (vc-git-print-log): Handle a limit argument.
14085 Display the short log in graph form and with labels.
14086 (vc-git-log-view-mode): Handle labels.
14087
14088 Make vc-revert change VC state from 'added to 'unregistered.
14089 * vc-git.el (vc-git-revert): Call git reset first.
14090
14091 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14092
14093 * net/newst-backend.el, net/newst-plainview.el:
14094 * net/newst-reader.el, net/newst-ticker.el:
14095 * net/newst-treeview.el, net/newsticker.el:
14096 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
14097
14098 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14099
14100 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14101
14102 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14103 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14104 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14105 Update annotation regexp.
14106
14107 * simple.el (beginning-of-visual-line): Constrain to field
14108 boundaries (Bug#5106).
14109
14110 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14111
14112 * xml.el (xml-substitute-numeric-entities):
14113 Move newsticker--decode-numeric-entities in newst-backend.el to
14114 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14115 * net/newst-backend.el (newsticker--parse-generic-feed)
14116 (newsticker--parse-generic-items)
14117 (newsticker--decode-numeric-entities):
14118 Move newsticker--decode-numeric-entities in newst-backend.el to
14119 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14120
14121 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14122
14123 * progmodes/js.el (js--js-not): Add null to the list of values.
14124
14125 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14126
14127 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
14128
14129 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14130
14131 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14132 delimiter if it is at the end of the current line.
14133 (bibtex-generate-url-list): Fix docstring.
14134
14135 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14136
14137 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14138 minibuffer's content with itself.
14139 Fold the confirm-after-completion case into the `confirm' case.
14140 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14141
14142 2009-12-06 Kevin Ryde <user42@zip.com.au>
14143
14144 * ffap.el (ffap-rfc-path): Make this a defcustom since
14145 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
14146
14147 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
14148 manuals, similar to existing setup for help-mode. (Bug#3913.)
14149
14150 2009-12-05 Juri Linkov <juri@jurta.org>
14151
14152 Save and restore dired buffer's point positions too. (Bug#4880)
14153
14154 * dired.el (dired-save-positions): Return in the first element
14155 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14156 Doc fix.
14157 (dired-restore-positions): First restore buffer's position.
14158 While restoring window's positions, check if window still displays
14159 the original buffer.
14160
14161 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
14162
14163 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14164 if possible.
14165
14166 * shell.el (shell): Require ansi-color (Bug#5113).
14167
14168 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14169
14170 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14171
14172 2009-12-05 Alan Mackenzie <acm@muc.de>
14173
14174 * progmodes/cc-mode.el (c-before-hack-hook)
14175 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14176 `c-file-style' to work again. This reversion restores the current
14177 software to its state in Emacs 23.1. (Bug#4146)
14178
14179 2009-12-05 Kevin Ryde <user42@zip.com.au>
14180
14181 * textmodes/sgml-mode.el (sgml-lexical-context):
14182 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
14183
14184 2009-12-05 Juri Linkov <juri@jurta.org>
14185
14186 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14187 for virtual nodes. (Bug#4147)
14188 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14189 when moving from a virtual node.
14190 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14191 (Info-mode): Add `Info-virtual-index' to the docstring.
14192
14193 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14194
14195 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14196 track of the buffer position of the end of a BibTeX entry as this
14197 position may change during reformatting.
14198 (bibtex-format-entry): Remove whitespace before processing
14199 numerical fields so that we recognize the latter properly.
14200 (bibtex-reformat): Do not use push which changes the global value
14201 of bibtex-entry-format.
14202 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14203 (bibtex-field-re-init): Replace only space characters by regexp
14204 for whitespace.
14205 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
14206 (bibtex-initialize): Also update bibtex-strings.
14207 (bibtex-kill-field): Preserve white space at end of entry.
14208 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14209 Update bibtex-reference-keys.
14210
14211 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14212
14213 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14214 point after a star, if that's the only place where modifications can
14215 make progress.
14216
14217 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14218
14219 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14220 in docstrings.
14221
14222 2009-12-04 Juri Linkov <juri@jurta.org>
14223
14224 * proced.el (proced): Call `(proced-update t)' to update process
14225 information instead of only running proced-post-display-hook.
14226 (proced-send-signal): Add a leading space to the buffer name
14227 " *Marked Processes*" to make this buffer ephemeral.
14228
14229 2009-12-04 Juri Linkov <juri@jurta.org>
14230
14231 * dired.el (dired-auto-revert-buffer): New defcustom.
14232 (dired-internal-noselect): Use it.
14233
14234 2009-12-04 Juri Linkov <juri@jurta.org>
14235
14236 Change roles of modes and functions in image-mode.el (Bug#5062).
14237
14238 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14239 in `auto-mode-alist'.
14240 (image-mode-previous-major-mode): New variable.
14241 (image-minor-mode-map): Rename from `image-mode-text-map'.
14242 (image-mode): Move graceful error-handling code from
14243 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14244 (image-minor-mode): Remove all image-handling code.
14245 Replace `image-mode-text-map' with `image-minor-mode-map'.
14246 Check for `image-type' in mode-line format string.
14247 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14248 (image-mode-as-text): New function with most code from
14249 `image-mode-maybe'.
14250 (image-toggle-display-text): Move code that removes image
14251 properties from `image-toggle-display' to here.
14252 (image-toggle-display-image): New function with code that adds
14253 image properties copied from `image-toggle-display'.
14254 (image-toggle-display): Remove most code with leaving only code
14255 that toggles between `image-mode-as-text' and `image-mode'.
14256
14257 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
14258
14259 * net/newst-treeview.el
14260 (newsticker--treeview-list-highlight-start): Restored call to
14261 save-excursion: Selected item was stuck.
14262 (newsticker--treeview-list-select): New.
14263 (newsticker--treeview-item-show-text)
14264 (newsticker--treeview-item-show)
14265 (newsticker--treeview-item-update): Use new
14266 newsticker-treeview-item-mode.
14267 (newsticker-treeview-update): Keep current item.
14268 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14269 (newsticker--treeview-first-feed): Doc change.
14270 (newsticker-treeview-list-menu)
14271 (newsticker-treeview-item-menu): Add menu entries.
14272 (newsticker-treeview-item-mode): New.
14273
14274 * net/newst-backend.el (newsticker-customize): Delete other
14275 windows.
14276
14277 2009-12-04 Sam Steingold <sds@gnu.org>
14278
14279 * log-view.el (log-view-mode-map): "q" calls quit-window,
14280 like in all the other non-self-insert buffers.
14281
14282 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14283
14284 Minor cleanup.
14285 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14286 key decoding rather than do it manually via last-input-event +
14287 ascii-character.
14288 (term-exec): Use delete-and-extract-region.
14289 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14290 (term-process-pager): Remove unused var `i'.
14291 (term-dynamic-simple-complete): Make obsolete.
14292 (serial-update-config-menu): Remove unused vars `y' and `str'.
14293 (term-update-mode-line): Remove unused var `temp'.
14294
14295 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14296
14297 Limit the number of log entries displayed by default.
14298 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14299 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14300 using a prefix argument.
14301
14302 2009-12-03 Glenn Morris <rgm@gnu.org>
14303
14304 * progmodes/idlwave.el (class): Restore still useful declaration.
14305
14306 2009-12-03 Alan Mackenzie <acm@muc.de>
14307
14308 Enhance `c-parse-state' to run efficiently in "brace deserts".
14309
14310 * progmodes/cc-mode.el (c-basic-common-init):
14311 Call c-state-cache-init.
14312 (c-neutralize-syntax-in-and-mark-CPP): Rename from
14313 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
14314 placing `category' properties value 'c-cpp-delimiter at its boundaries.
14315
14316 * progmodes/cc-langs.el (c-before-font-lock-function):
14317 c-extend-and-neutralize-syntax-in-CPP has been renamed
14318 c-neutralize-syntax-in-and-mark-CPP.
14319
14320 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14321 with `category' properties now, not `syntax-table' ones.
14322
14323 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14324 enhanced (but slower) version of c-end-of-macro that won't land
14325 inside a literal or on another awkward character.
14326 (c-state-cache-too-far, c-state-cache-start)
14327 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14328 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14329 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14330 (c-state-min-scan-pos, c-state-brace-pair-desert)
14331 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14332 buffer local variables.
14333 (c-state-literal-at, c-state-lit-beg)
14334 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14335 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14336 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14337 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14338 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14339 (c-renarrow-state-cache)
14340 (c-append-lower-brace-pair-to-state-cache)
14341 (c-state-push-any-brace-pair, c-append-to-state-cache)
14342 (c-remove-stale-state-cache)
14343 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14344 (c-invalidate-state-cache-1, c-parse-state-1)
14345 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
14346 (c-parse-state): Enhance and refactor.
14347 (c-debug-parse-state): Amend to deal with all the new variables.
14348
14349 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14350 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
14351 modify to use category text properties rather than syntax-table ones.
14352 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
14353 to switch off/on the syntactic paren property of C++ template
14354 delimiters using the category property.
14355 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14356 template delims suppressed.
14357 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14358 New constant/macros which apply category properties to the start
14359 and end of preprocessor constructs.
14360 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
14361 "comment out" the syntactic value of characters in preprocessor
14362 constructs.
14363 (c-with-cpps-commented-out)
14364 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14365 with characters in all or all but one preprocessor constructs
14366 "commented out".
14367
14368 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14369
14370 * proced.el (proced-filter-alist): Use regexp-quote.
14371
14372 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
14373
14374 Cleanup.
14375 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14376 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14377 arguments. Expand `default-directory'.
14378
14379 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14380 the benefit of returning an expanded localname.
14381 (tramp-tramp-file-p): Handle the case NAME is not a string.
14382
14383 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14384
14385 Add support for bzr shelve/unshelve.
14386 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14387 (vc-bzr-extra-menu-map): New variables.
14388 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14389 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14390 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14391 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14392 (vc-bzr-dir-extra-headers): Display shelves.
14393
14394 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14395
14396 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14397
14398 * textmodes/bibtex.el (bibtex-complete-internal):
14399 Use completion-in-region.
14400 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14401
14402 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14403
14404 Support applying stashes. Improve UI.
14405 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14406 (vc-git-stash-apply, vc-git-stash-pop)
14407 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14408 (vc-git-stash-menu): New functions.
14409 (vc-git-stash-menu-map): New variable.
14410 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14411
14412 2009-12-03 Glenn Morris <rgm@gnu.org>
14413
14414 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14415 (vc-print-log-internal): Fix previous change.
14416 (vc-revert): Correct pluralization.
14417
14418 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14419
14420 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14421 it to be an alist any more.
14422 (makefile-complete): Use completion-in-region.
14423
14424 * progmodes/octave-mod.el (octave-complete-symbol):
14425 Use completion-in-region.
14426
14427 Misc cleanup.
14428 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14429 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14430 (idlwave-complete-class): Don't quote lambda.
14431 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14432 (idlwave-mode-map): Move initialization into declaration.
14433 (idlwave-action-and-binding): Use backquotes.
14434 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14435 Simplify.
14436 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14437 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14438 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14439 `parts', and `all-parts'.
14440 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14441 (idlwave-convert-xml-system-routine-info): Remove unused string
14442 `version-string'.
14443 (idlwave-display-user-catalog-widget): Use dolist.
14444 (idlwave-scanning-lib): Declare dynamically-scoped var.
14445 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14446 (completion-highlight-first-word-only): Declare to silence bytecomp.
14447 (idlwave-popup-select): Tighten scope of `resp'.
14448 (idlwave-find-struct-tag): Remove unused var `beg'.
14449 (idlwave-after-load-rinfo-hook): Declare.
14450 (idlwave-sintern-class-info): Remove unused var `taglist'.
14451 (idlwave-find-class-definition): Remove unused var `list'.
14452 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14453 (idlwave-what-module-find-class): Remove unused var `classes'.
14454
14455 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
14456
14457 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14458
14459 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14460
14461 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14462 buffers visited. Remove redundant current-buffer-saving.
14463
14464 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14465
14466 Use completion-in-buffer and remove uses of dynamic scoping.
14467 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14468 (pascal-buffer-to-use, pascal-flag): Don't declare.
14469 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14470 (pascal-get-completion-decl, pascal-keyword-completion):
14471 Add `pascal-str' argument, save-excursion,
14472 return the found completions, and don't filter with pascal-pred.
14473 (pascal-completion-cache): New var.
14474 (pascal-completion): Don't switch buffer any more (it was never
14475 necessary). Don't save-excursion any more (it's done by the called
14476 subroutines). Use a cache to avoid redundant computations.
14477 Use complete-with-action rather than pascal-completion-response and
14478 let it apply the predicate as well.
14479 (pascal-complete-word): Use completion-in-buffer when
14480 pascal-toggle-completions is nil.
14481 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14482 not used any more.
14483 (pascal-comp-defun): Don't change buffer any more.
14484 Use complete-with-action rather than pascal-completion-response and
14485 let it apply the predicate as well.
14486 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14487 when neded.
14488
14489 2009-12-02 Kenichi Handa <handa@m17n.org>
14490
14491 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14492 shape for all Indic scripts.
14493
14494 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14495
14496 Use completion-in-buffer.
14497 * wid-edit.el (widget-field-text-end): New function.
14498 (widget-field-value-get): Use it.
14499 (widget-string-complete, widget-file-complete)
14500 (widget-color-complete): Use it and completion-in-region.
14501 (widget-complete): Don't narrow the buffer.
14502
14503 2009-12-02 Glenn Morris <rgm@gnu.org>
14504
14505 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
14506 (rmail-select-summary): Use rmail-pop-to-buffer.
14507 * mail/rmailsum.el: Replace all pop-to-buffer calls with
14508 rmail-pop-to-buffer, to prevent horizontal splits.
14509
14510 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
14511 save-excursion with save-current-buffer.
14512 Widen before searching. (Bug#5093)
14513 (diary-list-sexp-entries): Remove superfluous save-excursion.
14514
14515 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
14516
14517 * woman.el (woman-make-bufname): Handle man-pages with "." in the
14518 name. (Bug#5038)
14519
14520 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
14521
14522 * ido.el (ido-file-internal): Handle filenames at point that do
14523 not have a directory part. (Bug#5049)
14524
14525 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
14526
14527 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
14528 (mpc-songs-jump-to, mpc-resume): Doc fixes.
14529
14530 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
14531
14532 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
14533 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
14534 any more.
14535
14536 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14537
14538 * comint.el (comint-insert-input): Ignore clicks to the right of
14539 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
14540
14541 * vc.el (vc-print-log-internal): Don't wait for the process to
14542 terminate before setting up the major mode.
14543
14544 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
14545 in case.
14546
14547 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
14548 the last element.
14549
14550 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
14551
14552 2009-12-01 Glenn Morris <rgm@gnu.org>
14553
14554 * window.el (window--display-buffer-2): Fix previous changes.
14555
14556 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
14557
14558 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
14559
14560 2009-12-01 Glenn Morris <rgm@gnu.org>
14561
14562 * Makefile.in (ELCFILES): Add mpc.elc.
14563
14564 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14565
14566 * mpc.el: New file.
14567
14568 2009-12-01 Glenn Morris <rgm@gnu.org>
14569
14570 * window.el (window-to-use): Define for compiler.
14571
14572 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
14573 consistent with others (no final period).
14574
14575 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
14576 (rmail-mime-show): Downcase the encoding. (Bug#5070)
14577
14578 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
14579
14580 Make vc-print-log buttons work.
14581 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
14582
14583 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
14584
14585 * savehist.el (savehist-autosave-interval): Allow setting to nil
14586 through customize. (Bug#5056)
14587
14588 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
14589
14590 Fix references to jit-lock properties.
14591 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14592 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
14593 (perl-font-lock-special-syntactic-constructs):
14594 Quote jit-lock-defer-multiline property.
14595
14596 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
14597
14598 * vc-git.el (vc-git-registered): Call vc-git-root only once.
14599
14600 2009-11-30 Juri Linkov <juri@jurta.org>
14601
14602 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
14603 value `buffer' of `multi-isearch-next-buffer-current-function'.
14604 Use `(current-buffer)' when `buffer' is nil.
14605 (multi-isearch-next-buffer-from-list): Don't fallback to
14606 `(current-buffer)' when `buffer' is nil. (Bug#4947)
14607
14608 2009-11-30 Juri Linkov <juri@jurta.org>
14609
14610 * misearch.el (multi-isearch-read-buffers): Move canonicalization
14611 of buffers with `get-buffer' to `multi-isearch-buffers'.
14612 (multi-isearch-buffers, multi-isearch-buffers-regexp):
14613 Canonicalize BUFFERS with `get-buffer'. Doc fix.
14614 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
14615 FILES with `expand-file-name' converting relative file names
14616 to absolute. Doc fix. (Bug#4727)
14617
14618 2009-11-30 Juri Linkov <juri@jurta.org>
14619
14620 * misearch.el (multi-isearch-read-buffers)
14621 (multi-isearch-read-matching-buffers): New functions.
14622 (multi-isearch-buffers, multi-isearch-buffers-regexp):
14623 Use them in the `interactive' spec. Doc fix.
14624 (multi-isearch-read-files, multi-isearch-read-matching-files):
14625 New functions.
14626 (multi-isearch-files, multi-isearch-files-regexp):
14627 Use them in the `interactive' spec. Doc fix. (Bug#4725)
14628
14629 2009-11-30 Juri Linkov <juri@jurta.org>
14630
14631 * doc-view.el (doc-view-continuous):
14632 Rename from `doc-view-continuous-mode'.
14633 (doc-view-menu): Move "Toggle display" to the top.
14634 Add submenu "Continuous" with radio buttons "Off"/"On"
14635 and "Save as Default".
14636 (doc-view-scroll-up-or-next-page)
14637 (doc-view-scroll-down-or-previous-page)
14638 (doc-view-next-line-or-next-page)
14639 (doc-view-previous-line-or-previous-page):
14640 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
14641
14642 2009-11-30 Juri Linkov <juri@jurta.org>
14643
14644 * comint.el (comint-mode-map): Rebind `M-r' from
14645 `comint-previous-matching-input' to
14646 `comint-history-isearch-backward-regexp'.
14647 Unbind `M-s' to allow global key binding `M-s'.
14648 Add menu items for `comint-history-isearch-backward' and
14649 `comint-history-isearch-backward-regexp'. (Bug#3746)
14650
14651 2009-11-30 Juri Linkov <juri@jurta.org>
14652
14653 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
14654 For def=recenter, replace `recenter' with `recenter-top-bottom'
14655 that is called with `this-command' and `last-command' let-bound
14656 to `recenter-top-bottom'. When the last `def' was not `recenter',
14657 set `recenter-last-op' to nil. (Bug#4981)
14658
14659 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14660
14661 Minor cleanup and simplification.
14662 * filecache.el (file-cache-add-directory)
14663 (file-cache-add-directory-recursively)
14664 (file-cache-add-from-file-cache-buffer)
14665 (file-cache-delete-file-regexp, file-cache-delete-directory)
14666 (file-cache-files-matching-internal, file-cache-display): Use dolist.
14667 (file-cache-temp-minibuffer-message): Delete function.
14668 (file-cache-minibuffer-complete): Use minibuffer-message instead.
14669
14670 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
14671 Don't signal an error when bumping into EOB in tr, s, or y.
14672
14673 2009-11-29 Juri Linkov <juri@jurta.org>
14674
14675 * startup.el (fancy-about-text): Fix wording of Guided Tour.
14676 (Bug#4960)
14677
14678 * descr-text.el (describe-char-unidata-list): Use lowercase name
14679 for "Unicode name" like in other tags.
14680
14681 2009-11-29 Juri Linkov <juri@jurta.org>
14682
14683 * ediff-util.el (ediff-minibuffer-with-setup-hook):
14684 New compatibility macro.
14685 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
14686
14687 2009-11-29 Juri Linkov <juri@jurta.org>
14688
14689 Add defcustom to define the cycling order of `recenter-top-bottom'.
14690 (Bug#4981)
14691
14692 * window.el (recenter-last-op): Doc fix.
14693 (recenter-positions): New defcustom.
14694 (recenter-top-bottom): Rewrite to use `recenter-positions'.
14695 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
14696
14697 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
14698
14699 Improve integration of Tramp and ange-ftp in eshell.
14700
14701 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
14702 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
14703 (eshell/sudo): Flatten args. Let-bind `default-directory'.
14704
14705 * eshell/esh-util.el (top): Require also Tramp when compiling.
14706 (eshell-directory-files-and-attributes): Check for FTP remote
14707 connection.
14708 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
14709 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
14710 (eshell-file-attributes): Handle ".". Return `entry'.
14711
14712 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
14713 (ange-ftp-directory-files-and-attributes)
14714 (ange-ftp-real-directory-files-and-attributes): New defuns.
14715
14716 * net/tramp.el (tramp-maybe-open-connection): Open the remote
14717 shell with "exec" when possible. This prevents trailing prompts
14718 in `start-file-process'.
14719
14720 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14721
14722 Try and remove assumptions about point-min==1.
14723 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
14724 (rng-compute-mode-line-string): Show the validation percentage in
14725 terms of the narrowed text, not the widened text.
14726 (rng-do-some-validation): Don't catch internal errors when debugging.
14727 (rng-first-error): Simplify.
14728 (rng-after-change-function): Remove work around. AFAIK the bug has
14729 been fixed a while ago.
14730
14731 * image-mode.el (image-minor-mode): Exit more gracefully when the image
14732 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
14733
14734 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
14735
14736 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
14737 `cd' doesn't always do it for us (bug#5067).
14738
14739 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
14740 on 2009-10-25 as part of some other change (bug#5067).
14741
14742 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14743
14744 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
14745 `suspicious'.
14746 (byte-compile-warnings): Use byte-compile-warning-types.
14747 (byte-compile-save-excursion): Warn about use of set-buffer right
14748 after save-excursion.
14749
14750 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
14751 the excursion as well.
14752
14753 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
14754
14755 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
14756 providing a Tramp related implementation of "su" and "sudo".
14757 (eshell-unix-initialize): Add "su" and "sudo".
14758
14759 2009-11-27 Daiki Ueno <ueno@unixuser.org>
14760
14761 * net/socks.el (socks-send-command): Convert binary request to
14762 unibyte before sending. This fixes mishandling of some port
14763 numbers such as 129.
14764
14765 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14766
14767 * help.el (describe-bindings-internal): Remove `interactive'.
14768
14769 * man.el (Man-completion-table): Trim a terminating "(".
14770 Remove the space between name page a section.
14771 Add the command's description on the `help-echo' property.
14772 Remove `process-connection-type' binding since it's unused by
14773 call-process.
14774 Provide completion for the "<section> <name>" format as well.
14775 (Man-default-man-entry): Remove spurious var shadowing the argument.
14776
14777 2009-11-26 Kevin Ryde <user42@zip.com.au>
14778
14779 * log-view.el: Add "Keywords: tools", since its other keywords
14780 aren't in finder-known-keywords, and following vc.el.
14781
14782 * sha1.el (sha1-string-external): default-directory "/" in case
14783 otherwise non-existent. process-connection-type pipe for touch of
14784 efficiency recommended by elisp manual. (An aside in Bug#3911.)
14785
14786 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14787
14788 Misc coding convention cleanups.
14789 * htmlfontify.el (hfy-init-kludge-hook): Rename from
14790 hfy-init-kludge-hooks.
14791 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
14792 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
14793 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
14794 and push.
14795 (hfy-slant, hfy-weight): Use tables rather than code.
14796 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
14797 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
14798 (hfy-face-attr-for-class): Initialize `face-spec' directly.
14799 (hfy-face-to-css): Remove `nconc' with single arg.
14800 (hfy-p-to-face-lennart): Use `or'.
14801 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
14802 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
14803 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
14804 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
14805 (hfy-force-fontification): Use run-hooks.
14806
14807 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
14808
14809 Various minor fixes.
14810 * htmlfontify.el (hfy-default-header): Add toggle_invis since
14811 Javascript belongs in the header, not the body.
14812 (hfy-javascript): Remove.
14813 (hfy-fontify-buffer): Don't insert it any more.
14814 (hfy-face-at): Handle (face0 face1 face2) style face properties.
14815 Fix bug in invis handling when there were no invis props in a chunk.
14816
14817 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14818
14819 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
14820
14821 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
14822
14823 * finder.el (finder-mode-map): Add a menu.
14824
14825 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
14826
14827 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
14828 "unsigned" structs.
14829
14830 (verilog-leap-to-head, verilog-backward-token): Handle "disable
14831 fork" statement better.
14832
14833 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
14834
14835 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
14836 (verilog-delete-auto, verilog-delete-empty-auto-pair)
14837 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
14838 Reported by Clay Douglass.
14839
14840 (verilog-auto-inst, verilog-auto-star-safe)
14841 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
14842 Fix removing "// Interfaces" when saving .* expansions.
14843 Reported by Pierre-David Pfister.
14844
14845 2009-11-26 Glenn Morris <rgm@gnu.org>
14846
14847 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
14848 the scope.
14849
14850 2009-11-25 Johan Bockgård <bojohan@gnu.org>
14851
14852 * vc-annotate.el (vc-annotate-revision-previous-to-line):
14853 Really use previous revision.
14854
14855 2009-11-25 Kevin Ryde <user42@zip.com.au>
14856
14857 * man.el (Man-completion-table): default-directory "/" in case
14858 doesn't otherwise exist. process-environment COLUMNS=999 so as
14859 not to truncate long names. process-connection-type pipe to avoid
14860 any chance of hitting the pseudo-tty TIOCGWINSZ.
14861 (man): completion-ignore-case t for friendliness and since man
14862 itself is case-insensitive on the command line.
14863 Further to Bug#3717.
14864
14865 * arc-mode.el: Add "Keywords: files", so the details in its
14866 commentary can be reached from finder-by-keyword.
14867 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
14868 editing mode, but it's comms related and sgml-mode.el has "comm"
14869 on that basis too.
14870 * textmodes/bibtex-style.el: Add "Keywords: tex".
14871 * international/isearch-x.el, international/ja-dic-cnv.el:
14872 * international/ja-dic-utl.el, international/kkc.el:
14873 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
14874
14875 2009-11-25 Juri Linkov <juri@jurta.org>
14876
14877 * man.el (Man-completion-table): Modify regexp to include
14878 section names to completion strings. (Bug#3717)
14879
14880 2009-11-25 Juri Linkov <juri@jurta.org>
14881
14882 Search recursively in gzipped files. (Bug#4982)
14883
14884 * progmodes/grep.el (grep-highlight-matches): Add new options
14885 `always' and `auto'. Doc fix.
14886 (grep-process-setup): Check `grep-highlight-matches' for
14887 `auto-detect' to determine the need to compute grep defaults.
14888 Move Windows/DOS specific --colors settings handling
14889 to `grep-compute-defaults'. Check `grep-highlight-matches'
14890 to get the value of "--color=".
14891 (grep-compute-defaults): Compute `grep-highlight-matches' when it
14892 has the value `auto-detect'. Move Windows/DOS specific settings
14893 from `grep-process-setup'.
14894 (zrgrep): New command with alias `rzgrep'.
14895
14896 2009-11-25 Juri Linkov <juri@jurta.org>
14897
14898 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
14899 to nil instead of switching off view-mode. (Bug#4896)
14900
14901 2009-11-25 Juri Linkov <juri@jurta.org>
14902
14903 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
14904
14905 * mwheel.el (mwheel-scroll-up-function)
14906 (mwheel-scroll-down-function): New defvars.
14907 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
14908 `scroll-up', and `mwheel-scroll-down-function' instead of
14909 `scroll-down'.
14910
14911 * doc-view.el (doc-view-scroll-up-or-next-page)
14912 (doc-view-scroll-down-or-previous-page): Add optional ARG.
14913 Use this ARG in the call to image-scroll-up/image-scroll-down.
14914 Change `interactive' spec to "P". Goto next/previous page only
14915 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
14916 SPC/DEL case). Doc fix.
14917 (doc-view-next-line-or-next-page)
14918 (doc-view-previous-line-or-previous-page): Rename arg to ARG
14919 for consistency.
14920 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
14921 `doc-view-scroll-up-or-next-page', and buffer-local
14922 `mwheel-scroll-down-function' to
14923 `doc-view-scroll-down-or-previous-page'.
14924
14925 2009-11-25 Juri Linkov <juri@jurta.org>
14926
14927 Provide additional default values (directories at other Dired
14928 windows) via M-n in the minibuffer of some Dired commands.
14929
14930 * dired-aux.el (dired-diff, dired-compare-directories)
14931 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
14932 `minibuffer-default' in `minibuffer-with-setup-hook'.
14933 (dired-dwim-target-directory): Find a window that displays Dired
14934 buffer instead of failing when the next window is not Dired.
14935 Use `get-window-with-predicate' to find for the next Dired window.
14936 (dired-dwim-target-defaults): New function.
14937
14938 * ediff-util.el (ediff-read-file-name):
14939 Use `dired-dwim-target-defaults' to set `minibuffer-default'
14940 in `minibuffer-with-setup-hook'.
14941
14942 2009-11-25 Juri Linkov <juri@jurta.org>
14943
14944 Provide additional default values (file name at point or at the
14945 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
14946
14947 * minibuffer.el (read-file-name-defaults): New function.
14948 (read-file-name): Reset `minibuffer-default' to nil when
14949 it duplicates initial input `insdef'.
14950 Bind `minibuffer-default-add-function' to lambda that
14951 calls `read-file-name-defaults' in `minibuffer-selected-window'.
14952 (minibuffer-insert-file-name-at-point): New command.
14953
14954 * files.el (file-name-at-point-functions): New defcustom.
14955 (find-file-default): Remove defvar.
14956 (find-file-read-args): Don't use `find-file-default'.
14957 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
14958 to `read-file-name'.
14959 (find-file-literally): Use `read-file-name' with
14960 `confirm-nonexistent-file-or-buffer'.
14961
14962 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
14963
14964 * dired.el (dired-read-dir-and-switches):
14965 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
14966 to `read-file-name'.
14967 (dired-file-name-at-point): New function.
14968 (dired-mode): Add hook `dired-file-name-at-point' to
14969 `file-name-at-point-functions'.
14970
14971 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
14972
14973 Really make the *Completions* window soft-dedicated (bug#5030).
14974 * window.el (window--display-buffer-2): Add `dedicated' argument.
14975 (display-buffer): Pass it when needed so the dedicated flag is set
14976 after calling set-window-buffer, which would otherwise reset it.
14977
14978 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
14979
14980 * progmodes/meta-mode.el (meta-complete-symbol):
14981 * progmodes/etags.el (complete-tag):
14982 * mail/mailabbrev.el (mail-abbrev-complete-alias):
14983 Use completion-in-region.
14984
14985 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
14986 (dabbrev-completion): Use completion-in-region.
14987 (dabbrev--abbrev-at-point): Simplify regexp.
14988
14989 * abbrev.el (abbrev--before-point): Use word-motion functions
14990 if :regexp is not specified (bug#5031).
14991
14992 * subr.el (string-prefix-p): New function.
14993
14994 * man.el (Man-completion-cache): New var.
14995 (Man-completion-table): Use it.
14996
14997 * vc.el (vc-print-log-internal): Make `limit' optional for better
14998 compatibility (e.g. with vc-annotate.el).
14999
15000 2009-11-24 Kevin Ryde <user42@zip.com.au>
15001
15002 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15003 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
15004
15005 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15006 when .el source file not found or other error.
15007
15008 2009-11-24 Markus Triska <markus.triska@gmx.at>
15009
15010 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15011
15012 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15013
15014 Handle the [back] button properly (bug#4979).
15015 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15016 Use help-setup-xref, help-buffer, and with-help-window.
15017 (describe-char): Add `buffer' argument.
15018 Pass proper command to help-setup-xref. Don't meddle with
15019 help-xref-stack-item directly.
15020 (describe-text-category): Use with-help-window and help-buffer.
15021
15022 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15023 for the displayed buffer (bug#4887).
15024
15025 * man.el (Man-completion-table): New function.
15026 (man): Use it.
15027
15028 2009-11-24 David Reitter <david.reitter@gmail.com>
15029
15030 * vc-git.el (vc-git-registered): Use checkout directory (where
15031 .git is) rather than the file's directory and a relative path spec
15032 to work around a bug in git.
15033
15034 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
15035
15036 Improve handling of processes on remote hosts.
15037
15038 * eshell/esh-util.el (eshell-path-env): New defvar.
15039 (eshell-parse-colon-path): New defun.
15040 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15041
15042 * eshell/esh-ext.el (eshell-search-path):
15043 Use `eshell-parse-colon-path'.
15044 (eshell-remote-command): Remove argument HANDLER.
15045 (eshell-external-command): Check for FTP remote connection.
15046
15047 * eshell/esh-proc.el (eshell-gather-process-output):
15048 Use `file-truename', in order to start also symlinked files.
15049 Apply `start-file-process' instead of `start-process'.
15050 Shorten `command' to the local file name part.
15051
15052 * eshell/em-cmpl.el (eshell-complete-commands-list):
15053 Use `eshell-parse-colon-path'.
15054
15055 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15056
15057 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15058 to `eshell-directory-change-hook'.
15059
15060 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15061
15062 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15063 because it could be enabled automatically if view-read-only is non-nil.
15064
15065 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
15066
15067 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15068 made on 2009-11-22.
15069
15070 2009-11-24 Glenn Morris <rgm@gnu.org>
15071
15072 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15073 deleted variable bookmark-bmenu-bookmark-column.
15074
15075 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15076
15077 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15078
15079 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15080
15081 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15082 two slashes to the "file:" prefix.
15083 (browse-url-file-url): De-munge Cygwin filenames before passing
15084 them to Windows browser.
15085 (browse-url-default-windows-browser): Use call-process.
15086
15087 2009-11-23 Juri Linkov <juri@jurta.org>
15088
15089 Implement DocView Continuous mode. (Bug#4896)
15090 * doc-view.el (doc-view-continuous-mode): New defcustom.
15091 (doc-view-mode-map): Bind C-n/<down> to
15092 `doc-view-next-line-or-next-page', C-p/<up> to
15093 `doc-view-previous-line-or-previous-page'.
15094 (doc-view-next-line-or-next-page)
15095 (doc-view-previous-line-or-previous-page): New commands.
15096
15097 2009-11-23 Juri Linkov <juri@jurta.org>
15098
15099 Implement Isearch in comint input history. (Bug#3746)
15100 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15101 `isearch-mode-hook'.
15102 (comint-history-isearch): New defcustom.
15103 (comint-history-isearch-backward)
15104 (comint-history-isearch-backward-regexp): New commands.
15105 (comint-history-isearch-message-overlay): New buffer-local variable.
15106 (comint-history-isearch-setup, comint-history-isearch-end)
15107 (comint-goto-input, comint-history-isearch-search)
15108 (comint-history-isearch-message, comint-history-isearch-wrap)
15109 (comint-history-isearch-push-state)
15110 (comint-history-isearch-pop-state): New functions.
15111
15112 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
15113
15114 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15115 return.
15116 (tramp-handle-make-symbolic-link)
15117 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15118 Quote file names.
15119 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15120 (tramp-handle-process-file): Use it.
15121
15122 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15123
15124 * window.el (move-to-window-line-last-op): Remove.
15125 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15126
15127 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15128
15129 Make M-r mirror the new cycling behavior of C-l.
15130 * window.el (move-to-window-line-last-op): New var.
15131 (move-to-window-line-top-bottom): New command.
15132 (global-map): Bind M-r move-to-window-line-top-bottom.
15133
15134 2009-11-23 Sven Joachim <svenjoac@gmx.de>
15135
15136 * dired-x.el (dired-guess-shell-alist-default):
15137 Support xz format. (Bug#4953)
15138
15139 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15140
15141 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15142 last-command-char/last-command-event.
15143 (viper-prefix-arg-value): Do correct conversion of event-char for
15144 XEmacs.
15145
15146 * emulation/viper-util.el, emulation/viper.el:
15147 Use viper-last-command-char instead of
15148 last-command-char/last-command-event.
15149
15150 * ediff-init.el, ediff-mult.el, ediff-util.el:
15151 Replace last-command-char and last-command-event
15152 with (ediff-last-command-char) everywhere.
15153
15154 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15155 created in fundamental mode.
15156
15157 * ediff.el (ediff-version): Revert the change of interactive-p to
15158 called-interactively-p.
15159
15160 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15161
15162 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15163 generation from word-movement command names.
15164
15165 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15166
15167 * cus-start.el (all): Add native condition for font-use-system-font.
15168
15169 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
15170
15171 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15172 Correct the patch from 2009-11-18. (Bug#3910)
15173
15174 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15175
15176 * progmodes/subword.el: Rename from lisp/subword.el.
15177
15178 * subword.el: Rename to progmodes/subword.el.
15179
15180 * Makefile.in (ELCFILES): Adapt to subword.el move.
15181
15182 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15183 Stefan Monnier <monnier@iro.umontreal.ca>
15184
15185 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15186 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15187 (bookmark-bmenu-show-filenames): Use push.
15188 (bookmark-bmenu-hide-filenames): Use local var instead of
15189 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15190 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15191 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15192 filenames now that the bookmark names are always available.
15193
15194 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15195
15196 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15197 (bookmark-search-pattern): Move and leave unbound.
15198 (bookmark-bmenu-mode-map): Change binding.
15199 (bookmark-read-search-input): Simplify.
15200 Don't use text-char-description. Don't error on non-char events.
15201 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15202 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15203 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15204 Use a local var for the timer.
15205 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15206 (i.e. bookmark-bmenu-search).
15207
15208 2009-11-21 Glenn Morris <rgm@gnu.org>
15209
15210 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15211
15212 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15213
15214 * net/browse-url.el (browse-url-default-windows-browser):
15215 Use cygstart for cygwin.
15216
15217 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15218
15219 * bookmark.el: Formatting and doc fixes only:
15220 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15221 (bookmark-bmenu-search): Wrap to fit within 80 columns.
15222 Minor grammar and punctuation fixes in doc string.
15223 (bookmark-read-search-input): Adjust to fit within 80 columns.
15224
15225 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15226
15227 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15228 (c-backward-into-nomenclature): Adapt to subword renaming.
15229
15230 * subword.el (subword-forward, subword-backward, subword-mark)
15231 (subword-kill, subword-backward-kill, subword-transpose)
15232 (subword-downcase, subword-upcase, subword-capitalize)
15233 (subword-forward-internal, subword-backward-internal):
15234 Rename from forward-subword, backward-subword, mark-subword,
15235 kill-subword, backward-kill-subword, transpose-subwords,
15236 downcase-subword, upcase-subword, capitalize-subword,
15237 forward-subword-internal, backward-subword-internal.
15238
15239 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15240
15241 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15242 New options.
15243 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15244 New vars.
15245 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15246 (bookmark-bmenu-filter-alist-by-regexp)
15247 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15248 (bookmark-bmenu-search): New command.
15249 (bookmark-bmenu-mode-map): Bind it.
15250
15251 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15252
15253 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15254 backward-subword to quit the byte-compiler.
15255
15256 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15257
15258 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15259
15260 * progmodes/cc-cmds.el (c-update-modeline)
15261 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15262 Refer to subword.el functions instead of cc-subword.el.
15263
15264 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15265 subword.el functions instead of cc-subword.el.
15266
15267 * progmodes/cc-subword.el: Rename to subword.el.
15268 * subword.el: Rename from progmodes/cc-subword.el.
15269 (subword-mode-map): Rename from c-subword-mode-map.
15270 (subword-mode): Rename from c-subword-mode.
15271 (global-subword-mode): New global minor mode.
15272 (forward-subword): Rename from c-forward-subword.
15273 (backward-subword): Rename from c-backward-subword.
15274 (mark-subword): Rename from c-mark-subword.
15275 (kill-subword): Rename from c-kill-subword.
15276 (backward-kill-subword): Rename from c-backward-kill-subword.
15277 (transpose-subwords): Rename from c-tranpose-subword.
15278 (downcase-subword): Rename from c-downcase-subword.
15279 (capitalize-subword): Rename from c-capitalize-subword.
15280 (forward-subword-internal): Rename from c-forward-subword-internal.
15281 (backward-subword-internal): Rename from c-backward-subword-internal.
15282
15283 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15284
15285 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15286 from a dired buffer.
15287 (vc-dired-deduce-fileset): New function.
15288 (vc-root-diff, vc-print-root-log): Use it.
15289
15290 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15291 nil LIMIT argument to vc-print-log-internal.
15292
15293 2009-11-20 Glenn Morris <rgm@gnu.org>
15294
15295 * Makefile.in (ELCFILES): Regenerate.
15296
15297 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15298
15299 * calc/calc.el (calc-set-mode-line):
15300 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15301 (math-format-number): Rename `math-format-complement-signed' to
15302 `math-format-twos-complement'.
15303
15304 * calc/calc-bin.el (math-format-twos-complement): Rename from
15305 math-format-complement-signed.
15306 (calc-radix): Rename `calc-complement-signed-mode' to
15307 `calc-twos-complement-mode'.
15308 (calc-octal-radix, calc-hex-radix): Add an argument for
15309 two's complement.
15310
15311 * calc/calc-embed.el (calc-embedded-mode-vars):
15312 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15313
15314 * calc/calc-ext.el (calc-init-extensions):
15315 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15316 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15317
15318 * calc/calc-units.el (math-build-units-table-buffer):
15319 Let `calc-twos-complement-mode' be nil.
15320
15321 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15322 entries.
15323
15324 * calc/calc-vec.el (calcFunc-vunpack):
15325 * calc/calc-aent.el (calc-do-calc-eval):
15326 * calc/calc-forms.el (math-format-date):
15327 * calc/calc-graph.el (calc-graph-plot):
15328 * calc/calc-math.el (math-use-emacs-fn):
15329 * calc/calccomp.el (math-compose-expr):
15330 Let `calc-twos-complement-mode' be nil.
15331
15332 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15333
15334 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15335 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15336 * minibuffer.el (completion-in-region-functions): New hook.
15337 (completion-in-region): New function.
15338 * emacs-lisp/lisp.el (lisp-complete-symbol):
15339 * pcomplete.el (pcomplete-std-complete): Use it.
15340
15341 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15342
15343 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15344 (latex-complete-alist): New vars.
15345 (latex-string-prefix-p, latex-complete-bibtex-keys)
15346 (latex-complete-envnames, latex-complete-refkeys)
15347 (latex-complete-data): New functions.
15348 (latex-complete, latex-indent-or-complete): New commands.
15349
15350 * window.el (display-buffer-mark-dedicated): New var.
15351 (display-buffer): Obey it.
15352 * minibuffer.el (minibuffer-completion-help): Use it.
15353
15354 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15355
15356 * filecache.el (file-cache-add-file): Use push and cons.
15357 (file-cache-delete-file-regexp): Use push.
15358 (file-cache-complete): Use completion-in-region.
15359
15360 * simple.el (with-wrapper-hook): Fix thinko.
15361
15362 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15363 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15364 Use with-current-buffer and string-to-number.
15365 (hfy-fallback-colour-values): Use assoc-string.
15366 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15367 (hfy-face-at): Remove unused var `found-face'.
15368 (hfy-compile-stylesheet): Remove unused var `css'.
15369 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15370 and `orig-buffer'.
15371 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15372 Use with-current-buffer.
15373 (hfy-text-p): Use expand-file-name and fewer setq.
15374
15375 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15376
15377 * htmlfontify.el, hfy-cmap.el: New files.
15378
15379 2009-11-19 Juri Linkov <juri@jurta.org>
15380
15381 * minibuffer.el (completions-format): New defcustom.
15382 (completion--insert-strings): Implement vertical format.
15383
15384 * simple.el (switch-to-completions): Move point to the first
15385 completion when point was at the beginning of the buffer.
15386
15387 2009-11-19 Juri Linkov <juri@jurta.org>
15388
15389 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15390
15391 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15392
15393 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
15394
15395 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15396 (mail-signature): Change default to t.
15397 (mail-from-style): Deprecate `system-default' value.
15398 (mail-insert-from-field): For default value of mail-from-style,
15399 default to `angles' unless `angles' needs quoting and `parens'
15400 does not.
15401 (mail-citation-prefix-regexp): Use citation regexp from
15402 message-mode.
15403
15404 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
15405
15406 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15407 Set variables for computing the prompt for reading password.
15408
15409 2009-11-19 Glenn Morris <rgm@gnu.org>
15410
15411 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15412
15413 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15414
15415 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15416 (newsticker-treeview-listwindow-height): Fix custom type.
15417
15418 2009-11-19 Kenichi Handa <handa@m17n.org>
15419
15420 * descr-text.el (describe-char-padded-string): Compose with TAB
15421 only if there's a font for CH.
15422 (describe-char): Fix the condition for detecting a trivial composition.
15423
15424 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
15425
15426 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
15427 more accurate version of the regexp. (Bug#3910)
15428
15429 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
15430
15431 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15432
15433 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
15434
15435 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15436 (font-setting-change-default-font): Fix typo in docstring.
15437
15438 2009-11-18 Alan Mackenzie <acm@muc.de>
15439
15440 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15441
15442 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15443
15444 * font-setting.el (font-use-system-font): Move ...
15445
15446 * cus-start.el (all): ... to here.
15447
15448 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
15449
15450 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15451 Don't set `ad-return-value' if `ad-do-it' doesn't.
15452
15453 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15454 modification time.
15455
15456 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15457
15458 * menu-bar.el: Put "Use system font" in Option-menu.
15459 (menu-bar-options-save): Add font-use-system-font.
15460
15461 * loadup.el: If feature system-font-setting or font-render-setting is
15462 there, load font-setting.
15463
15464 * Makefile.in (ELCFILES): Add font-settings.el.
15465 * font-setting.el: New file.
15466
15467 2009-11-17 Glenn Morris <rgm@gnu.org>
15468
15469 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15470
15471 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15472 Preserve point in the list buffer. (Bug#4939)
15473 Use point-at-eol.
15474 (newsticker--treeview-list-update-highlight)
15475 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15476
15477 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15478
15479 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15480 Remove.
15481
15482 * calc/calc-ext.el (calc-init-extensions): Remove references to
15483 symclip.
15484
15485 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15486
15487 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
15488 * calc/calc-help.el (calc-b-prefix-help): Remove references to
15489 `calc-symclip'.
15490
15491 2009-11-16 Kevin Ryde <user42@zip.com.au>
15492
15493 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15494 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
15495
15496 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15497 (lm-keywords-list): Allow comma-only separator like "foo,bar".
15498 Ignore trailing spaces by omit-nulls to split-string (fixing
15499 regression from Emacs 21 due to the incompatible split-string
15500 change). (Bug #4928.)
15501
15502 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15503
15504 * vc.el (vc-log-show-limit): Default to 2000.
15505 (vc-print-log-internal): Insert buttons to request more entries
15506 when limiting the output.
15507
15508 * vc-sccs.el (vc-sccs-print-log):
15509 * vc-rcs.el (vc-rcs-print-log):
15510 * vc-cvs.el (vc-cvs-print-log):
15511 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
15512 LIMIT is non-nil.
15513
15514 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
15515
15516 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
15517 error when `tramp-gvfs-dbus-event-vector' is set.
15518 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
15519
15520 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15521
15522 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
15523
15524 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
15525
15526 * net/dbus.el (dbus-unregister-service): New defun.
15527 (dbus-register-property): Register the handlers of
15528 "org.freedesktop.DBus.Properties" for SERVICE.
15529 (dbus-property-handler): Fix docstring.
15530
15531 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15532
15533 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
15534 Quote doc string reference in defvaralias as it is not in special form.
15535 (byte-compile-output-docform): Doc fix.
15536
15537 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15538
15539 * calc/calc.el (math-2-word-size, math-half-2-word-size)
15540 (calc-complement-signed-mode): New variables.
15541 (calc-set-mode-line): Add indicator for twos-complements.
15542 (math-format-number): Format twos-complement notation.
15543
15544 * calc/calc-bin.el (calc-word-size): Reset the variables
15545 `math-2-word-size' and `math-half-2-word-size'.
15546 (math-format-complement-signed, math-symclip, calcFunc-symclip)
15547 (calc-symclip): New functions.
15548
15549 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
15550
15551 * calc/calc-embed.el (calc-embedded-mode-vars):
15552 Add `calc-complement-signed-mode' to the list of modes.
15553
15554 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
15555 (calc-b-oper-keys): Add `calc-symclip' to list.
15556
15557 * calc/calc-ext.el (math-read-number-fancy): Read complement
15558 signed numbers.
15559 (calc-init-extensions): Add binding for `calc-symclip'.
15560 Add autoload for `calcFunc-symclip' and `calc-symclip'.
15561
15562 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
15563 `calc-symclip'.
15564 (calc-modes-menu): Add item for twos complement mode.
15565
15566 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
15567
15568 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
15569
15570 * register.el (jump-to-register, insert-register): Handle Semantic
15571 tags. From commented-out advice in semantic/senator.el.
15572
15573 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15574
15575 * vc.el (vc-log-show-limit): New variable.
15576 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
15577 when using a prefix argument.
15578 (vc-print-log-internal): Add new argument LIMIT.
15579
15580 * vc-svn.el (vc-svn-print-log):
15581 * vc-mtn.el (vc-mtn-print-log):
15582 * vc-hg.el (vc-hg-print-log):
15583 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
15584 pass it to the log command when set. Make the BUFFER argument
15585 non-optional.
15586
15587 * vc-sccs.el (vc-sccs-print-log):
15588 * vc-rcs.el (vc-rcs-print-log):
15589 * vc-git.el (vc-git-print-log):
15590 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
15591 ignore it. Make the BUFFER argument non-optional
15592
15593 * bindings.el (mode-line-buffer-identification): Do not purecopy.
15594
15595 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
15596
15597 * dired.el (dired-mode-map): Move encryption items to "Operate"
15598 menu (Bug#4703).
15599
15600 * strokes.el (strokes-update-window-configuration): Make strokes
15601 buffer current before erasing (Bug#4906).
15602
15603 2009-11-15 Juri Linkov <juri@jurta.org>
15604
15605 * simple.el (set-mark-default-inactive): Add :type, :group
15606 and :version. (Bug#4876)
15607
15608 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
15609
15610 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
15611 (archive-unique-fname): ... here. (Bug#4929)
15612
15613 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
15614
15615 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
15616 with a real fix.
15617
15618 * novice.el (disabled-command-function): Add useful args.
15619 Setup the help buffer so that [back] works.
15620 Remove redundant call to help-mode.
15621 (disabled-command-function): Use `case'.
15622 (en/disable-command): New function extracted from enable-command.
15623 (enable-command, disable-command): Use it.
15624
15625 2009-11-14 Glenn Morris <rgm@gnu.org>
15626
15627 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
15628 constants. (Bug#4913)
15629
15630 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
15631
15632 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
15633
15634 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
15635 defined in C that have no doc-strings. (Bug#1063)
15636
15637 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
15638
15639 * cus-edit.el (data, files):
15640 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
15641
15642 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
15643
15644 * simple.el (shell-command): Doc fix (Bug#4891).
15645
15646 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
15647
15648 2009-11-14 Glenn Morris <rgm@gnu.org>
15649
15650 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
15651 statements for vc-diff, emerge-quit, and rmail-cease-edit.
15652 If they are already loaded, eval-after-load will do the right thing.
15653
15654 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
15655 compiling.
15656
15657 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
15658
15659 * simple.el (x-selection-owner-p): Declare.
15660 (read-mail-command): Use custom radio type rather than choice.
15661 (completion-no-auto-exit): Doc fix.
15662
15663 * custom.el (defgroup):
15664 * epg-config.el (epg): Doc fixes.
15665
15666 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
15667
15668 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
15669 * international/ccl.el (define-ccl-program): Do not purecopy the
15670 docstring, defconst does it anyway.
15671
15672 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15673
15674 * add-log.el (add-change-log-entry): Avoid displaying the changelog
15675 a second time.
15676
15677 * x-dnd.el (x-dnd-maybe-call-test-function):
15678 * window.el (split-window-vertically):
15679 * whitespace.el (whitespace-help-on):
15680 * vc-rcs.el (vc-rcs-consult-headers):
15681 * userlock.el (ask-user-about-lock-help)
15682 (ask-user-about-supersession-help):
15683 * type-break.el (type-break-force-mode-line-update):
15684 * time-stamp.el (time-stamp-conv-warn):
15685 * terminal.el (te-set-output-log, te-more-break, te-filter)
15686 (te-sentinel, terminal-emulator):
15687 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
15688 (term-write-input-ring, term-check-source, term-start-output-log):
15689 (term-display-buffer-line, term-dynamic-list-completions):
15690 (term-ansi-make-term, serial-term):
15691 * subr.el (selective-display):
15692 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
15693 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
15694 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
15695 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
15696 (speedbar-remove-localized-speedbar-support)
15697 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
15698 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
15699 (speedbar-buffers-line-directory):
15700 * simple.el (shell-command-on-region, append-to-buffer)
15701 (prepend-to-buffer):
15702 * shadowfile.el (shadow-save-todo-file):
15703 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
15704 (scroll-bar-maybe-set-window-start):
15705 * sb-image.el (speedbar-image-dump):
15706 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
15707 (load-save-place-alist-from-file):
15708 * ps-samp.el (ps-print-message-from-summary):
15709 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
15710 (ps-background-image, ps-begin-job, ps-do-despool):
15711 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
15712 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
15713 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
15714 (pr-call-process, pr-file-list, pr-interface-save):
15715 * novice.el (disabled-command-function)
15716 (enable-command, disable-command):
15717 * mouse.el (mouse-buffer-menu-alist):
15718 * mouse-copy.el (mouse-kill-preserving-secondary):
15719 * macros.el (kbd-macro-query):
15720 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
15721 * informat.el (batch-info-validate):
15722 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
15723 * hippie-exp.el (try-expand-dabbrev-visible):
15724 * help-mode.el (help-make-xrefs):
15725 * help-fns.el (describe-variable):
15726 * generic-x.el (bat-generic-mode-run-as-comint):
15727 * finder.el (finder-mouse-select):
15728 * find-dired.el (find-dired-sentinel):
15729 * filesets.el (filesets-file-close):
15730 * files.el (list-directory):
15731 * faces.el (list-faces-display, describe-face):
15732 * facemenu.el (list-colors-display):
15733 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
15734 * epg.el (epg--process-filter, epg-cancel):
15735 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
15736 (epa--read-signature-type):
15737 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
15738 (emerge-file-names):
15739 * ehelp.el (electric-helpify):
15740 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
15741 * ediff-vers.el (rcs-ediff-view-revision):
15742 * ediff-util.el (ediff-setup):
15743 * ediff-mult.el (ediff-append-custom-diff):
15744 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
15745 (ediff-wordify):
15746 * echistory.el (Electric-command-history-redo-expression):
15747 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
15748 * disp-table.el (describe-display-table):
15749 * dired.el (dired-find-buffer-nocreate):
15750 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
15751 * dabbrev.el (dabbrev--same-major-mode-p):
15752 * chistory.el (list-command-history):
15753 * apropos.el (apropos-documentation):
15754 * allout.el (allout-obtain-passphrase):
15755 (allout-copy-exposed-to-buffer):
15756 (allout-verify-passphrase): Use with-current-buffer.
15757
15758 2009-11-13 Glenn Morris <rgm@gnu.org>
15759
15760 * Makefile.in (ELCFILES): Regenerate.
15761
15762 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
15763
15764 * net/dbus.el (dbus-registered-objects-table): Rename from
15765 `dbus-registered-functions-table', because it contains also properties.
15766 (dbus-unregister-object): Unregister also properties.
15767 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15768 Use a timeout of 500 msec, in order to not block.
15769 (dbus-register-property, dbus-property-handler): New defuns.
15770
15771 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15772
15773 * simple.el (minibuffer-default-add-completions): Drop deprecated
15774 4th arg.
15775
15776 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
15777
15778 * textmodes/artist.el (artist-mouse-choose-operation):
15779 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
15780 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
15781 (artist-compute-up-event-key): New function.
15782 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
15783
15784 2009-11-13 Kenichi Handa <handa@m17n.org>
15785
15786 * language/japan-util.el: Make sure that the value of jisx0208
15787 property is jisx0208 character.
15788
15789 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
15790
15791 * international/mule.el (auto-coding-regexp-alist): Only purecopy
15792 car or each item, not the whole list.
15793
15794 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
15795
15796 * minibuffer.el (minibuffer-completion-help):
15797 Use minibuffer-hide-completions.
15798
15799 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
15800
15801 * dired.el (dired-save-positions, dired-restore-positions): New funs.
15802 (dired-revert): Use them (bug#4880).
15803
15804 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
15805
15806 * tooltip.el (tooltip-frame-parameters): Undo previous change.
15807
15808 2009-11-12 Juri Linkov <juri@jurta.org>
15809
15810 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
15811 New functions.
15812 (find-file-literally-at-point): Alias of `ffap-literally'.
15813
15814 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
15815
15816 * textmodes/ispell.el (ispell-skip-region-alist):
15817 * textmodes/css-mode.el (auto-mode-alist):
15818 * progmodes/compile.el (auto-mode-alist):
15819 * international/mule.el (ctext-non-standard-encodings-alist)
15820 (ctext-non-standard-encodings-regexp):
15821 * simple.el (shell-command-switch, text-read-only):
15822 * replace.el (occur-mode-map):
15823 * paths.el (rmail-file-name):
15824 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
15825 * find-file.el (ff-special-constructs):
15826 * files.el (file-name-handler-alist):
15827 * composite.el: Purecopy strings.
15828
15829 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
15830
15831 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
15832
15833 * widget.el (define-widget): Purecopy the docstring.
15834 * international/mule-cmds.el (charset): Do not purecopy the
15835 docstring here, define-widget does it.
15836
15837 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
15838 * textmodes/bibtex-style.el (auto-mode-alist):
15839 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15840 * progmodes/compile.el (compile-command):
15841 * language/korea-util.el (default-korean-keyboard):
15842 * international/mule-conf.el (file-coding-system-alist):
15843 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
15844 * tooltip.el (tooltip-frame-parameters):
15845 * newcomment.el (comment-end, comment-padding):
15846 * dired.el (dired-trivial-filenames):
15847 * comint.el (comint-file-name-prefix): Purecopy initial values.
15848
15849 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
15850
15851 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
15852 (tramp-advice-minibuffer-electric-tilde): Unload advices via
15853 `tramp-unload'.
15854 (tramp-advice-make-auto-save-file-name)
15855 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
15856 after removing the advice.
15857
15858 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
15859
15860 * progmodes/grep.el (grep-regexp-alist):
15861 * international/mule-cmds.el (iso-2022-control-alist):
15862 * emacs-lisp/timer.el (timer-duration-words):
15863 * subr.el (version-separator, version-regexp-alist):
15864 * minibuffer.el (completion-styles-alist):
15865 * faces.el (face-attribute-name-alist, list-faces-sample-text):
15866 Change defvars to defconsts.
15867
15868 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
15869 * loadup.el ("international/mule-conf"): Load the byte compiled version.
15870 * international/mule-conf.el: Allow to be byte compiled.
15871
15872 * international/mule.el (define-charset): Purecopy props.
15873 (load-with-code-conversion): Purecopy doc string and file name.
15874 (put-charset-property): Purecopy strings.
15875 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
15876
15877 * international/mule-cmds.el (register-input-method): Purecopy arguments.
15878 (define-char-code-property): Correctly purecopy the table.
15879
15880 * international/ccl.el (define-ccl-program): Purecopy the docstring.
15881
15882 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
15883
15884 * subr.el (add-hook): Purecopy strings.
15885 (eval-after-load): Purecopy load-history-regexp and the form.
15886
15887 * custom.el (custom-declare-group): Purecopy load-file-name.
15888
15889 * subr.el (menu-bar-separator): New defconst.
15890 * net/eudc.el (eudc-tools-menu):
15891 * international/mule-cmds.el (set-coding-system-map)
15892 (mule-menu-keymap):
15893 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15894 * vc-hooks.el (vc-menu-map):
15895 * replace.el (occur-mode-map):
15896 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
15897 (menu-bar-edit-menu, menu-bar-goto-menu)
15898 (menu-bar-custom-menu, menu-bar-showhide-menu)
15899 (menu-bar-options-menu, menu-bar-tools-menu)
15900 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
15901 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
15902 (menu-bar-help-menu):
15903 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
15904 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
15905
15906 * term/x-win.el (x-gtk-stock-map):
15907 * progmodes/vera-mode.el (auto-mode-alist):
15908 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
15909 (inferior-lisp-program, inferior-lisp-load-command):
15910 * progmodes/hideshow.el (hs-special-modes-alist):
15911 * progmodes/gud.el (same-window-regexps):
15912 * progmodes/grep.el (grep-program, find-program, xargs-program):
15913 * net/telnet.el (same-window-regexps):
15914 * net/rlogin.el (same-window-regexps):
15915 * language/ethiopic.el (font-ccl-encoder-alist):
15916 * vc-sccs.el (vc-sccs-master-templates):
15917 * vc-rcs.el (vc-rcs-master-templates):
15918 * subr.el (cl-assertion-failed):
15919 * simple.el (next-error-overlay-arrow-position):
15920 * lpr.el (lpr-command):
15921 * locate.el (locate-ls-subdir-switches):
15922 * info.el (same-window-regexps, info)
15923 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
15924 * image-mode.el (image-mode, auto-mode-alist):
15925 * hippie-exp.el (hippie-expand-ignore-buffers):
15926 * format.el (format-alist):
15927 * find-dired.el (find-ls-subdir-switches, find-grep-options)
15928 (find-name-arg):
15929 * facemenu.el (facemenu-keybindings):
15930 * dired.el (dired-listing-switches, dired-chown-program):
15931 * diff.el (diff-switches, diff-command):
15932 * cus-edit.el (same-window-regexps):
15933 * bindings.el (mode-line-mule-info)
15934 (mode-line-buffer-identification): Purecopy strings.
15935
15936 2009-11-11 Juri Linkov <juri@jurta.org>
15937
15938 * simple.el (dired-get-filename) <declare-function>:
15939 Tell the byte-compiler about dired-get-filename.
15940 (shell-command): In Dired mode, get filename from the current line
15941 as the default value.
15942
15943 2009-11-10 Glenn Morris <rgm@gnu.org>
15944
15945 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
15946 * calendar/holidays.el, progmodes/cperl-mode.el:
15947 Update x-popup-menu declarations.
15948
15949 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
15950 (list-load-path-shadows): Use dolist.
15951 (list-load-path-shadows): Use with-current-buffer.
15952
15953 2009-11-10 Juri Linkov <juri@jurta.org>
15954
15955 * minibuffer.el (read-file-name): Support a list of default values
15956 in `default-filename'. Use the first file name where only one
15957 element is required. Doc fix.
15958
15959 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
15960
15961 * net/dbus.el (dbus-unregister-object): Release service, if no
15962 other method is registered for it.
15963
15964 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
15965
15966 * bookmark.el (bookmark-completing-read): Sort bookmark names if
15967 bookmark-sort-flag is non-nil (Bug#4653).
15968
15969 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
15970
15971 * emulation/cua-base.el: Add CUA property to some CC mode commands
15972 (Bug#4100).
15973
15974 2009-11-08 Kevin Ryde <user42@zip.com.au>
15975
15976 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
15977 at end of sentence (Bug#4818).
15978
15979 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
15980
15981 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15982 Handle "see declaration of" MSFT statements (Bug#4100).
15983
15984 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
15985
15986 * net/tramp.el (tramp-advice-make-auto-save-file-name)
15987 (tramp-advice-file-expand-wildcards): Unload via
15988 `ad-remove-advice'.
15989
15990 * net/trampver.el: Update release number.
15991
15992 2009-11-08 Kevin Ryde <user42@zip.com.au>
15993
15994 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
15995 `ad-do-it'.
15996
15997 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
15998
15999 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16000 in order to keep context in SELinux.
16001
16002 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16003
16004 * dired-aux.el (dired-query): Place cursor in echo area and allow
16005 C-g.
16006
16007 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16008 menu item if not on a directory (Bug#4701).
16009
16010 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
16011
16012 Sync with Tramp 2.1.17.
16013
16014 * net/tramp.el (tramp-handle-copy-directory): Don't use
16015 `file-remote-p' (due to compatibility).
16016
16017 * net/tramp-compat.el (tramp-compat-copy-directory)
16018 (tramp-compat-delete-directory): New defuns.
16019
16020 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16021 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16022 Use `tramp-compat-delete-directory'.
16023
16024 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16025 (tramp-smb-handle-delete-directory):
16026 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16027
16028 * net/trampver.el: Update release number.
16029
16030 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
16031
16032 * tar-mode.el (tar-copy): Call write-region on the right buffer
16033 (Bug#4857).
16034
16035 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16036 by hand, if necessary (Bug#4878).
16037
16038 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
16039
16040 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16041 align size column (Bug#4839).
16042
16043 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16044 statement.
16045
16046 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16047
16048 * progmodes/ld-script.el (auto-mode-alist):
16049 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16050
16051 * cus-face.el (custom-declare-face): Purecopy face spec.
16052
16053 2009-11-06 Kenichi Handa <handa@m17n.org>
16054
16055 * international/uni-bidi.el: Re-generated.
16056 * international/uni-category.el: Re-generated.
16057 * international/uni-combining.el: Re-generated.
16058 * international/uni-mirrored.el: Re-generated.
16059
16060 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16061
16062 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16063 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16064 (tex-start-options, slitex-run-command, latex-run-command)
16065 (tex-run-command, tex-directory):
16066 * textmodes/ispell.el (ispell-html-skip-alists)
16067 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16068 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16069 (adaptive-fill-regexp):
16070 * textmodes/dns-mode.el (auto-mode-alist):
16071 * progmodes/python.el (interpreter-mode-alist):
16072 * progmodes/etags.el (tags-compression-info-list):
16073 * progmodes/etags.el (tags-file-name):
16074 * net/browse-url.el (browse-url-galeon-program)
16075 (browse-url-firefox-program):
16076 * mail/sendmail.el (mail-signature-file)
16077 (mail-citation-prefix-regexp):
16078 * international/mule-conf.el (eight-bit):
16079 * international/latexenc.el (latex-inputenc-coding-alist):
16080 * international/fontset.el (x-pixel-size-width-font-regexp):
16081 * emacs-lisp/warnings.el (warning-type-format):
16082 * emacs-lisp/trace.el (trace-buffer):
16083 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16084 (emacs-lisp-mode-map):
16085 * calendar/holidays.el (holiday-solar-holidays)
16086 (holiday-bahai-holidays, holiday-islamic-holidays)
16087 (holiday-christian-holidays, holiday-hebrew-holidays)
16088 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16089 (hebrew-holidays-1, holiday-oriental-holidays)
16090 (holiday-general-holidays):
16091 * x-dnd.el (x-dnd-known-types):
16092 * tool-bar.el (tool-bar):
16093 * startup.el (site-run-file):
16094 * shell.el (shell-dumb-shell-regexp):
16095 * rfn-eshadow.el (file-name-shadow-tty-properties)
16096 (file-name-shadow-properties):
16097 * paths.el (remote-shell-program, news-directory):
16098 * mouse.el ([C-down-mouse-3]):
16099 * menu-bar.el (menu-bar-tools-menu):
16100 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16101 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16102 (jka-compr-compression-info-list):
16103 * isearch.el (search-whitespace-regexp):
16104 * image-file.el (image-file-name-extensions):
16105 * find-dired.el (find-ls-option):
16106 * files.el (directory-listing-before-filename-regexp)
16107 (directory-free-space-args, insert-directory-program)
16108 (list-directory-brief-switches, magic-fallback-mode-alist)
16109 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16110 (automount-dir-prefix):
16111 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16112 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16113 (face-font-registry-alternatives, face-font-registry-alternatives)
16114 (face-font-family-alternatives):
16115 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16116 (facemenu-foreground-menu, facemenu-face-menu):
16117 * epa-hook.el (epa-file-name-regexp):
16118 * dnd.el (dnd-protocol-alist):
16119 * textmodes/rst.el (auto-mode-alist):
16120 * button.el (default-button): Purecopy strings.
16121
16122 2009-11-06 Glenn Morris <rgm@gnu.org>
16123
16124 * Makefile.in (ELCFILES): Update.
16125
16126 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16127
16128 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16129 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16130
16131 * nxml/xsd-regexp.el (xsdre-gen-categories):
16132 * nxml/xmltok.el (xmltok-parse-entity):
16133 * nxml/rng-parse.el (rng-parse-validate-file):
16134 * nxml/rng-maint.el (rng-format-manual)
16135 (rng-manual-output-force-new-line):
16136 * nxml/rng-loc.el (rng-save-schema-location-1):
16137 * nxml/rng-cmpct.el (rng-c-parse-file):
16138 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16139 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16140
16141 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16142
16143 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
16144 Remove extra save-excursions and make-variable-buffer-local's.
16145 Suggested by Stefan Monnier.
16146
16147 (verilog-getopt-file, verilog-module-inside-filename-p)
16148 (verilog-set-define): Merge GNU 1.35 and repair changes from
16149 switching to using with-current-buffer.
16150
16151 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16152 being treated as a number and confusing AUTORESET.
16153 Reported by Dan Dever.
16154
16155 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16156 Add verilog-auto-ignore-concat to fix backward compatibility with
16157 older verilog-modes. Reported by Dan Katz.
16158
16159 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16160 containing closing anchors "...$".
16161
16162 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16163 Reported by Wade Smith.
16164
16165 (verilog-batch-execute-func): Comment on function usage.
16166
16167 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
16168
16169 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16170 for labels.
16171
16172 (verilog-label-re, verilog-calc-1): Support proper indent of named
16173 asserts.
16174
16175 (verilog-backward-token, verilog-basic-complete-re)
16176 (verilog-beg-of-statement, verilog-indent-re): Support proper
16177 indent of the assert statement at the beginning of a block of text.
16178
16179 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16180 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16181 tokens as begins.
16182
16183 2009-11-05 Glenn Morris <rgm@gnu.org>
16184
16185 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16186 Emacs 19. (Bug#1531)
16187 (byte-compile-fix-header): Update for the above change.
16188 Drop test for epoch::version.
16189
16190 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
16191 * cus-dep.el (custom-make-dependencies):
16192 * finder.el (finder-compile-keywords):
16193 Use autoload-rubric's feature argument.
16194
16195 * calendar/diary-lib.el (top-level): Make load behave more like require.
16196
16197 * vc-git.el (vc-git-stash-map): Move definition before use.
16198
16199 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
16200
16201 * custom.el (custom-declare-group): Purecopy standard-value.
16202 (custom-declare-group): Purecopy custom-prefix.
16203
16204 * international/mule.el (load-with-code-conversion):
16205 Call do-after-load-evaluation unconditionally.
16206
16207 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16208
16209 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16210
16211 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16212
16213 2009-11-04 Glenn Morris <rgm@gnu.org>
16214
16215 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16216 (byte-compile-compatibility): Remove option.
16217 (byte-compile-close-variables, byte-compile-fix-header)
16218 (byte-compile-insert-header, byte-compile-output-docform)
16219 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16220 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16221 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16222 (byte-compile-insert, byte-compile-defun):
16223 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
16224 (byte-defop-compiler19): Remove.
16225 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16226 used by anything. Replace all calls with byte-defop-compiler.
16227
16228 2009-11-04 Juri Linkov <juri@jurta.org>
16229
16230 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16231 (menu-bar-options-menu): Don't quote the `prop' arg of
16232 `menu-bar-make-mm-toggle'.
16233
16234 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
16235
16236 * calendar/calendar.el (cal-loaddefs):
16237 * calendar/diary-lib.el (diary-loaddefs):
16238 * calendar/holidays.el (hol-loaddefs):
16239 * eshell/esh-module.el (esh-groups): Load rather than require.
16240
16241 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16242
16243 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16244 point-min==1.
16245 (todo-top-priorities): Only display-buffer when called interactively.
16246 (todo-item-start): Don't save excursion point.
16247 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16248 (todo-insert-item-here, todo-file-item, todo-remove-item):
16249 Adjust uses of todo-item-start and todo-item-end.
16250
16251 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16252 (autoload-rubric): Don't use any more.
16253
16254 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16255 and only put a prop if it is non-nil.
16256
16257 2009-11-03 Juri Linkov <juri@jurta.org>
16258
16259 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16260 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16261
16262 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16263 and "Menu" to make top-level menu item visually one unit (like
16264 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16265 multi-word menu items). Fix :help string for quit-window.
16266
16267 2009-11-03 Glenn Morris <rgm@gnu.org>
16268
16269 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16270 (byte-compile-file-form-define-abbrev-table)
16271 (byte-compile-file-form-custom-declare-variable)
16272 (byte-compile-variable-ref, byte-compile-defvar):
16273 Whether or not a warning is enabled should only affect whether we issue
16274 the warning, not whether or not we collect the relevant data.
16275 Eg warnings can be turned on and off throughout the course of a file.
16276
16277 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16278 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16279
16280 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16281
16282 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16283 * play/mpuz.el (mpuz-create-buffer):
16284 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16285 (lm-print-y,s,noise, lm-print-w0, lm-init):
16286 * play/gomoku.el (gomoku-prompt-for-move):
16287 * play/fortune.el (fortune-in-buffer):
16288 * play/dissociate.el (dissociated-press):
16289 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
16290 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
16291 * mail/supercite.el (sc-eref-show):
16292 * mail/smtpmail.el (smtpmail-send-it):
16293 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16294 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16295 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16296 (rmail-summary-goto-msg, rmail-summary-expunge)
16297 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16298 (rmail-summary-add-label, rmail-summary-output-menu)
16299 (rmail-summary-output-body):
16300 * mail/rfc822.el (rfc822-addresses):
16301 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16302 * mail/mailpost.el (post-mail-send-it):
16303 * mail/hashcash.el (hashcash-generate-payment):
16304 * mail/feedmail.el (feedmail-run-the-queue)
16305 (feedmail-queue-send-edit-prompt-help-first)
16306 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16307 (feedmail-deduce-address-list):
16308 * eshell/esh-ext.el (eshell-remote-command):
16309 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16310 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16311 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16312 (viper-save-string-in-file, viper-valid-marker):
16313 * emulation/viper-keym.el (viper-toggle-key):
16314 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16315 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16316 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16317 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16318 (viper-exec-form-in-emacs, viper-brac-function):
16319 * emulation/viper.el (viper-delocalize-var):
16320 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16321 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16322 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16323 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16324 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16325 * emulation/edt.el (edt-electric-helpify):
16326 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16327 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16328 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16329 (cua-indent-to-global-mark-column):
16330 * calendar/diary-lib.el (calendar-mark-1):
16331 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16332 Use with-current-buffer.
16333 * emulation/viper.el (viper-delocalize-var): Use dolist.
16334
16335 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
16336
16337 * comint.el (comint-replace-by-expanded-history-before-point):
16338 Replace !! with the previous input string literally (Bug#1795).
16339
16340 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16341
16342 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16343 to be made up of whitespace.
16344
16345 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
16346
16347 * minibuffer.el (read-file-name): Don't use file dialogs for
16348 remote directories (Bug#99).
16349
16350 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
16351
16352 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16353
16354 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16355
16356 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16357 instead of deleting the window or frame.
16358
16359 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
16360
16361 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16362 Support face colors.
16363
16364 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16365 New function. Support face colors (Bug#1168).
16366 (tex-common-initialization): Use it.
16367
16368 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16369 mode allows it (Bug#1168).
16370
16371 2009-10-31 Juri Linkov <juri@jurta.org>
16372
16373 * facemenu.el (list-colors-display): Don't mark buffer as
16374 modified (Bug#3948).
16375
16376 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
16377
16378 * international/mule-diag.el (list-character-sets-1):
16379 Minor message fix (Bug#3526).
16380
16381 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16382 Fix face property (Bug#4834).
16383 (etags-list-tags, etags-tags-apropos-additional)
16384 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16385 property.
16386
16387 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16388 items.
16389
16390 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16391
16392 * textmodes/two-column.el (2C-split):
16393 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16394 * textmodes/tex-mode.el (tex-set-buffer-directory):
16395 * textmodes/spell.el (spell-region, spell-string):
16396 * textmodes/reftex.el (reftex-erase-buffer):
16397 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16398 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16399 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16400 (reftex-select-item):
16401 * textmodes/reftex-ref.el (reftex-label-info-update)
16402 (reftex-offer-label-menu):
16403 * textmodes/reftex-index.el (reftex-index-change-entry)
16404 (reftex-index-phrases-info):
16405 * textmodes/reftex-global.el (reftex-create-tags-file)
16406 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16407 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16408 (reftex-view-crossref-from-bibtex):
16409 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16410 (reftex-extract-bib-entries-from-thebibliography)
16411 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16412 * textmodes/refbib.el (r2b-capitalize-title):
16413 (r2b-convert-buffer, r2b-help):
16414 * textmodes/page-ext.el (pages-directory)
16415 (pages-directory-goto-with-mouse):
16416 * textmodes/bibtex.el (bibtex-validate-globally):
16417 * textmodes/bib-mode.el (bib-capitalize-title):
16418 * textmodes/artist.el (artist-clear-buffer, artist-system):
16419 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16420 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16421 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16422 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16423 (xscheme-send-control-g-interrupt, xscheme-start-process)
16424 (xscheme-process-sentinel, xscheme-cd):
16425 * progmodes/verilog-mode.el (verilog-read-always-signals)
16426 (verilog-set-define, verilog-getopt-file)
16427 (verilog-module-inside-filename-p):
16428 * progmodes/sh-script.el:
16429 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16430 (python-pdbtrack-grub-for-buffer, python-execute-file):
16431 * progmodes/octave-inf.el (inferior-octave):
16432 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16433 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16434 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16435 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16436 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16437 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16438 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16439 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16440 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16441 (idlwave-shell-examine-display, idlwave-shell-run-region)
16442 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16443 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16444 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16445 (idlwave-help-get-help-buffer):
16446 * progmodes/gud.el (gud-basic-call, gud-find-class)
16447 (gud-tooltip-activate-mouse-motions-if-enabled):
16448 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16449 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16450 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16451 (ebrowse-tags-next-file):
16452 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16453 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16454 (ebnf-eps-finish-and-write):
16455 * progmodes/cpp.el (cpp-edit-save):
16456 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16457 * progmodes/cc-defs.el (c-emacs-features):
16458 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16459 (antlr-directory-dependencies):
16460 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16461 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16462 (ada-find-any-references, ada-make-filename-from-adaname)
16463 (ada-make-body-gnatstub):
16464 * obsolete/rnews.el (news-list-news-groups):
16465 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
16466 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16467 * net/rcirc.el (rcirc-debug):
16468 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16469 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16470 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16471 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
16472 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
16473 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16474 (newsticker--treeview-list-clear-highlight)
16475 (newsticker--treeview-list-update-highlight)
16476 (newsticker--treeview-list-highlight-start)
16477 (newsticker--treeview-tree-update-highlight)
16478 (newsticker--treeview-get-selected-item)
16479 (newsticker-treeview-mark-list-items-old)
16480 (newsticker--treeview-set-current-node):
16481 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16482 * net/newst-backend.el (newsticker--get-news-by-funcall)
16483 (newsticker--get-news-by-wget, newsticker--image-get)
16484 (newsticker--image-sentinel):
16485 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16486 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16487 (eudc-ph-close-session):
16488 * net/eudc.el (eudc-save-options):
16489 * language/thai-word.el (thai-update-word-table):
16490 * language/japan-util.el (japanese-string-conversion):
16491 * international/titdic-cnv.el (tsang-quick-converter)
16492 (ziranma-converter, ctlau-converter):
16493 * international/mule-cmds.el (describe-language-environment):
16494 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16495 (skkdic-convert-postfix, skkdic-convert-prefix):
16496 (skkdic-convert-okuri-nasi, skkdic-convert):
16497 * emacs-lisp/re-builder.el (reb-update-overlays):
16498 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
16499 * emacs-lisp/gulp.el (gulp-send-requests):
16500 * emacs-lisp/find-gc.el (trace-call-tree):
16501 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
16502 (eieio-describe-generic):
16503 * emacs-lisp/eieio-base.el (eieio-persistent-read):
16504 * emacs-lisp/edebug.el (edebug-outside-excursion):
16505 * emacs-lisp/debug.el (debugger-make-xrefs):
16506 * emacs-lisp/cust-print.el (custom-prin1-to-string):
16507 * emacs-lisp/chart.el (chart-new-buffer):
16508 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
16509 Use with-current-buffer.
16510 * textmodes/artist.el (artist-system): Don't call
16511 copy-sequence on a fresh string.
16512 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
16513
16514 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
16515
16516 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
16517 is no item to edit. (Bug#4820)
16518 (todo-top-priorities): Restore point and restore narrowing in Todo
16519 buffer. (Bug#4820)
16520
16521 2009-10-31 Glenn Morris <rgm@gnu.org>
16522
16523 * net/ange-ftp.el (top-level): Don't require dired when compiling.
16524 (comint-last-output-start, comint-last-input-start)
16525 (comint-last-input-end): Don't defvar when compiling.
16526 (ange-ftp-process-file): Use bound-and-true-p.
16527
16528 * pcmpl-rpm.el (top-level): Move provide statement to end.
16529 (pcmpl-rpm): Remove unused custom group.
16530
16531 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
16532
16533 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
16534
16535 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16536 (byte-compile-warnings): Add `constants' as an option.
16537 (byte-compile-callargs-warn, byte-compile-arglist-warn)
16538 (display-call-tree): Update for byte-compile-fdefinition possibly
16539 returning `(macro lambda ...)'. (Bug#4778)
16540 (byte-compile-variable-ref, byte-compile-setq-default):
16541 Respect `constants' member of byte-compile-warnings.
16542
16543 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16544
16545 * vc-bzr.el (vc-bzr-revision-keywords): New var.
16546 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
16547 to "submit:".
16548
16549 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
16550
16551 * textmodes/ispell.el (ispell-skip-region-alist):
16552 * international/mule-conf.el (eight-bit):
16553 * international/fontset.el (font-encoding-alist):
16554 * startup.el (pure-space-overflow-message):
16555 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
16556 * paths.el (gnus-nntp-service, rmail-spool-directory)
16557 (term-file-prefix):
16558 * files.el (save-some-buffers-action-alist):
16559 * cmuscheme.el (same-window-buffer-names):
16560 * ielm.el (same-window-buffer-names):
16561 * shell.el (same-window-buffer-names):
16562 * mail/sendmail.el (same-window-buffer-names):
16563 * progmodes/inf-lisp.el (same-window-buffer-names):
16564 * bindings.el (mode-line-client)
16565 (mode-line-column-line-number-mode-map):
16566 * language/tibetan.el (tibetan-precomposition-rule-regexp)
16567 (tibetan-precomposed-regexp): Purecopy string arguments.
16568
16569 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16570
16571 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
16572 (calcDigit-nondigit):
16573 * calc/calc-yank.el (calc-copy-to-buffer):
16574 * calc/calc-units.el (calc-invalidate-units-table):
16575 * calc/calc-trail.el (calc-trail-yank):
16576 * calc/calc-store.el (calc-insert-variables):
16577 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
16578 * calc/calc-prog.el (calc-read-parse-table):
16579 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
16580 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
16581 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
16582 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
16583 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
16584 (calc-graph-name, calc-graph-find-command, calc-graph-view)
16585 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
16586 * calc/calc-ext.el (calc-realign):
16587 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
16588 (calc-embedded-finish-edit, calc-embedded-make-info)
16589 (calc-embedded-finish-command, calc-embedded-stack-change):
16590 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
16591
16592 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
16593 shell-dynamic-complete-filename in preference to
16594 comint-dynamic-complete-filename.
16595
16596 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16597 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16598 Don't consider whether the display supports colors.
16599 (bookmark-import-new-list): Use dolist.
16600 (bookmark-bmenu-mode-map): Move initialization into declaration.
16601 (bookmark-bmenu-list): Use dolist, simplify.
16602 (bookmark-show-all-annotations): Use save-selected-window and dolist.
16603 (menu-bar-final-items): Use push.
16604
16605 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
16606
16607 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
16608 it works on remote files.
16609 (vc-hg-diff): Don't pass any `--cwd' argument.
16610
16611 2009-10-27 Kevin Ryde <user42@zip.com.au>
16612
16613 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16614 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
16615 (Further to Bug#3921).
16616
16617 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
16618
16619 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
16620 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
16621 calling `tramp-imap-put-file'. Add file size to the call.
16622 (tramp-imap-get-file-entries): Compute also user name, file size,
16623 and date.
16624 (tramp-imap-handle-insert-directory): Insert uid and gid.
16625 (tramp-imap-handle-file-attributes): Transform uid and gid
16626 according to `id-format'.
16627 (tramp-imap-put-file): New optional parameter SIZE. Encode file
16628 size in header X-Size.
16629
16630 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
16631
16632 * simple.el (transpose-subr): Give clearer error when the mark
16633 is not set. (Bug#4807)
16634
16635 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
16636
16637 * net/tramp.el (tramp-perl-file-truename): New defconst.
16638 Perl code contributed by yary <not.com@gmail.com> (tiny change).
16639 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
16640 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
16641 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
16642
16643 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
16644 Ignore `dired-call-process'.
16645 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
16646
16647 2009-10-26 Julian Scheid <julians37@gmail.com>
16648
16649 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
16650 (tramp-get-remote-readlink): New defun.
16651 (tramp-handle-file-truename): Use it.
16652 (tramp-handle-file-exists-p): Check file-attributes cache, assume
16653 file exists if cache value present.
16654 (tramp-check-cached-permissions): New defun.
16655 (tramp-handle-file-readable-p): Use it.
16656 (tramp-handle-file-writable-p): Likewise.
16657 (tramp-handle-file-executable-p): Likewise.
16658 (tramp-handle-file-name-all-completions): Try using Perl to get
16659 partial completions. When perl not available, combine `cd' and
16660 `ls' into single remote operation and use shell expansion to get
16661 partial remote directory contents. Set `file-exists-p' cache for
16662 directory and any files returned by ls. Change cache handling to
16663 support partial directory contents. Use error message emitted by
16664 remote `cd' or Perl code for local tramp-error.
16665 (tramp-do-copy-or-rename-file-directly): Avoid separate
16666 tramp-send-command-and-check call.
16667 (tramp-handle-process-file): Merge three remote ops into one.
16668 Do not flush all caches when `process-file-side-effects' is set.
16669 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
16670 file-attributes shows uid/gid to be set already.
16671
16672 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16673
16674 * textmodes/tex-mode.el (tex-dvi-view-command)
16675 (tex-show-queue-command, tex-open-quote):
16676 * progmodes/ruby-mode.el (auto-mode-alist)
16677 (interpreter-mode-alist): Purecopy strings.
16678
16679 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
16680
16681 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
16682 string for the hook, keymap and abbrev table.
16683
16684 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
16685
16686 * x-dnd.el (x-dnd-xdnd-to-action):
16687 * startup.el (fancy-startup-text, fancy-about-text): Change to
16688 defconst from defvar.
16689
16690 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
16691
16692 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
16693 Purecopy initialization strings.
16694
16695 * mail/sendmail.el (mail-header-separator)
16696 (mail-personal-alias-file):
16697 * mail/rmail.el (rmail-default-dont-reply-to-names)
16698 (rmail-ignored-headers, rmail-retry-ignored-headers)
16699 (rmail-highlighted-headers, rmail-secondary-file-directory)
16700 (rmail-secondary-file-regexp):
16701 * files.el (null-device, file-name-invalid-regexp)
16702 (locate-dominating-stop-dir-regexp)
16703 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
16704 (interpreter-mode-alist): Use mapcar instead of mapc.
16705
16706 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
16707
16708 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
16709 (completion-ignored-extensions):
16710 (debug-ignored-errors): Purecopy strings.
16711
16712 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16713
16714 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
16715 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
16716 (pcomplete--here): Use push.
16717
16718 * subr.el (all-completions): Declare the 4th arg obsolete.
16719
16720 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16721
16722 * pcomplete.el (pcomplete-unquote-argument-function): New var.
16723 (pcomplete-unquote-argument): New function.
16724 (pcomplete--common-suffix): Always pay attention to case.
16725 (pcomplete--table-subvert): Quote and unquote the text.
16726 (pcomplete--common-quoted-suffix): New function.
16727 (pcomplete-std-complete): Use it and pcomplete-begin.
16728
16729 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
16730 we're inside a dedicated or minibuffer window.
16731
16732 2009-10-24 Karl Fogel <kfogel@red-bean.com>
16733
16734 * bookmark.el: Update documentation, especially documentation
16735 of `bookmark-alist' and of the bookmark file format.
16736 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
16737
16738 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
16739
16740 * mail/emacsbug.el (report-emacs-bug): Clarify that the
16741 keybindings apply to the mail buffer (Bug#4003). Shrink help
16742 window to buffer.
16743
16744 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16745 (global-whitespace-mode, global-whitespace-newline-mode)
16746 (whitespace-toggle-options, global-whitespace-toggle-options):
16747 Doc fix (Bug#3660).
16748
16749 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
16750 of xmltok-start before the end tag was inserted (Bug#2840).
16751
16752 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
16753 patterns that are preceded by an open-paren (Bug#1320).
16754
16755 2009-10-24 Sven Joachim <svenjoac@gmx.de>
16756
16757 * files.el (delete-directory): Delete symlinks to directories with
16758 delete-file (Bug#4739).
16759
16760 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
16761
16762 * vc.el (vc-backend-for-registration): Rename from
16763 vc-get-backend-for-registration. Update callers.
16764
16765 * international/mule-cmds.el (set-language-info-alist):
16766 Purecopy lang-env.
16767 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
16768 (charset): Purecopy the name.
16769 (define-char-code-property): Purecopy string arguments.
16770
16771 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16772 Purecopy string arguments.
16773
16774 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16775 * ediff-hook.el (menu-bar-ediff-menu):
16776 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
16777 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
16778
16779 2009-10-24 Glenn Morris <rgm@gnu.org>
16780
16781 * comint.el (comint-dynamic-list-completions):
16782 * term.el (term-dynamic-list-completions): Use choose-completion rather
16783 than obsolete alias mouse-choose-completion.
16784
16785 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
16786 file-cache-choose-completion.
16787 (file-cache-choose-completion): Handle an optional event argument.
16788 (file-cache-mouse-choose-completion): Make it an obsolete alias.
16789
16790 * progmodes/octave-mod.el (octave-complete-symbol):
16791 Use choose-completion if mouse-choose-completion is ever removed.
16792
16793 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
16794 use.
16795
16796 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
16797 compiler.
16798
16799 * vc-hooks.el (vc-responsible-backend): Fix declaration.
16800
16801 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16802
16803 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
16804 Ignore `pred' now that we receive one.
16805 Handle test-completion specially.
16806
16807 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16808
16809 * vc.el (vc-responsible-backend): Throw an error if not backend is
16810 found. Remove the REGISTER argument. Move the code dealing with
16811 REGISTER ...
16812 (vc-get-backend-for-registration): ... here. New function.
16813 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
16814 of vc-responsible-backend, pass the file name instead of the
16815 directory name.
16816
16817 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16818
16819 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
16820 New funs.
16821 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
16822 (pcomplete-comint-setup): Don't modify a global var via
16823 accidental side-effects.
16824 (pcomplete-shell-setup): Adjust call accordingly.
16825 (pcomplete-parse-comint-arguments): Use push.
16826
16827 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
16828
16829 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16830 Allow uncapitalized info node names (Bug#3921).
16831
16832 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
16833 to the DEBUG file (Bug#3781).
16834
16835 2009-10-23 Jari Aalto <jari.aalto@cante.net>
16836
16837 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
16838 dictionary entry (Bug#4579).
16839
16840 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
16841
16842 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
16843 from `rfn-eshadow-update-overlay-hook' when unloading.
16844 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
16845 "rsyncc". Adjust doc string.
16846 (tramp-temp-buffer-file-name): New buffer-local defvar.
16847 (tramp-handle-insert-file-contents, tramp-handle-write-region):
16848 Keep temporary file when indicated by method ("rsync" and
16849 "rsyncc").
16850 (tramp-handle-write-region): Handle APPEND.
16851 (tramp-delete-temp-file-function): New defun. Added to
16852 `kill-buffer-hook'.
16853
16854 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
16855
16856 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
16857
16858 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16859
16860 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
16861 (color-name-rgb-alist, tty-standard-colors)
16862 (tty-color-mode-alist): Change to defconst.
16863
16864 * simple.el (mark-inactive): Purecopy message.
16865
16866 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
16867 (global-map, yank-menu):
16868 * textmodes/ispell.el (ispell-menu-map):
16869 * net/eudc.el (eudc-tools-menu):
16870 * international/mule-cmds.el (describe-language-environment-map)
16871 (setup-language-environment-map, set-coding-system-map)
16872 (mule-menu-keymap):
16873 * vc-hooks.el (vc-menu-entry, vc-menu-map):
16874 * replace.el (occur-mode-map):
16875 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
16876
16877 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
16878
16879 * calc/calc.el (math-read-number, math-read-number-simple):
16880 Use `save-match-data'.
16881
16882 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16883
16884 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
16885 rather than fiddling with global-map bindings, since it should only
16886 affect per-terminal settings.
16887 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
16888
16889 * minibuffer.el (completion-table-with-terminator): Allow to specify
16890 the terminator-regexp.
16891
16892 * simple.el (switch-to-completions): Look for *Completions* in other
16893 frames as well.
16894
16895 * pcomplete.el: Allow the use of completion-tables.
16896 (pcomplete-std-complete): New command.
16897 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
16898 (pcomplete--here): Use a function for `form' rather than an expression,
16899 so it can be byte-compiled.
16900 (pcomplete-here, pcomplete-here*): Adjust accordingly.
16901 Add edebug declaration.
16902 (pcomplete-show-completions): Remove unused var `curbuf'.
16903 (pcomplete-do-complete, pcomplete-stub):
16904 Don't assume `completions' is a list of strings any more.
16905
16906 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
16907
16908 * find-dired.el (find-name-arg): Fix typo in docstring.
16909
16910 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16911
16912 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
16913 (pcmpl-linux-fs-types): Same, and update to new modules layout.
16914
16915 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
16916 pcomplete-entries.
16917
16918 * comint.el (comint-read-input-ring, comint-write-input-ring)
16919 (comint-substitute-in-file-name)
16920 (comint-dynamic-complete-as-filename)
16921 (comint-dynamic-simple-complete)
16922 (comint-dynamic-list-filename-completions)
16923 (comint-dynamic-list-completions)
16924 (comint-redirect-results-list-from-process): Minor simplifications.
16925
16926 2009-10-21 Kevin Ryde <user42@zip.com.au>
16927
16928 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
16929 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
16930 the first form. And insert a blank line after ";;; Code" since
16931 that's usual style. (Bug#4612)
16932
16933 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
16934
16935 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16936
16937 * minibuffer.el (completion-table-with-terminator): Properly implement
16938 boundaries, in case `terminator' appears in the suffix.
16939 (completion--embedded-envvar-table): Don't return boundaries if
16940 there's no valid completion. Simplify.
16941 (completion-file-name-table): New completion table extracted from
16942 completion--file-name-table.
16943 (completion--file-name-table): Use it.
16944 (read-file-name-predicate): Declare obsolete.
16945 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
16946 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
16947 completion-file-name-table, and use the `pred' argument.
16948 * files.el (locate-file-completion-table): Use the `pred' arg rather
16949 than read-file-name-predicate.
16950 (abbreviate-file-name): Use \` rather than ^ for BOS.
16951
16952 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16953
16954 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
16955 vc-responsible-backend to register, it causes problems.
16956
16957 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16958
16959 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
16960
16961 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
16962
16963 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
16964 (tramp-smb-handle-file-attributes): Use it.
16965 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
16966 (tramp-smb-handle-insert-directory): Use `mapc' rather than
16967 `mapcar'. Use `tramp-smb-get-stat-capability'.
16968 Add `dired-filename' text properties.
16969 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
16970 (tramp-smb-maybe-open-connection): Simplify check for smbclient
16971 version.
16972
16973 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16974
16975 * subr.el (read-key-delay): Reduce to 0.01.
16976 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
16977 (bug#4751).
16978
16979 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16980
16981 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
16982
16983 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
16984 (Info-menu): Remove unused vars `last' and `completions'.
16985 (Info-index-nodes): Remove unused var `node'.
16986
16987 * info.el (Info-complete-menu-item): Use complete-with-action.
16988
16989 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
16990
16991 Make vc-annotate work through copies and renames.
16992 * vc-annotate.el (vc-annotate-extract-revision-at-line):
16993 Return the file name too.
16994 (vc-annotate-revision-at-line)
16995 (vc-annotate-find-revision-at-line)
16996 (vc-annotate-revision-previous-to-line)
16997 (vc-annotate-show-log-revision-at-line): Update to get the file
16998 name from vc-annotate-extract-revision-at-line.
16999 (vc-annotate-show-diff-revision-at-line-internal): Change the
17000 argument to mean whether to show a file diff or not. Get the file
17001 name from vc-annotate-extract-revision-at-line.
17002 (vc-annotate-show-diff-revision-at-line):
17003 Update vc-annotate-show-diff-revision-at-line call.
17004 (vc-annotate-warp-revision): Add an optional file argument.
17005
17006 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17007 (vc-git-annotate-extract-revision-at-line): Also return the file
17008 name if found.
17009
17010 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17011 command. Remove unused code.
17012 (vc-hg-annotate-re): Update to match --follow output.
17013 (vc-hg-annotate-extract-revision-at-line): Also return the file
17014 name if found.
17015
17016 * vc.el: Update annotate-extract-revision-at-line documentation.
17017
17018 2009-10-18 Kevin Ryde <user42@zip.com.au>
17019
17020 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17021 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17022
17023 * net/browse-url.el (browse-url): Identify alist with "consp and
17024 not functionp" and let all other things go down the `apply' leg,
17025 as suggested by Stefan. (Further to bug#4531.)
17026
17027 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
17028
17029 * minibuffer.el (read-file-name): Check for repeat before putting
17030 a default argument in file-name-history (Bug#4657).
17031
17032 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17033 read syntax (Bug#4737).
17034
17035 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17036
17037 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17038
17039 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17040 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17041 entries and make note of obsolete tags.
17042
17043 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17044
17045 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17046
17047 2009-10-18 Glenn Morris <rgm@gnu.org>
17048
17049 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17050 grep, so that binary files (eg international/uni-bidi.el) can match.
17051 Remove test for "UnicodeData" files, since it is hopefully unnecessary
17052 now, and in any case the file header format has changed.
17053
17054 2009-10-17 Glenn Morris <rgm@gnu.org>
17055
17056 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17057 (flyspell-get-word, flyspell-large-region)
17058 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17059
17060 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
17061
17062 * Makefile.in (ELCFILES): Add ede/shell.
17063
17064 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17065
17066 * term/common-win.el (x-colors): Purecopy it.
17067
17068 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17069
17070 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17071 permissive for when the buffer is empty.
17072 (tar-header-block-tokenize): Decode the username and groupname.
17073 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17074
17075 2009-10-17 Eric Ludlam <zappo@gnu.org>
17076
17077 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17078 contains multibyte characters, choose first applicable coding
17079 system automatically.
17080
17081 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17082
17083 * international/mule-cmds.el (select-safe-coding-system): If the file
17084 has a coding cookie, use it regardless of any other setting (bug#4712).
17085
17086 2009-10-17 Glenn Morris <rgm@gnu.org>
17087
17088 * foldout.el (foldout-mouse-swallow-events):
17089 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17090
17091 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17092 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17093 (dired-keep-marker-symlink, dired-dwim-target)
17094 (dired-copy-preserve-time): Do not autoload these defcustoms.
17095
17096 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17097 messages from messing up the file coding. (Bug#4623)
17098
17099 2009-10-17 Jari Aalto <jari.aalto@cante.net>
17100
17101 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17102 if no match is found for the current dictionary. (Bug#4578)
17103
17104 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17105 optional, since that is how it is documented, and this is often called
17106 with a nil argument. (Bug#4577)
17107 (flyspell-external-point-words, flyspell-auto-correct-word)
17108 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17109 (flyspell-word-search-backward): Remove nil argument in calls to
17110 flyspell-get-word, since it is not needed now.
17111
17112 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
17113
17114 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
17115
17116 2009-10-16 Glenn Morris <rgm@gnu.org>
17117
17118 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17119
17120 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17121
17122 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17123 (ange-ftp-file-size): New function.
17124 (ange-ftp-file-attributes): Use it.
17125
17126 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
17127
17128 * net/tramp-smb.el (tramp-smb-version): New defvar.
17129 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17130 repeated checks.
17131
17132 2009-10-16 Glenn Morris <rgm@gnu.org>
17133
17134 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17135 Maybe copy some custom properties from old to new name. (Bug#4706)
17136
17137 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
17138
17139 * subr.el (error, sit-for, start-process-shell-command)
17140 (start-file-process-shell-command): Set the calling convention
17141 after the function definition.
17142
17143 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17144
17145 * subr.el (error, sit-for, start-process-shell-command)
17146 (start-file-process-shell-command): Use the new
17147 set-advertised-calling-convention feature.
17148
17149 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17150
17151 * international/ucs-normalize.el (ucs-normalize-version):
17152 Change to 1.2.
17153 (check-range): Adjust for Unicode 5.2.
17154
17155 2009-10-15 Juri Linkov <juri@jurta.org>
17156
17157 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17158 to the `menu-item' format.
17159
17160 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
17161
17162 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17163 if the environment variable does not exist.
17164
17165 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17166 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17167 parameter.
17168 (tramp-smb-handle-add-name-to-file)
17169 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17170 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17171 (tramp-smb-handle-file-attributes)
17172 (tramp-smb-do-file-attributes-with-stat)
17173 (tramp-smb-handle-file-local-copy)
17174 (tramp-smb-handle-insert-directory)
17175 (tramp-smb-handle-make-directory)
17176 (tramp-smb-handle-make-directory-internal)
17177 (tramp-smb-handle-make-symbolic-link)
17178 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17179 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17180 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17181 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17182 Handle long file names.
17183 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17184 process is running.
17185 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17186 Read share names with "-g" option.
17187
17188 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
17189
17190 * net/rcirc.el (rcirc-view-log-file): New command.
17191 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17192 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17193 specified.
17194
17195 2009-10-15 Glenn Morris <rgm@gnu.org>
17196
17197 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17198 from the second command-line argument.
17199 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17200 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17201 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17202 w32-batch-update-autoloads.
17203 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17204 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17205
17206 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17207 the headers cannot be located. Simplify, subtracting superflous
17208 save-excursions.
17209
17210 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17211
17212 Replace completion-base-size by completion-base-position to fix bugs
17213 such as (bug#4699).
17214 * simple.el (completion-base-position): New var.
17215 (completion-base-size): Mark as obsolete.
17216 (choose-completion): Make it work for mouse events as well.
17217 Pass the new base-position to choose-completion-string.
17218 (choose-completion-guess-base-position): New function, extracted from
17219 choose-completion-delete-max-match.
17220 (choose-completion-delete-max-match): Use it. Make obsolete.
17221 (choose-completion-string): Use the new base-position info.
17222 (completion-root-regexp): Delete.
17223 (completion-setup-function): Preserve completion-base-position.
17224 Eliminate obsolete base-size manipulation.
17225 * minibuffer.el (display-completion-list): Don't mess with base-size.
17226 (minibuffer-completion-help): Set completion-base-position instead.
17227 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17228 choose-completion.
17229 * textmodes/bibtex.el (bibtex-complete):
17230 * emacs-lisp/crm.el (crm--choose-completion-string):
17231 Adjust to new calling convention.
17232 * complete.el (partial-completion-mode): Use minibufferp to avoid
17233 bumping into incompatible change to choose-completion-string-functions.
17234 * ido.el (ido-choose-completion-string): Make its calling convention
17235 more permissive.
17236 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17237 base-size manipulation.
17238 (comint-dynamic-list-input-ring): Use dotimes and push.
17239 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17240 fundamental-mode. Use `or'.
17241
17242 2009-10-14 Juri Linkov <juri@jurta.org>
17243
17244 * misearch.el (multi-isearch-next-buffer-from-list)
17245 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17246
17247 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17248
17249 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17250 `bytecomp.el'.
17251
17252 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17253 string we return is all made up of text from the completions rather
17254 than part from the completions and part from the input (bug#4219).
17255
17256 * ido.el (ido-everywhere): Use define-minor-mode.
17257
17258 * buff-menu.el (list-buffers, ctl-x-map):
17259 Mark the entry points with ;;;###autoload cookies.
17260
17261 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17262
17263 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17264 correctly in the detached head case.
17265 (vc-git-print-log): Remove unused binding.
17266
17267 * vc.el (vc-responsible-backend): When a directory is passed for
17268 for registration create a VC repository if no backend is
17269 responsible for the directory argument.
17270 (vc-deduce-fileset): Tell vc-responsible-backend to register.
17271
17272 * vc.el: Move comments about RCS and SCCS ...
17273 * vc-rcs.el:
17274 * vc-sccs.el: ... here, respectively.
17275
17276 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17277
17278 * minibuffer.el (completion--file-name-table): Return nil if there's
17279 no file completion, even if substitute-in-file-name changed
17280 the string (bug#4708).
17281
17282 2009-10-13 Juri Linkov <juri@jurta.org>
17283
17284 * files-x.el (read-file-local-variable-value): Don't filter out
17285 minor modes from mode name completion (bug#4664).
17286
17287 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
17288
17289 * international/mule-cmds.el (ucs-names): Remove exclusion of
17290 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17291
17292 2009-10-13 Kenichi Handa <handa@m17n.org>
17293
17294 * international/uni-name.el: Regenerated.
17295
17296 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
17297
17298 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17299 should be automatically buffer-local, but isn't.)
17300
17301 2009-10-12 Sam Steingold <sds@gnu.org>
17302
17303 * progmodes/compile.el (compilation-next-error-function): Fix the
17304 timestamps if the buffer has been visited before.
17305 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17306 non-anchored patterns, like the perl one (bug#3928).
17307
17308 2009-10-12 Glenn Morris <rgm@gnu.org>
17309
17310 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17311 Let-bind `size'.
17312
17313 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
17314
17315 * proced.el (proced-unload-function): New function.
17316
17317 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17318 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17319 Doc fix.
17320
17321 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17322
17323 2009-10-11 Juri Linkov <juri@jurta.org>
17324
17325 * files-x.el (read-file-local-variable-value):
17326 Provide default value only for bound variables (bug#4664).
17327
17328 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
17329
17330 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17331 connection methods like smb.
17332
17333 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17334 can be empty.
17335
17336 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17337 (tramp-smb-file-name-handler-alist): Add handlers for
17338 `add-name-to-file', `make-symbolic-link'.
17339 (tramp-smb-handle-add-name-to-file)
17340 (tramp-smb-do-file-attributes-with-stat)
17341 (tramp-smb-handle-make-symbolic-link)
17342 (tramp-smb-get-cifs-capabilities): New defuns.
17343 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17344 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17345 (tramp-smb-handle-file-local-copy)
17346 (tramp-smb-handle-make-directory-internal)
17347 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17348 The file name syntax depends on cifs capabilities.
17349 (tramp-smb-handle-file-attributes):
17350 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17351 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17352 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
17353
17354 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
17355
17356 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17357 (eieio-defclass): Apply deftype handler and setf-method properties
17358 directly.
17359 (eieio-add-new-slot): Avoid union function from cl library.
17360 (eieio--typep): New function.
17361 (eieio-perform-slot-validation): Use it.
17362
17363 2009-10-10 Karl Fogel <kfogel@red-bean.com>
17364
17365 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
17366 Update documentation to refer to the variables documented in r1.135.
17367 (Bug#4188)
17368
17369 2009-10-10 Karl Fogel <kfogel@red-bean.com>
17370
17371 * bookmark.el (Info-suffix-list): Remove this unused variable.
17372 (bookmark-current-point): Remove this obsolete variable.
17373 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17374 Adjust for removal of bookmark-current-point.
17375
17376 (bookmarks-already-loaded, bookmark-current-buffer)
17377 (bookmark-yank-point): Document. (Bug#4188)
17378
17379 2009-10-10 Glenn Morris <rgm@gnu.org>
17380
17381 * frame.el (frame-height): Doc fix.
17382
17383 * calendar/calendar.el (calendar-split-width-threshold): New option.
17384 (calendar-basic-setup): Use calendar-split-width-threshold.
17385
17386 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
17387
17388 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17389 Ideographic Supplement" range (U+1F200..U+1F2FF).
17390
17391 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17392
17393 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
17394 since the list will have been rebuilt anyway. (Bug#4349)
17395
17396 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17397
17398 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
17399 (bookmark-bmenu-execute-deletions): Don't save here, as
17400 bookmark-delete will now do so if necessary.
17401 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
17402 (Bug#4348)
17403
17404 2009-10-09 Glenn Morris <rgm@gnu.org>
17405
17406 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17407
17408 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17409
17410 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17411 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17412 argument now, so the two function's behaviors will match. (Bug#3645)
17413
17414 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
17415
17416 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
17417 (tramp-file-name-real-host, tramp-file-name-port):
17418 Apply `save-match-data'.
17419
17420 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17421 case both directories are remote.
17422 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
17423 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
17424
17425 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
17426
17427 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17428
17429 2009-10-07 Glenn Morris <rgm@gnu.org>
17430
17431 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17432 of concat.
17433
17434 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17435
17436 * files-x.el (read-file-local-variable): Include some
17437 non-user-variables in the completion table (bug#4664).
17438
17439 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
17440
17441 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17442 message.
17443
17444 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17445 (tramp-smb-file-name-handler-alist): Add handler for
17446 `copy-directory', `expand-file-name', `set-file-modes'.
17447 (tramp-smb-handle-copy-directory)
17448 (tramp-smb-handle-expand-file-name)
17449 (tramp-smb-handle-set-file-modes): New defuns.
17450 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17451 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17452 entry.
17453 (tramp-smb-handle-insert-directory): Don't flush the cache.
17454 (tramp-smb-maybe-open-connection): Check for samba client and
17455 server versions.
17456
17457 2009-10-07 Eli Zaretskii <eliz@gnu.org>
17458
17459 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17460 to not error out of search for "^lisp=" fails.
17461
17462 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
17463
17464 * makefile.w32-in (WINS_UPDATES): New macro.
17465 (custom-deps, finder-data, autoloads): Use it.
17466
17467 2009-10-07 Glenn Morris <rgm@gnu.org>
17468
17469 * Makefile.in (autoloads): Revert previous change.
17470 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17471 the list of preloaded files passed on the command-line, get
17472 it from src/Makefile.
17473
17474 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17475 show the original buffer rather than a random one.
17476
17477 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
17478
17479 * help.el (describe-no-warranty): Place point in a slightly better
17480 position in the GPLv3 text.
17481
17482 2009-10-06 Sam Steingold <sds@gnu.org>
17483
17484 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17485 the comm attribute is present before calling regexp-quote.
17486
17487 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
17488
17489 * play/animate.el (animate-string): For good effect, make sure
17490 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17491
17492 * play/animate.el (animate-sequence, animate-birthday-present):
17493 * misc.el (butterfly): Don't set `indent-tabs-mode'.
17494
17495 2009-10-06 Glenn Morris <rgm@gnu.org>
17496
17497 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
17498
17499 * emacs-lisp/autoload.el (autoload-excludes): New variable.
17500 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
17501 (batch-update-autoloads): Process a string value of autoload-excludes,
17502 set during the build process.
17503 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
17504
17505 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
17506 inside with-parsed... macro so that `v' is defined.
17507
17508 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
17509 * progmodes/fortran.el (fortran-end-of-block)
17510 (fortran-beginning-of-block):
17511 Also push mark in the macro case.
17512
17513 * emerge.el (emerge-show-file-name):
17514 * calc/calc.el (calc-quit):
17515 * calc/calc-misc.el (calc-big-or-small):
17516 * calc/calc-graph.el (calc-graph-view):
17517 * calc/calc-ext.el (calc-reset):
17518 * calendar/calendar.el (calendar-basic-setup):
17519 Use window-full-height-p.
17520
17521 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
17522 header we don't understand, don't insert another. (Bug#4624)
17523 If changing mime charset, insert the new one in the right place.
17524
17525 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
17526
17527 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
17528 (cal-tex-cursor-month): Correctly increment the end date for diary and
17529 holiday listing. (Bug#4626)
17530
17531 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17532
17533 * help-fns.el (describe-function-1): Don't burp if the function is not
17534 a symbol.
17535
17536 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
17537
17538 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
17539 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
17540 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
17541 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
17542
17543 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
17544 (eieio-default-superclass): Reflow docstrings.
17545 (this, class-option-assoc, defclass, eieio-class-un-autoload)
17546 (eieio-unbind-method-implementations, defmethod)
17547 (eieio-validate-slot-value, eieio-validate-class-slot-value)
17548 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
17549 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
17550 (eieio-slot-originating-class-p, eieio-slot-name-index)
17551 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
17552 (constructor, initialize-instance, no-next-method, object-print)
17553 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
17554 Fix typos in docstrings.
17555 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
17556 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
17557 (next-method-p): Doc fixes.
17558 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
17559 Fix typos in error messages.
17560 (eieio-defmethod): Fix typo in description of generic method.
17561
17562 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
17563 (eieio-persistent-save-interactive, slot-missing):
17564 Fix typos in docstrings.
17565 (eieio-instance-inheritor-slot-boundp): Doc fix.
17566
17567 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
17568 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
17569
17570 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
17571 (eieio-custom-object-apply-reset):
17572 Fix typos in docstrings and error messages.
17573
17574 * emacs-lisp/eieio-datadebug.el (data-debug-show):
17575 Fix typo in docstring.
17576
17577 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
17578 (eieio-browse-tree): Doc fix.
17579 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
17580 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
17581 Fix typos in docstrings.
17582
17583 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
17584 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
17585 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
17586 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
17587 Reflow docstrings.
17588
17589 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
17590
17591 * vc-hg.el (log-view-vc-backend): Declare for compiler.
17592 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
17593 Set log-view-vc-backend so that diff can work.
17594
17595 * log-view.el (log-view-diff): Use vc-diff-internal instead of
17596 vc-version-diff.
17597 (vc-diff-internal): Autoload this instead of vc-version-diff.
17598
17599 2009-10-05 Eli Zaretskii <eliz@gnu.org>
17600
17601 * simple.el (eval-expression): Doc fix.
17602
17603 * progmodes/cwarn.el (cwarn-mode): Doc fix.
17604
17605 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
17606
17607 * files.el (directory-files-no-dot-files-regexp): New defconst.
17608 (delete-directory): Use it.
17609 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
17610
17611 * net/tramp.el (tramp-verbose): Fix docstring.
17612 (tramp-methods): Add recursive option to `tramp-copy-args'.
17613 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
17614 "scp1_old", "scp2_old", "rsync", "rsyncc".
17615 (tramp-default-method): Check also for `auth-source-user-or-password'.
17616 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17617 Add handler for `copy-directory'.
17618 (tramp-handle-copy-directory): New defun.
17619 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
17620 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
17621 Optimize sent command.
17622
17623 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17624
17625 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
17626 window if necessary.
17627
17628 * calendar/calendar.el (calendar-basic-setup): Don't call
17629 switch-to-buffer in a dedicated window.
17630
17631 2009-10-05 Karl Fogel <kfogel@red-bean.com>
17632
17633 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
17634 don't do anything related to relocating, just return nil.
17635 (bookmark-error-no-filename): New error.
17636 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
17637 bookmark has no file. Don't even attempt to handle things that
17638 are not files; the whole point of custom handlers is to keep that
17639 knowledge elsewhere anyway. Tighten some comments.
17640 (bookmark-file-or-variation-thereof): Remove now-unused function.
17641 (bookmark-location): Doc string fix.
17642 (Bug#4250)
17643
17644 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17645
17646 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
17647 don't use a file dialog, because they usually don't know how to read
17648 a directory target from the user. (Bug#4230)
17649 Also, make sure the prompt can display directories as well as files.
17650
17651 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17652
17653 * bookmark.el (bookmark-set, bookmark-buffer-name):
17654 Improve doc strings. (Bug#1193)
17655
17656 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17657
17658 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
17659 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
17660 (bookmark-get-annotation, bookmark-set-annotation)
17661 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17662 (bookmark-set-position, bookmark-get-front-context-string)
17663 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17664 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
17665 (bookmark-jump-other-window, bookmark-handle-bookmark)
17666 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
17667 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
17668 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
17669 Improve doc strings to say whether bookmark can be a string or
17670 a record or both, and make other consistency and clarity fixes.
17671 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
17672 (bookmark-default-annotation-text, bookmark-yank-word)
17673 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
17674 (bookmark-import-new-list, bookmark-maybe-rename)
17675 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
17676 (bookmark-bmenu-bookmark): Give these doc strings.
17677 (bookmark-bmenu-check-position): Give this a doc string, but also
17678 add a FIXME comment about how the function may be pointless.
17679 (bookmark-default-handler): Rework doc string and change a
17680 parameter name, to clarify that this takes a bookmark record
17681 not a bookmark name.
17682 (bookmark-set): Change a parameter name to indicate its meaning,
17683 and improve the doc string a bit.
17684 (Bug#4188)
17685
17686 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17687
17688 * bookmark.el (bookmark-alist): Document the new `handler' element
17689 in the param alist.
17690 (bookmark-make-record-function): Adjust documentation for above.
17691 (Bug#4193)
17692
17693 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17694
17695 * info.el (Info-bookmark-make-record): Document this function.
17696 (Info-bookmark-jump): Document with a doc string, not just a comment.
17697 (Bug#4203)
17698
17699 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
17700
17701 * files.el (copy-directory): New defun.
17702
17703 * dired-aux.el (dired-copy-file-recursive): Use it.
17704
17705 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
17706
17707 * files-x.el (modify-dir-local-variable)
17708 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
17709 docstrings.
17710
17711 * recentf.el (recentf-unload-function): New function.
17712
17713 2009-10-04 Glenn Morris <rgm@gnu.org>
17714
17715 * window.el (window-full-height-p): Add doc string.
17716
17717 2009-10-04 Martin Rudalics <rudalics@gmx.at>
17718
17719 * window.el (window-full-height-p): New function. (Bug#4543)
17720
17721 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
17722
17723 * vc.el: Remove commented out code.
17724 (vc-derived-from-dir-mode): Remove, unused.
17725 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
17726
17727 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
17728
17729 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
17730 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
17731 there could be recursive loading when `default-directory' is a
17732 remote file name. (Bug#4614)
17733
17734 2009-10-03 Glenn Morris <rgm@gnu.org>
17735
17736 * calendar/calendar.el (calendar-basic-setup): Handle the case where
17737 the frame is wide.
17738 (calendar-generate-window): Test for shrinkability rather than width.
17739
17740 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
17741 reusing existing buffers, in case we happen to visit two files with the
17742 same basename. (Bug#4593)
17743
17744 2009-10-02 Eli Zaretskii <eliz@gnu.org>
17745
17746 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
17747 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
17748 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
17749 subdirs of cedet as well.
17750 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
17751
17752 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17753
17754 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
17755 Obey advertised-signature-table.
17756
17757 * help-fns.el (help-function-arglist): Don't check
17758 advertised-signature-table.
17759 (describe-function-1): Do it here instead so it also applies to subrs.
17760
17761 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
17762
17763 * simple.el (start-file-process): Say in the doc-string, that file
17764 handlers might not support pty association, if PROGRAM is nil.
17765
17766 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
17767 HOST and USER are strings. They are nil, when there are
17768 incomplete entries in ~/.netrc, for example.
17769 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
17770 root directory ("device busy" error otherwise).
17771
17772 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
17773 Flush file properties of created directory.
17774
17775 2009-10-02 Eli Zaretskii <eliz@gnu.org>
17776
17777 * makefile.w32-in (WINS_BASIC): Remove cedet.
17778 (WINS_CEDET): Add cedet.
17779 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
17780
17781 2009-10-02 Kevin Ryde <user42@zip.com.au>
17782
17783 * net/browse-url.el (browse-url): Pass any symbol in
17784 browse-url-browser-function to `apply', since if you've mistakenly put
17785 an unbound symbol then the error is clearer. (Bug#4531)
17786
17787 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
17788
17789 * allout.el (allout-init, allout-back-to-current-heading)
17790 (allout-beginning-of-current-entry, allout-ascend-to-depth)
17791 (allout-ascend, allout-up-current-level, allout-end-of-level)
17792 (allout-previous-visible-heading, allout-forward-current-level)
17793 (allout-backward-current-level, allout-show-children):
17794 * apropos.el (apropos-describe-plist):
17795 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
17796 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
17797 * completion.el (add-completion, add-permanent-completion):
17798 * descr-text.el (describe-text-category, describe-char):
17799 * desktop.el (desktop-lazy-abort):
17800 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
17801 * dired.el (dired-build-subdir-alist):
17802 * ediff.el (ediff-version):
17803 * elide-head.el (elide-head, elide-head-show):
17804 * emerge.el (emerge-version):
17805 * env.el (getenv):
17806 * face-remap.el (variable-pitch-mode):
17807 * faces.el (describe-face):
17808 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
17809 (dired-at-point):
17810 * files.el (find-file-existing, auto-save-mode):
17811 * font-lock.el (font-lock-fontify-buffer):
17812 * help-fns.el (describe-function, describe-variable)
17813 (describe-syntax, describe-categories):
17814 * help.el (view-lossage, describe-bindings, describe-key)
17815 (describe-mode):
17816 * hexl.el (hexl-current-address):
17817 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
17818 * info.el (Info-goto-emacs-key-command-node):
17819 * log-edit.el (log-edit-insert-cvs-template)
17820 (log-edit-insert-cvs-rcstemplate):
17821 * menu-bar.el (menu-bar-mode):
17822 * mouse.el (mouse-appearance-menu):
17823 * newcomment.el (comment-indent-new-line):
17824 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
17825 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
17826 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
17827 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
17828 * recentf.el (recentf-mode):
17829 * savehist.el (savehist-mode, savehist-save):
17830 * shadowfile.el (shadow-copy-files):
17831 * simple.el (kill-ring-save, next-line, previous-line)
17832 (normal-erase-is-backspace-mode):
17833 * strokes.el (strokes-update-window-configuration)
17834 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
17835 (strokes-xpm-for-stroke):
17836 * time.el (emacs-uptime, emacs-init-time):
17837 * tutorial.el (tutorial--describe-nonstandard-key)
17838 (tutorial--detailed-help):
17839 * type-break.el (type-break-mode)
17840 (type-break-mode-line-message-mode, type-break-query-mode)
17841 (type-break-guesstimate-keystroke-threshold):
17842 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
17843 * version.el (emacs-version):
17844 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
17845 * winner.el (winner-mode):
17846 * calendar/timeclock.el (timeclock-in, timeclock-out)
17847 (timeclock-status-string, timeclock-change)
17848 (timeclock-workday-remaining-string)
17849 (timeclock-workday-elapsed-string)
17850 (timeclock-when-to-leave-string):
17851 * calendar/todo-mode.el (todo-add-category):
17852 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
17853 * emacs-lisp/autoload.el (update-file-autoloads):
17854 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
17855 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
17856 (checkdoc-message-text, checkdoc-defun):
17857 * emacs-lisp/debug.el (debugger-list-functions):
17858 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17859 * emacs-lisp/eieio-opt.el (eieio-describe-class)
17860 (eieio-describe-generic):
17861 * emacs-lisp/lisp-mnt.el (lm-synopsis):
17862 * emacs-lisp/shadow.el (list-load-path-shadows):
17863 * emulation/cua-base.el (cua-mode):
17864 * emulation/edt.el (edt-set-scroll-margins):
17865 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
17866 (tpu-toggle-regexp, tpu-toggle-search-direction)
17867 (tpu-toggle-rectangle, tpu-toggle-control-keys):
17868 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17869 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
17870 (viper-set-parsing-style-toggling-macro)
17871 (viper-set-emacs-state-searchstyle-macros):
17872 * emulation/viper.el (viper-set-hooks):
17873 * eshell/esh-mode.el (eshell-truncate-buffer):
17874 * international/mule-cmds.el (prefer-coding-system)
17875 (describe-input-method, describe-language-environment):
17876 * international/mule-diag.el (list-character-sets)
17877 (describe-character-set, describe-coding-system)
17878 (describe-fontset, list-fontsets, list-input-methods):
17879 * mail/sendmail.el (mail-signature):
17880 * net/ange-ftp.el (ange-ftp-copy-file):
17881 * net/browse-url.el (browse-url):
17882 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
17883 * net/quickurl.el (quickurl-add-url):
17884 * net/rcirc.el (names, topic):
17885 * net/xesam.el (xesam-mode):
17886 * play/5x5.el (5x5-new-game):
17887 * play/yow.el (apropos-zippy):
17888 * progmodes/ada-mode.el (ada-mode-version):
17889 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
17890 (f90-end-of-block)
17891 (f90-beginning-of-block):
17892 * progmodes/fortran.el (fortran-end-of-block)
17893 (fortran-beginning-of-block):
17894 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
17895 * progmodes/python.el (python-describe-symbol, python-shell):
17896 * term/ns-win.el (ns-print-buffer):
17897 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
17898 * textmodes/flyspell.el (flyspell-mode-on):
17899 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
17900 (pages-directory-for-addresses):
17901 * textmodes/table.el (table-recognize-cell)
17902 (table-query-dimension, table-generate-source)
17903 (table-insert-sequence, table--warn-incompatibility):
17904 * textmodes/tex-mode.el (tex-validate-buffer):
17905 * textmodes/texinfmt.el (texinfmt-version)
17906 (texinfo-format-buffer):
17907 Use `called-interactively-p' instead of `interactive-p'.
17908
17909 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
17910
17911 * image-mode.el (image-toggle-display):
17912 * emacs-lisp/elp.el (elp-instrument-function):
17913 * emacs-lisp/advice.el (ad-make-advised-definition):
17914 * emacs-lisp/easy-mmode.el (define-minor-mode):
17915 * net/browse-url.el (browse-url-maybe-new-window):
17916 * progmodes/sh-script.el (sh-learn-buffer-indent):
17917 Pass new argument 'any to `called-interactively-p'.
17918
17919 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
17920
17921 * international/uni-bidi.el:
17922 * international/uni-category.el:
17923 * international/uni-combining.el:
17924 * international/uni-comment.el:
17925 * international/uni-decimal.el:
17926 * international/uni-decomposition.el:
17927 * international/uni-digit.el:
17928 * international/uni-lowercase.el:
17929 * international/uni-mirrored.el:
17930 * international/uni-name.el:
17931 * international/uni-numeric.el:
17932 * international/uni-old-name.el:
17933 * international/uni-titlecase.el:
17934 * international/uni-uppercase.el:
17935 Regenerate from Unicode 5.2.0 data.
17936
17937 2009-10-01 Glenn Morris <rgm@gnu.org>
17938
17939 * Makefile.in (ELCFILES): Regenerate.
17940
17941 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
17942
17943 * subr.el (interactive-p): Mark obsolete.
17944 (called-interactively-p): Make the optional-ness of `kind' obsolete.
17945 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
17946 advertised-signature-table for subroutines as well.
17947
17948 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
17949 (set-advertised-calling-convention): New function.
17950 (make-obsolete, define-obsolete-function-alias)
17951 (make-obsolete-variable, define-obsolete-variable-alias):
17952 Make the optional-ness of `when' obsolete.
17953 (define-obsolete-face-alias): Make `when' non-optional.
17954 * help-fns.el (help-function-arglist):
17955 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
17956 Use advertised-signature-table.
17957
17958 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
17959
17960 * files.el (delete-directory): New defun. The original function
17961 in fileio.c has been renamed to `delete-directory-internal'.
17962
17963 * dired.el (dired-delete-file): Call `delete-directory' with
17964 RECURSIVE parameter.
17965
17966 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
17967 parameter RECURSIVE. Implementation is missing.
17968
17969 * net/tramp.el (tramp-handle-make-directory): Flush upper
17970 directory's file properties.
17971 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
17972 (tramp-handle-dired-recursive-delete-directory): Flush directory
17973 properties after the remove command only.
17974
17975 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
17976 Handle optional parameter RECURSIVE.
17977
17978 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
17979 Handle optional parameter RECURSIVE.
17980
17981 * net/tramp-smb.el (tramp-smb-errors): Add error message for
17982 connection timeout.
17983 (tramp-smb-handle-delete-directory): Handle optional parameter
17984 RECURSIVE.
17985
17986 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
17987
17988 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
17989 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
17990 (byte-compile-defmacro): Use backquotes.
17991
17992 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
17993
17994 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
17995 has no associated file.
17996 (vc-resynch-buffer): Use vc-dir-buffers.
17997
17998 2009-10-01 Glenn Morris <rgm@gnu.org>
17999
18000 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18001 (chart-file-count):
18002 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18003 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18004 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18005 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18006 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18007 (eieio-copy-parents-into-subclass, make-instance, class-children)
18008 (eieio-generic-form):
18009
18010 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18011 match-data. (Bug#4555).
18012
18013 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18014 rather than parsing it as a regexp. This relaxes the layout
18015 requirements and makes errors easier to detect.
18016 (check-declare-verify): Check file is regular.
18017 (check-declare-directory): Doc fix.
18018 * subr.el (declare-function): Doc fix.
18019
18020 * ibuffer.el (ibuffer-format-qualifier):
18021 * isearch.el (hi-lock-regexp-okay):
18022 * calc/calc.el (math-zerop):
18023 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18024 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18025 Remove unused declarations.
18026
18027 2009-09-30 Eric Ludlam <zappo@gnu.org>
18028
18029 * emacs-lisp/eieio.el (boolean-p): Delete.
18030
18031 2009-09-30 Glenn Morris <rgm@gnu.org>
18032
18033 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18034
18035 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18036 filename is not a string.
18037
18038 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
18039
18040 * files.el (safe-local-eval-forms): Fix typo.
18041
18042 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18043
18044 * vc-hooks.el (vc-dir-buffers): New var.
18045 (vc-state-refresh): New function.
18046 (vc-state): Use it.
18047 (vc-after-save): Always ask the backend to recompute the new state.
18048 Always call vc-dir if necessary, using vc-dir-buffers.
18049 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18050 Use vc-dir-buffers.
18051 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18052 (vc-dir-prepare-status-buffer, vc-dir-update)
18053 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18054 Don't call expand-file-name on default-directory.
18055
18056 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18057
18058 * speedbar.el (speedbar-item-delete):
18059 * calc/calc-prog.el (calc-kbd-if):
18060 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18061
18062 * epa.el (epa-key-list-mode-map):
18063 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18064
18065 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18066 (hs-show-hook): Fix typo in docstring.
18067
18068 2009-09-29 Glenn Morris <rgm@gnu.org>
18069
18070 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18071 file-name-nondirectory call preventing location of cedet files.
18072 (check-declare-verify): Use literal search rather than re-search.
18073 Add basic defmethod and defclass, and define-overloadable-function.
18074
18075 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18076 Use tramp-compat-file-attributes rather than nonexistent
18077 tramp-compat-handle-file-attributes.
18078
18079 * Makefile.in (lisptagsfiles4): New.
18080 (AUTOGENEL): Add cedet loaddefs files.
18081 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18082 (update-elclist, compile-always, backup-compiled-files)
18083 (bootstrap-clean): Add yet another directory level.
18084 (update-elclist): Use LC_COLLATE rather than COLLATE.
18085 (ELCFILES): Update, via `make update-elclist'.
18086
18087 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18088
18089 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18090 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18091 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18092
18093 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18094
18095 * Makefile.in (lisptagsfiles3): Define.
18096 (TAGS, TAGS-LISP): Use it.
18097 (update-elclist): Add third directory level to look for elc files.
18098 (compile-always): Likewise.
18099 (backup-compiled-files): Likewise.
18100 (bootstrap-clean): Likewise.
18101 (ELCFILES): Update.
18102
18103 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
18104
18105 * Makefile.in (ELCFILES): Add CEDET files.
18106
18107 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
18108
18109 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18110
18111 * net/tramp.el (top): Require tramp-imap.
18112
18113 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18114 Use `tramp-compat-handle-file-attributes'.
18115
18116 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18117
18118 * net/tramp-imap.el: New package.
18119
18120 2009-09-28 Eric Ludlam <zappo@gnu.org>
18121
18122 * emacs-lisp/chart.el:
18123 * emacs-lisp/eieio-base.el:
18124 * emacs-lisp/eieio-comp.el:
18125 * emacs-lisp/eieio-custom.el:
18126 * emacs-lisp/eieio-datadebug.el:
18127 * emacs-lisp/eieio-opt.el:
18128 * emacs-lisp/eieio-speedbar.el:
18129 * emacs-lisp/eieio.el: New files.
18130
18131 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18132
18133 * whitespace.el (whitespace-trailing-regexp)
18134 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18135 Fix doc string.
18136
18137 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
18138
18139 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18140 menu.
18141
18142 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18143 menu-bar-ediff-menu.
18144
18145 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18146 define-overloadable-function.
18147
18148 * progmodes/autoconf.el: Provide autoconf as well, so that this
18149 file can be `require'd.
18150
18151 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18152
18153 * emacs-lisp/autoload.el (generated-autoload-feature)
18154 (generated-autoload-load-name): New vars.
18155 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18156 (make-autoload): Recognize define-overloadable-function and
18157 defclass forms (for EIEIO).
18158
18159 * Makefile.in (update-subdirs): Exclude cedet directory.
18160
18161 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18162
18163 * term/ns-win.el: Don't set the region face background. (Bug#4381)
18164
18165 * faces.el: Default light-background background for region face to
18166 ns_selection_color under NS.
18167
18168 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18169
18170 * net/imap-hash.el: New library, see NEWS.
18171
18172 * Makefile.in (ELCFILES): Add imap-hash.el.
18173
18174 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18175
18176 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18177 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18178 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18179 definition where the docstring could be taken for the return value.
18180
18181 2009-09-26 Glenn Morris <rgm@gnu.org>
18182
18183 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18184 Add option to only show images below a certain size.
18185 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18186 save-excursion calls.
18187
18188 2009-09-26 Eli Zaretskii <eliz@gnu.org>
18189
18190 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18191 subdirectories) and eieio.
18192
18193 2009-09-26 Alan Mackenzie <acm@muc.de>
18194
18195 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18196 Correct buggy bracketing. (Bug#4289)
18197
18198 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
18199 character constants (as case labels). (Bug#4289)
18200
18201 2009-09-25 Juri Linkov <juri@jurta.org>
18202
18203 * files.el (safe-local-eval-forms): Allow time-stamp in
18204 before-save-hook (Bug#4554).
18205
18206 2009-09-25 Drew Adams <drew.adams@oracle.com>
18207
18208 * menu-bar.el (list-buffers-directory): Doc fix.
18209
18210 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18211
18212 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18213 Try and avoid copying twice the same paragraph.
18214 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18215 Remove save-excursion.
18216 (log-edit-changelog-entry): Do it here instead.
18217
18218 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
18219
18220 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18221 when available, instead of hardcoding mode names. Doc fix.
18222
18223 * menu-bar.el (list-buffers-directory): Add docstring.
18224 Make automatically buffer-local.
18225
18226 * dired.el (dired-mode):
18227 * files.el (cd-absolute):
18228 * pcvs.el (cvs-temp-buffer):
18229 * pcvs-util.el (cvs-get-buffer-create):
18230 * shell.el (shell-mode):
18231 * vc-dir.el (vc-dir-mode):
18232 Don't make `list-buffers-directory' buffer local.
18233
18234 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18235
18236 * comint.el (comint-exec, comint-run, make-comint):
18237 Doc fixes (Bug#4542).
18238
18239 2009-09-25 Glenn Morris <rgm@gnu.org>
18240
18241 * mail/rmailmm.el (rmail-mime): New custom group.
18242 Move all defcustoms in this file into this group.
18243 (rmail-mime-media-type-handlers-alist): Revert previous change.
18244 (rmail-mime-show-images): New option.
18245 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18246 references to it, since it wasn't actually used for anything.
18247 (rmail-mime-insert-image): New function.
18248 (rmail-mime-image): Use rmail-mime-insert-image.
18249 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
18250 obey the value of `rmail-mime-show-images' option. Print the size of
18251 attachments.
18252
18253 2009-09-25 David Engster <deng@randomsample.de>
18254
18255 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18256
18257 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18258
18259 * whitespace.el: Does not highlight trailing spaces While point is
18260 at end of line. Does not highligt spaces at beginning of buffer
18261 while point is at beginning of buffer. Does not highlight spaces
18262 at end of buffer while point is at end of buffer. (Bug#4177)
18263 New version 12.0.
18264 (whitespace-display-mappings): Adjust initialization.
18265 (whitespace-point, whitespace-font-lock-refontify): New vars.
18266 (whitespace-color-on, whitespace-color-off): Adjust code.
18267 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18268 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18269 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18270
18271 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
18272
18273 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18274
18275 * textmodes/sgml-mode.el: Remove xml-mode alias.
18276
18277 * files.el (auto-mode-alist, conf-mode-maybe)
18278 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
18279
18280 2009-09-24 Alan Mackenzie <acm@muc.de>
18281
18282 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18283 c-forward-conditionals, but it doesn't move point and doesn't set
18284 the mark.
18285 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18286 (c-down-conditional-with-else, c-backward-conditional)
18287 (c-forward-conditional): Refactor to use c-scan-conditionals.
18288
18289 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
18290
18291 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18292 (help-default-arg-highlight): Remove.
18293 (help-highlight-arg): New function.
18294 (help-do-arg-highlight): Use it.
18295 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18296
18297 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18298
18299 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18300 Undo last change, which didn't fix the problem and introduced others.
18301
18302 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
18303
18304 * progmodes/gdb-mi.el: Don't require speedbar.
18305 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18306
18307 2009-09-24 Glenn Morris <rgm@gnu.org>
18308
18309 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18310
18311 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18312
18313 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18314 there is no newline after the final mime boundary. (Bug#4539)
18315 Move markers on insertion so that any buttons inserted don't end up in
18316 the next part of a multipart message.
18317 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18318 (rmail-mime-bulk-handler): Optionally handle images.
18319 (rmail-mime-image): New button action.
18320 (rmail-mime-image-handler): New function.
18321 (rmail-mime-mode): New mode.
18322 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
18323
18324 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18325
18326 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18327 than just dropping elements from it (bug#4504).
18328
18329 * term.el (term-set-scroll-region): Don't move cursor any more.
18330 (term-handle-ansi-escape): Call term-goto here instead.
18331 Suggested by Ivan Kanis <apple@kanis.eu>.
18332
18333 * term.el: Require CL.
18334 (term-ansi-reset): New function.
18335 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18336 (term-handle-colors-array): Simplify.
18337
18338 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
18339
18340 * allout.el (allout-overlay-interior-modification-handler)
18341 (allout-obtain-passphrase):
18342 * epa-file.el (epa-file-write-region):
18343 * ps-print.el (ps-begin-job):
18344 * vc-hooks.el (vc-toggle-read-only):
18345 * vc-rcs.el (vc-rcs-rollback):
18346 * vc-sccs.el (vc-sccs-rollback):
18347 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18348 (vc-version-diff, vc-revert, vc-rollback):
18349 * wdired.el (wdired-check-kill-buffer):
18350 * emacs-lisp/authors.el (authors):
18351 * net/socks.el (socks-open-connection):
18352 * net/zeroconf.el (zeroconf-service-add-hook):
18353 * obsolete/vc-mcvs.el (vc-mcvs-register):
18354 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18355 (gdb-select-frame):
18356 * progmodes/grep.el (lgrep, rgrep):
18357 * progmodes/idlw-help.el (idlwave-help-check-locations)
18358 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18359 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18360 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18361 (reftex-toc-rename-label): Fix typos in error messages.
18362
18363 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18364 (dired-copy-how-to-fn): Doc fix.
18365 (dired-files-attributes, dired-read-shell-command):
18366 Fix typos in docstrings.
18367
18368 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18369 (dired-x-find-file-other-window): Reflow docstrings.
18370 (dired-omit-marker-char, dired-read-shell-command)
18371 (dired-x-submit-report): Fix typos in docstrings.
18372
18373 * shell.el (shell-mode-hook):
18374 * view.el (View-scroll-line-forward):
18375 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18376 Fix typos in docstrings.
18377
18378 * net/dig.el (dig-invoke): Fix typo in docstring.
18379 (query-dig): Reflow docstring.
18380
18381 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18382 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18383 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18384 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18385 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18386 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18387 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18388 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18389 (idlwave-completion-map, idlwave-current-indent)
18390 (idlwave-custom-ampersand-surround, idlwave-customize)
18391 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18392 (idlwave-define-abbrev, idlwave-determine-class-special)
18393 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18394 (idlwave-end-block-reg, idlwave-end-of-statement)
18395 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18396 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18397 (idlwave-explicit-class-listed, idlwave-file-header)
18398 (idlwave-fill-paragraph, idlwave-find-class-definition)
18399 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18400 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18401 (idlwave-in-quote, idlwave-indent-action-table)
18402 (idlwave-indent-expand-table, idlwave-indent-line)
18403 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18404 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18405 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18406 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18407 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18408 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18409 (idlwave-outlawed-buffers, idlwave-popup-select)
18410 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18411 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18412 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18413 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18414 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18415 (idlwave-statement-type, idlwave-struct-skip)
18416 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18417 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18418 (idlwave-what-module-find-class): Fix typos in docstrings.
18419 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18420 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18421 (idlwave-find-module, idlwave-find-structure-definition)
18422 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18423 (idlwave-list-load-path-shadows, idlwave-next-statement)
18424 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18425 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18426 (idlwave-template): Reflow docstrings.
18427
18428 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18429 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18430 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18431 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18432 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18433 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18434 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18435 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18436 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18437 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18438 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18439 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18440 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18441 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18442 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18443 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18444 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18445 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18446 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18447 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18448 Fix typos in docstrings.
18449 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18450 (idlwave-shell-hide-output, idlwave-shell-mode)
18451 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18452 Reflow docstrings.
18453
18454 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18455
18456 2009-09-24 Ivan Kanis <apple@kanis.eu>
18457
18458 * term.el (term-bold-attribute): New var.
18459 (term-handle-colors-array): Use it.
18460
18461 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
18462
18463 * progmodes/gdb-mi.el (gdb-version): New variable.
18464 (gdb-non-stop-handler): Set gdb-version.
18465 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18466 Condition "--thread" option on gdb-version.
18467 (gdb-invalidate-threads): Remove unused argument.
18468
18469 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18470
18471 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18472 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18473
18474 2009-09-23 Glenn Morris <rgm@gnu.org>
18475
18476 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18477 replying to mail without References or Message-Id. (Bug#4525)
18478
18479 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18480
18481 * term/ns-win.el (ns-reg-to-script): New variable.
18482
18483 2009-09-23 Daiki Ueno <ueno@unixuser.org>
18484
18485 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18486
18487 2009-09-22 Sam Steingold <sds@gnu.org>
18488
18489 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
18490 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18491 to 1 because hg returns status 1 when nothing is found.
18492 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
18493
18494 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18495
18496 * textmodes/fill.el: Convert to utf-8 encoding.
18497 (fill-french-nobreak-p): Remove redundant » and « inherited from our
18498 pre-Unicode days.
18499
18500 * add-log.el (change-log-fill-forward-paragraph): New function.
18501 (change-log-mode): Use it so fill-region DTRT.
18502 Set fill-indent-according-to-mode here rather than in
18503 change-log-fill-paragraph.
18504 (change-log-fill-paragraph): Remove.
18505
18506 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
18507
18508 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
18509 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
18510
18511 2009-09-22 Glenn Morris <rgm@gnu.org>
18512
18513 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
18514 the scroll-bar scroll the calendar window rather than the buffer.
18515
18516 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
18517 commands that move point (as opposed to scrolling).
18518
18519 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
18520
18521 * emacs-lisp/elint.el (elint): New custom group.
18522 (elint-log-buffer): Make it a defcustom.
18523 (elint-scan-preloaded, elint-ignored-warnings)
18524 (elint-directory-skip-re): New options.
18525 (elint-builtin-variables): Doc fix.
18526 (elint-preloaded-env): New variable.
18527 (elint-unknown-builtin-args): Add an entry for encode-time.
18528 (elint-extra-errors): Make it a variable rather than a constant.
18529 (elint-preloaded-skip-re): New constant.
18530 (elint-directory): Skip files matching elint-directory-skip-re.
18531 (elint-features): New variable, local to linted buffers.
18532 (elint-update-env): Initialize elint-features. Possibly add
18533 elint-preloaded-env to the buffer's environment.
18534 (elint-get-top-forms): Bind elint-current-pos, for log messages.
18535 Skip quoted forms.
18536 (elint-init-form): New function, extracted from elint-init-env.
18537 Make non-list forms a warning rather than an error.
18538 Add the mode-map for define-derived-mode. Handle define-minor-mode,
18539 easy-menu-define, put that adds an error-condition, and provide.
18540 When requiring cl, also require cl-macs. Really require cl, to handle
18541 some cl macros. Store required libraries in the list elint-features,
18542 so as not to re-load them. Treat cc-require like require.
18543 (elint-init-env): Call elint-init-form to do the work.
18544 Handle eval-and-compile and such like.
18545 (elint-add-required-env): Do not clear messages.
18546 (elint-special-forms): Add handlers for function, defalias, if, when,
18547 unless, and, or.
18548 (elint-form): Add optional argument to ignore elint-special-forms,
18549 useful to prevent recursive calls from handlers. Doc fix.
18550 Respect elint-ignored-warnings.
18551 (elint-form): Respect elint-ignored-warnings.
18552 (elint-bound-variable, elint-bound-function): New variables.
18553 (elint-unbound-variable): Respect elint-bound-variable.
18554 (elint-get-args): Respect elint-bound-function.
18555 (elint-check-cond-form): Add some simple handling for (f)boundp and
18556 featurep tests.
18557 (elint-check-defalias-form): New handler.
18558 (elint-check-let-form): Make an empty let a warning rather than an
18559 error.
18560 (elint-check-setq-form): Make an empty setq a warning rather than an
18561 error. Respect elint-ignored-warnings.
18562 (elint-check-defvar-form): Accept null doc-strings.
18563 (elint-check-conditional-form): New handler. Does some simple-minded
18564 checking of featurep and (f)boundp tests.
18565 (elint-put-function-args): New function.
18566 (elint-initialize): Use elint-scan-doc-file rather than
18567 elint-find-builtin-variables. Use elint-put-function-args.
18568 Possibly scan preloaded-file-list.
18569 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
18570 extend to handle functions as well.
18571
18572 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
18573
18574 * linum.el (linum-delete-overlays, linum-update-window):
18575 Do not modify the right margin. (Bug#3971)
18576
18577 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
18578
18579 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
18580 Use nxml-mode instead of xml-mode.
18581
18582 2009-09-21 Kevin Ryde <user42@zip.com.au>
18583
18584 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
18585
18586 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18587
18588 * net/dig.el (dig-mode): Use define-derived-mode.
18589
18590 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
18591
18592 * vc-dispatcher.el (vc-do-command): Return the process object in
18593 the asynchronous case. Use when instead of if. Do not run
18594 vc-exec-after to display a message if not enabled. (Bug#4463)
18595
18596 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
18597 properties to the stash strings.
18598 (vc-git-stash-list): Return a list of strings.
18599 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
18600 (vc-git-stash-show-at-point): New functions.
18601 (vc-git-stash-map): New keymap.
18602
18603 * register.el (ctl-x-r-map): Define the keys here instead of
18604 using autoload.
18605
18606 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
18607
18608 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
18609 list, to workaround performance problem (bug#4485).
18610
18611 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
18612
18613 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
18614
18615 2009-09-20 Daiki Ueno <ueno@unixuser.org>
18616
18617 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
18618 Document that this option is not recommended to use.
18619
18620 2009-09-19 Glenn Morris <rgm@gnu.org>
18621
18622 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
18623 variable `var'.
18624
18625 * calc/calc-alg.el (var):
18626 * calc/calcalg2.el (var): Define for compiler.
18627
18628 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
18629
18630 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
18631 Doc fix (Bug#3932).
18632
18633 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
18634
18635 * time-stamp.el (time-stamp-month-dd-yyyy)
18636 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
18637 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
18638 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
18639 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
18640 Remove functions that have been obsolete since 1995 (Bug#4436).
18641
18642 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
18643 indent buffer only if called interactively (Bug#4452).
18644
18645 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
18646 Eli Zaretskii <eliz@gnu.org>
18647
18648 This fixes bug#4197 (merged to bug#865, though not identical).
18649 * server.el (server-auth-dir): Add docstring note about FAT32.
18650 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
18651 but warn against using them.
18652
18653 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
18654
18655 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
18656 older GDB where there is no has_more field.
18657
18658 2009-09-19 Glenn Morris <rgm@gnu.org>
18659
18660 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
18661
18662 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
18663
18664 * files.el (auto-mode-alist): Change default for XML files to nXML
18665 mode (Bug#4169).
18666
18667 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
18668
18669 * server.el (server-ensure-safe-dir): Pass 'integer
18670 to `file-attributes', as suggested.
18671
18672 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
18673
18674 * dired-aux.el (dired-query-alist): Remove spurious backslash.
18675 (dired-query): Use read-key.
18676
18677 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
18678
18679 * cus-start.el (ns-use-qd-smoothing): Remove.
18680
18681 2009-09-18 Glenn Morris <rgm@gnu.org>
18682
18683 * allout.el (top-level): Remove unnecessary progn.
18684
18685 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
18686
18687 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
18688 definition of abbrev table.
18689
18690 * speedbar.el (speedbar-track-mouse):
18691 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
18692 * net/eudc.el (eudc-expand-inline):
18693 * net/newst-backend.el (newsticker--cache-read-feed):
18694 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
18695 condition-case handlers.
18696
18697 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
18698
18699 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
18700 (gdb-var-list): Add an element for has_more field.
18701 (gdb-non-stop-handler): Enable pretty printing for STL containers.
18702 (gdb-var-create-handler, gdb-var-list-children-handler-1)
18703 (gdb-var-update-handler-1): Parse output of dynamic variable
18704 objects (STL containers).
18705 (gdb-var-delete-1): Pass var1 as an explicit second argument.
18706 (gdb-get-field): Delete alias. Use bindat-get-field directly.
18707
18708 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
18709 gdb-var-list.
18710 (gud-speedbar-buttons): Make node expandable if expression "has more"
18711 children.
18712
18713 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
18714
18715 * startup.el (emacs-quick-startup): Remove variable and all uses.
18716 (command-line): Set `inhibit-x-resources' instead.
18717 (command-line-1): Use `inhibit-x-resources' instead.
18718
18719 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
18720
18721 * subr.el: Fix last change to avoid using the `unless' macro,
18722 which breaks bootstrapping.
18723
18724 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18725
18726 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
18727 extended definitions, in case we reload subr.el after having
18728 loaded CL.
18729 (eval-next-after-load): Mark as obsolete.
18730
18731 2009-09-17 Juri Linkov <juri@jurta.org>
18732
18733 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
18734 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
18735 (menu-bar-showhide-menu, menu-bar-tools-menu)
18736 (menu-bar-describe-menu, menu-bar-help-menu)
18737 (minibuffer-local-completion-map, minibuffer-local-map):
18738 Fix list quoting.
18739
18740 2009-09-17 Glenn Morris <rgm@gnu.org>
18741
18742 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
18743 arguments, whether or not it has a handler.
18744
18745 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
18746
18747 * simple.el (hard-newline): Give it a doc-string.
18748
18749 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18750 (lisp-mode-syntax-table): Give them doc-strings.
18751
18752 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
18753
18754 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
18755 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
18756 (menu-bar-options-menu, menu-bar-showhide-menu)
18757 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
18758 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
18759 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
18760 (menu-bar-options-menu, menu-bar-tools-menu)
18761 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
18762 (menu-bar-help-menu):
18763 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
18764 string arguments.
18765
18766 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
18767 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
18768 calls for the menu names and :help.
18769
18770 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18771
18772 * mouse.el (minor-mode-menu-from-indicator): Pay attention
18773 to :minor-mode-function (bug#4455).
18774
18775 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18776
18777 * startup.el (command-line): Initialize the window-system after
18778 processing the command-line.
18779
18780 * textmodes/page.el (what-page): Make sure we don't inf-loop if
18781 page-delimiter matches the empty string.
18782
18783 2009-09-16 Glenn Morris <rgm@gnu.org>
18784
18785 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
18786 byte-compile-not-obsolete-var. It's a list now.
18787 (byte-compile-not-obsolete-funcs): New variable.
18788 (byte-compile-warn-obsolete): Don't warn about functions if they are in
18789 byte-compile-not-obsolete-funcs.
18790 (byte-compile-variable-ref, byte-compile-defvar): Update for
18791 byte-compile-not-obsolete-vars name-change and list nature.
18792 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
18793 and variables behind (f)boundp tests.
18794 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
18795
18796 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18797
18798 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
18799
18800 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18801
18802 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
18803 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
18804 Don't autoload.
18805
18806 2009-09-15 Stephen Eglen <stephen@gnu.org>
18807
18808 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
18809 the virtual-buffers, use the name of the buffer specified by
18810 find-file-noselect, as the match may be a symlink. (This was a
18811 problem if the target and the symlink had different names.)
18812
18813 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18814
18815 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
18816
18817 * desktop.el (desktop-path): Check user-emacs-directory.
18818
18819 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
18820
18821 * loadup.el: Use after-load-functions to GC after loading each file.
18822 Remove the explicit GC calls that used to be sprinkled around.
18823
18824 * subr.el (after-load-functions): New hook.
18825 (do-after-load-evaluation): Run it. Use string-match-p to detect
18826 `obsolete' packages, rather than painfully extracting the relevant
18827 directory name.
18828
18829 2009-09-15 Glenn Morris <rgm@gnu.org>
18830
18831 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
18832 free variable `doc'.
18833
18834 * dired.el (dired-mode-map): Add menu entry for async shell command.
18835
18836 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
18837 variables, also consider the .elc files, since the .el files are
18838 normally gzipped (subsequent code locates the .el.gz from the .elc).
18839
18840 * calc/calc-prog.el (arglist): Define for compiler.
18841
18842 * calendar/diary-lib.el (diary-display-function): Change the default to
18843 fancy display.
18844 (body): Define for compiler.
18845
18846 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
18847 (byte-compile-file-form, byte-compile-lambda)
18848 (byte-compile-top-level-body, byte-compile-form)
18849 (byte-compile-variable-ref, byte-compile-setq)
18850 (byte-compile-setq-default, byte-compile-body)
18851 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
18852 (batch-byte-compile): Give some more local variables with common names
18853 a "bytecomp-" prefix to avoid masking warnings about free variables.
18854
18855 * startup.el (command-line-1): Give local variables with common names a
18856 distinguishing prefix, so as not to hide free variable warnings during
18857 bootstrap.
18858
18859 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
18860 clever and add a suffix to make a unique name, just let the user decide
18861 whether or not to overwrite it. If the input is a directory, write the
18862 default filename to that directory. (Bug#4388)
18863 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
18864 is a filename-as-a-directory.
18865
18866 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18867
18868 * textmodes/page.el (what-page): Don't move to beginning of line.
18869 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
18870
18871 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18872
18873 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
18874
18875 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18876
18877 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
18878 * help.el (help-for-help-internal): Add purecopy calls for text.
18879
18880 * vc.el (top): print-log method now takes an optional SHORTLOG
18881 argument. Add a new method: root.
18882 (vc-root-diff, vc-print-root-log): New functions.
18883 (vc-log-short-style): New variable.
18884 (vc-print-log-internal): Add support for showing short logs.
18885
18886 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
18887 vc-print-root-log and vc-print-root-diff.
18888
18889 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
18890 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
18891 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
18892 short logs.
18893
18894 * vc-cvs.el (vc-cvs-print-log):
18895 * vc-mtn.el (vc-mtn-print-log):
18896 * vc-rcs.el (vc-rcs-print-log):
18897 * vc-sccs.el (vc-sccs-print-log):
18898 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
18899 that is ignored for now.
18900
18901 * vc-mtn.el (vc-mtn-annotate-command):
18902 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
18903
18904 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18905
18906 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
18907 to function-key-map, and give them ascii-character property.
18908 * term/x-win.el (x-alternatives-map):
18909 * term/ns-win.el (ns-alternatives-map):
18910 * term/internal.el (msdos-key-remapping-map):
18911 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
18912
18913 2009-09-14 Glenn Morris <rgm@gnu.org>
18914
18915 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
18916 temp-buffers (2009-09-12).
18917
18918 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
18919
18920 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
18921 the new read-key function.
18922
18923 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
18924
18925 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
18926 is defined (Bug#4405).
18927
18928 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
18929
18930 * recentf.el (recentf-cleanup): Use a hash table to find
18931 duplicates (Bug#4407).
18932
18933 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
18934
18935 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
18936 kp-0 to ascii equivalents (Bug#4325).
18937
18938 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
18939
18940 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
18941
18942 * eshell/em-hist.el:
18943 * eshell/em-dirs.el (eshell-complete-user-reference):
18944 Declare pcomplete functions and variables to avoid compiler warnings.
18945
18946 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
18947
18948 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
18949 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
18950 * eshell/em-alias.el (eshell-aliases-file):
18951 * eshell/em-hist.el (eshell-history-file-name):
18952 Use expand-file-name instead of concat to make file names (Bug#4308).
18953
18954 2009-09-13 Glenn Morris <rgm@gnu.org>
18955
18956 * ediff-merg.el (ediff-do-merge):
18957 * filesets.el (filesets-run-cmd):
18958 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
18959 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
18960 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
18961 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
18962 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
18963 Replace empty `let's with `progn'.
18964
18965 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
18966
18967 * mail/sendmail.el (send-mail-function):
18968 * tooltip.el (tooltip-mode):
18969 * simple.el (transient-mark-mode):
18970 * rfn-eshadow.el (file-name-shadow-mode):
18971 * frame.el (blink-cursor-mode):
18972 * font-core.el (global-font-lock-mode):
18973 * files.el (temporary-file-directory)
18974 (small-temporary-file-directory, auto-save-file-name-transforms):
18975 * epa-hook.el (auto-encryption-mode):
18976 * composite.el (global-auto-composition-mode):
18977 Use custom-initialize-delay.
18978 * startup.el (command-line): Don't explicitly call
18979 custom-reevaluate-setting for all the above vars.
18980 * custom.el (custom-initialize-safe-set)
18981 (custom-initialize-safe-default): Delete.
18982
18983 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18984
18985 * term/x-win.el (x-initialize-window-system):
18986 * term/w32-win.el (w32-initialize-window-system):
18987 * term/ns-win.el (ns-initialize-window-system): Don't call
18988 mouse-wheel-mode since it's enabled globally by default already.
18989
18990 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
18991 actually define the variable, but only silences the byte-compiler.
18992 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
18993 before looking it up.
18994 (mouse-wheel-scroll-amount): Also reset the bindings if this value
18995 is changed.
18996
18997 2009-09-12 Glenn Morris <rgm@gnu.org>
18998
18999 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19000 1000.
19001 (elint-add-required-env): Don't beep on error.
19002 (elint-forms): In case of error, return ENV unchanged.
19003 (elint-init-env): Skip non-list forms.
19004 (elint-log): Handle unknown file positions.
19005
19006 2009-09-12 Daiki Ueno <ueno@unixuser.org>
19007
19008 * epg.el (epg-make-context): Add autoload cookie.
19009 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19010 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19011 (epg-verify-string, epg-start-sign, epg-sign-file)
19012 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19013 (epg-encrypt-string, epg-start-export-keys)
19014 (epg-export-keys-to-file, epg-export-keys-to-string)
19015 (epg-start-import-keys, epg-import-keys-from-file)
19016 (epg-import-keys-from-string, epg-start-receive-keys)
19017 (epg-receive-keys, epg-import-keys-from-server)
19018 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19019 (epg-sign-keys, epg-start-generate-key)
19020 (epg-generate-key-from-file, epg-generate-key-from-string):
19021 Remove autoload cookie.
19022
19023 2009-09-12 Eli Zaretskii <eliz@gnu.org>
19024
19025 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19026 reevaluation of trash-directory.
19027
19028 * mwheel.el: Fix last change.
19029 (mouse-wheel-mode): New defvar.
19030 (mouse-wheel-mode): Remove autoload cookie.
19031
19032 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19033
19034 * mwheel.el (mwheel-installed-bindings): New var.
19035 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19036 the bindings we set last time. Use custom-initialize-delay.
19037 * loadup.el: Load mwheel after term/*-win.el.
19038 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19039 and mouse-wheel-up-event now that their first evaluation is done
19040 sufficiently late to be correct.
19041
19042 * startup.el (tutorial-directory): Make it a defcustom.
19043 Use custom-initialize-delay rather than eval-at-startup to set it.
19044 * image.el (image-load-path): Make it a defcustom.
19045 Use custom-initialize-delay rather than eval-at-startup to set it.
19046 * subr.el (eval-at-startup): Remove.
19047 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19048
19049 * subr.el (do-after-load-evaluation): Warn the user after loading an
19050 obsolete package.
19051
19052 2009-09-12 Glenn Morris <rgm@gnu.org>
19053
19054 * proced.el (proced-mark-alt): Remove alias.
19055 (proced-mode-map): Remove proced-mark-alt.
19056
19057 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19058 Elint file and directory. Remove initialization entry.
19059
19060 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19061 commands.
19062 (elint-current-buffer): Set mode-line-process.
19063 (elint-init-env): Handle define-derived-mode.
19064 Fix declare-function with unspecified arglist. Guard against odd
19065 defalias statements (eg iso-insert's 8859-1-map).
19066 (elint-add-required-env): Use a temp buffer.
19067 (elint-form): Just print the function/macro name, not the whole form.
19068 Return env unchanged if we fail to parse a macro.
19069 (elint-forms): Guard against parse errors.
19070 (elint-output): New function, to handle batch mode.
19071 (elint-log-message): Add optional argument. Use elint-output.
19072 (elint-set-mode-line): New function.
19073
19074 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19075
19076 * emacs-lisp/elp.el (elp-not-profilable): Add more
19077 functions (Bug#4233).
19078
19079 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
19080
19081 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19082 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19083
19084 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19085
19086 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19087 (gdb-var-list-children): Use json parsing.
19088
19089 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
19090
19091 * progmodes/js.el (js--proper-indentation): Handle the case where
19092 char-before is null. Reported by Deniz Dogan.
19093
19094 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19095
19096 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19097
19098 2009-09-11 Daiki Ueno <ueno@unixuser.org>
19099
19100 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19101 (epg-digest-algorithm-alist): Add SHA224.
19102 (epg-context-set-passphrase-callback)
19103 (epg-context-set-progress-callback): Add description about
19104 callback function.
19105
19106 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19107
19108 * custom.el (custom-delayed-init-variables): New var.
19109 (custom-initialize-delay): New function.
19110 * startup.el (command-line): "Re"evaluate all vars in
19111 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19112 explicitly any more.
19113 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19114 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19115
19116 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
19117
19118 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19119
19120 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19121 (gdb-var-update-handler): Use json parsing.
19122
19123 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19124
19125 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19126 decode annotated text, regardless of language environment. (Bug#2741)
19127
19128 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19129
19130 * Makefile.in (autoloads): Make rmail.el writable as well.
19131
19132 2009-09-11 Glenn Morris <rgm@gnu.org>
19133
19134 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19135 loaddefs.el.
19136 * dired.el: Regenerate with extracted autoloads.
19137 * Makefile.in (autoloads): Make dired.el writable.
19138
19139 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19140 * ibuffer.el: Regenerate with extracted autoloads.
19141 * Makefile.in (autoloads): Make ibuffer.el writable.
19142
19143 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19144 * version.el (emacs-copyright, emacs-major-version)
19145 (emacs-minor-version): Reformat doc-strings for make-docfile.
19146
19147 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19148 functions and variables, since they must be stuff specific to some other
19149 platform.
19150 (apropos-print): Make mouse-click message less specific about button.
19151
19152 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19153 that records where a macro was defined.
19154 * help-fns.el (describe-function-1): Mention if a function has a
19155 compiler-macro.
19156 * help-mode.el (help-function-cmacro): New button.
19157
19158 * locate.el (top-level): Always require dired.
19159 (locate-mode-map): Initialize inside the defvar.
19160
19161 * net/ange-ftp.el (dired-compress-file): Declare.
19162 (ange-ftp-dired-compress-file): Add doc string.
19163
19164 * term/ns-win.el (x-display-name, x-setup-function-keys):
19165 Unify doc-strings with X versions.
19166
19167 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19168
19169 * emulation/crisp.el (crisp-mode-map): Move initialization
19170 into declaration.
19171 (crisp-mode): Use define-minor-mode.
19172
19173 * progmodes/xscheme.el (xscheme-evaluation-commands):
19174 Put a :advertised-binding property rather than using
19175 advertised-xscheme-send-previous-expression.
19176 (advertised-xscheme-send-previous-expression): Declare obsolete.
19177 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19178 `advertised-undo'.
19179 (crisp-mode): Add corresponding bindings to
19180 undo's :advertised-binding instead.
19181 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19182 than using dired-advertised-find-file.
19183 (dired-advertised-find-file):
19184 * simple.el (advertised-undo):
19185 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19186 (widget-keymap): Put a :advertised-binding property rather
19187 than using advertised-widget-backward.
19188 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19189 than using advertised-undo.
19190 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19191
19192 2009-09-10 Simon South <ssouth@slowcomputing.org>
19193
19194 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19195 Mark mode is enabled and region is active; otherwise indent or
19196 insert TAB as usual.
19197 (delphi-mode): Update description of TAB-key binding.
19198
19199 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19200
19201 * subr.el (define-key-rebound-commands): Mark obsolete.
19202 * startup.el (precompute-menubar-bindings): Remove.
19203 (normal-top-level): Remove obsolete code that tried to precompute
19204 menubar bindings.
19205 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19206 define-key-rebound-commands and precompute-menubar-bindings.
19207
19208 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19209
19210 * net/imap.el (imap-interactive-login): Better messages.
19211 (imap-open): Fix bug with renamed buffer on reconnect.
19212 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19213 for easier debugging and cleaner code. On successful (guessed based on
19214 server capabilities) secondary authentication, set imap-state
19215 correctly.
19216 (imap-last-authenticator): Define imap-last-authenticator as a variable
19217 to avoid warnings.
19218
19219 2009-09-10 Glenn Morris <rgm@gnu.org>
19220
19221 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19222
19223 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19224 (byte-compile-file-form-autoload): Don't warn about unknown functions
19225 where the autoload statement comes after the use.
19226 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19227 that any handlers inside the body (eg require) are in turn respected.
19228
19229 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19230 effects.
19231
19232 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19233 and syntax and abbrev tables basic docs, if they don't have any.
19234
19235 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19236
19237 * international/mule-cmds.el (top-level): Require cl when compiling.
19238 (view-hello-file): Use default-value rather than
19239 default-enable-multibyte-characters.
19240
19241 * progmodes/fortran.el: Move all safe and risky properties into the
19242 defcustoms.
19243
19244 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19245 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19246 * mail/undigest.el:
19247 Put autoloads in rmail.el rather than loaddefs.el.
19248 * mail/rmail.el: Regenerate with extracted autoloads.
19249
19250 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19251 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19252
19253 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
19254
19255 Reported in thread for Bug#4375.
19256 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19257 "-data-evaluate-expression" instead of print.
19258 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19259 (gdb-tooltip-print): Parse output from above MI command.
19260 (gdb): Revert 2009-08-11 change. User should detach inferior
19261 manually.
19262
19263 Remove the word "separate" from IO functions as inferior
19264 output is now never displayed in the GUD buffer.
19265
19266 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
19267
19268 * startup.el (command-line-normalize-file-name): On Windows and
19269 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19270
19271 2009-09-10 Juri Linkov <juri@jurta.org>
19272
19273 * isearch.el (isearch-text-char-description): Propertize escape
19274 character sequences with the `escape-glyph' face. (Bug#4344)
19275
19276 * simple.el (shell-command): Set asynchronous process filter to
19277 `comint-output-filter'. (Bug#4343)
19278
19279 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19280 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19281 the list. Move "asm" to the bottom.
19282 (grep-find-ignored-directories): Add `choice' with nil value
19283 to empty the list easily.
19284 (grep-find-ignored-files): New option.
19285 (grep-files-history): Set to nil by default instead of '("ch" "el").
19286 (grep-compute-defaults): Add "<X>" to `grep-template'.
19287 (grep-read-files): Bind new local variables `default-alias' and
19288 `default-extension'. Use a list of default values for the file prompt.
19289 (lgrep): Add `--exclude=' command line options composed from
19290 `grep-find-ignored-files'.
19291 (rgrep): Add `-name' command line options composed from
19292 `grep-find-ignored-files'. (Bug#4301)
19293
19294 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19295
19296 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19297 (bug#4368).
19298
19299 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19300
19301 * calendar/time-date.el (autoload):
19302 Expand define-obsolete-function-alias into defalias and make-obsolete
19303 for old Emacsen that Gnus supports.
19304 (with-no-warnings): Define it for old Emacsen.
19305 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19306 is available.
19307 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19308 float-time is available; suppress compile warning for time-to-seconds.
19309
19310 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19311
19312 * net/imap.el (imap-message-map): Docstring fix.
19313
19314 2009-09-09 Glenn Morris <rgm@gnu.org>
19315
19316 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19317 line numbers too. (Bug#4374)
19318
19319 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19320
19321 * smerge-mode.el (smerge-remove-props, smerge-refine):
19322 Use with-silent-modifications (bug#4342).
19323
19324 * subr.el (with-silent-modifications): New macro.
19325
19326 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
19327
19328 * files.el (top-level): Require `cl' when compiling.
19329
19330 2009-09-07 Glenn Morris <rgm@gnu.org>
19331
19332 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19333
19334 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19335 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19336
19337 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
19338
19339 * vc-git.el (vc-git-annotate-command): Use separator to parse
19340 arguments correctly.
19341
19342 2009-09-06 Eli Zaretskii <eliz@gnu.org>
19343
19344 * proced.el (proced-mode): Doc fix.
19345
19346 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19347
19348 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19349 lstat fails.
19350 (tramp-do-file-attributes-with-ls): Check for file existence at
19351 remote end.
19352 (tramp-do-file-attributes-with-stat): Likewise.
19353 (tramp-convert-file-attributes): Return nil when attr is nil.
19354
19355 2009-09-05 Glenn Morris <rgm@gnu.org>
19356
19357 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19358 properties to this button.
19359 (diary-fancy-display): Don't extend the button to the final newline.
19360 (diary-fancy-display-mode): Continue to define "q" as a local key.
19361
19362 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19363 efficient.
19364
19365 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19366
19367 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19368 (byte-compile-dest-file-function): New option.
19369 (byte-compile-dest-file): Doc fix.
19370 Obey byte-compile-dest-file-function.
19371 (byte-compile-cl-file-p): New function.
19372 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19373 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19374 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19375 than for file being previously loaded.
19376 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19377 (byte-compile-file-form-require): Handle the case where requiring a file
19378 indirectly causes CL to be loaded.
19379
19380 2009-09-05 Karl Fogel <kfogel@red-bean.com>
19381
19382 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19383 before killing the old buffer, since by the time `kill-buffer' is
19384 run so many buffer variables have been set to nil that it may not
19385 behave as expected. (Bug#4061)
19386
19387 2009-09-05 Karl Fogel <kfogel@red-bean.com>
19388
19389 * files.el (find-alternate-file): If the old buffer is modified
19390 and visiting a file, behave similarly to `kill-buffer' when
19391 killing it, thus reverting to the pre-1.878 behavior; see
19392 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19393 for discussion. Also, consult `buffer-file-name' as a variable
19394 not as a function, for consistency with the rest of the code.
19395
19396 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
19397
19398 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19399 also when adding a new directory.
19400
19401 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19402 New defun.
19403
19404 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19405
19406 * files.el (locate-file-completion-table): Make it provide boundary
19407 information, so partial-completion works better.
19408
19409 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19410
19411 * mail/footnote.el (Footnote-text-under-cursor):
19412 Check footnote-text-marker-alist before using it (bug#4324).
19413
19414 2009-09-04 Glenn Morris <rgm@gnu.org>
19415
19416 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19417 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19418 * play/solitaire.el, play/tetris.el:
19419 Remove leading * from defcustom and defface docs.
19420
19421 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19422 necessary.
19423 (diary-fancy-overriding-map): New variable.
19424 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19425 Use view-mode.
19426
19427 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19428 goto-line.
19429
19430 2009-09-03 Glenn Morris <rgm@gnu.org>
19431
19432 * arc-mode.el (archive-mode):
19433 * dos-fns.el (set-default-process-coding-system):
19434 * man.el (Man-getpage-in-background):
19435 * menu-bar.el (menu-bar-describe-menu):
19436 * server.el (server-process-filter):
19437 * startup.el (command-line):
19438 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19439 * w32-fns.el (set-default-process-coding-system):
19440 * x-dnd.el (x-dnd-handle-file-name):
19441 * international/mule-cmds.el (mule-menu-keymap)
19442 (set-default-coding-systems, language-info-alist, set-language-info)
19443 (set-language-environment, standard-display-european-internal)
19444 (set-locale-environment):
19445 * international/mule-diag.el (mule-diag):
19446 * mail/emacsbug.el (report-emacs-bug):
19447 * mail/rmail.el (rmail-mode):
19448 * mail/sendmail.el (mail-setup):
19449 Use default-value rather than default-enable-multibyte-characters.
19450
19451 * progmodes/f90.el: Move all safe properties into the defcustoms.
19452 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19453
19454 * calendar/appt.el (appt-check):
19455 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19456 (diary-check-diary-file, diary-list-entries)
19457 (diary-include-other-diary-files, diary-simple-display)
19458 (diary-fancy-display, diary-print-entries)
19459 (diary-mark-included-diary-files, diary-make-entry):
19460 Don't call substitute-in-file-name on diary-file.
19461
19462 2009-09-03 Eduard Wiebe <usenet@pusto.de>
19463 Stefan Monnier <monnier@iro.umontreal.ca>
19464
19465 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19466 (footnote-mode-map): Move initialization into the declaration.
19467 (footnote-minor-mode-map): Define it rather than changing global-map.
19468 (footnote-mode): Use define-minor-mode.
19469
19470 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
19471
19472 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19473 (tramp-do-file-attributes-with-perl)
19474 (tramp-do-file-attributes-with-stat): Rename from
19475 `tramp-handle-file-attributes-with-*'.
19476 (tramp-handle-file-attributes): Use them.
19477 (tramp-do-directory-files-and-attributes-with-perl)
19478 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19479 `tramp-handle-directory-files-and-attributes-with-*'.
19480 (tramp-handle-directory-files-and-attributes): Use them.
19481 (tramp-method-out-of-band-p): Additional parameter SIZE.
19482 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19483 (tramp-handle-write-region): Use it.
19484 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
19485 (tramp-handle-vc-registered): Check, whether the first run did
19486 return files to be tested.
19487 (tramp-advice-make-auto-save-file-name): Do not call directly
19488 `tramp-handle-make-auto-save-file-name', because this would bypass
19489 the locking mechanism.
19490
19491 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
19492 (file-remote-p, process-file, start-file-process, set-file-times)
19493 (tramp-compat-file-attributes): Compatibility functions shall not
19494 call directly `tramp-handle-*', because this would bypass the
19495 locking mechanism.
19496 (tramp-compat-number-sequence): New defun.
19497
19498 2009-09-02 Glenn Morris <rgm@gnu.org>
19499
19500 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
19501 alias for float-time.
19502 (time-to-number-of-days): In Emacs, use float-time.
19503 * net/newst-backend.el (time-add): Suppress warnings from compat
19504 function.
19505 * time.el (emacs-uptime, emacs-init-time):
19506 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
19507 Use float-time rather than time-to-seconds.
19508
19509 * minibuffer.el (completion-initials-expand): Fix typo.
19510
19511 * faces.el (modeline, modeline-inactive, modeline-highlight)
19512 (modeline-buffer-id):
19513 * info.el (info-menu-5): Mark these face aliases as obsolete.
19514
19515 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
19516
19517 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
19518 space ...
19519 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
19520 no "--thread" option.
19521 (gdb-stopped): Don't print "Switched to thread" message when it is
19522 unchanged.
19523
19524 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19525
19526 * minibuffer.el (completion-try-completion)
19527 (completion-all-completions): Remove ill-defined (and
19528 mistakenly installed and luckily never used nor documented)
19529 `completion-styles' property.
19530 (completion-initials-expand, completion-initials-all-completions)
19531 (completion-initials-try-completion): New functions.
19532 (completion-styles-alist): Add doc to each entry.
19533 Add new `initials' entry.
19534
19535 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
19536
19537 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
19538 MI command -var-evaluate-expression.
19539 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
19540 and tweak for case of string child.
19541 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
19542
19543 2009-09-01 Glenn Morris <rgm@gnu.org>
19544
19545 * add-log.el (change-log-date-face, change-log-name-face)
19546 (change-log-email-face, change-log-file-face, change-log-list-face)
19547 (change-log-conditionals-face, change-log-function-face)
19548 (change-log-acknowledgement-face):
19549 * cus-edit.el (custom-invalid-face, custom-rogue-face)
19550 (custom-modified-face, custom-set-face, custom-changed-face)
19551 (custom-saved-face, custom-button-face, custom-button-pressed-face)
19552 (custom-documentation-face, custom-state-face, custom-comment-face)
19553 (custom-comment-tag-face, custom-variable-tag-face)
19554 (custom-variable-button-face, custom-face-tag-face)
19555 (custom-group-tag-face-1, custom-group-tag-face):
19556 * diff-mode.el (diff-header-face, diff-file-header-face)
19557 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19558 (diff-added-face, diff-changed-face, diff-function-face)
19559 (diff-context-face, diff-nonexistent-face):
19560 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19561 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
19562 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19563 (Info-title-4-face):
19564 * isearch.el (isearch-lazy-highlight-face):
19565 * log-view.el (log-view-file-face, log-view-message-face):
19566 * paren.el (show-paren-match-face, show-paren-mismatch-face):
19567 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19568 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19569 (cvs-msg-face):
19570 * smerge-mode.el (smerge-mine-face, smerge-other-face)
19571 (smerge-base-face, smerge-markers-face):
19572 * wid-edit.el (widget-documentation-face, widget-button-face)
19573 (widget-field-face, widget-single-line-field-face)
19574 (widget-inactive-face, widget-button-pressed-face):
19575 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
19576 (woman-addition-face):
19577 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
19578 (eshell-ls-executable-face, eshell-ls-readonly-face)
19579 (eshell-ls-unreadable-face, eshell-ls-special-face)
19580 (eshell-ls-missing-face, eshell-ls-archive-face)
19581 (eshell-ls-backup-face, eshell-ls-product-face)
19582 (eshell-ls-clutter-face):
19583 * eshell/em-prompt.el (eshell-prompt-face):
19584 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
19585 * obsolete/old-whitespace.el (whitespace-highlight-face):
19586 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
19587 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
19588 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
19589 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
19590 (antlr-font-lock-literal-face):
19591 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19592 (ebrowse-root-class-face, ebrowse-file-name-face)
19593 (ebrowse-default-face, ebrowse-member-attribute-face)
19594 (ebrowse-member-class-face, ebrowse-progress-face):
19595 * progmodes/make-mode.el (makefile-space-face):
19596 * progmodes/sh-script.el (sh-heredoc-face):
19597 * textmodes/flyspell.el (flyspell-incorrect-face)
19598 (flyspell-duplicate-face):
19599 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
19600 * textmodes/texinfo.el (texinfo-heading-face):
19601 Mark face aliases with "-face" suffix as obsolete.
19602
19603 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
19604 compiler.
19605
19606 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
19607 (eudc-bob-sound-menu): Use defvar rather than defconst, since
19608 easy-menu-define wants to modify these.
19609
19610 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
19611
19612 * net/browse-url.el (browse-url-file-url):
19613 * term/internal.el (dos-codepage-setup):
19614 Use default-value rather than default-enable-multibyte-characters.
19615
19616 * progmodes/etags.el (etags-goto-tag-location):
19617 * progmodes/flymake.el (flymake-highlight-line)
19618 (flymake-goto-file-and-line, flymake-goto-line):
19619 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
19620 (gdb-goto-breakpoint):
19621 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19622 * progmodes/python.el (python-find-function)
19623 (python-pdbtrack-track-stack-file):
19624 * progmodes/verilog-mode.el (verilog-surelint-off):
19625 * term/ns-win.el (ns-open-file-select-line):
19626 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
19627 Use forward-line rather than goto-line.
19628
19629 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
19630 * textmodes/reftex-index.el (reftex-display-index):
19631 * textmodes/reftex-ref.el (reftex-offer-label-menu):
19632 * textmodes/reftex-toc.el (reftex-toc):
19633 Remove unnecessary bindings of default-major-mode (all are followed by
19634 major-mode check and possible mode switch).
19635
19636 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
19637
19638 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
19639 Handle watchpoints (bug#4282).
19640 (def-gdb-thread-buffer-command): Enable thread to be selected by
19641 clicking without selecting threads buffer first.
19642 (gdb-current-context-command): Use selected frame so that "up",
19643 "down" etc work in the GUD buffer.
19644 (gdb-update): Find selected frame before rendering stack buffer.
19645 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
19646
19647 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19648
19649 * progmodes/sym-comp.el (displayed-completions): Remove.
19650 (symbol-complete): Use minibuffer-complete.
19651
19652 2009-08-31 Glenn Morris <rgm@gnu.org>
19653
19654 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
19655
19656 * apropos.el (apropos-symbols-internal):
19657 Handle (obsolete) face aliases.
19658
19659 * faces.el (describe-face): Adjust the output format to be more like
19660 describe-variable, and to mention (obsolete) face aliases.
19661 Adjust the whitespace so that help-setup-xref works.
19662
19663 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
19664 * calendar/diary-lib.el (diary-button-face):
19665 Mark these face aliases as obsolete.
19666
19667 * calendar/calendar.el (calendar-today): Doc fix.
19668
19669 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
19670
19671 * progmodes/gdb-mi.el (gdb-control-all-threads)
19672 (gdb-control-current-thread): Force tool bar update.
19673 (gdb-non-stop-handler): New function.
19674 (gdb-init-1): Use it to test if non-stop mode is supported.
19675 Remove unused gdbmi buffer type.
19676
19677 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
19678
19679 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
19680 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
19681
19682 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
19683
19684 * comint.el (comint-exec-1): Check command is non-null first.
19685 Part of gdb-mi.el change (2009-08-28).
19686
19687 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19688
19689 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
19690
19691 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
19692
19693 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
19694 instead of `dolist' to avoid a recursive require when bootstrapping.
19695
19696 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19697
19698 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
19699
19700 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
19701
19702 * net/imap.el (imap-send-command): Simplify.
19703 (imap-wait-for-tag): point-max -> buffer-size.
19704
19705 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
19706
19707 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
19708 with constant argument.
19709
19710 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
19711
19712 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
19713
19714 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
19715 Change default, since most of our files don't have a history.
19716 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
19717 the user.
19718
19719 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19720 Add comint-run.
19721
19722 * calc/calc.el: Improve commenting convention.
19723 (calc-digit-map, toplevel): Simplify.
19724
19725 * comint.el (comint-insert-input): Be careful to only set point if we
19726 don't delegate to some other command.
19727
19728 * proced.el (proced-signal-list): Make it an alist.
19729 (proced-grammar-alist): Capitalize names.
19730 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
19731 Disable undo manually and make it read-only.
19732 Use completion-annotate-function.
19733
19734 * minibuffer.el (minibuffer-message): If the current buffer is not
19735 a minibuffer, insert the message in the echo area rather than at the
19736 end of the buffer.
19737 (completion-annotate-function): New variable.
19738 (minibuffer-completion-help): Use it.
19739 (completion--embedded-envvar-table): Environment vars are
19740 always case-sensitive.
19741
19742 2009-08-30 Glenn Morris <rgm@gnu.org>
19743
19744 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
19745 from fortran-current-defun.
19746 (fortran-beginning-of-subprogram): Be more precise about finding the
19747 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
19748 (fortran-end-of-subprogram): Simplify.
19749 (fortran-current-defun): Use fortran-start-prog-re.
19750
19751 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
19752
19753 * subr.el (do-after-load-evaluation): Simplify.
19754
19755 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19756
19757 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
19758
19759 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
19760 (vc-rcs-print-log): Use it.
19761
19762 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
19763
19764 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19765
19766 * paths.el (abbrev-file-name): Move to abbrev.el.
19767 * abbrev.el (abbrev-file-name): Move from paths.el.
19768 Obey user-emacs-directory.
19769 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
19770 user-emacs-directory.
19771 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
19772 abbrev-file-name and calc-settings-file any more.
19773 * startup.el (command-line): Recompute abbrev-file-name and
19774 abbreviated-home-dir.
19775 (normal-no-mouse-startup-screen): Improve the generic code and get rid
19776 of the special code for when C-h bindings haven't been changed.
19777 (display-startup-echo-area-message): Use with-current-buffer.
19778 (command-line-1): Use a list of strings, rather than a list of lists
19779 of strings for longopts.
19780
19781 * files.el (get-free-disk-space): Use / for default-directory.
19782
19783 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
19784 Use with-current-buffer.
19785
19786 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
19787 Recognize immutable variables like most-positive-fixnum.
19788 (byte-compile-setq-default): Check and warn if trying to assign
19789 to an immutable variable, or a non-variable.
19790
19791 * progmodes/cc-vars.el (c-comment-continuation-stars):
19792 * progmodes/cc-engine.el (c-looking-at-bos):
19793 * progmodes/cc-cmds.el (c-toggle-auto-state)
19794 (c-forward-into-nomenclature, c-backward-into-nomenclature)
19795 (c-comment-line-break-function): Add version of obsolescence.
19796
19797 2009-08-28 Juri Linkov <juri@jurta.org>
19798
19799 * files.el (magic-fallback-mode-alist): Add ZIP magic number
19800 associated with `archive-mode'.
19801
19802 * image.el (image-type-header-regexps): Use only JPEG magic number
19803 to determine JPEG images, and don't use `image-jpeg-p' because
19804 Emacs can display non-JFIF non-Exif JPEG images.
19805
19806 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
19807
19808 * arc-mode.el (archive-mode):
19809 * emacs-lisp/re-builder.el (re-builder-unload-function):
19810 Protect against the default value of `major-mode' being nil.
19811
19812 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
19813
19814 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
19815 Fix typos in docstrings.
19816
19817 * progmodes/js.el (js--macro-decl-re): Doc fix.
19818 (js--plain-method-re, js--split-name): Refloc docstring.
19819 (js--class-styles, js--make-merged-item, js--splice-into-items):
19820 Fix typos in docstrings; reflow docstrings.
19821 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
19822 (js--variable-decl-matcher, js--inside-pitem-p)
19823 (js--parse-state-at-point, js--get-all-known-symbols)
19824 (js--symbol-history, js-find-symbol, js--js-references)
19825 (js--moz-interactor, js--js-encode-value, js--read-tab):
19826 Fix typos in docstrings.
19827
19828 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19829
19830 * textmodes/reftex.el (reftex-get-file-buffer-force):
19831 * progmodes/verilog-mode.el (verilog-batch-execute-func):
19832 * emulation/viper.el (viper-go-away, viper-set-hooks):
19833 * emacs-lisp/re-builder.el (re-builder-unload-function):
19834 * emacs-lisp/bytecomp.el (byte-compile-file):
19835 * ses.el (ses-unload-function):
19836 * hexl.el (hexl-find-file):
19837 * files.el (normal-mode):
19838 * ehelp.el (with-electric-help):
19839 * autoinsert.el (auto-insert-alist):
19840 * arc-mode.el (archive-mode):
19841 Use (default-value 'major-mode) instead of default-major-mode.
19842
19843 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
19844 * international/mule.el (load-with-code-conversion):
19845 * emacs-lisp/debug.el (debug):
19846 * ediff-vers.el (ediff-rcs-get-output-buffer):
19847 * dired.el (dired-internal-noselect): Don't let-bind
19848 default-major-mode around code that doesn't use it.
19849 E.g. buffer creation via get-buffer-create doesn't use it.
19850
19851 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
19852
19853 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
19854 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
19855 when writing the temp file. Otherwise, epa-file gets confused.
19856 (tramp-register-file-name-handlers): Make it a defun. Move also
19857 `epa-file-handler' to the front of `file-name-handler-alist'.
19858
19859 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19860
19861 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
19862 start right after a ^M.
19863 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
19864 (tramp-completion-file-name-regexp-separate)
19865 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
19866 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
19867 Don't modify last-coding-system-used by accident.
19868 (tramp-completion-file-name-handler): Apply the checks here,
19869 instead during registration.
19870 (tramp-register-file-name-handlers): Rename from
19871 `tramp-register-file-name-handler'. Register both
19872 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
19873 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
19874
19875 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
19876
19877 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
19878 Remove variable ...
19879 (gdb-init-1, gdb-display-separate-io-buffer)
19880 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
19881 references to it.
19882 (gdb-inferior-io-mode): Use make-comint-in-buffer.
19883 (gdb-inferior-filter): Use comint-output-filter to stop
19884 echoing and remove ^M characters.
19885
19886 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19887
19888 * emulation/viper-init.el (viper-restore-cursor-type):
19889 * emulation/cua-base.el (cua--update-indications):
19890 Replace default-cursor-type with (default-value 'cursor-type).
19891
19892 * mail/sendmail.el (mail-recover-1):
19893 * international/mule-diag.el (describe-current-coding-system-briefly)
19894 (describe-current-coding-system):
19895 * international/mule-cmds.el (select-safe-coding-system)
19896 (select-message-coding-system)
19897 (set-language-environment-coding-systems, set-locale-environment):
19898 * hexl.el (hexl-insert-multibyte-char):
19899 * dos-w32.el (find-buffer-file-type-coding-system):
19900 * simple.el (what-cursor-position):
19901 Replace uses of default-buffer-file-coding-system
19902 with (default-value 'buffer-file-coding-system).
19903
19904 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
19905 Replace uses of default-cursor-in-non-selected-windows
19906 with (default-value 'cursor-in-non-selected-windows).
19907 Use with-current-buffer.
19908
19909 * mail/feedmail.el: Use CL macros.
19910 (feedmail-run-the-queue, feedmail-send-it-immediately):
19911 * dos-w32.el (find-buffer-file-type): Replace uses of
19912 default-buffer-file-type with (default-value 'buffer-file-type).
19913
19914 2009-08-28 Glenn Morris <rgm@gnu.org>
19915
19916 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
19917 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
19918 Use default-value of major-mode rather than default-major-mode.
19919
19920 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
19921
19922 * Makefile.in (update-elcfiles): Report left over elc files.
19923
19924 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
19925 expand-file-name and with-current-buffer.
19926 (mail-get-names, mail-directory): Use with-current-buffer.
19927
19928 * vc.el (vc-read-revision): New function.
19929 (vc-version-diff, vc-merge): Use it.
19930
19931 2009-08-27 Sam Steingold <sds@gnu.org>
19932
19933 * simple.el (kill-do-not-save-duplicates): New user option.
19934 (kill-new): When it is non-nil, and the new string is the same as
19935 the latest kill, set replace to t to avoid duplicates in kill-ring.
19936
19937 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
19938
19939 * net/tramp.el (tramp-handle-process-file): Do not flush all
19940 caches when `process-file-side-effects' is set.
19941 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
19942 instead of `tramp-find-file-exists-command'.
19943 Unset `process-file-side-effects'.
19944
19945 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
19946
19947 * net/tramp.el (tramp-methods): New method "rsyncc".
19948 (top): Add completion function for "rsyncc".
19949 (tramp-message-show-message): New defvar.
19950 (tramp-message, tramp-error): Use it.
19951 (tramp-do-copy-or-rename-file-directly): Extend check for direct
19952 remote copying.
19953 (tramp-do-copy-or-rename-file-out-of-band): Handle new
19954 `tramp-methods' entry `copy-env' of "rsyncc".
19955 (tramp-vc-registered-read-file-names): New defconst.
19956 (tramp-vc-registered-file-names): New defvar.
19957 (tramp-handle-vc-registered): Implement optimization strategy.
19958 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
19959 (tramp-vc-file-name-handler): New defun.
19960 (tramp-get-ls-command, tramp-get-test-command)
19961 (tramp-get-file-exists-command, tramp-get-remote-ln)
19962 (tramp-get-remote-perl, tramp-get-remote-stat)
19963 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
19964
19965 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
19966 (tramp-cache-inhibit-cache): Extend doc string. It allows also
19967 timestamps.
19968 (tramp-get-file-property): Check for timestamps in
19969 `tramp-cache-inhibit-cache'.
19970 (tramp-set-file-property): Write timestamp.
19971
19972 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19973
19974 * language/japan-util.el (japanese-symbol-table): Add entries for
19975 cp932-2-byte.
19976
19977 * international/characters.el: Add category `j' to cp932-2-byte.
19978
19979 2009-08-27 Kenichi Handa <handa@m17n.org>
19980
19981 * international/fontset.el (build-default-fontset-data): New macro.
19982 (setup-default-fontset): Use build-default-fontset-data for CJK,
19983 tibetan, ethiopic, and ipa.
19984
19985 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
19986
19987 * cus-start.el (default-major-mode): Customize `major-mode' instead.
19988 (enable-multibyte-characters): Not customizable any more.
19989
19990 * subr.el (default-mode-line-format, default-header-line-format)
19991 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
19992 (default-direction-reversed, default-truncate-lines)
19993 (default-left-margin, default-tab-width, default-case-fold-search)
19994 (default-left-margin-width, default-right-margin-width)
19995 (default-left-fringe-width, default-right-fringe-width)
19996 (default-fringes-outside-margins, default-scroll-bar-width)
19997 (default-vertical-scroll-bar, default-indicate-empty-lines)
19998 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
19999 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20000 (default-scroll-down-aggressively, default-fill-column)
20001 (default-cursor-type, default-buffer-file-type)
20002 (default-cursor-in-non-selected-windows)
20003 (default-buffer-file-coding-system, default-major-mode)
20004 (default-enable-multibyte-characters): Mark as obsolete.
20005
20006 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20007
20008 * vc-dir.el (vc-dir-update): Remove debug helper.
20009
20010 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20011
20012 2009-08-26 Sam Steingold <sds@gnu.org>
20013
20014 * simple.el (save-interprogram-paste-before-kill): New user option.
20015 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20016 save the interprogram-paste into kill-ring before overriding it
20017 with the Emacs kill.
20018
20019 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20020
20021 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20022 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20023 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20024 and move to vc-rcs.el.
20025 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20026 move to vc-rcs.el.
20027 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20028 (vc-rcs-update-changelog): Remove.
20029 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20030 and move to vc-rcs.el.
20031
20032 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20033 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20034 renaming.
20035 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20036 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20037 vc.el, renamed to be RCS specific.
20038
20039 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20040 New functions.
20041 (vc-cvs-update-changelog): Move here from vc.el.
20042
20043 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20044 New functions.
20045
20046 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20047
20048 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20049
20050 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20051
20052 * vc-git.el (vc-git-register): Use "git add" for directories.
20053 (vc-git-stash, vc-git-stash-show): New functions.
20054 (vc-git-extra-menu-map): Bind them.
20055
20056 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20057 directory correctly in case the item is a directory itself.
20058
20059 * vc.el: Document the desired behavior for reverted files in the
20060 `added' state.
20061 (vc-default-prettify-state-info): Remove function, unused.
20062
20063 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20064
20065 2009-08-26 Glenn Morris <rgm@gnu.org>
20066
20067 * bindings.el (standard-mode-line-format): Reposition dashes in
20068 which-func entry. (Bug#4217)
20069
20070 * files.el (enable-local-variables, enable-local-eval)
20071 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20072 the defcustoms.
20073 (auto-mode-alist, ignored-local-variables)
20074 (save-some-buffers-action-alist): Move risky declarations to the
20075 definitions.
20076 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20077 (font-lock-defaults, format-alist, imenu--index-alist)
20078 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20079 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20080 (mode-line-modified, mode-line-mule-info, mode-line-position)
20081 (mode-line-process, mode-line-remote, outline-level)
20082 (parse-time-rules, rmail-output-file-alist)
20083 (special-display-buffer-names, vc-mode):
20084 Move risky declarations to the relevant files.
20085 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20086 (mode-line-modified, mode-line-process, mode-line-position)
20087 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20088 * font-core.el (font-lock-defaults):
20089 * format.el (format-alist):
20090 * vc-hooks.el (vc-mode):
20091 * window.el (special-display-buffer-names):
20092 * international/mule-cmds.el (input-method-alist):
20093 Define riskiness here (dumped file) rather than in files.el.
20094 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20095 * imenu.el (imenu-generic-expression, imenu--index-alist):
20096 * outline.el (outline-level):
20097 * time.el (display-time-string):
20098 * calendar/parse-time.el (parse-time-rules):
20099 * mail/rmailout.el (rmail-output-file-alist):
20100 Autoload riskiness here, rather than placing in files.el.
20101
20102 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20103
20104 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20105
20106 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
20107
20108 * simple.el (process-file-side-effects): New defvar.
20109
20110 * dired-aux.el (dired-show-file-type):
20111 * vc.el (vc-diff-internal):
20112 * vc-arch.el (vc-arch-diff):
20113 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20114 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20115 * vc-git.el (vc-git-registered, vc-git-working-revision)
20116 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20117 (vc-git--empty-db-p):
20118 * vc-hooks.el (vc-user-login-name):
20119 * vc-svn.el (vc-svn-registered, vc-svn-state)
20120 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20121 * progmodes/grep.el (grep-probe): Let-bind
20122 `process-file-side-effects' with nil.
20123
20124 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20125
20126 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20127 daemon. Replace ping by checking for running service for bluez
20128 and zeroconf. (Bug#4239)
20129
20130 2009-08-25 Kevin Ryde <user42@zip.com.au>
20131
20132 * net/dig.el (dig): Add autoload cookie.
20133
20134 2009-08-25 Glenn Morris <rgm@gnu.org>
20135
20136 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20137 load-history for absolute file-names.
20138 (byte-compile-file-form-require): Warn about use of the cl package.
20139
20140 * format.el (format-alist): Doc fix.
20141
20142 * play/bubbles.el (top-level): Don't require cl at run-time.
20143
20144 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20145 run-time cl).
20146
20147 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20148
20149 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20150 from cl package.
20151 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20152
20153 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20154
20155 * calc/calc-alg.el (math-trig-rewrite)
20156 (math-hyperbolic-trig-rewrite): New functions.
20157 (calc-simplify): Simplify trig functions when asked.
20158
20159 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20160
20161 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20162
20163 2009-08-24 Kenichi Handa <handa@m17n.org>
20164
20165 * language/ind-util.el (mapthread): Delete it.
20166 (combinatorial): New function.
20167 (indian--puthash-cv): Use combinatorial instead of mapthread.
20168
20169 2009-08-22 Kevin Ryde <user42@zip.com.au>
20170
20171 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20172 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20173 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20174 Clarify docstring that the value is strings not symbols.
20175 (checkdoc-list-of-strings-p): New function.
20176
20177 2009-08-22 Glenn Morris <rgm@gnu.org>
20178
20179 * files.el (auto-mode-alist):
20180 * hippie-exp.el (he-concat-directory-file-name):
20181 * lpr.el (lpr-windows-system, printer-name):
20182 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20183 * ps-print.el (ps-windows-system):
20184 * startup.el (command-line):
20185 * emulation/viper-ex.el (viper-glob-function):
20186 * international/mule-cmds.el (set-language-environment-coding-systems):
20187 * net/ange-ftp.el (ange-ftp-write-region):
20188 * obsolete/fast-lock.el (fast-lock-cache-name):
20189 Remove code for defunct system-types emx, macos, mswindows, next-mach,
20190 unisoft-unix, vax-vms, win32, w32.
20191
20192 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20193 given name if the pattern is not more specific.
20194
20195 * calendar/lunar.el (lunar-phase-names): New option.
20196 (lunar-phase): Doc fix.
20197 (lunar-cycles-per-year): New constant.
20198 (lunar-index): New function.
20199 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20200 (lunar-phase-name): Use lunar-phase-names.
20201 (calendar-lunar-phases): Use format.
20202 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20203
20204 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20205 Copy imenu-example--name-and-position function here for own use.
20206 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20207
20208 * bs.el (bs--redisplay):
20209 * cus-edit.el (custom-redraw):
20210 * ibuffer.el (ibuffer-bury-buffer):
20211 * server.el (server-goto-line-column):
20212 * startup.el (command-line-1):
20213 * strokes.el (strokes-xpm-for-stroke):
20214 * term.el (term-display-buffer-line):
20215 * view.el (View-goto-line):
20216 * calc/calc.el (calc-do, calc-trail-buffer):
20217 * play/gamegrid.el (gamegrid-add-score-insecure):
20218 * progmodes/ada-mode.el (ada-compile-goto-error):
20219 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20220 (ebrowse-select-1st-to-9nth):
20221 * progmodes/cperl-mode.el (cperl-time-fontification):
20222 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20223 * progmodes/gud.el (gud-display-line):
20224 (idlwave-shell-display-line):
20225 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20226 * progmodes/make-mode.el (makefile-browser-toggle):
20227 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20228 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20229 * textmodes/picture.el (picture-draw-rectangle):
20230 * textmodes/reftex-index.el (reftex-index-goto-letter):
20231 (reftex-select-jump-to-previous):
20232 * textmodes/reftex-sel.el (reftex-find-start-point)
20233 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20234 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20235 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20236 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20237 * textmodes/two-column.el (2C-associated-buffer):
20238 Use forward-line rather than goto-line.
20239
20240 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20241 goto-line.
20242
20243 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20244 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20245 (quick-check-list-to-regexp): Declare.
20246
20247 * progmodes/make-mode.el (makefile-browser-insert-selection):
20248 Use goto-char rather than goto-line.
20249
20250 * progmodes/prolog.el (compilation-error-regexp-alist)
20251 (compilation-forget-errors): Declare.
20252
20253 2009-08-22 Juri Linkov <juri@jurta.org>
20254
20255 * progmodes/grep.el (lgrep, rgrep): At the beginning
20256 set `dir' to `default-directory' unless `dir' is a non-nil
20257 readable directory. (Bug#4052)
20258 (lgrep, rgrep): Change a weird way to report an error
20259 from using `read-string' to using `error'.
20260 Instead of using interactive arguments in the function body,
20261 add new argument `confirm'.
20262
20263 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20264
20265 * textmodes/remember.el (remember-buffer):
20266 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20267 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20268 (icalendar-extract-ical-from-buffer):
20269 * net/newst-treeview.el (newsticker-groups-filename):
20270 * net/newst-backend.el (newsticker-cache-filename):
20271 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20272 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20273 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20274 (speedbar-buffers-line-path, speedbar-path-line)
20275 (speedbar-buffers-line-path):
20276 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20277 (epg-sign-keys):
20278 * epa.el (epa-display-verify-result):
20279 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20280
20281 2009-08-21 Glenn Morris <rgm@gnu.org>
20282
20283 * progmodes/js.el (inferior-moz-process): Fix declaration.
20284
20285 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20286
20287 * obsolete/rnewspost.el (news-mail-reply):
20288 Use goto-char rather than goto-line.
20289
20290 * term/ns-win.el (ns-open-file-select-line):
20291 Use line-beginning-position rather than goto-line.
20292
20293 * apropos.el (apropos-command):
20294 * ehelp.el (electric-helpify):
20295 * printing.el (pr-show-setup):
20296 * strokes.el (strokes-help):
20297 * tutorial.el (tutorial--describe-nonstandard-key)
20298 (tutorial--detailed-help):
20299 * woman.el (woman-mini-help, woman-display-extended-fonts):
20300 * calc/calc-help.el (calc-describe-key):
20301 * emulation/edt.el (edt-electric-helpify):
20302 * international/mule-diag.el (mule-diag):
20303 * play/yow.el (apropos-zippy):
20304 * progmodes/python.el (python-describe-symbol):
20305 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20306 * textmodes/table.el (*table--cell-describe-mode)
20307 (*table--cell-describe-bindings):
20308 Use help-print-return-message rather than the now obsolete alias.
20309
20310 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
20311 (calendar-cursor-to-visible-date):
20312 * play/5x5.el (5x5-position-cursor):
20313 * play/decipher.el (decipher):
20314 * play/gomoku.el (gomoku-goto-xy):
20315 * play/landmark.el (lm-goto-xy):
20316 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20317 (mpuz-paint-digit):
20318 Use forward-line, not goto-line.
20319
20320 * mail/rmail.el (rmail-obsolete): Delete custom group.
20321 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20322 (rmail-remote-password, rmail-remote-password-required):
20323 Remove unneeded :set-after and :set properties.
20324
20325 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
20326
20327 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20328
20329 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20330
20331 * loadup.el: Remove leftover macos code.
20332
20333 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20334 Explicitly pass the date format to git blame so that user local
20335 so that the output format can be parsed.
20336
20337 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
20338
20339 * net/dbus.el (top): Don't check for (getenv
20340 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20341
20342 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20343
20344 * log-edit.el (log-edit-strip-single-file-name): New var.
20345 (log-edit-insert-changelog): Use it. Bug#3571
20346
20347 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20348
20349 * subr.el (read-passwd): Use read-key so keypad keys work as well.
20350 Bug#3287
20351
20352 * help.el (help-print-return-message): Rename from
20353 print-help-return-message.
20354
20355 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20356 cvs-mode-map parent hack.
20357 (log-view-mode): Derive from special-mode.
20358
20359 * linum.el (linum-mode): window-size-change-functions is redundant.
20360 Adapt to new window-configuration-change-hook behavior.
20361 (linum-after-size, linum-after-config): Remove.
20362
20363 * imenu.el (imenu-example--name-and-position)
20364 (imenu-example--lisp-extract-index-name)
20365 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20366 Mark as obsolete.
20367
20368 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20369 (inferior-prolog-mode): Use it.
20370 (inferior-prolog-load-file): Reset list of errors.
20371
20372 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20373
20374 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20375
20376 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20377
20378 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
20379
20380 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20381 is running already.
20382
20383 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20384
20385 * subr.el (listify-key-sequence-1): Use normal syntax since those
20386 integers are nowadays always represented by the same (positive) number
20387 on all platforms.
20388 (read-key-empty-map): New const.
20389 (read-key-delay): New var.
20390 (read-key): New function.
20391 (force-mode-line-update): Use with-current-buffer.
20392 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20393 (start-process-shell-command, start-file-process-shell-command):
20394 Discourage the use of command-args.
20395
20396 2009-08-19 Glenn Morris <rgm@gnu.org>
20397
20398 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20399
20400 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20401
20402 * simple.el (choose-completion-string): Don't rely on
20403 minibuffer-completing-file-name and ad-hoc checks to decide whether
20404 to continue completion or not.
20405
20406 * minibuffer.el (minibuffer-hide-completions): New function.
20407 (completion--do-completion): Use it.
20408 (completions-annotations): New face.
20409 (completion--insert-strings): Use it.
20410 (completion-pcm--delim-wild-regex): Add docstring.
20411 (completion-pcm--string->pattern): Add support for 0-width delimiters
20412 in completion-pcm--delim-wild-regex.
20413
20414 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20415
20416 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20417 Remove unused var `buffer-modified-p'.
20418
20419 * minibuffer.el (completion--do-completion): Move point for the #b001
20420 case as well (bug#4176).
20421 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20422
20423 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
20424
20425 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20426 and :session buses.
20427
20428 2009-08-18 Kenichi Handa <handa@m17n.org>
20429
20430 * international/ucs-normalize.el (ucs-normalize-version):
20431 Change to 1.1.
20432 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20433 (utf-8-hfs): Make it perform normalization on encoding too.
20434
20435 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20436 (sentence-end-without-space): Delete duplicated chars.
20437 (sentence-end-base): Likewise.
20438
20439 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20440 (html-mode): Delete duplicated chars from sentence-end-base.
20441
20442 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20443 (texinfo-mode): Delete duplicated chars from sentence-end-base.
20444
20445 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
20446
20447 * files.el (hack-one-local-variable): If the mode function is for
20448 a minor mode, pass it an argument (Bug#4148).
20449
20450 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
20451
20452 * net/tramp.el (tramp-register-completion-file-name-handler):
20453 Check also for (member 'partial-completion completion-styles).
20454
20455 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20456
20457 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20458 abbrev (Bug#3943).
20459
20460 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
20461
20462 * progmodes/cperl-mode.el: Merge upstream 6.2.
20463 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20464 (cperl-forward-re): Check cperl-brace-recursing.
20465 (cperl-highlight-charclass): New function.
20466 (cperl-find-pods-heres): Use it.
20467 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
20468 (cperl-beautify-regexp-piece): Fix column calculation.
20469 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
20470 (cperl-beautify-level): Don't process entire regexp.
20471 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20472 calling man.
20473 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20474 (cperl-init-faces): Build a list in the normal way.
20475
20476 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20477
20478 * calendar/parse-time.el (parse-time-string-chars): Save match
20479 data.
20480
20481 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20482
20483 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20484 (sql-product): Use it.
20485 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20486 (sql-set-product): Add completion.
20487 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20488 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20489 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20490 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20491 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20492 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20493 (sql-highlight-db2-keywords): Remove.
20494 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20495 (sql-highlight-product): Use derived-mode-p.
20496 (sql-set-sqli-buffer): Use with-current-buffer.
20497 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
20498 Simplify.
20499
20500 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
20501
20502 * term.el: Fix commenting convention, turn comments into docstrings.
20503
20504 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20505
20506 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
20507
20508 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
20509
20510 * calendar/parse-time.el (parse-time-string-chars): Compute using
20511 character classes, to handle non-ascii characters (Bug#3190).
20512
20513 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20514
20515 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
20516 another heredoc if the user adds another < (Bug#3226).
20517
20518 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20519 Don't initialize based on window-system (Bug#4124).
20520
20521 * facemenu.el (facemenu-read-color): Use a completion function
20522 that accepts any defined color, such as RGB triplets (Bug#3677).
20523
20524 * files.el (get-free-disk-space): Change fallback default
20525 directory to /. Expand DIR argument before switching to fallback.
20526 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
20527
20528 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
20529
20530 * files.el (load-library): Doc fix.
20531
20532 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
20533
20534 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
20535 (viper-if-string): Redefine C-s in the minibuffer to insert the last
20536 incremental search string.
20537
20538 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
20539 XEmacs.
20540
20541 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
20542 (ediff-merge-region-is-non-clash)
20543 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
20544 Also check if the job is really a merge job.
20545
20546 * ediff.el (ediff-current-file): New function.
20547
20548 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
20549
20550 * progmodes/js.el: Edit docstrings throughout to follow Emacs
20551 conventions.
20552 (js-insert-and-indent): Delete function.
20553 (js-mode-map): Don't bind keys to js-insert-and-indent.
20554 (js-beginning-of-defun): Rename from js--beginning-of-defun.
20555 (js-end-of-defun): Rename from js--end-of-defun.
20556 (js-auto-indent-flag): Delete variable.
20557
20558 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
20559
20560 * progmodes/js.el: Remove proclaim statement.
20561 Defvar which-func-imenu-joiner-function to silence compiler.
20562
20563 * files.el (auto-mode-alist): Use js-mode for .js files.
20564
20565 * progmodes/js2-mode.el: Remove file.
20566
20567 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
20568
20569 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
20570
20571 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
20572
20573 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
20574 Karl Landstrom <karl.landstrom@brgeight.se>
20575
20576 * progmodes/js.el: New file.
20577
20578 2009-08-14 Mark A. Hershberger <mah@everybody.org>
20579
20580 * timezone.el (timezone-parse-date): Add ability to understand ISO
20581 basic format (minimal separators) dates in addition to the
20582 already-supported extended format dates.
20583
20584 2009-08-14 Eli Zaretskii <eliz@gnu.org>
20585
20586 * international/ucs-normalize.el: Add a `coding' file variable.
20587
20588 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
20589
20590 2009-08-14 Sam Steingold <sds@gnu.org>
20591
20592 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
20593
20594 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
20595
20596 * faces.el (help-argument-name): Define it here instead of
20597 help-fns.el, because in daemon mode help-fns.el may be loaded when
20598 faces are still uninitialized (Bug#1078).
20599
20600 * help-fns.el (help-argument-name): Move defface to faces.el.
20601
20602 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
20603
20604 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
20605 create buffer with a pty but no process so that GDB can make the
20606 inferior the controlling process.
20607
20608 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
20609
20610 * international/ucs-normalize.el: New file.
20611
20612 2009-08-13 Richard Stallman <rms@gnu.org>
20613
20614 * mail/rmail.el (rmail-get-attr-names):
20615 Accept an attribute header that is too short.
20616
20617 * mail/rmail.el (rmail-forget-messages):
20618 Ignore nil elt in rmail-message-vector. Use dotimes.
20619
20620 * progmodes/compile.el (compilation-goto-locus):
20621 Use next-error-move-function.
20622
20623 * simple.el (next-error-move-function): New variable.
20624
20625 2009-08-12 Juri Linkov <juri@jurta.org>
20626
20627 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
20628 always non-nil. (Bug#4052)
20629
20630 * replace.el (read-regexp): Return empty string when
20631 `default-value' is nil.
20632 (keep-lines-read-args): Don't use empty string as the
20633 default value for `read-regexp'. (Bug#2495)
20634
20635 2009-08-12 Juri Linkov <juri@jurta.org>
20636
20637 * international/mule-cmds.el (ucs-insert): Change arguments
20638 from `arg' to `character', `count', `inherit' to be the same
20639 as in `insert-char'. Doc fix. (Bug#4039)
20640
20641 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
20642
20643 2009-08-12 Juri Linkov <juri@jurta.org>
20644
20645 * files-x.el: New file.
20646
20647 * files.el: Move code that deals with adding/deleting
20648 file/directory-local variables to files-x.el.
20649
20650 * Makefile.in (ELCFILES): Add files-x.elc.
20651
20652 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
20653
20654 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
20655 to use `goto-line'.
20656 (gdb-place-breakpoints, gdb-get-location): Rewritten without
20657 `goto-line'.
20658 (gdb-invalidate-disassembly): Do not refresh upon receiving
20659 'update signal. Instead, update all disassembly buffers only after
20660 threads list.
20661 (gdb): Send -target-detach when buffer is killed (Bug#3794).
20662 (gdb-starting): Move -data-list-register-names...
20663 (gdb-stopped): ...here so it's sent when first thread stops.
20664 (gdb-registers-handler-custom): Do nothing if register names are
20665 unknown yet.
20666
20667 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
20668 from `gdb-mi.el' to avoid extra tangling.
20669
20670 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
20671 change which breaks `gud-def' definitions used in `gdb'.
20672 (gdb-update-gud-running): No extra fuss for updating frame number.
20673
20674 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20675
20676 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
20677 (describe-language-environment-map, setup-language-environment-map)
20678 (set-coding-system-map): Move initialization into declaration.
20679 (set-language-info-alist): Last arg to define-key-after can be skipped.
20680
20681 * international/quail.el (quail-completion-1): Simplify.
20682 (quail-define-rules): Use slightly more compact code.
20683 (quail-insert-decode-map): Propertize keys, compact columns.
20684
20685 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20686 Add goto-line.
20687
20688 2009-08-10 Miles Bader <miles@gnu.org>
20689
20690 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
20691 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
20692 (js2-instance-member, js2-private-member, js2-private-function-call)
20693 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
20694 (js2-magic-paren, js2-external-variable):
20695 Remove "-face" suffix from face names.
20696 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
20697 (js2-highlight-undeclared-vars, js2-peek-token)
20698 (js2-parse-function-params, js2-mode-show-errors)
20699 (js2-mode-show-warnings, js2-make-magic-delimiter)
20700 (js2-mode-highlight-magic-parens): Update to use new face names.
20701
20702 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
20703
20704 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
20705 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
20706
20707 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
20708
20709 * subr.el: Provide hashtable-print-readable.
20710
20711 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
20712 hs-c-like-adjust-block-beginning.
20713 (hs-hide-block-at-point): Stop hiding at the beginning of
20714 hs-block-end-regexp (Bug#700).
20715
20716 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
20717
20718 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
20719 a macro.
20720 (gdb-registers-handler-custom): Do not fail when register names
20721 are unavailable.
20722
20723 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
20724
20725 * progmodes/gdb-mi.el (gdb-control-all-threads)
20726 (gdb-control-current-thread): Interactive setters for
20727 `gdb-gud-control-all-threads' to use in menu.
20728 (gdb-show-run-p): Show «Go» when process is not active.
20729 (gud-tool-bar-map): Add non-stop/A,T indicator.
20730 Uses gud/thread.xpm and gud/all.xpm.
20731
20732 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
20733
20734 * net/net-utils.el (net-utils-font-lock-keywords): New var.
20735 (nslookup-font-lock-keywords): Make it a variable.
20736 (net-utils-mode): New mode for viewing diagnostic network output.
20737 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
20738 (net-utils-run-simple): New function.
20739 (ifconfig, iwconfig, netstat, arp, route): Use it.
20740
20741 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
20742
20743 * progmodes/gdb-mi.el (gdb-read-memory-custom)
20744 (gdb-memory-set-address, def-gdb-set-positive-number)
20745 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
20746 after changing settings.
20747 (gdb-invalidate-disassembly): Update when first shown.
20748 (gdb-edit-locals-value): Fixed.
20749 (gdb-registers-handler-custom): Print registers in right order and
20750 allow changing register values (only for current thread yet).
20751 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
20752 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
20753 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
20754 (gdb-locals-handler-custom, gdb-registers-handler-custom):
20755 Thread info in mode name.
20756 (gdb-registers-mode-map): TAB to switch to locals.
20757
20758 2009-08-08 Eli Zaretskii <eliz@gnu.org>
20759
20760 * mail/rmail.el (rmail-add-mbox-headers)
20761 (rmail-set-message-counters-counter): Search for
20762 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
20763
20764 2009-08-08 Glenn Morris <rgm@gnu.org>
20765
20766 * Makefile.in (ELCFILES): Update.
20767
20768 2009-08-07 Eli Zaretskii <eliz@gnu.org>
20769
20770 * mail/sendmail.el (mail-yank-original):
20771 Set buffer-file-coding-system from the one used by the message whose
20772 text is yanked.
20773
20774 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
20775 to "windows" when "pgnuplot" is used.
20776 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
20777 Don't call accept-process-output if "pgnuplot" is used.
20778 (calc-graph-init): Don't send -display and -geometry to
20779 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
20780 running "pgnuplot -V" with shell-command-to-string.
20781
20782 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
20783 the default.
20784
20785 2009-08-07 Eli Zaretskii <eliz@gnu.org>
20786
20787 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
20788 org/org-latex.elc.
20789
20790 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
20791
20792 * vc-dispatcher.el (vc-resynch-window): Update comment.
20793
20794 * term.el (term-handle-ansi-escape): Add comments with the
20795 terminfo capabilities implemented.
20796
20797 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
20798
20799 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
20800 (gdb-var-create-handler): Rewritten using JSON parser.
20801 (gdb-propertize-header): Move earlier.
20802 (gdb-set-header): Remove to avoid duplication.
20803 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
20804 Refresh disassembly buffers only after threads list have been
20805 update.
20806 (gdb-threads-header, gdb-registers-header): Per-buffer header line
20807 variables.
20808
20809 2009-08-04 Juri Linkov <juri@jurta.org>
20810
20811 * files.el: Commands to add/delete file/directory-local variables.
20812 (read-file-local-variable, read-file-local-variable-value)
20813 (read-file-local-variable-mode, modify-file-local-variable)
20814 (modify-file-local-variable-prop-line)
20815 (modify-dir-local-variable): New functions.
20816 (add-file-local-variable, delete-file-local-variable)
20817 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
20818 (add-dir-local-variable, delete-dir-local-variable)
20819 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
20820 (copy-dir-locals-to-file-locals-prop-line): New commands.
20821
20822 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
20823
20824 * abbrev.el (insert-abbrev-table-description): Prettify output.
20825 Suggested by Karl Chen.
20826
20827 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
20828
20829 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
20830 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
20831 (gdb-overlay-arrow-position, gdb-thread-position)
20832 (gdb-disassembly-position): Declare variables.
20833 (gdb-wait-for-pending): Function now.
20834 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
20835 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
20836 compilation goes smoothly.
20837 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
20838 (gdb-non-stop-setting): New customization setting which replaces
20839 `gdb-non-stop' so changing it doesn't break active GDB session.
20840 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
20841 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
20842 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
20843 (gdb-show-threads-by-default): New customization options.
20844 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
20845 routines.
20846 (gdb-get-buffer-create): Send buffers update signal when they are
20847 created.
20848 (gdb-invalidate-locals, gdb-invalidate-registers)
20849 (gdb-invalidate-breakpoints)
20850 (gdb-invalidate-threads, gdb-invalidate-disassembly)
20851 (gdb-invalidate-memory): Accept update signal.
20852 (gdb-current-context-command): Use --frame option.
20853 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
20854 Implement `gdb-frame-number' selection logic.
20855 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
20856 whether to show GUD toolbar buttons.
20857 (gdb-thread-exited): Unselect current thread when it exits.
20858 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
20859 (gdb-mark-line): Routine which sets overlay arrow or inverses
20860 video on fringeless displays.
20861 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
20862 to build aligned columns of data in GDB buffers and set text
20863 properties line-by-line.
20864 (gdb-invalidate-breakpoints)
20865 (gdb-breakpoints-list-handler-custom)
20866 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
20867 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
20868 (gdb-registers-handler-custom): Align data columns.
20869 (gdb-locals-handler-custom): Now prints data like in variable
20870 declarations.
20871 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
20872 Remove confusing buttons.
20873 (gdb-invalidate-threads): Append --frame.
20874 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
20875 between breakpoints/threads buffers.
20876 (gdb-set-window-buffer): Now can ignore dedicated windows.
20877 (gdb-propertize-header): Use `gdb-set-window-buffer'.
20878 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
20879 (def-gdb-thread-buffer-gud-command): Replaces
20880 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
20881 for fine thread control.
20882 (gdb-preempt-existing-or-display-buffer): New function used to
20883 display bound buffers without breaking window layout.
20884 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
20885 (gdb-select-frame): New version of `gdb-frames-select' which now
20886 sets `gdb-frame-number' so commands may use --frame option instead
20887 of inner debugger state.
20888 (gdb-frame-handler): Do not set `gdb-frame-number'.
20889 (gdb-threads-mode-map): Select threads with mouse.
20890
20891 * progmodes/gud.el (gdb-gud-context-call): Declare function to
20892 avoid compilation warning.
20893 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
20894 `gdb-show-stop-p`.
20895
20896 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
20897 Argument `key' renamed to `buffer-type'.
20898 (gdb-current-context-buffer-name): Do not add thread info to
20899 buffer name when no thread is selected.
20900 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
20901 command (bug 3794).
20902 (gdb-thread-selected): Handle `=thread-selected' notification.
20903 (gdb-wait-for-pending): New macro to deal with congestion problems.
20904 (gdb-breakpoints-list-handler-custom): Don't fail on pending
20905 breakpoints.
20906 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
20907 This fixes problem similar to one described in bug 3947.
20908 (gud-menu-map): More menu items.
20909 (gdb-init-1): Reset `gdb-thread-number' to nil.
20910
20911 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
20912 non-stop settings.
20913
20914 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
20915 (gdb-current-context-command): Do not append --thread if
20916 `gdb-thread-number' is nil.
20917 (gdb-running-threads-count, gdb-stopped-threads-count):
20918 New variables.
20919 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
20920 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
20921 New customization options.
20922 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
20923 GUD commands.
20924 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
20925 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
20926 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
20927 set `gdb-thread-number' and update `gud-running' properly.
20928 (gdb-running): Update threads list when new threads appear.
20929 (gdb-stopped): Support non-stop operation and new thread switching
20930 logic.
20931 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
20932 (gdb-json-partial-output): New set of JSON routines.
20933 (def-gdb-auto-update-trigger): New `signal-list' optional
20934 argument.
20935 (gdb-thread-list-handler-custom): Update `gud-running',
20936 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
20937 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
20938 (gdb-continue-thread, gdb-step-thread): New commands for fine
20939 thread execution control.
20940 (gud-menu-map): New menu items to switch non-stop options.
20941 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
20942 (gdb-send): Mimic RET properly (bug 3794).
20943
20944 * progmodes/gdb-mi.el (gdb-rules-name-maker)
20945 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
20946 gdb-buffer-rules.
20947 (def-gdb-auto-update-handler): New nopreserve optional argument.
20948 (gdb-stack-list-frames-custom): Print stack from top to bottom.
20949
20950 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
20951 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
20952 (gdb-parent-mode): New mode to derive other GDB modes from.
20953 (gdb-display-disassembly-for-thread)
20954 (gdb-frame-disassembly-for-thread): New commands for threads
20955 buffer.
20956
20957 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
20958 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
20959 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
20960 (gdb-update): We now store all GDB buffers in a list so that they
20961 can be updated by traversing a list instead of calling invalidate
20962 triggers explicitly.
20963 (def-gdb-trigger-and-handler): New macro to define trigger-handler
20964 pair for GDB buffer.
20965 (gdb-stack-buffer-name): Add thread information.
20966 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
20967 handle pending triggers.
20968 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
20969 (def-gdb-thread-buffer-simple-command)
20970 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
20971 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
20972 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
20973 New commands which show buffers bound to thread.
20974 (gdb-stack-list-locals-regexp): Remove unused regexp.
20975
20976 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
20977 (gdb-locals-buffer-name, gdb-registers-buffer-name)
20978 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
20979 to (gud-comint-buffer) in *-buffer-name functions
20980 because (gdb-get-target-string) already does that.
20981 (gdb-locals-handler-custom, gdb-registers-handler-custom)
20982 (gdb-changed-registers-handler): Rewritten without regexps.
20983
20984 * progmodes/gdb-mi.el: Basic thread selection support.
20985 (gdb-thread-number): New variable.
20986 (gdb-current-context-command): New macro which adds --thread
20987 option to command.
20988 (gdb-threads-mode-map): Select thread with SPC.
20989 (gdb-thread-list-handler-custom): Mark current thread with overlay
20990 arrow. Synchronize GDB thread and Emacs thread.
20991 (gdb-select-thread): New command which selects current thread.
20992 (gdb-invalidate-frames, gdb-invalidate-locals)
20993 (gdb-invalidate-registers): Use --thread option.
20994
20995 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
20996
20997 * net/tramp.el (top): Make check for tramp-gvfs loading more
20998 robust. (Bug#3977)
20999 (tramp-handle-insert-file-contents): `unwind-protect' must be
21000 inside `with-parsed-tramp-file-name'.
21001
21002 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21003 fails.
21004
21005 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
21006
21007 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21008 directory if CLASSPATH is not set.
21009
21010 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
21011
21012 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21013 New defconst.
21014 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
21015
21016 2009-08-02 Kevin Ryde <user42@zip.com.au>
21017
21018 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21019 Update freshmeat link. Delete newsforge.com as it seems gone.
21020
21021 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21022
21023 * select.el (x-set-selection): Doc fix (Bug#4021).
21024
21025 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21026
21027 * help-fns.el (describe-variable): Treat list return values from
21028 dir-locals-find-file properly (Bug#4005).
21029
21030 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
21031
21032 * net/tramp.el (tramp-debug-message): Print also microseconds.
21033
21034 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
21035
21036 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21037 or END is non-nil.
21038 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21039 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21040 format.
21041
21042 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21043 (tramp-get-file-property): Use it.
21044
21045 * autorevert.el (auto-revert-handler):
21046 Allow `auto-revert-tail-mode' for remote files.
21047
21048 2009-08-02 Jason Rumney <jasonr@gnu.org>
21049
21050 * minibuffer.el (read-file-name): Treat confirm options to
21051 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
21052
21053 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21054
21055 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21056 (font-lock-variable-name-face, font-lock-constant-face):
21057 Darken the colors for light backgrounds.
21058
21059 2009-08-01 Eli Zaretskii <eliz@gnu.org>
21060
21061 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21062 month names. (Bug#3987)
21063
21064 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
21065
21066 * simple.el (line-move-finish): Pass whole number to
21067 line-move-to-column.
21068 (line-move-visual): Perform hscroll to the recorded position.
21069
21070 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21071
21072 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21073
21074 2009-07-29 Alan Mackenzie <acm@muc.de>
21075
21076 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21077
21078 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21079
21080 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21081 (gdb-place-breakpoints): Use full path when setting breakpoints.
21082
21083 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21084
21085 * calc/calc.el (calc-mode-map): Add keybinding for
21086 `calc-transpose-lines'.
21087
21088 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
21089
21090 * calc/calc-misc.el (calc-transpose-lines): New function.
21091
21092 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
21093
21094 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21095 Simplify check for out-of-band methods.
21096 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21097 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21098
21099 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21100
21101 * vc-git.el (vc-git-checkin): Fix typo.
21102
21103 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
21104
21105 * progmodes/js2-mode.el: New file.
21106
21107 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
21108
21109 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21110 (gud-menu-map): Adjust tooltip accordingly.
21111
21112 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21113
21114 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21115 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21116
21117 * add-log.el (change-log-mode-map): Add a menu.
21118
21119 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
21120
21121 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21122 function returns nil.
21123 (dbus-handle-event): Handle special return value :ignore.
21124 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21125
21126 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
21127
21128 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21129 it's not needed.
21130
21131 2009-07-25 Eli Zaretskii <eliz@gnu.org>
21132
21133 Fix Bug#3888:
21134
21135 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21136
21137 * term/pc-win.el (x-display-name, x-colors)
21138 (x-select-enable-clipboard, x-select-text): Doc fix.
21139
21140 * term/common-win.el (x-display-name, x-colors): Doc fix.
21141
21142 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21143 (xw-defined-colors): Doc fix.
21144
21145 * w32-fns.el (x-select-text, x-setup-function-keys)
21146 (x-get-selection, x-set-selection): Doc fix.
21147
21148 * term/x-win.el (x-select-text, x-setup-function-keys)
21149 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21150
21151 * select.el (x-set-selection): Doc fix.
21152
21153 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
21154
21155 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21156 instead of "IsNSSSupportAvailable". Avahi ought to work also when
21157 "IsNSSSupportAvailable" method is not available.
21158 Reported by Steve Youngs <steve@sxemacs.org>.
21159
21160 2009-07-24 Kenichi Handa <handa@m17n.org>
21161
21162 * international/characters.el: Fix setting of category ?C, ?|, ?K,
21163 and ?H. Fix setting of case for Latin Extended and Greek Extended.
21164 (build-unicode-category-table): Fix range checks.
21165
21166 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21167
21168 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21169 the buffer we try to sync is current when calling
21170 vc-resynch-buffer.
21171
21172 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21173 not show up to date files.
21174
21175 2009-07-24 Glenn Morris <rgm@gnu.org>
21176
21177 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21178 Add autoload cookies. If necessary, initialize.
21179 (elint-log): Handle non-file buffers.
21180 (elint-initialize): Add optional argument to reinitialize.
21181 (elint-find-builtin-variables): Save excursion.
21182
21183 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21184
21185 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21186 for Lint.
21187
21188 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21189
21190 * vc.el (vc-print-log-internal): New function, split out from ...
21191 (vc-print-log): ... here.
21192 (vc-dir-move-to-goal-column): Declare.
21193
21194 * vc-git.el (vc-git-add-signoff): New variable.
21195 (vc-git-checkin): Use it.
21196 (vc-git-toggle-signoff): New function.
21197 (vc-git-extra-menu-map): Bind it to menu.
21198 (vc-git--run-command-string): Accept a nil FILE argument.
21199 (vc-git-stash-list): New function.
21200 (vc-git-dir-extra-headers): Use it.
21201
21202 2009-07-23 Glenn Morris <rgm@gnu.org>
21203
21204 * help-fns.el (describe-variable): Describe ignored and risky local
21205 variables in a similar way to that in which we describe safe ones.
21206
21207 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21208 (byte-compile-output-file-form, byte-compile-output-docform)
21209 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21210 Give some more local variables with common names a "bytecomp-" prefix,
21211 so as not to shadow things during compilation.
21212 * emacs-lisp/cl-macs.el (load-time-value)
21213 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21214 `outbuffer' to `bytecomp-outbuffer'.
21215
21216 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21217 since the next two variables cover them automatically now.
21218 (elint-builtin-variables, elint-autoloaded-variables): New.
21219 (elint-unknown-builtin-args): Remove all members, since they can be
21220 parsed automatically now.
21221 (elint-extra-errors): New.
21222 (elint-env-add-env, elint-env-add-macro): Use cadr.
21223 (elint-current-buffer): Use or. Change final message.
21224 (elint-get-top-forms): Use line-end-position.
21225 (elint-init-env): Use cadr. Handle autoload, declare-function,
21226 and defalias.
21227 (elint-add-required-env): Doc fix. Use or. Standardize error.
21228 (regexp-assoc): Remove unused function.
21229 (elint-top-form): Set elint-current-pos, to record the start of the
21230 top-level form, for compilation-mode.
21231 (elint-form): Trap errors in macro expansion. Use dolist.
21232 (elint-unbound-variable): Use elint-builtin-variables and
21233 elint-autoloaded-variables.
21234 (elint-get-args): Use cadr, or.
21235 (elint-check-cond-form): Use dolist, cadr.
21236 (elint-check-condition-case-form): Doc fix. Use cadr.
21237 Use elint-extra-errors.
21238 (elint-log): New function.
21239 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21240 Distinguish errors and warnings.
21241 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21242 Use a bytecomp-style format.
21243 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21244 (elint-get-log-buffer): Use compilation mode. Disable undo.
21245 Don't truncate lines.
21246 (elint-initialize): Set builtin and autoloaded variable lists.
21247 Only process elint-unknown-builtin-args if non-nil.
21248 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21249 New functions.
21250 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21251
21252 2009-07-22 Kevin Ryde <user42@zip.com.au>
21253
21254 * net/newst-backend.el (newsticker--parse-atom-1.0)
21255 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21256 (newsticker--parse-rss-1.0):
21257 * progmodes/idlwave.el (idlwave-mode):
21258 * progmodes/idlw-shell.el (idlwave-shell-mode):
21259 * progmodes/vera-mode.el (vera-mode):
21260 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21261 * progmodes/vhdl-mode.el (vhdl-mode):
21262 * textmodes/table.el (table-generate-source)
21263 (table--warn-incompatibility):
21264 Hyperlink urls in docstrings with URL `...'.
21265
21266 2009-07-22 Glenn Morris <rgm@gnu.org>
21267
21268 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21269 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21270 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21271 Remove leading * from defcustom docs.
21272
21273 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21274
21275 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21276 defcustom doc.
21277 (list-load-path-shadows): Optionally, just return shadows as a string.
21278
21279 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21280
21281 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
21282
21283 * mail/rmailedit.el (rmail-edit-mode):
21284 Use auto-save-include-big-deletions.
21285
21286 * mail/rmail.el (rmail-variables):
21287 Use auto-save-include-big-deletions.
21288
21289 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21290 changes.
21291
21292 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21293
21294 * calc/calc.el (calc-undo-length): New variable.
21295 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21296
21297 2009-07-21 Richard Stallman <rms@gnu.org>
21298
21299 * files.el (auto-save-mode): Handle buffer-save-size = -2
21300 for toggling mode.
21301
21302 2009-07-21 Glenn Morris <rgm@gnu.org>
21303
21304 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21305
21306 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21307
21308 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21309 silence compiler. Instead...
21310 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21311 (ps-print-ensure-fontified): Update for above function name changes.
21312
21313 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21314 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21315 silence compiler. Instead...
21316 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21317 (mh-show-buffer): Only define for compiler.
21318 (pr-mh-current-message): Update for above function name changes.
21319
21320 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21321 as an argument.
21322 (find-file-noselect, insert-file-1): Update for above change.
21323
21324 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21325
21326 * mail/mailclient.el (mailclient-send-it): Fix message.
21327
21328 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21329 (edebug-eval): Check cl-debug-env is bound.
21330 (print-level, print-circle): Don't redefine built-in variables.
21331
21332 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21333 (custom-print-vectors): Remove old comments from doc.
21334
21335 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21336 (emerge-version): Make the variable an obsolete alias for the
21337 emacs-version variable. Make the function obsolete.
21338 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21339 Emerge options, rather than merging in into the main Options menu.
21340 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21341 and auto advance modes. Disable edit/fast items when not relevant.
21342
21343 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21344
21345 * term/vt420.el (terminal-init-vt420): Fix typo.
21346
21347 2009-07-20 Sam Steingold <sds@gnu.org>
21348
21349 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21350 variable (removed from compile.el on 2004-03-11).
21351
21352 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
21353
21354 * files.el (hack-local-variables-filter): Fix last change.
21355
21356 2009-07-19 Juri Linkov <juri@jurta.org>
21357
21358 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21359 (dir-local-variables-alist): New buffer-local variable.
21360 (hack-local-variables-filter): If variable is not dir-local,
21361 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21362 because file-local overrides dir-local.
21363 (c-postprocess-file-styles) <declare-function>:
21364 Remove obsolete declaration.
21365 (hack-dir-local-variables): Add dir-local variable/value pair to
21366 `dir-local-variables-alist' and remove duplicates. Doc fix.
21367
21368 * help-fns.el (describe-variable): Add information about
21369 file-local and dir-local variables.
21370
21371 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
21372
21373 * files.el (hack-local-variables-filter): Rewrite.
21374
21375 2009-07-19 Glenn Morris <rgm@gnu.org>
21376
21377 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21378 Silence compiler by only defining on XEmacs.
21379
21380 * international/mule.el (auto-coding-regexp-alist): Only match
21381 BABYL... at the start of buffer, not of lines. (Bug#3790)
21382
21383 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21384 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21385 (cal-menu-context-mouse-menu): Doc fix.
21386
21387 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21388
21389 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21390
21391 2009-07-18 Juri Linkov <juri@jurta.org>
21392
21393 * info.el: Virtual Info keyword finder.
21394 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
21395 (Info-finder-file): New variable.
21396 (Info-finder-find-file): New function.
21397 (finder-known-keywords, finder-package-info)
21398 (find-library-name, lm-commentary): Use defvar and
21399 declare-function to silence compiler warnings.
21400 (Info-finder-find-node): New function.
21401 (info-finder): New command.
21402
21403 * subr.el (process-kill-buffer-query-function): New function.
21404 (add-hook)<kill-buffer-query-functions>: Add hook
21405 `process-kill-buffer-query-function'.
21406
21407 2009-07-18 Alan Mackenzie <acm@muc.de>
21408
21409 * progmodes/cc-mode.el (c-before-hack-hook)
21410 (c-postprocess-file-styles): Give invocation of `c-set-style'
21411 DONT-OVERRIDE parameter of t. Already set style variables will
21412 thus not be overridden by style settings given by `c-file-syle'.
21413
21414 * files.el (hack-local-variables-filter): Remove entries with
21415 duplicate keys from `file-local-variables-alist'.
21416
21417 2009-07-18 Eli Zaretskii <eliz@gnu.org>
21418
21419 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21420 x-set-selection if display-selections-p returns nil for the
21421 current frame.
21422
21423 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
21424
21425 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21426
21427 2009-07-18 Eli Zaretskii <eliz@gnu.org>
21428
21429 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21430 Accept nil in addition to a regexp.
21431 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21432 Accept nil in addition to a regexp.
21433 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21434 buffers that have an associated file. Handle nil values of
21435 desktop-buffers-not-to-save and desktop-files-not-to-save.
21436 (Bug#3833)
21437
21438 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21439 (x-disown-selection-internal): New functions.
21440
21441 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
21442
21443 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21444 warning.
21445 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21446 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21447
21448 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
21449
21450 * simple.el (set-mark): Revert last change.
21451
21452 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21453
21454 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21455 rendering of pngs is not possible instead of messaging a long
21456 description.
21457
21458 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
21459
21460 * w32-fns.el (x-selection-owner-p): New function.
21461
21462 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
21463 (mouse-yank-at-click, mouse-yank-primary):
21464 If select-active-regions is non-nil, deactivate the mark before
21465 insertion.
21466
21467 * simple.el (deactivate-mark, set-mark): Only save selection if we
21468 own it.
21469
21470 2009-07-17 Kenichi Handa <handa@m17n.org>
21471
21472 * case-table.el (describe-buffer-case-table): Fix for the case
21473 that KEY is a cons.
21474
21475 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21476
21477 * vc-rcs.el (vc-rcs-find-file-hook):
21478 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21479
21480 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
21481
21482 * net/tramp.el (tramp-wait-for-output): Handle the case when
21483 commands do not return a newline but a null byte before the shell
21484 prompt. (Bug#3858)
21485
21486 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21487
21488 * term/ns-win.el (ns-set-alpha): Don't declare.
21489 (ns-set-background-alpha): Remove function.
21490
21491 2009-07-16 Kevin Ryde <user42@zip.com.au>
21492
21493 * emacs-lisp/copyright.el (copyright-update): Save match-data across
21494 y-or-n-p, for safety.
21495
21496 2009-07-16 Richard Stallman <rms@gnu.org>
21497
21498 * files.el (auto-save-mode): If buffer-saved-size is -2,
21499 don't clobber it.
21500
21501 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
21502 (rmail-retry-ignored-headers): Add more uninteresting fields.
21503
21504 2009-07-15 Jari Aalto <jari.aalto@cante.net>
21505
21506 * net/rcirc.el (rcirc): Use history variables.
21507 (rcirc-server-name-history, rcirc-nick-name-history)
21508 (rcirc-server-port-history): New variables.
21509
21510 2009-07-15 Kenichi Handa <handa@m17n.org>
21511
21512 * international/mule-cmds.el (set-language-environment-charset):
21513 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
21514 ignore them.
21515
21516 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
21517 Delete unibyte-display.
21518
21519 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
21520
21521 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
21522
21523 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
21524
21525 * simple.el (deactivate-mark): Optional argument FORCE.
21526 (set-mark): Use deactivate-mark.
21527
21528 * info.el (Info-search): No need to check transient-mark-mode
21529 before calling deactivate-mark.
21530
21531 * select.el (x-set-selection): Doc fix.
21532 (x-valid-simple-selection-p): Allow buffer values.
21533 (xselect--selection-bounds): Handle buffer values.
21534 Suggested by David De La Harpe Golden.
21535
21536 * mouse.el (mouse-set-region, mouse-drag-track):
21537 Call copy-region-as-kill before setting the mark, to let
21538 select-active-regions work.
21539
21540 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
21541
21542 * simple.el (deactivate-mark): If select-active-regions is
21543 non-nil, copy the selection data into a string.
21544 (activate-mark): If select-active-regions is non-nil, set the
21545 selection to the current buffer.
21546 (set-mark): Update selection if select-active-regions is non-nil.
21547
21548 * select.el (x-valid-simple-selection-p): Allow buffer values.
21549
21550 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21551
21552 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
21553 and more featureful message-mode.
21554
21555 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
21556
21557 * select.el (x-set-selection): Doc fix.
21558 (x-valid-simple-selection-p): Disallow selection data consisting
21559 of a list or cons of integers, since that is not used.
21560 (xselect--selection-bounds, xselect--int-to-cons): New functions.
21561 (xselect-convert-to-string, xselect-convert-to-length)
21562 (xselect-convert-to-filename, xselect-convert-to-charpos)
21563 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
21564
21565 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
21566
21567 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
21568 output in -break-info command (Emacs bug #3794).
21569
21570 2009-07-14 Glenn Morris <rgm@gnu.org>
21571
21572 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
21573 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
21574 (edebug-print-length, edebug-print-level, edebug-print-circle)
21575 (edebug-sit-for-seconds, edebug-view-outside)
21576 (edebug-bounce-point, edebug-set-global-break-condition)
21577 (edebug-Go-nonstop-mode, edebug-trace-mode)
21578 (edebug-Trace-fast-mode, edebug-continue-mode)
21579 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
21580 (edebug-visit-eval-list): Doc fixes.
21581
21582 * subr.el (def-edebug-spec): Doc fix.
21583
21584 2009-07-14 Kenichi Handa <handa@m17n.org>
21585
21586 * international/characters.el: Fix setting of category ?C.
21587
21588 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
21589
21590 * term/ns-win.el (x-select-font): defalias x-select-font to
21591 ns-popup-font-panel instead of generate-fontset-menu.
21592
21593 2009-07-12 Eli Zaretskii <eliz@gnu.org>
21594
21595 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
21596
21597 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
21598
21599 * arc-mode.el (archive-find-type): Allow for a PK00 string before
21600 the PK\003\004 header (Bug#3770).
21601
21602 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
21603
21604 * pcomplete.el (pcomplete-comint-setup): Check for
21605 shell-dynamic-complete-filename too.
21606
21607 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
21608
21609 * simple.el (temporary-goal-column): Change the value for
21610 line-move-visual to a cons cell.
21611 (line-move-visual): Record or set the window hscroll, if
21612 necessary (Bug#3494).
21613 (line-move-1): Handle cons value of temporary-goal-column.
21614
21615 2009-07-11 Kenichi Handa <handa@m17n.org>
21616
21617 * international/mule-diag.el (describe-character-set): Don't show
21618 width.
21619
21620 2009-07-10 Sam Steingold <sds@gnu.org>
21621
21622 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21623 Omake sometimes indents the errors it prints, so allow all
21624 regexps to start with spaces.
21625
21626 2009-07-10 Eli Zaretskii <eliz@gnu.org>
21627
21628 * cus-edit.el (customize-changed-options-previous-release):
21629 Bump value to 22.1. (Bug#3804)
21630
21631 2009-07-08 Sam Steingold <sds@gnu.org>
21632
21633 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
21634 to be a cons cell (test . ignored-directory) to selectively ignore
21635 some directories depending on the location of the search.
21636
21637 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
21638
21639 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
21640 remote user is root, on the local host.
21641 (tramp-local-host-p): Either the local user or the remote user
21642 must be root. (Bug#3771)
21643
21644 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
21645
21646 * progmodes/gdb-mi.el (gdb): Remove description of
21647 gdb-use-separate-io-buffer.
21648 (menu): Don't allow toggling of or enable
21649 gdb-use-separate-io-buffer from menubar.
21650
21651 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21652
21653 * mail/unrmail.el (unrmail): Make sure the message ends with two
21654 newlines (Bug#3769).
21655
21656 2009-07-08 Glenn Morris <rgm@gnu.org>
21657
21658 * calendar/calendar.el (calendar-current-date): Rework previous change.
21659
21660 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
21661
21662 * calendar/calendar.el (calendar-current-date):
21663 Add an optional argument giving an offset from today.
21664
21665 2009-07-08 Glenn Morris <rgm@gnu.org>
21666
21667 * tutorial.el (tutorial--describe-nonstandard-key):
21668 Adjust the message for when a key has been unbound.
21669 (help-with-tutorial): Hide the arch-tag.
21670
21671 2009-07-08 Kenichi Handa <handa@m17n.org>
21672
21673 * international/fontset.el (setup-default-fontset): For each
21674 script, append (not set) font-specs.
21675
21676 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
21677 docstring.
21678
21679 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
21680
21681 * progmodes/gdb-mi.el (gdb-init-1): Move sending
21682 -data-list-register-names to ...
21683 (gdb-starting): ... here because GDB 7.0 requires execution to
21684 have started when using this MI command.
21685 (gdb-set-header): New function to distinguish select and
21686 unselected tabs in gdb buffers.
21687 (gdb-propertize-header): New macro that uses gdb-set-header.
21688 (gdb-breakpoints-header, gdb-locals-header): Use it.
21689 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
21690
21691 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
21692
21693 * Makefile.in (ELCFILES): Remove fadr.elc.
21694
21695 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
21696
21697 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
21698 may contain frame information, so `string-match' should be used.
21699 (gdb-update): Disassembly is invalidated through
21700 `gdb-get-selected-frame'.
21701 (gdb-pad-string): New function to pad string with spaces.
21702 (gdb-invalidate-disassembly): Invalidate only if the buffer
21703 exists.
21704 (gdb-disassembly-handler-custom): Column alignment.
21705 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
21706 placing new ones.
21707 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
21708 end of line, too.
21709 (gdb-frame-handler): Match convention to for disassembly buffer
21710 mode name.
21711 (gdb-stack-list-frames-handler): Rewritten without regexps.
21712 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
21713 not highlight breakpoints without line information.
21714 (gdb-input): Add trailing newline to command.
21715
21716 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
21717 buffer properly.
21718 (gdb-breakpoints-list-handler-custom): Replacement for
21719 `gdb-break-list-handler'. Using real parser instead of regexps
21720 now.
21721 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
21722 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
21723 to place breakpoints.
21724 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
21725 functions.
21726 (gdb-disassembly-handler-custom): Show overlay arrow.
21727 (gdb-disassembly-place-breakpoints): Show breakpoints in
21728 disassembly buffer.
21729 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
21730 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
21731 instead of parsing breakpoints buffer. Fixed old menu references
21732 in `gud-menu-map'.
21733
21734 * fadr.el: Remove.
21735
21736 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
21737 (gdb-memory-address): New variable which holds top address of
21738 memory page shown in memory buffer.
21739 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
21740 New customization variables.
21741 New functions:
21742 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
21743 display the memory buffer.
21744 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
21745 buffer display parameters.
21746 (def-gdb-memory-format, gdb-memory-format-binary)
21747 (gdb-memory-format-octal, gdb-memory-format-unsigned)
21748 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
21749 Functions for setting memory buffer format.
21750 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21751 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
21752 unit size used in memory buffer.
21753 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
21754 Switch to next/previous page of memory buffer.
21755 Now using (bindat-get-field) instead of fadr functions.
21756
21757 2009-07-07 Sam Steingold <sds@gnu.org>
21758
21759 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
21760 non-top-level files.
21761
21762 2009-07-07 Kenichi Handa <handa@m17n.org>
21763
21764 * international/mule-cmds.el (reset-language-environment):
21765 Put the highset priority to the charset iso-8859-1.
21766
21767 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
21768
21769 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
21770 to the end of the line when locating the block (Bug#700).
21771
21772 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
21773
21774 * net/tramp.el (tramp-handle-write-region): Flush file properties
21775 in case of short track.
21776
21777 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
21778
21779 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
21780 Coded custom representation of verilog error regular expressions
21781 to work with Emacs-22's new format.
21782 (verilog-error-regexp-xemacs-alist): Coded custom representation
21783 of verilog error regular expressions to work with XEmacs format.
21784 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
21785 error recognition into XEmacs.
21786 (verilog-error-regexp-add-emacs): Hook routine to install verilog
21787 error recognition into Emacs-22.
21788
21789 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
21790
21791 * woman.el: Remove stand-alone closing parentheses.
21792 (woman-file-name, woman2-format-paragraphs)
21793 (woman-leave-blank-lines): Code cleanup.
21794 (woman-use-own-frame): Change default to nil.
21795 (woman-italic, woman-bold, woman-unknown, woman-addition):
21796 Change defaults to inherit from default faces.
21797 (woman2-process-escapes): Consume the newline after a stand-alone
21798 filler character (Bug#3651).
21799
21800 2009-07-06 Glenn Morris <rgm@gnu.org>
21801
21802 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
21803 (top-level): Move provide to the end.
21804 (ffap): Remove defunct URL from custom group.
21805
21806 * subr.el (eval-after-load): Doc fix.
21807
21808 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
21809
21810 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
21811 `calc-embedded-word' is called twice.
21812
21813 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21814
21815 * files.el (find-alternate-file-other-window, find-alternate-file):
21816 Obey confirm-nonexistent-file-or-buffer.
21817
21818 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
21819
21820 * dired-aux.el (dired-show-file-type): Handle remote files.
21821
21822 2009-07-05 Jari Aalto <jari.aalto@cante.net>
21823
21824 * desktop.el (desktop-globals-to-save):
21825 Add file-name-history (Bug#2750).
21826
21827 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
21828
21829 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
21830
21831 2009-07-04 Johan Bockgård <bojohan@gnu.org>
21832
21833 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
21834 property on entire argument since this is what eshell-lisp-command
21835 expects.
21836
21837 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
21838
21839 * net/tramp-gvfs.el (tramp-gvfs-methods)
21840 (tramp-gvfs-zeroconf-domain)
21841 (tramp-bluez-discover-devices-timeout): Add version flag.
21842 (tramp-gvfs-handler-mounted-unmounted)
21843 (tramp-gvfs-connection-mounted-p): Polish handling of
21844 incompatibilities between GVFS 0.2 and 1.0.
21845
21846 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
21847
21848 * cus-start.el (all): Add make-pointer-invisible.
21849
21850 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
21851
21852 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
21853 formatted correctly.
21854
21855 2009-07-02 Juri Linkov <juri@jurta.org>
21856
21857 * info.el: Virtual Info files and nodes.
21858 (Info-virtual-files, Info-virtual-nodes): New variables.
21859 (Info-current-node-virtual): New variable.
21860 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
21861 New functions.
21862 (Info-file-supports-index-cookies): Use Info-virtual-file-p
21863 to check for a virtual file instead of checking a fixed list
21864 of node names.
21865 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
21866 instead of ad-hoc processing of "dir" and (apropos history toc).
21867 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
21868 instead of ad-hoc processing of "dir" and (apropos history toc).
21869 Reread a file when moving from a virtual node.
21870 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
21871 (Info-directory-toc-nodes, Info-directory-find-file)
21872 (Info-directory-find-node): New functions.
21873 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
21874 (Info-history): Move part of code to
21875 `Info-history-find-node'.
21876 (Info-history-toc-nodes, Info-history-find-file)
21877 (Info-history-find-node): New functions.
21878 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
21879 (Info-toc): Move part of code to `Info-toc-find-node'.
21880 (Info-toc-find-node): New function.
21881 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
21882 the current Info file name to references because now the node
21883 "*TOC*" belongs to the same Info manual.
21884 (Info-toc-build): Rename from `Info-build-toc'.
21885 (Info-toc-nodes): Rename input argument `file' to `filename'.
21886 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
21887 instead of ad-hoc processing of ("dir" apropos history toc).
21888 (Info-index-nodes): Use Info-virtual-file-p
21889 to check for a virtual file instead of checking a fixed list
21890 of node names.
21891 (Info-index-node): Add check for `Info-current-node-virtual'.
21892 Raise `save-match-data' higher up the tree to contain
21893 `search-forward' too (bug fix).
21894 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
21895 (Info-virtual-index-nodes): New variable.
21896 (Info-virtual-index-find-node, Info-virtual-index): New functions.
21897 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
21898 (Info-apropos-file, Info-apropos-nodes): New variables.
21899 (Info-apropos-toc-nodes, Info-apropos-find-file)
21900 (Info-apropos-find-node, Info-apropos-matches): New functions.
21901 (info-apropos): Move part of code to `Info-apropos-find-node' and
21902 `Info-apropos-matches'.
21903 (Info-mode-map): Bind "I" to `Info-virtual-index'.
21904 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
21905 for a virtual file instead of checking a fixed list of node names.
21906
21907 * simple.el (async-shell-command): New command.
21908
21909 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
21910
21911 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
21912 instead of `mount-info'.
21913
21914 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
21915
21916 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
21917 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
21918
21919 2009-07-02 Kenichi Handa <handa@m17n.org>
21920
21921 * international/mule.el (set-keyboard-coding-system): Force *-unix
21922 coding-system to avoid eol conversion.
21923
21924 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
21925
21926 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
21927 Add handler for `process-file', `shell-command' and
21928 `start-file-process'.
21929 (tramp-gvfs-handle-shell-command)
21930 (tramp-gvfs-handle-start-file-process)
21931 (tramp-gvfs-handle-process-file): New defuns.
21932 (tramp-synce-list-devices): Simplify check for existence of property.
21933
21934 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
21935
21936 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
21937
21938 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
21939
21940 * language/korean.el (set-language-info-alist): Add korean-cp949,
21941 cp949 to spec.
21942
21943 2009-07-01 Kenichi Handa <handa@m17n.org>
21944
21945 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
21946
21947 * international/encoded-kb.el: Deleted.
21948
21949 * international/mule.el (set-keyboard-coding-system): Perform the
21950 necessary setup here instead of calling encoded-kbd-setup-display.
21951
21952 2009-07-01 Glenn Morris <rgm@gnu.org>
21953
21954 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
21955
21956 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
21957
21958 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
21959
21960 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
21961
21962 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
21963 Handle also the 'rename case, when setting file modes. (Bug#3712)
21964 (tramp-default-file-modes): Remove execute permissions.
21965
21966 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
21967 (top): Add a default for "synce" in `tramp-default-user-alist'.
21968 Add completion function for "synce" method.
21969 (tramp-hal-service, tramp-hal-path-manager)
21970 (tramp-hal-interface-manager, tramp-hal-interface-device):
21971 New defconst.
21972 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
21973 (tramp-synce-list-devices, tramp-synce-parse-device-names):
21974 New defuns.
21975
21976 * net/trampver.el: Update release number.
21977
21978 2009-06-30 Kenichi Handa <handa@m17n.org>
21979
21980 * international/fontset.el (setup-default-fontset): Add CJK fonts
21981 for symbols and the other miscellaneous characters.
21982
21983 * language/korea-util.el (setup-korean-environment-internal):
21984 Make char-width-table suitable for Korean environments.
21985 (exit-korean-environment): Cancel above.
21986
21987 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
21988 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
21989 setup-function to make char-width-table suitable for respective
21990 environments, and an exit-function to cancel that.
21991
21992 * language/japan-util.el (setup-japanese-environment-internal):
21993 Call use-cjk-char-width-table with arg `ja_JP'.
21994
21995 * international/characters.el (cjk-char-width-table): Delete it.
21996 (cjk-char-width-table-list): New variable.
21997 (use-cjk-char-width-table): New arg local-name.
21998 (use-default-char-width-table): Fix for the case that Emacs is
21999 already using the default char-width-table.
22000
22001 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
22002
22003 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22004 modes mandatory. (Bug#3712)
22005
22006 2009-06-29 Alan Mackenzie <acm@muc.de>
22007
22008 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22009 correction between the visible width of TABs and their number of bytes.
22010
22011 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
22012
22013 * server.el (server-buffer-done): Prevent kill-buffer from
22014 prompting by clearing the buffer modification flag (Bug#3696).
22015
22016 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
22017
22018 * progmodes/verilog-mode.el (verilog-beg-of-statement)
22019 (verilog-endcomment-reason-re): Support unique case and priority case.
22020 (verilog-basic-complete-re): Support localparam lineup.
22021 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22022 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22023 commenting.
22024 (verilog-leap-to-case-head): Now support *nested* unique &
22025 priority case statements.
22026 (verilog-auto-lineup): Make just declarations the default (as it
22027 had been).
22028 (verilog-leap-to-case-head): Support priority/unique case statements.
22029 (verilog-auto-lineup): Rework to give users radio buttons to
22030 select the various styles of automatic lineup.
22031 (verilog-error-regexp-alist): Rework to support the XEmacs style
22032 of error regular expressions from compilers, lint tools &
22033 simulators. Note that GNU Emacs has made it impossible for a mode
22034 to load such things.
22035 (electric-verilog-terminate-line, verilog-indent-declaration)
22036 (verilog-auto-wiure): Rework for radio button selection of
22037 auto-lineup selection of specification of auto lineup.
22038 (verilog-beg-of-statement-1): Redesign to support proper operation
22039 in additional code, based on testing with auto-lineup.
22040 (verilog-calculate-indent, assignments & declarations)
22041 (verilog-backward-token): Enhance to support auto-lineup of
22042 assignments & declarations.
22043 (verilog-in-directive-p, verilog-at-struct-p): New function for
22044 easy test of whether we are.
22045 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22046 to support safe execution at almost anyline.
22047 (verilog-calc-1): Properly support indenting deep inside generate
22048 blocks.
22049 (verilog-init-font): Remove definition & use of verilog-init-font,
22050 as it is redundant with font-lock-defaults.
22051 (verilog-mode): Alter the definition of verilog-font-lock-defaults
22052 to avoid circular calls if syntax-ppss is a function (as is the
22053 case now in 22.x GNU Emacs) as that function would sometimes call
22054 itself, leading to (nearly) infinite recursion.
22055 (verilog-ovm-begin-re, verilog-ovm-end-re)
22056 (verilog-ovm-statement-re, verilog-leap-to-head)
22057 (verilog-backward-token): Add support for OVM macros. Some are
22058 complete statements, and others open and close scopes like begin
22059 and end.
22060 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22061 (verilog-defun-level-generate-only-re): Really fix the defun-list
22062 compilation issue.
22063 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22064 coverpoint, constraint and cross statements.
22065 (verilog-defun-level-list, verilog-generate-defun-level-list)
22066 (verilog-all-defun-level-list): Redo these specifications - it is
22067 too hard to support eval-when compile aggregation of lists also
22068 built at when-compile time.
22069 (verilog-defun-level-list): Place defconsts of variables used in
22070 building regular expressions which are built in eval-when-compile
22071 bodies in the same eval-when-compile body to facilitate compile
22072 without load.
22073 (verilog-beg-block-re-ordered): Support indenting
22074 virtual/protected tasks and functions.
22075 (verilog-defun-level-list, verilog-in-generate-region-p)
22076 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22077 indentation of some module items (generate items).
22078 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22079 across virtual/protected tasks and functions.
22080
22081 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22082
22083 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
22084 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
22085 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22086 in concatenations. Reported by Yishay Belkind.
22087 (verilog-auto-ascii-enum): Support one-hot state machines in
22088 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22089 (verilog-auto-inst, verilog-auto-inst-port): Include interface
22090 modport in AUTOINST and add vl-modport for users.
22091 Reported by David Rogoff.
22092 (verilog-auto-inout-module, verilog-auto-inst)
22093 (verilog-decls-get-interfaces, verilog-insert-definition)
22094 (verilog-insert-one-definition, verilog-read-decls)
22095 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22096 (verilog-sig-modport, verilog-signals-combine-bus)
22097 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22098 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22099 Suggested by David Rogoff.
22100 (verilog-repair-open-comma): Fix non-insertion of comma when
22101 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22102 (verilog-make-width-expression): Simplify [A-1:0] expression
22103 widths to just {A{1'b0}}.
22104 (verilog-mode): Cleanup checkdoc warnings.
22105 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22106 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
22107 inputs/outputs or data type. Suggested by Vasu Kandadi.
22108 (next-error-last-buffer): Fix byte-compiler warning.
22109 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22110 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
22111 or shell command text during AUTO expansion. Suggested by Tad Truex.
22112 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
22113 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
22114 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
22115 in AUTOINOUT. Reported by Matthew Lovell.
22116 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22117 causing use of <= assignments. Reported by Alex Reed.
22118 (verilog-read-decls): Fix triand, trior, wand, wor to be
22119 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22120 (verilog-extended-complete-re): Support import "DPI-C" functions.
22121 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
22122 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
22123 (verilog-insert-date, verilog-insert-year)
22124 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22125 Windows systems. Reported by Michael Potts.
22126 (verilog-read-module-name): Fix AUTOINST when the child module
22127 declaration's name is a tick define. Reported by Elliot Mednick.
22128 (verilog-read-decls): Fix V2K parameter bit subscripts getting
22129 passed to next parameter's definition. Reported by Bruce T.
22130 (verilog-read-decls): Fix detecting "parameter int" when using
22131 AUTOINSTPARAM. Reported by Bruce T.
22132 (verilog-goto-defun): Fix goto not finding modules unless first
22133 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
22134 (verilog-mode): Expand -f flag arguments on entry to mode so
22135 verilog-goto-defun will work. Reported by Lawrence Butcher.
22136 (verilog-getopt): Expand environment variables in -f file
22137 arguments. Suggested by Lawrence Butcher.
22138 (verilog-set-define): Fix "Symbol's value as variable is void"
22139 when reading enumerations.
22140 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22141 Suggested by Stephen Peltan.
22142 (verilog-read-defines): Fix reading of enumerations in include
22143 files. Reported by Steve Peltan.
22144
22145 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22146
22147 * files.el (trash-directory): Fix defcustom type.
22148
22149 2009-06-28 Juri Linkov <juri@jurta.org>
22150
22151 * help-fns.el (describe-function-1): Correctly locate adviced
22152 functions in hyperlink (Bug#2438).
22153
22154 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
22155
22156 * files.el (trash-directory): Change default to nil.
22157 (move-file-to-trash): If trash-directory is nil and
22158 system-move-file-to-trash is unbound, perform freedesktop-style
22159 trashing.
22160
22161 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22162
22163 * files.el (move-file-to-trash): Add freedesktop trash
22164 support (Bug#973).
22165
22166 2009-06-28 Glenn Morris <rgm@gnu.org>
22167
22168 * autorevert.el (global-auto-revert-non-file-buffers)
22169 (global-auto-revert-mode): Doc fixes.
22170
22171 2009-06-27 Johan Bockgård <bojohan@gnu.org>
22172
22173 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22174
22175 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
22176
22177 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22178 opened an X connection before calling x-get-resource (Bug#3194).
22179
22180 * play/doctor.el: Remove reference to obsolete website.
22181 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22182
22183 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22184
22185 Remove find-file-not-found-hook VC method. (Bug#2757)
22186 * vc-hooks.el (vc-file-not-found-hook)
22187 (vc-default-find-file-not-found-hook): Remove functions.
22188 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22189 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22190 * vc.el:
22191 * vc-hg.el:
22192 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22193
22194 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22195
22196 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
22197 compatibility function for `looking-back'.
22198
22199 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
22200 Use `ispell-looking-back'.
22201
22202 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
22203
22204 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
22205 rather than `filename'.
22206
22207 2009-06-23 Miles Bader <miles@gnu.org>
22208
22209 * face-remap.el (text-scale-set): New function.
22210
22211 2009-06-23 Glenn Morris <rgm@gnu.org>
22212
22213 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22214
22215 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22216
22217 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22218
22219 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22220
22221 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22222 Simplify Persian conditionals.
22223
22224 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22225 variable `filename'.
22226
22227 * comint.el (comint-insert-input): Doc fix.
22228
22229 * Makefile.in (ELCFILES): Fix typo in previous change.
22230
22231 2009-06-23 Miles Bader <miles@gnu.org>
22232
22233 * cus-start.el: Add entry for `recenter-redisplay'.
22234
22235 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22236
22237 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22238 Add an optional argument for the backend, use it instead of
22239 calling vc-backend.
22240 (vc-mode-line): Add an optional argument for the backend.
22241 Pass the backend to vc-state and vc-working-revision. Move code for
22242 special handling for vc-state being a buffer to ...
22243
22244 * vc-rcs.el (vc-rcs-find-file-hook):
22245 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22246
22247 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22248 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22249 vc-stay-local-p and vc-mode-line calls.
22250
22251 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22252 (vc-cvs-diff, vc-cvs-annotate-command)
22253 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22254 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22255 vc-mode-line calls.
22256
22257 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22258 direct comparison.
22259 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22260 backend when calling vc-mode-line.
22261 (vc-register): Do not create a closure for calling the vc register
22262 function, call it directly.
22263
22264 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22265
22266 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22267 to make it obvious item can be clicked.
22268
22269 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22270
22271 2009-06-23 Kenichi Handa <handa@m17n.org>
22272
22273 * language/korea-util.el (korean-key-bindings): Change the binding
22274 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22275 same command.
22276
22277 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
22278
22279 Sync with Tramp 2.1.16.
22280
22281 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22282
22283 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22284 when a loading of a package fails. Completion function for rsync
22285 is `tramp-completion-function-alist-ssh'.
22286 (all): Replace all calls of `split-string' and
22287 `tramp-split-string' by `tramp-compat-split-string'.
22288 (tramp-default-method): Use `tramp-compat-process-running-p'.
22289 (tramp-default-proxies-alist): Allow also Lisp forms.
22290 (tramp-remote-path): Add choice "Private Directories".
22291 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
22292 (tramp-domain-regexp): Allow also "-", "_" and ".".
22293 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22294 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22295 (tramp-debug-message): Insert header line in debug buffer.
22296 (tramp-handle-directory-files-and-attributes-with-stat):
22297 Care about filenames with spaces, or starting with "-".
22298 (tramp-handle-dired-uncache): New defun.
22299 (tramp-handle-insert-directory): Don't flush the directory from
22300 cache, this is handled by `dired-uncache' now.
22301 (tramp-handle-insert-file-contents): Improve error handling.
22302 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22303 Quote `tramp-end-of-output'.
22304 (tramp-action-password): Improve trace message.
22305 (tramp-check-for-regexp): Both echoes must be present, before removing.
22306 (tramp-open-connection-setup-interactive-shell): Trace coding system.
22307 (tramp-compute-multi-hops): Eval cons cells of
22308 `tramp-default-proxies-alist'.
22309 (tramp-maybe-open-connection): Use the same command pattern for
22310 first hop and further hops.
22311 (tramp-wait-for-output): Remove handling of newlines.
22312 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22313 (tramp-split-string): Remove function. It is handled in
22314 tramp-compat now.
22315
22316 * net/tramp-cmds.el (tramp-bug):
22317 Recommend `tramp-cleanup-all-connections' in the bug mail.
22318
22319 * net/tramp-compat.el (tramp-compat-split-string)
22320 (tramp-compat-process-running-p): New defuns.
22321
22322 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22323 for `dired-uncache'.
22324
22325 * net/tramp-gvfs.el: New package.
22326
22327 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22328 Add handler for `dired-uncache'.
22329 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22330
22331 * net/trampver.el: Update release number. Make version check fit
22332 for SXEmacs 22.
22333
22334 2009-06-22 Jim Meyering <meyering@redhat.com>
22335
22336 Automatically handle .xz suffix (XZ-compressed files), too.
22337 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22338 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22339
22340 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
22341 Nick Roberts <nickrob@snap.net.nz>
22342
22343 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
22344 repository (http://sphinx.net.ru/hg/gdb-mi/).
22345
22346 2009-06-22 Glenn Morris <rgm@gnu.org>
22347
22348 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22349 `mode' and `eval' entries. (Bug#3430)
22350
22351 * Makefile.in (ELCFILES): Add fadr.elc.
22352
22353 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22354 differing behavior of \n and ^ in strings. (Bug#3385)
22355
22356 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22357
22358 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22359 property.
22360 (lisp-indent-function): Make it a defcustom.
22361
22362 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
22363
22364 * progmodes/gdb-ui.el: Replace with ...
22365 * progmodes/gdb-mi.el: ... this file.
22366 * progmodes/gud.el: Modify for gdb-mi.el.
22367
22368 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22369
22370 * fadr.el: New file.
22371
22372 See ChangeLog.14 for earlier changes.
22373
22374 ;; Local Variables:
22375 ;; coding: utf-8
22376 ;; End:
22377
22378 Copyright (C) 2009-2011 Free Software Foundation, Inc.
22379
22380 This file is part of GNU Emacs.
22381
22382 GNU Emacs is free software: you can redistribute it and/or modify
22383 it under the terms of the GNU General Public License as published by
22384 the Free Software Foundation, either version 3 of the License, or
22385 (at your option) any later version.
22386
22387 GNU Emacs is distributed in the hope that it will be useful,
22388 but WITHOUT ANY WARRANTY; without even the implied warranty of
22389 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22390 GNU General Public License for more details.
22391
22392 You should have received a copy of the GNU General Public License
22393 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.