]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
lisp/ChangeLog: Fix last log entry.
[gnu-emacs] / lisp / ChangeLog
1 2010-11-13 Eli Zaretskii <eliz@gnu.org>
2
3 * international/characters.el (glyphless-char-display-control):
4 Renamed from glyphless-char-control; all users changed. Doc fix.
5 Signal an error if display method is not one of the recognized
6 symbols.
7
8 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
9
10 * net/tramp-compat.el (tramp-compat-line-beginning-position)
11 (tramp-compat-line-end-position): Remove them.
12
13 * net/tramp.el (tramp-parse-rhosts-group)
14 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
15 (tramp-parse-hosts-group, tramp-parse-passwd-group)
16 (tramp-parse-netrc-group, tramp-parse-putty-group)
17 * net/tramp-cmds.el (tramp-append-tramp-buffers)
18 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
19 (tramp-sh-handle-file-selinux-context)
20 (tramp-sh-handle-file-name-all-completions)
21 (tramp-sh-handle-insert-directory)
22 (tramp-sh-handle-expand-file-name, tramp-find-executable)
23 (tramp-wait-for-output, tramp-send-command-and-read)
24 * net/tramp-smb.el (tramp-smb-read-file-entry)
25 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
26
27 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
28 `point-at-bol'.
29 (tramp-remote-coding-commands): Add an alternative using "base64
30 -d -i". This is needed for older base64 versions from GNU
31 coreutils. Reported by Klaus Reichl
32 <Klaus.Reichl@thalesgroup.com>.
33
34 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
35
36 * simple.el (count-words-region): New function.
37
38 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * shell.el (shell-dir-cookie-re): New custom variable.
41 (shell-dir-cookie-watcher): New function.
42
43 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
44 and compilation-mode (bug#7350).
45
46 * vc/smerge-mode.el (smerge-refine): Choose better default part to
47 highlight when one of them is empty.
48
49 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
50 trailing space.
51 (skeleton-newline): New function.
52 (skeleton-internal-1): Use it.
53
54 * simple.el (open-line): `newline' may strip trailing space.
55
56 2010-11-12 Kevin Ryde <user42@zip.com.au>
57
58 * international/mule-cmds.el (princ-list): Use mapc.
59
60 2010-11-12 Glenn Morris <rgm@gnu.org>
61
62 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
63 Use it to replace all instances of "*Compile-Log*"
64
65 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
68 indentation specs.
69
70 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * progmodes/modula2.el: Use SMIE and skeleton.
73 (m2-mode-syntax-table): (*..*) can be nested.
74 Add //...\n. Fix paren syntax.
75 (m2-mode-map): Remove LF and TAB bindings.
76 (m2-indent): Add safety property.
77 (m2-smie-grammar): New var.
78 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
79 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
80 (m2-mode): Use define-derived-mode.
81 (m2-newline, m2-tab): Remove.
82 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
83 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
84 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
85 (m2-import): Use define-skeleton.
86
87 2010-11-11 Glenn Morris <rgm@gnu.org>
88
89 * obsolete/lucid.el: Don't warn about any CL functions in this file.
90
91 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
92 (ls-lisp-verbosity): Add custom :set-after property.
93 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
94 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
95 (ls-lisp-insert-directory): Update caller.
96 (ls-lisp-set-options): New function.
97 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
98 Doc fix.
99
100 * play/landmark.el (lm-prompt-for-move):
101 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
102
103 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
104
105 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
106 (idlwave-study-twins): Prefix dynamic local variable `name'.
107 (idlwave-routine-twin-compare): Update for above change.
108
109 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
110 Prefix dynamic local variables `name', `kwd', and `link'.
111 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
112 * progmodes/idlw-complete-structtag.el
113 (idlwave-complete-structure-tag-help):
114 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
115 (idlwave-complete-sysvar-tag-help)
116 (idlwave-complete-class-structure-tag-help):
117 Update for above name changes.
118
119 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
120
121 * net/browse-url.el (browse-url-browser-function): Change the
122 default to use `browse-url-mail' on mailto: URLs.
123
124 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
125
126 * emacs-lisp/package.el (package-read-all-archive-contents):
127 Reset package-archive-contents to nil before re-reading.
128
129 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
130
131 * textmodes/flyspell.el (flyspell-word): Do not re-check words
132 already found as misspellings by (flyspell-large-region), just
133 do highlighting (bug#7322).
134
135 2010-11-10 Glenn Morris <rgm@gnu.org>
136
137 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
138
139 * emulation/edt.el (edt-with-position): New macro.
140 (edt-find-forward, edt-find-backward, edt-find-next-forward)
141 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
142 (edt-paragraph-forward, edt-paragraph-backward): Use it.
143
144 * emulation/tpu-extras.el (tpu-with-position): New macro.
145 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
146
147 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
148
149 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
150 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
151 (texinfo-master-menu, texinfo-insert-node-lines)
152 (texinfo-multiple-files-update):
153 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
154 Use line-beginning-position.
155
156 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
157 No recent Emacs supports system-type `emx'.
158
159 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
160 (ada-command-separator, ada-default-prj-properties)
161 (ada-find-any-references): Update for above name change.
162
163 * dirtrack.el (dirtrack-directory-function)
164 (dirtrack-canonicalize-function):
165 * filecache.el (file-cache-completion-ignore-case)
166 (file-cache-case-fold-search, file-cache-ignore-case):
167 * term.el (serial-port-is-file-p): Cosmetic change.
168
169 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
170 Remove non-existent `windows-95' system-type.
171 * dired.el (dired-chown-program): Remove non-existent `linux'
172 system-type.
173
174 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
175 (ping-program-options): Remove non-existent `linux' system-type.
176
177 * startup.el (package-initialize): Update declaration.
178
179 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
180 (ls-lisp-handle-switches): Use time-less-p.
181 (ls-lisp-format-time): Use float-time.
182
183 * textmodes/remember.el (remember-time-to-seconds): Remove.
184 (remember-store-in-mailbox): Use float-time.
185
186 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
187
188 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
189 never a real function.
190 (with-no-warnings): Remove compat stub, now unused.
191 (time-less-p): Doc fix.
192 (time-to-number-of-days): Simplify.
193
194 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
195 Remove.
196 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
197 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
198 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
199 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
200 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
201
202 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
203 (eshell-shuffle-files, eshell-shorthand-tar-command)
204 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
205 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
206 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
207 Prefix dynamic local variable `matches'.
208
209 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
210 Prefix dynamic local variable `skeleton'.
211
212 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
213
214 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
215 in mail buffer; make yank-action always a command that yanks original
216 buffer.
217
218 2010-11-09 Glenn Morris <rgm@gnu.org>
219
220 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
221
222 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
223
224 * minibuffer.el (minibuffer-completion-help): Specify the end of the
225 completion field (bug#7211).
226
227 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
228 Fix handling of backslash escapes.
229 (python-quote-syntax): Adjust accordingly.
230
231 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
232
233 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
234 (vc-mtn-workfile-branch): Adjust to new output format.
235
236 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
237
238 * international/mule-cmds.el (princ-list): Mark as obsolete.
239
240 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * emacs-lisp/smie.el: New package.
243
244 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
245
246 * files.el (backup-by-copying-when-mismatch):
247 Set `permanent-local' property.
248
249 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
250 `permanent-local' property for `backup-by-copying-when-mismatch'.
251
252 2010-11-09 Eli Zaretskii <eliz@gnu.org>
253
254 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
255
256 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
257
258 * progmodes/verilog-mode.el (verilog-insert-one-definition)
259 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
260 AUTOINOUT for SV style multidimensional arrays, bug294.
261 Reported by Eric Mastromarchi.
262 (verilog-preprocess): Use with-current-buffer and
263 font-lock-fontify-buffer to cleanup style issues.
264
265 2010-11-09 Glenn Morris <rgm@gnu.org>
266
267 * locate.el (locate, locate-mode): Doc fixes.
268
269 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
270
271 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
272 user for confirmation.
273 (server-force-stop): Use it.
274 (server-start): Use server-force-stop for kill-emacs-hook, to
275 avoid user interaction while killing Emacs.
276
277 2010-11-09 Glenn Morris <rgm@gnu.org>
278
279 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
280 (meta-indent-line): Simplify.
281
282 * vc/emerge.el (emerge-line-number-in-buf):
283 * textmodes/ispell.el (ispell-region):
284 * textmodes/fill.el (current-fill-column):
285 * progmodes/xscheme.el (xscheme-send-current-line):
286 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
287 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
288 * progmodes/sh-script.el (sh-handle-prev-do):
289 * progmodes/meta-mode.el (meta-indent-line):
290 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
291 (idlwave-in-quote):
292 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
293 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
294 * progmodes/fortran.el (fortran-looking-at-if-then):
295 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
296 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
297 (cperl-find-pods-heres):
298 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
299 * net/quickurl.el (quickurl-list-insert):
300 * net/ldap.el (ldap-search-internal):
301 * net/eudc.el (eudc-expand-inline):
302 * mail/sendmail.el (sendmail-send-it):
303 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
304 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
305 (viper-brac-function):
306 * calc/calc-yank.el (calc-do-grab-region):
307 * calc/calc-keypd.el (calc-keypad-press):
308 * term.el (term-move-columns, term-insert-spaces):
309 * speedbar.el (speedbar-highlight-one-tag-line):
310 * simple.el (current-word):
311 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
312 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
313 (Info-scroll-down):
314 * hippie-exp.el (he-line-beg):
315 * epa.el (epa--marked-keys):
316 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
317 (dired-update-file-line, dired-add-entry, dired-remove-entry)
318 (dired-relist-entry):
319 * buff-menu.el (Buffer-menu-buffer):
320 * array.el (current-line):
321 * allout.el (allout-resolve-xref)
322 (allout-latex-verbatim-quote-curr-line):
323 Replace yet more uses of end-of-line etc with line-end-position, etc.
324
325 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
328 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
329 (checkdoc-syntax-table): Initialize in the declaration.
330 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
331 the mode on unconditionally.
332
333 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
334 (extent-end-position, extent-start-position): Remove setf method for
335 non-existing functions (bug#7319).
336
337 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
340 (smie-precs->prec2): Rename from smie-precs-precedence-table.
341 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
342 (smie-prec2->grammar): Rename from smie-prec2-levels.
343 (smie-grammar): Rename from smie-op-levels.
344 (smie-indent--hanging-p): Rename from smie-hanging-p.
345 (smie-rule-hanging-p): New alias.
346 (smie-indent--bolp): Rename from smie-bolp.
347 (smie-indent--hanging-p): New alias.
348 (smie--token): New dynamically bound variable.
349 (smie-indent--parent): New function.
350 (smie-rule-parent-p): Use it; rename from smie-parent-p.
351 (smie-rule-next-p): Rename from smie-next-p.
352 (smie-rule-prev-p): Rename from smie-prev-p.
353 (smie-rule-sibling-p, smie-rule-parent)
354 (smie-indent--separator-outdent, smie-rule-separator): New functions.
355 (smie-rule-separator-outdent): New var.
356 (smie-indent--rule): Merge with smie-indent--column.
357 (smie-indent-forward-token, smie-indent-backward-token):
358 Also recognize close parens.
359 (smie-indent-keyword): Don't use smie-indent--column any more.
360 (smie-indent-after-keyword): Ignore closers by default.
361 (smie-indent-line): Use with-demoted-errors.
362 * progmodes/octave-mod.el (octave-smie-grammar):
363 Rename from octave-smie-op-levels.
364 (octave-smie-rules): Adjust to new behavior.
365 * progmodes/prolog.el (prolog-smie-grammar):
366 Rename from prolog-smie-op-levels.
367
368 2010-11-07 Glenn Morris <rgm@gnu.org>
369
370 * eshell/esh-util.el (subst-char-in-string)
371 (directory-files-and-attributes): These compatibility definitions are
372 not needed on any version of Emacs since at least 21.4.
373
374 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
375 (verilog-get-end-of-line): Remove.
376 (verilog-within-string, verilog-re-search-forward-substr)
377 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
378 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
379 Use point-at-bol, point-at-eol.
380 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
381 Remove.
382 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
383 (electric-pascal-terminate-line, pascal-set-auto-comments)
384 (pascal-indent-paramlist, pascal-indent-declaration)
385 (pascal-get-lineup-indent, pascal-func-completion)
386 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
387 Use point-at-bol, point-at-eol.
388 * progmodes/flymake.el (flymake-line-beginning-position)
389 (flymake-line-end-position): Remove.
390 (flymake-highlight-line): Use point-at-bol, point-at-eol.
391 * eshell/esh-util.el (line-end-position, line-beginning-position):
392 Remove compat definitions.
393
394 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
395 Use end-of-line N.
396 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
397 Use line-end-position.
398
399 * emacs-lisp/chart.el (chart-zap-chars):
400 * play/decipher.el (decipher-set-map):
401 * progmodes/ada-mode.el (ada-get-current-indent)
402 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
403 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
404 * progmodes/ada-xref.el (ada-initialize-runtime-library)
405 (ada-get-all-references):
406 * progmodes/cperl-mode.el (cperl-electric-paren)
407 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
408 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
409 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
410 (cperl-word-at-point-hard):
411 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
412 (idlwave-shell-filename-string, idlwave-shell-batch-command)
413 (idlwave-shell-display-line):
414 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
415 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
416 * progmodes/js.el (js--re-search-forward-inner)
417 (js--re-search-backward-inner):
418 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
419 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
420 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
421 * textmodes/flyspell.el (flyspell-process-localwords):
422 * textmodes/ispell.el (ispell-buffer-local-parsing)
423 (ispell-buffer-local-dict, ispell-buffer-local-words):
424 Use point-at-bol and point-at-eol.
425
426 * speedbar.el (speedbar-generic-item-info)
427 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
428 (speedbar-add-indicator, speedbar-check-vc-this-line)
429 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
430 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
431 Replace more uses of end-of-line etc with line-end-position.
432
433 2010-11-06 Glenn Morris <rgm@gnu.org>
434
435 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
436 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
437 (texinfo-delete-existing-pointers, texinfo-find-pointer)
438 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
439 (texinfo-multiple-files-update):
440 * textmodes/table.el (table--probe-cell-left-up)
441 (table--probe-cell-right-bottom):
442 * textmodes/picture.el (picture-tab-search):
443 * textmodes/page-ext.el (pages-copy-header-and-position)
444 (pages-directory-for-addresses):
445 * progmodes/vera-mode.el (vera-get-offset):
446 * progmodes/simula.el (simula-calculate-indent):
447 * progmodes/python.el (python-pdbtrack-overlay-arrow):
448 * progmodes/prolog.el (end-of-prolog-clause):
449 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
450 * progmodes/icon.el (indent-icon-exp):
451 * progmodes/etags.el (tag-re-match-p):
452 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
453 * progmodes/ebnf2ps.el (ebnf-begin-file):
454 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
455 (dcl-save-local-variable):
456 * play/life.el (life-setup):
457 * play/gametree.el (gametree-looking-at-ply):
458 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
459 * mail/sendmail.el (mail-mode-auto-fill):
460 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
461 * emacs-lisp/edebug.el (edebug-overlay-arrow):
462 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
463 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
464 (woman-tab-to-tab-stop, WoMan-warn-ignored):
465 * type-break.el (type-break-file-keystroke-count):
466 * term.el (term-replace-by-expanded-history-before-point)
467 (term-skip-prompt, term-extract-string):
468 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
469 (speedbar-contract-line, speedbar-toggle-line-expansion)
470 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
471 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
472 * sort.el (sort-skip-fields):
473 * skeleton.el (skeleton-internal-list):
474 * simple.el (line-move-finish, line-move-to-column):
475 * shell.el (shell-forward-command):
476 * misc.el (copy-from-above-command):
477 * makesum.el (double-column):
478 * ebuff-menu.el (electric-buffer-update-highlight):
479 * dired.el (dired-move-to-end-of-filename):
480 * dframe.el (dframe-popup-kludge):
481 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
482 * arc-mode.el (archive-get-lineno):
483 Use line-end-position and line-beginning-position.
484
485 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
486 (idlwave-study-twins): Prefix dynamic local `class'.
487 (idlwave-routine-twin-compare): Update for above name change.
488
489 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
490 Use boundp tests to silence compiler. Update for changed name of
491 bytecomp-filename variable.
492
493 * emulation/viper-cmd.el (viper-read-string-with-history):
494 Prefix dynamic local `initial'.
495 (viper-minibuffer-standard-hook): Update for above name change.
496
497 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
498 (elint-init-form): Update for above name change.
499
500 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
501 local variables `cbeg' and `cend' a prefix.
502 (mail-extr-voodoo): Update for above name change.
503
504 * textmodes/reftex-toc.el (reftex-toc-do-promote)
505 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
506 (reftex-toc-promote-action): Doc fix.
507
508 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
509 `prompt', `data' a prefix.
510 (reftex-select-post-command-hook, reftex-select-callback)
511 (reftex-select-mouse-accept, reftex-select-read-cite):
512 Update for above name changes.
513
514 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
515 `refstyle' to reftex-refstyle.
516 (reftex-offer-label-menu): Update for above name change.
517 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
518 `refstyle' name change.
519
520 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
521 with with-current-buffer.
522 (diff, template): Give dynamic local variables a prefix.
523 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
524 (emerge-line-number-in-buf): Update for above name change.
525 (emerge-combine-versions-internal): Rename local `template' to
526 emerge-combine-template.
527 (emerge-combine-versions-edit): Update for above name change.
528
529 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
530
531 * textmodes/reftex-cite.el
532 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
533 entries with whitespace after \bibitem.
534 (reftex-create-bibtex-file): Match entries containing numbers and
535 symbol constituents. Make sure that entries with whitespace at
536 various places are found.
537
538 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
539
540 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
541
542 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
543
544 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
545
546 2010-11-05 Glenn Morris <rgm@gnu.org>
547
548 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
549 (woman2-roff-buffer): Give local variable `request' a prefix.
550 (woman0-macro): Rename argument `request' in the same way.
551 (woman-request): New name for `request' dynamic variable.
552 (woman-unquote, woman-forward-arg): Update for above name change.
553 (woman1-roff-buffer): Give local variable `unquote' a prefix.
554 (woman1-unquote): New name for `unquote' dynamic variable.
555 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
556 (woman-translations): Rename from `translations'. No longer global.
557 (woman2-tr, woman-translate): Update for above name change.
558 (woman-translate): Check for bound variable.
559 (woman2-roff-buffer): Give local variable `translations' a prefix.
560
561 * play/doctor.el: Give all local variables a prefix. Update callers.
562 (doc$, doctor-put-meaning): Use backquote.
563
564 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
565 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
566
567 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
568 variables bytes, ptr, op a prefix.
569 (disassemble-offset): Update for above change.
570
571 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
572
573 * emacs-lisp/package.el (package-unpack): Remove no-op.
574 (package--builtins, package--dir): Doc fix.
575 (package-activate-1, package-activate, package-install)
576 (package-compute-transaction): Fix error message.
577 (package-delete): Use delete-directory. Omit system packages.
578 (package-initialize): Set package-alist to nil first.
579 (package-menu-mark-delete, package-menu-mark-install): Don't add
580 symbols that are inconsistent with the package state.
581 (package-menu-execute): Perform deletions and installations as
582 single batch operations.
583
584 2010-11-03 Glenn Morris <rgm@gnu.org>
585
586 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
587 (props): Remove unnecessary declaration.
588
589 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
590 set-process-query-on-exit-flag.
591
592 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
593 (reftex-toc-do-promote): Remove unused local `mpos'.
594 (reftex-toc-restore-region): Make `mpos' local to this function.
595
596 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
597
598 * play/landmark.el (lm-losing-threshold): Correct spelling.
599 (lm-human-plays): Use new name.
600
601 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
602 (gomoku-human-plays): Use new name.
603
604 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
605 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
606 (gomoku-score-trans-table, gomoku-winning-threshold)
607 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
608
609 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
610
611 * emacs-lisp/package.el: Don't put built-in packages in
612 package-alist, to avoid loading inefficiencies.
613 (package-built-in-p): Make VERSION optional, and treat it as a
614 minimum acceptable version.
615 (package-activate): Search separately for built-in packages. Emit
616 a warning if a dependency fails.
617 (define-package): Handle most common case, where there is no
618 obsolete package, first.
619 (package-compute-transaction): Print required version in error.
620 (package--initialized): New variable.
621 (list-packages): Use it.
622 (package-initialize): Optional arg NO-ACTIVATE. Don't put
623 built-in packages in packages-alist; keep it separate. Set
624 package--initialized.
625 (describe-package): Avoid activating packages as a side-effect.
626 Search separately for built-in packages.
627 (describe-package-1): Handle the case where an elpa package is
628 simultaneously built-in and available/installed.
629 (package-installed-p, package--generate-package-list): Search
630 separately for built-in packages.
631 (package-load-descriptor): Doc fix.
632
633 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
634
635 * progmodes/perl-mode.el (perl-syntax-propertize-function):
636 Handle __DATA__ and __END__.
637
638 2010-11-02 Noah Friedman <friedman@splode.com>
639
640 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
641 nil, do not ask to recompile files that are not already compiled,
642 and do not recompile them.
643
644 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
645
646 * emacs-lisp/package.el (package-initialize): Ensure that
647 obsoleted built-in packages are not in package-activated-list
648 during activation.
649 (describe-package-1): Make the "installed" status override
650 "built-in".
651
652 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
653
654 * subr.el (version-separator, version-regexp-alist): Remove '*'
655 from docstring.
656 (version-list-<=, version<=, version=): Doc fix.
657
658 2010-11-01 Kenichi Handa <handa@m17n.org>
659
660 * faces.el (glyphless-char): Inherit underline for tty.
661
662 2010-11-01 Kenichi Handa <handa@m17n.org>
663
664 Implement various display methods for glyphless characters.
665
666 * international/characters.el (char-acronym-table): New variable.
667 (glyphless-char-control): New variable.
668 (update-glyphless-char-display): New funciton.
669
670 * faces.el (glyphless-char): New face.
671
672 2010-11-01 Glenn Morris <rgm@gnu.org>
673
674 * calendar/holidays.el (general-holidays, oriental-holidays)
675 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
676 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
677 the definitions of their targets.
678
679 * emacs-lisp/smie.el (smie): New custom group.
680 (smie-blink-matching-inners, smie-indent-basic): Add :group.
681
682 * faces.el (xw-defined-colors, x-setup-function-keys):
683 * mouse-sel.el (x-select-text):
684 * term/w32console.el (x-setup-function-keys): Update declarations.
685
686 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
687
688 * textmodes/ispell.el (comment-add): Declare.
689
690 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
691 Declare.
692
693 * info.el (finder-keywords-hash, package-alist): Declare.
694
695 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
696
697 * finder.el (finder-compile-keywords): Don't use intern-soft,
698 since package names may not yet exist in the obarray.
699
700 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
701
702 * vc/vc-arch.el (vc-arch-checkin):
703 * vc/vc-cvs.el (vc-cvs-checkin):
704 * vc/vc-mtn.el (vc-mtn-checkin):
705 * vc/vc-rcs.el (vc-rcs-checkin):
706 * vc/vc-sccs.el (vc-sccs-checkin):
707 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
708 since 2010-04-21 commit by Stefan Monnier.
709
710 2010-11-01 Glenn Morris <rgm@gnu.org>
711
712 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
713
714 * startup.el (package-enable-at-startup, package-initialize):
715 Silence compiler.
716
717 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
718 Silence compiler.
719
720 2010-10-31 Julien Danjou <julien@danjou.info>
721
722 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
723 (byte-recompile-directory):
724 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
725 Use `byte-recompile-file'.
726
727 2010-10-31 Glenn Morris <rgm@gnu.org>
728
729 * cus-start.el: Handle standard values via a keyword.
730 Only set version property if specified.
731 (cursor-in-non-selected-windows, menu-bar-mode)
732 (tool-bar-mode, show-trailing-whitespace):
733 Do not specify standard values.
734 (transient-mark-mode, temporary-file-directory): Use :standard.
735
736 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
737
738 * term/x-win.el (x-get-selection-value): New function that gets
739 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
740
741 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
742
743 * net/tramp.el (tramp-handle-insert-file-contents): For root,
744 preserve owner and group when editing files. (Bug#7289)
745
746 2010-10-31 Glenn Morris <rgm@gnu.org>
747
748 * speedbar.el (speedbar-mode):
749 * play/fortune.el (fortune-in-buffer, fortune):
750 * play/gomoku.el (gomoku-mode):
751 * play/landmark.el (lm-mode):
752 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
753 Replace inappropriate uses of toggle-read-only. (Bug#7292)
754
755 * select.el (x-selection): Mark it as an obsolete alias.
756
757 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
758
759 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
760 major-mode (bug#7284).
761
762 2010-10-31 Glenn Morris <rgm@gnu.org>
763
764 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
765 rather than just an unused variable that inherits from the real one.
766
767 2010-10-31 Alan Mackenzie <acm@muc.de>
768
769 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
770 This fixes bug #7185.
771
772 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
773
774 * startup.el (command-line): Search for package directories, and
775 don't load package.el if none are found.
776
777 * emacs-lisp/package.el (describe-package, list-packages): Call
778 package-initialize if it has not been called yet.
779
780 2010-10-30 Alan Mackenzie <acm@muc.de>
781
782 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
783 which fontifies the tail of an enum.
784 (c-basic-matchers-after): Insert a call to the above new function.
785 This fixes bug #7264.
786
787 2010-10-30 Glenn Morris <rgm@gnu.org>
788
789 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
790 tool-bar-mode, transient-mark-mode. (Bug#7306)
791 Include the :set property in the dumped Emacs.
792
793 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
794
795 SMIE: change indent rules format, improve smie-setup.
796 * emacs-lisp/smie.el (smie-precs-precedence-table)
797 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
798 Mark them pure so the tables gets built at compile time.
799 (smie-bnf-precedence-table): Store the closer-alist in the table.
800 (smie-prec2-levels): Preserve the closer-alist.
801 (smie-blink-matching-open): Be more forgiving in case of indentation.
802 (smie-hanging-p): Rename from smie-indent--hanging-p.
803 (smie-bolp): Rename from smie-indent--bolp.
804 (smie--parent, smie--after): New dynamic vars.
805 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
806 (smie-indent-rules): Remove.
807 (smie-indent--offset-rule): Remove fun.
808 (smie-rules-function): New var.
809 (smie-indent--rule): New fun.
810 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
811 (smie-indent-exps): Use it.
812 (smie-setup): Setup paren blinking; add keyword args for token
813 functions; extract closer-alist from op-levels.
814 (smie-indent-debug-log): Remove var.
815 (smie-indent-debug): Remove fun.
816 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
817 (prolog-smie-rules): New fun to replace it.
818 (prolog-mode-variables): Simplify.
819 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
820 it's setup automatically.
821 (octave-smie-indent-rules): Remove.
822 (octave-smie-rules): New fun to replace it.
823 (octave-mode): Simplify.
824
825 2010-10-29 Glenn Morris <rgm@gnu.org>
826
827 * files.el (temporary-file-directory): Remove (already defined in C).
828 * cus-start.el: Add temporary-file-directory.
829
830 * abbrev.el (abbrev-mode):
831 * composite.el (auto-composition-mode):
832 * menu-bar.el (menu-bar-mode):
833 * simple.el (transient-mark-mode):
834 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
835 that they do not define the associated variables twice.
836 * simple.el (transient-mark-mode): Remove defvar.
837 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
838 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
839 Handle multiple groups, and also custom-delayed-init-variables.
840 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
841
842 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
845 (pcase-if): Add one minor optimization.
846 (pcase-split-equal): Rename from pcase-split-eq.
847 (pcase-split-member): Rename from pcase-split-memq.
848 (pcase-u1): Add strings to the member optimization.
849 Add `guard' variant of predicates.
850 (pcase-q1): Add string patterns.
851
852 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
853
854 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
855
856 2010-10-28 Glenn Morris <rgm@gnu.org>
857
858 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
859 Move menu-bar related settings to ../menu-bar.el.
860 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
861 Move ns-specific settings here from term/ns-win.el.
862
863 * simple.el (x-selection-owner-p): Remove unused declaration.
864
865 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * minibuffer.el (completion-cycling): New var (bug#7266).
868 (minibuffer-complete, completion--do-completion):
869 Use completion--flush-all-sorted-completions.
870 (minibuffer-complete): Only cycle if completion-cycling is set.
871 (completion--flush-all-sorted-completions): Unset completion-cycling.
872 (minibuffer-force-complete): Set completion-cycling.
873 (completion-all-sorted-completions): Move declaration before first use.
874
875 2010-10-28 Leo <sdl.web@gmail.com>
876
877 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
878 which changes the order of matches seen by users (bug#7231).
879
880 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
881
882 * progmodes/compile.el (compilation-mode-font-lock-keywords):
883 Don't confuse -omega as "-o mega".
884
885 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
888 (log-edit-author): New dynamic var.
889 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
890 to return the author if different from committer.
891 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
892
893 * play/landmark.el: Adjust commenting convention.
894 (lm-nil-score): Rename from nil-score.
895 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
896 (OOOOscore): Move into a let in lm-score-trans-table.
897 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
898
899 * electric.el (electric-indent-chars): Autoload.
900 * progmodes/octave-mod.el (octave-mode):
901 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
902 (ruby-mode-abbrev-table): Merge initialization and declaration.
903
904 2010-10-27 Glenn Morris <rgm@gnu.org>
905
906 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
907 variable.
908
909 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
910
911 * term/ns-win.el: Restore require of cl when compiling.
912 (menu-bar-final-items): Remove non-existent `windows' menu.
913 (ns-handle-nxopen): Optionally handle the temp-case.
914 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
915 (ns-insert-file, ns-find-file): Use `pop'.
916
917 2010-10-26 Glenn Morris <rgm@gnu.org>
918
919 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
920
921 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
922
923 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
924 global map.
925 * term/common-win.el (x-setup-function-keys): Remove most of the
926 keymappings. Comment on the remaining ones.
927
928 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
929
930 * server.el (server-port): New option. (Bug#854)
931 (server-start): Use server-port.
932
933 2010-10-26 Glenn Morris <rgm@gnu.org>
934
935 * term/ns-win.el (ns-version-string): Remove unused declaration.
936 (ns-invocation-args): Change to x-invocation-args.
937 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
938 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
939 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
940 Use x-invocation-args instead of ns-invocation-args.
941 (ns-initialize-window-system, handle-args-function-alist):
942 Use x-handle-args instead of ns-handle-args.
943 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
944 * startup.el (command-line-ns-option-alist): Replace
945 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
946 ns-handle-iconic with the x- equivalents.
947
948 * term/common-win.el (x-select-enable-clipboard):
949 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
950
951 * term/ns-win.el: No need to require cl when compiling.
952 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
953 (xw-defined-colors): Use the common-win definitions.
954 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
955 (ns-handle-iconic): Make it an alias for x-handle-iconic.
956 * term/common-win.el (x-select-text, x-alternatives-map)
957 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
958 * loadup.el [ns]: Load common-win.
959
960 2010-10-26 Daiki Ueno <ueno@unixuser.org>
961
962 * epa-mail.el (epa-mail-encrypt): Handle local-part only
963 recipients; expand mail aliases (Bug#7280).
964
965 2010-10-25 Glenn Morris <rgm@gnu.org>
966
967 * term/common-win.el (x-handle-switch): Simplify with pop.
968 Optionally handle numeric switches.
969 (x-handle-numeric-switch): Just call x-handle-switch.
970 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
971 (x-handle-name-switch, x-handle-display, x-handle-args):
972 Simplify with pop.
973
974 * term/ns-win.el: Do not require easymenu.
975 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
976 <spell>: Move adjustments to menu-bar.el.
977 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
978 <separator-undo, spell>: Move ns-win's adjustments here.
979 * loadup.el [ns]: Do not load easymenu.
980
981 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
982
983 * image.el (image-checkbox-checked, image-checkbox-unchecked):
984 Delete (Bug#7222).
985
986 * startup.el (fancy-startup-tail): Instead of using inline images,
987 refer to image files from etc/.
988
989 * wid-edit.el (checkbox): Likewise.
990 (widget-image-find): Center image specs.
991
992 2010-10-24 Glenn Morris <rgm@gnu.org>
993
994 * term/ns-win.el (x-select-text): Doc fix.
995 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
996 (x-select-text): Move to term/common-win.
997 * term/w32-win.el (xw-defined-colors): Move to common-win.
998 * term/x-win.el (xw-defined-colors, x-alternatives-map)
999 (x-setup-function-keys, x-select-text): Move to common-win.
1000 * term/common-win.el (x-select-text, x-alternatives-map)
1001 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
1002 definitions here.
1003
1004 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
1005
1006 * net/mairix.el (mairix-searches-mode-map):
1007 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
1008
1009 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
1010
1011 * verilog-mode.el (verilog-directive-re): Make this variable
1012 auto-built for efficiency of execution and updating.
1013 (verilog-extended-complete-re): Support 'pure' fucntion & task
1014 declarations (these have no bodies).
1015 (verilog-beg-of-statement): General cleanup to enable support of
1016 'pure' fucntion & task declarations (these have no bodies).
1017 These efforts together fix Verilog bug210 from veripool; which was also
1018 noticed by Steve Pearlmutter.
1019 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1020 (verilog-directive-nest-re, verilog-set-auto-endcomments):
1021 Support `elsif. Reported by Shankar Giri.
1022 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1023 attribute handling for lining up declarations and assignments.
1024 (verilog-beg-of-statement-1): Fix issue where continued declaration
1025 is indented differently if it is after a begin..end clock.
1026 (verilog-in-attribute-p, verilog-skip-backward-comments)
1027 (verilog-skip-forward-comment-p): Support proper treatment of
1028 attributes by indent code. Reported by Jeff Steele.
1029 (verilog-in-directive-p): Fix comment to correctly describe function.
1030 (verilog-backward-up-list, verilog-in-struct-region-p)
1031 (verilog-backward-token, verilog-in-struct-p)
1032 (verilog-in-coverage-p, verilog-do-indent)
1033 (verilog-pretty-declarations): Use verilog-backward-up-list as
1034 wrapper around backward-up-list inorder to properly skip comments.
1035 Reported by David Rogoff.
1036 (verilog-property-re, verilog-endcomment-reason-re)
1037 (verilog-beg-of-statement, verilog-set-auto-endcomments)
1038 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1039 of if). Reported by Max Bjurling and
1040 (verilog-calc-1): Fix for clocking block in modport
1041 declaration. Reported by Brian Hunter.
1042
1043 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
1044
1045 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1046 (verilog-gate-keywords, verilog-read-sub-decls)
1047 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1048 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1049 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
1050 (verilog-read-decls): Fix spaces in V2K module parameters causing
1051 mis-identification as interfaces, bug287.
1052 (verilog-read-decls): Fix not treating "parameter string" as a
1053 parameter in AUTOINSTPARAM.
1054 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1055 treating `elsif similar to `endif inside AUTOSENSE.
1056 (verilog-do-indent): Implement correct automatic or static task or
1057 function end comment highlight. Reported by Steve Pearlmutter.
1058 (verilog-font-lock-keywords-2): Fix highlighting of single
1059 character pins, bug264. Reported by Michael Laajanen.
1060 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1061 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1062 (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
1063 interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
1064 (verilog-pretty-expr): Fix interactive arguments, bug272.
1065 Reported by Mark Johnson.
1066 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1067 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1068 bug269. Suggested by Gary Delp.
1069 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1070 (verilog-preprocessor, verilog-set-compile-command):
1071 Create verilog-preprocess and verilog-preprocessor to show
1072 preprocessed output.
1073 (verilog-get-beg-of-line, verilog-get-end-of-line)
1074 (verilog-modi-file-or-buffer, verilog-modi-name)
1075 (verilog-modi-point, verilog-within-string): Move defmacro's
1076 before first use to avoid warning. Reported by Steve Pearlmutter.
1077 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1078 (verilog-colorize-region, verilog-highlight-buffer)
1079 (verilog-highlight-includes, verilog-highlight-modules)
1080 (verilog-highlight-region, verilog-mode): Rename colorize to
1081 highlight to match other packages. Disable module highlighting,
1082 as received speed complaints, reenable for experimentation only
1083 using new verilog-highlight-modules.
1084 (verilog-read-decls): Fix regexp stack overflow in very large
1085 AUTO_TEMPLATEs, bug250.
1086 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1087 (verilog-scan): Create verilog-save-buffer-state to standardize
1088 making insignificant changes that shouldn't call hooks.
1089 (verilog-save-no-change-functions, verilog-save-scan-cache)
1090 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1091 Create verilog-save-no-change-functions to wrap verilog-scan
1092 preservation, and fix to work with nested preserved calls.
1093 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1094 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1095 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
1096 (verilog-submit-bug-report): Update variable list to be complete.
1097 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1098 breaking on-the-fly font-locking.
1099 (verilog-colorize-buffer, verilog-colorize-include-files)
1100 (verilog-colorize-include-files-buffer, verilog-colorize-region)
1101 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1102 (verilog-mode, verilog-read-inst-module-matcher): With point on a
1103 AUTOINST cell instance name, middle mouse button now finds-file on
1104 it. Suggested by Brad Dobbie.
1105 (verilog-alw-get-temps, verilog-auto-reset)
1106 (verilog-auto-sense-sigs, verilog-read-always-signals)
1107 (verilog-read-always-signals-recurse): Fix loop indexes being
1108 AUTORESET. AUTORESET now assumes any variables in the
1109 initialization section of a for() should be ignored. Reported by
1110 Dan Dever.
1111 (verilog-error-font-lock-keywords)
1112 (verilog-error-regexp-emacs-alist)
1113 (verilog-error-regexp-xemacs-alist): Fix error detection of
1114 Cadence HAL, reported by David Asher. Repair drift between the
1115 three similar error variables.
1116 (verilog-modi-lookup, verilog-modi-lookup-cache)
1117 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1118 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1119 Fix slow verilog-auto expansion on very large files.
1120 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1121 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1122 "{1*2{...". Broke in last revision.
1123 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1124 submodule connections with replications "{#{a},#{b}}".
1125
1126 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
1127
1128 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1129 Fix typo in docstring.
1130
1131 2010-10-24 Kenichi Handa <handa@m17n.org>
1132
1133 * face-remap.el (text-scale-adjust): Call read-event with a proper
1134 prompt.
1135
1136 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
1137
1138 * emacs-lisp/unsafep.el: Don't mark functions that display
1139 messages as safe. Suggested by Johan Bockgård.
1140
1141 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1142
1143 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1144 Turn comments into docstrings.
1145
1146 * minibuffer.el (completion--replace): Move point where it belongs
1147 when there's a common suffix (bug#7215).
1148
1149 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
1150
1151 Merge read-color and facemenu-read-color (Bug#7242).
1152
1153 * faces.el (read-color): Use the completion code from
1154 facemenu-read-color. Require match in completion. Doc fix.
1155
1156 * facemenu.el (facemenu-read-color): Alias for read-color.
1157 (facemenu-set-foreground, facemenu-set-background): Use
1158 read-color.
1159
1160 * frame.el (set-background-color, set-foreground-color)
1161 (set-cursor-color, set-mouse-color, set-border-color): Use
1162 read-color.
1163
1164 2010-10-24 Leo <sdl.web@gmail.com>
1165
1166 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
1167 argument of delete-file and delete-directory (Bug#7011).
1168
1169 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
1170
1171 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
1172 button-buffer-map.
1173
1174 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
1175
1176 * emacs-lisp/package.el (package--generate-package-list): Make the
1177 *Packages* buffer read-only.
1178
1179 2010-10-24 Alan Mackenzie <acm@muc.de>
1180
1181 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
1182 result of `c-beginning-of-decl-1' between invocations of a lambda
1183 function (Bug #7265).
1184
1185 2010-10-24 Daiki Ueno <ueno@unixuser.org>
1186
1187 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
1188 executable is not available on the system (Bug#7268).
1189
1190 2010-10-24 Glenn Morris <rgm@gnu.org>
1191
1192 * select.el (selection-coding-system, next-selection-coding-system):
1193 Sync doc with C versions.
1194
1195 * w32-vars.el (x-select-enable-clipboard):
1196 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
1197 * term/common-win.el (x-select-enable-clipboard): Move here.
1198
1199 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
1200 definition of C variable.
1201
1202 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
1203 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1204 Don't redefine things that are defined in C.
1205 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
1206 (show-trailing-whitespace, auto-hscroll-mode)
1207 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1208 Set up the appropriate custom properties.
1209
1210 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
1211
1212 Bind "C-c ]" to ...
1213 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
1214 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
1215 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
1216 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
1217
1218 2010-10-23 Glenn Morris <rgm@gnu.org>
1219
1220 * textmodes/flyspell.el (flyspell-mode): If there was an error,
1221 say what it was.
1222
1223 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
1224 Sync docs with C version.
1225
1226 * term/ns-win.el (xw-defined-colors):
1227 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
1228
1229 * term/pc-win.el (x-select-enable-clipboard):
1230 * term/x-win.el (x-select-enable-clipboard):
1231 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
1232
1233 * comint.el (comint-password-prompt-regexp): Make it less vague.
1234 Bump version.
1235
1236 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
1237
1238 * help.el (finder-by-keyword): Remove unnecessary autoload.
1239
1240 2010-10-22 Glenn Morris <rgm@gnu.org>
1241
1242 * loadup.el: Unconditionally load float-sup.
1243 * paren.el (show-paren-delay):
1244 * emacs-lisp/float-sup.el:
1245 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
1246 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
1247 (lazy-lock-stealth-verbose): Assume float support.
1248 * ps-print.el: Assume float support on Emacs.
1249 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
1250 Remove non-float branch.
1251
1252 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
1253 src/Makefile no longer being pre-processed.
1254
1255 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1256
1257 * emacs-lisp/find-func.el (find-library): Use test-completion.
1258
1259 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1260
1261 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
1262
1263 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
1264
1265 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
1266 space in stat format string.
1267 (tramp-send-command): Unset $PS1 when using here documents, in
1268 order not to get several prompts.
1269 (tramp-get-inline-coding): Return `nil' in case of errors.
1270
1271 2010-10-21 Daiki Ueno <ueno@unixuser.org>
1272
1273 * hexl.el (hexl-mode, hexl-mode-exit):
1274 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
1275 (hexl-revert-buffer-function): New function.
1276 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
1277
1278 2010-10-19 Alan Mackenzie <acm@muc.de>
1279
1280 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
1281 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
1282 that these keywords aren't wrongly matched as identifiers.
1283
1284 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
1285 setting of c-new-BEG and c-new-END from c-before-change to
1286 c-after-change. (Bug#7181)
1287
1288 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
1289
1290 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
1291 Don't mark as safe.
1292
1293 * custom.el (custom-theme-set-variables): Likewise.
1294 (load-theme): Add custom-theme-set-faces and
1295 custom-theme-set-variables to safe-functions while loading.
1296 (custom-enabled-themes): Mark as risky.
1297
1298 2010-10-18 Julien Danjou <julien@danjou.info>
1299
1300 * bindings.el: Remove end dashes in default mode-line-format.
1301
1302 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
1303
1304 * bindings.el (global-map): Bind C-d to delete-char and deletechar
1305 to delete-forward-char.
1306
1307 * simple.el (normal-erase-is-backspace-mode): Remap delete to
1308 deletechar, and hence delete-forward-char.
1309
1310 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1311
1312 * repeat.el (repeat): Use read-key (bug#6256).
1313
1314 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
1315
1316 * emacs-lisp/unsafep.el: Don't mark functions that display
1317 messages as safe. Suggested by Johan Bockgård.
1318
1319 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * minibuffer.el (completion--replace): Move point where it belongs
1322 when there's a common suffix (bug#7215).
1323
1324 2010-10-19 Kenichi Handa <handa@m17n.org>
1325
1326 * international/characters.el: Add category '|' (word breakable)
1327 to fullwidth characters.
1328
1329 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
1330
1331 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
1332 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1333 order to make stat results a float. Patch by Andreas Schwab
1334 <schwab@linux-m68k.org>.
1335
1336 2010-10-18 Julien Danjou <julien@danjou.info>
1337
1338 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
1339 hidden by `make-pointer-invisible'.
1340
1341 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1342
1343 * files.el (locate-file-completion-table): Strip non-matching elements
1344 before checking length of list (bug#7238).
1345
1346 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
1347
1348 * custom.el (custom-theme-set-variables): Mark as a safe function.
1349 (load-theme): Check forms using unsafep.
1350
1351 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
1352
1353 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
1354
1355 * textmodes/ispell.el (ispell-aspell-find-dictionary):
1356 Fix aspell data file searching (bug#7230).
1357
1358 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
1359
1360 * cus-theme.el (custom-theme--migrate-settings): New var.
1361 (customize-create-theme): Allow editing the `user' theme.
1362 (custom-theme-add-variable, custom-theme-add-var-1)
1363 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
1364 to the front of each variable or face widget.
1365 (custom-theme-write): Save theme settings in the correct order.
1366 Optionally, remove saved settings from user customizations.
1367 (custom-theme-write-variables, custom-theme-write-faces):
1368 Save only the checked widgets.
1369 (customize-themes): Add a link for migrating custom settings.
1370
1371 * custom.el (custom-declare-theme, provide-theme):
1372 Use custom-theme-name-valid-p.
1373 (custom-theme-name-valid-p): Remove checks that are now
1374 unnecessary since themes no longer obey load-path.
1375
1376 * cus-edit.el (custom-variable-value-create): For the simple
1377 style, hide documentation string when hidden.
1378
1379 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
1380
1381 * cus-edit.el (custom-variable, custom-face): Combine the
1382 :inhibit-magic and :display-style properties into a single
1383 :custom-style property.
1384 (custom-toggle-hide-variable, custom-toggle-hide-face):
1385 New functions. If hiding an edited value, save it to :shown-value.
1386 (custom-variable-value-create, custom-face-value-create): Use them.
1387 (custom-magic-reset): Allow magic property to be unset.
1388
1389 * custom.el: Custom themes no longer use load-path.
1390 (custom-theme-load-path): New option. Change built-in theme
1391 directory to etc/.
1392 (custom-enabled-themes): Add custom-theme-load-path dependency.
1393 (custom-theme--load-path): New function.
1394 (load-theme, custom-available-themes): Use it.
1395
1396 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
1397 (customize-themes): Link to custom-theme-load-path variable.
1398 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
1399 :custom-style property.
1400
1401 * themes/*.el: Moved to etc/.
1402
1403 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
1404
1405 * textmodes/reftex-cite.el
1406 (reftex-extract-bib-entries-from-thebibliography): Do not move
1407 point when searching for \bibitem entries. Match entries with
1408 spaces or tabs in front of arguments.
1409
1410 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
1411
1412 * cus-theme.el (customize-create-theme): Delete overlays after
1413 erasing. If given a THEME arg, display only the faces of that arg
1414 instead of custom-theme--listed-faces.
1415 (custom-theme-variable-menu, custom-theme-variable-action)
1416 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
1417 (custom-theme-add-variable, custom-theme-add-face): Apply value
1418 from the theme settings, instead of the current value.
1419 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
1420 (custom-theme-visit-theme): Allow calling outside theme buffers.
1421 (custom-theme-merge-theme): Don't enable the theme when merging.
1422 (custom-theme-write-variables, custom-theme-write-faces): Use the
1423 :shown-value properties to save buffer values, not global ones.
1424 (customize-themes): Display a warning about user customizations.
1425
1426 * cus-edit.el (custom-variable-value-create)
1427 (custom-face-value-create): Obey new special properties
1428 :shown-value and :inhibit-magic.
1429
1430 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
1431
1432 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1433 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
1434 <dale@codefu.org>.
1435
1436 2010-10-14 Kenichi Handa <handa@m17n.org>
1437
1438 * mail/rmail.el (rmail-show-message-1): Catch an error of
1439 base64-decode-region and just show an error message (bug#7165).
1440
1441 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
1442 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1443 a font-spec (bug#7197).
1444
1445 2010-10-14 Glenn Morris <rgm@gnu.org>
1446
1447 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1448
1449 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
1450
1451 * international/mule.el (define-coding-system):
1452 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1453 * composite.el (compose-region): Fix typo in docstring.
1454
1455 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
1456
1457 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
1458 only after checking the theme-face property.
1459
1460 * faces.el (face-spec-reset-face): Reset all attributes in one
1461 single call to set-face-attribute.
1462 (face-spec-match-p): Make it a defsubst.
1463 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
1464 (x-create-frame-with-faces, tty-create-frame-with-faces)
1465 (tty-set-up-initial-frame-faces): Don't recompute face specs in
1466 frame-set-background-mode, since they are recomputed immediately
1467 afterwards in face-set-after-frame-default.
1468 (face-set-after-frame-default): Minor optimization.
1469 (cursor): Provide non-trivial defface spec.
1470
1471 * custom.el (custom-theme-recalc-face): Simplify.
1472
1473 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
1474
1475 * calc/calc-alg.el (math-var): Rename from `var'.
1476 (math-is-polynomial, math-is-poly-rec): Replace `var'
1477 with `math-var'.
1478
1479 * calc/calcalg2.el (math-var): Rename from `var'.
1480 (calcFunc-table, math-scan-for-limits): Replace `var'
1481 with `math-var'.
1482
1483 2010-10-13 Glenn Morris <rgm@gnu.org>
1484
1485 * subr.el (last): Deal with dotted lists (reported in bug#7174).
1486
1487 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
1488
1489 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
1490
1491 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1492
1493 * net/tls.el (tls-program): Remove spurious %s from openssl.
1494 (tls-starttls-switches): Remove starttls hack.
1495 (open-tls-stream): Ditto.
1496 (tls-find-starttls-argument): Ditto.
1497
1498 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
1499
1500 * image.el (image-library-alist): Declare as obsolete alias.
1501 (image-type-available-p): Use `dynamic-library-alist'.
1502
1503 * term/w32-win.el (dynamic-library-alist):
1504 Use instead of `image-library-alist'.
1505
1506 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
1507
1508 * subr.el (last): Make it faster. (Bug#7174)
1509
1510 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
1511
1512 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
1513
1514 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
1515
1516 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
1517 (describe-theme-1): Extract doc from unloaded themes.
1518
1519 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
1520
1521 * themes/tango-theme.el:
1522 * themes/tango-dark-theme.el:
1523 * themes/wheatgrass-theme.el: New files.
1524
1525 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
1526
1527 * cus-theme.el (describe-theme, customize-themes)
1528 (custom-theme-save): New commands.
1529 (custom-new-theme-mode-map): Bind C-x C-s.
1530 (custom-new-theme-mode): Use custom--initialize-widget-variables.
1531 (customize-create-theme): New optional arg THEME.
1532 (custom-theme-revert): Use it.
1533 (custom-theme-visit-theme): Remove dead code.
1534 (custom-theme-merge-theme): Use custom-available-themes.
1535 (custom-theme-write): Make interactive.
1536 (custom-theme-write): Use custom-theme-name-valid-p.
1537 (describe-theme-1, custom-theme-choose-revert)
1538 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
1539 New funs.
1540 (custom-theme-allow-multiple-selections): New option.
1541 (custom-theme-choose-mode): New major mode.
1542
1543 * custom.el (custom-theme-set-variables): Remove dead code.
1544 Obey custom--inhibit-theme-enable.
1545 (custom--inhibit-theme-enable): New var.
1546 (provide-theme): Obey it.
1547 (load-theme): Replace load with manual read/eval, in order to
1548 check for correctness. Use custom-theme-name-valid-p.
1549 (custom-theme-name-valid-p): New function.
1550 (custom-available-themes): Use it.
1551
1552 * cus-edit.el (custom--initialize-widget-variables): New function.
1553 (Custom-mode): Use it.
1554
1555 * cus-face.el (custom-theme-set-faces): Remove dead code.
1556 Obey custom--inhibit-theme-enable.
1557
1558 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
1559
1560 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
1561
1562 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
1563
1564 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
1565
1566 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1567 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1568 (mac-right-option-modifier): New alias for ns-right-option-modifier.
1569
1570 * cus-start.el (all): ns-right-alternate-modifier is new.
1571
1572 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * emacs-lisp/lisp.el (lisp-completion-at-point):
1575 Use emacs-lisp-mode-syntax-table for the whole function.
1576
1577 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
1578
1579 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1580 instead of font-lock-mode before adding keywords.
1581 Remove hi-lock-mode off code. Remove inhibit hack.
1582 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1583 non-nil; removed hook inhibit hack.
1584
1585 2010-10-12 Glenn Morris <rgm@gnu.org>
1586
1587 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1588 (load-path-shadows-find): ... to this.
1589 (list-load-path-shadows): Update for above change.
1590
1591 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1592
1593 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1594
1595 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
1596 Fix comment for declare-function.
1597
1598 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
1599
1600 * custom.el (custom-fix-face-spec): New function; code moved from
1601 custom-face-edit-fix-value.
1602 (custom-push-theme): Use it when checking if a face has been
1603 changed outside customize.
1604 (custom-available-themes): New function.
1605 (load-theme): Use it.
1606
1607 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
1608
1609 * custom.el (custom-push-theme): Cleanup (use cond).
1610 (disable-theme): Recompute the saved-face property.
1611 (custom-theme-recalc-face): Follow face alias before setting prop.
1612
1613 * image.el (image-checkbox-checked, image-checkbox-unchecked):
1614 New variables, containing checkbox images.
1615
1616 * startup.el (fancy-startup-tail):
1617 * wid-edit.el (checkbox): Use them.
1618
1619 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
1620
1621 * shell.el (shell-mode-map):
1622 * progmodes/modula2.el (m2-mode-map):
1623 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
1624 * play/mpuz.el (mpuz-mode-map):
1625 * play/landmark.el (lm-mode-map):
1626 * play/decipher.el (decipher-mode-map):
1627 * play/5x5.el (5x5-mode-map):
1628 * net/telnet.el (telnet-mode-map):
1629 * net/quickurl.el (quickurl-list-mode-map):
1630 * net/mairix.el (mairix-searches-mode-map):
1631 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
1632 * net/dig.el (dig-mode-map):
1633 * mail/mspools.el (mspools-mode-map):
1634 * hexl.el (hexl-mode-map):
1635 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
1636 (wordstar-C-o-map, wordstar-C-q-map):
1637 * emacs-lisp/edebug.el (edebug-eval-mode-map):
1638 * emacs-lisp/chart.el (chart-map):
1639 * edmacro.el (edmacro-mode-map):
1640 * erc/erc-list.el (erc-list-menu-mode-map):
1641 * array.el (array-mode-map): Declare and define in one step.
1642
1643 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
1644
1645 2010-10-10 Daiki Ueno <ueno@unixuser.org>
1646
1647 * epa.el (epa-passphrase-callback-function): Display filename
1648 passed as the 3rd arg.
1649 * epa-file.el (epa-file-passphrase-callback-function):
1650 Pass filename to epa-passphrase-callback-function.
1651
1652 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
1653
1654 * cus-edit.el (custom-face-widget-to-spec)
1655 (custom-face-get-current-spec, custom-face-state): New functions.
1656 (custom-face-set, custom-face-mark-to-save)
1657 (custom-face-value-create, custom-face-state-set): Use them.
1658
1659 * cus-theme.el (custom-theme--listed-faces): New var.
1660 (customize-create-theme): Use *Custom Theme* as the buffer name.
1661 Set revert-buffer-function. Optional arg BUFFER. Insert all
1662 faces listed in custom-theme--listed-faces.
1663 (custom-theme-revert): New function.
1664 (custom-theme-add-variable, custom-theme-add-face): Insert at the
1665 bottom of the list.
1666 (custom-theme-write): Prompt for theme name if empty.
1667 (custom-theme-write-variables): Use dolist.
1668 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
1669
1670 2010-10-09 Alan Mackenzie <acm@muc.de>
1671
1672 Enhance fontification of declarators to take account of the
1673 presence/absence of "typedef".
1674
1675 * cc-engine.el (c-forward-type): New &optional param
1676 "brace-block-too".
1677 (c-forward-decl-or-cast-1): cdr of return value now indicates the
1678 presence of either or both of a "struct"-like keyword and "typedef".
1679
1680 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
1681 fontification of declarators which follow a "}".
1682 (c-font-lock-declarations): Fontify declarators according to the
1683 presence/absence of "typedef".
1684
1685 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
1686 for "typedef".
1687 (c-typedef-decl-key): New lang variable built from
1688 c-typedef-decl-kwds.
1689
1690 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1691
1692 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
1693 since that's too annoying. Move the filter groups commands to
1694 TAB/backtab.
1695
1696 * epa.el (epa-passphrase-callback-function): Say what we're
1697 querying the password for.
1698
1699 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
1700 behaviour, don't bury the ibuffer buffer when visiting other buffers.
1701
1702 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
1703
1704 * cus-edit.el (custom-commands, custom-buffer-create-internal)
1705 (custom-magic-value-create): Pad button tags with spaces.
1706 (custom-face-edit): New variable.
1707 (custom-face-value-create): Determine whether to use the usual
1708 face editor here, instead of using custom-face-selected.
1709 Pass face defaults to custom-face-edit widget.
1710 (custom-face-selected, custom-display-unselected): Delete widgets.
1711 (custom-display-unselected-match): Function removed.
1712 (custom-face-set, custom-face-mark-to-save):
1713 Accept custom-face-edit widgets as the direct widget child.
1714
1715 * wid-edit.el (widget--completing-widget): New var.
1716 (widget-default-complete): Bind it when doing completion.
1717 (widget-string-complete, widget-file-complete): Use it.
1718
1719 2010-10-09 Glenn Morris <rgm@gnu.org>
1720
1721 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
1722 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
1723 (holiday-hebrew-misc): Small simplifications.
1724
1725 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
1726
1727 * net/browse-url.el: Don't require thingatpt, term, dired,
1728 executable, or w3-auto when compiling.
1729 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
1730 Declare.
1731 (browse-url-text-emacs): Require term.
1732
1733 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
1734
1735 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
1736
1737 2010-10-08 Glenn Morris <rgm@gnu.org>
1738
1739 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1740
1741 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1742 (shadows-compare-text-p): Make it an obsolete alias for...
1743 (load-path-shadows-compare-text): ... new name.
1744 (find-emacs-lisp-shadows): Update for above name change.
1745 (load-path-shadows-same-file-or-nonexistent): New name for the old
1746 shadow-same-file-or-nonexistent.
1747
1748 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
1749
1750 * minibuffer.el (completion--some, completion--do-completion)
1751 (minibuffer-complete-and-exit, minibuffer-completion-help)
1752 (completion-basic-try-completion)
1753 (completion-basic-all-completions)
1754 (completion-pcm--find-all-completions): Use lexical-let to
1755 avoid some false matches in variable completion (Bug#7056)
1756
1757 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1758
1759 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1760
1761 2010-10-08 Leo <sdl.web@gmail.com>
1762
1763 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1764 return non-nil if the file exists (Bug#7090).
1765
1766 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1767
1768 * minibuffer.el (completion--replace):
1769 Better preserve markers (bug#7138).
1770
1771 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
1772
1773 * server.el (server-process-filter): Doc fix.
1774
1775 2010-10-08 Drew Adams <drew.adams@oracle.com>
1776
1777 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1778
1779 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
1780
1781 * Makefile.in (ELCFILES): Update.
1782
1783 2010-10-08 Glenn Morris <rgm@gnu.org>
1784
1785 * vc/ediff-wind.el (ediff-setup-control-frame):
1786 * vc/ediff-ptch.el (ediff-default-backup-extension):
1787 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
1788 (ediff-exec-process): Remove system-types emx, windows-95.
1789
1790 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
1791
1792 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
1793
1794 * cus-edit.el (custom-variable, custom-face): Doc fix.
1795 (custom-face-edit): Add value-create attribute.
1796 (custom-face-edit-value-create)
1797 (custom-face-edit-value-visibility-action): New functions.
1798 Hide unused face attributes by default, and add a visibility toggle.
1799 (custom-face-edit-deactivate): Show empty values with shadow face.
1800 (custom-face-selected): Only use this for face specs with default
1801 attributes.
1802 (custom-face-value-create): Cleanup.
1803
1804 * wid-edit.el (widget-checklist-value-create): Use dolist.
1805 (widget-checklist-match-find): Make second arg optional.
1806
1807 2010-10-07 Glenn Morris <rgm@gnu.org>
1808
1809 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
1810 Prefix things.
1811
1812 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
1813 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
1814 load-path-shadows-mode, update references.
1815 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
1816 Rename variable and button.
1817 (list-load-path-shadows): Update button caller.
1818
1819 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * emacs-lisp/smie.el (smie-bnf-classify): New function.
1822 (smie-bnf-precedence-table): Use it to remember the closers/openers.
1823 (smie-merge-prec2s): Handle those new entries.
1824 (smie-prec2-levels): Only set precedence to nil for actual
1825 openers/closers.
1826 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
1827 that is now unnecessary.
1828
1829 2010-10-07 Miles Bader <miles@gnu.org>
1830
1831 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
1832
1833 2010-10-07 Glenn Morris <rgm@gnu.org>
1834
1835 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
1836 (mail-position-on-field): Remove declarations.
1837 (mail-position-on-field): Autoload it.
1838 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
1839 and mail-header-end. Don't require sendmail.
1840
1841 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
1842 (shadow-mode): New mode.
1843 (shadow-find-file): New button.
1844 (list-load-path-shadows): Use shadow-mode and buttons.
1845
1846 * iimage.el (iimage-version): Remove.
1847 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
1848 Turn into defcustoms.
1849 (iimage-mode-map): Give it a doc string.
1850
1851 * calendar/appt.el (appt-activate): Give a warning rather than an error
1852 if there is no diary-file.
1853
1854 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
1855
1856 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1857 Use `tramp-handle-find-backup-file-name'.
1858
1859 2010-10-06 Glenn Morris <rgm@gnu.org>
1860
1861 * font-core.el (font-lock-defaults-alist): Remove variable.
1862 (font-lock-mode): Doc fix.
1863 (font-lock-default-function): Do not consult font-lock-defaults-alist.
1864 * font-lock.el (font-lock-refresh-defaults): Doc fix.
1865 (font-lock-set-defaults): Doc fix.
1866 Do not consult font-lock-defaults-alist.
1867
1868 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
1869
1870 * emacs-lisp/cl.el: No longer provide cl-19.
1871
1872 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
1873
1874 * net/tramp.el (tramp-handle-directory-files-and-attributes)
1875 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
1876 New defuns, taken from tramp-smb.el.
1877 (tramp-coding-system-change-eol-conversion)
1878 (tramp-set-process-query-on-exit-flag): Remove.
1879
1880 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
1881 (tramp-compat-coding-system-change-eol-conversion)
1882 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
1883 from tramp.el.
1884
1885 * net/tramp-gvfs.el:
1886 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
1887 by `tramp-compat-set-process-query-on-exit-flag'.
1888
1889 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1890 Use `tramp-handle-directory-files-and-attributes',
1891 `tramp-handle-file-exists-p' and
1892 `tramp-handle-file-newer-than-file-p'.
1893 (tramp-imap-handle-file-exists-p)
1894 (tramp-imap-handle-file-executable-p)
1895 (tramp-imap-handle-file-readable-p)
1896 (tramp-imap-handle-directory-files-and-attributes)
1897 (tramp-imap-handle-file-newer-than-file-p): Remove.
1898
1899 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
1900 by `tramp-compat-set-process-query-on-exit-flag' and
1901 `tramp-coding-system-change-eol-conversion' by
1902 `tramp-compat-coding-system-change-eol-conversion'.
1903
1904 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1905 Use `tramp-handle-directory-files-and-attributes',
1906 `tramp-handle-file-exists-p' and
1907 `tramp-handle-file-newer-than-file-p'.
1908 (tramp-smb-handle-directory-files-and-attributes)
1909 (tramp-smb-handle-file-exists-p)
1910 (tramp-smb-handle-file-newer-than-file-p): Remove.
1911 (tramp-smb-maybe-open-connection):
1912 Replace `tramp-set-process-query-on-exit-flag' by
1913 `tramp-compat-set-process-query-on-exit-flag'.
1914
1915 2010-10-05 Glenn Morris <rgm@gnu.org>
1916
1917 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
1918
1919 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
1920
1921 Continue reorganization of load dependencies. (Bug#7156)
1922
1923 * net/tramp.el (tramp-handle-file-local-copy-hook)
1924 (tramp-delete-temp-file-function): Move down.
1925 (tramp-exists-file-name-handler): Move up.
1926 (tramp-register-file-name-handlers): Simplify autoload.
1927 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
1928 (tramp-handle-directory-files, tramp-handle-dired-uncache)
1929 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
1930 (tramp-handle-file-name-completion)
1931 (tramp-handle-file-name-directory)
1932 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
1933 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
1934 (tramp-handle-find-backup-file-name)
1935 (tramp-handle-insert-file-contents, tramp-handle-load)
1936 (tramp-handle-substitute-in-file-name)
1937 (tramp-handle-unhandled-file-name-directory)
1938 (tramp-mode-string-to-int, tramp-local-host-p)
1939 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
1940
1941 * net/tramp-gvfs.el (top):
1942 * net/tramp-smb.el (top): Do not require 'tramp-sh.
1943
1944 * net/tramp-sh.el (all): Move several objects to tramp.el, see
1945 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
1946
1947 2010-10-04 Glenn Morris <rgm@gnu.org>
1948
1949 * calendar/appt.el (appt-add): Ensure reminders are enabled.
1950 (appt-activate): Give status messages.
1951
1952 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
1953
1954 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
1955 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
1956 `gnutls-negotiate' (formerly `starttls-negotiate').
1957 Remove trivial wrapper `starttls-open-stream'.
1958
1959 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
1960
1961 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
1962 log-outgoing commands.
1963 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1964 to create a buffer local revert-buffer-function variable.
1965 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1966 revert-buffer-function lambda.
1967
1968 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
1969
1970 * net/gnutls.el (starttls-negotiate): Use the plist interface to
1971 `gnutls-boot'. Make TYPE the only required parameter.
1972 Allow TRUSTFILES and KEYFILES to be lists.
1973 (open-ssl-stream): Use it.
1974
1975 2010-10-03 Glenn Morris <rgm@gnu.org>
1976
1977 * subr.el (directory-sep-char): Remove obsolete variable.
1978 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
1979 it is "necessary".
1980
1981 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
1982 * vc/vc.el (vc-static-header-alist): Doc fix.
1983 * vc/vc-cvs.el (vc-cvs-header):
1984 * vc/vc-rcs.el (vc-rcs-header):
1985 * vc/vc-sccs.el (vc-sccs-header):
1986 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
1987 * obsolete/vc-mcvs.el (vc-mcvs-header):
1988 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
1989 on XEmacs.
1990
1991 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1992
1993 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1994 Remove obsolete use of binary-overwrite-mode (Bug#7001).
1995
1996 2010-10-03 Glenn Morris <rgm@gnu.org>
1997
1998 * obsolete/x-menu.el: Remove file, obsolete since 21.1
1999
2000 * textmodes/rst.el (rst-font-lock-keywords-function):
2001 Drop Emacs 20 code.
2002
2003 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
2004
2005 * printing.el: Drop Emacs 20 code.
2006
2007 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
2008 without having used appt.el already).
2009
2010 * subr.el (make-local-hook): Remove function obsolete since 21.1.
2011 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
2012 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
2013 XEmacs.
2014 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
2015 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
2016
2017 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
2018 (charset-width, find-charset-region, chars-in-region, forward-point)
2019 (encode-coding-string, coding-system-p, ccl-execute-on-string)
2020 (define-ccl-program, multibyte-string-p, string-make-multibyte):
2021 Remove compatibility cruft (none of these are used by ps*.el).
2022
2023 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2024
2025 * subr.el (booleanp): Return t instead of a list (Bug#7086).
2026
2027 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
2028
2029 * server.el (server-process-filter, server-return-error):
2030 Give emacsclient time to shut down after receiving an error string.
2031
2032 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
2033
2034 * files.el (remote-file-name-inhibit-cache): New defcustom.
2035
2036 * time.el (display-time-file-nonempty-p):
2037 Use `remote-file-name-inhibit-cache'.
2038
2039 * net/tramp.el (tramp-completion-reread-directory-timeout):
2040 Fix docstring.
2041
2042 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
2043 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
2044 `remote-file-name-inhibit-cache'. Check also for an integer
2045 value. Add/increase counter when `tramp-verbose' >= 10.
2046 (tramp-set-file-property): Add/increase counter when
2047 `tramp-verbose' >= 10.
2048
2049 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2050 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
2051 (tramp-bug): Set tramp-autoload cookie. Report all interned
2052 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
2053 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
2054 characters only in strings.
2055
2056 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
2057 to backward compatibility.
2058
2059 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
2060 (tramp-handle-file-name-all-completions)
2061 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
2062 (tramp-open-connection-setup-interactive-shell):
2063 Call `tramp-cleanup-connection' directly.
2064
2065 2010-10-02 Glenn Morris <rgm@gnu.org>
2066
2067 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
2068
2069 * subr.el (char-bytes): Remove obsolete function.
2070
2071 * isearch.el (isearch-return-char): Remove obsolete function.
2072
2073 * mouse.el: No longer provide mldrag.
2074 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
2075 Remove obsolete aliases.
2076
2077 * comint.el (comint-kill-output): Remove obsolete alias.
2078
2079 * composite.el (decompose-composite-char): Remove obsolete function.
2080 * ps-def.el (decompose-composite-char): Remove unused function.
2081
2082 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
2083
2084 * outline.el (outline-visible): Remove obsolete function.
2085
2086 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
2087 * faces.el (internal-find-face, internal-get-face)
2088 (frame-update-faces, frame-update-face-colors)
2089 (x-frob-font-weight, x-frob-font-slant)
2090 (internal-frob-font-weight, internal-frob-font-slant)
2091 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
2092 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
2093 (x-make-font-bold-italic): Remove functions and aliases, obsolete
2094 since Emacs 21.1.
2095 * emulation/viper-util.el (viper-get-face):
2096 * obsolete/lucid.el (find-face, get-face): Use facep.
2097 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
2098 Remove unused functions.
2099 * vc/ediff-util.el (ediff-submit-report): Doc fix.
2100
2101 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
2102 delete tempfile if interrupted during compilation.
2103
2104 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2105
2106 * net/tls.el (tls-starttls-switches): Give up on using starttls with
2107 gnutls-cli.
2108 (tls-program): Add --insecure to be consistent with the defaults from
2109 openssl s_client. Now all three commands are insecure.
2110
2111 2010-10-01 Eli Zaretskii <eliz@gnu.org>
2112
2113 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
2114 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
2115 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
2116
2117 2010-10-01 Glenn Morris <rgm@gnu.org>
2118
2119 * obsolete/sc.el: Remove file.
2120
2121 * files.el (temporary-file-directory): On darwin, also try
2122 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
2123
2124 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
2125
2126 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
2127 Let's not break compatibility gratuitously, shall we?
2128
2129 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2130
2131 * net/tls.el (tls-starttls-switches): New variable.
2132 (tls-find-starttls-argument): Use it.
2133 (open-tls-stream): Ditto.
2134
2135 * net/netrc.el (netrc-credentials): Return the value of the "default"
2136 entry.
2137 (netrc-machine): Ditto.
2138
2139 2010-09-30 Eli Zaretskii <eliz@gnu.org>
2140
2141 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
2142
2143 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
2144
2145 * server.el (server-start): Don't write pid to the authentication file.
2146 (server-create-tty-frame): Don't send pid.
2147 (server-process-filter): Send pid at the start of every connection.
2148
2149 2010-09-30 Glenn Morris <rgm@gnu.org>
2150
2151 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
2152 (show-all-diary-entries): Remove obsolete function aliases.
2153
2154 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
2155 Remove options, obsolete since 22.1.
2156 (appt-display-format, appt-display-message): Remove
2157 backwards-compatibility code.
2158 (appt-check): No longer check appt-issue-message.
2159 (appt-make-list): No longer autoload it. Doc fix. No longer
2160 activate the package.
2161
2162 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2163
2164 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
2165 (starttls-negotiate): Just call boot, and let the handshake be
2166 triggered from the read loop.
2167
2168 2010-09-29 Glenn Morris <rgm@gnu.org>
2169
2170 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
2171 not displaying the diary.
2172 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
2173 * calendar/appt.el (appt-check): No longer need to kill diary.
2174
2175 * calendar/diary-lib.el (diary-list-entries): Move the
2176 "Preparing..." message entirely here.
2177 (diary-simple-display, diary-fancy-display): Move "Preparing..."
2178 messages to diary-list-entries.
2179 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
2180 diary-display-function.
2181
2182 * calendar/diary-lib.el (diary-include-other-diary-files):
2183 Trap some recursive includes.
2184
2185 * calendar/appt.el (appt-activate): Check diary file.
2186
2187 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2188
2189 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2190 construction.
2191
2192 * calendar/time-date.el: No need to require cl for Emacs 21.
2193
2194 2010-09-28 Glenn Morris <rgm@gnu.org>
2195
2196 * calendar/appt.el (appt-check): Minor simplification.
2197
2198 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2199
2200 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
2201 citation prefix.
2202
2203 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
2204
2205 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2206 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
2207
2208 2010-09-27 Kenichi Handa <handa@m17n.org>
2209
2210 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
2211 "ustar" format.
2212
2213 2010-09-27 Kenichi Handa <handa@m17n.org>
2214
2215 * international/mule.el (define-coding-system): Docstring fixed.
2216
2217 * international/mule-diag.el (describe-character-set): Use princ
2218 with proper print-length and print-level instead of insert.
2219
2220 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
2221
2222 * window.el (walk-windows): Doc fix (bug#7105).
2223
2224 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2225
2226 * emacs-lisp/float-sup.el (e): Remove.
2227
2228 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2229
2230 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
2231 variable.
2232 (starttls-negotiate): Use it.
2233
2234 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2235
2236 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
2237 back.
2238
2239 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
2242
2243 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2244
2245 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
2246
2247 * net/netrc.el (netrc-store-data): New function.
2248
2249 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2250
2251 * net/gnutls.el: GnuTLS glue code to set up a connection.
2252
2253 2010-09-25 Julien Danjou <julien@danjou.info>
2254
2255 * notifications.el: Call dbus-register-signal only if it is bound.
2256
2257 2010-09-25 Glenn Morris <rgm@gnu.org>
2258
2259 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2260 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2261 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2262 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2263 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2264 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2265 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
2266 * eshell/esh-util.el, eshell/esh-var.el:
2267 Remove leading `*' from docs of faces and defcustoms.
2268
2269 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
2270
2271 * eshell/em-ls.el (eshell-ls-archive-regexp):
2272 * eshell/esh-util.el (eshell-tar-regexp):
2273 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2274 * info.el (Info-suffix-list):
2275 * international/mule.el (auto-coding-alist):
2276 * woman.el (woman-file-regexp, woman-file-compression-regexp):
2277 * progmodes/etags.el (tags-compression-info-list):
2278 Support xz compression.
2279
2280 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
2281
2282 * files.el (get-free-disk-space): Don't assume the "df" output
2283 columns line up (Bug#6995).
2284
2285 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
2286
2287 * finder.el (finder-unknown-keywords):
2288 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
2289 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
2290
2291 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
2292
2293 * server.el (server-start): Revert part of 2010-08-08 change. Using
2294 address 127.0.0.1 for local host is now done in Fmake_network_process.
2295
2296 2010-09-24 Glenn Morris <rgm@gnu.org>
2297
2298 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
2299 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
2300 * textmodes/css-mode.el, textmodes/dns-mode.el:
2301 Move autoloaded auto-mode-alist entries to files.el.
2302 * files.el (auto-mode-alist): Move entries here.
2303
2304 2010-09-23 Glenn Morris <rgm@gnu.org>
2305
2306 * isearch.el (isearch-lazy-highlight-cleanup)
2307 (isearch-lazy-highlight-initial-delay)
2308 (isearch-lazy-highlight-interval)
2309 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
2310 * net/net-utils.el (ipconfig-program-options):
2311 Move aliases to options before the associated definitions.
2312
2313 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2314
2315 * newcomment.el (comment-normalize-vars): Better test validity of
2316 comment-end-skip.
2317
2318 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2319
2320 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
2321 (float-e): New name for `e'.
2322 (degrees-to-radians, radians-to-degrees):
2323 * calendar/solar.el (solar-longitude):
2324 * calculator.el (calculator-registers, calculator-funcall):
2325 * textmodes/artist.el (artist-spray-random-points):
2326 * play/bubbles.el (bubbles--initialize-images): Use new names.
2327
2328 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
2329
2330 Update to CEDET 1.0's version of EIEIO.
2331
2332 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
2333 New function.
2334 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
2335 (eieio-default-eval-maybe): Eval val instead of unquoting only.
2336 (class-precedence-list): If class is nil, return nil.
2337 (eieio-generic-call): If class of first input arg is nil, don't
2338 look up static methods, and do check for primary methods.
2339 (initialize-instance): See if the default needs to be evaluated
2340 during the constructor.
2341 (eieio-perform-slot-validation-for-default): Don't do the check
2342 for values that will eventually be evaluated.
2343 (eieio-eval-default-p): New function.
2344 (eieio-default-eval-maybe): Use it.
2345
2346 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
2347
2348 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
2349 method-invocation-order.
2350 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
2351 (eieio-class-precedence-dfs): Compute class precedence list using
2352 dfs algorithm.
2353 (eieio-class-precedence-bfs): Compute class precedence list using
2354 bfs algorithm.
2355 (eieio-class-precedence-c3): Compute class precedence list using
2356 c3 algorithm.
2357 (class-precedence-list): New function.
2358 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
2359 (inconsistent-class-hierarchy): New error symbol.
2360 (call-next-method): Stow the replacement argument list for future
2361 call-next-method invocations.
2362
2363 2010-09-23 Glenn Morris <rgm@gnu.org>
2364
2365 * calendar/appt.el (appt-check): If not displaying the diary,
2366 use (diary 1) to only get the entries we need.
2367 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
2368 that it is in day order. (Bug#7019)
2369
2370 * calendar/appt.el (appt-check): Rather than showing the diary,
2371 just turn off invisible display, and only if needed.
2372
2373 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
2374
2375 2010-09-23 Glenn Morris <rgm@gnu.org>
2376
2377 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2378 (byte-compile-defvar, byte-compile-cl-warn):
2379 Start warnings with lower-case, like the majority.
2380
2381 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
2382
2383 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
2384
2385 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
2386 * files.el (auto-mode-alist): Move ld-script entries here, further down
2387 the list.
2388
2389 * vc/add-log.el: Don't require timezone when compiling.
2390 (timezone-make-date-sortable): Autoload it.
2391 (change-log-sortable-date-at): Don't require timezone.
2392 Use `ignore-errors'.
2393
2394 * comint.el (comint-use-prompt-regexp-instead-of-fields):
2395 Move alias before definition, so it does not need autoloading.
2396
2397 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
2398 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
2399 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
2400 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
2401 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
2402 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
2403 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
2404 * textmodes/tex-mode.el, textmodes/two-column.el:
2405 Remove leading `*' from docs of defcustoms etc.
2406
2407 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
2408
2409 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
2410
2411 2010-09-22 Dan Christensen <jdc@uwo.ca>
2412
2413 * calendar/time-date.el (date-to-time): Try using parse-time-string
2414 first before using the slower timezone-make-date-arpa-standard.
2415
2416 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2417
2418 * calendar/time-date.el (format-seconds): Comment fix.
2419
2420 2010-09-22 Glenn Morris <rgm@gnu.org>
2421
2422 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
2423 is not automatically buffer-local.
2424
2425 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2426
2427 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
2428 (smie-indent-comment): Be more careful with comment-start-skip.
2429 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
2430 (smie-indent-functions): Use them.
2431
2432 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
2433
2434 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
2435
2436 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
2437
2438 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
2439 tool-bar-position. Don't modify frame parameters here.
2440 (menu-bar-options-save): Add tool-bar-position.
2441
2442 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
2443
2444 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 * textmodes/reftex-parse.el (reftex-what-macro)
2447 (reftex-context-substring): Let-bind forward-sexp-function to nil
2448 since we don't need/want to treat \begin...\end as a block (bug#7053).
2449
2450 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
2451
2452 * simple.el (blink-matching-open): Use syntax-class.
2453
2454 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
2455 Set invisibility spec for pascal's outline mode.
2456 (pascal-outline-change): Clean up calling convention.
2457 (pascal-show-all, pascal-hide-other-defuns): Update callers.
2458
2459 * progmodes/prolog.el (prolog-smie-forward-token)
2460 (prolog-smie-backward-token): New functions.
2461 (prolog-mode-variables): Use them to parse "!," correctly.
2462 Set up smie-blink-matching for ".".
2463
2464 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
2465 and `end'.
2466 (ispell-region, ispell-process-line): Update users.
2467
2468 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
2469 point-min==1.
2470
2471 * textmodes/ispell.el: Fix commenting convention.
2472 (ispell-parse-output): Simplify, use push.
2473 (ispell-region): Use match-string-no-properties.
2474 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
2475 (ispell-minor-mode): Use define-minor-mode.
2476 (ispell-message): Remove unused var `skip-regexp'.
2477 (ispell-add-per-file-word-list): Use dynamic let-binding.
2478 Try and use the proper comment marker.
2479
2480 * mail/sendmail.el: Fix commenting convention.
2481 (sendmail-send-it): Use line-beginning-position.
2482
2483 * help-fns.el (describe-variable): Add original value, if applicable.
2484
2485 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
2486
2487 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
2488
2489 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
2490
2491 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2492
2493 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
2494 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
2495 (smie-prec2-levels): Use them to better diagnose precedence cycles.
2496 (smie-blink-matching-check): Don't signal a mismatch if car is t.
2497 (smie-blink-matching-open): Rewrite to remove assumptions, so that
2498 something like "." can also be a closer.
2499 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
2500 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
2501 Rename internal functions to use "--". Update callers.
2502
2503 * frame.el (make-frame-names-alist): Don't list frames on other displays.
2504
2505 * fringe.el (fringe-styles): New var.
2506 (fringe-mode, fringe-query-style): Use it.
2507
2508 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
2509
2510 * progmodes/sql.el: Version 2.8
2511 (sql-login-params): Update widget structure; changes still needed.
2512 (sql-product-alist): Add :list-all and :list-table features for
2513 SQLite, Postgres and MySQL products.
2514 (sql-redirect): Handle default value.
2515 (sql-execute, sql-execute-feature): New functions.
2516 (sql-read-table-name): New function.
2517 (sql-list-all, sql-list-table): New functions. User API.
2518 (sql-mode-map, sql-interactive-mode-map): Add key definitions
2519 for above functions.
2520 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
2521 for above functions.
2522 (sql-postgres-login-params): Add user and database defaults.
2523 (sql-buffer-live-p): Bug fix.
2524 (sql-product-history): New variable.
2525 (sql-read-product): New function. Use it.
2526 (sql-set-product, sql-product-interactive): Use it.
2527 (sql-connection-history): New variable.
2528 (sql-read-connection): New function. Use it.
2529 (sql-connect): New function.
2530 (sql-for-each-login): Redesign function interface.
2531 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
2532 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
2533 (sql-comint): Check for program. Existing live buffer.
2534 (sql-comint-postgres): Add port parameter.
2535
2536 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2537
2538 * emacs-lisp/warnings.el: Fix commenting convention.
2539 (display-warning): Use special mode and make the buffer read-only.
2540
2541 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
2542
2543 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
2544 empty string when it follows a repeated or optional pattern.
2545
2546 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2547
2548 * indent.el (indent-according-to-mode): Apply syntax-propertize.
2549 (indent-region): Use indent-according-to-mode.
2550
2551 2010-09-18 Eli Zaretskii <eliz@gnu.org>
2552
2553 * fringe.el (fringe-mode): Doc fix.
2554
2555 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2556
2557 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
2558 refreshing the preview buffer.
2559
2560 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2561
2562 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
2563 (latex-syntax-propertize-rules): New consts; replace
2564 tex-font-lock-syntactic-keywords.
2565 (tex-env-mark, latex-env-before-change): New functions.
2566 (latex-electric-env-pair-mode): New minor mode.
2567 (tex-font-lock-verb): Change arguments; do move point.
2568 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
2569 representation as a form of comment.
2570 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
2571 (doctex-syntax-propertize-rules): New const; replaces
2572 doctex-font-lock-syntactic-keywords.
2573 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
2574
2575 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
2576 (fortran-make-syntax-propertize-function): New function; replaces
2577 fortran-font-lock-syntactic-keywords.
2578 (fortran-mode): Use it.
2579 (fortran-line-length): Use it. Improve interactive spec.
2580
2581 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
2582 (syntax-propertize-rules): Add var-ref case. Fix offset computation
2583 when adding surrounding \(..\).
2584
2585 * progmodes/js.el (js-mode): Fix last change (bug#7054).
2586
2587 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2588
2589 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
2590 Use with-current-buffer.
2591
2592 * isearch.el (isearch-face): Rename from `isearch'.
2593 (isearch-highlight): Use new name.
2594
2595 2010-09-17 Eli Zaretskii <eliz@gnu.org>
2596
2597 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
2598 5, for `half' width fringes. (Bug#6933)
2599
2600 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2601
2602 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
2603 (byte-compile-defvar): "foo/bar" does not lack a prefix.
2604
2605 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
2606
2607 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
2608
2609 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
2610 in calculating new frame position. Add more space between new and
2611 parent on the left (Bug#7048).
2612
2613 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
2614
2615 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
2616 defmacro.
2617
2618 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
2619
2620 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
2621
2622 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
2623 obsolete alias for x-selection-value.
2624
2625 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
2626
2627 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
2628
2629 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
2630 cookie.
2631
2632 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
2633
2634 * net/tramp-compat.el (tramp-compat-with-temp-message)
2635 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
2636 (tramp-compat-process-put): New defuns.
2637
2638 * net/tramp.el (top):
2639 * net/tramp-gvfs.el (top):
2640 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
2641
2642 * net/tramp.el (tramp-progress-reporter-update):
2643 Use `tramp-compat-funcall'.
2644
2645 * net/tramp.el (tramp-process-actions):
2646 * net/tramp-gvfs.el (tramp-handle-vc-registered):
2647 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
2648 (tramp-get-remote-stat, tramp-get-remote-readlink):
2649 Use `tramp-compat-with-temp-message'.
2650
2651 * net/tramp-sh.el (top): Require 'cl.
2652 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
2653 (tramp-open-connection-setup-interactive-shell):
2654 Use `tramp-compat-process-put'.
2655
2656 2010-09-15 Alan Mackenzie <acm@muc.de>
2657
2658 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
2659 indentation.
2660 (c-forward-<>-arglist-recur): Fix an infinite recursion.
2661
2662 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2663
2664 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2665 `lexical' for warnings related to lexical scoping.
2666 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
2667 global vars which don't have a prefix and could hence affect lexical
2668 scoping in unrelated files.
2669
2670 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2671
2672 * net/imap.el: Revert back to version
2673 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2674 seem problematic.
2675
2676 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
2677
2678 * obsolete/old-whitespace.el (whitespace-unload-function):
2679 Explicitly pass `obarray' to `unintern' to avoid a warning.
2680
2681 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2682
2683 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
2684 Add `when' argument. Update callers.
2685
2686 * subr.el (unintern): Declare the obarray arg mandatory.
2687
2688 2010-09-14 Glenn Morris <rgm@gnu.org>
2689
2690 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
2691 Doc fixes.
2692
2693 * calendar/diary-lib.el (diary-included-files): New variable.
2694 (diary-list-entries): Maybe initialize diary-included-files.
2695 (diary-include-other-diary-files): Append to diary-included-files.
2696 * calendar/appt.el (appt-update-list): Also check the members of
2697 diary-included-files. (Bug#6999)
2698 (appt-check): Doc fix.
2699
2700 2010-09-14 David Reitter <david.reitter@gmail.com>
2701
2702 * simple.el (line-move-visual): Do not truncate goal column to
2703 integer size. (Bug#7020)
2704
2705 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2706
2707 * repeat.el (repeat): Allow repeating when the last event is a click.
2708 Suggested by Drew Adams (bug#6256).
2709
2710 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
2711
2712 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
2713 Replace setting HGRCPATH to "" by some less invasive --config options.
2714
2715 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2716
2717 * font-lock.el (font-lock-beginning-of-syntax-function):
2718 Mark as obsolete.
2719
2720 2010-09-14 Glenn Morris <rgm@gnu.org>
2721
2722 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
2723 and tool-bar modes. (Bug#6211)
2724 (menu-bar-mode): Move setting of standard-value after the
2725 minor-mode definition, otherwise it seems to have no effect.
2726
2727 2010-09-14 Masatake YAMATO <yamato@redhat.com>
2728
2729 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2730 Fix typo. (Bug#6976)
2731
2732 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2733
2734 * whitespace.el: Allow cleaning up blanks without blank
2735 visualization (Bug#6651). Adjust help window for
2736 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2737 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
2738 (whitespace-style): Add new value 'face. Adjust docstring.
2739 (whitespace-space, whitespace-hspace, whitespace-tab):
2740 Adjust foreground property face.
2741 (whitespace-line-column): Adjust docstring and type declaration.
2742 (whitespace-style-value-list, whitespace-toggle-option-alist)
2743 (whitespace-help-text): Adjust const initialization.
2744 (whitespace-toggle-options, global-whitespace-toggle-options):
2745 Adjust docstring.
2746 (whitespace-display-window, whitespace-interactive-char)
2747 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2748 (whitespace-help-scroll): New fun.
2749
2750 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
2751
2752 * calendar/time-date.el (format-seconds): Comment fix.
2753
2754 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
2755
2756 * progmodes/sql.el: Version 2.7.
2757 (sql-buffer-live-p): Improve detection.
2758 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2759 (sql-set-sqli-buffer): Use it.
2760 (sql-product-interactive): Run `sql-set-sqli-hook'.
2761 (sql-rename-buffer): Code cleanup.
2762 (sql-redirect, sql-redirect-value): New functions. More to come.
2763
2764 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
2765
2766 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.
2767 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
2768 (TRAMP_SRC): New macro.
2769 ($(lisp)/net/tramp-loaddefs.el): New target.
2770
2771 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
2772
2773 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
2774
2775 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
2776
2777 * net/tramp.el (top): Don't show loading message. Require just
2778 'tramp-compat, everything else is required there.
2779 Use `ignore-errors' where appropriate.
2780 (tramp-inline-compress-start-size, tramp-copy-size-limit)
2781 (tramp-terminal-type, tramp-end-of-output)
2782 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
2783 (tramp-completion-function-alist-ssh)
2784 (tramp-completion-function-alist-telnet)
2785 (tramp-completion-function-alist-su)
2786 (tramp-completion-function-alist-putty, tramp-remote-path)
2787 (tramp-remote-process-environment, tramp-sh-extra-args)
2788 (tramp-actions-before-shell, tramp-uudecode)
2789 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
2790 (tramp-perl-file-attributes)
2791 (tramp-perl-directory-files-and-attributes)
2792 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
2793 (tramp-perl-encode, tramp-perl-decode)
2794 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
2795 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
2796 (tramp-handle-make-symbolic-link, tramp-handle-load)
2797 (tramp-handle-file-name-as-directory)
2798 (tramp-handle-file-name-directory)
2799 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
2800 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
2801 (tramp-do-file-attributes-with-ls)
2802 (tramp-do-file-attributes-with-perl)
2803 (tramp-do-file-attributes-with-stat)
2804 (tramp-handle-set-visited-file-modtime)
2805 (tramp-handle-verify-visited-file-modtime)
2806 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
2807 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
2808 (tramp-handle-file-selinux-context)
2809 (tramp-handle-set-file-selinux-context)
2810 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
2811 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
2812 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
2813 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
2814 (tramp-handle-file-ownership-preserved-p)
2815 (tramp-handle-directory-file-name, tramp-handle-directory-files)
2816 (tramp-handle-directory-files-and-attributes)
2817 (tramp-do-directory-files-and-attributes-with-perl)
2818 (tramp-do-directory-files-and-attributes-with-stat)
2819 (tramp-handle-file-name-all-completions)
2820 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
2821 (tramp-handle-copy-file, tramp-handle-copy-directory)
2822 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
2823 (tramp-do-copy-or-rename-file-via-buffer)
2824 (tramp-do-copy-or-rename-file-directly)
2825 (tramp-do-copy-or-rename-file-out-of-band)
2826 (tramp-handle-make-directory, tramp-handle-delete-directory)
2827 (tramp-handle-delete-file)
2828 (tramp-handle-dired-recursive-delete-directory)
2829 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
2830 (tramp-handle-insert-directory)
2831 (tramp-handle-unhandled-file-name-directory)
2832 (tramp-handle-expand-file-name)
2833 (tramp-handle-substitute-in-file-name)
2834 (tramp-handle-executable-find, tramp-process-sentinel)
2835 (tramp-handle-start-file-process, tramp-handle-process-file)
2836 (tramp-handle-call-process-region, tramp-handle-shell-command)
2837 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
2838 (tramp-handle-insert-file-contents)
2839 (tramp-handle-insert-file-contents-literally)
2840 (tramp-handle-find-backup-file-name)
2841 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
2842 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
2843 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
2844 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
2845 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
2846 (tramp-find-file-exists-command, tramp-open-shell)
2847 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
2848 (tramp-open-connection-setup-interactive-shell)
2849 (tramp-local-coding-commands, tramp-remote-coding-commands)
2850 (tramp-find-inline-encoding, tramp-call-local-coding-command)
2851 (tramp-inline-compress-commands, tramp-find-inline-compress)
2852 (tramp-compute-multi-hops, tramp-maybe-open-connection)
2853 (tramp-send-command, tramp-wait-for-output)
2854 (tramp-send-command-and-check, tramp-barf-unless-okay)
2855 (tramp-send-command-and-read, tramp-mode-string-to-int)
2856 (tramp-convert-file-attributes, tramp-check-cached-permissions)
2857 (tramp-file-mode-from-int, tramp-file-mode-permissions)
2858 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
2859 (tramp-method-out-of-band-p, tramp-local-host-p)
2860 (tramp-get-remote-path, tramp-get-remote-tmpdir)
2861 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
2862 (tramp-get-test-command, tramp-get-test-nt-command)
2863 (tramp-get-file-exists-command, tramp-get-remote-ln)
2864 (tramp-get-remote-perl, tramp-get-remote-stat)
2865 (tramp-get-remote-readlink, tramp-get-remote-trash)
2866 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
2867 (tramp-get-local-uid, tramp-get-local-gid)
2868 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
2869 tramp-sh.el.
2870 (tramp-methods, tramp-default-method-alist)
2871 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
2872 Move initialization to tramp-sh.el.
2873 (tramp-temp-name-prefix): Make it a defconst.
2874 (tramp-dissect-file-name): Don't check anymore for multi-hop
2875 methods.
2876 (tramp-debug-outline-regexp): Add a docstring.
2877 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
2878 (tramp-get-debug-buffer): Use it.
2879
2880 * net/tramp-cache.el (top): Set tramp-autoload cookie for
2881 initialization forms.
2882 (tramp-set-connection-property): Don't protect `tramp-message'
2883 call, it isn't necessary any longer.
2884 (tramp-dump-connection-properties): Use `ignore-errors'.
2885
2886 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
2887 'password-cache and 'auth-source.
2888
2889 * net/tramp-gvfs.el (top):
2890 * net/tramp-smb.el (top): Require 'tramp-sh.
2891
2892 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
2893
2894 * net/tramp-sh.el: New file, derived from tramp.el.
2895 (top): Initialize `tramp-methods', `tramp-default-method-alist',
2896 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
2897 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
2898 Use `ignore-errors' where appropriate.
2899 (tramp-sh-file-name-handler-alist): Rename from
2900 `tramp-file-name-handler-alist'.
2901 (tramp-send-command-and-check): Return t or nil. Remove all
2902 `zerop' checks, where called.
2903 (tramp-handle-set-file-modes)
2904 (tramp-do-copy-or-rename-file-directly)
2905 (tramp-handle-delete-directory, tramp-handle-delete-file)
2906 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
2907 (tramp-sh-file-name-handler, tramp-send-command-and-check)
2908 (tramp-get-remote-ln): Set tramp-autoload cookie.
2909
2910 * net/tramp-fish.el: Remove file.
2911
2912 2010-09-13 Daiki Ueno <ueno@unixuser.org>
2913
2914 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
2915 buffer-file-name to avoid file-locking. (Bug#7026)
2916
2917 2010-09-13 Julien Danjou <julien@danjou.info>
2918
2919 * notifications.el (notifications-notify): Add support for
2920 image-path and sound-name.
2921 (notifications-specification-version): Add this variable.
2922
2923 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2924
2925 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
2926
2927 2010-09-12 Leo <sdl.web@gmail.com>
2928
2929 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
2930 (rcirc-completion-start): New variables.
2931 (rcirc-nick-completions): Rename to rcirc-completions.
2932 (rcirc-nick-completion-start-offset): Delete.
2933 (rcirc-completion-at-point): New function for constructing
2934 completion data for both nicks and irc commands. Add to
2935 completion-at-point-functions in rcirc mode.
2936 (rcirc-complete): Rename from rcirc-nick-complete; use
2937 rcirc-completion-at-point.
2938 (defun-rcirc-command): Update rcirc-client-commands.
2939
2940 2010-09-11 Glenn Morris <rgm@gnu.org>
2941
2942 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
2943 atomically, to avoid parallel build errors. (Bug#4196)
2944
2945 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
2946
2947 * progmodes/sql.el: Version 2.6
2948 (sql-dialect): Synonym for "sql-product".
2949 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2950 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
2951 Set "sql-buffer" to buffer name not buffer object so multiple sql
2952 interactive buffers work properly. Reverts misguided changes in
2953 earlier work.
2954 (sql-comint): Make sure different buffer name is used if "*SQL*"
2955 buffer is for a different product.
2956 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
2957 login param.
2958 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2959 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2960 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
2961 Accept new buffer name or prompt for one.
2962 (sql-port): Default to zero.
2963 (sql-comint-mysql): Handle "sql-port" as a numeric.
2964 (sql-port-history): Delete unused variable.
2965 (sql-get-login): Default "sql-port" to a number.
2966 (sql-product-alist): Correct Postgres prompt and terminator regexp.
2967 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
2968 "sqlite3" executables.
2969 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
2970 (sql-buffer-live-p): New function.
2971 (sql-mode-menu, sql-send-string): Use it.
2972 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
2973 syntax pattern.
2974 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
2975 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
2976
2977 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2978
2979 * net/netrc.el (netrc-credentials): New convenience function.
2980
2981 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2982
2983 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
2984 to replace texinfo-font-lock-syntactic-keywords.
2985 (texinfo-mode): Use it.
2986
2987 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
2988 Use syntax-propertize-function.
2989
2990 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
2991 replace sgml-font-lock-syntactic-keywords.
2992 (sgml-mode): Use it.
2993
2994 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
2995 since we don't use it.
2996
2997 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
2998
2999 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
3000 if available.
3001 (vhdl-fontify-buffer): Adjust.
3002
3003 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
3004 replace tcl-font-lock-syntactic-keywords.
3005 (tcl-mode): Use it.
3006
3007 * progmodes/simula.el (simula-syntax-propertize-function): New var to
3008 replace simula-font-lock-syntactic-keywords.
3009 (simula-mode): Use it.
3010
3011 * progmodes/sh-script.el (sh-st-symbol): Remove.
3012 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
3013 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
3014 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
3015 (sh-font-lock-paren): Set syntax-multiline.
3016 (sh-font-lock-syntactic-keywords): Remove.
3017 (sh-syntax-propertize-function): New function to replace it.
3018 (sh-mode): Use it.
3019
3020 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
3021 Define while compiling.
3022 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3023 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3024 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
3025 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3026 (ruby-here-doc-end-syntax): Only define when
3027 syntax-propertize is not available.
3028 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
3029 New functions.
3030 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
3031 (electric-indent-chars): Silence bytecompiler.
3032 (ruby-mode): Use prog-mode, syntax-propertize-function, and
3033 electric-indent-chars.
3034
3035 * progmodes/python.el (python-syntax-propertize-function): New var to
3036 replace python-font-lock-syntactic-keywords.
3037 (python-mode): Use it.
3038 (python-quote-syntax): Simplify and adjust to new use.
3039
3040 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
3041 replace perl-font-lock-syntactic-keywords.
3042 (perl-syntax-propertize-special-constructs): New fun to replace
3043 perl-font-lock-special-syntactic-constructs.
3044 (perl-font-lock-syntactic-face-function): New fun.
3045 (perl-mode): Use it.
3046
3047 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
3048 to replace octave-font-lock-close-quotes.
3049 (octave-syntax-propertize-function): New function to replace
3050 octave-font-lock-syntactic-keywords.
3051 (octave-mode): Use it.
3052
3053 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
3054 replaces mixal-font-lock-syntactic-keywords.
3055 (mixal-mode): Use it.
3056
3057 * progmodes/make-mode.el (makefile-syntax-propertize-function):
3058 New var; replaces makefile-font-lock-syntactic-keywords.
3059 (makefile-mode): Use it.
3060 (makefile-imake-mode): Adjust.
3061
3062 * progmodes/js.el (js--regexp-literal): Define while compiling.
3063 (js-syntax-propertize-function): New var; replaces
3064 js-font-lock-syntactic-keywords.
3065 (js-mode): Use it.
3066
3067 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
3068 replaces gdb-script-font-lock-syntactic-keywords.
3069 (gdb-script-mode): Use it.
3070
3071 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
3072 (fortran--font-lock-syntactic-keywords): New var.
3073 (fortran-line-length): Update syntax-propertize-function and
3074 fortran--font-lock-syntactic-keywords.
3075
3076 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
3077
3078 * progmodes/cfengine.el (cfengine-mode):
3079 Use syntax-propertize-function.
3080 (cfengine-font-lock-syntactic-keywords): Remove.
3081
3082 * progmodes/autoconf.el (autoconf-mode):
3083 Use syntax-propertize-function.
3084 (autoconf-font-lock-syntactic-keywords): Remove.
3085
3086 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
3087 (ada-after-change-function, ada-initialize-syntax-table-properties)
3088 (ada-handle-syntax-table-properties): Only define when
3089 syntax-propertize is not available.
3090 (ada-mode): Use syntax-propertize-function.
3091
3092 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
3093 (font-lock-fontify-syntactic-keywords-region): Move handling of
3094 font-lock-syntactically-fontified to...
3095 (font-lock-default-fontify-region): ...here.
3096 Let syntax-propertize-function take precedence.
3097 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
3098
3099 * emacs-lisp/syntax.el (syntax-propertize-function)
3100 (syntax-propertize-chunk-size, syntax-propertize--done)
3101 (syntax-propertize-extend-region-functions): New vars.
3102 (syntax-propertize-wholelines, syntax-propertize-multiline)
3103 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
3104 (syntax-propertize): New functions.
3105 (syntax-propertize-rules): New macro.
3106 (syntax-ppss-flush-cache): Set syntax-propertize--done.
3107 (syntax-ppss): Call syntax-propertize.
3108
3109 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
3110
3111 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
3112
3113 * textmodes/ispell.el (ispell-init-process): Improve comments.
3114 XEmacs compatibility changes regarding (add-hook) 'local option
3115 and (set-process-query-on-exit-flag).
3116
3117 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
3118
3119 * net/tramp-cache.el (tramp-parse-connection-properties):
3120 Set tramp-autoload cookie.
3121
3122 2010-09-09 Glenn Morris <rgm@gnu.org>
3123
3124 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
3125 (imagemagick-register-types): Doc fix.
3126
3127 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3128
3129 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
3130
3131 * progmodes/js.el (require): Require is already "eval-and-compile".
3132 (js--re-search-forward): Avoid `eval'. Preserve the error data.
3133 (js--re-search-backward): Use js--re-search-forward.
3134
3135 * progmodes/fortran.el (fortran-line-length): Don't recompute
3136 syntactic keywords redundantly a second time.
3137
3138 * progmodes/ada-mode.el: Replace "(set '" with setq.
3139 (ada-mode): Simplify.
3140 (ada-create-case-exception, ada-adjust-case-interactive)
3141 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
3142 (ada-search-ignore-string-comment, ada-move-to-start)
3143 (ada-move-to-end): Use with-syntax-table.
3144
3145 * font-lock.el (save-buffer-state): Remove `varlist' arg.
3146 (font-lock-unfontify-region, font-lock-default-fontify-region):
3147 Update usage correspondingly.
3148 (font-lock-fontify-syntactic-keywords-region):
3149 Set parse-sexp-lookup-properties buffer-locally here.
3150 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
3151
3152 * simple.el (blink-matching-open): Don't burp if we can't find a match.
3153
3154 2010-09-08 Glenn Morris <rgm@gnu.org>
3155
3156 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
3157 Error if not compiled with -DBYTE_CODE_METER.
3158
3159 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3160 Ignore dir-locals-file.
3161
3162 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3163
3164 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3165 Not a const.
3166 (compilation-error-regexp-alist-alist): Rule out ": " in file names
3167 for the `gnu' messages.
3168 (compilation-set-skip-threshold): New command.
3169 (compilation-start): Use \' rather than $.
3170 (compilation-forget-errors): Use clrhash.
3171
3172 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
3173
3174 * textmodes/ispell.el (ispell-valid-dictionary-list):
3175 Simplify logic.
3176
3177 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
3178
3179 Migrate to Tramp 2.2. Rearrange load dependencies.
3180 (Bug#1529, Bug#5448, Bug#5705)
3181
3182 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
3183 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
3184 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
3185
3186 * net/tramp.el (top): Remove all other tramp-* loads except
3187 tramp-compat.el. Remove all changes to tramp-unload-hook for
3188 other tramp-* packages. Rearrange defun order. Change calls of
3189 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
3190 `tramp-compat-octal-to-decimal' to new function names.
3191 (tramp-terminal-type, tramp-initial-end-of-output)
3192 (tramp-methods, tramp-foreign-file-name-handler-alist)
3193 (tramp-tramp-file-p, tramp-completion-mode-p)
3194 (tramp-send-command-and-check, tramp-get-remote-path)
3195 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
3196 (tramp-shell-quote-argument): Set tramp-autoload cookie.
3197 (with-file-property, with-connection-property): Move to
3198 tramp-cache.el.
3199 (tramp-local-call-process, tramp-decimal-to-octal)
3200 (tramp-octal-to-decimal): Move to tramp-compat.el.
3201 (tramp-handle-shell-command): Do not require 'shell.
3202 (tramp-compute-multi-hops): No special handling for tramp-gw-*
3203 symbols.
3204 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
3205
3206 * net/tramp-cache.el (top): Require 'tramp. Add to
3207 `tramp-unload-hook'.
3208 (tramp-cache-data, tramp-get-file-property)
3209 (tramp-set-file-property, tramp-flush-file-property)
3210 (tramp-flush-directory-property, tramp-get-connection-property)
3211 (tramp-set-connection-property, tramp-flush-connection-property)
3212 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
3213 cookie.
3214 (with-file-property, with-connection-property): New defuns, moved
3215 from tramp.el.
3216 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
3217 macro.
3218
3219 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
3220 (tramp-version): Set tramp-autoload cookie.
3221
3222 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
3223 changes to tramp-unload-hook for other tramp-* packages. Add to
3224 `tramp-unload-hook'.
3225 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
3226 (tramp-compat-call-process): New defuns, moved from tramp.el.
3227
3228 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
3229 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
3230 to `tramp-unload-hook'. Change call of
3231 `tramp-compat-decimal-to-octal' to new function name.
3232 (tramp-fish-method): Make it a defconst.
3233 (tramp-fish-file-name-p): Make it a defsubst.
3234 (tramp-fish-method, tramp-fish-file-name-handler)
3235 (tramp-fish-file-name-p): Set tramp-autoload cookie.
3236
3237 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
3238 `tramp-foreign-file-name-handler-alist'. Add to
3239 `tramp-unload-hook'.
3240 (tramp-ftp-method): Make it a defconst.
3241 (tramp-ftp-file-name-p): Make it a defsubst.
3242 (tramp-ftp-method, tramp-ftp-file-name-handler)
3243 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
3244
3245 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
3246 `tramp-foreign-file-name-handler-alist'. Add to
3247 `tramp-unload-hook'. Change checks, whether package can be
3248 loaded.
3249 (tramp-gvfs-file-name-p): Make it a defsubst.
3250 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
3251 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
3252 (tramp-gvfs-handle-file-directory-p): New defun.
3253 (tramp-gvfs-file-name-handler-alist): Use it.
3254
3255 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
3256 `tramp-foreign-file-name-handler-alist'. Add to
3257 `tramp-unload-hook'.
3258 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
3259 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
3260 defconst.
3261 (tramp-gw-tunnel-method, tramp-gw-socks-method)
3262 (tramp-gw-open-connection): Set tramp-autoload cookie.
3263
3264 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
3265 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
3266 to `tramp-unload-hook'. Change checks, whether package can be
3267 loaded.
3268 (tramp-imap-file-name-p): Make it a defsubst.
3269 (tramp-imap-method, tramp-imaps-method)
3270 (tramp-imap-file-name-handler)
3271 (tramp-imap-file-name-p): Set tramp-autoload cookie.
3272
3273 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
3274 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
3275 to `tramp-unload-hook'. Change checks, whether package can be
3276 loaded. Change call of `tramp-compat-decimal-to-octal' to new
3277 function name.
3278 (tramp-smb-tunnel-method): Make it a defconst.
3279 (tramp-smb-file-name-p): Make it a defsubst.
3280 (tramp-smb-method, tramp-smb-file-name-handler)
3281 (tramp-smb-file-name-p): Set tramp-autoload cookie.
3282
3283 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
3284 (tramp-uuencode-region): Set tramp-autoload cookie.
3285
3286 * net/trampver.el (top) Add to `tramp-unload-hook'.
3287 (tramp-version, tramp-bug-report-address): Set tramp-autoload
3288 cookie. Update release number.
3289
3290 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
3291
3292 * textmodes/ispell.el (ispell-start-process): Make sure original
3293 arg list is properly initialized (Bug#6993, Bug#6994).
3294
3295 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3296
3297 * files.el (directory-abbrev-alist): Use \` as default regexp.
3298
3299 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
3300 chars like - or ] (bug#6984).
3301 (rx-any-condense-range): Explode 2-char ranges.
3302
3303 2010-09-06 Glenn Morris <rgm@gnu.org>
3304
3305 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
3306
3307 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * textmodes/bibtex.el:
3310 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
3311
3312 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3313
3314 * net/imap.el (imap-message-map): Remove optional buffer parameter,
3315 since no callers use it.
3316 (imap-message-get): Ditto.
3317 (imap-message-put): Ditto.
3318 (imap-mailbox-map): Ditto.
3319 (imap-mailbox-put): Ditto.
3320 (imap-mailbox-get): Ditto.
3321 (imap-mailbox-get): Revert last change for this function.
3322
3323 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3324
3325 * net/imap.el (imap-fetch-safe): Remove function, and alter all
3326 callers to use `imap-fetch' instead. According to the comments, this
3327 should be safe, since all other IMAP clients use the 1:* syntax.
3328 (imap-enable-exchange-bug-workaround): Remove.
3329 (imap-debug): Remove -- doesn't seem very useful.
3330
3331 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3332
3333 * net/imap.el (imap-log): New convenience function used throughout
3334 instead of repeating the same code all over the place.
3335
3336 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
3337
3338 * mouse.el (mouse-save-then-kill): Save region to kill-ring
3339 when mouse-drag-copy-region is non-nil (Bug#6956).
3340
3341 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
3342
3343 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
3344 Improve regexps (Bug#6987).
3345 (dired-sort-toggle): Search more robustly for -t flag.
3346
3347 * files.el (get-free-disk-space): Search more robustly for
3348 "available" column. Suggested by Ehud Karni
3349 <ehud@unix.mvs.co.il>.
3350
3351 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
3352
3353 * international/uni-bidi.el:
3354 * international/uni-category.el:
3355 * international/uni-combining.el:
3356 * international/uni-decimal.el:
3357 * international/uni-mirrored.el:
3358 * international/uni-name.el: Regenerate.
3359
3360 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3361
3362 * electric.el (electric-indent-post-self-insert-function):
3363 Don't reindent with a sloppy indentation function.
3364
3365 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
3366 border case in change-log-mode.
3367
3368 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
3369
3370 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3371 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
3372 Recognize leading tab in gcc-include regexp. Ignore names with
3373 leading "from" or "in" in gnu regexp (Bug#6937).
3374
3375 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
3378 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
3379 (ispell-start-process): Avoid setq and simplify logic.
3380 (ispell-init-process): Setup kill-buffer-hook locally when needed.
3381 (kill-buffer-hook): Don't use it globally with code that uses
3382 expand-file-name since that may call kill-buffer via
3383 code_conversion_restore.
3384
3385 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
3386
3387 * emacs-lisp/package.el (package-directory-list): Only call
3388 file-name-nondirectory on a string.
3389
3390 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
3391
3392 * emacs-lisp/package.el (package--download-one-archive):
3393 Ensure that archive-contents is valid before saving it.
3394 (package-activate-1, package-mark-obsolete, define-package)
3395 (package-compute-transaction, package-list-maybe-add): Use push.
3396
3397 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3398
3399 Use SMIE's blink-paren for octave-mode.
3400 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
3401 Backslashes do not escape single-quotes, single-quotes do.
3402 (octave-block-else-regexp, octave-block-end-regexp)
3403 (octave-block-match-alist): Remove.
3404 (octave-smie-bnf-table): New var, with old content.
3405 (octave-smie-op-levels): Use it.
3406 (octave-smie-closer-alist): New var.
3407 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
3408 (octave-blink-matching-block-open): Remove.
3409 (octave-reindent-then-newline-and-indent, octave-electric-semi)
3410 (octave-electric-space): Let self-insert-command run expand-abbrev and
3411 blink parens.
3412
3413 * electric.el (electricity): New group.
3414 (electric-indent-chars): New var.
3415 (electric-indent-post-self-insert-function): New fun.
3416 (electric-indent-mode): New minor mode.
3417 (electric-pair-skip-self): New custom.
3418 (electric-pair-post-self-insert-function): New function.
3419 (electric-pair-mode): New minor mode.
3420
3421 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
3422 calcAlg-blink-matching-open.
3423 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
3424 (calc-do-alg-entry): Only touch the part of the keymap that varies.
3425 Use the new blink-matching-check-function.
3426
3427 Provide blink-matching support to SMIE.
3428 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
3429 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
3430 (smie-blink-matching-check, smie-blink-matching-open): New functions.
3431
3432 * simple.el (newline): Fix last change to properly remove itself from
3433 the hook.
3434
3435 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * simple.el (newline): Eliminate optimization.
3438 Use post-self-insert-hook to set hard-newline and things before
3439 running post-self-insert-hook.
3440 (blink-matching-check-mismatch): New function.
3441 (blink-matching-check-function): New variable.
3442 (blink-matching-open): Use them.
3443 Skip back forward over prefix chars skipped by forward-sexp.
3444 Don't check if the parens are backslash escaped.
3445 (blink-paren-post-self-insert-function): Check backslash escaping here.
3446
3447 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
3448
3449 * emacs-lisp/package.el (package-menu-mode-map):
3450 Change package-menu-revert bindings to revert-buffer.
3451 (package-menu-mode): Set revert-buffer-function.
3452 (package-menu-revert): Doc fix.
3453
3454 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
3455
3456 * textmodes/ispell.el (ispell-init-process): Use "~/" as
3457 `default-directory' unless using Ispell per-directory personal
3458 dictionaries and not in a mini-buffer under XEmacs.
3459 (kill-buffer-hook): Do not kill ispell process on exit when
3460 `ispell-process-directory' is "~/". (Bug#6143)
3461
3462 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3463
3464 * simple.el (kill-new): Call interprogram-cut-function with only
3465 one argument.
3466
3467 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
3468 Remove cut buffer from error message.
3469
3470 * term/x-win.el (x-select-text):
3471 * term/pc-win.el (x-selection-value):
3472 * term/ns-win.el (x-selection-value):
3473 * eshell/em-term.el:
3474 * w32-fns.el (x-get-selection-value):
3475 * mouse-sel.el (mouse-sel-set-selection-function):
3476 * frame.el (display-selections-p): Remove cut-buffer in documentation.
3477
3478 * term/x-win.el: Update documentation for x-last-selected-text-*.
3479 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
3480 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
3481 (x-select-text): Remove argument PUSH, update documentation. Remove
3482 cut-buffer code.
3483 (x-selection-value-internal): Was previously x-selection-value.
3484 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
3485 Update documentation, remove cut-buffer code. Call
3486 x-selection-value-internal.
3487 (x-clipboard-yank): Call x-selection-value-internal.
3488 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
3489
3490 * term/pc-win.el (x-last-selected-text):
3491 x-cut-buffer-or-selection-value renamed to x-selection-value
3492 (x-select-text): Remove argument PUSH, update documentation.
3493
3494 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
3495 x-cut-buffer-or-selection-value renamed to x-selection-value
3496 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
3497 (x-select-text): Remove argument PUSH, update documentation.
3498
3499 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
3500
3501 * w32-fns.el (x-last-selected-text):
3502 x-cut-buffer-or-selection-value renamed to x-selection-value.
3503 (x-cut-buffer-max): Remove.
3504 (x-select-text): Remove argument PUSH, update documentation.
3505
3506 * simple.el (interprogram-cut-function): Remove mention of PUSH.
3507
3508 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
3509
3510 * mouse-sel.el (mouse-sel-get-selection-function):
3511 x-cut-buffer-or-selection-value renamed to x-selection-value.
3512 (x-select-text): Remove optional push.
3513
3514 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * simple.el (blink-paren-function): Move from C to here.
3517 (blink-paren-post-self-insert-function): New function.
3518 (post-self-insert-hook): Use it.
3519
3520 * emacs-lisp/pcase.el (pcase-split-memq):
3521 Fix overenthusiastic optimisation.
3522 (pcase-u1): Handle the case of a lambda pred.
3523
3524 2010-08-31 Kenichi Handa <handa@m17n.org>
3525
3526 * international/mule-cmds.el (standard-display-european-internal):
3527 Setup standard-display-table for 8-bit characters by storing 8-bit
3528 characters in the element vector.
3529
3530 * disp-table.el (standard-display-8bit):
3531 Setup standard-display-table for 8-bit characters by storing 8-bit
3532 characters in the element vector.
3533 (standard-display-european): Likewise.
3534
3535 2010-08-31 Masatake YAMATO <yamato@redhat.com>
3536
3537 * textmodes/nroff-mode.el (nroff-view): New command.
3538 (nroff-mode-map): Bind it to C-c C-c.
3539
3540 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3541
3542 * emacs-lisp/smie.el (smie-down-list): New command.
3543
3544 Remove old indentation and navigation code on octave-mode.
3545 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
3546 smie-down-list rather than add a binding for octave-down-block.
3547 (octave-mark-block, octave-blink-matching-block-open):
3548 Rely on forward-sexp-function.
3549 (octave-fill-paragraph): Don't narrow, so you can use
3550 indent-according-to-mode.
3551 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
3552 (octave-in-block-p, octave-re-search-forward-kw)
3553 (octave-re-search-backward-kw, octave-indent-calculate)
3554 (octave-end-as-array-index-p, octave-block-end-offset)
3555 (octave-scan-blocks, octave-forward-block, octave-backward-block)
3556 (octave-down-block, octave-backward-up-block, octave-up-block)
3557 (octave-before-magic-comment-p, octave-indent-line): Remove.
3558
3559 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
3560
3561 * emacs-lisp/package.el (package--read-archive-file): Just use
3562 `read', to avoid copying an additional string.
3563 (package-menu-mode): Set header-line-format here.
3564 (package-menu-refresh, package-menu-revert): Signal an error if
3565 not in the Package Menu.
3566 (package-menu-package-list): New var.
3567 (package--generate-package-list): Operate on the current buffer;
3568 don't assume that it is *Packages*, since the user may rename it.
3569 Allow persistent package listings and sort keys using
3570 package-menu-package-list and package-menu-package-sort-key.
3571 (package-menu--version-predicate): Fix version calculation.
3572 (package-menu-sort-by-column): Don't select the window.
3573 (package--list-packages): Create the *Packages* buffer.
3574 Set package-menu-package-list-key.
3575 (list-packages): Sorting by status is now the default.
3576 (package-buffer-info): Use match-string-no-properties.
3577 (define-package): Add a &rest argument for future proofing, but
3578 don't use it yet.
3579 (package-install-from-buffer, package-install-buffer-internal):
3580 Merge into a single function, package-install-from-buffer.
3581 (package-install-file): Change caller.
3582
3583 * finder.el: Load finder-inf using `require'.
3584 (finder-list-matches): Sorting by status is now the default.
3585 (finder-compile-keywords): Simpify printing.
3586
3587 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3588
3589 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
3590 (octave-mode-map): Remove special bindings for forward/backward-block
3591 and octave-backward-up-block. Use smie-close-block.
3592 (octave-continuation-marker-regexp): New var.
3593 (octave-continuation-regexp): Use it.
3594 (octave-operator-table, octave-smie-op-levels)
3595 (octave-operator-regexp, octave-smie-indent-rules): New vars.
3596 (octave-smie-backward-token, octave-smie-forward-token): New funs.
3597 (octave-mode): Use SMIE.
3598 (octave-close-block): Delete.
3599
3600 2010-08-30 Eli Zaretskii <eliz@gnu.org>
3601
3602 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
3603 CLIPBOARD, not in PRIMARY. (Bug#6944)
3604
3605 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3606
3607 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
3608 a list of parents.
3609 (smie-indent-column): Allow indirection through variables.
3610
3611 * composite.el (save-buffer-state): Delete, unused.
3612 * font-lock.el (save-buffer-state): Use with-silent-modifications.
3613 (font-lock-default-fontify-region): Use with-syntax-table.
3614 * jit-lock.el (with-buffer-unmodified): Remove.
3615 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
3616
3617 Use `declare' in defmacros.
3618 * window.el (save-selected-window):
3619 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
3620 * progmodes/python.el (def-python-skeleton):
3621 * net/dbus.el (dbus-ignore-errors):
3622 * jka-cmpr-hook.el (with-auto-compression-mode):
3623 * international/mule.el (with-category-table):
3624 * emacs-lisp/timer.el (with-timeout):
3625 * emacs-lisp/lisp-mnt.el (lm-with-file):
3626 * emacs-lisp/eieio.el (with-slots):
3627 * emacs-lisp/easymenu.el (easy-menu-define):
3628 * emacs-lisp/debug.el (debugger-env-macro):
3629 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
3630 (Multiple-value-call, Multiple-value-prog1):
3631 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
3632 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
3633 edebug rule to definition.
3634 * emacs-lisp/lisp-mode.el (save-selected-window)
3635 (with-current-buffer, combine-after-change-calls)
3636 (with-output-to-string, with-temp-file, with-temp-buffer)
3637 (with-temp-message, with-syntax-table, read-if, eval-after-load)
3638 (dolist, dotimes, when, unless):
3639 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
3640
3641 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
3642
3643 * finder.el: Require `package'.
3644 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
3645 (finder-package-info): Var deleted.
3646 (finder-keywords-hash, finder--builtins-alist): New vars.
3647 (finder-compile-keywords): Compute package--builtins and
3648 finder-keywords-hash instead of finder-keywords-hash, respecting
3649 the "Package" header.
3650 (finder-unknown-keywords, finder-list-matches):
3651 Use finder-keywords-hash and package--list-packages.
3652 (finder-mode): Don't set font-lock-defaults.
3653 (finder-exit): We don't use "*Finder-package*" and "*Finder
3654 Category*" buffers anymore.
3655
3656 * emacs-lisp/package.el (package--builtins-base): Var deleted.
3657 (package--builtins): Set default value to nil.
3658 (package-initialize): Load precomputed value of package--builtins
3659 from finder-inf.el.
3660 (package-alist, package-compute-transaction)
3661 (package-download-transaction): Improve docstring.
3662 (package-read-all-archive-contents): Do not change
3663 package--builtins here.
3664 (list-packages): Make package-list-packages an alias for this.
3665 Sort by status by default.
3666 (package--list-packages): Add optional PACKAGES arg.
3667 (describe-package-1): Use font-lock-face property. For built-in
3668 packages, insert file commentary.
3669 (package--generate-package-list): Rename from
3670 package-list-packages-internal; all callers changed. Add optional
3671 PACKAGES arg. Add alphabetical sort fallbacks.
3672 (package-menu--version-predicate, package-menu--status-predicate)
3673 (package-menu--description-predicate)
3674 (package-menu--name-predicate): New functions.
3675
3676 * info.el (Info-finder-find-node): Search package-alist instead of
3677 finder-package-info.
3678
3679 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
3680
3681 * subr.el (version-regexp-alist): Don't use "a" and "b" for
3682 "alpha" and "beta".
3683 (version-to-list): Handle versions like "10.3d".
3684
3685 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3686
3687 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
3688 (macroexp-accumulate): Use `declare'.
3689
3690 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3691
3692 * whitespace.el (whitespace-style): Adjust type declaration.
3693
3694 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
3695
3696 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3697 empty argument to gvfs-copy.
3698
3699 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
3700
3701 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
3702 handle new TRASH arg of `delete-file'.
3703
3704 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
3705
3706 * net/tramp.el (tramp-handle-insert-directory): Don't use
3707 `forward-word', its default syntax could be changed.
3708
3709 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3710 Michael Albinus <michael.albinus@gmx.de>
3711
3712 Implement compression for inline methods.
3713
3714 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
3715 (tramp-copy-size-limit): Allow also nil.
3716 (tramp-inline-compress-commands): New defconst.
3717 (tramp-find-inline-compress, tramp-get-inline-compress)
3718 (tramp-get-inline-coding): New defuns.
3719 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
3720 replaced by `tramp-get-inline-coding'.
3721 (tramp-handle-file-local-copy, tramp-handle-write-region)
3722 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3723
3724 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
3725
3726 Detect ssh 'ControlMaster' argument automatically in some cases.
3727
3728 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3729 (tramp-default-method): Use it.
3730
3731 2010-08-26 Karel Klíč <kklic@redhat.com>
3732
3733 * net/tramp.el (tramp-file-name-for-operation):
3734 Add file-selinux-context.
3735
3736 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
3737
3738 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
3739
3740 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
3741
3742 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
3743 (Bug#6907).
3744
3745 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
3746
3747 * progmodes/js.el: Make indentation more customizable (Bug#6914).
3748 (js-paren-indent-offset, js-square-indent-offset)
3749 (js-curly-indent-offset): New options.
3750 (js--proper-indentation): Use them.
3751
3752 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
3753
3754 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
3755 instead of inspecting font-lock properties (Bug#6916).
3756
3757 2010-08-26 David Reitter <david.reitter@gmail.com>
3758
3759 * server.el (server-visit-files): Run pre-command-hook and
3760 post-command-hook for each buffer while it is current (Bug#6910).
3761 (server-execute): Do not run hooks here.
3762
3763 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
3764
3765 Sync with Tramp 2.1.19.
3766
3767 * net/tramp-cmds.el (tramp-cleanup-all-connections)
3768 (tramp-reporter-dump-variable, tramp-load-report-modules)
3769 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
3770 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
3771
3772 * net/tramp-compat.el (top): Do not autoload
3773 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
3774 only when `start-file-process' is not bound.
3775 (byte-compile-not-obsolete-vars): Define if not bound.
3776 (tramp-compat-funcall): New defmacro.
3777 (tramp-compat-line-beginning-position)
3778 (tramp-compat-line-end-position)
3779 (tramp-compat-temporary-file-directory)
3780 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
3781 (tramp-compat-copy-file, tramp-compat-copy-directory)
3782 (tramp-compat-delete-file, tramp-compat-delete-directory)
3783 (tramp-compat-number-sequence, tramp-compat-process-running-p):
3784 Use it.
3785 (tramp-advice-file-expand-wildcards): Do not use
3786 `tramp-handle-file-remote-p'.
3787 (tramp-compat-make-temp-file): Simplify fallback implementation.
3788 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3789 (tramp-compat-copy-tree): Remove function.
3790 (tramp-compat-delete-file): New defun.
3791 (tramp-compat-delete-directory): Provide implementation for older
3792 Emacsen.
3793 (tramp-compat-file-attributes): Handle only
3794 `wrong-number-of-arguments' error.
3795
3796 * net/tramp-fish.el (tramp-fish-handle-copy-file):
3797 Add PRESERVE_SELINUX_CONTEXT.
3798 (tramp-fish-handle-delete-file): Add TRASH arg.
3799 (tramp-fish-handle-directory-files-and-attributes):
3800 Do not use `tramp-fish-handle-file-attributes.
3801 (tramp-fish-handle-file-local-copy)
3802 (tramp-fish-handle-insert-file-contents)
3803 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
3804
3805 * net/tramp-gvfs.el (top): Require url-util.
3806 (tramp-gvfs-mount-point): Remove.
3807 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
3808 and `set-file-selinux-context'.
3809 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
3810 (tramp-gvfs-handle-file-selinux-context)
3811 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3812 (with-tramp-dbus-call-method): Format trace message.
3813 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3814 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
3815 Implement backup call, when operation on local files fails.
3816 Use progress reporter. Flush properties of changed files.
3817 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
3818 `tramp-compat-delete-file'.
3819 (tramp-gvfs-handle-expand-file-name): Expand "~/".
3820 (tramp-gvfs-handle-make-directory): Make more traces.
3821 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
3822 (tramp-gvfs-url-file-name): Hexify file name in url.
3823 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
3824 into account for the resulting file name.
3825 (tramp-gvfs-handler-askquestion): Preserve current message, in
3826 order to let progress reporter continue afterwards. (Bug#6257)
3827 Return dummy mountpoint, when the answer is "no".
3828 See `tramp-gvfs-maybe-open-connection'.
3829 (tramp-gvfs-handler-mounted-unmounted)
3830 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
3831 attribute "default_location". Set "prefix" property.
3832 Handle default-location.
3833 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
3834 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
3835 exists. Raise an error, if not (due to a corresponding answer
3836 "no" in interactive questions, for example).
3837 Use `tramp-compat-funcall'.
3838
3839 * net/tramp-imap.el (top): Autoload `epg-make-context'.
3840 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3841 (tramp-imap-do-copy-or-rename-file)
3842 (tramp-imap-handle-insert-file-contents)
3843 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
3844 (tramp-imap-handle-delete-file): Add TRASH arg.
3845
3846 * net/tramp-smb.el (tramp-smb-handle-copy-file):
3847 Add PRESERVE-SELINUX-CONTEXT.
3848 (tramp-smb-handle-copy-file)
3849 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3850 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
3851 Use `with-progress-reporter'.
3852 (tramp-smb-handle-delete-file): Add TRASH arg.
3853
3854 * net/tramp.el (tramp-methods): Move hostname to the end in all
3855 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
3856 appropriate.
3857 (tramp-verbose): Describe verbose level 9.
3858 (tramp-completion-function-alist)
3859 (tramp-file-name-regexp, tramp-chunksize)
3860 (tramp-local-coding-commands, tramp-remote-coding-commands)
3861 (with-connection-property, tramp-completion-mode-p)
3862 (tramp-action-process-alive, tramp-action-out-of-band)
3863 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3864 (tramp-exists-file-name-handler): Fix docstring.
3865 (tramp-remote-process-environment): Use `format' instead of
3866 `concat'. Protect version string by apostroph.
3867 (tramp-shell-prompt-pattern): Do not use a shy group in case of
3868 XEmacs.
3869 (tramp-file-name-regexp-unified)
3870 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3871 not regard the volume letter as remote filename. (Bug#5447)
3872 (tramp-perl-file-attributes)
3873 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3874 (tramp-vc-registered-read-file-names): Read input as
3875 here-document, otherwise the command could exceed maximum length
3876 of command line.
3877 (tramp-file-name-handler-alist): Add `file-selinux-context' and
3878 `set-file-selinux-context'.
3879 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
3880 backtrace functions.
3881 (tramp-error-with-buffer): Don't show the connection buffer when
3882 we are in completion mode.
3883 (tramp-progress-reporter-update, tramp-remote-selinux-p)
3884 (tramp-handle-file-selinux-context)
3885 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
3886 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
3887 New defuns.
3888 (with-progress-reporter): New defmacro.
3889 (tramp-debug-outline-regexp): New defconst.
3890 (top, tramp-rfn-eshadow-setup-minibuffer)
3891 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3892 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
3893 (tramp-completion-mode-p, tramp-check-for-regexp)
3894 (tramp-open-connection-setup-interactive-shell)
3895 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
3896 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
3897 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
3898 Use `tramp-compat-funcall'.
3899 (tramp-handle-make-symbolic-link): Flush file properties.
3900 (tramp-handle-load, tramp-handle-file-local-copy)
3901 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3902 (tramp-handle-vc-registered, tramp-maybe-send-script)
3903 (tramp-find-shell): Use `with-progress-reporter'.
3904 (tramp-do-file-attributes-with-stat): Add space in format string,
3905 in order to work around a bug in pdksh. Reported by Gilles Pion
3906 <gpion@lfdj.com>.
3907 (tramp-handle-verify-visited-file-modtime): Do not send a command
3908 when the connection is not established.
3909 (tramp-handle-set-file-times): Simplify the check for utc.
3910 (tramp-handle-directory-files-and-attributes)
3911 (tramp-get-remote-path): Use `copy-tree'.
3912 (tramp-completion-handle-file-name-all-completions): Ensure, that
3913 non remote files are still checked. Oops.
3914 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3915 Handle PRESERVE-SELINUX-CONTEXT.
3916 (tramp-do-copy-or-rename-file): Add progress reporter.
3917 (tramp-do-copy-or-rename-file-directly): Do not use
3918 `tramp-handle-file-remote-p'.
3919 (tramp-do-copy-or-rename-file-out-of-band):
3920 Use `tramp-compat-delete-directory'.
3921 (tramp-do-copy-or-rename-file-out-of-band)
3922 (tramp-compute-multi-hops, tramp-maybe-open-connection):
3923 Use `format-spec-make'.
3924 (tramp-handle-delete-file): Add TRASH arg.
3925 (tramp-handle-dired-uncache): Flush directory cache, not only file
3926 cache.
3927 (tramp-handle-expand-file-name)
3928 (tramp-completion-handle-file-name-all-completions)
3929 (tramp-completion-handle-file-name-completion):
3930 Use `tramp-connectable-p'.
3931 (tramp-handle-start-file-process): Set connection property "vec".
3932 Use it, in order to invalidate file caches. Check only for
3933 `remote-tty' process property.
3934 Implement tty setting. (Bug#4604, Bug#6360)
3935 (tramp-file-name-for-operation): Add `call-process-region' and
3936 `set-file-selinux-context'.
3937 (tramp-find-foreign-file-name-handler)
3938 (tramp-advice-make-auto-save-file-name)
3939 (tramp-set-auto-save-file-modes): Remove superfluous check for
3940 `stringp'. This is done inside `tramp-tramp-file-p'.
3941 (tramp-file-name-handler): Trace 'quit. Catch the error for some
3942 operations when we are in completion mode. This gives the user
3943 the chance to correct the file name in the minibuffer.
3944 (tramp-completion-mode-p): Use `non-essential'.
3945 (tramp-handle-file-name-all-completions): Backward/ XEmacs
3946 compatibility: Use `completion-ignore-case' if
3947 `read-file-name-completion-ignore-case' does not exist.
3948 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
3949 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3950 `tramp-open-shell'.
3951 (tramp-action-password): Hide password prompt before next run.
3952 (tramp-process-actions): Widen connection buffer for the trace.
3953 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3954 process property. Trace stty settings if `tramp-verbose' >= 9.
3955 Apply workaround for IRIX64 bug. Move argument of last
3956 `tramp-send-command' where it belongs to.
3957 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3958 front of `login-args'.
3959 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
3960 on "/dev/null" instead of "/".
3961 (tramp-get-ls-command-with-dired): Make test for "--dired"
3962 stronger.
3963 (tramp-set-auto-save-file-modes): Adapt version check.
3964 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3965 (tramp-handle-process-file): Call the program in a subshell, in
3966 order to preserve working directory.
3967 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
3968 `tramp-remote-sh' from `tramp-methods'.
3969 (tramp-get-ls-command): Make test for "--color=never" stronger.
3970 (tramp-check-for-regexp): Use (forward-line 1).
3971
3972 * net/trampver.el: Update release number.
3973
3974 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
3975
3976 * help.el (help-map): Bind `C-h P' to describe-package.
3977
3978 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
3979
3980 * emacs-lisp/package.el (package-refresh-contents): Catch errors
3981 when downloading archives.
3982 (describe-package-1): Add package commentary.
3983 (package-install-button-action): New function.
3984 (package-menu-mode-map): Bind ? to package-menu-describe-package.
3985 (package-menu-view-commentary): Function removed.
3986 (package-list-packages-internal): Hide the `package' package too.
3987
3988 2010-08-25 Kenichi Handa <handa@m17n.org>
3989
3990 * language/misc-lang.el ("Arabic"): New language environment.
3991 Setup composition-function-table for Arabic characters.
3992
3993 * international/fontset.el (setup-default-fontset): Fix typo for
3994 arabic OTF spec (fini->fina).
3995
3996 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
3997
3998 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
3999 on all frames.
4000
4001 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4002
4003 * whitespace.el: Allow cleaning up blanks without blank
4004 visualization (Bug#6651). Adjust help window for
4005 whitespace-toggle-options (Bug#6479). Allow to use fill-column
4006 instead of whitespace-line-column (from EmacsWiki). New version
4007 13.1.
4008 (whitespace-style): Added new value 'face. Adjust docstring.
4009 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
4010 foreground property face.
4011 (whitespace-line-column): Adjust docstring and type declaration.
4012 (whitespace-style-value-list, whitespace-toggle-option-alist)
4013 (whitespace-help-text): Adjust const initialization.
4014 (whitespace-toggle-options, global-whitespace-toggle-options):
4015 Adjust docstring.
4016 (whitespace-display-window, whitespace-interactive-char)
4017 (whitespace-style-face-p, whitespace-color-on): Adjust code.
4018 (whitespace-help-scroll): New fun.
4019
4020 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
4021
4022 * emacs-lisp/package.el (list-packages): Alias for
4023 package-list-packages.
4024
4025 2010-08-24 Kevin Ryde <user42@zip.com.au>
4026
4027 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
4028 (Bug#5651).
4029
4030 * progmodes/ruby-mode.el (ruby): Add defgroup.
4031
4032 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
4033
4034 * progmodes/python.el: Add Ipython support (Bug#5390).
4035 (python-shell-prompt-alist)
4036 (python-shell-continuation-prompt-alist): New options.
4037 (python--set-prompt-regexp): New function.
4038 (inferior-python-mode, run-python, python-shell): Require
4039 ansi-color. Use python--set-prompt-regexp to set the comint
4040 prompt based on the Python interpreter.
4041 (python--prompt-regexp): New var.
4042 (python-check-comint-prompt)
4043 (python-comint-output-filter-function): Use it.
4044 (run-python): Use a pipe (Bug#5694).
4045
4046 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
4047
4048 * progmodes/python.el (python-send-region): Send a different
4049 Python command if Ipython is in use.
4050 (python-check-version): Use a Python command to find the version.
4051
4052 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
4053
4054 * mouse.el (mouse-yank-primary): Avoid setting primary when
4055 deactivating the mark (Bug#6872).
4056
4057 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
4058
4059 * progmodes/python.el (python-block-pairs): Allow use of "finally"
4060 with "else" (Bug#3991).
4061
4062 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
4063
4064 * net/dbus.el: Accept UNIX domain sockets as bus address.
4065 (top): Don't initialize `dbus-registered-objects-table' anymore,
4066 this is done in dbusbind,c.
4067 (dbus-check-event): Adapt test for bus.
4068 (dbus-return-values-table, dbus-unregister-service)
4069 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
4070 Adapt doc string.
4071
4072 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
4073
4074 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
4075
4076 2010-08-22 Juri Linkov <juri@jurta.org>
4077
4078 * simple.el (read-extended-command): New function with the logic
4079 for `completing-read' moved to Elisp from `execute-extended-command'.
4080 Use `function-called-at-point' in `minibuffer-default-add-function'
4081 to get a command name for M-n (bug#5364, bug#5214).
4082
4083 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4084
4085 * startup.el (command-line-1): Issue warning for ignored arguments
4086 --unibyte, etc (Bug#6886).
4087
4088 2010-08-22 Leo <sdl.web@gmail.com>
4089
4090 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
4091 (ignore, bright, dim, keyword): Split list of nicknames before
4092 passing to rcirc-add-or-remove (Bug#6894).
4093
4094 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4095
4096 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
4097
4098 2010-08-22 Leo <sdl.web@gmail.com>
4099
4100 Fix buffer-list rename&refresh after killing a buffer in ido.
4101 * ido.el: Revert Óscar's.
4102 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
4103 Remember the buffers at head, rather than their name.
4104 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
4105
4106 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
4107 Stefan Monnier <monnier@iro.umontreal.ca>
4108
4109 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
4110 extra backslash added to each line (bug#6890).
4111
4112 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4113
4114 * subr.el (read-key): Don't echo keystrokes (bug#6883).
4115
4116 2010-08-22 Glenn Morris <rgm@gnu.org>
4117
4118 * menu-bar.el (menu-bar-games-menu): Add landmark.
4119
4120 2010-08-22 Glenn Morris <rgm@gnu.org>
4121
4122 * align.el (align-regexp): Make group and spacing arguments
4123 use the interactive defaults when non-interactive. (Bug#6698)
4124
4125 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
4126 expansion, so as not to need sendmail.
4127 (mail-text-start): Remove declaration.
4128 (rmail-retry-failure): Require sendmail.
4129
4130 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4131
4132 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
4133
4134 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
4135
4136 * progmodes/flymake.el (flymake-start-syntax-check-process):
4137 Use `start-file-process' in order to let it run also on remote hosts.
4138
4139 2010-08-22 Kenichi Handa <handa@m17n.org>
4140
4141 * files.el: Add `word-wrap' as safe local variable.
4142
4143 2010-08-22 Glenn Morris <rgm@gnu.org>
4144
4145 * woman.el (woman-translate): Case matters. (Bug#6849)
4146
4147 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * simple.el (kill-region): Doc fix (Bug#6787).
4150
4151 2010-08-22 Glenn Morris <rgm@gnu.org>
4152
4153 * calendar/diary-lib.el (diary-header-line-format):
4154 Fit it to the window, not the frame.
4155
4156 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
4157
4158 * subr.el (ignore-errors): Add debug declaration.
4159
4160 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
4161
4162 * whitespace.el (whitespace-color-off): Remove post-command-hook
4163 locally.
4164
4165 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4166
4167 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
4168
4169 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
4170
4171 * cus-edit.el (custom-group-value-create): Add extra newline
4172 before end line (Bug#6876).
4173
4174 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
4175
4176 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
4177 when extending it. Before killing on the second click, check if
4178 the buffer is the correct one. Doc fix.
4179 (mouse-secondary-save-then-kill): Allow usage without first
4180 calling mouse-start-secondary, by defaulting to point. Don't save
4181 an empty secondary selection. Doc fix.
4182
4183 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4184
4185 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
4186 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
4187 New version 13.0.
4188 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4189 Adjust initialization.
4190 (whitespace-bob-marker, whitespace-eob-marker)
4191 (whitespace-buffer-changed): New vars.
4192 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
4193 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
4194 (whitespace-post-command-hook, whitespace-display-char-on):
4195 Adjust code.
4196 (whitespace-looking-back, whitespace-buffer-changed): New funs.
4197 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
4198
4199 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4200
4201 * files.el (locate-file-completion-table): Only list the .el and .elc
4202 extensions if there's no other choice (bug#5955).
4203
4204 * facemenu.el (facemenu-self-insert-data): New var.
4205 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
4206 New functions.
4207 (facemenu-add-face): Use them.
4208
4209 * simple.el (blink-matching-open): Obey forward-sexp-function.
4210
4211 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
4212
4213 * simple.el (prog-mode-map): New var.
4214 (prog-indent-sexp): New command.
4215
4216 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
4217
4218 * progmodes/prolog.el (smie): Require.
4219
4220 * emacs-lisp/smie.el (smie-default-backward-token)
4221 (smie-default-forward-token): Strip properties.
4222 (smie-next-sexp): Be more careful with associative operators.
4223 (smie-forward-sexp-command): Generalize.
4224 (smie-backward-sexp-command): Simplify.
4225 (smie-closer-alist): New var.
4226 (smie-close-block): New command.
4227 (smie-indent-debug-log): New var.
4228 (smie-indent-offset-rule): Add a few more cases.
4229 (smie-indent-column): New function.
4230 (smie-indent-after-keyword): Use it.
4231 (smie-indent-keyword): Use it.
4232 Fix up the opener code's point position.
4233 (smie-indent-comment): Only applies at BOL.
4234 (smie-indent-debug): New command.
4235
4236 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
4237 declarations that are useful before running the macro.
4238
4239 2010-08-18 Joakim Verona <joakim@verona.se>
4240
4241 * image.el (imagemagick-types-inhibit): New variable.
4242 (imagemagick-register-types): New function.
4243 * image-mode.el (image-transform-properties): New function.
4244 (image-transform-set-scale, image-transform-fit-to-height)
4245 (image-transform-set-rotation, image-transform-set-resize)
4246 (image-transform-fit-to-width, image-transform-fit-to-height):
4247 New functions.
4248 (image-toggle-display-image): Support image transforms.
4249
4250 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4251
4252 * image.el (create-animated-image): Don't add heuristic mask to image
4253 (Bug#6839).
4254
4255 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
4256
4257 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
4258 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
4259
4260 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
4263
4264 Font-lock '...' strings, plus various simplifications and fixes.
4265 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4266 (octave-font-lock-close-quotes): New function.
4267 (octave-font-lock-syntactic-keywords): New var.
4268 (octave-mode): Use it. Set beginning-of-defun-function.
4269 (octave-mode-map): Don't override the <foo>-defun commands.
4270 (octave-mode-menu): Pass it directly to easy-menu-define;
4271 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
4272 (octave-block-match-alist): Fix up last change so that
4273 octave-close-block uses the more specific keyword.
4274 (info-lookup-mode): Silence byte-compiler.
4275 (octave-beginning-of-defun): Not interactive any more.
4276 Optimize slightly.
4277 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
4278 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
4279 (octave-completion-at-point-function): Make sure point is within
4280 beg..end.
4281 (octave-reindent-then-newline-and-indent):
4282 Use reindent-then-newline-and-indent.
4283 (octave-add-octave-menu): Remove.
4284
4285 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
4286
4287 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
4288 (report-emacs-bug-can-use-xdg-email): New functions.
4289 (report-emacs-bug): Set can-xdg-email to result of
4290 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
4291 \C-cm to report-emacs-bug-insert-to-mailer and add help text
4292 about it.
4293
4294 * net/browse-url.el (browse-url-default-browser): Add cond
4295 for browse-url-xdg-open.
4296 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
4297
4298 2010-08-17 Glenn Morris <rgm@gnu.org>
4299
4300 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
4301 (c-fontify-recorded-types-and-refs): Define for compiler.
4302 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
4303 before use.
4304
4305 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
4306 Fix format call.
4307
4308 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
4309
4310 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
4311 properties.
4312 (tramp-handle-process-file): Call the program in a subshell, in
4313 order to preserve working directory.
4314 (tramp-action-password): Hide password prompt before next run.
4315 (tramp-process-actions): Widen connection buffer for the trace.
4316
4317 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4318
4319 * net/rcirc.el (rcirc-log-process-buffers): New option.
4320 (rcirc-print): Use it.
4321 (rcirc-generate-log-filename): New function.
4322 (rcirc-log-filename-function): Change default to
4323 rcirc-generate-log-filename (Bug#6828).
4324
4325 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
4326
4327 * simple.el (deactivate-mark): If select-active-regions is `only',
4328 only set selection for temporarily active regions.
4329
4330 * cus-start.el: Change defcustom for select-active-regions.
4331
4332 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
4333
4334 * mouse.el (mouse--drag-set-mark-and-point): New function.
4335 (mouse-drag-track): Use LOCATION arg to push-mark.
4336 Use mouse--drag-set-mark-and-point to take click-count into
4337 consideration when updating point and mark (Bug#6840).
4338
4339 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
4340
4341 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4342 Give the Ruby rule a lower priority than Gnu (Bug#6778).
4343
4344 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
4345
4346 * font-lock.el (lisp-font-lock-keywords-2):
4347 Add combine-after-change-calls, condition-case-no-debug,
4348 with-demoted-errors, and with-silent-modifications (Bug#6025).
4349
4350 2010-08-14 Kevin Ryde <user42@zip.com.au>
4351
4352 * emacs-lisp/copyright.el (copyright-update-year)
4353 (copyright-update): Temporary switch-to-buffer to ensure the
4354 buffer change being queried is visible (Bug#5394).
4355
4356 2010-08-14 Tom Tromey <tromey@redhat.com>
4357
4358 * progmodes/etags.el (tags-file-name): Mark safe if stringp
4359 (Bug#6733).
4360
4361 2010-08-14 Eli Zaretskii <eliz@gnu.org>
4362
4363 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
4364 MS-DOS. (Bug#6689)
4365
4366 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
4367
4368 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
4369 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
4370 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
4371 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
4372 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
4373 Call menu-bar-set-tool-bar-position.
4374
4375 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
4378 comment style (bug#6834).
4379 * progmodes/scheme.el (scheme-mode-syntax-table):
4380 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
4381 "b" flag in "' 14b" syntax.
4382
4383 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
4384 for (un)commenting the region and performing completion.
4385 (octave-mode-menu): Use standard commands for help and completion.
4386 (octave-mode-syntax-table): Support %{..%} comments (sort of).
4387 (octave-mode): Use define-derived-mode.
4388 Set completion-at-point-functions and don't set columns.
4389 Don't disable adaptive-fill-regexp.
4390 (octave-describe-major-mode, octave-comment-region)
4391 (octave-uncomment-region, octave-comment-indent)
4392 (octave-indent-for-comment): Remove.
4393 (octave-indent-calculate): Rename from calculate-octave-indent.
4394 (octave-indent-line, octave-fill-paragraph): Update caller.
4395 (octave-initialize-completions): No need to make an alist.
4396 (octave-completion-at-point-function): New function.
4397 (octave-complete-symbol): Use it.
4398 (octave-insert-defun): Use define-skeleton.
4399
4400 * progmodes/octave-mod.el (octave-mode): Set comment-add.
4401 (octave-mode-map): Use comment-dwim (bug#6829).
4402
4403 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4404
4405 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
4406 indentation of inserted comment.
4407
4408 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
4409
4410 * faces.el (region): Add type gtk that uses gtk colors.
4411
4412 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
4413 Handle theme-name change.
4414
4415 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
4416
4417 * progmodes/sql.el: Version 2.5
4418 (sql-product-alist): Add :prompt-cont-regexp property for several
4419 database products.
4420 (sql-prompt-cont-regexp): New variable.
4421 (sql-output-newline-count, sql-output-by-send):
4422 New variables. Record number of newlines in input text.
4423 (sql-send-string): Handle multiple filters and count newlines.
4424 (sql-send-magic-terminator): Count terminator newline.
4425 (sql-interactive-remove-continuation-prompt): Filters output to
4426 remove continuation prompts; one for each newline.
4427 (sql-interactive-mode): Set up new variables, prompt regexp and
4428 output filter.
4429 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
4430 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
4431
4432 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4433
4434 * emacs-lisp/pcase.el: New file.
4435
4436 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
4437
4438 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
4439 as here-document, otherwise the command could exceed maximum
4440 length of command line.
4441 (tramp-handle-vc-registered): Call script accordingly.
4442 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
4443
4444 2010-08-10 Kenichi Handa <handa@m17n.org>
4445
4446 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
4447 composable pattern.
4448
4449 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
4450
4451 * emacs-lisp/package.el (package-version-split)
4452 (package--version-first-nonzero, package-version-compare):
4453 Functions removed.
4454 (package-directory-list, package-load-all-descriptors)
4455 (package--built-in, package-activate, define-package)
4456 (package-installed-p, package-compute-transaction)
4457 (package-read-all-archive-contents)
4458 (package--add-to-archive-contents, package-buffer-info)
4459 (package-tar-file-info, package-list-packages-internal):
4460 Use version-to-list and version-list-*.
4461
4462 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4463 Use version-to-list.
4464 (package-upload-buffer-internal): Use version-list-<=.
4465
4466 2010-08-09 Kenichi Handa <handa@m17n.org>
4467
4468 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
4469 composable pattern.
4470
4471 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
4472
4473 * tutorial.el (tutorial--default-keys): C-d is now bound to
4474 delete-forward-char (Bug#6826).
4475
4476 * mouse.el (mouse-drag-track): Remove accidentally-removed check
4477 for `double' value of mouse-1-click-follows-link (Bug#6807).
4478
4479 2010-08-08 Johan Bockgård <bojohan@gnu.org>
4480
4481 * replace.el (replace-highlight): Bind isearch-forward and
4482 isearch-error, ensuring that highlighting is updated if the user
4483 switches the search direction (Bug#6808).
4484
4485 * isearch.el (isearch-lazy-highlight-forward): New var.
4486 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4487 (isearch-lazy-highlight-update): Use it.
4488
4489 2010-08-08 Kenichi Handa <handa@m17n.org>
4490
4491 * international/mule.el (define-charset): Store NAME as :base property.
4492 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
4493 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
4494 current priority. Force using the designation of the specific
4495 charset by adding `charset' text property. Improve the whole algorithm.
4496
4497 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4498
4499 * emulation/pc-select.el (pc-selection-mode-hook)
4500 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
4501 (pc-selection-mode): Fix typos in docstrings.
4502
4503 2010-08-08 Kenichi Handa <handa@m17n.org>
4504
4505 * language/cyrillic.el: Don't add "microsoft-cp1251" to
4506 ctext-non-standard-encodings-alist here.
4507
4508 * international/mule.el (ctext-non-standard-encodings-alist):
4509 Add "koi8-r" and "microsoft-cp1251".
4510 (ctext-standard-encodings): New variable.
4511 (ctext-non-standard-encodings-table): List only elements for
4512 non-standard encodings.
4513 (ctext-pre-write-conversion): Adjust for the above change.
4514 Check ctext-standard-encodings.
4515
4516 * international/mule-conf.el (compound-text): Doc fix.
4517 (ctext-no-compositions): Doc fix.
4518 (compound-text-with-extensions): Doc fix.
4519
4520 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4521
4522 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
4523
4524 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4525
4526 * progmodes/which-func.el (which-func-format): Split help-echo text
4527 into lines, like other mode-line tooltips.
4528
4529 * server.el (server-start): When using TCP sockets, force IPv4
4530 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
4531
4532 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
4535
4536 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4537
4538 * term.el (term-delimiter-argument-list): Reflow docstring.
4539 (term-read-input-ring, term-write-input-ring, term-send-input)
4540 (term-bol, term-erase-in-display, serial-supported-or-barf):
4541 Fix typos in docstrings.
4542
4543 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4544
4545 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
4546
4547 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4548
4549 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
4550
4551 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
4552
4553 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
4554 Fix typo in docstring (bug#6747).
4555
4556 2010-08-08 Leo <sdl.web@gmail.com>
4557
4558 * eshell/esh-io.el (eshell-get-target): Better detection of
4559 read-only file (Bug#6762).
4560
4561 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4562
4563 * align.el (align-default-spacing): Doc fix.
4564 (align-region-heuristic, align-regexp): Fix typos in docstrings.
4565
4566 2010-08-08 Stephen Peters <speters@itasoftware.com>
4567
4568 * calendar/icalendar.el
4569 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
4570 (icalendar--get-weekday-numbers): New.
4571 (icalendar--convert-recurring-to-diary): Handle multiple byday
4572 values in weekly rules. (Bug#6766)
4573
4574 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
4575
4576 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
4577 (icalendar--create-uid, icalendar-export-region)
4578 (icalendar--parse-summary-and-rest): Code formatting.
4579
4580 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4581
4582 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
4583 to italicize headers.
4584 (calc-highlight-selections-with-faces): New variable.
4585 (calc-selected-face, calc-nonselected-face): New faces.
4586
4587 * calc/calccomp.el (math-comp-highlight-string): Use
4588 `calc-highlight-selections-with-faces' to determine how to highlight
4589 sub-formulas.
4590
4591 * calc/calc-sel.el (calc-show-selections): Change message to when
4592 using faces to highlight selections.
4593
4594 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
4595
4596 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
4597 Add SQLite 3 keywords, functions and datatypes.
4598 (sql-interactive-mode): Remove `comint-process-echoes' set to t
4599 (Bug#6686).
4600
4601 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
4602
4603 * simple.el (select-active-regions): Move to keyboard.c.
4604 (deactivate-mark): Used saved-region-selection.
4605 (select-active-region): Function removed.
4606 (activate-mark, set-mark, push-mark-command)
4607 (handle-shift-selection): Don't call it.
4608 (keyboard-quit): Avoid adding the region to the window selection.
4609
4610 * mouse.el (mouse-drag-track): Remove hacks to deal with old
4611 select-active-regions implementation.
4612 (mouse-yank-at-click): Doc fix.
4613
4614 * cus-start.el: Add custom declaration for select-active-regions.
4615
4616 2010-08-07 Eli Zaretskii <eliz@gnu.org>
4617
4618 * simple.el (delete-forward-char): Doc fix.
4619
4620 * tutorial.el (help-with-tutorial): Hack safe file-local variables
4621 after reading the tutorial.
4622
4623 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
4624
4625 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
4626 for the case that a C style comment has its delimiters alone on
4627 their respective lines.
4628
4629 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
4630
4631 * net/tramp.el (tramp-handle-start-file-process): Set connection
4632 property "vec".
4633 (tramp-process-sentinel): Use it for flushing the cache. We
4634 cannot do it via the process buffer, the buffer could be deleted
4635 already when running the sentinel.
4636
4637 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
4638
4639 * comint.el (comint-mode): Make directory tracking functions
4640 functional on remote files. (Bug#6764)
4641
4642 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4643
4644 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
4645
4646 2010-08-05 Eli Zaretskii <eliz@gnu.org>
4647
4648 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
4649 unexec.c => unexcoff.c.
4650
4651 * emacs-lisp/authors.el (authors-fixed-entries): Rename
4652 unexec.c => unexcoff.c.
4653
4654 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
4655
4656 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
4657 cache, not only file cache.
4658 (tramp-process-sentinel): New defun.
4659 (tramp-handle-start-file-process): Use it, in order to invalidate
4660 file caches.
4661
4662 2010-08-03 Leo <sdl.web@gmail.com>
4663
4664 * server.el (server-start): Simplify loop.
4665
4666 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4667
4668 * frame.el (screen-height, screen-width, set-screen-width)
4669 (set-screen-height): Remove ancient compatibility aliases.
4670
4671 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
4672 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
4673
4674 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
4675 that change current buffer.
4676
4677 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4678
4679 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
4680 beginning of the string. Use `string-match-p'. (Bug#6765)
4681
4682 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
4683
4684 * cus-start.el (x-gtk-use-system-tooltips): New variable.
4685
4686 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
4687
4688 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
4689 (package--builtins): Tweak descriptions.
4690 (package-print-package): Upcase descriptions if necessary.
4691 Show all built-in packages in font-lock-builtin-face.
4692 (package-list-packages-internal): Omit "emacs" package.
4693 Show status of built-in packages as "built-in".
4694
4695 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
4696
4697 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
4698 before killing to preserve the primary selection (Bug#6701).
4699
4700 * term/x-win.el (x-select-text): Doc fix.
4701
4702 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
4703
4704 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
4705 The following functions were modified or created:
4706
4707 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
4708 (objc-font-lock-extra-types):
4709 * progmodes/cc-mode.el (c-basic-common-init):
4710 * progmodes/cc-langs.el (c-make-mode-syntax-table)
4711 (c++-make-template-syntax-table)
4712 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
4713 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
4714 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
4715 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
4716 * progmodes/cc-fonts.el (c-make-inverse-face)
4717 (c-basic-matchers-after):
4718 * progmodes/cc-engine.el (c-forward-keyword-clause)
4719 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
4720 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
4721 (c-guess-continued-construct, c-guess-basic-syntax):
4722
4723 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
4724
4725 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
4726
4727 2010-07-31 Eli Zaretskii <eliz@gnu.org>
4728
4729 * files.el (bidi-paragraph-direction): Define safe local values.
4730
4731 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
4732 language-info-alist. Remove outdated FIXME in a comment.
4733
4734 2010-07-31 Alan Mackenzie <acm@muc.de>
4735
4736 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
4737 Auto-fill broken in C/C++ modes.
4738
4739 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4740
4741 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
4742 (menu-bar-showhide-tool-bar-menu-customize-disable)
4743 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
4744 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
4745 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
4746 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
4747 make a menu for Options => toolbar that can move it.
4748
4749 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
4750
4751 * emacs-lisp/package-x.el (package--make-rss-entry):
4752 (package-maint-add-news-item, package--update-news)
4753 (package-upload-buffer-internal): New arg ARCHIVE-URL.
4754
4755 * emacs-lisp/package.el (package-archive-url): Rename from
4756 package-archive-id.
4757 (package-install): Doc fix.
4758 (package-download-single, package-download-tar, package-install)
4759 (package-menu-view-commentary): Callers changed.
4760
4761 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
4762
4763 * net/tramp.el (tramp-handle-start-file-process): Check only for
4764 `remote-tty' process property.
4765 (tramp-open-shell): Don't check for tty.
4766 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
4767 process property.
4768
4769 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
4770 host.
4771
4772 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
4773
4774 * emacs-lisp/package.el (package-load-list, package-archives)
4775 (package-archive-contents, package-user-dir)
4776 (package-directory-list, package--builtins, package-alist)
4777 (package-activated-list, package-obsolete-alist): Mark as risky.
4778
4779 2010-07-28 Phil Hagelberg <phil@evri.com>
4780
4781 Add support for non-default package repositories.
4782 * emacs-lisp/package.el (package-archive-base): Var deleted.
4783 (package-archives): New variable.
4784 (package-archive-contents): Doc fix.
4785 (package-load-descriptor): Do nothing if descriptor file is missing.
4786 (package--write-file-no-coding): New function.
4787 (package-unpack-single): Use it.
4788 (package-archive-id): New function.
4789 (package-download-single, package-download-tar)
4790 (package-menu-view-commentary): Use it.
4791 (package-installed-p): Make second argument optional.
4792 (package-read-all-archive-contents): New function.
4793 (package-initialize): Use it.
4794 (package-read-archive-contents): Add ARCHIVE argument.
4795 (package--add-to-archive-contents): New function.
4796 (package-install): Don't call package-read-archive-contents.
4797 (package--download-one-archive): Store archive file in a
4798 subdirectory of package-user-dir.
4799 (package-menu-execute): Remove spurious line movement.
4800
4801 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
4802
4803 * cus-start.el (tool-bar-style): Add text-image-horiz.
4804
4805 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
4806
4807 * progmodes/gud.el (gud-common-init): Check for remoteness of
4808 `file', and not of `default-directory'.
4809
4810 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
4811
4812 * net/tramp.el (tramp-methods): Move hostname to the end in all
4813 ssh `tramp-login-args'.
4814 (tramp-verbose): Describe verbose level 9.
4815 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
4816 (tramp-open-connection-setup-interactive-shell): Trace stty
4817 settings if `tramp-verbose' >= 9.
4818 (tramp-handle-start-file-process): Implement tty setting.
4819 (Bug#4604, Bug#6360)
4820
4821 * net/tramp-cmds.el (tramp-bug): Recommend setting of
4822 `tramp-verbose' to 9.
4823
4824 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
4825
4826 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
4827 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
4828 Remove references to package `lisp-re' (bug#4369).
4829
4830 2010-07-27 Tom Tromey <tromey@redhat.com>
4831
4832 * progmodes/js.el (js-mode):
4833 * progmodes/make-mode.el (makefile-mode):
4834 * progmodes/simula.el (simula-mode):
4835 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
4836
4837 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4838
4839 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
4840
4841 * time.el (display-time-day-and-date): Remove spurious * in docstring.
4842 (display-time-world-buffer-name, display-time-world-mode-map):
4843 Fix typos in docstrings.
4844
4845 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
4846
4847 * image-mode.el (image-display-size): New function.
4848 (image-forward-hscroll, image-next-line, image-eol, image-eob)
4849 (image-mode-fit-frame): Use it (Bug#6639).
4850
4851 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
4852
4853 * dired.el (dired-buffers-for-dir): Handle list values of
4854 dired-directory (Bug#6636).
4855
4856 2010-07-26 Sam Steingold <sds@gnu.org>
4857
4858 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
4859 Do not call `x-get-selection' the second time, reuse the value.
4860
4861 2010-07-26 Daiki Ueno <ueno@unixuser.org>
4862
4863 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
4864 which consist of control chars only. Suggested by Richard Stallman.
4865
4866 2010-07-25 Daiki Ueno <ueno@unixuser.org>
4867
4868 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
4869 exists before passing an error to find-file-not-found-functions
4870 (bug#6723).
4871
4872 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
4873
4874 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
4875 Remove leading nil element, adjust values.
4876 (tetris-shapes, tetris-shape-scores):
4877 Change representation of shapes and remove some redundancy.
4878 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
4879 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
4880 Adjust for working with new representation of shapes.
4881 (tetris-shape-rotations): New function.
4882 (tetris-move-bottom, tetris-move-left, tetris-move-right)
4883 (tetris-rotate-prev, tetris-rotate-next):
4884 Adjust for working with the new version of tetris-test-shape.
4885
4886 2010-07-23 Markus Triska <markus.triska@gmx.at>
4887
4888 * progmodes/ps-mode.el: Use comint (bug#5954).
4889 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
4890 (ps-mode-other-newline): Simplify.
4891 (ps-run-mode): Derive from comint-mode instead of
4892 fundamental-mode, yielding input history etc.
4893 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
4894 (ps-run-send-string): Adapt for comint-mode.
4895 (ps-run-newline): Remove now unneeded function.
4896
4897 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
4898
4899 * net/tramp.el (tramp-methods): Move hostname to the end in all
4900 plink `tramp-login-args'.
4901
4902 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
4903
4904 * net/tramp.el (tramp-open-shell): New defun.
4905 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4906 Use it.
4907
4908 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
4909
4910 * net/tramp.el (tramp-file-name-regexp-unified)
4911 (tramp-completion-file-name-regexp-unified): On W32 systems, do
4912 not regard the volume letter as remote filename. (Bug#5447)
4913
4914 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
4915
4916 * custom.el (custom-declare-variable): Give a clearer error message
4917 when the docstring is missing (bug#6476).
4918
4919 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
4920
4921 * progmodes/sql.el: Version 2.4. Improved Login prompting.
4922 (sql-login-params): New widget definition.
4923 (sql-oracle-login-params, sql-mysql-login-params)
4924 (sql-solid-login-params, sql-sybase-login-params)
4925 (sql-informix-login-params, sql-ingres-login-params)
4926 (sql-ms-login-params, sql-postgres-login-params)
4927 (sql-interbase-login-params, sql-db2-login-params)
4928 (sql-linter-login-params): Use it.
4929 (sql-sqlite-login-params): Use it; Define "database" parameter as
4930 a file name.
4931 (sql-sqlite-program): Change to "sqlite3".
4932 (sql-comint-sqlite): Make sure database name is complete.
4933 (sql-for-each-login): New function.
4934 (sql-connect, sql-save-connection): Use it.
4935 (sql-get-login-ext): New function.
4936 (sql-get-login): Use it.
4937 (sql-make-alternate-buffer-name): Handle :file parameters.
4938
4939 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
4940
4941 * dired.el (dired-no-confirm): Document value t and fix defcustom to
4942 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
4943
4944 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4945
4946 * dired.el (dired-mode-map): Use command remapping (bug#6632).
4947
4948 2010-07-22 Lawrence Mitchell <wence@gmx.li>
4949
4950 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
4951
4952 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
4953
4954 * net/tramp.el (tramp-get-ls-command)
4955 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
4956 instead of "/".
4957
4958 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
4959
4960 * progmodes/sql.el: Version 2.3.
4961 (sql-connection-alist): Changed keys from symbols to strings;
4962 enhanced the widget definition.
4963 (sql-mode-menu): Added submenu to select connections.
4964 (sql-interactive-mode-menu): Added "Save Connection" item.
4965 (sql-add-product): Fixed menu item.
4966 (sql-get-product-feature): Improved error handling.
4967 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
4968 (sql-make-alternate-buffer-name): Simplified.
4969 (sql-product-interactive): Handle missing product.
4970 (sql-connect): Support string keys, minor improvements.
4971 (sql-save-connection): New function.
4972 (sql-connection-menu-filter): New function.
4973
4974 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
4975
4976 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
4977 (tramp-open-connection-setup-interactive-shell): Apply
4978 workaround for IRIX64 bug. Move argument of last
4979 `tramp-send-command' where it belongs to.
4980
4981 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
4982
4983 * net/tramp.el (tramp-perl-file-attributes)
4984 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4985 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
4986 front of `login-args'.
4987
4988 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
4989
4990 * time.el (display-time-world-mode): Define with `define-derived-mode'.
4991 Set `show-trailing-whitespace' to nil.
4992 (display-time-world-display): Simplify.
4993
4994 2010-07-18 Alan Mackenzie <acm@muc.de>
4995
4996 Enhance `c-file-style' in file/directory local variables.
4997 * progmodes/cc-mode.el (c-count-cfss): New function.
4998 (c-before-hack-hook): Call `c-set-style' differently according to
4999 whether c-file-style was set in file or directory local
5000 variables.
5001
5002 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
5003
5004 * progmodes/sql.el: Version 2.2.
5005 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
5006 defcustom :safe keyword rather than putting safe-local-variable
5007 property.
5008 (sql-password): Use defcustom :risky keyword rather than putting
5009 risky-local-variable property.
5010 (sql-oracle-login-params, sql-sqlite-login-params)
5011 (sql-solid-login-params, sql-sybase-login-params)
5012 (sql-informix-login-params, sql-ingres-login-params)
5013 (sql-ms-login-params, sql-postgres-login-params)
5014 (sql-interbase-login-params, sql-db2-login-params)
5015 (sql-linter-login-params): Add `port' option.
5016 (sql-get-product-feature): Added NO-INDIRECT parameter.
5017 (sql-comint-oracle, sql-comint-sybase)
5018 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
5019 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
5020 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
5021 (sql-comint-linter): Renamed sql-connect-* functions to
5022 sql-comint-*.
5023 (sql-product-alist, sql-mode-menu): Renamed as above and
5024 :sqli-connect-func to :sqli-comint-func.
5025 (sql-connection): New variable.
5026 (sql-interactive-mode): Set it.
5027 (sql-connection-alist): New variable.
5028 (sql-connect): New function.
5029 (sql--alt-buffer-part, sql--alt-if-not-empty)
5030 (sql-make-alternate-buffer-name): Improved alternative buffer name.
5031
5032 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5033
5034 * image-mode.el (image-bookmark-make-record): Do not set context
5035 in an image (Bug#6650).
5036
5037 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
5038
5039 * simple.el (select-active-region): New function.
5040 (push-mark-command, set-mark, activate-mark)
5041 (handle-shift-selection): Use it.
5042 (deactivate-mark): Don't check for size of region.
5043
5044 * mouse.el (mouse-drag-track): Use select-active-region.
5045
5046 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
5047
5048 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
5049 "--dired" stronger.
5050
5051 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
5052
5053 * term/x-win.el (x-select-enable-primary): Change default to nil.
5054 (x-select-enable-clipboard): Add :version keyword.
5055
5056 * mouse.el (mouse-drag-copy-region):
5057 * simple.el (select-active-regions): Likewise.
5058
5059 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
5060
5061 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
5062 (vc-coding-system-for-diff): Use it to decide whether to inherit
5063 from the file the EOL format for reading the diffs of that file.
5064 (Bug#4451)
5065
5066 2010-07-16 Eli Zaretskii <eliz@gnu.org>
5067
5068 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
5069 unibyte, so compressed attachments are not compressed again.
5070
5071 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
5072
5073 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
5074 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
5075 (tramp-find-shell): Simplify setting connection property.
5076 (tramp-get-ls-command): Make test for "--color=never" stronger.
5077
5078 2010-07-15 Simon South <ssouth@member.fsf.org>
5079
5080 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
5081 blocks within record declarations (i.e. variant parts) correctly.
5082
5083 2010-07-15 Simon South <ssouth@member.fsf.org>
5084
5085 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
5086 over literal tokens when parsing so newlines aren't "absorbed" by
5087 single-line comments. Corrects the indentation of case blocks
5088 that have a comment on the first line.
5089
5090 2010-07-14 Karl Fogel <kfogel@red-bean.com>
5091
5092 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
5093 by Drew Adams (Bug#5504).
5094
5095 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
5096
5097 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
5098 now that Unicode is used (Bug#6594).
5099
5100 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
5101
5102 * term/x-win.el (x-select-enable-clipboard): Default to t.
5103 (x-initialize-window-system): Don't overwrite Paste menu item.
5104
5105 * simple.el (select-active-regions): Default to t.
5106 (push-mark-command): Don't overwrite primary with empty string.
5107
5108 * mouse.el: Bind mouse-2 to mouse-yank-primary.
5109 (mouse-drag-copy-region): Default to nil.
5110
5111 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
5112 Cut/Copy/Paste menu bar items.
5113
5114 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5115
5116 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5117 Patch applied by Karl Fogel.
5118
5119 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
5120 and `bookmark-current-buffer' if they have been already set in
5121 another buffer (e.g gnus-art).
5122
5123 2010-07-13 Karl Fogel <kfogel@red-bean.com>
5124 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5125
5126 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
5127
5128 * bookmark.el (bookmark-make-record-default): Allow unneeded
5129 information to be omitted from the record.
5130
5131 Adjust declarations and calls:
5132
5133 * info.el (bookmark-make-record-default): Adjust declaration.
5134 (Info-bookmark-make-record): Adjust call.
5135
5136 * woman.el (bookmark-make-record-default): Adjust declaration.
5137 (woman-bookmark-make-record): Adjust call.
5138
5139 * man.el (bookmark-make-record-default): Adjust declaration.
5140 (Man-bookmark-make-record): Adjust call.
5141
5142 * image-mode.el (bookmark-make-record-default): Adjust declaration.
5143
5144 * doc-view.el (bookmark-make-record-default): Adjust declaration.
5145
5146 2010-07-13 Karl Fogel <kfogel@red-bean.com>
5147
5148 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
5149 This is also from Thierry Volpiatto's patch in bug #6444. However,
5150 because it was extraneous to the functional change in that patch,
5151 and causes a re-indendation, I am committing it separately.
5152
5153 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5154
5155 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
5156 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
5157 Patch applied by Karl Fogel (Bug#6444).
5158
5159 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
5160
5161 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
5162
5163 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
5164
5165 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
5166 Dempsky; bug#5084). Remove incorrect binding for S-tab.
5167 (ns-alternatives-map): Change S-tab binding to backtab
5168 (bug#6616).
5169
5170 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
5171 under ns.
5172
5173 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5174
5175 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
5176 (Bug#5806)
5177
5178 * language/tv-util.el (tai-viet-re): Remove format.
5179
5180 2010-07-12 Kenichi Handa <handa@m17n.org>
5181
5182 * language/hebrew.el: Remove no-byte-compile declaration.
5183 Change coding: tag to utf-8. Register hebrew-shape-gstring in
5184 composition-function-table for 3-character looking back.
5185 (hebrew-font-get-precomposed): New function.
5186 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
5187
5188 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
5189
5190 * mouse.el (mouse-drag-track): Handle select-active-regions
5191 (Bug#6612).
5192
5193 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
5194
5195 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5196 empty argument to gvfs-copy.
5197
5198 2010-07-10 Glenn Morris <rgm@gnu.org>
5199
5200 * calendar/calendar.el (calendar-week-end-day): New function.
5201 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
5202 Respect calendar-week-start-day. (Bug#6606)
5203 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
5204 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
5205 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
5206 respect calendar-week-start-day.
5207
5208 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
5209
5210 * simple.el (use-region-p): Doc fix (Bug#6607).
5211
5212 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
5213
5214 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
5215 regexps for cucumber and ruby.
5216
5217 2010-07-08 Daiki Ueno <ueno@unixuser.org>
5218
5219 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
5220 (epa-file-insert-file-contents): Hack to prevent
5221 find-file from opening empty buffer when decryption failed
5222 (bug#6568).
5223
5224 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
5225
5226 * textmodes/ispell.el (ispell-alternate-dictionary):
5227 Use file-readable-p.
5228 Return nil if no word-list is found at default locations.
5229 (ispell-complete-word-dict): Default to nil.
5230 (ispell-command-loop): Use 'word-list' when using lookup-words.
5231 (lookup-words): Use ispell-complete-word-dict or
5232 ispell-alternate-dictionary. Check for word-list availability
5233 and handle errors if needed with better messages (Bug#6539).
5234 (ispell-complete-word): Use ispell-complete-word-dict or
5235 ispell-alternate-dictionary.
5236
5237 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
5238
5239 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
5240 builtins (BufferError, BytesWarning, WindowsError; callables
5241 bin, bytearray, bytes, format, memoryview, next, print; __package__).
5242
5243 2010-07-07 Glenn Morris <rgm@gnu.org>
5244
5245 * play/zone.el (top-level): Do not require timer, tabify, or cl.
5246 (zone-shift-left): Ignore intangibility, and any errors from
5247 forward-char.
5248 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
5249 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
5250 deleting, and copying text properties.
5251 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
5252 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
5253 to point-max is hard.
5254 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
5255 (zone-fill-out-screen): Ignore intangibility.
5256
5257 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
5258
5259 * menu-bar.el (menu-bar-mode):
5260 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
5261 if it has been set.
5262
5263 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
5264 word/line selection (Bug#6565).
5265
5266 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
5267
5268 * net/dbus.el (dbus-send-signal): Declare function.
5269
5270 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
5271
5272 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
5273 (dbus-register-property): New optional argument EMITS-SIGNAL.
5274 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
5275
5276 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
5277
5278 * mouse.el (mouse-drag-overlay): Variable deleted.
5279 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
5280 (mouse--remap-link-click-p): New function.
5281 (mouse-drag-track): Handle dragging by using temporary Transient
5282 Mark mode, instead of a special overlay.
5283 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
5284 mouse-show-mark.
5285
5286 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
5287 deleted.
5288
5289 2010-07-02 Juri Linkov <juri@jurta.org>
5290
5291 * autoinsert.el (auto-insert-alist): Fix readability
5292 by using dotted pair notation for lambda.
5293
5294 2010-07-02 Juri Linkov <juri@jurta.org>
5295
5296 * faces.el (read-face-name): Rename arg `string-describing-default'
5297 to `default'. Doc fix. Display the default value in quotes
5298 in the prompt. With empty input, return the `default' arg,
5299 unless the default value is a string (in which case return nil).
5300 (describe-face): Replace the string `default' arg of `read-face-name'
5301 with the symbol `default'.
5302
5303 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
5304
5305 * emulation/viper-cmd.el (viper-delete-backward-char)
5306 (viper-del-backward-char-in-insert)
5307 (viper-del-backward-char-in-replace, viper-change)
5308 (viper-backward-indent): Replace delete-backward-char with
5309 delete-char (Bug#6552).
5310
5311 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
5312
5313 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
5314
5315 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
5316
5317 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
5318 argument passed to frame-creation-function (Bug#5378).
5319
5320 * faces.el (x-handle-named-frame-geometry)
5321 (x-handle-reverse-video, x-create-frame-with-faces)
5322 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
5323 separately consult default-frame-alist. It is now passed as the
5324 PARAMETER argument.
5325
5326 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
5327
5328 * startup.el (command-line): Don't call tool-bar-setup in a
5329 tty-only build.
5330
5331 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
5332
5333 * ruler-mode.el (ruler--save-header-line-format): New fun.
5334 (ruler-mode): Use it as a setter function, so as not to overwrite
5335 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
5336
5337 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
5338
5339 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
5340 (vc-root-diff, vc-print-root-log, vc-log-incoming)
5341 (vc-log-outgoing): Use it.
5342 (vc-diff-internal): Set diff-vc-backend.
5343
5344 * vc/diff-mode.el (diff-vc-backend): New var.
5345
5346 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
5347
5348 * dynamic-setting.el (font-setting-change-default-font): Remove
5349 call to message.
5350
5351 2010-06-28 Kenichi Handa <handa@m17n.org>
5352
5353 * international/quail.el (quail-insert-kbd-layout): Fix the
5354 showing of untranslated characters.
5355
5356 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
5357
5358 * simple.el (delete-active-region): New option.
5359 (delete-backward-char): Implement in Lisp.
5360 (delete-forward-char): New command.
5361
5362 * mouse.el (mouse-region-delete-keys): Deleted.
5363 (mouse-show-mark): Simplify.
5364
5365 * bindings.el (global-map): Bind delete and DEL, the former to
5366 delete-forward-char.
5367
5368 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
5369
5370 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
5371 (ruby-mode): Bind indent-line-function (Bug#5119).
5372
5373 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
5374
5375 * startup.el (command-line): Recognize "0" X resource value.
5376
5377 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
5378
5379 * startup.el (command-line): Use X resources to set the value of
5380 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
5381
5382 * menu-bar.el (menu-bar-mode):
5383 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
5384 Set init-value to t.
5385
5386 * frame.el (frame-notice-user-settings): Don't change
5387 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
5388 vice versa (Bug#2249).
5389
5390 2010-06-26 Eli Zaretskii <eliz@gnu.org>
5391
5392 * w32-fns.el (w32-convert-standard-filename): Doc fix.
5393
5394 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
5395
5396 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
5397 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
5398
5399 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
5400 default directories are expanded (Bug#6143).
5401
5402 2010-06-24 Juri Linkov <juri@jurta.org>
5403
5404 * minibuffer.el (completions-format): Change default from nil to
5405 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
5406
5407 2010-06-24 Juri Linkov <juri@jurta.org>
5408
5409 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
5410 buffer-locally to lambda that re-runs the vc diff command.
5411 (Bug#6447)
5412
5413 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
5414
5415 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
5416 echo area is in use (Bug#3412).
5417
5418 2010-06-22 Glenn Morris <rgm@gnu.org>
5419
5420 * textmodes/texinfmt.el (texinfo-format-region)
5421 (texinfo-raise-lower-sections, texinfo-format-separate-node)
5422 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
5423 (texinfo-format-option, texinfo-noindent):
5424 Use line-beginning-position and line-end-position.
5425
5426 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
5427 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
5428 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
5429 utf-8 characters.
5430
5431 2010-06-21 Karl Fogel <kfogel@red-bean.com>
5432
5433 * play/zone.el (zone-fall-through-ws): Fix next-line ->
5434 forward-line fallout.
5435
5436 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
5437
5438 * mouse.el (mouse-appearance-menu): Add docstring.
5439
5440 * help.el (describe-key): Print up-event using key-description.
5441
5442 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
5443
5444 * net/zeroconf.el (zeroconf-resolve-service)
5445 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5446 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
5447
5448 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
5449
5450 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
5451
5452 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
5453
5454 Avoid displaying files with a nil state in vc-dir.
5455 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
5456 cases that cause insertion.
5457 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
5458 with a nil state.
5459
5460 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
5461
5462 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
5463
5464 2010-06-29 Leo <sdl.web@gmail.com>
5465
5466 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
5467
5468 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
5469
5470 * generic-x.el (bat-generic-mode): Fix regexp for command line
5471 switches (Bug#5719).
5472
5473 2010-06-27 Masatake YAMATO <yamato@redhat.com>
5474
5475 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
5476 of nconc to avoid pure storage error (Bug#6239).
5477
5478 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
5479
5480 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
5481 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
5482 bindings of bookmark-automatically-show-annotations (Bug#6515).
5483
5484 2010-06-25 Eli Zaretskii <eliz@gnu.org>
5485
5486 * arc-mode.el (archive-zip-extract): Don't quote the file name on
5487 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
5488
5489 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
5490
5491 * comint.el (make-comint, make-comint-in-buffer): Mention return
5492 value in the docstrings. (Bug#6498)
5493
5494 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
5495
5496 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
5497 since it is not present when using some non-default switches.
5498
5499 2010-06-23 Karl Fogel <kfogel@red-bean.com>
5500
5501 * simple.el (compose-mail): Fix doc string to refer to
5502 `compose-mail-user-agent-warnings', instead of to the
5503 nonexistent `compose-mail-check-user-agent'.
5504
5505 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
5506
5507 Fix an indentation bug:
5508
5509 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
5510 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
5511 of existing values.
5512
5513 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
5514 (c-clear->-pair-props-if-match-before): now return t when they've
5515 cleared properties, nil otherwise.
5516 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
5517 by taking account of the existing value.
5518
5519 * progmodes/cc-defs.el
5520 (c-clear-char-property-with-value-function): Fix this to clear the
5521 property rather than overwriting it with nil.
5522
5523 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
5524
5525 * emacs-lisp/package.el (package-print-package): Add link to
5526 package description via describe-package.
5527 (describe-package-1): List package requirements. Add button to
5528 perform installation.
5529 (package-menu-describe-package): New command.
5530
5531 * help-mode.el (help-package): New button type.
5532
5533 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
5534
5535 * emacs-lisp/package.el: Move package-list-packages binding to
5536 menu-bar.el.
5537 (describe-package, describe-package-1, package--dir): New funs.
5538 (package-activate-1): Use package--dir.
5539
5540 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
5541
5542 * help-mode.el (help-package-def): New button type.
5543
5544 * menu-bar.el: Move package-list-packages binding here from
5545 package.el.
5546
5547 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
5548
5549 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
5550
5551 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * emacs-lisp/edebug.el (edebug-read-list):
5554 Phase out old-style backquotes.
5555
5556 2010-06-17 Juri Linkov <juri@jurta.org>
5557
5558 * help-mode.el (help-mode): Set buffer-local variable
5559 revert-buffer-function to help-mode-revert-buffer.
5560 (help-mode-revert-buffer): New function.
5561
5562 * info.el (Info-revert-find-node): Check for major-mode Info-mode
5563 before popping to "*info*" (like in other Info functions).
5564 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
5565 old-history-forward. Pop to old-buffer-name or "*info*" to
5566 recreate the killed buffer. Set Info-history-forward from
5567 old-history-forward.
5568 (Info-breadcrumbs-depth): Add :group and :version.
5569
5570 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
5571
5572 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
5573
5574 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
5575
5576 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
5577 for languages like Portuguese with pt_{BR,PT} and no plain pt.
5578
5579 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
5580
5581 * emacs-lisp/package.el (package-menu-mode-map):
5582 Move initialization into declaration.
5583
5584 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
5585
5586 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
5587
5588 * emacs-lisp/package.el (package-archive-base): Point to
5589 elpa.gnu.org.
5590 (package-enable, package-load-list): New defcustoms.
5591 (package-user-dir, package-directory-list): Turn into defcustoms.
5592 Don't include package-user-dir in package-directory-list.
5593 (package--builtins-base): Don't include Emacs as a "package".
5594 (package-subdirectory-regexp): New var.
5595 (package-load-all-descriptors, package-compute-transaction)
5596 (package-download-transaction): Obey package-load-list.
5597 (package-activate-1): Rename from package-do-activate.
5598 (package-list-packages-internal): Check package-load-list.
5599 (package-load-descriptor, package-generate-autoloads)
5600 (package-unpack, package-unpack-single)
5601 (package--read-archive-file, package-delete): Use
5602 expand-file-name.
5603
5604 * emacs-lisp/package-x.el: New file. Package uploading
5605 functionality split out from package.el.
5606
5607 * startup.el (command-line): Load packages after reading init file.
5608
5609 2010-06-17 Tom Tromey <tromey@redhat.com>
5610
5611 * emacs-lisp/package.el: New file.
5612
5613 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
5614
5615 Fix vc-annotate for renamed files when using Git.
5616 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
5617 ls-files. Doe not pass the object as a file name to cat-file, it
5618 is not a file name.
5619 (vc-git-annotate-command): Pass the file name using -- to avoid
5620 ambiguity with the revision.
5621 (vc-git-previous-revision): Pass a relative file name.
5622
5623 2010-06-22 Glenn Morris <rgm@gnu.org>
5624
5625 * progmodes/js.el (js-mode-map): Use standard capitalization and
5626 ellipses for menu entries.
5627
5628 * wid-edit.el (widget-complete): Doc fix.
5629
5630 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
5631
5632 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
5633
5634 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
5635
5636 Fix annotating other revisions for renamed files in vc-annotate.
5637 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
5638 VC backend. Use it when non-nil.
5639 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
5640 (Bug#6487)
5641
5642 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
5643 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
5644 Do not pass the file name to the 'previous-revision call when we
5645 don't want a file diff. (Bug#6489)
5646
5647 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
5648
5649 Fix finding revisions for renamed files in vc-annotate.
5650 * vc/vc.el (vc-find-revision): Add an optional argument for
5651 the VC backend. Use it when non-nil.
5652 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
5653 backend to vc-find-revision. (Bug#6487)
5654
5655 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
5656
5657 Fix reading file names in Git annotate buffers.
5658 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
5659 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
5660
5661 2010-06-20 Alan Mackenzie <acm@muc.de>
5662
5663 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
5664 in file local variables, set it first.
5665
5666 2010-06-19 Glenn Morris <rgm@gnu.org>
5667
5668 * descr-text.el (describe-char-unicode-data): Insert separating
5669 space when needed. (Bug#6422)
5670
5671 * progmodes/idlwave.el (idlwave-action-and-binding):
5672 Fix typo in 2009-12-03 change. (Bug#6450)
5673
5674 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5675
5676 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
5677 handling for `lambda' (misunderstanding).
5678
5679 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
5680
5681 * calc/calc-poly.el (math-accum-factors): Make sure that
5682 constants aren't distributed after they are factored out.
5683
5684 2010-06-16 Juri Linkov <juri@jurta.org>
5685
5686 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
5687 `list-colors-print'. (Bug#6332)
5688
5689 * subr.el (read-quoted-char): Fix up last change (bug#6290).
5690
5691 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
5692
5693 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
5694 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
5695
5696 * font-lock.el (font-lock-major-mode): Rename from
5697 font-lock-mode-major-mode to distinguish it from
5698 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
5699 (font-lock-set-defaults):
5700 * font-core.el (font-lock-default-function): Adjust users.
5701 (font-lock-mode): Don't set it at all.
5702
5703 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
5704
5705 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
5706
5707 2010-06-16 Glenn Morris <rgm@gnu.org>
5708
5709 * calendar/appt.el (appt-time-msg-list): Doc fix.
5710 (appt-check): Let-bind appt-warn-time.
5711 (appt-add): Make the 3rd argument optional.
5712 Simplify argument names. Doc fix. Check for integer WARNTIME.
5713 Only add WARNTIME to the output list if non-nil.
5714
5715 2010-06-16 Ivan Kanis <apple@kanis.eu>
5716
5717 * calendar/appt.el (appt-check): Let the 3rd element of
5718 appt-time-msg-list specify the warning time.
5719 (appt-add): Add new argument with the warning time. (Bug#5176)
5720
5721 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5722
5723 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
5724 older than version 1.6. (Bug#6361)
5725
5726 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
5727
5728 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
5729 used by cl-do-arglist. (Bug#6408)
5730
5731 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
5732
5733 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
5734 portuguese casechars/not-casechars for missing 'çÇ'.
5735 Suggested by Rolando Pereira (bug#6434).
5736
5737 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
5738
5739 * facemenu.el (list-colors-sort): Doc fix.
5740
5741 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5742
5743 * progmodes/sql.el (sql-connect-mysql): Fix typo.
5744
5745 2010-06-14 Juri Linkov <juri@jurta.org>
5746
5747 Add sort option `list-colors-sort'. (Bug#6332)
5748 * facemenu.el (color-rgb-to-hsv): New function.
5749 (list-colors-sort): New defcustom.
5750 (list-colors-sort-key): New function.
5751 (list-colors-display): Doc fix. Sort list according to the option
5752 `list-colors-sort'.
5753 (list-colors-print): Add HSV values to `help-echo' property of
5754 RGB strings.
5755
5756 2010-06-14 Juri Linkov <juri@jurta.org>
5757
5758 * compare-w.el: Move to the "vc" subdirectory.
5759
5760 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5761
5762 * image-mode.el (image-mode-map): Remap left-char and right-char.
5763
5764 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
5765
5766 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
5767
5768 * term/common-win.el (x-colors): Add all the color names defined
5769 in rgb.txt (Bug#6332).
5770
5771 * facemenu.el (list-colors-print): Don't print extra names if it
5772 will overflow the window width.
5773
5774 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
5775 change (Bug#6343).
5776
5777 2010-06-12 Eli Zaretskii <eliz@gnu.org>
5778
5779 * files.el (make-directory): Doc fix (bug#6396).
5780
5781 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
5782
5783 * net/tramp.el (tramp-remote-process-environment): Protect version
5784 string by apostroph.
5785 (tramp-shell-prompt-pattern): Do not use a shy group in case of
5786 XEmacs.
5787 (tramp-file-name-for-operation): Add `call-process-region'.
5788 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
5789
5790 * net/tramp-compat.el (top): Do not autoload
5791 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
5792 only when `start-file-process' is not bound.
5793 (tramp-advice-file-expand-wildcards): Do not use
5794 `tramp-handle-file-remote-p'.
5795 (tramp-compat-make-temp-file): Handle the case, that
5796 `make-temp-file' has no third argument EXTENSION.
5797
5798 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
5799
5800 * makefile.w32-in (WINS_BASIC): Include new directory vc.
5801
5802 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
5803
5804 2010-06-11 Juri Linkov <juri@jurta.org>
5805
5806 * finder.el (finder-known-keywords): Add keyword "vc"
5807 for version control.
5808
5809 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
5810 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
5811 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
5812 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
5813
5814 2010-06-11 Juri Linkov <juri@jurta.org>
5815
5816 Move version control related files to the "vc" subdirectory.
5817 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
5818 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
5819 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
5820 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
5821 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
5822 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
5823 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
5824 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
5825 Move files to the "vc" subdirectory.
5826
5827 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
5828
5829 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
5830 (Bug#6367).
5831
5832 2010-06-11 Stephen Eglen <stephen@gnu.org>
5833
5834 * shell.el: Bind `shell-resync-dirs' to M-RET.
5835
5836 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
5837
5838 * notifications.el: Move file from lisp/net, because it is
5839 supposed to talk locally to the user.
5840
5841 2010-06-10 Julien Danjou <julien@danjou.info>
5842
5843 * net/notifications.el (notifications-on-action-signal)
5844 (notifications-on-closed-signal): Pass notification id as first
5845 argument to the callback functions. Add docstrings.
5846 (notifications-notify): Fix docstring.
5847
5848 2010-06-10 Glenn Morris <rgm@gnu.org>
5849
5850 * emacs-lisp/authors.el (authors-ignored-files)
5851 (authors-valid-file-names): Add some files.
5852
5853 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5854
5855 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
5856 merge conflict, giving preference to the emacs-23 version of the code.
5857
5858 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 * emacs-lisp/advice.el (ad-compile-function):
5861 Define warning-suppress-types before we let-bind it (bug#6275).
5862
5863 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
5864 declare it, make it buffer-local and permanent-local (bug#6324).
5865 (vc-resynch-window): Adjust name.
5866 * vc-hooks.el (vc-find-file-hook): Adjust name.
5867
5868 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
5869
5870 * net/notifications.el (notifications-notify): Fix docstring.
5871
5872 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
5873
5874 Update to Unicode 6.0.0 beta.
5875 * international/charprop.el: Update copyright.
5876 * international/mule-cmds.el (ucs-names): Update character ranges.
5877 * international/uni-bidi.el:
5878 * international/uni-category.el:
5879 * international/uni-combining.el:
5880 * international/uni-comment.el:
5881 * international/uni-decimal.el:
5882 * international/uni-decomposition.el:
5883 * international/uni-digit.el:
5884 * international/uni-lowercase.el:
5885 * international/uni-mirrored.el:
5886 * international/uni-name.el:
5887 * international/uni-numeric.el:
5888 * international/uni-old-name.el:
5889 * international/uni-titlecase.el:
5890 * international/uni-uppercase.el: Regenerate.
5891
5892 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
5893
5894 * emacs-lisp/smie.el (comment-string-strip): Declare function.
5895 (smie-precs-precedence-table): Fix typo in docstring.
5896
5897 * vc-mtn.el (log-edit-extract-headers): Declare function.
5898
5899 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
5900
5901 * net/notifications.el (dbus-register-signal): Declare function.
5902 (notifications-notify): Fix typos and reflow docstring.
5903
5904 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
5905
5906 Improve VC create/retrieve tag/branch.
5907 * vc.el (vc-create-tag): Do not read the directory name for VCs
5908 with repository revision granularity. Adjust the tag/branch
5909 prompt. Reset VC properties.
5910 (vc-retrieve-tag): Do not read the directory name for VCs
5911 with repository revision granularity. Reset VC properties.
5912
5913 2010-06-09 Julien Danjou <julien@danjou.info>
5914
5915 * net/notifications.el: New file.
5916
5917 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
5918
5919 Add optional support for resetting VC properties.
5920 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
5921 call vc-file-clearprops when true.
5922 (vc-resynch-buffer): Add new optional argument, pass it down.
5923 (vc-resynch-buffers-in-directory): Likewise.
5924
5925 Improve support for special markup in the VC commit message.
5926 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
5927 * vc-hg.el (vc-hg-checkin): Add support for Date:.
5928 * vc-git.el (vc-git-checkin):
5929 * vc-bzr.el (vc-bzr-checkin): Likewise.
5930
5931 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5932
5933 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
5934 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
5935
5936 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
5937
5938 * iimage.el: Remove images as soon as the underlying text is modified.
5939 (iimage-modification-hook): New function.
5940 (iimage-mode-buffer): Use it.
5941
5942 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5943
5944 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
5945 smie-indent-offset-after. Add :prev case. Make a bit more generic.
5946 (smie-indent-virtual): Remove `virtual' arg. Update callers.
5947 (smie-indent-keyword): Add handling of open-paren keywords.
5948 (smie-indent-comment-continue): Don't assume comment-continue.
5949
5950 2010-06-07 Martin Rudalics <rudalics@gmx.at>
5951
5952 * window.el (pop-to-buffer): Remove the conditional that
5953 compares new-window and old-window, so it will reselect
5954 the selected window unconditionally.
5955 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
5956
5957 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5958
5959 * emacs-lisp/smie.el (smie-indent-offset-after)
5960 (smie-indent-forward-token, smie-indent-backward-token): New functions.
5961 (smie-indent-after-keyword): Use them.
5962 (smie-indent-fixindent): Only applies to the indentation of the BOL.
5963 (smie-indent-keyword): Tweak the black magic.
5964 (smie-indent-comment-continue): Strip comment-continue before use.
5965 (smie-indent-functions): Indent comments before keywords.
5966
5967 2010-06-06 Juri Linkov <juri@jurta.org>
5968
5969 * isearch.el (isearch-lazy-highlight-search): Fix looping
5970 by checking for empty match. This syncs this loop with the
5971 similar loop in `isearch-search'. (Bug#6362)
5972
5973 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
5974
5975 * net/dbus.el (dbus-register-method): Declare function.
5976 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
5977 (dbus-introspect): Doc fix.
5978 (dbus-event-bus-name, dbus-introspect-get-interface)
5979 (dbus-introspect-get-argument): Reflow docstrings.
5980
5981 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
5982
5983 vc-log-incoming/vc-log-outgoing fixes for Git.
5984 * vc-git.el (vc-git-log-view-mode): Fix font lock for
5985 incoming/outgoing logs.
5986 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
5987 instead of vc-git-compute-remote.
5988 (vc-git-compute-remote): Remove.
5989
5990 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
5991
5992 * term/common-win.el (x-colors): Add "dark green" and "dark
5993 turquoise" (Bug#6332).
5994
5995 2010-06-04 Juri Linkov <juri@jurta.org>
5996
5997 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
5998 Instead of setting `replace' to t and replacing the same string
5999 with itself, don't do certain actions when
6000 kill-do-not-save-duplicates is non-nil and string is equal to car
6001 of kill-ring: don't call menu-bar-update-yank-menu, don't push
6002 interprogram-paste strings to kill-ring, and don't push the input
6003 argument `string' to kill-ring.
6004 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
6005
6006 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
6007
6008 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
6009
6010 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
6011
6012 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
6013 (tramp-gvfs-handler-mounted-unmounted)
6014 (tramp-gvfs-connection-mounted-p): Handle default-location.
6015
6016 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
6017 move files to trash.
6018
6019 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
6020
6021 * international/mule-cmds.el (nonascii-insert-offset)
6022 (nonascii-translation-table): Add obsolescence information.
6023
6024 * international/mule.el (make-translation-table-from-vector): Doc fix.
6025
6026 2010-06-03 Glenn Morris <rgm@gnu.org>
6027
6028 * desktop.el (desktop-clear-preserve-buffers):
6029 Add "*Warnings*" buffer. (Bug#6336)
6030
6031 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
6032
6033 vc-log-incoming/vc-log-outgoing improvements for Git.
6034 * vc-git.el (vc-git-log-outgoing): Use the same format as the
6035 short log.
6036 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
6037
6038 Add bindings for vc-log-incoming and vc-log-outgoing.
6039 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
6040 and vc-log-outgoing.
6041 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
6042 and vc-log-outgoing.
6043
6044 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
6045
6046 * net/rcirc.el (rcirc-sort-nicknames): Remove.
6047 (rcirc-handler-366): Always sort nicknames.
6048
6049 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
6050
6051 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
6052
6053 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
6054
6055 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
6056
6057 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6058
6059 * net/rcirc.el (rcirc-sort-nicknames): Change default.
6060 (rcirc-sort-nicknames-join): Avoid setq.
6061
6062 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6063
6064 * net/rcirc.el (rcirc-sort-nicknames): New custom.
6065 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
6066 (rcirc-handler-366): Use them.
6067
6068 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6069
6070 Split smie-indent-calculate into more manageable chunks.
6071 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
6072 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
6073 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
6074 (smie-indent-exps): Extract from smie-indent-calculate.
6075 (smie-indent-functions): New var.
6076 (smie-indent-functions): Use them.
6077
6078 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6079
6080 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
6081 (smie-indent-calculate): Simplify and cleanup.
6082
6083 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
6084
6085 * net/tramp-gvfs.el (top): Require url-util.
6086 (tramp-gvfs-mount-point): Remove.
6087 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
6088 New defuns.
6089 (with-tramp-dbus-call-method): Format trace message.
6090 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
6091 Implement backup call, when operation on local files fails.
6092 Use progress reporter. Flush properties of changed files.
6093 (tramp-gvfs-handle-make-directory): Make more traces.
6094 (tramp-gvfs-url-file-name): Hexify file name in url.
6095 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
6096 into account for the resulting file name.
6097 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
6098 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
6099 (tramp-gvfs-handler-mounted-unmounted)
6100 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
6101 attribute "default_location". Set "prefix" property.
6102 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
6103 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
6104 exists. Raise an error, if not (due to a corresponding answer
6105 "no" in interactive questions, for example).
6106
6107 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
6108
6109 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
6110
6111 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
6112
6113 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
6114 right-*. (Bug#6265)
6115
6116 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
6117
6118 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
6119 * vc-git.el (vc-git-compute-remote): New function.
6120 (vc-git-log-outgoing): Use it instead of hard coding a value.
6121 (vc-git-log-incoming): New function.
6122
6123 Improve state updating for VC tag commands.
6124 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
6125 to update the state of all buffers in the directory.
6126
6127 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
6128
6129 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6131 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
6132 `file-directory-p' to the filename part rather than to the whole text.
6133
6134 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6135
6136 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
6137
6138 2010-05-31 Drew Adams <drew.adams@oracle.com>
6139
6140 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
6141
6142 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
6143
6144 * subr.el (momentary-string-display): Just use read-event to read
6145 the exit event (Bug#6238).
6146
6147 2010-05-30 Eli Zaretskii <eliz@gnu.org>
6148
6149 * international/mule.el (define-coding-system): Doc fix (bug#6313).
6150
6151 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
6152
6153 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
6154 Suggested by Eli Zaretskii <eliz@gnu.org>.
6155
6156 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6157
6158 * minibuffer.el (completion-file-name-table): Don't return a boundary
6159 past the end of `string' (bug#6299).
6160 (completion--file-name-table): Delegate to completion-file-name-table
6161 for the `boundaries' case.
6162
6163 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
6164
6165 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
6166 movement commands.
6167
6168 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
6169 `path-separator', but maintain compatibility with Emacs 20.2.
6170
6171 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
6172
6173 * server.el (server-process-filter): Receive parent-id argument
6174 from emacsclient.
6175 (server-create-window-system-frame): New arg. Pass parent-id as
6176 frame parameter.
6177
6178 2010-05-29 Eli Zaretskii <eliz@gnu.org>
6179
6180 Bidi-sensitive word movement with arrow keys.
6181 * subr.el (right-arrow-command, left-arrow-command): Move to
6182 bindings.el.
6183
6184 * bindings.el (right-char, left-char): Move from subr.el and
6185 rename from right-arrow-command and left-arrow-command.
6186 (right-word, left-word): New functions.
6187 (global-map) <right>: Bind to right-char.
6188 (global-map) <left>: Bind to left-char.
6189 (global-map) <C-right>: Bind to right-word.
6190 (global-map) <C-left>: Bind to left-word.
6191
6192 * ls-lisp.el (ls-lisp-classify-file): New function.
6193 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
6194 (ls-lisp-classify): Call ls-lisp-classify-file.
6195 (insert-directory): Remove blanks from switches.
6196
6197 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
6198
6199 * ansi-color.el: Delete unused escape sequences (Bug#6085).
6200 (ansi-color-drop-regexp): New constant.
6201 (ansi-color-apply, ansi-color-filter-region)
6202 (ansi-color-apply-on-region): Delete unrecognized control sequences.
6203 (ansi-color-apply): Build string list before calling concat.
6204
6205 2010-05-28 Juri Linkov <juri@jurta.org>
6206
6207 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6208 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
6209 (Bug#5270)
6210
6211 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
6212
6213 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
6214 to ignored backtrace functions.
6215 (with-progress-reporter): Expand docstring.
6216 (tramp-handle-delete-file): Implement TRASH argument.
6217 (tramp-get-remote-trash): New defun.
6218
6219 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
6220
6221 * net/tramp-compat.el (tramp-compat-delete-file): Use
6222 `symbol-value' for backward compatibility.
6223
6224 * net/tramp.el (tramp-handle-make-symbolic-link)
6225 (tramp-handle-load)
6226 (tramp-do-copy-or-rename-file-via-buffer)
6227 (tramp-do-copy-or-rename-file-directly)
6228 (tramp-do-copy-or-rename-file-out-of-band)
6229 (tramp-handle-process-file, tramp-handle-call-process-region)
6230 (tramp-handle-shell-command, tramp-handle-file-local-copy)
6231 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6232 (tramp-delete-temp-file-function): Use `delete-file' instead
6233 of `tramp-compat-delete-file'.
6234
6235 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
6236 (tramp-fish-handle-make-symbolic-link)
6237 (tramp-fish-handle-process-file): Use `delete-file' instead
6238 of `tramp-compat-delete-file'.
6239
6240 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
6241 `delete-file' instead of `tramp-compat-delete-file'.
6242
6243 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
6244 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
6245 `tramp-compat-delete-file'.
6246
6247 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
6248 `delete-file' instead of `tramp-compat-delete-file'.
6249
6250 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6251 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6252 (tramp-smb-handle-write-region): Use `delete-file' instead of
6253 `tramp-compat-delete-file'.
6254 (tramp-smb-handle-delete-directory): Use 'trash as arg.
6255
6256 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
6257
6258 * dired.el (dired-delete-file): New arg TRASH.
6259 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
6260 (dired-do-flagged-delete, dired-do-delete): Use trash.
6261
6262 * speedbar.el (speedbar-item-delete): Allow trashing.
6263
6264 * files.el (delete-directory): New arg TRASH.
6265
6266 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
6267 (ange-ftp-rename-remote-to-remote)
6268 (ange-ftp-rename-local-to-remote)
6269 (ange-ftp-rename-remote-to-local, ange-ftp-load)
6270 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
6271 `delete-file'.
6272 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
6273 allow trashing.
6274
6275 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
6276 handle new TRASH arg of `delete-file'.
6277
6278 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
6279 (tramp-handle-make-symbolic-link, tramp-handle-load)
6280 (tramp-do-copy-or-rename-file-via-buffer)
6281 (tramp-do-copy-or-rename-file-directly)
6282 (tramp-do-copy-or-rename-file-out-of-band)
6283 (tramp-handle-process-file, tramp-handle-call-process-region)
6284 (tramp-handle-shell-command, tramp-handle-file-local-copy)
6285 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6286 (tramp-delete-temp-file-function): Use null TRASH arg in
6287 tramp-compat-delete-file call.
6288
6289 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
6290 (tramp-fish-handle-delete-file)
6291 (tramp-fish-handle-make-symbolic-link)
6292 (tramp-fish-handle-process-file): Use null TRASH arg in
6293 `tramp-compat-delete-file' call.
6294
6295 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
6296 arg in `tramp-compat-delete-file' call.
6297
6298 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
6299 (tramp-gvfs-handle-write-region): Use null TRASH arg in
6300 `tramp-compat-delete-file' call.
6301
6302 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
6303 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
6304 `tramp-compat-delete-file' call.
6305
6306 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6307 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6308 (tramp-smb-handle-write-region): Use null TRASH arg in
6309 tramp-compat-delete-file call.
6310 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
6311 (tramp-smb-handle-delete-file): Rename arg.
6312
6313 * diff.el (diff-sentinel):
6314 * epg.el (epg--make-temp-file, epg-decrypt-string)
6315 (epg-verify-string, epg-sign-string, epg-encrypt-string):
6316 * jka-compr.el (jka-compr-partial-uncompress)
6317 (jka-compr-call-process, jka-compr-write-region):
6318 * server.el (server-sentinel): Remove optional arg from
6319 delete-file, reverting 2010-05-03 change.
6320
6321 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
6322
6323 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
6324 font-lock-constant-face, not obsolete font-lock-reference-face.
6325
6326 2010-05-27 Kenichi Handa <handa@m17n.org>
6327
6328 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
6329 element of GSTRING is nil.
6330
6331 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6332
6333 * emacs-lisp/smie.el (smie-forward-token-function)
6334 (smie-backward-token-function): New vars.
6335 (smie-backward-sexp, smie-forward-sexp)
6336 (smie-indent-hanging-p, smie-indent-calculate): Use them.
6337 (smie-default-backward-token): Rename from smie-backward-token and
6338 skip comments.
6339 (smie-default-forward-token): Rename from smie-forward-token and
6340 skip comments.
6341 (smie-next-sexp): Handle nil results from next-token.
6342 (smie-indent-calculate): Add a new case for special `fixindent' comments.
6343
6344 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
6345
6346 * progmodes/verilog-mode.el (verilog-type-font-keywords):
6347 Use font-lock-constant-face, not obsolete font-lock-reference-face.
6348
6349 2010-05-27 Masatake YAMATO <yamato@redhat.com>
6350
6351 * htmlfontify.el (hfy-face-resolve-face): New function.
6352 (hfy-face-to-style): Use it (Bug#6279).
6353
6354 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6355
6356 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
6357 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
6358
6359 2010-05-26 Glenn Morris <rgm@gnu.org>
6360
6361 * emulation/edt.el (edt-load-keys): Use locate-library.
6362
6363 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
6364
6365 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
6366 (log-edit-changelog-entries): Doc fix.
6367 (log-edit-changelog-insert-entries): Args changed.
6368 Rename relative filenames in ChangeLog entries. Delete tabs.
6369 (log-edit-insert-changelog-entries): Reorganize return value of
6370 `log-edit-changelog-entries' to pass filenames to
6371 log-edit-changelog-insert-entries.
6372
6373 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6374
6375 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
6376 `image-dired-dired-insert-marked-thumbs' to
6377 `image-dired-dired-toggle-marked-thumbs'.
6378
6379 * image-dired.el: Require cl when compiling.
6380 (image-dired-dired-toggle-marked-thumbs): Rename from
6381 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
6382 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
6383 to 'no-dir. Skip files whose names don't match
6384 `image-file-name-regexp'. When file has a thumbnail overlay,
6385 delete it. (Bug#5270)
6386
6387 2010-05-25 Juri Linkov <juri@jurta.org>
6388
6389 * image-mode.el (image-mode): Add image-after-revert-hook to
6390 after-revert-hook.
6391 (image-after-revert-hook): New function. (Bug#5669)
6392
6393 2010-05-25 Juri Linkov <juri@jurta.org>
6394
6395 * image.el (image-animated-p): When delay between animated images
6396 is 0, set it to 10 (0.1 sec). (Bug#6258)
6397
6398 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
6399
6400 * net/tramp.el (tramp-handle-insert-directory): Don't use
6401 `forward-word', its default syntax could be changed.
6402
6403 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
6404
6405 * net/tramp.el (tramp-progress-reporter-update): New defun.
6406 (with-progress-reporter): Use it.
6407 (tramp-process-actions):
6408 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
6409 current message, in order to let progress reporter continue
6410 afterwards. (Bug#6257)
6411
6412 2010-05-25 Glenn Morris <rgm@gnu.org>
6413
6414 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
6415 Add :version.
6416
6417 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
6418
6419 * net/rcirc.el (rcirc-default-user-name): Change to "user".
6420 (rcirc-default-full-name): Change to "unknown".
6421 (rcirc-user-name-history): Add variable.
6422
6423 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
6424 Jonathan Rockway <jon@jrock.us>
6425
6426 * net/rcirc.el (rcirc-server-alist): Add :pass.
6427 (rcirc): When prompting for connection parameters, also prompt for
6428 username and password.
6429 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
6430 value to server when connecting.
6431
6432 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6433
6434 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
6435 (smie-merge-prec2s): Pass the tables as separate args.
6436 (smie-bnf-precedence-table): Adjust call accordingly.
6437 (smie-prec2-levels): Set levels at the end.
6438
6439 Replace Lisp calls to delete-backward-char by delete-char.
6440 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
6441 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
6442 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
6443 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
6444 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
6445 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
6446 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
6447 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
6448 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
6449 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
6450 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
6451 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
6452 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
6453 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
6454 delete-backward-char by calls to delete-char.
6455
6456 2010-05-25 Kenichi Handa <handa@m17n.org>
6457
6458 * language/hebrew.el (hebrew-shape-gstring): New function.
6459 Register it in composition-function-table for all Hebrew combining
6460 characters.
6461
6462 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6463
6464 * epa.el (epa--select-keys): Don't explicitly delete the window since
6465 that can fail (e.g. sole window in frame). Use dedication instead.
6466
6467 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
6468
6469 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
6470
6471 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
6472
6473 * image.el (image-refresh): Define as an alias for image-flush.
6474
6475 * image-mode.el (image-toggle-display-image): Caller changed.
6476
6477 2010-05-21 Juri Linkov <juri@jurta.org>
6478
6479 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
6480 Remove "all" from grep-files-aliases. Split grep-files-aliases by
6481 whitespace, call wildcard-to-regexp on substrings and concat them
6482 with "\\|". (Bug#6114)
6483
6484 2010-05-21 Alan Mackenzie <acm@muc.de>
6485
6486 * progmodes/cc-engine.el (c-parse-state-get-strategy):
6487 Replace parameter `here' with `here-' and `here-plus', which sandwich
6488 any pertinent CPP construct.
6489 (c-remove-stale-state-cache-backwards): Fix a bug which happens
6490 when doing (c-parse-state) in a CPP construct: Exclude any "new"
6491 CPP construct from taking part in the scanning.
6492
6493 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
6494
6495 * net/tramp.el (tramp-do-copy-or-rename-file)
6496 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
6497 Tune `with-progress-reporter' messages.
6498 (tramp-handle-vc-registered):
6499 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
6500 (tramp-fish-handle-insert-file-contents)
6501 (tramp-fish-maybe-open-connection):
6502 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6503 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
6504 (tramp-imap-handle-insert-file-contents)
6505 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
6506
6507 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
6508
6509 * add-log.el (change-log-font-lock-keywords):
6510 Highlight all authors in multi-author entries.
6511
6512 * smerge-mode.el (smerge-refine-ignore-whitespace)
6513 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
6514 Fix typos in docstrings.
6515 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
6516
6517 2010-05-21 Glenn Morris <rgm@gnu.org>
6518
6519 * progmodes/fortran.el (fortran-mode):
6520 * progmodes/f90.el (f90-mode): Derive from prog-mode.
6521
6522 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
6523 having a relative path in src/Makefile.in.
6524
6525 2010-05-20 Kevin Ryde <user42@zip.com.au>
6526
6527 * help-mode.el (help-make-xrefs): For Info node links turn
6528 newlines into spaces. Link node names with newlines are matched
6529 by help-xref-info-regexp and buttonized, this change ensures they
6530 can be followed successfully with RET. (Bug#6206)
6531
6532 2010-05-20 Juri Linkov <juri@jurta.org>
6533
6534 * locate.el (locate): Use pop-to-buffer instead of
6535 switch-to-buffer-other-window. (Bug#6204)
6536
6537 2010-05-20 Juri Linkov <juri@jurta.org>
6538
6539 * replace.el (replace-highlight): Fix lazy-highlighting
6540 for `M-s w str M-% str RET'.
6541
6542 2009-12-15 Masatake YAMATO <yamato@redhat.com>
6543
6544 * isearch.el (isearch-yank-word-or-char): Pull next subword
6545 when `subword-mode' is activated. (Bug#6220)
6546
6547 2010-05-20 Mark A. Hershberger <mah@everybody.org>
6548
6549 * isearch.el (isearch-update-post-hook): New hook.
6550 (isearch-update): Use the new hook. (Bug#6225)
6551
6552 2010-05-20 Juri Linkov <juri@jurta.org>
6553
6554 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
6555 [f1], [help], and (char-to-string help-char) instead of "\C-h".
6556 (Bug#6222)
6557
6558 2010-05-20 Juri Linkov <juri@jurta.org>
6559
6560 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
6561 (Bug#6223)
6562
6563 2010-05-20 Juri Linkov <juri@jurta.org>
6564
6565 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
6566 FILE-NAME to read from the minibuffer when called interactively
6567 with prefix argument instead of using buffer-file-name.
6568 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
6569
6570 * dired.el: Update autoloads.
6571
6572 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
6573
6574 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
6575 nxml-finish-element, for consistency with SGML mode.
6576
6577 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
6578 octave-close-block.
6579
6580 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
6581
6582 * composite.el: Require cl when compiling.
6583 (reference-point-alist, compose-gstring-for-graphic)
6584 (compose-gstring-for-terminal): Fix typos in docstrings.
6585
6586 2010-05-19 Juri Linkov <juri@jurta.org>
6587
6588 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
6589 set-window-parameter.
6590
6591 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
6592
6593 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
6594 where appropriate.
6595 (tramp-maybe-open-connection): Use it.
6596
6597 2010-05-19 Eli Zaretskii <eliz@gnu.org>
6598
6599 * simple.el (move-end-of-line): Make sure we are at line beginning
6600 before backing up to end of previous line.
6601
6602 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
6603
6604 * password-cache.el (password-cache-remove): Fix docstring.
6605
6606 * net/secrets.el: Autoload the widget functions.
6607 (secrets-search-items, secrets-create-item)
6608 (secrets-get-attributes, secrets-expand-item): Attributes will be
6609 stored on the password database without leading ":", as all other
6610 clients do as well.
6611 (secrets-mode): Fix docstring.
6612 (secrets-show-secrets): Provide it as autoloaded command only when
6613 D-Bus support is available. Check existence of Secret Service API.
6614
6615 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6616
6617 * indent.el (indent-region): Deactivate region (bug#6200).
6618
6619 2010-05-19 Glenn Morris <rgm@gnu.org>
6620
6621 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
6622
6623 2010-05-19 Kenichi Handa <handa@m17n.org>
6624
6625 * composite.el: Register compose-gstring-for-graphic in
6626 composition-function-table only for combining characters (Mn, Mc, Me).
6627
6628 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
6629
6630 * calc/calc-trail.el (calc-trail-isearch-forward)
6631 (calc-trail-isearch-backward): Ensure that the new window
6632 point is set correctly.
6633
6634 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6635
6636 * subr.el (read-quoted-char): Resolve modifiers after key
6637 remapping (bug#6212).
6638
6639 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
6640
6641 Add visualization code for secrets.
6642 * net/secrets.el (secrets-mode): New major mode.
6643 (secrets-show-secrets, secrets-show-collections)
6644 (secrets-expand-collection, secrets-expand-item)
6645 (secrets-tree-widget-after-toggle-function)
6646 (secrets-tree-widget-show-password): New defuns.
6647
6648 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6649
6650 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
6651 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
6652 handled in smie-next-sexp.
6653 (smie-indent-calculate): Provide a starting indentation (so the
6654 recursion is well-founded ;-).
6655
6656 Fix handling of non-associative equal levels.
6657 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
6658 when it's not needed.
6659 (smie-op-left, smie-op-right): New functions.
6660 (smie-next-sexp): New function, extracted from smie-backward-sexp.
6661 Better handle equal levels to distinguish the associative case from
6662 the "multi-keyword construct" case.
6663 (smie-backward-sexp, smie-forward-sexp): Use it.
6664
6665 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
6666
6667 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
6668
6669 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
6670 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
6671
6672 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6673
6674 Provide a simple generic indentation engine and use it for Prolog.
6675 * emacs-lisp/smie.el: New file.
6676 * progmodes/prolog.el (prolog-smie-op-levels)
6677 (prolog-smie-indent-rules): New var.
6678 (prolog-mode-variables): Use them to configure SMIE.
6679 (prolog-indent-line, prolog-indent-level): Remove.
6680
6681 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
6682
6683 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
6684 order before computing the averages.
6685
6686 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
6687
6688 * calc/calc-vec.el (calc-histogram):
6689 (calcFunc-histogram): Allow vectors as inputs.
6690 (math-vector-avg): New function.
6691
6692 * calc/calc-ext.el (math-group-float): Have the number of digits
6693 being grouped depend on the radix (Bug#6189).
6694
6695 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
6696
6697 * version.el (emacs-copyright, emacs-version): Don't define here,
6698 now that emacs.c defines it.
6699
6700 2010-05-15 Eli Zaretskii <eliz@gnu.org>
6701
6702 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
6703 "Describe Language Environment" menu item.
6704
6705 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
6706
6707 Bidi-sensitive movement with arrow keys.
6708 * subr.el (right-arrow-command, left-arrow-command): New functions.
6709
6710 * bindings.el (global-map): Bind them to right and left arrow keys.
6711
6712 Don't override standard definition of convert-standard-filename.
6713 * files.el (convert-standard-filename): Call
6714 w32-convert-standard-filename and dos-convert-standard-filename on
6715 the corresponding systems.
6716
6717 * w32-fns.el (w32-convert-standard-filename): Rename from
6718 convert-standard-filename. Doc fix.
6719
6720 * dos-fns.el (dos-convert-standard-filename): Doc fix.
6721 (convert-standard-filename): Don't defalias.
6722 (register-name-alist, make-register, register-value)
6723 (set-register-value, intdos): Obsolete aliases for the
6724 corresponding dos-* functions and variables.
6725 (dos-intdos): Add a doc string.
6726
6727 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
6728
6729 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
6730 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
6731 (math-compose-tex-func):
6732 * calc/calccomp.el (math-compose-expr):
6733 * calc/calc-ext.el (math-format-flat-expr-fancy):
6734 * calc/calc-store.el (calc-read-var-name):
6735 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
6736
6737 * calc/calc.el (var-π, var-φ, var-γ): New variables.
6738 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
6739 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
6740 (math-standard-units): Add units.
6741
6742 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6743
6744 * progmodes/asm-mode.el (asm-mode):
6745 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
6746
6747 * pcomplete.el (pcomplete-completions-at-point): New function,
6748 extracted from pcomplete-std-complete.
6749 (pcomplete-std-complete): Use it.
6750
6751 2010-05-15 Glenn Morris <rgm@gnu.org>
6752
6753 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6754 Remove references to CVS, RCS and Old directories.
6755
6756 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
6757
6758 * calc/calc-bin.el (math-format-twos-complement): Group digits when
6759 appropriate.
6760
6761 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6762
6763 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
6764 (sh-mode-syntax-table): Give it a default value instead.
6765 (sh-header-marker): Make buffer-local.
6766 (sh-mode): Move make-local-variable to the corresponding setq.
6767 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
6768 Use complete-with-action.
6769
6770 * simple.el (prog-mode): New (abstract) major mode.
6771 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
6772 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
6773
6774 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
6775
6776 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
6777 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
6778 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
6779 (sql-make-alternate-buffer-name, sql-placeholders-filter)
6780 (sql-escape-newlines-filter, sql-input-sender)
6781 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
6782
6783 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
6784
6785 Add TeX open-block and close-block keybindings to SGML, and vice versa.
6786
6787 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
6788 latex-open-block and C-c / to latex-close-block.
6789
6790 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
6791 and C-c C-e to sgml-close-tag.
6792
6793 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
6794
6795 * net/tramp.el (with-progress-reporter): Create reporter object
6796 only when the message would be displayed. Handle nested calls.
6797 (tramp-handle-load, tramp-handle-file-local-copy)
6798 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6799 (tramp-maybe-send-script, tramp-find-shell):
6800 Use `with-progress-reporter'.
6801 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
6802 Fix message text.
6803
6804 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6805 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6806 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
6807 Use `with-progress-reporter'.
6808
6809 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
6810
6811 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
6812 process everytime when spellchecking from the minibuffer (bug#6143).
6813
6814 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6815
6816 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
6817
6818 * dos-fns.el: Add "dos-" prefix for namespace control.
6819 (convert-standard-filename): Define as alias for
6820 dos-convert-standard-filename but only if applicable.
6821
6822 2010-05-12 Alan Mackenzie <acm@muc.de>
6823
6824 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
6825 Push the mark at the start of these functions when appropriate.
6826
6827 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 * minibuffer.el (completion-cycle-threshold): New custom var.
6830 (completion--do-completion): Use it.
6831 (minibuffer-complete): Use cycling if appropriate.
6832
6833 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
6834
6835 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
6836 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
6837
6838 2010-05-11 Juri Linkov <juri@jurta.org>
6839
6840 * scroll-all.el (scroll-all-check-to-scroll):
6841 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
6842
6843 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
6844
6845 * iimage.el (iimage-mode-map): Move initialization into declaration.
6846 (iimage-mode-buffer): Use with-silent-modifications.
6847 Simplify calling convention. Adjust callers.
6848 (iimage-mode): Don't run hook redundantly.
6849
6850 * minibuffer.el (completion-pcm--pattern->regex):
6851 Fix last change (bug#6160).
6852
6853 2010-05-10 Juri Linkov <juri@jurta.org>
6854
6855 Remove nodes visited during Isearch from the Info history.
6856 * info.el (Info-isearch-initial-history)
6857 (Info-isearch-initial-history-list): New variables.
6858 (Info-isearch-start): Record initial values of
6859 Info-isearch-initial-history and Info-isearch-initial-history-list.
6860 Add Info-isearch-end to isearch-mode-end-hook.
6861 (Info-isearch-end): New function.
6862
6863 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
6864
6865 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
6866 format string, in order to work around a bug in pdksh.
6867 Reported by Gilles Pion <gpion@lfdj.com>.
6868 (tramp-handle-verify-visited-file-modtime): Do not send a command
6869 when the connection is not established.
6870 (tramp-handle-set-file-times): Simplify the check for utc.
6871
6872 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
6873
6874 Fix use of `filter-buffer-substring' (rework previous change).
6875 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
6876 (cua-repeat-replace-region):
6877 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
6878 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6879 (cua-cut-region-to-global-mark): Use it.
6880
6881 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
6882
6883 * progmodes/sql.el: Version 2.1.
6884 (sql-product-alist): Redesign structure of product info.
6885 (sql-product, sql-user, sql-server, sql-database): Safe variables.
6886 (sql-port, sql-port-history): New variables.
6887 (sql-interactive-product): New variable.
6888 (sql-send-terminator): New variable.
6889 (sql-imenu-generic-expression): Add "Types" imenu entry.
6890 (sql-oracle-login-params, sql-sqlite-login-params)
6891 (sql-mysql-login-params, sql-solid-login-params)
6892 (sql-sybase-login-params, sql-informix-login-params)
6893 (sql-ingres-login-params, sql-ms-login-params)
6894 (sql-postgres-login-params, sql-interbase-login-params)
6895 (sql-db2-login-params, sql-linter-login-params)
6896 (sql-oracle-scan-on): New variables.
6897 (sql-mode-map): Add C-c C-i to start interactive mode.
6898 (sql-mode-menu): Update existing menu entries.
6899 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
6900 (sql-mode-oracle-font-lock-keywords)
6901 (sql-mode-postgres-font-lock-keywords)
6902 (sql-mode-ms-font-lock-keywords)
6903 (sql-mode-sybase-font-lock-keywords)
6904 (sql-mode-informix-font-lock-keywords)
6905 (sql-mode-interbase-font-lock-keywords)
6906 (sql-mode-ingres-font-lock-keywords)
6907 (sql-mode-solid-font-lock-keywords)
6908 (sql-mode-mysql-font-lock-keywords)
6909 (sql-mode-sqlite-font-lock-keywords)
6910 (sql-mode-db2-font-lock-keywords)
6911 (sql-mode-linter-font-lock-keywords): Update initialization to
6912 reduce run-time complexity.
6913 (sql-add-product, sql-del-product): New functions.
6914 (sql-set-product-feature, sql-get-product-feature): New functions.
6915 (sql-product-font-lock): Update product API.
6916 (sql-add-product-keywords): New function.
6917 (sql-highlight-product): Update product API.
6918 (sql-help-list-products): New function.
6919 (sql-help): Dynamically lists free and non-free products.
6920 (sql-get-login): Correct bug in handling history and added
6921 prompt for port.
6922 (sql-copy-column): Copy without properties.
6923 (sqli-input-sender): Apply filters to SQLi input.
6924 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
6925 Implement as a filter.
6926 (sql-escape-newlines-filter): Implement as a filter.
6927 (sql-remove-tabs-filter): New function.
6928 (sql-send-magic-terminator): New function.
6929 (sql-send-string): Implement magic terminator.
6930 (sql-send-region): Use `sql-send-string'.
6931 (sql-interactive-mode): Use product API.
6932 (sql-product-interactive): Use product API.
6933 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6934 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6935 (sql-db2, sql-linter): Use `sql-product-interactive'.
6936 (sql-connect): New function.
6937 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6938 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6939 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
6940 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6941 Use `sql-connect'.
6942
6943 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
6946 New custom variable.
6947 (completion-pcm--string->pattern): Use it.
6948 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
6949 Make it handle any symbol as `any'.
6950 (completion-pcm--merge-completions): Extract common suffix for the new
6951 `prefix' symbol as well.
6952 (completion-substring--all-completions): Use the new `prefix' symbol.
6953
6954 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
6955
6956 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
6957 not bound.
6958 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6959 (tramp-compat-funcall): New defmacro.
6960 (tramp-compat-line-beginning-position)
6961 (tramp-compat-line-end-position)
6962 (tramp-compat-temporary-file-directory)
6963 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
6964 (tramp-compat-copy-file, tramp-compat-copy-directory)
6965 (tramp-compat-delete-file, tramp-compat-delete-directory)
6966 (tramp-compat-number-sequence, tramp-compat-process-running-p)
6967 * net/tramp.el (top, with-progress-reporter)
6968 (tramp-rfn-eshadow-setup-minibuffer)
6969 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6970 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
6971 (tramp-completion-mode-p, tramp-check-for-regexp)
6972 (tramp-open-connection-setup-interactive-shell)
6973 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
6974 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
6975 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
6976 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6977 (tramp-reporter-dump-variable, tramp-load-report-modules)
6978 (tramp-append-tramp-buffers)
6979 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
6980
6981 * net/tramp-imap.el (top): Autoload `epg-make-context'.
6982
6983 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6984
6985 * progmodes/compile.el (compilation-buffer-modtime): Rename from
6986 buffer-modtime. Adjust users.
6987
6988 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
6989
6990 * international/mule.el (auto-coding-alist): Only purecopy
6991 car of each item, not the whole list (Bug#6083).
6992
6993 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
6994
6995 * progmodes/js.el (js-mode): Make paragraph variables local before
6996 calling c-setup-paragraph-variables (Bug#6071).
6997
6998 2010-05-08 Eli Zaretskii <eliz@gnu.org>
6999
7000 * composite.el (compose-region, reference-point-alist): Fix typos
7001 in the doc strings.
7002
7003 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7004
7005 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
7006 gnuplot's "set" command.
7007
7008 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
7009
7010 * abbrev.el (last-abbrev-text): Doc fix.
7011 (abbrev-prefix-mark): Don't escape parenthesis.
7012
7013 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
7014
7015 * composite.el (find-composition): Doc fix.
7016
7017 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
7018
7019 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
7020 (sql-oracle-program, sql-sqlite-options)
7021 (sql-query-placeholders-and-send): Doc fixes.
7022 (sql-set-product, sql-interactive-mode): Reflow docstrings.
7023 (sql-imenu-generic-expression, sql-buffer)
7024 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
7025 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
7026 (sql-mode-sybase-font-lock-keywords)
7027 (sql-mode-informix-font-lock-keywords)
7028 (sql-mode-interbase-font-lock-keywords)
7029 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
7030 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
7031 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
7032 (sql-product-feature, sql-highlight-product)
7033 (comint-line-beginning-position, sql-rename-buffer)
7034 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
7035 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
7036 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
7037 Fix typos in docstrings.
7038
7039 2010-05-08 Juri Linkov <juri@jurta.org>
7040
7041 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
7042 property instead of `invisible' and `after-string' (bug#5998).
7043
7044 2010-05-08 Juri Linkov <juri@jurta.org>
7045
7046 * image-mode.el (image-mode-as-text): Fix typo in docstring.
7047
7048 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
7049
7050 * filecache.el (file-cache-add-directory-list)
7051 (file-cache-add-directory-recursively): Fix typos in docstrings.
7052
7053 2010-05-08 Kenichi Handa <handa@m17n.org>
7054
7055 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
7056 (gujarati-composable-pattern): Fix typo.
7057
7058 2010-05-08 Kenichi Handa <handa@m17n.org>
7059
7060 * language/indian.el (oriya-composable-pattern)
7061 (tamil-composable-pattern, malayalam-composable-pattern):
7062 Add two-part vowels to "v" (vowel sign).
7063
7064 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
7065
7066 * files.el (copy-directory): Handle symlinks (Bug#5982).
7067
7068 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
7069
7070 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
7071 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
7072 (Bug#5846).
7073
7074 2010-05-08 Glenn Morris <rgm@gnu.org>
7075
7076 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
7077
7078 * minibuffer.el (completion-at-point): Doc fix.
7079
7080 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7081
7082 * electric.el (Electric-command-loop): Minor tweak.
7083
7084 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
7085 better with dedicated windows.
7086
7087 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
7088
7089 * Version 23.2 released.
7090
7091 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
7092 Stefan Monnier <monnier@iro.umontreal.ca>
7093
7094 Highlight vendor specific properties.
7095 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
7096 (css-proprietary-property): New face.
7097 (css-font-lock-keywords): Use them.
7098
7099 2010-05-07 Eli Zaretskii <eliz@gnu.org>
7100
7101 * cus-start.el (all): Add native condition for tool-bar-* symbols.
7102
7103 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7104
7105 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
7106 * files.el (auto-mode-alist): Remove redundant entries.
7107
7108 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
7109 * simple.el (auto-save-mode): Move from files.el.
7110 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
7111
7112 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
7113
7114 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
7115
7116 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
7117
7118 * mail/binhex.el (binhex-decode-region-internal)
7119 * mail/uudecode.el (uudecode-decode-region-internal)
7120 * net/dns.el (dns-read-string-name, dns-write, dns-read)
7121 (dns-read-type, dns-query)
7122 * pgg-parse.el (pgg-parse-armor)
7123 * pgg.el (pgg-verify-region)
7124 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
7125 XEmacs.
7126
7127 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
7128
7129 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
7130
7131 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
7132
7133 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
7134 * emulation/cua-base.el (cua-repeat-replace-region):
7135 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7136 (cua-cut-region-to-global-mark):
7137 Remove text properties with `set-text-properties'.
7138
7139 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
7140
7141 * net/tramp.el (top, with-progress-reporter):
7142 Use `symbol-function' inside `funcall'.
7143
7144 * net/tramp-compat.el (tramp-compat-file-attributes)
7145 (tramp-compat-delete-file, tramp-compat-delete-directory):
7146 Handle only `wrong-number-of-arguments' error.
7147
7148 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
7149 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
7150 inside `funcall'.
7151
7152 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7153
7154 * minibuffer.el (completion--sreverse, completion--common-suffix):
7155 New functions.
7156 (completion-pcm--merge-completions): Extract common suffix when safe.
7157
7158 * emacs-lisp/easy-mmode.el (define-minor-mode):
7159 Make :variable more flexible.
7160 * files.el (auto-save-mode): Use it to define using define-minor-mode.
7161
7162 2010-05-05 Juri Linkov <juri@jurta.org>
7163
7164 Add `slow' and `history' tags to the desktop data.
7165
7166 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
7167 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
7168 (Info-finder-find-node): Require `finder.el' to be able
7169 to restore node from the desktop.
7170 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
7171 data `Info-history' and `slow' tag in the assoc list.
7172 (Info-restore-desktop-buffer): Don't restore nodes with the
7173 `slow' tag. Restore `Info-history'.
7174
7175 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
7176
7177 Add FORCE argument to `delete-file'.
7178
7179 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
7180 forcing to delete the temporary file.
7181 (ange-ftp-delete-file): Add FORCE arg.
7182 (ange-ftp-rename-remote-to-remote)
7183 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
7184 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
7185 Force file deletion.
7186
7187 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
7188
7189 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
7190 (tramp-handle-make-symbolic-link, tramp-handle-load)
7191 (tramp-do-copy-or-rename-file-via-buffer)
7192 (tramp-do-copy-or-rename-file-directly)
7193 (tramp-do-copy-or-rename-file-out-of-band)
7194 (tramp-handle-process-file, tramp-handle-call-process-region)
7195 (tramp-handle-shell-command, tramp-handle-file-local-copy)
7196 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7197 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
7198
7199 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
7200 (tramp-fish-handle-make-symbolic-link)
7201 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
7202
7203 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7204 Use `tramp-compat-delete-file'.
7205
7206 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
7207 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
7208
7209 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
7210 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
7211
7212 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
7213 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
7214 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
7215 `tramp-compat-delete-file'.
7216
7217 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7218
7219 Minor cleanups.
7220 * subr.el (add-minor-mode): Use push.
7221 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
7222 * emulation/edt.el (edt-select-mode): Simplify.
7223
7224 Use define-minor-mode in more cases.
7225 * term/tvi970.el (tvi970-set-keypad-mode):
7226 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
7227 (normal-erase-is-backspace-mode):
7228 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
7229 (set-scroll-bar-mode-1): (Re)move to its sole caller.
7230 (get-scroll-bar-mode): New function.
7231 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
7232
7233 Use define-minor-mode for less obvious cases.
7234 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
7235 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
7236 * international/iso-ascii.el (iso-ascii-mode):
7237 * frame.el (auto-raise-mode, auto-lower-mode):
7238 * composite.el (global-auto-composition-mode): Use define-minor-mode.
7239
7240 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
7241
7242 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
7243 in order to see error messages for failed logins.
7244
7245 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
7246
7247 * diff.el (diff-sentinel):
7248
7249 * epg.el (epg--make-temp-file, epg-decrypt-string)
7250 (epg-verify-string, epg-sign-string, epg-encrypt-string):
7251
7252 * jka-compr.el (jka-compr-partial-uncompress)
7253 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
7254
7255 * server.el (server-sentinel): Use delete-file's new FORCE arg
7256 (Bug#6070).
7257
7258 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7259
7260 Use define-minor-mode where applicable.
7261 * view.el (view-mode):
7262 * type-break.el (type-break-query-mode)
7263 (type-break-mode-line-message-mode):
7264 * textmodes/reftex.el (reftex-mode):
7265 * term/vt100.el (vt100-wide-mode):
7266 * tar-mode.el (tar-subfile-mode):
7267 * savehist.el (savehist-mode):
7268 * ibuf-ext.el (ibuffer-auto-mode):
7269 * composite.el (auto-composition-mode):
7270 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7271 Use define-minor-mode.
7272 (vhdl-mode): Use static mode-line format.
7273 (vhdl-mode-line-update): Delete.
7274 (vhdl-create-mode-menu, vhdl-activate-customizations)
7275 (vhdl-hs-minor-mode): Don't bother calling it.
7276
7277 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * simple.el (with-wrapper-hook): Move.
7280 (buffer-substring-filters): Mark obsolete.
7281 (filter-buffer-substring-functions): New variable.
7282 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
7283
7284 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7285 Michael Albinus <michael.albinus@gmx.de>
7286
7287 Implement compression for inline methods.
7288
7289 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
7290 (tramp-copy-size-limit): Allow also nil.
7291 (tramp-inline-compress-commands): New defconst.
7292 (tramp-find-inline-compress, tramp-get-inline-compress)
7293 (tramp-get-inline-coding): New defuns.
7294 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
7295 replaced by `tramp-get-inline-coding'.
7296 (tramp-handle-file-local-copy, tramp-handle-write-region)
7297 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
7298
7299 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7300
7301 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
7302 Remove unused functions.
7303
7304 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
7305 Set find-tag-default-function as a variable rather than a property.
7306
7307 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
7308 * progmodes/etags.el (tags-completion-at-point-function):
7309 Remove left over interactive spec. Add autoloading stub.
7310 (complete-tag): Use tags-completion-at-point-function.
7311
7312 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
7313
7314 * minibuffer.el (tags-completion-at-point-function): Fix return value.
7315
7316 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
7317
7318 * ido.el (ido-init-completion-maps): Remove C-v binding.
7319 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
7320
7321 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
7322
7323 * minibuffer.el (tags-completion-at-point-function): New function.
7324 (completion-at-point-functions): Use it.
7325
7326 * progmodes/etags.el (complete-tag): Revert last change.
7327
7328 2010-04-29 Alan Mackenzie <acm@muc.de>
7329
7330 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
7331 off-by-one error (in end of macro position).
7332
7333 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7334
7335 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
7336 firefox is absent. Don't autoload.
7337 (browse-url-galeon-program): Don't autoload.
7338
7339 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
7340
7341 * bindings.el (complete-symbol): Move into minibuffer.el.
7342
7343 * minibuffer.el (complete-tag): Move from etags.el. If tags
7344 completion cannot be performed, return nil instead of signalling
7345 an error.
7346 (completion-at-point): Make it an alias for complete-symbol.
7347 (complete-symbol): Move from bindings.el, and replace with the
7348 body of completion-at-point.
7349
7350 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
7351
7352 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
7353
7354 * net/tramp.el (tramp-remote-selinux-p): New defun.
7355 (tramp-handle-file-selinux-context)
7356 (tramp-handle-set-file-selinux-context): Use it.
7357
7358 2010-04-28 Sam Steingold <sds@gnu.org>
7359
7360 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
7361 `safe-local-variable' if the value is a string or a symbol with
7362 the property `bug-reference-url-format'.
7363
7364 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
7365
7366 * progmodes/bug-reference.el (bug-reference-url-format):
7367 Revert 2010-04-27 change due to security risk.
7368
7369 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7370
7371 Make it possible to locally disable a globally enabled mode.
7372 * simple.el (fundamental-mode): Run fundamental-mode-hook.
7373 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
7374 rather than kill-all-local-variables so it runs fundamental-mode-hook.
7375 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7376 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
7377 that subsequent hooks get a chance to disable it.
7378
7379 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7380
7381 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7382 Avoid re-enabling a minor mode after the user turned the minor mode
7383 off if MODE-enable-in-buffers is run twice (typically once from
7384 fundamental-mode's after-change-major-mode-hook and a second time from
7385 run-mode-hook's own after-change-major-mode-hook).
7386
7387 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
7388
7389 2010-04-27 Sam Steingold <sds@gnu.org>
7390
7391 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
7392 `safe-local-variable' if the value is a string or a function, as
7393 documented and implemented on 2010-04-02.
7394
7395 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
7396
7397 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
7398 when method is 'kill.
7399
7400 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
7401
7402 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
7403 condition in default directory check.
7404 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
7405 Kill ispell process when killing its associated buffer.
7406
7407 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
7408
7409 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
7410 but we aren't using it.
7411
7412 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
7413
7414 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
7415 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
7416
7417 2010-04-24 Glenn Morris <rgm@gnu.org>
7418
7419 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
7420 Ignore VCS-ignore files, and deleted nextstep preferences files.
7421 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
7422 (authors-ambiguous-files): New list.
7423 (authors-valid-file-names): Add some deleted files.
7424 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
7425 (authors-disambiguate-file-name): New function. (Bug#5501)
7426 (authors-canonical-file-name): Doc fix.
7427 Don't warn about obsolete files.
7428 (authors-canonical-file-name, authors-scan-el):
7429 Use authors-disambiguate-file-name.
7430
7431 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
7432 Add autoload cookies.
7433 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
7434 (generated-autoload-file): Set file-local value to "htmlfontify.el".
7435 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
7436 They have definitions / compiler macros in cl.el.
7437 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
7438 Replace manual autoloads with generated ones.
7439 (htmlfontify-unload-rgb-file): Remove autoload.
7440 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
7441
7442 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
7445 (byte-compile-setq-default): Optimize for the
7446 single-var case and don't call byte-compile-form in this case to avoid
7447 inf-loop with byte-compile-set-default.
7448
7449 * progmodes/compile.el (compilation-start): Abbreviate default directory.
7450
7451 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
7452
7453 Implement SELINUX backends.
7454
7455 * net/tramp.el (tramp-file-name-handler-alist):
7456 Add `file-selinux-context' and `set-file-selinux-context'.
7457 (tramp-handle-file-selinux-context)
7458 (tramp-handle-set-file-selinux-context): New defuns.
7459 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
7460 Handle PRESERVE-SELINUX-CONTEXT.
7461
7462 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7463 Add `file-selinux-context' and `set-file-selinux-context'.
7464 (tramp-gvfs-handle-file-selinux-context)
7465 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
7466 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
7467
7468 * net/ange-ftp.el (ange-ftp-copy-file):
7469 * net/tramp-fish.el (tramp-fish-handle-copy-file):
7470 * net/tramp-imap.el (tramp-imap-handle-copy-file):
7471 * net/tramp-smb.el (tramp-smb-handle-copy-file):
7472 Add PRESERVE-SELINUX-CONTEXT.
7473
7474 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
7475
7476 Synchronize with Tramp repository.
7477
7478 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
7479 (tramp-action-process-alive, tramp-action-out-of-band)
7480 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
7481 (tramp-exists-file-name-handler): Fix docstring.
7482 (with-progress-reporter): New defmacro.
7483 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
7484 (tramp-maybe-open-connection): Use it.
7485
7486 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
7487
7488 Detect ssh 'ControlMaster' argument automatically in some cases.
7489
7490 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
7491 (tramp-default-method): Use it.
7492
7493 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
7494
7495 * net/tramp.el (tramp-handle-copy-file): Add new optional
7496 parameter `preserve-selinux-context'.
7497 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
7498
7499 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
7500
7501 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
7502 Ensure, that non remote files are still checked. Oops.
7503
7504 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
7505
7506 Fix Bug#5840.
7507
7508 * icomplete.el (icomplete-completions): Use `non-essential'.
7509
7510 * net/tramp.el (tramp-connectable-p): New defun.
7511 (tramp-handle-expand-file-name)
7512 (tramp-completion-handle-file-name-all-completions)
7513 (tramp-completion-handle-file-name-completion): Use it.
7514
7515 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
7516
7517 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
7518
7519 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
7520
7521 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
7522
7523 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
7524
7525 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
7526 is present.
7527
7528 * info.el (info-tool-bar-map): Add labels.
7529
7530 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
7531
7532 * cus-edit.el (custom-commands): Add labels for tool bar.
7533 (custom-buffer-create-internal, Custom-mode): Adjust for
7534 labels in custom-commands.
7535
7536 * dynamic-setting.el: Renamed from font-setting.el.
7537
7538 2010-04-21 John Wiegley <jwiegley@gmail.com>
7539
7540 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
7541 toggles the use of virtual buffers.
7542 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
7543 (ido-toggle-virtual-buffers): New function.
7544
7545 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
7546
7547 Use `define-derived-mode'; fix window selection; doc fixes.
7548 * play/tetris.el (tetris, tetris-update-speed-function)
7549 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
7550 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
7551 (tetris-rotate-next, tetris-end-game, tetris-start-game)
7552 (tetris-pause-game): Fix typos in docstrings.
7553 (tetris-mode-map, tetris-null-map):
7554 Move initialization into declaration.
7555 (tetris-mode): Define with `define-derived-mode';
7556 set show-trailing-whitespace to nil.
7557 (tetris): Prefer window already displaying the "*Tetris*" buffer.
7558
7559 2010-04-21 Karel Klíč <kklic@redhat.com>
7560
7561 * files.el (backup-buffer): Handle SELinux context, and return it
7562 if a backup was made by renaming.
7563 (backup-buffer-copy): Set SELinux context to the target file.
7564 (basic-save-buffer): Set SELinux context of the newly written file.
7565 (basic-save-buffer-1): Now it also returns any SELinux context.
7566 (basic-save-buffer-2): Set SELinux context of the newly created file,
7567 and return it.
7568 * net/tramp.el (tramp-file-name-for-operation):
7569 Add file-selinux-context.
7570
7571 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
7572
7573 Make the log-edit comments use RFC822 format throughout.
7574
7575 * vc.el (vc-checkin, vc-modify-change-comment):
7576 Adjust to new vc-start/finish-logentry.
7577 (vc-find-conflicted-file): New command.
7578 (vc-transfer-file): Adjust to new vc-checkin.
7579 (vc-next-action): Improve scoping.
7580
7581 * vc-hg.el (vc-hg-log-edit-mode): Remove.
7582 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
7583
7584 * vc-git.el (vc-git-log-edit-mode): Remove.
7585 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
7586 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
7587
7588 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
7589 (vc-start-logentry): Remove argument `extra'.
7590 (vc-finish-logentry): Remove extra args.
7591
7592 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
7593 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
7594 (vc-bzr-conflicted-files): New function.
7595
7596 * log-edit.el (log-edit-extra-flags)
7597 (log-edit-before-checkin-process): Remove.
7598 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
7599 (log-edit-headers-alist): New var.
7600 (log-edit-header-contents-regexp): New const.
7601 (log-edit-match-to-eoh): New function.
7602 (log-edit-font-lock-keywords): Use them.
7603 (log-edit): Insert a "Summary:" header as default.
7604 (log-edit-mode): Mark font-lock rules as case-insensitive.
7605 (log-edit-done): Cleanup headers.
7606 (log-view-process-buffer): Remove.
7607 (log-edit-extract-headers): New function to replace it.
7608
7609 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
7610
7611 * subr.el (default-direction-reversed): Remove obsolescence info.
7612
7613 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
7616 windows/frames.
7617
7618 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
7619 I.e. include text after point in the completion region.
7620 Also, return nil when we're not after/in a symbol.
7621
7622 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
7623 default enable-multibyte-characters.
7624
7625 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7626
7627 * international/mule.el: Help the user choose a valid coding-system.
7628 (read-buffer-file-coding-system): New function.
7629 (set-buffer-file-coding-system): Use it. Prompt the user if the
7630 coding-system cannot encode all the chars.
7631
7632 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
7633 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
7634 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
7635 Don't use *vc-bzr-shelve*.
7636
7637 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
7638
7639 Fix the version number for added files.
7640 * vc-hg.el (vc-hg-working-revision): Check if the file is
7641 registered after hg parent fails (Bug#5961).
7642
7643 2010-04-19 Glenn Morris <rgm@gnu.org>
7644
7645 * htmlfontify.el (htmlfontify-buffer)
7646 (htmlfontify-copy-and-link-dir): Autoload entry points.
7647
7648 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
7649
7650 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
7651 name relative to the project root (Bug#5960).
7652
7653 2010-04-19 Glenn Morris <rgm@gnu.org>
7654
7655 * vc-git.el (vc-git-print-log): Doc fix.
7656
7657 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
7658
7659 * ido.el (ido-file-internal): Fix 2009-12-02 change.
7660
7661 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7662
7663 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
7664 default settings (Bug#5928).
7665
7666 2010-04-19 Glenn Morris <rgm@gnu.org>
7667
7668 * progmodes/fortran.el (fortran-match-and-skip-declaration):
7669 New function.
7670 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
7671
7672 2010-04-19 Kenichi Handa <handa@m17n.org>
7673
7674 * language/indian.el (malayalam-composable-pattern): Fix previous
7675 change (add U+0D4D "SIGN VIRAMA").
7676 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
7677 (tamil-composable-pattern): Fix typo in the regexp.
7678 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
7679 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
7680 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
7681
7682 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
7683
7684 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
7685 paragraph-separate (Bug#5821).
7686
7687 2010-04-19 Juri Linkov <juri@jurta.org>
7688
7689 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
7690
7691 * info.el (Info-find-node-2): Comment out code that skips
7692 breadcrumbs line.
7693 (Info-mouse-follow-link): New command.
7694 (Info-link-keymap): New keymap.
7695 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
7696 Return a string with links instead of inserting breadcrumbs
7697 to the Info buffer.
7698 (Info-fontify-node): Comment out code that inserts breadcrumbs.
7699 Instead of putting the `invisible' text property over the Info
7700 header, make an overlay over the Info header with the `invisible'
7701 property and `after-string' set to the string returned by
7702 `Info-breadcrumbs'.
7703
7704 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
7705
7706 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
7707 Reported by monkey@sandpframing.com.
7708
7709 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7710
7711 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
7712 (tmm-get-keymap): Add key-binding shortcuts now that they're not
7713 available in the "keyseq cache" any more.
7714
7715 * custom.el (defcustom): Add edebug spec.
7716
7717 2010-04-18 Juri Linkov <juri@jurta.org>
7718
7719 Test for special mode-class in view-buffer instead of view-file (bug#5513).
7720
7721 * view.el (view-file, view-buffer): Move test for special mode-class
7722 from view-file to view-buffer.
7723
7724 * tar-mode.el (tar-extract): Turn if's into one cond
7725 like in arc-mode.el.
7726
7727 2010-04-18 Juri Linkov <juri@jurta.org>
7728
7729 Add 7z archive format support (bug#5475).
7730
7731 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
7732 (archive-7z-extract): New defcustom.
7733 (archive-find-type): Add magic string for 7z.
7734 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
7735 If `stderr-file' is non-nil, use `(t stderr-file)' for the
7736 `buffer' arg of `call-process'.
7737 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
7738 call the function `archive-7z-extract' with the variable
7739 `archive-7z-extract' let-bound to `archive-zip-extract'.
7740 (archive-7z-summarize, archive-7z-extract): New functions.
7741
7742 * international/mule.el (auto-coding-alist):
7743 * files.el (auto-mode-alist): Add 7z file extension.
7744
7745 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7746
7747 * loadup.el: Setup hash-cons for pure data.
7748
7749 Fix duplicate entries in cedet's loaddefs.el files.
7750 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
7751 Should make most file-local generated-autoload-file unnecessary.
7752 (print-readably): Silence warnings.
7753 (autoload-find-destination): Take load-name as an arg to make sure
7754 it's the same as the one that will be in the file.
7755 (autoload-generate-file-autoloads): Adjust to above changes.
7756 Try to make the dataflow a bit simpler.
7757
7758 * cvs-status.el (cvs-refontify): Remove unused.
7759
7760 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
7761
7762 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
7763
7764 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
7765 twos-complement mode.
7766
7767 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
7768
7769 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
7770 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
7771 (calc-inverse): Add "Option" to message, as appropriate.
7772 (calc-hyperbolic): Add "Option" to message, as appropriate.
7773 (calc-option, calc-is-option): New functions.
7774
7775 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
7776 (calc-option-prefix-help): New function.
7777
7778 * calc/calc-misc.el (calc-help): Add "Option" entry.
7779
7780 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
7781 (calc-option-flag): New variable.
7782 (calc-do): Set `calc-option-flag to nil.
7783 (calc-set-mode-line): Add "Opt " as appropriate.
7784
7785 2010-04-16 Juri Linkov <juri@jurta.org>
7786
7787 Move scrolling commands from simple.el to window.el
7788 because their primitives are implemented in window.c.
7789
7790 * simple.el (scroll-error-top-bottom)
7791 (scroll-up-command, scroll-down-command, scroll-up-line)
7792 (scroll-down-line, scroll-other-window-down)
7793 (beginning-of-buffer-other-window, end-of-buffer-other-window):
7794 * window.el (scroll-error-top-bottom)
7795 (scroll-up-command, scroll-down-command, scroll-up-line)
7796 (scroll-down-line, scroll-other-window-down)
7797 (beginning-of-buffer-other-window, end-of-buffer-other-window):
7798 Move from simple.el to window.el because their primitives are
7799 implemented in window.c.
7800
7801 2010-04-16 Juri Linkov <juri@jurta.org>
7802
7803 * isearch.el (isearch-lookup-scroll-key): Check both
7804 `isearch-scroll' and `scroll-command' properties.
7805 (scroll-up, scroll-down): Remove `isearch-scroll' property.
7806
7807 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
7808
7809 * simple.el (scroll-up-command, scroll-down-command)
7810 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
7811
7812 2010-04-15 Juri Linkov <juri@jurta.org>
7813
7814 * simple.el (scroll-up-command, scroll-down-command)
7815 (scroll-up-line, scroll-down-line): Put `scroll-command'
7816 property on the these symbols. Remove them from
7817 `scroll-preserve-screen-position-commands'.
7818
7819 * mwheel.el (mwheel-scroll): Put `scroll-command' and
7820 `isearch-scroll' properties on the `mwheel-scroll' symbol.
7821 Remove it from `scroll-preserve-screen-position-commands'.
7822
7823 * isearch.el (isearch-allow-scroll): Doc fix.
7824
7825 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
7826
7827 * net/tramp.el (tramp-error-with-buffer): Don't show the
7828 connection buffer when we are in completion mode.
7829 (tramp-file-name-handler): Catch the error for some operations
7830 when we are in completion mode. This gives the user the chance to
7831 correct the file name in the minibuffer.
7832
7833 2010-04-15 Glenn Morris <rgm@gnu.org>
7834
7835 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
7836
7837 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
7838
7839 Simplify by using `define-derived-mode'.
7840 * info.el (Info-mode):
7841 * calendar/todo-mode.el (todo-mode):
7842 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
7843 (gomoku-mode-map): Move initialization into declaration.
7844
7845 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
7846
7847 Fix Bug#5840.
7848 * ido.el (ido-file-name-all-completions-1):
7849 * minibuffer.el (minibuffer-completion-help):
7850 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
7851
7852 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7853
7854 * simple.el (non-essential): New var.
7855
7856 Add a new field `location' to bookmarks for non-file bookmarks.
7857 * bookmark.el (bookmark-location): Use the new field, if present.
7858 (bookmark-insert-location): Undo last change, not needed any more.
7859 * man.el (Man-bookmark-make-record):
7860 * woman.el (woman-bookmark-make-record): Add `location' field.
7861
7862 2010-04-14 Juri Linkov <juri@jurta.org>
7863
7864 * simple.el (scroll-error-top-bottom): New defcustom.
7865 (scroll-up-command, scroll-down-command): Use it. Doc fix.
7866
7867 * emulation/pc-select.el (pc-select-override-scroll-error):
7868 Obsolete in favor of `scroll-error-top-bottom'.
7869
7870 2010-04-14 Juri Linkov <juri@jurta.org>
7871
7872 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
7873 `scroll-up-command' and `M-v' to `scroll-down-command'.
7874
7875 * emulation/cua-rect.el (cua--init-rectangles):
7876 * forms.el (forms--change-commands):
7877 * image-mode.el (image-mode-map):
7878 Remap scroll-down-command and scroll-up-command
7879 in addition to scroll-down and scroll-up.
7880
7881 2010-04-14 Juri Linkov <juri@jurta.org>
7882
7883 * mwheel.el (scroll-preserve-screen-position-commands):
7884 Add mwheel-scroll to this list of commands.
7885
7886 * simple.el (scroll-preserve-screen-position-commands):
7887 Add scroll-up-command, scroll-down-command, scroll-up-line,
7888 scroll-down-line to this list of commands.
7889
7890 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * obsolete/complete.el: Move from lisp/complete.el.
7893
7894 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
7895
7896 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
7897 to the minor mode function now turns the mode ON unconditionally.
7898
7899 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7900
7901 * vc-dir.el (vc-dir-kill-line): New command.
7902 (vc-dir-mode-map): Bind it to C-k.
7903
7904 * bookmark.el (bookmark-insert-location): Handle a nil filename.
7905
7906 * woman.el: Add bookmark declarations to silence the compiler.
7907 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
7908 step to compatibility between man and woman bookmarks.
7909 Adjust for Man-default-bookmark-title renaming.
7910 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
7911
7912 * man.el: Add bookmark declarations to silence the compiler.
7913 (Man-name-local-regexp): Make it match NAME as well.
7914 (Man-getpage-in-background): Return the buffer.
7915 (Man-notify-when-ready): Use `case'.
7916 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
7917 Don't hardcode "NAME". Simplify.
7918 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
7919 Rename from Man-bookmark-make-record.
7920 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
7921 we have the actual man-args. Use Man-getpage-in-background rather
7922 than `man' since the arg is already processed. Let bookmark.el do the
7923 window handling. Only wait for the relevant process.
7924 Don't forget to autoload.
7925
7926 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
7927
7928 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7929
7930 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
7931 New functions.
7932 (woman-mode): Setup bookmark support.
7933
7934 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
7935 (man-bookmark-jump): New functions.
7936 (Man-mode): Setup bookmark support.
7937
7938 2010-04-10 Jari Aalto <jari.aalto@cante.net>
7939
7940 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
7941 recognize ssh-keygen prompt (Bug#2817).
7942
7943 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
7944
7945 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
7946
7947 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
7948
7949 Synchronize with Tramp repository.
7950
7951 * net/tramp.el (tramp-completion-function-alist)
7952 (tramp-file-name-regexp, tramp-chunksize)
7953 (tramp-local-coding-commands, tramp-remote-coding-commands):
7954 Fix docstring.
7955 (tramp-remote-process-environment): Use `format' instead of `concat'.
7956 (tramp-handle-directory-files-and-attributes)
7957 (tramp-get-remote-path): Use `copy-tree'.
7958 (tramp-handle-file-name-all-completions): Backward/ XEmacs
7959 compatibility: Use `completion-ignore-case' if
7960 `read-file-name-completion-ignore-case' does not exist.
7961 (tramp-do-copy-or-rename-file-directly): Do not use
7962 `tramp-handle-file-remote-p'.
7963 (tramp-do-copy-or-rename-file-out-of-band):
7964 Use `tramp-compat-delete-directory'.
7965 (tramp-do-copy-or-rename-file-out-of-band)
7966 (tramp-compute-multi-hops, tramp-maybe-open-connection):
7967 Use `format-spec-make'.
7968 (tramp-find-foreign-file-name-handler)
7969 (tramp-advice-make-auto-save-file-name)
7970 (tramp-set-auto-save-file-modes): Remove superfluous check for
7971 `stringp'. This is done inside `tramp-tramp-file-p'.
7972 (tramp-debug-outline-regexp): New defconst.
7973 (tramp-get-debug-buffer): Use it.
7974 (tramp-check-for-regexp): Use (forward-line 1).
7975 (tramp-set-auto-save-file-modes): Adapt version check.
7976
7977 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
7978 Wrap call of `featurep' for 2nd argument.
7979 (tramp-compat-make-temp-file): Simplify fallback implementation.
7980 (tramp-compat-copy-tree): Remove function.
7981 (tramp-compat-delete-directory): Provide implementation for older
7982 Emacsen.
7983
7984 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
7985 Do not use `tramp-fish-handle-file-attributes.
7986
7987 * net/trampver.el: Update release number.
7988
7989 2010-04-10 Glenn Morris <rgm@gnu.org>
7990
7991 * progmodes/compile.el (compilation-save-buffers-predicate):
7992 Add missing :version tag.
7993
7994 2010-04-09 Sam Steingold <sds@gnu.org>
7995
7996 * progmodes/compile.el (compilation-save-buffers-predicate):
7997 Remove the "autoload" cookie.
7998
7999 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
8000 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
8001 and `bug-reference-prog-mode' can be used in hooks directly.
8002
8003 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
8004
8005 Add --author support to git commit.
8006 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
8007 (vc-git-log-edit-mode): New minor mode.
8008 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
8009 New declarations.
8010
8011 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
8012
8013 * vc-hooks.el, vc-git.el: Improve documentation comments.
8014
8015 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8016
8017 Fix some of the problems in defsubst* (bug#5728).
8018 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
8019 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
8020
8021 2010-04-07 Sam Steingold <sds@gnu.org>
8022
8023 * progmodes/compile.el (compilation-save-buffers-predicate):
8024 New custom variable.
8025 (compile, recompile): Pass it to `save-some-buffers'.
8026
8027 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
8028
8029 * wid-edit.el (widget-choose): Move cursor to the second line of
8030 the buffer (Bug#5695).
8031
8032 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
8033
8034 Add new VC methods: vc-log-incoming and vc-log-outgoing.
8035 * vc.el (vc-print-log-setup-buttons): New function split out from
8036 vc-print-log-internal.
8037 (vc-log-internal-common): New function, a parametrized version of
8038 vc-print-log-internal.
8039 (vc-print-log-internal): Just call vc-log-internal-common with the
8040 right arguments.
8041 (vc-incoming-outgoing-internal):
8042 (vc-log-incoming, vc-log-outgoing): New functions.
8043 (vc-log-view-type): New permanent local variable.
8044
8045 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
8046
8047 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
8048 of the dynamic bound vc-short-log.
8049 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
8050
8051 * vc-git.el (vc-git-log-outgoing): New function.
8052 (vc-git-log-view-mode): Use vc-log-view-type instead
8053 of the dynamic bound vc-short-log.
8054
8055 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
8056 of the dynamic bound vc-short-log. Highlight the tag.
8057 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
8058 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
8059 (vc-hg-incoming-mode): Remove.
8060 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
8061
8062 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
8063
8064 Fix default-directory for vc-root-diff.
8065 * vc.el (vc-root-diff): Bind default-directory to the root
8066 directory for the diff command.
8067
8068 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
8069
8070 * progmodes/verilog-mode.el (verilog-forward-sexp):
8071 (verilog-calc-1): Support "disable fork" and "fork wait" multi
8072 word keywords, suggested by Steve Pearlmutter.
8073 (verilog-pretty-declarations): Support lineup of declarations in
8074 port lists.
8075 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
8076 fix bug for /* / comments.
8077 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
8078 Speed up and simplfy as this is never called with a bound.
8079 (verilog-pretty-declarations): Enhance to line up declarations
8080 inside a parameter list, suggested by Alan Morgan.
8081 (verilog-pretty-expr): Tune assignment regular expression match
8082 string for corner cases; also use markers instead of character
8083 number as indent changes the later.
8084
8085 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
8086
8087 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
8088 as missing keyword.
8089 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
8090 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
8091 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
8092 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
8093 Tennant.
8094 (verilog-keywords):
8095 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
8096 1800-2009 keywords, including "global.".
8097
8098 2010-04-06 John Wiegley <jwiegley@gmail.com>
8099
8100 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
8101 appearing in buffer list (if a live buffer name matched a recentf
8102 file basename). Should use uniquify to offer a real solution.
8103
8104 2010-04-06 John Wiegley <jwiegley@gmail.com>
8105
8106 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
8107 comment to code, and add a :version tag.
8108 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
8109
8110 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
8111
8112 Enable recentf-mode if using virtual buffers.
8113 * ido.el (recentf-list): Declare for byte-compiler.
8114 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
8115 (ido-make-buffer-list): Simplify.
8116 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
8117
8118 2010-04-05 Juri Linkov <juri@jurta.org>
8119
8120 Scrolling commands which scroll a line instead of full screen.
8121 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
8122
8123 * simple.el (scroll-up-line, scroll-down-line): New commands.
8124 Put property isearch-scroll=t on them.
8125
8126 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
8127 Remove commands.
8128
8129 2010-04-05 Juri Linkov <juri@jurta.org>
8130
8131 Scrolling commands which do not signal errors at top/bottom.
8132 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
8133
8134 * simple.el (scroll-up-command, scroll-down-command): New commands.
8135 Put property isearch-scroll=t on them.
8136
8137 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
8138 `scroll-down-command' and [next] from `scroll-up' to
8139 `scroll-up-command'.
8140
8141 * emulation/cua-base.el: Put property CUA=move on
8142 `scroll-up-command' and `scroll-down-command'.
8143 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
8144 and `scroll-down-command' to `cua-scroll-down'.
8145
8146 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
8147
8148 * help.el (describe-mode): Return nil.
8149
8150 2010-04-04 John Wiegley <jwiegley@gmail.com>
8151
8152 * ido.el (ido-use-virtual-buffers): New variable to indicate
8153 whether "virtual buffer" support is enabled for IDO.
8154 (ido-virtual): Face used to indicate virtual buffers in the list.
8155 (ido-buffer-internal): If a buffer is chosen, and no such buffer
8156 exists, but a virtual buffer of that name does (which would be why
8157 it was in the list), recreate the buffer by reopening the file.
8158 (ido-make-buffer-list): If virtual buffers are being used, call
8159 `ido-add-virtual-buffers-to-list' before the make list hook.
8160 (ido-virtual-buffers): New variable which contains a copy of the
8161 current contents of the `recentf-list', albeit pared down for the
8162 sake of speed, and with proper faces applied.
8163 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
8164 create a list of "virtual buffers" to present to the user in
8165 addition to the currently open set. Note that this logic could
8166 get rather slow if that list is too large. With the default
8167 `recentf-max-saved-items' of 200, there is little speed penalty.
8168
8169 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8170
8171 * font-lock.el: Require CL when compiling.
8172 (font-lock-turn-on-thing-lock): Use `case'.
8173
8174 2010-04-03 Eli Zaretskii <eliz@gnu.org>
8175
8176 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
8177 Zaretskii.
8178
8179 2010-04-02 Juri Linkov <juri@jurta.org>
8180
8181 * ehelp.el (electric-help-orig-major-mode):
8182 New buffer-local variable.
8183 (electric-help-mode): Set it to original major-mode. Doc fix.
8184 (with-electric-help): Use `electric-help-orig-major-mode' instead
8185 of (default-value 'major-mode). Doc fix.
8186 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
8187
8188 2010-04-02 Sam Steingold <sds@gnu.org>
8189
8190 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
8191 `vc-hg-command' with a list of flags.
8192
8193 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8194 Also accept "patch" and "RFE".
8195 (bug-reference-fontify): `bug-reference-url-format' can also be a
8196 function to be able to handle the bug kind.
8197 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
8198
8199 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
8200
8201 * tmm.el (tmm-get-keymap): Check with symbolp before passing
8202 value to fboundp, it may not be a symbol.
8203
8204 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8205
8206 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
8207
8208 2010-03-31 Juri Linkov <juri@jurta.org>
8209
8210 * simple.el (next-line, previous-line): Re-throw a signal
8211 with `signal' instead of using `ding'.
8212 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
8213
8214 2010-03-31 Juri Linkov <juri@jurta.org>
8215
8216 * simple.el (keyboard-escape-quit): Raise deselecting the active
8217 region higher than exiting the minibuffer.
8218 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
8219
8220 2010-03-31 Juri Linkov <juri@jurta.org>
8221
8222 * image.el (image-animated-p): Use `image-metadata' instead of
8223 `image-extension-data'. Get GIF extenstion data from metadata
8224 property `extension-data'.
8225
8226 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * simple.el (append-to-buffer): Simplify.
8229
8230 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
8231
8232 * textmodes/artist.el (artist-mode): Fix typo in docstring.
8233 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
8234
8235 2010-03-31 Kenichi Handa <handa@m17n.org>
8236
8237 * language/sinhala.el (composition-function-table): Fix regexp for
8238 the new Unicode specification.
8239
8240 * language/indian.el (devanagari-composable-pattern)
8241 (tamil-composable-pattern, kannada-composable-pattern)
8242 (malayalam-composable-pattern): Adjust for the new Unicode
8243 specification.
8244 (bengali-composable-pattern, gurmukhi-composable-pattern)
8245 (gujarati-composable-pattern, oriya-composable-pattern)
8246 (telugu-composable-pattern): New variables to cope with the new
8247 Unicode specification. Use them in composition-function-table.
8248
8249 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8250
8251 Make tmm-menubar work for the Buffers menu again (bug#5726).
8252 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
8253 vectors rather than cons cells, as used in menu-bar-update-buffers.
8254
8255 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8256
8257 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
8258 (js-insert-and-indent): Revert 2009-08-15 change, restoring
8259 electric punctuation for "{}();,:" (Bug#5586).
8260
8261 * mail/sendmail.el (mail-default-directory): Doc fix.
8262
8263 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8264
8265 * mail/sendmail.el (mail-default-directory): Doc fix.
8266
8267 2010-03-31 Eli Zaretskii <eliz@gnu.org>
8268
8269 * subr.el (version-regexp-alist, version-to-list)
8270 (version-list-<, version-list-=, version-list-<=)
8271 (version-list-not-zero, version<, version<=, version=): Doc fix.
8272 (Bug#5744).
8273
8274 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
8275
8276 * vc.el (vc-root-diff): Doc fix.
8277
8278 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8279
8280 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
8281
8282 * simple.el (append-to-buffer): Fix last change.
8283
8284 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8285
8286 * simple.el (append-to-buffer): Ensure that point is preserved if
8287 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
8288 (Bug#5749)
8289
8290 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8291
8292 * files.el (auto-mode-case-fold): Change default to t.
8293
8294 2010-03-30 Juri Linkov <juri@jurta.org>
8295
8296 * dired-x.el (dired-omit-mode): Doc fix.
8297
8298 2010-03-30 Juri Linkov <juri@jurta.org>
8299
8300 * replace.el (occur-accumulate-lines): Move occur-engine related
8301 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
8302 to be located after `occur-engine'.
8303
8304 2010-03-30 Juri Linkov <juri@jurta.org>
8305
8306 Make occur handle multi-line matches cleanly with context.
8307 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
8308
8309 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
8310 (occur-engine): Add local variables `ret', `prev-after-lines',
8311 `prev-lines'. Use more arguments for `occur-context-lines'.
8312 Set first elem of its returned list to `data', and the second elem
8313 to `prev-after-lines'. Don't print the separator line.
8314 In the end, print remaining context after-lines.
8315 (occur-context-lines): Add new arguments `begpt', `endpt',
8316 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
8317 after-lines of the previous match with before-lines of the
8318 current match and not overlap them. Return a list with two
8319 values: the output line and the list of context after-lines.
8320
8321 2010-03-30 Juri Linkov <juri@jurta.org>
8322
8323 * replace.el (occur-accumulate-lines): Fix a bug where the first
8324 context line at the beginning of the buffer was missing.
8325
8326 2010-03-30 Eli Zaretskii <eliz@gnu.org>
8327
8328 * files.el: Make bidi-display-reordering safe variable for boolean
8329 values.
8330
8331 2010-03-29 Phil Hagelberg <phil@evri.com>
8332 Chong Yidong <cyd@stupidchicken.com>
8333
8334 * subr.el: Extend progress reporters to perform "spinning".
8335 (progress-reporter-update, progress-reporter-do-update):
8336 Handle non-numeric value arguments.
8337 (progress-reporter--pulse-characters): New var.
8338
8339 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
8340
8341 * progmodes/compile.el (compilation-start): Fix regexp detection
8342 of initial cd command (Bug#5771).
8343
8344 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
8345
8346 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
8347
8348 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
8349
8350 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
8351 * progmodes/gdb-mi.el: Restore.
8352 * progmodes/gdb-ui.el: Remove.
8353 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
8354
8355 2010-03-25 Glenn Morris <rgm@gnu.org>
8356
8357 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
8358 all dired buffers, even tramp ones. (Bug#5755)
8359
8360 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8361
8362 Add "union tags" in mpc.el.
8363 * mpc.el: Remove backward compatibility code.
8364 (mpc-browser-tags): Change default.
8365 (mpc--find-memoize-union-tags): New var.
8366 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
8367 (mpc-cmd-find): Handle the case where the playlist does not exist.
8368 Handle union-tags.
8369 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
8370 (mpc-cmd-add): Use mpc-cmd-flush.
8371 (mpc-tagbrowser-tag-name): New fun.
8372 (mpc-tagbrowser-buf): Use it.
8373 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
8374
8375 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8376
8377 Misc cleanup.
8378 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
8379 Use replace-regexp-in-string.
8380 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
8381 (makefile-imake-mode-syntax-table): Move init into defvar.
8382 (makefile-mode): Use define-derived-mode.
8383
8384 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
8385 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
8386 not be present any more.
8387
8388 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
8389
8390 * faces.el (set-face-attribute): Fix typo in docstring.
8391 (face-valid-attribute-values): Reflow docstring.
8392
8393 2010-03-24 Glenn Morris <rgm@gnu.org>
8394
8395 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
8396
8397 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
8398
8399 * indent.el (indent-for-tab-command): Doc fix.
8400
8401 2010-03-24 Alan Mackenzie <acm@muc.de>
8402
8403 * progmodes/cc-engine.el (c-remove-stale-state-cache):
8404 Fix off-by-one error. Fixes bug #5747.
8405
8406 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
8407
8408 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
8409 (image-dired-read-comment): Doc fix.
8410
8411 * json.el (json-object-type, json-array-type, json-key-type)
8412 (json-false, json-null, json-read-number):
8413 * minibuffer.el (completion-in-region-functions):
8414 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
8415 (cal-tex-cursor-week):
8416 * emacs-lisp/trace.el (trace-function):
8417 * eshell/em-basic.el (eshell/printnl):
8418 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
8419 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
8420 * obsolete/levents.el (allocate-event, event-key, event-object)
8421 (event-point, event-process, event-timestamp, event-to-character)
8422 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
8423 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
8424 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
8425 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
8426 (reftex-highlight-selection): Fix typos in docstrings.
8427
8428 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
8429
8430 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
8431
8432 2010-03-24 Glenn Morris <rgm@gnu.org>
8433
8434 * mail/rmail.el (rmail-highlight-face): Restore option deleted
8435 2008-02-13 without comment; mark it obsolete.
8436 (rmail-highlight-headers): Use rmail-highlight-face once more.
8437
8438 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
8439
8440 * woman.el (woman2-process-escapes): Only consume the newline if
8441 the filler character is on a line by itself (Bug#5729).
8442
8443 2010-03-24 Kenichi Handa <handa@m17n.org>
8444
8445 * language/indian.el (devanagari-composable-pattern): Add more
8446 consonants.
8447
8448 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
8449
8450 * net/trampver.el: Update release number.
8451
8452 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
8453
8454 * net/tramp.el (tramp-find-executable):
8455 Use `tramp-get-connection-buffer'. Make the regexp for checking
8456 output of "wc -l" more robust.
8457 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
8458 (tramp-open-connection-setup-interactive-shell): Remove workaround
8459 for OpenSolaris bug, it is not needed anymore.
8460
8461 2010-03-24 Glenn Morris <rgm@gnu.org>
8462
8463 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
8464
8465 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
8466
8467 * files.el (auto-mode-alist): Accept more verilog file patterns.
8468
8469 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8470
8471 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
8472
8473 2010-03-24 Glenn Morris <rgm@gnu.org>
8474
8475 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
8476 log-edit-before-checkin-process.
8477
8478 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
8479
8480 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
8481
8482 * vc-dispatcher.el (vc-start-logentry): Doc fix.
8483 (log-view-process-buffer, log-edit-extra-flags): Declare.
8484
8485 * log-edit.el (log-edit-before-checkin-process): Doc fix.
8486
8487 2010-03-23 Sam Steingold <sds@gnu.org>
8488
8489 Fix bug#5620: recalculate all markers on compilation buffer
8490 modifications, not on file modifications.
8491 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
8492 the buffer modification time, for buffers not associated with files.
8493 (compilation-mode): Create it.
8494 (compilation-filter): Update it.
8495 (compilation-next-error-function): Use it instead of
8496 `visited-file-modtime' for timestamp.
8497
8498 2010-03-23 Juri Linkov <juri@jurta.org>
8499
8500 Implement Occur multi-line matches.
8501 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
8502
8503 * replace.el (occur): Doc fix.
8504 (occur-engine): Set `begpt' to the beginning of the first line.
8505 Set `endpt' to the end of the last match line. At first, count
8506 line numbers between `origpt' and `begpt'. Split out code from
8507 `out-line' variable to new let-bindings `match-prefix' and
8508 `match-str'. In `out-line' add non-numeric prefix to all
8509 non-first lines of multi-line matches. Finally, count lines
8510 between `begpt' and `endpt' and add to `lines'.
8511
8512 2010-03-23 Juri Linkov <juri@jurta.org>
8513
8514 * replace.el (occur-accumulate-lines, occur-engine):
8515 Use `occur-engine-line' instead of duplicate code.
8516 (occur-engine-line): New function created from duplicate code
8517 in `occur-accumulate-lines' and `occur-engine'.
8518
8519 * replace.el (occur-engine-line): Add optional arg `keep-props'.
8520 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
8521
8522 2010-03-23 Juri Linkov <juri@jurta.org>
8523
8524 * finder.el: Remove TODO tasks.
8525
8526 * info.el (Info-finder-find-node): Add node "all"
8527 with all package info. Handle a list of multiple keywords
8528 separated by comma.
8529 (info-finder): In interactive use with a prefix argument,
8530 use `completing-read-multiple' to read a list of keywords
8531 separated by comma.
8532
8533 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8534
8535 Add a new completion style `substring'.
8536 * minibuffer.el (completion-basic--pattern): New function.
8537 (completion-basic-try-completion, completion-basic-all-completions):
8538 Use it.
8539 (completion-substring--all-completions)
8540 (completion-substring-try-completion)
8541 (completion-substring-all-completions): New functions.
8542 (completion-styles-alist): New style `substring'.
8543
8544 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8545
8546 Get rid of .elc files after removal of the corresponding .el.
8547 * Makefile.in (compile-clean): New target.
8548 (compile-main): Use it.
8549
8550 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
8551
8552 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
8553 don't do make there. When compiling with separate object dir, there
8554 is no Makefile there.
8555
8556 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 Get rid of the ELCFILES abomination, again.
8559 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8560 (all, compile): Don't call compile-last.
8561 (compile-main): Build the "elcfiles" list dynamically.
8562 (compile-targets): New (internal) target.
8563
8564 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
8565
8566 * Makefile.in (top_srcdir): Define.
8567 (abs_top_builddir): Define.
8568 (srcdir): Don't append `/..'.
8569 (EMACS): Use ${abs_top_builddir}.
8570 (all, compile, compile-always, compile-last): Don't set emacswd.
8571 (update-subdirs, update-authors): Use $(top_srcdir) instead of
8572 $(srcdir).
8573 (lisp): Use $(srcdir) instead of @srcdir@.
8574
8575 2010-03-21 Juri Linkov <juri@jurta.org>
8576
8577 Fix message of multi-line occur regexps and multi-buffer header lines.
8578 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
8579
8580 * replace.el (occur-1): Don't display regexp if it is longer
8581 than window-width. Use `query-replace-descr' to display regexp.
8582 (occur-engine): Don't display regexp in the buffer header for
8583 multi-buffer occur. Display a separate header line with total
8584 match count and regexp for multi-buffer occur.
8585 Use `query-replace-descr' to display regexp.
8586
8587 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
8588
8589 * net/secrets.el: Fix parenthesis.
8590 (secrets-enabled): Fix parenthesis.
8591
8592 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8593
8594 Use more relative file and directory names.
8595 * Makefile.in (EMACS): Arrange for it to work when we chdir.
8596 (setwins, setwins_almost, setwins_for_subdirs):
8597 Don't `cd'; output relative names.
8598 (all, compile, compile-always, compile-last): Set emacswd.
8599 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
8600 Just cd to the lisp source dir so we can use relative file names.
8601
8602 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
8603
8604 2010-03-20 Glenn Morris <rgm@gnu.org>
8605
8606 * textmodes/rst.el: Use faces for font-lock customization, and make the
8607 old -face variables obsolete.
8608 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
8609 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
8610 (rst-block-face, rst-external-face, rst-definition-face)
8611 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
8612 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
8613 Make obsolete.
8614 (rst-font-lock-keywords-function): Update for above changes.
8615
8616 2010-03-20 Juri Linkov <juri@jurta.org>
8617
8618 * s-region.el:
8619 * obsolete/s-region.el: Move to obsolete.
8620
8621 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
8622
8623 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
8624
8625 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
8626
8627 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
8628
8629 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
8630
8631 Add special markup processing for commit logs.
8632 * log-edit.el (log-edit-extra-flags): New variable.
8633 (log-edit): Add new argument MODE. Use that mode when non-nil
8634 instead of the log-view-mode.
8635 (log-view-process-buffer): New function.
8636
8637 * vc.el: Document that the checkin method takes optional
8638 arguments. Document new backend specific method: log-view-mode.
8639 (vc-default-log-edit-mode): New function.
8640 (vc-checkin): Use a backend specific log-view-mode.
8641 Pass extra arguments to the checkin method.
8642 (vc-modify-change-comment): Pass a dummy extra argument.
8643
8644 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
8645 log-edit.
8646 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
8647 (vc-finish-logentry): Process the log buffer before passing it
8648 down. Pass log-edit-extra-flags.
8649
8650 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
8651 command.
8652 (log-edit-extra-flags, log-edit-before-checkin-process):
8653 New declarations.
8654
8655 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
8656 command.
8657 (log-edit-extra-flags, log-edit-before-checkin-process):
8658 New declarations.
8659 (vc-hg-log-edit-mode): New derived mode.
8660
8661 * vc-arch.el (vc-arch-checkin):
8662 * vc-cvs.el (vc-cvs-checkin):
8663 * vc-git.el (vc-git-checkin):
8664 * vc-mtn.el (vc-mtn-checkin):
8665 * vc-rcs.el (vc-rcs-checkin):
8666 * vc-sccs.el (vc-sccs-checkin):
8667 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
8668
8669 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8670
8671 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
8672 parent typo).
8673
8674 2010-03-19 Glenn Morris <rgm@gnu.org>
8675
8676 * password-cache.el (password-cache, password-cache-expiry): Autoload.
8677
8678 2010-03-18 Glenn Morris <rgm@gnu.org>
8679
8680 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
8681
8682 * replace.el (query-replace-history): Give it a doc string.
8683 (map-query-replace-regexp): Use query-replace-from-history-variable
8684 and query-replace-to-history-variable.
8685
8686 * mail/hashcash.el (declare-function): Remove duplicate definition.
8687
8688 * mail/emacsbug.el (report-emacs-bug-pretest-address):
8689 Make it an obsolete alias for report-emacs-bug-address.
8690 (message-strip-special-text-properties): Declare.
8691 (report-emacs-bug): Remove test for a pretest bug address.
8692 Combine message-mode-specific code.
8693
8694 * mail/supercite.el: Don't require sendmail.
8695 (mh-in-header-p): Declare rather than using with-no-warnings.
8696 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
8697 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
8698
8699 * calendar/cal-french.el: Convert to utf-8.
8700
8701 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
8702 Emacs scripts.
8703
8704 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
8705
8706 * net/secrets.el (secrets-enabled): New variable. Use it instead
8707 of a subfeature.
8708
8709 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
8710
8711 * net/secrets.el (top): Register the D-Bus signals only when the
8712 service "org.freedesktop.secrets" can be pinged.
8713 Provide subfeature `enabled'.
8714
8715 2010-03-14 Juri Linkov <juri@jurta.org>
8716
8717 Add finder unknown keywords.
8718
8719 * finder.el (finder-unknown-keywords): New function.
8720
8721 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
8722 to create a Finder node with unknown keywords.
8723
8724 2010-03-14 Juri Linkov <juri@jurta.org>
8725
8726 * finder.el (finder-compile-keywords): Replace `princ' with
8727 `prin1' on a list of symbols interned from keyword strings.
8728
8729 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
8730 a comma, then split keywords using a comma and optional whitespace.
8731 Otherwise, split by whitespace.
8732
8733 * complete.el:
8734 * face-remap.el:
8735 * log-view.el:
8736 * net/hmac-def.el:
8737 * net/hmac-md5.el:
8738 * net/netrc.el:
8739 * progmodes/mixal-mode.el: Fix keywords.
8740
8741 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
8742
8743 * Makefile.in (ELCFILES): Add net/secrets.elc.
8744
8745 * net/secrets.el: New file.
8746
8747 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
8748
8749 * facemenu.el (list-colors-display, list-colors-print): New arg
8750 callback. Use it to allow selecting colors.
8751
8752 * wid-edit.el (widget-image-insert): Insert image prop even if the
8753 current display is non-graphic.
8754 (widget-field-value-set): New fun.
8755 (editable-field): Use it.
8756 (widget-field-value-get): Clean up unused var.
8757 (widget-color-value-create, widget-color--choose-action):
8758 New funs. Allow using list-colors-display to choose color.
8759
8760 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
8761
8762 * cus-edit.el: Resort topmost custom groups.
8763 (custom-buffer-sort-alphabetically): Default to t.
8764 (customize-apropos): Use apropos-parse-pattern.
8765 (custom-search-field): New var.
8766 (custom-buffer-create-internal): Add custom-apropos search field.
8767 (custom-add-parent-links): Don't display parent doc.
8768 (custom-group-value-create): Don't sort top-level custom group.
8769 (custom-magic-value-create): Show visibility button before option name.
8770
8771 (custom-variable-state): New fun, from custom-variable-state-set.
8772 (custom-variable-state-set): Use it.
8773 (custom-group-value-create): Hide options with standard values
8774 using the :hidden-states property. Use progress reporter.
8775
8776 (custom-show): Simplify.
8777 (custom-visibility): Disable images by default.
8778 (custom-variable): New property :hidden-states.
8779 (custom-variable-value-create): Enable images for
8780 custom-visibility widgets. Use :hidden-states property to
8781 determine initial visibility.
8782
8783 * wid-edit.el (widget-image-find): Give images center ascent.
8784 (visibility): Add :on-image and :off-image properties.
8785 (widget-visibility-value-create): Use them.
8786
8787 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
8788
8789 * cus-edit.el (processes): Remove from development group.
8790 (oop, hypermedia): Delete group.
8791 (comm): Promote to top-level group.
8792
8793 * net/browse-url.el (browse-url):
8794 * net/xesam.el (xesam):
8795 * net/tramp.el (tramp):
8796 * net/goto-addr.el (goto-address):
8797 * net/ange-ftp.el (ange-ftp): Put in comm group.
8798
8799 * view.el (view): Remove from editing group.
8800
8801 * uniquify.el (uniquify): Put in files group.
8802
8803 * net/browse-url.el (browse-url):
8804 * ps-print.el (postscript): Put in external group.
8805
8806 * cus-edit.el (outlines):
8807 * textmodes/text-mode.el (text-mode-hook):
8808 * textmodes/table.el (table):
8809 * textmodes/picture.el (picture):
8810 * outline.el (outlines): Put in wp group.
8811
8812 * nxml/nxml-mode.el (nxml): Remove from wp group.
8813
8814 * net/tramp-imap.el (tramp-imap): Put in tramp group.
8815
8816 * mail/metamail.el (metamail): Remove from hypermedia group.
8817
8818 * cus-edit.el (abbrev):
8819 * whitespace.el (whitespace):
8820 * vcursor.el (vcursor):
8821 * reveal.el (reveal):
8822 * hl-line.el (hl-line): Put in convenience group.
8823
8824 * epg-config.el (epg): Put in data group.
8825
8826 * emulation/pc-select.el (pc-select): Put in emulations group.
8827
8828 * calculator.el (calculator): Put in applications group.
8829
8830 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
8831
8832 Add .dir-locals.el support for file-less buffers.
8833 * files.el (hack-local-variables): Split out code to apply local
8834 variable settings ...
8835 (hack-local-variables-apply): ... here. New function.
8836 (hack-dir-local-variables): Use the default directory for when the
8837 buffer does not have an associated file.
8838 (hack-dir-local-variables-non-file-buffer): New function.
8839 * diff-mode.el (diff-mode):
8840 * vc-annotate.el (vc-annotate-mode):
8841 * vc-dir.el (vc-dir-mode):
8842 * log-edit.el (log-edit-mode):
8843 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
8844
8845 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
8846
8847 Add support for shelving snapshots and for showing shelves.
8848 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
8849 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
8850 New functions.
8851 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8852 (vc-bzr-extra-menu-map): Map them.
8853
8854 2010-03-11 Glenn Morris <rgm@gnu.org>
8855
8856 * cus-edit.el (customize-changed-options-previous-release):
8857 Bump to 23.1.
8858
8859 * image.el (image-animate-max-time): Fix :version tag.
8860
8861 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
8862
8863 * Branch for 23.2.
8864
8865 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * vc-git.el (vc-git-revision-table): Include remote branches.
8868
8869 2010-03-10 Kim F. Storm <storm@cua.dk>
8870
8871 Animated image API.
8872 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
8873
8874 * image.el (image-animate-max-time): New defcustom.
8875 (image-animated-types): New defconst.
8876 (create-animated-image, image-animate-timer)
8877 (image-animate-start, image-animate-stop, image-animate-timeout)
8878 (image-animated-p): New functions.
8879
8880 * image-mode.el (image-toggle-display-image):
8881 Replace `create-image' with `create-animated-image'.
8882
8883 2010-03-09 Miles Bader <miles@gnu.org>
8884
8885 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
8886 instead of "format:"; this ensures that the output is
8887 newline-terminated.
8888
8889 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
8890
8891 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
8892 that all errors are caught, and that the return value is always a
8893 list (Bug#5692).
8894
8895 2010-03-08 Kenichi Handa <handa@m17n.org>
8896
8897 * language/misc-lang.el (windows-1256): New coding system.
8898 (cp1256): New alias of windows-1256 (bug#5690).
8899
8900 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
8901
8902 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
8903 call to rfc822-bad-address. (Bug#5692)
8904
8905 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
8906
8907 * vc-git.el (vc-git-annotate-extract-revision-at-line):
8908 Use vc-git-root as default directory for revision path (Bug#5657).
8909
8910 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
8911
8912 * calculator.el (calculator): Don't bind split-window-keep-point
8913 (Bug#5674).
8914
8915 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
8916
8917 * vc-git.el: Re-flow to fit into 80 columns.
8918 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
8919 Remove spurious `quote' element in each case alternative.
8920 (vc-git-show-log-entry): Use prog1.
8921 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
8922
8923 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8924
8925 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
8926
8927 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
8928
8929 * macros.el (insert-kbd-macro): Look up keyboard macro using the
8930 definition, not the name (Bug#5481).
8931
8932 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
8933
8934 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
8935 argument with a local variable. (Bug#5670)
8936
8937 2010-03-02 Juri Linkov <juri@jurta.org>
8938
8939 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
8940
8941 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
8942
8943 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
8944 error when FILENAME and NEWNAME are existing remote directories.
8945
8946 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
8947 parameter DIR-FLAG.
8948
8949 2010-03-02 Glenn Morris <rgm@gnu.org>
8950
8951 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
8952 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
8953
8954 2010-03-01 Kenichi Handa <handa@m17n.org>
8955
8956 * language/burmese.el (burmese-composable-pattern): Rename from
8957 myanmar-composable-pattern.
8958
8959 * international/characters.el (script-list):
8960 * international/fontset.el (script-representative-chars):
8961 Change myanmar to burmese.
8962 (otf-script-alist): Likewise.
8963 (setup-default-fontset): Likewise. Re-fix :otf spec.
8964
8965 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
8966
8967 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
8968
8969 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
8970
8971 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
8972
8973 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
8974
8975 * net/tramp.el (tramp-handle-write-region): START can be a string.
8976 Take care in the checks. Reported by Dan Davison
8977 <davison@stats.ox.ac.uk>.
8978
8979 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
8980
8981 * net/dbus.el (dbus-introspect, dbus-get-property)
8982 (dbus-set-property, dbus-get-all-properties):
8983 Use `dbus-call-method' when noninteractive. (Bug#5645)
8984
8985 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
8986
8987 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
8988 * emacs-lisp/elint.el (elint-add-required-env):
8989 * calendar/icalendar.el (icalendar--add-diary-entry):
8990 * calc/calcalg2.el (math-tracing-integral):
8991 * files.el (recover-session-finish): Use with-current-buffer
8992 instead of save-excursion.
8993
8994 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
8995
8996 Fix in-buffer completion when after-change-functions modify the buffer.
8997 * minibuffer.el (completion--replace): New function.
8998 (completion--do-completion): Use it and use relative movement.
8999
9000 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
9001
9002 * international/fontset.el (setup-default-fontset): Fix :otf spec.
9003
9004 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
9005
9006 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
9007 Allow the characters _<> in the stack entry (Bug#5653).
9008
9009 2010-02-26 Kenichi Handa <handa@m17n.org>
9010
9011 * language/burmese.el: Fix entries in composition-function-table.
9012 (myanmar-composable-pattern): New variable.
9013
9014 * international/fontset.el (setup-default-fontset): Add an entry
9015 for myanmar.
9016
9017 * international/characters.el (script-list): Add Myanmar
9018 Extended-A.
9019
9020 2010-02-26 Glenn Morris <rgm@gnu.org>
9021
9022 * custom.el (custom-initialize-delay): Doc fix.
9023
9024 * mail/sendmail.el (send-mail-function): Autoload the call
9025 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
9026
9027 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
9028
9029 * files.el (hack-local-variables-filter): For eval forms, also
9030 check safe-local-variable-p (Bug#5636).
9031
9032 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
9033
9034 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
9035 setting the modes by `ignore-errors'. It might fail, for example
9036 if the file is not owned by the user but the group.
9037 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
9038
9039 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
9040
9041 * files.el (directory-listing-before-filename-regexp): Use
9042 stricter matching for iso-style dates, to avoid false matches with
9043 date-like filenames (Bug#5597).
9044
9045 * htmlfontify.el (htmlfontify): Doc fix.
9046
9047 * eshell/eshell.el (eshell): Doc fix.
9048
9049 * startup.el (fancy-about-screen): In mode-line, apply
9050 mode-line-buffer-id face only to the buffer name (Bug#5613).
9051
9052 2010-02-20 Kevin Ryde <user42@zip.com.au>
9053
9054 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9055 In `watcom' anchor regexp to start of line, to avoid slowness
9056 (Bug#5599).
9057
9058 2010-02-20 Eli Zaretskii <eliz@gnu.org>
9059
9060 * subr.el (remove-yank-excluded-properties): Explain in a comment
9061 why `category' property is removed.
9062
9063 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
9064
9065 * isearch.el (isearch-update-post-hook, isearch-update): Revert
9066 2010-02-17 change.
9067
9068 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
9069
9070 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
9071 (icalendar--convert-weekly-to-ical)
9072 (icalendar--convert-yearly-to-ical)
9073 (icalendar--convert-block-to-ical)
9074 (icalendar--convert-cyclic-to-ical)
9075 (icalendar--convert-anniversary-to-ical): Take care of time
9076 specifications where hour has 1-digit only (Bug#5549).
9077
9078 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
9079
9080 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
9081 of disassemble output in GDB 7.1.
9082
9083 2010-02-19 Glenn Morris <rgm@gnu.org>
9084
9085 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
9086 property. (Bug#5593)
9087
9088 2010-02-18 Sam Steingold <sds@gnu.org>
9089
9090 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9091
9092 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9093
9094 Use abbreviated file names in bookmarks (bug#5591).
9095 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
9096 calls to expand-file-name.
9097 (bookmark-relocate): Use abbreviated file names in bookmarks.
9098 (bookmark-load): Use abbreviated file names in messages.
9099
9100 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
9101
9102 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
9103 expand "." and "..". Reported by Thierry Volpiatto
9104 <thierry.volpiatto@gmail.com>.
9105
9106 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
9107
9108 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
9109 permissions of the temporary file to "0600". In case the remote
9110 file has no read permissions for the owner, there might be
9111 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
9112
9113 22010-02-18 Glenn Morris <rgm@gnu.org>
9114
9115 * emacs-lisp/authors.el (authors-renamed-files-alist):
9116 Add entries for INSTALL.CVS.
9117
9118 2010-02-17 Mark A. Hershberger <mah@everybody.org>
9119
9120 * vc-bzr.el: Fix typo in Known Bugs section.
9121
9122 * isearch.el (isearch-update-post-hook): New hook.
9123 (isearch-update): Use the new hook.
9124
9125 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
9126
9127 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9128 Fix errors in copying directories.
9129 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
9130 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
9131 (tramp-handle-delete-file)
9132 (tramp-handle-dired-recursive-delete-directory)
9133 (tramp-handle-write-region): Flush also the cache for the upper
9134 directory.
9135
9136 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
9137
9138 * simple.el (save-interprogram-paste-before-kill): Doc fix.
9139
9140 * cus-edit.el (hardware): Doc fix.
9141
9142 * man.el (man): Add to external custom group.
9143
9144 * delim-col.el (columns): Move to wp custom group.
9145
9146 * doc-view.el (doc-view): Add to data custom group.
9147
9148 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
9149
9150 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
9151 by ispell-parse-output (Bug#5575).
9152
9153 2010-02-16 Kenichi Handa <handa@m17n.org>
9154
9155 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
9156 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
9157 (skkdic-convert): Use `euc-japan' coding system for writing.
9158
9159 2010-02-16 Glenn Morris <rgm@gnu.org>
9160
9161 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
9162 tex-main-file before using it. (Bug#5562)
9163
9164 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
9165
9166 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
9167 warnings, since it is annoying for the user to see them each time he
9168 runs the code.
9169
9170 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
9171
9172 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
9173 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
9174 instead of PROC for caching "first-password-request". Otherwise,
9175 new processes would not profit from passwords already entered.
9176
9177 * net/tramp-cache.el (tramp-dump-connection-properties):
9178 Don't save "first-password-request" property.
9179
9180 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
9181
9182 * outline.el (outline-head-from-level):
9183 * simple.el (with-wrapper-hook):
9184 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
9185 (elint-defun, elint-buffer-env, elint-top-form-logged)
9186 (elint-unbound-variable):
9187 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
9188 Fix typos in docstrings.
9189
9190 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
9191
9192 * files.el (insert-directory): When WILDCARD-REGEXP and
9193 FULL-DIRECTORY-P are nil, insert the file entry instead of the
9194 whole directory. (Bug#5551)
9195
9196 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
9197 dired's alignment sanity. (Bug#5516)
9198
9199 2010-02-14 Juri Linkov <juri@jurta.org>
9200
9201 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
9202 Remove remaining ^H with their preceding chars. (Bug#5566)
9203
9204 2010-02-13 Glenn Morris <rgm@gnu.org>
9205
9206 * simple.el (transpose-subr): Give it a doc-string.
9207
9208 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
9209 Doc fixes.
9210
9211 2010-02-12 Juri Linkov <juri@jurta.org>
9212
9213 * arc-mode.el (archive-unique-fname): Make directories for nested
9214 archives. (Bug#5540)
9215
9216 2010-02-12 Juri Linkov <juri@jurta.org>
9217
9218 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
9219
9220 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9221
9222 * subr.el (copy-overlay): Handle deleted overlays.
9223
9224 * man.el (Man-completion-table): Don't signal an error if we can't run
9225 manual-program (bug#4056).
9226
9227 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
9228
9229 * textmodes/artist.el (artist-mt): Fix typos in docstring.
9230
9231 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9232
9233 * info.el (Info-bookmark-jump): Simplify.
9234
9235 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
9236 (bookmark-default-handler): Accept new bookmark field `buffer'.
9237
9238 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
9239
9240 * iswitchb.el (iswitchb-completions): Revert last change.
9241
9242 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
9243
9244 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
9245 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
9246 This prevents file names like "~/" being listed literally.
9247
9248 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
9249
9250 * term/xterm.el (xterm-maybe-set-dark-background-mode):
9251 Remove dead code. (Bug#5546)
9252
9253 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
9254
9255 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
9256 correctly (Bug#5548).
9257
9258 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
9259
9260 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
9261 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
9262
9263 2010-02-08 Kenichi Handa <handa@m17n.org>
9264
9265 * international/mule-util.el (with-coding-priority): Add autoload
9266 cookie for putting `lisp-indent-function'.
9267
9268 2010-02-07 Glenn Morris <rgm@gnu.org>
9269
9270 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
9271 Move F2003 named interfaces from keywords-2 to keywords-1, and
9272 use function-name-face rather than constant-face.
9273 Simplify "abstract interface" regexp.
9274
9275 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
9276
9277 * eshell/esh-util.el (eshell-file-attributes): New optional arg
9278 ID-FORMAT. Pass it to `file-attributes'.
9279
9280 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
9281
9282 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
9283
9284 * faces.el (set-face-attribute): Allow calling
9285 internal-set-lisp-face-attribute with 'unspecified family and
9286 foundry argument (Bug#5536).
9287
9288 2010-02-07 Glenn Morris <rgm@gnu.org>
9289
9290 * progmodes/f90.el (f90-font-lock-keywords-2)
9291 (f90-looking-at-type-like, f90-looking-at-program-block-end):
9292 Handle F2003 named interfaces.
9293
9294 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
9295
9296 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
9297 beg and end before calling c-get-state-before-change-functions.
9298
9299 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
9300
9301 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
9302
9303 2010-02-05 Juri Linkov <juri@jurta.org>
9304
9305 * doc-view.el (doc-view-mode):
9306 * image-mode.el (image-mode): Put property mode-class=special.
9307 (Bug#4896)
9308
9309 2010-02-05 Mark A. Hershberger <mah@everybody.org>
9310
9311 * vc-svn.el (vc-svn-revision-table): New function.
9312
9313 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
9314
9315 * net/ange-ftp.el (ange-ftp-insert-directory):
9316 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
9317 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
9318 Handle also directories. (Bug#5478)
9319
9320 2010-02-05 Glenn Morris <rgm@gnu.org>
9321
9322 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
9323
9324 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
9325
9326 * startup.el (command-line-1): Convert options beginning with a
9327 single dash as well (Bug#5519).
9328
9329 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
9330
9331 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
9332 * minibuffer.el (completion-initials-expand): Only check the presence
9333 of delims *within* the boundaries, since otherwise the / delim is
9334 always found for files.
9335
9336 Fix up various corner case problems.
9337 * doc-view.el (doc-view-last-page-number): New function.
9338 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
9339 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
9340 (doc-view-kill-proc): Avoid inf-loop in freak cases.
9341 (doc-view-reconvert-doc): Use the new recursive delete-directory.
9342 (doc-view-convert-current-doc): Don't create the resolution.el file
9343 here any more.
9344 (doc-view-pdf/ps->png): Do it here instead.
9345 (doc-view-already-converted-p): Check that resolution.el is present.
9346 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
9347 windows that are not yet showing images.
9348
9349 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
9350
9351 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
9352 `dired-uncache' for every elemnt which is an absolute file name.
9353
9354 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
9355 directory, handle its directory component.
9356 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
9357 function is called permanently and creates noise, otherwise.
9358
9359 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
9360 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
9361 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
9362
9363 2010-02-04 David Burger <dburger@google.com> (tiny change)
9364
9365 * macros.el (apply-macro-to-region-lines):
9366 Minor simplification. (Bug#5485)
9367
9368 2010-02-04 Glenn Morris <rgm@gnu.org>
9369
9370 * mail/rmail.el (rmail-show-message-1): Handle malformed
9371 quoted-printable text. (Bug#5441)
9372
9373 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
9374
9375 * simple.el (visual-line-mode): Capitalize lighter.
9376
9377 2010-02-03 John Wiegley <jwiegley@gmail.com>
9378
9379 * iswitchb.el (iswitchb-completions): Add bookmark files to the
9380 list of files considered for "virtual buffer" completions.
9381
9382 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
9383
9384 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
9385 also in case of (and (not full) (not wildcard)). This is needed
9386 when dired is called with a list of files, which are not in
9387 `default-directory'. (Bug#5478)
9388
9389 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
9390
9391 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
9392
9393 2010-02-02 Juri Linkov <juri@jurta.org>
9394
9395 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
9396 from unidiff to allow function-line after @@.
9397
9398 2010-02-02 Juri Linkov <juri@jurta.org>
9399
9400 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
9401 '(RCS SCCS) with inverted condition.
9402
9403 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
9404
9405 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
9406 messages.
9407
9408 2010-02-01 Juri Linkov <juri@jurta.org>
9409
9410 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
9411 compare with "pkunzip" and "pkzip" instead of only "pkzip".
9412 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
9413 only when (car archive-zip-extract) is "unzip". (Bug#5475)
9414
9415 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
9416
9417 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
9418 (doc-view-revert-buffer): New command.
9419 (doc-view-mode-map): Use it.
9420
9421 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
9422
9423 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
9424 pending merge is detected.
9425
9426 2010-01-31 Juri Linkov <juri@jurta.org>
9427
9428 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
9429 beginning of interactive spec like all other grep commands do.
9430 Put "all" in front of "gz". (Bug#5260)
9431
9432 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
9433
9434 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
9435
9436 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
9437
9438 * dirtrack.el (dirtrack): Warn instead of signalling error if the
9439 regexp is incorrect (Bug#5476).
9440
9441 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
9442
9443 * net/tramp.el (tramp-handle-insert-directory): Handle also
9444 symlinks, when FILENAME is not in `default-directory'.
9445
9446 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
9447
9448 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
9449 FILE is not in `default-directory'. (Bug#5478)
9450
9451 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
9452 of SWITCHES. Handle the case, FILENAME is not in
9453 `default-directory'. (Bug#5478)
9454 (tramp-register-file-name-handlers): Add safe-magic property.
9455
9456 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
9457
9458 * arc-mode.el (archive-zip-extract): Quote the argument passed to
9459 unzip (Bug#5475).
9460
9461 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
9462
9463 * progmodes/flymake.el (flymake-allowed-file-name-masks)
9464 (flymake-master-make-header-init): Add other C++ filename masks.
9465 (flymake-find-possible-master-files)
9466 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
9467
9468 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
9469
9470 Fix some busybox annoyances.
9471
9472 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
9473 not responding." string.
9474 (tramp-open-connection-setup-interactive-shell): Dump stty
9475 settings. Enable "neveropen" arg for all `tramp-send-command'
9476 calls. Handle "=" in variable values properly.
9477 (tramp-find-inline-encoding): Raise an error, when no encoding is
9478 found.
9479 (tramp-wait-for-output): Check, whether PROC buffer is available.
9480 Remove spurious " ^H" sequences, sent by busybox.
9481 (tramp-get-ls-command): Suppress coloring, if possible.
9482
9483 2010-01-28 Glenn Morris <rgm@gnu.org>
9484
9485 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
9486
9487 * log-edit.el (log-edit-strip-single-file-name): Add missing
9488 :safe, :group, and :version tags.
9489
9490 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
9491
9492 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
9493 buffers. (Bug#5477)
9494
9495 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
9496
9497 * files.el (delete-directory): Handle moving to trash without
9498 first doing recursion (Bug#5436).
9499
9500 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
9501
9502 * vc-hooks.el (vc-path): Mark as obsolete.
9503
9504 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
9505
9506 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
9507 names too.
9508
9509 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
9510 for the short log.
9511 (vc-bzr-log-view-mode): Adjust regexp for the above change.
9512
9513 2010-01-25 Mark A. Hershberger <mah@everybody.org>
9514
9515 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
9516
9517 * vc-bzr.el (vc-bzr-revision-table): New function.
9518
9519 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
9520
9521 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
9522 diff-index command. This requires at least git-1.5.5. (Bug#1589).
9523
9524 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9525
9526 Remove support for adding --signoff on commit.
9527 Future support will use an incompatible generic mechanism.
9528 * vc-git.el (vc-git-add-signoff): Remove variable.
9529 (vc-git-toggle-signoff): Remove function.
9530 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
9531
9532 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
9533 from xterm-set-background-mode. Return t if the background mode
9534 was set.
9535 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
9536 earlier, call it again in case the background mode has changed.
9537
9538 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
9539
9540 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
9541 (Bug#3541).
9542
9543 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
9544
9545 * emacs-lisp/assoc.el (aelement): Doc fix.
9546 (aput, adelete, amake): Use lexical-let (Bug#5450).
9547
9548 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
9549
9550 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
9551 is the same as subprogram call, not declaration. (Bug#5435).
9552
9553 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
9554
9555 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
9556 (tramp-smb-maybe-open-connection): Use it.
9557
9558 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
9559
9560 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
9561
9562 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
9563
9564 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
9565 just because we see "encoding: 8bit".
9566 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
9567
9568 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
9569
9570 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
9571
9572 2010-01-22 Eli Zaretskii <eliz@gnu.org>
9573
9574 * jka-compr.el (jka-compr-load): If load-file is not in
9575 load-history, try its file-truename version. (bug#5447)
9576
9577 2010-01-21 Alan Mackenzie <acm@muc.de>
9578
9579 Fix a situation where deletion of a cpp construct throws an error.
9580 * progmodes/cc-engine.el (c-invalidate-state-cache):
9581 Before invoking c-with-all-but-one-cpps-commented-out, check that the
9582 special cpp construct is still in the buffer.
9583 (c-parse-state): Record the special cpp with markers, not numbers.
9584
9585 2010-01-21 Kenichi Handa <handa@m17n.org>
9586
9587 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
9588 process last-command-event, as it is now decoded first (Bug#5380).
9589
9590 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
9591
9592 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
9593
9594 2010-01-20 Glenn Morris <rgm@gnu.org>
9595
9596 * indent.el (tab-always-indent): Fix custom-type.
9597
9598 2010-01-19 Alan Mackenzie <acm@muc.de>
9599
9600 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
9601 buffer throws "args out of range".
9602 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
9603 playing the role of delimiter.
9604
9605 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
9606
9607 * progmodes/ada-mode.el: Fix bug#5400.
9608 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
9609 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
9610 changed. Delete RECURSIVE parameter; never used. Improve doc string.
9611 Improve comments in "is" portion. Handle null procedure declaration.
9612 (ada-move-to-end): Improve doc string.
9613
9614 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
9615
9616 * ido.el (ido-cur-list): Initialize to nil.
9617 Remove obsolete information from commentary.
9618 (ido-choice-list): Initialize to nil.
9619 (ido-get-bufname): Reject minibuffers.
9620 (ido-make-buffer-list): If "default" is a nonexistent
9621 buffer, ignore it, as per the function's comment.
9622 (ido-kill-buffer-internal): New function.
9623 (ido-kill-buffer-at-head): Use it.
9624 (ido-visit-buffer): Likewise.
9625
9626 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
9627
9628 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
9629
9630 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
9631
9632 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
9633 Fix typos in chart titles.
9634
9635 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
9636 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
9637 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
9638 (describe-class, eieio-describe-generic, describe-generic):
9639 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
9640 (eieio-speedbar-expand):
9641 * emulation/viper-cmd.el (viper-exec-form-in-vi)
9642 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
9643 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
9644 (viper-del-backward-char-in-replace, viper-backward-indent)
9645 (viper-brac-function, viper-register-to-point, viper-submit-report):
9646 * net/tramp.el (tramp-remote-coding-commands):
9647 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
9648 Fix typos in docstrings.
9649
9650 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
9651
9652 * mail/sendmail.el (mail-yank-original): Set the mark if the
9653 specified function for yanking does not do it.
9654
9655 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
9656
9657 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
9658
9659 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
9660 resyncing a directory.
9661
9662 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
9663
9664 * progmodes/ada-mode.el: Fix bug#1920.
9665 (ada-ident-re): Delete ., allow multibyte characters.
9666 (ada-goto-label-re): New; matches goto labels.
9667 (ada-block-label-re): New; matches block labels.
9668 (ada-label-re): New; matches both.
9669 (ada-named-block-re): Deleted; callers changed to use
9670 `ada-block-label-re' instead.
9671 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
9672 Use `ada-block-label-re'.
9673 (ada-indent-on-previous-lines): Improve handling of goto labels.
9674 (ada-get-indent-block-start): Special-case block label.
9675 (ada-get-indent-label): Split into `ada-indent-block-label' and
9676 `ada-indent-goto-label'.
9677 (ada-goto-stmt-start, ada-goto-next-non-ws):
9678 Optionally ignore goto labels.
9679 (ada-goto-next-word): Simplify.
9680 (ada-indent-newline-indent-conditional): Insert newline before
9681 trying to fix indentation; doc fix.
9682
9683 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
9684
9685 * calc/calc.el (calc-command-flags): Give it an initial value.
9686
9687 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
9688
9689 * files.el (minibuffer-with-setup-hook):
9690 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
9691 (artist-key-draw-continously, artist-key-do-continously-continously)
9692 (artist-key-set-point-continously, artist-mouse-draw-continously):
9693 Fix typos in docstrings.
9694
9695 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
9696
9697 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
9698 return t (Bug#3898).
9699
9700 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
9701
9702 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
9703 can parse the output of the external commands (Bug#5279).
9704
9705 2010-01-16 Jari Aalto <jari.aalto@cante.net>
9706
9707 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
9708
9709 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
9710
9711 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
9712
9713 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
9714
9715 * startup.el (command-line): Remove unused --icon-type arg.
9716 Handle --display arg, passing it to command-line-1 (Bug#5392).
9717
9718 2010-01-16 Mario Lang <mlang@delysid.org>
9719
9720 * emacs-lisp/chart.el (chart-translate-namezone):
9721 * textmodes/artist.el (artist-compute-popup-menu-table):
9722 Remove duplicated words in doc-strings.
9723
9724 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
9725
9726 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
9727 to mairix-search to suppress threading (Bug#5342).
9728
9729 2010-01-15 Kenichi Handa <handa@m17n.org>
9730
9731 * international/mule-cmds.el (canonicalize-coding-system-name):
9732 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
9733
9734 2010-01-15 Glenn Morris <rgm@gnu.org>
9735
9736 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
9737
9738 * wid-edit.el (widget-keymap): Doc fix.
9739
9740 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
9741 former seems to be more widely accepted by various svn versions.
9742
9743 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
9744
9745 * find-cmd.el (find-constituents):
9746 * vc-arch.el (vc-arch-root):
9747 * window.el (window-body-height, pop-up-frames):
9748 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
9749 * progmodes/ada-stmt.el (ada-if):
9750 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
9751 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
9752 (ispell-encoding8-command, ispell-aspell-supports-utf8)
9753 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
9754
9755 * progmodes/flymake.el (flymake-post-syntax-check):
9756 Fix typo in error message.
9757
9758 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
9759
9760 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
9761 which is always a string. (Bug#5313)
9762
9763 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
9764
9765 * progmodes/ada-xref.el (ada-default-prj-properties):
9766 Simplify previous change.
9767
9768 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
9769
9770 * progmodes/ada-xref.el (ada-default-prj-properties):
9771 Default ada_project_path to $ADA_PROJECT_PATH.
9772
9773 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
9774
9775 * progmodes/ada-mode.el (ada-create-keymap):
9776 Override `narrow-to-defun' with `ada-narrow-to-defun'.
9777
9778 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
9779
9780 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
9781 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
9782 (ada-get-current-indent, ada-imenu-generic-expression)
9783 (ada-which-function): Check for it.
9784
9785 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
9786
9787 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
9788 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
9789
9790 2010-01-14 Glenn Morris <rgm@gnu.org>
9791
9792 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
9793
9794 2010-01-14 Kenichi Handa <handa@m17n.org>
9795
9796 * composite.el (auto-composition-mode): Make it a buffer local
9797 variable (permanent-local).
9798 (auto-composition-function): Set the default value to
9799 auto-compose-chars.
9800 (auto-composition-mode): Make it a simple function, not a minor mode.
9801 (global-auto-composition-mode): Likewise.
9802 (turn-on-auto-composition-if-enabled): Delete it.
9803
9804 2010-01-13 Karl Fogel <kfogel@red-bean.com>
9805
9806 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
9807
9808 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
9809
9810 * files.el (copy-directory): Compute target for recursive
9811 directories with identical names. (Bug#5343)
9812
9813 2010-01-12 Glenn Morris <rgm@gnu.org>
9814
9815 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
9816 it to bug-gnu-emacs rather than emacs-pretest-bug.
9817
9818 2010-01-11 Sam Steingold <sds@gnu.org>
9819
9820 * imenu.el (imenu-default-create-index-function): Detect infinite
9821 loops caused by imenu-prev-index-position-function.
9822
9823 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
9824
9825 * htmlfontify.el (htmlfontify-load-rgb-file)
9826 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
9827 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
9828 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
9829 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
9830 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
9831 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
9832 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
9833 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
9834 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
9835 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
9836 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
9837 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
9838 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
9839 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
9840 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
9841 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
9842 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
9843 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
9844 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
9845 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
9846 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
9847 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
9848 backslash-quoting from parentheses, etc.
9849
9850 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
9851
9852 * progmodes/js.el: Autoload javascript-mode alias.
9853
9854 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
9855
9856 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
9857 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
9858 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
9859 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
9860 Fix typos in docstrings.
9861 (ffap-url-regexp): Doc fix.
9862 (ffap-at-mouse): Fix typo in message.
9863
9864 2010-01-11 Glenn Morris <rgm@gnu.org>
9865
9866 * version.el (emacs-copyright): Set copyright year to 2010.
9867
9868 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
9869
9870 * format.el (format-annotate-function): Only set
9871 write-region-post-annotation-function after running to-fn so as not to
9872 affect nested write-region calls (bug#5273).
9873
9874 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
9875
9876 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
9877 wisent/python.el.
9878
9879 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
9880
9881 * man.el (Man-goto-section): Signal error if the section is not
9882 found (Bug#5317).
9883
9884 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
9885
9886 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
9887 URLs with a leading triple slash in the file: scheme. (Bug#5345)
9888
9889 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
9890
9891 * progmodes/compile.el: Don't treat compile-command as safe if
9892 compilation-read-command might be nil (Bug#4218).
9893
9894 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
9895
9896 * startup.el (command-line-1): Use orig-argi to check for ignored X and
9897 NS options.
9898
9899 2010-01-08 Kenichi Handa <handa@m17n.org>
9900
9901 * international/fontset.el (build-default-fontset-data):
9902 Exclude characters in scripts kana, hangul, han, or cjk-misc.
9903
9904 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
9905
9906 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
9907 to `create-file-buffer' as it expects, not just a buffer name.
9908 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
9909 to help uniquify. (Bug#3224)
9910
9911 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
9912
9913 * font-setting.el (font-setting-change-default-font): Use user-spec
9914 instead of name.
9915
9916 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
9917
9918 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
9919
9920 2010-01-05 Tom Tromey <tromey@redhat.com>
9921
9922 * progmodes/python.el (python-font-lock-keywords):
9923 Handle qualified decorators (Bug#881).
9924
9925 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
9926
9927 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
9928 in a lightweight checkout.
9929
9930 2010-01-05 Kenichi Handa <handa@m17n.org>
9931
9932 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
9933
9934 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
9935
9936 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
9937
9938 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
9939
9940 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
9941 checkouts. (Bug#618)
9942 (vc-bzr-log-view-mode): Also highlight the author.
9943 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
9944 (vc-bzr-shelve-menu-map):
9945 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
9946 (vc-bzr-shelve-apply): Make prompt more explicit.
9947
9948 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
9949
9950 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
9951 They are valid characters in URL paths (rfc3986), and at least
9952 Firefox does not understand the encoded version (Bug#3166).
9953
9954 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
9955
9956 * progmodes/octave-mod.el (octave-end-keywords)
9957 (octave-block-begin-or-end-regexp, octave-block-match-alist):
9958 Add "end" keyword (Bug#3061).
9959 (octave-end-as-array-index-p): New function.
9960 (calculate-octave-indent): Use it.
9961
9962 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9963
9964 * bookmark.el: Consistently put the text property on the bookmark name.
9965 (bookmark-bmenu-marks-width): Bump back to 2, to include
9966 annotation marks.
9967 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
9968 property on the bookmark name, instead of not putting it at all.
9969 (bookmark-bmenu-list): Fix where we put the text property.
9970
9971 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9972
9973 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
9974 for showing buffer modified state (as added in the previous change).
9975
9976 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9977
9978 * bookmark.el: Show modified state of bookmark buffer more accurately.
9979 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
9980 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
9981 (with-buffer-modified-unmodified): New macro.
9982 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9983 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
9984 Use new macro to preserve the buffer modified state.
9985
9986 2010-01-02 Karl Fogel <kfogel@red-bean.com>
9987
9988 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
9989 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
9990 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
9991 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
9992 (bookmark-bmenu-rename, bookmark-bmenu-locate)
9993 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
9994 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
9995
9996 2010-01-02 Eli Zaretskii <eliz@gnu.org>
9997
9998 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9999 Make the lines in the generated doc string shorter. (Bug#4668)
10000
10001 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
10002
10003 * net/rcirc.el: Add follow-link binding (Bug#4738).
10004
10005 2010-01-02 Eli Zaretskii <eliz@gnu.org>
10006
10007 * Makefile.in (bzr-update): Rename from cvs-update.
10008 (cvs-update): New target for backward compatibility.
10009
10010 * makefile.w32-in (bzr-update): Rename from cvs-update.
10011 (cvs-update): New target for backward compatibility.
10012
10013 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10014
10015 * bookmark.el: Remove gratuitous gratitude.
10016
10017 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10018
10019 * bookmark.el (bookmark-bmenu-any-marks): New function.
10020 (bookmark-bmenu-save): Clear buffer modification if no marks.
10021
10022 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10023
10024 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
10025 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
10026 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
10027 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
10028
10029 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
10030 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
10031 To: emacs-devel {_AT_} gnu.org
10032 Subject: bookmark.el bug report
10033 Date: Mon, 28 Dec 2009 14:19:16 +0800
10034 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
10035
10036 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10037
10038 * bookmark.el: Improvements suggested by Drew Adams:
10039 (bookmark-bmenu-ensure-position): New name for
10040 `bookmark-bmenu-check-position'. Just ensure the position,
10041 don't return any meaningful value.
10042 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
10043 New constants.
10044
10045 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
10046
10047 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
10048 (bookmark-yank-point, bookmark-bmenu-check-position):
10049 Fix typos in docstrings.
10050 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
10051 (bookmark-name-from-full-record, bookmark-get-position)
10052 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
10053 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
10054 Remove useless quoting of parenthesis, etc. in docstrings.
10055
10056 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
10057 (ediff-append-custom-diff): Fix typo in error message.
10058 (ediff-meta-mark-equal-files): Fix typos in messages.
10059
10060 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
10061
10062 * net/imap-hash.el (imap-hash-make): Doc fix.
10063 (imap-hash-test): Fix typo in error message; reflow docstring.
10064 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
10065 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
10066 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
10067 Fix typos in docstrings.
10068 (imap-hash-open-connection): Fix typo in error message.
10069
10070 * play/gomoku.el (gomoku): Fix typos in docstring.
10071
10072 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
10073 (gdb-jsonify-buffer): Fix typos in docstring.
10074 (gdb-goto-breakpoint): Fix typo in error message.
10075 ("Display Other Windows"): Fix typo in help message.
10076 (gdb-speedbar-expand-node): Fix typo in question.
10077
10078 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
10079 (idlwave-html-system-help-location, idlwave-html-help-location)
10080 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
10081 (idlwave-help-browser-generic-args, idlwave-help-directory)
10082 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
10083 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
10084 (idlwave-online-help, idlwave-help-html-link)
10085 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
10086 Fix typos in docstrings.
10087 (idlwave-help-with-source, idlwave-help-find-routine-definition):
10088 Reflow docstrings.
10089 (idlwave-help-assistant-start): Fix typo in error message.
10090
10091 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
10092 (octave-electric-space): Fix typos in docstrings.
10093
10094 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
10095
10096 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
10097
10098 2010-01-01 Juri Linkov <juri@jurta.org>
10099
10100 * comint.el (comint-input-ring-size): Make it a defcustom and
10101 increase the default to 500 (Bug#5148).
10102
10103 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
10104
10105 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
10106 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
10107 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
10108
10109 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
10110
10111 Show working revision correctly for mercurial.
10112 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
10113 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
10114
10115 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
10116
10117 Declare some functions for the byte-compiler.
10118 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
10119 (speedbar-timer-fn, speedbar-change-expand-button-char)
10120 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
10121
10122 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
10123
10124 This changeset reverts GDB Graphical Interface to use annotations.
10125 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
10126
10127 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10128
10129 Make vc-dir work on subdirectories of the bzr root.
10130 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
10131 file names relative to it.
10132 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
10133 relative directory to vc-bzr-after-dir-status.
10134
10135 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
10136
10137 * font-lock.el (font-lock-refresh-defaults): New function, which
10138 can be used to let font-lock react to external changes in
10139 variables like font-lock-defaults and keywords.
10140 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
10141
10142 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
10143
10144 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
10145
10146 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
10147
10148 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
10149
10150 Supersede color.diff settings in git log (bug#5211).
10151
10152 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
10153 escape chars in its output when the user has color.diff set to `always'.
10154 This fix works on git 1.4.2 and newer (released on 2006-08-13).
10155
10156 2009-12-26 Kevin Ryde <user42@zip.com.au>
10157
10158 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
10159 node. Keep previous "Index" name to work with past coreutils too.
10160
10161 * man.el (man): Revise docstring a bit to show -a and -l as
10162 examples. Add -k description since support for it has otherwise
10163 been a secret. (Further to bug#3717.)
10164 (Man-bgproc-sentinel): When "-k foo" produces no output show error
10165 "no matches" rather than "Can't find manpage", as the latter reads
10166 like -k was interpreted as a page name, which is not so. (Bug#5431)
10167
10168 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
10169
10170 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
10171 switches. Check also for //SUBDIRED// line.
10172
10173 2009-12-25 Kenichi Handa <handa@m17n.org>
10174
10175 * language/indian.el (devanagari-composable-pattern): Fixed to
10176 handle ZWNJ and ZWJ. Use it in composition-function-table for
10177 Devanagari.
10178 (malayalam-composable-pattern): Fix previous change.
10179
10180 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10181
10182 * ps-print.el (ps-face-attributes): It was not returning the
10183 attribute face for faces specified as string. Reported by harven
10184 <harven@free.fr>. (Bug#5254)
10185 (ps-print-version): New version 7.3.5.
10186
10187 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
10188
10189 * calendar/icalendar.el (icalendar--convert-tz-offset):
10190 Fix timezone names.
10191 (icalendar--convert-tz-offset): Fix the "last-day-problem".
10192 (icalendar--add-diary-entry): Remove the trailing blank that
10193 diary-make-entry inserts.
10194
10195 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
10196
10197 Make `file-expand-wildcards' work for remote files.
10198
10199 * files.el (file-expand-wildcards): In case of remote files, check
10200 only local file name part for wildcards. Provide feature 'files
10201 and subfeature 'remote-wildcards. (Bug#5198)
10202
10203 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
10204 if there is already an established connection.
10205 (tramp-advice-file-expand-wildcards): Remove it.
10206
10207 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
10208 (tramp-advice-file-expand-wildcards): Move from tramp.el.
10209 Activate advice for older GNU Emacs versions. (Bug#5237)
10210
10211 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
10212
10213 Some doc fixes (more needed).
10214
10215 * find-cmd.el (find-constituents): Reflow docstring.
10216 (find-cmd, find-prune, find-command): Fix typos in docstrings.
10217 (find-generic): Doc fix.
10218
10219 2009-12-17 Juri Linkov <juri@jurta.org>
10220
10221 Fix regression from 23.1 to allow multiple modes in Local Variables.
10222
10223 * files.el (hack-local-variables-filter): While ignoring duplicates,
10224 don't take `mode' into account.
10225 (hack-local-variables-filter, hack-dir-local-variables):
10226 Don't remove duplicate `mode' from local-variables-alist (like `eval').
10227
10228 2009-12-17 Juri Linkov <juri@jurta.org>
10229
10230 Make `dired-diff' safer. (Bug#5225)
10231
10232 * dired-aux.el (dired-diff): Signal an error when `file' equals to
10233 `current' or when `file' is a directory of the `current' file.
10234
10235 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
10236
10237 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
10238 unconditionally preloaded files.
10239
10240 2009-12-16 Juri Linkov <juri@jurta.org>
10241
10242 Revert to old 23.1 logic of using the file at the mark as default.
10243 * dired-aux.el (dired-diff): Use the file at the mark as default
10244 if it's not the same as the current file, and the target dir is
10245 the current dir or the mark is active. Add the current file
10246 as the arg of `dired-dwim-target-defaults'. Use the default file
10247 in the prompt. (Bug#5225)
10248
10249 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
10250
10251 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
10252 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
10253 (tramp-check-for-regexp): Check also, when an echoing shell stops
10254 to echo sent commands.
10255
10256 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
10257
10258 * Makefile.in: Revert last change (Bug#5191).
10259
10260 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
10261
10262 * vc-hg.el (vc-hg-print-log): Fix argument order.
10263 (vc-hg-working-revision): Make sure the command is executed in a
10264 known environment so that we can parse the output. (Bug#4417)
10265
10266 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
10267
10268 * progmodes/python.el (python-symbol-completions): Remove text
10269 properties from symbol string before calling python-send-receive.
10270
10271 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
10272
10273 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
10274 when there are values for both file and line. (Bug#5060)
10275
10276 2009-12-14 Juri Linkov <juri@jurta.org>
10277
10278 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
10279 whitespace after the file name of the first line of unified format,
10280 because git-diff doesn't output whitespace and file modification time
10281 after the file name.
10282
10283 2009-12-14 David Kastrup <dak@gnu.org>
10284
10285 * info.el (Info-hide-cookies-node): Before hiding a cookie,
10286 check if it already has the `display' property added by
10287 `Info-display-images-node', and not put the `invisible' property
10288 in this case.
10289
10290 2009-12-13 Glenn Morris <rgm@gnu.org>
10291
10292 * mail/emacsbug.el (message-sort-headers): Define for compiler.
10293 (report-emacs-bug): In message-mode, sort manually before storing
10294 original report text. (Bug#5178)
10295 Remove superfluous save-excursion.
10296
10297 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
10298
10299 * net/dbus.el (dbus-property-handler): Filter lambda forms out
10300 when responding to "GetAll" properties.
10301
10302 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
10303
10304 * simple.el (compose-mail): Remove mail-setup-with-from from
10305 customization checks.
10306
10307 2009-12-12 Eli Zaretskii <eliz@gnu.org>
10308
10309 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
10310 RAR archives created on Unix systems.
10311
10312 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
10313
10314 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
10315 the varalias that was accidentally removed by the 2009-11-19 change
10316 (bug#5186).
10317
10318 2009-12-12 Kenichi Handa <handa@m17n.org>
10319
10320 * language/indian.el (indian-compose-regexp): New function.
10321 (malayalam-composable-pattern): Fix the pattern.
10322 (composition-function-table): Set malayalam-composable-pattern for
10323 Malayalam characters.
10324
10325 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
10326
10327 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
10328 rather than down-mouse-1, based on follow-link conventions.
10329
10330 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
10331 are compiled.
10332
10333 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
10334
10335 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
10336 (verilog-vmm-statement-re, verilog-ovm-statement-re)
10337 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
10338 (verilog-leap-to-head, verilog-backward-token):
10339 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
10340
10341 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
10342
10343 * progmodes/verilog-mode.el (verilog-auto-lineup)
10344 (verilog-nameable-item-re): Cleanup user-visible spelling and
10345 documentation errors. One reported by Gary Delp.
10346 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
10347 (verilog-read-decls): Fix AUTOWIRE with types declared in a
10348 package, bug195. Reported by Pierre-David Pfister.
10349
10350 2009-12-11 Glenn Morris <rgm@gnu.org>
10351
10352 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
10353
10354 * mail/emacsbug.el: No longer require sendmail.
10355 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
10356 (report-emacs-bug-orig-text): Doc fix.
10357 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
10358 New local variables, to adapt to different mail-user-agents.
10359 (report-emacs-bug): Fix test for a gnu.org address.
10360 Use overlays for emphasis, since font-lock defeats 'face property.
10361 Pretest bugs also end up at the newsgroup these days.
10362 Stop message-mode stripping text properties.
10363 Set and use the new buffer-local variables.
10364 (report-emacs-bug-hook): Add doc-string.
10365 Remove some unnecessary save-excursions and simplify.
10366 Use the appropriate hook and send-command.
10367
10368 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
10369 capitalization of some menu entries.
10370
10371 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10372
10373 * whitespace.el (whitespace-display-char-on):
10374 Ensure `buffer-display-table' is unique when two or more windows are
10375 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
10376 New version 12.1.
10377
10378 2009-12-10 Eli Zaretskii <eliz@gnu.org>
10379
10380 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
10381 characters in the Attribute field.
10382
10383 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
10384
10385 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
10386
10387 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
10388
10389 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
10390 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10391 Disregard autoload-excludes.
10392 (update-directory-autoloads): Obey autoload-excludes here instead.
10393 But don't store its contents in no-autoloads and remove entries that
10394 refer to excludes files.
10395
10396 2009-12-10 Glenn Morris <rgm@gnu.org>
10397
10398 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
10399 (expand-mail-aliases): Define for compiler.
10400
10401 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
10402 Define for compiler.
10403
10404 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
10405 appropriate for the mail-user-agent in use.
10406
10407 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
10408
10409 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
10410
10411 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
10412
10413 Fix short log parsing and fontification.
10414 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
10415 Fix fontification for the [merge] label.
10416
10417 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
10418
10419 Drop some properties to avoid surprises (bug#5002).
10420 * htmlfontify.el (hfy-ignored-properties): New defcustom.
10421 (hfy-fontify-buffer): Use it.
10422
10423 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
10424
10425 Minor cleanup.
10426 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
10427 Adjust all callers.
10428 (ffap-locate-file): Remove unused arg `dir-ok' and make other
10429 args compulsory. Adjust callers.
10430 (ffap-gopher-at-point): Remove unused var `name'.
10431
10432 Get rid of the ELCFILES abomination.
10433 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
10434 (compile-elcfiles): New phony target.
10435 (compile-main): Compute ELCFILES dynamically.
10436 (compile-clean): New target to remove left-over elc files.
10437 (compile, all): Use it.
10438
10439 2009-12-09 Kenichi Handa <handa@etlken>
10440
10441 * international/mule-diag.el: Require help-mode instead of help-fns.
10442
10443 2009-12-09 Kenichi Handa <handa@m17n.org>
10444
10445 * international/mule-cmds.el (ucs-names): Supply sufficiently
10446 fine ranges instead of pre-calculating accurate ranges.
10447 Iterate with bigger gc-cons-threshold.
10448
10449 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
10450
10451 Add support for stashing a snapshot of the current tree.
10452 * vc-git.el (vc-git-stash-snapshot): New function.
10453 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
10454
10455 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
10456
10457 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
10458 instead of `(beginning|end)-of-line'.
10459
10460 2009-12-08 Glenn Morris <rgm@gnu.org>
10461
10462 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
10463
10464 * Makefile.in (ELCFILES): Regenerate.
10465
10466 2009-12-07 Juri Linkov <juri@jurta.org>
10467
10468 Don't lazy-highlight the comint output in history Isearch mode.
10469
10470 * comint.el (comint-history-isearch-search): Instead of
10471 `comint-line-beginning-position', use `comint-after-pmark-p'
10472 to check if point if before the process mark, and go to
10473 `process-mark' in this case.
10474
10475 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10476
10477 * textmodes/tex-mode.el (latex-complete)
10478 (latex-indent-or-complete): Remove.
10479 (latex-mode): Set completion-at-point-functions instead.
10480
10481 Provide a standard completion command and hook it into TAB.
10482 * minibuffer.el (completion-at-point-functions): New var.
10483 (completion-at-point): New command.
10484 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
10485 * progmodes/python.el (python-mode-map): Use completion-at-point.
10486 (python-completion-at-point): Rename from python-partial-symbol and
10487 adjust for use in completion-at-point-functions.
10488 (python-mode): Setup completion-at-point for Python completion.
10489 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
10490 extracted from lisp-complete-symbol.
10491 (lisp-complete-symbol): Use it.
10492 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
10493 setup completion-at-point for Elisp completion.
10494 (emacs-lisp-mode-map, lisp-interaction-mode-map):
10495 Use completion-at-point.
10496 * ielm.el (ielm-map): Use completion-at-point.
10497 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
10498 * progmodes/sym-comp.el: Move to...
10499 * obsolete/sym-comp.el: Move from progmodes.
10500
10501 2009-12-07 Eli Zaretskii <eliz@gnu.org>
10502
10503 Prevent save-buffer in Rmail buffers from using the coding-system
10504 of the current message, and from clobbering the encoding mnemonics
10505 in the mode line (Bug#4623).
10506
10507 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
10508 flag, too.
10509 (rmail-message-encoding): New variable.
10510 (rmail-write-region-annotate): Record the encoding of the current
10511 message in rmail-message-encoding.
10512 (rmail-after-save-hook): New function, restores the encoding of
10513 the current message after the message collection is saved.
10514
10515 2009-12-07 Juri Linkov <juri@jurta.org>
10516
10517 * progmodes/grep.el (grep-read-files): Use `completing-read'
10518 instead of `read-string'. Set its `collection' arg to
10519 `read-file-name-internal'. (Bug#4301)
10520
10521 2009-12-07 Juri Linkov <juri@jurta.org>
10522
10523 Correctly restore original Isearch point. (Bug#4994)
10524
10525 * isearch.el (isearch-mode): Move `isearch-push-state' after
10526 `(run-hooks 'isearch-mode-hook)'.
10527 (isearch-cancel): When `isearch-push-state-function' is defined,
10528 let-bind `isearch-cmds' to the first state (the last element of
10529 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
10530 function and restores the original point). Otherwise, move point
10531 to `isearch-opoint'.
10532
10533 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10534
10535 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
10536 chars that don't have names, so the table can be built much faster at
10537 run-time.
10538
10539 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
10540
10541 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
10542 change. Suggested by David Kastrup.
10543
10544 * simple.el (compose-mail): Check for incompatibilities and warn.
10545 (compose-mail-user-agent-warnings): New option.
10546
10547 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
10548
10549 Support showing a single log entry from vc-annotate.
10550 * vc.el (print-log): Add a new argument: START-REVISION.
10551 (vc-print-log-internal): Add a new optional argument and
10552 pass it to the backend.
10553 (vc-print-log, vc-print-root-log): Adjust callers.
10554 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
10555 buffer already displays the requested log entry, use it.
10556 Otherwise display only the log entry in question.
10557 * vc-svn.el (vc-svn-print-log):
10558 * vc-mtn.el (vc-mtn-print-log):
10559 * vc-hg.el (vc-hg-state):
10560 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
10561 (vc-git-show-log-entry): Return t on success.
10562 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
10563 (vc-bzr-show-log-entry): Return t on success.
10564 * vc-rcs.el (vc-rcs-print-log):
10565 * vc-sccs.el (vc-sccs-print-log):
10566 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
10567
10568 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
10569
10570 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
10571 Add menus to the meta mode. (Bug#5043)
10572
10573 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
10574
10575 * ediff-init.el (ediff-event-key): Use event-to-character instead of
10576 event-key.
10577
10578 * ediff.el (ediff-buffers-internal): Add unwind-protect.
10579
10580 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
10581
10582 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
10583 Berbain <raphael.berbain@gmail.com>.
10584
10585 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
10586 characters.
10587 (tramp-initial-end-of-output): New defconst.
10588 (tramp-methods, tramp-find-shell)
10589 (tramp-open-connection-setup-interactive-shell)
10590 (tramp-maybe-open-connection): Use it.
10591 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
10592 existence of `#' and `$'.
10593
10594 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
10595 `tramp-initial-end-of-output'.
10596
10597 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
10598
10599 Get the background mode from the terminal for xterm, and set
10600 faces accordingly.
10601 * term/xterm.el (xterm-set-background-mode): New function.
10602 (terminal-init-xterm): Use it in case xterm supports background
10603 color queries. Recompute faces after getting the background
10604 color.
10605
10606 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
10607
10608 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
10609 number comment back on its own line, for easier parsing.
10610
10611 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 Make it work for non-file buffers (bug#5102).
10614 * doc-view.el (doc-view-current-cache-dir):
10615 Use doc-view-buffer-file-name rather than buffer-file-name.
10616 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
10617
10618 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
10619
10620 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
10621 author field is too short.
10622
10623 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
10624
10625 * vc-git.el (vc-git-print-log): Handle a limit argument.
10626 Display the short log in graph form and with labels.
10627 (vc-git-log-view-mode): Handle labels.
10628
10629 Make vc-revert change VC state from 'added to 'unregistered.
10630 * vc-git.el (vc-git-revert): Call git reset first.
10631
10632 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
10633
10634 * net/newst-backend.el, net/newst-plainview.el:
10635 * net/newst-reader.el, net/newst-ticker.el:
10636 * net/newst-treeview.el, net/newsticker.el:
10637 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
10638
10639 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
10640
10641 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
10642
10643 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
10644 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
10645 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
10646 Update annotation regexp.
10647
10648 * simple.el (beginning-of-visual-line): Constrain to field
10649 boundaries (Bug#5106).
10650
10651 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
10652
10653 * xml.el (xml-substitute-numeric-entities): Move
10654 newsticker--decode-numeric-entities in newst-backend.el to
10655 xml-substitute-numeric-entities in xml.el. (Bug#5008)
10656 * net/newst-backend.el (newsticker--parse-generic-feed)
10657 (newsticker--parse-generic-items)
10658 (newsticker--decode-numeric-entities): Move
10659 newsticker--decode-numeric-entities in newst-backend.el to
10660 xml-substitute-numeric-entities in xml.el. (Bug#5008)
10661
10662 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
10663
10664 * progmodes/js.el (js--js-not): Add null to the list of values.
10665
10666 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
10667
10668 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
10669
10670 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10671
10672 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
10673 delimiter if it is at the end of the current line.
10674 (bibtex-generate-url-list): Fix docstring.
10675
10676 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10677
10678 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
10679 minibuffer's content with itself.
10680 Fold the confirm-after-completion case into the `confirm' case.
10681 (completion-pcm-word-delimiters): Add : and / to the delimiters.
10682
10683 2009-12-06 Kevin Ryde <user42@zip.com.au>
10684
10685 * ffap.el (ffap-rfc-path): Make this a defcustom since
10686 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
10687
10688 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
10689 manuals, similar to existing setup for help-mode. (Bug#3913.)
10690
10691 2009-12-05 Juri Linkov <juri@jurta.org>
10692
10693 Save and restore dired buffer's point positions too. (Bug#4880)
10694
10695 * dired.el (dired-save-positions): Return in the first element
10696 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
10697 Doc fix.
10698 (dired-restore-positions): First restore buffer's position.
10699 While restoring window's positions, check if window still displays
10700 the original buffer.
10701
10702 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
10703
10704 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
10705 if possible.
10706
10707 * shell.el (shell): Require ansi-color (Bug#5113).
10708
10709 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
10710
10711 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
10712
10713 2009-12-05 Alan Mackenzie <acm@muc.de>
10714
10715 * progmodes/cc-mode.el (c-before-hack-hook)
10716 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
10717 `c-file-style' to work again. This reversion restores the current
10718 software to its state in Emacs 23.1. (Bug#4146)
10719
10720 2009-12-05 Kevin Ryde <user42@zip.com.au>
10721
10722 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
10723 comment-start-skip to comment-end-skip as comment (Bug#4781).
10724
10725 2009-12-05 Juri Linkov <juri@jurta.org>
10726
10727 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
10728 for virtual nodes. (Bug#4147)
10729 (Info-find-node-2): Set `Info-current-node-virtual' to nil
10730 when moving from a virtual node.
10731 (Info-mode-menu): Add `Info-virtual-index' to the menu.
10732 (Info-mode): Add `Info-virtual-index' to the docstring.
10733
10734 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10735
10736 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
10737 track of the buffer position of the end of a BibTeX entry as this
10738 position may change during reformatting.
10739 (bibtex-format-entry): Remove whitespace before processing
10740 numerical fields so that we recognize the latter properly.
10741 (bibtex-reformat): Do not use push which changes the global value
10742 of bibtex-entry-format.
10743 (bibtex-field-braces-alist, bibtex-field-strings-alist)
10744 (bibtex-field-re-init): Replace only space characters by regexp
10745 for whitespace.
10746 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
10747 (bibtex-initialize): Also update bibtex-strings.
10748 (bibtex-kill-field): Preserve white space at end of entry.
10749 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
10750 Update bibtex-reference-keys.
10751
10752 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10753
10754 * minibuffer.el (completion-pcm--merge-try): Also consider placing
10755 point after a star, if that's the only place where modifications can
10756 make progress.
10757
10758 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
10759
10760 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
10761 in docstrings.
10762
10763 2009-12-04 Juri Linkov <juri@jurta.org>
10764
10765 * proced.el (proced): Call `(proced-update t)' to update process
10766 information instead of only running proced-post-display-hook.
10767 (proced-send-signal): Add a leading space to the buffer name
10768 " *Marked Processes*" to make this buffer ephemeral.
10769
10770 2009-12-04 Juri Linkov <juri@jurta.org>
10771
10772 * dired.el (dired-auto-revert-buffer): New defcustom.
10773 (dired-internal-noselect): Use it.
10774
10775 2009-12-04 Juri Linkov <juri@jurta.org>
10776
10777 Change roles of modes and functions in image-mode.el (Bug#5062).
10778
10779 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
10780 in `auto-mode-alist'.
10781 (image-mode-previous-major-mode): New variable.
10782 (image-minor-mode-map): Rename from `image-mode-text-map'.
10783 (image-mode): Move graceful error-handling code from
10784 `image-minor-mode' to here. On errors call `image-mode-as-text'.
10785 (image-minor-mode): Remove all image-handling code.
10786 Replace `image-mode-text-map' with `image-minor-mode-map'.
10787 Check for `image-type' in mode-line format string.
10788 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
10789 (image-mode-as-text): New function with most code from
10790 `image-mode-maybe'.
10791 (image-toggle-display-text): Move code that removes image
10792 properties from `image-toggle-display' to here.
10793 (image-toggle-display-image): New function with code that adds
10794 image properties copied from `image-toggle-display'.
10795 (image-toggle-display): Remove most code with leaving only code
10796 that toggles between `image-mode-as-text' and `image-mode'.
10797
10798 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
10799
10800 * net/newst-treeview.el
10801 (newsticker--treeview-list-highlight-start): Restored call to
10802 save-excursion: Selected item was stuck.
10803 (newsticker--treeview-list-select): New.
10804 (newsticker--treeview-item-show-text)
10805 (newsticker--treeview-item-show)
10806 (newsticker--treeview-item-update): Use new
10807 newsticker-treeview-item-mode.
10808 (newsticker-treeview-update): Keep current item.
10809 (newsticker-treeview-next-new-or-immortal-item): Doc change.
10810 (newsticker--treeview-first-feed): Doc change.
10811 (newsticker-treeview-list-menu)
10812 (newsticker-treeview-item-menu): Added menu entries.
10813 (newsticker-treeview-item-mode): New.
10814
10815 * net/newst-backend.el (newsticker-customize): Delete other
10816 windows.
10817
10818 2009-12-04 Sam Steingold <sds@gnu.org>
10819
10820 * log-view.el (log-view-mode-map): "q" calls quit-window,
10821 like in all the other non-self-insert buffers.
10822
10823 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
10824
10825 Minor cleanup.
10826 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
10827 key decoding rather than do it manually via last-input-event +
10828 ascii-character.
10829 (term-exec): Use delete-and-extract-region.
10830 (term-handle-ansi-terminal-messages): Remove unused var `end'.
10831 (term-process-pager): Remove unused var `i'.
10832 (term-dynamic-simple-complete): Make obsolete.
10833 (serial-update-config-menu): Remove unused vars `y' and `str'.
10834 (term-update-mode-line): Remove unused var `temp'.
10835
10836 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
10837
10838 Limit the number of log entries displayed by default.
10839 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
10840 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
10841 using a prefix argument.
10842
10843 2009-12-03 Glenn Morris <rgm@gnu.org>
10844
10845 * progmodes/idlwave.el (class): Restore still useful declaration.
10846
10847 2009-12-03 Alan Mackenzie <acm@muc.de>
10848
10849 Enhance `c-parse-state' to run efficiently in "brace deserts".
10850
10851 * progmodes/cc-mode.el (c-basic-common-init):
10852 Call c-state-cache-init.
10853 (c-neutralize-syntax-in-and-mark-CPP): Rename from
10854 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
10855 placing `category' properties value 'c-cpp-delimiter at its boundaries.
10856
10857 * progmodes/cc-langs.el (c-before-font-lock-function):
10858 c-extend-and-neutralize-syntax-in-CPP has been renamed
10859 c-neutralize-syntax-in-and-mark-CPP.
10860
10861 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
10862 with `category' properties now, not `syntax-table' ones.
10863
10864 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
10865 enhanced (but slower) version of c-end-of-macro that won't land
10866 inside a literal or on another awkward character.
10867 (c-state-cache-too-far, c-state-cache-start)
10868 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
10869 (c-state-nonlit-pos-cache-limit, c-state-point-min)
10870 (c-state-point-min-lit-type, c-state-point-min-lit-start)
10871 (c-state-min-scan-pos, c-state-brace-pair-desert)
10872 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
10873 buffer local variables.
10874 (c-state-literal-at, c-state-lit-beg)
10875 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
10876 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
10877 (c-state-cache-top-paren, c-state-cache-after-top-paren)
10878 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
10879 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
10880 (c-renarrow-state-cache)
10881 (c-append-lower-brace-pair-to-state-cache)
10882 (c-state-push-any-brace-pair, c-append-to-state-cache)
10883 (c-remove-stale-state-cache)
10884 (c-remove-stale-state-cache-backwards, c-state-cache-init)
10885 (c-invalidate-state-cache-1, c-parse-state-1)
10886 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
10887 (c-parse-state): Enhance and refactor.
10888 (c-debug-parse-state): Amend to deal with all the new variables.
10889
10890 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
10891 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
10892 modify to use category text properties rather than syntax-table ones.
10893 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
10894 to switch off/on the syntactic paren property of C++ template
10895 delimiters using the category property.
10896 (c-with-<->-as-parens-suppressed): Macro to invoke code with
10897 template delims suppressed.
10898 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
10899 New constant/macros which apply category properties to the start
10900 and end of preprocessor constructs.
10901 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
10902 "comment out" the syntactic value of characters in preprocessor
10903 constructs.
10904 (c-with-cpps-commented-out)
10905 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
10906 with characters in all or all but one preprocessor constructs
10907 "commented out".
10908
10909 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10910
10911 * proced.el (proced-filter-alist): Use regexp-quote.
10912
10913 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
10914
10915 Cleanup.
10916 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
10917 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
10918 arguments. Expand `default-directory'.
10919
10920 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
10921 the benefit of returning an expanded localname.
10922 (tramp-tramp-file-p): Handle the case NAME is not a string.
10923
10924 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
10925
10926 Add support for bzr shelve/unshelve.
10927 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10928 (vc-bzr-extra-menu-map): New variables.
10929 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
10930 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
10931 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
10932 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
10933 (vc-bzr-dir-extra-headers): Display shelves.
10934
10935 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
10936
10937 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10938
10939 * textmodes/bibtex.el (bibtex-complete-internal):
10940 Use completion-in-region.
10941 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
10942
10943 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
10944
10945 Support applying stashes. Improve UI.
10946 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
10947 (vc-git-stash-apply, vc-git-stash-pop)
10948 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
10949 (vc-git-stash-menu): New functions.
10950 (vc-git-stash-menu-map): New variable.
10951 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
10952
10953 2009-12-03 Glenn Morris <rgm@gnu.org>
10954
10955 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
10956 (vc-print-log-internal): Fix previous change.
10957 (vc-revert): Correct pluralization.
10958
10959 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10960
10961 * progmodes/make-mode.el (makefile-special-targets-list): No need for
10962 it to be an alist any more.
10963 (makefile-complete): Use completion-in-region.
10964
10965 * progmodes/octave-mod.el (octave-complete-symbol):
10966 Use completion-in-region.
10967
10968 Misc cleanup.
10969 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
10970 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
10971 (idlwave-complete-class): Don't quote lambda.
10972 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
10973 (idlwave-mode-map): Move initialization into declaration.
10974 (idlwave-action-and-binding): Use backquotes.
10975 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
10976 Simplify.
10977 (idlwave-is-pointer-dereference): Remove unused var `pos'.
10978 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
10979 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
10980 `parts', and `all-parts'.
10981 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
10982 (idlwave-convert-xml-system-routine-info): Remove unused string
10983 `version-string'.
10984 (idlwave-display-user-catalog-widget): Use dolist.
10985 (idlwave-scanning-lib): Declare dynamically-scoped var.
10986 (idlwave-scan-library-catalogs): Remove unused var `flags'.
10987 (completion-highlight-first-word-only): Declare to silence bytecomp.
10988 (idlwave-popup-select): Tighten scope of `resp'.
10989 (idlwave-find-struct-tag): Remove unused var `beg'.
10990 (idlwave-after-load-rinfo-hook): Declare.
10991 (idlwave-sintern-class-info): Remove unused var `taglist'.
10992 (idlwave-find-class-definition): Remove unused var `list'.
10993 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
10994 (idlwave-what-module-find-class): Remove unused var `classes'.
10995
10996 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
10997
10998 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
10999
11000 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11001
11002 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
11003 buffers visited. Remove redundant current-buffer-saving.
11004
11005 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11006
11007 Use completion-in-buffer and remove uses of dynamic scoping.
11008 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
11009 (pascal-buffer-to-use, pascal-flag): Don't declare.
11010 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
11011 (pascal-get-completion-decl, pascal-keyword-completion):
11012 Add `pascal-str' argument, save-excursion,
11013 return the found completions, and don't filter with pascal-pred.
11014 (pascal-completion-cache): New var.
11015 (pascal-completion): Don't switch buffer any more (it was never
11016 necessary). Don't save-excursion any more (it's done by the called
11017 subroutines). Use a cache to avoid redundant computations.
11018 Use complete-with-action rather than pascal-completion-response and
11019 let it apply the predicate as well.
11020 (pascal-complete-word): Use completion-in-buffer when
11021 pascal-toggle-completions is nil.
11022 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
11023 not used any more.
11024 (pascal-comp-defun): Don't change buffer any more.
11025 Use complete-with-action rather than pascal-completion-response and
11026 let it apply the predicate as well.
11027 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
11028 when neded.
11029
11030 2009-12-02 Kenichi Handa <handa@m17n.org>
11031
11032 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
11033 shape for all Indic scripts.
11034
11035 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11036
11037 Use completion-in-buffer.
11038 * wid-edit.el (widget-field-text-end): New function.
11039 (widget-field-value-get): Use it.
11040 (widget-string-complete, widget-file-complete)
11041 (widget-color-complete): Use it and completion-in-region.
11042 (widget-complete): Don't narrow the buffer.
11043
11044 2009-12-02 Glenn Morris <rgm@gnu.org>
11045
11046 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
11047 (rmail-select-summary): Use rmail-pop-to-buffer.
11048 * mail/rmailsum.el: Replace all pop-to-buffer calls with
11049 rmail-pop-to-buffer, to prevent horizontal splits.
11050
11051 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
11052 save-excursion with save-current-buffer.
11053 Widen before searching. (Bug#5093)
11054 (diary-list-sexp-entries): Remove superfluous save-excursion.
11055
11056 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
11057
11058 * woman.el (woman-make-bufname): Handle man-pages with "." in the
11059 name. (Bug#5038)
11060
11061 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
11062
11063 * ido.el (ido-file-internal): Handle filenames at point that do
11064 not have a directory part. (Bug#5049)
11065
11066 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
11067
11068 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
11069 (mpc-songs-jump-to, mpc-resume): Doc fixes.
11070
11071 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
11072
11073 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
11074 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
11075 any more.
11076
11077 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11078
11079 * comint.el (comint-insert-input): Ignore clicks to the right of
11080 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
11081
11082 * vc.el (vc-print-log-internal): Don't wait for the process to
11083 terminate before setting up the major mode.
11084
11085 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
11086 in case.
11087
11088 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
11089 the last element.
11090
11091 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
11092
11093 2009-12-01 Glenn Morris <rgm@gnu.org>
11094
11095 * window.el (window--display-buffer-2): Fix previous changes.
11096
11097 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
11098
11099 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
11100
11101 2009-12-01 Glenn Morris <rgm@gnu.org>
11102
11103 * Makefile.in (ELCFILES): Add mpc.elc.
11104
11105 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11106
11107 * mpc.el: New file.
11108
11109 2009-12-01 Glenn Morris <rgm@gnu.org>
11110
11111 * window.el (window-to-use): Define for compiler.
11112
11113 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
11114 consistent with others (no final period).
11115
11116 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
11117 (rmail-mime-show): Downcase the encoding. (Bug#5070)
11118
11119 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
11120
11121 Make vc-print-log buttons work.
11122 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
11123
11124 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
11125
11126 * savehist.el (savehist-autosave-interval): Allow setting to nil
11127 through customize. (Bug#5056)
11128
11129 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
11130
11131 Fix references to jit-lock properties.
11132 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11133 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
11134 (perl-font-lock-special-syntactic-constructs):
11135 Quote jit-lock-defer-multiline property.
11136
11137 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
11138
11139 * vc-git.el (vc-git-registered): Call vc-git-root only once.
11140
11141 2009-11-30 Juri Linkov <juri@jurta.org>
11142
11143 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
11144 value `buffer' of `multi-isearch-next-buffer-current-function'.
11145 Use `(current-buffer)' when `buffer' is nil.
11146 (multi-isearch-next-buffer-from-list): Don't fallback to
11147 `(current-buffer)' when `buffer' is nil. (Bug#4947)
11148
11149 2009-11-30 Juri Linkov <juri@jurta.org>
11150
11151 * misearch.el (multi-isearch-read-buffers): Move canonicalization
11152 of buffers with `get-buffer' to `multi-isearch-buffers'.
11153 (multi-isearch-buffers, multi-isearch-buffers-regexp):
11154 Canonicalize BUFFERS with `get-buffer'. Doc fix.
11155 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
11156 FILES with `expand-file-name' converting relative file names
11157 to absolute. Doc fix. (Bug#4727)
11158
11159 2009-11-30 Juri Linkov <juri@jurta.org>
11160
11161 * misearch.el (multi-isearch-read-buffers)
11162 (multi-isearch-read-matching-buffers): New functions.
11163 (multi-isearch-buffers, multi-isearch-buffers-regexp):
11164 Use them in the `interactive' spec. Doc fix.
11165 (multi-isearch-read-files, multi-isearch-read-matching-files):
11166 New functions.
11167 (multi-isearch-files, multi-isearch-files-regexp):
11168 Use them in the `interactive' spec. Doc fix. (Bug#4725)
11169
11170 2009-11-30 Juri Linkov <juri@jurta.org>
11171
11172 * doc-view.el (doc-view-continuous):
11173 Rename from `doc-view-continuous-mode'.
11174 (doc-view-menu): Move "Toggle display" to the top.
11175 Add submenu "Continuous" with radio buttons "Off"/"On"
11176 and "Save as Default".
11177 (doc-view-scroll-up-or-next-page)
11178 (doc-view-scroll-down-or-previous-page)
11179 (doc-view-next-line-or-next-page)
11180 (doc-view-previous-line-or-previous-page): Rename
11181 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
11182
11183 2009-11-30 Juri Linkov <juri@jurta.org>
11184
11185 * comint.el (comint-mode-map): Rebind `M-r' from
11186 `comint-previous-matching-input' to
11187 `comint-history-isearch-backward-regexp'.
11188 Unbind `M-s' to allow global key binding `M-s'.
11189 Add menu items for `comint-history-isearch-backward' and
11190 `comint-history-isearch-backward-regexp'. (Bug#3746)
11191
11192 2009-11-30 Juri Linkov <juri@jurta.org>
11193
11194 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
11195 For def=recenter, replace `recenter' with `recenter-top-bottom'
11196 that is called with `this-command' and `last-command' let-bound
11197 to `recenter-top-bottom'. When the last `def' was not `recenter',
11198 set `recenter-last-op' to nil. (Bug#4981)
11199
11200 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11201
11202 Minor cleanup and simplification.
11203 * filecache.el (file-cache-add-directory)
11204 (file-cache-add-directory-recursively)
11205 (file-cache-add-from-file-cache-buffer)
11206 (file-cache-delete-file-regexp, file-cache-delete-directory)
11207 (file-cache-files-matching-internal, file-cache-display): Use dolist.
11208 (file-cache-temp-minibuffer-message): Delete function.
11209 (file-cache-minibuffer-complete): Use minibuffer-message instead.
11210
11211 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11212 Don't signal an error when bumping into EOB in tr, s, or y.
11213
11214 2009-11-29 Juri Linkov <juri@jurta.org>
11215
11216 * startup.el (fancy-about-text): Fix wording of Guided Tour.
11217 (Bug#4960)
11218
11219 * descr-text.el (describe-char-unidata-list): Use lowercase name
11220 for "Unicode name" like in other tags.
11221
11222 2009-11-29 Juri Linkov <juri@jurta.org>
11223
11224 * ediff-util.el (ediff-minibuffer-with-setup-hook):
11225 New compatibility macro.
11226 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
11227
11228 2009-11-29 Juri Linkov <juri@jurta.org>
11229
11230 Add defcustom to define the cycling order of `recenter-top-bottom'.
11231 (Bug#4981)
11232
11233 * window.el (recenter-last-op): Doc fix.
11234 (recenter-positions): New defcustom.
11235 (recenter-top-bottom): Rewrite to use `recenter-positions'.
11236 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
11237
11238 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
11239
11240 Improve integration of Tramp and ange-ftp in eshell.
11241
11242 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
11243 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
11244 (eshell/sudo): Flatten args. Let-bind `default-directory'.
11245
11246 * eshell/esh-util.el (top): Require also Tramp when compiling.
11247 (eshell-directory-files-and-attributes): Check for FTP remote
11248 connection.
11249 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
11250 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
11251 (eshell-file-attributes): Handle ".". Return `entry'.
11252
11253 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
11254 (ange-ftp-directory-files-and-attributes)
11255 (ange-ftp-real-directory-files-and-attributes): New defuns.
11256
11257 * net/tramp.el (tramp-maybe-open-connection): Open the remote
11258 shell with "exec" when possible. This prevents trailing prompts
11259 in `start-file-process'.
11260
11261 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11262
11263 Try and remove assumptions about point-min==1.
11264 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
11265 (rng-compute-mode-line-string): Show the validation percentage in
11266 terms of the narrowed text, not the widened text.
11267 (rng-do-some-validation): Don't catch internal errors when debugging.
11268 (rng-first-error): Simplify.
11269 (rng-after-change-function): Remove work around. AFAIK the bug has
11270 been fixed a while ago.
11271
11272 * image-mode.el (image-minor-mode): Exit more gracefully when the image
11273 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
11274
11275 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
11276
11277 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
11278 `cd' doesn't always do it for us (bug#5067).
11279
11280 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
11281 on 2009-10-25 as part of some other change (bug#5067).
11282
11283 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11284
11285 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
11286 `suspicious'.
11287 (byte-compile-warnings): Use byte-compile-warning-types.
11288 (byte-compile-save-excursion): Warn about use of set-buffer right
11289 after save-excursion.
11290
11291 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
11292 the excursion as well.
11293
11294 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
11295
11296 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
11297 providing a Tramp related implementation of "su" and "sudo".
11298 (eshell-unix-initialize): Add "su" and "sudo".
11299
11300 2009-11-27 Daiki Ueno <ueno@unixuser.org>
11301
11302 * net/socks.el (socks-send-command): Convert binary request to
11303 unibyte before sending. This fixes mishandling of some port
11304 numbers such as 129.
11305
11306 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11307
11308 * help.el (describe-bindings-internal): Remove `interactive'.
11309
11310 * man.el (Man-completion-table): Trim a terminating "(".
11311 Remove the space between name page a section.
11312 Add the command's description on the `help-echo' property.
11313 Remove `process-connection-type' binding since it's unused by
11314 call-process.
11315 Provide completion for the "<section> <name>" format as well.
11316 (Man-default-man-entry): Remove spurious var shadowing the argument.
11317
11318 2009-11-26 Kevin Ryde <user42@zip.com.au>
11319
11320 * log-view.el: Add "Keywords: tools", since its other keywords
11321 aren't in finder-known-keywords, and following vc.el.
11322
11323 * sha1.el (sha1-string-external): default-directory "/" in case
11324 otherwise non-existent. process-connection-type pipe for touch of
11325 efficiency recommended by elisp manual. (An aside in Bug#3911.)
11326
11327 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11328
11329 Misc coding convention cleanups.
11330 * htmlfontify.el (hfy-init-kludge-hook): Rename from
11331 hfy-init-kludge-hooks.
11332 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
11333 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
11334 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
11335 and push.
11336 (hfy-slant, hfy-weight): Use tables rather than code.
11337 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
11338 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
11339 (hfy-face-attr-for-class): Initialize `face-spec' directly.
11340 (hfy-face-to-css): Remove `nconc' with single arg.
11341 (hfy-p-to-face-lennart): Use `or'.
11342 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
11343 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
11344 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
11345 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
11346 (hfy-force-fontification): Use run-hooks.
11347
11348 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
11349
11350 Various minor fixes.
11351 * htmlfontify.el (hfy-default-header): Add toggle_invis since
11352 Javascript belongs in the header, not the body.
11353 (hfy-javascript): Remove.
11354 (hfy-fontify-buffer): Don't insert it any more.
11355 (hfy-face-at): Handle (face0 face1 face2) style face properties.
11356 Fix bug in invis handling when there were no invis props in a chunk.
11357
11358 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11359
11360 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
11361
11362 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
11363
11364 * finder.el (finder-mode-map): Add a menu.
11365
11366 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
11367
11368 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
11369 "unsigned" structs.
11370
11371 (verilog-leap-to-head, verilog-backward-token): Handle "disable
11372 fork" statement better.
11373
11374 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
11375
11376 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
11377 (verilog-delete-auto, verilog-delete-empty-auto-pair)
11378 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
11379 Reported by Clay Douglass.
11380
11381 (verilog-auto-inst, verilog-auto-star-safe)
11382 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
11383 Fix removing "// Interfaces" when saving .* expansions. Reported by
11384 Pierre-David Pfister.
11385
11386 2009-11-26 Glenn Morris <rgm@gnu.org>
11387
11388 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
11389 the scope.
11390
11391 2009-11-25 Johan Bockgård <bojohan@gnu.org>
11392
11393 * vc-annotate.el (vc-annotate-revision-previous-to-line):
11394 Really use previous revision.
11395
11396 2009-11-25 Kevin Ryde <user42@zip.com.au>
11397
11398 * man.el (Man-completion-table): default-directory "/" in case
11399 doesn't otherwise exist. process-environment COLUMNS=999 so as
11400 not to truncate long names. process-connection-type pipe to avoid
11401 any chance of hitting the pseudo-tty TIOCGWINSZ.
11402 (man): completion-ignore-case t for friendliness and since man
11403 itself is case-insensitive on the command line.
11404 Further to Bug#3717.
11405
11406 * arc-mode.el: Add "Keywords: files", so the details in its
11407 commentary can be reached from finder-by-keyword.
11408 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
11409 editing mode, but it's comms related and sgml-mode.el has "comm"
11410 on that basis too.
11411 * textmodes/bibtex-style.el: Add "Keywords: tex".
11412 * international/isearch-x.el, international/ja-dic-cnv.el:
11413 * international/ja-dic-utl.el, international/kkc.el:
11414 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
11415
11416 2009-11-25 Juri Linkov <juri@jurta.org>
11417
11418 * man.el (Man-completion-table): Modify regexp to include
11419 section names to completion strings. (Bug#3717)
11420
11421 2009-11-25 Juri Linkov <juri@jurta.org>
11422
11423 Search recursively in gzipped files. (Bug#4982)
11424
11425 * progmodes/grep.el (grep-highlight-matches): Add new options
11426 `always' and `auto'. Doc fix.
11427 (grep-process-setup): Check `grep-highlight-matches' for
11428 `auto-detect' to determine the need to compute grep defaults.
11429 Move Windows/DOS specific --colors settings handling
11430 to `grep-compute-defaults'. Check `grep-highlight-matches'
11431 to get the value of "--color=".
11432 (grep-compute-defaults): Compute `grep-highlight-matches' when it
11433 has the value `auto-detect'. Move Windows/DOS specific settings
11434 from `grep-process-setup'.
11435 (zrgrep): New command with alias `rzgrep'.
11436
11437 2009-11-25 Juri Linkov <juri@jurta.org>
11438
11439 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
11440 to nil instead of switching off view-mode. (Bug#4896)
11441
11442 2009-11-25 Juri Linkov <juri@jurta.org>
11443
11444 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
11445
11446 * mwheel.el (mwheel-scroll-up-function)
11447 (mwheel-scroll-down-function): New defvars.
11448 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
11449 `scroll-up', and `mwheel-scroll-down-function' instead of
11450 `scroll-down'.
11451
11452 * doc-view.el (doc-view-scroll-up-or-next-page)
11453 (doc-view-scroll-down-or-previous-page): Add optional ARG.
11454 Use this ARG in the call to image-scroll-up/image-scroll-down.
11455 Change `interactive' spec to "P". Goto next/previous page only
11456 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
11457 SPC/DEL case). Doc fix.
11458 (doc-view-next-line-or-next-page)
11459 (doc-view-previous-line-or-previous-page): Rename arg to ARG
11460 for consistency.
11461 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
11462 `doc-view-scroll-up-or-next-page', and buffer-local
11463 `mwheel-scroll-down-function' to
11464 `doc-view-scroll-down-or-previous-page'.
11465
11466 2009-11-25 Juri Linkov <juri@jurta.org>
11467
11468 Provide additional default values (directories at other Dired
11469 windows) via M-n in the minibuffer of some Dired commands.
11470
11471 * dired-aux.el (dired-diff, dired-compare-directories)
11472 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
11473 `minibuffer-default' in `minibuffer-with-setup-hook'.
11474 (dired-dwim-target-directory): Find a window that displays Dired
11475 buffer instead of failing when the next window is not Dired.
11476 Use `get-window-with-predicate' to find for the next Dired window.
11477 (dired-dwim-target-defaults): New function.
11478
11479 * ediff-util.el (ediff-read-file-name):
11480 Use `dired-dwim-target-defaults' to set `minibuffer-default'
11481 in `minibuffer-with-setup-hook'.
11482
11483 2009-11-25 Juri Linkov <juri@jurta.org>
11484
11485 Provide additional default values (file name at point or at the
11486 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
11487
11488 * minibuffer.el (read-file-name-defaults): New function.
11489 (read-file-name): Reset `minibuffer-default' to nil when
11490 it duplicates initial input `insdef'.
11491 Bind `minibuffer-default-add-function' to lambda that
11492 calls `read-file-name-defaults' in `minibuffer-selected-window'.
11493 (minibuffer-insert-file-name-at-point): New command.
11494
11495 * files.el (file-name-at-point-functions): New defcustom.
11496 (find-file-default): Remove defvar.
11497 (find-file-read-args): Don't use `find-file-default'.
11498 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
11499 to `read-file-name'.
11500 (find-file-literally): Use `read-file-name' with
11501 `confirm-nonexistent-file-or-buffer'.
11502
11503 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
11504
11505 * dired.el (dired-read-dir-and-switches):
11506 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
11507 to `read-file-name'.
11508 (dired-file-name-at-point): New function.
11509 (dired-mode): Add hook `dired-file-name-at-point' to
11510 `file-name-at-point-functions'.
11511
11512 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
11513
11514 Really make the *Completions* window soft-dedicated (bug#5030).
11515 * window.el (window--display-buffer-2): Add `dedicated' argument.
11516 (display-buffer): Pass it when needed so the dedicated flag is set
11517 after calling set-window-buffer, which would otherwise reset it.
11518
11519 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * progmodes/meta-mode.el (meta-complete-symbol):
11522 * progmodes/etags.el (complete-tag):
11523 * mail/mailabbrev.el (mail-abbrev-complete-alias):
11524 Use completion-in-region.
11525
11526 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
11527 (dabbrev-completion): Use completion-in-region.
11528 (dabbrev--abbrev-at-point): Simplify regexp.
11529
11530 * abbrev.el (abbrev--before-point): Use word-motion functions
11531 if :regexp is not specified (bug#5031).
11532
11533 * subr.el (string-prefix-p): New function.
11534
11535 * man.el (Man-completion-cache): New var.
11536 (Man-completion-table): Use it.
11537
11538 * vc.el (vc-print-log-internal): Make `limit' optional for better
11539 compatibility (e.g. with vc-annotate.el).
11540
11541 2009-11-24 Kevin Ryde <user42@zip.com.au>
11542
11543 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
11544 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
11545
11546 * emacs-lisp/elint.el (elint-add-required-env): Better error message
11547 when .el source file not found or other error.
11548
11549 2009-11-24 Markus Triska <markus.triska@gmx.at>
11550
11551 * linum.el (linum-update-window): Ignore intangible (bug#4996).
11552
11553 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
11554
11555 Handle the [back] button properly (bug#4979).
11556 * descr-text.el (describe-text-properties): Add a `buffer' argument.
11557 Use help-setup-xref, help-buffer, and with-help-window.
11558 (describe-char): Add `buffer' argument.
11559 Pass proper command to help-setup-xref. Don't meddle with
11560 help-xref-stack-item directly.
11561 (describe-text-category): Use with-help-window and help-buffer.
11562
11563 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
11564 for the displayed buffer (bug#4887).
11565
11566 * man.el (Man-completion-table): New function.
11567 (man): Use it.
11568
11569 2009-11-24 David Reitter <david.reitter@gmail.com>
11570
11571 * vc-git.el (vc-git-registered): Use checkout directory (where
11572 .git is) rather than the file's directory and a relative path spec
11573 to work around a bug in git.
11574
11575 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
11576
11577 Improve handling of processes on remote hosts.
11578
11579 * eshell/esh-util.el (eshell-path-env): New defvar.
11580 (eshell-parse-colon-path): New defun.
11581 (eshell-file-attributes): Use `eshell-parse-colon-path'.
11582
11583 * eshell/esh-ext.el (eshell-search-path):
11584 Use `eshell-parse-colon-path'.
11585 (eshell-remote-command): Remove argument HANDLER.
11586 (eshell-external-command): Check for FTP remote connection.
11587
11588 * eshell/esh-proc.el (eshell-gather-process-output):
11589 Use `file-truename', in order to start also symlinked files.
11590 Apply `start-file-process' instead of `start-process'.
11591 Shorten `command' to the local file name part.
11592
11593 * eshell/em-cmpl.el (eshell-complete-commands-list):
11594 Use `eshell-parse-colon-path'.
11595
11596 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
11597
11598 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
11599 to `eshell-directory-change-hook'.
11600
11601 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
11602
11603 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
11604 because it could be enabled automatically if view-read-only is non-nil.
11605
11606 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
11607
11608 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
11609 made on 2009-11-22.
11610
11611 2009-11-24 Glenn Morris <rgm@gnu.org>
11612
11613 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
11614 deleted variable bookmark-bmenu-bookmark-column.
11615
11616 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
11617
11618 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
11619
11620 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
11621
11622 * net/browse-url.el (browse-url-filename-alist): On Windows, add
11623 two slashes to the "file:" prefix.
11624 (browse-url-file-url): De-munge Cygwin filenames before passing
11625 them to Windows browser.
11626 (browse-url-default-windows-browser): Use call-process.
11627
11628 2009-11-23 Juri Linkov <juri@jurta.org>
11629
11630 Implement DocView Continuous mode. (Bug#4896)
11631 * doc-view.el (doc-view-continuous-mode): New defcustom.
11632 (doc-view-mode-map): Bind C-n/<down> to
11633 `doc-view-next-line-or-next-page', C-p/<up> to
11634 `doc-view-previous-line-or-previous-page'.
11635 (doc-view-next-line-or-next-page)
11636 (doc-view-previous-line-or-previous-page): New commands.
11637
11638 2009-11-23 Juri Linkov <juri@jurta.org>
11639
11640 Implement Isearch in comint input history. (Bug#3746)
11641 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
11642 `isearch-mode-hook'.
11643 (comint-history-isearch): New defcustom.
11644 (comint-history-isearch-backward)
11645 (comint-history-isearch-backward-regexp): New commands.
11646 (comint-history-isearch-message-overlay): New buffer-local variable.
11647 (comint-history-isearch-setup, comint-history-isearch-end)
11648 (comint-goto-input, comint-history-isearch-search)
11649 (comint-history-isearch-message, comint-history-isearch-wrap)
11650 (comint-history-isearch-push-state)
11651 (comint-history-isearch-pop-state): New functions.
11652
11653 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
11654
11655 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
11656 return.
11657 (tramp-handle-make-symbolic-link)
11658 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
11659 Quote file names.
11660 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
11661 (tramp-handle-process-file): Use it.
11662
11663 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
11664
11665 * window.el (move-to-window-line-last-op): Remove.
11666 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
11667
11668 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
11669
11670 Make M-r mirror the new cycling behavior of C-l.
11671 * window.el (move-to-window-line-last-op): New var.
11672 (move-to-window-line-top-bottom): New command.
11673 (global-map): Bind M-r move-to-window-line-top-bottom.
11674
11675 2009-11-23 Sven Joachim <svenjoac@gmx.de>
11676
11677 * dired-x.el (dired-guess-shell-alist-default):
11678 Support xz format. (Bug#4953)
11679
11680 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
11681
11682 * emulation/viper-cmd.el: Use viper-last-command-char instead of
11683 last-command-char/last-command-event.
11684 (viper-prefix-arg-value): Do correct conversion of event-char for
11685 XEmacs.
11686
11687 * emulation/viper-util.el, emulation/viper.el:
11688 Use viper-last-command-char instead of
11689 last-command-char/last-command-event.
11690
11691 * ediff-init.el, ediff-mult.el, ediff-util.el:
11692 Replace last-command-char and last-command-event
11693 with (ediff-last-command-char) everywhere.
11694
11695 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
11696 created in fundamental mode.
11697
11698 * ediff.el (ediff-version): Revert the change of interactive-p to
11699 called-interactively-p.
11700
11701 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
11702
11703 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
11704 generation from word-movement command names.
11705
11706 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
11707
11708 * cus-start.el (all): Add native condition for font-use-system-font.
11709
11710 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
11711
11712 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11713 Correct the patch from 2009-11-18. (Bug#3910)
11714
11715 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
11716
11717 * progmodes/subword.el: Rename from lisp/subword.el.
11718
11719 * subword.el: Rename to progmodes/subword.el.
11720
11721 * Makefile.in (ELCFILES): Adapt to subword.el move.
11722
11723 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11724 Stefan Monnier <monnier@iro.umontreal.ca>
11725
11726 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
11727 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
11728 (bookmark-bmenu-show-filenames): Use push.
11729 (bookmark-bmenu-hide-filenames): Use local var instead of
11730 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
11731 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
11732 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
11733 filenames now that the bookmark names are always available.
11734
11735 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11736
11737 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
11738 (bookmark-search-pattern): Move and leave unbound.
11739 (bookmark-bmenu-mode-map): Change binding.
11740 (bookmark-read-search-input): Simplify.
11741 Don't use text-char-description. Don't error on non-char events.
11742 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
11743 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
11744 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
11745 Use a local var for the timer.
11746 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
11747 (i.e. bookmark-bmenu-search).
11748
11749 2009-11-21 Glenn Morris <rgm@gnu.org>
11750
11751 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
11752
11753 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
11754
11755 * net/browse-url.el (browse-url-default-windows-browser):
11756 Use cygstart for cygwin.
11757
11758 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
11759
11760 * bookmark.el: Formatting and doc fixes only:
11761 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
11762 (bookmark-bmenu-search): Wrap to fit within 80 columns.
11763 Minor grammar and punctuation fixes in doc string.
11764 (bookmark-read-search-input): Adjust to fit within 80 columns.
11765
11766 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
11767
11768 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
11769 (c-backward-into-nomenclature): Adapt to subword renaming.
11770
11771 * subword.el (subword-forward, subword-backward, subword-mark)
11772 (subword-kill, subword-backward-kill, subword-transpose)
11773 (subword-downcase, subword-upcase, subword-capitalize)
11774 (subword-forward-internal, subword-backward-internal):
11775 Rename from forward-subword, backward-subword, mark-subword,
11776 kill-subword, backward-kill-subword, transpose-subwords,
11777 downcase-subword, upcase-subword, capitalize-subword,
11778 forward-subword-internal, backward-subword-internal.
11779
11780 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11781
11782 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
11783 New options.
11784 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
11785 New vars.
11786 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
11787 (bookmark-bmenu-filter-alist-by-regexp)
11788 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
11789 (bookmark-bmenu-search): New command.
11790 (bookmark-bmenu-mode-map): Bind it.
11791
11792 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
11793
11794 * progmodes/cc-cmds.el: declare-functioned forward-subword and
11795 backward-subword to quit the byte-compiler.
11796
11797 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
11798
11799 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
11800
11801 * progmodes/cc-cmds.el (c-update-modeline)
11802 (c-forward-into-nomenclature, c-backward-into-nomenclature):
11803 Refer to subword.el functions instead of cc-subword.el.
11804
11805 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
11806 subword.el functions instead of cc-subword.el.
11807
11808 * progmodes/cc-subword.el: Rename to subword.el.
11809 * subword.el: Rename from progmodes/cc-subword.el.
11810 (subword-mode-map): Rename from c-subword-mode-map.
11811 (subword-mode): Rename from c-subword-mode.
11812 (global-subword-mode): New global minor mode.
11813 (forward-subword): Rename from c-forward-subword.
11814 (backward-subword): Rename from c-backward-subword.
11815 (mark-subword): Rename from c-mark-subword.
11816 (kill-subword): Rename from c-kill-subword.
11817 (backward-kill-subword): Rename from c-backward-kill-subword.
11818 (transpose-subwords): Rename from c-tranpose-subword.
11819 (downcase-subword): Rename from c-downcase-subword.
11820 (capitalize-subword): Rename from c-capitalize-subword.
11821 (forward-subword-internal): Rename from c-forward-subword-internal.
11822 (backward-subword-internal): Rename from c-backward-subword-internal.
11823
11824 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
11825
11826 * vc.el (vc-deduce-fileset): Allow non-state changing operations
11827 from a dired buffer.
11828 (vc-dired-deduce-fileset): New function.
11829 (vc-root-diff, vc-print-root-log): Use it.
11830
11831 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
11832 nil LIMIT argument to vc-print-log-internal.
11833
11834 2009-11-20 Glenn Morris <rgm@gnu.org>
11835
11836 * Makefile.in (ELCFILES): Regenerate.
11837
11838 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
11839
11840 * calc/calc.el (calc-set-mode-line):
11841 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11842 (math-format-number): Rename `math-format-complement-signed' to
11843 `math-format-twos-complement'.
11844
11845 * calc/calc-bin.el (math-format-twos-complement): Rename from
11846 math-format-complement-signed.
11847 (calc-radix): Rename `calc-complement-signed-mode' to
11848 `calc-twos-complement-mode'.
11849 (calc-octal-radix, calc-hex-radix): Add an argument for
11850 two's complement.
11851
11852 * calc/calc-embed.el (calc-embedded-mode-vars):
11853 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11854
11855 * calc/calc-ext.el (calc-init-extensions):
11856 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11857 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
11858
11859 * calc/calc-units.el (math-build-units-table-buffer):
11860 Let `calc-twos-complement-mode' be nil.
11861
11862 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
11863 entries.
11864
11865 * calc/calc-vec.el (calcFunc-vunpack):
11866 * calc/calc-aent.el (calc-do-calc-eval):
11867 * calc/calc-forms.el (math-format-date):
11868 * calc/calc-graph.el (calc-graph-plot):
11869 * calc/calc-math.el (math-use-emacs-fn):
11870 * calc/calccomp.el (math-compose-expr):
11871 Let `calc-twos-complement-mode' be nil.
11872
11873 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11874
11875 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
11876 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
11877 * minibuffer.el (completion-in-region-functions): New hook.
11878 (completion-in-region): New function.
11879 * emacs-lisp/lisp.el (lisp-complete-symbol):
11880 * pcomplete.el (pcomplete-std-complete): Use it.
11881
11882 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11883
11884 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
11885 (latex-complete-alist): New vars.
11886 (latex-string-prefix-p, latex-complete-bibtex-keys)
11887 (latex-complete-envnames, latex-complete-refkeys)
11888 (latex-complete-data): New functions.
11889 (latex-complete, latex-indent-or-complete): New commands.
11890
11891 * window.el (display-buffer-mark-dedicated): New var.
11892 (display-buffer): Obey it.
11893 * minibuffer.el (minibuffer-completion-help): Use it.
11894
11895 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
11896
11897 * filecache.el (file-cache-add-file): Use push and cons.
11898 (file-cache-delete-file-regexp): Use push.
11899 (file-cache-complete): Use completion-in-region.
11900
11901 * simple.el (with-wrapper-hook): Fix thinko.
11902
11903 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
11904 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
11905 Use with-current-buffer and string-to-number.
11906 (hfy-fallback-colour-values): Use assoc-string.
11907 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
11908 (hfy-face-at): Remove unused var `found-face'.
11909 (hfy-compile-stylesheet): Remove unused var `css'.
11910 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
11911 and `orig-buffer'.
11912 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
11913 Use with-current-buffer.
11914 (hfy-text-p): Use expand-file-name and fewer setq.
11915
11916 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
11917
11918 * htmlfontify.el, hfy-cmap.el: New files.
11919
11920 2009-11-19 Juri Linkov <juri@jurta.org>
11921
11922 * minibuffer.el (completions-format): New defcustom.
11923 (completion--insert-strings): Implement vertical format.
11924
11925 * simple.el (switch-to-completions): Move point to the first
11926 completion when point was at the beginning of the buffer.
11927
11928 2009-11-19 Juri Linkov <juri@jurta.org>
11929
11930 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
11931
11932 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
11933
11934 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
11935
11936 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
11937 (mail-signature): Change default to t.
11938 (mail-from-style): Deprecate `system-default' value.
11939 (mail-insert-from-field): For default value of mail-from-style,
11940 default to `angles' unless `angles' needs quoting and `parens'
11941 does not.
11942 (mail-citation-prefix-regexp): Use citation regexp from
11943 message-mode.
11944
11945 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
11946
11947 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
11948 Set variables for computing the prompt for reading password.
11949
11950 2009-11-19 Glenn Morris <rgm@gnu.org>
11951
11952 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
11953
11954 * textmodes/flyspell.el (sgml-lexical-context): Declare.
11955
11956 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
11957 (newsticker-treeview-listwindow-height): Fix custom type.
11958
11959 2009-11-19 Kenichi Handa <handa@m17n.org>
11960
11961 * descr-text.el (describe-char-padded-string): Compose with TAB
11962 only if there's a font for CH.
11963 (describe-char): Fix the condition for detecting a trivial composition.
11964
11965 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
11966
11967 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
11968 more accurate version of the regexp. (Bug#3910)
11969
11970 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
11971
11972 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
11973
11974 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
11975
11976 * font-setting.el (font-use-system-font): Declare for byte-compiler.
11977 (font-setting-change-default-font): Fix typo in docstring.
11978
11979 2009-11-18 Alan Mackenzie <acm@muc.de>
11980
11981 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
11982
11983 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
11984
11985 * font-setting.el (font-use-system-font): Move ...
11986
11987 * cus-start.el (all): ... to here.
11988
11989 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
11990
11991 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
11992 Don't set `ad-return-value' if `ad-do-it' doesn't.
11993
11994 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
11995 modification time.
11996
11997 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
11998
11999 * menu-bar.el: Put "Use system font" in Option-menu.
12000 (menu-bar-options-save): Add font-use-system-font.
12001
12002 * loadup.el: If feature system-font-setting or font-render-setting is
12003 there, load font-setting.
12004
12005 * Makefile.in (ELCFILES): Add font-settings.el.
12006 * font-setting.el: New file.
12007
12008 2009-11-17 Glenn Morris <rgm@gnu.org>
12009
12010 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
12011
12012 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
12013 Preserve point in the list buffer. (Bug#4939)
12014 Use point-at-eol.
12015 (newsticker--treeview-list-update-highlight)
12016 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
12017
12018 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
12019
12020 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
12021 Remove.
12022
12023 * calc/calc-ext.el (calc-init-extensions): Remove references to
12024 symclip.
12025
12026 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
12027
12028 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
12029 * calc/calc-help.el (calc-b-prefix-help): Remove references to
12030 `calc-symclip'.
12031
12032 2009-11-16 Kevin Ryde <user42@zip.com.au>
12033
12034 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12035 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
12036
12037 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
12038 (lm-keywords-list): Allow comma-only separator like "foo,bar".
12039 Ignore trailing spaces by omit-nulls to split-string (fixing
12040 regression from Emacs 21 due to the incompatible split-string
12041 change). (Bug #4928.)
12042
12043 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
12044
12045 * vc.el (vc-log-show-limit): Default to 2000.
12046 (vc-print-log-internal): Insert buttons to request more entries
12047 when limiting the output.
12048
12049 * vc-sccs.el (vc-sccs-print-log):
12050 * vc-rcs.el (vc-rcs-print-log):
12051 * vc-cvs.el (vc-cvs-print-log):
12052 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
12053 LIMIT is non-nil.
12054
12055 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
12056
12057 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
12058 error when `tramp-gvfs-dbus-event-vector' is set.
12059 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
12060
12061 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12062
12063 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
12064
12065 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
12066
12067 * net/dbus.el (dbus-unregister-service): New defun.
12068 (dbus-register-property): Register the handlers of
12069 "org.freedesktop.DBus.Properties" for SERVICE.
12070 (dbus-property-handler): Fix docstring.
12071
12072 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12073
12074 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
12075 Quote doc string reference in defvaralias as it is not in special form.
12076 (byte-compile-output-docform): Doc fix.
12077
12078 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
12079
12080 * calc/calc.el (math-2-word-size, math-half-2-word-size)
12081 (calc-complement-signed-mode): New variables.
12082 (calc-set-mode-line): Add indicator for twos-complements.
12083 (math-format-number): Format twos-complement notation.
12084
12085 * calc/calc-bin.el (calc-word-size): Reset the variables
12086 `math-2-word-size' and `math-half-2-word-size'.
12087 (math-format-complement-signed, math-symclip, calcFunc-symclip)
12088 (calc-symclip): New functions.
12089
12090 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
12091
12092 * calc/calc-embed.el (calc-embedded-mode-vars):
12093 Add `calc-complement-signed-mode' to the list of modes.
12094
12095 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
12096 (calc-b-oper-keys): Add `calc-symclip' to list.
12097
12098 * calc/calc-ext.el (math-read-number-fancy): Read complement
12099 signed numbers.
12100 (calc-init-extensions): Add binding for `calc-symclip'.
12101 Add autoload for `calcFunc-symclip' and `calc-symclip'.
12102
12103 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
12104 `calc-symclip'.
12105 (calc-modes-menu): Add item for twos complement mode.
12106
12107 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
12108
12109 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
12110
12111 * register.el (jump-to-register, insert-register): Handle Semantic
12112 tags. From commented-out advice in semantic/senator.el.
12113
12114 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
12115
12116 * vc.el (vc-log-show-limit): New variable.
12117 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
12118 when using a prefix argument.
12119 (vc-print-log-internal): Add new argument LIMIT.
12120
12121 * vc-svn.el (vc-svn-print-log):
12122 * vc-mtn.el (vc-mtn-print-log):
12123 * vc-hg.el (vc-hg-print-log):
12124 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
12125 pass it to the log command when set. Make the BUFFER argument
12126 non-optional.
12127
12128 * vc-sccs.el (vc-sccs-print-log):
12129 * vc-rcs.el (vc-rcs-print-log):
12130 * vc-git.el (vc-git-print-log):
12131 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
12132 ignore it. Make the BUFFER argument non-optional
12133
12134 * bindings.el (mode-line-buffer-identification): Do not purecopy.
12135
12136 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
12137
12138 * dired.el (dired-mode-map): Move encryption items to "Operate"
12139 menu (Bug#4703).
12140
12141 * strokes.el (strokes-update-window-configuration): Make strokes
12142 buffer current before erasing (Bug#4906).
12143
12144 2009-11-15 Juri Linkov <juri@jurta.org>
12145
12146 * simple.el (set-mark-default-inactive): Add :type, :group
12147 and :version. (Bug#4876)
12148
12149 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
12150
12151 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
12152 (archive-unique-fname): ... here. (Bug#4929)
12153
12154 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12155
12156 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
12157 with a real fix.
12158
12159 * novice.el (disabled-command-function): Add useful args.
12160 Setup the help buffer so that [back] works.
12161 Remove redundant call to help-mode.
12162 (disabled-command-function): Use `case'.
12163 (en/disable-command): New function extracted from enable-command.
12164 (enable-command, disable-command): Use it.
12165
12166 2009-11-14 Glenn Morris <rgm@gnu.org>
12167
12168 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
12169 constants. (Bug#4913)
12170
12171 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
12172
12173 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
12174
12175 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
12176 defined in C that have no doc-strings. (Bug#1063)
12177
12178 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
12179
12180 * cus-edit.el (data, files):
12181 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
12182
12183 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
12184
12185 * simple.el (shell-command): Doc fix (Bug#4891).
12186
12187 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
12188
12189 2009-11-14 Glenn Morris <rgm@gnu.org>
12190
12191 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
12192 statements for vc-diff, emerge-quit, and rmail-cease-edit.
12193 If they are already loaded, eval-after-load will do the right thing.
12194
12195 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
12196 compiling.
12197
12198 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
12199
12200 * simple.el (x-selection-owner-p): Declare.
12201 (read-mail-command): Use custom radio type rather than choice.
12202 (completion-no-auto-exit): Doc fix.
12203
12204 * custom.el (defgroup):
12205 * epg-config.el (epg): Doc fixes.
12206
12207 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
12208
12209 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
12210 * international/ccl.el (define-ccl-program): Do not purecopy the
12211 docstring, defconst does it anyway.
12212
12213 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12214
12215 * add-log.el (add-change-log-entry): Avoid displaying the changelog
12216 a second time.
12217
12218 * x-dnd.el (x-dnd-maybe-call-test-function):
12219 * window.el (split-window-vertically):
12220 * whitespace.el (whitespace-help-on):
12221 * vc-rcs.el (vc-rcs-consult-headers):
12222 * userlock.el (ask-user-about-lock-help)
12223 (ask-user-about-supersession-help):
12224 * type-break.el (type-break-force-mode-line-update):
12225 * time-stamp.el (time-stamp-conv-warn):
12226 * terminal.el (te-set-output-log, te-more-break, te-filter)
12227 (te-sentinel, terminal-emulator):
12228 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
12229 (term-write-input-ring, term-check-source, term-start-output-log):
12230 (term-display-buffer-line, term-dynamic-list-completions):
12231 (term-ansi-make-term, serial-term):
12232 * subr.el (selective-display):
12233 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12234 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
12235 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
12236 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
12237 (speedbar-remove-localized-speedbar-support)
12238 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
12239 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
12240 (speedbar-buffers-line-directory):
12241 * simple.el (shell-command-on-region, append-to-buffer)
12242 (prepend-to-buffer):
12243 * shadowfile.el (shadow-save-todo-file):
12244 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
12245 (scroll-bar-maybe-set-window-start):
12246 * sb-image.el (speedbar-image-dump):
12247 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
12248 (load-save-place-alist-from-file):
12249 * ps-samp.el (ps-print-message-from-summary):
12250 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
12251 (ps-background-image, ps-begin-job, ps-do-despool):
12252 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
12253 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
12254 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
12255 (pr-call-process, pr-file-list, pr-interface-save):
12256 * novice.el (disabled-command-function)
12257 (enable-command, disable-command):
12258 * mouse.el (mouse-buffer-menu-alist):
12259 * mouse-copy.el (mouse-kill-preserving-secondary):
12260 * macros.el (kbd-macro-query):
12261 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
12262 * informat.el (batch-info-validate):
12263 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
12264 * hippie-exp.el (try-expand-dabbrev-visible):
12265 * help-mode.el (help-make-xrefs):
12266 * help-fns.el (describe-variable):
12267 * generic-x.el (bat-generic-mode-run-as-comint):
12268 * finder.el (finder-mouse-select):
12269 * find-dired.el (find-dired-sentinel):
12270 * filesets.el (filesets-file-close):
12271 * files.el (list-directory):
12272 * faces.el (list-faces-display, describe-face):
12273 * facemenu.el (list-colors-display):
12274 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
12275 * epg.el (epg--process-filter, epg-cancel):
12276 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
12277 (epa--read-signature-type):
12278 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
12279 (emerge-file-names):
12280 * ehelp.el (electric-helpify):
12281 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
12282 * ediff-vers.el (rcs-ediff-view-revision):
12283 * ediff-util.el (ediff-setup):
12284 * ediff-mult.el (ediff-append-custom-diff):
12285 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
12286 (ediff-wordify):
12287 * echistory.el (Electric-command-history-redo-expression):
12288 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
12289 * disp-table.el (describe-display-table):
12290 * dired.el (dired-find-buffer-nocreate):
12291 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
12292 * dabbrev.el (dabbrev--same-major-mode-p):
12293 * chistory.el (list-command-history):
12294 * apropos.el (apropos-documentation):
12295 * allout.el (allout-obtain-passphrase):
12296 (allout-copy-exposed-to-buffer):
12297 (allout-verify-passphrase): Use with-current-buffer.
12298
12299 2009-11-13 Glenn Morris <rgm@gnu.org>
12300
12301 * Makefile.in (ELCFILES): Regenerate.
12302
12303 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
12304
12305 * net/dbus.el (dbus-registered-objects-table): Rename from
12306 `dbus-registered-functions-table', because it contains also properties.
12307 (dbus-unregister-object): Unregister also properties.
12308 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
12309 Use a timeout of 500 msec, in order to not block.
12310 (dbus-register-property, dbus-property-handler): New defuns.
12311
12312 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12313
12314 * simple.el (minibuffer-default-add-completions): Drop deprecated
12315 4th arg.
12316
12317 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
12318
12319 * textmodes/artist.el (artist-mouse-choose-operation):
12320 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
12321 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
12322 (artist-compute-up-event-key): New function.
12323 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
12324
12325 2009-11-13 Kenichi Handa <handa@m17n.org>
12326
12327 * language/japan-util.el: Make sure that the value of jisx0208
12328 property is jisx0208 character.
12329
12330 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
12331
12332 * international/mule.el (auto-coding-regexp-alist): Only purecopy
12333 car or each item, not the whole list.
12334
12335 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
12336
12337 * minibuffer.el (minibuffer-completion-help):
12338 Use minibuffer-hide-completions.
12339
12340 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
12341
12342 * dired.el (dired-save-positions, dired-restore-positions): New funs.
12343 (dired-revert): Use them (bug#4880).
12344
12345 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
12346
12347 * tooltip.el (tooltip-frame-parameters): Undo previous change.
12348
12349 2009-11-12 Juri Linkov <juri@jurta.org>
12350
12351 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
12352 New functions.
12353 (find-file-literally-at-point): Alias of `ffap-literally'.
12354
12355 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
12356
12357 * textmodes/ispell.el (ispell-skip-region-alist):
12358 * textmodes/css-mode.el (auto-mode-alist):
12359 * progmodes/compile.el (auto-mode-alist):
12360 * international/mule.el (ctext-non-standard-encodings-alist)
12361 (ctext-non-standard-encodings-regexp):
12362 * simple.el (shell-command-switch, text-read-only):
12363 * replace.el (occur-mode-map):
12364 * paths.el (rmail-file-name):
12365 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
12366 * find-file.el (ff-special-constructs):
12367 * files.el (file-name-handler-alist):
12368 * composite.el: Purecopy strings.
12369
12370 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
12371
12372 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
12373
12374 * widget.el (define-widget): Purecopy the docstring.
12375 * international/mule-cmds.el (charset): Do not purecopy the
12376 docstring here, define-widget does it.
12377
12378 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12379 * textmodes/bibtex-style.el (auto-mode-alist):
12380 * progmodes/inf-lisp.el (inferior-lisp-prompt):
12381 * progmodes/compile.el (compile-command):
12382 * language/korea-util.el (default-korean-keyboard):
12383 * international/mule-conf.el (file-coding-system-alist):
12384 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
12385 * tooltip.el (tooltip-frame-parameters):
12386 * newcomment.el (comment-end, comment-padding):
12387 * dired.el (dired-trivial-filenames):
12388 * comint.el (comint-file-name-prefix): Purecopy initial values.
12389
12390 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
12391
12392 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
12393 (tramp-advice-minibuffer-electric-tilde): Unload advices via
12394 `tramp-unload'.
12395 (tramp-advice-make-auto-save-file-name)
12396 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
12397 after removing the advice.
12398
12399 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
12400
12401 * progmodes/grep.el (grep-regexp-alist):
12402 * international/mule-cmds.el (iso-2022-control-alist):
12403 * emacs-lisp/timer.el (timer-duration-words):
12404 * subr.el (version-separator, version-regexp-alist):
12405 * minibuffer.el (completion-styles-alist):
12406 * faces.el (face-attribute-name-alist, list-faces-sample-text):
12407 Change defvars to defconsts.
12408
12409 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
12410 * loadup.el ("international/mule-conf"): Load the byte compiled version.
12411 * international/mule-conf.el: Allow to be byte compiled.
12412
12413 * international/mule.el (define-charset): Purecopy props.
12414 (load-with-code-conversion): Purecopy doc string and file name.
12415 (put-charset-property): Purecopy strings.
12416 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
12417
12418 * international/mule-cmds.el (register-input-method): Purecopy arguments.
12419 (define-char-code-property): Correctly purecopy the table.
12420
12421 * international/ccl.el (define-ccl-program): Purecopy the docstring.
12422
12423 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
12424
12425 * subr.el (add-hook): Purecopy strings.
12426 (eval-after-load): Purecopy load-history-regexp and the form.
12427
12428 * custom.el (custom-declare-group): Purecopy load-file-name.
12429
12430 * subr.el (menu-bar-separator): New defconst.
12431 * net/eudc.el (eudc-tools-menu):
12432 * international/mule-cmds.el (set-coding-system-map)
12433 (mule-menu-keymap):
12434 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12435 * vc-hooks.el (vc-menu-map):
12436 * replace.el (occur-mode-map):
12437 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
12438 (menu-bar-edit-menu, menu-bar-goto-menu)
12439 (menu-bar-custom-menu, menu-bar-showhide-menu)
12440 (menu-bar-options-menu, menu-bar-tools-menu)
12441 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
12442 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
12443 (menu-bar-help-menu):
12444 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
12445 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
12446
12447 * term/x-win.el (x-gtk-stock-map):
12448 * progmodes/vera-mode.el (auto-mode-alist):
12449 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
12450 (inferior-lisp-program, inferior-lisp-load-command):
12451 * progmodes/hideshow.el (hs-special-modes-alist):
12452 * progmodes/gud.el (same-window-regexps):
12453 * progmodes/grep.el (grep-program, find-program, xargs-program):
12454 * net/telnet.el (same-window-regexps):
12455 * net/rlogin.el (same-window-regexps):
12456 * language/ethiopic.el (font-ccl-encoder-alist):
12457 * vc-sccs.el (vc-sccs-master-templates):
12458 * vc-rcs.el (vc-rcs-master-templates):
12459 * subr.el (cl-assertion-failed):
12460 * simple.el (next-error-overlay-arrow-position):
12461 * lpr.el (lpr-command):
12462 * locate.el (locate-ls-subdir-switches):
12463 * info.el (same-window-regexps, info)
12464 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12465 * image-mode.el (image-mode, auto-mode-alist):
12466 * hippie-exp.el (hippie-expand-ignore-buffers):
12467 * format.el (format-alist):
12468 * find-dired.el (find-ls-subdir-switches, find-grep-options)
12469 (find-name-arg):
12470 * facemenu.el (facemenu-keybindings):
12471 * dired.el (dired-listing-switches, dired-chown-program):
12472 * diff.el (diff-switches, diff-command):
12473 * cus-edit.el (same-window-regexps):
12474 * bindings.el (mode-line-mule-info)
12475 (mode-line-buffer-identification): Purecopy strings.
12476
12477 2009-11-11 Juri Linkov <juri@jurta.org>
12478
12479 * simple.el (dired-get-filename) <declare-function>:
12480 Tell the byte-compiler about dired-get-filename.
12481 (shell-command): In Dired mode, get filename from the current line
12482 as the default value.
12483
12484 2009-11-10 Glenn Morris <rgm@gnu.org>
12485
12486 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
12487 * calendar/holidays.el, progmodes/cperl-mode.el:
12488 Update x-popup-menu declarations.
12489
12490 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
12491 (list-load-path-shadows): Use dolist.
12492 (list-load-path-shadows): Use with-current-buffer.
12493
12494 2009-11-10 Juri Linkov <juri@jurta.org>
12495
12496 * minibuffer.el (read-file-name): Support a list of default values
12497 in `default-filename'. Use the first file name where only one
12498 element is required. Doc fix.
12499
12500 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
12501
12502 * net/dbus.el (dbus-unregister-object): Release service, if no
12503 other method is registered for it.
12504
12505 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
12506
12507 * bookmark.el (bookmark-completing-read): Sort bookmark names if
12508 bookmark-sort-flag is non-nil (Bug#4653).
12509
12510 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
12511
12512 * emulation/cua-base.el: Add CUA property to some CC mode commands
12513 (Bug#4100).
12514
12515 2009-11-08 Kevin Ryde <user42@zip.com.au>
12516
12517 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
12518 at end of sentence (Bug#4818).
12519
12520 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
12521
12522 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12523 Handle "see declaration of" MSFT statements (Bug#4100).
12524
12525 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
12526
12527 * net/tramp.el (tramp-advice-make-auto-save-file-name)
12528 (tramp-advice-file-expand-wildcards): Unload via
12529 `ad-remove-advice'.
12530
12531 * net/trampver.el: Update release number.
12532
12533 2009-11-08 Kevin Ryde <user42@zip.com.au>
12534
12535 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
12536 `ad-do-it'.
12537
12538 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
12539
12540 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
12541 in order to keep context in SELinux.
12542
12543 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
12544
12545 * dired-aux.el (dired-query): Place cursor in echo area and allow
12546 C-g.
12547
12548 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
12549 menu item if not on a directory (Bug#4701).
12550
12551 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
12552
12553 Sync with Tramp 2.1.17.
12554
12555 * net/tramp.el (tramp-handle-copy-directory): Don't use
12556 `file-remote-p' (due to compatibility).
12557
12558 * net/tramp-compat.el (tramp-compat-copy-directory)
12559 (tramp-compat-delete-directory): New defuns.
12560
12561 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12562 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
12563 `tramp-compat-delete-directory'.
12564
12565 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
12566 (tramp-smb-handle-delete-directory): Use
12567 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
12568
12569 * net/trampver.el: Update release number.
12570
12571 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
12572
12573 * tar-mode.el (tar-copy): Call write-region on the right buffer
12574 (Bug#4857).
12575
12576 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
12577 by hand, if necessary (Bug#4878).
12578
12579 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
12580
12581 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
12582 align size column (Bug#4839).
12583
12584 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
12585 statement.
12586
12587 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
12588
12589 * progmodes/ld-script.el (auto-mode-alist):
12590 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
12591
12592 * cus-face.el (custom-declare-face): Purecopy face spec.
12593
12594 2009-11-06 Kenichi Handa <handa@m17n.org>
12595
12596 * international/uni-bidi.el: Re-generated.
12597 * international/uni-category.el: Re-generated.
12598 * international/uni-combining.el: Re-generated.
12599 * international/uni-mirrored.el: Re-generated.
12600
12601 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
12602
12603 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
12604 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
12605 (tex-start-options, slitex-run-command, latex-run-command)
12606 (tex-run-command, tex-directory):
12607 * textmodes/ispell.el (ispell-html-skip-alists)
12608 (ispell-tex-skip-alists, ispell-tex-skip-alists):
12609 * textmodes/fill.el (adaptive-fill-first-line-regexp):
12610 (adaptive-fill-regexp):
12611 * textmodes/dns-mode.el (auto-mode-alist):
12612 * progmodes/python.el (interpreter-mode-alist):
12613 * progmodes/etags.el (tags-compression-info-list):
12614 * progmodes/etags.el (tags-file-name):
12615 * net/browse-url.el (browse-url-galeon-program)
12616 (browse-url-firefox-program):
12617 * mail/sendmail.el (mail-signature-file)
12618 (mail-citation-prefix-regexp):
12619 * international/mule-conf.el (eight-bit):
12620 * international/latexenc.el (latex-inputenc-coding-alist):
12621 * international/fontset.el (x-pixel-size-width-font-regexp):
12622 * emacs-lisp/warnings.el (warning-type-format):
12623 * emacs-lisp/trace.el (trace-buffer):
12624 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
12625 (emacs-lisp-mode-map):
12626 * calendar/holidays.el (holiday-solar-holidays)
12627 (holiday-bahai-holidays, holiday-islamic-holidays)
12628 (holiday-christian-holidays, holiday-hebrew-holidays)
12629 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
12630 (hebrew-holidays-1, holiday-oriental-holidays)
12631 (holiday-general-holidays):
12632 * x-dnd.el (x-dnd-known-types):
12633 * tool-bar.el (tool-bar):
12634 * startup.el (site-run-file):
12635 * shell.el (shell-dumb-shell-regexp):
12636 * rfn-eshadow.el (file-name-shadow-tty-properties)
12637 (file-name-shadow-properties):
12638 * paths.el (remote-shell-program, news-directory):
12639 * mouse.el ([C-down-mouse-3]):
12640 * menu-bar.el (menu-bar-tools-menu):
12641 * jka-cmpr-hook.el (jka-compr-load-suffixes)
12642 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
12643 (jka-compr-compression-info-list):
12644 * isearch.el (search-whitespace-regexp):
12645 * image-file.el (image-file-name-extensions):
12646 * find-dired.el (find-ls-option):
12647 * files.el (directory-listing-before-filename-regexp)
12648 (directory-free-space-args, insert-directory-program)
12649 (list-directory-brief-switches, magic-fallback-mode-alist)
12650 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
12651 (automount-dir-prefix):
12652 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
12653 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
12654 (face-font-registry-alternatives, face-font-registry-alternatives)
12655 (face-font-family-alternatives):
12656 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
12657 (facemenu-foreground-menu, facemenu-face-menu):
12658 * epa-hook.el (epa-file-name-regexp):
12659 * dnd.el (dnd-protocol-alist):
12660 * textmodes/rst.el (auto-mode-alist):
12661 * button.el (default-button): Purecopy strings.
12662
12663 2009-11-06 Glenn Morris <rgm@gnu.org>
12664
12665 * Makefile.in (ELCFILES): Update.
12666
12667 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
12668
12669 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
12670 * emacs-lisp/levents.el: Move to obsolete/levents.el.
12671
12672 * nxml/xsd-regexp.el (xsdre-gen-categories):
12673 * nxml/xmltok.el (xmltok-parse-entity):
12674 * nxml/rng-parse.el (rng-parse-validate-file):
12675 * nxml/rng-maint.el (rng-format-manual)
12676 (rng-manual-output-force-new-line):
12677 * nxml/rng-loc.el (rng-save-schema-location-1):
12678 * nxml/rng-cmpct.el (rng-c-parse-file):
12679 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
12680 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
12681
12682 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
12683
12684 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
12685 Remove extra save-excursions and make-variable-buffer-local's.
12686 Suggested by Stefan Monnier.
12687
12688 (verilog-getopt-file, verilog-module-inside-filename-p)
12689 (verilog-set-define): Merge GNU 1.35 and repair changes from
12690 switching to using with-current-buffer.
12691
12692 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
12693 being treated as a number and confusing AUTORESET.
12694 Reported by Dan Dever.
12695
12696 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
12697 Add verilog-auto-ignore-concat to fix backward compatibility with
12698 older verilog-modes. Reported by Dan Katz.
12699
12700 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
12701 containing closing anchors "...$".
12702
12703 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
12704 Reported by Wade Smith.
12705
12706 (verilog-batch-execute-func): Comment on function usage.
12707
12708 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
12709
12710 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
12711 for labels.
12712
12713 (verilog-label-re, verilog-calc-1): Support proper indent of named
12714 asserts.
12715
12716 (verilog-backward-token, verilog-basic-complete-re)
12717 (verilog-beg-of-statement, verilog-indent-re): Support proper
12718 indent of the assert statement at the beginning of a block of text.
12719
12720 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
12721 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
12722 tokens as begins.
12723
12724 2009-11-05 Glenn Morris <rgm@gnu.org>
12725
12726 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
12727 Emacs 19. (Bug#1531)
12728 (byte-compile-fix-header): Update for the above change.
12729 Drop test for epoch::version.
12730
12731 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
12732 * cus-dep.el (custom-make-dependencies):
12733 * finder.el (finder-compile-keywords):
12734 Use autoload-rubric's feature argument.
12735
12736 * calendar/diary-lib.el (top-level): Make load behave more like require.
12737
12738 * vc-git.el (vc-git-stash-map): Move definition before use.
12739
12740 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
12741
12742 * custom.el (custom-declare-group): Purecopy standard-value.
12743 (custom-declare-group): Purecopy custom-prefix.
12744
12745 * international/mule.el (load-with-code-conversion):
12746 Call do-after-load-evaluation unconditionally.
12747
12748 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
12749
12750 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
12751
12752 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
12753
12754 2009-11-04 Glenn Morris <rgm@gnu.org>
12755
12756 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
12757 (byte-compile-compatibility): Remove option.
12758 (byte-compile-close-variables, byte-compile-fix-header)
12759 (byte-compile-insert-header, byte-compile-output-docform)
12760 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
12761 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
12762 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
12763 (byte-compile-insert, byte-compile-defun):
12764 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
12765 (byte-defop-compiler19): Remove.
12766 Without byte-compile-compatibility, the 'emacs19-opcode property is not
12767 used by anything. Replace all calls with byte-defop-compiler.
12768
12769 2009-11-04 Juri Linkov <juri@jurta.org>
12770
12771 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
12772 (menu-bar-options-menu): Don't quote the `prop' arg of
12773 `menu-bar-make-mm-toggle'.
12774
12775 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
12776
12777 * calendar/calendar.el (cal-loaddefs):
12778 * calendar/diary-lib.el (diary-loaddefs):
12779 * calendar/holidays.el (hol-loaddefs):
12780 * eshell/esh-module.el (esh-groups): Load rather than require.
12781
12782 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
12783
12784 * calendar/todo-mode.el (todo-add-category): Don't hardcode
12785 point-min==1.
12786 (todo-top-priorities): Only display-buffer when called interactively.
12787 (todo-item-start): Don't save excursion point.
12788 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
12789 (todo-insert-item-here, todo-file-item, todo-remove-item):
12790 Adjust uses of todo-item-start and todo-item-end.
12791
12792 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
12793 (autoload-rubric): Don't use any more.
12794
12795 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
12796 and only put a prop if it is non-nil.
12797
12798 2009-11-03 Juri Linkov <juri@jurta.org>
12799
12800 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
12801 (menu-bar-options-menu): Fix list quoting (Bug#4429).
12802
12803 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
12804 and "Menu" to make top-level menu item visually one unit (like
12805 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
12806 multi-word menu items). Fix :help string for quit-window.
12807
12808 2009-11-03 Glenn Morris <rgm@gnu.org>
12809
12810 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
12811 (byte-compile-file-form-define-abbrev-table)
12812 (byte-compile-file-form-custom-declare-variable)
12813 (byte-compile-variable-ref, byte-compile-defvar):
12814 Whether or not a warning is enabled should only affect whether we issue
12815 the warning, not whether or not we collect the relevant data.
12816 Eg warnings can be turned on and off throughout the course of a file.
12817
12818 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
12819 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
12820
12821 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
12822
12823 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
12824 * play/mpuz.el (mpuz-create-buffer):
12825 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
12826 (lm-print-y,s,noise, lm-print-w0, lm-init):
12827 * play/gomoku.el (gomoku-prompt-for-move):
12828 * play/fortune.el (fortune-in-buffer):
12829 * play/dissociate.el (dissociated-press):
12830 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
12831 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
12832 * mail/supercite.el (sc-eref-show):
12833 * mail/smtpmail.el (smtpmail-send-it):
12834 * mail/rmailsum.el (rmail-summary-next-labeled-message)
12835 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
12836 (rmail-summary-undelete-many, rmail-summary-rmail-update)
12837 (rmail-summary-goto-msg, rmail-summary-expunge)
12838 (rmail-summary-get-new-mail, rmail-summary-search-backward)
12839 (rmail-summary-add-label, rmail-summary-output-menu)
12840 (rmail-summary-output-body):
12841 * mail/rfc822.el (rfc822-addresses):
12842 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
12843 * mail/mailpost.el (post-mail-send-it):
12844 * mail/hashcash.el (hashcash-generate-payment):
12845 * mail/feedmail.el (feedmail-run-the-queue)
12846 (feedmail-queue-send-edit-prompt-help-first)
12847 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
12848 (feedmail-deduce-address-list):
12849 * eshell/esh-ext.el (eshell-remote-command):
12850 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
12851 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
12852 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
12853 (viper-save-string-in-file, viper-valid-marker):
12854 * emulation/viper-keym.el (viper-toggle-key):
12855 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
12856 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
12857 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
12858 * emulation/viper-cmd.el (viper-exec-form-in-vi)
12859 (viper-exec-form-in-emacs, viper-brac-function):
12860 * emulation/viper.el (viper-delocalize-var):
12861 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
12862 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
12863 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
12864 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
12865 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
12866 * emulation/edt.el (edt-electric-helpify):
12867 * emulation/cua-rect.el (cua--rectangle-aux-replace):
12868 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
12869 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
12870 (cua-indent-to-global-mark-column):
12871 * calendar/diary-lib.el (calendar-mark-1):
12872 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
12873 Use with-current-buffer.
12874 * emulation/viper.el (viper-delocalize-var): Use dolist.
12875
12876 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
12877
12878 * comint.el (comint-replace-by-expanded-history-before-point):
12879 Replace !! with the previous input string literally (Bug#1795).
12880
12881 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
12882
12883 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
12884 to be made up of whitespace.
12885
12886 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
12887
12888 * minibuffer.el (read-file-name): Don't use file dialogs for
12889 remote directories (Bug#99).
12890
12891 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
12892
12893 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
12894
12895 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
12896
12897 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
12898 instead of deleting the window or frame.
12899
12900 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
12901
12902 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
12903 Support face colors.
12904
12905 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
12906 New function. Support face colors (Bug#1168).
12907 (tex-common-initialization): Use it.
12908
12909 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
12910 mode allows it (Bug#1168).
12911
12912 2009-10-31 Juri Linkov <juri@jurta.org>
12913
12914 * facemenu.el (list-colors-display): Don't mark buffer as
12915 modified (Bug#3948).
12916
12917 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
12918
12919 * international/mule-diag.el (list-character-sets-1): Minor
12920 message fix (Bug#3526).
12921
12922 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
12923 face property (Bug#4834).
12924 (etags-list-tags, etags-tags-apropos-additional)
12925 (etags-tags-apropos, tags-select-tags-table): Add follow-link
12926 property.
12927
12928 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
12929 items.
12930
12931 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12932
12933 * textmodes/two-column.el (2C-split):
12934 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
12935 * textmodes/tex-mode.el (tex-set-buffer-directory):
12936 * textmodes/spell.el (spell-region, spell-string):
12937 * textmodes/reftex.el (reftex-erase-buffer):
12938 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
12939 * textmodes/reftex-toc.el (reftex-toc-promote-action):
12940 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
12941 (reftex-select-item):
12942 * textmodes/reftex-ref.el (reftex-label-info-update)
12943 (reftex-offer-label-menu):
12944 * textmodes/reftex-index.el (reftex-index-change-entry)
12945 (reftex-index-phrases-info):
12946 * textmodes/reftex-global.el (reftex-create-tags-file)
12947 (reftex-save-all-document-buffers, reftex-ensure-write-access):
12948 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
12949 (reftex-view-crossref-from-bibtex):
12950 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
12951 (reftex-extract-bib-entries-from-thebibliography)
12952 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
12953 * textmodes/refbib.el (r2b-capitalize-title):
12954 (r2b-convert-buffer, r2b-help):
12955 * textmodes/page-ext.el (pages-directory)
12956 (pages-directory-goto-with-mouse):
12957 * textmodes/bibtex.el (bibtex-validate-globally):
12958 * textmodes/bib-mode.el (bib-capitalize-title):
12959 * textmodes/artist.el (artist-clear-buffer, artist-system):
12960 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
12961 (local-set-scheme-interaction-buffer, xscheme-process-filter)
12962 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
12963 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
12964 (xscheme-send-control-g-interrupt, xscheme-start-process)
12965 (xscheme-process-sentinel, xscheme-cd):
12966 * progmodes/verilog-mode.el (verilog-read-always-signals)
12967 (verilog-set-define, verilog-getopt-file)
12968 (verilog-module-inside-filename-p):
12969 * progmodes/sh-script.el:
12970 * progmodes/python.el (python-pdbtrack-get-source-buffer)
12971 (python-pdbtrack-grub-for-buffer, python-execute-file):
12972 * progmodes/octave-inf.el (inferior-octave):
12973 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12974 (idlwave-shell-compile-helper-routines, idlwave-set-local)
12975 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
12976 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
12977 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
12978 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
12979 (idlwave-shell-filter, idlwave-shell-examine-highlight)
12980 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
12981 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
12982 (idlwave-shell-examine-display, idlwave-shell-run-region)
12983 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
12984 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
12985 * progmodes/idlw-help.el (idlwave-help-get-special-help)
12986 (idlwave-help-get-help-buffer):
12987 * progmodes/gud.el (gud-basic-call, gud-find-class)
12988 (gud-tooltip-activate-mouse-motions-if-enabled):
12989 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
12990 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
12991 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
12992 (ebrowse-tags-next-file):
12993 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
12994 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
12995 (ebnf-eps-finish-and-write):
12996 * progmodes/cpp.el (cpp-edit-save):
12997 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
12998 * progmodes/cc-defs.el (c-emacs-features):
12999 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
13000 (antlr-directory-dependencies):
13001 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
13002 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
13003 (ada-find-any-references, ada-make-filename-from-adaname)
13004 (ada-make-body-gnatstub):
13005 * obsolete/rnews.el (news-list-news-groups):
13006 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
13007 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
13008 * net/rcirc.el (rcirc-debug):
13009 * net/newst-treeview.el (newsticker--treeview-list-add-item)
13010 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
13011 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
13012 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
13013 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
13014 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
13015 (newsticker--treeview-list-clear-highlight)
13016 (newsticker--treeview-list-update-highlight)
13017 (newsticker--treeview-list-highlight-start)
13018 (newsticker--treeview-tree-update-highlight)
13019 (newsticker--treeview-get-selected-item)
13020 (newsticker-treeview-mark-list-items-old)
13021 (newsticker--treeview-set-current-node):
13022 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
13023 * net/newst-backend.el (newsticker--get-news-by-funcall)
13024 (newsticker--get-news-by-wget, newsticker--image-get)
13025 (newsticker--image-sentinel):
13026 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
13027 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
13028 (eudc-ph-close-session):
13029 * net/eudc.el (eudc-save-options):
13030 * language/thai-word.el (thai-update-word-table):
13031 * language/japan-util.el (japanese-string-conversion):
13032 * international/titdic-cnv.el (tsang-quick-converter)
13033 (ziranma-converter, ctlau-converter):
13034 * international/mule-cmds.el (describe-language-environment):
13035 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
13036 (skkdic-convert-postfix, skkdic-convert-prefix):
13037 (skkdic-convert-okuri-nasi, skkdic-convert):
13038 * emacs-lisp/re-builder.el (reb-update-overlays):
13039 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
13040 * emacs-lisp/gulp.el (gulp-send-requests):
13041 * emacs-lisp/find-gc.el (trace-call-tree):
13042 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
13043 (eieio-describe-generic):
13044 * emacs-lisp/eieio-base.el (eieio-persistent-read):
13045 * emacs-lisp/edebug.el (edebug-outside-excursion):
13046 * emacs-lisp/debug.el (debugger-make-xrefs):
13047 * emacs-lisp/cust-print.el (custom-prin1-to-string):
13048 * emacs-lisp/chart.el (chart-new-buffer):
13049 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
13050 Use with-current-buffer.
13051 * textmodes/artist.el (artist-system): Don't call
13052 copy-sequence on a fresh string.
13053 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
13054
13055 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
13056
13057 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
13058 is no item to edit. (Bug#4820)
13059 (todo-top-priorities): Restore point and restore narrowing in Todo
13060 buffer. (Bug#4820)
13061
13062 2009-10-31 Glenn Morris <rgm@gnu.org>
13063
13064 * net/ange-ftp.el (top-level): Don't require dired when compiling.
13065 (comint-last-output-start, comint-last-input-start)
13066 (comint-last-input-end): Don't defvar when compiling.
13067 (ange-ftp-process-file): Use bound-and-true-p.
13068
13069 * pcmpl-rpm.el (top-level): Move provide statement to end.
13070 (pcmpl-rpm): Remove unused custom group.
13071
13072 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
13073
13074 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
13075
13076 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13077 (byte-compile-warnings): Add `constants' as an option.
13078 (byte-compile-callargs-warn, byte-compile-arglist-warn)
13079 (display-call-tree): Update for byte-compile-fdefinition possibly
13080 returning `(macro lambda ...)'. (Bug#4778)
13081 (byte-compile-variable-ref, byte-compile-setq-default):
13082 Respect `constants' member of byte-compile-warnings.
13083
13084 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13085
13086 * vc-bzr.el (vc-bzr-revision-keywords): New var.
13087 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
13088 to "submit:".
13089
13090 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
13091
13092 * textmodes/ispell.el (ispell-skip-region-alist):
13093 * international/mule-conf.el (eight-bit):
13094 * international/fontset.el (font-encoding-alist):
13095 * startup.el (pure-space-overflow-message):
13096 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
13097 * paths.el (gnus-nntp-service, rmail-spool-directory)
13098 (term-file-prefix):
13099 * files.el (save-some-buffers-action-alist):
13100 * cmuscheme.el (same-window-buffer-names):
13101 * ielm.el (same-window-buffer-names):
13102 * shell.el (same-window-buffer-names):
13103 * mail/sendmail.el (same-window-buffer-names):
13104 * progmodes/inf-lisp.el (same-window-buffer-names):
13105 * bindings.el (mode-line-client)
13106 (mode-line-column-line-number-mode-map):
13107 * language/tibetan.el (tibetan-precomposition-rule-regexp)
13108 (tibetan-precomposed-regexp): Purecopy string arguments.
13109
13110 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13111
13112 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
13113 (calcDigit-nondigit):
13114 * calc/calc-yank.el (calc-copy-to-buffer):
13115 * calc/calc-units.el (calc-invalidate-units-table):
13116 * calc/calc-trail.el (calc-trail-yank):
13117 * calc/calc-store.el (calc-insert-variables):
13118 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13119 * calc/calc-prog.el (calc-read-parse-table):
13120 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
13121 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
13122 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
13123 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
13124 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
13125 (calc-graph-name, calc-graph-find-command, calc-graph-view)
13126 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
13127 * calc/calc-ext.el (calc-realign):
13128 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
13129 (calc-embedded-finish-edit, calc-embedded-make-info)
13130 (calc-embedded-finish-command, calc-embedded-stack-change):
13131 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
13132
13133 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
13134 shell-dynamic-complete-filename in preference to
13135 comint-dynamic-complete-filename.
13136
13137 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13138 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13139 Don't consider whether the display supports colors.
13140 (bookmark-import-new-list): Use dolist.
13141 (bookmark-bmenu-mode-map): Move initialization into declaration.
13142 (bookmark-bmenu-list): Use dolist, simplify.
13143 (bookmark-show-all-annotations): Use save-selected-window and dolist.
13144 (menu-bar-final-items): Use push.
13145
13146 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
13147
13148 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
13149 it works on remote files.
13150 (vc-hg-diff): Don't pass any `--cwd' argument.
13151
13152 2009-10-27 Kevin Ryde <user42@zip.com.au>
13153
13154 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
13155 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
13156 (Further to Bug#3921).
13157
13158 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
13159
13160 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
13161 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
13162 calling `tramp-imap-put-file'. Add file size to the call.
13163 (tramp-imap-get-file-entries): Compute also user name, file size,
13164 and date.
13165 (tramp-imap-handle-insert-directory): Insert uid and gid.
13166 (tramp-imap-handle-file-attributes): Transform uid and gid
13167 according to `id-format'.
13168 (tramp-imap-put-file): New optional parameter SIZE. Encode file
13169 size in header X-Size.
13170
13171 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
13172
13173 * simple.el (transpose-subr): Give clearer error when the mark
13174 is not set. (Bug#4807)
13175
13176 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
13177
13178 * net/tramp.el (tramp-perl-file-truename): New defconst.
13179 Perl code contributed by yary <not.com@gmail.com> (tiny change).
13180 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
13181 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
13182 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
13183
13184 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
13185 Ignore `dired-call-process'.
13186 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
13187
13188 2009-10-26 Julian Scheid <julians37@gmail.com>
13189
13190 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
13191 (tramp-get-remote-readlink): New defun.
13192 (tramp-handle-file-truename): Use it.
13193 (tramp-handle-file-exists-p): Check file-attributes cache, assume
13194 file exists if cache value present.
13195 (tramp-check-cached-permissions): New defun.
13196 (tramp-handle-file-readable-p): Use it.
13197 (tramp-handle-file-writable-p): Likewise.
13198 (tramp-handle-file-executable-p): Likewise.
13199 (tramp-handle-file-name-all-completions): Try using Perl to get
13200 partial completions. When perl not available, combine `cd' and
13201 `ls' into single remote operation and use shell expansion to get
13202 partial remote directory contents. Set `file-exists-p' cache for
13203 directory and any files returned by ls. Change cache handling to
13204 support partial directory contents. Use error message emitted by
13205 remote `cd' or Perl code for local tramp-error.
13206 (tramp-do-copy-or-rename-file-directly): Avoid separate
13207 tramp-send-command-and-check call.
13208 (tramp-handle-process-file): Merge three remote ops into one.
13209 Do not flush all caches when `process-file-side-effects' is set.
13210 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
13211 file-attributes shows uid/gid to be set already.
13212
13213 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
13214
13215 * textmodes/tex-mode.el (tex-dvi-view-command)
13216 (tex-show-queue-command, tex-open-quote):
13217 * progmodes/ruby-mode.el (auto-mode-alist)
13218 (interpreter-mode-alist): Purecopy strings.
13219
13220 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
13221
13222 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
13223 string for the hook, keymap and abbrev table.
13224
13225 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
13226
13227 * x-dnd.el (x-dnd-xdnd-to-action):
13228 * startup.el (fancy-startup-text, fancy-about-text): Change to
13229 defconst from defvar.
13230
13231 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
13232
13233 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
13234 Purecopy initialization strings.
13235
13236 * mail/sendmail.el (mail-header-separator)
13237 (mail-personal-alias-file):
13238 * mail/rmail.el (rmail-default-dont-reply-to-names)
13239 (rmail-ignored-headers, rmail-retry-ignored-headers)
13240 (rmail-highlighted-headers, rmail-secondary-file-directory)
13241 (rmail-secondary-file-regexp):
13242 * files.el (null-device, file-name-invalid-regexp)
13243 (locate-dominating-stop-dir-regexp)
13244 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
13245 (interpreter-mode-alist): Use mapcar instead of mapc.
13246
13247 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
13248
13249 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
13250 (completion-ignored-extensions):
13251 (debug-ignored-errors): Purecopy strings.
13252
13253 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13254
13255 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
13256 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
13257 (pcomplete--here): Use push.
13258
13259 * subr.el (all-completions): Declare the 4th arg obsolete.
13260
13261 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13262
13263 * pcomplete.el (pcomplete-unquote-argument-function): New var.
13264 (pcomplete-unquote-argument): New function.
13265 (pcomplete--common-suffix): Always pay attention to case.
13266 (pcomplete--table-subvert): Quote and unquote the text.
13267 (pcomplete--common-quoted-suffix): New function.
13268 (pcomplete-std-complete): Use it and pcomplete-begin.
13269
13270 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
13271 we're inside a dedicated or minibuffer window.
13272
13273 2009-10-24 Karl Fogel <kfogel@red-bean.com>
13274
13275 * bookmark.el: Update documentation, especially documentation
13276 of `bookmark-alist' and of the bookmark file format.
13277 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
13278
13279 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
13280
13281 * mail/emacsbug.el (report-emacs-bug): Clarify that the
13282 keybindings apply to the mail buffer (Bug#4003). Shrink help
13283 window to buffer.
13284
13285 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13286 (global-whitespace-mode, global-whitespace-newline-mode)
13287 (whitespace-toggle-options, global-whitespace-toggle-options):
13288 Doc fix (Bug#3660).
13289
13290 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
13291 of xmltok-start before the end tag was inserted (Bug#2840).
13292
13293 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
13294 patterns that are preceded by an open-paren (Bug#1320).
13295
13296 2009-10-24 Sven Joachim <svenjoac@gmx.de>
13297
13298 * files.el (delete-directory): Delete symlinks to directories with
13299 delete-file (Bug#4739).
13300
13301 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
13302
13303 * vc.el (vc-backend-for-registration): Rename from
13304 vc-get-backend-for-registration. Update callers.
13305
13306 * international/mule-cmds.el (set-language-info-alist):
13307 Purecopy lang-env.
13308 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
13309 (charset): Purecopy the name.
13310 (define-char-code-property): Purecopy string arguments.
13311
13312 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13313 Purecopy string arguments.
13314
13315 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13316 * ediff-hook.el (menu-bar-ediff-menu):
13317 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
13318 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
13319
13320 2009-10-24 Glenn Morris <rgm@gnu.org>
13321
13322 * comint.el (comint-dynamic-list-completions):
13323 * term.el (term-dynamic-list-completions): Use choose-completion rather
13324 than obsolete alias mouse-choose-completion.
13325
13326 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
13327 file-cache-choose-completion.
13328 (file-cache-choose-completion): Handle an optional event argument.
13329 (file-cache-mouse-choose-completion): Make it an obsolete alias.
13330
13331 * progmodes/octave-mod.el (octave-complete-symbol):
13332 Use choose-completion if mouse-choose-completion is ever removed.
13333
13334 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
13335 use.
13336
13337 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
13338 compiler.
13339
13340 * vc-hooks.el (vc-responsible-backend): Fix declaration.
13341
13342 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13343
13344 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
13345 Ignore `pred' now that we receive one.
13346 Handle test-completion specially.
13347
13348 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
13349
13350 * vc.el (vc-responsible-backend): Throw an error if not backend is
13351 found. Remove the REGISTER argument. Move the code dealing with
13352 REGISTER ...
13353 (vc-get-backend-for-registration): ... here. New function.
13354 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
13355 of vc-responsible-backend, pass the file name instead of the
13356 directory name.
13357
13358 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
13359
13360 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
13361 New funs.
13362 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
13363 (pcomplete-comint-setup): Don't modify a global var via
13364 accidental side-effects.
13365 (pcomplete-shell-setup): Adjust call accordingly.
13366 (pcomplete-parse-comint-arguments): Use push.
13367
13368 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
13369
13370 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
13371 Allow uncapitalized info node names (Bug#3921).
13372
13373 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
13374 to the DEBUG file (Bug#3781).
13375
13376 2009-10-23 Jari Aalto <jari.aalto@cante.net>
13377
13378 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
13379 dictionary entry (Bug#4579).
13380
13381 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
13382
13383 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
13384 from `rfn-eshadow-update-overlay-hook' when unloading.
13385 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
13386 "rsyncc". Adjust doc string.
13387 (tramp-temp-buffer-file-name): New buffer-local defvar.
13388 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13389 Keep temporary file when indicated by method ("rsync" and
13390 "rsyncc").
13391 (tramp-handle-write-region): Handle APPEND.
13392 (tramp-delete-temp-file-function): New defun. Added to
13393 `kill-buffer-hook'.
13394
13395 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
13396
13397 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
13398
13399 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
13400
13401 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
13402 (color-name-rgb-alist, tty-standard-colors)
13403 (tty-color-mode-alist): Change to defconst.
13404
13405 * simple.el (mark-inactive): Purecopy message.
13406
13407 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
13408 (global-map, yank-menu):
13409 * textmodes/ispell.el (ispell-menu-map):
13410 * net/eudc.el (eudc-tools-menu):
13411 * international/mule-cmds.el (describe-language-environment-map)
13412 (setup-language-environment-map, set-coding-system-map)
13413 (mule-menu-keymap):
13414 * vc-hooks.el (vc-menu-entry, vc-menu-map):
13415 * replace.el (occur-mode-map):
13416 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
13417
13418 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
13419
13420 * calc/calc.el (math-read-number, math-read-number-simple): Use
13421 `save-match-data'.
13422
13423 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
13424
13425 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
13426 rather than fiddling with global-map bindings, since it should only
13427 affect per-terminal settings.
13428 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
13429
13430 * minibuffer.el (completion-table-with-terminator): Allow to specify
13431 the terminator-regexp.
13432
13433 * simple.el (switch-to-completions): Look for *Completions* in other
13434 frames as well.
13435
13436 * pcomplete.el: Allow the use of completion-tables.
13437 (pcomplete-std-complete): New command.
13438 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
13439 (pcomplete--here): Use a function for `form' rather than an expression,
13440 so it can be byte-compiled.
13441 (pcomplete-here, pcomplete-here*): Adjust accordingly.
13442 Add edebug declaration.
13443 (pcomplete-show-completions): Remove unused var `curbuf'.
13444 (pcomplete-do-complete, pcomplete-stub):
13445 Don't assume `completions' is a list of strings any more.
13446
13447 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
13448
13449 * find-dired.el (find-name-arg): Fix typo in docstring.
13450
13451 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
13452
13453 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
13454 (pcmpl-linux-fs-types): Same, and update to new modules layout.
13455
13456 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
13457 pcomplete-entries.
13458
13459 * comint.el (comint-read-input-ring, comint-write-input-ring)
13460 (comint-substitute-in-file-name)
13461 (comint-dynamic-complete-as-filename)
13462 (comint-dynamic-simple-complete)
13463 (comint-dynamic-list-filename-completions)
13464 (comint-dynamic-list-completions)
13465 (comint-redirect-results-list-from-process): Minor simplifications.
13466
13467 2009-10-21 Kevin Ryde <user42@zip.com.au>
13468
13469 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
13470 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
13471 the first form. And insert a blank line after ";;; Code" since
13472 that's usual style. (Bug#4612)
13473
13474 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
13475
13476 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13477
13478 * minibuffer.el (completion-table-with-terminator): Properly implement
13479 boundaries, in case `terminator' appears in the suffix.
13480 (completion--embedded-envvar-table): Don't return boundaries if
13481 there's no valid completion. Simplify.
13482 (completion-file-name-table): New completion table extracted from
13483 completion--file-name-table.
13484 (completion--file-name-table): Use it.
13485 (read-file-name-predicate): Declare obsolete.
13486 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
13487 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
13488 completion-file-name-table, and use the `pred' argument.
13489 * files.el (locate-file-completion-table): Use the `pred' arg rather
13490 than read-file-name-predicate.
13491 (abbreviate-file-name): Use \` rather than ^ for BOS.
13492
13493 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
13494
13495 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
13496 vc-responsible-backend to register, it causes problems.
13497
13498 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13499
13500 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
13501
13502 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
13503
13504 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
13505 (tramp-smb-handle-file-attributes): Use it.
13506 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
13507 (tramp-smb-handle-insert-directory): Use `mapc' rather than
13508 `mapcar'. Use `tramp-smb-get-stat-capability'.
13509 Add `dired-filename' text properties.
13510 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
13511 (tramp-smb-maybe-open-connection): Simplify check for smbclient
13512 version.
13513
13514 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13515
13516 * subr.el (read-key-delay): Reduce to 0.01.
13517 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
13518 (bug#4751).
13519
13520 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13521
13522 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
13523
13524 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
13525 (Info-menu): Remove unused vars `last' and `completions'.
13526 (Info-index-nodes): Remove unused var `node'.
13527
13528 * info.el (Info-complete-menu-item): Use complete-with-action.
13529
13530 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
13531
13532 Make vc-annotate work through copies and renames.
13533 * vc-annotate.el (vc-annotate-extract-revision-at-line):
13534 Return the file name too.
13535 (vc-annotate-revision-at-line)
13536 (vc-annotate-find-revision-at-line)
13537 (vc-annotate-revision-previous-to-line)
13538 (vc-annotate-show-log-revision-at-line): Update to get the file
13539 name from vc-annotate-extract-revision-at-line.
13540 (vc-annotate-show-diff-revision-at-line-internal): Change the
13541 argument to mean whether to show a file diff or not. Get the file
13542 name from vc-annotate-extract-revision-at-line.
13543 (vc-annotate-show-diff-revision-at-line):
13544 Update vc-annotate-show-diff-revision-at-line call.
13545 (vc-annotate-warp-revision): Add an optional file argument.
13546
13547 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
13548 (vc-git-annotate-extract-revision-at-line): Also return the file
13549 name if found.
13550
13551 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
13552 command. Remove unused code.
13553 (vc-hg-annotate-re): Update to match --follow output.
13554 (vc-hg-annotate-extract-revision-at-line): Also return the file
13555 name if found.
13556
13557 * vc.el: Update annotate-extract-revision-at-line documentation.
13558
13559 2009-10-18 Kevin Ryde <user42@zip.com.au>
13560
13561 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
13562 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
13563
13564 * net/browse-url.el (browse-url): Identify alist with "consp and
13565 not functionp" and let all other things go down the `apply' leg,
13566 as suggested by Stefan. (Further to bug#4531.)
13567
13568 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
13569
13570 * minibuffer.el (read-file-name): Check for repeat before putting
13571 a default argument in file-name-history (Bug#4657).
13572
13573 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
13574 read syntax (Bug#4737).
13575
13576 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
13577
13578 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13579
13580 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
13581 (html-tag-alist, html-tag-help): Add descriptions for undocumented
13582 entries and make note of obsolete tags.
13583
13584 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13585
13586 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
13587
13588 2009-10-18 Glenn Morris <rgm@gnu.org>
13589
13590 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
13591 grep, so that binary files (eg international/uni-bidi.el) can match.
13592 Remove test for "UnicodeData" files, since it is hopefully unnecessary
13593 now, and in any case the file header format has changed.
13594
13595 2009-10-17 Glenn Morris <rgm@gnu.org>
13596
13597 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
13598 (flyspell-get-word, flyspell-large-region)
13599 (flyspell-auto-correct-previous-word): Doc/error message fixes.
13600
13601 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
13602
13603 * Makefile.in (ELCFILES): Add ede/shell.
13604
13605 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
13606
13607 * term/common-win.el (x-colors): Purecopy it.
13608
13609 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13610
13611 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
13612 permissive for when the buffer is empty.
13613 (tar-header-block-tokenize): Decode the username and groupname.
13614 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
13615
13616 2009-10-17 Eric Ludlam <zappo@gnu.org>
13617
13618 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
13619 contains multibyte characters, choose first applicable coding
13620 system automatically.
13621
13622 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13623
13624 * international/mule-cmds.el (select-safe-coding-system): If the file
13625 has a coding cookie, use it regardless of any other setting (bug#4712).
13626
13627 2009-10-17 Glenn Morris <rgm@gnu.org>
13628
13629 * foldout.el (foldout-mouse-swallow-events):
13630 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
13631
13632 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
13633 (dired-keep-marker-copy, dired-keep-marker-hardlink)
13634 (dired-keep-marker-symlink, dired-dwim-target)
13635 (dired-copy-preserve-time): Do not autoload these defcustoms.
13636
13637 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
13638 messages from messing up the file coding. (Bug#4623)
13639
13640 2009-10-17 Jari Aalto <jari.aalto@cante.net>
13641
13642 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
13643 if no match is found for the current dictionary. (Bug#4578)
13644
13645 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
13646 optional, since that is how it is documented, and this is often called
13647 with a nil argument. (Bug#4577)
13648 (flyspell-external-point-words, flyspell-auto-correct-word)
13649 (flyspell-correct-word-before-point, flyspell-word-search-forward)
13650 (flyspell-word-search-backward): Remove nil argument in calls to
13651 flyspell-get-word, since it is not needed now.
13652
13653 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
13654
13655 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
13656
13657 2009-10-16 Glenn Morris <rgm@gnu.org>
13658
13659 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
13660
13661 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
13662
13663 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
13664 (ange-ftp-file-size): New function.
13665 (ange-ftp-file-attributes): Use it.
13666
13667 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
13668
13669 * net/tramp-smb.el (tramp-smb-version): New defvar.
13670 (tramp-smb-maybe-open-connection): Use it, in order to avoid
13671 repeated checks.
13672
13673 2009-10-16 Glenn Morris <rgm@gnu.org>
13674
13675 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13676 Maybe copy some custom properties from old to new name. (Bug#4706)
13677
13678 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
13679
13680 * subr.el (error, sit-for, start-process-shell-command)
13681 (start-file-process-shell-command): Set the calling convention
13682 after the function definition.
13683
13684 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13685
13686 * subr.el (error, sit-for, start-process-shell-command)
13687 (start-file-process-shell-command): Use the new
13688 set-advertised-calling-convention feature.
13689
13690 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
13691
13692 * international/ucs-normalize.el (ucs-normalize-version):
13693 Change to 1.2.
13694 (check-range): Adjust for Unicode 5.2.
13695
13696 2009-10-15 Juri Linkov <juri@jurta.org>
13697
13698 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
13699 to the `menu-item' format.
13700
13701 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
13702
13703 * net/tramp.el (tramp-replace-environment-variables): Do not fail
13704 if the environment variable does not exist.
13705
13706 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13707 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
13708 parameter.
13709 (tramp-smb-handle-add-name-to-file)
13710 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
13711 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
13712 (tramp-smb-handle-file-attributes)
13713 (tramp-smb-do-file-attributes-with-stat)
13714 (tramp-smb-handle-file-local-copy)
13715 (tramp-smb-handle-insert-directory)
13716 (tramp-smb-handle-make-directory)
13717 (tramp-smb-handle-make-directory-internal)
13718 (tramp-smb-handle-make-symbolic-link)
13719 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
13720 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
13721 (tramp-smb-maybe-open-connection): Apply the changed parameters.
13722 (tramp-smb-read-file-entry): Read Disk names in compressed format.
13723 Handle long file names.
13724 (tramp-smb-get-cifs-capabilities): Check, whether the connection
13725 process is running.
13726 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
13727 Read share names with "-g" option.
13728
13729 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
13730
13731 * net/rcirc.el (rcirc-view-log-file): New command.
13732 (rcirc-track-minor-mode-map): Remove C-c ` binding.
13733 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
13734 specified.
13735
13736 2009-10-15 Glenn Morris <rgm@gnu.org>
13737
13738 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
13739 from the second command-line argument.
13740 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
13741 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
13742 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
13743 w32-batch-update-autoloads.
13744 * emacs-lisp/autoload.el (autoload-make-program): New variable.
13745 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
13746
13747 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
13748 the headers cannot be located. Simplify, subtracting superflous
13749 save-excursions.
13750
13751 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13752
13753 Replace completion-base-size by completion-base-position to fix bugs
13754 such as (bug#4699).
13755 * simple.el (completion-base-position): New var.
13756 (completion-base-size): Mark as obsolete.
13757 (choose-completion): Make it work for mouse events as well.
13758 Pass the new base-position to choose-completion-string.
13759 (choose-completion-guess-base-position): New function, extracted from
13760 choose-completion-delete-max-match.
13761 (choose-completion-delete-max-match): Use it. Make obsolete.
13762 (choose-completion-string): Use the new base-position info.
13763 (completion-root-regexp): Delete.
13764 (completion-setup-function): Preserve completion-base-position.
13765 Eliminate obsolete base-size manipulation.
13766 * minibuffer.el (display-completion-list): Don't mess with base-size.
13767 (minibuffer-completion-help): Set completion-base-position instead.
13768 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
13769 choose-completion.
13770 * textmodes/bibtex.el (bibtex-complete):
13771 * emacs-lisp/crm.el (crm--choose-completion-string):
13772 Adjust to new calling convention.
13773 * complete.el (partial-completion-mode): Use minibufferp to avoid
13774 bumping into incompatible change to choose-completion-string-functions.
13775 * ido.el (ido-choose-completion-string): Make its calling convention
13776 more permissive.
13777 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
13778 base-size manipulation.
13779 (comint-dynamic-list-input-ring): Use dotimes and push.
13780 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
13781 fundamental-mode. Use `or'.
13782
13783 2009-10-14 Juri Linkov <juri@jurta.org>
13784
13785 * misearch.el (multi-isearch-next-buffer-from-list)
13786 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
13787
13788 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13789
13790 * Makefile.in (compile-onefile): Load `bytecomp' rather than
13791 `bytecomp.el'.
13792
13793 * minibuffer.el (completion-pcm--merge-completions): Make sure the
13794 string we return is all made up of text from the completions rather
13795 than part from the completions and part from the input (bug#4219).
13796
13797 * ido.el (ido-everywhere): Use define-minor-mode.
13798
13799 * buff-menu.el (list-buffers, ctl-x-map):
13800 Mark the entry points with ;;;###autoload cookies.
13801
13802 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
13803
13804 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
13805 correctly in the detached head case.
13806 (vc-git-print-log): Remove unused binding.
13807
13808 * vc.el (vc-responsible-backend): When a directory is passed for
13809 for registration create a VC repository if no backend is
13810 responsible for the directory argument.
13811 (vc-deduce-fileset): Tell vc-responsible-backend to register.
13812
13813 * vc.el: Move comments about RCS and SCCS ...
13814 * vc-rcs.el:
13815 * vc-sccs.el: ... here, respectively.
13816
13817 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13818
13819 * minibuffer.el (completion--file-name-table): Return nil if there's
13820 no file completion, even if substitute-in-file-name changed
13821 the string (bug#4708).
13822
13823 2009-10-13 Juri Linkov <juri@jurta.org>
13824
13825 * files-x.el (read-file-local-variable-value): Don't filter out
13826 minor modes from mode name completion (bug#4664).
13827
13828 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
13829
13830 * international/mule-cmds.el (ucs-names): Remove exclusion of
13831 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
13832
13833 2009-10-13 Kenichi Handa <handa@m17n.org>
13834
13835 * international/uni-name.el: Regenerated.
13836
13837 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
13838
13839 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
13840 should be automatically buffer-local, but isn't.)
13841
13842 2009-10-12 Sam Steingold <sds@gnu.org>
13843
13844 * progmodes/compile.el (compilation-next-error-function): Fix the
13845 timestamps if the buffer has been visited before.
13846 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
13847 non-anchored patterns, like the perl one (bug#3928).
13848
13849 2009-10-12 Glenn Morris <rgm@gnu.org>
13850
13851 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
13852 Let-bind `size'.
13853
13854 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
13855
13856 * proced.el (proced-unload-function): New function.
13857
13858 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
13859 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
13860 Doc fix.
13861
13862 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
13863
13864 2009-10-11 Juri Linkov <juri@jurta.org>
13865
13866 * files-x.el (read-file-local-variable-value):
13867 Provide default value only for bound variables (bug#4664).
13868
13869 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
13870
13871 * net/tramp.el (tramp-local-host-p): Function shall return nil for
13872 connection methods like smb.
13873
13874 * net/tramp-cache.el (tramp-flush-connection-property): The hash
13875 can be empty.
13876
13877 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13878 (tramp-smb-file-name-handler-alist): Add handlers for
13879 `add-name-to-file', `make-symbolic-link'.
13880 (tramp-smb-handle-add-name-to-file)
13881 (tramp-smb-do-file-attributes-with-stat)
13882 (tramp-smb-handle-make-symbolic-link)
13883 (tramp-smb-get-cifs-capabilities): New defuns.
13884 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
13885 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
13886 (tramp-smb-handle-file-local-copy)
13887 (tramp-smb-handle-make-directory-internal)
13888 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
13889 The file name syntax depends on cifs capabilities.
13890 (tramp-smb-handle-file-attributes):
13891 Call `tramp-smb-do-file-attributes-with-stat' if possible.
13892 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
13893 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
13894
13895 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
13896
13897 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
13898 (eieio-defclass): Apply deftype handler and setf-method properties
13899 directly.
13900 (eieio-add-new-slot): Avoid union function from cl library.
13901 (eieio--typep): New function.
13902 (eieio-perform-slot-validation): Use it.
13903
13904 2009-10-10 Karl Fogel <kfogel@red-bean.com>
13905
13906 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
13907 Update documentation to refer to the variables documented in r1.135.
13908 (Bug#4188)
13909
13910 2009-10-10 Karl Fogel <kfogel@red-bean.com>
13911
13912 * bookmark.el (Info-suffix-list): Remove this unused variable.
13913 (bookmark-current-point): Remove this obsolete variable.
13914 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
13915 Adjust for removal of bookmark-current-point.
13916
13917 (bookmarks-already-loaded, bookmark-current-buffer)
13918 (bookmark-yank-point): Document. (Bug#4188)
13919
13920 2009-10-10 Glenn Morris <rgm@gnu.org>
13921
13922 * frame.el (frame-height): Doc fix.
13923
13924 * calendar/calendar.el (calendar-split-width-threshold): New option.
13925 (calendar-basic-setup): Use calendar-split-width-threshold.
13926
13927 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
13928
13929 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
13930 Ideographic Supplement" range (U+1F200..U+1F2FF).
13931
13932 2009-10-09 Karl Fogel <kfogel@red-bean.com>
13933
13934 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
13935 since the list will have been rebuilt anyway. (Bug#4349)
13936
13937 2009-10-09 Karl Fogel <kfogel@red-bean.com>
13938
13939 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
13940 (bookmark-bmenu-execute-deletions): Don't save here, as
13941 bookmark-delete will now do so if necessary.
13942 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
13943 (Bug#4348)
13944
13945 2009-10-09 Glenn Morris <rgm@gnu.org>
13946
13947 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
13948
13949 2009-10-09 Karl Fogel <kfogel@red-bean.com>
13950
13951 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
13952 (bookmark-jump-other-window): Just invoke bookmark-jump with new
13953 argument now, so the two function's behaviors will match. (Bug#3645)
13954
13955 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
13956
13957 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
13958 (tramp-file-name-real-host, tramp-file-name-port):
13959 Apply `save-match-data'.
13960
13961 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
13962 case both directories are remote.
13963 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
13964 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
13965
13966 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
13967
13968 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
13969
13970 2009-10-07 Glenn Morris <rgm@gnu.org>
13971
13972 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
13973 of concat.
13974
13975 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
13976
13977 * files-x.el (read-file-local-variable): Include some
13978 non-user-variables in the completion table (bug#4664).
13979
13980 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
13981
13982 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
13983 message.
13984
13985 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13986 (tramp-smb-file-name-handler-alist): Add handler for
13987 `copy-directory', `expand-file-name', `set-file-modes'.
13988 (tramp-smb-handle-copy-directory)
13989 (tramp-smb-handle-expand-file-name)
13990 (tramp-smb-handle-set-file-modes): New defuns.
13991 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
13992 (tramp-smb-handle-file-attributes): Simplify check for retrieving
13993 entry.
13994 (tramp-smb-handle-insert-directory): Don't flush the cache.
13995 (tramp-smb-maybe-open-connection): Check for samba client and
13996 server versions.
13997
13998 2009-10-07 Eli Zaretskii <eliz@gnu.org>
13999
14000 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
14001 to not error out of search for "^lisp=" fails.
14002
14003 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
14004
14005 * makefile.w32-in (WINS_UPDATES): New macro.
14006 (custom-deps, finder-data, autoloads): Use it.
14007
14008 2009-10-07 Glenn Morris <rgm@gnu.org>
14009
14010 * Makefile.in (autoloads): Revert previous change.
14011 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
14012 the list of preloaded files passed on the command-line, get
14013 it from src/Makefile.
14014
14015 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
14016 show the original buffer rather than a random one.
14017
14018 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
14019
14020 * help.el (describe-no-warranty): Place point in a slightly better
14021 position in the GPLv3 text.
14022
14023 2009-10-06 Sam Steingold <sds@gnu.org>
14024
14025 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
14026 the comm attribute is present before calling regexp-quote.
14027
14028 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
14029
14030 * play/animate.el (animate-string): For good effect, make sure
14031 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
14032
14033 * play/animate.el (animate-sequence, animate-birthday-present):
14034 * misc.el (butterfly): Don't set `indent-tabs-mode'.
14035
14036 2009-10-06 Glenn Morris <rgm@gnu.org>
14037
14038 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
14039
14040 * emacs-lisp/autoload.el (autoload-excludes): New variable.
14041 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
14042 (batch-update-autoloads): Process a string value of autoload-excludes,
14043 set during the build process.
14044 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
14045
14046 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
14047 inside with-parsed... macro so that `v' is defined.
14048
14049 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
14050 * progmodes/fortran.el (fortran-end-of-block)
14051 (fortran-beginning-of-block):
14052 Also push mark in the macro case.
14053
14054 * emerge.el (emerge-show-file-name):
14055 * calc/calc.el (calc-quit):
14056 * calc/calc-misc.el (calc-big-or-small):
14057 * calc/calc-graph.el (calc-graph-view):
14058 * calc/calc-ext.el (calc-reset):
14059 * calendar/calendar.el (calendar-basic-setup):
14060 Use window-full-height-p.
14061
14062 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
14063 header we don't understand, don't insert another. (Bug#4624)
14064 If changing mime charset, insert the new one in the right place.
14065
14066 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
14067
14068 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14069 (cal-tex-cursor-month): Correctly increment the end date for diary and
14070 holiday listing. (Bug#4626)
14071
14072 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14073
14074 * help-fns.el (describe-function-1): Don't burp if the function is not
14075 a symbol.
14076
14077 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
14078
14079 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
14080 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
14081 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
14082 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
14083
14084 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
14085 (eieio-default-superclass): Reflow docstrings.
14086 (this, class-option-assoc, defclass, eieio-class-un-autoload)
14087 (eieio-unbind-method-implementations, defmethod)
14088 (eieio-validate-slot-value, eieio-validate-class-slot-value)
14089 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
14090 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
14091 (eieio-slot-originating-class-p, eieio-slot-name-index)
14092 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
14093 (constructor, initialize-instance, no-next-method, object-print)
14094 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
14095 Fix typos in docstrings.
14096 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
14097 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
14098 (next-method-p): Doc fixes.
14099 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
14100 Fix typos in error messages.
14101 (eieio-defmethod): Fix typo in description of generic method.
14102
14103 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
14104 (eieio-persistent-save-interactive, slot-missing):
14105 Fix typos in docstrings.
14106 (eieio-instance-inheritor-slot-boundp): Doc fix.
14107
14108 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
14109 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
14110
14111 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
14112 (eieio-custom-object-apply-reset):
14113 Fix typos in docstrings and error messages.
14114
14115 * emacs-lisp/eieio-datadebug.el (data-debug-show):
14116 Fix typo in docstring.
14117
14118 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
14119 (eieio-browse-tree): Doc fix.
14120 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
14121 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
14122 Fix typos in docstrings.
14123
14124 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
14125 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
14126 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
14127 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
14128 Reflow docstrings.
14129
14130 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
14131
14132 * vc-hg.el (log-view-vc-backend): Declare for compiler.
14133 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
14134 Set log-view-vc-backend so that diff can work.
14135
14136 * log-view.el (log-view-diff): Use vc-diff-internal instead of
14137 vc-version-diff.
14138 (vc-diff-internal): Autoload this instead of vc-version-diff.
14139
14140 2009-10-05 Eli Zaretskii <eliz@gnu.org>
14141
14142 * simple.el (eval-expression): Doc fix.
14143
14144 * progmodes/cwarn.el (cwarn-mode): Doc fix.
14145
14146 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
14147
14148 * files.el (directory-files-no-dot-files-regexp): New defconst.
14149 (delete-directory): Use it.
14150 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
14151
14152 * net/tramp.el (tramp-verbose): Fix docstring.
14153 (tramp-methods): Add recursive option to `tramp-copy-args'.
14154 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
14155 "scp1_old", "scp2_old", "rsync", "rsyncc".
14156 (tramp-default-method): Check also for `auth-source-user-or-password'.
14157 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14158 Add handler for `copy-directory'.
14159 (tramp-handle-copy-directory): New defun.
14160 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
14161 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
14162 Optimize sent command.
14163
14164 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14165
14166 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
14167 window if necessary.
14168
14169 * calendar/calendar.el (calendar-basic-setup): Don't call
14170 switch-to-buffer in a dedicated window.
14171
14172 2009-10-05 Karl Fogel <kfogel@red-bean.com>
14173
14174 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
14175 don't do anything related to relocating, just return nil.
14176 (bookmark-error-no-filename): New error.
14177 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
14178 bookmark has no file. Don't even attempt to handle things that
14179 are not files; the whole point of custom handlers is to keep that
14180 knowledge elsewhere anyway. Tighten some comments.
14181 (bookmark-file-or-variation-thereof): Remove now-unused function.
14182 (bookmark-location): Doc string fix.
14183 (Bug#4250)
14184
14185 2009-10-04 Karl Fogel <kfogel@red-bean.com>
14186
14187 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
14188 don't use a file dialog, because they usually don't know how to read
14189 a directory target from the user. (Bug#4230)
14190 Also, make sure the prompt can display directories as well as files.
14191
14192 2009-10-04 Karl Fogel <kfogel@red-bean.com>
14193
14194 * bookmark.el (bookmark-set, bookmark-buffer-name):
14195 Improve doc strings. (Bug#1193)
14196
14197 2009-10-04 Karl Fogel <kfogel@red-bean.com>
14198
14199 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
14200 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
14201 (bookmark-get-annotation, bookmark-set-annotation)
14202 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
14203 (bookmark-set-position, bookmark-get-front-context-string)
14204 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14205 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
14206 (bookmark-jump-other-window, bookmark-handle-bookmark)
14207 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
14208 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
14209 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
14210 Improve doc strings to say whether bookmark can be a string or
14211 a record or both, and make other consistency and clarity fixes.
14212 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
14213 (bookmark-default-annotation-text, bookmark-yank-word)
14214 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
14215 (bookmark-import-new-list, bookmark-maybe-rename)
14216 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14217 (bookmark-bmenu-bookmark): Give these doc strings.
14218 (bookmark-bmenu-check-position): Give this a doc string, but also
14219 add a FIXME comment about how the function may be pointless.
14220 (bookmark-default-handler): Rework doc string and change a
14221 parameter name, to clarify that this takes a bookmark record
14222 not a bookmark name.
14223 (bookmark-set): Change a parameter name to indicate its meaning,
14224 and improve the doc string a bit.
14225 (Bug#4188)
14226
14227 2009-10-04 Karl Fogel <kfogel@red-bean.com>
14228
14229 * bookmark.el (bookmark-alist): Document the new `handler' element
14230 in the param alist.
14231 (bookmark-make-record-function): Adjust documentation for above.
14232 (Bug#4193)
14233
14234 2009-10-04 Karl Fogel <kfogel@red-bean.com>
14235
14236 * info.el (Info-bookmark-make-record): Document this function.
14237 (Info-bookmark-jump): Document with a doc string, not just a comment.
14238 (Bug#4203)
14239
14240 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
14241
14242 * files.el (copy-directory): New defun.
14243
14244 * dired-aux.el (dired-copy-file-recursive): Use it.
14245
14246 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
14247
14248 * files-x.el (modify-dir-local-variable)
14249 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
14250 docstrings.
14251
14252 * recentf.el (recentf-unload-function): New function.
14253
14254 2009-10-04 Glenn Morris <rgm@gnu.org>
14255
14256 * window.el (window-full-height-p): Add doc string.
14257
14258 2009-10-04 Martin Rudalics <rudalics@gmx.at>
14259
14260 * window.el (window-full-height-p): New function. (Bug#4543)
14261
14262 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
14263
14264 * vc.el: Remove commented out code.
14265 (vc-derived-from-dir-mode): Remove, unused.
14266 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
14267
14268 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
14269
14270 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
14271 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
14272 there could be recursive loading when `default-directory' is a
14273 remote file name. (Bug#4614)
14274
14275 2009-10-03 Glenn Morris <rgm@gnu.org>
14276
14277 * calendar/calendar.el (calendar-basic-setup): Handle the case where
14278 the frame is wide.
14279 (calendar-generate-window): Test for shrinkability rather than width.
14280
14281 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
14282 reusing existing buffers, in case we happen to visit two files with the
14283 same basename. (Bug#4593)
14284
14285 2009-10-02 Eli Zaretskii <eliz@gnu.org>
14286
14287 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
14288 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
14289 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
14290 subdirs of cedet as well.
14291 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
14292
14293 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14294
14295 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
14296 Obey advertised-signature-table.
14297
14298 * help-fns.el (help-function-arglist): Don't check
14299 advertised-signature-table.
14300 (describe-function-1): Do it here instead so it also applies to subrs.
14301
14302 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
14303
14304 * simple.el (start-file-process): Say in the doc-string, that file
14305 handlers might not support pty association, if PROGRAM is nil.
14306
14307 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
14308 HOST and USER are strings. They are nil, when there are
14309 incomplete entries in ~/.netrc, for example.
14310 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
14311 root directory ("device busy" error otherwise).
14312
14313 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
14314 Flush file properties of created directory.
14315
14316 2009-10-02 Eli Zaretskii <eliz@gnu.org>
14317
14318 * makefile.w32-in (WINS_BASIC): Remove cedet.
14319 (WINS_CEDET): Add cedet.
14320 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
14321
14322 2009-10-02 Kevin Ryde <user42@zip.com.au>
14323
14324 * net/browse-url.el (browse-url): Pass any symbol in
14325 browse-url-browser-function to `apply', since if you've mistakenly put
14326 an unbound symbol then the error is clearer. (Bug#4531)
14327
14328 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
14329
14330 * allout.el (allout-init, allout-back-to-current-heading)
14331 (allout-beginning-of-current-entry, allout-ascend-to-depth)
14332 (allout-ascend, allout-up-current-level, allout-end-of-level)
14333 (allout-previous-visible-heading, allout-forward-current-level)
14334 (allout-backward-current-level, allout-show-children):
14335 * apropos.el (apropos-describe-plist):
14336 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
14337 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
14338 * completion.el (add-completion, add-permanent-completion):
14339 * descr-text.el (describe-text-category, describe-char):
14340 * desktop.el (desktop-lazy-abort):
14341 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
14342 * dired.el (dired-build-subdir-alist):
14343 * ediff.el (ediff-version):
14344 * elide-head.el (elide-head, elide-head-show):
14345 * emerge.el (emerge-version):
14346 * env.el (getenv):
14347 * face-remap.el (variable-pitch-mode):
14348 * faces.el (describe-face):
14349 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
14350 (dired-at-point):
14351 * files.el (find-file-existing, auto-save-mode):
14352 * font-lock.el (font-lock-fontify-buffer):
14353 * help-fns.el (describe-function, describe-variable)
14354 (describe-syntax, describe-categories):
14355 * help.el (view-lossage, describe-bindings, describe-key)
14356 (describe-mode):
14357 * hexl.el (hexl-current-address):
14358 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
14359 * info.el (Info-goto-emacs-key-command-node):
14360 * log-edit.el (log-edit-insert-cvs-template)
14361 (log-edit-insert-cvs-rcstemplate):
14362 * menu-bar.el (menu-bar-mode):
14363 * mouse.el (mouse-appearance-menu):
14364 * newcomment.el (comment-indent-new-line):
14365 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
14366 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
14367 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
14368 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
14369 * recentf.el (recentf-mode):
14370 * savehist.el (savehist-mode, savehist-save):
14371 * shadowfile.el (shadow-copy-files):
14372 * simple.el (kill-ring-save, next-line, previous-line)
14373 (normal-erase-is-backspace-mode):
14374 * strokes.el (strokes-update-window-configuration)
14375 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
14376 (strokes-xpm-for-stroke):
14377 * time.el (emacs-uptime, emacs-init-time):
14378 * tutorial.el (tutorial--describe-nonstandard-key)
14379 (tutorial--detailed-help):
14380 * type-break.el (type-break-mode)
14381 (type-break-mode-line-message-mode, type-break-query-mode)
14382 (type-break-guesstimate-keystroke-threshold):
14383 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
14384 * version.el (emacs-version):
14385 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
14386 * winner.el (winner-mode):
14387 * calendar/timeclock.el (timeclock-in, timeclock-out)
14388 (timeclock-status-string, timeclock-change)
14389 (timeclock-workday-remaining-string)
14390 (timeclock-workday-elapsed-string)
14391 (timeclock-when-to-leave-string):
14392 * calendar/todo-mode.el (todo-add-category):
14393 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
14394 * emacs-lisp/autoload.el (update-file-autoloads):
14395 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
14396 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
14397 (checkdoc-message-text, checkdoc-defun):
14398 * emacs-lisp/debug.el (debugger-list-functions):
14399 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14400 * emacs-lisp/eieio-opt.el (eieio-describe-class)
14401 (eieio-describe-generic):
14402 * emacs-lisp/lisp-mnt.el (lm-synopsis):
14403 * emacs-lisp/shadow.el (list-load-path-shadows):
14404 * emulation/cua-base.el (cua-mode):
14405 * emulation/edt.el (edt-set-scroll-margins):
14406 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
14407 (tpu-toggle-regexp, tpu-toggle-search-direction)
14408 (tpu-toggle-rectangle, tpu-toggle-control-keys):
14409 * emulation/tpu-extras.el (tpu-set-scroll-margins):
14410 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14411 (viper-set-parsing-style-toggling-macro)
14412 (viper-set-emacs-state-searchstyle-macros):
14413 * emulation/viper.el (viper-set-hooks):
14414 * eshell/esh-mode.el (eshell-truncate-buffer):
14415 * international/mule-cmds.el (prefer-coding-system)
14416 (describe-input-method, describe-language-environment):
14417 * international/mule-diag.el (list-character-sets)
14418 (describe-character-set, describe-coding-system)
14419 (describe-fontset, list-fontsets, list-input-methods):
14420 * mail/sendmail.el (mail-signature):
14421 * net/ange-ftp.el (ange-ftp-copy-file):
14422 * net/browse-url.el (browse-url):
14423 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
14424 * net/quickurl.el (quickurl-add-url):
14425 * net/rcirc.el (names, topic):
14426 * net/xesam.el (xesam-mode):
14427 * play/5x5.el (5x5-new-game):
14428 * play/yow.el (apropos-zippy):
14429 * progmodes/ada-mode.el (ada-mode-version):
14430 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
14431 (f90-end-of-block)
14432 (f90-beginning-of-block):
14433 * progmodes/fortran.el (fortran-end-of-block)
14434 (fortran-beginning-of-block):
14435 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
14436 * progmodes/python.el (python-describe-symbol, python-shell):
14437 * term/ns-win.el (ns-print-buffer):
14438 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
14439 * textmodes/flyspell.el (flyspell-mode-on):
14440 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
14441 (pages-directory-for-addresses):
14442 * textmodes/table.el (table-recognize-cell)
14443 (table-query-dimension, table-generate-source)
14444 (table-insert-sequence, table--warn-incompatibility):
14445 * textmodes/tex-mode.el (tex-validate-buffer):
14446 * textmodes/texinfmt.el (texinfmt-version)
14447 (texinfo-format-buffer):
14448 Use `called-interactively-p' instead of `interactive-p'.
14449
14450 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
14451
14452 * image-mode.el (image-toggle-display):
14453 * emacs-lisp/elp.el (elp-instrument-function):
14454 * emacs-lisp/advice.el (ad-make-advised-definition):
14455 * emacs-lisp/easy-mmode.el (define-minor-mode):
14456 * net/browse-url.el (browse-url-maybe-new-window):
14457 * progmodes/sh-script.el (sh-learn-buffer-indent):
14458 Pass new argument 'any to `called-interactively-p'.
14459
14460 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
14461
14462 * international/uni-bidi.el:
14463 * international/uni-category.el:
14464 * international/uni-combining.el:
14465 * international/uni-comment.el:
14466 * international/uni-decimal.el:
14467 * international/uni-decomposition.el:
14468 * international/uni-digit.el:
14469 * international/uni-lowercase.el:
14470 * international/uni-mirrored.el:
14471 * international/uni-name.el:
14472 * international/uni-numeric.el:
14473 * international/uni-old-name.el:
14474 * international/uni-titlecase.el:
14475 * international/uni-uppercase.el:
14476 Regenerate from Unicode 5.2.0 data.
14477
14478 2009-10-01 Glenn Morris <rgm@gnu.org>
14479
14480 * Makefile.in (ELCFILES): Regenerate.
14481
14482 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
14483
14484 * subr.el (interactive-p): Mark obsolete.
14485 (called-interactively-p): Make the optional-ness of `kind' obsolete.
14486 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
14487 advertised-signature-table for subroutines as well.
14488
14489 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
14490 (set-advertised-calling-convention): New function.
14491 (make-obsolete, define-obsolete-function-alias)
14492 (make-obsolete-variable, define-obsolete-variable-alias):
14493 Make the optional-ness of `when' obsolete.
14494 (define-obsolete-face-alias): Make `when' non-optional.
14495 * help-fns.el (help-function-arglist):
14496 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
14497 Use advertised-signature-table.
14498
14499 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
14500
14501 * files.el (delete-directory): New defun. The original function
14502 in fileio.c has been renamed to `delete-directory-internal'.
14503
14504 * dired.el (dired-delete-file): Call `delete-directory' with
14505 RECURSIVE parameter.
14506
14507 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
14508 parameter RECURSIVE. Implementation is missing.
14509
14510 * net/tramp.el (tramp-handle-make-directory): Flush upper
14511 directory's file properties.
14512 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
14513 (tramp-handle-dired-recursive-delete-directory): Flush directory
14514 properties after the remove command only.
14515
14516 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
14517 Handle optional parameter RECURSIVE.
14518
14519 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
14520 Handle optional parameter RECURSIVE.
14521
14522 * net/tramp-smb.el (tramp-smb-errors): Add error message for
14523 connection timeout.
14524 (tramp-smb-handle-delete-directory): Handle optional parameter
14525 RECURSIVE.
14526
14527 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
14528
14529 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
14530 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
14531 (byte-compile-defmacro): Use backquotes.
14532
14533 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
14534
14535 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
14536 has no associated file.
14537 (vc-resynch-buffer): Use vc-dir-buffers.
14538
14539 2009-10-01 Glenn Morris <rgm@gnu.org>
14540
14541 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
14542 (chart-file-count):
14543 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
14544 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
14545 * emacs-lisp/eieio-opt.el (eieio-describe-class):
14546 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
14547 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
14548 (eieio-copy-parents-into-subclass, make-instance, class-children)
14549 (eieio-generic-form):
14550
14551 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
14552 match-data. (Bug#4555).
14553
14554 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
14555 rather than parsing it as a regexp. This relaxes the layout
14556 requirements and makes errors easier to detect.
14557 (check-declare-verify): Check file is regular.
14558 (check-declare-directory): Doc fix.
14559 * subr.el (declare-function): Doc fix.
14560
14561 * ibuffer.el (ibuffer-format-qualifier):
14562 * isearch.el (hi-lock-regexp-okay):
14563 * calc/calc.el (math-zerop):
14564 * mail/uce.el (rmail-msgbeg, rmail-msgend):
14565 * term/w32-win.el (setup-default-fontset, set-fontset-font):
14566 Remove unused declarations.
14567
14568 2009-09-30 Eric Ludlam <zappo@gnu.org>
14569
14570 * emacs-lisp/eieio.el (boolean-p): Delete.
14571
14572 2009-09-30 Glenn Morris <rgm@gnu.org>
14573
14574 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
14575
14576 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
14577 filename is not a string.
14578
14579 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
14580
14581 * files.el (safe-local-eval-forms): Fix typo.
14582
14583 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
14584
14585 * vc-hooks.el (vc-dir-buffers): New var.
14586 (vc-state-refresh): New function.
14587 (vc-state): Use it.
14588 (vc-after-save): Always ask the backend to recompute the new state.
14589 Always call vc-dir if necessary, using vc-dir-buffers.
14590 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
14591 Use vc-dir-buffers.
14592 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
14593 (vc-dir-prepare-status-buffer, vc-dir-update)
14594 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
14595 Don't call expand-file-name on default-directory.
14596
14597 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
14598
14599 * speedbar.el (speedbar-item-delete):
14600 * calc/calc-prog.el (calc-kbd-if):
14601 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
14602
14603 * epa.el (epa-key-list-mode-map):
14604 * hi-lock.el (hi-lock-menu): Fix typos in menus.
14605
14606 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
14607 (hs-show-hook): Fix typo in docstring.
14608
14609 2009-09-29 Glenn Morris <rgm@gnu.org>
14610
14611 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
14612 file-name-nondirectory call preventing location of cedet files.
14613 (check-declare-verify): Use literal search rather than re-search.
14614 Add basic defmethod and defclass, and define-overloadable-function.
14615
14616 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
14617 Use tramp-compat-file-attributes rather than nonexistent
14618 tramp-compat-handle-file-attributes.
14619
14620 * Makefile.in (lisptagsfiles4): New.
14621 (AUTOGENEL): Add cedet loaddefs files.
14622 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
14623 (update-elclist, compile-always, backup-compiled-files)
14624 (bootstrap-clean): Add yet another directory level.
14625 (update-elclist): Use LC_COLLATE rather than COLLATE.
14626 (ELCFILES): Update, via `make update-elclist'.
14627
14628 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
14629
14630 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
14631 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
14632 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
14633
14634 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
14635
14636 * Makefile.in (lisptagsfiles3): Define.
14637 (TAGS, TAGS-LISP): Use it.
14638 (update-elclist): Add third directory level to look for elc files.
14639 (compile-always): Likewise.
14640 (backup-compiled-files): Likewise.
14641 (bootstrap-clean): Likewise.
14642 (ELCFILES): Update.
14643
14644 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
14645
14646 * Makefile.in (ELCFILES): Add CEDET files.
14647
14648 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
14649
14650 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
14651
14652 * net/tramp.el (top): Require tramp-imap.
14653
14654 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
14655 Use `tramp-compat-handle-file-attributes'.
14656
14657 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14658
14659 * net/tramp-imap.el: New package.
14660
14661 2009-09-28 Eric Ludlam <zappo@gnu.org>
14662
14663 * emacs-lisp/chart.el:
14664 * emacs-lisp/eieio-base.el:
14665 * emacs-lisp/eieio-comp.el:
14666 * emacs-lisp/eieio-custom.el:
14667 * emacs-lisp/eieio-datadebug.el:
14668 * emacs-lisp/eieio-opt.el:
14669 * emacs-lisp/eieio-speedbar.el:
14670 * emacs-lisp/eieio.el: New files.
14671
14672 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14673
14674 * whitespace.el (whitespace-trailing-regexp)
14675 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
14676 Fix doc string.
14677
14678 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
14679
14680 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
14681 menu.
14682
14683 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
14684 menu-bar-ediff-menu.
14685
14686 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
14687 define-overloadable-function.
14688
14689 * progmodes/autoconf.el: Provide autoconf as well, so that this
14690 file can be `require'd.
14691
14692 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
14693
14694 * emacs-lisp/autoload.el (generated-autoload-feature)
14695 (generated-autoload-load-name): New vars.
14696 (autoload-rubric, autoload-generate-file-autoloads): Use them.
14697 (make-autoload): Recognize define-overloadable-function and
14698 defclass forms (for EIEIO).
14699
14700 * Makefile.in (update-subdirs): Exclude cedet directory.
14701
14702 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
14703
14704 * term/ns-win.el: Don't set the region face background. (Bug#4381)
14705
14706 * faces.el: Default light-background background for region face to
14707 ns_selection_color under NS.
14708
14709 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
14710
14711 * net/imap-hash.el: New library, see NEWS.
14712
14713 * Makefile.in (ELCFILES): Add imap-hash.el.
14714
14715 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
14716
14717 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
14718 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
14719 * help-macro.el (make-help-screen): Avoid using an ambiguous function
14720 definition where the docstring could be taken for the return value.
14721
14722 2009-09-26 Glenn Morris <rgm@gnu.org>
14723
14724 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
14725 Add option to only show images below a certain size.
14726 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
14727 save-excursion calls.
14728
14729 2009-09-26 Eli Zaretskii <eliz@gnu.org>
14730
14731 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
14732 subdirectories) and eieio.
14733
14734 2009-09-26 Alan Mackenzie <acm@muc.de>
14735
14736 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
14737 buggy bracketing. (Bug#4289)
14738
14739 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
14740 character constants (as case labels). (Bug#4289)
14741
14742 2009-09-25 Juri Linkov <juri@jurta.org>
14743
14744 * files.el (safe-local-eval-forms): Allow time-stamp in
14745 before-save-hook (Bug#4554).
14746
14747 2009-09-25 Drew Adams <drew.adams@oracle.com>
14748
14749 * menu-bar.el (list-buffers-directory): Doc fix.
14750
14751 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
14752
14753 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
14754 Try and avoid copying twice the same paragraph.
14755 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
14756 Remove save-excursion.
14757 (log-edit-changelog-entry): Do it here instead.
14758
14759 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
14760
14761 * bs.el (bs--get-file-name): Use `list-buffers-directory'
14762 when available, instead of hardcoding mode names. Doc fix.
14763
14764 * menu-bar.el (list-buffers-directory): Add docstring.
14765 Make automatically buffer-local.
14766
14767 * dired.el (dired-mode):
14768 * files.el (cd-absolute):
14769 * pcvs.el (cvs-temp-buffer):
14770 * pcvs-util.el (cvs-get-buffer-create):
14771 * shell.el (shell-mode):
14772 * vc-dir.el (vc-dir-mode):
14773 Don't make `list-buffers-directory' buffer local.
14774
14775 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
14776
14777 * comint.el (comint-exec, comint-run, make-comint):
14778 Doc fixes (Bug#4542).
14779
14780 2009-09-25 Glenn Morris <rgm@gnu.org>
14781
14782 * mail/rmailmm.el (rmail-mime): New custom group.
14783 Move all defcustoms in this file into this group.
14784 (rmail-mime-media-type-handlers-alist): Revert previous change.
14785 (rmail-mime-show-images): New option.
14786 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
14787 references to it, since it wasn't actually used for anything.
14788 (rmail-mime-insert-image): New function.
14789 (rmail-mime-image): Use rmail-mime-insert-image.
14790 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
14791 obey the value of `rmail-mime-show-images' option. Print the size of
14792 attachments.
14793
14794 2009-09-25 David Engster <deng@randomsample.de>
14795
14796 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
14797
14798 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14799
14800 * whitespace.el: Does not highlight trailing spaces While point is
14801 at end of line. Does not highligt spaces at beginning of buffer
14802 while point is at beginning of buffer. Does not highlight spaces
14803 at end of buffer while point is at end of buffer. (Bug#4177)
14804 New version 12.0.
14805 (whitespace-display-mappings): Adjust initialization.
14806 (whitespace-point, whitespace-font-lock-refontify): New vars.
14807 (whitespace-color-on, whitespace-color-off): Adjust code.
14808 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
14809 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
14810 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
14811
14812 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
14813
14814 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
14815
14816 * textmodes/sgml-mode.el: Remove xml-mode alias.
14817
14818 * files.el (auto-mode-alist, conf-mode-maybe)
14819 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
14820
14821 2009-09-24 Alan Mackenzie <acm@muc.de>
14822
14823 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
14824 c-forward-conditionals, but it doesn't move point and doesn't set
14825 the mark.
14826 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
14827 (c-down-conditional-with-else, c-backward-conditional)
14828 (c-forward-conditional): Refactor to use c-scan-conditionals.
14829
14830 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
14831
14832 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
14833 (help-default-arg-highlight): Remove.
14834 (help-highlight-arg): New function.
14835 (help-do-arg-highlight): Use it.
14836 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
14837
14838 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14839
14840 * term.el (term-set-scroll-region, term-handle-ansi-escape):
14841 Undo last change, which didn't fix the problem and introduced others.
14842
14843 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
14844
14845 * progmodes/gdb-mi.el: Don't require speedbar.
14846 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
14847
14848 2009-09-24 Glenn Morris <rgm@gnu.org>
14849
14850 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
14851
14852 * term/ns-win.el (ns-reg-to-script): Define for compiler.
14853
14854 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
14855 there is no newline after the final mime boundary. (Bug#4539)
14856 Move markers on insertion so that any buttons inserted don't end up in
14857 the next part of a multipart message.
14858 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
14859 (rmail-mime-bulk-handler): Optionally handle images.
14860 (rmail-mime-image): New button action.
14861 (rmail-mime-image-handler): New function.
14862 (rmail-mime-mode): New mode.
14863 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
14864
14865 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14866
14867 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
14868 than just dropping elements from it (bug#4504).
14869
14870 * term.el (term-set-scroll-region): Don't move cursor any more.
14871 (term-handle-ansi-escape): Call term-goto here instead.
14872 Suggested by Ivan Kanis <apple@kanis.eu>.
14873
14874 * term.el: Require CL.
14875 (term-ansi-reset): New function.
14876 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
14877 (term-handle-colors-array): Simplify.
14878
14879 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
14880
14881 * allout.el (allout-overlay-interior-modification-handler)
14882 (allout-obtain-passphrase):
14883 * epa-file.el (epa-file-write-region):
14884 * ps-print.el (ps-begin-job):
14885 * vc-hooks.el (vc-toggle-read-only):
14886 * vc-rcs.el (vc-rcs-rollback):
14887 * vc-sccs.el (vc-sccs-rollback):
14888 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
14889 (vc-version-diff, vc-revert, vc-rollback):
14890 * wdired.el (wdired-check-kill-buffer):
14891 * emacs-lisp/authors.el (authors):
14892 * net/socks.el (socks-open-connection):
14893 * net/zeroconf.el (zeroconf-service-add-hook):
14894 * obsolete/vc-mcvs.el (vc-mcvs-register):
14895 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
14896 (gdb-select-frame):
14897 * progmodes/grep.el (lgrep, rgrep):
14898 * progmodes/idlw-help.el (idlwave-help-check-locations)
14899 (idlwave-help-html-link, idlwave-help-assistant-open-link):
14900 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14901 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
14902 (reftex-toc-rename-label): Fix typos in error messages.
14903
14904 * dired-aux.el (dired-do-shell-command): Reflow docstring.
14905 (dired-copy-how-to-fn): Doc fix.
14906 (dired-files-attributes, dired-read-shell-command):
14907 Fix typos in docstrings.
14908
14909 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
14910 (dired-x-find-file-other-window): Reflow docstrings.
14911 (dired-omit-marker-char, dired-read-shell-command)
14912 (dired-x-submit-report): Fix typos in docstrings.
14913
14914 * shell.el (shell-mode-hook):
14915 * view.el (View-scroll-line-forward):
14916 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
14917 Fix typos in docstrings.
14918
14919 * net/dig.el (dig-invoke): Fix typo in docstring.
14920 (query-dig): Reflow docstring.
14921
14922 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
14923 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
14924 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
14925 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
14926 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
14927 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
14928 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
14929 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
14930 (idlwave-completion-map, idlwave-current-indent)
14931 (idlwave-custom-ampersand-surround, idlwave-customize)
14932 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
14933 (idlwave-define-abbrev, idlwave-determine-class-special)
14934 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
14935 (idlwave-end-block-reg, idlwave-end-of-statement)
14936 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
14937 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
14938 (idlwave-explicit-class-listed, idlwave-file-header)
14939 (idlwave-fill-paragraph, idlwave-find-class-definition)
14940 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
14941 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
14942 (idlwave-in-quote, idlwave-indent-action-table)
14943 (idlwave-indent-expand-table, idlwave-indent-line)
14944 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
14945 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
14946 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
14947 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
14948 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
14949 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
14950 (idlwave-outlawed-buffers, idlwave-popup-select)
14951 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
14952 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
14953 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
14954 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
14955 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
14956 (idlwave-statement-type, idlwave-struct-skip)
14957 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
14958 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
14959 (idlwave-what-module-find-class): Fix typos in docstrings.
14960 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
14961 (idlwave-calculate-cont-indent, idlwave-expand-equal)
14962 (idlwave-find-module, idlwave-find-structure-definition)
14963 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
14964 (idlwave-list-load-path-shadows, idlwave-next-statement)
14965 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
14966 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
14967 (idlwave-template): Reflow docstrings.
14968
14969 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
14970 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
14971 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
14972 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
14973 (idlwave-shell-display-line, idlwave-shell-display-wframe)
14974 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
14975 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
14976 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
14977 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
14978 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
14979 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
14980 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
14981 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
14982 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
14983 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
14984 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
14985 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
14986 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
14987 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
14988 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
14989 Fix typos in docstrings.
14990 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
14991 (idlwave-shell-hide-output, idlwave-shell-mode)
14992 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
14993 Reflow docstrings.
14994
14995 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
14996
14997 2009-09-24 Ivan Kanis <apple@kanis.eu>
14998
14999 * term.el (term-bold-attribute): New var.
15000 (term-handle-colors-array): Use it.
15001
15002 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
15003
15004 * progmodes/gdb-mi.el (gdb-version): New variable.
15005 (gdb-non-stop-handler): Set gdb-version.
15006 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
15007 Condition "--thread" option on gdb-version.
15008 (gdb-invalidate-threads): Remove unused argument.
15009
15010 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15011
15012 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
15013 to looking-back to avoid ridiculous slow down in large files (bug#4511).
15014
15015 2009-09-23 Glenn Morris <rgm@gnu.org>
15016
15017 * mail/rmail.el (rmail-reply): Don't try to add a References header when
15018 replying to mail without References or Message-Id. (Bug#4525)
15019
15020 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
15021
15022 * term/ns-win.el (ns-reg-to-script): New variable.
15023
15024 2009-09-23 Daiki Ueno <ueno@unixuser.org>
15025
15026 * epg.el (epg-wait-for-status): Preserve existing 'error results.
15027
15028 2009-09-22 Sam Steingold <sds@gnu.org>
15029
15030 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
15031 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
15032 to 1 because hg returns status 1 when nothing is found.
15033 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
15034
15035 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
15036
15037 * textmodes/fill.el: Convert to utf-8 encoding.
15038 (fill-french-nobreak-p): Remove redundant » and « inherited from our
15039 pre-Unicode days.
15040
15041 * add-log.el (change-log-fill-forward-paragraph): New function.
15042 (change-log-mode): Use it so fill-region DTRT.
15043 Set fill-indent-according-to-mode here rather than in
15044 change-log-fill-paragraph.
15045 (change-log-fill-paragraph): Remove.
15046
15047 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
15048
15049 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
15050 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
15051
15052 2009-09-22 Glenn Morris <rgm@gnu.org>
15053
15054 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
15055 the scroll-bar scroll the calendar window rather than the buffer.
15056
15057 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
15058 commands that move point (as opposed to scrolling).
15059
15060 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
15061
15062 * emacs-lisp/elint.el (elint): New custom group.
15063 (elint-log-buffer): Make it a defcustom.
15064 (elint-scan-preloaded, elint-ignored-warnings)
15065 (elint-directory-skip-re): New options.
15066 (elint-builtin-variables): Doc fix.
15067 (elint-preloaded-env): New variable.
15068 (elint-unknown-builtin-args): Add an entry for encode-time.
15069 (elint-extra-errors): Make it a variable rather than a constant.
15070 (elint-preloaded-skip-re): New constant.
15071 (elint-directory): Skip files matching elint-directory-skip-re.
15072 (elint-features): New variable, local to linted buffers.
15073 (elint-update-env): Initialize elint-features. Possibly add
15074 elint-preloaded-env to the buffer's environment.
15075 (elint-get-top-forms): Bind elint-current-pos, for log messages.
15076 Skip quoted forms.
15077 (elint-init-form): New function, extracted from elint-init-env.
15078 Make non-list forms a warning rather than an error.
15079 Add the mode-map for define-derived-mode. Handle define-minor-mode,
15080 easy-menu-define, put that adds an error-condition, and provide.
15081 When requiring cl, also require cl-macs. Really require cl, to handle
15082 some cl macros. Store required libraries in the list elint-features,
15083 so as not to re-load them. Treat cc-require like require.
15084 (elint-init-env): Call elint-init-form to do the work.
15085 Handle eval-and-compile and such like.
15086 (elint-add-required-env): Do not clear messages.
15087 (elint-special-forms): Add handlers for function, defalias, if, when,
15088 unless, and, or.
15089 (elint-form): Add optional argument to ignore elint-special-forms,
15090 useful to prevent recursive calls from handlers. Doc fix.
15091 Respect elint-ignored-warnings.
15092 (elint-form): Respect elint-ignored-warnings.
15093 (elint-bound-variable, elint-bound-function): New variables.
15094 (elint-unbound-variable): Respect elint-bound-variable.
15095 (elint-get-args): Respect elint-bound-function.
15096 (elint-check-cond-form): Add some simple handling for (f)boundp and
15097 featurep tests.
15098 (elint-check-defalias-form): New handler.
15099 (elint-check-let-form): Make an empty let a warning rather than an
15100 error.
15101 (elint-check-setq-form): Make an empty setq a warning rather than an
15102 error. Respect elint-ignored-warnings.
15103 (elint-check-defvar-form): Accept null doc-strings.
15104 (elint-check-conditional-form): New handler. Does some simple-minded
15105 checking of featurep and (f)boundp tests.
15106 (elint-put-function-args): New function.
15107 (elint-initialize): Use elint-scan-doc-file rather than
15108 elint-find-builtin-variables. Use elint-put-function-args.
15109 Possibly scan preloaded-file-list.
15110 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
15111 extend to handle functions as well.
15112
15113 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
15114
15115 * linum.el (linum-delete-overlays, linum-update-window):
15116 Do not modify the right margin. (Bug#3971)
15117
15118 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
15119
15120 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
15121 nxml-mode instead of xml-mode.
15122
15123 2009-09-21 Kevin Ryde <user42@zip.com.au>
15124
15125 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
15126
15127 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15128
15129 * net/dig.el (dig-mode): Use define-derived-mode.
15130
15131 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
15132
15133 * vc-dispatcher.el (vc-do-command): Return the process object in
15134 the asynchronous case. Use when instead of if. Do not run
15135 vc-exec-after to display a message if not enabled. (Bug#4463)
15136
15137 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
15138 properties to the stash strings.
15139 (vc-git-stash-list): Return a list of strings.
15140 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
15141 (vc-git-stash-show-at-point): New functions.
15142 (vc-git-stash-map): New keymap.
15143
15144 * register.el (ctl-x-r-map): Define the keys here instead of
15145 using autoload.
15146
15147 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
15148
15149 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
15150 list, to workaround performance problem (bug#4485).
15151
15152 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
15153
15154 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
15155
15156 2009-09-20 Daiki Ueno <ueno@unixuser.org>
15157
15158 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
15159 Document that this option is not recommended to use.
15160
15161 2009-09-19 Glenn Morris <rgm@gnu.org>
15162
15163 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
15164 variable `var'.
15165
15166 * calc/calc-alg.el (var):
15167 * calc/calcalg2.el (var): Define for compiler.
15168
15169 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
15170
15171 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
15172 Doc fix (Bug#3932).
15173
15174 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
15175
15176 * time-stamp.el (time-stamp-month-dd-yyyy)
15177 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
15178 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
15179 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
15180 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
15181 Remove functions that have been obsolete since 1995 (Bug#4436).
15182
15183 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
15184 indent buffer only if called interactively (Bug#4452).
15185
15186 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
15187 Eli Zaretskii <eliz@gnu.org>
15188
15189 This fixes bug#4197 (merged to bug#865, though not identical).
15190 * server.el (server-auth-dir): Add docstring note about FAT32.
15191 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
15192 but warn against using them.
15193
15194 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
15195
15196 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
15197 older GDB where there is no has_more field.
15198
15199 2009-09-19 Glenn Morris <rgm@gnu.org>
15200
15201 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
15202
15203 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
15204
15205 * files.el (auto-mode-alist): Change default for XML files to nXML
15206 mode (Bug#4169).
15207
15208 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
15209
15210 * server.el (server-ensure-safe-dir): Pass 'integer
15211 to `file-attributes', as suggested.
15212
15213 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
15214
15215 * dired-aux.el (dired-query-alist): Remove spurious backslash.
15216 (dired-query): Use read-key.
15217
15218 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
15219
15220 * cus-start.el (ns-use-qd-smoothing): Remove.
15221
15222 2009-09-18 Glenn Morris <rgm@gnu.org>
15223
15224 * allout.el (top-level): Remove unnecessary progn.
15225
15226 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
15227
15228 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
15229 definition of abbrev table.
15230
15231 * speedbar.el (speedbar-track-mouse):
15232 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
15233 * net/eudc.el (eudc-expand-inline):
15234 * net/newst-backend.el (newsticker--cache-read-feed):
15235 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
15236 condition-case handlers.
15237
15238 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
15239
15240 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
15241 (gdb-var-list): Add an element for has_more field.
15242 (gdb-non-stop-handler): Enable pretty printing for STL containers.
15243 (gdb-var-create-handler, gdb-var-list-children-handler-1)
15244 (gdb-var-update-handler-1): Parse output of dynamic variable
15245 objects (STL containers).
15246 (gdb-var-delete-1): Pass var1 as an explicit second argument.
15247 (gdb-get-field): Delete alias. Use bindat-get-field directly.
15248
15249 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
15250 gdb-var-list.
15251 (gud-speedbar-buttons): Make node expandable if expression "has more"
15252 children.
15253
15254 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
15255
15256 * startup.el (emacs-quick-startup): Remove variable and all uses.
15257 (command-line): Set `inhibit-x-resources' instead.
15258 (command-line-1): Use `inhibit-x-resources' instead.
15259
15260 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
15261
15262 * subr.el: Fix last change to avoid using the `unless' macro,
15263 which breaks bootstrapping.
15264
15265 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
15266
15267 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
15268 extended definitions, in case we reload subr.el after having
15269 loaded CL.
15270 (eval-next-after-load): Mark as obsolete.
15271
15272 2009-09-17 Juri Linkov <juri@jurta.org>
15273
15274 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
15275 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
15276 (menu-bar-showhide-menu, menu-bar-tools-menu)
15277 (menu-bar-describe-menu, menu-bar-help-menu)
15278 (minibuffer-local-completion-map, minibuffer-local-map):
15279 Fix list quoting.
15280
15281 2009-09-17 Glenn Morris <rgm@gnu.org>
15282
15283 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
15284 arguments, whether or not it has a handler.
15285
15286 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
15287
15288 * simple.el (hard-newline): Give it a doc-string.
15289
15290 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15291 (lisp-mode-syntax-table): Give them doc-strings.
15292
15293 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
15294
15295 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
15296 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
15297 (menu-bar-options-menu, menu-bar-showhide-menu)
15298 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
15299 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
15300 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
15301 (menu-bar-options-menu, menu-bar-tools-menu)
15302 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
15303 (menu-bar-help-menu):
15304 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
15305 string arguments.
15306
15307 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
15308 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
15309 calls for the menu names and :help.
15310
15311 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
15312
15313 * mouse.el (minor-mode-menu-from-indicator): Pay attention
15314 to :minor-mode-function (bug#4455).
15315
15316 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15317
15318 * startup.el (command-line): Initialize the window-system after
15319 processing the command-line.
15320
15321 * textmodes/page.el (what-page): Make sure we don't inf-loop if
15322 page-delimiter matches the empty string.
15323
15324 2009-09-16 Glenn Morris <rgm@gnu.org>
15325
15326 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
15327 byte-compile-not-obsolete-var. It's a list now.
15328 (byte-compile-not-obsolete-funcs): New variable.
15329 (byte-compile-warn-obsolete): Don't warn about functions if they are in
15330 byte-compile-not-obsolete-funcs.
15331 (byte-compile-variable-ref, byte-compile-defvar): Update for
15332 byte-compile-not-obsolete-vars name-change and list nature.
15333 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
15334 and variables behind (f)boundp tests.
15335 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
15336
15337 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
15338
15339 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
15340
15341 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
15342
15343 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
15344 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
15345 Don't autoload.
15346
15347 2009-09-15 Stephen Eglen <stephen@gnu.org>
15348
15349 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
15350 the virtual-buffers, use the name of the buffer specified by
15351 find-file-noselect, as the match may be a symlink. (This was a
15352 problem if the target and the symlink had different names.)
15353
15354 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
15355
15356 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
15357
15358 * desktop.el (desktop-path): Check user-emacs-directory.
15359
15360 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
15361
15362 * loadup.el: Use after-load-functions to GC after loading each file.
15363 Remove the explicit GC calls that used to be sprinkled around.
15364
15365 * subr.el (after-load-functions): New hook.
15366 (do-after-load-evaluation): Run it. Use string-match-p to detect
15367 `obsolete' packages, rather than painfully extracting the relevant
15368 directory name.
15369
15370 2009-09-15 Glenn Morris <rgm@gnu.org>
15371
15372 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
15373 free variable `doc'.
15374
15375 * dired.el (dired-mode-map): Add menu entry for async shell command.
15376
15377 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
15378 variables, also consider the .elc files, since the .el files are
15379 normally gzipped (subsequent code locates the .el.gz from the .elc).
15380
15381 * calc/calc-prog.el (arglist): Define for compiler.
15382
15383 * calendar/diary-lib.el (diary-display-function): Change the default to
15384 fancy display.
15385 (body): Define for compiler.
15386
15387 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
15388 (byte-compile-file-form, byte-compile-lambda)
15389 (byte-compile-top-level-body, byte-compile-form)
15390 (byte-compile-variable-ref, byte-compile-setq)
15391 (byte-compile-setq-default, byte-compile-body)
15392 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
15393 (batch-byte-compile): Give some more local variables with common names
15394 a "bytecomp-" prefix to avoid masking warnings about free variables.
15395
15396 * startup.el (command-line-1): Give local variables with common names a
15397 distinguishing prefix, so as not to hide free variable warnings during
15398 bootstrap.
15399
15400 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
15401 clever and add a suffix to make a unique name, just let the user decide
15402 whether or not to overwrite it. If the input is a directory, write the
15403 default filename to that directory. (Bug#4388)
15404 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
15405 is a filename-as-a-directory.
15406
15407 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
15408
15409 * textmodes/page.el (what-page): Don't move to beginning of line.
15410 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
15411
15412 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
15413
15414 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
15415
15416 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
15417
15418 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
15419 * help.el (help-for-help-internal): Add purecopy calls for text.
15420
15421 * vc.el (top): print-log method now takes an optional SHORTLOG
15422 argument. Add a new method: root.
15423 (vc-root-diff, vc-print-root-log): New functions.
15424 (vc-log-short-style): New variable.
15425 (vc-print-log-internal): Add support for showing short logs.
15426
15427 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
15428 vc-print-root-log and vc-print-root-diff.
15429
15430 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
15431 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
15432 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
15433 short logs.
15434
15435 * vc-cvs.el (vc-cvs-print-log):
15436 * vc-mtn.el (vc-mtn-print-log):
15437 * vc-rcs.el (vc-rcs-print-log):
15438 * vc-sccs.el (vc-sccs-print-log):
15439 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
15440 that is ignored for now.
15441
15442 * vc-mtn.el (vc-mtn-annotate-command):
15443 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
15444
15445 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15446
15447 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
15448 to function-key-map, and give them ascii-character property.
15449 * term/x-win.el (x-alternatives-map):
15450 * term/ns-win.el (ns-alternatives-map):
15451 * term/internal.el (msdos-key-remapping-map):
15452 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
15453
15454 2009-09-14 Glenn Morris <rgm@gnu.org>
15455
15456 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
15457 temp-buffers (2009-09-12).
15458
15459 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
15460
15461 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
15462 the new read-key function.
15463
15464 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
15465
15466 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
15467 is defined (Bug#4405).
15468
15469 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
15470
15471 * recentf.el (recentf-cleanup): Use a hash table to find
15472 duplicates (Bug#4407).
15473
15474 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
15475
15476 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
15477 kp-0 to ascii equivalents (Bug#4325).
15478
15479 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
15480
15481 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
15482
15483 * eshell/em-hist.el:
15484 * eshell/em-dirs.el (eshell-complete-user-reference):
15485 Declare pcomplete functions and variables to avoid compiler warnings.
15486
15487 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
15488
15489 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
15490 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
15491 * eshell/em-alias.el (eshell-aliases-file):
15492 * eshell/em-hist.el (eshell-history-file-name):
15493 Use expand-file-name instead of concat to make file names (Bug#4308).
15494
15495 2009-09-13 Glenn Morris <rgm@gnu.org>
15496
15497 * ediff-merg.el (ediff-do-merge):
15498 * filesets.el (filesets-run-cmd):
15499 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
15500 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
15501 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
15502 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
15503 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
15504 Replace empty `let's with `progn'.
15505
15506 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
15507
15508 * mail/sendmail.el (send-mail-function):
15509 * tooltip.el (tooltip-mode):
15510 * simple.el (transient-mark-mode):
15511 * rfn-eshadow.el (file-name-shadow-mode):
15512 * frame.el (blink-cursor-mode):
15513 * font-core.el (global-font-lock-mode):
15514 * files.el (temporary-file-directory)
15515 (small-temporary-file-directory, auto-save-file-name-transforms):
15516 * epa-hook.el (auto-encryption-mode):
15517 * composite.el (global-auto-composition-mode):
15518 Use custom-initialize-delay.
15519 * startup.el (command-line): Don't explicitly call
15520 custom-reevaluate-setting for all the above vars.
15521 * custom.el (custom-initialize-safe-set)
15522 (custom-initialize-safe-default): Delete.
15523
15524 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15525
15526 * term/x-win.el (x-initialize-window-system):
15527 * term/w32-win.el (w32-initialize-window-system):
15528 * term/ns-win.el (ns-initialize-window-system): Don't call
15529 mouse-wheel-mode since it's enabled globally by default already.
15530
15531 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
15532 actually define the variable, but only silences the byte-compiler.
15533 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
15534 before looking it up.
15535 (mouse-wheel-scroll-amount): Also reset the bindings if this value
15536 is changed.
15537
15538 2009-09-12 Glenn Morris <rgm@gnu.org>
15539
15540 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
15541 1000.
15542 (elint-add-required-env): Don't beep on error.
15543 (elint-forms): In case of error, return ENV unchanged.
15544 (elint-init-env): Skip non-list forms.
15545 (elint-log): Handle unknown file positions.
15546
15547 2009-09-12 Daiki Ueno <ueno@unixuser.org>
15548
15549 * epg.el (epg-make-context): Add autoload cookie.
15550 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
15551 (epg-decrypt-string, epg-start-verify, epg-verify-file)
15552 (epg-verify-string, epg-start-sign, epg-sign-file)
15553 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
15554 (epg-encrypt-string, epg-start-export-keys)
15555 (epg-export-keys-to-file, epg-export-keys-to-string)
15556 (epg-start-import-keys, epg-import-keys-from-file)
15557 (epg-import-keys-from-string, epg-start-receive-keys)
15558 (epg-receive-keys, epg-import-keys-from-server)
15559 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
15560 (epg-sign-keys, epg-start-generate-key)
15561 (epg-generate-key-from-file, epg-generate-key-from-string):
15562 Remove autoload cookie.
15563
15564 2009-09-12 Eli Zaretskii <eliz@gnu.org>
15565
15566 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
15567 reevaluation of trash-directory.
15568
15569 * mwheel.el: Fix last change.
15570 (mouse-wheel-mode): New defvar.
15571 (mouse-wheel-mode): Remove autoload cookie.
15572
15573 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15574
15575 * mwheel.el (mwheel-installed-bindings): New var.
15576 (mouse-wheel-mode): Use it, so as to make sure we really remove all
15577 the bindings we set last time. Use custom-initialize-delay.
15578 * loadup.el: Load mwheel after term/*-win.el.
15579 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
15580 and mouse-wheel-up-event now that their first evaluation is done
15581 sufficiently late to be correct.
15582
15583 * startup.el (tutorial-directory): Make it a defcustom.
15584 Use custom-initialize-delay rather than eval-at-startup to set it.
15585 * image.el (image-load-path): Make it a defcustom.
15586 Use custom-initialize-delay rather than eval-at-startup to set it.
15587 * subr.el (eval-at-startup): Remove.
15588 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
15589
15590 * subr.el (do-after-load-evaluation): Warn the user after loading an
15591 obsolete package.
15592
15593 2009-09-12 Glenn Morris <rgm@gnu.org>
15594
15595 * proced.el (proced-mark-alt): Remove alias.
15596 (proced-mode-map): Remove proced-mark-alt.
15597
15598 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
15599 Elint file and directory. Remove initialization entry.
15600
15601 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
15602 commands.
15603 (elint-current-buffer): Set mode-line-process.
15604 (elint-init-env): Handle define-derived-mode.
15605 Fix declare-function with unspecified arglist. Guard against odd
15606 defalias statements (eg iso-insert's 8859-1-map).
15607 (elint-add-required-env): Use a temp buffer.
15608 (elint-form): Just print the function/macro name, not the whole form.
15609 Return env unchanged if we fail to parse a macro.
15610 (elint-forms): Guard against parse errors.
15611 (elint-output): New function, to handle batch mode.
15612 (elint-log-message): Add optional argument. Use elint-output.
15613 (elint-set-mode-line): New function.
15614
15615 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
15616
15617 * emacs-lisp/elp.el (elp-not-profilable): Add more
15618 functions (Bug#4233).
15619
15620 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
15621
15622 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
15623 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
15624
15625 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
15626
15627 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
15628 (gdb-var-list-children): Use json parsing.
15629
15630 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
15631
15632 * progmodes/js.el (js--proper-indentation): Handle the case where
15633 char-before is null. Reported by Deniz Dogan.
15634
15635 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
15636
15637 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
15638
15639 2009-09-11 Daiki Ueno <ueno@unixuser.org>
15640
15641 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
15642 (epg-digest-algorithm-alist): Add SHA224.
15643 (epg-context-set-passphrase-callback)
15644 (epg-context-set-progress-callback): Add description about
15645 callback function.
15646
15647 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
15648
15649 * custom.el (custom-delayed-init-variables): New var.
15650 (custom-initialize-delay): New function.
15651 * startup.el (command-line): "Re"evaluate all vars in
15652 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
15653 explicitly any more.
15654 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
15655 to avoid creating a ~/.emacs.d at build-time (bug#4347).
15656
15657 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
15658
15659 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
15660
15661 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
15662 (gdb-var-update-handler): Use json parsing.
15663
15664 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
15665
15666 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
15667 decode annotated text, regardless of language environment. (Bug#2741)
15668
15669 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
15670
15671 * Makefile.in (autoloads): Make rmail.el writable as well.
15672
15673 2009-09-11 Glenn Morris <rgm@gnu.org>
15674
15675 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
15676 loaddefs.el.
15677 * dired.el: Regenerate with extracted autoloads.
15678 * Makefile.in (autoloads): Make dired.el writable.
15679
15680 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
15681 * ibuffer.el: Regenerate with extracted autoloads.
15682 * Makefile.in (autoloads): Make ibuffer.el writable.
15683
15684 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
15685 * version.el (emacs-copyright, emacs-major-version)
15686 (emacs-minor-version): Reformat doc-strings for make-docfile.
15687
15688 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
15689 functions and variables, since they must be stuff specific to some other
15690 platform.
15691 (apropos-print): Make mouse-click message less specific about button.
15692
15693 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
15694 that records where a macro was defined.
15695 * help-fns.el (describe-function-1): Mention if a function has a
15696 compiler-macro.
15697 * help-mode.el (help-function-cmacro): New button.
15698
15699 * locate.el (top-level): Always require dired.
15700 (locate-mode-map): Initialize inside the defvar.
15701
15702 * net/ange-ftp.el (dired-compress-file): Declare.
15703 (ange-ftp-dired-compress-file): Add doc string.
15704
15705 * term/ns-win.el (x-display-name, x-setup-function-keys):
15706 Unify doc-strings with X versions.
15707
15708 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
15709
15710 * emulation/crisp.el (crisp-mode-map): Move initialization
15711 into declaration.
15712 (crisp-mode): Use define-minor-mode.
15713
15714 * progmodes/xscheme.el (xscheme-evaluation-commands):
15715 Put a :advertised-binding property rather than using
15716 advertised-xscheme-send-previous-expression.
15717 (advertised-xscheme-send-previous-expression): Declare obsolete.
15718 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
15719 `advertised-undo'.
15720 (crisp-mode): Add corresponding bindings to
15721 undo's :advertised-binding instead.
15722 * dired.el (dired-mode-map): Put a :advertised-binding property rather
15723 than using dired-advertised-find-file.
15724 (dired-advertised-find-file):
15725 * simple.el (advertised-undo):
15726 * wid-edit.el (advertised-widget-backward): Declare obsolete.
15727 (widget-keymap): Put a :advertised-binding property rather
15728 than using advertised-widget-backward.
15729 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
15730 than using advertised-undo.
15731 * tutorial.el (tutorial--default-keys): Adjust accordingly.
15732
15733 2009-09-10 Simon South <ssouth@slowcomputing.org>
15734
15735 * progmodes/delphi.el (delphi-tab): Indent region when Transient
15736 Mark mode is enabled and region is active; otherwise indent or
15737 insert TAB as usual.
15738 (delphi-mode): Update description of TAB-key binding.
15739
15740 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
15741
15742 * subr.el (define-key-rebound-commands): Mark obsolete.
15743 * startup.el (precompute-menubar-bindings): Remove.
15744 (normal-top-level): Remove obsolete code that tried to precompute
15745 menubar bindings.
15746 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
15747 define-key-rebound-commands and precompute-menubar-bindings.
15748
15749 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
15750
15751 * net/imap.el (imap-interactive-login): Better messages.
15752 (imap-open): Fix bug with renamed buffer on reconnect.
15753 (imap-authenticate): Add buffer-local imap-last-authenticator variable
15754 for easier debugging and cleaner code. On successful (guessed based on
15755 server capabilities) secondary authentication, set imap-state
15756 correctly.
15757 (imap-last-authenticator): Define imap-last-authenticator as a variable
15758 to avoid warnings.
15759
15760 2009-09-10 Glenn Morris <rgm@gnu.org>
15761
15762 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
15763
15764 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
15765 (byte-compile-file-form-autoload): Don't warn about unknown functions
15766 where the autoload statement comes after the use.
15767 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
15768 that any handlers inside the body (eg require) are in turn respected.
15769
15770 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
15771 effects.
15772
15773 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
15774 and syntax and abbrev tables basic docs, if they don't have any.
15775
15776 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
15777
15778 * international/mule-cmds.el (top-level): Require cl when compiling.
15779 (view-hello-file): Use default-value rather than
15780 default-enable-multibyte-characters.
15781
15782 * progmodes/fortran.el: Move all safe and risky properties into the
15783 defcustoms.
15784
15785 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
15786 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
15787 * mail/undigest.el:
15788 Put autoloads in rmail.el rather than loaddefs.el.
15789 * mail/rmail.el: Regenerate with extracted autoloads.
15790
15791 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
15792 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
15793
15794 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
15795
15796 Reported in thread for Bug#4375.
15797 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
15798 "-data-evaluate-expression" instead of print.
15799 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
15800 (gdb-tooltip-print): Parse output from above MI command.
15801 (gdb): Revert 2009-08-11 change. User should detach inferior
15802 manually.
15803
15804 Remove the word "separate" from IO functions as inferior
15805 output is now never displayed in the GUD buffer.
15806
15807 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
15808
15809 * startup.el (command-line-normalize-file-name): On Windows and
15810 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
15811
15812 2009-09-10 Juri Linkov <juri@jurta.org>
15813
15814 * isearch.el (isearch-text-char-description): Propertize escape
15815 character sequences with the `escape-glyph' face. (Bug#4344)
15816
15817 * simple.el (shell-command): Set asynchronous process filter to
15818 `comint-output-filter'. (Bug#4343)
15819
15820 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
15821 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
15822 the list. Move "asm" to the bottom.
15823 (grep-find-ignored-directories): Add `choice' with nil value
15824 to empty the list easily.
15825 (grep-find-ignored-files): New option.
15826 (grep-files-history): Set to nil by default instead of '("ch" "el").
15827 (grep-compute-defaults): Add "<X>" to `grep-template'.
15828 (grep-read-files): Bind new local variables `default-alias' and
15829 `default-extension'. Use a list of default values for the file prompt.
15830 (lgrep): Add `--exclude=' command line options composed from
15831 `grep-find-ignored-files'.
15832 (rgrep): Add `-name' command line options composed from
15833 `grep-find-ignored-files'. (Bug#4301)
15834
15835 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
15836
15837 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
15838 (bug#4368).
15839
15840 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
15841
15842 * calendar/time-date.el (autoload):
15843 Expand define-obsolete-function-alias into defalias and make-obsolete
15844 for old Emacsen that Gnus supports.
15845 (with-no-warnings): Define it for old Emacsen.
15846 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
15847 is available.
15848 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
15849 float-time is available; suppress compile warning for time-to-seconds.
15850
15851 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
15852
15853 * net/imap.el (imap-message-map): Docstring fix.
15854
15855 2009-09-09 Glenn Morris <rgm@gnu.org>
15856
15857 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
15858 line numbers too. (Bug#4374)
15859
15860 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
15861
15862 * smerge-mode.el (smerge-remove-props, smerge-refine):
15863 Use with-silent-modifications (bug#4342).
15864
15865 * subr.el (with-silent-modifications): New macro.
15866
15867 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
15868
15869 * files.el (top-level): Require `cl' when compiling.
15870
15871 2009-09-07 Glenn Morris <rgm@gnu.org>
15872
15873 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
15874
15875 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
15876 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
15877
15878 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
15879
15880 * vc-git.el (vc-git-annotate-command): Use separator to parse
15881 arguments correctly.
15882
15883 2009-09-06 Eli Zaretskii <eliz@gnu.org>
15884
15885 * proced.el (proced-mode): Doc fix.
15886
15887 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
15888
15889 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
15890 lstat fails.
15891 (tramp-do-file-attributes-with-ls): Check for file existence at
15892 remote end.
15893 (tramp-do-file-attributes-with-stat): Likewise.
15894 (tramp-convert-file-attributes): Return nil when attr is nil.
15895
15896 2009-09-05 Glenn Morris <rgm@gnu.org>
15897
15898 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
15899 properties to this button.
15900 (diary-fancy-display): Don't extend the button to the final newline.
15901 (diary-fancy-display-mode): Continue to define "q" as a local key.
15902
15903 * calendar/cal-china.el (holiday-chinese): Make it slightly more
15904 efficient.
15905
15906 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
15907
15908 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
15909 (byte-compile-dest-file-function): New option.
15910 (byte-compile-dest-file): Doc fix.
15911 Obey byte-compile-dest-file-function.
15912 (byte-compile-cl-file-p): New function.
15913 (byte-compile-eval): Only suppress noruntime warnings about cl functions
15914 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
15915 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
15916 than for file being previously loaded.
15917 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
15918 (byte-compile-file-form-require): Handle the case where requiring a file
15919 indirectly causes CL to be loaded.
15920
15921 2009-09-05 Karl Fogel <kfogel@red-bean.com>
15922
15923 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
15924 before killing the old buffer, since by the time `kill-buffer' is
15925 run so many buffer variables have been set to nil that it may not
15926 behave as expected. (Bug#4061)
15927
15928 2009-09-05 Karl Fogel <kfogel@red-bean.com>
15929
15930 * files.el (find-alternate-file): If the old buffer is modified
15931 and visiting a file, behave similarly to `kill-buffer' when
15932 killing it, thus reverting to the pre-1.878 behavior; see
15933 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
15934 for discussion. Also, consult `buffer-file-name' as a variable
15935 not as a function, for consistency with the rest of the code.
15936
15937 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
15938
15939 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
15940 also when adding a new directory.
15941
15942 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
15943 defun.
15944
15945 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
15946
15947 * files.el (locate-file-completion-table): Make it provide boundary
15948 information, so partial-completion works better.
15949
15950 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
15951
15952 * mail/footnote.el (Footnote-text-under-cursor):
15953 Check footnote-text-marker-alist before using it (bug#4324).
15954
15955 2009-09-04 Glenn Morris <rgm@gnu.org>
15956
15957 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
15958 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
15959 * play/solitaire.el, play/tetris.el:
15960 Remove leading * from defcustom and defface docs.
15961
15962 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
15963 necessary.
15964 (diary-fancy-overriding-map): New variable.
15965 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
15966 Use view-mode.
15967
15968 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
15969 goto-line.
15970
15971 2009-09-03 Glenn Morris <rgm@gnu.org>
15972
15973 * arc-mode.el (archive-mode):
15974 * dos-fns.el (set-default-process-coding-system):
15975 * man.el (Man-getpage-in-background):
15976 * menu-bar.el (menu-bar-describe-menu):
15977 * server.el (server-process-filter):
15978 * startup.el (command-line):
15979 * tar-mode.el (tar-header-block-tokenize, tar-extract):
15980 * w32-fns.el (set-default-process-coding-system):
15981 * x-dnd.el (x-dnd-handle-file-name):
15982 * international/mule-cmds.el (mule-menu-keymap)
15983 (set-default-coding-systems, language-info-alist, set-language-info)
15984 (set-language-environment, standard-display-european-internal)
15985 (set-locale-environment):
15986 * international/mule-diag.el (mule-diag):
15987 * mail/emacsbug.el (report-emacs-bug):
15988 * mail/rmail.el (rmail-mode):
15989 * mail/sendmail.el (mail-setup):
15990 Use default-value rather than default-enable-multibyte-characters.
15991
15992 * progmodes/f90.el: Move all safe properties into the defcustoms.
15993 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
15994
15995 * calendar/appt.el (appt-check):
15996 * calendar/diary-lib.el (diary-set-header, diary-live-p)
15997 (diary-check-diary-file, diary-list-entries)
15998 (diary-include-other-diary-files, diary-simple-display)
15999 (diary-fancy-display, diary-print-entries)
16000 (diary-mark-included-diary-files, diary-make-entry):
16001 Don't call substitute-in-file-name on diary-file.
16002
16003 2009-09-03 Eduard Wiebe <usenet@pusto.de>
16004 Stefan Monnier <monnier@iro.umontreal.ca>
16005
16006 * mail/footnote.el (footnote-prefix): Make it a defcustom.
16007 (footnote-mode-map): Move initialization into the declaration.
16008 (footnote-minor-mode-map): Define it rather than changing global-map.
16009 (footnote-mode): Use define-minor-mode.
16010
16011 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
16012
16013 * net/tramp.el (tramp-handle-file-attributes-with-ls)
16014 (tramp-do-file-attributes-with-perl)
16015 (tramp-do-file-attributes-with-stat): Rename from
16016 `tramp-handle-file-attributes-with-*'.
16017 (tramp-handle-file-attributes): Use them.
16018 (tramp-do-directory-files-and-attributes-with-perl)
16019 (tramp-do-directory-files-and-attributes-with-stat): Rename from
16020 `tramp-handle-directory-files-and-attributes-with-*'.
16021 (tramp-handle-directory-files-and-attributes): Use them.
16022 (tramp-method-out-of-band-p): Additional parameter SIZE.
16023 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
16024 (tramp-handle-write-region): Use it.
16025 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
16026 (tramp-handle-vc-registered): Check, whether the first run did
16027 return files to be tested.
16028 (tramp-advice-make-auto-save-file-name): Do not call directly
16029 `tramp-handle-make-auto-save-file-name', because this would bypass
16030 the locking mechanism.
16031
16032 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
16033 (file-remote-p, process-file, start-file-process, set-file-times)
16034 (tramp-compat-file-attributes): Compatibility functions shall not
16035 call directly `tramp-handle-*', because this would bypass the
16036 locking mechanism.
16037 (tramp-compat-number-sequence): New defun.
16038
16039 2009-09-02 Glenn Morris <rgm@gnu.org>
16040
16041 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
16042 alias for float-time.
16043 (time-to-number-of-days): In Emacs, use float-time.
16044 * net/newst-backend.el (time-add): Suppress warnings from compat
16045 function.
16046 * time.el (emacs-uptime, emacs-init-time):
16047 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
16048 Use float-time rather than time-to-seconds.
16049
16050 * minibuffer.el (completion-initials-expand): Fix typo.
16051
16052 * faces.el (modeline, modeline-inactive, modeline-highlight)
16053 (modeline-buffer-id):
16054 * info.el (info-menu-5): Mark these face aliases as obsolete.
16055
16056 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
16057
16058 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
16059 space ...
16060 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
16061 no "--thread" option.
16062 (gdb-stopped): Don't print "Switched to thread" message when it is
16063 unchanged.
16064
16065 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
16066
16067 * minibuffer.el (completion-try-completion)
16068 (completion-all-completions): Remove ill-defined (and
16069 mistakenly installed and luckily never used nor documented)
16070 `completion-styles' property.
16071 (completion-initials-expand, completion-initials-all-completions)
16072 (completion-initials-try-completion): New functions.
16073 (completion-styles-alist): Add doc to each entry.
16074 Add new `initials' entry.
16075
16076 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
16077
16078 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
16079 MI command -var-evaluate-expression.
16080 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
16081 and tweak for case of string child.
16082 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
16083
16084 2009-09-01 Glenn Morris <rgm@gnu.org>
16085
16086 * add-log.el (change-log-date-face, change-log-name-face)
16087 (change-log-email-face, change-log-file-face, change-log-list-face)
16088 (change-log-conditionals-face, change-log-function-face)
16089 (change-log-acknowledgement-face):
16090 * cus-edit.el (custom-invalid-face, custom-rogue-face)
16091 (custom-modified-face, custom-set-face, custom-changed-face)
16092 (custom-saved-face, custom-button-face, custom-button-pressed-face)
16093 (custom-documentation-face, custom-state-face, custom-comment-face)
16094 (custom-comment-tag-face, custom-variable-tag-face)
16095 (custom-variable-button-face, custom-face-tag-face)
16096 (custom-group-tag-face-1, custom-group-tag-face):
16097 * diff-mode.el (diff-header-face, diff-file-header-face)
16098 (diff-index-face, diff-hunk-header-face, diff-removed-face)
16099 (diff-added-face, diff-changed-face, diff-function-face)
16100 (diff-context-face, diff-nonexistent-face):
16101 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
16102 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
16103 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16104 (Info-title-4-face):
16105 * isearch.el (isearch-lazy-highlight-face):
16106 * log-view.el (log-view-file-face, log-view-message-face):
16107 * paren.el (show-paren-match-face, show-paren-mismatch-face):
16108 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16109 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16110 (cvs-msg-face):
16111 * smerge-mode.el (smerge-mine-face, smerge-other-face)
16112 (smerge-base-face, smerge-markers-face):
16113 * wid-edit.el (widget-documentation-face, widget-button-face)
16114 (widget-field-face, widget-single-line-field-face)
16115 (widget-inactive-face, widget-button-pressed-face):
16116 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
16117 (woman-addition-face):
16118 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
16119 (eshell-ls-executable-face, eshell-ls-readonly-face)
16120 (eshell-ls-unreadable-face, eshell-ls-special-face)
16121 (eshell-ls-missing-face, eshell-ls-archive-face)
16122 (eshell-ls-backup-face, eshell-ls-product-face)
16123 (eshell-ls-clutter-face):
16124 * eshell/em-prompt.el (eshell-prompt-face):
16125 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
16126 * obsolete/old-whitespace.el (whitespace-highlight-face):
16127 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
16128 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
16129 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
16130 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
16131 (antlr-font-lock-literal-face):
16132 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
16133 (ebrowse-root-class-face, ebrowse-file-name-face)
16134 (ebrowse-default-face, ebrowse-member-attribute-face)
16135 (ebrowse-member-class-face, ebrowse-progress-face):
16136 * progmodes/make-mode.el (makefile-space-face):
16137 * progmodes/sh-script.el (sh-heredoc-face):
16138 * textmodes/flyspell.el (flyspell-incorrect-face)
16139 (flyspell-duplicate-face):
16140 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
16141 * textmodes/texinfo.el (texinfo-heading-face):
16142 Mark face aliases with "-face" suffix as obsolete.
16143
16144 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
16145 compiler.
16146
16147 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
16148 (eudc-bob-sound-menu): Use defvar rather than defconst, since
16149 easy-menu-define wants to modify these.
16150
16151 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
16152
16153 * net/browse-url.el (browse-url-file-url):
16154 * term/internal.el (dos-codepage-setup):
16155 Use default-value rather than default-enable-multibyte-characters.
16156
16157 * progmodes/etags.el (etags-goto-tag-location):
16158 * progmodes/flymake.el (flymake-highlight-line)
16159 (flymake-goto-file-and-line, flymake-goto-line):
16160 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
16161 (gdb-goto-breakpoint):
16162 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
16163 * progmodes/python.el (python-find-function)
16164 (python-pdbtrack-track-stack-file):
16165 * progmodes/verilog-mode.el (verilog-surelint-off):
16166 * term/ns-win.el (ns-open-file-select-line):
16167 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
16168 Use forward-line rather than goto-line.
16169
16170 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
16171 * textmodes/reftex-index.el (reftex-display-index):
16172 * textmodes/reftex-ref.el (reftex-offer-label-menu):
16173 * textmodes/reftex-toc.el (reftex-toc):
16174 Remove unnecessary bindings of default-major-mode (all are followed by
16175 major-mode check and possible mode switch).
16176
16177 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
16178
16179 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16180 Handle watchpoints (bug#4282).
16181 (def-gdb-thread-buffer-command): Enable thread to be selected by
16182 clicking without selecting threads buffer first.
16183 (gdb-current-context-command): Use selected frame so that "up",
16184 "down" etc work in the GUD buffer.
16185 (gdb-update): Find selected frame before rendering stack buffer.
16186 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
16187
16188 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
16189
16190 * progmodes/sym-comp.el (displayed-completions): Remove.
16191 (symbol-complete): Use minibuffer-complete.
16192
16193 2009-08-31 Glenn Morris <rgm@gnu.org>
16194
16195 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
16196
16197 * apropos.el (apropos-symbols-internal):
16198 Handle (obsolete) face aliases.
16199
16200 * faces.el (describe-face): Adjust the output format to be more like
16201 describe-variable, and to mention (obsolete) face aliases.
16202 Adjust the whitespace so that help-setup-xref works.
16203
16204 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
16205 * calendar/diary-lib.el (diary-button-face):
16206 Mark these face aliases as obsolete.
16207
16208 * calendar/calendar.el (calendar-today): Doc fix.
16209
16210 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
16211
16212 * progmodes/gdb-mi.el (gdb-control-all-threads)
16213 (gdb-control-current-thread): Force tool bar update.
16214 (gdb-non-stop-handler): New function.
16215 (gdb-init-1): Use it to test if non-stop mode is supported.
16216 Remove unused gdbmi buffer type.
16217
16218 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
16219
16220 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
16221 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
16222
16223 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
16224
16225 * comint.el (comint-exec-1): Check command is non-null first.
16226 Part of gdb-mi.el change (2009-08-28).
16227
16228 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16229
16230 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
16231
16232 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
16233
16234 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
16235 instead of `dolist' to avoid a recursive require when bootstrapping.
16236
16237 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16238
16239 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
16240
16241 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
16242
16243 * net/imap.el (imap-send-command): Simplify.
16244 (imap-wait-for-tag): point-max -> buffer-size.
16245
16246 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
16247
16248 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
16249 with constant argument.
16250
16251 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
16252
16253 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
16254
16255 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
16256 Change default, since most of our files don't have a history.
16257 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
16258 the user.
16259
16260 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16261 Add comint-run.
16262
16263 * calc/calc.el: Improve commenting convention.
16264 (calc-digit-map, toplevel): Simplify.
16265
16266 * comint.el (comint-insert-input): Be careful to only set point if we
16267 don't delegate to some other command.
16268
16269 * proced.el (proced-signal-list): Make it an alist.
16270 (proced-grammar-alist): Capitalize names.
16271 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
16272 Disable undo manually and make it read-only.
16273 Use completion-annotate-function.
16274
16275 * minibuffer.el (minibuffer-message): If the current buffer is not
16276 a minibuffer, insert the message in the echo area rather than at the
16277 end of the buffer.
16278 (completion-annotate-function): New variable.
16279 (minibuffer-completion-help): Use it.
16280 (completion--embedded-envvar-table): Environment vars are
16281 always case-sensitive.
16282
16283 2009-08-30 Glenn Morris <rgm@gnu.org>
16284
16285 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
16286 from fortran-current-defun.
16287 (fortran-beginning-of-subprogram): Be more precise about finding the
16288 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
16289 (fortran-end-of-subprogram): Simplify.
16290 (fortran-current-defun): Use fortran-start-prog-re.
16291
16292 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
16293
16294 * subr.el (do-after-load-evaluation): Simplify.
16295
16296 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
16297
16298 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
16299
16300 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
16301 (vc-rcs-print-log): Use it.
16302
16303 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
16304
16305 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
16306
16307 * paths.el (abbrev-file-name): Move to abbrev.el.
16308 * abbrev.el (abbrev-file-name): Move from paths.el.
16309 Obey user-emacs-directory.
16310 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
16311 user-emacs-directory.
16312 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
16313 abbrev-file-name and calc-settings-file any more.
16314 * startup.el (command-line): Recompute abbrev-file-name and
16315 abbreviated-home-dir.
16316 (normal-no-mouse-startup-screen): Improve the generic code and get rid
16317 of the special code for when C-h bindings haven't been changed.
16318 (display-startup-echo-area-message): Use with-current-buffer.
16319 (command-line-1): Use a list of strings, rather than a list of lists
16320 of strings for longopts.
16321
16322 * files.el (get-free-disk-space): Use / for default-directory.
16323
16324 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
16325 Use with-current-buffer.
16326
16327 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
16328 Recognize immutable variables like most-positive-fixnum.
16329 (byte-compile-setq-default): Check and warn if trying to assign
16330 to an immutable variable, or a non-variable.
16331
16332 * progmodes/cc-vars.el (c-comment-continuation-stars):
16333 * progmodes/cc-engine.el (c-looking-at-bos):
16334 * progmodes/cc-cmds.el (c-toggle-auto-state)
16335 (c-forward-into-nomenclature, c-backward-into-nomenclature)
16336 (c-comment-line-break-function): Add version of obsolescence.
16337
16338 2009-08-28 Juri Linkov <juri@jurta.org>
16339
16340 * files.el (magic-fallback-mode-alist): Add ZIP magic number
16341 associated with `archive-mode'.
16342
16343 * image.el (image-type-header-regexps): Use only JPEG magic number
16344 to determine JPEG images, and don't use `image-jpeg-p' because
16345 Emacs can display non-JFIF non-Exif JPEG images.
16346
16347 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
16348
16349 * arc-mode.el (archive-mode):
16350 * emacs-lisp/re-builder.el (re-builder-unload-function):
16351 Protect against the default value of `major-mode' being nil.
16352
16353 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
16354
16355 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
16356 Fix typos in docstrings.
16357
16358 * progmodes/js.el (js--macro-decl-re): Doc fix.
16359 (js--plain-method-re, js--split-name): Refloc docstring.
16360 (js--class-styles, js--make-merged-item, js--splice-into-items):
16361 Fix typos in docstrings; reflow docstrings.
16362 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
16363 (js--variable-decl-matcher, js--inside-pitem-p)
16364 (js--parse-state-at-point, js--get-all-known-symbols)
16365 (js--symbol-history, js-find-symbol, js--js-references)
16366 (js--moz-interactor, js--js-encode-value, js--read-tab):
16367 Fix typos in docstrings.
16368
16369 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
16370
16371 * textmodes/reftex.el (reftex-get-file-buffer-force):
16372 * progmodes/verilog-mode.el (verilog-batch-execute-func):
16373 * emulation/viper.el (viper-go-away, viper-set-hooks):
16374 * emacs-lisp/re-builder.el (re-builder-unload-function):
16375 * emacs-lisp/bytecomp.el (byte-compile-file):
16376 * ses.el (ses-unload-function):
16377 * hexl.el (hexl-find-file):
16378 * files.el (normal-mode):
16379 * ehelp.el (with-electric-help):
16380 * autoinsert.el (auto-insert-alist):
16381 * arc-mode.el (archive-mode):
16382 Use (default-value 'major-mode) instead of default-major-mode.
16383
16384 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
16385 * international/mule.el (load-with-code-conversion):
16386 * emacs-lisp/debug.el (debug):
16387 * ediff-vers.el (ediff-rcs-get-output-buffer):
16388 * dired.el (dired-internal-noselect): Don't let-bind
16389 default-major-mode around code that doesn't use it.
16390 E.g. buffer creation via get-buffer-create doesn't use it.
16391
16392 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
16393
16394 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
16395 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
16396 when writing the temp file. Otherwise, epa-file gets confused.
16397 (tramp-register-file-name-handlers): Make it a defun. Move also
16398 `epa-file-handler' to the front of `file-name-handler-alist'.
16399
16400 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
16401
16402 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
16403 start right after a ^M.
16404 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
16405 (tramp-completion-file-name-regexp-separate)
16406 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
16407 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
16408 Don't modify last-coding-system-used by accident.
16409 (tramp-completion-file-name-handler): Apply the checks here,
16410 instead during registration.
16411 (tramp-register-file-name-handlers): Renamed from
16412 `tramp-register-file-name-handler'. Register both
16413 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
16414 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
16415
16416 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
16417
16418 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
16419 Remove variable ...
16420 (gdb-init-1, gdb-display-separate-io-buffer)
16421 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
16422 references to it.
16423 (gdb-inferior-io-mode): Use make-comint-in-buffer.
16424 (gdb-inferior-filter): Use comint-output-filter to stop
16425 echoing and remove ^M characters.
16426
16427 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
16428
16429 * emulation/viper-init.el (viper-restore-cursor-type):
16430 * emulation/cua-base.el (cua--update-indications):
16431 Replace default-cursor-type with (default-value 'cursor-type).
16432
16433 * mail/sendmail.el (mail-recover-1):
16434 * international/mule-diag.el (describe-current-coding-system-briefly)
16435 (describe-current-coding-system):
16436 * international/mule-cmds.el (select-safe-coding-system)
16437 (select-message-coding-system)
16438 (set-language-environment-coding-systems, set-locale-environment):
16439 * hexl.el (hexl-insert-multibyte-char):
16440 * dos-w32.el (find-buffer-file-type-coding-system):
16441 * simple.el (what-cursor-position):
16442 Replace uses of default-buffer-file-coding-system
16443 with (default-value 'buffer-file-coding-system).
16444
16445 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
16446 Replace uses of default-cursor-in-non-selected-windows
16447 with (default-value 'cursor-in-non-selected-windows).
16448 Use with-current-buffer.
16449
16450 * mail/feedmail.el: Use CL macros.
16451 (feedmail-run-the-queue, feedmail-send-it-immediately):
16452 * dos-w32.el (find-buffer-file-type): Replace uses of
16453 default-buffer-file-type with (default-value 'buffer-file-type).
16454
16455 2009-08-28 Glenn Morris <rgm@gnu.org>
16456
16457 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
16458 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
16459 Use default-value of major-mode rather than default-major-mode.
16460
16461 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
16462
16463 * Makefile.in (update-elcfiles): Report left over elc files.
16464
16465 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
16466 expand-file-name and with-current-buffer.
16467 (mail-get-names, mail-directory): Use with-current-buffer.
16468
16469 * vc.el (vc-read-revision): New function.
16470 (vc-version-diff, vc-merge): Use it.
16471
16472 2009-08-27 Sam Steingold <sds@gnu.org>
16473
16474 * simple.el (kill-do-not-save-duplicates): New user option.
16475 (kill-new): When it is non-nil, and the new string is the same as
16476 the latest kill, set replace to t to avoid duplicates in kill-ring.
16477
16478 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
16479
16480 * net/tramp.el (tramp-handle-process-file): Do not flush all
16481 caches when `process-file-side-effects' is set.
16482 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
16483 instead of `tramp-find-file-exists-command'.
16484 Unset `process-file-side-effects'.
16485
16486 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
16487
16488 * net/tramp.el (tramp-methods): New method "rsyncc".
16489 (top): Add completion function for "rsyncc".
16490 (tramp-message-show-message): New defvar.
16491 (tramp-message, tramp-error): Use it.
16492 (tramp-do-copy-or-rename-file-directly): Extend check for direct
16493 remote copying.
16494 (tramp-do-copy-or-rename-file-out-of-band): Handle new
16495 `tramp-methods' entry `copy-env' of "rsyncc".
16496 (tramp-vc-registered-read-file-names): New defconst.
16497 (tramp-vc-registered-file-names): New defvar.
16498 (tramp-handle-vc-registered): Implement optimization strategy.
16499 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
16500 (tramp-vc-file-name-handler): New defun.
16501 (tramp-get-ls-command, tramp-get-test-command)
16502 (tramp-get-file-exists-command, tramp-get-remote-ln)
16503 (tramp-get-remote-perl, tramp-get-remote-stat)
16504 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
16505
16506 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
16507 (tramp-cache-inhibit-cache): Extend doc string. It allows also
16508 timestamps.
16509 (tramp-get-file-property): Check for timestamps in
16510 `tramp-cache-inhibit-cache'.
16511 (tramp-set-file-property): Write timestamp.
16512
16513 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16514
16515 * language/japan-util.el (japanese-symbol-table): Add entries for
16516 cp932-2-byte.
16517
16518 * international/characters.el: Add category `j' to cp932-2-byte.
16519
16520 2009-08-27 Kenichi Handa <handa@m17n.org>
16521
16522 * international/fontset.el (build-default-fontset-data): New macro.
16523 (setup-default-fontset): Use build-default-fontset-data for CJK,
16524 tibetan, ethiopic, and ipa.
16525
16526 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
16527
16528 * cus-start.el (default-major-mode): Customize `major-mode' instead.
16529 (enable-multibyte-characters): Not customizable any more.
16530
16531 * subr.el (default-mode-line-format, default-header-line-format)
16532 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
16533 (default-direction-reversed, default-truncate-lines)
16534 (default-left-margin, default-tab-width, default-case-fold-search)
16535 (default-left-margin-width, default-right-margin-width)
16536 (default-left-fringe-width, default-right-fringe-width)
16537 (default-fringes-outside-margins, default-scroll-bar-width)
16538 (default-vertical-scroll-bar, default-indicate-empty-lines)
16539 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
16540 (default-fringe-cursor-alist, default-scroll-up-aggressively)
16541 (default-scroll-down-aggressively, default-fill-column)
16542 (default-cursor-type, default-buffer-file-type)
16543 (default-cursor-in-non-selected-windows)
16544 (default-buffer-file-coding-system, default-major-mode)
16545 (default-enable-multibyte-characters): Mark as obsolete.
16546
16547 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
16548
16549 * vc-dir.el (vc-dir-update): Remove debug helper.
16550
16551 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
16552
16553 2009-08-26 Sam Steingold <sds@gnu.org>
16554
16555 * simple.el (save-interprogram-paste-before-kill): New user option.
16556 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
16557 save the interprogram-paste into kill-ring before overriding it
16558 with the Emacs kill.
16559
16560 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
16561
16562 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
16563 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
16564 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
16565 and move to vc-rcs.el.
16566 (vc-default-next-revision): Rename to vc-rcs-next-revision and
16567 move to vc-rcs.el.
16568 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
16569 (vc-rcs-update-changelog): Remove.
16570 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
16571 and move to vc-rcs.el.
16572
16573 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
16574 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
16575 renaming.
16576 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
16577 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
16578 vc.el, renamed to be RCS specific.
16579
16580 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
16581 New functions.
16582 (vc-cvs-update-changelog): Move here from vc.el.
16583
16584 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
16585 New functions.
16586
16587 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
16588
16589 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
16590
16591 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
16592
16593 * vc-git.el (vc-git-register): Use "git add" for directories.
16594 (vc-git-stash, vc-git-stash-show): New functions.
16595 (vc-git-extra-menu-map): Bind them.
16596
16597 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
16598 directory correctly in case the item is a directory itself.
16599
16600 * vc.el: Document the desired behavior for reverted files in the
16601 `added' state.
16602 (vc-default-prettify-state-info): Remove function, unused.
16603
16604 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
16605
16606 2009-08-26 Glenn Morris <rgm@gnu.org>
16607
16608 * bindings.el (standard-mode-line-format): Reposition dashes in
16609 which-func entry. (Bug#4217)
16610
16611 * files.el (enable-local-variables, enable-local-eval)
16612 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
16613 the defcustoms.
16614 (auto-mode-alist, ignored-local-variables)
16615 (save-some-buffers-action-alist): Move risky declarations to the
16616 definitions.
16617 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
16618 (font-lock-defaults, format-alist, imenu--index-alist)
16619 (imenu-generic-expression, input-method-alist, minor-mode-alist)
16620 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
16621 (mode-line-modified, mode-line-mule-info, mode-line-position)
16622 (mode-line-process, mode-line-remote, outline-level)
16623 (parse-time-rules, rmail-output-file-alist)
16624 (special-display-buffer-names, vc-mode):
16625 Move risky declarations to the relevant files.
16626 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
16627 (mode-line-modified, mode-line-process, mode-line-position)
16628 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
16629 * font-core.el (font-lock-defaults):
16630 * format.el (format-alist):
16631 * vc-hooks.el (vc-mode):
16632 * window.el (special-display-buffer-names):
16633 * international/mule-cmds.el (input-method-alist):
16634 Define riskiness here (dumped file) rather than in files.el.
16635 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
16636 * imenu.el (imenu-generic-expression, imenu--index-alist):
16637 * outline.el (outline-level):
16638 * time.el (display-time-string):
16639 * calendar/parse-time.el (parse-time-rules):
16640 * mail/rmailout.el (rmail-output-file-alist):
16641 Autoload riskiness here, rather than placing in files.el.
16642
16643 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
16644
16645 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
16646
16647 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
16648
16649 * simple.el (process-file-side-effects): New defvar.
16650
16651 * dired-aux.el (dired-show-file-type):
16652 * vc.el (vc-diff-internal):
16653 * vc-arch.el (vc-arch-diff):
16654 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
16655 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
16656 * vc-git.el (vc-git-registered, vc-git-working-revision)
16657 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
16658 (vc-git--empty-db-p):
16659 * vc-hooks.el (vc-user-login-name):
16660 * vc-svn.el (vc-svn-registered, vc-svn-state)
16661 (vc-svn-dir-extra-headers, vc-svn-find-revision):
16662 * progmodes/grep.el (grep-probe): Let-bind
16663 `process-file-side-effects' with nil.
16664
16665 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
16666
16667 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
16668 daemon. Replace ping by checking for running service for bluez
16669 and zeroconf. (Bug#4239)
16670
16671 2009-08-25 Kevin Ryde <user42@zip.com.au>
16672
16673 * net/dig.el (dig): Add autoload cookie.
16674
16675 2009-08-25 Glenn Morris <rgm@gnu.org>
16676
16677 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
16678 load-history for absolute file-names.
16679 (byte-compile-file-form-require): Warn about use of the cl package.
16680
16681 * format.el (format-alist): Doc fix.
16682
16683 * play/bubbles.el (top-level): Don't require cl at run-time.
16684
16685 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
16686 run-time cl).
16687
16688 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
16689
16690 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
16691 from cl package.
16692 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
16693
16694 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
16695
16696 * calc/calc-alg.el (math-trig-rewrite)
16697 (math-hyperbolic-trig-rewrite): New functions.
16698 (calc-simplify): Simplify trig functions when asked.
16699
16700 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16701
16702 * diff-mode.el (diff-find-source-location): Avoid goto-line.
16703
16704 2009-08-24 Kenichi Handa <handa@m17n.org>
16705
16706 * language/ind-util.el (mapthread): Delete it.
16707 (combinatorial): New function.
16708 (indian--puthash-cv): Use combinatorial instead of mapthread.
16709
16710 2009-08-22 Kevin Ryde <user42@zip.com.au>
16711
16712 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
16713 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
16714 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
16715 Clarify docstring that the value is strings not symbols.
16716 (checkdoc-list-of-strings-p): New function.
16717
16718 2009-08-22 Glenn Morris <rgm@gnu.org>
16719
16720 * files.el (auto-mode-alist):
16721 * hippie-exp.el (he-concat-directory-file-name):
16722 * lpr.el (lpr-windows-system, printer-name):
16723 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
16724 * ps-print.el (ps-windows-system):
16725 * startup.el (command-line):
16726 * emulation/viper-ex.el (viper-glob-function):
16727 * international/mule-cmds.el (set-language-environment-coding-systems):
16728 * net/ange-ftp.el (ange-ftp-write-region):
16729 * obsolete/fast-lock.el (fast-lock-cache-name):
16730 Remove code for defunct system-types emx, macos, mswindows, next-mach,
16731 unisoft-unix, vax-vms, win32, w32.
16732
16733 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
16734 given name if the pattern is not more specific.
16735
16736 * calendar/lunar.el (lunar-phase-names): New option.
16737 (lunar-phase): Doc fix.
16738 (lunar-cycles-per-year): New constant.
16739 (lunar-index): New function.
16740 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
16741 (lunar-phase-name): Use lunar-phase-names.
16742 (calendar-lunar-phases): Use format.
16743 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
16744
16745 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
16746 Copy imenu-example--name-and-position function here for own use.
16747 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
16748
16749 * bs.el (bs--redisplay):
16750 * cus-edit.el (custom-redraw):
16751 * ibuffer.el (ibuffer-bury-buffer):
16752 * server.el (server-goto-line-column):
16753 * startup.el (command-line-1):
16754 * strokes.el (strokes-xpm-for-stroke):
16755 * term.el (term-display-buffer-line):
16756 * view.el (View-goto-line):
16757 * calc/calc.el (calc-do, calc-trail-buffer):
16758 * play/gamegrid.el (gamegrid-add-score-insecure):
16759 * progmodes/ada-mode.el (ada-compile-goto-error):
16760 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
16761 (ebrowse-select-1st-to-9nth):
16762 * progmodes/cperl-mode.el (cperl-time-fontification):
16763 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
16764 * progmodes/gud.el (gud-display-line):
16765 (idlwave-shell-display-line):
16766 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
16767 * progmodes/make-mode.el (makefile-browser-toggle):
16768 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
16769 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
16770 * textmodes/picture.el (picture-draw-rectangle):
16771 * textmodes/reftex-index.el (reftex-index-goto-letter):
16772 (reftex-select-jump-to-previous):
16773 * textmodes/reftex-sel.el (reftex-find-start-point)
16774 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
16775 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
16776 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
16777 * textmodes/tex-mode.el (tex-compilation-parse-errors):
16778 * textmodes/two-column.el (2C-associated-buffer):
16779 Use forward-line rather than goto-line.
16780
16781 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
16782 goto-line.
16783
16784 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
16785 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
16786 (quick-check-list-to-regexp): Declare.
16787
16788 * progmodes/make-mode.el (makefile-browser-insert-selection):
16789 Use goto-char rather than goto-line.
16790
16791 * progmodes/prolog.el (compilation-error-regexp-alist)
16792 (compilation-forget-errors): Declare.
16793
16794 2009-08-22 Juri Linkov <juri@jurta.org>
16795
16796 * progmodes/grep.el (lgrep, rgrep): At the beginning
16797 set `dir' to `default-directory' unless `dir' is a non-nil
16798 readable directory. (Bug#4052)
16799 (lgrep, rgrep): Change a weird way to report an error
16800 from using `read-string' to using `error'.
16801 Instead of using interactive arguments in the function body,
16802 add new argument `confirm'.
16803
16804 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
16805
16806 * textmodes/remember.el (remember-buffer):
16807 * progmodes/cperl-mode.el (cperl-vc-header-alist):
16808 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
16809 (icalendar-extract-ical-from-buffer):
16810 * net/newst-treeview.el (newsticker-groups-filename):
16811 * net/newst-backend.el (newsticker-cache-filename):
16812 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
16813 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
16814 (speedbar-add-ignored-path-regexp, speedbar-line-path)
16815 (speedbar-buffers-line-path, speedbar-path-line)
16816 (speedbar-buffers-line-path):
16817 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
16818 (epg-sign-keys):
16819 * epa.el (epa-display-verify-result):
16820 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
16821
16822 2009-08-21 Glenn Morris <rgm@gnu.org>
16823
16824 * progmodes/js.el (inferior-moz-process): Fix declaration.
16825
16826 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
16827
16828 * obsolete/rnewspost.el (news-mail-reply):
16829 Use goto-char rather than goto-line.
16830
16831 * term/ns-win.el (ns-open-file-select-line):
16832 Use line-beginning-position rather than goto-line.
16833
16834 * apropos.el (apropos-command):
16835 * ehelp.el (electric-helpify):
16836 * printing.el (pr-show-setup):
16837 * strokes.el (strokes-help):
16838 * tutorial.el (tutorial--describe-nonstandard-key)
16839 (tutorial--detailed-help):
16840 * woman.el (woman-mini-help, woman-display-extended-fonts):
16841 * calc/calc-help.el (calc-describe-key):
16842 * emulation/edt.el (edt-electric-helpify):
16843 * international/mule-diag.el (mule-diag):
16844 * play/yow.el (apropos-zippy):
16845 * progmodes/python.el (python-describe-symbol):
16846 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
16847 * textmodes/table.el (*table--cell-describe-mode)
16848 (*table--cell-describe-bindings):
16849 Use help-print-return-message rather than the now obsolete alias.
16850
16851 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
16852 (calendar-cursor-to-visible-date):
16853 * play/5x5.el (5x5-position-cursor):
16854 * play/decipher.el (decipher):
16855 * play/gomoku.el (gomoku-goto-xy):
16856 * play/landmark.el (lm-goto-xy):
16857 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
16858 (mpuz-paint-digit):
16859 Use forward-line, not goto-line.
16860
16861 * mail/rmail.el (rmail-obsolete): Delete custom group.
16862 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
16863 (rmail-remote-password, rmail-remote-password-required):
16864 Remove unneeded :set-after and :set properties.
16865
16866 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
16867
16868 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
16869
16870 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
16871
16872 * loadup.el: Remove leftover macos code.
16873
16874 * vc-git.el (vc-git-annotate-command): Run asynchronously.
16875 Explicitly pass the date format to git blame so that user local
16876 so that the output format can be parsed.
16877
16878 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
16879
16880 * net/dbus.el (top): Don't check for (getenv
16881 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
16882
16883 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
16884
16885 * log-edit.el (log-edit-strip-single-file-name): New var.
16886 (log-edit-insert-changelog): Use it. Bug#3571
16887
16888 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
16889
16890 * subr.el (read-passwd): Use read-key so keypad keys work as well.
16891 Bug#3287
16892
16893 * help.el (help-print-return-message): Rename from
16894 print-help-return-message.
16895
16896 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
16897 cvs-mode-map parent hack.
16898 (log-view-mode): Derive from special-mode.
16899
16900 * linum.el (linum-mode): window-size-change-functions is redundant.
16901 Adapt to new window-configuration-change-hook behavior.
16902 (linum-after-size, linum-after-config): Remove.
16903
16904 * imenu.el (imenu-example--name-and-position)
16905 (imenu-example--lisp-extract-index-name)
16906 (imenu-example--create-lisp-index, imenu-example--create-c-index):
16907 Mark as obsolete.
16908
16909 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
16910 (inferior-prolog-mode): Use it.
16911 (inferior-prolog-load-file): Reset list of errors.
16912
16913 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16914
16915 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
16916
16917 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
16918
16919 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
16920
16921 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
16922 is running already.
16923
16924 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
16925
16926 * subr.el (listify-key-sequence-1): Use normal syntax since those
16927 integers are nowadays always represented by the same (positive) number
16928 on all platforms.
16929 (read-key-empty-map): New const.
16930 (read-key-delay): New var.
16931 (read-key): New function.
16932 (force-mode-line-update): Use with-current-buffer.
16933 (locate-user-emacs-file): Don't forget to abbreviate the file name.
16934 (start-process-shell-command, start-file-process-shell-command):
16935 Discourage the use of command-args.
16936
16937 2009-08-19 Glenn Morris <rgm@gnu.org>
16938
16939 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
16940
16941 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
16942
16943 * simple.el (choose-completion-string): Don't rely on
16944 minibuffer-completing-file-name and ad-hoc checks to decide whether
16945 to continue completion or not.
16946
16947 * minibuffer.el (minibuffer-hide-completions): New function.
16948 (completion--do-completion): Use it.
16949 (completions-annotations): New face.
16950 (completion--insert-strings): Use it.
16951 (completion-pcm--delim-wild-regex): Add docstring.
16952 (completion-pcm--string->pattern): Add support for 0-width delimiters
16953 in completion-pcm--delim-wild-regex.
16954
16955 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
16956
16957 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
16958 Remove unused var `buffer-modified-p'.
16959
16960 * minibuffer.el (completion--do-completion): Move point for the #b001
16961 case as well (bug#4176).
16962 (minibuffer-complete, minibuffer-complete-word): Don't move point.
16963
16964 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
16965
16966 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
16967 and :session buses.
16968
16969 2009-08-18 Kenichi Handa <handa@m17n.org>
16970
16971 * international/ucs-normalize.el (ucs-normalize-version):
16972 Change to 1.1.
16973 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
16974 (utf-8-hfs): Make it perform normalization on encoding too.
16975
16976 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
16977 (sentence-end-without-space): Delete duplicated chars.
16978 (sentence-end-base): Likewise.
16979
16980 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
16981 (html-mode): Delete duplicated chars from sentence-end-base.
16982
16983 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
16984 (texinfo-mode): Delete duplicated chars from sentence-end-base.
16985
16986 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
16987
16988 * files.el (hack-one-local-variable): If the mode function is for
16989 a minor mode, pass it an argument (Bug#4148).
16990
16991 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
16992
16993 * net/tramp.el (tramp-register-completion-file-name-handler):
16994 Check also for (member 'partial-completion completion-styles).
16995
16996 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
16997
16998 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
16999 abbrev (Bug#3943).
17000
17001 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
17002
17003 * progmodes/cperl-mode.el: Merge upstream 6.2.
17004 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
17005 (cperl-forward-re): Check cperl-brace-recursing.
17006 (cperl-highlight-charclass): New function.
17007 (cperl-find-pods-heres): Use it.
17008 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
17009 (cperl-beautify-regexp-piece): Fix column calculation.
17010 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
17011 (cperl-beautify-level): Don't process entire regexp.
17012 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
17013 calling man.
17014 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
17015 (cperl-init-faces): Build a list in the normal way.
17016
17017 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
17018
17019 * calendar/parse-time.el (parse-time-string-chars): Save match
17020 data.
17021
17022 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
17023
17024 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
17025 (sql-product): Use it.
17026 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
17027 (sql-set-product): Add completion.
17028 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
17029 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
17030 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
17031 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
17032 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
17033 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
17034 (sql-highlight-db2-keywords): Remove.
17035 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
17036 (sql-highlight-product): Use derived-mode-p.
17037 (sql-set-sqli-buffer): Use with-current-buffer.
17038 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
17039 Simplify.
17040
17041 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
17042
17043 * term.el: Fix commenting convention, turn comments into docstrings.
17044
17045 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
17046
17047 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
17048
17049 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
17050
17051 * calendar/parse-time.el (parse-time-string-chars): Compute using
17052 character classes, to handle non-ascii characters (Bug#3190).
17053
17054 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
17055
17056 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
17057 another heredoc if the user adds another < (Bug#3226).
17058
17059 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17060 Don't initialize based on window-system (Bug#4124).
17061
17062 * facemenu.el (facemenu-read-color): Use a completion function
17063 that accepts any defined color, such as RGB triplets (Bug#3677).
17064
17065 * files.el (get-free-disk-space): Change fallback default
17066 directory to /. Expand DIR argument before switching to fallback.
17067 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
17068
17069 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
17070
17071 * files.el (load-library): Doc fix.
17072
17073 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
17074
17075 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
17076 (viper-if-string): Redefine C-s in the minibuffer to insert the last
17077 incremental search string.
17078
17079 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
17080 XEmacs.
17081
17082 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
17083 (ediff-merge-region-is-non-clash)
17084 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
17085 Also check if the job is really a merge job.
17086
17087 * ediff.el (ediff-current-file): New function.
17088
17089 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
17090
17091 * progmodes/js.el: Edit docstrings throughout to follow Emacs
17092 conventions.
17093 (js-insert-and-indent): Delete function.
17094 (js-mode-map): Don't bind keys to js-insert-and-indent.
17095 (js-beginning-of-defun): Rename from js--beginning-of-defun.
17096 (js-end-of-defun): Rename from js--end-of-defun.
17097 (js-auto-indent-flag): Delete variable.
17098
17099 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
17100
17101 * progmodes/js.el: Remove proclaim statement.
17102 Defvar which-func-imenu-joiner-function to silence compiler.
17103
17104 * files.el (auto-mode-alist): Use js-mode for .js files.
17105
17106 * progmodes/js2-mode.el: Remove file.
17107
17108 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
17109
17110 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
17111
17112 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17113
17114 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
17115 Karl Landstrom <karl.landstrom@brgeight.se>
17116
17117 * progmodes/js.el: New file.
17118
17119 2009-08-14 Mark A. Hershberger <mah@everybody.org>
17120
17121 * timezone.el (timezone-parse-date): Add ability to understand ISO
17122 basic format (minimal separators) dates in addition to the
17123 already-supported extended format dates.
17124
17125 2009-08-14 Eli Zaretskii <eliz@gnu.org>
17126
17127 * international/ucs-normalize.el: Add a `coding' file variable.
17128
17129 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
17130
17131 2009-08-14 Sam Steingold <sds@gnu.org>
17132
17133 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
17134
17135 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
17136
17137 * faces.el (help-argument-name): Define it here instead of
17138 help-fns.el, because in daemon mode help-fns.el may be loaded when
17139 faces are still uninitialized (Bug#1078).
17140
17141 * help-fns.el (help-argument-name): Move defface to faces.el.
17142
17143 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
17144
17145 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
17146 create buffer with a pty but no process so that GDB can make the
17147 inferior the controlling process.
17148
17149 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
17150
17151 * international/ucs-normalize.el: New file.
17152
17153 2009-08-13 Richard Stallman <rms@gnu.org>
17154
17155 * mail/rmail.el (rmail-get-attr-names):
17156 Accept an attribute header that is too short.
17157
17158 * mail/rmail.el (rmail-forget-messages):
17159 Ignore nil elt in rmail-message-vector. Use dotimes.
17160
17161 * progmodes/compile.el (compilation-goto-locus):
17162 Use next-error-move-function.
17163
17164 * simple.el (next-error-move-function): New variable.
17165
17166 2009-08-12 Juri Linkov <juri@jurta.org>
17167
17168 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
17169 always non-nil. (Bug#4052)
17170
17171 * replace.el (read-regexp): Return empty string when
17172 `default-value' is nil.
17173 (keep-lines-read-args): Don't use empty string as the
17174 default value for `read-regexp'. (Bug#2495)
17175
17176 2009-08-12 Juri Linkov <juri@jurta.org>
17177
17178 * international/mule-cmds.el (ucs-insert): Change arguments
17179 from `arg' to `character', `count', `inherit' to be the same
17180 as in `insert-char'. Doc fix. (Bug#4039)
17181
17182 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
17183
17184 2009-08-12 Juri Linkov <juri@jurta.org>
17185
17186 * files-x.el: New file.
17187
17188 * files.el: Move code that deals with adding/deleting
17189 file/directory-local variables to files-x.el.
17190
17191 * Makefile.in (ELCFILES): Add files-x.elc.
17192
17193 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
17194
17195 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
17196 to use `goto-line'.
17197 (gdb-place-breakpoints, gdb-get-location): Rewritten without
17198 `goto-line'.
17199 (gdb-invalidate-disassembly): Do not refresh upon receiving
17200 'update signal. Instead, update all disassembly buffers only after
17201 threads list.
17202 (gdb): Send -target-detach when buffer is killed (Bug#3794).
17203 (gdb-starting): Moved -data-list-register-names...
17204 (gdb-stopped): ...here so it's sent when first thread stops.
17205 (gdb-registers-handler-custom): Do nothing if register names are
17206 unknown yet.
17207
17208 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
17209 from `gdb-mi.el' to avoid extra tangling.
17210
17211 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
17212 change which breaks `gud-def' definitions used in `gdb'.
17213 (gdb-update-gud-running): No extra fuss for updating frame number.
17214
17215 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
17216
17217 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
17218 (describe-language-environment-map, setup-language-environment-map)
17219 (set-coding-system-map): Move initialization into declaration.
17220 (set-language-info-alist): Last arg to define-key-after can be skipped.
17221
17222 * international/quail.el (quail-completion-1): Simplify.
17223 (quail-define-rules): Use slightly more compact code.
17224 (quail-insert-decode-map): Propertize keys, compact columns.
17225
17226 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17227 Add goto-line.
17228
17229 2009-08-10 Miles Bader <miles@gnu.org>
17230
17231 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
17232 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
17233 (js2-instance-member, js2-private-member, js2-private-function-call)
17234 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
17235 (js2-magic-paren, js2-external-variable):
17236 Remove "-face" suffix from face names.
17237 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
17238 (js2-highlight-undeclared-vars, js2-peek-token)
17239 (js2-parse-function-params, js2-mode-show-errors)
17240 (js2-mode-show-warnings, js2-make-magic-delimiter)
17241 (js2-mode-highlight-magic-parens): Update to use new face names.
17242
17243 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
17244
17245 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
17246 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
17247
17248 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
17249
17250 * subr.el: Provide hashtable-print-readable.
17251
17252 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
17253 hs-c-like-adjust-block-beginning.
17254 (hs-hide-block-at-point): Stop hiding at the beginning of
17255 hs-block-end-regexp (Bug#700).
17256
17257 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
17258
17259 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
17260 a macro.
17261 (gdb-registers-handler-custom): Do not fail when register names
17262 are unavailable.
17263
17264 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
17265
17266 * progmodes/gdb-mi.el (gdb-control-all-threads)
17267 (gdb-control-current-thread): Interactive setters for
17268 `gdb-gud-control-all-threads' to use in menu.
17269 (gdb-show-run-p): Show «Go» when process is not active.
17270 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
17271 gud/thread.xpm and gud/all.xpm.
17272
17273 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
17274
17275 * net/net-utils.el (net-utils-font-lock-keywords): New var.
17276 (nslookup-font-lock-keywords): Make it a variable.
17277 (net-utils-mode): New mode for viewing diagnostic network output.
17278 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
17279 (net-utils-run-simple): New function.
17280 (ifconfig, iwconfig, netstat, arp, route): Use it.
17281
17282 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
17283
17284 * progmodes/gdb-mi.el (gdb-read-memory-custom)
17285 (gdb-memory-set-address, def-gdb-set-positive-number)
17286 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
17287 after changing settings.
17288 (gdb-invalidate-disassembly): Update when first shown.
17289 (gdb-edit-locals-value): Fixed.
17290 (gdb-registers-handler-custom): Print registers in right order and
17291 allow changing register values (only for current thread yet).
17292 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
17293 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
17294 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
17295 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
17296 info in mode name.
17297 (gdb-registers-mode-map): TAB to switch to locals.
17298
17299 2009-08-08 Eli Zaretskii <eliz@gnu.org>
17300
17301 * mail/rmail.el (rmail-add-mbox-headers)
17302 (rmail-set-message-counters-counter): Search for
17303 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
17304
17305 2009-08-08 Glenn Morris <rgm@gnu.org>
17306
17307 * Makefile.in (ELCFILES): Update.
17308
17309 2009-08-07 Eli Zaretskii <eliz@gnu.org>
17310
17311 * mail/sendmail.el (mail-yank-original): Set
17312 buffer-file-coding-system from the one used by the message whose
17313 text is yanked.
17314
17315 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
17316 to "windows" when "pgnuplot" is used.
17317 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
17318 call accept-process-output if "pgnuplot" is used.
17319 (calc-graph-init): Don't send -display and -geometry to
17320 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
17321 running "pgnuplot -V" with shell-command-to-string.
17322
17323 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
17324 the default.
17325
17326 2009-08-07 Eli Zaretskii <eliz@gnu.org>
17327
17328 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
17329 org/org-latex.elc.
17330
17331 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
17332
17333 * vc-dispatcher.el (vc-resynch-window): Update comment.
17334
17335 * term.el (term-handle-ansi-escape): Add comments with the
17336 terminfo capabilities implemented.
17337
17338 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
17339
17340 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
17341 (gdb-var-create-handler): Rewritten using JSON parser.
17342 (gdb-propertize-header): Moved earlier.
17343 (gdb-set-header): Removed to avoid duplication.
17344 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
17345 Refresh disassembly buffers only after threads list have been
17346 update.
17347 (gdb-threads-header, gdb-registers-header): Per-buffer header line
17348 variables.
17349
17350 2009-08-04 Juri Linkov <juri@jurta.org>
17351
17352 * files.el: Commands to add/delete file/directory-local variables.
17353 (read-file-local-variable, read-file-local-variable-value)
17354 (read-file-local-variable-mode, modify-file-local-variable)
17355 (modify-file-local-variable-prop-line)
17356 (modify-dir-local-variable): New functions.
17357 (add-file-local-variable, delete-file-local-variable)
17358 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
17359 (add-dir-local-variable, delete-dir-local-variable)
17360 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
17361 (copy-dir-locals-to-file-locals-prop-line): New commands.
17362
17363 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
17364
17365 * abbrev.el (insert-abbrev-table-description): Prettify output.
17366 Suggested by Karl Chen.
17367
17368 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
17369
17370 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
17371 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
17372 (gdb-overlay-arrow-position, gdb-thread-position)
17373 (gdb-disassembly-position): Declare variables.
17374 (gdb-wait-for-pending): Function now.
17375 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
17376 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
17377 compilation goes smoothly.
17378 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
17379 (gdb-non-stop-setting): New customization setting which replaces
17380 `gdb-non-stop' so changing it doesn't break active GDB session.
17381 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
17382 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
17383 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
17384 (gdb-show-threads-by-default): New customization options.
17385 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
17386 routines.
17387 (gdb-get-buffer-create): Send buffers update signal when they are
17388 created.
17389 (gdb-invalidate-locals, gdb-invalidate-registers)
17390 (gdb-invalidate-breakpoints)
17391 (gdb-invalidate-threads, gdb-invalidate-disassembly)
17392 (gdb-invalidate-memory): Accept update signal.
17393 (gdb-current-context-command): Use --frame option.
17394 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
17395 Implement `gdb-frame-number' selection logic.
17396 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
17397 whether to show GUD toolbar buttons.
17398 (gdb-thread-exited): Unselect current thread when it exits.
17399 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
17400 (gdb-mark-line): Routine which sets overlay arrow or inverses
17401 video on fringeless displays.
17402 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
17403 to build aligned columns of data in GDB buffers and set text
17404 properties line-by-line.
17405 (gdb-invalidate-breakpoints)
17406 (gdb-breakpoints-list-handler-custom)
17407 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
17408 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
17409 (gdb-registers-handler-custom): Align data columns.
17410 (gdb-locals-handler-custom): Now prints data like in variable
17411 declarations.
17412 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
17413 Removed confusing buttons.
17414 (gdb-invalidate-threads): Append --frame.
17415 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
17416 between breakpoints/threads buffers.
17417 (gdb-set-window-buffer): Now can ignore dedicated windows.
17418 (gdb-propertize-header): Use `gdb-set-window-buffer'.
17419 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
17420 (def-gdb-thread-buffer-gud-command): Replaces
17421 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
17422 for fine thread control.
17423 (gdb-preempt-existing-or-display-buffer): New function used to
17424 display bound buffers without breaking window layout.
17425 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
17426 (gdb-select-frame): New version of `gdb-frames-select' which now
17427 sets `gdb-frame-number' so commands may use --frame option instead
17428 of inner debugger state.
17429 (gdb-frame-handler): Do not set `gdb-frame-number'.
17430 (gdb-threads-mode-map): Select threads with mouse.
17431
17432 * progmodes/gud.el (gdb-gud-context-call): Declare function to
17433 avoid compilation warning.
17434 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
17435 `gdb-show-stop-p`.
17436
17437 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
17438 Argument `key' renamed to `buffer-type'.
17439 (gdb-current-context-buffer-name): Do not add thread info to
17440 buffer name when no thread is selected.
17441 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
17442 command (bug 3794).
17443 (gdb-thread-selected): Handle `=thread-selected' notification.
17444 (gdb-wait-for-pending): New macro to deal with congestion problems.
17445 (gdb-breakpoints-list-handler-custom): Don't fail on pending
17446 breakpoints.
17447 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
17448 This fixes problem similar to one described in bug 3947.
17449 (gud-menu-map): More menu items.
17450 (gdb-init-1): Reset `gdb-thread-number' to nil.
17451
17452 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
17453 non-stop settings.
17454
17455 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
17456 (gdb-current-context-command): Do not append --thread if
17457 `gdb-thread-number' is nil.
17458 (gdb-running-threads-count, gdb-stopped-threads-count): New
17459 variables.
17460 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
17461 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
17462 customization options.
17463 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
17464 GUD commands.
17465 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
17466 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
17467 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
17468 set `gdb-thread-number' and update `gud-running' properly.
17469 (gdb-running): Update threads list when new threads appear.
17470 (gdb-stopped): Support non-stop operation and new thread switching
17471 logic.
17472 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
17473 (gdb-json-partial-output): New set of JSON routines.
17474 (def-gdb-auto-update-trigger): New `signal-list' optional
17475 argument.
17476 (gdb-thread-list-handler-custom): Update `gud-running',
17477 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
17478 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
17479 (gdb-continue-thread, gdb-step-thread): New commands for fine
17480 thread execution control.
17481 (gud-menu-map): New menu items to switch non-stop options.
17482 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
17483 (gdb-send): Mimic RET properly (bug 3794).
17484
17485 * progmodes/gdb-mi.el (gdb-rules-name-maker)
17486 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
17487 gdb-buffer-rules.
17488 (def-gdb-auto-update-handler): New nopreserve optional argument.
17489 (gdb-stack-list-frames-custom): Print stack from top to bottom.
17490
17491 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
17492 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
17493 (gdb-parent-mode): New mode to derive other GDB modes from.
17494 (gdb-display-disassembly-for-thread)
17495 (gdb-frame-disassembly-for-thread): New commands for threads
17496 buffer.
17497
17498 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
17499 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
17500 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
17501 (gdb-update): We now store all GDB buffers in a list so that they
17502 can be updated by traversing a list instead of calling invalidate
17503 triggers explicitly.
17504 (def-gdb-trigger-and-handler): New macro to define trigger-handler
17505 pair for GDB buffer.
17506 (gdb-stack-buffer-name): Add thread information.
17507 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
17508 handle pending triggers.
17509 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
17510 (def-gdb-thread-buffer-simple-command)
17511 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
17512 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
17513 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
17514 New commands which show buffers bound to thread.
17515 (gdb-stack-list-locals-regexp): Removed unused regexp.
17516
17517 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
17518 (gdb-locals-buffer-name, gdb-registers-buffer-name)
17519 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
17520 to (gud-comint-buffer) in *-buffer-name functions
17521 because (gdb-get-target-string) already does that.
17522 (gdb-locals-handler-custom, gdb-registers-handler-custom)
17523 (gdb-changed-registers-handler): Rewritten without regexps.
17524
17525 * progmodes/gdb-mi.el: Basic thread selection support.
17526 (gdb-thread-number): New variable.
17527 (gdb-current-context-command): New macro which adds --thread
17528 option to command.
17529 (gdb-threads-mode-map): Select thread with SPC.
17530 (gdb-thread-list-handler-custom): Mark current thread with overlay
17531 arrow. Synchronize GDB thread and Emacs thread.
17532 (gdb-select-thread): New command which selects current thread.
17533 (gdb-invalidate-frames, gdb-invalidate-locals)
17534 (gdb-invalidate-registers): Use --thread option.
17535
17536 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
17537
17538 * net/tramp.el (top): Make check for tramp-gvfs loading more
17539 robust. (Bug#3977)
17540 (tramp-handle-insert-file-contents): `unwind-protect' must be
17541 inside `with-parsed-tramp-file-name'.
17542
17543 * net/tramp-gvfs.el (top): Remove superfluous message when loading
17544 fails.
17545
17546 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
17547
17548 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
17549 directory if CLASSPATH is not set.
17550
17551 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
17552
17553 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
17554 New defconst.
17555 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
17556
17557 2009-08-02 Kevin Ryde <user42@zip.com.au>
17558
17559 * net/newst-backend.el (newsticker--raw-url-list-defaults):
17560 Update freshmeat link. Delete newsforge.com as it seems gone.
17561
17562 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
17563
17564 * select.el (x-set-selection): Doc fix (Bug#4021).
17565
17566 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
17567
17568 * help-fns.el (describe-variable): Treat list return values from
17569 dir-locals-find-file properly (Bug#4005).
17570
17571 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
17572
17573 * net/tramp.el (tramp-debug-message): Print also microseconds.
17574
17575 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
17576
17577 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
17578 or END is non-nil.
17579 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
17580 (tramp-get-debug-buffer): Change `outline-regexp' according to new
17581 format.
17582
17583 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
17584 (tramp-get-file-property): Use it.
17585
17586 * autorevert.el (auto-revert-handler): Allow
17587 `auto-revert-tail-mode' for remote files.
17588
17589 2009-08-02 Jason Rumney <jasonr@gnu.org>
17590
17591 * minibuffer.el (read-file-name): Treat confirm options to
17592 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
17593
17594 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
17595
17596 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
17597 (font-lock-variable-name-face, font-lock-constant-face): Darken
17598 the colors for light backgrounds.
17599
17600 2009-08-01 Eli Zaretskii <eliz@gnu.org>
17601
17602 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
17603 month names. (Bug#3987)
17604
17605 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
17606
17607 * simple.el (line-move-finish): Pass whole number to
17608 line-move-to-column.
17609 (line-move-visual): Perform hscroll to the recorded position.
17610
17611 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
17612
17613 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
17614
17615 2009-07-29 Alan Mackenzie <acm@muc.de>
17616
17617 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
17618
17619 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
17620
17621 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
17622 (gdb-place-breakpoints): Use full path when setting breakpoints.
17623
17624 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
17625
17626 * calc/calc.el (calc-mode-map): Add keybinding for
17627 `calc-transpose-lines'.
17628
17629 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
17630
17631 * calc/calc-misc.el (calc-transpose-lines): New function.
17632
17633 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
17634
17635 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
17636 Simplify check for out-of-band methods.
17637 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
17638 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
17639
17640 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
17641
17642 * vc-git.el (vc-git-checkin): Fix typo.
17643
17644 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
17645
17646 * progmodes/js2-mode.el: New file.
17647
17648 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
17649
17650 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
17651 (gud-menu-map): Adjust tooltip accordingly.
17652
17653 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
17654
17655 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
17656 (vc-bzr-log-view-mode): Adjust log-view-file-re.
17657
17658 * add-log.el (change-log-mode-map): Add a menu.
17659
17660 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
17661
17662 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
17663 function returns nil.
17664 (dbus-handle-event): Handle special return value :ignore.
17665 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
17666
17667 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
17668
17669 * view.el (view-mode-enable): Don't define Helper-return-blurb if
17670 it's not needed.
17671
17672 2009-07-25 Eli Zaretskii <eliz@gnu.org>
17673
17674 Fix Bug#3888:
17675
17676 * w32-vars.el (x-select-enable-clipboard): Doc fix.
17677
17678 * term/pc-win.el (x-display-name, x-colors)
17679 (x-select-enable-clipboard, x-select-text): Doc fix.
17680
17681 * term/common-win.el (x-display-name, x-colors): Doc fix.
17682
17683 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
17684 (xw-defined-colors): Doc fix.
17685
17686 * w32-fns.el (x-select-text, x-setup-function-keys)
17687 (x-get-selection, x-set-selection): Doc fix.
17688
17689 * term/x-win.el (x-select-text, x-setup-function-keys)
17690 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
17691
17692 * select.el (x-set-selection): Doc fix.
17693
17694 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
17695
17696 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
17697 instead of "IsNSSSupportAvailable". Avahi ought to work also when
17698 "IsNSSSupportAvailable" method is not available. Reported by
17699 Steve Youngs <steve@sxemacs.org>.
17700
17701 2009-07-24 Kenichi Handa <handa@m17n.org>
17702
17703 * international/characters.el: Fix setting of category ?C, ?|, ?K,
17704 and ?H. Fix setting of case for Latin Extended and Greek Extended.
17705 (build-unicode-category-table): Fix range checks.
17706
17707 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
17708
17709 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
17710 the buffer we try to sync is current when calling
17711 vc-resynch-buffer.
17712
17713 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
17714 not show up to date files.
17715
17716 2009-07-24 Glenn Morris <rgm@gnu.org>
17717
17718 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
17719 Add autoload cookies. If necessary, initialize.
17720 (elint-log): Handle non-file buffers.
17721 (elint-initialize): Add optional argument to reinitialize.
17722 (elint-find-builtin-variables): Save excursion.
17723
17724 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
17725
17726 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
17727 for Lint.
17728
17729 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17730
17731 * vc.el (vc-print-log-internal): New function, split out from ...
17732 (vc-print-log): ... here.
17733 (vc-dir-move-to-goal-column): Declare.
17734
17735 * vc-git.el (vc-git-add-signoff): New variable.
17736 (vc-git-checkin): Use it.
17737 (vc-git-toggle-signoff): New function.
17738 (vc-git-extra-menu-map): Bind it to menu.
17739 (vc-git--run-command-string): Accept a nil FILE argument.
17740 (vc-git-stash-list): New function.
17741 (vc-git-dir-extra-headers): Use it.
17742
17743 2009-07-23 Glenn Morris <rgm@gnu.org>
17744
17745 * help-fns.el (describe-variable): Describe ignored and risky local
17746 variables in a similar way to that in which we describe safe ones.
17747
17748 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
17749 (byte-compile-output-file-form, byte-compile-output-docform)
17750 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
17751 Give some more local variables with common names a "bytecomp-" prefix,
17752 so as not to shadow things during compilation.
17753 * emacs-lisp/cl-macs.el (load-time-value)
17754 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
17755 `outbuffer' to `bytecomp-outbuffer'.
17756
17757 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
17758 since the next two variables cover them automatically now.
17759 (elint-builtin-variables, elint-autoloaded-variables): New.
17760 (elint-unknown-builtin-args): Remove all members, since they can be
17761 parsed automatically now.
17762 (elint-extra-errors): New.
17763 (elint-env-add-env, elint-env-add-macro): Use cadr.
17764 (elint-current-buffer): Use or. Change final message.
17765 (elint-get-top-forms): Use line-end-position.
17766 (elint-init-env): Use cadr. Handle autoload, declare-function,
17767 and defalias.
17768 (elint-add-required-env): Doc fix. Use or. Standardize error.
17769 (regexp-assoc): Remove unused function.
17770 (elint-top-form): Set elint-current-pos, to record the start of the
17771 top-level form, for compilation-mode.
17772 (elint-form): Trap errors in macro expansion. Use dolist.
17773 (elint-unbound-variable): Use elint-builtin-variables and
17774 elint-autoloaded-variables.
17775 (elint-get-args): Use cadr, or.
17776 (elint-check-cond-form): Use dolist, cadr.
17777 (elint-check-condition-case-form): Doc fix. Use cadr.
17778 Use elint-extra-errors.
17779 (elint-log): New function.
17780 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
17781 Distinguish errors and warnings.
17782 (elint-log-message): Use with-current-buffer. Inhibit read-only.
17783 Use a bytecomp-style format.
17784 (elint-clear-log): Preserve default-directory. Inhibit read-only.
17785 (elint-get-log-buffer): Use compilation mode. Disable undo.
17786 Don't truncate lines.
17787 (elint-initialize): Set builtin and autoloaded variable lists.
17788 Only process elint-unknown-builtin-args if non-nil.
17789 (elint-find-builtin-variables, elint-find-autoloaded-variables):
17790 New functions.
17791 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
17792
17793 2009-07-22 Kevin Ryde <user42@zip.com.au>
17794
17795 * net/newst-backend.el (newsticker--parse-atom-1.0)
17796 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
17797 (newsticker--parse-rss-1.0):
17798 * progmodes/idlwave.el (idlwave-mode):
17799 * progmodes/idlw-shell.el (idlwave-shell-mode):
17800 * progmodes/vera-mode.el (vera-mode):
17801 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
17802 * progmodes/vhdl-mode.el (vhdl-mode):
17803 * textmodes/table.el (table-generate-source)
17804 (table--warn-incompatibility):
17805 Hyperlink urls in docstrings with URL `...'.
17806
17807 2009-07-22 Glenn Morris <rgm@gnu.org>
17808
17809 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
17810 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
17811 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
17812 Remove leading * from defcustom docs.
17813
17814 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
17815
17816 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
17817 defcustom doc.
17818 (list-load-path-shadows): Optionally, just return shadows as a string.
17819
17820 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
17821
17822 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
17823
17824 * mail/rmailedit.el (rmail-edit-mode): Use
17825 auto-save-include-big-deletions.
17826
17827 * mail/rmail.el (rmail-variables): Use
17828 auto-save-include-big-deletions.
17829
17830 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
17831 changes.
17832
17833 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
17834
17835 * calc/calc.el (calc-undo-length): New variable.
17836 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
17837
17838 2009-07-21 Richard Stallman <rms@gnu.org>
17839
17840 * files.el (auto-save-mode): Handle buffer-save-size = -2
17841 for toggling mode.
17842
17843 2009-07-21 Glenn Morris <rgm@gnu.org>
17844
17845 * textmodes/ispell.el (ispell-looking-back): Update declaration.
17846
17847 * calendar/todo-mode.el (calendar-current-date): Update declaration.
17848
17849 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
17850 silence compiler. Instead...
17851 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
17852 (ps-print-ensure-fontified): Update for above function name changes.
17853
17854 * printing.el (pr-mh-get-msg-num, pr-mh-show)
17855 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
17856 silence compiler. Instead...
17857 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
17858 (mh-show-buffer): Only define for compiler.
17859 (pr-mh-current-message): Update for above function name changes.
17860
17861 * files.el (abort-if-file-too-large): Explicitly pass `filename'
17862 as an argument.
17863 (find-file-noselect, insert-file-1): Update for above change.
17864
17865 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
17866
17867 * mail/mailclient.el (mailclient-send-it): Fix message.
17868
17869 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
17870 (edebug-eval): Check cl-debug-env is bound.
17871 (print-level, print-circle): Don't redefine built-in variables.
17872
17873 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
17874 (custom-print-vectors): Remove old comments from doc.
17875
17876 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
17877 (emerge-version): Make the variable an obsolete alias for the
17878 emacs-version variable. Make the function obsolete.
17879 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
17880 Emerge options, rather than merging in into the main Options menu.
17881 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
17882 and auto advance modes. Disable edit/fast items when not relevant.
17883
17884 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
17885
17886 * term/vt420.el (terminal-init-vt420): Fix typo.
17887
17888 2009-07-20 Sam Steingold <sds@gnu.org>
17889
17890 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
17891 variable (removed from compile.el on 2004-03-11).
17892
17893 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
17894
17895 * files.el (hack-local-variables-filter): Fix last change.
17896
17897 2009-07-19 Juri Linkov <juri@jurta.org>
17898
17899 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
17900 (dir-local-variables-alist): New buffer-local variable.
17901 (hack-local-variables-filter): If variable is not dir-local,
17902 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
17903 because file-local overrides dir-local.
17904 (c-postprocess-file-styles) <declare-function>:
17905 Remove obsolete declaration.
17906 (hack-dir-local-variables): Add dir-local variable/value pair to
17907 `dir-local-variables-alist' and remove duplicates. Doc fix.
17908
17909 * help-fns.el (describe-variable): Add information about
17910 file-local and dir-local variables.
17911
17912 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
17913
17914 * files.el (hack-local-variables-filter): Rewrite.
17915
17916 2009-07-19 Glenn Morris <rgm@gnu.org>
17917
17918 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
17919 Silence compiler by only defining on XEmacs.
17920
17921 * international/mule.el (auto-coding-regexp-alist): Only match
17922 BABYL... at the start of buffer, not of lines. (Bug#3790)
17923
17924 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
17925 non-calendar buffers (Bug#3862). Restore "not on a date" message.
17926 (cal-menu-context-mouse-menu): Doc fix.
17927
17928 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
17929
17930 * simple.el (mail-user-agent): Doc fix. Set :version tag.
17931
17932 2009-07-18 Juri Linkov <juri@jurta.org>
17933
17934 * info.el: Virtual Info keyword finder.
17935 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
17936 (Info-finder-file): New variable.
17937 (Info-finder-find-file): New function.
17938 (finder-known-keywords, finder-package-info)
17939 (find-library-name, lm-commentary): Use defvar and
17940 declare-function to silence compiler warnings.
17941 (Info-finder-find-node): New function.
17942 (info-finder): New command.
17943
17944 * subr.el (process-kill-buffer-query-function): New function.
17945 (add-hook)<kill-buffer-query-functions>: Add hook
17946 `process-kill-buffer-query-function'.
17947
17948 2009-07-18 Alan Mackenzie <acm@muc.de>
17949
17950 * progmodes/cc-mode.el (c-before-hack-hook)
17951 (c-postprocess-file-styles): Give invocation of `c-set-style'
17952 DONT-OVERRIDE parameter of t. Already set style variables will
17953 thus not be overridden by style settings given by `c-file-syle'.
17954
17955 * files.el (hack-local-variables-filter): Remove entries with
17956 duplicate keys from `file-local-variables-alist'.
17957
17958 2009-07-18 Eli Zaretskii <eliz@gnu.org>
17959
17960 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
17961 x-set-selection if display-selections-p returns nil for the
17962 current frame.
17963
17964 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
17965
17966 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
17967
17968 2009-07-18 Eli Zaretskii <eliz@gnu.org>
17969
17970 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
17971 Accept nil in addition to a regexp.
17972 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
17973 Accept nil in addition to a regexp.
17974 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
17975 buffers that have an associated file. Handle nil values of
17976 desktop-buffers-not-to-save and desktop-files-not-to-save.
17977 (Bug#3833)
17978
17979 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17980 (x-disown-selection-internal): New functions.
17981
17982 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
17983
17984 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
17985 warning.
17986 (gdb-breakpoints-header): Move forward to avoid compiler warning.
17987 (gdb-make-header-line-mouse-map): Remove duplicate definition.
17988
17989 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
17990
17991 * simple.el (set-mark): Revert last change.
17992
17993 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
17994
17995 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
17996 rendering of pngs is not possible instead of messaging a long
17997 description.
17998
17999 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
18000
18001 * w32-fns.el (x-selection-owner-p): New function.
18002
18003 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
18004 (mouse-yank-at-click, mouse-yank-primary): If
18005 select-active-regions is non-nil, deactivate the mark before
18006 insertion.
18007
18008 * simple.el (deactivate-mark, set-mark): Only save selection if we
18009 own it.
18010
18011 2009-07-17 Kenichi Handa <handa@m17n.org>
18012
18013 * case-table.el (describe-buffer-case-table): Fix for the case
18014 that KEY is a cons.
18015
18016 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
18017
18018 * vc-rcs.el (vc-rcs-find-file-hook):
18019 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
18020
18021 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
18022
18023 * net/tramp.el (tramp-wait-for-output): Handle the case when
18024 commands do not return a newline but a null byte before the shell
18025 prompt. (Bug#3858)
18026
18027 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18028
18029 * term/ns-win.el (ns-set-alpha): Don't declare.
18030 (ns-set-background-alpha): Remove function.
18031
18032 2009-07-16 Kevin Ryde <user42@zip.com.au>
18033
18034 * emacs-lisp/copyright.el (copyright-update): Save match-data across
18035 y-or-n-p, for safety.
18036
18037 2009-07-16 Richard Stallman <rms@gnu.org>
18038
18039 * files.el (auto-save-mode): If buffer-saved-size is -2,
18040 don't clobber it.
18041
18042 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
18043 (rmail-retry-ignored-headers): Add more uninteresting fields.
18044
18045 2009-07-15 Jari Aalto <jari.aalto@cante.net>
18046
18047 * net/rcirc.el (rcirc): Use history variables.
18048 (rcirc-server-name-history, rcirc-nick-name-history)
18049 (rcirc-server-port-history): New variables.
18050
18051 2009-07-15 Kenichi Handa <handa@m17n.org>
18052
18053 * international/mule-cmds.el (set-language-environment-charset):
18054 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
18055 ignore them.
18056
18057 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
18058 Delete unibyte-display.
18059
18060 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
18061
18062 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
18063
18064 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
18065
18066 * simple.el (deactivate-mark): Optional argument FORCE.
18067 (set-mark): Use deactivate-mark.
18068
18069 * info.el (Info-search): No need to check transient-mark-mode
18070 before calling deactivate-mark.
18071
18072 * select.el (x-set-selection): Doc fix.
18073 (x-valid-simple-selection-p): Allow buffer values.
18074 (xselect--selection-bounds): Handle buffer values. Suggested by
18075 David De La Harpe Golden.
18076
18077 * mouse.el (mouse-set-region, mouse-drag-track): Call
18078 copy-region-as-kill before setting the mark, to let
18079 select-active-regions work.
18080
18081 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
18082
18083 * simple.el (deactivate-mark): If select-active-regions is
18084 non-nil, copy the selection data into a string.
18085 (activate-mark): If select-active-regions is non-nil, set the
18086 selection to the current buffer.
18087 (set-mark): Update selection if select-active-regions is non-nil.
18088
18089 * select.el (x-valid-simple-selection-p): Allow buffer values.
18090
18091 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
18092
18093 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
18094 and more featureful message-mode.
18095
18096 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
18097
18098 * select.el (x-set-selection): Doc fix.
18099 (x-valid-simple-selection-p): Disallow selection data consisting
18100 of a list or cons of integers, since that is not used.
18101 (xselect--selection-bounds, xselect--int-to-cons): New functions.
18102 (xselect-convert-to-string, xselect-convert-to-length)
18103 (xselect-convert-to-filename, xselect-convert-to-charpos)
18104 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
18105
18106 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
18107
18108 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
18109 output in -break-info command (Emacs bug #3794).
18110
18111 2009-07-14 Glenn Morris <rgm@gnu.org>
18112
18113 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
18114 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
18115 (edebug-print-length, edebug-print-level, edebug-print-circle)
18116 (edebug-sit-for-seconds, edebug-view-outside)
18117 (edebug-bounce-point, edebug-set-global-break-condition)
18118 (edebug-Go-nonstop-mode, edebug-trace-mode)
18119 (edebug-Trace-fast-mode, edebug-continue-mode)
18120 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
18121 (edebug-visit-eval-list): Doc fixes.
18122
18123 * subr.el (def-edebug-spec): Doc fix.
18124
18125 2009-07-14 Kenichi Handa <handa@m17n.org>
18126
18127 * international/characters.el: Fix setting of category ?C.
18128
18129 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
18130
18131 * term/ns-win.el (x-select-font): defalias x-select-font to
18132 ns-popup-font-panel instead of generate-fontset-menu.
18133
18134 2009-07-12 Eli Zaretskii <eliz@gnu.org>
18135
18136 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
18137
18138 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
18139
18140 * arc-mode.el (archive-find-type): Allow for a PK00 string before
18141 the PK\003\004 header (Bug#3770).
18142
18143 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
18144
18145 * pcomplete.el (pcomplete-comint-setup): Check for
18146 shell-dynamic-complete-filename too.
18147
18148 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
18149
18150 * simple.el (temporary-goal-column): Change the value for
18151 line-move-visual to a cons cell.
18152 (line-move-visual): Record or set the window hscroll, if
18153 necessary (Bug#3494).
18154 (line-move-1): Handle cons value of temporary-goal-column.
18155
18156 2009-07-11 Kenichi Handa <handa@m17n.org>
18157
18158 * international/mule-diag.el (describe-character-set): Don't show
18159 width.
18160
18161 2009-07-10 Sam Steingold <sds@gnu.org>
18162
18163 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18164 Omake sometimes indents the errors it prints, so allow all
18165 regexps to start with spaces.
18166
18167 2009-07-10 Eli Zaretskii <eliz@gnu.org>
18168
18169 * cus-edit.el (customize-changed-options-previous-release):
18170 Bump value to 22.1. (Bug#3804)
18171
18172 2009-07-08 Sam Steingold <sds@gnu.org>
18173
18174 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
18175 to be a cons cell (test . ignored-directory) to selectively ignore
18176 some directories depending on the location of the search.
18177
18178 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
18179
18180 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
18181 remote user is root, on the local host.
18182 (tramp-local-host-p): Either the local user or the remote user
18183 must be root. (Bug#3771)
18184
18185 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
18186
18187 * progmodes/gdb-mi.el (gdb): Remove description of
18188 gdb-use-separate-io-buffer.
18189 (menu): Don't allow toggling of or enable
18190 gdb-use-separate-io-buffer from menubar.
18191
18192 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
18193
18194 * mail/unrmail.el (unrmail): Make sure the message ends with two
18195 newlines (Bug#3769).
18196
18197 2009-07-08 Glenn Morris <rgm@gnu.org>
18198
18199 * calendar/calendar.el (calendar-current-date): Rework previous change.
18200
18201 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
18202
18203 * calendar/calendar.el (calendar-current-date):
18204 Add an optional argument giving an offset from today.
18205
18206 2009-07-08 Glenn Morris <rgm@gnu.org>
18207
18208 * tutorial.el (tutorial--describe-nonstandard-key):
18209 Adjust the message for when a key has been unbound.
18210 (help-with-tutorial): Hide the arch-tag.
18211
18212 2009-07-08 Kenichi Handa <handa@m17n.org>
18213
18214 * international/fontset.el (setup-default-fontset): For each
18215 script, append (not set) font-specs.
18216
18217 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
18218 docstring.
18219
18220 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
18221
18222 * progmodes/gdb-mi.el (gdb-init-1): Move sending
18223 -data-list-register-names to ...
18224 (gdb-starting): ... here because GDB 7.0 requires execution to
18225 have started when using this MI command.
18226 (gdb-set-header): New function to distinguish select and
18227 unselected tabs in gdb buffers.
18228 (gdb-propertize-header): New macro that uses gdb-set-header.
18229 (gdb-breakpoints-header, gdb-locals-header): Use it.
18230 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
18231
18232 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
18233
18234 * Makefile.in (ELCFILES): Remove fadr.elc.
18235
18236 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
18237
18238 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
18239 may contain frame information, so `string-match' should be used.
18240 (gdb-update): Disassembly is invalidated through
18241 `gdb-get-selected-frame'.
18242 (gdb-pad-string): New function to pad string with spaces.
18243 (gdb-invalidate-disassembly): Invalidate only if the buffer
18244 exists.
18245 (gdb-disassembly-handler-custom): Column alignment.
18246 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
18247 placing new ones.
18248 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
18249 end of line, too.
18250 (gdb-frame-handler): Match convention to for disassembly buffer
18251 mode name.
18252 (gdb-stack-list-frames-handler): Rewritten without regexps.
18253 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
18254 not highlight breakpoints without line information.
18255 (gdb-input): Add trailing newline to command.
18256
18257 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
18258 buffer properly.
18259 (gdb-breakpoints-list-handler-custom): Replacement for
18260 `gdb-break-list-handler'. Using real parser instead of regexps
18261 now.
18262 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
18263 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
18264 to place breakpoints.
18265 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
18266 functions.
18267 (gdb-disassembly-handler-custom): Show overlay arrow.
18268 (gdb-disassembly-place-breakpoints): Show breakpoints in
18269 disassembly buffer.
18270 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
18271 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
18272 instead of parsing breakpoints buffer. Fixed old menu references
18273 in `gud-menu-map'.
18274
18275 * fadr.el: Remove.
18276
18277 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
18278 (gdb-memory-address): New variable which holds top address of
18279 memory page shown in memory buffer.
18280 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
18281 customization variables.
18282 New functions:
18283 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
18284 display the memory buffer.
18285 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
18286 buffer display parameters.
18287 (def-gdb-memory-format, gdb-memory-format-binary)
18288 (gdb-memory-format-octal, gdb-memory-format-unsigned)
18289 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
18290 Functions for setting memory buffer format.
18291 (gdb-memory-unit-word, gdb-memory-unit-halfword)
18292 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
18293 unit size used in memory buffer.
18294 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
18295 to next/previous page of memory buffer.
18296 Now using (bindat-get-field) instead of fadr functions.
18297
18298 2009-07-07 Sam Steingold <sds@gnu.org>
18299
18300 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
18301 non-top-level files.
18302
18303 2009-07-07 Kenichi Handa <handa@m17n.org>
18304
18305 * international/mule-cmds.el (reset-language-environment): Put
18306 the highset priority to the charset iso-8859-1.
18307
18308 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
18309
18310 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
18311 to the end of the line when locating the block (Bug#700).
18312
18313 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
18314
18315 * net/tramp.el (tramp-handle-write-region): Flush file properties
18316 in case of short track.
18317
18318 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
18319
18320 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
18321 Coded custom representation of verilog error regular expressions
18322 to work with Emacs-22's new format.
18323 (verilog-error-regexp-xemacs-alist): Coded custom representation
18324 of verilog error regular expressions to work with XEmacs format.
18325 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
18326 error recognition into XEmacs.
18327 (verilog-error-regexp-add-emacs): Hook routine to install verilog
18328 error recognition into Emacs-22.
18329
18330 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
18331
18332 * woman.el: Remove stand-alone closing parentheses.
18333 (woman-file-name, woman2-format-paragraphs)
18334 (woman-leave-blank-lines): Code cleanup.
18335 (woman-use-own-frame): Change default to nil.
18336 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
18337 defaults to inherit from default faces.
18338 (woman2-process-escapes): Consume the newline after a stand-alone
18339 filler character (Bug#3651).
18340
18341 2009-07-06 Glenn Morris <rgm@gnu.org>
18342
18343 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
18344 (top-level): Move provide to the end.
18345 (ffap): Remove defunct URL from custom group.
18346
18347 * subr.el (eval-after-load): Doc fix.
18348
18349 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
18350
18351 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
18352 `calc-embedded-word' is called twice.
18353
18354 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
18355
18356 * files.el (find-alternate-file-other-window, find-alternate-file):
18357 Obey confirm-nonexistent-file-or-buffer.
18358
18359 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
18360
18361 * dired-aux.el (dired-show-file-type): Handle remote files.
18362
18363 2009-07-05 Jari Aalto <jari.aalto@cante.net>
18364
18365 * desktop.el (desktop-globals-to-save):
18366 Add file-name-history (Bug#2750).
18367
18368 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
18369
18370 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
18371
18372 2009-07-04 Johan Bockgård <bojohan@gnu.org>
18373
18374 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
18375 property on entire argument since this is what eshell-lisp-command
18376 expects.
18377
18378 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
18379
18380 * net/tramp-gvfs.el (tramp-gvfs-methods)
18381 (tramp-gvfs-zeroconf-domain)
18382 (tramp-bluez-discover-devices-timeout): Add version flag.
18383 (tramp-gvfs-handler-mounted-unmounted)
18384 (tramp-gvfs-connection-mounted-p): Polish handling of
18385 incompatibilities between GVFS 0.2 and 1.0.
18386
18387 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
18388
18389 * cus-start.el (all): Add make-pointer-invisible.
18390
18391 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
18392
18393 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
18394 formatted correctly.
18395
18396 2009-07-02 Juri Linkov <juri@jurta.org>
18397
18398 * info.el: Virtual Info files and nodes.
18399 (Info-virtual-files, Info-virtual-nodes): New variables.
18400 (Info-current-node-virtual): New variable.
18401 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
18402 New functions.
18403 (Info-file-supports-index-cookies): Use Info-virtual-file-p
18404 to check for a virtual file instead of checking a fixed list
18405 of node names.
18406 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
18407 instead of ad-hoc processing of "dir" and (apropos history toc).
18408 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
18409 instead of ad-hoc processing of "dir" and (apropos history toc).
18410 Reread a file when moving from a virtual node.
18411 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
18412 (Info-directory-toc-nodes, Info-directory-find-file)
18413 (Info-directory-find-node): New functions.
18414 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
18415 (Info-history): Move part of code to
18416 `Info-history-find-node'.
18417 (Info-history-toc-nodes, Info-history-find-file)
18418 (Info-history-find-node): New functions.
18419 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
18420 (Info-toc): Move part of code to `Info-toc-find-node'.
18421 (Info-toc-find-node): New function.
18422 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
18423 the current Info file name to references because now the node
18424 "*TOC*" belongs to the same Info manual.
18425 (Info-toc-build): Rename from `Info-build-toc'.
18426 (Info-toc-nodes): Rename input argument `file' to `filename'.
18427 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
18428 instead of ad-hoc processing of ("dir" apropos history toc).
18429 (Info-index-nodes): Use Info-virtual-file-p
18430 to check for a virtual file instead of checking a fixed list
18431 of node names.
18432 (Info-index-node): Add check for `Info-current-node-virtual'.
18433 Raise `save-match-data' higher up the tree to contain
18434 `search-forward' too (bug fix).
18435 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
18436 (Info-virtual-index-nodes): New variable.
18437 (Info-virtual-index-find-node, Info-virtual-index): New functions.
18438 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
18439 (Info-apropos-file, Info-apropos-nodes): New variables.
18440 (Info-apropos-toc-nodes, Info-apropos-find-file)
18441 (Info-apropos-find-node, Info-apropos-matches): New functions.
18442 (info-apropos): Move part of code to `Info-apropos-find-node' and
18443 `Info-apropos-matches'.
18444 (Info-mode-map): Bind "I" to `Info-virtual-index'.
18445 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
18446 for a virtual file instead of checking a fixed list of node names.
18447
18448 * simple.el (async-shell-command): New command.
18449
18450 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
18451
18452 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
18453 instead of `mount-info'.
18454
18455 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
18456
18457 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
18458 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
18459
18460 2009-07-02 Kenichi Handa <handa@m17n.org>
18461
18462 * international/mule.el (set-keyboard-coding-system): Force *-unix
18463 coding-system to avoid eol conversion.
18464
18465 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
18466
18467 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
18468 Add handler for `process-file', `shell-command' and
18469 `start-file-process'.
18470 (tramp-gvfs-handle-shell-command)
18471 (tramp-gvfs-handle-start-file-process)
18472 (tramp-gvfs-handle-process-file): New defuns.
18473 (tramp-synce-list-devices): Simplify check for existence of property.
18474
18475 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
18476
18477 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
18478
18479 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
18480
18481 * language/korean.el (set-language-info-alist): Add korean-cp949,
18482 cp949 to spec.
18483
18484 2009-07-01 Kenichi Handa <handa@m17n.org>
18485
18486 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
18487
18488 * international/encoded-kb.el: Deleted.
18489
18490 * international/mule.el (set-keyboard-coding-system): Perform the
18491 necessary setup here instead of calling encoded-kbd-setup-display.
18492
18493 2009-07-01 Glenn Morris <rgm@gnu.org>
18494
18495 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
18496
18497 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
18498
18499 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
18500
18501 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
18502
18503 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
18504 Handle also the 'rename case, when setting file modes. (Bug#3712)
18505 (tramp-default-file-modes): Remove execute permissions.
18506
18507 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
18508 (top): Add a default for "synce" in `tramp-default-user-alist'.
18509 Add completion function for "synce" method.
18510 (tramp-hal-service, tramp-hal-path-manager)
18511 (tramp-hal-interface-manager, tramp-hal-interface-device):
18512 New defconst.
18513 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
18514 (tramp-synce-list-devices, tramp-synce-parse-device-names):
18515 New defuns.
18516
18517 * net/trampver.el: Update release number.
18518
18519 2009-06-30 Kenichi Handa <handa@m17n.org>
18520
18521 * international/fontset.el (setup-default-fontset): Add CJK fonts
18522 for symbols and the other miscellaneous characters.
18523
18524 * language/korea-util.el (setup-korean-environment-internal):
18525 Make char-width-table suitable for Korean environments.
18526 (exit-korean-environment): Cancel above.
18527
18528 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
18529 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
18530 setup-function to make char-width-table suitable for respective
18531 environments, and an exit-function to cancel that.
18532
18533 * language/japan-util.el (setup-japanese-environment-internal):
18534 Call use-cjk-char-width-table with arg `ja_JP'.
18535
18536 * international/characters.el (cjk-char-width-table): Delete it.
18537 (cjk-char-width-table-list): New variable.
18538 (use-cjk-char-width-table): New arg local-name.
18539 (use-default-char-width-table): Fix for the case that Emacs is
18540 already using the default char-width-table.
18541
18542 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
18543
18544 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
18545 modes mandatory. (Bug#3712)
18546
18547 2009-06-29 Alan Mackenzie <acm@muc.de>
18548
18549 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
18550 correction between the visible width of TABs and their number of bytes.
18551
18552 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
18553
18554 * server.el (server-buffer-done): Prevent kill-buffer from
18555 prompting by clearing the buffer modification flag (Bug#3696).
18556
18557 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
18558
18559 * progmodes/verilog-mode.el (verilog-beg-of-statement)
18560 (verilog-endcomment-reason-re): Support unique case and priority case.
18561 (verilog-basic-complete-re): Support localparam lineup.
18562 (verilog-beg-of-statement-1): Fix for robustness, unique case.
18563 (verilog-set-auto-endcomments): Fix for unique case, always_comb
18564 commenting.
18565 (verilog-leap-to-case-head): Now support *nested* unique &
18566 priority case statements.
18567 (verilog-auto-lineup): Make just declarations the default (as it
18568 had been).
18569 (verilog-leap-to-case-head): Support priority/unique case statements.
18570 (verilog-auto-lineup): Rework to give users radio buttons to
18571 select the various styles of automatic lineup.
18572 (verilog-error-regexp-alist): Rework to support the XEmacs style
18573 of error regular expressions from compilers, lint tools &
18574 simulators. Note that GNU Emacs has made it impossible for a mode
18575 to load such things.
18576 (electric-verilog-terminate-line, verilog-indent-declaration)
18577 (verilog-auto-wiure): Rework for radio button selection of
18578 auto-lineup selection of specification of auto lineup.
18579 (verilog-beg-of-statement-1): Redesign to support proper operation
18580 in additional code, based on testing with auto-lineup.
18581 (verilog-calculate-indent, assignments & declarations)
18582 (verilog-backward-token): Enhance to support auto-lineup of
18583 assignments & declarations.
18584 (verilog-in-directive-p, verilog-at-struct-p): New function for
18585 easy test of whether we are.
18586 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
18587 to support safe execution at almost anyline.
18588 (verilog-calc-1): Properly support indenting deep inside generate
18589 blocks.
18590 (verilog-init-font): Remove definition & use of verilog-init-font,
18591 as it is redundant with font-lock-defaults.
18592 (verilog-mode): Alter the definition of verilog-font-lock-defaults
18593 to avoid circular calls if syntax-ppss is a function (as is the
18594 case now in 22.x GNU Emacs) as that function would sometimes call
18595 itself, leading to (nearly) infinite recursion.
18596 (verilog-ovm-begin-re, verilog-ovm-end-re)
18597 (verilog-ovm-statement-re, verilog-leap-to-head)
18598 (verilog-backward-token): Add support for OVM macros. Some are
18599 complete statements, and others open and close scopes like begin
18600 and end.
18601 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
18602 (verilog-defun-level-generate-only-re): Really fix the defun-list
18603 compilation issue.
18604 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
18605 coverpoint, constraint and cross statements.
18606 (verilog-defun-level-list, verilog-generate-defun-level-list)
18607 (verilog-all-defun-level-list): Redo these specifications - it is
18608 too hard to support eval-when compile aggregation of lists also
18609 built at when-compile time.
18610 (verilog-defun-level-list): Place defconsts of variables used in
18611 building regular expressions which are built in eval-when-compile
18612 bodies in the same eval-when-compile body to facilitate compile
18613 without load.
18614 (verilog-beg-block-re-ordered): Support indenting
18615 virtual/protected tasks and functions.
18616 (verilog-defun-level-list, verilog-in-generate-region-p)
18617 (verilog-backward-ws&directives, verilog-calc-1): Speed up
18618 indentation of some module items (generate items).
18619 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
18620 across virtual/protected tasks and functions.
18621
18622 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
18623
18624 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
18625 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
18626 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
18627 in concatenations. Reported by Yishay Belkind.
18628 (verilog-auto-ascii-enum): Support one-hot state machines in
18629 AUTOASCIIENUM. Suggested by Lloyd Gomez.
18630 (verilog-auto-inst, verilog-auto-inst-port): Include interface
18631 modport in AUTOINST and add vl-modport for users. Reported by
18632 David Rogoff.
18633 (verilog-auto-inout-module, verilog-auto-inst)
18634 (verilog-decls-get-interfaces, verilog-insert-definition)
18635 (verilog-insert-one-definition, verilog-read-decls)
18636 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
18637 (verilog-sig-modport, verilog-signals-combine-bus)
18638 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
18639 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
18640 Suggested by David Rogoff.
18641 (verilog-repair-open-comma): Fix non-insertion of comma when
18642 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
18643 (verilog-make-width-expression): Simplify [A-1:0] expression
18644 widths to just {A{1'b0}}.
18645 (verilog-mode): Cleanup checkdoc warnings.
18646 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
18647 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
18648 inputs/outputs or data type. Suggested by Vasu Kandadi.
18649 (next-error-last-buffer): Fix byte-compiler warning.
18650 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
18651 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
18652 or shell command text during AUTO expansion. Suggested by Tad Truex.
18653 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
18654 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
18655 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
18656 in AUTOINOUT. Reported by Matthew Lovell.
18657 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
18658 causing use of <= assignments. Reported by Alex Reed.
18659 (verilog-read-decls): Fix triand, trior, wand, wor to be
18660 recognized by AUTOWIRE. Reported by Spencer Isaacson.
18661 (verilog-extended-complete-re): Support import "DPI-C" functions.
18662 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
18663 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
18664 (verilog-insert-date, verilog-insert-year)
18665 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
18666 Windows systems. Reported by Michael Potts.
18667 (verilog-read-module-name): Fix AUTOINST when the child module
18668 declaration's name is a tick define. Reported by Elliot Mednick.
18669 (verilog-read-decls): Fix V2K parameter bit subscripts getting
18670 passed to next parameter's definition. Reported by Bruce T.
18671 (verilog-read-decls): Fix detecting "parameter int" when using
18672 AUTOINSTPARAM. Reported by Bruce T.
18673 (verilog-goto-defun): Fix goto not finding modules unless first
18674 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
18675 (verilog-mode): Expand -f flag arguments on entry to mode so
18676 verilog-goto-defun will work. Reported by Lawrence Butcher.
18677 (verilog-getopt): Expand environment variables in -f file
18678 arguments. Suggested by Lawrence Butcher.
18679 (verilog-set-define): Fix "Symbol's value as variable is void"
18680 when reading enumerations.
18681 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
18682 Suggested by Stephen Peltan.
18683 (verilog-read-defines): Fix reading of enumerations in include
18684 files. Reported by Steve Peltan.
18685
18686 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
18687
18688 * files.el (trash-directory): Fix defcustom type.
18689
18690 2009-06-28 Juri Linkov <juri@jurta.org>
18691
18692 * help-fns.el (describe-function-1): Correctly locate adviced
18693 functions in hyperlink (Bug#2438).
18694
18695 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
18696
18697 * files.el (trash-directory): Change default to nil.
18698 (move-file-to-trash): If trash-directory is nil and
18699 system-move-file-to-trash is unbound, perform freedesktop-style
18700 trashing.
18701
18702 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
18703
18704 * files.el (move-file-to-trash): Add freedesktop trash
18705 support (Bug#973).
18706
18707 2009-06-28 Glenn Morris <rgm@gnu.org>
18708
18709 * autorevert.el (global-auto-revert-non-file-buffers)
18710 (global-auto-revert-mode): Doc fixes.
18711
18712 2009-06-27 Johan Bockgård <bojohan@gnu.org>
18713
18714 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
18715
18716 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
18717
18718 * faces.el (x-handle-named-frame-geometry): Ensure that we have
18719 opened an X connection before calling x-get-resource (Bug#3194).
18720
18721 * play/doctor.el: Remove reference to obsolete website.
18722 (make-doctor-variables): Correct grammar mistake (Bug#2633).
18723
18724 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
18725
18726 Remove find-file-not-found-hook VC method. (Bug#2757)
18727 * vc-hooks.el (vc-file-not-found-hook)
18728 (vc-default-find-file-not-found-hook): Remove functions.
18729 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
18730 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
18731 * vc.el:
18732 * vc-hg.el:
18733 * vc-git.el: Do not mention find-file-not-found-hook VC method.
18734
18735 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
18736
18737 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
18738 compatibility function for `looking-back'.
18739
18740 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
18741 Use `ispell-looking-back'.
18742
18743 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
18744
18745 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
18746 rather than `filename'.
18747
18748 2009-06-23 Miles Bader <miles@gnu.org>
18749
18750 * face-remap.el (text-scale-set): New function.
18751
18752 2009-06-23 Glenn Morris <rgm@gnu.org>
18753
18754 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
18755
18756 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
18757
18758 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
18759
18760 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
18761
18762 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
18763 Simplify Persian conditionals.
18764
18765 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
18766 variable `filename'.
18767
18768 * comint.el (comint-insert-input): Doc fix.
18769
18770 * Makefile.in (ELCFILES): Fix typo in previous change.
18771
18772 2009-06-23 Miles Bader <miles@gnu.org>
18773
18774 * cus-start.el: Add entry for `recenter-redisplay'.
18775
18776 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
18777
18778 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
18779 Add an optional argument for the backend, use it instead of
18780 calling vc-backend.
18781 (vc-mode-line): Add an optional argument for the backend.
18782 Pass the backend to vc-state and vc-working-revision. Move code for
18783 special handling for vc-state being a buffer to ...
18784
18785 * vc-rcs.el (vc-rcs-find-file-hook):
18786 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
18787
18788 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
18789 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
18790 vc-stay-local-p and vc-mode-line calls.
18791
18792 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
18793 (vc-cvs-diff, vc-cvs-annotate-command)
18794 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
18795 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
18796 vc-mode-line calls.
18797
18798 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
18799 direct comparison.
18800 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
18801 backend when calling vc-mode-line.
18802 (vc-register): Do not create a closure for calling the vc register
18803 function, call it directly.
18804
18805 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
18806
18807 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
18808 to make it obvious item can be clicked.
18809
18810 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
18811
18812 2009-06-23 Kenichi Handa <handa@m17n.org>
18813
18814 * language/korea-util.el (korean-key-bindings): Change the binding
18815 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
18816 same command.
18817
18818 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
18819
18820 Sync with Tramp 2.1.16.
18821
18822 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
18823
18824 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
18825 when a loading of a package fails. Completion function for rsync
18826 is `tramp-completion-function-alist-ssh'.
18827 (all): Replace all calls of `split-string' and
18828 `tramp-split-string' by `tramp-compat-split-string'.
18829 (tramp-default-method): Use `tramp-compat-process-running-p'.
18830 (tramp-default-proxies-alist): Allow also Lisp forms.
18831 (tramp-remote-path): Add choice "Private Directories".
18832 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
18833 (tramp-domain-regexp): Allow also "-", "_" and ".".
18834 (tramp-end-of-output): Remove newlines, and add "$" at the end.
18835 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
18836 (tramp-debug-message): Insert header line in debug buffer.
18837 (tramp-handle-directory-files-and-attributes-with-stat):
18838 Care about filenames with spaces, or starting with "-".
18839 (tramp-handle-dired-uncache): New defun.
18840 (tramp-handle-insert-directory): Don't flush the directory from
18841 cache, this is handled by `dired-uncache' now.
18842 (tramp-handle-insert-file-contents): Improve error handling.
18843 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
18844 Quote `tramp-end-of-output'.
18845 (tramp-action-password): Improve trace message.
18846 (tramp-check-for-regexp): Both echoes must be present, before removing.
18847 (tramp-open-connection-setup-interactive-shell): Trace coding system.
18848 (tramp-compute-multi-hops): Eval cons cells of
18849 `tramp-default-proxies-alist'.
18850 (tramp-maybe-open-connection): Use the same command pattern for
18851 first hop and further hops.
18852 (tramp-wait-for-output): Remove handling of newlines.
18853 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
18854 (tramp-split-string): Remove function. It is handled in
18855 tramp-compat now.
18856
18857 * net/tramp-cmds.el (tramp-bug):
18858 Recommend `tramp-cleanup-all-connections' in the bug mail.
18859
18860 * net/tramp-compat.el (tramp-compat-split-string)
18861 (tramp-compat-process-running-p): New defuns.
18862
18863 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
18864 for `dired-uncache'.
18865
18866 * net/tramp-gvfs.el: New package.
18867
18868 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
18869 Add handler for `dired-uncache'.
18870 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
18871
18872 * net/trampver.el: Update release number. Make version check fit
18873 for SXEmacs 22.
18874
18875 2009-06-22 Jim Meyering <meyering@redhat.com>
18876
18877 Automatically handle .xz suffix (XZ-compressed files), too.
18878 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
18879 XZ is the successor to LZMA: <http://tukaani.org/xz/>
18880
18881 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
18882 Nick Roberts <nickrob@snap.net.nz>
18883
18884 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
18885 repository (http://sphinx.net.ru/hg/gdb-mi/).
18886
18887 2009-06-22 Glenn Morris <rgm@gnu.org>
18888
18889 * files.el (dir-locals-collect-mode-variables): Allow for any number of
18890 `mode' and `eval' entries. (Bug#3430)
18891
18892 * Makefile.in (ELCFILES): Add fadr.elc.
18893
18894 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
18895 differing behavior of \n and ^ in strings. (Bug#3385)
18896
18897 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
18898
18899 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
18900 property.
18901 (lisp-indent-function): Make it a defcustom.
18902
18903 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
18904
18905 * progmodes/gdb-ui.el: Replace with ...
18906 * progmodes/gdb-mi.el: ... this file.
18907 * progmodes/gud.el: Modify for gdb-mi.el.
18908
18909 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
18910
18911 * fadr.el: New file.
18912
18913 See ChangeLog.14 for earlier changes.
18914
18915 ;; Local Variables:
18916 ;; coding: utf-8
18917 ;; End:
18918
18919 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
18920
18921 This file is part of GNU Emacs.
18922
18923 GNU Emacs is free software: you can redistribute it and/or modify
18924 it under the terms of the GNU General Public License as published by
18925 the Free Software Foundation, either version 3 of the License, or
18926 (at your option) any later version.
18927
18928 GNU Emacs is distributed in the hope that it will be useful,
18929 but WITHOUT ANY WARRANTY; without even the implied warranty of
18930 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18931 GNU General Public License for more details.
18932
18933 You should have received a copy of the GNU General Public License
18934 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.