lisp/subr.el (last): Use `safe-length' instead of `length' (bug#7206).
[bpt/emacs.git] / lisp / ChangeLog
1 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
2
3 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
4
5 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6
7 * net/tls.el (tls-program): Remove spurious %s from openssl.
8 (tls-starttls-switches): Remove starttls hack.
9 (open-tls-stream): Ditto.
10 (tls-find-starttls-argument): Ditto.
11
12 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
13
14 * image.el (image-library-alist): Declare as obsolete alias.
15 (image-type-available-p): Use `dynamic-library-alist'.
16
17 * term/w32-win.el (dynamic-library-alist):
18 Use instead of `image-library-alist'.
19
20 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
21
22 * subr.el (last): Make it faster. (Bug#7174)
23
24 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
25
26 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
27
28 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
29
30 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
31 (describe-theme-1): Extract doc from unloaded themes.
32
33 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
34
35 * themes/tango-theme.el:
36 * themes/tango-dark-theme.el:
37 * themes/wheatgrass-theme.el: New files.
38
39 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
40
41 * cus-theme.el (describe-theme, customize-themes)
42 (custom-theme-save): New commands.
43 (custom-new-theme-mode-map): Bind C-x C-s.
44 (custom-new-theme-mode): Use custom--initialize-widget-variables.
45 (customize-create-theme): New optional arg THEME.
46 (custom-theme-revert): Use it.
47 (custom-theme-visit-theme): Remove dead code.
48 (custom-theme-merge-theme): Use custom-available-themes.
49 (custom-theme-write): Make interactive.
50 (custom-theme-write): Use custom-theme-name-valid-p.
51 (describe-theme-1, custom-theme-choose-revert)
52 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
53 New funs.
54 (custom-theme-allow-multiple-selections): New option.
55 (custom-theme-choose-mode): New major mode.
56
57 * custom.el (custom-theme-set-variables): Remove dead code. Obey
58 custom--inhibit-theme-enable.
59 (custom--inhibit-theme-enable): New var.
60 (provide-theme): Obey it.
61 (load-theme): Replace load with manual read/eval, in order to
62 check for correctness. Use custom-theme-name-valid-p.
63 (custom-theme-name-valid-p): New function.
64 (custom-available-themes): Use it.
65
66 * cus-edit.el (custom--initialize-widget-variables): New function.
67 (Custom-mode): Use it.
68
69 * cus-face.el (custom-theme-set-faces): Remove dead code. Obey
70 custom--inhibit-theme-enable.
71
72 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
73
74 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
75
76 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
77
78 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
79
80 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
81 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
82 (mac-right-option-modifier): New alias for ns-right-option-modifier.
83
84 * cus-start.el (all): ns-right-alternate-modifier is new.
85
86 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * emacs-lisp/lisp.el (lisp-completion-at-point):
89 Use emacs-lisp-mode-syntax-table for the whole function.
90
91 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
92
93 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
94 instead of font-lock-mode before adding keywords.
95 Remove hi-lock-mode off code. Remove inhibit hack.
96 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
97 non-nil; removed hook inhibit hack.
98
99 2010-10-12 Glenn Morris <rgm@gnu.org>
100
101 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
102 (load-path-shadows-find): ... to this.
103 (list-load-path-shadows): Update for above change.
104
105 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
106
107 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
108
109 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
110 Fix comment for declare-function.
111
112 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
113
114 * custom.el (custom-fix-face-spec): New function; code moved from
115 custom-face-edit-fix-value.
116 (custom-push-theme): Use it when checking if a face has been
117 changed outside customize.
118 (custom-available-themes): New function.
119 (load-theme): Use it.
120
121 * cus-edit.el (custom-face-edit-fix-value): Use
122 custom-fix-face-spec.
123
124 * custom.el (custom-push-theme): Cleanup (use cond).
125 (disable-theme): Recompute the saved-face property.
126 (custom-theme-recalc-face): Follow face alias before setting prop.
127
128 * image.el (image-checkbox-checked, image-checkbox-unchecked): New
129 variables, containing checkbox images.
130
131 * startup.el (fancy-startup-tail):
132 * wid-edit.el (checkbox): Use them.
133
134 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
135
136 * shell.el (shell-mode-map):
137 * progmodes/modula2.el (m2-mode-map):
138 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
139 * play/mpuz.el (mpuz-mode-map):
140 * play/landmark.el (lm-mode-map):
141 * play/decipher.el (decipher-mode-map):
142 * play/5x5.el (5x5-mode-map):
143 * net/telnet.el (telnet-mode-map):
144 * net/quickurl.el (quickurl-list-mode-map):
145 * net/mairix.el (mairix-searches-mode-map):
146 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
147 * net/dig.el (dig-mode-map):
148 * mail/mspools.el (mspools-mode-map):
149 * hexl.el (hexl-mode-map):
150 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
151 (wordstar-C-o-map, wordstar-C-q-map):
152 * emacs-lisp/edebug.el (edebug-eval-mode-map):
153 * emacs-lisp/chart.el (chart-map):
154 * edmacro.el (edmacro-mode-map):
155 * erc/erc-list.el (erc-list-menu-mode-map):
156 * array.el (array-mode-map): Declare and define in one step.
157
158 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
159
160 2010-10-10 Daiki Ueno <ueno@unixuser.org>
161
162 * epa.el (epa-passphrase-callback-function): Display filename
163 passed as the 3rd arg.
164 * epa-file.el (epa-file-passphrase-callback-function): Pass
165 filename to epa-passphrase-callback-function.
166
167 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
168
169 * cus-edit.el (custom-face-widget-to-spec)
170 (custom-face-get-current-spec, custom-face-state): New functions.
171 (custom-face-set, custom-face-mark-to-save)
172 (custom-face-value-create, custom-face-state-set): Use them.
173
174 * cus-theme.el (custom-theme--listed-faces): New var.
175 (customize-create-theme): Use *Custom Theme* as the buffer name.
176 Set revert-buffer-function. Optional arg BUFFER. Insert all
177 faces listed in custom-theme--listed-faces.
178 (custom-theme-revert): New function.
179 (custom-theme-add-variable, custom-theme-add-face): Insert at the
180 bottom of the list.
181 (custom-theme-write): Prompt for theme name if empty.
182 (custom-theme-write-variables): Use dolist.
183 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
184
185 2010-10-09 Alan Mackenzie <acm@muc.de>
186
187 Enhance fontification of declarators to take account of the
188 presence/absence of "typedef".
189
190 * cc-engine.el (c-forward-type): New &optional param
191 "brace-block-too".
192 (c-forward-decl-or-cast-1): cdr of return value now indicates the
193 presence of either or both of a "struct"-like keyword and
194 "typedef".
195
196 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
197 fontification of declarators which follow a "}".
198 (c-font-lock-declarations): Fontify declarators according to the
199 presence/absence of "typedef".
200
201 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
202 for "typedef".
203 (c-typedef-decl-key): New lang variable built from
204 c-typedef-decl-kwds.
205
206 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
207
208 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
209 since that's too annoying. Move the filter groups commands to
210 TAB/backtab.
211
212 * epa.el (epa-passphrase-callback-function): Say what we're
213 querying the password for.
214
215 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
216 behaviour, don't bury the ibuffer buffer when visiting other
217 buffers.
218
219 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
220
221 * cus-edit.el (custom-commands, custom-buffer-create-internal)
222 (custom-magic-value-create): Pad button tags with spaces.
223 (custom-face-edit): New variable.
224 (custom-face-value-create): Determine whether to use the usual
225 face editor here, instead of using custom-face-selected. Pass
226 face defaults to custom-face-edit widget.
227 (custom-face-selected, custom-display-unselected): Delete widgets.
228 (custom-display-unselected-match): Function removed.
229 (custom-face-set, custom-face-mark-to-save): Accept
230 custom-face-edit widgets as the direct widget child.
231
232 * wid-edit.el (widget--completing-widget): New var.
233 (widget-default-complete): Bind it when doing completion.
234 (widget-string-complete, widget-file-complete): Use it.
235
236 2010-10-09 Glenn Morris <rgm@gnu.org>
237
238 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
239 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
240 (holiday-hebrew-misc): Small simplifications.
241
242 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
243
244 * net/browse-url.el: Don't require thingatpt, term, dired,
245 executable, or w3-auto when compiling.
246 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
247 Declare.
248 (browse-url-text-emacs): Require term.
249
250 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
251
252 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
253
254 2010-10-08 Glenn Morris <rgm@gnu.org>
255
256 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
257
258 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
259 (shadows-compare-text-p): Make it an obsolete alias for...
260 (load-path-shadows-compare-text): ... new name.
261 (find-emacs-lisp-shadows): Update for above name change.
262 (load-path-shadows-same-file-or-nonexistent): New name for the old
263 shadow-same-file-or-nonexistent.
264
265 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
266
267 * minibuffer.el (completion--some, completion--do-completion)
268 (minibuffer-complete-and-exit, minibuffer-completion-help)
269 (completion-basic-try-completion)
270 (completion-basic-all-completions)
271 (completion-pcm--find-all-completions): Use lexical-let to
272 avoid some false matches in variable completion (Bug#7056)
273
274 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
275
276 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
277
278 2010-10-08 Leo <sdl.web@gmail.com>
279
280 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
281 return non-nil if the file exists (Bug#7090).
282
283 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
284
285 * minibuffer.el (completion--replace):
286 Better preserve markers (bug#7138).
287
288 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
289
290 * server.el (server-process-filter): Doc fix.
291
292 2010-10-08 Drew Adams <drew.adams@oracle.com>
293
294 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
295
296 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
297
298 * Makefile.in (ELCFILES): Update.
299
300 2010-10-08 Glenn Morris <rgm@gnu.org>
301
302 * vc/ediff-wind.el (ediff-setup-control-frame):
303 * vc/ediff-ptch.el (ediff-default-backup-extension):
304 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
305 (ediff-exec-process): Remove system-types emx, windows-95.
306
307 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
308
309 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
310
311 * cus-edit.el (custom-variable, custom-face): Doc fix.
312 (custom-face-edit): Add value-create attribute.
313 (custom-face-edit-value-create)
314 (custom-face-edit-value-visibility-action): New functions. Hide
315 unused face attributes by default, and add a visibility toggle.
316 (custom-face-edit-deactivate): Show empty values with shadow face.
317 (custom-face-selected): Only use this for face specs with default
318 attributes.
319 (custom-face-value-create): Cleanup.
320
321 * wid-edit.el (widget-checklist-value-create): Use dolist.
322 (widget-checklist-match-find): Make second arg optional.
323
324 2010-10-07 Glenn Morris <rgm@gnu.org>
325
326 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
327 Prefix things.
328
329 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
330 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
331 load-path-shadows-mode, update references.
332 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
333 Rename variable and button.
334 (list-load-path-shadows): Update button caller.
335
336 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 * emacs-lisp/smie.el (smie-bnf-classify): New function.
339 (smie-bnf-precedence-table): Use it to remember the closers/openers.
340 (smie-merge-prec2s): Handle those new entries.
341 (smie-prec2-levels): Only set precedence to nil for actual
342 openers/closers.
343 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
344 that is now unnecessary.
345
346 2010-10-07 Miles Bader <miles@gnu.org>
347
348 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
349
350 2010-10-07 Glenn Morris <rgm@gnu.org>
351
352 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
353 (mail-position-on-field): Remove declarations.
354 (mail-position-on-field): Autoload it.
355 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
356 and mail-header-end. Don't require sendmail.
357
358 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
359 (shadow-mode): New mode.
360 (shadow-find-file): New button.
361 (list-load-path-shadows): Use shadow-mode and buttons.
362
363 * iimage.el (iimage-version): Remove.
364 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
365 Turn into defcustoms.
366 (iimage-mode-map): Give it a doc string.
367
368 * calendar/appt.el (appt-activate): Give a warning rather than an error
369 if there is no diary-file.
370
371 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
372
373 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
374 Use `tramp-handle-find-backup-file-name'.
375
376 2010-10-06 Glenn Morris <rgm@gnu.org>
377
378 * font-core.el (font-lock-defaults-alist): Remove variable.
379 (font-lock-mode): Doc fix.
380 (font-lock-default-function): Do not consult font-lock-defaults-alist.
381 * font-lock.el (font-lock-refresh-defaults): Doc fix.
382 (font-lock-set-defaults): Doc fix.
383 Do not consult font-lock-defaults-alist.
384
385 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
386
387 * emacs-lisp/cl.el: No longer provide cl-19.
388
389 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
390
391 * net/tramp.el (tramp-handle-directory-files-and-attributes)
392 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
393 New defuns, taken from tramp-smb.el.
394 (tramp-coding-system-change-eol-conversion)
395 (tramp-set-process-query-on-exit-flag): Removed.
396
397 * net/tramp-compat.el (top): Do not check for byte-compiler
398 objects.
399 (tramp-compat-coding-system-change-eol-conversion)
400 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
401 from tramp.el.
402
403 * net/tramp-gvfs.el:
404 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
405 by `tramp-compat-set-process-query-on-exit-flag'.
406
407 * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Use
408 `tramp-handle-directory-files-and-attributes',
409 `tramp-handle-file-exists-p' and
410 `tramp-handle-file-newer-than-file-p'.
411 (tramp-imap-handle-file-exists-p)
412 (tramp-imap-handle-file-executable-p)
413 (tramp-imap-handle-file-readable-p)
414 (tramp-imap-handle-directory-files-and-attributes)
415 (tramp-imap-handle-file-newer-than-file-p): Removed.
416
417 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
418 by `tramp-compat-set-process-query-on-exit-flag' and
419 `tramp-coding-system-change-eol-conversion' by
420 `tramp-compat-coding-system-change-eol-conversion'.
421
422 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use
423 `tramp-handle-directory-files-and-attributes',
424 `tramp-handle-file-exists-p' and
425 `tramp-handle-file-newer-than-file-p'.
426 (tramp-smb-handle-directory-files-and-attributes)
427 (tramp-smb-handle-file-exists-p)
428 (tramp-smb-handle-file-newer-than-file-p): Removed.
429 (tramp-smb-maybe-open-connection): Replace
430 `tramp-set-process-query-on-exit-flag' by
431 `tramp-compat-set-process-query-on-exit-flag'.
432
433 2010-10-05 Glenn Morris <rgm@gnu.org>
434
435 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
436
437 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
438
439 Continue reorganization of load dependencies. (Bug#7156)
440
441 * net/tramp.el (tramp-handle-file-local-copy-hook)
442 (tramp-delete-temp-file-function): Move down.
443 (tramp-exists-file-name-handler): Move up.
444 (tramp-register-file-name-handlers): Simplify autoload.
445 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
446 (tramp-handle-directory-files, tramp-handle-dired-uncache)
447 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
448 (tramp-handle-file-name-completion)
449 (tramp-handle-file-name-directory)
450 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
451 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
452 (tramp-handle-find-backup-file-name)
453 (tramp-handle-insert-file-contents, tramp-handle-load)
454 (tramp-handle-substitute-in-file-name)
455 (tramp-handle-unhandled-file-name-directory)
456 (tramp-mode-string-to-int, tramp-local-host-p)
457 (tramp-make-tramp-temp-file): Moved from tramp-sh.el.
458
459 * net/tramp-gvfs.el (top):
460 * net/tramp-smb.el (top): Do not require 'tramp-sh.
461
462 * net/tramp-sh.el (all): Move several objects to tramp.el, see
463 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
464
465 2010-10-04 Glenn Morris <rgm@gnu.org>
466
467 * calendar/appt.el (appt-add): Ensure reminders are enabled.
468 (appt-activate): Give status messages.
469
470 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
471
472 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
473 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
474 `gnutls-negotiate' (formerly `starttls-negotiate'). Remove
475 trivial wrapper `starttls-open-stream'.
476
477 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
478
479 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
480 log-outgoing commands.
481 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
482 to create a buffer local revert-buffer-function variable.
483 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
484 revert-buffer-function lambda.
485
486 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
487
488 * net/gnutls.el (starttls-negotiate): Use the plist interface to
489 `gnutls-boot'. Make TYPE the only required parameter. Allow
490 TRUSTFILES and KEYFILES to be lists.
491 (open-ssl-stream): Use it.
492
493 2010-10-03 Glenn Morris <rgm@gnu.org>
494
495 * subr.el (directory-sep-char): Remove obsolete variable.
496 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
497 it is "necessary".
498
499 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
500 * vc/vc.el (vc-static-header-alist): Doc fix.
501 * vc/vc-cvs.el (vc-cvs-header):
502 * vc/vc-rcs.el (vc-rcs-header):
503 * vc/vc-sccs.el (vc-sccs-header):
504 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
505 * obsolete/vc-mcvs.el (vc-mcvs-header):
506 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
507 on XEmacs.
508
509 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
510
511 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Remove
512 obsolete use of binary-overwrite-mode (Bug#7001).
513
514 2010-10-03 Glenn Morris <rgm@gnu.org>
515
516 * obsolete/x-menu.el: Remove file, obsolete since 21.1
517
518 * textmodes/rst.el (rst-font-lock-keywords-function):
519 Drop Emacs 20 code.
520
521 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
522
523 * printing.el: Drop Emacs 20 code.
524
525 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
526 without having used appt.el already).
527
528 * subr.el (make-local-hook): Remove function obsolete since 21.1.
529 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
530 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
531 XEmacs.
532 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
533 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
534
535 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
536 (charset-width, find-charset-region, chars-in-region, forward-point)
537 (encode-coding-string, coding-system-p, ccl-execute-on-string)
538 (define-ccl-program, multibyte-string-p, string-make-multibyte):
539 Remove compatibility cruft (none of these are used by ps*.el).
540
541 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
542
543 * subr.el (booleanp): Return t instead of a list (Bug#7086).
544
545 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
546
547 * server.el (server-process-filter, server-return-error): Give
548 emacsclient time to shut down after receiving an error string.
549
550 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
551
552 * files.el (remote-file-name-inhibit-cache): New defcustom.
553
554 * time.el (display-time-file-nonempty-p): Use
555 `remote-file-name-inhibit-cache'.
556
557 * net/tramp.el (tramp-completion-reread-directory-timeout): Fix
558 docstring.
559
560 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
561 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
562 `remote-file-name-inhibit-cache'. Check also for an integer
563 value. Add/increase counter when `tramp-verbose' >= 10.
564 (tramp-set-file-property): Add/increase counter when
565 `tramp-verbose' >= 10.
566
567 * net/tramp-cmds.el (tramp-cleanup-all-connections)
568 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
569 (tramp-bug): Set tramp-autoload cookie. Report all interned
570 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
571 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
572 characters only in strings.
573
574 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
575 to backward compatibility.
576
577 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
578 (tramp-handle-file-name-all-completions)
579 (tramp-handle-vc-registered): Use
580 `remote-file-name-inhibit-cache'.
581 (tramp-open-connection-setup-interactive-shell): Call
582 `tramp-cleanup-connection' directly.
583
584 2010-10-02 Glenn Morris <rgm@gnu.org>
585
586 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
587
588 * subr.el (char-bytes): Remove obsolete function.
589
590 * isearch.el (isearch-return-char): Remove obsolete function.
591
592 * mouse.el: No longer provide mldrag.
593 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
594 Remove obsolete aliases.
595
596 * comint.el (comint-kill-output): Remove obsolete alias.
597
598 * composite.el (decompose-composite-char): Remove obsolete function.
599 * ps-def.el (decompose-composite-char): Remove unused function.
600
601 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
602
603 * outline.el (outline-visible): Remove obsolete function.
604
605 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
606 * faces.el (internal-find-face, internal-get-face)
607 (frame-update-faces, frame-update-face-colors)
608 (x-frob-font-weight, x-frob-font-slant)
609 (internal-frob-font-weight, internal-frob-font-slant)
610 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
611 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
612 (x-make-font-bold-italic): Remove functions and aliases, obsolete
613 since Emacs 21.1.
614 * emulation/viper-util.el (viper-get-face):
615 * obsolete/lucid.el (find-face, get-face): Use facep.
616 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
617 Remove unused functions.
618 * vc/ediff-util.el (ediff-submit-report): Doc fix.
619
620 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
621 delete tempfile if interrupted during compilation.
622
623 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
624
625 * net/tls.el (tls-starttls-switches): Give up on using starttls with
626 gnutls-cli.
627 (tls-program): Add --insecure to be consistent with the defaults from
628 openssl s_client. Now all three commands are insecure.
629
630 2010-10-01 Eli Zaretskii <eliz@gnu.org>
631
632 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
633 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
634 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
635
636 2010-10-01 Glenn Morris <rgm@gnu.org>
637
638 * obsolete/sc.el: Remove file.
639
640 * files.el (temporary-file-directory): On darwin, also try
641 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
642
643 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
644
645 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
646 Let's not break compatibility gratuitously, shall we?
647
648 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
649
650 * net/tls.el (tls-starttls-switches): New variable.
651 (tls-find-starttls-argument): Use it.
652 (open-tls-stream): Ditto.
653
654 * net/netrc.el (netrc-credentials): Return the value of the "default"
655 entry.
656 (netrc-machine): Ditto.
657
658 2010-09-30 Eli Zaretskii <eliz@gnu.org>
659
660 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
661
662 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
663
664 * server.el (server-start): Don't write pid to the authentication file.
665 (server-create-tty-frame): Don't send pid.
666 (server-process-filter): Send pid at the start of every connection.
667
668 2010-09-30 Glenn Morris <rgm@gnu.org>
669
670 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
671 (show-all-diary-entries): Remove obsolete function aliases.
672
673 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
674 Remove options, obsolete since 22.1.
675 (appt-display-format, appt-display-message): Remove
676 backwards-compatibility code.
677 (appt-check): No longer check appt-issue-message.
678 (appt-make-list): No longer autoload it. Doc fix. No longer
679 activate the package.
680
681 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
682
683 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
684 (starttls-negotiate): Just call boot, and let the handshake be
685 triggered from the read loop.
686
687 2010-09-29 Glenn Morris <rgm@gnu.org>
688
689 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
690 not displaying the diary.
691 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
692 * calendar/appt.el (appt-check): No longer need to kill diary.
693
694 * calendar/diary-lib.el (diary-list-entries): Move the
695 "Preparing..." message entirely here.
696 (diary-simple-display, diary-fancy-display): Move "Preparing..."
697 messages to diary-list-entries.
698 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
699 diary-display-function.
700
701 * calendar/diary-lib.el (diary-include-other-diary-files):
702 Trap some recursive includes.
703
704 * calendar/appt.el (appt-activate): Check diary file.
705
706 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
707
708 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
709 construction.
710
711 * calendar/time-date.el: No need to require cl for Emacs 21.
712
713 2010-09-28 Glenn Morris <rgm@gnu.org>
714
715 * calendar/appt.el (appt-check): Minor simplification.
716
717 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
718
719 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
720 citation prefix.
721
722 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
723
724 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
725 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
726
727 2010-09-27 Kenichi Handa <handa@m17n.org>
728
729 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
730 "ustar" format.
731
732 2010-09-27 Kenichi Handa <handa@m17n.org>
733
734 * international/mule.el (define-coding-system): Docstring fixed.
735
736 * international/mule-diag.el (describe-character-set): Use princ
737 with proper print-length and print-level instead of insert.
738
739 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
740
741 * window.el (walk-windows): Doc fix (bug#7105).
742
743 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * emacs-lisp/float-sup.el (e): Remove.
746
747 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
748
749 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
750 variable.
751 (starttls-negotiate): Use it.
752
753 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
754
755 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
756 back.
757
758 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
761
762 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
763
764 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
765
766 * net/netrc.el (netrc-store-data): New function.
767
768 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
769
770 * net/gnutls.el: GnuTLS glue code to set up a connection.
771
772 2010-09-25 Julien Danjou <julien@danjou.info>
773
774 * notifications.el: Call dbus-register-signal only if it is bound.
775
776 2010-09-25 Glenn Morris <rgm@gnu.org>
777
778 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
779 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
780 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
781 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
782 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
783 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
784 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
785 * eshell/esh-util.el, eshell/esh-var.el:
786 Remove leading `*' from docs of faces and defcustoms.
787
788 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
789
790 * eshell/em-ls.el (eshell-ls-archive-regexp):
791 * eshell/esh-util.el (eshell-tar-regexp):
792 * ibuffer.el (ibuffer-compressed-file-name-regexp):
793 * info.el (Info-suffix-list):
794 * international/mule.el (auto-coding-alist):
795 * woman.el (woman-file-regexp, woman-file-compression-regexp):
796 * progmodes/etags.el (tags-compression-info-list):
797 Support xz compression.
798
799 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
800
801 * files.el (get-free-disk-space): Don't assume the "df" output
802 columns line up (Bug#6995).
803
804 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
805
806 * finder.el (finder-unknown-keywords):
807 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
808 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
809
810 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
811
812 * server.el (server-start): Revert part of 2010-08-08 change. Using
813 address 127.0.0.1 for local host is now done in Fmake_network_process.
814
815 2010-09-24 Glenn Morris <rgm@gnu.org>
816
817 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
818 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
819 * textmodes/css-mode.el, textmodes/dns-mode.el:
820 Move autoloaded auto-mode-alist entries to files.el.
821 * files.el (auto-mode-alist): Move entries here.
822
823 2010-09-23 Glenn Morris <rgm@gnu.org>
824
825 * isearch.el (isearch-lazy-highlight-cleanup)
826 (isearch-lazy-highlight-initial-delay)
827 (isearch-lazy-highlight-interval)
828 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
829 * net/net-utils.el (ipconfig-program-options):
830 Move aliases to options before the associated definitions.
831
832 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 * newcomment.el (comment-normalize-vars): Better test validity of
835 comment-end-skip.
836
837 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
838
839 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
840 (float-e): New name for `e'.
841 (degrees-to-radians, radians-to-degrees):
842 * calendar/solar.el (solar-longitude):
843 * calculator.el (calculator-registers, calculator-funcall):
844 * textmodes/artist.el (artist-spray-random-points):
845 * play/bubbles.el (bubbles--initialize-images): Use new names.
846
847 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
848
849 Update to CEDET 1.0's version of EIEIO.
850
851 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
852 New function.
853 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
854 (eieio-default-eval-maybe): Eval val instead of unquoting only.
855 (class-precedence-list): If class is nil, return nil.
856 (eieio-generic-call): If class of first input arg is nil, don't
857 look up static methods, and do check for primary methods.
858 (initialize-instance): See if the default needs to be evaluated
859 during the constructor.
860 (eieio-perform-slot-validation-for-default): Don't do the check
861 for values that will eventually be evaluated.
862 (eieio-eval-default-p): New function.
863 (eieio-default-eval-maybe): Use it.
864
865 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
866
867 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
868 method-invocation-order.
869 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
870 (eieio-class-precedence-dfs): Compute class precedence list using
871 dfs algorithm.
872 (eieio-class-precedence-bfs): Compute class precedence list using
873 bfs algorithm.
874 (eieio-class-precedence-c3): Compute class precedence list using
875 c3 algorithm.
876 (class-precedence-list): New function.
877 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
878 (inconsistent-class-hierarchy): New error symbol.
879 (call-next-method): Stow the replacement argument list for future
880 call-next-method invocations.
881
882 2010-09-23 Glenn Morris <rgm@gnu.org>
883
884 * calendar/appt.el (appt-check): If not displaying the diary,
885 use (diary 1) to only get the entries we need.
886 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
887 that it is in day order. (Bug#7019)
888
889 * calendar/appt.el (appt-check): Rather than showing the diary,
890 just turn off invisible display, and only if needed.
891
892 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
893
894 2010-09-23 Glenn Morris <rgm@gnu.org>
895
896 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
897 (byte-compile-defvar, byte-compile-cl-warn):
898 Start warnings with lower-case, like the majority.
899
900 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
901
902 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
903
904 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
905 * files.el (auto-mode-alist): Move ld-script entries here, further down
906 the list.
907
908 * vc/add-log.el: Don't require timezone when compiling.
909 (timezone-make-date-sortable): Autoload it.
910 (change-log-sortable-date-at): Don't require timezone.
911 Use `ignore-errors'.
912
913 * comint.el (comint-use-prompt-regexp-instead-of-fields):
914 Move alias before definition, so it does not need autoloading.
915
916 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
917 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
918 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
919 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
920 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
921 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
922 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
923 * textmodes/tex-mode.el, textmodes/two-column.el:
924 Remove leading `*' from docs of defcustoms etc.
925
926 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
927
928 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
929
930 2010-09-22 Dan Christensen <jdc@uwo.ca>
931
932 * calendar/time-date.el (date-to-time): Try using parse-time-string
933 first before using the slower timezone-make-date-arpa-standard.
934
935 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
936
937 * calendar/time-date.el (format-seconds): Comment fix.
938
939 2010-09-22 Glenn Morris <rgm@gnu.org>
940
941 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
942 is not automatically buffer-local.
943
944 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
947 (smie-indent-comment): Be more careful with comment-start-skip.
948 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
949 (smie-indent-functions): Use them.
950
951 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
952
953 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
954
955 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
956
957 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
958 tool-bar-position. Don't modify frame parameters here.
959 (menu-bar-options-save): Add tool-bar-position.
960
961 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
962
963 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
964
965 * textmodes/reftex-parse.el (reftex-what-macro)
966 (reftex-context-substring): Let-bind forward-sexp-function to nil
967 since we don't need/want to treat \begin...\end as a block (bug#7053).
968
969 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
970
971 * simple.el (blink-matching-open): Use syntax-class.
972
973 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
974 Set invisibility spec for pascal's outline mode.
975 (pascal-outline-change): Clean up calling convention.
976 (pascal-show-all, pascal-hide-other-defuns): Update callers.
977
978 * progmodes/prolog.el (prolog-smie-forward-token)
979 (prolog-smie-backward-token): New functions.
980 (prolog-mode-variables): Use them to parse "!," correctly.
981 Set up smie-blink-matching for ".".
982
983 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
984 and `end'.
985 (ispell-region, ispell-process-line): Update users.
986
987 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
988 point-min==1.
989
990 * textmodes/ispell.el: Fix commenting convention.
991 (ispell-parse-output): Simplify, use push.
992 (ispell-region): Use match-string-no-properties.
993 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
994 (ispell-minor-mode): Use define-minor-mode.
995 (ispell-message): Remove unused var `skip-regexp'.
996 (ispell-add-per-file-word-list): Use dynamic let-binding.
997 Try and use the proper comment marker.
998
999 * mail/sendmail.el: Fix commenting convention.
1000 (sendmail-send-it): Use line-beginning-position.
1001
1002 * help-fns.el (describe-variable): Add original value, if applicable.
1003
1004 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
1005
1006 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
1007
1008 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
1009
1010 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1011
1012 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
1013 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
1014 (smie-prec2-levels): Use them to better diagnose precedence cycles.
1015 (smie-blink-matching-check): Don't signal a mismatch if car is t.
1016 (smie-blink-matching-open): Rewrite to remove assumptions, so that
1017 something like "." can also be a closer.
1018 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
1019 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
1020 Rename internal functions to use "--". Update callers.
1021
1022 * frame.el (make-frame-names-alist): Don't list frames on other displays.
1023
1024 * fringe.el (fringe-styles): New var.
1025 (fringe-mode, fringe-query-style): Use it.
1026
1027 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
1028
1029 * progmodes/sql.el: Version 2.8
1030 (sql-login-params): Update widget structure; changes still needed.
1031 (sql-product-alist): Add :list-all and :list-table features for
1032 SQLite, Postgres and MySQL products.
1033 (sql-redirect): Handle default value.
1034 (sql-execute, sql-execute-feature): New functions.
1035 (sql-read-table-name): New function.
1036 (sql-list-all, sql-list-table): New functions. User API.
1037 (sql-mode-map, sql-interactive-mode-map): Add key definitions
1038 for above functions.
1039 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
1040 for above functions.
1041 (sql-postgres-login-params): Add user and database defaults.
1042 (sql-buffer-live-p): Bug fix.
1043 (sql-product-history): New variable.
1044 (sql-read-product): New function. Use it.
1045 (sql-set-product, sql-product-interactive): Use it.
1046 (sql-connection-history): New variable.
1047 (sql-read-connection): New function. Use it.
1048 (sql-connect): New function.
1049 (sql-for-each-login): Redesign function interface.
1050 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
1051 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
1052 (sql-comint): Check for program. Existing live buffer.
1053 (sql-comint-postgres): Add port parameter.
1054
1055 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1056
1057 * emacs-lisp/warnings.el: Fix commenting convention.
1058 (display-warning): Use special mode and make the buffer read-only.
1059
1060 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
1061
1062 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
1063 empty string when it follows a repeated or optional pattern.
1064
1065 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1066
1067 * indent.el (indent-according-to-mode): Apply syntax-propertize.
1068 (indent-region): Use indent-according-to-mode.
1069
1070 2010-09-18 Eli Zaretskii <eliz@gnu.org>
1071
1072 * fringe.el (fringe-mode): Doc fix.
1073
1074 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1075
1076 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
1077 refreshing the preview buffer.
1078
1079 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1080
1081 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
1082 (latex-syntax-propertize-rules): New consts; replace
1083 tex-font-lock-syntactic-keywords.
1084 (tex-env-mark, latex-env-before-change): New functions.
1085 (latex-electric-env-pair-mode): New minor mode.
1086 (tex-font-lock-verb): Change arguments; do move point.
1087 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
1088 representation as a form of comment.
1089 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
1090 (doctex-syntax-propertize-rules): New const; replaces
1091 doctex-font-lock-syntactic-keywords.
1092 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
1093
1094 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
1095 (fortran-make-syntax-propertize-function): New function; replaces
1096 fortran-font-lock-syntactic-keywords.
1097 (fortran-mode): Use it.
1098 (fortran-line-length): Use it. Improve interactive spec.
1099
1100 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
1101 (syntax-propertize-rules): Add var-ref case. Fix offset computation
1102 when adding surrounding \(..\).
1103
1104 * progmodes/js.el (js-mode): Fix last change (bug#7054).
1105
1106 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1107
1108 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
1109 Use with-current-buffer.
1110
1111 * isearch.el (isearch-face): Rename from `isearch'.
1112 (isearch-highlight): Use new name.
1113
1114 2010-09-17 Eli Zaretskii <eliz@gnu.org>
1115
1116 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
1117 5, for `half' width fringes. (Bug#6933)
1118
1119 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1120
1121 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1122 (byte-compile-defvar): "foo/bar" does not lack a prefix.
1123
1124 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
1125
1126 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
1127
1128 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
1129 in calculating new frame position. Add more space between new and
1130 parent on the left (Bug#7048).
1131
1132 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
1133
1134 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
1135 defmacro.
1136
1137 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
1138
1139 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
1140
1141 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
1142 obsolete alias for x-selection-value.
1143
1144 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
1145
1146 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
1147
1148 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
1149 cookie.
1150
1151 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
1152
1153 * net/tramp-compat.el (tramp-compat-with-temp-message)
1154 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
1155 (tramp-compat-process-put): New defuns.
1156
1157 * net/tramp.el (top):
1158 * net/tramp-gvfs.el (top):
1159 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1160
1161 * net/tramp.el (tramp-progress-reporter-update):
1162 Use `tramp-compat-funcall'.
1163
1164 * net/tramp.el (tramp-process-actions):
1165 * net/tramp-gvfs.el (tramp-handle-vc-registered):
1166 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
1167 (tramp-get-remote-stat, tramp-get-remote-readlink):
1168 Use `tramp-compat-with-temp-message'.
1169
1170 * net/tramp-sh.el (top): Require 'cl.
1171 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
1172 (tramp-open-connection-setup-interactive-shell):
1173 Use `tramp-compat-process-put'.
1174
1175 2010-09-15 Alan Mackenzie <acm@muc.de>
1176
1177 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1178 indentation.
1179 (c-forward-<>-arglist-recur): Fix an infinite recursion.
1180
1181 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1182
1183 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1184 `lexical' for warnings related to lexical scoping.
1185 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1186 global vars which don't have a prefix and could hence affect lexical
1187 scoping in unrelated files.
1188
1189 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1190
1191 * net/imap.el: Revert back to version
1192 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1193 seem problematic.
1194
1195 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1196
1197 * obsolete/old-whitespace.el (whitespace-unload-function):
1198 Explicitly pass `obarray' to `unintern' to avoid a warning.
1199
1200 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1203 Add `when' argument. Update callers.
1204
1205 * subr.el (unintern): Declare the obarray arg mandatory.
1206
1207 2010-09-14 Glenn Morris <rgm@gnu.org>
1208
1209 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1210 Doc fixes.
1211
1212 * calendar/diary-lib.el (diary-included-files): New variable.
1213 (diary-list-entries): Maybe initialize diary-included-files.
1214 (diary-include-other-diary-files): Append to diary-included-files.
1215 * calendar/appt.el (appt-update-list): Also check the members of
1216 diary-included-files. (Bug#6999)
1217 (appt-check): Doc fix.
1218
1219 2010-09-14 David Reitter <david.reitter@gmail.com>
1220
1221 * simple.el (line-move-visual): Do not truncate goal column to
1222 integer size. (Bug#7020)
1223
1224 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * repeat.el (repeat): Allow repeating when the last event is a click.
1227 Suggested by Drew Adams (bug#6256).
1228
1229 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
1230
1231 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1232 Replace setting HGRCPATH to "" by some less invasive --config options.
1233
1234 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * font-lock.el (font-lock-beginning-of-syntax-function):
1237 Mark as obsolete.
1238
1239 2010-09-14 Glenn Morris <rgm@gnu.org>
1240
1241 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1242 and tool-bar modes. (Bug#6211)
1243 (menu-bar-mode): Move setting of standard-value after the
1244 minor-mode definition, otherwise it seems to have no effect.
1245
1246 2010-09-14 Masatake YAMATO <yamato@redhat.com>
1247
1248 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1249 Fix typo. (Bug#6976)
1250
1251 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1252
1253 * whitespace.el: Allow cleaning up blanks without blank
1254 visualization (Bug#6651). Adjust help window for
1255 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1256 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1257 (whitespace-style): Add new value 'face. Adjust docstring.
1258 (whitespace-space, whitespace-hspace, whitespace-tab):
1259 Adjust foreground property face.
1260 (whitespace-line-column): Adjust docstring and type declaration.
1261 (whitespace-style-value-list, whitespace-toggle-option-alist)
1262 (whitespace-help-text): Adjust const initialization.
1263 (whitespace-toggle-options, global-whitespace-toggle-options):
1264 Adjust docstring.
1265 (whitespace-display-window, whitespace-interactive-char)
1266 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1267 (whitespace-help-scroll): New fun.
1268
1269 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
1270
1271 * calendar/time-date.el (format-seconds): Comment fix.
1272
1273 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
1274
1275 * progmodes/sql.el: Version 2.7.
1276 (sql-buffer-live-p): Improve detection.
1277 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1278 (sql-set-sqli-buffer): Use it.
1279 (sql-product-interactive): Run `sql-set-sqli-hook'.
1280 (sql-rename-buffer): Code cleanup.
1281 (sql-redirect, sql-redirect-value): New functions. More to come.
1282
1283 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
1284
1285 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.
1286 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1287 (TRAMP_SRC): New macro.
1288 ($(lisp)/net/tramp-loaddefs.el): New target.
1289
1290 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
1291
1292 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
1293
1294 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
1295
1296 * net/tramp.el (top): Don't show loading message. Require just
1297 'tramp-compat, everything else is required there.
1298 Use `ignore-errors' where appropriate.
1299 (tramp-inline-compress-start-size, tramp-copy-size-limit)
1300 (tramp-terminal-type, tramp-end-of-output)
1301 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1302 (tramp-completion-function-alist-ssh)
1303 (tramp-completion-function-alist-telnet)
1304 (tramp-completion-function-alist-su)
1305 (tramp-completion-function-alist-putty, tramp-remote-path)
1306 (tramp-remote-process-environment, tramp-sh-extra-args)
1307 (tramp-actions-before-shell, tramp-uudecode)
1308 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1309 (tramp-perl-file-attributes)
1310 (tramp-perl-directory-files-and-attributes)
1311 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1312 (tramp-perl-encode, tramp-perl-decode)
1313 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1314 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1315 (tramp-handle-make-symbolic-link, tramp-handle-load)
1316 (tramp-handle-file-name-as-directory)
1317 (tramp-handle-file-name-directory)
1318 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1319 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1320 (tramp-do-file-attributes-with-ls)
1321 (tramp-do-file-attributes-with-perl)
1322 (tramp-do-file-attributes-with-stat)
1323 (tramp-handle-set-visited-file-modtime)
1324 (tramp-handle-verify-visited-file-modtime)
1325 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1326 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1327 (tramp-handle-file-selinux-context)
1328 (tramp-handle-set-file-selinux-context)
1329 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1330 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1331 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1332 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1333 (tramp-handle-file-ownership-preserved-p)
1334 (tramp-handle-directory-file-name, tramp-handle-directory-files)
1335 (tramp-handle-directory-files-and-attributes)
1336 (tramp-do-directory-files-and-attributes-with-perl)
1337 (tramp-do-directory-files-and-attributes-with-stat)
1338 (tramp-handle-file-name-all-completions)
1339 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1340 (tramp-handle-copy-file, tramp-handle-copy-directory)
1341 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1342 (tramp-do-copy-or-rename-file-via-buffer)
1343 (tramp-do-copy-or-rename-file-directly)
1344 (tramp-do-copy-or-rename-file-out-of-band)
1345 (tramp-handle-make-directory, tramp-handle-delete-directory)
1346 (tramp-handle-delete-file)
1347 (tramp-handle-dired-recursive-delete-directory)
1348 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1349 (tramp-handle-insert-directory)
1350 (tramp-handle-unhandled-file-name-directory)
1351 (tramp-handle-expand-file-name)
1352 (tramp-handle-substitute-in-file-name)
1353 (tramp-handle-executable-find, tramp-process-sentinel)
1354 (tramp-handle-start-file-process, tramp-handle-process-file)
1355 (tramp-handle-call-process-region, tramp-handle-shell-command)
1356 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1357 (tramp-handle-insert-file-contents)
1358 (tramp-handle-insert-file-contents-literally)
1359 (tramp-handle-find-backup-file-name)
1360 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1361 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1362 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1363 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1364 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1365 (tramp-find-file-exists-command, tramp-open-shell)
1366 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1367 (tramp-open-connection-setup-interactive-shell)
1368 (tramp-local-coding-commands, tramp-remote-coding-commands)
1369 (tramp-find-inline-encoding, tramp-call-local-coding-command)
1370 (tramp-inline-compress-commands, tramp-find-inline-compress)
1371 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1372 (tramp-send-command, tramp-wait-for-output)
1373 (tramp-send-command-and-check, tramp-barf-unless-okay)
1374 (tramp-send-command-and-read, tramp-mode-string-to-int)
1375 (tramp-convert-file-attributes, tramp-check-cached-permissions)
1376 (tramp-file-mode-from-int, tramp-file-mode-permissions)
1377 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1378 (tramp-method-out-of-band-p, tramp-local-host-p)
1379 (tramp-get-remote-path, tramp-get-remote-tmpdir)
1380 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1381 (tramp-get-test-command, tramp-get-test-nt-command)
1382 (tramp-get-file-exists-command, tramp-get-remote-ln)
1383 (tramp-get-remote-perl, tramp-get-remote-stat)
1384 (tramp-get-remote-readlink, tramp-get-remote-trash)
1385 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1386 (tramp-get-local-uid, tramp-get-local-gid)
1387 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
1388 tramp-sh.el.
1389 (tramp-methods, tramp-default-method-alist)
1390 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1391 Move initialization to tramp-sh.el.
1392 (tramp-temp-name-prefix): Make it a defconst.
1393 (tramp-dissect-file-name): Don't check anymore for multi-hop
1394 methods.
1395 (tramp-debug-outline-regexp): Add a docstring.
1396 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
1397 (tramp-get-debug-buffer): Use it.
1398
1399 * net/tramp-cache.el (top): Set tramp-autoload cookie for
1400 initialization forms.
1401 (tramp-set-connection-property): Don't protect `tramp-message'
1402 call, it isn't necessary any longer.
1403 (tramp-dump-connection-properties): Use `ignore-errors'.
1404
1405 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1406 'password-cache and 'auth-source.
1407
1408 * net/tramp-gvfs.el (top):
1409 * net/tramp-smb.el (top): Require 'tramp-sh.
1410
1411 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1412
1413 * net/tramp-sh.el: New file, derived from tramp.el.
1414 (top): Initialize `tramp-methods', `tramp-default-method-alist',
1415 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
1416 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1417 Use `ignore-errors' where appropriate.
1418 (tramp-sh-file-name-handler-alist): Rename from
1419 `tramp-file-name-handler-alist'.
1420 (tramp-send-command-and-check): Return t or nil. Remove all
1421 `zerop' checks, where called.
1422 (tramp-handle-set-file-modes)
1423 (tramp-do-copy-or-rename-file-directly)
1424 (tramp-handle-delete-directory, tramp-handle-delete-file)
1425 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
1426 (tramp-sh-file-name-handler, tramp-send-command-and-check)
1427 (tramp-get-remote-ln): Set tramp-autoload cookie.
1428
1429 * net/tramp-fish.el: Remove file.
1430
1431 2010-09-13 Daiki Ueno <ueno@unixuser.org>
1432
1433 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1434 buffer-file-name to avoid file-locking. (Bug#7026)
1435
1436 2010-09-13 Julien Danjou <julien@danjou.info>
1437
1438 * notifications.el (notifications-notify): Add support for
1439 image-path and sound-name.
1440 (notifications-specification-version): Add this variable.
1441
1442 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1443
1444 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
1445
1446 2010-09-12 Leo <sdl.web@gmail.com>
1447
1448 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1449 (rcirc-completion-start): New variables.
1450 (rcirc-nick-completions): Rename to rcirc-completions.
1451 (rcirc-nick-completion-start-offset): Delete.
1452 (rcirc-completion-at-point): New function for constructing
1453 completion data for both nicks and irc commands. Add to
1454 completion-at-point-functions in rcirc mode.
1455 (rcirc-complete): Rename from rcirc-nick-complete; use
1456 rcirc-completion-at-point.
1457 (defun-rcirc-command): Update rcirc-client-commands.
1458
1459 2010-09-11 Glenn Morris <rgm@gnu.org>
1460
1461 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1462 atomically, to avoid parallel build errors. (Bug#4196)
1463
1464 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1465
1466 * progmodes/sql.el: Version 2.6
1467 (sql-dialect): Synonym for "sql-product".
1468 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1469 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1470 Set "sql-buffer" to buffer name not buffer object so multiple sql
1471 interactive buffers work properly. Reverts misguided changes in
1472 earlier work.
1473 (sql-comint): Make sure different buffer name is used if "*SQL*"
1474 buffer is for a different product.
1475 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1476 login param.
1477 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1478 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1479 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1480 Accept new buffer name or prompt for one.
1481 (sql-port): Default to zero.
1482 (sql-comint-mysql): Handle "sql-port" as a numeric.
1483 (sql-port-history): Delete unused variable.
1484 (sql-get-login): Default "sql-port" to a number.
1485 (sql-product-alist): Correct Postgres prompt and terminator regexp.
1486 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1487 "sqlite3" executables.
1488 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
1489 (sql-buffer-live-p): New function.
1490 (sql-mode-menu, sql-send-string): Use it.
1491 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1492 syntax pattern.
1493 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1494 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1495
1496 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1497
1498 * net/netrc.el (netrc-credentials): New convenience function.
1499
1500 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1501
1502 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1503 to replace texinfo-font-lock-syntactic-keywords.
1504 (texinfo-mode): Use it.
1505
1506 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1507 Use syntax-propertize-function.
1508
1509 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1510 replace sgml-font-lock-syntactic-keywords.
1511 (sgml-mode): Use it.
1512
1513 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1514 since we don't use it.
1515
1516 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1517
1518 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1519 if available.
1520 (vhdl-fontify-buffer): Adjust.
1521
1522 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1523 replace tcl-font-lock-syntactic-keywords.
1524 (tcl-mode): Use it.
1525
1526 * progmodes/simula.el (simula-syntax-propertize-function): New var to
1527 replace simula-font-lock-syntactic-keywords.
1528 (simula-mode): Use it.
1529
1530 * progmodes/sh-script.el (sh-st-symbol): Remove.
1531 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1532 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1533 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1534 (sh-font-lock-paren): Set syntax-multiline.
1535 (sh-font-lock-syntactic-keywords): Remove.
1536 (sh-syntax-propertize-function): New function to replace it.
1537 (sh-mode): Use it.
1538
1539 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1540 Define while compiling.
1541 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1542 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1543 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1544 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1545 (ruby-here-doc-end-syntax): Only define when
1546 syntax-propertize is not available.
1547 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1548 New functions.
1549 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1550 (electric-indent-chars): Silence bytecompiler.
1551 (ruby-mode): Use prog-mode, syntax-propertize-function, and
1552 electric-indent-chars.
1553
1554 * progmodes/python.el (python-syntax-propertize-function): New var to
1555 replace python-font-lock-syntactic-keywords.
1556 (python-mode): Use it.
1557 (python-quote-syntax): Simplify and adjust to new use.
1558
1559 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1560 replace perl-font-lock-syntactic-keywords.
1561 (perl-syntax-propertize-special-constructs): New fun to replace
1562 perl-font-lock-special-syntactic-constructs.
1563 (perl-font-lock-syntactic-face-function): New fun.
1564 (perl-mode): Use it.
1565
1566 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1567 to replace octave-font-lock-close-quotes.
1568 (octave-syntax-propertize-function): New function to replace
1569 octave-font-lock-syntactic-keywords.
1570 (octave-mode): Use it.
1571
1572 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1573 replaces mixal-font-lock-syntactic-keywords.
1574 (mixal-mode): Use it.
1575
1576 * progmodes/make-mode.el (makefile-syntax-propertize-function):
1577 New var; replaces makefile-font-lock-syntactic-keywords.
1578 (makefile-mode): Use it.
1579 (makefile-imake-mode): Adjust.
1580
1581 * progmodes/js.el (js--regexp-literal): Define while compiling.
1582 (js-syntax-propertize-function): New var; replaces
1583 js-font-lock-syntactic-keywords.
1584 (js-mode): Use it.
1585
1586 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1587 replaces gdb-script-font-lock-syntactic-keywords.
1588 (gdb-script-mode): Use it.
1589
1590 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1591 (fortran--font-lock-syntactic-keywords): New var.
1592 (fortran-line-length): Update syntax-propertize-function and
1593 fortran--font-lock-syntactic-keywords.
1594
1595 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1596
1597 * progmodes/cfengine.el (cfengine-mode):
1598 Use syntax-propertize-function.
1599 (cfengine-font-lock-syntactic-keywords): Remove.
1600
1601 * progmodes/autoconf.el (autoconf-mode):
1602 Use syntax-propertize-function.
1603 (autoconf-font-lock-syntactic-keywords): Remove.
1604
1605 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1606 (ada-after-change-function, ada-initialize-syntax-table-properties)
1607 (ada-handle-syntax-table-properties): Only define when
1608 syntax-propertize is not available.
1609 (ada-mode): Use syntax-propertize-function.
1610
1611 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1612 (font-lock-fontify-syntactic-keywords-region): Move handling of
1613 font-lock-syntactically-fontified to...
1614 (font-lock-default-fontify-region): ...here.
1615 Let syntax-propertize-function take precedence.
1616 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1617
1618 * emacs-lisp/syntax.el (syntax-propertize-function)
1619 (syntax-propertize-chunk-size, syntax-propertize--done)
1620 (syntax-propertize-extend-region-functions): New vars.
1621 (syntax-propertize-wholelines, syntax-propertize-multiline)
1622 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1623 (syntax-propertize): New functions.
1624 (syntax-propertize-rules): New macro.
1625 (syntax-ppss-flush-cache): Set syntax-propertize--done.
1626 (syntax-ppss): Call syntax-propertize.
1627
1628 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1629
1630 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1631
1632 * textmodes/ispell.el (ispell-init-process): Improve comments.
1633 XEmacs compatibility changes regarding (add-hook) 'local option
1634 and (set-process-query-on-exit-flag).
1635
1636 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
1637
1638 * net/tramp-cache.el (tramp-parse-connection-properties):
1639 Set tramp-autoload cookie.
1640
1641 2010-09-09 Glenn Morris <rgm@gnu.org>
1642
1643 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1644 (imagemagick-register-types): Doc fix.
1645
1646 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1647
1648 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1649
1650 * progmodes/js.el (require): Require is already "eval-and-compile".
1651 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1652 (js--re-search-backward): Use js--re-search-forward.
1653
1654 * progmodes/fortran.el (fortran-line-length): Don't recompute
1655 syntactic keywords redundantly a second time.
1656
1657 * progmodes/ada-mode.el: Replace "(set '" with setq.
1658 (ada-mode): Simplify.
1659 (ada-create-case-exception, ada-adjust-case-interactive)
1660 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1661 (ada-search-ignore-string-comment, ada-move-to-start)
1662 (ada-move-to-end): Use with-syntax-table.
1663
1664 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1665 (font-lock-unfontify-region, font-lock-default-fontify-region):
1666 Update usage correspondingly.
1667 (font-lock-fontify-syntactic-keywords-region):
1668 Set parse-sexp-lookup-properties buffer-locally here.
1669 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1670
1671 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1672
1673 2010-09-08 Glenn Morris <rgm@gnu.org>
1674
1675 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1676 Error if not compiled with -DBYTE_CODE_METER.
1677
1678 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1679 Ignore dir-locals-file.
1680
1681 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1684 Not a const.
1685 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1686 for the `gnu' messages.
1687 (compilation-set-skip-threshold): New command.
1688 (compilation-start): Use \' rather than $.
1689 (compilation-forget-errors): Use clrhash.
1690
1691 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1692
1693 * textmodes/ispell.el (ispell-valid-dictionary-list):
1694 Simplify logic.
1695
1696 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
1697
1698 Migrate to Tramp 2.2. Rearrange load dependencies.
1699 (Bug#1529, Bug#5448, Bug#5705)
1700
1701 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1702 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1703 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1704
1705 * net/tramp.el (top): Remove all other tramp-* loads except
1706 tramp-compat.el. Remove all changes to tramp-unload-hook for
1707 other tramp-* packages. Rearrange defun order. Change calls of
1708 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1709 `tramp-compat-octal-to-decimal' to new function names.
1710 (tramp-terminal-type, tramp-initial-end-of-output)
1711 (tramp-methods, tramp-foreign-file-name-handler-alist)
1712 (tramp-tramp-file-p, tramp-completion-mode-p)
1713 (tramp-send-command-and-check, tramp-get-remote-path)
1714 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1715 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1716 (with-file-property, with-connection-property): Move to
1717 tramp-cache.el.
1718 (tramp-local-call-process, tramp-decimal-to-octal)
1719 (tramp-octal-to-decimal): Move to tramp-compat.el.
1720 (tramp-handle-shell-command): Do not require 'shell.
1721 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1722 symbols.
1723 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1724
1725 * net/tramp-cache.el (top): Require 'tramp. Add to
1726 `tramp-unload-hook'.
1727 (tramp-cache-data, tramp-get-file-property)
1728 (tramp-set-file-property, tramp-flush-file-property)
1729 (tramp-flush-directory-property, tramp-get-connection-property)
1730 (tramp-set-connection-property, tramp-flush-connection-property)
1731 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1732 cookie.
1733 (with-file-property, with-connection-property): New defuns, moved
1734 from tramp.el.
1735 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1736 macro.
1737
1738 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1739 (tramp-version): Set tramp-autoload cookie.
1740
1741 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
1742 changes to tramp-unload-hook for other tramp-* packages. Add to
1743 `tramp-unload-hook'.
1744 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1745 (tramp-compat-call-process): New defuns, moved from tramp.el.
1746
1747 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1748 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1749 to `tramp-unload-hook'. Change call of
1750 `tramp-compat-decimal-to-octal' to new function name.
1751 (tramp-fish-method): Make it a defconst.
1752 (tramp-fish-file-name-p): Make it a defsubst.
1753 (tramp-fish-method, tramp-fish-file-name-handler)
1754 (tramp-fish-file-name-p): Set tramp-autoload cookie.
1755
1756 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1757 `tramp-foreign-file-name-handler-alist'. Add to
1758 `tramp-unload-hook'.
1759 (tramp-ftp-method): Make it a defconst.
1760 (tramp-ftp-file-name-p): Make it a defsubst.
1761 (tramp-ftp-method, tramp-ftp-file-name-handler)
1762 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1763
1764 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1765 `tramp-foreign-file-name-handler-alist'. Add to
1766 `tramp-unload-hook'. Change checks, whether package can be
1767 loaded.
1768 (tramp-gvfs-file-name-p): Make it a defsubst.
1769 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1770 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1771 (tramp-gvfs-handle-file-directory-p): New defun.
1772 (tramp-gvfs-file-name-handler-alist): Use it.
1773
1774 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1775 `tramp-foreign-file-name-handler-alist'. Add to
1776 `tramp-unload-hook'.
1777 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1778 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1779 defconst.
1780 (tramp-gw-tunnel-method, tramp-gw-socks-method)
1781 (tramp-gw-open-connection): Set tramp-autoload cookie.
1782
1783 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
1784 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1785 to `tramp-unload-hook'. Change checks, whether package can be
1786 loaded.
1787 (tramp-imap-file-name-p): Make it a defsubst.
1788 (tramp-imap-method, tramp-imaps-method)
1789 (tramp-imap-file-name-handler)
1790 (tramp-imap-file-name-p): Set tramp-autoload cookie.
1791
1792 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
1793 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1794 to `tramp-unload-hook'. Change checks, whether package can be
1795 loaded. Change call of `tramp-compat-decimal-to-octal' to new
1796 function name.
1797 (tramp-smb-tunnel-method): Make it a defconst.
1798 (tramp-smb-file-name-p): Make it a defsubst.
1799 (tramp-smb-method, tramp-smb-file-name-handler)
1800 (tramp-smb-file-name-p): Set tramp-autoload cookie.
1801
1802 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1803 (tramp-uuencode-region): Set tramp-autoload cookie.
1804
1805 * net/trampver.el (top) Add to `tramp-unload-hook'.
1806 (tramp-version, tramp-bug-report-address): Set tramp-autoload
1807 cookie. Update release number.
1808
1809 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
1810
1811 * textmodes/ispell.el (ispell-start-process): Make sure original
1812 arg list is properly initialized (Bug#6993, Bug#6994).
1813
1814 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1815
1816 * files.el (directory-abbrev-alist): Use \` as default regexp.
1817
1818 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1819 chars like - or ] (bug#6984).
1820 (rx-any-condense-range): Explode 2-char ranges.
1821
1822 2010-09-06 Glenn Morris <rgm@gnu.org>
1823
1824 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1825
1826 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1827
1828 * textmodes/bibtex.el:
1829 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1830
1831 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1832
1833 * net/imap.el (imap-message-map): Remove optional buffer parameter,
1834 since no callers use it.
1835 (imap-message-get): Ditto.
1836 (imap-message-put): Ditto.
1837 (imap-mailbox-map): Ditto.
1838 (imap-mailbox-put): Ditto.
1839 (imap-mailbox-get): Ditto.
1840 (imap-mailbox-get): Revert last change for this function.
1841
1842 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1843
1844 * net/imap.el (imap-fetch-safe): Remove function, and alter all
1845 callers to use `imap-fetch' instead. According to the comments, this
1846 should be safe, since all other IMAP clients use the 1:* syntax.
1847 (imap-enable-exchange-bug-workaround): Remove.
1848 (imap-debug): Remove -- doesn't seem very useful.
1849
1850 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1851
1852 * net/imap.el (imap-log): New convenience function used throughout
1853 instead of repeating the same code all over the place.
1854
1855 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
1856
1857 * mouse.el (mouse-save-then-kill): Save region to kill-ring
1858 when mouse-drag-copy-region is non-nil (Bug#6956).
1859
1860 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
1861
1862 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1863 Improve regexps (Bug#6987).
1864 (dired-sort-toggle): Search more robustly for -t flag.
1865
1866 * files.el (get-free-disk-space): Search more robustly for
1867 "available" column. Suggested by Ehud Karni
1868 <ehud@unix.mvs.co.il>.
1869
1870 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1871
1872 * international/uni-bidi.el:
1873 * international/uni-category.el:
1874 * international/uni-combining.el:
1875 * international/uni-decimal.el:
1876 * international/uni-mirrored.el:
1877 * international/uni-name.el: Regenerate.
1878
1879 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 * electric.el (electric-indent-post-self-insert-function):
1882 Don't reindent with a sloppy indentation function.
1883
1884 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1885 border case in change-log-mode.
1886
1887 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1890 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1891 Recognize leading tab in gcc-include regexp. Ignore names with
1892 leading "from" or "in" in gnu regexp (Bug#6937).
1893
1894 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1897 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1898 (ispell-start-process): Avoid setq and simplify logic.
1899 (ispell-init-process): Setup kill-buffer-hook locally when needed.
1900 (kill-buffer-hook): Don't use it globally with code that uses
1901 expand-file-name since that may call kill-buffer via
1902 code_conversion_restore.
1903
1904 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
1905
1906 * emacs-lisp/package.el (package-directory-list): Only call
1907 file-name-nondirectory on a string.
1908
1909 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1910
1911 * emacs-lisp/package.el (package--download-one-archive):
1912 Ensure that archive-contents is valid before saving it.
1913 (package-activate-1, package-mark-obsolete, define-package)
1914 (package-compute-transaction, package-list-maybe-add): Use push.
1915
1916 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1917
1918 Use SMIE's blink-paren for octave-mode.
1919 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1920 Backslashes do not escape single-quotes, single-quotes do.
1921 (octave-block-else-regexp, octave-block-end-regexp)
1922 (octave-block-match-alist): Remove.
1923 (octave-smie-bnf-table): New var, with old content.
1924 (octave-smie-op-levels): Use it.
1925 (octave-smie-closer-alist): New var.
1926 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
1927 (octave-blink-matching-block-open): Remove.
1928 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1929 (octave-electric-space): Let self-insert-command run expand-abbrev and
1930 blink parens.
1931
1932 * electric.el (electricity): New group.
1933 (electric-indent-chars): New var.
1934 (electric-indent-post-self-insert-function): New fun.
1935 (electric-indent-mode): New minor mode.
1936 (electric-pair-skip-self): New custom.
1937 (electric-pair-post-self-insert-function): New function.
1938 (electric-pair-mode): New minor mode.
1939
1940 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1941 calcAlg-blink-matching-open.
1942 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1943 (calc-do-alg-entry): Only touch the part of the keymap that varies.
1944 Use the new blink-matching-check-function.
1945
1946 Provide blink-matching support to SMIE.
1947 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1948 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1949 (smie-blink-matching-check, smie-blink-matching-open): New functions.
1950
1951 * simple.el (newline): Fix last change to properly remove itself from
1952 the hook.
1953
1954 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * simple.el (newline): Eliminate optimization.
1957 Use post-self-insert-hook to set hard-newline and things before
1958 running post-self-insert-hook.
1959 (blink-matching-check-mismatch): New function.
1960 (blink-matching-check-function): New variable.
1961 (blink-matching-open): Use them.
1962 Skip back forward over prefix chars skipped by forward-sexp.
1963 Don't check if the parens are backslash escaped.
1964 (blink-paren-post-self-insert-function): Check backslash escaping here.
1965
1966 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1967
1968 * emacs-lisp/package.el (package-menu-mode-map):
1969 Change package-menu-revert bindings to revert-buffer.
1970 (package-menu-mode): Set revert-buffer-function.
1971 (package-menu-revert): Doc fix.
1972
1973 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
1974
1975 * textmodes/ispell.el (ispell-init-process): Use "~/" as
1976 `default-directory' unless using Ispell per-directory personal
1977 dictionaries and not in a mini-buffer under XEmacs.
1978 (kill-buffer-hook): Do not kill ispell process on exit when
1979 `ispell-process-directory' is "~/". (Bug#6143)
1980
1981 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1982
1983 * simple.el (kill-new): Call interprogram-cut-function with only
1984 one argument.
1985
1986 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
1987 Remove cut buffer from error message.
1988
1989 * term/x-win.el (x-select-text):
1990 * term/pc-win.el (x-selection-value):
1991 * term/ns-win.el (x-selection-value):
1992 * eshell/em-term.el:
1993 * w32-fns.el (x-get-selection-value):
1994 * mouse-sel.el (mouse-sel-set-selection-function):
1995 * frame.el (display-selections-p): Remove cut-buffer in documentation.
1996
1997 * term/x-win.el: Update documentation for x-last-selected-text-*.
1998 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
1999 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
2000 (x-select-text): Remove argument PUSH, update documentation. Remove
2001 cut-buffer code.
2002 (x-selection-value-internal): Was previously x-selection-value.
2003 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
2004 Update documentation, remove cut-buffer code. Call
2005 x-selection-value-internal.
2006 (x-clipboard-yank): Call x-selection-value-internal.
2007 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
2008
2009 * term/pc-win.el (x-last-selected-text):
2010 x-cut-buffer-or-selection-value renamed to x-selection-value
2011 (x-select-text): Remove argument PUSH, update documentation.
2012
2013 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
2014 x-cut-buffer-or-selection-value renamed to x-selection-value
2015 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
2016 (x-select-text): Remove argument PUSH, update documentation.
2017
2018 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
2019
2020 * w32-fns.el (x-last-selected-text):
2021 x-cut-buffer-or-selection-value renamed to x-selection-value.
2022 (x-cut-buffer-max): Remove.
2023 (x-select-text): Remove argument PUSH, update documentation.
2024
2025 * simple.el (interprogram-cut-function): Remove mention of PUSH.
2026
2027 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
2028
2029 * mouse-sel.el (mouse-sel-get-selection-function):
2030 x-cut-buffer-or-selection-value renamed to x-selection-value.
2031 (x-select-text): Remove optional push.
2032
2033 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2034
2035 * simple.el (blink-paren-function): Move from C to here.
2036 (blink-paren-post-self-insert-function): New function.
2037 (post-self-insert-hook): Use it.
2038
2039 * emacs-lisp/pcase.el (pcase-split-memq):
2040 Fix overenthusiastic optimisation.
2041 (pcase-u1): Handle the case of a lambda pred.
2042
2043 2010-08-31 Kenichi Handa <handa@m17n.org>
2044
2045 * international/mule-cmds.el (standard-display-european-internal):
2046 Setup standard-display-table for 8-bit characters by storing 8-bit
2047 characters in the element vector.
2048
2049 * disp-table.el (standard-display-8bit):
2050 Setup standard-display-table for 8-bit characters by storing 8-bit
2051 characters in the element vector.
2052 (standard-display-european): Likewise.
2053
2054 2010-08-31 Masatake YAMATO <yamato@redhat.com>
2055
2056 * textmodes/nroff-mode.el (nroff-view): New command.
2057 (nroff-mode-map): Bind it to C-c C-c.
2058
2059 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2060
2061 * emacs-lisp/smie.el (smie-down-list): New command.
2062
2063 Remove old indentation and navigation code on octave-mode.
2064 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
2065 smie-down-list rather than add a binding for octave-down-block.
2066 (octave-mark-block, octave-blink-matching-block-open):
2067 Rely on forward-sexp-function.
2068 (octave-fill-paragraph): Don't narrow, so you can use
2069 indent-according-to-mode.
2070 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
2071 (octave-in-block-p, octave-re-search-forward-kw)
2072 (octave-re-search-backward-kw, octave-indent-calculate)
2073 (octave-end-as-array-index-p, octave-block-end-offset)
2074 (octave-scan-blocks, octave-forward-block, octave-backward-block)
2075 (octave-down-block, octave-backward-up-block, octave-up-block)
2076 (octave-before-magic-comment-p, octave-indent-line): Remove.
2077
2078 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
2079
2080 * emacs-lisp/package.el (package--read-archive-file): Just use
2081 `read', to avoid copying an additional string.
2082 (package-menu-mode): Set header-line-format here.
2083 (package-menu-refresh, package-menu-revert): Signal an error if
2084 not in the Package Menu.
2085 (package-menu-package-list): New var.
2086 (package--generate-package-list): Operate on the current buffer;
2087 don't assume that it is *Packages*, since the user may rename it.
2088 Allow persistent package listings and sort keys using
2089 package-menu-package-list and package-menu-package-sort-key.
2090 (package-menu--version-predicate): Fix version calculation.
2091 (package-menu-sort-by-column): Don't select the window.
2092 (package--list-packages): Create the *Packages* buffer.
2093 Set package-menu-package-list-key.
2094 (list-packages): Sorting by status is now the default.
2095 (package-buffer-info): Use match-string-no-properties.
2096 (define-package): Add a &rest argument for future proofing, but
2097 don't use it yet.
2098 (package-install-from-buffer, package-install-buffer-internal):
2099 Merge into a single function, package-install-from-buffer.
2100 (package-install-file): Change caller.
2101
2102 * finder.el: Load finder-inf using `require'.
2103 (finder-list-matches): Sorting by status is now the default.
2104 (finder-compile-keywords): Simpify printing.
2105
2106 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2107
2108 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2109 (octave-mode-map): Remove special bindings for forward/backward-block
2110 and octave-backward-up-block. Use smie-close-block.
2111 (octave-continuation-marker-regexp): New var.
2112 (octave-continuation-regexp): Use it.
2113 (octave-operator-table, octave-smie-op-levels)
2114 (octave-operator-regexp, octave-smie-indent-rules): New vars.
2115 (octave-smie-backward-token, octave-smie-forward-token): New funs.
2116 (octave-mode): Use SMIE.
2117 (octave-close-block): Delete.
2118
2119 2010-08-30 Eli Zaretskii <eliz@gnu.org>
2120
2121 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
2122 CLIPBOARD, not in PRIMARY. (Bug#6944)
2123
2124 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
2127 a list of parents.
2128 (smie-indent-column): Allow indirection through variables.
2129
2130 * composite.el (save-buffer-state): Delete, unused.
2131 * font-lock.el (save-buffer-state): Use with-silent-modifications.
2132 (font-lock-default-fontify-region): Use with-syntax-table.
2133 * jit-lock.el (with-buffer-unmodified): Remove.
2134 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
2135
2136 Use `declare' in defmacros.
2137 * window.el (save-selected-window):
2138 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
2139 * progmodes/python.el (def-python-skeleton):
2140 * net/dbus.el (dbus-ignore-errors):
2141 * jka-cmpr-hook.el (with-auto-compression-mode):
2142 * international/mule.el (with-category-table):
2143 * emacs-lisp/timer.el (with-timeout):
2144 * emacs-lisp/lisp-mnt.el (lm-with-file):
2145 * emacs-lisp/eieio.el (with-slots):
2146 * emacs-lisp/easymenu.el (easy-menu-define):
2147 * emacs-lisp/debug.el (debugger-env-macro):
2148 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
2149 (Multiple-value-call, Multiple-value-prog1):
2150 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
2151 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
2152 edebug rule to definition.
2153 * emacs-lisp/lisp-mode.el (save-selected-window)
2154 (with-current-buffer, combine-after-change-calls)
2155 (with-output-to-string, with-temp-file, with-temp-buffer)
2156 (with-temp-message, with-syntax-table, read-if, eval-after-load)
2157 (dolist, dotimes, when, unless):
2158 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2159
2160 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2161
2162 * finder.el: Require `package'.
2163 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
2164 (finder-package-info): Var deleted.
2165 (finder-keywords-hash, finder--builtins-alist): New vars.
2166 (finder-compile-keywords): Compute package--builtins and
2167 finder-keywords-hash instead of finder-keywords-hash, respecting
2168 the "Package" header.
2169 (finder-unknown-keywords, finder-list-matches):
2170 Use finder-keywords-hash and package--list-packages.
2171 (finder-mode): Don't set font-lock-defaults.
2172 (finder-exit): We don't use "*Finder-package*" and "*Finder
2173 Category*" buffers anymore.
2174
2175 * emacs-lisp/package.el (package--builtins-base): Var deleted.
2176 (package--builtins): Set default value to nil.
2177 (package-initialize): Load precomputed value of package--builtins
2178 from finder-inf.el.
2179 (package-alist, package-compute-transaction)
2180 (package-download-transaction): Improve docstring.
2181 (package-read-all-archive-contents): Do not change
2182 package--builtins here.
2183 (list-packages): Make package-list-packages an alias for this.
2184 Sort by status by default.
2185 (package--list-packages): Add optional PACKAGES arg.
2186 (describe-package-1): Use font-lock-face property. For built-in
2187 packages, insert file commentary.
2188 (package--generate-package-list): Rename from
2189 package-list-packages-internal; all callers changed. Add optional
2190 PACKAGES arg. Add alphabetical sort fallbacks.
2191 (package-menu--version-predicate, package-menu--status-predicate)
2192 (package-menu--description-predicate)
2193 (package-menu--name-predicate): New functions.
2194
2195 * info.el (Info-finder-find-node): Search package-alist instead of
2196 finder-package-info.
2197
2198 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2199
2200 * subr.el (version-regexp-alist): Don't use "a" and "b" for
2201 "alpha" and "beta".
2202 (version-to-list): Handle versions like "10.3d".
2203
2204 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2205
2206 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2207 (macroexp-accumulate): Use `declare'.
2208
2209 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2210
2211 * whitespace.el (whitespace-style): Adjust type declaration.
2212
2213 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
2214
2215 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2216 empty argument to gvfs-copy.
2217
2218 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2219
2220 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2221 handle new TRASH arg of `delete-file'.
2222
2223 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2224
2225 * net/tramp.el (tramp-handle-insert-directory): Don't use
2226 `forward-word', its default syntax could be changed.
2227
2228 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2229 Michael Albinus <michael.albinus@gmx.de>
2230
2231 Implement compression for inline methods.
2232
2233 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2234 (tramp-copy-size-limit): Allow also nil.
2235 (tramp-inline-compress-commands): New defconst.
2236 (tramp-find-inline-compress, tramp-get-inline-compress)
2237 (tramp-get-inline-coding): New defuns.
2238 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2239 replaced by `tramp-get-inline-coding'.
2240 (tramp-handle-file-local-copy, tramp-handle-write-region)
2241 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2242
2243 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
2244
2245 Detect ssh 'ControlMaster' argument automatically in some cases.
2246
2247 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2248 (tramp-default-method): Use it.
2249
2250 2010-08-26 Karel Klíč <kklic@redhat.com>
2251
2252 * net/tramp.el (tramp-file-name-for-operation):
2253 Add file-selinux-context.
2254
2255 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2256
2257 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2258
2259 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2260
2261 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2262 (Bug#6907).
2263
2264 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
2265
2266 * progmodes/js.el: Make indentation more customizable (Bug#6914).
2267 (js-paren-indent-offset, js-square-indent-offset)
2268 (js-curly-indent-offset): New options.
2269 (js--proper-indentation): Use them.
2270
2271 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
2272
2273 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2274 instead of inspecting font-lock properties (Bug#6916).
2275
2276 2010-08-26 David Reitter <david.reitter@gmail.com>
2277
2278 * server.el (server-visit-files): Run pre-command-hook and
2279 post-command-hook for each buffer while it is current (Bug#6910).
2280 (server-execute): Do not run hooks here.
2281
2282 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
2283
2284 Sync with Tramp 2.1.19.
2285
2286 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2287 (tramp-reporter-dump-variable, tramp-load-report-modules)
2288 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2289 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2290
2291 * net/tramp-compat.el (top): Do not autoload
2292 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
2293 only when `start-file-process' is not bound.
2294 (byte-compile-not-obsolete-vars): Define if not bound.
2295 (tramp-compat-funcall): New defmacro.
2296 (tramp-compat-line-beginning-position)
2297 (tramp-compat-line-end-position)
2298 (tramp-compat-temporary-file-directory)
2299 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2300 (tramp-compat-copy-file, tramp-compat-copy-directory)
2301 (tramp-compat-delete-file, tramp-compat-delete-directory)
2302 (tramp-compat-number-sequence, tramp-compat-process-running-p):
2303 Use it.
2304 (tramp-advice-file-expand-wildcards): Do not use
2305 `tramp-handle-file-remote-p'.
2306 (tramp-compat-make-temp-file): Simplify fallback implementation.
2307 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2308 (tramp-compat-copy-tree): Remove function.
2309 (tramp-compat-delete-file): New defun.
2310 (tramp-compat-delete-directory): Provide implementation for older
2311 Emacsen.
2312 (tramp-compat-file-attributes): Handle only
2313 `wrong-number-of-arguments' error.
2314
2315 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2316 Add PRESERVE_SELINUX_CONTEXT.
2317 (tramp-fish-handle-delete-file): Add TRASH arg.
2318 (tramp-fish-handle-directory-files-and-attributes):
2319 Do not use `tramp-fish-handle-file-attributes.
2320 (tramp-fish-handle-file-local-copy)
2321 (tramp-fish-handle-insert-file-contents)
2322 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2323
2324 * net/tramp-gvfs.el (top): Require url-util.
2325 (tramp-gvfs-mount-point): Remove.
2326 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2327 and `set-file-selinux-context'.
2328 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2329 (tramp-gvfs-handle-file-selinux-context)
2330 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2331 (with-tramp-dbus-call-method): Format trace message.
2332 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2333 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2334 Implement backup call, when operation on local files fails.
2335 Use progress reporter. Flush properties of changed files.
2336 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
2337 `tramp-compat-delete-file'.
2338 (tramp-gvfs-handle-expand-file-name): Expand "~/".
2339 (tramp-gvfs-handle-make-directory): Make more traces.
2340 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2341 (tramp-gvfs-url-file-name): Hexify file name in url.
2342 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2343 into account for the resulting file name.
2344 (tramp-gvfs-handler-askquestion): Preserve current message, in
2345 order to let progress reporter continue afterwards. (Bug#6257)
2346 Return dummy mountpoint, when the answer is "no".
2347 See `tramp-gvfs-maybe-open-connection'.
2348 (tramp-gvfs-handler-mounted-unmounted)
2349 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2350 attribute "default_location". Set "prefix" property.
2351 Handle default-location.
2352 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2353 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2354 exists. Raise an error, if not (due to a corresponding answer
2355 "no" in interactive questions, for example).
2356 Use `tramp-compat-funcall'.
2357
2358 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2359 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2360 (tramp-imap-do-copy-or-rename-file)
2361 (tramp-imap-handle-insert-file-contents)
2362 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2363 (tramp-imap-handle-delete-file): Add TRASH arg.
2364
2365 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2366 Add PRESERVE-SELINUX-CONTEXT.
2367 (tramp-smb-handle-copy-file)
2368 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2369 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2370 Use `with-progress-reporter'.
2371 (tramp-smb-handle-delete-file): Add TRASH arg.
2372
2373 * net/tramp.el (tramp-methods): Move hostname to the end in all
2374 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
2375 appropriate.
2376 (tramp-verbose): Describe verbose level 9.
2377 (tramp-completion-function-alist)
2378 (tramp-file-name-regexp, tramp-chunksize)
2379 (tramp-local-coding-commands, tramp-remote-coding-commands)
2380 (with-connection-property, tramp-completion-mode-p)
2381 (tramp-action-process-alive, tramp-action-out-of-band)
2382 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2383 (tramp-exists-file-name-handler): Fix docstring.
2384 (tramp-remote-process-environment): Use `format' instead of
2385 `concat'. Protect version string by apostroph.
2386 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2387 XEmacs.
2388 (tramp-file-name-regexp-unified)
2389 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2390 not regard the volume letter as remote filename. (Bug#5447)
2391 (tramp-perl-file-attributes)
2392 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2393 (tramp-vc-registered-read-file-names): Read input as
2394 here-document, otherwise the command could exceed maximum length
2395 of command line.
2396 (tramp-file-name-handler-alist): Add `file-selinux-context' and
2397 `set-file-selinux-context'.
2398 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2399 backtrace functions.
2400 (tramp-error-with-buffer): Don't show the connection buffer when
2401 we are in completion mode.
2402 (tramp-progress-reporter-update, tramp-remote-selinux-p)
2403 (tramp-handle-file-selinux-context)
2404 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2405 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2406 New defuns.
2407 (with-progress-reporter): New defmacro.
2408 (tramp-debug-outline-regexp): New defconst.
2409 (top, tramp-rfn-eshadow-setup-minibuffer)
2410 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2411 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2412 (tramp-completion-mode-p, tramp-check-for-regexp)
2413 (tramp-open-connection-setup-interactive-shell)
2414 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2415 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2416 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2417 Use `tramp-compat-funcall'.
2418 (tramp-handle-make-symbolic-link): Flush file properties.
2419 (tramp-handle-load, tramp-handle-file-local-copy)
2420 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2421 (tramp-handle-vc-registered, tramp-maybe-send-script)
2422 (tramp-find-shell): Use `with-progress-reporter'.
2423 (tramp-do-file-attributes-with-stat): Add space in format string,
2424 in order to work around a bug in pdksh. Reported by Gilles Pion
2425 <gpion@lfdj.com>.
2426 (tramp-handle-verify-visited-file-modtime): Do not send a command
2427 when the connection is not established.
2428 (tramp-handle-set-file-times): Simplify the check for utc.
2429 (tramp-handle-directory-files-and-attributes)
2430 (tramp-get-remote-path): Use `copy-tree'.
2431 (tramp-completion-handle-file-name-all-completions): Ensure, that
2432 non remote files are still checked. Oops.
2433 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2434 Handle PRESERVE-SELINUX-CONTEXT.
2435 (tramp-do-copy-or-rename-file): Add progress reporter.
2436 (tramp-do-copy-or-rename-file-directly): Do not use
2437 `tramp-handle-file-remote-p'.
2438 (tramp-do-copy-or-rename-file-out-of-band):
2439 Use `tramp-compat-delete-directory'.
2440 (tramp-do-copy-or-rename-file-out-of-band)
2441 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2442 Use `format-spec-make'.
2443 (tramp-handle-delete-file): Add TRASH arg.
2444 (tramp-handle-dired-uncache): Flush directory cache, not only file
2445 cache.
2446 (tramp-handle-expand-file-name)
2447 (tramp-completion-handle-file-name-all-completions)
2448 (tramp-completion-handle-file-name-completion):
2449 Use `tramp-connectable-p'.
2450 (tramp-handle-start-file-process): Set connection property "vec".
2451 Use it, in order to invalidate file caches. Check only for
2452 `remote-tty' process property.
2453 Implement tty setting. (Bug#4604, Bug#6360)
2454 (tramp-file-name-for-operation): Add `call-process-region' and
2455 `set-file-selinux-context'.
2456 (tramp-find-foreign-file-name-handler)
2457 (tramp-advice-make-auto-save-file-name)
2458 (tramp-set-auto-save-file-modes): Remove superfluous check for
2459 `stringp'. This is done inside `tramp-tramp-file-p'.
2460 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2461 operations when we are in completion mode. This gives the user
2462 the chance to correct the file name in the minibuffer.
2463 (tramp-completion-mode-p): Use `non-essential'.
2464 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2465 compatibility: Use `completion-ignore-case' if
2466 `read-file-name-completion-ignore-case' does not exist.
2467 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2468 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2469 `tramp-open-shell'.
2470 (tramp-action-password): Hide password prompt before next run.
2471 (tramp-process-actions): Widen connection buffer for the trace.
2472 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2473 process property. Trace stty settings if `tramp-verbose' >= 9.
2474 Apply workaround for IRIX64 bug. Move argument of last
2475 `tramp-send-command' where it belongs to.
2476 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2477 front of `login-args'.
2478 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2479 on "/dev/null" instead of "/".
2480 (tramp-get-ls-command-with-dired): Make test for "--dired"
2481 stronger.
2482 (tramp-set-auto-save-file-modes): Adapt version check.
2483 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2484 (tramp-handle-process-file): Call the program in a subshell, in
2485 order to preserve working directory.
2486 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2487 `tramp-remote-sh' from `tramp-methods'.
2488 (tramp-get-ls-command): Make test for "--color=never" stronger.
2489 (tramp-check-for-regexp): Use (forward-line 1).
2490
2491 * net/trampver.el: Update release number.
2492
2493 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2494
2495 * help.el (help-map): Bind `C-h P' to describe-package.
2496
2497 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2498
2499 * emacs-lisp/package.el (package-refresh-contents): Catch errors
2500 when downloading archives.
2501 (describe-package-1): Add package commentary.
2502 (package-install-button-action): New function.
2503 (package-menu-mode-map): Bind ? to package-menu-describe-package.
2504 (package-menu-view-commentary): Function removed.
2505 (package-list-packages-internal): Hide the `package' package too.
2506
2507 2010-08-25 Kenichi Handa <handa@m17n.org>
2508
2509 * language/misc-lang.el ("Arabic"): New language environment.
2510 Setup composition-function-table for Arabic characters.
2511
2512 * international/fontset.el (setup-default-fontset): Fix typo for
2513 arabic OTF spec (fini->fina).
2514
2515 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
2516
2517 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2518 on all frames.
2519
2520 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2521
2522 * whitespace.el: Allow cleaning up blanks without blank
2523 visualization (Bug#6651). Adjust help window for
2524 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2525 instead of whitespace-line-column (from EmacsWiki). New version
2526 13.1.
2527 (whitespace-style): Added new value 'face. Adjust docstring.
2528 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2529 foreground property face.
2530 (whitespace-line-column): Adjust docstring and type declaration.
2531 (whitespace-style-value-list, whitespace-toggle-option-alist)
2532 (whitespace-help-text): Adjust const initialization.
2533 (whitespace-toggle-options, global-whitespace-toggle-options):
2534 Adjust docstring.
2535 (whitespace-display-window, whitespace-interactive-char)
2536 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2537 (whitespace-help-scroll): New fun.
2538
2539 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2540
2541 * emacs-lisp/package.el (list-packages): Alias for
2542 package-list-packages.
2543
2544 2010-08-24 Kevin Ryde <user42@zip.com.au>
2545
2546 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2547 (Bug#5651).
2548
2549 * progmodes/ruby-mode.el (ruby): Add defgroup.
2550
2551 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2552
2553 * progmodes/python.el: Add Ipython support (Bug#5390).
2554 (python-shell-prompt-alist)
2555 (python-shell-continuation-prompt-alist): New options.
2556 (python--set-prompt-regexp): New function.
2557 (inferior-python-mode, run-python, python-shell): Require
2558 ansi-color. Use python--set-prompt-regexp to set the comint
2559 prompt based on the Python interpreter.
2560 (python--prompt-regexp): New var.
2561 (python-check-comint-prompt)
2562 (python-comint-output-filter-function): Use it.
2563 (run-python): Use a pipe (Bug#5694).
2564
2565 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
2566
2567 * progmodes/python.el (python-send-region): Send a different
2568 Python command if Ipython is in use.
2569 (python-check-version): Use a Python command to find the version.
2570
2571 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2572
2573 * mouse.el (mouse-yank-primary): Avoid setting primary when
2574 deactivating the mark (Bug#6872).
2575
2576 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2577
2578 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2579 with "else" (Bug#3991).
2580
2581 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2582
2583 * net/dbus.el: Accept UNIX domain sockets as bus address.
2584 (top): Don't initialize `dbus-registered-objects-table' anymore,
2585 this is done in dbusbind,c.
2586 (dbus-check-event): Adapt test for bus.
2587 (dbus-return-values-table, dbus-unregister-service)
2588 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2589 Adapt doc string.
2590
2591 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
2592
2593 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2594
2595 2010-08-22 Juri Linkov <juri@jurta.org>
2596
2597 * simple.el (read-extended-command): New function with the logic
2598 for `completing-read' moved to Elisp from `execute-extended-command'.
2599 Use `function-called-at-point' in `minibuffer-default-add-function'
2600 to get a command name for M-n (bug#5364, bug#5214).
2601
2602 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2603
2604 * startup.el (command-line-1): Issue warning for ignored arguments
2605 --unibyte, etc (Bug#6886).
2606
2607 2010-08-22 Leo <sdl.web@gmail.com>
2608
2609 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2610 (ignore, bright, dim, keyword): Split list of nicknames before
2611 passing to rcirc-add-or-remove (Bug#6894).
2612
2613 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2614
2615 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2616
2617 2010-08-22 Leo <sdl.web@gmail.com>
2618
2619 Fix buffer-list rename&refresh after killing a buffer in ido.
2620 * ido.el: Revert Óscar's.
2621 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2622 Remember the buffers at head, rather than their name.
2623 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2624
2625 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2626 Stefan Monnier <monnier@iro.umontreal.ca>
2627
2628 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2629 extra backslash added to each line (bug#6890).
2630
2631 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2632
2633 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2634
2635 2010-08-22 Glenn Morris <rgm@gnu.org>
2636
2637 * menu-bar.el (menu-bar-games-menu): Add landmark.
2638
2639 2010-08-22 Glenn Morris <rgm@gnu.org>
2640
2641 * align.el (align-regexp): Make group and spacing arguments
2642 use the interactive defaults when non-interactive. (Bug#6698)
2643
2644 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2645 expansion, so as not to need sendmail.
2646 (mail-text-start): Remove declaration.
2647 (rmail-retry-failure): Require sendmail.
2648
2649 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2652
2653 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
2654
2655 * progmodes/flymake.el (flymake-start-syntax-check-process):
2656 Use `start-file-process' in order to let it run also on remote hosts.
2657
2658 2010-08-22 Kenichi Handa <handa@m17n.org>
2659
2660 * files.el: Add `word-wrap' as safe local variable.
2661
2662 2010-08-22 Glenn Morris <rgm@gnu.org>
2663
2664 * woman.el (woman-translate): Case matters. (Bug#6849)
2665
2666 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2667
2668 * simple.el (kill-region): Doc fix (Bug#6787).
2669
2670 2010-08-22 Glenn Morris <rgm@gnu.org>
2671
2672 * calendar/diary-lib.el (diary-header-line-format):
2673 Fit it to the window, not the frame.
2674
2675 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
2676
2677 * subr.el (ignore-errors): Add debug declaration.
2678
2679 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
2680
2681 * whitespace.el (whitespace-color-off): Remove post-command-hook
2682 locally.
2683
2684 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2685
2686 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2687
2688 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2689
2690 * cus-edit.el (custom-group-value-create): Add extra newline
2691 before end line (Bug#6876).
2692
2693 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2694
2695 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2696 when extending it. Before killing on the second click, check if
2697 the buffer is the correct one. Doc fix.
2698 (mouse-secondary-save-then-kill): Allow usage without first
2699 calling mouse-start-secondary, by defaulting to point. Don't save
2700 an empty secondary selection. Doc fix.
2701
2702 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2703
2704 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2705 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2706 New version 13.0.
2707 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2708 Adjust initialization.
2709 (whitespace-bob-marker, whitespace-eob-marker)
2710 (whitespace-buffer-changed): New vars.
2711 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2712 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2713 (whitespace-post-command-hook, whitespace-display-char-on):
2714 Adjust code.
2715 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2716 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2717
2718 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2719
2720 * files.el (locate-file-completion-table): Only list the .el and .elc
2721 extensions if there's no other choice (bug#5955).
2722
2723 * facemenu.el (facemenu-self-insert-data): New var.
2724 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2725 New functions.
2726 (facemenu-add-face): Use them.
2727
2728 * simple.el (blink-matching-open): Obey forward-sexp-function.
2729
2730 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * simple.el (prog-mode-map): New var.
2733 (prog-indent-sexp): New command.
2734
2735 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2736
2737 * progmodes/prolog.el (smie): Require.
2738
2739 * emacs-lisp/smie.el (smie-default-backward-token)
2740 (smie-default-forward-token): Strip properties.
2741 (smie-next-sexp): Be more careful with associative operators.
2742 (smie-forward-sexp-command): Generalize.
2743 (smie-backward-sexp-command): Simplify.
2744 (smie-closer-alist): New var.
2745 (smie-close-block): New command.
2746 (smie-indent-debug-log): New var.
2747 (smie-indent-offset-rule): Add a few more cases.
2748 (smie-indent-column): New function.
2749 (smie-indent-after-keyword): Use it.
2750 (smie-indent-keyword): Use it.
2751 Fix up the opener code's point position.
2752 (smie-indent-comment): Only applies at BOL.
2753 (smie-indent-debug): New command.
2754
2755 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2756 declarations that are useful before running the macro.
2757
2758 2010-08-18 Joakim Verona <joakim@verona.se>
2759
2760 * image.el (imagemagick-types-inhibit): New variable.
2761 (imagemagick-register-types): New function.
2762 * image-mode.el (image-transform-properties): New function.
2763 (image-transform-set-scale, image-transform-fit-to-height)
2764 (image-transform-set-rotation, image-transform-set-resize)
2765 (image-transform-fit-to-width, image-transform-fit-to-height):
2766 New functions.
2767 (image-toggle-display-image): Support image transforms.
2768
2769 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2770
2771 * image.el (create-animated-image): Don't add heuristic mask to image
2772 (Bug#6839).
2773
2774 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2775
2776 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2777 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2778
2779 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2780
2781 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2782
2783 Font-lock '...' strings, plus various simplifications and fixes.
2784 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2785 (octave-font-lock-close-quotes): New function.
2786 (octave-font-lock-syntactic-keywords): New var.
2787 (octave-mode): Use it. Set beginning-of-defun-function.
2788 (octave-mode-map): Don't override the <foo>-defun commands.
2789 (octave-mode-menu): Pass it directly to easy-menu-define;
2790 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2791 (octave-block-match-alist): Fix up last change so that
2792 octave-close-block uses the more specific keyword.
2793 (info-lookup-mode): Silence byte-compiler.
2794 (octave-beginning-of-defun): Not interactive any more.
2795 Optimize slightly.
2796 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2797 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2798 (octave-completion-at-point-function): Make sure point is within
2799 beg..end.
2800 (octave-reindent-then-newline-and-indent):
2801 Use reindent-then-newline-and-indent.
2802 (octave-add-octave-menu): Remove.
2803
2804 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2805
2806 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2807 (report-emacs-bug-can-use-xdg-email): New functions.
2808 (report-emacs-bug): Set can-xdg-email to result of
2809 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
2810 \C-cm to report-emacs-bug-insert-to-mailer and add help text
2811 about it.
2812
2813 * net/browse-url.el (browse-url-default-browser): Add cond
2814 for browse-url-xdg-open.
2815 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2816
2817 2010-08-17 Glenn Morris <rgm@gnu.org>
2818
2819 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2820 (c-fontify-recorded-types-and-refs): Define for compiler.
2821 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2822 before use.
2823
2824 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2825 Fix format call.
2826
2827 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
2828
2829 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2830 properties.
2831 (tramp-handle-process-file): Call the program in a subshell, in
2832 order to preserve working directory.
2833 (tramp-action-password): Hide password prompt before next run.
2834 (tramp-process-actions): Widen connection buffer for the trace.
2835
2836 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2837
2838 * net/rcirc.el (rcirc-log-process-buffers): New option.
2839 (rcirc-print): Use it.
2840 (rcirc-generate-log-filename): New function.
2841 (rcirc-log-filename-function): Change default to
2842 rcirc-generate-log-filename (Bug#6828).
2843
2844 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
2845
2846 * simple.el (deactivate-mark): If select-active-regions is `only',
2847 only set selection for temporarily active regions.
2848
2849 * cus-start.el: Change defcustom for select-active-regions.
2850
2851 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2852
2853 * mouse.el (mouse--drag-set-mark-and-point): New function.
2854 (mouse-drag-track): Use LOCATION arg to push-mark.
2855 Use mouse--drag-set-mark-and-point to take click-count into
2856 consideration when updating point and mark (Bug#6840).
2857
2858 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2859
2860 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2861 Give the Ruby rule a lower priority than Gnu (Bug#6778).
2862
2863 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
2864
2865 * font-lock.el (lisp-font-lock-keywords-2):
2866 Add combine-after-change-calls, condition-case-no-debug,
2867 with-demoted-errors, and with-silent-modifications (Bug#6025).
2868
2869 2010-08-14 Kevin Ryde <user42@zip.com.au>
2870
2871 * emacs-lisp/copyright.el (copyright-update-year)
2872 (copyright-update): Temporary switch-to-buffer to ensure the
2873 buffer change being queried is visible (Bug#5394).
2874
2875 2010-08-14 Tom Tromey <tromey@redhat.com>
2876
2877 * progmodes/etags.el (tags-file-name): Mark safe if stringp
2878 (Bug#6733).
2879
2880 2010-08-14 Eli Zaretskii <eliz@gnu.org>
2881
2882 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2883 MS-DOS. (Bug#6689)
2884
2885 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2886
2887 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2888 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2889 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2890 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2891 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2892 Call menu-bar-set-tool-bar-position.
2893
2894 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2895
2896 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2897 comment style (bug#6834).
2898 * progmodes/scheme.el (scheme-mode-syntax-table):
2899 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2900 "b" flag in "' 14b" syntax.
2901
2902 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2903 for (un)commenting the region and performing completion.
2904 (octave-mode-menu): Use standard commands for help and completion.
2905 (octave-mode-syntax-table): Support %{..%} comments (sort of).
2906 (octave-mode): Use define-derived-mode.
2907 Set completion-at-point-functions and don't set columns.
2908 Don't disable adaptive-fill-regexp.
2909 (octave-describe-major-mode, octave-comment-region)
2910 (octave-uncomment-region, octave-comment-indent)
2911 (octave-indent-for-comment): Remove.
2912 (octave-indent-calculate): Rename from calculate-octave-indent.
2913 (octave-indent-line, octave-fill-paragraph): Update caller.
2914 (octave-initialize-completions): No need to make an alist.
2915 (octave-completion-at-point-function): New function.
2916 (octave-complete-symbol): Use it.
2917 (octave-insert-defun): Use define-skeleton.
2918
2919 * progmodes/octave-mod.el (octave-mode): Set comment-add.
2920 (octave-mode-map): Use comment-dwim (bug#6829).
2921
2922 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2923
2924 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2925 indentation of inserted comment.
2926
2927 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2928
2929 * faces.el (region): Add type gtk that uses gtk colors.
2930
2931 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2932 Handle theme-name change.
2933
2934 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
2935
2936 * progmodes/sql.el: Version 2.5
2937 (sql-product-alist): Add :prompt-cont-regexp property for several
2938 database products.
2939 (sql-prompt-cont-regexp): New variable.
2940 (sql-output-newline-count, sql-output-by-send):
2941 New variables. Record number of newlines in input text.
2942 (sql-send-string): Handle multiple filters and count newlines.
2943 (sql-send-magic-terminator): Count terminator newline.
2944 (sql-interactive-remove-continuation-prompt): Filters output to
2945 remove continuation prompts; one for each newline.
2946 (sql-interactive-mode): Set up new variables, prompt regexp and
2947 output filter.
2948 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2949 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2950
2951 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * emacs-lisp/pcase.el: New file.
2954
2955 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
2956
2957 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2958 as here-document, otherwise the command could exceed maximum
2959 length of command line.
2960 (tramp-handle-vc-registered): Call script accordingly.
2961 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2962
2963 2010-08-10 Kenichi Handa <handa@m17n.org>
2964
2965 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2966 composable pattern.
2967
2968 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
2969
2970 * emacs-lisp/package.el (package-version-split)
2971 (package--version-first-nonzero, package-version-compare):
2972 Functions removed.
2973 (package-directory-list, package-load-all-descriptors)
2974 (package--built-in, package-activate, define-package)
2975 (package-installed-p, package-compute-transaction)
2976 (package-read-all-archive-contents)
2977 (package--add-to-archive-contents, package-buffer-info)
2978 (package-tar-file-info, package-list-packages-internal):
2979 Use version-to-list and version-list-*.
2980
2981 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2982 Use version-to-list.
2983 (package-upload-buffer-internal): Use version-list-<=.
2984
2985 2010-08-09 Kenichi Handa <handa@m17n.org>
2986
2987 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
2988 composable pattern.
2989
2990 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
2991
2992 * tutorial.el (tutorial--default-keys): C-d is now bound to
2993 delete-forward-char (Bug#6826).
2994
2995 * mouse.el (mouse-drag-track): Remove accidentally-removed check
2996 for `double' value of mouse-1-click-follows-link (Bug#6807).
2997
2998 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2999
3000 * replace.el (replace-highlight): Bind isearch-forward and
3001 isearch-error, ensuring that highlighting is updated if the user
3002 switches the search direction (Bug#6808).
3003
3004 * isearch.el (isearch-lazy-highlight-forward): New var.
3005 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3006 (isearch-lazy-highlight-update): Use it.
3007
3008 2010-08-08 Kenichi Handa <handa@m17n.org>
3009
3010 * international/mule.el (define-charset): Store NAME as :base property.
3011 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
3012 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
3013 current priority. Force using the designation of the specific
3014 charset by adding `charset' text property. Improve the whole algorithm.
3015
3016 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3017
3018 * emulation/pc-select.el (pc-selection-mode-hook)
3019 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
3020 (pc-selection-mode): Fix typos in docstrings.
3021
3022 2010-08-08 Kenichi Handa <handa@m17n.org>
3023
3024 * language/cyrillic.el: Don't add "microsoft-cp1251" to
3025 ctext-non-standard-encodings-alist here.
3026
3027 * international/mule.el (ctext-non-standard-encodings-alist):
3028 Add "koi8-r" and "microsoft-cp1251".
3029 (ctext-standard-encodings): New variable.
3030 (ctext-non-standard-encodings-table): List only elements for
3031 non-standard encodings.
3032 (ctext-pre-write-conversion): Adjust for the above change.
3033 Check ctext-standard-encodings.
3034
3035 * international/mule-conf.el (compound-text): Doc fix.
3036 (ctext-no-compositions): Doc fix.
3037 (compound-text-with-extensions): Doc fix.
3038
3039 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3040
3041 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
3042
3043 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3044
3045 * progmodes/which-func.el (which-func-format): Split help-echo text
3046 into lines, like other mode-line tooltips.
3047
3048 * server.el (server-start): When using TCP sockets, force IPv4
3049 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
3050
3051 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
3054
3055 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3056
3057 * term.el (term-delimiter-argument-list): Reflow docstring.
3058 (term-read-input-ring, term-write-input-ring, term-send-input)
3059 (term-bol, term-erase-in-display, serial-supported-or-barf):
3060 Fix typos in docstrings.
3061
3062 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3063
3064 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
3065
3066 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3067
3068 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
3069
3070 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
3071
3072 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
3073 Fix typo in docstring (bug#6747).
3074
3075 2010-08-08 Leo <sdl.web@gmail.com>
3076
3077 * eshell/esh-io.el (eshell-get-target): Better detection of
3078 read-only file (Bug#6762).
3079
3080 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3081
3082 * align.el (align-default-spacing): Doc fix.
3083 (align-region-heuristic, align-regexp): Fix typos in docstrings.
3084
3085 2010-08-08 Stephen Peters <speters@itasoftware.com>
3086
3087 * calendar/icalendar.el
3088 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
3089 (icalendar--get-weekday-numbers): New.
3090 (icalendar--convert-recurring-to-diary): Handle multiple byday
3091 values in weekly rules. (Bug#6766)
3092
3093 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
3094
3095 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
3096 (icalendar--create-uid, icalendar-export-region)
3097 (icalendar--parse-summary-and-rest): Code formatting.
3098
3099 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3100
3101 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
3102 to italicize headers.
3103 (calc-highlight-selections-with-faces): New variable.
3104 (calc-selected-face, calc-nonselected-face): New faces.
3105
3106 * calc/calccomp.el (math-comp-highlight-string): Use
3107 `calc-highlight-selections-with-faces' to determine how to highlight
3108 sub-formulas.
3109
3110 * calc/calc-sel.el (calc-show-selections): Change message to when
3111 using faces to highlight selections.
3112
3113 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
3114
3115 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
3116 Add SQLite 3 keywords, functions and datatypes.
3117 (sql-interactive-mode): Remove `comint-process-echoes' set to t
3118 (Bug#6686).
3119
3120 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
3121
3122 * simple.el (select-active-regions): Move to keyboard.c.
3123 (deactivate-mark): Used saved-region-selection.
3124 (select-active-region): Function removed.
3125 (activate-mark, set-mark, push-mark-command)
3126 (handle-shift-selection): Don't call it.
3127 (keyboard-quit): Avoid adding the region to the window selection.
3128
3129 * mouse.el (mouse-drag-track): Remove hacks to deal with old
3130 select-active-regions implementation.
3131 (mouse-yank-at-click): Doc fix.
3132
3133 * cus-start.el: Add custom declaration for select-active-regions.
3134
3135 2010-08-07 Eli Zaretskii <eliz@gnu.org>
3136
3137 * simple.el (delete-forward-char): Doc fix.
3138
3139 * tutorial.el (help-with-tutorial): Hack safe file-local variables
3140 after reading the tutorial.
3141
3142 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
3143
3144 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
3145 for the case that a C style comment has its delimiters alone on
3146 their respective lines.
3147
3148 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
3149
3150 * net/tramp.el (tramp-handle-start-file-process): Set connection
3151 property "vec".
3152 (tramp-process-sentinel): Use it for flushing the cache. We
3153 cannot do it via the process buffer, the buffer could be deleted
3154 already when running the sentinel.
3155
3156 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
3157
3158 * comint.el (comint-mode): Make directory tracking functions
3159 functional on remote files. (Bug#6764)
3160
3161 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3162
3163 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3164
3165 2010-08-05 Eli Zaretskii <eliz@gnu.org>
3166
3167 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3168 unexec.c => unexcoff.c.
3169
3170 * emacs-lisp/authors.el (authors-fixed-entries): Rename
3171 unexec.c => unexcoff.c.
3172
3173 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
3174
3175 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3176 cache, not only file cache.
3177 (tramp-process-sentinel): New defun.
3178 (tramp-handle-start-file-process): Use it, in order to invalidate
3179 file caches.
3180
3181 2010-08-03 Leo <sdl.web@gmail.com>
3182
3183 * server.el (server-start): Simplify loop.
3184
3185 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3186
3187 * frame.el (screen-height, screen-width, set-screen-width)
3188 (set-screen-height): Remove ancient compatibility aliases.
3189
3190 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3191 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
3192
3193 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3194 that change current buffer.
3195
3196 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3197
3198 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3199 beginning of the string. Use `string-match-p'. (Bug#6765)
3200
3201 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
3202
3203 * cus-start.el (x-gtk-use-system-tooltips): New variable.
3204
3205 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
3206
3207 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
3208 (package--builtins): Tweak descriptions.
3209 (package-print-package): Upcase descriptions if necessary.
3210 Show all built-in packages in font-lock-builtin-face.
3211 (package-list-packages-internal): Omit "emacs" package.
3212 Show status of built-in packages as "built-in".
3213
3214 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
3217 before killing to preserve the primary selection (Bug#6701).
3218
3219 * term/x-win.el (x-select-text): Doc fix.
3220
3221 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
3222
3223 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3224 The following functions were modified or created:
3225
3226 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3227 (objc-font-lock-extra-types):
3228 * progmodes/cc-mode.el (c-basic-common-init):
3229 * progmodes/cc-langs.el (c-make-mode-syntax-table)
3230 (c++-make-template-syntax-table)
3231 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3232 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3233 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3234 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
3235 * progmodes/cc-fonts.el (c-make-inverse-face)
3236 (c-basic-matchers-after):
3237 * progmodes/cc-engine.el (c-forward-keyword-clause)
3238 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3239 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3240 (c-guess-continued-construct, c-guess-basic-syntax):
3241
3242 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
3243
3244 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
3245
3246 2010-07-31 Eli Zaretskii <eliz@gnu.org>
3247
3248 * files.el (bidi-paragraph-direction): Define safe local values.
3249
3250 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3251 language-info-alist. Remove outdated FIXME in a comment.
3252
3253 2010-07-31 Alan Mackenzie <acm@muc.de>
3254
3255 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3256 Auto-fill broken in C/C++ modes.
3257
3258 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3259
3260 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3261 (menu-bar-showhide-tool-bar-menu-customize-disable)
3262 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3263 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3264 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
3265 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3266 make a menu for Options => toolbar that can move it.
3267
3268 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
3269
3270 * emacs-lisp/package-x.el (package--make-rss-entry):
3271 (package-maint-add-news-item, package--update-news)
3272 (package-upload-buffer-internal): New arg ARCHIVE-URL.
3273
3274 * emacs-lisp/package.el (package-archive-url): Rename from
3275 package-archive-id.
3276 (package-install): Doc fix.
3277 (package-download-single, package-download-tar, package-install)
3278 (package-menu-view-commentary): Callers changed.
3279
3280 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
3281
3282 * net/tramp.el (tramp-handle-start-file-process): Check only for
3283 `remote-tty' process property.
3284 (tramp-open-shell): Don't check for tty.
3285 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3286 process property.
3287
3288 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3289 host.
3290
3291 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
3292
3293 * emacs-lisp/package.el (package-load-list, package-archives)
3294 (package-archive-contents, package-user-dir)
3295 (package-directory-list, package--builtins, package-alist)
3296 (package-activated-list, package-obsolete-alist): Mark as risky.
3297
3298 2010-07-28 Phil Hagelberg <phil@evri.com>
3299
3300 Add support for non-default package repositories.
3301 * emacs-lisp/package.el (package-archive-base): Var deleted.
3302 (package-archives): New variable.
3303 (package-archive-contents): Doc fix.
3304 (package-load-descriptor): Do nothing if descriptor file is missing.
3305 (package--write-file-no-coding): New function.
3306 (package-unpack-single): Use it.
3307 (package-archive-id): New function.
3308 (package-download-single, package-download-tar)
3309 (package-menu-view-commentary): Use it.
3310 (package-installed-p): Make second argument optional.
3311 (package-read-all-archive-contents): New function.
3312 (package-initialize): Use it.
3313 (package-read-archive-contents): Add ARCHIVE argument.
3314 (package--add-to-archive-contents): New function.
3315 (package-install): Don't call package-read-archive-contents.
3316 (package--download-one-archive): Store archive file in a
3317 subdirectory of package-user-dir.
3318 (package-menu-execute): Remove spurious line movement.
3319
3320 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3321
3322 * cus-start.el (tool-bar-style): Add text-image-horiz.
3323
3324 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3325
3326 * progmodes/gud.el (gud-common-init): Check for remoteness of
3327 `file', and not of `default-directory'.
3328
3329 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3330
3331 * net/tramp.el (tramp-methods): Move hostname to the end in all
3332 ssh `tramp-login-args'.
3333 (tramp-verbose): Describe verbose level 9.
3334 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3335 (tramp-open-connection-setup-interactive-shell): Trace stty
3336 settings if `tramp-verbose' >= 9.
3337 (tramp-handle-start-file-process): Implement tty setting.
3338 (Bug#4604, Bug#6360)
3339
3340 * net/tramp-cmds.el (tramp-bug): Recommend setting of
3341 `tramp-verbose' to 9.
3342
3343 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
3344
3345 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3346 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3347 Remove references to package `lisp-re' (bug#4369).
3348
3349 2010-07-27 Tom Tromey <tromey@redhat.com>
3350
3351 * progmodes/js.el (js-mode):
3352 * progmodes/make-mode.el (makefile-mode):
3353 * progmodes/simula.el (simula-mode):
3354 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3355
3356 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3357
3358 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3359
3360 * time.el (display-time-day-and-date): Remove spurious * in docstring.
3361 (display-time-world-buffer-name, display-time-world-mode-map):
3362 Fix typos in docstrings.
3363
3364 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
3365
3366 * image-mode.el (image-display-size): New function.
3367 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3368 (image-mode-fit-frame): Use it (Bug#6639).
3369
3370 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3371
3372 * dired.el (dired-buffers-for-dir): Handle list values of
3373 dired-directory (Bug#6636).
3374
3375 2010-07-26 Sam Steingold <sds@gnu.org>
3376
3377 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3378 Do not call `x-get-selection' the second time, reuse the value.
3379
3380 2010-07-26 Daiki Ueno <ueno@unixuser.org>
3381
3382 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
3383 which consist of control chars only. Suggested by Richard Stallman.
3384
3385 2010-07-25 Daiki Ueno <ueno@unixuser.org>
3386
3387 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3388 exists before passing an error to find-file-not-found-functions
3389 (bug#6723).
3390
3391 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
3392
3393 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3394 Remove leading nil element, adjust values.
3395 (tetris-shapes, tetris-shape-scores):
3396 Change representation of shapes and remove some redundancy.
3397 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3398 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3399 Adjust for working with new representation of shapes.
3400 (tetris-shape-rotations): New function.
3401 (tetris-move-bottom, tetris-move-left, tetris-move-right)
3402 (tetris-rotate-prev, tetris-rotate-next):
3403 Adjust for working with the new version of tetris-test-shape.
3404
3405 2010-07-23 Markus Triska <markus.triska@gmx.at>
3406
3407 * progmodes/ps-mode.el: Use comint (bug#5954).
3408 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3409 (ps-mode-other-newline): Simplify.
3410 (ps-run-mode): Derive from comint-mode instead of
3411 fundamental-mode, yielding input history etc.
3412 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3413 (ps-run-send-string): Adapt for comint-mode.
3414 (ps-run-newline): Remove now unneeded function.
3415
3416 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3417
3418 * net/tramp.el (tramp-methods): Move hostname to the end in all
3419 plink `tramp-login-args'.
3420
3421 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3422
3423 * net/tramp.el (tramp-open-shell): New defun.
3424 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3425 Use it.
3426
3427 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3428
3429 * net/tramp.el (tramp-file-name-regexp-unified)
3430 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3431 not regard the volume letter as remote filename. (Bug#5447)
3432
3433 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
3434
3435 * custom.el (custom-declare-variable): Give a clearer error message
3436 when the docstring is missing (bug#6476).
3437
3438 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
3439
3440 * progmodes/sql.el: Version 2.4. Improved Login prompting.
3441 (sql-login-params): New widget definition.
3442 (sql-oracle-login-params, sql-mysql-login-params)
3443 (sql-solid-login-params, sql-sybase-login-params)
3444 (sql-informix-login-params, sql-ingres-login-params)
3445 (sql-ms-login-params, sql-postgres-login-params)
3446 (sql-interbase-login-params, sql-db2-login-params)
3447 (sql-linter-login-params): Use it.
3448 (sql-sqlite-login-params): Use it; Define "database" parameter as
3449 a file name.
3450 (sql-sqlite-program): Change to "sqlite3".
3451 (sql-comint-sqlite): Make sure database name is complete.
3452 (sql-for-each-login): New function.
3453 (sql-connect, sql-save-connection): Use it.
3454 (sql-get-login-ext): New function.
3455 (sql-get-login): Use it.
3456 (sql-make-alternate-buffer-name): Handle :file parameters.
3457
3458 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
3459
3460 * dired.el (dired-no-confirm): Document value t and fix defcustom to
3461 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
3462
3463 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3464
3465 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3466
3467 2010-07-22 Lawrence Mitchell <wence@gmx.li>
3468
3469 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3470
3471 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
3472
3473 * net/tramp.el (tramp-get-ls-command)
3474 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3475 instead of "/".
3476
3477 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3478
3479 * progmodes/sql.el: Version 2.3.
3480 (sql-connection-alist): Changed keys from symbols to strings;
3481 enhanced the widget definition.
3482 (sql-mode-menu): Added submenu to select connections.
3483 (sql-interactive-mode-menu): Added "Save Connection" item.
3484 (sql-add-product): Fixed menu item.
3485 (sql-get-product-feature): Improved error handling.
3486 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3487 (sql-make-alternate-buffer-name): Simplified.
3488 (sql-product-interactive): Handle missing product.
3489 (sql-connect): Support string keys, minor improvements.
3490 (sql-save-connection): New function.
3491 (sql-connection-menu-filter): New function.
3492
3493 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3494
3495 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3496 (tramp-open-connection-setup-interactive-shell): Apply
3497 workaround for IRIX64 bug. Move argument of last
3498 `tramp-send-command' where it belongs to.
3499
3500 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3501
3502 * net/tramp.el (tramp-perl-file-attributes)
3503 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3504 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3505 front of `login-args'.
3506
3507 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3508
3509 * time.el (display-time-world-mode): Define with `define-derived-mode'.
3510 Set `show-trailing-whitespace' to nil.
3511 (display-time-world-display): Simplify.
3512
3513 2010-07-18 Alan Mackenzie <acm@muc.de>
3514
3515 Enhance `c-file-style' in file/directory local variables.
3516 * progmodes/cc-mode.el (c-count-cfss): New function.
3517 (c-before-hack-hook): Call `c-set-style' differently according to
3518 whether c-file-style was set in file or directory local
3519 variables.
3520
3521 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
3522
3523 * progmodes/sql.el: Version 2.2.
3524 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3525 defcustom :safe keyword rather than putting safe-local-variable
3526 property.
3527 (sql-password): Use defcustom :risky keyword rather than putting
3528 risky-local-variable property.
3529 (sql-oracle-login-params, sql-sqlite-login-params)
3530 (sql-solid-login-params, sql-sybase-login-params)
3531 (sql-informix-login-params, sql-ingres-login-params)
3532 (sql-ms-login-params, sql-postgres-login-params)
3533 (sql-interbase-login-params, sql-db2-login-params)
3534 (sql-linter-login-params): Add `port' option.
3535 (sql-get-product-feature): Added NO-INDIRECT parameter.
3536 (sql-comint-oracle, sql-comint-sybase)
3537 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3538 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3539 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3540 (sql-comint-linter): Renamed sql-connect-* functions to
3541 sql-comint-*.
3542 (sql-product-alist, sql-mode-menu): Renamed as above and
3543 :sqli-connect-func to :sqli-comint-func.
3544 (sql-connection): New variable.
3545 (sql-interactive-mode): Set it.
3546 (sql-connection-alist): New variable.
3547 (sql-connect): New function.
3548 (sql--alt-buffer-part, sql--alt-if-not-empty)
3549 (sql-make-alternate-buffer-name): Improved alternative buffer name.
3550
3551 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3552
3553 * image-mode.el (image-bookmark-make-record): Do not set context
3554 in an image (Bug#6650).
3555
3556 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3557
3558 * simple.el (select-active-region): New function.
3559 (push-mark-command, set-mark, activate-mark)
3560 (handle-shift-selection): Use it.
3561 (deactivate-mark): Don't check for size of region.
3562
3563 * mouse.el (mouse-drag-track): Use select-active-region.
3564
3565 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3566
3567 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3568 "--dired" stronger.
3569
3570 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3571
3572 * term/x-win.el (x-select-enable-primary): Change default to nil.
3573 (x-select-enable-clipboard): Add :version keyword.
3574
3575 * mouse.el (mouse-drag-copy-region):
3576 * simple.el (select-active-regions): Likewise.
3577
3578 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
3579
3580 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
3581 (vc-coding-system-for-diff): Use it to decide whether to inherit
3582 from the file the EOL format for reading the diffs of that file.
3583 (Bug#4451)
3584
3585 2010-07-16 Eli Zaretskii <eliz@gnu.org>
3586
3587 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3588 unibyte, so compressed attachments are not compressed again.
3589
3590 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
3591
3592 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3593 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3594 (tramp-find-shell): Simplify setting connection property.
3595 (tramp-get-ls-command): Make test for "--color=never" stronger.
3596
3597 2010-07-15 Simon South <ssouth@member.fsf.org>
3598
3599 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3600 blocks within record declarations (i.e. variant parts) correctly.
3601
3602 2010-07-15 Simon South <ssouth@member.fsf.org>
3603
3604 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3605 over literal tokens when parsing so newlines aren't "absorbed" by
3606 single-line comments. Corrects the indentation of case blocks
3607 that have a comment on the first line.
3608
3609 2010-07-14 Karl Fogel <kfogel@red-bean.com>
3610
3611 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3612 by Drew Adams (Bug#5504).
3613
3614 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3615
3616 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
3617 now that Unicode is used (Bug#6594).
3618
3619 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
3620
3621 * term/x-win.el (x-select-enable-clipboard): Default to t.
3622 (x-initialize-window-system): Don't overwrite Paste menu item.
3623
3624 * simple.el (select-active-regions): Default to t.
3625 (push-mark-command): Don't overwrite primary with empty string.
3626
3627 * mouse.el: Bind mouse-2 to mouse-yank-primary.
3628 (mouse-drag-copy-region): Default to nil.
3629
3630 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3631 Cut/Copy/Paste menu bar items.
3632
3633 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3634
3635 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3636 Patch applied by Karl Fogel.
3637
3638 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3639 and `bookmark-current-buffer' if they have been already set in
3640 another buffer (e.g gnus-art).
3641
3642 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3643 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3644
3645 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3646
3647 * bookmark.el (bookmark-make-record-default): Allow unneeded
3648 information to be omitted from the record.
3649
3650 Adjust declarations and calls:
3651
3652 * info.el (bookmark-make-record-default): Adjust declaration.
3653 (Info-bookmark-make-record): Adjust call.
3654
3655 * woman.el (bookmark-make-record-default): Adjust declaration.
3656 (woman-bookmark-make-record): Adjust call.
3657
3658 * man.el (bookmark-make-record-default): Adjust declaration.
3659 (Man-bookmark-make-record): Adjust call.
3660
3661 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3662
3663 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3664
3665 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3666
3667 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3668 This is also from Thierry Volpiatto's patch in bug #6444. However,
3669 because it was extraneous to the functional change in that patch,
3670 and causes a re-indendation, I am committing it separately.
3671
3672 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3673
3674 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3675 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3676 Patch applied by Karl Fogel (Bug#6444).
3677
3678 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
3679
3680 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3681
3682 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3683
3684 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3685 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3686 (ns-alternatives-map): Change S-tab binding to backtab
3687 (bug#6616).
3688
3689 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3690 under ns.
3691
3692 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3693
3694 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3695 (Bug#5806)
3696
3697 * language/tv-util.el (tai-viet-re): Remove format.
3698
3699 2010-07-12 Kenichi Handa <handa@m17n.org>
3700
3701 * language/hebrew.el: Remove no-byte-compile declaration.
3702 Change coding: tag to utf-8. Register hebrew-shape-gstring in
3703 composition-function-table for 3-character looking back.
3704 (hebrew-font-get-precomposed): New function.
3705 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3706
3707 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
3708
3709 * mouse.el (mouse-drag-track): Handle select-active-regions
3710 (Bug#6612).
3711
3712 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3713
3714 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3715 empty argument to gvfs-copy.
3716
3717 2010-07-10 Glenn Morris <rgm@gnu.org>
3718
3719 * calendar/calendar.el (calendar-week-end-day): New function.
3720 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3721 Respect calendar-week-start-day. (Bug#6606)
3722 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3723 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3724 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3725 respect calendar-week-start-day.
3726
3727 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3728
3729 * simple.el (use-region-p): Doc fix (Bug#6607).
3730
3731 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3732
3733 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3734 regexps for cucumber and ruby.
3735
3736 2010-07-08 Daiki Ueno <ueno@unixuser.org>
3737
3738 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3739 (epa-file-insert-file-contents): Hack to prevent
3740 find-file from opening empty buffer when decryption failed
3741 (bug#6568).
3742
3743 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
3744
3745 * textmodes/ispell.el (ispell-alternate-dictionary):
3746 Use file-readable-p.
3747 Return nil if no word-list is found at default locations.
3748 (ispell-complete-word-dict): Default to nil.
3749 (ispell-command-loop): Use 'word-list' when using lookup-words.
3750 (lookup-words): Use ispell-complete-word-dict or
3751 ispell-alternate-dictionary. Check for word-list availability
3752 and handle errors if needed with better messages (Bug#6539).
3753 (ispell-complete-word): Use ispell-complete-word-dict or
3754 ispell-alternate-dictionary.
3755
3756 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
3757
3758 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3759 builtins (BufferError, BytesWarning, WindowsError; callables
3760 bin, bytearray, bytes, format, memoryview, next, print; __package__).
3761
3762 2010-07-07 Glenn Morris <rgm@gnu.org>
3763
3764 * play/zone.el (top-level): Do not require timer, tabify, or cl.
3765 (zone-shift-left): Ignore intangibility, and any errors from
3766 forward-char.
3767 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
3768 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3769 deleting, and copying text properties.
3770 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3771 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3772 to point-max is hard.
3773 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3774 (zone-fill-out-screen): Ignore intangibility.
3775
3776 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
3777
3778 * menu-bar.el (menu-bar-mode):
3779 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3780 if it has been set.
3781
3782 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3783 word/line selection (Bug#6565).
3784
3785 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3786
3787 * net/dbus.el (dbus-send-signal): Declare function.
3788
3789 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3790
3791 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3792 (dbus-register-property): New optional argument EMITS-SIGNAL.
3793 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3794
3795 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
3796
3797 * mouse.el (mouse-drag-overlay): Variable deleted.
3798 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3799 (mouse--remap-link-click-p): New function.
3800 (mouse-drag-track): Handle dragging by using temporary Transient
3801 Mark mode, instead of a special overlay.
3802 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3803 mouse-show-mark.
3804
3805 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3806 deleted.
3807
3808 2010-07-02 Juri Linkov <juri@jurta.org>
3809
3810 * autoinsert.el (auto-insert-alist): Fix readability
3811 by using dotted pair notation for lambda.
3812
3813 2010-07-02 Juri Linkov <juri@jurta.org>
3814
3815 * faces.el (read-face-name): Rename arg `string-describing-default'
3816 to `default'. Doc fix. Display the default value in quotes
3817 in the prompt. With empty input, return the `default' arg,
3818 unless the default value is a string (in which case return nil).
3819 (describe-face): Replace the string `default' arg of `read-face-name'
3820 with the symbol `default'.
3821
3822 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3823
3824 * emulation/viper-cmd.el (viper-delete-backward-char)
3825 (viper-del-backward-char-in-insert)
3826 (viper-del-backward-char-in-replace, viper-change)
3827 (viper-backward-indent): Replace delete-backward-char with
3828 delete-char (Bug#6552).
3829
3830 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
3831
3832 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3833
3834 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3835
3836 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3837 argument passed to frame-creation-function (Bug#5378).
3838
3839 * faces.el (x-handle-named-frame-geometry)
3840 (x-handle-reverse-video, x-create-frame-with-faces)
3841 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3842 separately consult default-frame-alist. It is now passed as the
3843 PARAMETER argument.
3844
3845 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3846
3847 * startup.el (command-line): Don't call tool-bar-setup in a
3848 tty-only build.
3849
3850 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3851
3852 * ruler-mode.el (ruler--save-header-line-format): New fun.
3853 (ruler-mode): Use it as a setter function, so as not to overwrite
3854 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3855
3856 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
3857
3858 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
3859 (vc-root-diff, vc-print-root-log, vc-log-incoming)
3860 (vc-log-outgoing): Use it.
3861 (vc-diff-internal): Set diff-vc-backend.
3862
3863 * vc/diff-mode.el (diff-vc-backend): New var.
3864
3865 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3866
3867 * dynamic-setting.el (font-setting-change-default-font): Remove
3868 call to message.
3869
3870 2010-06-28 Kenichi Handa <handa@m17n.org>
3871
3872 * international/quail.el (quail-insert-kbd-layout): Fix the
3873 showing of untranslated characters.
3874
3875 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3876
3877 * simple.el (delete-active-region): New option.
3878 (delete-backward-char): Implement in Lisp.
3879 (delete-forward-char): New command.
3880
3881 * mouse.el (mouse-region-delete-keys): Deleted.
3882 (mouse-show-mark): Simplify.
3883
3884 * bindings.el (global-map): Bind delete and DEL, the former to
3885 delete-forward-char.
3886
3887 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
3888
3889 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3890 (ruby-mode): Bind indent-line-function (Bug#5119).
3891
3892 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3893
3894 * startup.el (command-line): Recognize "0" X resource value.
3895
3896 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3897
3898 * startup.el (command-line): Use X resources to set the value of
3899 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3900
3901 * menu-bar.el (menu-bar-mode):
3902 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3903 Set init-value to t.
3904
3905 * frame.el (frame-notice-user-settings): Don't change
3906 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3907 vice versa (Bug#2249).
3908
3909 2010-06-26 Eli Zaretskii <eliz@gnu.org>
3910
3911 * w32-fns.el (w32-convert-standard-filename): Doc fix.
3912
3913 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
3914
3915 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3916 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3917
3918 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3919 default directories are expanded (Bug#6143).
3920
3921 2010-06-24 Juri Linkov <juri@jurta.org>
3922
3923 * minibuffer.el (completions-format): Change default from nil to
3924 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
3925
3926 2010-06-24 Juri Linkov <juri@jurta.org>
3927
3928 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3929 buffer-locally to lambda that re-runs the vc diff command.
3930 (Bug#6447)
3931
3932 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3933
3934 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3935 echo area is in use (Bug#3412).
3936
3937 2010-06-22 Glenn Morris <rgm@gnu.org>
3938
3939 * textmodes/texinfmt.el (texinfo-format-region)
3940 (texinfo-raise-lower-sections, texinfo-format-separate-node)
3941 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3942 (texinfo-format-option, texinfo-noindent):
3943 Use line-beginning-position and line-end-position.
3944
3945 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3946 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3947 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3948 utf-8 characters.
3949
3950 2010-06-21 Karl Fogel <kfogel@red-bean.com>
3951
3952 * play/zone.el (zone-fall-through-ws): Fix next-line ->
3953 forward-line fallout.
3954
3955 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3956
3957 * mouse.el (mouse-appearance-menu): Add docstring.
3958
3959 * help.el (describe-key): Print up-event using key-description.
3960
3961 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
3962
3963 * net/zeroconf.el (zeroconf-resolve-service)
3964 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3965 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3966
3967 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
3968
3969 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3970
3971 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3972
3973 Avoid displaying files with a nil state in vc-dir.
3974 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3975 cases that cause insertion.
3976 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3977 with a nil state.
3978
3979 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3980
3981 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3982
3983 2010-06-29 Leo <sdl.web@gmail.com>
3984
3985 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
3986
3987 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3988
3989 * generic-x.el (bat-generic-mode): Fix regexp for command line
3990 switches (Bug#5719).
3991
3992 2010-06-27 Masatake YAMATO <yamato@redhat.com>
3993
3994 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
3995 of nconc to avoid pure storage error (Bug#6239).
3996
3997 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
3998
3999 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
4000 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
4001 bindings of bookmark-automatically-show-annotations (Bug#6515).
4002
4003 2010-06-25 Eli Zaretskii <eliz@gnu.org>
4004
4005 * arc-mode.el (archive-zip-extract): Don't quote the file name on
4006 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
4007
4008 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
4009
4010 * comint.el (make-comint, make-comint-in-buffer): Mention return
4011 value in the docstrings. (Bug#6498)
4012
4013 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
4014
4015 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
4016 since it is not present when using some non-default switches.
4017
4018 2010-06-23 Karl Fogel <kfogel@red-bean.com>
4019
4020 * simple.el (compose-mail): Fix doc string to refer to
4021 `compose-mail-user-agent-warnings', instead of to the
4022 nonexistent `compose-mail-check-user-agent'.
4023
4024 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
4025
4026 Fix an indentation bug:
4027
4028 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
4029 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
4030 of existing values.
4031
4032 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
4033 (c-clear->-pair-props-if-match-before): now return t when they've
4034 cleared properties, nil otherwise.
4035 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
4036 by taking account of the existing value.
4037
4038 * progmodes/cc-defs.el
4039 (c-clear-char-property-with-value-function): Fix this to clear the
4040 property rather than overwriting it with nil.
4041
4042 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4043
4044 * emacs-lisp/package.el (package-print-package): Add link to
4045 package description via describe-package.
4046 (describe-package-1): List package requirements. Add button to
4047 perform installation.
4048 (package-menu-describe-package): New command.
4049
4050 * help-mode.el (help-package): New button type.
4051
4052 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4053
4054 * emacs-lisp/package.el: Move package-list-packages binding to
4055 menu-bar.el.
4056 (describe-package, describe-package-1, package--dir): New funs.
4057 (package-activate-1): Use package--dir.
4058
4059 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
4060
4061 * help-mode.el (help-package-def): New button type.
4062
4063 * menu-bar.el: Move package-list-packages binding here from
4064 package.el.
4065
4066 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
4067
4068 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
4069
4070 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * emacs-lisp/edebug.el (edebug-read-list):
4073 Phase out old-style backquotes.
4074
4075 2010-06-17 Juri Linkov <juri@jurta.org>
4076
4077 * help-mode.el (help-mode): Set buffer-local variable
4078 revert-buffer-function to help-mode-revert-buffer.
4079 (help-mode-revert-buffer): New function.
4080
4081 * info.el (Info-revert-find-node): Check for major-mode Info-mode
4082 before popping to "*info*" (like in other Info functions).
4083 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
4084 old-history-forward. Pop to old-buffer-name or "*info*" to
4085 recreate the killed buffer. Set Info-history-forward from
4086 old-history-forward.
4087 (Info-breadcrumbs-depth): Add :group and :version.
4088
4089 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
4090
4091 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
4092
4093 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
4094
4095 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
4096 for languages like Portuguese with pt_{BR,PT} and no plain pt.
4097
4098 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
4099
4100 * emacs-lisp/package.el (package-menu-mode-map):
4101 Move initialization into declaration.
4102
4103 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
4104
4105 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
4106
4107 * emacs-lisp/package.el (package-archive-base): Point to
4108 elpa.gnu.org.
4109 (package-enable, package-load-list): New defcustoms.
4110 (package-user-dir, package-directory-list): Turn into defcustoms.
4111 Don't include package-user-dir in package-directory-list.
4112 (package--builtins-base): Don't include Emacs as a "package".
4113 (package-subdirectory-regexp): New var.
4114 (package-load-all-descriptors, package-compute-transaction)
4115 (package-download-transaction): Obey package-load-list.
4116 (package-activate-1): Rename from package-do-activate.
4117 (package-list-packages-internal): Check package-load-list.
4118 (package-load-descriptor, package-generate-autoloads)
4119 (package-unpack, package-unpack-single)
4120 (package--read-archive-file, package-delete): Use
4121 expand-file-name.
4122
4123 * emacs-lisp/package-x.el: New file. Package uploading
4124 functionality split out from package.el.
4125
4126 * startup.el (command-line): Load packages after reading init file.
4127
4128 2010-06-17 Tom Tromey <tromey@redhat.com>
4129
4130 * emacs-lisp/package.el: New file.
4131
4132 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4133
4134 Fix vc-annotate for renamed files when using Git.
4135 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
4136 ls-files. Doe not pass the object as a file name to cat-file, it
4137 is not a file name.
4138 (vc-git-annotate-command): Pass the file name using -- to avoid
4139 ambiguity with the revision.
4140 (vc-git-previous-revision): Pass a relative file name.
4141
4142 2010-06-22 Glenn Morris <rgm@gnu.org>
4143
4144 * progmodes/js.el (js-mode-map): Use standard capitalization and
4145 ellipses for menu entries.
4146
4147 * wid-edit.el (widget-complete): Doc fix.
4148
4149 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
4150
4151 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
4152
4153 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4154
4155 Fix annotating other revisions for renamed files in vc-annotate.
4156 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
4157 VC backend. Use it when non-nil.
4158 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4159 (Bug#6487)
4160
4161 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
4162 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4163 Do not pass the file name to the 'previous-revision call when we
4164 don't want a file diff. (Bug#6489)
4165
4166 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4167
4168 Fix finding revisions for renamed files in vc-annotate.
4169 * vc/vc.el (vc-find-revision): Add an optional argument for
4170 the VC backend. Use it when non-nil.
4171 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
4172 backend to vc-find-revision. (Bug#6487)
4173
4174 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4175
4176 Fix reading file names in Git annotate buffers.
4177 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4178 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
4179
4180 2010-06-20 Alan Mackenzie <acm@muc.de>
4181
4182 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4183 in file local variables, set it first.
4184
4185 2010-06-19 Glenn Morris <rgm@gnu.org>
4186
4187 * descr-text.el (describe-char-unicode-data): Insert separating
4188 space when needed. (Bug#6422)
4189
4190 * progmodes/idlwave.el (idlwave-action-and-binding):
4191 Fix typo in 2009-12-03 change. (Bug#6450)
4192
4193 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4194
4195 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4196 handling for `lambda' (misunderstanding).
4197
4198 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
4199
4200 * calc/calc-poly.el (math-accum-factors): Make sure that
4201 constants aren't distributed after they are factored out.
4202
4203 2010-06-16 Juri Linkov <juri@jurta.org>
4204
4205 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4206 `list-colors-print'. (Bug#6332)
4207
4208 * subr.el (read-quoted-char): Fix up last change (bug#6290).
4209
4210 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4211
4212 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4213 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
4214
4215 * font-lock.el (font-lock-major-mode): Rename from
4216 font-lock-mode-major-mode to distinguish it from
4217 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4218 (font-lock-set-defaults):
4219 * font-core.el (font-lock-default-function): Adjust users.
4220 (font-lock-mode): Don't set it at all.
4221
4222 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
4225
4226 2010-06-16 Glenn Morris <rgm@gnu.org>
4227
4228 * calendar/appt.el (appt-time-msg-list): Doc fix.
4229 (appt-check): Let-bind appt-warn-time.
4230 (appt-add): Make the 3rd argument optional.
4231 Simplify argument names. Doc fix. Check for integer WARNTIME.
4232 Only add WARNTIME to the output list if non-nil.
4233
4234 2010-06-16 Ivan Kanis <apple@kanis.eu>
4235
4236 * calendar/appt.el (appt-check): Let the 3rd element of
4237 appt-time-msg-list specify the warning time.
4238 (appt-add): Add new argument with the warning time. (Bug#5176)
4239
4240 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4241
4242 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
4243 older than version 1.6. (Bug#6361)
4244
4245 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
4246
4247 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4248 used by cl-do-arglist. (Bug#6408)
4249
4250 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
4251
4252 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
4253 portuguese casechars/not-casechars for missing 'çÇ'.
4254 Suggested by Rolando Pereira (bug#6434).
4255
4256 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
4257
4258 * facemenu.el (list-colors-sort): Doc fix.
4259
4260 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4261
4262 * progmodes/sql.el (sql-connect-mysql): Fix typo.
4263
4264 2010-06-14 Juri Linkov <juri@jurta.org>
4265
4266 Add sort option `list-colors-sort'. (Bug#6332)
4267 * facemenu.el (color-rgb-to-hsv): New function.
4268 (list-colors-sort): New defcustom.
4269 (list-colors-sort-key): New function.
4270 (list-colors-display): Doc fix. Sort list according to the option
4271 `list-colors-sort'.
4272 (list-colors-print): Add HSV values to `help-echo' property of
4273 RGB strings.
4274
4275 2010-06-14 Juri Linkov <juri@jurta.org>
4276
4277 * compare-w.el: Move to the "vc" subdirectory.
4278
4279 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4280
4281 * image-mode.el (image-mode-map): Remap left-char and right-char.
4282
4283 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4284
4285 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
4286
4287 * term/common-win.el (x-colors): Add all the color names defined
4288 in rgb.txt (Bug#6332).
4289
4290 * facemenu.el (list-colors-print): Don't print extra names if it
4291 will overflow the window width.
4292
4293 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
4294 change (Bug#6343).
4295
4296 2010-06-12 Eli Zaretskii <eliz@gnu.org>
4297
4298 * files.el (make-directory): Doc fix (bug#6396).
4299
4300 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
4301
4302 * net/tramp.el (tramp-remote-process-environment): Protect version
4303 string by apostroph.
4304 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4305 XEmacs.
4306 (tramp-file-name-for-operation): Add `call-process-region'.
4307 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4308
4309 * net/tramp-compat.el (top): Do not autoload
4310 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4311 only when `start-file-process' is not bound.
4312 (tramp-advice-file-expand-wildcards): Do not use
4313 `tramp-handle-file-remote-p'.
4314 (tramp-compat-make-temp-file): Handle the case, that
4315 `make-temp-file' has no third argument EXTENSION.
4316
4317 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
4318
4319 * makefile.w32-in (WINS_BASIC): Include new directory vc.
4320
4321 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4322
4323 2010-06-11 Juri Linkov <juri@jurta.org>
4324
4325 * finder.el (finder-known-keywords): Add keyword "vc"
4326 for version control.
4327
4328 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4329 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4330 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4331 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4332
4333 2010-06-11 Juri Linkov <juri@jurta.org>
4334
4335 Move version control related files to the "vc" subdirectory.
4336 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4337 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4338 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4339 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4340 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4341 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4342 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4343 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4344 Move files to the "vc" subdirectory.
4345
4346 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
4347
4348 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4349 (Bug#6367).
4350
4351 2010-06-11 Stephen Eglen <stephen@gnu.org>
4352
4353 * shell.el: Bind `shell-resync-dirs' to M-RET.
4354
4355 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
4356
4357 * notifications.el: Move file from lisp/net, because it is
4358 supposed to talk locally to the user.
4359
4360 2010-06-10 Julien Danjou <julien@danjou.info>
4361
4362 * net/notifications.el (notifications-on-action-signal)
4363 (notifications-on-closed-signal): Pass notification id as first
4364 argument to the callback functions. Add docstrings.
4365 (notifications-notify): Fix docstring.
4366
4367 2010-06-10 Glenn Morris <rgm@gnu.org>
4368
4369 * emacs-lisp/authors.el (authors-ignored-files)
4370 (authors-valid-file-names): Add some files.
4371
4372 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4375 merge conflict, giving preference to the emacs-23 version of the code.
4376
4377 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4378
4379 * emacs-lisp/advice.el (ad-compile-function):
4380 Define warning-suppress-types before we let-bind it (bug#6275).
4381
4382 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4383 declare it, make it buffer-local and permanent-local (bug#6324).
4384 (vc-resynch-window): Adjust name.
4385 * vc-hooks.el (vc-find-file-hook): Adjust name.
4386
4387 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
4388
4389 * net/notifications.el (notifications-notify): Fix docstring.
4390
4391 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4392
4393 Update to Unicode 6.0.0 beta.
4394 * international/charprop.el: Update copyright.
4395 * international/mule-cmds.el (ucs-names): Update character ranges.
4396 * international/uni-bidi.el:
4397 * international/uni-category.el:
4398 * international/uni-combining.el:
4399 * international/uni-comment.el:
4400 * international/uni-decimal.el:
4401 * international/uni-decomposition.el:
4402 * international/uni-digit.el:
4403 * international/uni-lowercase.el:
4404 * international/uni-mirrored.el:
4405 * international/uni-name.el:
4406 * international/uni-numeric.el:
4407 * international/uni-old-name.el:
4408 * international/uni-titlecase.el:
4409 * international/uni-uppercase.el: Regenerate.
4410
4411 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4412
4413 * emacs-lisp/smie.el (comment-string-strip): Declare function.
4414 (smie-precs-precedence-table): Fix typo in docstring.
4415
4416 * vc-mtn.el (log-edit-extract-headers): Declare function.
4417
4418 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4419
4420 * net/notifications.el (dbus-register-signal): Declare function.
4421 (notifications-notify): Fix typos and reflow docstring.
4422
4423 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4424
4425 Improve VC create/retrieve tag/branch.
4426 * vc.el (vc-create-tag): Do not read the directory name for VCs
4427 with repository revision granularity. Adjust the tag/branch
4428 prompt. Reset VC properties.
4429 (vc-retrieve-tag): Do not read the directory name for VCs
4430 with repository revision granularity. Reset VC properties.
4431
4432 2010-06-09 Julien Danjou <julien@danjou.info>
4433
4434 * net/notifications.el: New file.
4435
4436 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4437
4438 Add optional support for resetting VC properties.
4439 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4440 call vc-file-clearprops when true.
4441 (vc-resynch-buffer): Add new optional argument, pass it down.
4442 (vc-resynch-buffers-in-directory): Likewise.
4443
4444 Improve support for special markup in the VC commit message.
4445 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4446 * vc-hg.el (vc-hg-checkin): Add support for Date:.
4447 * vc-git.el (vc-git-checkin):
4448 * vc-bzr.el (vc-bzr-checkin): Likewise.
4449
4450 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4453 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4454
4455 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
4456
4457 * iimage.el: Remove images as soon as the underlying text is modified.
4458 (iimage-modification-hook): New function.
4459 (iimage-mode-buffer): Use it.
4460
4461 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4462
4463 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4464 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4465 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4466 (smie-indent-keyword): Add handling of open-paren keywords.
4467 (smie-indent-comment-continue): Don't assume comment-continue.
4468
4469 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4470
4471 * window.el (pop-to-buffer): Remove the conditional that
4472 compares new-window and old-window, so it will reselect
4473 the selected window unconditionally.
4474 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4475
4476 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4477
4478 * emacs-lisp/smie.el (smie-indent-offset-after)
4479 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4480 (smie-indent-after-keyword): Use them.
4481 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4482 (smie-indent-keyword): Tweak the black magic.
4483 (smie-indent-comment-continue): Strip comment-continue before use.
4484 (smie-indent-functions): Indent comments before keywords.
4485
4486 2010-06-06 Juri Linkov <juri@jurta.org>
4487
4488 * isearch.el (isearch-lazy-highlight-search): Fix looping
4489 by checking for empty match. This syncs this loop with the
4490 similar loop in `isearch-search'. (Bug#6362)
4491
4492 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
4493
4494 * net/dbus.el (dbus-register-method): Declare function.
4495 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4496 (dbus-introspect): Doc fix.
4497 (dbus-event-bus-name, dbus-introspect-get-interface)
4498 (dbus-introspect-get-argument): Reflow docstrings.
4499
4500 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
4501
4502 vc-log-incoming/vc-log-outgoing fixes for Git.
4503 * vc-git.el (vc-git-log-view-mode): Fix font lock for
4504 incoming/outgoing logs.
4505 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4506 instead of vc-git-compute-remote.
4507 (vc-git-compute-remote): Remove.
4508
4509 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
4510
4511 * term/common-win.el (x-colors): Add "dark green" and "dark
4512 turquoise" (Bug#6332).
4513
4514 2010-06-04 Juri Linkov <juri@jurta.org>
4515
4516 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4517 Instead of setting `replace' to t and replacing the same string
4518 with itself, don't do certain actions when
4519 kill-do-not-save-duplicates is non-nil and string is equal to car
4520 of kill-ring: don't call menu-bar-update-yank-menu, don't push
4521 interprogram-paste strings to kill-ring, and don't push the input
4522 argument `string' to kill-ring.
4523 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4524
4525 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4526
4527 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4528
4529 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
4530
4531 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4532 (tramp-gvfs-handler-mounted-unmounted)
4533 (tramp-gvfs-connection-mounted-p): Handle default-location.
4534
4535 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4536 move files to trash.
4537
4538 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4539
4540 * international/mule-cmds.el (nonascii-insert-offset)
4541 (nonascii-translation-table): Add obsolescence information.
4542
4543 * international/mule.el (make-translation-table-from-vector): Doc fix.
4544
4545 2010-06-03 Glenn Morris <rgm@gnu.org>
4546
4547 * desktop.el (desktop-clear-preserve-buffers):
4548 Add "*Warnings*" buffer. (Bug#6336)
4549
4550 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4551
4552 vc-log-incoming/vc-log-outgoing improvements for Git.
4553 * vc-git.el (vc-git-log-outgoing): Use the same format as the
4554 short log.
4555 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
4556
4557 Add bindings for vc-log-incoming and vc-log-outgoing.
4558 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4559 and vc-log-outgoing.
4560 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4561 and vc-log-outgoing.
4562
4563 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4564
4565 * net/rcirc.el (rcirc-sort-nicknames): Remove.
4566 (rcirc-handler-366): Always sort nicknames.
4567
4568 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4569
4570 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4571
4572 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4573
4574 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
4575
4576 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4577
4578 * net/rcirc.el (rcirc-sort-nicknames): Change default.
4579 (rcirc-sort-nicknames-join): Avoid setq.
4580
4581 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4582
4583 * net/rcirc.el (rcirc-sort-nicknames): New custom.
4584 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4585 (rcirc-handler-366): Use them.
4586
4587 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4588
4589 Split smie-indent-calculate into more manageable chunks.
4590 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4591 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4592 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4593 (smie-indent-exps): Extract from smie-indent-calculate.
4594 (smie-indent-functions): New var.
4595 (smie-indent-functions): Use them.
4596
4597 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4598
4599 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4600 (smie-indent-calculate): Simplify and cleanup.
4601
4602 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
4603
4604 * net/tramp-gvfs.el (top): Require url-util.
4605 (tramp-gvfs-mount-point): Remove.
4606 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4607 New defuns.
4608 (with-tramp-dbus-call-method): Format trace message.
4609 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4610 Implement backup call, when operation on local files fails.
4611 Use progress reporter. Flush properties of changed files.
4612 (tramp-gvfs-handle-make-directory): Make more traces.
4613 (tramp-gvfs-url-file-name): Hexify file name in url.
4614 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4615 into account for the resulting file name.
4616 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4617 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
4618 (tramp-gvfs-handler-mounted-unmounted)
4619 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4620 attribute "default_location". Set "prefix" property.
4621 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4622 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4623 exists. Raise an error, if not (due to a corresponding answer
4624 "no" in interactive questions, for example).
4625
4626 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4627
4628 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4629
4630 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
4631
4632 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4633 right-*. (Bug#6265)
4634
4635 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4636
4637 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4638 * vc-git.el (vc-git-compute-remote): New function.
4639 (vc-git-log-outgoing): Use it instead of hard coding a value.
4640 (vc-git-log-incoming): New function.
4641
4642 Improve state updating for VC tag commands.
4643 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4644 to update the state of all buffers in the directory.
4645
4646 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4647
4648 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4649
4650 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4651 `file-directory-p' to the filename part rather than to the whole text.
4652
4653 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4654
4655 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4656
4657 2010-05-31 Drew Adams <drew.adams@oracle.com>
4658
4659 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4660
4661 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
4662
4663 * subr.el (momentary-string-display): Just use read-event to read
4664 the exit event (Bug#6238).
4665
4666 2010-05-30 Eli Zaretskii <eliz@gnu.org>
4667
4668 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4669
4670 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4671
4672 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4673 Suggested by Eli Zaretskii <eliz@gnu.org>.
4674
4675 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * minibuffer.el (completion-file-name-table): Don't return a boundary
4678 past the end of `string' (bug#6299).
4679 (completion--file-name-table): Delegate to completion-file-name-table
4680 for the `boundaries' case.
4681
4682 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4683
4684 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4685 movement commands.
4686
4687 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4688 `path-separator', but maintain compatibility with Emacs 20.2.
4689
4690 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4691
4692 * server.el (server-process-filter): Receive parent-id argument
4693 from emacsclient.
4694 (server-create-window-system-frame): New arg. Pass parent-id as
4695 frame parameter.
4696
4697 2010-05-29 Eli Zaretskii <eliz@gnu.org>
4698
4699 Bidi-sensitive word movement with arrow keys.
4700 * subr.el (right-arrow-command, left-arrow-command): Move to
4701 bindings.el.
4702
4703 * bindings.el (right-char, left-char): Move from subr.el and
4704 rename from right-arrow-command and left-arrow-command.
4705 (right-word, left-word): New functions.
4706 (global-map) <right>: Bind to right-char.
4707 (global-map) <left>: Bind to left-char.
4708 (global-map) <C-right>: Bind to right-word.
4709 (global-map) <C-left>: Bind to left-word.
4710
4711 * ls-lisp.el (ls-lisp-classify-file): New function.
4712 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4713 (ls-lisp-classify): Call ls-lisp-classify-file.
4714 (insert-directory): Remove blanks from switches.
4715
4716 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4717
4718 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4719 (ansi-color-drop-regexp): New constant.
4720 (ansi-color-apply, ansi-color-filter-region)
4721 (ansi-color-apply-on-region): Delete unrecognized control sequences.
4722 (ansi-color-apply): Build string list before calling concat.
4723
4724 2010-05-28 Juri Linkov <juri@jurta.org>
4725
4726 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4727 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4728 (Bug#5270)
4729
4730 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4731
4732 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4733 to ignored backtrace functions.
4734 (with-progress-reporter): Expand docstring.
4735 (tramp-handle-delete-file): Implement TRASH argument.
4736 (tramp-get-remote-trash): New defun.
4737
4738 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4739
4740 * net/tramp-compat.el (tramp-compat-delete-file): Use
4741 `symbol-value' for backward compatibility.
4742
4743 * net/tramp.el (tramp-handle-make-symbolic-link)
4744 (tramp-handle-load)
4745 (tramp-do-copy-or-rename-file-via-buffer)
4746 (tramp-do-copy-or-rename-file-directly)
4747 (tramp-do-copy-or-rename-file-out-of-band)
4748 (tramp-handle-process-file, tramp-handle-call-process-region)
4749 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4750 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4751 (tramp-delete-temp-file-function): Use `delete-file' instead
4752 of `tramp-compat-delete-file'.
4753
4754 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4755 (tramp-fish-handle-make-symbolic-link)
4756 (tramp-fish-handle-process-file): Use `delete-file' instead
4757 of `tramp-compat-delete-file'.
4758
4759 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4760 `delete-file' instead of `tramp-compat-delete-file'.
4761
4762 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4763 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4764 `tramp-compat-delete-file'.
4765
4766 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4767 `delete-file' instead of `tramp-compat-delete-file'.
4768
4769 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4770 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4771 (tramp-smb-handle-write-region): Use `delete-file' instead of
4772 `tramp-compat-delete-file'.
4773 (tramp-smb-handle-delete-directory): Use 'trash as arg.
4774
4775 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4776
4777 * dired.el (dired-delete-file): New arg TRASH.
4778 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
4779 (dired-do-flagged-delete, dired-do-delete): Use trash.
4780
4781 * speedbar.el (speedbar-item-delete): Allow trashing.
4782
4783 * files.el (delete-directory): New arg TRASH.
4784
4785 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4786 (ange-ftp-rename-remote-to-remote)
4787 (ange-ftp-rename-local-to-remote)
4788 (ange-ftp-rename-remote-to-local, ange-ftp-load)
4789 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4790 `delete-file'.
4791 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4792 allow trashing.
4793
4794 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4795 handle new TRASH arg of `delete-file'.
4796
4797 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4798 (tramp-handle-make-symbolic-link, tramp-handle-load)
4799 (tramp-do-copy-or-rename-file-via-buffer)
4800 (tramp-do-copy-or-rename-file-directly)
4801 (tramp-do-copy-or-rename-file-out-of-band)
4802 (tramp-handle-process-file, tramp-handle-call-process-region)
4803 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4804 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4805 (tramp-delete-temp-file-function): Use null TRASH arg in
4806 tramp-compat-delete-file call.
4807
4808 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4809 (tramp-fish-handle-delete-file)
4810 (tramp-fish-handle-make-symbolic-link)
4811 (tramp-fish-handle-process-file): Use null TRASH arg in
4812 `tramp-compat-delete-file' call.
4813
4814 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4815 arg in `tramp-compat-delete-file' call.
4816
4817 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4818 (tramp-gvfs-handle-write-region): Use null TRASH arg in
4819 `tramp-compat-delete-file' call.
4820
4821 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4822 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4823 `tramp-compat-delete-file' call.
4824
4825 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4826 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4827 (tramp-smb-handle-write-region): Use null TRASH arg in
4828 tramp-compat-delete-file call.
4829 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4830 (tramp-smb-handle-delete-file): Rename arg.
4831
4832 * diff.el (diff-sentinel):
4833 * epg.el (epg--make-temp-file, epg-decrypt-string)
4834 (epg-verify-string, epg-sign-string, epg-encrypt-string):
4835 * jka-compr.el (jka-compr-partial-uncompress)
4836 (jka-compr-call-process, jka-compr-write-region):
4837 * server.el (server-sentinel): Remove optional arg from
4838 delete-file, reverting 2010-05-03 change.
4839
4840 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4841
4842 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4843 font-lock-constant-face, not obsolete font-lock-reference-face.
4844
4845 2010-05-27 Kenichi Handa <handa@m17n.org>
4846
4847 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4848 element of GSTRING is nil.
4849
4850 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4851
4852 * emacs-lisp/smie.el (smie-forward-token-function)
4853 (smie-backward-token-function): New vars.
4854 (smie-backward-sexp, smie-forward-sexp)
4855 (smie-indent-hanging-p, smie-indent-calculate): Use them.
4856 (smie-default-backward-token): Rename from smie-backward-token and
4857 skip comments.
4858 (smie-default-forward-token): Rename from smie-forward-token and
4859 skip comments.
4860 (smie-next-sexp): Handle nil results from next-token.
4861 (smie-indent-calculate): Add a new case for special `fixindent' comments.
4862
4863 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4864
4865 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4866 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4867
4868 2010-05-27 Masatake YAMATO <yamato@redhat.com>
4869
4870 * htmlfontify.el (hfy-face-resolve-face): New function.
4871 (hfy-face-to-style): Use it (Bug#6279).
4872
4873 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4874
4875 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4876 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4877
4878 2010-05-26 Glenn Morris <rgm@gnu.org>
4879
4880 * emulation/edt.el (edt-load-keys): Use locate-library.
4881
4882 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
4883
4884 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4885 (log-edit-changelog-entries): Doc fix.
4886 (log-edit-changelog-insert-entries): Args changed.
4887 Rename relative filenames in ChangeLog entries. Delete tabs.
4888 (log-edit-insert-changelog-entries): Reorganize return value of
4889 `log-edit-changelog-entries' to pass filenames to
4890 log-edit-changelog-insert-entries.
4891
4892 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4893
4894 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4895 `image-dired-dired-insert-marked-thumbs' to
4896 `image-dired-dired-toggle-marked-thumbs'.
4897
4898 * image-dired.el: Require cl when compiling.
4899 (image-dired-dired-toggle-marked-thumbs): Rename from
4900 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
4901 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
4902 to 'no-dir. Skip files whose names don't match
4903 `image-file-name-regexp'. When file has a thumbnail overlay,
4904 delete it. (Bug#5270)
4905
4906 2010-05-25 Juri Linkov <juri@jurta.org>
4907
4908 * image-mode.el (image-mode): Add image-after-revert-hook to
4909 after-revert-hook.
4910 (image-after-revert-hook): New function. (Bug#5669)
4911
4912 2010-05-25 Juri Linkov <juri@jurta.org>
4913
4914 * image.el (image-animated-p): When delay between animated images
4915 is 0, set it to 10 (0.1 sec). (Bug#6258)
4916
4917 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4918
4919 * net/tramp.el (tramp-handle-insert-directory): Don't use
4920 `forward-word', its default syntax could be changed.
4921
4922 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
4923
4924 * net/tramp.el (tramp-progress-reporter-update): New defun.
4925 (with-progress-reporter): Use it.
4926 (tramp-process-actions):
4927 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4928 current message, in order to let progress reporter continue
4929 afterwards. (Bug#6257)
4930
4931 2010-05-25 Glenn Morris <rgm@gnu.org>
4932
4933 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4934 Add :version.
4935
4936 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4937
4938 * net/rcirc.el (rcirc-default-user-name): Change to "user".
4939 (rcirc-default-full-name): Change to "unknown".
4940 (rcirc-user-name-history): Add variable.
4941
4942 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4943 Jonathan Rockway <jon@jrock.us>
4944
4945 * net/rcirc.el (rcirc-server-alist): Add :pass.
4946 (rcirc): When prompting for connection parameters, also prompt for
4947 username and password.
4948 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
4949 value to server when connecting.
4950
4951 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4952
4953 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4954 (smie-merge-prec2s): Pass the tables as separate args.
4955 (smie-bnf-precedence-table): Adjust call accordingly.
4956 (smie-prec2-levels): Set levels at the end.
4957
4958 Replace Lisp calls to delete-backward-char by delete-char.
4959 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4960 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4961 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4962 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4963 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4964 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4965 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4966 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4967 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4968 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4969 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4970 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4971 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4972 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4973 delete-backward-char by calls to delete-char.
4974
4975 2010-05-25 Kenichi Handa <handa@m17n.org>
4976
4977 * language/hebrew.el (hebrew-shape-gstring): New function.
4978 Register it in composition-function-table for all Hebrew combining
4979 characters.
4980
4981 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4982
4983 * epa.el (epa--select-keys): Don't explicitly delete the window since
4984 that can fail (e.g. sole window in frame). Use dedication instead.
4985
4986 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
4987
4988 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
4989
4990 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4991
4992 * image.el (image-refresh): Define as an alias for image-flush.
4993
4994 * image-mode.el (image-toggle-display-image): Caller changed.
4995
4996 2010-05-21 Juri Linkov <juri@jurta.org>
4997
4998 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
4999 Remove "all" from grep-files-aliases. Split grep-files-aliases by
5000 whitespace, call wildcard-to-regexp on substrings and concat them
5001 with "\\|". (Bug#6114)
5002
5003 2010-05-21 Alan Mackenzie <acm@muc.de>
5004
5005 * progmodes/cc-engine.el (c-parse-state-get-strategy):
5006 Replace parameter `here' with `here-' and `here-plus', which sandwich
5007 any pertinent CPP construct.
5008 (c-remove-stale-state-cache-backwards): Fix a bug which happens
5009 when doing (c-parse-state) in a CPP construct: Exclude any "new"
5010 CPP construct from taking part in the scanning.
5011
5012 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
5013
5014 * net/tramp.el (tramp-do-copy-or-rename-file)
5015 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
5016 Tune `with-progress-reporter' messages.
5017 (tramp-handle-vc-registered):
5018 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
5019 (tramp-fish-handle-insert-file-contents)
5020 (tramp-fish-maybe-open-connection):
5021 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5022 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
5023 (tramp-imap-handle-insert-file-contents)
5024 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5025
5026 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
5027
5028 * add-log.el (change-log-font-lock-keywords):
5029 Highlight all authors in multi-author entries.
5030
5031 * smerge-mode.el (smerge-refine-ignore-whitespace)
5032 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
5033 Fix typos in docstrings.
5034 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
5035
5036 2010-05-21 Glenn Morris <rgm@gnu.org>
5037
5038 * progmodes/fortran.el (fortran-mode):
5039 * progmodes/f90.el (f90-mode): Derive from prog-mode.
5040
5041 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
5042 having a relative path in src/Makefile.in.
5043
5044 2010-05-20 Kevin Ryde <user42@zip.com.au>
5045
5046 * help-mode.el (help-make-xrefs): For Info node links turn
5047 newlines into spaces. Link node names with newlines are matched
5048 by help-xref-info-regexp and buttonized, this change ensures they
5049 can be followed successfully with RET. (Bug#6206)
5050
5051 2010-05-20 Juri Linkov <juri@jurta.org>
5052
5053 * locate.el (locate): Use pop-to-buffer instead of
5054 switch-to-buffer-other-window. (Bug#6204)
5055
5056 2010-05-20 Juri Linkov <juri@jurta.org>
5057
5058 * replace.el (replace-highlight): Fix lazy-highlighting
5059 for `M-s w str M-% str RET'.
5060
5061 2009-12-15 Masatake YAMATO <yamato@redhat.com>
5062
5063 * isearch.el (isearch-yank-word-or-char): Pull next subword
5064 when `subword-mode' is activated. (Bug#6220)
5065
5066 2010-05-20 Mark A. Hershberger <mah@everybody.org>
5067
5068 * isearch.el (isearch-update-post-hook): New hook.
5069 (isearch-update): Use the new hook. (Bug#6225)
5070
5071 2010-05-20 Juri Linkov <juri@jurta.org>
5072
5073 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
5074 [f1], [help], and (char-to-string help-char) instead of "\C-h".
5075 (Bug#6222)
5076
5077 2010-05-20 Juri Linkov <juri@jurta.org>
5078
5079 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
5080 (Bug#6223)
5081
5082 2010-05-20 Juri Linkov <juri@jurta.org>
5083
5084 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
5085 FILE-NAME to read from the minibuffer when called interactively
5086 with prefix argument instead of using buffer-file-name.
5087 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
5088
5089 * dired.el: Update autoloads.
5090
5091 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
5092
5093 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
5094 nxml-finish-element, for consistency with SGML mode.
5095
5096 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
5097 octave-close-block.
5098
5099 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
5100
5101 * composite.el: Require cl when compiling.
5102 (reference-point-alist, compose-gstring-for-graphic)
5103 (compose-gstring-for-terminal): Fix typos in docstrings.
5104
5105 2010-05-19 Juri Linkov <juri@jurta.org>
5106
5107 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
5108 set-window-parameter.
5109
5110 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
5111
5112 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
5113 where appropriate.
5114 (tramp-maybe-open-connection): Use it.
5115
5116 2010-05-19 Eli Zaretskii <eliz@gnu.org>
5117
5118 * simple.el (move-end-of-line): Make sure we are at line beginning
5119 before backing up to end of previous line.
5120
5121 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
5122
5123 * password-cache.el (password-cache-remove): Fix docstring.
5124
5125 * net/secrets.el: Autoload the widget functions.
5126 (secrets-search-items, secrets-create-item)
5127 (secrets-get-attributes, secrets-expand-item): Attributes will be
5128 stored on the password database without leading ":", as all other
5129 clients do as well.
5130 (secrets-mode): Fix docstring.
5131 (secrets-show-secrets): Provide it as autoloaded command only when
5132 D-Bus support is available. Check existence of Secret Service API.
5133
5134 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5135
5136 * indent.el (indent-region): Deactivate region (bug#6200).
5137
5138 2010-05-19 Glenn Morris <rgm@gnu.org>
5139
5140 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
5141
5142 2010-05-19 Kenichi Handa <handa@m17n.org>
5143
5144 * composite.el: Register compose-gstring-for-graphic in
5145 composition-function-table only for combining characters (Mn, Mc, Me).
5146
5147 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
5148
5149 * calc/calc-trail.el (calc-trail-isearch-forward)
5150 (calc-trail-isearch-backward): Ensure that the new window
5151 point is set correctly.
5152
5153 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * subr.el (read-quoted-char): Resolve modifiers after key
5156 remapping (bug#6212).
5157
5158 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
5159
5160 Add visualization code for secrets.
5161 * net/secrets.el (secrets-mode): New major mode.
5162 (secrets-show-secrets, secrets-show-collections)
5163 (secrets-expand-collection, secrets-expand-item)
5164 (secrets-tree-widget-after-toggle-function)
5165 (secrets-tree-widget-show-password): New defuns.
5166
5167 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5170 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5171 handled in smie-next-sexp.
5172 (smie-indent-calculate): Provide a starting indentation (so the
5173 recursion is well-founded ;-).
5174
5175 Fix handling of non-associative equal levels.
5176 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5177 when it's not needed.
5178 (smie-op-left, smie-op-right): New functions.
5179 (smie-next-sexp): New function, extracted from smie-backward-sexp.
5180 Better handle equal levels to distinguish the associative case from
5181 the "multi-keyword construct" case.
5182 (smie-backward-sexp, smie-forward-sexp): Use it.
5183
5184 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
5185
5186 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5187
5188 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5189 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5190
5191 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5192
5193 Provide a simple generic indentation engine and use it for Prolog.
5194 * emacs-lisp/smie.el: New file.
5195 * progmodes/prolog.el (prolog-smie-op-levels)
5196 (prolog-smie-indent-rules): New var.
5197 (prolog-mode-variables): Use them to configure SMIE.
5198 (prolog-indent-line, prolog-indent-level): Remove.
5199
5200 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
5201
5202 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
5203 order before computing the averages.
5204
5205 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
5206
5207 * calc/calc-vec.el (calc-histogram):
5208 (calcFunc-histogram): Allow vectors as inputs.
5209 (math-vector-avg): New function.
5210
5211 * calc/calc-ext.el (math-group-float): Have the number of digits
5212 being grouped depend on the radix (Bug#6189).
5213
5214 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
5215
5216 * version.el (emacs-copyright, emacs-version): Don't define here,
5217 now that emacs.c defines it.
5218
5219 2010-05-15 Eli Zaretskii <eliz@gnu.org>
5220
5221 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5222 "Describe Language Environment" menu item.
5223
5224 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5225
5226 Bidi-sensitive movement with arrow keys.
5227 * subr.el (right-arrow-command, left-arrow-command): New functions.
5228
5229 * bindings.el (global-map): Bind them to right and left arrow keys.
5230
5231 Don't override standard definition of convert-standard-filename.
5232 * files.el (convert-standard-filename): Call
5233 w32-convert-standard-filename and dos-convert-standard-filename on
5234 the corresponding systems.
5235
5236 * w32-fns.el (w32-convert-standard-filename): Rename from
5237 convert-standard-filename. Doc fix.
5238
5239 * dos-fns.el (dos-convert-standard-filename): Doc fix.
5240 (convert-standard-filename): Don't defalias.
5241 (register-name-alist, make-register, register-value)
5242 (set-register-value, intdos): Obsolete aliases for the
5243 corresponding dos-* functions and variables.
5244 (dos-intdos): Add a doc string.
5245
5246 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
5247
5248 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5249 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5250 (math-compose-tex-func):
5251 * calc/calccomp.el (math-compose-expr):
5252 * calc/calc-ext.el (math-format-flat-expr-fancy):
5253 * calc/calc-store.el (calc-read-var-name):
5254 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5255
5256 * calc/calc.el (var-π, var-φ, var-γ): New variables.
5257 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
5258 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
5259 (math-standard-units): Add units.
5260
5261 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * progmodes/asm-mode.el (asm-mode):
5264 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5265
5266 * pcomplete.el (pcomplete-completions-at-point): New function,
5267 extracted from pcomplete-std-complete.
5268 (pcomplete-std-complete): Use it.
5269
5270 2010-05-15 Glenn Morris <rgm@gnu.org>
5271
5272 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5273 Remove references to CVS, RCS and Old directories.
5274
5275 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
5276
5277 * calc/calc-bin.el (math-format-twos-complement): Group digits when
5278 appropriate.
5279
5280 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5283 (sh-mode-syntax-table): Give it a default value instead.
5284 (sh-header-marker): Make buffer-local.
5285 (sh-mode): Move make-local-variable to the corresponding setq.
5286 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5287 Use complete-with-action.
5288
5289 * simple.el (prog-mode): New (abstract) major mode.
5290 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5291 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5292
5293 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
5294
5295 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5296 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5297 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5298 (sql-make-alternate-buffer-name, sql-placeholders-filter)
5299 (sql-escape-newlines-filter, sql-input-sender)
5300 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5301
5302 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
5303
5304 Add TeX open-block and close-block keybindings to SGML, and vice versa.
5305
5306 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5307 latex-open-block and C-c / to latex-close-block.
5308
5309 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5310 and C-c C-e to sgml-close-tag.
5311
5312 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
5313
5314 * net/tramp.el (with-progress-reporter): Create reporter object
5315 only when the message would be displayed. Handle nested calls.
5316 (tramp-handle-load, tramp-handle-file-local-copy)
5317 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5318 (tramp-maybe-send-script, tramp-find-shell):
5319 Use `with-progress-reporter'.
5320 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5321 Fix message text.
5322
5323 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5324 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5325 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5326 Use `with-progress-reporter'.
5327
5328 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
5329
5330 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5331 process everytime when spellchecking from the minibuffer (bug#6143).
5332
5333 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5334
5335 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5336
5337 * dos-fns.el: Add "dos-" prefix for namespace control.
5338 (convert-standard-filename): Define as alias for
5339 dos-convert-standard-filename but only if applicable.
5340
5341 2010-05-12 Alan Mackenzie <acm@muc.de>
5342
5343 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5344 Push the mark at the start of these functions when appropriate.
5345
5346 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * minibuffer.el (completion-cycle-threshold): New custom var.
5349 (completion--do-completion): Use it.
5350 (minibuffer-complete): Use cycling if appropriate.
5351
5352 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
5353
5354 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5355 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5356
5357 2010-05-11 Juri Linkov <juri@jurta.org>
5358
5359 * scroll-all.el (scroll-all-check-to-scroll):
5360 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5361
5362 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * iimage.el (iimage-mode-map): Move initialization into declaration.
5365 (iimage-mode-buffer): Use with-silent-modifications.
5366 Simplify calling convention. Adjust callers.
5367 (iimage-mode): Don't run hook redundantly.
5368
5369 * minibuffer.el (completion-pcm--pattern->regex):
5370 Fix last change (bug#6160).
5371
5372 2010-05-10 Juri Linkov <juri@jurta.org>
5373
5374 Remove nodes visited during Isearch from the Info history.
5375 * info.el (Info-isearch-initial-history)
5376 (Info-isearch-initial-history-list): New variables.
5377 (Info-isearch-start): Record initial values of
5378 Info-isearch-initial-history and Info-isearch-initial-history-list.
5379 Add Info-isearch-end to isearch-mode-end-hook.
5380 (Info-isearch-end): New function.
5381
5382 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
5383
5384 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
5385 format string, in order to work around a bug in pdksh.
5386 Reported by Gilles Pion <gpion@lfdj.com>.
5387 (tramp-handle-verify-visited-file-modtime): Do not send a command
5388 when the connection is not established.
5389 (tramp-handle-set-file-times): Simplify the check for utc.
5390
5391 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
5392
5393 Fix use of `filter-buffer-substring' (rework previous change).
5394 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5395 (cua-repeat-replace-region):
5396 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5397 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5398 (cua-cut-region-to-global-mark): Use it.
5399
5400 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
5401
5402 * progmodes/sql.el: Version 2.1.
5403 (sql-product-alist): Redesign structure of product info.
5404 (sql-product, sql-user, sql-server, sql-database): Safe variables.
5405 (sql-port, sql-port-history): New variables.
5406 (sql-interactive-product): New variable.
5407 (sql-send-terminator): New variable.
5408 (sql-imenu-generic-expression): Add "Types" imenu entry.
5409 (sql-oracle-login-params, sql-sqlite-login-params)
5410 (sql-mysql-login-params, sql-solid-login-params)
5411 (sql-sybase-login-params, sql-informix-login-params)
5412 (sql-ingres-login-params, sql-ms-login-params)
5413 (sql-postgres-login-params, sql-interbase-login-params)
5414 (sql-db2-login-params, sql-linter-login-params)
5415 (sql-oracle-scan-on): New variables.
5416 (sql-mode-map): Add C-c C-i to start interactive mode.
5417 (sql-mode-menu): Update existing menu entries.
5418 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
5419 (sql-mode-oracle-font-lock-keywords)
5420 (sql-mode-postgres-font-lock-keywords)
5421 (sql-mode-ms-font-lock-keywords)
5422 (sql-mode-sybase-font-lock-keywords)
5423 (sql-mode-informix-font-lock-keywords)
5424 (sql-mode-interbase-font-lock-keywords)
5425 (sql-mode-ingres-font-lock-keywords)
5426 (sql-mode-solid-font-lock-keywords)
5427 (sql-mode-mysql-font-lock-keywords)
5428 (sql-mode-sqlite-font-lock-keywords)
5429 (sql-mode-db2-font-lock-keywords)
5430 (sql-mode-linter-font-lock-keywords): Update initialization to
5431 reduce run-time complexity.
5432 (sql-add-product, sql-del-product): New functions.
5433 (sql-set-product-feature, sql-get-product-feature): New functions.
5434 (sql-product-font-lock): Update product API.
5435 (sql-add-product-keywords): New function.
5436 (sql-highlight-product): Update product API.
5437 (sql-help-list-products): New function.
5438 (sql-help): Dynamically lists free and non-free products.
5439 (sql-get-login): Correct bug in handling history and added
5440 prompt for port.
5441 (sql-copy-column): Copy without properties.
5442 (sqli-input-sender): Apply filters to SQLi input.
5443 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5444 Implement as a filter.
5445 (sql-escape-newlines-filter): Implement as a filter.
5446 (sql-remove-tabs-filter): New function.
5447 (sql-send-magic-terminator): New function.
5448 (sql-send-string): Implement magic terminator.
5449 (sql-send-region): Use `sql-send-string'.
5450 (sql-interactive-mode): Use product API.
5451 (sql-product-interactive): Use product API.
5452 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5453 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5454 (sql-db2, sql-linter): Use `sql-product-interactive'.
5455 (sql-connect): New function.
5456 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5457 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5458 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
5459 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5460 Use `sql-connect'.
5461
5462 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5463
5464 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5465 New custom variable.
5466 (completion-pcm--string->pattern): Use it.
5467 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5468 Make it handle any symbol as `any'.
5469 (completion-pcm--merge-completions): Extract common suffix for the new
5470 `prefix' symbol as well.
5471 (completion-substring--all-completions): Use the new `prefix' symbol.
5472
5473 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
5474
5475 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5476 not bound.
5477 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5478 (tramp-compat-funcall): New defmacro.
5479 (tramp-compat-line-beginning-position)
5480 (tramp-compat-line-end-position)
5481 (tramp-compat-temporary-file-directory)
5482 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5483 (tramp-compat-copy-file, tramp-compat-copy-directory)
5484 (tramp-compat-delete-file, tramp-compat-delete-directory)
5485 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5486 * net/tramp.el (top, with-progress-reporter)
5487 (tramp-rfn-eshadow-setup-minibuffer)
5488 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5489 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5490 (tramp-completion-mode-p, tramp-check-for-regexp)
5491 (tramp-open-connection-setup-interactive-shell)
5492 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5493 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5494 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5495 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5496 (tramp-reporter-dump-variable, tramp-load-report-modules)
5497 (tramp-append-tramp-buffers)
5498 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5499
5500 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5501
5502 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * progmodes/compile.el (compilation-buffer-modtime): Rename from
5505 buffer-modtime. Adjust users.
5506
5507 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5508
5509 * international/mule.el (auto-coding-alist): Only purecopy
5510 car of each item, not the whole list (Bug#6083).
5511
5512 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5513
5514 * progmodes/js.el (js-mode): Make paragraph variables local before
5515 calling c-setup-paragraph-variables (Bug#6071).
5516
5517 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5518
5519 * composite.el (compose-region, reference-point-alist): Fix typos
5520 in the doc strings.
5521
5522 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5523
5524 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5525 gnuplot's "set" command.
5526
5527 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5528
5529 * abbrev.el (last-abbrev-text): Doc fix.
5530 (abbrev-prefix-mark): Don't escape parenthesis.
5531
5532 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5533
5534 * composite.el (find-composition): Doc fix.
5535
5536 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5537
5538 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5539 (sql-oracle-program, sql-sqlite-options)
5540 (sql-query-placeholders-and-send): Doc fixes.
5541 (sql-set-product, sql-interactive-mode): Reflow docstrings.
5542 (sql-imenu-generic-expression, sql-buffer)
5543 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5544 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5545 (sql-mode-sybase-font-lock-keywords)
5546 (sql-mode-informix-font-lock-keywords)
5547 (sql-mode-interbase-font-lock-keywords)
5548 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5549 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5550 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5551 (sql-product-feature, sql-highlight-product)
5552 (comint-line-beginning-position, sql-rename-buffer)
5553 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5554 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
5555 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5556 Fix typos in docstrings.
5557
5558 2010-05-08 Juri Linkov <juri@jurta.org>
5559
5560 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5561 property instead of `invisible' and `after-string' (bug#5998).
5562
5563 2010-05-08 Juri Linkov <juri@jurta.org>
5564
5565 * image-mode.el (image-mode-as-text): Fix typo in docstring.
5566
5567 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5568
5569 * filecache.el (file-cache-add-directory-list)
5570 (file-cache-add-directory-recursively): Fix typos in docstrings.
5571
5572 2010-05-08 Kenichi Handa <handa@m17n.org>
5573
5574 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
5575 (gujarati-composable-pattern): Fix typo.
5576
5577 2010-05-08 Kenichi Handa <handa@m17n.org>
5578
5579 * language/indian.el (oriya-composable-pattern)
5580 (tamil-composable-pattern, malayalam-composable-pattern):
5581 Add two-part vowels to "v" (vowel sign).
5582
5583 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5584
5585 * files.el (copy-directory): Handle symlinks (Bug#5982).
5586
5587 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5588
5589 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5590 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5591 (Bug#5846).
5592
5593 2010-05-08 Glenn Morris <rgm@gnu.org>
5594
5595 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5596
5597 * minibuffer.el (completion-at-point): Doc fix.
5598
5599 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5600
5601 * electric.el (Electric-command-loop): Minor tweak.
5602
5603 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5604 better with dedicated windows.
5605
5606 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5607
5608 * Version 23.2 released.
5609
5610 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5611 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 Highlight vendor specific properties.
5614 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5615 (css-proprietary-property): New face.
5616 (css-font-lock-keywords): Use them.
5617
5618 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5619
5620 * cus-start.el (all): Add native condition for tool-bar-* symbols.
5621
5622 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5623
5624 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5625 * files.el (auto-mode-alist): Remove redundant entries.
5626
5627 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5628 * simple.el (auto-save-mode): Move from files.el.
5629 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5630
5631 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5632
5633 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5634
5635 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5636
5637 * mail/binhex.el (binhex-decode-region-internal)
5638 * mail/uudecode.el (uudecode-decode-region-internal)
5639 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5640 (dns-read-type, dns-query)
5641 * pgg-parse.el (pgg-parse-armor)
5642 * pgg.el (pgg-verify-region)
5643 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5644 XEmacs.
5645
5646 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
5647
5648 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
5649
5650 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5651
5652 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5653 * emulation/cua-base.el (cua-repeat-replace-region):
5654 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5655 (cua-cut-region-to-global-mark):
5656 Remove text properties with `set-text-properties'.
5657
5658 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
5659
5660 * net/tramp.el (top, with-progress-reporter):
5661 Use `symbol-function' inside `funcall'.
5662
5663 * net/tramp-compat.el (tramp-compat-file-attributes)
5664 (tramp-compat-delete-file, tramp-compat-delete-directory):
5665 Handle only `wrong-number-of-arguments' error.
5666
5667 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5668 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5669 inside `funcall'.
5670
5671 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5672
5673 * minibuffer.el (completion--sreverse, completion--common-suffix):
5674 New functions.
5675 (completion-pcm--merge-completions): Extract common suffix when safe.
5676
5677 * emacs-lisp/easy-mmode.el (define-minor-mode):
5678 Make :variable more flexible.
5679 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5680
5681 2010-05-05 Juri Linkov <juri@jurta.org>
5682
5683 Add `slow' and `history' tags to the desktop data.
5684
5685 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5686 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5687 (Info-finder-find-node): Require `finder.el' to be able
5688 to restore node from the desktop.
5689 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5690 data `Info-history' and `slow' tag in the assoc list.
5691 (Info-restore-desktop-buffer): Don't restore nodes with the
5692 `slow' tag. Restore `Info-history'.
5693
5694 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
5695
5696 Add FORCE argument to `delete-file'.
5697
5698 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5699 forcing to delete the temporary file.
5700 (ange-ftp-delete-file): Add FORCE arg.
5701 (ange-ftp-rename-remote-to-remote)
5702 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5703 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5704 Force file deletion.
5705
5706 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5707
5708 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5709 (tramp-handle-make-symbolic-link, tramp-handle-load)
5710 (tramp-do-copy-or-rename-file-via-buffer)
5711 (tramp-do-copy-or-rename-file-directly)
5712 (tramp-do-copy-or-rename-file-out-of-band)
5713 (tramp-handle-process-file, tramp-handle-call-process-region)
5714 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5715 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5716 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5717
5718 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5719 (tramp-fish-handle-make-symbolic-link)
5720 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5721
5722 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5723 Use `tramp-compat-delete-file'.
5724
5725 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5726 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5727
5728 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5729 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5730
5731 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5732 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5733 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5734 `tramp-compat-delete-file'.
5735
5736 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5737
5738 Minor cleanups.
5739 * subr.el (add-minor-mode): Use push.
5740 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5741 * emulation/edt.el (edt-select-mode): Simplify.
5742
5743 Use define-minor-mode in more cases.
5744 * term/tvi970.el (tvi970-set-keypad-mode):
5745 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5746 (normal-erase-is-backspace-mode):
5747 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5748 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5749 (get-scroll-bar-mode): New function.
5750 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5751
5752 Use define-minor-mode for less obvious cases.
5753 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5754 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5755 * international/iso-ascii.el (iso-ascii-mode):
5756 * frame.el (auto-raise-mode, auto-lower-mode):
5757 * composite.el (global-auto-composition-mode): Use define-minor-mode.
5758
5759 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
5760
5761 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5762 in order to see error messages for failed logins.
5763
5764 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
5765
5766 * diff.el (diff-sentinel):
5767
5768 * epg.el (epg--make-temp-file, epg-decrypt-string)
5769 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5770
5771 * jka-compr.el (jka-compr-partial-uncompress)
5772 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5773
5774 * server.el (server-sentinel): Use delete-file's new FORCE arg
5775 (Bug#6070).
5776
5777 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 Use define-minor-mode where applicable.
5780 * view.el (view-mode):
5781 * type-break.el (type-break-query-mode)
5782 (type-break-mode-line-message-mode):
5783 * textmodes/reftex.el (reftex-mode):
5784 * term/vt100.el (vt100-wide-mode):
5785 * tar-mode.el (tar-subfile-mode):
5786 * savehist.el (savehist-mode):
5787 * ibuf-ext.el (ibuffer-auto-mode):
5788 * composite.el (auto-composition-mode):
5789 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5790 Use define-minor-mode.
5791 (vhdl-mode): Use static mode-line format.
5792 (vhdl-mode-line-update): Delete.
5793 (vhdl-create-mode-menu, vhdl-activate-customizations)
5794 (vhdl-hs-minor-mode): Don't bother calling it.
5795
5796 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5797
5798 * simple.el (with-wrapper-hook): Move.
5799 (buffer-substring-filters): Mark obsolete.
5800 (filter-buffer-substring-functions): New variable.
5801 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
5802
5803 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5804 Michael Albinus <michael.albinus@gmx.de>
5805
5806 Implement compression for inline methods.
5807
5808 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5809 (tramp-copy-size-limit): Allow also nil.
5810 (tramp-inline-compress-commands): New defconst.
5811 (tramp-find-inline-compress, tramp-get-inline-compress)
5812 (tramp-get-inline-coding): New defuns.
5813 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5814 replaced by `tramp-get-inline-coding'.
5815 (tramp-handle-file-local-copy, tramp-handle-write-region)
5816 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5817
5818 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5821 Remove unused functions.
5822
5823 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5824 Set find-tag-default-function as a variable rather than a property.
5825
5826 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5827 * progmodes/etags.el (tags-completion-at-point-function):
5828 Remove left over interactive spec. Add autoloading stub.
5829 (complete-tag): Use tags-completion-at-point-function.
5830
5831 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
5832
5833 * minibuffer.el (tags-completion-at-point-function): Fix return value.
5834
5835 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5836
5837 * ido.el (ido-init-completion-maps): Remove C-v binding.
5838 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5839
5840 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5841
5842 * minibuffer.el (tags-completion-at-point-function): New function.
5843 (completion-at-point-functions): Use it.
5844
5845 * progmodes/etags.el (complete-tag): Revert last change.
5846
5847 2010-04-29 Alan Mackenzie <acm@muc.de>
5848
5849 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5850 off-by-one error (in end of macro position).
5851
5852 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5853
5854 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5855 firefox is absent. Don't autoload.
5856 (browse-url-galeon-program): Don't autoload.
5857
5858 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5859
5860 * bindings.el (complete-symbol): Move into minibuffer.el.
5861
5862 * minibuffer.el (complete-tag): Move from etags.el. If tags
5863 completion cannot be performed, return nil instead of signalling
5864 an error.
5865 (completion-at-point): Make it an alias for complete-symbol.
5866 (complete-symbol): Move from bindings.el, and replace with the
5867 body of completion-at-point.
5868
5869 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5870
5871 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
5872
5873 * net/tramp.el (tramp-remote-selinux-p): New defun.
5874 (tramp-handle-file-selinux-context)
5875 (tramp-handle-set-file-selinux-context): Use it.
5876
5877 2010-04-28 Sam Steingold <sds@gnu.org>
5878
5879 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5880 `safe-local-variable' if the value is a string or a symbol with
5881 the property `bug-reference-url-format'.
5882
5883 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5884
5885 * progmodes/bug-reference.el (bug-reference-url-format):
5886 Revert 2010-04-27 change due to security risk.
5887
5888 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5889
5890 Make it possible to locally disable a globally enabled mode.
5891 * simple.el (fundamental-mode): Run fundamental-mode-hook.
5892 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5893 rather than kill-all-local-variables so it runs fundamental-mode-hook.
5894 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5895 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5896 that subsequent hooks get a chance to disable it.
5897
5898 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5899
5900 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5901 Avoid re-enabling a minor mode after the user turned the minor mode
5902 off if MODE-enable-in-buffers is run twice (typically once from
5903 fundamental-mode's after-change-major-mode-hook and a second time from
5904 run-mode-hook's own after-change-major-mode-hook).
5905
5906 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5907
5908 2010-04-27 Sam Steingold <sds@gnu.org>
5909
5910 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5911 `safe-local-variable' if the value is a string or a function, as
5912 documented and implemented on 2010-04-02.
5913
5914 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
5915
5916 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5917 when method is 'kill.
5918
5919 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
5920
5921 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5922 condition in default directory check.
5923 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5924 Kill ispell process when killing its associated buffer.
5925
5926 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
5927
5928 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5929 but we aren't using it.
5930
5931 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
5932
5933 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5934 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5935
5936 2010-04-24 Glenn Morris <rgm@gnu.org>
5937
5938 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5939 Ignore VCS-ignore files, and deleted nextstep preferences files.
5940 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5941 (authors-ambiguous-files): New list.
5942 (authors-valid-file-names): Add some deleted files.
5943 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5944 (authors-disambiguate-file-name): New function. (Bug#5501)
5945 (authors-canonical-file-name): Doc fix.
5946 Don't warn about obsolete files.
5947 (authors-canonical-file-name, authors-scan-el):
5948 Use authors-disambiguate-file-name.
5949
5950 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5951 Add autoload cookies.
5952 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5953 (generated-autoload-file): Set file-local value to "htmlfontify.el".
5954 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5955 They have definitions / compiler macros in cl.el.
5956 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5957 Replace manual autoloads with generated ones.
5958 (htmlfontify-unload-rgb-file): Remove autoload.
5959 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5960
5961 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5962
5963 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5964 (byte-compile-setq-default): Optimize for the
5965 single-var case and don't call byte-compile-form in this case to avoid
5966 inf-loop with byte-compile-set-default.
5967
5968 * progmodes/compile.el (compilation-start): Abbreviate default directory.
5969
5970 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
5971
5972 Implement SELINUX backends.
5973
5974 * net/tramp.el (tramp-file-name-handler-alist):
5975 Add `file-selinux-context' and `set-file-selinux-context'.
5976 (tramp-handle-file-selinux-context)
5977 (tramp-handle-set-file-selinux-context): New defuns.
5978 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5979 Handle PRESERVE-SELINUX-CONTEXT.
5980
5981 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5982 Add `file-selinux-context' and `set-file-selinux-context'.
5983 (tramp-gvfs-handle-file-selinux-context)
5984 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5985 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
5986
5987 * net/ange-ftp.el (ange-ftp-copy-file):
5988 * net/tramp-fish.el (tramp-fish-handle-copy-file):
5989 * net/tramp-imap.el (tramp-imap-handle-copy-file):
5990 * net/tramp-smb.el (tramp-smb-handle-copy-file):
5991 Add PRESERVE-SELINUX-CONTEXT.
5992
5993 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
5994
5995 Synchronize with Tramp repository.
5996
5997 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
5998 (tramp-action-process-alive, tramp-action-out-of-band)
5999 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6000 (tramp-exists-file-name-handler): Fix docstring.
6001 (with-progress-reporter): New defmacro.
6002 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
6003 (tramp-maybe-open-connection): Use it.
6004
6005 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
6006
6007 Detect ssh 'ControlMaster' argument automatically in some cases.
6008
6009 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6010 (tramp-default-method): Use it.
6011
6012 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
6013
6014 * net/tramp.el (tramp-handle-copy-file): Add new optional
6015 parameter `preserve-selinux-context'.
6016 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
6017
6018 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6021 Ensure, that non remote files are still checked. Oops.
6022
6023 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
6024
6025 Fix Bug#5840.
6026
6027 * icomplete.el (icomplete-completions): Use `non-essential'.
6028
6029 * net/tramp.el (tramp-connectable-p): New defun.
6030 (tramp-handle-expand-file-name)
6031 (tramp-completion-handle-file-name-all-completions)
6032 (tramp-completion-handle-file-name-completion): Use it.
6033
6034 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6035
6036 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
6037
6038 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6039
6040 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
6041
6042 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
6043
6044 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
6045 is present.
6046
6047 * info.el (info-tool-bar-map): Add labels.
6048
6049 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
6050
6051 * cus-edit.el (custom-commands): Add labels for tool bar.
6052 (custom-buffer-create-internal, Custom-mode): Adjust for
6053 labels in custom-commands.
6054
6055 * dynamic-setting.el: Renamed from font-setting.el.
6056
6057 2010-04-21 John Wiegley <jwiegley@gmail.com>
6058
6059 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
6060 toggles the use of virtual buffers.
6061 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
6062 (ido-toggle-virtual-buffers): New function.
6063
6064 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
6065
6066 Use `define-derived-mode'; fix window selection; doc fixes.
6067 * play/tetris.el (tetris, tetris-update-speed-function)
6068 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
6069 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
6070 (tetris-rotate-next, tetris-end-game, tetris-start-game)
6071 (tetris-pause-game): Fix typos in docstrings.
6072 (tetris-mode-map, tetris-null-map):
6073 Move initialization into declaration.
6074 (tetris-mode): Define with `define-derived-mode';
6075 set show-trailing-whitespace to nil.
6076 (tetris): Prefer window already displaying the "*Tetris*" buffer.
6077
6078 2010-04-21 Karel Klíč <kklic@redhat.com>
6079
6080 * files.el (backup-buffer): Handle SELinux context, and return it
6081 if a backup was made by renaming.
6082 (backup-buffer-copy): Set SELinux context to the target file.
6083 (basic-save-buffer): Set SELinux context of the newly written file.
6084 (basic-save-buffer-1): Now it also returns any SELinux context.
6085 (basic-save-buffer-2): Set SELinux context of the newly created file,
6086 and return it.
6087 * net/tramp.el (tramp-file-name-for-operation):
6088 Add file-selinux-context.
6089
6090 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6091
6092 Make the log-edit comments use RFC822 format throughout.
6093
6094 * vc.el (vc-checkin, vc-modify-change-comment):
6095 Adjust to new vc-start/finish-logentry.
6096 (vc-find-conflicted-file): New command.
6097 (vc-transfer-file): Adjust to new vc-checkin.
6098 (vc-next-action): Improve scoping.
6099
6100 * vc-hg.el (vc-hg-log-edit-mode): Remove.
6101 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
6102
6103 * vc-git.el (vc-git-log-edit-mode): Remove.
6104 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
6105 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
6106
6107 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
6108 (vc-start-logentry): Remove argument `extra'.
6109 (vc-finish-logentry): Remove extra args.
6110
6111 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
6112 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
6113 (vc-bzr-conflicted-files): New function.
6114
6115 * log-edit.el (log-edit-extra-flags)
6116 (log-edit-before-checkin-process): Remove.
6117 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
6118 (log-edit-headers-alist): New var.
6119 (log-edit-header-contents-regexp): New const.
6120 (log-edit-match-to-eoh): New function.
6121 (log-edit-font-lock-keywords): Use them.
6122 (log-edit): Insert a "Summary:" header as default.
6123 (log-edit-mode): Mark font-lock rules as case-insensitive.
6124 (log-edit-done): Cleanup headers.
6125 (log-view-process-buffer): Remove.
6126 (log-edit-extract-headers): New function to replace it.
6127
6128 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
6129
6130 * subr.el (default-direction-reversed): Remove obsolescence info.
6131
6132 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6133
6134 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
6135 windows/frames.
6136
6137 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
6138 I.e. include text after point in the completion region.
6139 Also, return nil when we're not after/in a symbol.
6140
6141 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
6142 default enable-multibyte-characters.
6143
6144 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * international/mule.el: Help the user choose a valid coding-system.
6147 (read-buffer-file-coding-system): New function.
6148 (set-buffer-file-coding-system): Use it. Prompt the user if the
6149 coding-system cannot encode all the chars.
6150
6151 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
6152 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
6153 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
6154 Don't use *vc-bzr-shelve*.
6155
6156 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
6157
6158 Fix the version number for added files.
6159 * vc-hg.el (vc-hg-working-revision): Check if the file is
6160 registered after hg parent fails (Bug#5961).
6161
6162 2010-04-19 Glenn Morris <rgm@gnu.org>
6163
6164 * htmlfontify.el (htmlfontify-buffer)
6165 (htmlfontify-copy-and-link-dir): Autoload entry points.
6166
6167 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
6168
6169 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6170 name relative to the project root (Bug#5960).
6171
6172 2010-04-19 Glenn Morris <rgm@gnu.org>
6173
6174 * vc-git.el (vc-git-print-log): Doc fix.
6175
6176 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
6177
6178 * ido.el (ido-file-internal): Fix 2009-12-02 change.
6179
6180 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
6181
6182 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6183 default settings (Bug#5928).
6184
6185 2010-04-19 Glenn Morris <rgm@gnu.org>
6186
6187 * progmodes/fortran.el (fortran-match-and-skip-declaration):
6188 New function.
6189 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
6190
6191 2010-04-19 Kenichi Handa <handa@m17n.org>
6192
6193 * language/indian.el (malayalam-composable-pattern): Fix previous
6194 change (add U+0D4D "SIGN VIRAMA").
6195 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6196 (tamil-composable-pattern): Fix typo in the regexp.
6197 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6198 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6199 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6200
6201 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6202
6203 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6204 paragraph-separate (Bug#5821).
6205
6206 2010-04-19 Juri Linkov <juri@jurta.org>
6207
6208 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6209
6210 * info.el (Info-find-node-2): Comment out code that skips
6211 breadcrumbs line.
6212 (Info-mouse-follow-link): New command.
6213 (Info-link-keymap): New keymap.
6214 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6215 Return a string with links instead of inserting breadcrumbs
6216 to the Info buffer.
6217 (Info-fontify-node): Comment out code that inserts breadcrumbs.
6218 Instead of putting the `invisible' text property over the Info
6219 header, make an overlay over the Info header with the `invisible'
6220 property and `after-string' set to the string returned by
6221 `Info-breadcrumbs'.
6222
6223 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6224
6225 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6226 Reported by monkey@sandpframing.com.
6227
6228 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6231 (tmm-get-keymap): Add key-binding shortcuts now that they're not
6232 available in the "keyseq cache" any more.
6233
6234 * custom.el (defcustom): Add edebug spec.
6235
6236 2010-04-18 Juri Linkov <juri@jurta.org>
6237
6238 Test for special mode-class in view-buffer instead of view-file (bug#5513).
6239
6240 * view.el (view-file, view-buffer): Move test for special mode-class
6241 from view-file to view-buffer.
6242
6243 * tar-mode.el (tar-extract): Turn if's into one cond
6244 like in arc-mode.el.
6245
6246 2010-04-18 Juri Linkov <juri@jurta.org>
6247
6248 Add 7z archive format support (bug#5475).
6249
6250 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6251 (archive-7z-extract): New defcustom.
6252 (archive-find-type): Add magic string for 7z.
6253 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6254 If `stderr-file' is non-nil, use `(t stderr-file)' for the
6255 `buffer' arg of `call-process'.
6256 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6257 call the function `archive-7z-extract' with the variable
6258 `archive-7z-extract' let-bound to `archive-zip-extract'.
6259 (archive-7z-summarize, archive-7z-extract): New functions.
6260
6261 * international/mule.el (auto-coding-alist):
6262 * files.el (auto-mode-alist): Add 7z file extension.
6263
6264 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6265
6266 * loadup.el: Setup hash-cons for pure data.
6267
6268 Fix duplicate entries in cedet's loaddefs.el files.
6269 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6270 Should make most file-local generated-autoload-file unnecessary.
6271 (print-readably): Silence warnings.
6272 (autoload-find-destination): Take load-name as an arg to make sure
6273 it's the same as the one that will be in the file.
6274 (autoload-generate-file-autoloads): Adjust to above changes.
6275 Try to make the dataflow a bit simpler.
6276
6277 * cvs-status.el (cvs-refontify): Remove unused.
6278
6279 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
6280
6281 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
6282
6283 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
6284 twos-complement mode.
6285
6286 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
6287
6288 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6289 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
6290 (calc-inverse): Add "Option" to message, as appropriate.
6291 (calc-hyperbolic): Add "Option" to message, as appropriate.
6292 (calc-option, calc-is-option): New functions.
6293
6294 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
6295 (calc-option-prefix-help): New function.
6296
6297 * calc/calc-misc.el (calc-help): Add "Option" entry.
6298
6299 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
6300 (calc-option-flag): New variable.
6301 (calc-do): Set `calc-option-flag to nil.
6302 (calc-set-mode-line): Add "Opt " as appropriate.
6303
6304 2010-04-16 Juri Linkov <juri@jurta.org>
6305
6306 Move scrolling commands from simple.el to window.el
6307 because their primitives are implemented in window.c.
6308
6309 * simple.el (scroll-error-top-bottom)
6310 (scroll-up-command, scroll-down-command, scroll-up-line)
6311 (scroll-down-line, scroll-other-window-down)
6312 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6313 * window.el (scroll-error-top-bottom)
6314 (scroll-up-command, scroll-down-command, scroll-up-line)
6315 (scroll-down-line, scroll-other-window-down)
6316 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6317 Move from simple.el to window.el because their primitives are
6318 implemented in window.c.
6319
6320 2010-04-16 Juri Linkov <juri@jurta.org>
6321
6322 * isearch.el (isearch-lookup-scroll-key): Check both
6323 `isearch-scroll' and `scroll-command' properties.
6324 (scroll-up, scroll-down): Remove `isearch-scroll' property.
6325
6326 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6327
6328 * simple.el (scroll-up-command, scroll-down-command)
6329 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6330
6331 2010-04-15 Juri Linkov <juri@jurta.org>
6332
6333 * simple.el (scroll-up-command, scroll-down-command)
6334 (scroll-up-line, scroll-down-line): Put `scroll-command'
6335 property on the these symbols. Remove them from
6336 `scroll-preserve-screen-position-commands'.
6337
6338 * mwheel.el (mwheel-scroll): Put `scroll-command' and
6339 `isearch-scroll' properties on the `mwheel-scroll' symbol.
6340 Remove it from `scroll-preserve-screen-position-commands'.
6341
6342 * isearch.el (isearch-allow-scroll): Doc fix.
6343
6344 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
6345
6346 * net/tramp.el (tramp-error-with-buffer): Don't show the
6347 connection buffer when we are in completion mode.
6348 (tramp-file-name-handler): Catch the error for some operations
6349 when we are in completion mode. This gives the user the chance to
6350 correct the file name in the minibuffer.
6351
6352 2010-04-15 Glenn Morris <rgm@gnu.org>
6353
6354 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6355
6356 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
6357
6358 Simplify by using `define-derived-mode'.
6359 * info.el (Info-mode):
6360 * calendar/todo-mode.el (todo-mode):
6361 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6362 (gomoku-mode-map): Move initialization into declaration.
6363
6364 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
6365
6366 Fix Bug#5840.
6367 * ido.el (ido-file-name-all-completions-1):
6368 * minibuffer.el (minibuffer-completion-help):
6369 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6370
6371 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6372
6373 * simple.el (non-essential): New var.
6374
6375 Add a new field `location' to bookmarks for non-file bookmarks.
6376 * bookmark.el (bookmark-location): Use the new field, if present.
6377 (bookmark-insert-location): Undo last change, not needed any more.
6378 * man.el (Man-bookmark-make-record):
6379 * woman.el (woman-bookmark-make-record): Add `location' field.
6380
6381 2010-04-14 Juri Linkov <juri@jurta.org>
6382
6383 * simple.el (scroll-error-top-bottom): New defcustom.
6384 (scroll-up-command, scroll-down-command): Use it. Doc fix.
6385
6386 * emulation/pc-select.el (pc-select-override-scroll-error):
6387 Obsolete in favor of `scroll-error-top-bottom'.
6388
6389 2010-04-14 Juri Linkov <juri@jurta.org>
6390
6391 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6392 `scroll-up-command' and `M-v' to `scroll-down-command'.
6393
6394 * emulation/cua-rect.el (cua--init-rectangles):
6395 * forms.el (forms--change-commands):
6396 * image-mode.el (image-mode-map):
6397 Remap scroll-down-command and scroll-up-command
6398 in addition to scroll-down and scroll-up.
6399
6400 2010-04-14 Juri Linkov <juri@jurta.org>
6401
6402 * mwheel.el (scroll-preserve-screen-position-commands):
6403 Add mwheel-scroll to this list of commands.
6404
6405 * simple.el (scroll-preserve-screen-position-commands):
6406 Add scroll-up-command, scroll-down-command, scroll-up-line,
6407 scroll-down-line to this list of commands.
6408
6409 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * obsolete/complete.el: Move from lisp/complete.el.
6412
6413 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6414
6415 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6416 to the minor mode function now turns the mode ON unconditionally.
6417
6418 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6419
6420 * vc-dir.el (vc-dir-kill-line): New command.
6421 (vc-dir-mode-map): Bind it to C-k.
6422
6423 * bookmark.el (bookmark-insert-location): Handle a nil filename.
6424
6425 * woman.el: Add bookmark declarations to silence the compiler.
6426 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6427 step to compatibility between man and woman bookmarks.
6428 Adjust for Man-default-bookmark-title renaming.
6429 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
6430
6431 * man.el: Add bookmark declarations to silence the compiler.
6432 (Man-name-local-regexp): Make it match NAME as well.
6433 (Man-getpage-in-background): Return the buffer.
6434 (Man-notify-when-ready): Use `case'.
6435 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6436 Don't hardcode "NAME". Simplify.
6437 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6438 Rename from Man-bookmark-make-record.
6439 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
6440 we have the actual man-args. Use Man-getpage-in-background rather
6441 than `man' since the arg is already processed. Let bookmark.el do the
6442 window handling. Only wait for the relevant process.
6443 Don't forget to autoload.
6444
6445 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6446
6447 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6448
6449 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6450 New functions.
6451 (woman-mode): Setup bookmark support.
6452
6453 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6454 (man-bookmark-jump): New functions.
6455 (Man-mode): Setup bookmark support.
6456
6457 2010-04-10 Jari Aalto <jari.aalto@cante.net>
6458
6459 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6460 recognize ssh-keygen prompt (Bug#2817).
6461
6462 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6463
6464 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6465
6466 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6467
6468 Synchronize with Tramp repository.
6469
6470 * net/tramp.el (tramp-completion-function-alist)
6471 (tramp-file-name-regexp, tramp-chunksize)
6472 (tramp-local-coding-commands, tramp-remote-coding-commands):
6473 Fix docstring.
6474 (tramp-remote-process-environment): Use `format' instead of `concat'.
6475 (tramp-handle-directory-files-and-attributes)
6476 (tramp-get-remote-path): Use `copy-tree'.
6477 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6478 compatibility: Use `completion-ignore-case' if
6479 `read-file-name-completion-ignore-case' does not exist.
6480 (tramp-do-copy-or-rename-file-directly): Do not use
6481 `tramp-handle-file-remote-p'.
6482 (tramp-do-copy-or-rename-file-out-of-band):
6483 Use `tramp-compat-delete-directory'.
6484 (tramp-do-copy-or-rename-file-out-of-band)
6485 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6486 Use `format-spec-make'.
6487 (tramp-find-foreign-file-name-handler)
6488 (tramp-advice-make-auto-save-file-name)
6489 (tramp-set-auto-save-file-modes): Remove superfluous check for
6490 `stringp'. This is done inside `tramp-tramp-file-p'.
6491 (tramp-debug-outline-regexp): New defconst.
6492 (tramp-get-debug-buffer): Use it.
6493 (tramp-check-for-regexp): Use (forward-line 1).
6494 (tramp-set-auto-save-file-modes): Adapt version check.
6495
6496 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6497 Wrap call of `featurep' for 2nd argument.
6498 (tramp-compat-make-temp-file): Simplify fallback implementation.
6499 (tramp-compat-copy-tree): Remove function.
6500 (tramp-compat-delete-directory): Provide implementation for older
6501 Emacsen.
6502
6503 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6504 Do not use `tramp-fish-handle-file-attributes.
6505
6506 * net/trampver.el: Update release number.
6507
6508 2010-04-10 Glenn Morris <rgm@gnu.org>
6509
6510 * progmodes/compile.el (compilation-save-buffers-predicate):
6511 Add missing :version tag.
6512
6513 2010-04-09 Sam Steingold <sds@gnu.org>
6514
6515 * progmodes/compile.el (compilation-save-buffers-predicate):
6516 Remove the "autoload" cookie.
6517
6518 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6519 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6520 and `bug-reference-prog-mode' can be used in hooks directly.
6521
6522 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6523
6524 Add --author support to git commit.
6525 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6526 (vc-git-log-edit-mode): New minor mode.
6527 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6528 New declarations.
6529
6530 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
6531
6532 * vc-hooks.el, vc-git.el: Improve documentation comments.
6533
6534 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6535
6536 Fix some of the problems in defsubst* (bug#5728).
6537 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6538 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6539
6540 2010-04-07 Sam Steingold <sds@gnu.org>
6541
6542 * progmodes/compile.el (compilation-save-buffers-predicate):
6543 New custom variable.
6544 (compile, recompile): Pass it to `save-some-buffers'.
6545
6546 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6547
6548 * wid-edit.el (widget-choose): Move cursor to the second line of
6549 the buffer (Bug#5695).
6550
6551 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6552
6553 Add new VC methods: vc-log-incoming and vc-log-outgoing.
6554 * vc.el (vc-print-log-setup-buttons): New function split out from
6555 vc-print-log-internal.
6556 (vc-log-internal-common): New function, a parametrized version of
6557 vc-print-log-internal.
6558 (vc-print-log-internal): Just call vc-log-internal-common with the
6559 right arguments.
6560 (vc-incoming-outgoing-internal):
6561 (vc-log-incoming, vc-log-outgoing): New functions.
6562 (vc-log-view-type): New permanent local variable.
6563
6564 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6565
6566 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6567 of the dynamic bound vc-short-log.
6568 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6569
6570 * vc-git.el (vc-git-log-outgoing): New function.
6571 (vc-git-log-view-mode): Use vc-log-view-type instead
6572 of the dynamic bound vc-short-log.
6573
6574 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6575 of the dynamic bound vc-short-log. Highlight the tag.
6576 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6577 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6578 (vc-hg-incoming-mode): Remove.
6579 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6580
6581 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6582
6583 Fix default-directory for vc-root-diff.
6584 * vc.el (vc-root-diff): Bind default-directory to the root
6585 directory for the diff command.
6586
6587 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
6588
6589 * progmodes/verilog-mode.el (verilog-forward-sexp):
6590 (verilog-calc-1): Support "disable fork" and "fork wait" multi
6591 word keywords, suggested by Steve Pearlmutter.
6592 (verilog-pretty-declarations): Support lineup of declarations in
6593 port lists.
6594 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
6595 fix bug for /* / comments.
6596 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
6597 Speed up and simplfy as this is never called with a bound.
6598 (verilog-pretty-declarations): Enhance to line up declarations
6599 inside a parameter list, suggested by Alan Morgan.
6600 (verilog-pretty-expr): Tune assignment regular expression match
6601 string for corner cases; also use markers instead of character
6602 number as indent changes the later.
6603
6604 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
6605
6606 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6607 as missing keyword.
6608 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6609 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
6610 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6611 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
6612 Tennant.
6613 (verilog-keywords):
6614 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6615 1800-2009 keywords, including "global.".
6616
6617 2010-04-06 John Wiegley <jwiegley@gmail.com>
6618
6619 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
6620 appearing in buffer list (if a live buffer name matched a recentf
6621 file basename). Should use uniquify to offer a real solution.
6622
6623 2010-04-06 John Wiegley <jwiegley@gmail.com>
6624
6625 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6626 comment to code, and add a :version tag.
6627 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
6628
6629 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
6630
6631 Enable recentf-mode if using virtual buffers.
6632 * ido.el (recentf-list): Declare for byte-compiler.
6633 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
6634 (ido-make-buffer-list): Simplify.
6635 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6636
6637 2010-04-05 Juri Linkov <juri@jurta.org>
6638
6639 Scrolling commands which scroll a line instead of full screen.
6640 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6641
6642 * simple.el (scroll-up-line, scroll-down-line): New commands.
6643 Put property isearch-scroll=t on them.
6644
6645 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6646 Remove commands.
6647
6648 2010-04-05 Juri Linkov <juri@jurta.org>
6649
6650 Scrolling commands which do not signal errors at top/bottom.
6651 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6652
6653 * simple.el (scroll-up-command, scroll-down-command): New commands.
6654 Put property isearch-scroll=t on them.
6655
6656 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6657 `scroll-down-command' and [next] from `scroll-up' to
6658 `scroll-up-command'.
6659
6660 * emulation/cua-base.el: Put property CUA=move on
6661 `scroll-up-command' and `scroll-down-command'.
6662 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6663 and `scroll-down-command' to `cua-scroll-down'.
6664
6665 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
6666
6667 * help.el (describe-mode): Return nil.
6668
6669 2010-04-04 John Wiegley <jwiegley@gmail.com>
6670
6671 * ido.el (ido-use-virtual-buffers): New variable to indicate
6672 whether "virtual buffer" support is enabled for IDO.
6673 (ido-virtual): Face used to indicate virtual buffers in the list.
6674 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6675 exists, but a virtual buffer of that name does (which would be why
6676 it was in the list), recreate the buffer by reopening the file.
6677 (ido-make-buffer-list): If virtual buffers are being used, call
6678 `ido-add-virtual-buffers-to-list' before the make list hook.
6679 (ido-virtual-buffers): New variable which contains a copy of the
6680 current contents of the `recentf-list', albeit pared down for the
6681 sake of speed, and with proper faces applied.
6682 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6683 create a list of "virtual buffers" to present to the user in
6684 addition to the currently open set. Note that this logic could
6685 get rather slow if that list is too large. With the default
6686 `recentf-max-saved-items' of 200, there is little speed penalty.
6687
6688 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6689
6690 * font-lock.el: Require CL when compiling.
6691 (font-lock-turn-on-thing-lock): Use `case'.
6692
6693 2010-04-03 Eli Zaretskii <eliz@gnu.org>
6694
6695 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6696 Zaretskii.
6697
6698 2010-04-02 Juri Linkov <juri@jurta.org>
6699
6700 * ehelp.el (electric-help-orig-major-mode):
6701 New buffer-local variable.
6702 (electric-help-mode): Set it to original major-mode. Doc fix.
6703 (with-electric-help): Use `electric-help-orig-major-mode' instead
6704 of (default-value 'major-mode). Doc fix.
6705 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6706
6707 2010-04-02 Sam Steingold <sds@gnu.org>
6708
6709 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6710 `vc-hg-command' with a list of flags.
6711
6712 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6713 Also accept "patch" and "RFE".
6714 (bug-reference-fontify): `bug-reference-url-format' can also be a
6715 function to be able to handle the bug kind.
6716 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6717
6718 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6719
6720 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6721 value to fboundp, it may not be a symbol.
6722
6723 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6724
6725 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6726
6727 2010-03-31 Juri Linkov <juri@jurta.org>
6728
6729 * simple.el (next-line, previous-line): Re-throw a signal
6730 with `signal' instead of using `ding'.
6731 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6732
6733 2010-03-31 Juri Linkov <juri@jurta.org>
6734
6735 * simple.el (keyboard-escape-quit): Raise deselecting the active
6736 region higher than exiting the minibuffer.
6737 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6738
6739 2010-03-31 Juri Linkov <juri@jurta.org>
6740
6741 * image.el (image-animated-p): Use `image-metadata' instead of
6742 `image-extension-data'. Get GIF extenstion data from metadata
6743 property `extension-data'.
6744
6745 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * simple.el (append-to-buffer): Simplify.
6748
6749 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
6750
6751 * textmodes/artist.el (artist-mode): Fix typo in docstring.
6752 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
6753
6754 2010-03-31 Kenichi Handa <handa@m17n.org>
6755
6756 * language/sinhala.el (composition-function-table): Fix regexp for
6757 the new Unicode specification.
6758
6759 * language/indian.el (devanagari-composable-pattern)
6760 (tamil-composable-pattern, kannada-composable-pattern)
6761 (malayalam-composable-pattern): Adjust for the new Unicode
6762 specification.
6763 (bengali-composable-pattern, gurmukhi-composable-pattern)
6764 (gujarati-composable-pattern, oriya-composable-pattern)
6765 (telugu-composable-pattern): New variables to cope with the new
6766 Unicode specification. Use them in composition-function-table.
6767
6768 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6769
6770 Make tmm-menubar work for the Buffers menu again (bug#5726).
6771 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6772 vectors rather than cons cells, as used in menu-bar-update-buffers.
6773
6774 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6775
6776 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6777 (js-insert-and-indent): Revert 2009-08-15 change, restoring
6778 electric punctuation for "{}();,:" (Bug#5586).
6779
6780 * mail/sendmail.el (mail-default-directory): Doc fix.
6781
6782 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6783
6784 * mail/sendmail.el (mail-default-directory): Doc fix.
6785
6786 2010-03-31 Eli Zaretskii <eliz@gnu.org>
6787
6788 * subr.el (version-regexp-alist, version-to-list)
6789 (version-list-<, version-list-=, version-list-<=)
6790 (version-list-not-zero, version<, version<=, version=): Doc fix.
6791 (Bug#5744).
6792
6793 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
6794
6795 * vc.el (vc-root-diff): Doc fix.
6796
6797 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6798
6799 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6800
6801 * simple.el (append-to-buffer): Fix last change.
6802
6803 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6804
6805 * simple.el (append-to-buffer): Ensure that point is preserved if
6806 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
6807 (Bug#5749)
6808
6809 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6810
6811 * files.el (auto-mode-case-fold): Change default to t.
6812
6813 2010-03-30 Juri Linkov <juri@jurta.org>
6814
6815 * dired-x.el (dired-omit-mode): Doc fix.
6816
6817 2010-03-30 Juri Linkov <juri@jurta.org>
6818
6819 * replace.el (occur-accumulate-lines): Move occur-engine related
6820 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6821 to be located after `occur-engine'.
6822
6823 2010-03-30 Juri Linkov <juri@jurta.org>
6824
6825 Make occur handle multi-line matches cleanly with context.
6826 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6827
6828 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6829 (occur-engine): Add local variables `ret', `prev-after-lines',
6830 `prev-lines'. Use more arguments for `occur-context-lines'.
6831 Set first elem of its returned list to `data', and the second elem
6832 to `prev-after-lines'. Don't print the separator line.
6833 In the end, print remaining context after-lines.
6834 (occur-context-lines): Add new arguments `begpt', `endpt',
6835 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
6836 after-lines of the previous match with before-lines of the
6837 current match and not overlap them. Return a list with two
6838 values: the output line and the list of context after-lines.
6839
6840 2010-03-30 Juri Linkov <juri@jurta.org>
6841
6842 * replace.el (occur-accumulate-lines): Fix a bug where the first
6843 context line at the beginning of the buffer was missing.
6844
6845 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6846
6847 * files.el: Make bidi-display-reordering safe variable for boolean
6848 values.
6849
6850 2010-03-29 Phil Hagelberg <phil@evri.com>
6851 Chong Yidong <cyd@stupidchicken.com>
6852
6853 * subr.el: Extend progress reporters to perform "spinning".
6854 (progress-reporter-update, progress-reporter-do-update):
6855 Handle non-numeric value arguments.
6856 (progress-reporter--pulse-characters): New var.
6857
6858 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
6859
6860 * progmodes/compile.el (compilation-start): Fix regexp detection
6861 of initial cd command (Bug#5771).
6862
6863 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
6864
6865 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6866
6867 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
6868
6869 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6870 * progmodes/gdb-mi.el: Restore.
6871 * progmodes/gdb-ui.el: Remove.
6872 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6873
6874 2010-03-25 Glenn Morris <rgm@gnu.org>
6875
6876 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6877 all dired buffers, even tramp ones. (Bug#5755)
6878
6879 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 Add "union tags" in mpc.el.
6882 * mpc.el: Remove backward compatibility code.
6883 (mpc-browser-tags): Change default.
6884 (mpc--find-memoize-union-tags): New var.
6885 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6886 (mpc-cmd-find): Handle the case where the playlist does not exist.
6887 Handle union-tags.
6888 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
6889 (mpc-cmd-add): Use mpc-cmd-flush.
6890 (mpc-tagbrowser-tag-name): New fun.
6891 (mpc-tagbrowser-buf): Use it.
6892 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
6893
6894 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6895
6896 Misc cleanup.
6897 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6898 Use replace-regexp-in-string.
6899 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6900 (makefile-imake-mode-syntax-table): Move init into defvar.
6901 (makefile-mode): Use define-derived-mode.
6902
6903 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6904 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6905 not be present any more.
6906
6907 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6908
6909 * faces.el (set-face-attribute): Fix typo in docstring.
6910 (face-valid-attribute-values): Reflow docstring.
6911
6912 2010-03-24 Glenn Morris <rgm@gnu.org>
6913
6914 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6915
6916 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6917
6918 * indent.el (indent-for-tab-command): Doc fix.
6919
6920 2010-03-24 Alan Mackenzie <acm@muc.de>
6921
6922 * progmodes/cc-engine.el (c-remove-stale-state-cache):
6923 Fix off-by-one error. Fixes bug #5747.
6924
6925 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6926
6927 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6928 (image-dired-read-comment): Doc fix.
6929
6930 * json.el (json-object-type, json-array-type, json-key-type)
6931 (json-false, json-null, json-read-number):
6932 * minibuffer.el (completion-in-region-functions):
6933 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6934 (cal-tex-cursor-week):
6935 * emacs-lisp/trace.el (trace-function):
6936 * eshell/em-basic.el (eshell/printnl):
6937 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6938 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6939 * obsolete/levents.el (allocate-event, event-key, event-object)
6940 (event-point, event-process, event-timestamp, event-to-character)
6941 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6942 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6943 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6944 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6945 (reftex-highlight-selection): Fix typos in docstrings.
6946
6947 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6948
6949 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6950
6951 2010-03-24 Glenn Morris <rgm@gnu.org>
6952
6953 * mail/rmail.el (rmail-highlight-face): Restore option deleted
6954 2008-02-13 without comment; mark it obsolete.
6955 (rmail-highlight-headers): Use rmail-highlight-face once more.
6956
6957 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6958
6959 * woman.el (woman2-process-escapes): Only consume the newline if
6960 the filler character is on a line by itself (Bug#5729).
6961
6962 2010-03-24 Kenichi Handa <handa@m17n.org>
6963
6964 * language/indian.el (devanagari-composable-pattern): Add more
6965 consonants.
6966
6967 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6968
6969 * net/trampver.el: Update release number.
6970
6971 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6972
6973 * net/tramp.el (tramp-find-executable):
6974 Use `tramp-get-connection-buffer'. Make the regexp for checking
6975 output of "wc -l" more robust.
6976 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6977 (tramp-open-connection-setup-interactive-shell): Remove workaround
6978 for OpenSolaris bug, it is not needed anymore.
6979
6980 2010-03-24 Glenn Morris <rgm@gnu.org>
6981
6982 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
6983
6984 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
6985
6986 * files.el (auto-mode-alist): Accept more verilog file patterns.
6987
6988 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6989
6990 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
6991
6992 2010-03-24 Glenn Morris <rgm@gnu.org>
6993
6994 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
6995 log-edit-before-checkin-process.
6996
6997 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
6998
6999 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
7000
7001 * vc-dispatcher.el (vc-start-logentry): Doc fix.
7002 (log-view-process-buffer, log-edit-extra-flags): Declare.
7003
7004 * log-edit.el (log-edit-before-checkin-process): Doc fix.
7005
7006 2010-03-23 Sam Steingold <sds@gnu.org>
7007
7008 Fix bug#5620: recalculate all markers on compilation buffer
7009 modifications, not on file modifications.
7010 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
7011 the buffer modification time, for buffers not associated with files.
7012 (compilation-mode): Create it.
7013 (compilation-filter): Update it.
7014 (compilation-next-error-function): Use it instead of
7015 `visited-file-modtime' for timestamp.
7016
7017 2010-03-23 Juri Linkov <juri@jurta.org>
7018
7019 Implement Occur multi-line matches.
7020 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
7021
7022 * replace.el (occur): Doc fix.
7023 (occur-engine): Set `begpt' to the beginning of the first line.
7024 Set `endpt' to the end of the last match line. At first, count
7025 line numbers between `origpt' and `begpt'. Split out code from
7026 `out-line' variable to new let-bindings `match-prefix' and
7027 `match-str'. In `out-line' add non-numeric prefix to all
7028 non-first lines of multi-line matches. Finally, count lines
7029 between `begpt' and `endpt' and add to `lines'.
7030
7031 2010-03-23 Juri Linkov <juri@jurta.org>
7032
7033 * replace.el (occur-accumulate-lines, occur-engine):
7034 Use `occur-engine-line' instead of duplicate code.
7035 (occur-engine-line): New function created from duplicate code
7036 in `occur-accumulate-lines' and `occur-engine'.
7037
7038 * replace.el (occur-engine-line): Add optional arg `keep-props'.
7039 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
7040
7041 2010-03-23 Juri Linkov <juri@jurta.org>
7042
7043 * finder.el: Remove TODO tasks.
7044
7045 * info.el (Info-finder-find-node): Add node "all"
7046 with all package info. Handle a list of multiple keywords
7047 separated by comma.
7048 (info-finder): In interactive use with a prefix argument,
7049 use `completing-read-multiple' to read a list of keywords
7050 separated by comma.
7051
7052 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 Add a new completion style `substring'.
7055 * minibuffer.el (completion-basic--pattern): New function.
7056 (completion-basic-try-completion, completion-basic-all-completions):
7057 Use it.
7058 (completion-substring--all-completions)
7059 (completion-substring-try-completion)
7060 (completion-substring-all-completions): New functions.
7061 (completion-styles-alist): New style `substring'.
7062
7063 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 Get rid of .elc files after removal of the corresponding .el.
7066 * Makefile.in (compile-clean): New target.
7067 (compile-main): Use it.
7068
7069 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
7070
7071 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
7072 don't do make there. When compiling with separate object dir, there
7073 is no Makefile there.
7074
7075 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7076
7077 Get rid of the ELCFILES abomination, again.
7078 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7079 (all, compile): Don't call compile-last.
7080 (compile-main): Build the "elcfiles" list dynamically.
7081 (compile-targets): New (internal) target.
7082
7083 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
7084
7085 * Makefile.in (top_srcdir): Define.
7086 (abs_top_builddir): Define.
7087 (srcdir): Don't append `/..'.
7088 (EMACS): Use ${abs_top_builddir}.
7089 (all, compile, compile-always, compile-last): Don't set emacswd.
7090 (update-subdirs, update-authors): Use $(top_srcdir) instead of
7091 $(srcdir).
7092 (lisp): Use $(srcdir) instead of @srcdir@.
7093
7094 2010-03-21 Juri Linkov <juri@jurta.org>
7095
7096 Fix message of multi-line occur regexps and multi-buffer header lines.
7097 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
7098
7099 * replace.el (occur-1): Don't display regexp if it is longer
7100 than window-width. Use `query-replace-descr' to display regexp.
7101 (occur-engine): Don't display regexp in the buffer header for
7102 multi-buffer occur. Display a separate header line with total
7103 match count and regexp for multi-buffer occur.
7104 Use `query-replace-descr' to display regexp.
7105
7106 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7107
7108 * net/secrets.el: Fix parenthesis.
7109 (secrets-enabled): Fix parenthesis.
7110
7111 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7112
7113 Use more relative file and directory names.
7114 * Makefile.in (EMACS): Arrange for it to work when we chdir.
7115 (setwins, setwins_almost, setwins_for_subdirs):
7116 Don't `cd'; output relative names.
7117 (all, compile, compile-always, compile-last): Set emacswd.
7118 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
7119 Just cd to the lisp source dir so we can use relative file names.
7120
7121 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
7122
7123 2010-03-20 Glenn Morris <rgm@gnu.org>
7124
7125 * textmodes/rst.el: Use faces for font-lock customization, and make the
7126 old -face variables obsolete.
7127 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
7128 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
7129 (rst-block-face, rst-external-face, rst-definition-face)
7130 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
7131 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
7132 Make obsolete.
7133 (rst-font-lock-keywords-function): Update for above changes.
7134
7135 2010-03-20 Juri Linkov <juri@jurta.org>
7136
7137 * s-region.el:
7138 * obsolete/s-region.el: Move to obsolete.
7139
7140 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
7141
7142 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
7143
7144 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7145
7146 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
7147
7148 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7149
7150 Add special markup processing for commit logs.
7151 * log-edit.el (log-edit-extra-flags): New variable.
7152 (log-edit): Add new argument MODE. Use that mode when non-nil
7153 instead of the log-view-mode.
7154 (log-view-process-buffer): New function.
7155
7156 * vc.el: Document that the checkin method takes optional
7157 arguments. Document new backend specific method: log-view-mode.
7158 (vc-default-log-edit-mode): New function.
7159 (vc-checkin): Use a backend specific log-view-mode.
7160 Pass extra arguments to the checkin method.
7161 (vc-modify-change-comment): Pass a dummy extra argument.
7162
7163 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7164 log-edit.
7165 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7166 (vc-finish-logentry): Process the log buffer before passing it
7167 down. Pass log-edit-extra-flags.
7168
7169 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7170 command.
7171 (log-edit-extra-flags, log-edit-before-checkin-process):
7172 New declarations.
7173
7174 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7175 command.
7176 (log-edit-extra-flags, log-edit-before-checkin-process):
7177 New declarations.
7178 (vc-hg-log-edit-mode): New derived mode.
7179
7180 * vc-arch.el (vc-arch-checkin):
7181 * vc-cvs.el (vc-cvs-checkin):
7182 * vc-git.el (vc-git-checkin):
7183 * vc-mtn.el (vc-mtn-checkin):
7184 * vc-rcs.el (vc-rcs-checkin):
7185 * vc-sccs.el (vc-sccs-checkin):
7186 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7187
7188 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7189
7190 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7191 parent typo).
7192
7193 2010-03-19 Glenn Morris <rgm@gnu.org>
7194
7195 * password-cache.el (password-cache, password-cache-expiry): Autoload.
7196
7197 2010-03-18 Glenn Morris <rgm@gnu.org>
7198
7199 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7200
7201 * replace.el (query-replace-history): Give it a doc string.
7202 (map-query-replace-regexp): Use query-replace-from-history-variable
7203 and query-replace-to-history-variable.
7204
7205 * mail/hashcash.el (declare-function): Remove duplicate definition.
7206
7207 * mail/emacsbug.el (report-emacs-bug-pretest-address):
7208 Make it an obsolete alias for report-emacs-bug-address.
7209 (message-strip-special-text-properties): Declare.
7210 (report-emacs-bug): Remove test for a pretest bug address.
7211 Combine message-mode-specific code.
7212
7213 * mail/supercite.el: Don't require sendmail.
7214 (mh-in-header-p): Declare rather than using with-no-warnings.
7215 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7216 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
7217
7218 * calendar/cal-french.el: Convert to utf-8.
7219
7220 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7221 Emacs scripts.
7222
7223 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
7224
7225 * net/secrets.el (secrets-enabled): New variable. Use it instead
7226 of a subfeature.
7227
7228 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
7229
7230 * net/secrets.el (top): Register the D-Bus signals only when the
7231 service "org.freedesktop.secrets" can be pinged.
7232 Provide subfeature `enabled'.
7233
7234 2010-03-14 Juri Linkov <juri@jurta.org>
7235
7236 Add finder unknown keywords.
7237
7238 * finder.el (finder-unknown-keywords): New function.
7239
7240 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7241 to create a Finder node with unknown keywords.
7242
7243 2010-03-14 Juri Linkov <juri@jurta.org>
7244
7245 * finder.el (finder-compile-keywords): Replace `princ' with
7246 `prin1' on a list of symbols interned from keyword strings.
7247
7248 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7249 a comma, then split keywords using a comma and optional whitespace.
7250 Otherwise, split by whitespace.
7251
7252 * complete.el:
7253 * face-remap.el:
7254 * log-view.el:
7255 * net/hmac-def.el:
7256 * net/hmac-md5.el:
7257 * net/netrc.el:
7258 * progmodes/mixal-mode.el: Fix keywords.
7259
7260 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
7261
7262 * Makefile.in (ELCFILES): Add net/secrets.elc.
7263
7264 * net/secrets.el: New file.
7265
7266 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7267
7268 * facemenu.el (list-colors-display, list-colors-print): New arg
7269 callback. Use it to allow selecting colors.
7270
7271 * wid-edit.el (widget-image-insert): Insert image prop even if the
7272 current display is non-graphic.
7273 (widget-field-value-set): New fun.
7274 (editable-field): Use it.
7275 (widget-field-value-get): Clean up unused var.
7276 (widget-color-value-create, widget-color--choose-action):
7277 New funs. Allow using list-colors-display to choose color.
7278
7279 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7280
7281 * cus-edit.el: Resort topmost custom groups.
7282 (custom-buffer-sort-alphabetically): Default to t.
7283 (customize-apropos): Use apropos-parse-pattern.
7284 (custom-search-field): New var.
7285 (custom-buffer-create-internal): Add custom-apropos search field.
7286 (custom-add-parent-links): Don't display parent doc.
7287 (custom-group-value-create): Don't sort top-level custom group.
7288 (custom-magic-value-create): Show visibility button before option name.
7289
7290 (custom-variable-state): New fun, from custom-variable-state-set.
7291 (custom-variable-state-set): Use it.
7292 (custom-group-value-create): Hide options with standard values
7293 using the :hidden-states property. Use progress reporter.
7294
7295 (custom-show): Simplify.
7296 (custom-visibility): Disable images by default.
7297 (custom-variable): New property :hidden-states.
7298 (custom-variable-value-create): Enable images for
7299 custom-visibility widgets. Use :hidden-states property to
7300 determine initial visibility.
7301
7302 * wid-edit.el (widget-image-find): Give images center ascent.
7303 (visibility): Add :on-image and :off-image properties.
7304 (widget-visibility-value-create): Use them.
7305
7306 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7307
7308 * cus-edit.el (processes): Remove from development group.
7309 (oop, hypermedia): Delete group.
7310 (comm): Promote to top-level group.
7311
7312 * net/browse-url.el (browse-url):
7313 * net/xesam.el (xesam):
7314 * net/tramp.el (tramp):
7315 * net/goto-addr.el (goto-address):
7316 * net/ange-ftp.el (ange-ftp): Put in comm group.
7317
7318 * view.el (view): Remove from editing group.
7319
7320 * uniquify.el (uniquify): Put in files group.
7321
7322 * net/browse-url.el (browse-url):
7323 * ps-print.el (postscript): Put in external group.
7324
7325 * cus-edit.el (outlines):
7326 * textmodes/text-mode.el (text-mode-hook):
7327 * textmodes/table.el (table):
7328 * textmodes/picture.el (picture):
7329 * outline.el (outlines): Put in wp group.
7330
7331 * nxml/nxml-mode.el (nxml): Remove from wp group.
7332
7333 * net/tramp-imap.el (tramp-imap): Put in tramp group.
7334
7335 * mail/metamail.el (metamail): Remove from hypermedia group.
7336
7337 * cus-edit.el (abbrev):
7338 * whitespace.el (whitespace):
7339 * vcursor.el (vcursor):
7340 * reveal.el (reveal):
7341 * hl-line.el (hl-line): Put in convenience group.
7342
7343 * epg-config.el (epg): Put in data group.
7344
7345 * emulation/pc-select.el (pc-select): Put in emulations group.
7346
7347 * calculator.el (calculator): Put in applications group.
7348
7349 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7350
7351 Add .dir-locals.el support for file-less buffers.
7352 * files.el (hack-local-variables): Split out code to apply local
7353 variable settings ...
7354 (hack-local-variables-apply): ... here. New function.
7355 (hack-dir-local-variables): Use the default directory for when the
7356 buffer does not have an associated file.
7357 (hack-dir-local-variables-non-file-buffer): New function.
7358 * diff-mode.el (diff-mode):
7359 * vc-annotate.el (vc-annotate-mode):
7360 * vc-dir.el (vc-dir-mode):
7361 * log-edit.el (log-edit-mode):
7362 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7363
7364 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7365
7366 Add support for shelving snapshots and for showing shelves.
7367 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7368 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7369 New functions.
7370 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7371 (vc-bzr-extra-menu-map): Map them.
7372
7373 2010-03-11 Glenn Morris <rgm@gnu.org>
7374
7375 * cus-edit.el (customize-changed-options-previous-release):
7376 Bump to 23.1.
7377
7378 * image.el (image-animate-max-time): Fix :version tag.
7379
7380 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
7381
7382 * Branch for 23.2.
7383
7384 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * vc-git.el (vc-git-revision-table): Include remote branches.
7387
7388 2010-03-10 Kim F. Storm <storm@cua.dk>
7389
7390 Animated image API.
7391 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7392
7393 * image.el (image-animate-max-time): New defcustom.
7394 (image-animated-types): New defconst.
7395 (create-animated-image, image-animate-timer)
7396 (image-animate-start, image-animate-stop, image-animate-timeout)
7397 (image-animated-p): New functions.
7398
7399 * image-mode.el (image-toggle-display-image):
7400 Replace `create-image' with `create-animated-image'.
7401
7402 2010-03-09 Miles Bader <miles@gnu.org>
7403
7404 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7405 instead of "format:"; this ensures that the output is
7406 newline-terminated.
7407
7408 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
7409
7410 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7411 that all errors are caught, and that the return value is always a
7412 list (Bug#5692).
7413
7414 2010-03-08 Kenichi Handa <handa@m17n.org>
7415
7416 * language/misc-lang.el (windows-1256): New coding system.
7417 (cp1256): New alias of windows-1256 (bug#5690).
7418
7419 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7420
7421 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7422 call to rfc822-bad-address. (Bug#5692)
7423
7424 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
7425
7426 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7427 Use vc-git-root as default directory for revision path (Bug#5657).
7428
7429 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
7430
7431 * calculator.el (calculator): Don't bind split-window-keep-point
7432 (Bug#5674).
7433
7434 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7435
7436 * vc-git.el: Re-flow to fit into 80 columns.
7437 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7438 Remove spurious `quote' element in each case alternative.
7439 (vc-git-show-log-entry): Use prog1.
7440 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7441
7442 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7445
7446 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
7447
7448 * macros.el (insert-kbd-macro): Look up keyboard macro using the
7449 definition, not the name (Bug#5481).
7450
7451 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
7452
7453 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7454 argument with a local variable. (Bug#5670)
7455
7456 2010-03-02 Juri Linkov <juri@jurta.org>
7457
7458 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
7459
7460 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
7461
7462 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7463 error when FILENAME and NEWNAME are existing remote directories.
7464
7465 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7466 parameter DIR-FLAG.
7467
7468 2010-03-02 Glenn Morris <rgm@gnu.org>
7469
7470 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7471 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7472
7473 2010-03-01 Kenichi Handa <handa@m17n.org>
7474
7475 * language/burmese.el (burmese-composable-pattern): Rename from
7476 myanmar-composable-pattern.
7477
7478 * international/characters.el (script-list):
7479 * international/fontset.el (script-representative-chars):
7480 Change myanmar to burmese.
7481 (otf-script-alist): Likewise.
7482 (setup-default-fontset): Likewise. Re-fix :otf spec.
7483
7484 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7485
7486 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7487
7488 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
7489
7490 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7491
7492 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7493
7494 * net/tramp.el (tramp-handle-write-region): START can be a string.
7495 Take care in the checks. Reported by Dan Davison
7496 <davison@stats.ox.ac.uk>.
7497
7498 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7499
7500 * net/dbus.el (dbus-introspect, dbus-get-property)
7501 (dbus-set-property, dbus-get-all-properties):
7502 Use `dbus-call-method' when noninteractive. (Bug#5645)
7503
7504 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
7505
7506 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7507 * emacs-lisp/elint.el (elint-add-required-env):
7508 * calendar/icalendar.el (icalendar--add-diary-entry):
7509 * calc/calcalg2.el (math-tracing-integral):
7510 * files.el (recover-session-finish): Use with-current-buffer
7511 instead of save-excursion.
7512
7513 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7514
7515 Fix in-buffer completion when after-change-functions modify the buffer.
7516 * minibuffer.el (completion--replace): New function.
7517 (completion--do-completion): Use it and use relative movement.
7518
7519 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
7520
7521 * international/fontset.el (setup-default-fontset): Fix :otf spec.
7522
7523 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
7524
7525 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7526 Allow the characters _<> in the stack entry (Bug#5653).
7527
7528 2010-02-26 Kenichi Handa <handa@m17n.org>
7529
7530 * language/burmese.el: Fix entries in composition-function-table.
7531 (myanmar-composable-pattern): New variable.
7532
7533 * international/fontset.el (setup-default-fontset): Add an entry
7534 for myanmar.
7535
7536 * international/characters.el (script-list): Add Myanmar
7537 Extended-A.
7538
7539 2010-02-26 Glenn Morris <rgm@gnu.org>
7540
7541 * custom.el (custom-initialize-delay): Doc fix.
7542
7543 * mail/sendmail.el (send-mail-function): Autoload the call
7544 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7545
7546 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
7547
7548 * files.el (hack-local-variables-filter): For eval forms, also
7549 check safe-local-variable-p (Bug#5636).
7550
7551 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
7552
7553 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7554 setting the modes by `ignore-errors'. It might fail, for example
7555 if the file is not owned by the user but the group.
7556 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7557
7558 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
7559
7560 * files.el (directory-listing-before-filename-regexp): Use
7561 stricter matching for iso-style dates, to avoid false matches with
7562 date-like filenames (Bug#5597).
7563
7564 * htmlfontify.el (htmlfontify): Doc fix.
7565
7566 * eshell/eshell.el (eshell): Doc fix.
7567
7568 * startup.el (fancy-about-screen): In mode-line, apply
7569 mode-line-buffer-id face only to the buffer name (Bug#5613).
7570
7571 2010-02-20 Kevin Ryde <user42@zip.com.au>
7572
7573 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7574 In `watcom' anchor regexp to start of line, to avoid slowness
7575 (Bug#5599).
7576
7577 2010-02-20 Eli Zaretskii <eliz@gnu.org>
7578
7579 * subr.el (remove-yank-excluded-properties): Explain in a comment
7580 why `category' property is removed.
7581
7582 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
7583
7584 * isearch.el (isearch-update-post-hook, isearch-update): Revert
7585 2010-02-17 change.
7586
7587 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
7588
7589 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7590 (icalendar--convert-weekly-to-ical)
7591 (icalendar--convert-yearly-to-ical)
7592 (icalendar--convert-block-to-ical)
7593 (icalendar--convert-cyclic-to-ical)
7594 (icalendar--convert-anniversary-to-ical): Take care of time
7595 specifications where hour has 1-digit only (Bug#5549).
7596
7597 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
7598
7599 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7600 of disassemble output in GDB 7.1.
7601
7602 2010-02-19 Glenn Morris <rgm@gnu.org>
7603
7604 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7605 property. (Bug#5593)
7606
7607 2010-02-18 Sam Steingold <sds@gnu.org>
7608
7609 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7610
7611 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7612
7613 Use abbreviated file names in bookmarks (bug#5591).
7614 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7615 calls to expand-file-name.
7616 (bookmark-relocate): Use abbreviated file names in bookmarks.
7617 (bookmark-load): Use abbreviated file names in messages.
7618
7619 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7620
7621 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7622 expand "." and "..". Reported by Thierry Volpiatto
7623 <thierry.volpiatto@gmail.com>.
7624
7625 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7626
7627 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7628 permissions of the temporary file to "0600". In case the remote
7629 file has no read permissions for the owner, there might be
7630 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7631
7632 22010-02-18 Glenn Morris <rgm@gnu.org>
7633
7634 * emacs-lisp/authors.el (authors-renamed-files-alist):
7635 Add entries for INSTALL.CVS.
7636
7637 2010-02-17 Mark A. Hershberger <mah@everybody.org>
7638
7639 * vc-bzr.el: Fix typo in Known Bugs section.
7640
7641 * isearch.el (isearch-update-post-hook): New hook.
7642 (isearch-update): Use the new hook.
7643
7644 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
7645
7646 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7647 Fix errors in copying directories.
7648 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7649 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7650 (tramp-handle-delete-file)
7651 (tramp-handle-dired-recursive-delete-directory)
7652 (tramp-handle-write-region): Flush also the cache for the upper
7653 directory.
7654
7655 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
7656
7657 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7658
7659 * cus-edit.el (hardware): Doc fix.
7660
7661 * man.el (man): Add to external custom group.
7662
7663 * delim-col.el (columns): Move to wp custom group.
7664
7665 * doc-view.el (doc-view): Add to data custom group.
7666
7667 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7668
7669 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7670 by ispell-parse-output (Bug#5575).
7671
7672 2010-02-16 Kenichi Handa <handa@m17n.org>
7673
7674 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7675 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7676 (skkdic-convert): Use `euc-japan' coding system for writing.
7677
7678 2010-02-16 Glenn Morris <rgm@gnu.org>
7679
7680 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7681 tex-main-file before using it. (Bug#5562)
7682
7683 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7684
7685 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7686 warnings, since it is annoying for the user to see them each time he
7687 runs the code.
7688
7689 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
7690
7691 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7692 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7693 instead of PROC for caching "first-password-request". Otherwise,
7694 new processes would not profit from passwords already entered.
7695
7696 * net/tramp-cache.el (tramp-dump-connection-properties):
7697 Don't save "first-password-request" property.
7698
7699 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
7700
7701 * outline.el (outline-head-from-level):
7702 * simple.el (with-wrapper-hook):
7703 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7704 (elint-defun, elint-buffer-env, elint-top-form-logged)
7705 (elint-unbound-variable):
7706 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7707 Fix typos in docstrings.
7708
7709 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
7710
7711 * files.el (insert-directory): When WILDCARD-REGEXP and
7712 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7713 whole directory. (Bug#5551)
7714
7715 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7716 dired's alignment sanity. (Bug#5516)
7717
7718 2010-02-14 Juri Linkov <juri@jurta.org>
7719
7720 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7721 Remove remaining ^H with their preceding chars. (Bug#5566)
7722
7723 2010-02-13 Glenn Morris <rgm@gnu.org>
7724
7725 * simple.el (transpose-subr): Give it a doc-string.
7726
7727 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7728 Doc fixes.
7729
7730 2010-02-12 Juri Linkov <juri@jurta.org>
7731
7732 * arc-mode.el (archive-unique-fname): Make directories for nested
7733 archives. (Bug#5540)
7734
7735 2010-02-12 Juri Linkov <juri@jurta.org>
7736
7737 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7738
7739 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7740
7741 * subr.el (copy-overlay): Handle deleted overlays.
7742
7743 * man.el (Man-completion-table): Don't signal an error if we can't run
7744 manual-program (bug#4056).
7745
7746 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
7747
7748 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7749
7750 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7751
7752 * info.el (Info-bookmark-jump): Simplify.
7753
7754 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7755 (bookmark-default-handler): Accept new bookmark field `buffer'.
7756
7757 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
7758
7759 * iswitchb.el (iswitchb-completions): Revert last change.
7760
7761 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
7762
7763 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7764 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7765 This prevents file names like "~/" being listed literally.
7766
7767 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7768
7769 * term/xterm.el (xterm-maybe-set-dark-background-mode):
7770 Remove dead code. (Bug#5546)
7771
7772 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
7773
7774 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7775 correctly (Bug#5548).
7776
7777 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
7778
7779 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7780 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7781
7782 2010-02-08 Kenichi Handa <handa@m17n.org>
7783
7784 * international/mule-util.el (with-coding-priority): Add autoload
7785 cookie for putting `lisp-indent-function'.
7786
7787 2010-02-07 Glenn Morris <rgm@gnu.org>
7788
7789 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7790 Move F2003 named interfaces from keywords-2 to keywords-1, and
7791 use function-name-face rather than constant-face.
7792 Simplify "abstract interface" regexp.
7793
7794 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
7795
7796 * eshell/esh-util.el (eshell-file-attributes): New optional arg
7797 ID-FORMAT. Pass it to `file-attributes'.
7798
7799 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7800
7801 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
7802
7803 * faces.el (set-face-attribute): Allow calling
7804 internal-set-lisp-face-attribute with 'unspecified family and
7805 foundry argument (Bug#5536).
7806
7807 2010-02-07 Glenn Morris <rgm@gnu.org>
7808
7809 * progmodes/f90.el (f90-font-lock-keywords-2)
7810 (f90-looking-at-type-like, f90-looking-at-program-block-end):
7811 Handle F2003 named interfaces.
7812
7813 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
7814
7815 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7816 beg and end before calling c-get-state-before-change-functions.
7817
7818 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
7819
7820 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7821
7822 2010-02-05 Juri Linkov <juri@jurta.org>
7823
7824 * doc-view.el (doc-view-mode):
7825 * image-mode.el (image-mode): Put property mode-class=special.
7826 (Bug#4896)
7827
7828 2010-02-05 Mark A. Hershberger <mah@everybody.org>
7829
7830 * vc-svn.el (vc-svn-revision-table): New function.
7831
7832 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
7833
7834 * net/ange-ftp.el (ange-ftp-insert-directory):
7835 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7836 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7837 Handle also directories. (Bug#5478)
7838
7839 2010-02-05 Glenn Morris <rgm@gnu.org>
7840
7841 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7842
7843 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
7844
7845 * startup.el (command-line-1): Convert options beginning with a
7846 single dash as well (Bug#5519).
7847
7848 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7849
7850 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7851 * minibuffer.el (completion-initials-expand): Only check the presence
7852 of delims *within* the boundaries, since otherwise the / delim is
7853 always found for files.
7854
7855 Fix up various corner case problems.
7856 * doc-view.el (doc-view-last-page-number): New function.
7857 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7858 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7859 (doc-view-kill-proc): Avoid inf-loop in freak cases.
7860 (doc-view-reconvert-doc): Use the new recursive delete-directory.
7861 (doc-view-convert-current-doc): Don't create the resolution.el file
7862 here any more.
7863 (doc-view-pdf/ps->png): Do it here instead.
7864 (doc-view-already-converted-p): Check that resolution.el is present.
7865 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7866 windows that are not yet showing images.
7867
7868 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
7869
7870 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7871 `dired-uncache' for every elemnt which is an absolute file name.
7872
7873 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7874 directory, handle its directory component.
7875 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7876 function is called permanently and creates noise, otherwise.
7877
7878 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7879 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7880 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
7881
7882 2010-02-04 David Burger <dburger@google.com> (tiny change)
7883
7884 * macros.el (apply-macro-to-region-lines):
7885 Minor simplification. (Bug#5485)
7886
7887 2010-02-04 Glenn Morris <rgm@gnu.org>
7888
7889 * mail/rmail.el (rmail-show-message-1): Handle malformed
7890 quoted-printable text. (Bug#5441)
7891
7892 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7893
7894 * simple.el (visual-line-mode): Capitalize lighter.
7895
7896 2010-02-03 John Wiegley <jwiegley@gmail.com>
7897
7898 * iswitchb.el (iswitchb-completions): Add bookmark files to the
7899 list of files considered for "virtual buffer" completions.
7900
7901 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
7902
7903 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7904 also in case of (and (not full) (not wildcard)). This is needed
7905 when dired is called with a list of files, which are not in
7906 `default-directory'. (Bug#5478)
7907
7908 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7909
7910 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7911
7912 2010-02-02 Juri Linkov <juri@jurta.org>
7913
7914 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7915 from unidiff to allow function-line after @@.
7916
7917 2010-02-02 Juri Linkov <juri@jurta.org>
7918
7919 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7920 '(RCS SCCS) with inverted condition.
7921
7922 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
7923
7924 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7925 messages.
7926
7927 2010-02-01 Juri Linkov <juri@jurta.org>
7928
7929 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7930 compare with "pkunzip" and "pkzip" instead of only "pkzip".
7931 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7932 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7933
7934 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7935
7936 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7937 (doc-view-revert-buffer): New command.
7938 (doc-view-mode-map): Use it.
7939
7940 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7941
7942 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7943 pending merge is detected.
7944
7945 2010-01-31 Juri Linkov <juri@jurta.org>
7946
7947 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7948 beginning of interactive spec like all other grep commands do.
7949 Put "all" in front of "gz". (Bug#5260)
7950
7951 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7952
7953 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7954
7955 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
7956
7957 * dirtrack.el (dirtrack): Warn instead of signalling error if the
7958 regexp is incorrect (Bug#5476).
7959
7960 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
7961
7962 * net/tramp.el (tramp-handle-insert-directory): Handle also
7963 symlinks, when FILENAME is not in `default-directory'.
7964
7965 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7966
7967 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7968 FILE is not in `default-directory'. (Bug#5478)
7969
7970 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7971 of SWITCHES. Handle the case, FILENAME is not in
7972 `default-directory'. (Bug#5478)
7973 (tramp-register-file-name-handlers): Add safe-magic property.
7974
7975 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
7976
7977 * arc-mode.el (archive-zip-extract): Quote the argument passed to
7978 unzip (Bug#5475).
7979
7980 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
7981
7982 * progmodes/flymake.el (flymake-allowed-file-name-masks)
7983 (flymake-master-make-header-init): Add other C++ filename masks.
7984 (flymake-find-possible-master-files)
7985 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
7986
7987 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7988
7989 Fix some busybox annoyances.
7990
7991 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
7992 not responding." string.
7993 (tramp-open-connection-setup-interactive-shell): Dump stty
7994 settings. Enable "neveropen" arg for all `tramp-send-command'
7995 calls. Handle "=" in variable values properly.
7996 (tramp-find-inline-encoding): Raise an error, when no encoding is
7997 found.
7998 (tramp-wait-for-output): Check, whether PROC buffer is available.
7999 Remove spurious " ^H" sequences, sent by busybox.
8000 (tramp-get-ls-command): Suppress coloring, if possible.
8001
8002 2010-01-28 Glenn Morris <rgm@gnu.org>
8003
8004 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
8005
8006 * log-edit.el (log-edit-strip-single-file-name): Add missing
8007 :safe, :group, and :version tags.
8008
8009 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
8010
8011 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
8012 buffers. (Bug#5477)
8013
8014 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
8015
8016 * files.el (delete-directory): Handle moving to trash without
8017 first doing recursion (Bug#5436).
8018
8019 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
8020
8021 * vc-hooks.el (vc-path): Mark as obsolete.
8022
8023 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
8024
8025 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
8026 names too.
8027
8028 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
8029 for the short log.
8030 (vc-bzr-log-view-mode): Adjust regexp for the above change.
8031
8032 2010-01-25 Mark A. Hershberger <mah@everybody.org>
8033
8034 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
8035
8036 * vc-bzr.el (vc-bzr-revision-table): New function.
8037
8038 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
8039
8040 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
8041 diff-index command. This requires at least git-1.5.5. (Bug#1589).
8042
8043 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8044
8045 Remove support for adding --signoff on commit.
8046 Future support will use an incompatible generic mechanism.
8047 * vc-git.el (vc-git-add-signoff): Remove variable.
8048 (vc-git-toggle-signoff): Remove function.
8049 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
8050
8051 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
8052 from xterm-set-background-mode. Return t if the background mode
8053 was set.
8054 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
8055 earlier, call it again in case the background mode has changed.
8056
8057 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
8058
8059 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
8060 (Bug#3541).
8061
8062 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
8063
8064 * emacs-lisp/assoc.el (aelement): Doc fix.
8065 (aput, adelete, amake): Use lexical-let (Bug#5450).
8066
8067 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
8068
8069 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
8070 is the same as subprogram call, not declaration. (Bug#5435).
8071
8072 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
8073
8074 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
8075 (tramp-smb-maybe-open-connection): Use it.
8076
8077 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
8078
8079 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
8080
8081 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8082
8083 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
8084 just because we see "encoding: 8bit".
8085 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
8086
8087 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
8088
8089 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
8090
8091 2010-01-22 Eli Zaretskii <eliz@gnu.org>
8092
8093 * jka-compr.el (jka-compr-load): If load-file is not in
8094 load-history, try its file-truename version. (bug#5447)
8095
8096 2010-01-21 Alan Mackenzie <acm@muc.de>
8097
8098 Fix a situation where deletion of a cpp construct throws an error.
8099 * progmodes/cc-engine.el (c-invalidate-state-cache):
8100 Before invoking c-with-all-but-one-cpps-commented-out, check that the
8101 special cpp construct is still in the buffer.
8102 (c-parse-state): Record the special cpp with markers, not numbers.
8103
8104 2010-01-21 Kenichi Handa <handa@m17n.org>
8105
8106 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
8107 process last-command-event, as it is now decoded first (Bug#5380).
8108
8109 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
8110
8111 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
8112
8113 2010-01-20 Glenn Morris <rgm@gnu.org>
8114
8115 * indent.el (tab-always-indent): Fix custom-type.
8116
8117 2010-01-19 Alan Mackenzie <acm@muc.de>
8118
8119 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
8120 buffer throws "args out of range".
8121 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
8122 playing the role of delimiter.
8123
8124 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
8125
8126 * progmodes/ada-mode.el: Fix bug#5400.
8127 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
8128 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
8129 changed. Delete RECURSIVE parameter; never used. Improve doc string.
8130 Improve comments in "is" portion. Handle null procedure declaration.
8131 (ada-move-to-end): Improve doc string.
8132
8133 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
8134
8135 * ido.el (ido-cur-list): Initialize to nil.
8136 Remove obsolete information from commentary.
8137 (ido-choice-list): Initialize to nil.
8138 (ido-get-bufname): Reject minibuffers.
8139 (ido-make-buffer-list): If "default" is a nonexistent
8140 buffer, ignore it, as per the function's comment.
8141 (ido-kill-buffer-internal): New function.
8142 (ido-kill-buffer-at-head): Use it.
8143 (ido-visit-buffer): Likewise.
8144
8145 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
8146
8147 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
8148
8149 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
8150
8151 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
8152 Fix typos in chart titles.
8153
8154 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
8155 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
8156 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
8157 (describe-class, eieio-describe-generic, describe-generic):
8158 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8159 (eieio-speedbar-expand):
8160 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8161 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8162 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8163 (viper-del-backward-char-in-replace, viper-backward-indent)
8164 (viper-brac-function, viper-register-to-point, viper-submit-report):
8165 * net/tramp.el (tramp-remote-coding-commands):
8166 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8167 Fix typos in docstrings.
8168
8169 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
8170
8171 * mail/sendmail.el (mail-yank-original): Set the mark if the
8172 specified function for yanking does not do it.
8173
8174 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
8175
8176 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
8177
8178 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8179 resyncing a directory.
8180
8181 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
8182
8183 * progmodes/ada-mode.el: Fix bug#1920.
8184 (ada-ident-re): Delete ., allow multibyte characters.
8185 (ada-goto-label-re): New; matches goto labels.
8186 (ada-block-label-re): New; matches block labels.
8187 (ada-label-re): New; matches both.
8188 (ada-named-block-re): Deleted; callers changed to use
8189 `ada-block-label-re' instead.
8190 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8191 Use `ada-block-label-re'.
8192 (ada-indent-on-previous-lines): Improve handling of goto labels.
8193 (ada-get-indent-block-start): Special-case block label.
8194 (ada-get-indent-label): Split into `ada-indent-block-label' and
8195 `ada-indent-goto-label'.
8196 (ada-goto-stmt-start, ada-goto-next-non-ws):
8197 Optionally ignore goto labels.
8198 (ada-goto-next-word): Simplify.
8199 (ada-indent-newline-indent-conditional): Insert newline before
8200 trying to fix indentation; doc fix.
8201
8202 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
8203
8204 * calc/calc.el (calc-command-flags): Give it an initial value.
8205
8206 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
8207
8208 * files.el (minibuffer-with-setup-hook):
8209 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8210 (artist-key-draw-continously, artist-key-do-continously-continously)
8211 (artist-key-set-point-continously, artist-mouse-draw-continously):
8212 Fix typos in docstrings.
8213
8214 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
8215
8216 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8217 return t (Bug#3898).
8218
8219 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
8220
8221 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8222 can parse the output of the external commands (Bug#5279).
8223
8224 2010-01-16 Jari Aalto <jari.aalto@cante.net>
8225
8226 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8227
8228 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
8229
8230 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8231
8232 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8233
8234 * startup.el (command-line): Remove unused --icon-type arg.
8235 Handle --display arg, passing it to command-line-1 (Bug#5392).
8236
8237 2010-01-16 Mario Lang <mlang@delysid.org>
8238
8239 * emacs-lisp/chart.el (chart-translate-namezone):
8240 * textmodes/artist.el (artist-compute-popup-menu-table):
8241 Remove duplicated words in doc-strings.
8242
8243 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
8244
8245 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8246 to mairix-search to suppress threading (Bug#5342).
8247
8248 2010-01-15 Kenichi Handa <handa@m17n.org>
8249
8250 * international/mule-cmds.el (canonicalize-coding-system-name):
8251 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
8252
8253 2010-01-15 Glenn Morris <rgm@gnu.org>
8254
8255 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
8256
8257 * wid-edit.el (widget-keymap): Doc fix.
8258
8259 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8260 former seems to be more widely accepted by various svn versions.
8261
8262 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8263
8264 * find-cmd.el (find-constituents):
8265 * vc-arch.el (vc-arch-root):
8266 * window.el (window-body-height, pop-up-frames):
8267 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8268 * progmodes/ada-stmt.el (ada-if):
8269 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8270 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8271 (ispell-encoding8-command, ispell-aspell-supports-utf8)
8272 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8273
8274 * progmodes/flymake.el (flymake-post-syntax-check):
8275 Fix typo in error message.
8276
8277 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8278
8279 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8280 which is always a string. (Bug#5313)
8281
8282 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8283
8284 * progmodes/ada-xref.el (ada-default-prj-properties):
8285 Simplify previous change.
8286
8287 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8288
8289 * progmodes/ada-xref.el (ada-default-prj-properties):
8290 Default ada_project_path to $ADA_PROJECT_PATH.
8291
8292 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8293
8294 * progmodes/ada-mode.el (ada-create-keymap):
8295 Override `narrow-to-defun' with `ada-narrow-to-defun'.
8296
8297 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8298
8299 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8300 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8301 (ada-get-current-indent, ada-imenu-generic-expression)
8302 (ada-which-function): Check for it.
8303
8304 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8305
8306 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8307 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8308
8309 2010-01-14 Glenn Morris <rgm@gnu.org>
8310
8311 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
8312
8313 2010-01-14 Kenichi Handa <handa@m17n.org>
8314
8315 * composite.el (auto-composition-mode): Make it a buffer local
8316 variable (permanent-local).
8317 (auto-composition-function): Set the default value to
8318 auto-compose-chars.
8319 (auto-composition-mode): Make it a simple function, not a minor mode.
8320 (global-auto-composition-mode): Likewise.
8321 (turn-on-auto-composition-if-enabled): Delete it.
8322
8323 2010-01-13 Karl Fogel <kfogel@red-bean.com>
8324
8325 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
8326
8327 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
8328
8329 * files.el (copy-directory): Compute target for recursive
8330 directories with identical names. (Bug#5343)
8331
8332 2010-01-12 Glenn Morris <rgm@gnu.org>
8333
8334 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8335 it to bug-gnu-emacs rather than emacs-pretest-bug.
8336
8337 2010-01-11 Sam Steingold <sds@gnu.org>
8338
8339 * imenu.el (imenu-default-create-index-function): Detect infinite
8340 loops caused by imenu-prev-index-position-function.
8341
8342 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8343
8344 * htmlfontify.el (htmlfontify-load-rgb-file)
8345 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8346 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8347 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8348 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8349 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8350 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8351 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8352 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8353 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8354 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8355 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8356 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8357 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8358 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8359 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8360 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8361 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8362 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8363 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8364 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8365 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8366 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8367 backslash-quoting from parentheses, etc.
8368
8369 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
8370
8371 * progmodes/js.el: Autoload javascript-mode alias.
8372
8373 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8374
8375 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8376 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8377 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8378 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8379 Fix typos in docstrings.
8380 (ffap-url-regexp): Doc fix.
8381 (ffap-at-mouse): Fix typo in message.
8382
8383 2010-01-11 Glenn Morris <rgm@gnu.org>
8384
8385 * version.el (emacs-copyright): Set copyright year to 2010.
8386
8387 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * format.el (format-annotate-function): Only set
8390 write-region-post-annotation-function after running to-fn so as not to
8391 affect nested write-region calls (bug#5273).
8392
8393 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
8394
8395 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8396 wisent/python.el.
8397
8398 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8399
8400 * man.el (Man-goto-section): Signal error if the section is not
8401 found (Bug#5317).
8402
8403 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
8404
8405 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8406 URLs with a leading triple slash in the file: scheme. (Bug#5345)
8407
8408 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8409
8410 * progmodes/compile.el: Don't treat compile-command as safe if
8411 compilation-read-command might be nil (Bug#4218).
8412
8413 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8414
8415 * startup.el (command-line-1): Use orig-argi to check for ignored X and
8416 NS options.
8417
8418 2010-01-08 Kenichi Handa <handa@m17n.org>
8419
8420 * international/fontset.el (build-default-fontset-data):
8421 Exclude characters in scripts kana, hangul, han, or cjk-misc.
8422
8423 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
8424
8425 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8426 to `create-file-buffer' as it expects, not just a buffer name.
8427 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8428 to help uniquify. (Bug#3224)
8429
8430 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8431
8432 * font-setting.el (font-setting-change-default-font): Use user-spec
8433 instead of name.
8434
8435 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8436
8437 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8438
8439 2010-01-05 Tom Tromey <tromey@redhat.com>
8440
8441 * progmodes/python.el (python-font-lock-keywords):
8442 Handle qualified decorators (Bug#881).
8443
8444 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8445
8446 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8447 in a lightweight checkout.
8448
8449 2010-01-05 Kenichi Handa <handa@m17n.org>
8450
8451 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
8452
8453 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8454
8455 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8456
8457 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8458
8459 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8460 checkouts. (Bug#618)
8461 (vc-bzr-log-view-mode): Also highlight the author.
8462 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8463 (vc-bzr-shelve-menu-map):
8464 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8465 (vc-bzr-shelve-apply): Make prompt more explicit.
8466
8467 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8468
8469 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8470 They are valid characters in URL paths (rfc3986), and at least
8471 Firefox does not understand the encoded version (Bug#3166).
8472
8473 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8474
8475 * progmodes/octave-mod.el (octave-end-keywords)
8476 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8477 Add "end" keyword (Bug#3061).
8478 (octave-end-as-array-index-p): New function.
8479 (calculate-octave-indent): Use it.
8480
8481 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8482
8483 * bookmark.el: Consistently put the text property on the bookmark name.
8484 (bookmark-bmenu-marks-width): Bump back to 2, to include
8485 annotation marks.
8486 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8487 property on the bookmark name, instead of not putting it at all.
8488 (bookmark-bmenu-list): Fix where we put the text property.
8489
8490 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8491
8492 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8493 for showing buffer modified state (as added in the previous change).
8494
8495 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8496
8497 * bookmark.el: Show modified state of bookmark buffer more accurately.
8498 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8499 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8500 (with-buffer-modified-unmodified): New macro.
8501 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8502 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
8503 Use new macro to preserve the buffer modified state.
8504
8505 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8506
8507 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
8508 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8509 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8510 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8511 (bookmark-bmenu-rename, bookmark-bmenu-locate)
8512 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8513 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
8514
8515 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8516
8517 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8518 Make the lines in the generated doc string shorter. (Bug#4668)
8519
8520 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
8521
8522 * net/rcirc.el: Add follow-link binding (Bug#4738).
8523
8524 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8525
8526 * Makefile.in (bzr-update): Rename from cvs-update.
8527 (cvs-update): New target for backward compatibility.
8528
8529 * makefile.w32-in (bzr-update): Rename from cvs-update.
8530 (cvs-update): New target for backward compatibility.
8531
8532 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8533
8534 * bookmark.el: Remove gratuitous gratitude.
8535
8536 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8537
8538 * bookmark.el (bookmark-bmenu-any-marks): New function.
8539 (bookmark-bmenu-save): Clear buffer modification if no marks.
8540
8541 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8542
8543 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
8544 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8545 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8546 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8547
8548 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8549 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8550 To: emacs-devel {_AT_} gnu.org
8551 Subject: bookmark.el bug report
8552 Date: Mon, 28 Dec 2009 14:19:16 +0800
8553 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8554
8555 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8556
8557 * bookmark.el: Improvements suggested by Drew Adams:
8558 (bookmark-bmenu-ensure-position): New name for
8559 `bookmark-bmenu-check-position'. Just ensure the position,
8560 don't return any meaningful value.
8561 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8562 New constants.
8563
8564 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
8565
8566 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8567 (bookmark-yank-point, bookmark-bmenu-check-position):
8568 Fix typos in docstrings.
8569 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8570 (bookmark-name-from-full-record, bookmark-get-position)
8571 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8572 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8573 Remove useless quoting of parenthesis, etc. in docstrings.
8574
8575 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8576 (ediff-append-custom-diff): Fix typo in error message.
8577 (ediff-meta-mark-equal-files): Fix typos in messages.
8578
8579 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8580
8581 * net/imap-hash.el (imap-hash-make): Doc fix.
8582 (imap-hash-test): Fix typo in error message; reflow docstring.
8583 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8584 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8585 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8586 Fix typos in docstrings.
8587 (imap-hash-open-connection): Fix typo in error message.
8588
8589 * play/gomoku.el (gomoku): Fix typos in docstring.
8590
8591 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8592 (gdb-jsonify-buffer): Fix typos in docstring.
8593 (gdb-goto-breakpoint): Fix typo in error message.
8594 ("Display Other Windows"): Fix typo in help message.
8595 (gdb-speedbar-expand-node): Fix typo in question.
8596
8597 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8598 (idlwave-html-system-help-location, idlwave-html-help-location)
8599 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8600 (idlwave-help-browser-generic-args, idlwave-help-directory)
8601 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8602 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8603 (idlwave-online-help, idlwave-help-html-link)
8604 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8605 Fix typos in docstrings.
8606 (idlwave-help-with-source, idlwave-help-find-routine-definition):
8607 Reflow docstrings.
8608 (idlwave-help-assistant-start): Fix typo in error message.
8609
8610 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8611 (octave-electric-space): Fix typos in docstrings.
8612
8613 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8614
8615 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8616
8617 2010-01-01 Juri Linkov <juri@jurta.org>
8618
8619 * comint.el (comint-input-ring-size): Make it a defcustom and
8620 increase the default to 500 (Bug#5148).
8621
8622 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
8623
8624 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8625 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8626 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8627
8628 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
8629
8630 Show working revision correctly for mercurial.
8631 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
8632 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
8633
8634 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
8635
8636 Declare some functions for the byte-compiler.
8637 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8638 (speedbar-timer-fn, speedbar-change-expand-button-char)
8639 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8640
8641 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
8642
8643 This changeset reverts GDB Graphical Interface to use annotations.
8644 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8645
8646 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8647
8648 Make vc-dir work on subdirectories of the bzr root.
8649 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8650 file names relative to it.
8651 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8652 relative directory to vc-bzr-after-dir-status.
8653
8654 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8655
8656 * font-lock.el (font-lock-refresh-defaults): New function, which
8657 can be used to let font-lock react to external changes in
8658 variables like font-lock-defaults and keywords.
8659 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8660
8661 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8662
8663 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8664
8665 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8666
8667 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
8668
8669 Supersede color.diff settings in git log (bug#5211).
8670
8671 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8672 escape chars in its output when the user has color.diff set to `always'.
8673 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8674
8675 2009-12-26 Kevin Ryde <user42@zip.com.au>
8676
8677 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8678 node. Keep previous "Index" name to work with past coreutils too.
8679
8680 * man.el (man): Revise docstring a bit to show -a and -l as
8681 examples. Add -k description since support for it has otherwise
8682 been a secret. (Further to bug#3717.)
8683 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8684 "no matches" rather than "Can't find manpage", as the latter reads
8685 like -k was interpreted as a page name, which is not so. (Bug#5431)
8686
8687 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
8688
8689 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8690 switches. Check also for //SUBDIRED// line.
8691
8692 2009-12-25 Kenichi Handa <handa@m17n.org>
8693
8694 * language/indian.el (devanagari-composable-pattern): Fixed to
8695 handle ZWNJ and ZWJ. Use it in composition-function-table for
8696 Devanagari.
8697 (malayalam-composable-pattern): Fix previous change.
8698
8699 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8700
8701 * ps-print.el (ps-face-attributes): It was not returning the
8702 attribute face for faces specified as string. Reported by harven
8703 <harven@free.fr>. (Bug#5254)
8704 (ps-print-version): New version 7.3.5.
8705
8706 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
8707
8708 * calendar/icalendar.el (icalendar--convert-tz-offset):
8709 Fix timezone names.
8710 (icalendar--convert-tz-offset): Fix the "last-day-problem".
8711 (icalendar--add-diary-entry): Remove the trailing blank that
8712 diary-make-entry inserts.
8713
8714 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
8715
8716 Make `file-expand-wildcards' work for remote files.
8717
8718 * files.el (file-expand-wildcards): In case of remote files, check
8719 only local file name part for wildcards. Provide feature 'files
8720 and subfeature 'remote-wildcards. (Bug#5198)
8721
8722 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8723 if there is already an established connection.
8724 (tramp-advice-file-expand-wildcards): Remove it.
8725
8726 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8727 (tramp-advice-file-expand-wildcards): Move from tramp.el.
8728 Activate advice for older GNU Emacs versions. (Bug#5237)
8729
8730 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
8731
8732 Some doc fixes (more needed).
8733
8734 * find-cmd.el (find-constituents): Reflow docstring.
8735 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8736 (find-generic): Doc fix.
8737
8738 2009-12-17 Juri Linkov <juri@jurta.org>
8739
8740 Fix regression from 23.1 to allow multiple modes in Local Variables.
8741
8742 * files.el (hack-local-variables-filter): While ignoring duplicates,
8743 don't take `mode' into account.
8744 (hack-local-variables-filter, hack-dir-local-variables):
8745 Don't remove duplicate `mode' from local-variables-alist (like `eval').
8746
8747 2009-12-17 Juri Linkov <juri@jurta.org>
8748
8749 Make `dired-diff' safer. (Bug#5225)
8750
8751 * dired-aux.el (dired-diff): Signal an error when `file' equals to
8752 `current' or when `file' is a directory of the `current' file.
8753
8754 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
8755
8756 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8757 unconditionally preloaded files.
8758
8759 2009-12-16 Juri Linkov <juri@jurta.org>
8760
8761 Revert to old 23.1 logic of using the file at the mark as default.
8762 * dired-aux.el (dired-diff): Use the file at the mark as default
8763 if it's not the same as the current file, and the target dir is
8764 the current dir or the mark is active. Add the current file
8765 as the arg of `dired-dwim-target-defaults'. Use the default file
8766 in the prompt. (Bug#5225)
8767
8768 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
8769
8770 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8771 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8772 (tramp-check-for-regexp): Check also, when an echoing shell stops
8773 to echo sent commands.
8774
8775 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8776
8777 * Makefile.in: Revert last change (Bug#5191).
8778
8779 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
8780
8781 * vc-hg.el (vc-hg-print-log): Fix argument order.
8782 (vc-hg-working-revision): Make sure the command is executed in a
8783 known environment so that we can parse the output. (Bug#4417)
8784
8785 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8786
8787 * progmodes/python.el (python-symbol-completions): Remove text
8788 properties from symbol string before calling python-send-receive.
8789
8790 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
8791
8792 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8793 when there are values for both file and line. (Bug#5060)
8794
8795 2009-12-14 Juri Linkov <juri@jurta.org>
8796
8797 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8798 whitespace after the file name of the first line of unified format,
8799 because git-diff doesn't output whitespace and file modification time
8800 after the file name.
8801
8802 2009-12-14 David Kastrup <dak@gnu.org>
8803
8804 * info.el (Info-hide-cookies-node): Before hiding a cookie,
8805 check if it already has the `display' property added by
8806 `Info-display-images-node', and not put the `invisible' property
8807 in this case.
8808
8809 2009-12-13 Glenn Morris <rgm@gnu.org>
8810
8811 * mail/emacsbug.el (message-sort-headers): Define for compiler.
8812 (report-emacs-bug): In message-mode, sort manually before storing
8813 original report text. (Bug#5178)
8814 Remove superfluous save-excursion.
8815
8816 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
8817
8818 * net/dbus.el (dbus-property-handler): Filter lambda forms out
8819 when responding to "GetAll" properties.
8820
8821 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
8822
8823 * simple.el (compose-mail): Remove mail-setup-with-from from
8824 customization checks.
8825
8826 2009-12-12 Eli Zaretskii <eliz@gnu.org>
8827
8828 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8829 RAR archives created on Unix systems.
8830
8831 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8832
8833 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8834 the varalias that was accidentally removed by the 2009-11-19 change
8835 (bug#5186).
8836
8837 2009-12-12 Kenichi Handa <handa@m17n.org>
8838
8839 * language/indian.el (indian-compose-regexp): New function.
8840 (malayalam-composable-pattern): Fix the pattern.
8841 (composition-function-table): Set malayalam-composable-pattern for
8842 Malayalam characters.
8843
8844 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
8845
8846 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8847 rather than down-mouse-1, based on follow-link conventions.
8848
8849 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8850 are compiled.
8851
8852 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
8853
8854 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8855 (verilog-vmm-statement-re, verilog-ovm-statement-re)
8856 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8857 (verilog-leap-to-head, verilog-backward-token):
8858 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
8859
8860 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
8861
8862 * progmodes/verilog-mode.el (verilog-auto-lineup)
8863 (verilog-nameable-item-re): Cleanup user-visible spelling and
8864 documentation errors. One reported by Gary Delp.
8865 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8866 (verilog-read-decls): Fix AUTOWIRE with types declared in a
8867 package, bug195. Reported by Pierre-David Pfister.
8868
8869 2009-12-11 Glenn Morris <rgm@gnu.org>
8870
8871 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8872
8873 * mail/emacsbug.el: No longer require sendmail.
8874 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
8875 (report-emacs-bug-orig-text): Doc fix.
8876 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8877 New local variables, to adapt to different mail-user-agents.
8878 (report-emacs-bug): Fix test for a gnu.org address.
8879 Use overlays for emphasis, since font-lock defeats 'face property.
8880 Pretest bugs also end up at the newsgroup these days.
8881 Stop message-mode stripping text properties.
8882 Set and use the new buffer-local variables.
8883 (report-emacs-bug-hook): Add doc-string.
8884 Remove some unnecessary save-excursions and simplify.
8885 Use the appropriate hook and send-command.
8886
8887 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8888 capitalization of some menu entries.
8889
8890 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8891
8892 * whitespace.el (whitespace-display-char-on):
8893 Ensure `buffer-display-table' is unique when two or more windows are
8894 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8895 New version 12.1.
8896
8897 2009-12-10 Eli Zaretskii <eliz@gnu.org>
8898
8899 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8900 characters in the Attribute field.
8901
8902 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
8903
8904 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
8905
8906 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8907
8908 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8909 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8910 Disregard autoload-excludes.
8911 (update-directory-autoloads): Obey autoload-excludes here instead.
8912 But don't store its contents in no-autoloads and remove entries that
8913 refer to excludes files.
8914
8915 2009-12-10 Glenn Morris <rgm@gnu.org>
8916
8917 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8918 (expand-mail-aliases): Define for compiler.
8919
8920 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8921 Define for compiler.
8922
8923 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8924 appropriate for the mail-user-agent in use.
8925
8926 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
8927
8928 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8929
8930 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8931
8932 Fix short log parsing and fontification.
8933 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8934 Fix fontification for the [merge] label.
8935
8936 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
8937
8938 Drop some properties to avoid surprises (bug#5002).
8939 * htmlfontify.el (hfy-ignored-properties): New defcustom.
8940 (hfy-fontify-buffer): Use it.
8941
8942 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
8943
8944 Minor cleanup.
8945 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8946 Adjust all callers.
8947 (ffap-locate-file): Remove unused arg `dir-ok' and make other
8948 args compulsory. Adjust callers.
8949 (ffap-gopher-at-point): Remove unused var `name'.
8950
8951 Get rid of the ELCFILES abomination.
8952 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8953 (compile-elcfiles): New phony target.
8954 (compile-main): Compute ELCFILES dynamically.
8955 (compile-clean): New target to remove left-over elc files.
8956 (compile, all): Use it.
8957
8958 2009-12-09 Kenichi Handa <handa@etlken>
8959
8960 * international/mule-diag.el: Require help-mode instead of help-fns.
8961
8962 2009-12-09 Kenichi Handa <handa@m17n.org>
8963
8964 * international/mule-cmds.el (ucs-names): Supply sufficiently
8965 fine ranges instead of pre-calculating accurate ranges.
8966 Iterate with bigger gc-cons-threshold.
8967
8968 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8969
8970 Add support for stashing a snapshot of the current tree.
8971 * vc-git.el (vc-git-stash-snapshot): New function.
8972 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8973
8974 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
8975
8976 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8977 instead of `(beginning|end)-of-line'.
8978
8979 2009-12-08 Glenn Morris <rgm@gnu.org>
8980
8981 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8982
8983 * Makefile.in (ELCFILES): Regenerate.
8984
8985 2009-12-07 Juri Linkov <juri@jurta.org>
8986
8987 Don't lazy-highlight the comint output in history Isearch mode.
8988
8989 * comint.el (comint-history-isearch-search): Instead of
8990 `comint-line-beginning-position', use `comint-after-pmark-p'
8991 to check if point if before the process mark, and go to
8992 `process-mark' in this case.
8993
8994 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8995
8996 * textmodes/tex-mode.el (latex-complete)
8997 (latex-indent-or-complete): Remove.
8998 (latex-mode): Set completion-at-point-functions instead.
8999
9000 Provide a standard completion command and hook it into TAB.
9001 * minibuffer.el (completion-at-point-functions): New var.
9002 (completion-at-point): New command.
9003 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
9004 * progmodes/python.el (python-mode-map): Use completion-at-point.
9005 (python-completion-at-point): Rename from python-partial-symbol and
9006 adjust for use in completion-at-point-functions.
9007 (python-mode): Setup completion-at-point for Python completion.
9008 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
9009 extracted from lisp-complete-symbol.
9010 (lisp-complete-symbol): Use it.
9011 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
9012 setup completion-at-point for Elisp completion.
9013 (emacs-lisp-mode-map, lisp-interaction-mode-map):
9014 Use completion-at-point.
9015 * ielm.el (ielm-map): Use completion-at-point.
9016 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
9017 * progmodes/sym-comp.el: Move to...
9018 * obsolete/sym-comp.el: Move from progmodes.
9019
9020 2009-12-07 Eli Zaretskii <eliz@gnu.org>
9021
9022 Prevent save-buffer in Rmail buffers from using the coding-system
9023 of the current message, and from clobbering the encoding mnemonics
9024 in the mode line (Bug#4623).
9025
9026 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
9027 flag, too.
9028 (rmail-message-encoding): New variable.
9029 (rmail-write-region-annotate): Record the encoding of the current
9030 message in rmail-message-encoding.
9031 (rmail-after-save-hook): New function, restores the encoding of
9032 the current message after the message collection is saved.
9033
9034 2009-12-07 Juri Linkov <juri@jurta.org>
9035
9036 * progmodes/grep.el (grep-read-files): Use `completing-read'
9037 instead of `read-string'. Set its `collection' arg to
9038 `read-file-name-internal'. (Bug#4301)
9039
9040 2009-12-07 Juri Linkov <juri@jurta.org>
9041
9042 Correctly restore original Isearch point. (Bug#4994)
9043
9044 * isearch.el (isearch-mode): Move `isearch-push-state' after
9045 `(run-hooks 'isearch-mode-hook)'.
9046 (isearch-cancel): When `isearch-push-state-function' is defined,
9047 let-bind `isearch-cmds' to the first state (the last element of
9048 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
9049 function and restores the original point). Otherwise, move point
9050 to `isearch-opoint'.
9051
9052 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9053
9054 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
9055 chars that don't have names, so the table can be built much faster at
9056 run-time.
9057
9058 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
9059
9060 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
9061 change. Suggested by David Kastrup.
9062
9063 * simple.el (compose-mail): Check for incompatibilities and warn.
9064 (compose-mail-user-agent-warnings): New option.
9065
9066 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9067
9068 Support showing a single log entry from vc-annotate.
9069 * vc.el (print-log): Add a new argument: START-REVISION.
9070 (vc-print-log-internal): Add a new optional argument and
9071 pass it to the backend.
9072 (vc-print-log, vc-print-root-log): Adjust callers.
9073 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
9074 buffer already displays the requested log entry, use it.
9075 Otherwise display only the log entry in question.
9076 * vc-svn.el (vc-svn-print-log):
9077 * vc-mtn.el (vc-mtn-print-log):
9078 * vc-hg.el (vc-hg-state):
9079 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
9080 (vc-git-show-log-entry): Return t on success.
9081 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
9082 (vc-bzr-show-log-entry): Return t on success.
9083 * vc-rcs.el (vc-rcs-print-log):
9084 * vc-sccs.el (vc-sccs-print-log):
9085 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
9086
9087 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9088
9089 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
9090 Add menus to the meta mode. (Bug#5043)
9091
9092 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
9093
9094 * ediff-init.el (ediff-event-key): Use event-to-character instead of
9095 event-key.
9096
9097 * ediff.el (ediff-buffers-internal): Add unwind-protect.
9098
9099 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
9100
9101 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
9102 Berbain <raphael.berbain@gmail.com>.
9103
9104 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
9105 characters.
9106 (tramp-initial-end-of-output): New defconst.
9107 (tramp-methods, tramp-find-shell)
9108 (tramp-open-connection-setup-interactive-shell)
9109 (tramp-maybe-open-connection): Use it.
9110 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
9111 existence of `#' and `$'.
9112
9113 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
9114 `tramp-initial-end-of-output'.
9115
9116 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9117
9118 Get the background mode from the terminal for xterm, and set
9119 faces accordingly.
9120 * term/xterm.el (xterm-set-background-mode): New function.
9121 (terminal-init-xterm): Use it in case xterm supports background
9122 color queries. Recompute faces after getting the background
9123 color.
9124
9125 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
9126
9127 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
9128 number comment back on its own line, for easier parsing.
9129
9130 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 Make it work for non-file buffers (bug#5102).
9133 * doc-view.el (doc-view-current-cache-dir):
9134 Use doc-view-buffer-file-name rather than buffer-file-name.
9135 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
9136
9137 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
9138
9139 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
9140 author field is too short.
9141
9142 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
9143
9144 * vc-git.el (vc-git-print-log): Handle a limit argument.
9145 Display the short log in graph form and with labels.
9146 (vc-git-log-view-mode): Handle labels.
9147
9148 Make vc-revert change VC state from 'added to 'unregistered.
9149 * vc-git.el (vc-git-revert): Call git reset first.
9150
9151 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
9152
9153 * net/newst-backend.el, net/newst-plainview.el:
9154 * net/newst-reader.el, net/newst-ticker.el:
9155 * net/newst-treeview.el, net/newsticker.el:
9156 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
9157
9158 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
9159
9160 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9161
9162 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9163 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
9164 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9165 Update annotation regexp.
9166
9167 * simple.el (beginning-of-visual-line): Constrain to field
9168 boundaries (Bug#5106).
9169
9170 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
9171
9172 * xml.el (xml-substitute-numeric-entities): Move
9173 newsticker--decode-numeric-entities in newst-backend.el to
9174 xml-substitute-numeric-entities in xml.el. (Bug#5008)
9175 * net/newst-backend.el (newsticker--parse-generic-feed)
9176 (newsticker--parse-generic-items)
9177 (newsticker--decode-numeric-entities): Move
9178 newsticker--decode-numeric-entities in newst-backend.el to
9179 xml-substitute-numeric-entities in xml.el. (Bug#5008)
9180
9181 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
9182
9183 * progmodes/js.el (js--js-not): Add null to the list of values.
9184
9185 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
9186
9187 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
9188
9189 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9190
9191 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9192 delimiter if it is at the end of the current line.
9193 (bibtex-generate-url-list): Fix docstring.
9194
9195 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9196
9197 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9198 minibuffer's content with itself.
9199 Fold the confirm-after-completion case into the `confirm' case.
9200 (completion-pcm-word-delimiters): Add : and / to the delimiters.
9201
9202 2009-12-06 Kevin Ryde <user42@zip.com.au>
9203
9204 * ffap.el (ffap-rfc-path): Make this a defcustom since
9205 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
9206
9207 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
9208 manuals, similar to existing setup for help-mode. (Bug#3913.)
9209
9210 2009-12-05 Juri Linkov <juri@jurta.org>
9211
9212 Save and restore dired buffer's point positions too. (Bug#4880)
9213
9214 * dired.el (dired-save-positions): Return in the first element
9215 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9216 Doc fix.
9217 (dired-restore-positions): First restore buffer's position.
9218 While restoring window's positions, check if window still displays
9219 the original buffer.
9220
9221 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
9222
9223 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9224 if possible.
9225
9226 * shell.el (shell): Require ansi-color (Bug#5113).
9227
9228 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9229
9230 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9231
9232 2009-12-05 Alan Mackenzie <acm@muc.de>
9233
9234 * progmodes/cc-mode.el (c-before-hack-hook)
9235 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9236 `c-file-style' to work again. This reversion restores the current
9237 software to its state in Emacs 23.1. (Bug#4146)
9238
9239 2009-12-05 Kevin Ryde <user42@zip.com.au>
9240
9241 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9242 comment-start-skip to comment-end-skip as comment (Bug#4781).
9243
9244 2009-12-05 Juri Linkov <juri@jurta.org>
9245
9246 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9247 for virtual nodes. (Bug#4147)
9248 (Info-find-node-2): Set `Info-current-node-virtual' to nil
9249 when moving from a virtual node.
9250 (Info-mode-menu): Add `Info-virtual-index' to the menu.
9251 (Info-mode): Add `Info-virtual-index' to the docstring.
9252
9253 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9254
9255 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9256 track of the buffer position of the end of a BibTeX entry as this
9257 position may change during reformatting.
9258 (bibtex-format-entry): Remove whitespace before processing
9259 numerical fields so that we recognize the latter properly.
9260 (bibtex-reformat): Do not use push which changes the global value
9261 of bibtex-entry-format.
9262 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9263 (bibtex-field-re-init): Replace only space characters by regexp
9264 for whitespace.
9265 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
9266 (bibtex-initialize): Also update bibtex-strings.
9267 (bibtex-kill-field): Preserve white space at end of entry.
9268 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9269 Update bibtex-reference-keys.
9270
9271 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 * minibuffer.el (completion-pcm--merge-try): Also consider placing
9274 point after a star, if that's the only place where modifications can
9275 make progress.
9276
9277 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
9278
9279 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9280 in docstrings.
9281
9282 2009-12-04 Juri Linkov <juri@jurta.org>
9283
9284 * proced.el (proced): Call `(proced-update t)' to update process
9285 information instead of only running proced-post-display-hook.
9286 (proced-send-signal): Add a leading space to the buffer name
9287 " *Marked Processes*" to make this buffer ephemeral.
9288
9289 2009-12-04 Juri Linkov <juri@jurta.org>
9290
9291 * dired.el (dired-auto-revert-buffer): New defcustom.
9292 (dired-internal-noselect): Use it.
9293
9294 2009-12-04 Juri Linkov <juri@jurta.org>
9295
9296 Change roles of modes and functions in image-mode.el (Bug#5062).
9297
9298 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9299 in `auto-mode-alist'.
9300 (image-mode-previous-major-mode): New variable.
9301 (image-minor-mode-map): Rename from `image-mode-text-map'.
9302 (image-mode): Move graceful error-handling code from
9303 `image-minor-mode' to here. On errors call `image-mode-as-text'.
9304 (image-minor-mode): Remove all image-handling code.
9305 Replace `image-mode-text-map' with `image-minor-mode-map'.
9306 Check for `image-type' in mode-line format string.
9307 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9308 (image-mode-as-text): New function with most code from
9309 `image-mode-maybe'.
9310 (image-toggle-display-text): Move code that removes image
9311 properties from `image-toggle-display' to here.
9312 (image-toggle-display-image): New function with code that adds
9313 image properties copied from `image-toggle-display'.
9314 (image-toggle-display): Remove most code with leaving only code
9315 that toggles between `image-mode-as-text' and `image-mode'.
9316
9317 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
9318
9319 * net/newst-treeview.el
9320 (newsticker--treeview-list-highlight-start): Restored call to
9321 save-excursion: Selected item was stuck.
9322 (newsticker--treeview-list-select): New.
9323 (newsticker--treeview-item-show-text)
9324 (newsticker--treeview-item-show)
9325 (newsticker--treeview-item-update): Use new
9326 newsticker-treeview-item-mode.
9327 (newsticker-treeview-update): Keep current item.
9328 (newsticker-treeview-next-new-or-immortal-item): Doc change.
9329 (newsticker--treeview-first-feed): Doc change.
9330 (newsticker-treeview-list-menu)
9331 (newsticker-treeview-item-menu): Added menu entries.
9332 (newsticker-treeview-item-mode): New.
9333
9334 * net/newst-backend.el (newsticker-customize): Delete other
9335 windows.
9336
9337 2009-12-04 Sam Steingold <sds@gnu.org>
9338
9339 * log-view.el (log-view-mode-map): "q" calls quit-window,
9340 like in all the other non-self-insert buffers.
9341
9342 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
9343
9344 Minor cleanup.
9345 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9346 key decoding rather than do it manually via last-input-event +
9347 ascii-character.
9348 (term-exec): Use delete-and-extract-region.
9349 (term-handle-ansi-terminal-messages): Remove unused var `end'.
9350 (term-process-pager): Remove unused var `i'.
9351 (term-dynamic-simple-complete): Make obsolete.
9352 (serial-update-config-menu): Remove unused vars `y' and `str'.
9353 (term-update-mode-line): Remove unused var `temp'.
9354
9355 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9356
9357 Limit the number of log entries displayed by default.
9358 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9359 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9360 using a prefix argument.
9361
9362 2009-12-03 Glenn Morris <rgm@gnu.org>
9363
9364 * progmodes/idlwave.el (class): Restore still useful declaration.
9365
9366 2009-12-03 Alan Mackenzie <acm@muc.de>
9367
9368 Enhance `c-parse-state' to run efficiently in "brace deserts".
9369
9370 * progmodes/cc-mode.el (c-basic-common-init):
9371 Call c-state-cache-init.
9372 (c-neutralize-syntax-in-and-mark-CPP): Rename from
9373 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
9374 placing `category' properties value 'c-cpp-delimiter at its boundaries.
9375
9376 * progmodes/cc-langs.el (c-before-font-lock-function):
9377 c-extend-and-neutralize-syntax-in-CPP has been renamed
9378 c-neutralize-syntax-in-and-mark-CPP.
9379
9380 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9381 with `category' properties now, not `syntax-table' ones.
9382
9383 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9384 enhanced (but slower) version of c-end-of-macro that won't land
9385 inside a literal or on another awkward character.
9386 (c-state-cache-too-far, c-state-cache-start)
9387 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9388 (c-state-nonlit-pos-cache-limit, c-state-point-min)
9389 (c-state-point-min-lit-type, c-state-point-min-lit-start)
9390 (c-state-min-scan-pos, c-state-brace-pair-desert)
9391 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9392 buffer local variables.
9393 (c-state-literal-at, c-state-lit-beg)
9394 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9395 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9396 (c-state-cache-top-paren, c-state-cache-after-top-paren)
9397 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9398 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9399 (c-renarrow-state-cache)
9400 (c-append-lower-brace-pair-to-state-cache)
9401 (c-state-push-any-brace-pair, c-append-to-state-cache)
9402 (c-remove-stale-state-cache)
9403 (c-remove-stale-state-cache-backwards, c-state-cache-init)
9404 (c-invalidate-state-cache-1, c-parse-state-1)
9405 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
9406 (c-parse-state): Enhance and refactor.
9407 (c-debug-parse-state): Amend to deal with all the new variables.
9408
9409 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9410 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
9411 modify to use category text properties rather than syntax-table ones.
9412 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
9413 to switch off/on the syntactic paren property of C++ template
9414 delimiters using the category property.
9415 (c-with-<->-as-parens-suppressed): Macro to invoke code with
9416 template delims suppressed.
9417 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9418 New constant/macros which apply category properties to the start
9419 and end of preprocessor constructs.
9420 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
9421 "comment out" the syntactic value of characters in preprocessor
9422 constructs.
9423 (c-with-cpps-commented-out)
9424 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9425 with characters in all or all but one preprocessor constructs
9426 "commented out".
9427
9428 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9429
9430 * proced.el (proced-filter-alist): Use regexp-quote.
9431
9432 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
9433
9434 Cleanup.
9435 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9436 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
9437 arguments. Expand `default-directory'.
9438
9439 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9440 the benefit of returning an expanded localname.
9441 (tramp-tramp-file-p): Handle the case NAME is not a string.
9442
9443 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9444
9445 Add support for bzr shelve/unshelve.
9446 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9447 (vc-bzr-extra-menu-map): New variables.
9448 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9449 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9450 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9451 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9452 (vc-bzr-dir-extra-headers): Display shelves.
9453
9454 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9455
9456 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9457
9458 * textmodes/bibtex.el (bibtex-complete-internal):
9459 Use completion-in-region.
9460 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9461
9462 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9463
9464 Support applying stashes. Improve UI.
9465 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9466 (vc-git-stash-apply, vc-git-stash-pop)
9467 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9468 (vc-git-stash-menu): New functions.
9469 (vc-git-stash-menu-map): New variable.
9470 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9471
9472 2009-12-03 Glenn Morris <rgm@gnu.org>
9473
9474 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9475 (vc-print-log-internal): Fix previous change.
9476 (vc-revert): Correct pluralization.
9477
9478 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9479
9480 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9481 it to be an alist any more.
9482 (makefile-complete): Use completion-in-region.
9483
9484 * progmodes/octave-mod.el (octave-complete-symbol):
9485 Use completion-in-region.
9486
9487 Misc cleanup.
9488 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9489 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9490 (idlwave-complete-class): Don't quote lambda.
9491 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9492 (idlwave-mode-map): Move initialization into declaration.
9493 (idlwave-action-and-binding): Use backquotes.
9494 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9495 Simplify.
9496 (idlwave-is-pointer-dereference): Remove unused var `pos'.
9497 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9498 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9499 `parts', and `all-parts'.
9500 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9501 (idlwave-convert-xml-system-routine-info): Remove unused string
9502 `version-string'.
9503 (idlwave-display-user-catalog-widget): Use dolist.
9504 (idlwave-scanning-lib): Declare dynamically-scoped var.
9505 (idlwave-scan-library-catalogs): Remove unused var `flags'.
9506 (completion-highlight-first-word-only): Declare to silence bytecomp.
9507 (idlwave-popup-select): Tighten scope of `resp'.
9508 (idlwave-find-struct-tag): Remove unused var `beg'.
9509 (idlwave-after-load-rinfo-hook): Declare.
9510 (idlwave-sintern-class-info): Remove unused var `taglist'.
9511 (idlwave-find-class-definition): Remove unused var `list'.
9512 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9513 (idlwave-what-module-find-class): Remove unused var `classes'.
9514
9515 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
9516
9517 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9518
9519 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9520
9521 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9522 buffers visited. Remove redundant current-buffer-saving.
9523
9524 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9525
9526 Use completion-in-buffer and remove uses of dynamic scoping.
9527 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9528 (pascal-buffer-to-use, pascal-flag): Don't declare.
9529 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9530 (pascal-get-completion-decl, pascal-keyword-completion):
9531 Add `pascal-str' argument, save-excursion,
9532 return the found completions, and don't filter with pascal-pred.
9533 (pascal-completion-cache): New var.
9534 (pascal-completion): Don't switch buffer any more (it was never
9535 necessary). Don't save-excursion any more (it's done by the called
9536 subroutines). Use a cache to avoid redundant computations.
9537 Use complete-with-action rather than pascal-completion-response and
9538 let it apply the predicate as well.
9539 (pascal-complete-word): Use completion-in-buffer when
9540 pascal-toggle-completions is nil.
9541 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9542 not used any more.
9543 (pascal-comp-defun): Don't change buffer any more.
9544 Use complete-with-action rather than pascal-completion-response and
9545 let it apply the predicate as well.
9546 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9547 when neded.
9548
9549 2009-12-02 Kenichi Handa <handa@m17n.org>
9550
9551 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9552 shape for all Indic scripts.
9553
9554 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9555
9556 Use completion-in-buffer.
9557 * wid-edit.el (widget-field-text-end): New function.
9558 (widget-field-value-get): Use it.
9559 (widget-string-complete, widget-file-complete)
9560 (widget-color-complete): Use it and completion-in-region.
9561 (widget-complete): Don't narrow the buffer.
9562
9563 2009-12-02 Glenn Morris <rgm@gnu.org>
9564
9565 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
9566 (rmail-select-summary): Use rmail-pop-to-buffer.
9567 * mail/rmailsum.el: Replace all pop-to-buffer calls with
9568 rmail-pop-to-buffer, to prevent horizontal splits.
9569
9570 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9571 save-excursion with save-current-buffer.
9572 Widen before searching. (Bug#5093)
9573 (diary-list-sexp-entries): Remove superfluous save-excursion.
9574
9575 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
9576
9577 * woman.el (woman-make-bufname): Handle man-pages with "." in the
9578 name. (Bug#5038)
9579
9580 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
9581
9582 * ido.el (ido-file-internal): Handle filenames at point that do
9583 not have a directory part. (Bug#5049)
9584
9585 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
9586
9587 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9588 (mpc-songs-jump-to, mpc-resume): Doc fixes.
9589
9590 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
9591
9592 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9593 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9594 any more.
9595
9596 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9597
9598 * comint.el (comint-insert-input): Ignore clicks to the right of
9599 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9600
9601 * vc.el (vc-print-log-internal): Don't wait for the process to
9602 terminate before setting up the major mode.
9603
9604 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9605 in case.
9606
9607 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9608 the last element.
9609
9610 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9611
9612 2009-12-01 Glenn Morris <rgm@gnu.org>
9613
9614 * window.el (window--display-buffer-2): Fix previous changes.
9615
9616 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
9617
9618 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9619
9620 2009-12-01 Glenn Morris <rgm@gnu.org>
9621
9622 * Makefile.in (ELCFILES): Add mpc.elc.
9623
9624 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9625
9626 * mpc.el: New file.
9627
9628 2009-12-01 Glenn Morris <rgm@gnu.org>
9629
9630 * window.el (window-to-use): Define for compiler.
9631
9632 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9633 consistent with others (no final period).
9634
9635 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9636 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9637
9638 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9639
9640 Make vc-print-log buttons work.
9641 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9642
9643 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9644
9645 * savehist.el (savehist-autosave-interval): Allow setting to nil
9646 through customize. (Bug#5056)
9647
9648 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
9649
9650 Fix references to jit-lock properties.
9651 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9652 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9653 (perl-font-lock-special-syntactic-constructs):
9654 Quote jit-lock-defer-multiline property.
9655
9656 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9657
9658 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9659
9660 2009-11-30 Juri Linkov <juri@jurta.org>
9661
9662 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9663 value `buffer' of `multi-isearch-next-buffer-current-function'.
9664 Use `(current-buffer)' when `buffer' is nil.
9665 (multi-isearch-next-buffer-from-list): Don't fallback to
9666 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9667
9668 2009-11-30 Juri Linkov <juri@jurta.org>
9669
9670 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9671 of buffers with `get-buffer' to `multi-isearch-buffers'.
9672 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9673 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9674 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9675 FILES with `expand-file-name' converting relative file names
9676 to absolute. Doc fix. (Bug#4727)
9677
9678 2009-11-30 Juri Linkov <juri@jurta.org>
9679
9680 * misearch.el (multi-isearch-read-buffers)
9681 (multi-isearch-read-matching-buffers): New functions.
9682 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9683 Use them in the `interactive' spec. Doc fix.
9684 (multi-isearch-read-files, multi-isearch-read-matching-files):
9685 New functions.
9686 (multi-isearch-files, multi-isearch-files-regexp):
9687 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9688
9689 2009-11-30 Juri Linkov <juri@jurta.org>
9690
9691 * doc-view.el (doc-view-continuous):
9692 Rename from `doc-view-continuous-mode'.
9693 (doc-view-menu): Move "Toggle display" to the top.
9694 Add submenu "Continuous" with radio buttons "Off"/"On"
9695 and "Save as Default".
9696 (doc-view-scroll-up-or-next-page)
9697 (doc-view-scroll-down-or-previous-page)
9698 (doc-view-next-line-or-next-page)
9699 (doc-view-previous-line-or-previous-page): Rename
9700 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9701
9702 2009-11-30 Juri Linkov <juri@jurta.org>
9703
9704 * comint.el (comint-mode-map): Rebind `M-r' from
9705 `comint-previous-matching-input' to
9706 `comint-history-isearch-backward-regexp'.
9707 Unbind `M-s' to allow global key binding `M-s'.
9708 Add menu items for `comint-history-isearch-backward' and
9709 `comint-history-isearch-backward-regexp'. (Bug#3746)
9710
9711 2009-11-30 Juri Linkov <juri@jurta.org>
9712
9713 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9714 For def=recenter, replace `recenter' with `recenter-top-bottom'
9715 that is called with `this-command' and `last-command' let-bound
9716 to `recenter-top-bottom'. When the last `def' was not `recenter',
9717 set `recenter-last-op' to nil. (Bug#4981)
9718
9719 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9720
9721 Minor cleanup and simplification.
9722 * filecache.el (file-cache-add-directory)
9723 (file-cache-add-directory-recursively)
9724 (file-cache-add-from-file-cache-buffer)
9725 (file-cache-delete-file-regexp, file-cache-delete-directory)
9726 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9727 (file-cache-temp-minibuffer-message): Delete function.
9728 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9729
9730 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9731 Don't signal an error when bumping into EOB in tr, s, or y.
9732
9733 2009-11-29 Juri Linkov <juri@jurta.org>
9734
9735 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9736 (Bug#4960)
9737
9738 * descr-text.el (describe-char-unidata-list): Use lowercase name
9739 for "Unicode name" like in other tags.
9740
9741 2009-11-29 Juri Linkov <juri@jurta.org>
9742
9743 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9744 New compatibility macro.
9745 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9746
9747 2009-11-29 Juri Linkov <juri@jurta.org>
9748
9749 Add defcustom to define the cycling order of `recenter-top-bottom'.
9750 (Bug#4981)
9751
9752 * window.el (recenter-last-op): Doc fix.
9753 (recenter-positions): New defcustom.
9754 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9755 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9756
9757 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
9758
9759 Improve integration of Tramp and ange-ftp in eshell.
9760
9761 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9762 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
9763 (eshell/sudo): Flatten args. Let-bind `default-directory'.
9764
9765 * eshell/esh-util.el (top): Require also Tramp when compiling.
9766 (eshell-directory-files-and-attributes): Check for FTP remote
9767 connection.
9768 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9769 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9770 (eshell-file-attributes): Handle ".". Return `entry'.
9771
9772 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9773 (ange-ftp-directory-files-and-attributes)
9774 (ange-ftp-real-directory-files-and-attributes): New defuns.
9775
9776 * net/tramp.el (tramp-maybe-open-connection): Open the remote
9777 shell with "exec" when possible. This prevents trailing prompts
9778 in `start-file-process'.
9779
9780 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 Try and remove assumptions about point-min==1.
9783 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9784 (rng-compute-mode-line-string): Show the validation percentage in
9785 terms of the narrowed text, not the widened text.
9786 (rng-do-some-validation): Don't catch internal errors when debugging.
9787 (rng-first-error): Simplify.
9788 (rng-after-change-function): Remove work around. AFAIK the bug has
9789 been fixed a while ago.
9790
9791 * image-mode.el (image-minor-mode): Exit more gracefully when the image
9792 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9793
9794 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9795
9796 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9797 `cd' doesn't always do it for us (bug#5067).
9798
9799 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9800 on 2009-10-25 as part of some other change (bug#5067).
9801
9802 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9803
9804 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9805 `suspicious'.
9806 (byte-compile-warnings): Use byte-compile-warning-types.
9807 (byte-compile-save-excursion): Warn about use of set-buffer right
9808 after save-excursion.
9809
9810 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9811 the excursion as well.
9812
9813 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
9814
9815 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9816 providing a Tramp related implementation of "su" and "sudo".
9817 (eshell-unix-initialize): Add "su" and "sudo".
9818
9819 2009-11-27 Daiki Ueno <ueno@unixuser.org>
9820
9821 * net/socks.el (socks-send-command): Convert binary request to
9822 unibyte before sending. This fixes mishandling of some port
9823 numbers such as 129.
9824
9825 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9826
9827 * help.el (describe-bindings-internal): Remove `interactive'.
9828
9829 * man.el (Man-completion-table): Trim a terminating "(".
9830 Remove the space between name page a section.
9831 Add the command's description on the `help-echo' property.
9832 Remove `process-connection-type' binding since it's unused by
9833 call-process.
9834 Provide completion for the "<section> <name>" format as well.
9835 (Man-default-man-entry): Remove spurious var shadowing the argument.
9836
9837 2009-11-26 Kevin Ryde <user42@zip.com.au>
9838
9839 * log-view.el: Add "Keywords: tools", since its other keywords
9840 aren't in finder-known-keywords, and following vc.el.
9841
9842 * sha1.el (sha1-string-external): default-directory "/" in case
9843 otherwise non-existent. process-connection-type pipe for touch of
9844 efficiency recommended by elisp manual. (An aside in Bug#3911.)
9845
9846 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9847
9848 Misc coding convention cleanups.
9849 * htmlfontify.el (hfy-init-kludge-hook): Rename from
9850 hfy-init-kludge-hooks.
9851 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9852 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9853 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9854 and push.
9855 (hfy-slant, hfy-weight): Use tables rather than code.
9856 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9857 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9858 (hfy-face-attr-for-class): Initialize `face-spec' directly.
9859 (hfy-face-to-css): Remove `nconc' with single arg.
9860 (hfy-p-to-face-lennart): Use `or'.
9861 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
9862 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9863 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9864 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9865 (hfy-force-fontification): Use run-hooks.
9866
9867 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
9868
9869 Various minor fixes.
9870 * htmlfontify.el (hfy-default-header): Add toggle_invis since
9871 Javascript belongs in the header, not the body.
9872 (hfy-javascript): Remove.
9873 (hfy-fontify-buffer): Don't insert it any more.
9874 (hfy-face-at): Handle (face0 face1 face2) style face properties.
9875 Fix bug in invis handling when there were no invis props in a chunk.
9876
9877 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9878
9879 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9880
9881 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9882
9883 * finder.el (finder-mode-map): Add a menu.
9884
9885 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
9886
9887 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9888 "unsigned" structs.
9889
9890 (verilog-leap-to-head, verilog-backward-token): Handle "disable
9891 fork" statement better.
9892
9893 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
9894
9895 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9896 (verilog-delete-auto, verilog-delete-empty-auto-pair)
9897 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9898 Reported by Clay Douglass.
9899
9900 (verilog-auto-inst, verilog-auto-star-safe)
9901 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9902 Fix removing "// Interfaces" when saving .* expansions. Reported by
9903 Pierre-David Pfister.
9904
9905 2009-11-26 Glenn Morris <rgm@gnu.org>
9906
9907 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9908 the scope.
9909
9910 2009-11-25 Johan Bockgård <bojohan@gnu.org>
9911
9912 * vc-annotate.el (vc-annotate-revision-previous-to-line):
9913 Really use previous revision.
9914
9915 2009-11-25 Kevin Ryde <user42@zip.com.au>
9916
9917 * man.el (Man-completion-table): default-directory "/" in case
9918 doesn't otherwise exist. process-environment COLUMNS=999 so as
9919 not to truncate long names. process-connection-type pipe to avoid
9920 any chance of hitting the pseudo-tty TIOCGWINSZ.
9921 (man): completion-ignore-case t for friendliness and since man
9922 itself is case-insensitive on the command line.
9923 Further to Bug#3717.
9924
9925 * arc-mode.el: Add "Keywords: files", so the details in its
9926 commentary can be reached from finder-by-keyword.
9927 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
9928 editing mode, but it's comms related and sgml-mode.el has "comm"
9929 on that basis too.
9930 * textmodes/bibtex-style.el: Add "Keywords: tex".
9931 * international/isearch-x.el, international/ja-dic-cnv.el:
9932 * international/ja-dic-utl.el, international/kkc.el:
9933 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9934
9935 2009-11-25 Juri Linkov <juri@jurta.org>
9936
9937 * man.el (Man-completion-table): Modify regexp to include
9938 section names to completion strings. (Bug#3717)
9939
9940 2009-11-25 Juri Linkov <juri@jurta.org>
9941
9942 Search recursively in gzipped files. (Bug#4982)
9943
9944 * progmodes/grep.el (grep-highlight-matches): Add new options
9945 `always' and `auto'. Doc fix.
9946 (grep-process-setup): Check `grep-highlight-matches' for
9947 `auto-detect' to determine the need to compute grep defaults.
9948 Move Windows/DOS specific --colors settings handling
9949 to `grep-compute-defaults'. Check `grep-highlight-matches'
9950 to get the value of "--color=".
9951 (grep-compute-defaults): Compute `grep-highlight-matches' when it
9952 has the value `auto-detect'. Move Windows/DOS specific settings
9953 from `grep-process-setup'.
9954 (zrgrep): New command with alias `rzgrep'.
9955
9956 2009-11-25 Juri Linkov <juri@jurta.org>
9957
9958 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9959 to nil instead of switching off view-mode. (Bug#4896)
9960
9961 2009-11-25 Juri Linkov <juri@jurta.org>
9962
9963 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
9964
9965 * mwheel.el (mwheel-scroll-up-function)
9966 (mwheel-scroll-down-function): New defvars.
9967 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9968 `scroll-up', and `mwheel-scroll-down-function' instead of
9969 `scroll-down'.
9970
9971 * doc-view.el (doc-view-scroll-up-or-next-page)
9972 (doc-view-scroll-down-or-previous-page): Add optional ARG.
9973 Use this ARG in the call to image-scroll-up/image-scroll-down.
9974 Change `interactive' spec to "P". Goto next/previous page only
9975 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9976 SPC/DEL case). Doc fix.
9977 (doc-view-next-line-or-next-page)
9978 (doc-view-previous-line-or-previous-page): Rename arg to ARG
9979 for consistency.
9980 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9981 `doc-view-scroll-up-or-next-page', and buffer-local
9982 `mwheel-scroll-down-function' to
9983 `doc-view-scroll-down-or-previous-page'.
9984
9985 2009-11-25 Juri Linkov <juri@jurta.org>
9986
9987 Provide additional default values (directories at other Dired
9988 windows) via M-n in the minibuffer of some Dired commands.
9989
9990 * dired-aux.el (dired-diff, dired-compare-directories)
9991 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
9992 `minibuffer-default' in `minibuffer-with-setup-hook'.
9993 (dired-dwim-target-directory): Find a window that displays Dired
9994 buffer instead of failing when the next window is not Dired.
9995 Use `get-window-with-predicate' to find for the next Dired window.
9996 (dired-dwim-target-defaults): New function.
9997
9998 * ediff-util.el (ediff-read-file-name):
9999 Use `dired-dwim-target-defaults' to set `minibuffer-default'
10000 in `minibuffer-with-setup-hook'.
10001
10002 2009-11-25 Juri Linkov <juri@jurta.org>
10003
10004 Provide additional default values (file name at point or at the
10005 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
10006
10007 * minibuffer.el (read-file-name-defaults): New function.
10008 (read-file-name): Reset `minibuffer-default' to nil when
10009 it duplicates initial input `insdef'.
10010 Bind `minibuffer-default-add-function' to lambda that
10011 calls `read-file-name-defaults' in `minibuffer-selected-window'.
10012 (minibuffer-insert-file-name-at-point): New command.
10013
10014 * files.el (file-name-at-point-functions): New defcustom.
10015 (find-file-default): Remove defvar.
10016 (find-file-read-args): Don't use `find-file-default'.
10017 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10018 to `read-file-name'.
10019 (find-file-literally): Use `read-file-name' with
10020 `confirm-nonexistent-file-or-buffer'.
10021
10022 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
10023
10024 * dired.el (dired-read-dir-and-switches):
10025 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10026 to `read-file-name'.
10027 (dired-file-name-at-point): New function.
10028 (dired-mode): Add hook `dired-file-name-at-point' to
10029 `file-name-at-point-functions'.
10030
10031 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10032
10033 Really make the *Completions* window soft-dedicated (bug#5030).
10034 * window.el (window--display-buffer-2): Add `dedicated' argument.
10035 (display-buffer): Pass it when needed so the dedicated flag is set
10036 after calling set-window-buffer, which would otherwise reset it.
10037
10038 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10039
10040 * progmodes/meta-mode.el (meta-complete-symbol):
10041 * progmodes/etags.el (complete-tag):
10042 * mail/mailabbrev.el (mail-abbrev-complete-alias):
10043 Use completion-in-region.
10044
10045 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
10046 (dabbrev-completion): Use completion-in-region.
10047 (dabbrev--abbrev-at-point): Simplify regexp.
10048
10049 * abbrev.el (abbrev--before-point): Use word-motion functions
10050 if :regexp is not specified (bug#5031).
10051
10052 * subr.el (string-prefix-p): New function.
10053
10054 * man.el (Man-completion-cache): New var.
10055 (Man-completion-table): Use it.
10056
10057 * vc.el (vc-print-log-internal): Make `limit' optional for better
10058 compatibility (e.g. with vc-annotate.el).
10059
10060 2009-11-24 Kevin Ryde <user42@zip.com.au>
10061
10062 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
10063 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
10064
10065 * emacs-lisp/elint.el (elint-add-required-env): Better error message
10066 when .el source file not found or other error.
10067
10068 2009-11-24 Markus Triska <markus.triska@gmx.at>
10069
10070 * linum.el (linum-update-window): Ignore intangible (bug#4996).
10071
10072 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10073
10074 Handle the [back] button properly (bug#4979).
10075 * descr-text.el (describe-text-properties): Add a `buffer' argument.
10076 Use help-setup-xref, help-buffer, and with-help-window.
10077 (describe-char): Add `buffer' argument.
10078 Pass proper command to help-setup-xref. Don't meddle with
10079 help-xref-stack-item directly.
10080 (describe-text-category): Use with-help-window and help-buffer.
10081
10082 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
10083 for the displayed buffer (bug#4887).
10084
10085 * man.el (Man-completion-table): New function.
10086 (man): Use it.
10087
10088 2009-11-24 David Reitter <david.reitter@gmail.com>
10089
10090 * vc-git.el (vc-git-registered): Use checkout directory (where
10091 .git is) rather than the file's directory and a relative path spec
10092 to work around a bug in git.
10093
10094 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
10095
10096 Improve handling of processes on remote hosts.
10097
10098 * eshell/esh-util.el (eshell-path-env): New defvar.
10099 (eshell-parse-colon-path): New defun.
10100 (eshell-file-attributes): Use `eshell-parse-colon-path'.
10101
10102 * eshell/esh-ext.el (eshell-search-path):
10103 Use `eshell-parse-colon-path'.
10104 (eshell-remote-command): Remove argument HANDLER.
10105 (eshell-external-command): Check for FTP remote connection.
10106
10107 * eshell/esh-proc.el (eshell-gather-process-output):
10108 Use `file-truename', in order to start also symlinked files.
10109 Apply `start-file-process' instead of `start-process'.
10110 Shorten `command' to the local file name part.
10111
10112 * eshell/em-cmpl.el (eshell-complete-commands-list):
10113 Use `eshell-parse-colon-path'.
10114
10115 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
10116
10117 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
10118 to `eshell-directory-change-hook'.
10119
10120 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
10121
10122 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
10123 because it could be enabled automatically if view-read-only is non-nil.
10124
10125 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
10126
10127 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
10128 made on 2009-11-22.
10129
10130 2009-11-24 Glenn Morris <rgm@gnu.org>
10131
10132 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
10133 deleted variable bookmark-bmenu-bookmark-column.
10134
10135 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10136
10137 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
10138
10139 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
10140
10141 * net/browse-url.el (browse-url-filename-alist): On Windows, add
10142 two slashes to the "file:" prefix.
10143 (browse-url-file-url): De-munge Cygwin filenames before passing
10144 them to Windows browser.
10145 (browse-url-default-windows-browser): Use call-process.
10146
10147 2009-11-23 Juri Linkov <juri@jurta.org>
10148
10149 Implement DocView Continuous mode. (Bug#4896)
10150 * doc-view.el (doc-view-continuous-mode): New defcustom.
10151 (doc-view-mode-map): Bind C-n/<down> to
10152 `doc-view-next-line-or-next-page', C-p/<up> to
10153 `doc-view-previous-line-or-previous-page'.
10154 (doc-view-next-line-or-next-page)
10155 (doc-view-previous-line-or-previous-page): New commands.
10156
10157 2009-11-23 Juri Linkov <juri@jurta.org>
10158
10159 Implement Isearch in comint input history. (Bug#3746)
10160 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10161 `isearch-mode-hook'.
10162 (comint-history-isearch): New defcustom.
10163 (comint-history-isearch-backward)
10164 (comint-history-isearch-backward-regexp): New commands.
10165 (comint-history-isearch-message-overlay): New buffer-local variable.
10166 (comint-history-isearch-setup, comint-history-isearch-end)
10167 (comint-goto-input, comint-history-isearch-search)
10168 (comint-history-isearch-message, comint-history-isearch-wrap)
10169 (comint-history-isearch-push-state)
10170 (comint-history-isearch-pop-state): New functions.
10171
10172 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
10173
10174 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10175 return.
10176 (tramp-handle-make-symbolic-link)
10177 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10178 Quote file names.
10179 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10180 (tramp-handle-process-file): Use it.
10181
10182 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10183
10184 * window.el (move-to-window-line-last-op): Remove.
10185 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10186
10187 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10188
10189 Make M-r mirror the new cycling behavior of C-l.
10190 * window.el (move-to-window-line-last-op): New var.
10191 (move-to-window-line-top-bottom): New command.
10192 (global-map): Bind M-r move-to-window-line-top-bottom.
10193
10194 2009-11-23 Sven Joachim <svenjoac@gmx.de>
10195
10196 * dired-x.el (dired-guess-shell-alist-default):
10197 Support xz format. (Bug#4953)
10198
10199 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
10200
10201 * emulation/viper-cmd.el: Use viper-last-command-char instead of
10202 last-command-char/last-command-event.
10203 (viper-prefix-arg-value): Do correct conversion of event-char for
10204 XEmacs.
10205
10206 * emulation/viper-util.el, emulation/viper.el:
10207 Use viper-last-command-char instead of
10208 last-command-char/last-command-event.
10209
10210 * ediff-init.el, ediff-mult.el, ediff-util.el:
10211 Replace last-command-char and last-command-event
10212 with (ediff-last-command-char) everywhere.
10213
10214 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10215 created in fundamental mode.
10216
10217 * ediff.el (ediff-version): Revert the change of interactive-p to
10218 called-interactively-p.
10219
10220 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
10221
10222 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10223 generation from word-movement command names.
10224
10225 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
10226
10227 * cus-start.el (all): Add native condition for font-use-system-font.
10228
10229 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
10230
10231 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10232 Correct the patch from 2009-11-18. (Bug#3910)
10233
10234 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
10235
10236 * progmodes/subword.el: Rename from lisp/subword.el.
10237
10238 * subword.el: Rename to progmodes/subword.el.
10239
10240 * Makefile.in (ELCFILES): Adapt to subword.el move.
10241
10242 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10243 Stefan Monnier <monnier@iro.umontreal.ca>
10244
10245 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10246 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10247 (bookmark-bmenu-show-filenames): Use push.
10248 (bookmark-bmenu-hide-filenames): Use local var instead of
10249 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
10250 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10251 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10252 filenames now that the bookmark names are always available.
10253
10254 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10255
10256 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10257 (bookmark-search-pattern): Move and leave unbound.
10258 (bookmark-bmenu-mode-map): Change binding.
10259 (bookmark-read-search-input): Simplify.
10260 Don't use text-char-description. Don't error on non-char events.
10261 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10262 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10263 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10264 Use a local var for the timer.
10265 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10266 (i.e. bookmark-bmenu-search).
10267
10268 2009-11-21 Glenn Morris <rgm@gnu.org>
10269
10270 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
10271
10272 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
10273
10274 * net/browse-url.el (browse-url-default-windows-browser):
10275 Use cygstart for cygwin.
10276
10277 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
10278
10279 * bookmark.el: Formatting and doc fixes only:
10280 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10281 (bookmark-bmenu-search): Wrap to fit within 80 columns.
10282 Minor grammar and punctuation fixes in doc string.
10283 (bookmark-read-search-input): Adjust to fit within 80 columns.
10284
10285 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10286
10287 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10288 (c-backward-into-nomenclature): Adapt to subword renaming.
10289
10290 * subword.el (subword-forward, subword-backward, subword-mark)
10291 (subword-kill, subword-backward-kill, subword-transpose)
10292 (subword-downcase, subword-upcase, subword-capitalize)
10293 (subword-forward-internal, subword-backward-internal):
10294 Rename from forward-subword, backward-subword, mark-subword,
10295 kill-subword, backward-kill-subword, transpose-subwords,
10296 downcase-subword, upcase-subword, capitalize-subword,
10297 forward-subword-internal, backward-subword-internal.
10298
10299 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10300
10301 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10302 New options.
10303 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10304 New vars.
10305 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10306 (bookmark-bmenu-filter-alist-by-regexp)
10307 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10308 (bookmark-bmenu-search): New command.
10309 (bookmark-bmenu-mode-map): Bind it.
10310
10311 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10312
10313 * progmodes/cc-cmds.el: declare-functioned forward-subword and
10314 backward-subword to quit the byte-compiler.
10315
10316 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10317
10318 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10319
10320 * progmodes/cc-cmds.el (c-update-modeline)
10321 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10322 Refer to subword.el functions instead of cc-subword.el.
10323
10324 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10325 subword.el functions instead of cc-subword.el.
10326
10327 * progmodes/cc-subword.el: Rename to subword.el.
10328 * subword.el: Rename from progmodes/cc-subword.el.
10329 (subword-mode-map): Rename from c-subword-mode-map.
10330 (subword-mode): Rename from c-subword-mode.
10331 (global-subword-mode): New global minor mode.
10332 (forward-subword): Rename from c-forward-subword.
10333 (backward-subword): Rename from c-backward-subword.
10334 (mark-subword): Rename from c-mark-subword.
10335 (kill-subword): Rename from c-kill-subword.
10336 (backward-kill-subword): Rename from c-backward-kill-subword.
10337 (transpose-subwords): Rename from c-tranpose-subword.
10338 (downcase-subword): Rename from c-downcase-subword.
10339 (capitalize-subword): Rename from c-capitalize-subword.
10340 (forward-subword-internal): Rename from c-forward-subword-internal.
10341 (backward-subword-internal): Rename from c-backward-subword-internal.
10342
10343 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10344
10345 * vc.el (vc-deduce-fileset): Allow non-state changing operations
10346 from a dired buffer.
10347 (vc-dired-deduce-fileset): New function.
10348 (vc-root-diff, vc-print-root-log): Use it.
10349
10350 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10351 nil LIMIT argument to vc-print-log-internal.
10352
10353 2009-11-20 Glenn Morris <rgm@gnu.org>
10354
10355 * Makefile.in (ELCFILES): Regenerate.
10356
10357 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
10358
10359 * calc/calc.el (calc-set-mode-line):
10360 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10361 (math-format-number): Rename `math-format-complement-signed' to
10362 `math-format-twos-complement'.
10363
10364 * calc/calc-bin.el (math-format-twos-complement): Rename from
10365 math-format-complement-signed.
10366 (calc-radix): Rename `calc-complement-signed-mode' to
10367 `calc-twos-complement-mode'.
10368 (calc-octal-radix, calc-hex-radix): Add an argument for
10369 two's complement.
10370
10371 * calc/calc-embed.el (calc-embedded-mode-vars):
10372 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10373
10374 * calc/calc-ext.el (calc-init-extensions):
10375 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10376 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10377
10378 * calc/calc-units.el (math-build-units-table-buffer):
10379 Let `calc-twos-complement-mode' be nil.
10380
10381 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10382 entries.
10383
10384 * calc/calc-vec.el (calcFunc-vunpack):
10385 * calc/calc-aent.el (calc-do-calc-eval):
10386 * calc/calc-forms.el (math-format-date):
10387 * calc/calc-graph.el (calc-graph-plot):
10388 * calc/calc-math.el (math-use-emacs-fn):
10389 * calc/calccomp.el (math-compose-expr):
10390 Let `calc-twos-complement-mode' be nil.
10391
10392 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10393
10394 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10395 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
10396 * minibuffer.el (completion-in-region-functions): New hook.
10397 (completion-in-region): New function.
10398 * emacs-lisp/lisp.el (lisp-complete-symbol):
10399 * pcomplete.el (pcomplete-std-complete): Use it.
10400
10401 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10402
10403 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10404 (latex-complete-alist): New vars.
10405 (latex-string-prefix-p, latex-complete-bibtex-keys)
10406 (latex-complete-envnames, latex-complete-refkeys)
10407 (latex-complete-data): New functions.
10408 (latex-complete, latex-indent-or-complete): New commands.
10409
10410 * window.el (display-buffer-mark-dedicated): New var.
10411 (display-buffer): Obey it.
10412 * minibuffer.el (minibuffer-completion-help): Use it.
10413
10414 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10415
10416 * filecache.el (file-cache-add-file): Use push and cons.
10417 (file-cache-delete-file-regexp): Use push.
10418 (file-cache-complete): Use completion-in-region.
10419
10420 * simple.el (with-wrapper-hook): Fix thinko.
10421
10422 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10423 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10424 Use with-current-buffer and string-to-number.
10425 (hfy-fallback-colour-values): Use assoc-string.
10426 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10427 (hfy-face-at): Remove unused var `found-face'.
10428 (hfy-compile-stylesheet): Remove unused var `css'.
10429 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10430 and `orig-buffer'.
10431 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10432 Use with-current-buffer.
10433 (hfy-text-p): Use expand-file-name and fewer setq.
10434
10435 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
10436
10437 * htmlfontify.el, hfy-cmap.el: New files.
10438
10439 2009-11-19 Juri Linkov <juri@jurta.org>
10440
10441 * minibuffer.el (completions-format): New defcustom.
10442 (completion--insert-strings): Implement vertical format.
10443
10444 * simple.el (switch-to-completions): Move point to the first
10445 completion when point was at the beginning of the buffer.
10446
10447 2009-11-19 Juri Linkov <juri@jurta.org>
10448
10449 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
10450
10451 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10452
10453 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10454
10455 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10456 (mail-signature): Change default to t.
10457 (mail-from-style): Deprecate `system-default' value.
10458 (mail-insert-from-field): For default value of mail-from-style,
10459 default to `angles' unless `angles' needs quoting and `parens'
10460 does not.
10461 (mail-citation-prefix-regexp): Use citation regexp from
10462 message-mode.
10463
10464 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
10465
10466 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10467 Set variables for computing the prompt for reading password.
10468
10469 2009-11-19 Glenn Morris <rgm@gnu.org>
10470
10471 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10472
10473 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10474
10475 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10476 (newsticker-treeview-listwindow-height): Fix custom type.
10477
10478 2009-11-19 Kenichi Handa <handa@m17n.org>
10479
10480 * descr-text.el (describe-char-padded-string): Compose with TAB
10481 only if there's a font for CH.
10482 (describe-char): Fix the condition for detecting a trivial composition.
10483
10484 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
10485
10486 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
10487 more accurate version of the regexp. (Bug#3910)
10488
10489 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10490
10491 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10492
10493 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
10494
10495 * font-setting.el (font-use-system-font): Declare for byte-compiler.
10496 (font-setting-change-default-font): Fix typo in docstring.
10497
10498 2009-11-18 Alan Mackenzie <acm@muc.de>
10499
10500 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10501
10502 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10503
10504 * font-setting.el (font-use-system-font): Move ...
10505
10506 * cus-start.el (all): ... to here.
10507
10508 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
10509
10510 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10511 Don't set `ad-return-value' if `ad-do-it' doesn't.
10512
10513 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10514 modification time.
10515
10516 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10517
10518 * menu-bar.el: Put "Use system font" in Option-menu.
10519 (menu-bar-options-save): Add font-use-system-font.
10520
10521 * loadup.el: If feature system-font-setting or font-render-setting is
10522 there, load font-setting.
10523
10524 * Makefile.in (ELCFILES): Add font-settings.el.
10525 * font-setting.el: New file.
10526
10527 2009-11-17 Glenn Morris <rgm@gnu.org>
10528
10529 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10530
10531 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10532 Preserve point in the list buffer. (Bug#4939)
10533 Use point-at-eol.
10534 (newsticker--treeview-list-update-highlight)
10535 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10536
10537 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10538
10539 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10540 Remove.
10541
10542 * calc/calc-ext.el (calc-init-extensions): Remove references to
10543 symclip.
10544
10545 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10546
10547 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10548 * calc/calc-help.el (calc-b-prefix-help): Remove references to
10549 `calc-symclip'.
10550
10551 2009-11-16 Kevin Ryde <user42@zip.com.au>
10552
10553 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10554 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10555
10556 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10557 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10558 Ignore trailing spaces by omit-nulls to split-string (fixing
10559 regression from Emacs 21 due to the incompatible split-string
10560 change). (Bug #4928.)
10561
10562 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10563
10564 * vc.el (vc-log-show-limit): Default to 2000.
10565 (vc-print-log-internal): Insert buttons to request more entries
10566 when limiting the output.
10567
10568 * vc-sccs.el (vc-sccs-print-log):
10569 * vc-rcs.el (vc-rcs-print-log):
10570 * vc-cvs.el (vc-cvs-print-log):
10571 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10572 LIMIT is non-nil.
10573
10574 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10575
10576 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10577 error when `tramp-gvfs-dbus-event-vector' is set.
10578 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10579
10580 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10581
10582 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10583
10584 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10585
10586 * net/dbus.el (dbus-unregister-service): New defun.
10587 (dbus-register-property): Register the handlers of
10588 "org.freedesktop.DBus.Properties" for SERVICE.
10589 (dbus-property-handler): Fix docstring.
10590
10591 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10592
10593 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10594 Quote doc string reference in defvaralias as it is not in special form.
10595 (byte-compile-output-docform): Doc fix.
10596
10597 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10598
10599 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10600 (calc-complement-signed-mode): New variables.
10601 (calc-set-mode-line): Add indicator for twos-complements.
10602 (math-format-number): Format twos-complement notation.
10603
10604 * calc/calc-bin.el (calc-word-size): Reset the variables
10605 `math-2-word-size' and `math-half-2-word-size'.
10606 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10607 (calc-symclip): New functions.
10608
10609 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10610
10611 * calc/calc-embed.el (calc-embedded-mode-vars):
10612 Add `calc-complement-signed-mode' to the list of modes.
10613
10614 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10615 (calc-b-oper-keys): Add `calc-symclip' to list.
10616
10617 * calc/calc-ext.el (math-read-number-fancy): Read complement
10618 signed numbers.
10619 (calc-init-extensions): Add binding for `calc-symclip'.
10620 Add autoload for `calcFunc-symclip' and `calc-symclip'.
10621
10622 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10623 `calc-symclip'.
10624 (calc-modes-menu): Add item for twos complement mode.
10625
10626 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10627
10628 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10629
10630 * register.el (jump-to-register, insert-register): Handle Semantic
10631 tags. From commented-out advice in semantic/senator.el.
10632
10633 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10634
10635 * vc.el (vc-log-show-limit): New variable.
10636 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10637 when using a prefix argument.
10638 (vc-print-log-internal): Add new argument LIMIT.
10639
10640 * vc-svn.el (vc-svn-print-log):
10641 * vc-mtn.el (vc-mtn-print-log):
10642 * vc-hg.el (vc-hg-print-log):
10643 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10644 pass it to the log command when set. Make the BUFFER argument
10645 non-optional.
10646
10647 * vc-sccs.el (vc-sccs-print-log):
10648 * vc-rcs.el (vc-rcs-print-log):
10649 * vc-git.el (vc-git-print-log):
10650 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10651 ignore it. Make the BUFFER argument non-optional
10652
10653 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10654
10655 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10656
10657 * dired.el (dired-mode-map): Move encryption items to "Operate"
10658 menu (Bug#4703).
10659
10660 * strokes.el (strokes-update-window-configuration): Make strokes
10661 buffer current before erasing (Bug#4906).
10662
10663 2009-11-15 Juri Linkov <juri@jurta.org>
10664
10665 * simple.el (set-mark-default-inactive): Add :type, :group
10666 and :version. (Bug#4876)
10667
10668 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
10669
10670 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10671 (archive-unique-fname): ... here. (Bug#4929)
10672
10673 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10674
10675 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10676 with a real fix.
10677
10678 * novice.el (disabled-command-function): Add useful args.
10679 Setup the help buffer so that [back] works.
10680 Remove redundant call to help-mode.
10681 (disabled-command-function): Use `case'.
10682 (en/disable-command): New function extracted from enable-command.
10683 (enable-command, disable-command): Use it.
10684
10685 2009-11-14 Glenn Morris <rgm@gnu.org>
10686
10687 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10688 constants. (Bug#4913)
10689
10690 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10691
10692 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10693
10694 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10695 defined in C that have no doc-strings. (Bug#1063)
10696
10697 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10698
10699 * cus-edit.el (data, files):
10700 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10701
10702 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
10703
10704 * simple.el (shell-command): Doc fix (Bug#4891).
10705
10706 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10707
10708 2009-11-14 Glenn Morris <rgm@gnu.org>
10709
10710 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10711 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10712 If they are already loaded, eval-after-load will do the right thing.
10713
10714 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10715 compiling.
10716
10717 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10718
10719 * simple.el (x-selection-owner-p): Declare.
10720 (read-mail-command): Use custom radio type rather than choice.
10721 (completion-no-auto-exit): Doc fix.
10722
10723 * custom.el (defgroup):
10724 * epg-config.el (epg): Doc fixes.
10725
10726 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10727
10728 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10729 * international/ccl.el (define-ccl-program): Do not purecopy the
10730 docstring, defconst does it anyway.
10731
10732 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10733
10734 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10735 a second time.
10736
10737 * x-dnd.el (x-dnd-maybe-call-test-function):
10738 * window.el (split-window-vertically):
10739 * whitespace.el (whitespace-help-on):
10740 * vc-rcs.el (vc-rcs-consult-headers):
10741 * userlock.el (ask-user-about-lock-help)
10742 (ask-user-about-supersession-help):
10743 * type-break.el (type-break-force-mode-line-update):
10744 * time-stamp.el (time-stamp-conv-warn):
10745 * terminal.el (te-set-output-log, te-more-break, te-filter)
10746 (te-sentinel, terminal-emulator):
10747 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10748 (term-write-input-ring, term-check-source, term-start-output-log):
10749 (term-display-buffer-line, term-dynamic-list-completions):
10750 (term-ansi-make-term, serial-term):
10751 * subr.el (selective-display):
10752 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10753 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10754 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10755 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10756 (speedbar-remove-localized-speedbar-support)
10757 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10758 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10759 (speedbar-buffers-line-directory):
10760 * simple.el (shell-command-on-region, append-to-buffer)
10761 (prepend-to-buffer):
10762 * shadowfile.el (shadow-save-todo-file):
10763 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10764 (scroll-bar-maybe-set-window-start):
10765 * sb-image.el (speedbar-image-dump):
10766 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10767 (load-save-place-alist-from-file):
10768 * ps-samp.el (ps-print-message-from-summary):
10769 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10770 (ps-background-image, ps-begin-job, ps-do-despool):
10771 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10772 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10773 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10774 (pr-call-process, pr-file-list, pr-interface-save):
10775 * novice.el (disabled-command-function)
10776 (enable-command, disable-command):
10777 * mouse.el (mouse-buffer-menu-alist):
10778 * mouse-copy.el (mouse-kill-preserving-secondary):
10779 * macros.el (kbd-macro-query):
10780 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10781 * informat.el (batch-info-validate):
10782 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10783 * hippie-exp.el (try-expand-dabbrev-visible):
10784 * help-mode.el (help-make-xrefs):
10785 * help-fns.el (describe-variable):
10786 * generic-x.el (bat-generic-mode-run-as-comint):
10787 * finder.el (finder-mouse-select):
10788 * find-dired.el (find-dired-sentinel):
10789 * filesets.el (filesets-file-close):
10790 * files.el (list-directory):
10791 * faces.el (list-faces-display, describe-face):
10792 * facemenu.el (list-colors-display):
10793 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10794 * epg.el (epg--process-filter, epg-cancel):
10795 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10796 (epa--read-signature-type):
10797 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10798 (emerge-file-names):
10799 * ehelp.el (electric-helpify):
10800 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10801 * ediff-vers.el (rcs-ediff-view-revision):
10802 * ediff-util.el (ediff-setup):
10803 * ediff-mult.el (ediff-append-custom-diff):
10804 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10805 (ediff-wordify):
10806 * echistory.el (Electric-command-history-redo-expression):
10807 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10808 * disp-table.el (describe-display-table):
10809 * dired.el (dired-find-buffer-nocreate):
10810 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10811 * dabbrev.el (dabbrev--same-major-mode-p):
10812 * chistory.el (list-command-history):
10813 * apropos.el (apropos-documentation):
10814 * allout.el (allout-obtain-passphrase):
10815 (allout-copy-exposed-to-buffer):
10816 (allout-verify-passphrase): Use with-current-buffer.
10817
10818 2009-11-13 Glenn Morris <rgm@gnu.org>
10819
10820 * Makefile.in (ELCFILES): Regenerate.
10821
10822 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
10823
10824 * net/dbus.el (dbus-registered-objects-table): Rename from
10825 `dbus-registered-functions-table', because it contains also properties.
10826 (dbus-unregister-object): Unregister also properties.
10827 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10828 Use a timeout of 500 msec, in order to not block.
10829 (dbus-register-property, dbus-property-handler): New defuns.
10830
10831 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10832
10833 * simple.el (minibuffer-default-add-completions): Drop deprecated
10834 4th arg.
10835
10836 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
10837
10838 * textmodes/artist.el (artist-mouse-choose-operation):
10839 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10840 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10841 (artist-compute-up-event-key): New function.
10842 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10843
10844 2009-11-13 Kenichi Handa <handa@m17n.org>
10845
10846 * language/japan-util.el: Make sure that the value of jisx0208
10847 property is jisx0208 character.
10848
10849 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10850
10851 * international/mule.el (auto-coding-regexp-alist): Only purecopy
10852 car or each item, not the whole list.
10853
10854 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10855
10856 * minibuffer.el (minibuffer-completion-help):
10857 Use minibuffer-hide-completions.
10858
10859 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
10860
10861 * dired.el (dired-save-positions, dired-restore-positions): New funs.
10862 (dired-revert): Use them (bug#4880).
10863
10864 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10865
10866 * tooltip.el (tooltip-frame-parameters): Undo previous change.
10867
10868 2009-11-12 Juri Linkov <juri@jurta.org>
10869
10870 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10871 New functions.
10872 (find-file-literally-at-point): Alias of `ffap-literally'.
10873
10874 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10875
10876 * textmodes/ispell.el (ispell-skip-region-alist):
10877 * textmodes/css-mode.el (auto-mode-alist):
10878 * progmodes/compile.el (auto-mode-alist):
10879 * international/mule.el (ctext-non-standard-encodings-alist)
10880 (ctext-non-standard-encodings-regexp):
10881 * simple.el (shell-command-switch, text-read-only):
10882 * replace.el (occur-mode-map):
10883 * paths.el (rmail-file-name):
10884 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10885 * find-file.el (ff-special-constructs):
10886 * files.el (file-name-handler-alist):
10887 * composite.el: Purecopy strings.
10888
10889 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10890
10891 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10892
10893 * widget.el (define-widget): Purecopy the docstring.
10894 * international/mule-cmds.el (charset): Do not purecopy the
10895 docstring here, define-widget does it.
10896
10897 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10898 * textmodes/bibtex-style.el (auto-mode-alist):
10899 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10900 * progmodes/compile.el (compile-command):
10901 * language/korea-util.el (default-korean-keyboard):
10902 * international/mule-conf.el (file-coding-system-alist):
10903 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10904 * tooltip.el (tooltip-frame-parameters):
10905 * newcomment.el (comment-end, comment-padding):
10906 * dired.el (dired-trivial-filenames):
10907 * comint.el (comint-file-name-prefix): Purecopy initial values.
10908
10909 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
10910
10911 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10912 (tramp-advice-minibuffer-electric-tilde): Unload advices via
10913 `tramp-unload'.
10914 (tramp-advice-make-auto-save-file-name)
10915 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10916 after removing the advice.
10917
10918 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10919
10920 * progmodes/grep.el (grep-regexp-alist):
10921 * international/mule-cmds.el (iso-2022-control-alist):
10922 * emacs-lisp/timer.el (timer-duration-words):
10923 * subr.el (version-separator, version-regexp-alist):
10924 * minibuffer.el (completion-styles-alist):
10925 * faces.el (face-attribute-name-alist, list-faces-sample-text):
10926 Change defvars to defconsts.
10927
10928 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10929 * loadup.el ("international/mule-conf"): Load the byte compiled version.
10930 * international/mule-conf.el: Allow to be byte compiled.
10931
10932 * international/mule.el (define-charset): Purecopy props.
10933 (load-with-code-conversion): Purecopy doc string and file name.
10934 (put-charset-property): Purecopy strings.
10935 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10936
10937 * international/mule-cmds.el (register-input-method): Purecopy arguments.
10938 (define-char-code-property): Correctly purecopy the table.
10939
10940 * international/ccl.el (define-ccl-program): Purecopy the docstring.
10941
10942 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10943
10944 * subr.el (add-hook): Purecopy strings.
10945 (eval-after-load): Purecopy load-history-regexp and the form.
10946
10947 * custom.el (custom-declare-group): Purecopy load-file-name.
10948
10949 * subr.el (menu-bar-separator): New defconst.
10950 * net/eudc.el (eudc-tools-menu):
10951 * international/mule-cmds.el (set-coding-system-map)
10952 (mule-menu-keymap):
10953 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10954 * vc-hooks.el (vc-menu-map):
10955 * replace.el (occur-mode-map):
10956 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10957 (menu-bar-edit-menu, menu-bar-goto-menu)
10958 (menu-bar-custom-menu, menu-bar-showhide-menu)
10959 (menu-bar-options-menu, menu-bar-tools-menu)
10960 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10961 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10962 (menu-bar-help-menu):
10963 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10964 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10965
10966 * term/x-win.el (x-gtk-stock-map):
10967 * progmodes/vera-mode.el (auto-mode-alist):
10968 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10969 (inferior-lisp-program, inferior-lisp-load-command):
10970 * progmodes/hideshow.el (hs-special-modes-alist):
10971 * progmodes/gud.el (same-window-regexps):
10972 * progmodes/grep.el (grep-program, find-program, xargs-program):
10973 * net/telnet.el (same-window-regexps):
10974 * net/rlogin.el (same-window-regexps):
10975 * language/ethiopic.el (font-ccl-encoder-alist):
10976 * vc-sccs.el (vc-sccs-master-templates):
10977 * vc-rcs.el (vc-rcs-master-templates):
10978 * subr.el (cl-assertion-failed):
10979 * simple.el (next-error-overlay-arrow-position):
10980 * lpr.el (lpr-command):
10981 * locate.el (locate-ls-subdir-switches):
10982 * info.el (same-window-regexps, info)
10983 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10984 * image-mode.el (image-mode, auto-mode-alist):
10985 * hippie-exp.el (hippie-expand-ignore-buffers):
10986 * format.el (format-alist):
10987 * find-dired.el (find-ls-subdir-switches, find-grep-options)
10988 (find-name-arg):
10989 * facemenu.el (facemenu-keybindings):
10990 * dired.el (dired-listing-switches, dired-chown-program):
10991 * diff.el (diff-switches, diff-command):
10992 * cus-edit.el (same-window-regexps):
10993 * bindings.el (mode-line-mule-info)
10994 (mode-line-buffer-identification): Purecopy strings.
10995
10996 2009-11-11 Juri Linkov <juri@jurta.org>
10997
10998 * simple.el (dired-get-filename) <declare-function>:
10999 Tell the byte-compiler about dired-get-filename.
11000 (shell-command): In Dired mode, get filename from the current line
11001 as the default value.
11002
11003 2009-11-10 Glenn Morris <rgm@gnu.org>
11004
11005 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
11006 * calendar/holidays.el, progmodes/cperl-mode.el:
11007 Update x-popup-menu declarations.
11008
11009 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
11010 (list-load-path-shadows): Use dolist.
11011 (list-load-path-shadows): Use with-current-buffer.
11012
11013 2009-11-10 Juri Linkov <juri@jurta.org>
11014
11015 * minibuffer.el (read-file-name): Support a list of default values
11016 in `default-filename'. Use the first file name where only one
11017 element is required. Doc fix.
11018
11019 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
11020
11021 * net/dbus.el (dbus-unregister-object): Release service, if no
11022 other method is registered for it.
11023
11024 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
11025
11026 * bookmark.el (bookmark-completing-read): Sort bookmark names if
11027 bookmark-sort-flag is non-nil (Bug#4653).
11028
11029 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
11030
11031 * emulation/cua-base.el: Add CUA property to some CC mode commands
11032 (Bug#4100).
11033
11034 2009-11-08 Kevin Ryde <user42@zip.com.au>
11035
11036 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
11037 at end of sentence (Bug#4818).
11038
11039 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
11040
11041 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11042 Handle "see declaration of" MSFT statements (Bug#4100).
11043
11044 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
11045
11046 * net/tramp.el (tramp-advice-make-auto-save-file-name)
11047 (tramp-advice-file-expand-wildcards): Unload via
11048 `ad-remove-advice'.
11049
11050 * net/trampver.el: Update release number.
11051
11052 2009-11-08 Kevin Ryde <user42@zip.com.au>
11053
11054 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
11055 `ad-do-it'.
11056
11057 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
11058
11059 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
11060 in order to keep context in SELinux.
11061
11062 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
11063
11064 * dired-aux.el (dired-query): Place cursor in echo area and allow
11065 C-g.
11066
11067 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
11068 menu item if not on a directory (Bug#4701).
11069
11070 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
11071
11072 Sync with Tramp 2.1.17.
11073
11074 * net/tramp.el (tramp-handle-copy-directory): Don't use
11075 `file-remote-p' (due to compatibility).
11076
11077 * net/tramp-compat.el (tramp-compat-copy-directory)
11078 (tramp-compat-delete-directory): New defuns.
11079
11080 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11081 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
11082 `tramp-compat-delete-directory'.
11083
11084 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11085 (tramp-smb-handle-delete-directory): Use
11086 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
11087
11088 * net/trampver.el: Update release number.
11089
11090 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
11091
11092 * tar-mode.el (tar-copy): Call write-region on the right buffer
11093 (Bug#4857).
11094
11095 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
11096 by hand, if necessary (Bug#4878).
11097
11098 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
11099
11100 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
11101 align size column (Bug#4839).
11102
11103 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
11104 statement.
11105
11106 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11107
11108 * progmodes/ld-script.el (auto-mode-alist):
11109 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
11110
11111 * cus-face.el (custom-declare-face): Purecopy face spec.
11112
11113 2009-11-06 Kenichi Handa <handa@m17n.org>
11114
11115 * international/uni-bidi.el: Re-generated.
11116 * international/uni-category.el: Re-generated.
11117 * international/uni-combining.el: Re-generated.
11118 * international/uni-mirrored.el: Re-generated.
11119
11120 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11121
11122 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
11123 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
11124 (tex-start-options, slitex-run-command, latex-run-command)
11125 (tex-run-command, tex-directory):
11126 * textmodes/ispell.el (ispell-html-skip-alists)
11127 (ispell-tex-skip-alists, ispell-tex-skip-alists):
11128 * textmodes/fill.el (adaptive-fill-first-line-regexp):
11129 (adaptive-fill-regexp):
11130 * textmodes/dns-mode.el (auto-mode-alist):
11131 * progmodes/python.el (interpreter-mode-alist):
11132 * progmodes/etags.el (tags-compression-info-list):
11133 * progmodes/etags.el (tags-file-name):
11134 * net/browse-url.el (browse-url-galeon-program)
11135 (browse-url-firefox-program):
11136 * mail/sendmail.el (mail-signature-file)
11137 (mail-citation-prefix-regexp):
11138 * international/mule-conf.el (eight-bit):
11139 * international/latexenc.el (latex-inputenc-coding-alist):
11140 * international/fontset.el (x-pixel-size-width-font-regexp):
11141 * emacs-lisp/warnings.el (warning-type-format):
11142 * emacs-lisp/trace.el (trace-buffer):
11143 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
11144 (emacs-lisp-mode-map):
11145 * calendar/holidays.el (holiday-solar-holidays)
11146 (holiday-bahai-holidays, holiday-islamic-holidays)
11147 (holiday-christian-holidays, holiday-hebrew-holidays)
11148 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
11149 (hebrew-holidays-1, holiday-oriental-holidays)
11150 (holiday-general-holidays):
11151 * x-dnd.el (x-dnd-known-types):
11152 * tool-bar.el (tool-bar):
11153 * startup.el (site-run-file):
11154 * shell.el (shell-dumb-shell-regexp):
11155 * rfn-eshadow.el (file-name-shadow-tty-properties)
11156 (file-name-shadow-properties):
11157 * paths.el (remote-shell-program, news-directory):
11158 * mouse.el ([C-down-mouse-3]):
11159 * menu-bar.el (menu-bar-tools-menu):
11160 * jka-cmpr-hook.el (jka-compr-load-suffixes)
11161 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11162 (jka-compr-compression-info-list):
11163 * isearch.el (search-whitespace-regexp):
11164 * image-file.el (image-file-name-extensions):
11165 * find-dired.el (find-ls-option):
11166 * files.el (directory-listing-before-filename-regexp)
11167 (directory-free-space-args, insert-directory-program)
11168 (list-directory-brief-switches, magic-fallback-mode-alist)
11169 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11170 (automount-dir-prefix):
11171 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11172 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11173 (face-font-registry-alternatives, face-font-registry-alternatives)
11174 (face-font-family-alternatives):
11175 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11176 (facemenu-foreground-menu, facemenu-face-menu):
11177 * epa-hook.el (epa-file-name-regexp):
11178 * dnd.el (dnd-protocol-alist):
11179 * textmodes/rst.el (auto-mode-alist):
11180 * button.el (default-button): Purecopy strings.
11181
11182 2009-11-06 Glenn Morris <rgm@gnu.org>
11183
11184 * Makefile.in (ELCFILES): Update.
11185
11186 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11187
11188 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11189 * emacs-lisp/levents.el: Move to obsolete/levents.el.
11190
11191 * nxml/xsd-regexp.el (xsdre-gen-categories):
11192 * nxml/xmltok.el (xmltok-parse-entity):
11193 * nxml/rng-parse.el (rng-parse-validate-file):
11194 * nxml/rng-maint.el (rng-format-manual)
11195 (rng-manual-output-force-new-line):
11196 * nxml/rng-loc.el (rng-save-schema-location-1):
11197 * nxml/rng-cmpct.el (rng-c-parse-file):
11198 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11199 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11200
11201 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
11202
11203 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
11204 Remove extra save-excursions and make-variable-buffer-local's.
11205 Suggested by Stefan Monnier.
11206
11207 (verilog-getopt-file, verilog-module-inside-filename-p)
11208 (verilog-set-define): Merge GNU 1.35 and repair changes from
11209 switching to using with-current-buffer.
11210
11211 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11212 being treated as a number and confusing AUTORESET.
11213 Reported by Dan Dever.
11214
11215 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11216 Add verilog-auto-ignore-concat to fix backward compatibility with
11217 older verilog-modes. Reported by Dan Katz.
11218
11219 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11220 containing closing anchors "...$".
11221
11222 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11223 Reported by Wade Smith.
11224
11225 (verilog-batch-execute-func): Comment on function usage.
11226
11227 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
11228
11229 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11230 for labels.
11231
11232 (verilog-label-re, verilog-calc-1): Support proper indent of named
11233 asserts.
11234
11235 (verilog-backward-token, verilog-basic-complete-re)
11236 (verilog-beg-of-statement, verilog-indent-re): Support proper
11237 indent of the assert statement at the beginning of a block of text.
11238
11239 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11240 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11241 tokens as begins.
11242
11243 2009-11-05 Glenn Morris <rgm@gnu.org>
11244
11245 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11246 Emacs 19. (Bug#1531)
11247 (byte-compile-fix-header): Update for the above change.
11248 Drop test for epoch::version.
11249
11250 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
11251 * cus-dep.el (custom-make-dependencies):
11252 * finder.el (finder-compile-keywords):
11253 Use autoload-rubric's feature argument.
11254
11255 * calendar/diary-lib.el (top-level): Make load behave more like require.
11256
11257 * vc-git.el (vc-git-stash-map): Move definition before use.
11258
11259 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11260
11261 * custom.el (custom-declare-group): Purecopy standard-value.
11262 (custom-declare-group): Purecopy custom-prefix.
11263
11264 * international/mule.el (load-with-code-conversion):
11265 Call do-after-load-evaluation unconditionally.
11266
11267 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11268
11269 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11270
11271 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11272
11273 2009-11-04 Glenn Morris <rgm@gnu.org>
11274
11275 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11276 (byte-compile-compatibility): Remove option.
11277 (byte-compile-close-variables, byte-compile-fix-header)
11278 (byte-compile-insert-header, byte-compile-output-docform)
11279 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11280 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11281 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11282 (byte-compile-insert, byte-compile-defun):
11283 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
11284 (byte-defop-compiler19): Remove.
11285 Without byte-compile-compatibility, the 'emacs19-opcode property is not
11286 used by anything. Replace all calls with byte-defop-compiler.
11287
11288 2009-11-04 Juri Linkov <juri@jurta.org>
11289
11290 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11291 (menu-bar-options-menu): Don't quote the `prop' arg of
11292 `menu-bar-make-mm-toggle'.
11293
11294 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
11295
11296 * calendar/calendar.el (cal-loaddefs):
11297 * calendar/diary-lib.el (diary-loaddefs):
11298 * calendar/holidays.el (hol-loaddefs):
11299 * eshell/esh-module.el (esh-groups): Load rather than require.
11300
11301 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11302
11303 * calendar/todo-mode.el (todo-add-category): Don't hardcode
11304 point-min==1.
11305 (todo-top-priorities): Only display-buffer when called interactively.
11306 (todo-item-start): Don't save excursion point.
11307 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
11308 (todo-insert-item-here, todo-file-item, todo-remove-item):
11309 Adjust uses of todo-item-start and todo-item-end.
11310
11311 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11312 (autoload-rubric): Don't use any more.
11313
11314 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11315 and only put a prop if it is non-nil.
11316
11317 2009-11-03 Juri Linkov <juri@jurta.org>
11318
11319 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11320 (menu-bar-options-menu): Fix list quoting (Bug#4429).
11321
11322 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11323 and "Menu" to make top-level menu item visually one unit (like
11324 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11325 multi-word menu items). Fix :help string for quit-window.
11326
11327 2009-11-03 Glenn Morris <rgm@gnu.org>
11328
11329 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11330 (byte-compile-file-form-define-abbrev-table)
11331 (byte-compile-file-form-custom-declare-variable)
11332 (byte-compile-variable-ref, byte-compile-defvar):
11333 Whether or not a warning is enabled should only affect whether we issue
11334 the warning, not whether or not we collect the relevant data.
11335 Eg warnings can be turned on and off throughout the course of a file.
11336
11337 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11338 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11339
11340 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11341
11342 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11343 * play/mpuz.el (mpuz-create-buffer):
11344 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11345 (lm-print-y,s,noise, lm-print-w0, lm-init):
11346 * play/gomoku.el (gomoku-prompt-for-move):
11347 * play/fortune.el (fortune-in-buffer):
11348 * play/dissociate.el (dissociated-press):
11349 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
11350 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
11351 * mail/supercite.el (sc-eref-show):
11352 * mail/smtpmail.el (smtpmail-send-it):
11353 * mail/rmailsum.el (rmail-summary-next-labeled-message)
11354 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11355 (rmail-summary-undelete-many, rmail-summary-rmail-update)
11356 (rmail-summary-goto-msg, rmail-summary-expunge)
11357 (rmail-summary-get-new-mail, rmail-summary-search-backward)
11358 (rmail-summary-add-label, rmail-summary-output-menu)
11359 (rmail-summary-output-body):
11360 * mail/rfc822.el (rfc822-addresses):
11361 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11362 * mail/mailpost.el (post-mail-send-it):
11363 * mail/hashcash.el (hashcash-generate-payment):
11364 * mail/feedmail.el (feedmail-run-the-queue)
11365 (feedmail-queue-send-edit-prompt-help-first)
11366 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11367 (feedmail-deduce-address-list):
11368 * eshell/esh-ext.el (eshell-remote-command):
11369 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11370 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11371 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11372 (viper-save-string-in-file, viper-valid-marker):
11373 * emulation/viper-keym.el (viper-toggle-key):
11374 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11375 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11376 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11377 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11378 (viper-exec-form-in-emacs, viper-brac-function):
11379 * emulation/viper.el (viper-delocalize-var):
11380 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11381 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11382 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11383 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11384 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11385 * emulation/edt.el (edt-electric-helpify):
11386 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11387 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11388 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11389 (cua-indent-to-global-mark-column):
11390 * calendar/diary-lib.el (calendar-mark-1):
11391 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11392 Use with-current-buffer.
11393 * emulation/viper.el (viper-delocalize-var): Use dolist.
11394
11395 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
11396
11397 * comint.el (comint-replace-by-expanded-history-before-point):
11398 Replace !! with the previous input string literally (Bug#1795).
11399
11400 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
11401
11402 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11403 to be made up of whitespace.
11404
11405 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
11406
11407 * minibuffer.el (read-file-name): Don't use file dialogs for
11408 remote directories (Bug#99).
11409
11410 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
11411
11412 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11413
11414 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
11415
11416 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11417 instead of deleting the window or frame.
11418
11419 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11420
11421 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11422 Support face colors.
11423
11424 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11425 New function. Support face colors (Bug#1168).
11426 (tex-common-initialization): Use it.
11427
11428 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11429 mode allows it (Bug#1168).
11430
11431 2009-10-31 Juri Linkov <juri@jurta.org>
11432
11433 * facemenu.el (list-colors-display): Don't mark buffer as
11434 modified (Bug#3948).
11435
11436 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11437
11438 * international/mule-diag.el (list-character-sets-1): Minor
11439 message fix (Bug#3526).
11440
11441 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11442 face property (Bug#4834).
11443 (etags-list-tags, etags-tags-apropos-additional)
11444 (etags-tags-apropos, tags-select-tags-table): Add follow-link
11445 property.
11446
11447 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11448 items.
11449
11450 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11451
11452 * textmodes/two-column.el (2C-split):
11453 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11454 * textmodes/tex-mode.el (tex-set-buffer-directory):
11455 * textmodes/spell.el (spell-region, spell-string):
11456 * textmodes/reftex.el (reftex-erase-buffer):
11457 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11458 * textmodes/reftex-toc.el (reftex-toc-promote-action):
11459 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11460 (reftex-select-item):
11461 * textmodes/reftex-ref.el (reftex-label-info-update)
11462 (reftex-offer-label-menu):
11463 * textmodes/reftex-index.el (reftex-index-change-entry)
11464 (reftex-index-phrases-info):
11465 * textmodes/reftex-global.el (reftex-create-tags-file)
11466 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11467 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11468 (reftex-view-crossref-from-bibtex):
11469 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11470 (reftex-extract-bib-entries-from-thebibliography)
11471 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11472 * textmodes/refbib.el (r2b-capitalize-title):
11473 (r2b-convert-buffer, r2b-help):
11474 * textmodes/page-ext.el (pages-directory)
11475 (pages-directory-goto-with-mouse):
11476 * textmodes/bibtex.el (bibtex-validate-globally):
11477 * textmodes/bib-mode.el (bib-capitalize-title):
11478 * textmodes/artist.el (artist-clear-buffer, artist-system):
11479 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11480 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11481 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11482 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11483 (xscheme-send-control-g-interrupt, xscheme-start-process)
11484 (xscheme-process-sentinel, xscheme-cd):
11485 * progmodes/verilog-mode.el (verilog-read-always-signals)
11486 (verilog-set-define, verilog-getopt-file)
11487 (verilog-module-inside-filename-p):
11488 * progmodes/sh-script.el:
11489 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11490 (python-pdbtrack-grub-for-buffer, python-execute-file):
11491 * progmodes/octave-inf.el (inferior-octave):
11492 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11493 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11494 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11495 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11496 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11497 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11498 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11499 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11500 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11501 (idlwave-shell-examine-display, idlwave-shell-run-region)
11502 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11503 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11504 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11505 (idlwave-help-get-help-buffer):
11506 * progmodes/gud.el (gud-basic-call, gud-find-class)
11507 (gud-tooltip-activate-mouse-motions-if-enabled):
11508 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11509 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11510 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11511 (ebrowse-tags-next-file):
11512 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11513 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11514 (ebnf-eps-finish-and-write):
11515 * progmodes/cpp.el (cpp-edit-save):
11516 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11517 * progmodes/cc-defs.el (c-emacs-features):
11518 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11519 (antlr-directory-dependencies):
11520 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11521 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11522 (ada-find-any-references, ada-make-filename-from-adaname)
11523 (ada-make-body-gnatstub):
11524 * obsolete/rnews.el (news-list-news-groups):
11525 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11526 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11527 * net/rcirc.el (rcirc-debug):
11528 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11529 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11530 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11531 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11532 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11533 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11534 (newsticker--treeview-list-clear-highlight)
11535 (newsticker--treeview-list-update-highlight)
11536 (newsticker--treeview-list-highlight-start)
11537 (newsticker--treeview-tree-update-highlight)
11538 (newsticker--treeview-get-selected-item)
11539 (newsticker-treeview-mark-list-items-old)
11540 (newsticker--treeview-set-current-node):
11541 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11542 * net/newst-backend.el (newsticker--get-news-by-funcall)
11543 (newsticker--get-news-by-wget, newsticker--image-get)
11544 (newsticker--image-sentinel):
11545 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11546 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11547 (eudc-ph-close-session):
11548 * net/eudc.el (eudc-save-options):
11549 * language/thai-word.el (thai-update-word-table):
11550 * language/japan-util.el (japanese-string-conversion):
11551 * international/titdic-cnv.el (tsang-quick-converter)
11552 (ziranma-converter, ctlau-converter):
11553 * international/mule-cmds.el (describe-language-environment):
11554 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11555 (skkdic-convert-postfix, skkdic-convert-prefix):
11556 (skkdic-convert-okuri-nasi, skkdic-convert):
11557 * emacs-lisp/re-builder.el (reb-update-overlays):
11558 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11559 * emacs-lisp/gulp.el (gulp-send-requests):
11560 * emacs-lisp/find-gc.el (trace-call-tree):
11561 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11562 (eieio-describe-generic):
11563 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11564 * emacs-lisp/edebug.el (edebug-outside-excursion):
11565 * emacs-lisp/debug.el (debugger-make-xrefs):
11566 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11567 * emacs-lisp/chart.el (chart-new-buffer):
11568 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11569 Use with-current-buffer.
11570 * textmodes/artist.el (artist-system): Don't call
11571 copy-sequence on a fresh string.
11572 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11573
11574 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
11575
11576 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11577 is no item to edit. (Bug#4820)
11578 (todo-top-priorities): Restore point and restore narrowing in Todo
11579 buffer. (Bug#4820)
11580
11581 2009-10-31 Glenn Morris <rgm@gnu.org>
11582
11583 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11584 (comint-last-output-start, comint-last-input-start)
11585 (comint-last-input-end): Don't defvar when compiling.
11586 (ange-ftp-process-file): Use bound-and-true-p.
11587
11588 * pcmpl-rpm.el (top-level): Move provide statement to end.
11589 (pcmpl-rpm): Remove unused custom group.
11590
11591 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11592
11593 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11594
11595 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11596 (byte-compile-warnings): Add `constants' as an option.
11597 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11598 (display-call-tree): Update for byte-compile-fdefinition possibly
11599 returning `(macro lambda ...)'. (Bug#4778)
11600 (byte-compile-variable-ref, byte-compile-setq-default):
11601 Respect `constants' member of byte-compile-warnings.
11602
11603 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11604
11605 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11606 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11607 to "submit:".
11608
11609 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11610
11611 * textmodes/ispell.el (ispell-skip-region-alist):
11612 * international/mule-conf.el (eight-bit):
11613 * international/fontset.el (font-encoding-alist):
11614 * startup.el (pure-space-overflow-message):
11615 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11616 * paths.el (gnus-nntp-service, rmail-spool-directory)
11617 (term-file-prefix):
11618 * files.el (save-some-buffers-action-alist):
11619 * cmuscheme.el (same-window-buffer-names):
11620 * ielm.el (same-window-buffer-names):
11621 * shell.el (same-window-buffer-names):
11622 * mail/sendmail.el (same-window-buffer-names):
11623 * progmodes/inf-lisp.el (same-window-buffer-names):
11624 * bindings.el (mode-line-client)
11625 (mode-line-column-line-number-mode-map):
11626 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11627 (tibetan-precomposed-regexp): Purecopy string arguments.
11628
11629 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11630
11631 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11632 (calcDigit-nondigit):
11633 * calc/calc-yank.el (calc-copy-to-buffer):
11634 * calc/calc-units.el (calc-invalidate-units-table):
11635 * calc/calc-trail.el (calc-trail-yank):
11636 * calc/calc-store.el (calc-insert-variables):
11637 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11638 * calc/calc-prog.el (calc-read-parse-table):
11639 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11640 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11641 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11642 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11643 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11644 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11645 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11646 * calc/calc-ext.el (calc-realign):
11647 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11648 (calc-embedded-finish-edit, calc-embedded-make-info)
11649 (calc-embedded-finish-command, calc-embedded-stack-change):
11650 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11651
11652 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11653 shell-dynamic-complete-filename in preference to
11654 comint-dynamic-complete-filename.
11655
11656 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11657 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11658 Don't consider whether the display supports colors.
11659 (bookmark-import-new-list): Use dolist.
11660 (bookmark-bmenu-mode-map): Move initialization into declaration.
11661 (bookmark-bmenu-list): Use dolist, simplify.
11662 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11663 (menu-bar-final-items): Use push.
11664
11665 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
11666
11667 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11668 it works on remote files.
11669 (vc-hg-diff): Don't pass any `--cwd' argument.
11670
11671 2009-10-27 Kevin Ryde <user42@zip.com.au>
11672
11673 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11674 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11675 (Further to Bug#3921).
11676
11677 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
11678
11679 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11680 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11681 calling `tramp-imap-put-file'. Add file size to the call.
11682 (tramp-imap-get-file-entries): Compute also user name, file size,
11683 and date.
11684 (tramp-imap-handle-insert-directory): Insert uid and gid.
11685 (tramp-imap-handle-file-attributes): Transform uid and gid
11686 according to `id-format'.
11687 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11688 size in header X-Size.
11689
11690 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
11691
11692 * simple.el (transpose-subr): Give clearer error when the mark
11693 is not set. (Bug#4807)
11694
11695 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
11696
11697 * net/tramp.el (tramp-perl-file-truename): New defconst.
11698 Perl code contributed by yary <not.com@gmail.com> (tiny change).
11699 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11700 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11701 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11702
11703 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11704 Ignore `dired-call-process'.
11705 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11706
11707 2009-10-26 Julian Scheid <julians37@gmail.com>
11708
11709 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11710 (tramp-get-remote-readlink): New defun.
11711 (tramp-handle-file-truename): Use it.
11712 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11713 file exists if cache value present.
11714 (tramp-check-cached-permissions): New defun.
11715 (tramp-handle-file-readable-p): Use it.
11716 (tramp-handle-file-writable-p): Likewise.
11717 (tramp-handle-file-executable-p): Likewise.
11718 (tramp-handle-file-name-all-completions): Try using Perl to get
11719 partial completions. When perl not available, combine `cd' and
11720 `ls' into single remote operation and use shell expansion to get
11721 partial remote directory contents. Set `file-exists-p' cache for
11722 directory and any files returned by ls. Change cache handling to
11723 support partial directory contents. Use error message emitted by
11724 remote `cd' or Perl code for local tramp-error.
11725 (tramp-do-copy-or-rename-file-directly): Avoid separate
11726 tramp-send-command-and-check call.
11727 (tramp-handle-process-file): Merge three remote ops into one.
11728 Do not flush all caches when `process-file-side-effects' is set.
11729 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11730 file-attributes shows uid/gid to be set already.
11731
11732 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11733
11734 * textmodes/tex-mode.el (tex-dvi-view-command)
11735 (tex-show-queue-command, tex-open-quote):
11736 * progmodes/ruby-mode.el (auto-mode-alist)
11737 (interpreter-mode-alist): Purecopy strings.
11738
11739 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11740
11741 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11742 string for the hook, keymap and abbrev table.
11743
11744 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11745
11746 * x-dnd.el (x-dnd-xdnd-to-action):
11747 * startup.el (fancy-startup-text, fancy-about-text): Change to
11748 defconst from defvar.
11749
11750 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11751
11752 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11753 Purecopy initialization strings.
11754
11755 * mail/sendmail.el (mail-header-separator)
11756 (mail-personal-alias-file):
11757 * mail/rmail.el (rmail-default-dont-reply-to-names)
11758 (rmail-ignored-headers, rmail-retry-ignored-headers)
11759 (rmail-highlighted-headers, rmail-secondary-file-directory)
11760 (rmail-secondary-file-regexp):
11761 * files.el (null-device, file-name-invalid-regexp)
11762 (locate-dominating-stop-dir-regexp)
11763 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11764 (interpreter-mode-alist): Use mapcar instead of mapc.
11765
11766 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11767
11768 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11769 (completion-ignored-extensions):
11770 (debug-ignored-errors): Purecopy strings.
11771
11772 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11773
11774 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11775 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11776 (pcomplete--here): Use push.
11777
11778 * subr.el (all-completions): Declare the 4th arg obsolete.
11779
11780 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11781
11782 * pcomplete.el (pcomplete-unquote-argument-function): New var.
11783 (pcomplete-unquote-argument): New function.
11784 (pcomplete--common-suffix): Always pay attention to case.
11785 (pcomplete--table-subvert): Quote and unquote the text.
11786 (pcomplete--common-quoted-suffix): New function.
11787 (pcomplete-std-complete): Use it and pcomplete-begin.
11788
11789 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11790 we're inside a dedicated or minibuffer window.
11791
11792 2009-10-24 Karl Fogel <kfogel@red-bean.com>
11793
11794 * bookmark.el: Update documentation, especially documentation
11795 of `bookmark-alist' and of the bookmark file format.
11796 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
11797
11798 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
11799
11800 * mail/emacsbug.el (report-emacs-bug): Clarify that the
11801 keybindings apply to the mail buffer (Bug#4003). Shrink help
11802 window to buffer.
11803
11804 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11805 (global-whitespace-mode, global-whitespace-newline-mode)
11806 (whitespace-toggle-options, global-whitespace-toggle-options):
11807 Doc fix (Bug#3660).
11808
11809 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11810 of xmltok-start before the end tag was inserted (Bug#2840).
11811
11812 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11813 patterns that are preceded by an open-paren (Bug#1320).
11814
11815 2009-10-24 Sven Joachim <svenjoac@gmx.de>
11816
11817 * files.el (delete-directory): Delete symlinks to directories with
11818 delete-file (Bug#4739).
11819
11820 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
11821
11822 * vc.el (vc-backend-for-registration): Rename from
11823 vc-get-backend-for-registration. Update callers.
11824
11825 * international/mule-cmds.el (set-language-info-alist):
11826 Purecopy lang-env.
11827 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11828 (charset): Purecopy the name.
11829 (define-char-code-property): Purecopy string arguments.
11830
11831 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11832 Purecopy string arguments.
11833
11834 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11835 * ediff-hook.el (menu-bar-ediff-menu):
11836 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11837 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11838
11839 2009-10-24 Glenn Morris <rgm@gnu.org>
11840
11841 * comint.el (comint-dynamic-list-completions):
11842 * term.el (term-dynamic-list-completions): Use choose-completion rather
11843 than obsolete alias mouse-choose-completion.
11844
11845 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11846 file-cache-choose-completion.
11847 (file-cache-choose-completion): Handle an optional event argument.
11848 (file-cache-mouse-choose-completion): Make it an obsolete alias.
11849
11850 * progmodes/octave-mod.el (octave-complete-symbol):
11851 Use choose-completion if mouse-choose-completion is ever removed.
11852
11853 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11854 use.
11855
11856 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11857 compiler.
11858
11859 * vc-hooks.el (vc-responsible-backend): Fix declaration.
11860
11861 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11862
11863 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11864 Ignore `pred' now that we receive one.
11865 Handle test-completion specially.
11866
11867 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11868
11869 * vc.el (vc-responsible-backend): Throw an error if not backend is
11870 found. Remove the REGISTER argument. Move the code dealing with
11871 REGISTER ...
11872 (vc-get-backend-for-registration): ... here. New function.
11873 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11874 of vc-responsible-backend, pass the file name instead of the
11875 directory name.
11876
11877 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11878
11879 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11880 New funs.
11881 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
11882 (pcomplete-comint-setup): Don't modify a global var via
11883 accidental side-effects.
11884 (pcomplete-shell-setup): Adjust call accordingly.
11885 (pcomplete-parse-comint-arguments): Use push.
11886
11887 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
11888
11889 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11890 Allow uncapitalized info node names (Bug#3921).
11891
11892 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11893 to the DEBUG file (Bug#3781).
11894
11895 2009-10-23 Jari Aalto <jari.aalto@cante.net>
11896
11897 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11898 dictionary entry (Bug#4579).
11899
11900 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
11901
11902 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11903 from `rfn-eshadow-update-overlay-hook' when unloading.
11904 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11905 "rsyncc". Adjust doc string.
11906 (tramp-temp-buffer-file-name): New buffer-local defvar.
11907 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11908 Keep temporary file when indicated by method ("rsync" and
11909 "rsyncc").
11910 (tramp-handle-write-region): Handle APPEND.
11911 (tramp-delete-temp-file-function): New defun. Added to
11912 `kill-buffer-hook'.
11913
11914 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
11915
11916 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11917
11918 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11919
11920 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11921 (color-name-rgb-alist, tty-standard-colors)
11922 (tty-color-mode-alist): Change to defconst.
11923
11924 * simple.el (mark-inactive): Purecopy message.
11925
11926 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11927 (global-map, yank-menu):
11928 * textmodes/ispell.el (ispell-menu-map):
11929 * net/eudc.el (eudc-tools-menu):
11930 * international/mule-cmds.el (describe-language-environment-map)
11931 (setup-language-environment-map, set-coding-system-map)
11932 (mule-menu-keymap):
11933 * vc-hooks.el (vc-menu-entry, vc-menu-map):
11934 * replace.el (occur-mode-map):
11935 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11936
11937 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
11938
11939 * calc/calc.el (math-read-number, math-read-number-simple): Use
11940 `save-match-data'.
11941
11942 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11943
11944 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11945 rather than fiddling with global-map bindings, since it should only
11946 affect per-terminal settings.
11947 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11948
11949 * minibuffer.el (completion-table-with-terminator): Allow to specify
11950 the terminator-regexp.
11951
11952 * simple.el (switch-to-completions): Look for *Completions* in other
11953 frames as well.
11954
11955 * pcomplete.el: Allow the use of completion-tables.
11956 (pcomplete-std-complete): New command.
11957 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11958 (pcomplete--here): Use a function for `form' rather than an expression,
11959 so it can be byte-compiled.
11960 (pcomplete-here, pcomplete-here*): Adjust accordingly.
11961 Add edebug declaration.
11962 (pcomplete-show-completions): Remove unused var `curbuf'.
11963 (pcomplete-do-complete, pcomplete-stub):
11964 Don't assume `completions' is a list of strings any more.
11965
11966 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
11967
11968 * find-dired.el (find-name-arg): Fix typo in docstring.
11969
11970 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11971
11972 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11973 (pcmpl-linux-fs-types): Same, and update to new modules layout.
11974
11975 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11976 pcomplete-entries.
11977
11978 * comint.el (comint-read-input-ring, comint-write-input-ring)
11979 (comint-substitute-in-file-name)
11980 (comint-dynamic-complete-as-filename)
11981 (comint-dynamic-simple-complete)
11982 (comint-dynamic-list-filename-completions)
11983 (comint-dynamic-list-completions)
11984 (comint-redirect-results-list-from-process): Minor simplifications.
11985
11986 2009-10-21 Kevin Ryde <user42@zip.com.au>
11987
11988 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11989 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
11990 the first form. And insert a blank line after ";;; Code" since
11991 that's usual style. (Bug#4612)
11992
11993 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
11994
11995 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11996
11997 * minibuffer.el (completion-table-with-terminator): Properly implement
11998 boundaries, in case `terminator' appears in the suffix.
11999 (completion--embedded-envvar-table): Don't return boundaries if
12000 there's no valid completion. Simplify.
12001 (completion-file-name-table): New completion table extracted from
12002 completion--file-name-table.
12003 (completion--file-name-table): Use it.
12004 (read-file-name-predicate): Declare obsolete.
12005 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
12006 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
12007 completion-file-name-table, and use the `pred' argument.
12008 * files.el (locate-file-completion-table): Use the `pred' arg rather
12009 than read-file-name-predicate.
12010 (abbreviate-file-name): Use \` rather than ^ for BOS.
12011
12012 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
12013
12014 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
12015 vc-responsible-backend to register, it causes problems.
12016
12017 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12018
12019 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
12020
12021 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
12022
12023 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
12024 (tramp-smb-handle-file-attributes): Use it.
12025 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
12026 (tramp-smb-handle-insert-directory): Use `mapc' rather than
12027 `mapcar'. Use `tramp-smb-get-stat-capability'.
12028 Add `dired-filename' text properties.
12029 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
12030 (tramp-smb-maybe-open-connection): Simplify check for smbclient
12031 version.
12032
12033 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12034
12035 * subr.el (read-key-delay): Reduce to 0.01.
12036 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
12037 (bug#4751).
12038
12039 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12040
12041 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
12042
12043 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
12044 (Info-menu): Remove unused vars `last' and `completions'.
12045 (Info-index-nodes): Remove unused var `node'.
12046
12047 * info.el (Info-complete-menu-item): Use complete-with-action.
12048
12049 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
12050
12051 Make vc-annotate work through copies and renames.
12052 * vc-annotate.el (vc-annotate-extract-revision-at-line):
12053 Return the file name too.
12054 (vc-annotate-revision-at-line)
12055 (vc-annotate-find-revision-at-line)
12056 (vc-annotate-revision-previous-to-line)
12057 (vc-annotate-show-log-revision-at-line): Update to get the file
12058 name from vc-annotate-extract-revision-at-line.
12059 (vc-annotate-show-diff-revision-at-line-internal): Change the
12060 argument to mean whether to show a file diff or not. Get the file
12061 name from vc-annotate-extract-revision-at-line.
12062 (vc-annotate-show-diff-revision-at-line):
12063 Update vc-annotate-show-diff-revision-at-line call.
12064 (vc-annotate-warp-revision): Add an optional file argument.
12065
12066 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
12067 (vc-git-annotate-extract-revision-at-line): Also return the file
12068 name if found.
12069
12070 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
12071 command. Remove unused code.
12072 (vc-hg-annotate-re): Update to match --follow output.
12073 (vc-hg-annotate-extract-revision-at-line): Also return the file
12074 name if found.
12075
12076 * vc.el: Update annotate-extract-revision-at-line documentation.
12077
12078 2009-10-18 Kevin Ryde <user42@zip.com.au>
12079
12080 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
12081 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
12082
12083 * net/browse-url.el (browse-url): Identify alist with "consp and
12084 not functionp" and let all other things go down the `apply' leg,
12085 as suggested by Stefan. (Further to bug#4531.)
12086
12087 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
12088
12089 * minibuffer.el (read-file-name): Check for repeat before putting
12090 a default argument in file-name-history (Bug#4657).
12091
12092 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
12093 read syntax (Bug#4737).
12094
12095 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
12096
12097 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12098
12099 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
12100 (html-tag-alist, html-tag-help): Add descriptions for undocumented
12101 entries and make note of obsolete tags.
12102
12103 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12104
12105 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
12106
12107 2009-10-18 Glenn Morris <rgm@gnu.org>
12108
12109 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
12110 grep, so that binary files (eg international/uni-bidi.el) can match.
12111 Remove test for "UnicodeData" files, since it is hopefully unnecessary
12112 now, and in any case the file header format has changed.
12113
12114 2009-10-17 Glenn Morris <rgm@gnu.org>
12115
12116 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
12117 (flyspell-get-word, flyspell-large-region)
12118 (flyspell-auto-correct-previous-word): Doc/error message fixes.
12119
12120 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
12121
12122 * Makefile.in (ELCFILES): Add ede/shell.
12123
12124 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
12125
12126 * term/common-win.el (x-colors): Purecopy it.
12127
12128 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12129
12130 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
12131 permissive for when the buffer is empty.
12132 (tar-header-block-tokenize): Decode the username and groupname.
12133 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
12134
12135 2009-10-17 Eric Ludlam <zappo@gnu.org>
12136
12137 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
12138 contains multibyte characters, choose first applicable coding
12139 system automatically.
12140
12141 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12142
12143 * international/mule-cmds.el (select-safe-coding-system): If the file
12144 has a coding cookie, use it regardless of any other setting (bug#4712).
12145
12146 2009-10-17 Glenn Morris <rgm@gnu.org>
12147
12148 * foldout.el (foldout-mouse-swallow-events):
12149 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
12150
12151 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
12152 (dired-keep-marker-copy, dired-keep-marker-hardlink)
12153 (dired-keep-marker-symlink, dired-dwim-target)
12154 (dired-copy-preserve-time): Do not autoload these defcustoms.
12155
12156 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
12157 messages from messing up the file coding. (Bug#4623)
12158
12159 2009-10-17 Jari Aalto <jari.aalto@cante.net>
12160
12161 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
12162 if no match is found for the current dictionary. (Bug#4578)
12163
12164 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12165 optional, since that is how it is documented, and this is often called
12166 with a nil argument. (Bug#4577)
12167 (flyspell-external-point-words, flyspell-auto-correct-word)
12168 (flyspell-correct-word-before-point, flyspell-word-search-forward)
12169 (flyspell-word-search-backward): Remove nil argument in calls to
12170 flyspell-get-word, since it is not needed now.
12171
12172 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
12173
12174 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
12175
12176 2009-10-16 Glenn Morris <rgm@gnu.org>
12177
12178 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12179
12180 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
12181
12182 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12183 (ange-ftp-file-size): New function.
12184 (ange-ftp-file-attributes): Use it.
12185
12186 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
12187
12188 * net/tramp-smb.el (tramp-smb-version): New defvar.
12189 (tramp-smb-maybe-open-connection): Use it, in order to avoid
12190 repeated checks.
12191
12192 2009-10-16 Glenn Morris <rgm@gnu.org>
12193
12194 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12195 Maybe copy some custom properties from old to new name. (Bug#4706)
12196
12197 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
12198
12199 * subr.el (error, sit-for, start-process-shell-command)
12200 (start-file-process-shell-command): Set the calling convention
12201 after the function definition.
12202
12203 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12204
12205 * subr.el (error, sit-for, start-process-shell-command)
12206 (start-file-process-shell-command): Use the new
12207 set-advertised-calling-convention feature.
12208
12209 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
12210
12211 * international/ucs-normalize.el (ucs-normalize-version):
12212 Change to 1.2.
12213 (check-range): Adjust for Unicode 5.2.
12214
12215 2009-10-15 Juri Linkov <juri@jurta.org>
12216
12217 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12218 to the `menu-item' format.
12219
12220 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
12221
12222 * net/tramp.el (tramp-replace-environment-variables): Do not fail
12223 if the environment variable does not exist.
12224
12225 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12226 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12227 parameter.
12228 (tramp-smb-handle-add-name-to-file)
12229 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12230 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12231 (tramp-smb-handle-file-attributes)
12232 (tramp-smb-do-file-attributes-with-stat)
12233 (tramp-smb-handle-file-local-copy)
12234 (tramp-smb-handle-insert-directory)
12235 (tramp-smb-handle-make-directory)
12236 (tramp-smb-handle-make-directory-internal)
12237 (tramp-smb-handle-make-symbolic-link)
12238 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
12239 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
12240 (tramp-smb-maybe-open-connection): Apply the changed parameters.
12241 (tramp-smb-read-file-entry): Read Disk names in compressed format.
12242 Handle long file names.
12243 (tramp-smb-get-cifs-capabilities): Check, whether the connection
12244 process is running.
12245 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12246 Read share names with "-g" option.
12247
12248 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
12249
12250 * net/rcirc.el (rcirc-view-log-file): New command.
12251 (rcirc-track-minor-mode-map): Remove C-c ` binding.
12252 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12253 specified.
12254
12255 2009-10-15 Glenn Morris <rgm@gnu.org>
12256
12257 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12258 from the second command-line argument.
12259 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12260 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12261 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12262 w32-batch-update-autoloads.
12263 * emacs-lisp/autoload.el (autoload-make-program): New variable.
12264 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12265
12266 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12267 the headers cannot be located. Simplify, subtracting superflous
12268 save-excursions.
12269
12270 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12271
12272 Replace completion-base-size by completion-base-position to fix bugs
12273 such as (bug#4699).
12274 * simple.el (completion-base-position): New var.
12275 (completion-base-size): Mark as obsolete.
12276 (choose-completion): Make it work for mouse events as well.
12277 Pass the new base-position to choose-completion-string.
12278 (choose-completion-guess-base-position): New function, extracted from
12279 choose-completion-delete-max-match.
12280 (choose-completion-delete-max-match): Use it. Make obsolete.
12281 (choose-completion-string): Use the new base-position info.
12282 (completion-root-regexp): Delete.
12283 (completion-setup-function): Preserve completion-base-position.
12284 Eliminate obsolete base-size manipulation.
12285 * minibuffer.el (display-completion-list): Don't mess with base-size.
12286 (minibuffer-completion-help): Set completion-base-position instead.
12287 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12288 choose-completion.
12289 * textmodes/bibtex.el (bibtex-complete):
12290 * emacs-lisp/crm.el (crm--choose-completion-string):
12291 Adjust to new calling convention.
12292 * complete.el (partial-completion-mode): Use minibufferp to avoid
12293 bumping into incompatible change to choose-completion-string-functions.
12294 * ido.el (ido-choose-completion-string): Make its calling convention
12295 more permissive.
12296 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12297 base-size manipulation.
12298 (comint-dynamic-list-input-ring): Use dotimes and push.
12299 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12300 fundamental-mode. Use `or'.
12301
12302 2009-10-14 Juri Linkov <juri@jurta.org>
12303
12304 * misearch.el (multi-isearch-next-buffer-from-list)
12305 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
12306
12307 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12308
12309 * Makefile.in (compile-onefile): Load `bytecomp' rather than
12310 `bytecomp.el'.
12311
12312 * minibuffer.el (completion-pcm--merge-completions): Make sure the
12313 string we return is all made up of text from the completions rather
12314 than part from the completions and part from the input (bug#4219).
12315
12316 * ido.el (ido-everywhere): Use define-minor-mode.
12317
12318 * buff-menu.el (list-buffers, ctl-x-map):
12319 Mark the entry points with ;;;###autoload cookies.
12320
12321 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12322
12323 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12324 correctly in the detached head case.
12325 (vc-git-print-log): Remove unused binding.
12326
12327 * vc.el (vc-responsible-backend): When a directory is passed for
12328 for registration create a VC repository if no backend is
12329 responsible for the directory argument.
12330 (vc-deduce-fileset): Tell vc-responsible-backend to register.
12331
12332 * vc.el: Move comments about RCS and SCCS ...
12333 * vc-rcs.el:
12334 * vc-sccs.el: ... here, respectively.
12335
12336 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12337
12338 * minibuffer.el (completion--file-name-table): Return nil if there's
12339 no file completion, even if substitute-in-file-name changed
12340 the string (bug#4708).
12341
12342 2009-10-13 Juri Linkov <juri@jurta.org>
12343
12344 * files-x.el (read-file-local-variable-value): Don't filter out
12345 minor modes from mode name completion (bug#4664).
12346
12347 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12348
12349 * international/mule-cmds.el (ucs-names): Remove exclusion of
12350 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12351
12352 2009-10-13 Kenichi Handa <handa@m17n.org>
12353
12354 * international/uni-name.el: Regenerated.
12355
12356 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12357
12358 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
12359 should be automatically buffer-local, but isn't.)
12360
12361 2009-10-12 Sam Steingold <sds@gnu.org>
12362
12363 * progmodes/compile.el (compilation-next-error-function): Fix the
12364 timestamps if the buffer has been visited before.
12365 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12366 non-anchored patterns, like the perl one (bug#3928).
12367
12368 2009-10-12 Glenn Morris <rgm@gnu.org>
12369
12370 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12371 Let-bind `size'.
12372
12373 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
12374
12375 * proced.el (proced-unload-function): New function.
12376
12377 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12378 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12379 Doc fix.
12380
12381 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12382
12383 2009-10-11 Juri Linkov <juri@jurta.org>
12384
12385 * files-x.el (read-file-local-variable-value):
12386 Provide default value only for bound variables (bug#4664).
12387
12388 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
12389
12390 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12391 connection methods like smb.
12392
12393 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12394 can be empty.
12395
12396 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12397 (tramp-smb-file-name-handler-alist): Add handlers for
12398 `add-name-to-file', `make-symbolic-link'.
12399 (tramp-smb-handle-add-name-to-file)
12400 (tramp-smb-do-file-attributes-with-stat)
12401 (tramp-smb-handle-make-symbolic-link)
12402 (tramp-smb-get-cifs-capabilities): New defuns.
12403 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12404 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12405 (tramp-smb-handle-file-local-copy)
12406 (tramp-smb-handle-make-directory-internal)
12407 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12408 The file name syntax depends on cifs capabilities.
12409 (tramp-smb-handle-file-attributes):
12410 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12411 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12412 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12413
12414 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
12415
12416 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12417 (eieio-defclass): Apply deftype handler and setf-method properties
12418 directly.
12419 (eieio-add-new-slot): Avoid union function from cl library.
12420 (eieio--typep): New function.
12421 (eieio-perform-slot-validation): Use it.
12422
12423 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12424
12425 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12426 Update documentation to refer to the variables documented in r1.135.
12427 (Bug#4188)
12428
12429 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12430
12431 * bookmark.el (Info-suffix-list): Remove this unused variable.
12432 (bookmark-current-point): Remove this obsolete variable.
12433 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12434 Adjust for removal of bookmark-current-point.
12435
12436 (bookmarks-already-loaded, bookmark-current-buffer)
12437 (bookmark-yank-point): Document. (Bug#4188)
12438
12439 2009-10-10 Glenn Morris <rgm@gnu.org>
12440
12441 * frame.el (frame-height): Doc fix.
12442
12443 * calendar/calendar.el (calendar-split-width-threshold): New option.
12444 (calendar-basic-setup): Use calendar-split-width-threshold.
12445
12446 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
12447
12448 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12449 Ideographic Supplement" range (U+1F200..U+1F2FF).
12450
12451 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12452
12453 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12454 since the list will have been rebuilt anyway. (Bug#4349)
12455
12456 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12457
12458 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12459 (bookmark-bmenu-execute-deletions): Don't save here, as
12460 bookmark-delete will now do so if necessary.
12461 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12462 (Bug#4348)
12463
12464 2009-10-09 Glenn Morris <rgm@gnu.org>
12465
12466 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12467
12468 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12469
12470 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12471 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12472 argument now, so the two function's behaviors will match. (Bug#3645)
12473
12474 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
12475
12476 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12477 (tramp-file-name-real-host, tramp-file-name-port):
12478 Apply `save-match-data'.
12479
12480 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12481 case both directories are remote.
12482 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12483 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12484
12485 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12486
12487 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12488
12489 2009-10-07 Glenn Morris <rgm@gnu.org>
12490
12491 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12492 of concat.
12493
12494 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12495
12496 * files-x.el (read-file-local-variable): Include some
12497 non-user-variables in the completion table (bug#4664).
12498
12499 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
12500
12501 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12502 message.
12503
12504 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12505 (tramp-smb-file-name-handler-alist): Add handler for
12506 `copy-directory', `expand-file-name', `set-file-modes'.
12507 (tramp-smb-handle-copy-directory)
12508 (tramp-smb-handle-expand-file-name)
12509 (tramp-smb-handle-set-file-modes): New defuns.
12510 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12511 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12512 entry.
12513 (tramp-smb-handle-insert-directory): Don't flush the cache.
12514 (tramp-smb-maybe-open-connection): Check for samba client and
12515 server versions.
12516
12517 2009-10-07 Eli Zaretskii <eliz@gnu.org>
12518
12519 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12520 to not error out of search for "^lisp=" fails.
12521
12522 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12523
12524 * makefile.w32-in (WINS_UPDATES): New macro.
12525 (custom-deps, finder-data, autoloads): Use it.
12526
12527 2009-10-07 Glenn Morris <rgm@gnu.org>
12528
12529 * Makefile.in (autoloads): Revert previous change.
12530 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12531 the list of preloaded files passed on the command-line, get
12532 it from src/Makefile.
12533
12534 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12535 show the original buffer rather than a random one.
12536
12537 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
12538
12539 * help.el (describe-no-warranty): Place point in a slightly better
12540 position in the GPLv3 text.
12541
12542 2009-10-06 Sam Steingold <sds@gnu.org>
12543
12544 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12545 the comm attribute is present before calling regexp-quote.
12546
12547 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
12548
12549 * play/animate.el (animate-string): For good effect, make sure
12550 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12551
12552 * play/animate.el (animate-sequence, animate-birthday-present):
12553 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12554
12555 2009-10-06 Glenn Morris <rgm@gnu.org>
12556
12557 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12558
12559 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12560 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12561 (batch-update-autoloads): Process a string value of autoload-excludes,
12562 set during the build process.
12563 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12564
12565 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12566 inside with-parsed... macro so that `v' is defined.
12567
12568 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12569 * progmodes/fortran.el (fortran-end-of-block)
12570 (fortran-beginning-of-block):
12571 Also push mark in the macro case.
12572
12573 * emerge.el (emerge-show-file-name):
12574 * calc/calc.el (calc-quit):
12575 * calc/calc-misc.el (calc-big-or-small):
12576 * calc/calc-graph.el (calc-graph-view):
12577 * calc/calc-ext.el (calc-reset):
12578 * calendar/calendar.el (calendar-basic-setup):
12579 Use window-full-height-p.
12580
12581 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12582 header we don't understand, don't insert another. (Bug#4624)
12583 If changing mime charset, insert the new one in the right place.
12584
12585 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12586
12587 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12588 (cal-tex-cursor-month): Correctly increment the end date for diary and
12589 holiday listing. (Bug#4626)
12590
12591 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12592
12593 * help-fns.el (describe-function-1): Don't burp if the function is not
12594 a symbol.
12595
12596 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
12597
12598 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12599 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12600 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12601 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12602
12603 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12604 (eieio-default-superclass): Reflow docstrings.
12605 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12606 (eieio-unbind-method-implementations, defmethod)
12607 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12608 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12609 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12610 (eieio-slot-originating-class-p, eieio-slot-name-index)
12611 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12612 (constructor, initialize-instance, no-next-method, object-print)
12613 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12614 Fix typos in docstrings.
12615 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12616 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12617 (next-method-p): Doc fixes.
12618 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12619 Fix typos in error messages.
12620 (eieio-defmethod): Fix typo in description of generic method.
12621
12622 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12623 (eieio-persistent-save-interactive, slot-missing):
12624 Fix typos in docstrings.
12625 (eieio-instance-inheritor-slot-boundp): Doc fix.
12626
12627 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12628 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12629
12630 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12631 (eieio-custom-object-apply-reset):
12632 Fix typos in docstrings and error messages.
12633
12634 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12635 Fix typo in docstring.
12636
12637 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12638 (eieio-browse-tree): Doc fix.
12639 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12640 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12641 Fix typos in docstrings.
12642
12643 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12644 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12645 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12646 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12647 Reflow docstrings.
12648
12649 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12650
12651 * vc-hg.el (log-view-vc-backend): Declare for compiler.
12652 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12653 Set log-view-vc-backend so that diff can work.
12654
12655 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12656 vc-version-diff.
12657 (vc-diff-internal): Autoload this instead of vc-version-diff.
12658
12659 2009-10-05 Eli Zaretskii <eliz@gnu.org>
12660
12661 * simple.el (eval-expression): Doc fix.
12662
12663 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12664
12665 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
12666
12667 * files.el (directory-files-no-dot-files-regexp): New defconst.
12668 (delete-directory): Use it.
12669 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12670
12671 * net/tramp.el (tramp-verbose): Fix docstring.
12672 (tramp-methods): Add recursive option to `tramp-copy-args'.
12673 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
12674 "scp1_old", "scp2_old", "rsync", "rsyncc".
12675 (tramp-default-method): Check also for `auth-source-user-or-password'.
12676 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12677 Add handler for `copy-directory'.
12678 (tramp-handle-copy-directory): New defun.
12679 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12680 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12681 Optimize sent command.
12682
12683 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12684
12685 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12686 window if necessary.
12687
12688 * calendar/calendar.el (calendar-basic-setup): Don't call
12689 switch-to-buffer in a dedicated window.
12690
12691 2009-10-05 Karl Fogel <kfogel@red-bean.com>
12692
12693 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12694 don't do anything related to relocating, just return nil.
12695 (bookmark-error-no-filename): New error.
12696 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12697 bookmark has no file. Don't even attempt to handle things that
12698 are not files; the whole point of custom handlers is to keep that
12699 knowledge elsewhere anyway. Tighten some comments.
12700 (bookmark-file-or-variation-thereof): Remove now-unused function.
12701 (bookmark-location): Doc string fix.
12702 (Bug#4250)
12703
12704 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12705
12706 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12707 don't use a file dialog, because they usually don't know how to read
12708 a directory target from the user. (Bug#4230)
12709 Also, make sure the prompt can display directories as well as files.
12710
12711 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12712
12713 * bookmark.el (bookmark-set, bookmark-buffer-name):
12714 Improve doc strings. (Bug#1193)
12715
12716 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12717
12718 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12719 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12720 (bookmark-get-annotation, bookmark-set-annotation)
12721 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12722 (bookmark-set-position, bookmark-get-front-context-string)
12723 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12724 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12725 (bookmark-jump-other-window, bookmark-handle-bookmark)
12726 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12727 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12728 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12729 Improve doc strings to say whether bookmark can be a string or
12730 a record or both, and make other consistency and clarity fixes.
12731 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12732 (bookmark-default-annotation-text, bookmark-yank-word)
12733 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12734 (bookmark-import-new-list, bookmark-maybe-rename)
12735 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12736 (bookmark-bmenu-bookmark): Give these doc strings.
12737 (bookmark-bmenu-check-position): Give this a doc string, but also
12738 add a FIXME comment about how the function may be pointless.
12739 (bookmark-default-handler): Rework doc string and change a
12740 parameter name, to clarify that this takes a bookmark record
12741 not a bookmark name.
12742 (bookmark-set): Change a parameter name to indicate its meaning,
12743 and improve the doc string a bit.
12744 (Bug#4188)
12745
12746 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12747
12748 * bookmark.el (bookmark-alist): Document the new `handler' element
12749 in the param alist.
12750 (bookmark-make-record-function): Adjust documentation for above.
12751 (Bug#4193)
12752
12753 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12754
12755 * info.el (Info-bookmark-make-record): Document this function.
12756 (Info-bookmark-jump): Document with a doc string, not just a comment.
12757 (Bug#4203)
12758
12759 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
12760
12761 * files.el (copy-directory): New defun.
12762
12763 * dired-aux.el (dired-copy-file-recursive): Use it.
12764
12765 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12766
12767 * files-x.el (modify-dir-local-variable)
12768 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12769 docstrings.
12770
12771 * recentf.el (recentf-unload-function): New function.
12772
12773 2009-10-04 Glenn Morris <rgm@gnu.org>
12774
12775 * window.el (window-full-height-p): Add doc string.
12776
12777 2009-10-04 Martin Rudalics <rudalics@gmx.at>
12778
12779 * window.el (window-full-height-p): New function. (Bug#4543)
12780
12781 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
12782
12783 * vc.el: Remove commented out code.
12784 (vc-derived-from-dir-mode): Remove, unused.
12785 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12786
12787 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
12788
12789 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12790 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
12791 there could be recursive loading when `default-directory' is a
12792 remote file name. (Bug#4614)
12793
12794 2009-10-03 Glenn Morris <rgm@gnu.org>
12795
12796 * calendar/calendar.el (calendar-basic-setup): Handle the case where
12797 the frame is wide.
12798 (calendar-generate-window): Test for shrinkability rather than width.
12799
12800 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12801 reusing existing buffers, in case we happen to visit two files with the
12802 same basename. (Bug#4593)
12803
12804 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12805
12806 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12807 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12808 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12809 subdirs of cedet as well.
12810 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12811
12812 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12813
12814 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12815 Obey advertised-signature-table.
12816
12817 * help-fns.el (help-function-arglist): Don't check
12818 advertised-signature-table.
12819 (describe-function-1): Do it here instead so it also applies to subrs.
12820
12821 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
12822
12823 * simple.el (start-file-process): Say in the doc-string, that file
12824 handlers might not support pty association, if PROGRAM is nil.
12825
12826 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12827 HOST and USER are strings. They are nil, when there are
12828 incomplete entries in ~/.netrc, for example.
12829 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
12830 root directory ("device busy" error otherwise).
12831
12832 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12833 Flush file properties of created directory.
12834
12835 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12836
12837 * makefile.w32-in (WINS_BASIC): Remove cedet.
12838 (WINS_CEDET): Add cedet.
12839 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12840
12841 2009-10-02 Kevin Ryde <user42@zip.com.au>
12842
12843 * net/browse-url.el (browse-url): Pass any symbol in
12844 browse-url-browser-function to `apply', since if you've mistakenly put
12845 an unbound symbol then the error is clearer. (Bug#4531)
12846
12847 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12848
12849 * allout.el (allout-init, allout-back-to-current-heading)
12850 (allout-beginning-of-current-entry, allout-ascend-to-depth)
12851 (allout-ascend, allout-up-current-level, allout-end-of-level)
12852 (allout-previous-visible-heading, allout-forward-current-level)
12853 (allout-backward-current-level, allout-show-children):
12854 * apropos.el (apropos-describe-plist):
12855 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12856 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12857 * completion.el (add-completion, add-permanent-completion):
12858 * descr-text.el (describe-text-category, describe-char):
12859 * desktop.el (desktop-lazy-abort):
12860 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12861 * dired.el (dired-build-subdir-alist):
12862 * ediff.el (ediff-version):
12863 * elide-head.el (elide-head, elide-head-show):
12864 * emerge.el (emerge-version):
12865 * env.el (getenv):
12866 * face-remap.el (variable-pitch-mode):
12867 * faces.el (describe-face):
12868 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12869 (dired-at-point):
12870 * files.el (find-file-existing, auto-save-mode):
12871 * font-lock.el (font-lock-fontify-buffer):
12872 * help-fns.el (describe-function, describe-variable)
12873 (describe-syntax, describe-categories):
12874 * help.el (view-lossage, describe-bindings, describe-key)
12875 (describe-mode):
12876 * hexl.el (hexl-current-address):
12877 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12878 * info.el (Info-goto-emacs-key-command-node):
12879 * log-edit.el (log-edit-insert-cvs-template)
12880 (log-edit-insert-cvs-rcstemplate):
12881 * menu-bar.el (menu-bar-mode):
12882 * mouse.el (mouse-appearance-menu):
12883 * newcomment.el (comment-indent-new-line):
12884 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12885 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12886 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12887 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12888 * recentf.el (recentf-mode):
12889 * savehist.el (savehist-mode, savehist-save):
12890 * shadowfile.el (shadow-copy-files):
12891 * simple.el (kill-ring-save, next-line, previous-line)
12892 (normal-erase-is-backspace-mode):
12893 * strokes.el (strokes-update-window-configuration)
12894 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12895 (strokes-xpm-for-stroke):
12896 * time.el (emacs-uptime, emacs-init-time):
12897 * tutorial.el (tutorial--describe-nonstandard-key)
12898 (tutorial--detailed-help):
12899 * type-break.el (type-break-mode)
12900 (type-break-mode-line-message-mode, type-break-query-mode)
12901 (type-break-guesstimate-keystroke-threshold):
12902 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12903 * version.el (emacs-version):
12904 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12905 * winner.el (winner-mode):
12906 * calendar/timeclock.el (timeclock-in, timeclock-out)
12907 (timeclock-status-string, timeclock-change)
12908 (timeclock-workday-remaining-string)
12909 (timeclock-workday-elapsed-string)
12910 (timeclock-when-to-leave-string):
12911 * calendar/todo-mode.el (todo-add-category):
12912 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12913 * emacs-lisp/autoload.el (update-file-autoloads):
12914 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12915 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12916 (checkdoc-message-text, checkdoc-defun):
12917 * emacs-lisp/debug.el (debugger-list-functions):
12918 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12919 * emacs-lisp/eieio-opt.el (eieio-describe-class)
12920 (eieio-describe-generic):
12921 * emacs-lisp/lisp-mnt.el (lm-synopsis):
12922 * emacs-lisp/shadow.el (list-load-path-shadows):
12923 * emulation/cua-base.el (cua-mode):
12924 * emulation/edt.el (edt-set-scroll-margins):
12925 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12926 (tpu-toggle-regexp, tpu-toggle-search-direction)
12927 (tpu-toggle-rectangle, tpu-toggle-control-keys):
12928 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12929 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12930 (viper-set-parsing-style-toggling-macro)
12931 (viper-set-emacs-state-searchstyle-macros):
12932 * emulation/viper.el (viper-set-hooks):
12933 * eshell/esh-mode.el (eshell-truncate-buffer):
12934 * international/mule-cmds.el (prefer-coding-system)
12935 (describe-input-method, describe-language-environment):
12936 * international/mule-diag.el (list-character-sets)
12937 (describe-character-set, describe-coding-system)
12938 (describe-fontset, list-fontsets, list-input-methods):
12939 * mail/sendmail.el (mail-signature):
12940 * net/ange-ftp.el (ange-ftp-copy-file):
12941 * net/browse-url.el (browse-url):
12942 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12943 * net/quickurl.el (quickurl-add-url):
12944 * net/rcirc.el (names, topic):
12945 * net/xesam.el (xesam-mode):
12946 * play/5x5.el (5x5-new-game):
12947 * play/yow.el (apropos-zippy):
12948 * progmodes/ada-mode.el (ada-mode-version):
12949 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12950 (f90-end-of-block)
12951 (f90-beginning-of-block):
12952 * progmodes/fortran.el (fortran-end-of-block)
12953 (fortran-beginning-of-block):
12954 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12955 * progmodes/python.el (python-describe-symbol, python-shell):
12956 * term/ns-win.el (ns-print-buffer):
12957 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12958 * textmodes/flyspell.el (flyspell-mode-on):
12959 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12960 (pages-directory-for-addresses):
12961 * textmodes/table.el (table-recognize-cell)
12962 (table-query-dimension, table-generate-source)
12963 (table-insert-sequence, table--warn-incompatibility):
12964 * textmodes/tex-mode.el (tex-validate-buffer):
12965 * textmodes/texinfmt.el (texinfmt-version)
12966 (texinfo-format-buffer):
12967 Use `called-interactively-p' instead of `interactive-p'.
12968
12969 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12970
12971 * image-mode.el (image-toggle-display):
12972 * emacs-lisp/elp.el (elp-instrument-function):
12973 * emacs-lisp/advice.el (ad-make-advised-definition):
12974 * emacs-lisp/easy-mmode.el (define-minor-mode):
12975 * net/browse-url.el (browse-url-maybe-new-window):
12976 * progmodes/sh-script.el (sh-learn-buffer-indent):
12977 Pass new argument 'any to `called-interactively-p'.
12978
12979 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
12980
12981 * international/uni-bidi.el:
12982 * international/uni-category.el:
12983 * international/uni-combining.el:
12984 * international/uni-comment.el:
12985 * international/uni-decimal.el:
12986 * international/uni-decomposition.el:
12987 * international/uni-digit.el:
12988 * international/uni-lowercase.el:
12989 * international/uni-mirrored.el:
12990 * international/uni-name.el:
12991 * international/uni-numeric.el:
12992 * international/uni-old-name.el:
12993 * international/uni-titlecase.el:
12994 * international/uni-uppercase.el:
12995 Regenerate from Unicode 5.2.0 data.
12996
12997 2009-10-01 Glenn Morris <rgm@gnu.org>
12998
12999 * Makefile.in (ELCFILES): Regenerate.
13000
13001 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13002
13003 * subr.el (interactive-p): Mark obsolete.
13004 (called-interactively-p): Make the optional-ness of `kind' obsolete.
13005 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
13006 advertised-signature-table for subroutines as well.
13007
13008 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
13009 (set-advertised-calling-convention): New function.
13010 (make-obsolete, define-obsolete-function-alias)
13011 (make-obsolete-variable, define-obsolete-variable-alias):
13012 Make the optional-ness of `when' obsolete.
13013 (define-obsolete-face-alias): Make `when' non-optional.
13014 * help-fns.el (help-function-arglist):
13015 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
13016 Use advertised-signature-table.
13017
13018 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
13019
13020 * files.el (delete-directory): New defun. The original function
13021 in fileio.c has been renamed to `delete-directory-internal'.
13022
13023 * dired.el (dired-delete-file): Call `delete-directory' with
13024 RECURSIVE parameter.
13025
13026 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
13027 parameter RECURSIVE. Implementation is missing.
13028
13029 * net/tramp.el (tramp-handle-make-directory): Flush upper
13030 directory's file properties.
13031 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
13032 (tramp-handle-dired-recursive-delete-directory): Flush directory
13033 properties after the remove command only.
13034
13035 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13036 Handle optional parameter RECURSIVE.
13037
13038 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13039 Handle optional parameter RECURSIVE.
13040
13041 * net/tramp-smb.el (tramp-smb-errors): Add error message for
13042 connection timeout.
13043 (tramp-smb-handle-delete-directory): Handle optional parameter
13044 RECURSIVE.
13045
13046 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13047
13048 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
13049 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
13050 (byte-compile-defmacro): Use backquotes.
13051
13052 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
13053
13054 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
13055 has no associated file.
13056 (vc-resynch-buffer): Use vc-dir-buffers.
13057
13058 2009-10-01 Glenn Morris <rgm@gnu.org>
13059
13060 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
13061 (chart-file-count):
13062 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
13063 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
13064 * emacs-lisp/eieio-opt.el (eieio-describe-class):
13065 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
13066 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
13067 (eieio-copy-parents-into-subclass, make-instance, class-children)
13068 (eieio-generic-form):
13069
13070 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13071 match-data. (Bug#4555).
13072
13073 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13074 rather than parsing it as a regexp. This relaxes the layout
13075 requirements and makes errors easier to detect.
13076 (check-declare-verify): Check file is regular.
13077 (check-declare-directory): Doc fix.
13078 * subr.el (declare-function): Doc fix.
13079
13080 * ibuffer.el (ibuffer-format-qualifier):
13081 * isearch.el (hi-lock-regexp-okay):
13082 * calc/calc.el (math-zerop):
13083 * mail/uce.el (rmail-msgbeg, rmail-msgend):
13084 * term/w32-win.el (setup-default-fontset, set-fontset-font):
13085 Remove unused declarations.
13086
13087 2009-09-30 Eric Ludlam <zappo@gnu.org>
13088
13089 * emacs-lisp/eieio.el (boolean-p): Delete.
13090
13091 2009-09-30 Glenn Morris <rgm@gnu.org>
13092
13093 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13094
13095 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13096 filename is not a string.
13097
13098 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
13099
13100 * files.el (safe-local-eval-forms): Fix typo.
13101
13102 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13103
13104 * vc-hooks.el (vc-dir-buffers): New var.
13105 (vc-state-refresh): New function.
13106 (vc-state): Use it.
13107 (vc-after-save): Always ask the backend to recompute the new state.
13108 Always call vc-dir if necessary, using vc-dir-buffers.
13109 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13110 Use vc-dir-buffers.
13111 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13112 (vc-dir-prepare-status-buffer, vc-dir-update)
13113 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13114 Don't call expand-file-name on default-directory.
13115
13116 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
13117
13118 * speedbar.el (speedbar-item-delete):
13119 * calc/calc-prog.el (calc-kbd-if):
13120 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13121
13122 * epa.el (epa-key-list-mode-map):
13123 * hi-lock.el (hi-lock-menu): Fix typos in menus.
13124
13125 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13126 (hs-show-hook): Fix typo in docstring.
13127
13128 2009-09-29 Glenn Morris <rgm@gnu.org>
13129
13130 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13131 file-name-nondirectory call preventing location of cedet files.
13132 (check-declare-verify): Use literal search rather than re-search.
13133 Add basic defmethod and defclass, and define-overloadable-function.
13134
13135 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13136 Use tramp-compat-file-attributes rather than nonexistent
13137 tramp-compat-handle-file-attributes.
13138
13139 * Makefile.in (lisptagsfiles4): New.
13140 (AUTOGENEL): Add cedet loaddefs files.
13141 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13142 (update-elclist, compile-always, backup-compiled-files)
13143 (bootstrap-clean): Add yet another directory level.
13144 (update-elclist): Use LC_COLLATE rather than COLLATE.
13145 (ELCFILES): Update, via `make update-elclist'.
13146
13147 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
13148
13149 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13150 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13151 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13152
13153 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
13154
13155 * Makefile.in (lisptagsfiles3): Define.
13156 (TAGS, TAGS-LISP): Use it.
13157 (update-elclist): Add third directory level to look for elc files.
13158 (compile-always): Likewise.
13159 (backup-compiled-files): Likewise.
13160 (bootstrap-clean): Likewise.
13161 (ELCFILES): Update.
13162
13163 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
13164
13165 * Makefile.in (ELCFILES): Add CEDET files.
13166
13167 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
13168
13169 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13170
13171 * net/tramp.el (top): Require tramp-imap.
13172
13173 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13174 Use `tramp-compat-handle-file-attributes'.
13175
13176 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13177
13178 * net/tramp-imap.el: New package.
13179
13180 2009-09-28 Eric Ludlam <zappo@gnu.org>
13181
13182 * emacs-lisp/chart.el:
13183 * emacs-lisp/eieio-base.el:
13184 * emacs-lisp/eieio-comp.el:
13185 * emacs-lisp/eieio-custom.el:
13186 * emacs-lisp/eieio-datadebug.el:
13187 * emacs-lisp/eieio-opt.el:
13188 * emacs-lisp/eieio-speedbar.el:
13189 * emacs-lisp/eieio.el: New files.
13190
13191 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13192
13193 * whitespace.el (whitespace-trailing-regexp)
13194 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13195 Fix doc string.
13196
13197 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
13198
13199 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13200 menu.
13201
13202 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13203 menu-bar-ediff-menu.
13204
13205 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13206 define-overloadable-function.
13207
13208 * progmodes/autoconf.el: Provide autoconf as well, so that this
13209 file can be `require'd.
13210
13211 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13212
13213 * emacs-lisp/autoload.el (generated-autoload-feature)
13214 (generated-autoload-load-name): New vars.
13215 (autoload-rubric, autoload-generate-file-autoloads): Use them.
13216 (make-autoload): Recognize define-overloadable-function and
13217 defclass forms (for EIEIO).
13218
13219 * Makefile.in (update-subdirs): Exclude cedet directory.
13220
13221 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13222
13223 * term/ns-win.el: Don't set the region face background. (Bug#4381)
13224
13225 * faces.el: Default light-background background for region face to
13226 ns_selection_color under NS.
13227
13228 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13229
13230 * net/imap-hash.el: New library, see NEWS.
13231
13232 * Makefile.in (ELCFILES): Add imap-hash.el.
13233
13234 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
13235
13236 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13237 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13238 * help-macro.el (make-help-screen): Avoid using an ambiguous function
13239 definition where the docstring could be taken for the return value.
13240
13241 2009-09-26 Glenn Morris <rgm@gnu.org>
13242
13243 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13244 Add option to only show images below a certain size.
13245 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13246 save-excursion calls.
13247
13248 2009-09-26 Eli Zaretskii <eliz@gnu.org>
13249
13250 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13251 subdirectories) and eieio.
13252
13253 2009-09-26 Alan Mackenzie <acm@muc.de>
13254
13255 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13256 buggy bracketing. (Bug#4289)
13257
13258 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13259 character constants (as case labels). (Bug#4289)
13260
13261 2009-09-25 Juri Linkov <juri@jurta.org>
13262
13263 * files.el (safe-local-eval-forms): Allow time-stamp in
13264 before-save-hook (Bug#4554).
13265
13266 2009-09-25 Drew Adams <drew.adams@oracle.com>
13267
13268 * menu-bar.el (list-buffers-directory): Doc fix.
13269
13270 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13271
13272 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13273 Try and avoid copying twice the same paragraph.
13274 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13275 Remove save-excursion.
13276 (log-edit-changelog-entry): Do it here instead.
13277
13278 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
13279
13280 * bs.el (bs--get-file-name): Use `list-buffers-directory'
13281 when available, instead of hardcoding mode names. Doc fix.
13282
13283 * menu-bar.el (list-buffers-directory): Add docstring.
13284 Make automatically buffer-local.
13285
13286 * dired.el (dired-mode):
13287 * files.el (cd-absolute):
13288 * pcvs.el (cvs-temp-buffer):
13289 * pcvs-util.el (cvs-get-buffer-create):
13290 * shell.el (shell-mode):
13291 * vc-dir.el (vc-dir-mode):
13292 Don't make `list-buffers-directory' buffer local.
13293
13294 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
13295
13296 * comint.el (comint-exec, comint-run, make-comint):
13297 Doc fixes (Bug#4542).
13298
13299 2009-09-25 Glenn Morris <rgm@gnu.org>
13300
13301 * mail/rmailmm.el (rmail-mime): New custom group.
13302 Move all defcustoms in this file into this group.
13303 (rmail-mime-media-type-handlers-alist): Revert previous change.
13304 (rmail-mime-show-images): New option.
13305 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13306 references to it, since it wasn't actually used for anything.
13307 (rmail-mime-insert-image): New function.
13308 (rmail-mime-image): Use rmail-mime-insert-image.
13309 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13310 obey the value of `rmail-mime-show-images' option. Print the size of
13311 attachments.
13312
13313 2009-09-25 David Engster <deng@randomsample.de>
13314
13315 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
13316
13317 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13318
13319 * whitespace.el: Does not highlight trailing spaces While point is
13320 at end of line. Does not highligt spaces at beginning of buffer
13321 while point is at beginning of buffer. Does not highlight spaces
13322 at end of buffer while point is at end of buffer. (Bug#4177)
13323 New version 12.0.
13324 (whitespace-display-mappings): Adjust initialization.
13325 (whitespace-point, whitespace-font-lock-refontify): New vars.
13326 (whitespace-color-on, whitespace-color-off): Adjust code.
13327 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13328 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13329 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13330
13331 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
13332
13333 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13334
13335 * textmodes/sgml-mode.el: Remove xml-mode alias.
13336
13337 * files.el (auto-mode-alist, conf-mode-maybe)
13338 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13339
13340 2009-09-24 Alan Mackenzie <acm@muc.de>
13341
13342 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13343 c-forward-conditionals, but it doesn't move point and doesn't set
13344 the mark.
13345 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13346 (c-down-conditional-with-else, c-backward-conditional)
13347 (c-forward-conditional): Refactor to use c-scan-conditionals.
13348
13349 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13350
13351 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13352 (help-default-arg-highlight): Remove.
13353 (help-highlight-arg): New function.
13354 (help-do-arg-highlight): Use it.
13355 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
13356
13357 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13358
13359 * term.el (term-set-scroll-region, term-handle-ansi-escape):
13360 Undo last change, which didn't fix the problem and introduced others.
13361
13362 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
13363
13364 * progmodes/gdb-mi.el: Don't require speedbar.
13365 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13366
13367 2009-09-24 Glenn Morris <rgm@gnu.org>
13368
13369 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13370
13371 * term/ns-win.el (ns-reg-to-script): Define for compiler.
13372
13373 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13374 there is no newline after the final mime boundary. (Bug#4539)
13375 Move markers on insertion so that any buttons inserted don't end up in
13376 the next part of a multipart message.
13377 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
13378 (rmail-mime-bulk-handler): Optionally handle images.
13379 (rmail-mime-image): New button action.
13380 (rmail-mime-image-handler): New function.
13381 (rmail-mime-mode): New mode.
13382 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
13383
13384 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13385
13386 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13387 than just dropping elements from it (bug#4504).
13388
13389 * term.el (term-set-scroll-region): Don't move cursor any more.
13390 (term-handle-ansi-escape): Call term-goto here instead.
13391 Suggested by Ivan Kanis <apple@kanis.eu>.
13392
13393 * term.el: Require CL.
13394 (term-ansi-reset): New function.
13395 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13396 (term-handle-colors-array): Simplify.
13397
13398 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13399
13400 * allout.el (allout-overlay-interior-modification-handler)
13401 (allout-obtain-passphrase):
13402 * epa-file.el (epa-file-write-region):
13403 * ps-print.el (ps-begin-job):
13404 * vc-hooks.el (vc-toggle-read-only):
13405 * vc-rcs.el (vc-rcs-rollback):
13406 * vc-sccs.el (vc-sccs-rollback):
13407 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13408 (vc-version-diff, vc-revert, vc-rollback):
13409 * wdired.el (wdired-check-kill-buffer):
13410 * emacs-lisp/authors.el (authors):
13411 * net/socks.el (socks-open-connection):
13412 * net/zeroconf.el (zeroconf-service-add-hook):
13413 * obsolete/vc-mcvs.el (vc-mcvs-register):
13414 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13415 (gdb-select-frame):
13416 * progmodes/grep.el (lgrep, rgrep):
13417 * progmodes/idlw-help.el (idlwave-help-check-locations)
13418 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13419 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13420 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13421 (reftex-toc-rename-label): Fix typos in error messages.
13422
13423 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13424 (dired-copy-how-to-fn): Doc fix.
13425 (dired-files-attributes, dired-read-shell-command):
13426 Fix typos in docstrings.
13427
13428 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13429 (dired-x-find-file-other-window): Reflow docstrings.
13430 (dired-omit-marker-char, dired-read-shell-command)
13431 (dired-x-submit-report): Fix typos in docstrings.
13432
13433 * shell.el (shell-mode-hook):
13434 * view.el (View-scroll-line-forward):
13435 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13436 Fix typos in docstrings.
13437
13438 * net/dig.el (dig-invoke): Fix typo in docstring.
13439 (query-dig): Reflow docstring.
13440
13441 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13442 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13443 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13444 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13445 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13446 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13447 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13448 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13449 (idlwave-completion-map, idlwave-current-indent)
13450 (idlwave-custom-ampersand-surround, idlwave-customize)
13451 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13452 (idlwave-define-abbrev, idlwave-determine-class-special)
13453 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13454 (idlwave-end-block-reg, idlwave-end-of-statement)
13455 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13456 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13457 (idlwave-explicit-class-listed, idlwave-file-header)
13458 (idlwave-fill-paragraph, idlwave-find-class-definition)
13459 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13460 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13461 (idlwave-in-quote, idlwave-indent-action-table)
13462 (idlwave-indent-expand-table, idlwave-indent-line)
13463 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13464 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13465 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13466 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13467 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13468 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13469 (idlwave-outlawed-buffers, idlwave-popup-select)
13470 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13471 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13472 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13473 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13474 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13475 (idlwave-statement-type, idlwave-struct-skip)
13476 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13477 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13478 (idlwave-what-module-find-class): Fix typos in docstrings.
13479 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13480 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13481 (idlwave-find-module, idlwave-find-structure-definition)
13482 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13483 (idlwave-list-load-path-shadows, idlwave-next-statement)
13484 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13485 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13486 (idlwave-template): Reflow docstrings.
13487
13488 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13489 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13490 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13491 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13492 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13493 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13494 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13495 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13496 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13497 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13498 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13499 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13500 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13501 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13502 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13503 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13504 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13505 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13506 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13507 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13508 Fix typos in docstrings.
13509 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13510 (idlwave-shell-hide-output, idlwave-shell-mode)
13511 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13512 Reflow docstrings.
13513
13514 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13515
13516 2009-09-24 Ivan Kanis <apple@kanis.eu>
13517
13518 * term.el (term-bold-attribute): New var.
13519 (term-handle-colors-array): Use it.
13520
13521 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
13522
13523 * progmodes/gdb-mi.el (gdb-version): New variable.
13524 (gdb-non-stop-handler): Set gdb-version.
13525 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13526 Condition "--thread" option on gdb-version.
13527 (gdb-invalidate-threads): Remove unused argument.
13528
13529 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13530
13531 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13532 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13533
13534 2009-09-23 Glenn Morris <rgm@gnu.org>
13535
13536 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13537 replying to mail without References or Message-Id. (Bug#4525)
13538
13539 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13540
13541 * term/ns-win.el (ns-reg-to-script): New variable.
13542
13543 2009-09-23 Daiki Ueno <ueno@unixuser.org>
13544
13545 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13546
13547 2009-09-22 Sam Steingold <sds@gnu.org>
13548
13549 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13550 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13551 to 1 because hg returns status 1 when nothing is found.
13552 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13553
13554 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13555
13556 * textmodes/fill.el: Convert to utf-8 encoding.
13557 (fill-french-nobreak-p): Remove redundant » and « inherited from our
13558 pre-Unicode days.
13559
13560 * add-log.el (change-log-fill-forward-paragraph): New function.
13561 (change-log-mode): Use it so fill-region DTRT.
13562 Set fill-indent-according-to-mode here rather than in
13563 change-log-fill-paragraph.
13564 (change-log-fill-paragraph): Remove.
13565
13566 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
13567
13568 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13569 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13570
13571 2009-09-22 Glenn Morris <rgm@gnu.org>
13572
13573 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13574 the scroll-bar scroll the calendar window rather than the buffer.
13575
13576 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13577 commands that move point (as opposed to scrolling).
13578
13579 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13580
13581 * emacs-lisp/elint.el (elint): New custom group.
13582 (elint-log-buffer): Make it a defcustom.
13583 (elint-scan-preloaded, elint-ignored-warnings)
13584 (elint-directory-skip-re): New options.
13585 (elint-builtin-variables): Doc fix.
13586 (elint-preloaded-env): New variable.
13587 (elint-unknown-builtin-args): Add an entry for encode-time.
13588 (elint-extra-errors): Make it a variable rather than a constant.
13589 (elint-preloaded-skip-re): New constant.
13590 (elint-directory): Skip files matching elint-directory-skip-re.
13591 (elint-features): New variable, local to linted buffers.
13592 (elint-update-env): Initialize elint-features. Possibly add
13593 elint-preloaded-env to the buffer's environment.
13594 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13595 Skip quoted forms.
13596 (elint-init-form): New function, extracted from elint-init-env.
13597 Make non-list forms a warning rather than an error.
13598 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13599 easy-menu-define, put that adds an error-condition, and provide.
13600 When requiring cl, also require cl-macs. Really require cl, to handle
13601 some cl macros. Store required libraries in the list elint-features,
13602 so as not to re-load them. Treat cc-require like require.
13603 (elint-init-env): Call elint-init-form to do the work.
13604 Handle eval-and-compile and such like.
13605 (elint-add-required-env): Do not clear messages.
13606 (elint-special-forms): Add handlers for function, defalias, if, when,
13607 unless, and, or.
13608 (elint-form): Add optional argument to ignore elint-special-forms,
13609 useful to prevent recursive calls from handlers. Doc fix.
13610 Respect elint-ignored-warnings.
13611 (elint-form): Respect elint-ignored-warnings.
13612 (elint-bound-variable, elint-bound-function): New variables.
13613 (elint-unbound-variable): Respect elint-bound-variable.
13614 (elint-get-args): Respect elint-bound-function.
13615 (elint-check-cond-form): Add some simple handling for (f)boundp and
13616 featurep tests.
13617 (elint-check-defalias-form): New handler.
13618 (elint-check-let-form): Make an empty let a warning rather than an
13619 error.
13620 (elint-check-setq-form): Make an empty setq a warning rather than an
13621 error. Respect elint-ignored-warnings.
13622 (elint-check-defvar-form): Accept null doc-strings.
13623 (elint-check-conditional-form): New handler. Does some simple-minded
13624 checking of featurep and (f)boundp tests.
13625 (elint-put-function-args): New function.
13626 (elint-initialize): Use elint-scan-doc-file rather than
13627 elint-find-builtin-variables. Use elint-put-function-args.
13628 Possibly scan preloaded-file-list.
13629 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13630 extend to handle functions as well.
13631
13632 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13633
13634 * linum.el (linum-delete-overlays, linum-update-window):
13635 Do not modify the right margin. (Bug#3971)
13636
13637 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
13638
13639 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13640 nxml-mode instead of xml-mode.
13641
13642 2009-09-21 Kevin Ryde <user42@zip.com.au>
13643
13644 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13645
13646 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13647
13648 * net/dig.el (dig-mode): Use define-derived-mode.
13649
13650 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13651
13652 * vc-dispatcher.el (vc-do-command): Return the process object in
13653 the asynchronous case. Use when instead of if. Do not run
13654 vc-exec-after to display a message if not enabled. (Bug#4463)
13655
13656 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13657 properties to the stash strings.
13658 (vc-git-stash-list): Return a list of strings.
13659 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13660 (vc-git-stash-show-at-point): New functions.
13661 (vc-git-stash-map): New keymap.
13662
13663 * register.el (ctl-x-r-map): Define the keys here instead of
13664 using autoload.
13665
13666 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
13667
13668 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13669 list, to workaround performance problem (bug#4485).
13670
13671 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
13672
13673 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13674
13675 2009-09-20 Daiki Ueno <ueno@unixuser.org>
13676
13677 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13678 Document that this option is not recommended to use.
13679
13680 2009-09-19 Glenn Morris <rgm@gnu.org>
13681
13682 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13683 variable `var'.
13684
13685 * calc/calc-alg.el (var):
13686 * calc/calcalg2.el (var): Define for compiler.
13687
13688 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
13689
13690 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13691 Doc fix (Bug#3932).
13692
13693 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13694
13695 * time-stamp.el (time-stamp-month-dd-yyyy)
13696 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13697 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13698 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13699 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13700 Remove functions that have been obsolete since 1995 (Bug#4436).
13701
13702 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13703 indent buffer only if called interactively (Bug#4452).
13704
13705 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
13706 Eli Zaretskii <eliz@gnu.org>
13707
13708 This fixes bug#4197 (merged to bug#865, though not identical).
13709 * server.el (server-auth-dir): Add docstring note about FAT32.
13710 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13711 but warn against using them.
13712
13713 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
13714
13715 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13716 older GDB where there is no has_more field.
13717
13718 2009-09-19 Glenn Morris <rgm@gnu.org>
13719
13720 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13721
13722 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
13723
13724 * files.el (auto-mode-alist): Change default for XML files to nXML
13725 mode (Bug#4169).
13726
13727 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
13728
13729 * server.el (server-ensure-safe-dir): Pass 'integer
13730 to `file-attributes', as suggested.
13731
13732 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13733
13734 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13735 (dired-query): Use read-key.
13736
13737 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13738
13739 * cus-start.el (ns-use-qd-smoothing): Remove.
13740
13741 2009-09-18 Glenn Morris <rgm@gnu.org>
13742
13743 * allout.el (top-level): Remove unnecessary progn.
13744
13745 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13746
13747 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13748 definition of abbrev table.
13749
13750 * speedbar.el (speedbar-track-mouse):
13751 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13752 * net/eudc.el (eudc-expand-inline):
13753 * net/newst-backend.el (newsticker--cache-read-feed):
13754 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13755 condition-case handlers.
13756
13757 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
13758
13759 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13760 (gdb-var-list): Add an element for has_more field.
13761 (gdb-non-stop-handler): Enable pretty printing for STL containers.
13762 (gdb-var-create-handler, gdb-var-list-children-handler-1)
13763 (gdb-var-update-handler-1): Parse output of dynamic variable
13764 objects (STL containers).
13765 (gdb-var-delete-1): Pass var1 as an explicit second argument.
13766 (gdb-get-field): Delete alias. Use bindat-get-field directly.
13767
13768 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13769 gdb-var-list.
13770 (gud-speedbar-buttons): Make node expandable if expression "has more"
13771 children.
13772
13773 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
13774
13775 * startup.el (emacs-quick-startup): Remove variable and all uses.
13776 (command-line): Set `inhibit-x-resources' instead.
13777 (command-line-1): Use `inhibit-x-resources' instead.
13778
13779 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
13780
13781 * subr.el: Fix last change to avoid using the `unless' macro,
13782 which breaks bootstrapping.
13783
13784 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13785
13786 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13787 extended definitions, in case we reload subr.el after having
13788 loaded CL.
13789 (eval-next-after-load): Mark as obsolete.
13790
13791 2009-09-17 Juri Linkov <juri@jurta.org>
13792
13793 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13794 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13795 (menu-bar-showhide-menu, menu-bar-tools-menu)
13796 (menu-bar-describe-menu, menu-bar-help-menu)
13797 (minibuffer-local-completion-map, minibuffer-local-map):
13798 Fix list quoting.
13799
13800 2009-09-17 Glenn Morris <rgm@gnu.org>
13801
13802 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13803 arguments, whether or not it has a handler.
13804
13805 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13806
13807 * simple.el (hard-newline): Give it a doc-string.
13808
13809 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13810 (lisp-mode-syntax-table): Give them doc-strings.
13811
13812 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13813
13814 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13815 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13816 (menu-bar-options-menu, menu-bar-showhide-menu)
13817 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13818 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13819 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13820 (menu-bar-options-menu, menu-bar-tools-menu)
13821 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13822 (menu-bar-help-menu):
13823 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13824 string arguments.
13825
13826 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13827 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13828 calls for the menu names and :help.
13829
13830 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13831
13832 * mouse.el (minor-mode-menu-from-indicator): Pay attention
13833 to :minor-mode-function (bug#4455).
13834
13835 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13836
13837 * startup.el (command-line): Initialize the window-system after
13838 processing the command-line.
13839
13840 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13841 page-delimiter matches the empty string.
13842
13843 2009-09-16 Glenn Morris <rgm@gnu.org>
13844
13845 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13846 byte-compile-not-obsolete-var. It's a list now.
13847 (byte-compile-not-obsolete-funcs): New variable.
13848 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13849 byte-compile-not-obsolete-funcs.
13850 (byte-compile-variable-ref, byte-compile-defvar): Update for
13851 byte-compile-not-obsolete-vars name-change and list nature.
13852 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13853 and variables behind (f)boundp tests.
13854 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13855
13856 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13857
13858 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13859
13860 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13861
13862 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13863 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13864 Don't autoload.
13865
13866 2009-09-15 Stephen Eglen <stephen@gnu.org>
13867
13868 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13869 the virtual-buffers, use the name of the buffer specified by
13870 find-file-noselect, as the match may be a symlink. (This was a
13871 problem if the target and the symlink had different names.)
13872
13873 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13874
13875 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13876
13877 * desktop.el (desktop-path): Check user-emacs-directory.
13878
13879 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13880
13881 * loadup.el: Use after-load-functions to GC after loading each file.
13882 Remove the explicit GC calls that used to be sprinkled around.
13883
13884 * subr.el (after-load-functions): New hook.
13885 (do-after-load-evaluation): Run it. Use string-match-p to detect
13886 `obsolete' packages, rather than painfully extracting the relevant
13887 directory name.
13888
13889 2009-09-15 Glenn Morris <rgm@gnu.org>
13890
13891 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13892 free variable `doc'.
13893
13894 * dired.el (dired-mode-map): Add menu entry for async shell command.
13895
13896 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13897 variables, also consider the .elc files, since the .el files are
13898 normally gzipped (subsequent code locates the .el.gz from the .elc).
13899
13900 * calc/calc-prog.el (arglist): Define for compiler.
13901
13902 * calendar/diary-lib.el (diary-display-function): Change the default to
13903 fancy display.
13904 (body): Define for compiler.
13905
13906 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13907 (byte-compile-file-form, byte-compile-lambda)
13908 (byte-compile-top-level-body, byte-compile-form)
13909 (byte-compile-variable-ref, byte-compile-setq)
13910 (byte-compile-setq-default, byte-compile-body)
13911 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13912 (batch-byte-compile): Give some more local variables with common names
13913 a "bytecomp-" prefix to avoid masking warnings about free variables.
13914
13915 * startup.el (command-line-1): Give local variables with common names a
13916 distinguishing prefix, so as not to hide free variable warnings during
13917 bootstrap.
13918
13919 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13920 clever and add a suffix to make a unique name, just let the user decide
13921 whether or not to overwrite it. If the input is a directory, write the
13922 default filename to that directory. (Bug#4388)
13923 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13924 is a filename-as-a-directory.
13925
13926 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13927
13928 * textmodes/page.el (what-page): Don't move to beginning of line.
13929 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13930
13931 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13932
13933 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13934
13935 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13936
13937 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13938 * help.el (help-for-help-internal): Add purecopy calls for text.
13939
13940 * vc.el (top): print-log method now takes an optional SHORTLOG
13941 argument. Add a new method: root.
13942 (vc-root-diff, vc-print-root-log): New functions.
13943 (vc-log-short-style): New variable.
13944 (vc-print-log-internal): Add support for showing short logs.
13945
13946 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13947 vc-print-root-log and vc-print-root-diff.
13948
13949 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13950 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13951 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13952 short logs.
13953
13954 * vc-cvs.el (vc-cvs-print-log):
13955 * vc-mtn.el (vc-mtn-print-log):
13956 * vc-rcs.el (vc-rcs-print-log):
13957 * vc-sccs.el (vc-sccs-print-log):
13958 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13959 that is ignored for now.
13960
13961 * vc-mtn.el (vc-mtn-annotate-command):
13962 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13963
13964 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13965
13966 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13967 to function-key-map, and give them ascii-character property.
13968 * term/x-win.el (x-alternatives-map):
13969 * term/ns-win.el (ns-alternatives-map):
13970 * term/internal.el (msdos-key-remapping-map):
13971 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13972
13973 2009-09-14 Glenn Morris <rgm@gnu.org>
13974
13975 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13976 temp-buffers (2009-09-12).
13977
13978 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13979
13980 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13981 the new read-key function.
13982
13983 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13984
13985 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
13986 is defined (Bug#4405).
13987
13988 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
13989
13990 * recentf.el (recentf-cleanup): Use a hash table to find
13991 duplicates (Bug#4407).
13992
13993 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
13994
13995 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
13996 kp-0 to ascii equivalents (Bug#4325).
13997
13998 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13999
14000 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14001
14002 * eshell/em-hist.el:
14003 * eshell/em-dirs.el (eshell-complete-user-reference):
14004 Declare pcomplete functions and variables to avoid compiler warnings.
14005
14006 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
14007
14008 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14009 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14010 * eshell/em-alias.el (eshell-aliases-file):
14011 * eshell/em-hist.el (eshell-history-file-name):
14012 Use expand-file-name instead of concat to make file names (Bug#4308).
14013
14014 2009-09-13 Glenn Morris <rgm@gnu.org>
14015
14016 * ediff-merg.el (ediff-do-merge):
14017 * filesets.el (filesets-run-cmd):
14018 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14019 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14020 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14021 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14022 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14023 Replace empty `let's with `progn'.
14024
14025 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14026
14027 * mail/sendmail.el (send-mail-function):
14028 * tooltip.el (tooltip-mode):
14029 * simple.el (transient-mark-mode):
14030 * rfn-eshadow.el (file-name-shadow-mode):
14031 * frame.el (blink-cursor-mode):
14032 * font-core.el (global-font-lock-mode):
14033 * files.el (temporary-file-directory)
14034 (small-temporary-file-directory, auto-save-file-name-transforms):
14035 * epa-hook.el (auto-encryption-mode):
14036 * composite.el (global-auto-composition-mode):
14037 Use custom-initialize-delay.
14038 * startup.el (command-line): Don't explicitly call
14039 custom-reevaluate-setting for all the above vars.
14040 * custom.el (custom-initialize-safe-set)
14041 (custom-initialize-safe-default): Delete.
14042
14043 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14044
14045 * term/x-win.el (x-initialize-window-system):
14046 * term/w32-win.el (w32-initialize-window-system):
14047 * term/ns-win.el (ns-initialize-window-system): Don't call
14048 mouse-wheel-mode since it's enabled globally by default already.
14049
14050 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14051 actually define the variable, but only silences the byte-compiler.
14052 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14053 before looking it up.
14054 (mouse-wheel-scroll-amount): Also reset the bindings if this value
14055 is changed.
14056
14057 2009-09-12 Glenn Morris <rgm@gnu.org>
14058
14059 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14060 1000.
14061 (elint-add-required-env): Don't beep on error.
14062 (elint-forms): In case of error, return ENV unchanged.
14063 (elint-init-env): Skip non-list forms.
14064 (elint-log): Handle unknown file positions.
14065
14066 2009-09-12 Daiki Ueno <ueno@unixuser.org>
14067
14068 * epg.el (epg-make-context): Add autoload cookie.
14069 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14070 (epg-decrypt-string, epg-start-verify, epg-verify-file)
14071 (epg-verify-string, epg-start-sign, epg-sign-file)
14072 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14073 (epg-encrypt-string, epg-start-export-keys)
14074 (epg-export-keys-to-file, epg-export-keys-to-string)
14075 (epg-start-import-keys, epg-import-keys-from-file)
14076 (epg-import-keys-from-string, epg-start-receive-keys)
14077 (epg-receive-keys, epg-import-keys-from-server)
14078 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14079 (epg-sign-keys, epg-start-generate-key)
14080 (epg-generate-key-from-file, epg-generate-key-from-string):
14081 Remove autoload cookie.
14082
14083 2009-09-12 Eli Zaretskii <eliz@gnu.org>
14084
14085 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14086 reevaluation of trash-directory.
14087
14088 * mwheel.el: Fix last change.
14089 (mouse-wheel-mode): New defvar.
14090 (mouse-wheel-mode): Remove autoload cookie.
14091
14092 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14093
14094 * mwheel.el (mwheel-installed-bindings): New var.
14095 (mouse-wheel-mode): Use it, so as to make sure we really remove all
14096 the bindings we set last time. Use custom-initialize-delay.
14097 * loadup.el: Load mwheel after term/*-win.el.
14098 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14099 and mouse-wheel-up-event now that their first evaluation is done
14100 sufficiently late to be correct.
14101
14102 * startup.el (tutorial-directory): Make it a defcustom.
14103 Use custom-initialize-delay rather than eval-at-startup to set it.
14104 * image.el (image-load-path): Make it a defcustom.
14105 Use custom-initialize-delay rather than eval-at-startup to set it.
14106 * subr.el (eval-at-startup): Remove.
14107 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14108
14109 * subr.el (do-after-load-evaluation): Warn the user after loading an
14110 obsolete package.
14111
14112 2009-09-12 Glenn Morris <rgm@gnu.org>
14113
14114 * proced.el (proced-mark-alt): Remove alias.
14115 (proced-mode-map): Remove proced-mark-alt.
14116
14117 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14118 Elint file and directory. Remove initialization entry.
14119
14120 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14121 commands.
14122 (elint-current-buffer): Set mode-line-process.
14123 (elint-init-env): Handle define-derived-mode.
14124 Fix declare-function with unspecified arglist. Guard against odd
14125 defalias statements (eg iso-insert's 8859-1-map).
14126 (elint-add-required-env): Use a temp buffer.
14127 (elint-form): Just print the function/macro name, not the whole form.
14128 Return env unchanged if we fail to parse a macro.
14129 (elint-forms): Guard against parse errors.
14130 (elint-output): New function, to handle batch mode.
14131 (elint-log-message): Add optional argument. Use elint-output.
14132 (elint-set-mode-line): New function.
14133
14134 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
14135
14136 * emacs-lisp/elp.el (elp-not-profilable): Add more
14137 functions (Bug#4233).
14138
14139 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
14140
14141 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14142 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14143
14144 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
14145
14146 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14147 (gdb-var-list-children): Use json parsing.
14148
14149 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
14150
14151 * progmodes/js.el (js--proper-indentation): Handle the case where
14152 char-before is null. Reported by Deniz Dogan.
14153
14154 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
14155
14156 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14157
14158 2009-09-11 Daiki Ueno <ueno@unixuser.org>
14159
14160 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14161 (epg-digest-algorithm-alist): Add SHA224.
14162 (epg-context-set-passphrase-callback)
14163 (epg-context-set-progress-callback): Add description about
14164 callback function.
14165
14166 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14167
14168 * custom.el (custom-delayed-init-variables): New var.
14169 (custom-initialize-delay): New function.
14170 * startup.el (command-line): "Re"evaluate all vars in
14171 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
14172 explicitly any more.
14173 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14174 to avoid creating a ~/.emacs.d at build-time (bug#4347).
14175
14176 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14177
14178 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
14179
14180 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14181 (gdb-var-update-handler): Use json parsing.
14182
14183 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
14184
14185 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14186 decode annotated text, regardless of language environment. (Bug#2741)
14187
14188 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14189
14190 * Makefile.in (autoloads): Make rmail.el writable as well.
14191
14192 2009-09-11 Glenn Morris <rgm@gnu.org>
14193
14194 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14195 loaddefs.el.
14196 * dired.el: Regenerate with extracted autoloads.
14197 * Makefile.in (autoloads): Make dired.el writable.
14198
14199 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14200 * ibuffer.el: Regenerate with extracted autoloads.
14201 * Makefile.in (autoloads): Make ibuffer.el writable.
14202
14203 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14204 * version.el (emacs-copyright, emacs-major-version)
14205 (emacs-minor-version): Reformat doc-strings for make-docfile.
14206
14207 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14208 functions and variables, since they must be stuff specific to some other
14209 platform.
14210 (apropos-print): Make mouse-click message less specific about button.
14211
14212 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14213 that records where a macro was defined.
14214 * help-fns.el (describe-function-1): Mention if a function has a
14215 compiler-macro.
14216 * help-mode.el (help-function-cmacro): New button.
14217
14218 * locate.el (top-level): Always require dired.
14219 (locate-mode-map): Initialize inside the defvar.
14220
14221 * net/ange-ftp.el (dired-compress-file): Declare.
14222 (ange-ftp-dired-compress-file): Add doc string.
14223
14224 * term/ns-win.el (x-display-name, x-setup-function-keys):
14225 Unify doc-strings with X versions.
14226
14227 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14228
14229 * emulation/crisp.el (crisp-mode-map): Move initialization
14230 into declaration.
14231 (crisp-mode): Use define-minor-mode.
14232
14233 * progmodes/xscheme.el (xscheme-evaluation-commands):
14234 Put a :advertised-binding property rather than using
14235 advertised-xscheme-send-previous-expression.
14236 (advertised-xscheme-send-previous-expression): Declare obsolete.
14237 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14238 `advertised-undo'.
14239 (crisp-mode): Add corresponding bindings to
14240 undo's :advertised-binding instead.
14241 * dired.el (dired-mode-map): Put a :advertised-binding property rather
14242 than using dired-advertised-find-file.
14243 (dired-advertised-find-file):
14244 * simple.el (advertised-undo):
14245 * wid-edit.el (advertised-widget-backward): Declare obsolete.
14246 (widget-keymap): Put a :advertised-binding property rather
14247 than using advertised-widget-backward.
14248 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14249 than using advertised-undo.
14250 * tutorial.el (tutorial--default-keys): Adjust accordingly.
14251
14252 2009-09-10 Simon South <ssouth@slowcomputing.org>
14253
14254 * progmodes/delphi.el (delphi-tab): Indent region when Transient
14255 Mark mode is enabled and region is active; otherwise indent or
14256 insert TAB as usual.
14257 (delphi-mode): Update description of TAB-key binding.
14258
14259 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14260
14261 * subr.el (define-key-rebound-commands): Mark obsolete.
14262 * startup.el (precompute-menubar-bindings): Remove.
14263 (normal-top-level): Remove obsolete code that tried to precompute
14264 menubar bindings.
14265 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14266 define-key-rebound-commands and precompute-menubar-bindings.
14267
14268 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14269
14270 * net/imap.el (imap-interactive-login): Better messages.
14271 (imap-open): Fix bug with renamed buffer on reconnect.
14272 (imap-authenticate): Add buffer-local imap-last-authenticator variable
14273 for easier debugging and cleaner code. On successful (guessed based on
14274 server capabilities) secondary authentication, set imap-state
14275 correctly.
14276 (imap-last-authenticator): Define imap-last-authenticator as a variable
14277 to avoid warnings.
14278
14279 2009-09-10 Glenn Morris <rgm@gnu.org>
14280
14281 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14282
14283 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14284 (byte-compile-file-form-autoload): Don't warn about unknown functions
14285 where the autoload statement comes after the use.
14286 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14287 that any handlers inside the body (eg require) are in turn respected.
14288
14289 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14290 effects.
14291
14292 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14293 and syntax and abbrev tables basic docs, if they don't have any.
14294
14295 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14296
14297 * international/mule-cmds.el (top-level): Require cl when compiling.
14298 (view-hello-file): Use default-value rather than
14299 default-enable-multibyte-characters.
14300
14301 * progmodes/fortran.el: Move all safe and risky properties into the
14302 defcustoms.
14303
14304 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14305 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14306 * mail/undigest.el:
14307 Put autoloads in rmail.el rather than loaddefs.el.
14308 * mail/rmail.el: Regenerate with extracted autoloads.
14309
14310 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14311 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14312
14313 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
14314
14315 Reported in thread for Bug#4375.
14316 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14317 "-data-evaluate-expression" instead of print.
14318 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14319 (gdb-tooltip-print): Parse output from above MI command.
14320 (gdb): Revert 2009-08-11 change. User should detach inferior
14321 manually.
14322
14323 Remove the word "separate" from IO functions as inferior
14324 output is now never displayed in the GUD buffer.
14325
14326 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
14327
14328 * startup.el (command-line-normalize-file-name): On Windows and
14329 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14330
14331 2009-09-10 Juri Linkov <juri@jurta.org>
14332
14333 * isearch.el (isearch-text-char-description): Propertize escape
14334 character sequences with the `escape-glyph' face. (Bug#4344)
14335
14336 * simple.el (shell-command): Set asynchronous process filter to
14337 `comint-output-filter'. (Bug#4343)
14338
14339 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14340 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
14341 the list. Move "asm" to the bottom.
14342 (grep-find-ignored-directories): Add `choice' with nil value
14343 to empty the list easily.
14344 (grep-find-ignored-files): New option.
14345 (grep-files-history): Set to nil by default instead of '("ch" "el").
14346 (grep-compute-defaults): Add "<X>" to `grep-template'.
14347 (grep-read-files): Bind new local variables `default-alias' and
14348 `default-extension'. Use a list of default values for the file prompt.
14349 (lgrep): Add `--exclude=' command line options composed from
14350 `grep-find-ignored-files'.
14351 (rgrep): Add `-name' command line options composed from
14352 `grep-find-ignored-files'. (Bug#4301)
14353
14354 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14355
14356 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14357 (bug#4368).
14358
14359 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
14360
14361 * calendar/time-date.el (autoload):
14362 Expand define-obsolete-function-alias into defalias and make-obsolete
14363 for old Emacsen that Gnus supports.
14364 (with-no-warnings): Define it for old Emacsen.
14365 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14366 is available.
14367 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14368 float-time is available; suppress compile warning for time-to-seconds.
14369
14370 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
14371
14372 * net/imap.el (imap-message-map): Docstring fix.
14373
14374 2009-09-09 Glenn Morris <rgm@gnu.org>
14375
14376 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14377 line numbers too. (Bug#4374)
14378
14379 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14380
14381 * smerge-mode.el (smerge-remove-props, smerge-refine):
14382 Use with-silent-modifications (bug#4342).
14383
14384 * subr.el (with-silent-modifications): New macro.
14385
14386 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
14387
14388 * files.el (top-level): Require `cl' when compiling.
14389
14390 2009-09-07 Glenn Morris <rgm@gnu.org>
14391
14392 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14393
14394 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14395 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14396
14397 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
14398
14399 * vc-git.el (vc-git-annotate-command): Use separator to parse
14400 arguments correctly.
14401
14402 2009-09-06 Eli Zaretskii <eliz@gnu.org>
14403
14404 * proced.el (proced-mode): Doc fix.
14405
14406 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14407
14408 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14409 lstat fails.
14410 (tramp-do-file-attributes-with-ls): Check for file existence at
14411 remote end.
14412 (tramp-do-file-attributes-with-stat): Likewise.
14413 (tramp-convert-file-attributes): Return nil when attr is nil.
14414
14415 2009-09-05 Glenn Morris <rgm@gnu.org>
14416
14417 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14418 properties to this button.
14419 (diary-fancy-display): Don't extend the button to the final newline.
14420 (diary-fancy-display-mode): Continue to define "q" as a local key.
14421
14422 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14423 efficient.
14424
14425 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14426
14427 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14428 (byte-compile-dest-file-function): New option.
14429 (byte-compile-dest-file): Doc fix.
14430 Obey byte-compile-dest-file-function.
14431 (byte-compile-cl-file-p): New function.
14432 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14433 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14434 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14435 than for file being previously loaded.
14436 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14437 (byte-compile-file-form-require): Handle the case where requiring a file
14438 indirectly causes CL to be loaded.
14439
14440 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14441
14442 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14443 before killing the old buffer, since by the time `kill-buffer' is
14444 run so many buffer variables have been set to nil that it may not
14445 behave as expected. (Bug#4061)
14446
14447 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14448
14449 * files.el (find-alternate-file): If the old buffer is modified
14450 and visiting a file, behave similarly to `kill-buffer' when
14451 killing it, thus reverting to the pre-1.878 behavior; see
14452 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14453 for discussion. Also, consult `buffer-file-name' as a variable
14454 not as a function, for consistency with the rest of the code.
14455
14456 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
14457
14458 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14459 also when adding a new directory.
14460
14461 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14462 defun.
14463
14464 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14465
14466 * files.el (locate-file-completion-table): Make it provide boundary
14467 information, so partial-completion works better.
14468
14469 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14470
14471 * mail/footnote.el (Footnote-text-under-cursor):
14472 Check footnote-text-marker-alist before using it (bug#4324).
14473
14474 2009-09-04 Glenn Morris <rgm@gnu.org>
14475
14476 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14477 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14478 * play/solitaire.el, play/tetris.el:
14479 Remove leading * from defcustom and defface docs.
14480
14481 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14482 necessary.
14483 (diary-fancy-overriding-map): New variable.
14484 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14485 Use view-mode.
14486
14487 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14488 goto-line.
14489
14490 2009-09-03 Glenn Morris <rgm@gnu.org>
14491
14492 * arc-mode.el (archive-mode):
14493 * dos-fns.el (set-default-process-coding-system):
14494 * man.el (Man-getpage-in-background):
14495 * menu-bar.el (menu-bar-describe-menu):
14496 * server.el (server-process-filter):
14497 * startup.el (command-line):
14498 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14499 * w32-fns.el (set-default-process-coding-system):
14500 * x-dnd.el (x-dnd-handle-file-name):
14501 * international/mule-cmds.el (mule-menu-keymap)
14502 (set-default-coding-systems, language-info-alist, set-language-info)
14503 (set-language-environment, standard-display-european-internal)
14504 (set-locale-environment):
14505 * international/mule-diag.el (mule-diag):
14506 * mail/emacsbug.el (report-emacs-bug):
14507 * mail/rmail.el (rmail-mode):
14508 * mail/sendmail.el (mail-setup):
14509 Use default-value rather than default-enable-multibyte-characters.
14510
14511 * progmodes/f90.el: Move all safe properties into the defcustoms.
14512 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14513
14514 * calendar/appt.el (appt-check):
14515 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14516 (diary-check-diary-file, diary-list-entries)
14517 (diary-include-other-diary-files, diary-simple-display)
14518 (diary-fancy-display, diary-print-entries)
14519 (diary-mark-included-diary-files, diary-make-entry):
14520 Don't call substitute-in-file-name on diary-file.
14521
14522 2009-09-03 Eduard Wiebe <usenet@pusto.de>
14523 Stefan Monnier <monnier@iro.umontreal.ca>
14524
14525 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14526 (footnote-mode-map): Move initialization into the declaration.
14527 (footnote-minor-mode-map): Define it rather than changing global-map.
14528 (footnote-mode): Use define-minor-mode.
14529
14530 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
14531
14532 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14533 (tramp-do-file-attributes-with-perl)
14534 (tramp-do-file-attributes-with-stat): Rename from
14535 `tramp-handle-file-attributes-with-*'.
14536 (tramp-handle-file-attributes): Use them.
14537 (tramp-do-directory-files-and-attributes-with-perl)
14538 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14539 `tramp-handle-directory-files-and-attributes-with-*'.
14540 (tramp-handle-directory-files-and-attributes): Use them.
14541 (tramp-method-out-of-band-p): Additional parameter SIZE.
14542 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14543 (tramp-handle-write-region): Use it.
14544 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14545 (tramp-handle-vc-registered): Check, whether the first run did
14546 return files to be tested.
14547 (tramp-advice-make-auto-save-file-name): Do not call directly
14548 `tramp-handle-make-auto-save-file-name', because this would bypass
14549 the locking mechanism.
14550
14551 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14552 (file-remote-p, process-file, start-file-process, set-file-times)
14553 (tramp-compat-file-attributes): Compatibility functions shall not
14554 call directly `tramp-handle-*', because this would bypass the
14555 locking mechanism.
14556 (tramp-compat-number-sequence): New defun.
14557
14558 2009-09-02 Glenn Morris <rgm@gnu.org>
14559
14560 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14561 alias for float-time.
14562 (time-to-number-of-days): In Emacs, use float-time.
14563 * net/newst-backend.el (time-add): Suppress warnings from compat
14564 function.
14565 * time.el (emacs-uptime, emacs-init-time):
14566 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14567 Use float-time rather than time-to-seconds.
14568
14569 * minibuffer.el (completion-initials-expand): Fix typo.
14570
14571 * faces.el (modeline, modeline-inactive, modeline-highlight)
14572 (modeline-buffer-id):
14573 * info.el (info-menu-5): Mark these face aliases as obsolete.
14574
14575 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14576
14577 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14578 space ...
14579 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14580 no "--thread" option.
14581 (gdb-stopped): Don't print "Switched to thread" message when it is
14582 unchanged.
14583
14584 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14585
14586 * minibuffer.el (completion-try-completion)
14587 (completion-all-completions): Remove ill-defined (and
14588 mistakenly installed and luckily never used nor documented)
14589 `completion-styles' property.
14590 (completion-initials-expand, completion-initials-all-completions)
14591 (completion-initials-try-completion): New functions.
14592 (completion-styles-alist): Add doc to each entry.
14593 Add new `initials' entry.
14594
14595 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14596
14597 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14598 MI command -var-evaluate-expression.
14599 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14600 and tweak for case of string child.
14601 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14602
14603 2009-09-01 Glenn Morris <rgm@gnu.org>
14604
14605 * add-log.el (change-log-date-face, change-log-name-face)
14606 (change-log-email-face, change-log-file-face, change-log-list-face)
14607 (change-log-conditionals-face, change-log-function-face)
14608 (change-log-acknowledgement-face):
14609 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14610 (custom-modified-face, custom-set-face, custom-changed-face)
14611 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14612 (custom-documentation-face, custom-state-face, custom-comment-face)
14613 (custom-comment-tag-face, custom-variable-tag-face)
14614 (custom-variable-button-face, custom-face-tag-face)
14615 (custom-group-tag-face-1, custom-group-tag-face):
14616 * diff-mode.el (diff-header-face, diff-file-header-face)
14617 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14618 (diff-added-face, diff-changed-face, diff-function-face)
14619 (diff-context-face, diff-nonexistent-face):
14620 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14621 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14622 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14623 (Info-title-4-face):
14624 * isearch.el (isearch-lazy-highlight-face):
14625 * log-view.el (log-view-file-face, log-view-message-face):
14626 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14627 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14628 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14629 (cvs-msg-face):
14630 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14631 (smerge-base-face, smerge-markers-face):
14632 * wid-edit.el (widget-documentation-face, widget-button-face)
14633 (widget-field-face, widget-single-line-field-face)
14634 (widget-inactive-face, widget-button-pressed-face):
14635 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14636 (woman-addition-face):
14637 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14638 (eshell-ls-executable-face, eshell-ls-readonly-face)
14639 (eshell-ls-unreadable-face, eshell-ls-special-face)
14640 (eshell-ls-missing-face, eshell-ls-archive-face)
14641 (eshell-ls-backup-face, eshell-ls-product-face)
14642 (eshell-ls-clutter-face):
14643 * eshell/em-prompt.el (eshell-prompt-face):
14644 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14645 * obsolete/old-whitespace.el (whitespace-highlight-face):
14646 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14647 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14648 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14649 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14650 (antlr-font-lock-literal-face):
14651 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14652 (ebrowse-root-class-face, ebrowse-file-name-face)
14653 (ebrowse-default-face, ebrowse-member-attribute-face)
14654 (ebrowse-member-class-face, ebrowse-progress-face):
14655 * progmodes/make-mode.el (makefile-space-face):
14656 * progmodes/sh-script.el (sh-heredoc-face):
14657 * textmodes/flyspell.el (flyspell-incorrect-face)
14658 (flyspell-duplicate-face):
14659 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14660 * textmodes/texinfo.el (texinfo-heading-face):
14661 Mark face aliases with "-face" suffix as obsolete.
14662
14663 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14664 compiler.
14665
14666 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14667 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14668 easy-menu-define wants to modify these.
14669
14670 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14671
14672 * net/browse-url.el (browse-url-file-url):
14673 * term/internal.el (dos-codepage-setup):
14674 Use default-value rather than default-enable-multibyte-characters.
14675
14676 * progmodes/etags.el (etags-goto-tag-location):
14677 * progmodes/flymake.el (flymake-highlight-line)
14678 (flymake-goto-file-and-line, flymake-goto-line):
14679 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14680 (gdb-goto-breakpoint):
14681 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14682 * progmodes/python.el (python-find-function)
14683 (python-pdbtrack-track-stack-file):
14684 * progmodes/verilog-mode.el (verilog-surelint-off):
14685 * term/ns-win.el (ns-open-file-select-line):
14686 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14687 Use forward-line rather than goto-line.
14688
14689 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14690 * textmodes/reftex-index.el (reftex-display-index):
14691 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14692 * textmodes/reftex-toc.el (reftex-toc):
14693 Remove unnecessary bindings of default-major-mode (all are followed by
14694 major-mode check and possible mode switch).
14695
14696 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14697
14698 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14699 Handle watchpoints (bug#4282).
14700 (def-gdb-thread-buffer-command): Enable thread to be selected by
14701 clicking without selecting threads buffer first.
14702 (gdb-current-context-command): Use selected frame so that "up",
14703 "down" etc work in the GUD buffer.
14704 (gdb-update): Find selected frame before rendering stack buffer.
14705 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14706
14707 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14708
14709 * progmodes/sym-comp.el (displayed-completions): Remove.
14710 (symbol-complete): Use minibuffer-complete.
14711
14712 2009-08-31 Glenn Morris <rgm@gnu.org>
14713
14714 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14715
14716 * apropos.el (apropos-symbols-internal):
14717 Handle (obsolete) face aliases.
14718
14719 * faces.el (describe-face): Adjust the output format to be more like
14720 describe-variable, and to mention (obsolete) face aliases.
14721 Adjust the whitespace so that help-setup-xref works.
14722
14723 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14724 * calendar/diary-lib.el (diary-button-face):
14725 Mark these face aliases as obsolete.
14726
14727 * calendar/calendar.el (calendar-today): Doc fix.
14728
14729 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14730
14731 * progmodes/gdb-mi.el (gdb-control-all-threads)
14732 (gdb-control-current-thread): Force tool bar update.
14733 (gdb-non-stop-handler): New function.
14734 (gdb-init-1): Use it to test if non-stop mode is supported.
14735 Remove unused gdbmi buffer type.
14736
14737 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
14738
14739 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14740 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
14741
14742 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
14743
14744 * comint.el (comint-exec-1): Check command is non-null first.
14745 Part of gdb-mi.el change (2009-08-28).
14746
14747 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14748
14749 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14750
14751 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
14752
14753 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14754 instead of `dolist' to avoid a recursive require when bootstrapping.
14755
14756 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14757
14758 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14759
14760 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14761
14762 * net/imap.el (imap-send-command): Simplify.
14763 (imap-wait-for-tag): point-max -> buffer-size.
14764
14765 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14766
14767 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14768 with constant argument.
14769
14770 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14771
14772 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14773
14774 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14775 Change default, since most of our files don't have a history.
14776 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14777 the user.
14778
14779 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14780 Add comint-run.
14781
14782 * calc/calc.el: Improve commenting convention.
14783 (calc-digit-map, toplevel): Simplify.
14784
14785 * comint.el (comint-insert-input): Be careful to only set point if we
14786 don't delegate to some other command.
14787
14788 * proced.el (proced-signal-list): Make it an alist.
14789 (proced-grammar-alist): Capitalize names.
14790 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14791 Disable undo manually and make it read-only.
14792 Use completion-annotate-function.
14793
14794 * minibuffer.el (minibuffer-message): If the current buffer is not
14795 a minibuffer, insert the message in the echo area rather than at the
14796 end of the buffer.
14797 (completion-annotate-function): New variable.
14798 (minibuffer-completion-help): Use it.
14799 (completion--embedded-envvar-table): Environment vars are
14800 always case-sensitive.
14801
14802 2009-08-30 Glenn Morris <rgm@gnu.org>
14803
14804 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14805 from fortran-current-defun.
14806 (fortran-beginning-of-subprogram): Be more precise about finding the
14807 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
14808 (fortran-end-of-subprogram): Simplify.
14809 (fortran-current-defun): Use fortran-start-prog-re.
14810
14811 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
14812
14813 * subr.el (do-after-load-evaluation): Simplify.
14814
14815 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
14816
14817 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14818
14819 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
14820 (vc-rcs-print-log): Use it.
14821
14822 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14823
14824 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14825
14826 * paths.el (abbrev-file-name): Move to abbrev.el.
14827 * abbrev.el (abbrev-file-name): Move from paths.el.
14828 Obey user-emacs-directory.
14829 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14830 user-emacs-directory.
14831 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14832 abbrev-file-name and calc-settings-file any more.
14833 * startup.el (command-line): Recompute abbrev-file-name and
14834 abbreviated-home-dir.
14835 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14836 of the special code for when C-h bindings haven't been changed.
14837 (display-startup-echo-area-message): Use with-current-buffer.
14838 (command-line-1): Use a list of strings, rather than a list of lists
14839 of strings for longopts.
14840
14841 * files.el (get-free-disk-space): Use / for default-directory.
14842
14843 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14844 Use with-current-buffer.
14845
14846 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14847 Recognize immutable variables like most-positive-fixnum.
14848 (byte-compile-setq-default): Check and warn if trying to assign
14849 to an immutable variable, or a non-variable.
14850
14851 * progmodes/cc-vars.el (c-comment-continuation-stars):
14852 * progmodes/cc-engine.el (c-looking-at-bos):
14853 * progmodes/cc-cmds.el (c-toggle-auto-state)
14854 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14855 (c-comment-line-break-function): Add version of obsolescence.
14856
14857 2009-08-28 Juri Linkov <juri@jurta.org>
14858
14859 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14860 associated with `archive-mode'.
14861
14862 * image.el (image-type-header-regexps): Use only JPEG magic number
14863 to determine JPEG images, and don't use `image-jpeg-p' because
14864 Emacs can display non-JFIF non-Exif JPEG images.
14865
14866 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14867
14868 * arc-mode.el (archive-mode):
14869 * emacs-lisp/re-builder.el (re-builder-unload-function):
14870 Protect against the default value of `major-mode' being nil.
14871
14872 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14873
14874 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14875 Fix typos in docstrings.
14876
14877 * progmodes/js.el (js--macro-decl-re): Doc fix.
14878 (js--plain-method-re, js--split-name): Refloc docstring.
14879 (js--class-styles, js--make-merged-item, js--splice-into-items):
14880 Fix typos in docstrings; reflow docstrings.
14881 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14882 (js--variable-decl-matcher, js--inside-pitem-p)
14883 (js--parse-state-at-point, js--get-all-known-symbols)
14884 (js--symbol-history, js-find-symbol, js--js-references)
14885 (js--moz-interactor, js--js-encode-value, js--read-tab):
14886 Fix typos in docstrings.
14887
14888 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14889
14890 * textmodes/reftex.el (reftex-get-file-buffer-force):
14891 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14892 * emulation/viper.el (viper-go-away, viper-set-hooks):
14893 * emacs-lisp/re-builder.el (re-builder-unload-function):
14894 * emacs-lisp/bytecomp.el (byte-compile-file):
14895 * ses.el (ses-unload-function):
14896 * hexl.el (hexl-find-file):
14897 * files.el (normal-mode):
14898 * ehelp.el (with-electric-help):
14899 * autoinsert.el (auto-insert-alist):
14900 * arc-mode.el (archive-mode):
14901 Use (default-value 'major-mode) instead of default-major-mode.
14902
14903 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14904 * international/mule.el (load-with-code-conversion):
14905 * emacs-lisp/debug.el (debug):
14906 * ediff-vers.el (ediff-rcs-get-output-buffer):
14907 * dired.el (dired-internal-noselect): Don't let-bind
14908 default-major-mode around code that doesn't use it.
14909 E.g. buffer creation via get-buffer-create doesn't use it.
14910
14911 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
14912
14913 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14914 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14915 when writing the temp file. Otherwise, epa-file gets confused.
14916 (tramp-register-file-name-handlers): Make it a defun. Move also
14917 `epa-file-handler' to the front of `file-name-handler-alist'.
14918
14919 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14920
14921 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14922 start right after a ^M.
14923 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14924 (tramp-completion-file-name-regexp-separate)
14925 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14926 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14927 Don't modify last-coding-system-used by accident.
14928 (tramp-completion-file-name-handler): Apply the checks here,
14929 instead during registration.
14930 (tramp-register-file-name-handlers): Renamed from
14931 `tramp-register-file-name-handler'. Register both
14932 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14933 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
14934
14935 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
14936
14937 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14938 Remove variable ...
14939 (gdb-init-1, gdb-display-separate-io-buffer)
14940 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14941 references to it.
14942 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14943 (gdb-inferior-filter): Use comint-output-filter to stop
14944 echoing and remove ^M characters.
14945
14946 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14947
14948 * emulation/viper-init.el (viper-restore-cursor-type):
14949 * emulation/cua-base.el (cua--update-indications):
14950 Replace default-cursor-type with (default-value 'cursor-type).
14951
14952 * mail/sendmail.el (mail-recover-1):
14953 * international/mule-diag.el (describe-current-coding-system-briefly)
14954 (describe-current-coding-system):
14955 * international/mule-cmds.el (select-safe-coding-system)
14956 (select-message-coding-system)
14957 (set-language-environment-coding-systems, set-locale-environment):
14958 * hexl.el (hexl-insert-multibyte-char):
14959 * dos-w32.el (find-buffer-file-type-coding-system):
14960 * simple.el (what-cursor-position):
14961 Replace uses of default-buffer-file-coding-system
14962 with (default-value 'buffer-file-coding-system).
14963
14964 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14965 Replace uses of default-cursor-in-non-selected-windows
14966 with (default-value 'cursor-in-non-selected-windows).
14967 Use with-current-buffer.
14968
14969 * mail/feedmail.el: Use CL macros.
14970 (feedmail-run-the-queue, feedmail-send-it-immediately):
14971 * dos-w32.el (find-buffer-file-type): Replace uses of
14972 default-buffer-file-type with (default-value 'buffer-file-type).
14973
14974 2009-08-28 Glenn Morris <rgm@gnu.org>
14975
14976 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14977 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14978 Use default-value of major-mode rather than default-major-mode.
14979
14980 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14981
14982 * Makefile.in (update-elcfiles): Report left over elc files.
14983
14984 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14985 expand-file-name and with-current-buffer.
14986 (mail-get-names, mail-directory): Use with-current-buffer.
14987
14988 * vc.el (vc-read-revision): New function.
14989 (vc-version-diff, vc-merge): Use it.
14990
14991 2009-08-27 Sam Steingold <sds@gnu.org>
14992
14993 * simple.el (kill-do-not-save-duplicates): New user option.
14994 (kill-new): When it is non-nil, and the new string is the same as
14995 the latest kill, set replace to t to avoid duplicates in kill-ring.
14996
14997 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
14998
14999 * net/tramp.el (tramp-handle-process-file): Do not flush all
15000 caches when `process-file-side-effects' is set.
15001 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
15002 instead of `tramp-find-file-exists-command'.
15003 Unset `process-file-side-effects'.
15004
15005 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
15006
15007 * net/tramp.el (tramp-methods): New method "rsyncc".
15008 (top): Add completion function for "rsyncc".
15009 (tramp-message-show-message): New defvar.
15010 (tramp-message, tramp-error): Use it.
15011 (tramp-do-copy-or-rename-file-directly): Extend check for direct
15012 remote copying.
15013 (tramp-do-copy-or-rename-file-out-of-band): Handle new
15014 `tramp-methods' entry `copy-env' of "rsyncc".
15015 (tramp-vc-registered-read-file-names): New defconst.
15016 (tramp-vc-registered-file-names): New defvar.
15017 (tramp-handle-vc-registered): Implement optimization strategy.
15018 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15019 (tramp-vc-file-name-handler): New defun.
15020 (tramp-get-ls-command, tramp-get-test-command)
15021 (tramp-get-file-exists-command, tramp-get-remote-ln)
15022 (tramp-get-remote-perl, tramp-get-remote-stat)
15023 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
15024
15025 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15026 (tramp-cache-inhibit-cache): Extend doc string. It allows also
15027 timestamps.
15028 (tramp-get-file-property): Check for timestamps in
15029 `tramp-cache-inhibit-cache'.
15030 (tramp-set-file-property): Write timestamp.
15031
15032 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15033
15034 * language/japan-util.el (japanese-symbol-table): Add entries for
15035 cp932-2-byte.
15036
15037 * international/characters.el: Add category `j' to cp932-2-byte.
15038
15039 2009-08-27 Kenichi Handa <handa@m17n.org>
15040
15041 * international/fontset.el (build-default-fontset-data): New macro.
15042 (setup-default-fontset): Use build-default-fontset-data for CJK,
15043 tibetan, ethiopic, and ipa.
15044
15045 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15046
15047 * cus-start.el (default-major-mode): Customize `major-mode' instead.
15048 (enable-multibyte-characters): Not customizable any more.
15049
15050 * subr.el (default-mode-line-format, default-header-line-format)
15051 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15052 (default-direction-reversed, default-truncate-lines)
15053 (default-left-margin, default-tab-width, default-case-fold-search)
15054 (default-left-margin-width, default-right-margin-width)
15055 (default-left-fringe-width, default-right-fringe-width)
15056 (default-fringes-outside-margins, default-scroll-bar-width)
15057 (default-vertical-scroll-bar, default-indicate-empty-lines)
15058 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15059 (default-fringe-cursor-alist, default-scroll-up-aggressively)
15060 (default-scroll-down-aggressively, default-fill-column)
15061 (default-cursor-type, default-buffer-file-type)
15062 (default-cursor-in-non-selected-windows)
15063 (default-buffer-file-coding-system, default-major-mode)
15064 (default-enable-multibyte-characters): Mark as obsolete.
15065
15066 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
15067
15068 * vc-dir.el (vc-dir-update): Remove debug helper.
15069
15070 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15071
15072 2009-08-26 Sam Steingold <sds@gnu.org>
15073
15074 * simple.el (save-interprogram-paste-before-kill): New user option.
15075 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15076 save the interprogram-paste into kill-ring before overriding it
15077 with the Emacs kill.
15078
15079 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15080
15081 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15082 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15083 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15084 and move to vc-rcs.el.
15085 (vc-default-next-revision): Rename to vc-rcs-next-revision and
15086 move to vc-rcs.el.
15087 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15088 (vc-rcs-update-changelog): Remove.
15089 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15090 and move to vc-rcs.el.
15091
15092 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15093 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15094 renaming.
15095 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
15096 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
15097 vc.el, renamed to be RCS specific.
15098
15099 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15100 New functions.
15101 (vc-cvs-update-changelog): Move here from vc.el.
15102
15103 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15104 New functions.
15105
15106 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15107
15108 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15109
15110 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15111
15112 * vc-git.el (vc-git-register): Use "git add" for directories.
15113 (vc-git-stash, vc-git-stash-show): New functions.
15114 (vc-git-extra-menu-map): Bind them.
15115
15116 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15117 directory correctly in case the item is a directory itself.
15118
15119 * vc.el: Document the desired behavior for reverted files in the
15120 `added' state.
15121 (vc-default-prettify-state-info): Remove function, unused.
15122
15123 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
15124
15125 2009-08-26 Glenn Morris <rgm@gnu.org>
15126
15127 * bindings.el (standard-mode-line-format): Reposition dashes in
15128 which-func entry. (Bug#4217)
15129
15130 * files.el (enable-local-variables, enable-local-eval)
15131 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15132 the defcustoms.
15133 (auto-mode-alist, ignored-local-variables)
15134 (save-some-buffers-action-alist): Move risky declarations to the
15135 definitions.
15136 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15137 (font-lock-defaults, format-alist, imenu--index-alist)
15138 (imenu-generic-expression, input-method-alist, minor-mode-alist)
15139 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15140 (mode-line-modified, mode-line-mule-info, mode-line-position)
15141 (mode-line-process, mode-line-remote, outline-level)
15142 (parse-time-rules, rmail-output-file-alist)
15143 (special-display-buffer-names, vc-mode):
15144 Move risky declarations to the relevant files.
15145 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15146 (mode-line-modified, mode-line-process, mode-line-position)
15147 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15148 * font-core.el (font-lock-defaults):
15149 * format.el (format-alist):
15150 * vc-hooks.el (vc-mode):
15151 * window.el (special-display-buffer-names):
15152 * international/mule-cmds.el (input-method-alist):
15153 Define riskiness here (dumped file) rather than in files.el.
15154 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15155 * imenu.el (imenu-generic-expression, imenu--index-alist):
15156 * outline.el (outline-level):
15157 * time.el (display-time-string):
15158 * calendar/parse-time.el (parse-time-rules):
15159 * mail/rmailout.el (rmail-output-file-alist):
15160 Autoload riskiness here, rather than placing in files.el.
15161
15162 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
15163
15164 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15165
15166 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
15167
15168 * simple.el (process-file-side-effects): New defvar.
15169
15170 * dired-aux.el (dired-show-file-type):
15171 * vc.el (vc-diff-internal):
15172 * vc-arch.el (vc-arch-diff):
15173 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15174 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15175 * vc-git.el (vc-git-registered, vc-git-working-revision)
15176 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15177 (vc-git--empty-db-p):
15178 * vc-hooks.el (vc-user-login-name):
15179 * vc-svn.el (vc-svn-registered, vc-svn-state)
15180 (vc-svn-dir-extra-headers, vc-svn-find-revision):
15181 * progmodes/grep.el (grep-probe): Let-bind
15182 `process-file-side-effects' with nil.
15183
15184 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15185
15186 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15187 daemon. Replace ping by checking for running service for bluez
15188 and zeroconf. (Bug#4239)
15189
15190 2009-08-25 Kevin Ryde <user42@zip.com.au>
15191
15192 * net/dig.el (dig): Add autoload cookie.
15193
15194 2009-08-25 Glenn Morris <rgm@gnu.org>
15195
15196 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15197 load-history for absolute file-names.
15198 (byte-compile-file-form-require): Warn about use of the cl package.
15199
15200 * format.el (format-alist): Doc fix.
15201
15202 * play/bubbles.el (top-level): Don't require cl at run-time.
15203
15204 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15205 run-time cl).
15206
15207 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
15208
15209 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15210 from cl package.
15211 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15212
15213 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
15214
15215 * calc/calc-alg.el (math-trig-rewrite)
15216 (math-hyperbolic-trig-rewrite): New functions.
15217 (calc-simplify): Simplify trig functions when asked.
15218
15219 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15220
15221 * diff-mode.el (diff-find-source-location): Avoid goto-line.
15222
15223 2009-08-24 Kenichi Handa <handa@m17n.org>
15224
15225 * language/ind-util.el (mapthread): Delete it.
15226 (combinatorial): New function.
15227 (indian--puthash-cv): Use combinatorial instead of mapthread.
15228
15229 2009-08-22 Kevin Ryde <user42@zip.com.au>
15230
15231 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15232 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15233 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15234 Clarify docstring that the value is strings not symbols.
15235 (checkdoc-list-of-strings-p): New function.
15236
15237 2009-08-22 Glenn Morris <rgm@gnu.org>
15238
15239 * files.el (auto-mode-alist):
15240 * hippie-exp.el (he-concat-directory-file-name):
15241 * lpr.el (lpr-windows-system, printer-name):
15242 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15243 * ps-print.el (ps-windows-system):
15244 * startup.el (command-line):
15245 * emulation/viper-ex.el (viper-glob-function):
15246 * international/mule-cmds.el (set-language-environment-coding-systems):
15247 * net/ange-ftp.el (ange-ftp-write-region):
15248 * obsolete/fast-lock.el (fast-lock-cache-name):
15249 Remove code for defunct system-types emx, macos, mswindows, next-mach,
15250 unisoft-unix, vax-vms, win32, w32.
15251
15252 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15253 given name if the pattern is not more specific.
15254
15255 * calendar/lunar.el (lunar-phase-names): New option.
15256 (lunar-phase): Doc fix.
15257 (lunar-cycles-per-year): New constant.
15258 (lunar-index): New function.
15259 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15260 (lunar-phase-name): Use lunar-phase-names.
15261 (calendar-lunar-phases): Use format.
15262 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15263
15264 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15265 Copy imenu-example--name-and-position function here for own use.
15266 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15267
15268 * bs.el (bs--redisplay):
15269 * cus-edit.el (custom-redraw):
15270 * ibuffer.el (ibuffer-bury-buffer):
15271 * server.el (server-goto-line-column):
15272 * startup.el (command-line-1):
15273 * strokes.el (strokes-xpm-for-stroke):
15274 * term.el (term-display-buffer-line):
15275 * view.el (View-goto-line):
15276 * calc/calc.el (calc-do, calc-trail-buffer):
15277 * play/gamegrid.el (gamegrid-add-score-insecure):
15278 * progmodes/ada-mode.el (ada-compile-goto-error):
15279 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15280 (ebrowse-select-1st-to-9nth):
15281 * progmodes/cperl-mode.el (cperl-time-fontification):
15282 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15283 * progmodes/gud.el (gud-display-line):
15284 (idlwave-shell-display-line):
15285 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15286 * progmodes/make-mode.el (makefile-browser-toggle):
15287 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15288 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15289 * textmodes/picture.el (picture-draw-rectangle):
15290 * textmodes/reftex-index.el (reftex-index-goto-letter):
15291 (reftex-select-jump-to-previous):
15292 * textmodes/reftex-sel.el (reftex-find-start-point)
15293 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15294 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15295 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15296 * textmodes/tex-mode.el (tex-compilation-parse-errors):
15297 * textmodes/two-column.el (2C-associated-buffer):
15298 Use forward-line rather than goto-line.
15299
15300 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15301 goto-line.
15302
15303 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15304 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15305 (quick-check-list-to-regexp): Declare.
15306
15307 * progmodes/make-mode.el (makefile-browser-insert-selection):
15308 Use goto-char rather than goto-line.
15309
15310 * progmodes/prolog.el (compilation-error-regexp-alist)
15311 (compilation-forget-errors): Declare.
15312
15313 2009-08-22 Juri Linkov <juri@jurta.org>
15314
15315 * progmodes/grep.el (lgrep, rgrep): At the beginning
15316 set `dir' to `default-directory' unless `dir' is a non-nil
15317 readable directory. (Bug#4052)
15318 (lgrep, rgrep): Change a weird way to report an error
15319 from using `read-string' to using `error'.
15320 Instead of using interactive arguments in the function body,
15321 add new argument `confirm'.
15322
15323 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
15324
15325 * textmodes/remember.el (remember-buffer):
15326 * progmodes/cperl-mode.el (cperl-vc-header-alist):
15327 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15328 (icalendar-extract-ical-from-buffer):
15329 * net/newst-treeview.el (newsticker-groups-filename):
15330 * net/newst-backend.el (newsticker-cache-filename):
15331 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15332 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15333 (speedbar-add-ignored-path-regexp, speedbar-line-path)
15334 (speedbar-buffers-line-path, speedbar-path-line)
15335 (speedbar-buffers-line-path):
15336 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15337 (epg-sign-keys):
15338 * epa.el (epa-display-verify-result):
15339 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15340
15341 2009-08-21 Glenn Morris <rgm@gnu.org>
15342
15343 * progmodes/js.el (inferior-moz-process): Fix declaration.
15344
15345 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15346
15347 * obsolete/rnewspost.el (news-mail-reply):
15348 Use goto-char rather than goto-line.
15349
15350 * term/ns-win.el (ns-open-file-select-line):
15351 Use line-beginning-position rather than goto-line.
15352
15353 * apropos.el (apropos-command):
15354 * ehelp.el (electric-helpify):
15355 * printing.el (pr-show-setup):
15356 * strokes.el (strokes-help):
15357 * tutorial.el (tutorial--describe-nonstandard-key)
15358 (tutorial--detailed-help):
15359 * woman.el (woman-mini-help, woman-display-extended-fonts):
15360 * calc/calc-help.el (calc-describe-key):
15361 * emulation/edt.el (edt-electric-helpify):
15362 * international/mule-diag.el (mule-diag):
15363 * play/yow.el (apropos-zippy):
15364 * progmodes/python.el (python-describe-symbol):
15365 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15366 * textmodes/table.el (*table--cell-describe-mode)
15367 (*table--cell-describe-bindings):
15368 Use help-print-return-message rather than the now obsolete alias.
15369
15370 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15371 (calendar-cursor-to-visible-date):
15372 * play/5x5.el (5x5-position-cursor):
15373 * play/decipher.el (decipher):
15374 * play/gomoku.el (gomoku-goto-xy):
15375 * play/landmark.el (lm-goto-xy):
15376 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15377 (mpuz-paint-digit):
15378 Use forward-line, not goto-line.
15379
15380 * mail/rmail.el (rmail-obsolete): Delete custom group.
15381 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15382 (rmail-remote-password, rmail-remote-password-required):
15383 Remove unneeded :set-after and :set properties.
15384
15385 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
15386
15387 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15388
15389 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15390
15391 * loadup.el: Remove leftover macos code.
15392
15393 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15394 Explicitly pass the date format to git blame so that user local
15395 so that the output format can be parsed.
15396
15397 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
15398
15399 * net/dbus.el (top): Don't check for (getenv
15400 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15401
15402 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15403
15404 * log-edit.el (log-edit-strip-single-file-name): New var.
15405 (log-edit-insert-changelog): Use it. Bug#3571
15406
15407 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15408
15409 * subr.el (read-passwd): Use read-key so keypad keys work as well.
15410 Bug#3287
15411
15412 * help.el (help-print-return-message): Rename from
15413 print-help-return-message.
15414
15415 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15416 cvs-mode-map parent hack.
15417 (log-view-mode): Derive from special-mode.
15418
15419 * linum.el (linum-mode): window-size-change-functions is redundant.
15420 Adapt to new window-configuration-change-hook behavior.
15421 (linum-after-size, linum-after-config): Remove.
15422
15423 * imenu.el (imenu-example--name-and-position)
15424 (imenu-example--lisp-extract-index-name)
15425 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15426 Mark as obsolete.
15427
15428 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15429 (inferior-prolog-mode): Use it.
15430 (inferior-prolog-load-file): Reset list of errors.
15431
15432 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15433
15434 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15435
15436 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15437
15438 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
15439
15440 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15441 is running already.
15442
15443 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15444
15445 * subr.el (listify-key-sequence-1): Use normal syntax since those
15446 integers are nowadays always represented by the same (positive) number
15447 on all platforms.
15448 (read-key-empty-map): New const.
15449 (read-key-delay): New var.
15450 (read-key): New function.
15451 (force-mode-line-update): Use with-current-buffer.
15452 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15453 (start-process-shell-command, start-file-process-shell-command):
15454 Discourage the use of command-args.
15455
15456 2009-08-19 Glenn Morris <rgm@gnu.org>
15457
15458 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15459
15460 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15461
15462 * simple.el (choose-completion-string): Don't rely on
15463 minibuffer-completing-file-name and ad-hoc checks to decide whether
15464 to continue completion or not.
15465
15466 * minibuffer.el (minibuffer-hide-completions): New function.
15467 (completion--do-completion): Use it.
15468 (completions-annotations): New face.
15469 (completion--insert-strings): Use it.
15470 (completion-pcm--delim-wild-regex): Add docstring.
15471 (completion-pcm--string->pattern): Add support for 0-width delimiters
15472 in completion-pcm--delim-wild-regex.
15473
15474 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15475
15476 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15477 Remove unused var `buffer-modified-p'.
15478
15479 * minibuffer.el (completion--do-completion): Move point for the #b001
15480 case as well (bug#4176).
15481 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15482
15483 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
15484
15485 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15486 and :session buses.
15487
15488 2009-08-18 Kenichi Handa <handa@m17n.org>
15489
15490 * international/ucs-normalize.el (ucs-normalize-version):
15491 Change to 1.1.
15492 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15493 (utf-8-hfs): Make it perform normalization on encoding too.
15494
15495 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15496 (sentence-end-without-space): Delete duplicated chars.
15497 (sentence-end-base): Likewise.
15498
15499 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15500 (html-mode): Delete duplicated chars from sentence-end-base.
15501
15502 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15503 (texinfo-mode): Delete duplicated chars from sentence-end-base.
15504
15505 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
15506
15507 * files.el (hack-one-local-variable): If the mode function is for
15508 a minor mode, pass it an argument (Bug#4148).
15509
15510 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
15511
15512 * net/tramp.el (tramp-register-completion-file-name-handler):
15513 Check also for (member 'partial-completion completion-styles).
15514
15515 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15516
15517 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15518 abbrev (Bug#3943).
15519
15520 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
15521
15522 * progmodes/cperl-mode.el: Merge upstream 6.2.
15523 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15524 (cperl-forward-re): Check cperl-brace-recursing.
15525 (cperl-highlight-charclass): New function.
15526 (cperl-find-pods-heres): Use it.
15527 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15528 (cperl-beautify-regexp-piece): Fix column calculation.
15529 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15530 (cperl-beautify-level): Don't process entire regexp.
15531 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15532 calling man.
15533 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15534 (cperl-init-faces): Build a list in the normal way.
15535
15536 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15537
15538 * calendar/parse-time.el (parse-time-string-chars): Save match
15539 data.
15540
15541 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15542
15543 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15544 (sql-product): Use it.
15545 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15546 (sql-set-product): Add completion.
15547 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15548 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15549 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15550 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15551 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15552 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15553 (sql-highlight-db2-keywords): Remove.
15554 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15555 (sql-highlight-product): Use derived-mode-p.
15556 (sql-set-sqli-buffer): Use with-current-buffer.
15557 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15558 Simplify.
15559
15560 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15561
15562 * term.el: Fix commenting convention, turn comments into docstrings.
15563
15564 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15565
15566 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15567
15568 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
15569
15570 * calendar/parse-time.el (parse-time-string-chars): Compute using
15571 character classes, to handle non-ascii characters (Bug#3190).
15572
15573 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15574
15575 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15576 another heredoc if the user adds another < (Bug#3226).
15577
15578 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15579 Don't initialize based on window-system (Bug#4124).
15580
15581 * facemenu.el (facemenu-read-color): Use a completion function
15582 that accepts any defined color, such as RGB triplets (Bug#3677).
15583
15584 * files.el (get-free-disk-space): Change fallback default
15585 directory to /. Expand DIR argument before switching to fallback.
15586 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15587
15588 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15589
15590 * files.el (load-library): Doc fix.
15591
15592 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
15593
15594 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15595 (viper-if-string): Redefine C-s in the minibuffer to insert the last
15596 incremental search string.
15597
15598 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15599 XEmacs.
15600
15601 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15602 (ediff-merge-region-is-non-clash)
15603 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15604 Also check if the job is really a merge job.
15605
15606 * ediff.el (ediff-current-file): New function.
15607
15608 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15609
15610 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15611 conventions.
15612 (js-insert-and-indent): Delete function.
15613 (js-mode-map): Don't bind keys to js-insert-and-indent.
15614 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15615 (js-end-of-defun): Rename from js--end-of-defun.
15616 (js-auto-indent-flag): Delete variable.
15617
15618 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
15619
15620 * progmodes/js.el: Remove proclaim statement.
15621 Defvar which-func-imenu-joiner-function to silence compiler.
15622
15623 * files.el (auto-mode-alist): Use js-mode for .js files.
15624
15625 * progmodes/js2-mode.el: Remove file.
15626
15627 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15628
15629 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15630
15631 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15632
15633 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
15634 Karl Landstrom <karl.landstrom@brgeight.se>
15635
15636 * progmodes/js.el: New file.
15637
15638 2009-08-14 Mark A. Hershberger <mah@everybody.org>
15639
15640 * timezone.el (timezone-parse-date): Add ability to understand ISO
15641 basic format (minimal separators) dates in addition to the
15642 already-supported extended format dates.
15643
15644 2009-08-14 Eli Zaretskii <eliz@gnu.org>
15645
15646 * international/ucs-normalize.el: Add a `coding' file variable.
15647
15648 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15649
15650 2009-08-14 Sam Steingold <sds@gnu.org>
15651
15652 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15653
15654 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
15655
15656 * faces.el (help-argument-name): Define it here instead of
15657 help-fns.el, because in daemon mode help-fns.el may be loaded when
15658 faces are still uninitialized (Bug#1078).
15659
15660 * help-fns.el (help-argument-name): Move defface to faces.el.
15661
15662 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
15663
15664 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15665 create buffer with a pty but no process so that GDB can make the
15666 inferior the controlling process.
15667
15668 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
15669
15670 * international/ucs-normalize.el: New file.
15671
15672 2009-08-13 Richard Stallman <rms@gnu.org>
15673
15674 * mail/rmail.el (rmail-get-attr-names):
15675 Accept an attribute header that is too short.
15676
15677 * mail/rmail.el (rmail-forget-messages):
15678 Ignore nil elt in rmail-message-vector. Use dotimes.
15679
15680 * progmodes/compile.el (compilation-goto-locus):
15681 Use next-error-move-function.
15682
15683 * simple.el (next-error-move-function): New variable.
15684
15685 2009-08-12 Juri Linkov <juri@jurta.org>
15686
15687 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15688 always non-nil. (Bug#4052)
15689
15690 * replace.el (read-regexp): Return empty string when
15691 `default-value' is nil.
15692 (keep-lines-read-args): Don't use empty string as the
15693 default value for `read-regexp'. (Bug#2495)
15694
15695 2009-08-12 Juri Linkov <juri@jurta.org>
15696
15697 * international/mule-cmds.el (ucs-insert): Change arguments
15698 from `arg' to `character', `count', `inherit' to be the same
15699 as in `insert-char'. Doc fix. (Bug#4039)
15700
15701 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15702
15703 2009-08-12 Juri Linkov <juri@jurta.org>
15704
15705 * files-x.el: New file.
15706
15707 * files.el: Move code that deals with adding/deleting
15708 file/directory-local variables to files-x.el.
15709
15710 * Makefile.in (ELCFILES): Add files-x.elc.
15711
15712 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15713
15714 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15715 to use `goto-line'.
15716 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15717 `goto-line'.
15718 (gdb-invalidate-disassembly): Do not refresh upon receiving
15719 'update signal. Instead, update all disassembly buffers only after
15720 threads list.
15721 (gdb): Send -target-detach when buffer is killed (Bug#3794).
15722 (gdb-starting): Moved -data-list-register-names...
15723 (gdb-stopped): ...here so it's sent when first thread stops.
15724 (gdb-registers-handler-custom): Do nothing if register names are
15725 unknown yet.
15726
15727 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15728 from `gdb-mi.el' to avoid extra tangling.
15729
15730 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15731 change which breaks `gud-def' definitions used in `gdb'.
15732 (gdb-update-gud-running): No extra fuss for updating frame number.
15733
15734 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15735
15736 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15737 (describe-language-environment-map, setup-language-environment-map)
15738 (set-coding-system-map): Move initialization into declaration.
15739 (set-language-info-alist): Last arg to define-key-after can be skipped.
15740
15741 * international/quail.el (quail-completion-1): Simplify.
15742 (quail-define-rules): Use slightly more compact code.
15743 (quail-insert-decode-map): Propertize keys, compact columns.
15744
15745 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15746 Add goto-line.
15747
15748 2009-08-10 Miles Bader <miles@gnu.org>
15749
15750 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15751 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15752 (js2-instance-member, js2-private-member, js2-private-function-call)
15753 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15754 (js2-magic-paren, js2-external-variable):
15755 Remove "-face" suffix from face names.
15756 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15757 (js2-highlight-undeclared-vars, js2-peek-token)
15758 (js2-parse-function-params, js2-mode-show-errors)
15759 (js2-mode-show-warnings, js2-make-magic-delimiter)
15760 (js2-mode-highlight-magic-parens): Update to use new face names.
15761
15762 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
15763
15764 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15765 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
15766
15767 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
15768
15769 * subr.el: Provide hashtable-print-readable.
15770
15771 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15772 hs-c-like-adjust-block-beginning.
15773 (hs-hide-block-at-point): Stop hiding at the beginning of
15774 hs-block-end-regexp (Bug#700).
15775
15776 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
15777
15778 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15779 a macro.
15780 (gdb-registers-handler-custom): Do not fail when register names
15781 are unavailable.
15782
15783 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15784
15785 * progmodes/gdb-mi.el (gdb-control-all-threads)
15786 (gdb-control-current-thread): Interactive setters for
15787 `gdb-gud-control-all-threads' to use in menu.
15788 (gdb-show-run-p): Show «Go» when process is not active.
15789 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
15790 gud/thread.xpm and gud/all.xpm.
15791
15792 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
15793
15794 * net/net-utils.el (net-utils-font-lock-keywords): New var.
15795 (nslookup-font-lock-keywords): Make it a variable.
15796 (net-utils-mode): New mode for viewing diagnostic network output.
15797 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15798 (net-utils-run-simple): New function.
15799 (ifconfig, iwconfig, netstat, arp, route): Use it.
15800
15801 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15802
15803 * progmodes/gdb-mi.el (gdb-read-memory-custom)
15804 (gdb-memory-set-address, def-gdb-set-positive-number)
15805 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15806 after changing settings.
15807 (gdb-invalidate-disassembly): Update when first shown.
15808 (gdb-edit-locals-value): Fixed.
15809 (gdb-registers-handler-custom): Print registers in right order and
15810 allow changing register values (only for current thread yet).
15811 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15812 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15813 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15814 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15815 info in mode name.
15816 (gdb-registers-mode-map): TAB to switch to locals.
15817
15818 2009-08-08 Eli Zaretskii <eliz@gnu.org>
15819
15820 * mail/rmail.el (rmail-add-mbox-headers)
15821 (rmail-set-message-counters-counter): Search for
15822 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
15823
15824 2009-08-08 Glenn Morris <rgm@gnu.org>
15825
15826 * Makefile.in (ELCFILES): Update.
15827
15828 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15829
15830 * mail/sendmail.el (mail-yank-original): Set
15831 buffer-file-coding-system from the one used by the message whose
15832 text is yanked.
15833
15834 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15835 to "windows" when "pgnuplot" is used.
15836 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15837 call accept-process-output if "pgnuplot" is used.
15838 (calc-graph-init): Don't send -display and -geometry to
15839 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15840 running "pgnuplot -V" with shell-command-to-string.
15841
15842 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15843 the default.
15844
15845 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15846
15847 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15848 org/org-latex.elc.
15849
15850 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15851
15852 * vc-dispatcher.el (vc-resynch-window): Update comment.
15853
15854 * term.el (term-handle-ansi-escape): Add comments with the
15855 terminfo capabilities implemented.
15856
15857 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15858
15859 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15860 (gdb-var-create-handler): Rewritten using JSON parser.
15861 (gdb-propertize-header): Moved earlier.
15862 (gdb-set-header): Removed to avoid duplication.
15863 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15864 Refresh disassembly buffers only after threads list have been
15865 update.
15866 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15867 variables.
15868
15869 2009-08-04 Juri Linkov <juri@jurta.org>
15870
15871 * files.el: Commands to add/delete file/directory-local variables.
15872 (read-file-local-variable, read-file-local-variable-value)
15873 (read-file-local-variable-mode, modify-file-local-variable)
15874 (modify-file-local-variable-prop-line)
15875 (modify-dir-local-variable): New functions.
15876 (add-file-local-variable, delete-file-local-variable)
15877 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15878 (add-dir-local-variable, delete-dir-local-variable)
15879 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15880 (copy-dir-locals-to-file-locals-prop-line): New commands.
15881
15882 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
15883
15884 * abbrev.el (insert-abbrev-table-description): Prettify output.
15885 Suggested by Karl Chen.
15886
15887 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15888
15889 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15890 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15891 (gdb-overlay-arrow-position, gdb-thread-position)
15892 (gdb-disassembly-position): Declare variables.
15893 (gdb-wait-for-pending): Function now.
15894 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15895 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15896 compilation goes smoothly.
15897 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15898 (gdb-non-stop-setting): New customization setting which replaces
15899 `gdb-non-stop' so changing it doesn't break active GDB session.
15900 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15901 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15902 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15903 (gdb-show-threads-by-default): New customization options.
15904 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15905 routines.
15906 (gdb-get-buffer-create): Send buffers update signal when they are
15907 created.
15908 (gdb-invalidate-locals, gdb-invalidate-registers)
15909 (gdb-invalidate-breakpoints)
15910 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15911 (gdb-invalidate-memory): Accept update signal.
15912 (gdb-current-context-command): Use --frame option.
15913 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15914 Implement `gdb-frame-number' selection logic.
15915 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15916 whether to show GUD toolbar buttons.
15917 (gdb-thread-exited): Unselect current thread when it exits.
15918 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15919 (gdb-mark-line): Routine which sets overlay arrow or inverses
15920 video on fringeless displays.
15921 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15922 to build aligned columns of data in GDB buffers and set text
15923 properties line-by-line.
15924 (gdb-invalidate-breakpoints)
15925 (gdb-breakpoints-list-handler-custom)
15926 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15927 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15928 (gdb-registers-handler-custom): Align data columns.
15929 (gdb-locals-handler-custom): Now prints data like in variable
15930 declarations.
15931 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15932 Removed confusing buttons.
15933 (gdb-invalidate-threads): Append --frame.
15934 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15935 between breakpoints/threads buffers.
15936 (gdb-set-window-buffer): Now can ignore dedicated windows.
15937 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15938 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15939 (def-gdb-thread-buffer-gud-command): Replaces
15940 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15941 for fine thread control.
15942 (gdb-preempt-existing-or-display-buffer): New function used to
15943 display bound buffers without breaking window layout.
15944 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15945 (gdb-select-frame): New version of `gdb-frames-select' which now
15946 sets `gdb-frame-number' so commands may use --frame option instead
15947 of inner debugger state.
15948 (gdb-frame-handler): Do not set `gdb-frame-number'.
15949 (gdb-threads-mode-map): Select threads with mouse.
15950
15951 * progmodes/gud.el (gdb-gud-context-call): Declare function to
15952 avoid compilation warning.
15953 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15954 `gdb-show-stop-p`.
15955
15956 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15957 Argument `key' renamed to `buffer-type'.
15958 (gdb-current-context-buffer-name): Do not add thread info to
15959 buffer name when no thread is selected.
15960 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15961 command (bug 3794).
15962 (gdb-thread-selected): Handle `=thread-selected' notification.
15963 (gdb-wait-for-pending): New macro to deal with congestion problems.
15964 (gdb-breakpoints-list-handler-custom): Don't fail on pending
15965 breakpoints.
15966 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15967 This fixes problem similar to one described in bug 3947.
15968 (gud-menu-map): More menu items.
15969 (gdb-init-1): Reset `gdb-thread-number' to nil.
15970
15971 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15972 non-stop settings.
15973
15974 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15975 (gdb-current-context-command): Do not append --thread if
15976 `gdb-thread-number' is nil.
15977 (gdb-running-threads-count, gdb-stopped-threads-count): New
15978 variables.
15979 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15980 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15981 customization options.
15982 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15983 GUD commands.
15984 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15985 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
15986 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
15987 set `gdb-thread-number' and update `gud-running' properly.
15988 (gdb-running): Update threads list when new threads appear.
15989 (gdb-stopped): Support non-stop operation and new thread switching
15990 logic.
15991 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
15992 (gdb-json-partial-output): New set of JSON routines.
15993 (def-gdb-auto-update-trigger): New `signal-list' optional
15994 argument.
15995 (gdb-thread-list-handler-custom): Update `gud-running',
15996 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
15997 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
15998 (gdb-continue-thread, gdb-step-thread): New commands for fine
15999 thread execution control.
16000 (gud-menu-map): New menu items to switch non-stop options.
16001 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
16002 (gdb-send): Mimic RET properly (bug 3794).
16003
16004 * progmodes/gdb-mi.el (gdb-rules-name-maker)
16005 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16006 gdb-buffer-rules.
16007 (def-gdb-auto-update-handler): New nopreserve optional argument.
16008 (gdb-stack-list-frames-custom): Print stack from top to bottom.
16009
16010 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16011 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16012 (gdb-parent-mode): New mode to derive other GDB modes from.
16013 (gdb-display-disassembly-for-thread)
16014 (gdb-frame-disassembly-for-thread): New commands for threads
16015 buffer.
16016
16017 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16018 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
16019 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16020 (gdb-update): We now store all GDB buffers in a list so that they
16021 can be updated by traversing a list instead of calling invalidate
16022 triggers explicitly.
16023 (def-gdb-trigger-and-handler): New macro to define trigger-handler
16024 pair for GDB buffer.
16025 (gdb-stack-buffer-name): Add thread information.
16026 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16027 handle pending triggers.
16028 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16029 (def-gdb-thread-buffer-simple-command)
16030 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16031 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
16032 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16033 New commands which show buffers bound to thread.
16034 (gdb-stack-list-locals-regexp): Removed unused regexp.
16035
16036 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16037 (gdb-locals-buffer-name, gdb-registers-buffer-name)
16038 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16039 to (gud-comint-buffer) in *-buffer-name functions
16040 because (gdb-get-target-string) already does that.
16041 (gdb-locals-handler-custom, gdb-registers-handler-custom)
16042 (gdb-changed-registers-handler): Rewritten without regexps.
16043
16044 * progmodes/gdb-mi.el: Basic thread selection support.
16045 (gdb-thread-number): New variable.
16046 (gdb-current-context-command): New macro which adds --thread
16047 option to command.
16048 (gdb-threads-mode-map): Select thread with SPC.
16049 (gdb-thread-list-handler-custom): Mark current thread with overlay
16050 arrow. Synchronize GDB thread and Emacs thread.
16051 (gdb-select-thread): New command which selects current thread.
16052 (gdb-invalidate-frames, gdb-invalidate-locals)
16053 (gdb-invalidate-registers): Use --thread option.
16054
16055 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
16056
16057 * net/tramp.el (top): Make check for tramp-gvfs loading more
16058 robust. (Bug#3977)
16059 (tramp-handle-insert-file-contents): `unwind-protect' must be
16060 inside `with-parsed-tramp-file-name'.
16061
16062 * net/tramp-gvfs.el (top): Remove superfluous message when loading
16063 fails.
16064
16065 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
16066
16067 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16068 directory if CLASSPATH is not set.
16069
16070 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
16071
16072 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16073 New defconst.
16074 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
16075
16076 2009-08-02 Kevin Ryde <user42@zip.com.au>
16077
16078 * net/newst-backend.el (newsticker--raw-url-list-defaults):
16079 Update freshmeat link. Delete newsforge.com as it seems gone.
16080
16081 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
16082
16083 * select.el (x-set-selection): Doc fix (Bug#4021).
16084
16085 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16086
16087 * help-fns.el (describe-variable): Treat list return values from
16088 dir-locals-find-file properly (Bug#4005).
16089
16090 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
16091
16092 * net/tramp.el (tramp-debug-message): Print also microseconds.
16093
16094 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
16095
16096 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16097 or END is non-nil.
16098 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16099 (tramp-get-debug-buffer): Change `outline-regexp' according to new
16100 format.
16101
16102 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
16103 (tramp-get-file-property): Use it.
16104
16105 * autorevert.el (auto-revert-handler): Allow
16106 `auto-revert-tail-mode' for remote files.
16107
16108 2009-08-02 Jason Rumney <jasonr@gnu.org>
16109
16110 * minibuffer.el (read-file-name): Treat confirm options to
16111 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
16112
16113 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
16114
16115 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16116 (font-lock-variable-name-face, font-lock-constant-face): Darken
16117 the colors for light backgrounds.
16118
16119 2009-08-01 Eli Zaretskii <eliz@gnu.org>
16120
16121 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16122 month names. (Bug#3987)
16123
16124 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
16125
16126 * simple.el (line-move-finish): Pass whole number to
16127 line-move-to-column.
16128 (line-move-visual): Perform hscroll to the recorded position.
16129
16130 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
16131
16132 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16133
16134 2009-07-29 Alan Mackenzie <acm@muc.de>
16135
16136 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16137
16138 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
16139
16140 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16141 (gdb-place-breakpoints): Use full path when setting breakpoints.
16142
16143 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
16144
16145 * calc/calc.el (calc-mode-map): Add keybinding for
16146 `calc-transpose-lines'.
16147
16148 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
16149
16150 * calc/calc-misc.el (calc-transpose-lines): New function.
16151
16152 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
16153
16154 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16155 Simplify check for out-of-band methods.
16156 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16157 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
16158
16159 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
16160
16161 * vc-git.el (vc-git-checkin): Fix typo.
16162
16163 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
16164
16165 * progmodes/js2-mode.el: New file.
16166
16167 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
16168
16169 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16170 (gud-menu-map): Adjust tooltip accordingly.
16171
16172 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16173
16174 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16175 (vc-bzr-log-view-mode): Adjust log-view-file-re.
16176
16177 * add-log.el (change-log-mode-map): Add a menu.
16178
16179 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
16180
16181 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16182 function returns nil.
16183 (dbus-handle-event): Handle special return value :ignore.
16184 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16185
16186 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
16187
16188 * view.el (view-mode-enable): Don't define Helper-return-blurb if
16189 it's not needed.
16190
16191 2009-07-25 Eli Zaretskii <eliz@gnu.org>
16192
16193 Fix Bug#3888:
16194
16195 * w32-vars.el (x-select-enable-clipboard): Doc fix.
16196
16197 * term/pc-win.el (x-display-name, x-colors)
16198 (x-select-enable-clipboard, x-select-text): Doc fix.
16199
16200 * term/common-win.el (x-display-name, x-colors): Doc fix.
16201
16202 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16203 (xw-defined-colors): Doc fix.
16204
16205 * w32-fns.el (x-select-text, x-setup-function-keys)
16206 (x-get-selection, x-set-selection): Doc fix.
16207
16208 * term/x-win.el (x-select-text, x-setup-function-keys)
16209 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16210
16211 * select.el (x-set-selection): Doc fix.
16212
16213 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
16214
16215 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16216 instead of "IsNSSSupportAvailable". Avahi ought to work also when
16217 "IsNSSSupportAvailable" method is not available. Reported by
16218 Steve Youngs <steve@sxemacs.org>.
16219
16220 2009-07-24 Kenichi Handa <handa@m17n.org>
16221
16222 * international/characters.el: Fix setting of category ?C, ?|, ?K,
16223 and ?H. Fix setting of case for Latin Extended and Greek Extended.
16224 (build-unicode-category-table): Fix range checks.
16225
16226 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
16227
16228 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16229 the buffer we try to sync is current when calling
16230 vc-resynch-buffer.
16231
16232 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16233 not show up to date files.
16234
16235 2009-07-24 Glenn Morris <rgm@gnu.org>
16236
16237 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16238 Add autoload cookies. If necessary, initialize.
16239 (elint-log): Handle non-file buffers.
16240 (elint-initialize): Add optional argument to reinitialize.
16241 (elint-find-builtin-variables): Save excursion.
16242
16243 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
16244
16245 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16246 for Lint.
16247
16248 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16249
16250 * vc.el (vc-print-log-internal): New function, split out from ...
16251 (vc-print-log): ... here.
16252 (vc-dir-move-to-goal-column): Declare.
16253
16254 * vc-git.el (vc-git-add-signoff): New variable.
16255 (vc-git-checkin): Use it.
16256 (vc-git-toggle-signoff): New function.
16257 (vc-git-extra-menu-map): Bind it to menu.
16258 (vc-git--run-command-string): Accept a nil FILE argument.
16259 (vc-git-stash-list): New function.
16260 (vc-git-dir-extra-headers): Use it.
16261
16262 2009-07-23 Glenn Morris <rgm@gnu.org>
16263
16264 * help-fns.el (describe-variable): Describe ignored and risky local
16265 variables in a similar way to that in which we describe safe ones.
16266
16267 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16268 (byte-compile-output-file-form, byte-compile-output-docform)
16269 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16270 Give some more local variables with common names a "bytecomp-" prefix,
16271 so as not to shadow things during compilation.
16272 * emacs-lisp/cl-macs.el (load-time-value)
16273 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16274 `outbuffer' to `bytecomp-outbuffer'.
16275
16276 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16277 since the next two variables cover them automatically now.
16278 (elint-builtin-variables, elint-autoloaded-variables): New.
16279 (elint-unknown-builtin-args): Remove all members, since they can be
16280 parsed automatically now.
16281 (elint-extra-errors): New.
16282 (elint-env-add-env, elint-env-add-macro): Use cadr.
16283 (elint-current-buffer): Use or. Change final message.
16284 (elint-get-top-forms): Use line-end-position.
16285 (elint-init-env): Use cadr. Handle autoload, declare-function,
16286 and defalias.
16287 (elint-add-required-env): Doc fix. Use or. Standardize error.
16288 (regexp-assoc): Remove unused function.
16289 (elint-top-form): Set elint-current-pos, to record the start of the
16290 top-level form, for compilation-mode.
16291 (elint-form): Trap errors in macro expansion. Use dolist.
16292 (elint-unbound-variable): Use elint-builtin-variables and
16293 elint-autoloaded-variables.
16294 (elint-get-args): Use cadr, or.
16295 (elint-check-cond-form): Use dolist, cadr.
16296 (elint-check-condition-case-form): Doc fix. Use cadr.
16297 Use elint-extra-errors.
16298 (elint-log): New function.
16299 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16300 Distinguish errors and warnings.
16301 (elint-log-message): Use with-current-buffer. Inhibit read-only.
16302 Use a bytecomp-style format.
16303 (elint-clear-log): Preserve default-directory. Inhibit read-only.
16304 (elint-get-log-buffer): Use compilation mode. Disable undo.
16305 Don't truncate lines.
16306 (elint-initialize): Set builtin and autoloaded variable lists.
16307 Only process elint-unknown-builtin-args if non-nil.
16308 (elint-find-builtin-variables, elint-find-autoloaded-variables):
16309 New functions.
16310 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
16311
16312 2009-07-22 Kevin Ryde <user42@zip.com.au>
16313
16314 * net/newst-backend.el (newsticker--parse-atom-1.0)
16315 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16316 (newsticker--parse-rss-1.0):
16317 * progmodes/idlwave.el (idlwave-mode):
16318 * progmodes/idlw-shell.el (idlwave-shell-mode):
16319 * progmodes/vera-mode.el (vera-mode):
16320 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16321 * progmodes/vhdl-mode.el (vhdl-mode):
16322 * textmodes/table.el (table-generate-source)
16323 (table--warn-incompatibility):
16324 Hyperlink urls in docstrings with URL `...'.
16325
16326 2009-07-22 Glenn Morris <rgm@gnu.org>
16327
16328 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16329 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16330 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16331 Remove leading * from defcustom docs.
16332
16333 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
16334
16335 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16336 defcustom doc.
16337 (list-load-path-shadows): Optionally, just return shadows as a string.
16338
16339 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16340
16341 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
16342
16343 * mail/rmailedit.el (rmail-edit-mode): Use
16344 auto-save-include-big-deletions.
16345
16346 * mail/rmail.el (rmail-variables): Use
16347 auto-save-include-big-deletions.
16348
16349 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16350 changes.
16351
16352 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
16353
16354 * calc/calc.el (calc-undo-length): New variable.
16355 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16356
16357 2009-07-21 Richard Stallman <rms@gnu.org>
16358
16359 * files.el (auto-save-mode): Handle buffer-save-size = -2
16360 for toggling mode.
16361
16362 2009-07-21 Glenn Morris <rgm@gnu.org>
16363
16364 * textmodes/ispell.el (ispell-looking-back): Update declaration.
16365
16366 * calendar/todo-mode.el (calendar-current-date): Update declaration.
16367
16368 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16369 silence compiler. Instead...
16370 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16371 (ps-print-ensure-fontified): Update for above function name changes.
16372
16373 * printing.el (pr-mh-get-msg-num, pr-mh-show)
16374 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16375 silence compiler. Instead...
16376 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16377 (mh-show-buffer): Only define for compiler.
16378 (pr-mh-current-message): Update for above function name changes.
16379
16380 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16381 as an argument.
16382 (find-file-noselect, insert-file-1): Update for above change.
16383
16384 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16385
16386 * mail/mailclient.el (mailclient-send-it): Fix message.
16387
16388 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16389 (edebug-eval): Check cl-debug-env is bound.
16390 (print-level, print-circle): Don't redefine built-in variables.
16391
16392 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16393 (custom-print-vectors): Remove old comments from doc.
16394
16395 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16396 (emerge-version): Make the variable an obsolete alias for the
16397 emacs-version variable. Make the function obsolete.
16398 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16399 Emerge options, rather than merging in into the main Options menu.
16400 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16401 and auto advance modes. Disable edit/fast items when not relevant.
16402
16403 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16404
16405 * term/vt420.el (terminal-init-vt420): Fix typo.
16406
16407 2009-07-20 Sam Steingold <sds@gnu.org>
16408
16409 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16410 variable (removed from compile.el on 2004-03-11).
16411
16412 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
16413
16414 * files.el (hack-local-variables-filter): Fix last change.
16415
16416 2009-07-19 Juri Linkov <juri@jurta.org>
16417
16418 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16419 (dir-local-variables-alist): New buffer-local variable.
16420 (hack-local-variables-filter): If variable is not dir-local,
16421 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16422 because file-local overrides dir-local.
16423 (c-postprocess-file-styles) <declare-function>:
16424 Remove obsolete declaration.
16425 (hack-dir-local-variables): Add dir-local variable/value pair to
16426 `dir-local-variables-alist' and remove duplicates. Doc fix.
16427
16428 * help-fns.el (describe-variable): Add information about
16429 file-local and dir-local variables.
16430
16431 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
16432
16433 * files.el (hack-local-variables-filter): Rewrite.
16434
16435 2009-07-19 Glenn Morris <rgm@gnu.org>
16436
16437 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16438 Silence compiler by only defining on XEmacs.
16439
16440 * international/mule.el (auto-coding-regexp-alist): Only match
16441 BABYL... at the start of buffer, not of lines. (Bug#3790)
16442
16443 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16444 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16445 (cal-menu-context-mouse-menu): Doc fix.
16446
16447 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16448
16449 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16450
16451 2009-07-18 Juri Linkov <juri@jurta.org>
16452
16453 * info.el: Virtual Info keyword finder.
16454 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16455 (Info-finder-file): New variable.
16456 (Info-finder-find-file): New function.
16457 (finder-known-keywords, finder-package-info)
16458 (find-library-name, lm-commentary): Use defvar and
16459 declare-function to silence compiler warnings.
16460 (Info-finder-find-node): New function.
16461 (info-finder): New command.
16462
16463 * subr.el (process-kill-buffer-query-function): New function.
16464 (add-hook)<kill-buffer-query-functions>: Add hook
16465 `process-kill-buffer-query-function'.
16466
16467 2009-07-18 Alan Mackenzie <acm@muc.de>
16468
16469 * progmodes/cc-mode.el (c-before-hack-hook)
16470 (c-postprocess-file-styles): Give invocation of `c-set-style'
16471 DONT-OVERRIDE parameter of t. Already set style variables will
16472 thus not be overridden by style settings given by `c-file-syle'.
16473
16474 * files.el (hack-local-variables-filter): Remove entries with
16475 duplicate keys from `file-local-variables-alist'.
16476
16477 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16478
16479 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16480 x-set-selection if display-selections-p returns nil for the
16481 current frame.
16482
16483 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
16484
16485 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16486
16487 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16488
16489 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16490 Accept nil in addition to a regexp.
16491 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16492 Accept nil in addition to a regexp.
16493 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16494 buffers that have an associated file. Handle nil values of
16495 desktop-buffers-not-to-save and desktop-files-not-to-save.
16496 (Bug#3833)
16497
16498 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16499 (x-disown-selection-internal): New functions.
16500
16501 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
16502
16503 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16504 warning.
16505 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16506 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16507
16508 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
16509
16510 * simple.el (set-mark): Revert last change.
16511
16512 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16513
16514 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16515 rendering of pngs is not possible instead of messaging a long
16516 description.
16517
16518 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
16519
16520 * w32-fns.el (x-selection-owner-p): New function.
16521
16522 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16523 (mouse-yank-at-click, mouse-yank-primary): If
16524 select-active-regions is non-nil, deactivate the mark before
16525 insertion.
16526
16527 * simple.el (deactivate-mark, set-mark): Only save selection if we
16528 own it.
16529
16530 2009-07-17 Kenichi Handa <handa@m17n.org>
16531
16532 * case-table.el (describe-buffer-case-table): Fix for the case
16533 that KEY is a cons.
16534
16535 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16536
16537 * vc-rcs.el (vc-rcs-find-file-hook):
16538 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16539
16540 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
16541
16542 * net/tramp.el (tramp-wait-for-output): Handle the case when
16543 commands do not return a newline but a null byte before the shell
16544 prompt. (Bug#3858)
16545
16546 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16547
16548 * term/ns-win.el (ns-set-alpha): Don't declare.
16549 (ns-set-background-alpha): Remove function.
16550
16551 2009-07-16 Kevin Ryde <user42@zip.com.au>
16552
16553 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16554 y-or-n-p, for safety.
16555
16556 2009-07-16 Richard Stallman <rms@gnu.org>
16557
16558 * files.el (auto-save-mode): If buffer-saved-size is -2,
16559 don't clobber it.
16560
16561 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16562 (rmail-retry-ignored-headers): Add more uninteresting fields.
16563
16564 2009-07-15 Jari Aalto <jari.aalto@cante.net>
16565
16566 * net/rcirc.el (rcirc): Use history variables.
16567 (rcirc-server-name-history, rcirc-nick-name-history)
16568 (rcirc-server-port-history): New variables.
16569
16570 2009-07-15 Kenichi Handa <handa@m17n.org>
16571
16572 * international/mule-cmds.el (set-language-environment-charset):
16573 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16574 ignore them.
16575
16576 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16577 Delete unibyte-display.
16578
16579 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16580
16581 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16582
16583 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16584
16585 * simple.el (deactivate-mark): Optional argument FORCE.
16586 (set-mark): Use deactivate-mark.
16587
16588 * info.el (Info-search): No need to check transient-mark-mode
16589 before calling deactivate-mark.
16590
16591 * select.el (x-set-selection): Doc fix.
16592 (x-valid-simple-selection-p): Allow buffer values.
16593 (xselect--selection-bounds): Handle buffer values. Suggested by
16594 David De La Harpe Golden.
16595
16596 * mouse.el (mouse-set-region, mouse-drag-track): Call
16597 copy-region-as-kill before setting the mark, to let
16598 select-active-regions work.
16599
16600 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
16601
16602 * simple.el (deactivate-mark): If select-active-regions is
16603 non-nil, copy the selection data into a string.
16604 (activate-mark): If select-active-regions is non-nil, set the
16605 selection to the current buffer.
16606 (set-mark): Update selection if select-active-regions is non-nil.
16607
16608 * select.el (x-valid-simple-selection-p): Allow buffer values.
16609
16610 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16611
16612 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16613 and more featureful message-mode.
16614
16615 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
16616
16617 * select.el (x-set-selection): Doc fix.
16618 (x-valid-simple-selection-p): Disallow selection data consisting
16619 of a list or cons of integers, since that is not used.
16620 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16621 (xselect-convert-to-string, xselect-convert-to-length)
16622 (xselect-convert-to-filename, xselect-convert-to-charpos)
16623 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16624
16625 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16626
16627 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16628 output in -break-info command (Emacs bug #3794).
16629
16630 2009-07-14 Glenn Morris <rgm@gnu.org>
16631
16632 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16633 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16634 (edebug-print-length, edebug-print-level, edebug-print-circle)
16635 (edebug-sit-for-seconds, edebug-view-outside)
16636 (edebug-bounce-point, edebug-set-global-break-condition)
16637 (edebug-Go-nonstop-mode, edebug-trace-mode)
16638 (edebug-Trace-fast-mode, edebug-continue-mode)
16639 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16640 (edebug-visit-eval-list): Doc fixes.
16641
16642 * subr.el (def-edebug-spec): Doc fix.
16643
16644 2009-07-14 Kenichi Handa <handa@m17n.org>
16645
16646 * international/characters.el: Fix setting of category ?C.
16647
16648 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16649
16650 * term/ns-win.el (x-select-font): defalias x-select-font to
16651 ns-popup-font-panel instead of generate-fontset-menu.
16652
16653 2009-07-12 Eli Zaretskii <eliz@gnu.org>
16654
16655 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
16656
16657 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16658
16659 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16660 the PK\003\004 header (Bug#3770).
16661
16662 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16663
16664 * pcomplete.el (pcomplete-comint-setup): Check for
16665 shell-dynamic-complete-filename too.
16666
16667 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
16668
16669 * simple.el (temporary-goal-column): Change the value for
16670 line-move-visual to a cons cell.
16671 (line-move-visual): Record or set the window hscroll, if
16672 necessary (Bug#3494).
16673 (line-move-1): Handle cons value of temporary-goal-column.
16674
16675 2009-07-11 Kenichi Handa <handa@m17n.org>
16676
16677 * international/mule-diag.el (describe-character-set): Don't show
16678 width.
16679
16680 2009-07-10 Sam Steingold <sds@gnu.org>
16681
16682 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16683 Omake sometimes indents the errors it prints, so allow all
16684 regexps to start with spaces.
16685
16686 2009-07-10 Eli Zaretskii <eliz@gnu.org>
16687
16688 * cus-edit.el (customize-changed-options-previous-release):
16689 Bump value to 22.1. (Bug#3804)
16690
16691 2009-07-08 Sam Steingold <sds@gnu.org>
16692
16693 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16694 to be a cons cell (test . ignored-directory) to selectively ignore
16695 some directories depending on the location of the search.
16696
16697 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
16698
16699 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16700 remote user is root, on the local host.
16701 (tramp-local-host-p): Either the local user or the remote user
16702 must be root. (Bug#3771)
16703
16704 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16705
16706 * progmodes/gdb-mi.el (gdb): Remove description of
16707 gdb-use-separate-io-buffer.
16708 (menu): Don't allow toggling of or enable
16709 gdb-use-separate-io-buffer from menubar.
16710
16711 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16712
16713 * mail/unrmail.el (unrmail): Make sure the message ends with two
16714 newlines (Bug#3769).
16715
16716 2009-07-08 Glenn Morris <rgm@gnu.org>
16717
16718 * calendar/calendar.el (calendar-current-date): Rework previous change.
16719
16720 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16721
16722 * calendar/calendar.el (calendar-current-date):
16723 Add an optional argument giving an offset from today.
16724
16725 2009-07-08 Glenn Morris <rgm@gnu.org>
16726
16727 * tutorial.el (tutorial--describe-nonstandard-key):
16728 Adjust the message for when a key has been unbound.
16729 (help-with-tutorial): Hide the arch-tag.
16730
16731 2009-07-08 Kenichi Handa <handa@m17n.org>
16732
16733 * international/fontset.el (setup-default-fontset): For each
16734 script, append (not set) font-specs.
16735
16736 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16737 docstring.
16738
16739 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16740
16741 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16742 -data-list-register-names to ...
16743 (gdb-starting): ... here because GDB 7.0 requires execution to
16744 have started when using this MI command.
16745 (gdb-set-header): New function to distinguish select and
16746 unselected tabs in gdb buffers.
16747 (gdb-propertize-header): New macro that uses gdb-set-header.
16748 (gdb-breakpoints-header, gdb-locals-header): Use it.
16749 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16750
16751 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
16752
16753 * Makefile.in (ELCFILES): Remove fadr.elc.
16754
16755 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
16756
16757 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16758 may contain frame information, so `string-match' should be used.
16759 (gdb-update): Disassembly is invalidated through
16760 `gdb-get-selected-frame'.
16761 (gdb-pad-string): New function to pad string with spaces.
16762 (gdb-invalidate-disassembly): Invalidate only if the buffer
16763 exists.
16764 (gdb-disassembly-handler-custom): Column alignment.
16765 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16766 placing new ones.
16767 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16768 end of line, too.
16769 (gdb-frame-handler): Match convention to for disassembly buffer
16770 mode name.
16771 (gdb-stack-list-frames-handler): Rewritten without regexps.
16772 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16773 not highlight breakpoints without line information.
16774 (gdb-input): Add trailing newline to command.
16775
16776 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16777 buffer properly.
16778 (gdb-breakpoints-list-handler-custom): Replacement for
16779 `gdb-break-list-handler'. Using real parser instead of regexps
16780 now.
16781 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16782 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16783 to place breakpoints.
16784 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16785 functions.
16786 (gdb-disassembly-handler-custom): Show overlay arrow.
16787 (gdb-disassembly-place-breakpoints): Show breakpoints in
16788 disassembly buffer.
16789 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16790 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16791 instead of parsing breakpoints buffer. Fixed old menu references
16792 in `gud-menu-map'.
16793
16794 * fadr.el: Remove.
16795
16796 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16797 (gdb-memory-address): New variable which holds top address of
16798 memory page shown in memory buffer.
16799 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16800 customization variables.
16801 New functions:
16802 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16803 display the memory buffer.
16804 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16805 buffer display parameters.
16806 (def-gdb-memory-format, gdb-memory-format-binary)
16807 (gdb-memory-format-octal, gdb-memory-format-unsigned)
16808 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16809 Functions for setting memory buffer format.
16810 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16811 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16812 unit size used in memory buffer.
16813 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16814 to next/previous page of memory buffer.
16815 Now using (bindat-get-field) instead of fadr functions.
16816
16817 2009-07-07 Sam Steingold <sds@gnu.org>
16818
16819 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16820 non-top-level files.
16821
16822 2009-07-07 Kenichi Handa <handa@m17n.org>
16823
16824 * international/mule-cmds.el (reset-language-environment): Put
16825 the highset priority to the charset iso-8859-1.
16826
16827 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16828
16829 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16830 to the end of the line when locating the block (Bug#700).
16831
16832 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
16833
16834 * net/tramp.el (tramp-handle-write-region): Flush file properties
16835 in case of short track.
16836
16837 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
16838
16839 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16840 Coded custom representation of verilog error regular expressions
16841 to work with Emacs-22's new format.
16842 (verilog-error-regexp-xemacs-alist): Coded custom representation
16843 of verilog error regular expressions to work with XEmacs format.
16844 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16845 error recognition into XEmacs.
16846 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16847 error recognition into Emacs-22.
16848
16849 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16850
16851 * woman.el: Remove stand-alone closing parentheses.
16852 (woman-file-name, woman2-format-paragraphs)
16853 (woman-leave-blank-lines): Code cleanup.
16854 (woman-use-own-frame): Change default to nil.
16855 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16856 defaults to inherit from default faces.
16857 (woman2-process-escapes): Consume the newline after a stand-alone
16858 filler character (Bug#3651).
16859
16860 2009-07-06 Glenn Morris <rgm@gnu.org>
16861
16862 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16863 (top-level): Move provide to the end.
16864 (ffap): Remove defunct URL from custom group.
16865
16866 * subr.el (eval-after-load): Doc fix.
16867
16868 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
16869
16870 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16871 `calc-embedded-word' is called twice.
16872
16873 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16874
16875 * files.el (find-alternate-file-other-window, find-alternate-file):
16876 Obey confirm-nonexistent-file-or-buffer.
16877
16878 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
16879
16880 * dired-aux.el (dired-show-file-type): Handle remote files.
16881
16882 2009-07-05 Jari Aalto <jari.aalto@cante.net>
16883
16884 * desktop.el (desktop-globals-to-save):
16885 Add file-name-history (Bug#2750).
16886
16887 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
16888
16889 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16890
16891 2009-07-04 Johan Bockgård <bojohan@gnu.org>
16892
16893 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16894 property on entire argument since this is what eshell-lisp-command
16895 expects.
16896
16897 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
16898
16899 * net/tramp-gvfs.el (tramp-gvfs-methods)
16900 (tramp-gvfs-zeroconf-domain)
16901 (tramp-bluez-discover-devices-timeout): Add version flag.
16902 (tramp-gvfs-handler-mounted-unmounted)
16903 (tramp-gvfs-connection-mounted-p): Polish handling of
16904 incompatibilities between GVFS 0.2 and 1.0.
16905
16906 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16907
16908 * cus-start.el (all): Add make-pointer-invisible.
16909
16910 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16911
16912 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16913 formatted correctly.
16914
16915 2009-07-02 Juri Linkov <juri@jurta.org>
16916
16917 * info.el: Virtual Info files and nodes.
16918 (Info-virtual-files, Info-virtual-nodes): New variables.
16919 (Info-current-node-virtual): New variable.
16920 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16921 New functions.
16922 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16923 to check for a virtual file instead of checking a fixed list
16924 of node names.
16925 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16926 instead of ad-hoc processing of "dir" and (apropos history toc).
16927 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16928 instead of ad-hoc processing of "dir" and (apropos history toc).
16929 Reread a file when moving from a virtual node.
16930 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16931 (Info-directory-toc-nodes, Info-directory-find-file)
16932 (Info-directory-find-node): New functions.
16933 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16934 (Info-history): Move part of code to
16935 `Info-history-find-node'.
16936 (Info-history-toc-nodes, Info-history-find-file)
16937 (Info-history-find-node): New functions.
16938 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16939 (Info-toc): Move part of code to `Info-toc-find-node'.
16940 (Info-toc-find-node): New function.
16941 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
16942 the current Info file name to references because now the node
16943 "*TOC*" belongs to the same Info manual.
16944 (Info-toc-build): Rename from `Info-build-toc'.
16945 (Info-toc-nodes): Rename input argument `file' to `filename'.
16946 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16947 instead of ad-hoc processing of ("dir" apropos history toc).
16948 (Info-index-nodes): Use Info-virtual-file-p
16949 to check for a virtual file instead of checking a fixed list
16950 of node names.
16951 (Info-index-node): Add check for `Info-current-node-virtual'.
16952 Raise `save-match-data' higher up the tree to contain
16953 `search-forward' too (bug fix).
16954 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16955 (Info-virtual-index-nodes): New variable.
16956 (Info-virtual-index-find-node, Info-virtual-index): New functions.
16957 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16958 (Info-apropos-file, Info-apropos-nodes): New variables.
16959 (Info-apropos-toc-nodes, Info-apropos-find-file)
16960 (Info-apropos-find-node, Info-apropos-matches): New functions.
16961 (info-apropos): Move part of code to `Info-apropos-find-node' and
16962 `Info-apropos-matches'.
16963 (Info-mode-map): Bind "I" to `Info-virtual-index'.
16964 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16965 for a virtual file instead of checking a fixed list of node names.
16966
16967 * simple.el (async-shell-command): New command.
16968
16969 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16970
16971 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16972 instead of `mount-info'.
16973
16974 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
16975
16976 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16977 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16978
16979 2009-07-02 Kenichi Handa <handa@m17n.org>
16980
16981 * international/mule.el (set-keyboard-coding-system): Force *-unix
16982 coding-system to avoid eol conversion.
16983
16984 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
16985
16986 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16987 Add handler for `process-file', `shell-command' and
16988 `start-file-process'.
16989 (tramp-gvfs-handle-shell-command)
16990 (tramp-gvfs-handle-start-file-process)
16991 (tramp-gvfs-handle-process-file): New defuns.
16992 (tramp-synce-list-devices): Simplify check for existence of property.
16993
16994 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
16995
16996 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
16997
16998 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
16999
17000 * language/korean.el (set-language-info-alist): Add korean-cp949,
17001 cp949 to spec.
17002
17003 2009-07-01 Kenichi Handa <handa@m17n.org>
17004
17005 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17006
17007 * international/encoded-kb.el: Deleted.
17008
17009 * international/mule.el (set-keyboard-coding-system): Perform the
17010 necessary setup here instead of calling encoded-kbd-setup-display.
17011
17012 2009-07-01 Glenn Morris <rgm@gnu.org>
17013
17014 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17015
17016 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
17017
17018 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
17019
17020 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
17021
17022 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17023 Handle also the 'rename case, when setting file modes. (Bug#3712)
17024 (tramp-default-file-modes): Remove execute permissions.
17025
17026 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
17027 (top): Add a default for "synce" in `tramp-default-user-alist'.
17028 Add completion function for "synce" method.
17029 (tramp-hal-service, tramp-hal-path-manager)
17030 (tramp-hal-interface-manager, tramp-hal-interface-device):
17031 New defconst.
17032 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17033 (tramp-synce-list-devices, tramp-synce-parse-device-names):
17034 New defuns.
17035
17036 * net/trampver.el: Update release number.
17037
17038 2009-06-30 Kenichi Handa <handa@m17n.org>
17039
17040 * international/fontset.el (setup-default-fontset): Add CJK fonts
17041 for symbols and the other miscellaneous characters.
17042
17043 * language/korea-util.el (setup-korean-environment-internal):
17044 Make char-width-table suitable for Korean environments.
17045 (exit-korean-environment): Cancel above.
17046
17047 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17048 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
17049 setup-function to make char-width-table suitable for respective
17050 environments, and an exit-function to cancel that.
17051
17052 * language/japan-util.el (setup-japanese-environment-internal):
17053 Call use-cjk-char-width-table with arg `ja_JP'.
17054
17055 * international/characters.el (cjk-char-width-table): Delete it.
17056 (cjk-char-width-table-list): New variable.
17057 (use-cjk-char-width-table): New arg local-name.
17058 (use-default-char-width-table): Fix for the case that Emacs is
17059 already using the default char-width-table.
17060
17061 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
17062
17063 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17064 modes mandatory. (Bug#3712)
17065
17066 2009-06-29 Alan Mackenzie <acm@muc.de>
17067
17068 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
17069 correction between the visible width of TABs and their number of bytes.
17070
17071 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
17072
17073 * server.el (server-buffer-done): Prevent kill-buffer from
17074 prompting by clearing the buffer modification flag (Bug#3696).
17075
17076 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
17077
17078 * progmodes/verilog-mode.el (verilog-beg-of-statement)
17079 (verilog-endcomment-reason-re): Support unique case and priority case.
17080 (verilog-basic-complete-re): Support localparam lineup.
17081 (verilog-beg-of-statement-1): Fix for robustness, unique case.
17082 (verilog-set-auto-endcomments): Fix for unique case, always_comb
17083 commenting.
17084 (verilog-leap-to-case-head): Now support *nested* unique &
17085 priority case statements.
17086 (verilog-auto-lineup): Make just declarations the default (as it
17087 had been).
17088 (verilog-leap-to-case-head): Support priority/unique case statements.
17089 (verilog-auto-lineup): Rework to give users radio buttons to
17090 select the various styles of automatic lineup.
17091 (verilog-error-regexp-alist): Rework to support the XEmacs style
17092 of error regular expressions from compilers, lint tools &
17093 simulators. Note that GNU Emacs has made it impossible for a mode
17094 to load such things.
17095 (electric-verilog-terminate-line, verilog-indent-declaration)
17096 (verilog-auto-wiure): Rework for radio button selection of
17097 auto-lineup selection of specification of auto lineup.
17098 (verilog-beg-of-statement-1): Redesign to support proper operation
17099 in additional code, based on testing with auto-lineup.
17100 (verilog-calculate-indent, assignments & declarations)
17101 (verilog-backward-token): Enhance to support auto-lineup of
17102 assignments & declarations.
17103 (verilog-in-directive-p, verilog-at-struct-p): New function for
17104 easy test of whether we are.
17105 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17106 to support safe execution at almost anyline.
17107 (verilog-calc-1): Properly support indenting deep inside generate
17108 blocks.
17109 (verilog-init-font): Remove definition & use of verilog-init-font,
17110 as it is redundant with font-lock-defaults.
17111 (verilog-mode): Alter the definition of verilog-font-lock-defaults
17112 to avoid circular calls if syntax-ppss is a function (as is the
17113 case now in 22.x GNU Emacs) as that function would sometimes call
17114 itself, leading to (nearly) infinite recursion.
17115 (verilog-ovm-begin-re, verilog-ovm-end-re)
17116 (verilog-ovm-statement-re, verilog-leap-to-head)
17117 (verilog-backward-token): Add support for OVM macros. Some are
17118 complete statements, and others open and close scopes like begin
17119 and end.
17120 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17121 (verilog-defun-level-generate-only-re): Really fix the defun-list
17122 compilation issue.
17123 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
17124 coverpoint, constraint and cross statements.
17125 (verilog-defun-level-list, verilog-generate-defun-level-list)
17126 (verilog-all-defun-level-list): Redo these specifications - it is
17127 too hard to support eval-when compile aggregation of lists also
17128 built at when-compile time.
17129 (verilog-defun-level-list): Place defconsts of variables used in
17130 building regular expressions which are built in eval-when-compile
17131 bodies in the same eval-when-compile body to facilitate compile
17132 without load.
17133 (verilog-beg-block-re-ordered): Support indenting
17134 virtual/protected tasks and functions.
17135 (verilog-defun-level-list, verilog-in-generate-region-p)
17136 (verilog-backward-ws&directives, verilog-calc-1): Speed up
17137 indentation of some module items (generate items).
17138 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17139 across virtual/protected tasks and functions.
17140
17141 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
17142
17143 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
17144 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
17145 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17146 in concatenations. Reported by Yishay Belkind.
17147 (verilog-auto-ascii-enum): Support one-hot state machines in
17148 AUTOASCIIENUM. Suggested by Lloyd Gomez.
17149 (verilog-auto-inst, verilog-auto-inst-port): Include interface
17150 modport in AUTOINST and add vl-modport for users. Reported by
17151 David Rogoff.
17152 (verilog-auto-inout-module, verilog-auto-inst)
17153 (verilog-decls-get-interfaces, verilog-insert-definition)
17154 (verilog-insert-one-definition, verilog-read-decls)
17155 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17156 (verilog-sig-modport, verilog-signals-combine-bus)
17157 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17158 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17159 Suggested by David Rogoff.
17160 (verilog-repair-open-comma): Fix non-insertion of comma when
17161 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
17162 (verilog-make-width-expression): Simplify [A-1:0] expression
17163 widths to just {A{1'b0}}.
17164 (verilog-mode): Cleanup checkdoc warnings.
17165 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17166 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
17167 inputs/outputs or data type. Suggested by Vasu Kandadi.
17168 (next-error-last-buffer): Fix byte-compiler warning.
17169 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17170 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
17171 or shell command text during AUTO expansion. Suggested by Tad Truex.
17172 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
17173 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17174 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
17175 in AUTOINOUT. Reported by Matthew Lovell.
17176 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17177 causing use of <= assignments. Reported by Alex Reed.
17178 (verilog-read-decls): Fix triand, trior, wand, wor to be
17179 recognized by AUTOWIRE. Reported by Spencer Isaacson.
17180 (verilog-extended-complete-re): Support import "DPI-C" functions.
17181 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17182 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
17183 (verilog-insert-date, verilog-insert-year)
17184 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17185 Windows systems. Reported by Michael Potts.
17186 (verilog-read-module-name): Fix AUTOINST when the child module
17187 declaration's name is a tick define. Reported by Elliot Mednick.
17188 (verilog-read-decls): Fix V2K parameter bit subscripts getting
17189 passed to next parameter's definition. Reported by Bruce T.
17190 (verilog-read-decls): Fix detecting "parameter int" when using
17191 AUTOINSTPARAM. Reported by Bruce T.
17192 (verilog-goto-defun): Fix goto not finding modules unless first
17193 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
17194 (verilog-mode): Expand -f flag arguments on entry to mode so
17195 verilog-goto-defun will work. Reported by Lawrence Butcher.
17196 (verilog-getopt): Expand environment variables in -f file
17197 arguments. Suggested by Lawrence Butcher.
17198 (verilog-set-define): Fix "Symbol's value as variable is void"
17199 when reading enumerations.
17200 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17201 Suggested by Stephen Peltan.
17202 (verilog-read-defines): Fix reading of enumerations in include
17203 files. Reported by Steve Peltan.
17204
17205 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
17206
17207 * files.el (trash-directory): Fix defcustom type.
17208
17209 2009-06-28 Juri Linkov <juri@jurta.org>
17210
17211 * help-fns.el (describe-function-1): Correctly locate adviced
17212 functions in hyperlink (Bug#2438).
17213
17214 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
17215
17216 * files.el (trash-directory): Change default to nil.
17217 (move-file-to-trash): If trash-directory is nil and
17218 system-move-file-to-trash is unbound, perform freedesktop-style
17219 trashing.
17220
17221 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
17222
17223 * files.el (move-file-to-trash): Add freedesktop trash
17224 support (Bug#973).
17225
17226 2009-06-28 Glenn Morris <rgm@gnu.org>
17227
17228 * autorevert.el (global-auto-revert-non-file-buffers)
17229 (global-auto-revert-mode): Doc fixes.
17230
17231 2009-06-27 Johan Bockgård <bojohan@gnu.org>
17232
17233 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17234
17235 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
17236
17237 * faces.el (x-handle-named-frame-geometry): Ensure that we have
17238 opened an X connection before calling x-get-resource (Bug#3194).
17239
17240 * play/doctor.el: Remove reference to obsolete website.
17241 (make-doctor-variables): Correct grammar mistake (Bug#2633).
17242
17243 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
17244
17245 Remove find-file-not-found-hook VC method. (Bug#2757)
17246 * vc-hooks.el (vc-file-not-found-hook)
17247 (vc-default-find-file-not-found-hook): Remove functions.
17248 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17249 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17250 * vc.el:
17251 * vc-hg.el:
17252 * vc-git.el: Do not mention find-file-not-found-hook VC method.
17253
17254 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
17255
17256 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17257 compatibility function for `looking-back'.
17258
17259 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17260 Use `ispell-looking-back'.
17261
17262 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
17263
17264 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17265 rather than `filename'.
17266
17267 2009-06-23 Miles Bader <miles@gnu.org>
17268
17269 * face-remap.el (text-scale-set): New function.
17270
17271 2009-06-23 Glenn Morris <rgm@gnu.org>
17272
17273 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17274
17275 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17276
17277 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17278
17279 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17280
17281 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17282 Simplify Persian conditionals.
17283
17284 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17285 variable `filename'.
17286
17287 * comint.el (comint-insert-input): Doc fix.
17288
17289 * Makefile.in (ELCFILES): Fix typo in previous change.
17290
17291 2009-06-23 Miles Bader <miles@gnu.org>
17292
17293 * cus-start.el: Add entry for `recenter-redisplay'.
17294
17295 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17296
17297 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17298 Add an optional argument for the backend, use it instead of
17299 calling vc-backend.
17300 (vc-mode-line): Add an optional argument for the backend.
17301 Pass the backend to vc-state and vc-working-revision. Move code for
17302 special handling for vc-state being a buffer to ...
17303
17304 * vc-rcs.el (vc-rcs-find-file-hook):
17305 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
17306
17307 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17308 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17309 vc-stay-local-p and vc-mode-line calls.
17310
17311 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17312 (vc-cvs-diff, vc-cvs-annotate-command)
17313 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17314 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17315 vc-mode-line calls.
17316
17317 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17318 direct comparison.
17319 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17320 backend when calling vc-mode-line.
17321 (vc-register): Do not create a closure for calling the vc register
17322 function, call it directly.
17323
17324 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17325
17326 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17327 to make it obvious item can be clicked.
17328
17329 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17330
17331 2009-06-23 Kenichi Handa <handa@m17n.org>
17332
17333 * language/korea-util.el (korean-key-bindings): Change the binding
17334 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
17335 same command.
17336
17337 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
17338
17339 Sync with Tramp 2.1.16.
17340
17341 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17342
17343 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
17344 when a loading of a package fails. Completion function for rsync
17345 is `tramp-completion-function-alist-ssh'.
17346 (all): Replace all calls of `split-string' and
17347 `tramp-split-string' by `tramp-compat-split-string'.
17348 (tramp-default-method): Use `tramp-compat-process-running-p'.
17349 (tramp-default-proxies-alist): Allow also Lisp forms.
17350 (tramp-remote-path): Add choice "Private Directories".
17351 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17352 (tramp-domain-regexp): Allow also "-", "_" and ".".
17353 (tramp-end-of-output): Remove newlines, and add "$" at the end.
17354 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17355 (tramp-debug-message): Insert header line in debug buffer.
17356 (tramp-handle-directory-files-and-attributes-with-stat):
17357 Care about filenames with spaces, or starting with "-".
17358 (tramp-handle-dired-uncache): New defun.
17359 (tramp-handle-insert-directory): Don't flush the directory from
17360 cache, this is handled by `dired-uncache' now.
17361 (tramp-handle-insert-file-contents): Improve error handling.
17362 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17363 Quote `tramp-end-of-output'.
17364 (tramp-action-password): Improve trace message.
17365 (tramp-check-for-regexp): Both echoes must be present, before removing.
17366 (tramp-open-connection-setup-interactive-shell): Trace coding system.
17367 (tramp-compute-multi-hops): Eval cons cells of
17368 `tramp-default-proxies-alist'.
17369 (tramp-maybe-open-connection): Use the same command pattern for
17370 first hop and further hops.
17371 (tramp-wait-for-output): Remove handling of newlines.
17372 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17373 (tramp-split-string): Remove function. It is handled in
17374 tramp-compat now.
17375
17376 * net/tramp-cmds.el (tramp-bug):
17377 Recommend `tramp-cleanup-all-connections' in the bug mail.
17378
17379 * net/tramp-compat.el (tramp-compat-split-string)
17380 (tramp-compat-process-running-p): New defuns.
17381
17382 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17383 for `dired-uncache'.
17384
17385 * net/tramp-gvfs.el: New package.
17386
17387 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17388 Add handler for `dired-uncache'.
17389 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17390
17391 * net/trampver.el: Update release number. Make version check fit
17392 for SXEmacs 22.
17393
17394 2009-06-22 Jim Meyering <meyering@redhat.com>
17395
17396 Automatically handle .xz suffix (XZ-compressed files), too.
17397 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17398 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17399
17400 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
17401 Nick Roberts <nickrob@snap.net.nz>
17402
17403 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17404 repository (http://sphinx.net.ru/hg/gdb-mi/).
17405
17406 2009-06-22 Glenn Morris <rgm@gnu.org>
17407
17408 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17409 `mode' and `eval' entries. (Bug#3430)
17410
17411 * Makefile.in (ELCFILES): Add fadr.elc.
17412
17413 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17414 differing behavior of \n and ^ in strings. (Bug#3385)
17415
17416 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17417
17418 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17419 property.
17420 (lisp-indent-function): Make it a defcustom.
17421
17422 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
17423
17424 * progmodes/gdb-ui.el: Replace with ...
17425 * progmodes/gdb-mi.el: ... this file.
17426 * progmodes/gud.el: Modify for gdb-mi.el.
17427
17428 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17429
17430 * fadr.el: New file.
17431
17432 See ChangeLog.14 for earlier changes.
17433
17434 ;; Local Variables:
17435 ;; coding: utf-8
17436 ;; End:
17437
17438 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
17439
17440 This file is part of GNU Emacs.
17441
17442 GNU Emacs is free software: you can redistribute it and/or modify
17443 it under the terms of the GNU General Public License as published by
17444 the Free Software Foundation, either version 3 of the License, or
17445 (at your option) any later version.
17446
17447 GNU Emacs is distributed in the hope that it will be useful,
17448 but WITHOUT ANY WARRANTY; without even the implied warranty of
17449 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17450 GNU General Public License for more details.
17451
17452 You should have received a copy of the GNU General Public License
17453 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.