3cb0535ce5ef50fcae6910705fed405fcf1a13f8
[bpt/emacs.git] / lisp / ChangeLog
1 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
2
3 * progmodes/flymake.el (flymake-save-buffer-in-file)
4 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
5 (flymake-selected-frame, flymake-log, flymake-ins-after)
6 (flymake-set-at, flymake-get-buildfile-from-cache)
7 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
8 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
9 Refine the doc string.
10 (flymake-get-file-name-mode-and-masks): Reformat.
11 (flymake-get-real-file-name-function): Fix a minor bug.
12
13 2013-05-24 Juri Linkov <juri@jurta.org>
14
15 * progmodes/grep.el (grep-mode-font-lock-keywords):
16 Support =linenumber= format used by git-grep for lines with
17 function names. (Bug#13549)
18
19 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * progmodes/octave.el (octave-smie-rules): Return nil rather than
22 0 after a semi-colon; it works better for smie-auto-fill.
23 (octave--indent-new-comment-line): New function.
24 (octave-indent-new-comment-line): Use it (indirectly).
25 (octave-mode): Don't disable smie-auto-fill. Use add-function to
26 modify comment-line-break-function.
27
28 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
29 (smie-setup): Use add-function to set it.
30
31 2013-05-24 Sam Steingold <sds@gnu.org>
32
33 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
34 argument (before the `interactive' argument).
35
36 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * image-mode.el (image-mode-winprops): Add winprops to
39 image-mode-winprops-alist before running
40 image-mode-new-window-functions.
41 * doc-view.el (doc-view-new-window-function): Don't delay
42 doc-view-goto-page via timers (bug#14435).
43
44 2013-05-24 Tassilo Horn <tsdh@gnu.org>
45
46 * doc-view.el: Integrate with desktop.el. (Bug#14435)
47 (doc-view-desktop-save-buffer): New function.
48 (doc-view-restore-desktop-buffer): New function.
49 (desktop-buffer-mode-handlers):
50 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
51 handler.
52 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
53 `desktop-save-buffer' function.
54
55 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
56
57 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
58 (tramp-gvfs-file-name-handler): Raise a user error when
59 `tramp-gvfs-enabled' is nil.
60 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
61 Do not raise a user error when loading package. (Bug#14447)
62
63 * net/xesam.el: Move to obsolete/.
64
65 2013-05-24 Glenn Morris <rgm@gnu.org>
66
67 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
68
69 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
70
71 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
72 (Info-find-node, Man-getpage-in-background): Declare.
73
74 * mail/unrmail.el (unrmail):
75 Replace obsolete detect-coding-with-priority.
76
77 * net/socks.el (socks-split-string): Use this rather than split-string.
78 (socks-nslookup-host): Update for above change.
79 (dynamic-choice, s5-dynamic-choice-match)
80 (s5-dynamic-choice-match-inline, s5-widget-value-create):
81 Comment out unused code.
82
83 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
84 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
85 (gud-tooltip-echo-area): Make obsolete.
86 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
87
88 * progmodes/js.el (js--optimize-arglist): Declare.
89
90 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
91
92 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
93 (ediff-window-C): Declare.
94
95 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
96 Tweak requires to silence compiler.
97
98 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
99 (he-search-string, he-tried-table, he-expand-list)
100 (he-init-string, he-string-member, he-substitute-string)
101 (he-reset-string): Declare.
102
103 * obsolete/options.el (list-options): Use custom-variable-p,
104 rather than obsolete alias.
105
106 2013-05-23 Sam Steingold <sds@gnu.org>
107
108 * simple.el (shell-command-on-region): Pass the `replace' argument
109 down to `call-process-region' to comply with the doc as reported on
110 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
111
112 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
113
114 * emacs-lisp/smie.el (smie-indent-forward-token)
115 (smie-indent-backward-token): Handle string tokens (bug#14381).
116
117 2013-05-23 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
118
119 * ielm.el (ielm-menu): New menu.
120 (inferior-emacs-lisp-mode): Set comment-start.
121
122 2013-05-23 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
123
124 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
125 Fix deactivate action.
126
127 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
128 Add cleveref macros.
129
130 * lisp/textmodes/reftex-parse.el
131 (reftex-locate-bibliography-files): Accept options for
132 bibliography commands.
133 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
134 Add addbibresource. Basic Biblatex support.
135
136 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
137
138 * net/tramp-gvfs.el (top):
139 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
140 when loading package. (Bug#14447)
141
142 2013-05-23 Glenn Morris <rgm@gnu.org>
143
144 * progmodes/js.el: No need to load comint when compiling.
145 (ring-insert, comint-send-string, comint-send-input)
146 (comint-last-input-end, ido-chop): Declare.
147
148 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
149 * vc/ediff-mult.el: Adjust requires.
150 (ediff-directories-internal, ediff-directory-revisions-internal)
151 (ediff-patch-file-internal): Declare.
152 * vc/ediff-ptch.el: Adjust requires.
153 (ediff-use-last-dir, ediff-buffers-internal): Declare.
154 (ediff-find-file): Autoload.
155 * vc/ediff-util.el: No need to load ediff when compiling.
156 (ediff-regions-internal): Declare.
157 * vc/ediff-wind.el: Adjust requires.
158 (ediff-compute-toolbar-width): Define when compiling.
159 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
160 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
161 (dired-get-filename, dired-get-marked-files)
162 (ediff-last-dir-patch, ediff-patch-default-directory)
163 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
164 (ediff-patch-buffer-internal): Declare.
165
166 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
167 (ispell-process, ispell-buffer-local-words, lm-summary)
168 (lm-section-start, lm-section-end): Declare.
169 (checkdoc-ispell-init): Simplify.
170
171 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
172 (he-string-member, he-reset-string, he-substitute-string): Declare.
173
174 * eshell/em-ls.el: Adjust requires.
175 (eshell-glob-regexp): Declare.
176 * eshell/em-tramp.el: Adjust requires.
177 (eshell-parse-command): Autoload.
178 * eshell/em-xtra.el: Adjust requires.
179 (eshell-parse-command): Autoload.
180 * eshell/esh-ext.el: Adjust requires.
181 (eshell-parse-command, eshell-close-handles): Autoload.
182 * eshell/esh-io.el: Adjust requires.
183 (eshell-output-filter): Autoload.
184 * eshell/esh-util.el: No need to load tramp when compiling.
185 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
186 Declare.
187 (eshell-parse-ange-ls): Require ange-ftp and tramp.
188 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
189 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
190 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
191 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
192 * eshell/esh-opt.el, eshell/esh-proc.el:
193 * eshell/esh-var.el: Adjust requires.
194 * eshell/eshell.el: Do not require esh-util twice.
195 (eshell-add-input-to-history): Declare.
196 (eshell-command): Check history module is active before using it.
197
198 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
199
200 2013-05-22 Leo Liu <sdl.web@gmail.com>
201
202 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
203
204 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
205
206 * autorevert.el (auto-revert-notify-add-watch)
207 (auto-revert-notify-handler): Add `attrib' for the inotify case,
208 it indicates changes in file modification time.
209
210 2013-05-22 Glenn Morris <rgm@gnu.org>
211
212 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
213 Always delete the autoloaded function from the noruntime and
214 unresolved functions lists.
215
216 * allout.el: No need to load epa, epg, overlay when compiling.
217 (epg-context-set-passphrase-callback, epg-list-keys)
218 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
219 (epg-key-user-id-list): Declare.
220
221 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
222 (viper-set-parsing-style-toggling-macro)
223 (viper-set-emacs-state-searchstyle-macros):
224 Use called-interactively-p on Emacs.
225 (viper-looking-back): Make it an obsolete alias. Update callers.
226 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
227 Use looking-back rather than viper-looking-back.
228 (viper-tmp-insert-at-eob, viper-enlarge-region)
229 (viper-read-string-with-history, viper-register-to-point)
230 (viper-append-to-register, viper-change-state-to-vi)
231 (viper-backward-char-carefully, viper-forward-char-carefully)
232 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
233 (viper-change-state-to-emacs): Declare.
234 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
235 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
236 * emulation/viper-mous.el: Do not load viper-cmd.
237 (viper-backward-char-carefully, viper-forward-char-carefully)
238 (viper-forward-word, viper-adjust-window): Declare.
239
240 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
241
242 * progmodes/idlw-help.el (idlwave-help-fontify):
243 Use called-interactively-p.
244
245 * term/w32console.el (w32-get-console-codepage)
246 (w32-get-console-output-codepage): Declare.
247
248 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
249 Remove unnecessary declarations.
250 (dframe-message): Doc fix.
251
252 * info.el (dframe-select-attached-frame, dframe-current-frame):
253 Declare.
254
255 * speedbar.el (speedbar-message): Make it an obsolete alias.
256 Update all callers.
257 (speedbar-with-attached-buffer)
258 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
259 (speedbar-with-writable): Use backquote.
260 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
261 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
262 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
263 rather than speedbar- aliases.
264 * mail/rmail.el: Load dframe rather than speedbar when compiling.
265 (speedbar-make-specialized-keymap, speedbar-insert-button)
266 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
267 (speedbar-do-function-pointer): Declare.
268 (rmail-speedbar-button, rmail-speedbar-find-file)
269 (rmail-speedbar-move-message):
270 Use dframe-with-attached-buffer rather than speedbar- alias.
271 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
272 (dframe-message, speedbar-make-specialized-keymap)
273 (speedbar-add-expansion-list, speedbar-mode-functions-list)
274 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
275 (speedbar-insert-button, dframe-select-attached-frame)
276 (dframe-maybee-jump-to-attached-frame)
277 (speedbar-change-initial-expansion-list)
278 (speedbar-previously-used-expansion-list-name): Declare.
279 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
280 Use dframe-message, dframe-with-attached-buffer rather than
281 speedbar- aliases.
282 (gud-sentinel): Silence compiler.
283 * progmodes/vhdl-mode.el (speedbar-refresh)
284 (speedbar-do-function-pointer, speedbar-add-supported-extension)
285 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
286 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
287 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
288 (speedbar-file-lists, speedbar-make-tag-line)
289 (speedbar-line-directory, speedbar-goto-this-file)
290 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
291 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
292 (speedbar-make-button, speedbar-reset-scanners)
293 (speedbar-files-item-info, speedbar-line-text)
294 (speedbar-find-file-in-frame, speedbar-set-timer)
295 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
296 (speedbar-with-writable): Do not (re)define it.
297 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
298 rather than speedbar- alias.
299
300 2013-05-21 Leo Liu <sdl.web@gmail.com>
301
302 * progmodes/octave.el (octave-mode-menu): Update and re-organize
303 menu items.
304 (octave-mode): Tweak fill-nobreak-predicate.
305 (inferior-octave-startup): Check process to avoid infinite loop.
306 (inferior-octave): Pop to buffer first to show abornmal process
307 exit information.
308
309 2013-05-21 Glenn Morris <rgm@gnu.org>
310
311 * printing.el (pr-menu-bar): Define when compiling.
312
313 2013-05-21 Leo Liu <sdl.web@gmail.com>
314
315 * progmodes/octave.el (octave-auto-fill): Remove.
316 (octave-indent-new-comment-line): Improve.
317 (octave-mode): Use auto fill mode through
318 comment-line-break-function and fill-nobreak-predicate
319 (octave-goto-function-definition): Support DEFUN_DLD.
320 (octave-beginning-of-defun): Small Tweak
321 (octave-help): Show parent directory.
322
323 2013-05-21 Glenn Morris <rgm@gnu.org>
324
325 * files.el (dired-unmark):
326 * progmodes/gud.el (gdb-input): Update declarations.
327
328 * calculator.el (electric, ehelp): No need to load when compiling.
329 (Electric-command-loop, electric-describe-mode): Declare.
330
331 * doc-view.el (doc-view-current-converter-processes): Move before use.
332
333 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
334 Move MODE-set-explicitly definition before use.
335
336 * international/mule-diag.el (mule-diag):
337 Don't use obsolete window-system-version.
338
339 * mail/feedmail.el (smtpmail): No need to load when compiling.
340 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
341
342 * mail/mail-utils.el (rfc822): No need to load when compiling.
343 (rfc822-addresses): Autoload it.
344 (mail-strip-quoted-names): Trivial simplification.
345
346 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
347 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
348
349 * net/snmp-mode.el (tempo): Don't duplicate requires.
350
351 * progmodes/prolog.el (info): No need to load when compiling.
352 (comint): Require before shell requires it.
353 (Info-goto-node): Autoload it.
354 (Info-follow-nearest-node): Declare.
355 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
356
357 * textmodes/artist.el (picture-mode-exit): Declare.
358
359 * textmodes/reftex-parse.el (reftex-parse-from-file):
360 Trivial rewrite so the compiler can parse it better.
361
362 2013-05-20 Leo Liu <sdl.web@gmail.com>
363
364 * progmodes/octave.el (octave-help-mode-map)
365 (octave-help-mode-finish-hook): New variables.
366 (octave-help-mode, octave-help-mode-finish): New functions.
367 (octave-help): Use octave-help-mode.
368
369 2013-05-20 Glenn Morris <rgm@gnu.org>
370
371 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
372
373 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
374
375 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
376 start at point, so that expansion starting right after opening
377 slash in a regexp is recognized.
378 (ruby-syntax-before-regexp-re): New defvar, extracted from
379 ruby-syntax-propertize-function. Since the value of this regexp
380 is looked up at runtime now, we should be able to turn
381 `ruby-syntax-methods-before-regexp' into a defcustom later.
382 (ruby-syntax-propertize-function): Split regexp matching into two
383 parts, for opening and closing slashes. That allows us to skip
384 over string interpolations and support multiline regexps.
385 Don't call `ruby-syntax-propertize-expansions', instead use another rule
386 for them, which calls `ruby-syntax-propertize-expansion'.
387 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
388 call to `ruby-syntax-propertize-function'.
389 (ruby-syntax-propertize-expansion): Extracted from
390 `ruby-syntax-propertize-expansions'. Handles one expansion.
391 (ruby-syntax-propertize-percent-literal): Leave point right after
392 the percent symbol, so that the expression expansion rule can
393 propertize the contents.
394 (ruby-syntax-propertize-heredoc): Leave point at bol following the
395 heredoc openers.
396 (ruby-syntax-propertize-expansions): Remove.
397
398 2013-05-18 Juri Linkov <juri@jurta.org>
399
400 * man.el (Man-default-man-entry): Remove `-' from the end
401 of the default value. (Bug#14400)
402
403 2013-05-18 Glenn Morris <rgm@gnu.org>
404
405 * comint.el (comint-password-prompt-regexp):
406 Allow "password for XXX" where XXX contains colons (eg https://...).
407
408 2013-05-18 Leo Liu <sdl.web@gmail.com>
409
410 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
411 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
412 (octave-source-directories): Don't check process.
413 (octave-source-directories, octave-find-definition): Doc fix.
414
415 2013-05-18 Glenn Morris <rgm@gnu.org>
416
417 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
418 Remove backspace/delete bindings. (Bug#14392)
419
420 * cus-dep.el (custom-make-dependencies): Sort the output.
421 (custom-versions-load-alist): Convert comment to doc.
422
423 2013-05-17 Leo Liu <sdl.web@gmail.com>
424
425 * newcomment.el (comment-search-backward): Stricter in finding
426 comment start. (Bug#14303)
427
428 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
429 (octave-comment-start-skip): Properly anchored.
430
431 2013-05-17 Leo Liu <sdl.web@gmail.com>
432
433 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
434 Clean up when turned off. (Bug#14395)
435 (smie--highlight-matching-block-overlay): No longer buffer-local.
436 (smie-highlight-matching-block): Adjust.
437
438 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
439
440 Doc string fix for "nanoseconds" (Bug#14406).
441 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
442 Fix doc string typo that had "nanoseconds" instead of "microseconds".
443
444 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
445
446 * calc/calc-units.el (math-extract-units): Preserve powers
447 of units.
448
449 2013-05-17 Leo Liu <sdl.web@gmail.com>
450
451 * subr.el (delete-consecutive-dups): New function.
452 * ido.el (ido-set-matches-1): Use it.
453 * progmodes/octave.el (inferior-octave-completion-table): Use it.
454 * ido.el (ido-remove-consecutive-dups): Remove.
455
456 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
457
458 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
459 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
460 regexp-opt's `words'.
461
462 2013-05-16 Leo Liu <sdl.web@gmail.com>
463
464 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
465 (smie--highlight-matching-block-overlay)
466 (smie--highlight-matching-block-lastpos)
467 (smie--highlight-matching-block-timer): New variables.
468 (smie-highlight-matching-block): New function.
469 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
470 (smie-setup): Conditionally enable smie-blink-matching-open.
471
472 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
473
474 Sync with upstream verilog-mode r840.
475 * progmodes/verilog-mode.el (verilog-mode-version)
476 (verilog-mode-release-date): Update.
477 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
478 (verilog-sig-tieoff): Fix string error on
479 AUTORESET with colon define, bug594. Reported by Andrew Hou.
480 (verilog-read-decls): Fix parameters confusing
481 AUTOINST interfaces, bug565. Reported by Leith Johnson.
482
483 2013-05-16 Eli Zaretskii <eliz@gnu.org>
484
485 * subr.el (reveal-filename): New function.
486
487 * loadup.el: Compute Emacs executable versions on MS-Windows,
488 where executables have the .exe extension. Add a hard link
489 emacs-XX.YY.ZZ.exe on MS-Windows.
490
491 * Makefile.in (XARGS_LIMIT): New variable.
492 (custom-deps, finder-data, autoloads)
493 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
494 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
495 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
496 (compile-main): Limit xargs according to $(XARGS_LIMIT).
497
498 2013-05-16 Leo Liu <sdl.web@gmail.com>
499
500 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
501 (octave-mode-menu, octave-mode-map): Remove its uses.
502
503 2013-05-16 Reto Zimmermann <reto@gnu.org>
504
505 Sync with upstream vhdl mode v3.34.2.
506 * progmodes/vhdl-mode.el: Use `push' throughout.
507 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
508 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
509 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
510 (vhdl-actual-generic-name): New option to derive actual generic name.
511 (vhdl-port-paste-signals): Replace formal by actual generics.
512 (vhdl-beautify): New name for old group vhdl-align. Update users.
513 (vhdl-beautify-options): New option.
514 (vhdl-last-input-event): New compat alias. Use throughout.
515 (vhdl-goto-line): Replace user level function `goto-line'.
516 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
517 vhdl-fix-statement-buffer.
518 (vhdl-create-mode-menu): Add some entries.
519 (vhdl-align-region-groups): Respect vhdl-beautify-options.
520 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
521 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
522 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
523 to force statements on one line.
524 (vhdl-remove-trailing-spaces-region):
525 New, split from vhdl-remove-trailing-spaces.
526 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
527 Respect vhdl-beautify-options.
528 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
529 (vhdl-update-sensitivity-list): Not add with index if exists without.
530 Not include array index with signal. Ignore keywords in comments.
531 (vhdl-get-visible-signals): Regexp tweaks.
532 (vhdl-template-component-inst): Handle empty library.
533 (vhdl-template-type): Add template for 'enum' type.
534 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
535 Use vhdl-replace-string.
536 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
537 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
538 (vhdl-speedbar-initialize): Update for above name change.
539 (vhdl-compose-wire-components): Fix in handling of constants.
540 (vhdl-error-regexp-emacs-alist): New variable.
541 (vhdl-error-regexp-add-emacs): New function;
542 adds support for new compile.el (Emacs 22+)
543 (vhdl-generate-makefile-1): Change target order for single lib. units.
544 Allow use of absolute file names.
545
546 2013-05-16 Leo Liu <sdl.web@gmail.com>
547
548 * simple.el (prog-indent-sexp): Indent enclosing defun.
549
550 2013-05-15 Glenn Morris <rgm@gnu.org>
551
552 * cus-start.el (show-trailing-whitespace): Move to editing basics.
553 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
554 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
555 (whitespace-highlight): Move to whitespace group.
556
557 * comint.el (comint-source):
558 * pcmpl-linux.el (pcmpl-linux):
559 * shell.el (shell-faces):
560 * eshell/esh-opt.el (eshell-opt):
561 * international/ccl.el (ccl): Remove empty custom groups.
562
563 * completion.el (dynamic-completion-mode):
564 * jit-lock.el (jit-lock-debug-mode):
565 * minibuffer.el (completion-in-region-mode):
566 * type-break.el (type-break-mode-line-message-mode)
567 (type-break-query-mode):
568 * emulation/tpu-edt.el (tpu-edt-mode):
569 * progmodes/subword.el (global-subword-mode, global-superword-mode):
570 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
571 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
572
573 * term/xterm.el (xterm): Change parent group to terminals.
574
575 * master.el (master): Remove empty custom group.
576 (master-mode): Remove unused :group argument.
577 * textmodes/refill.el (refill): Remove empty custom group.
578 (refill-mode): Remove unused :group argument.
579
580 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
581
582 * cus-dep.el: Provide a feature.
583 (custom-make-dependencies): Ignore dotfiles (dir-locals).
584 Don't mistakenly ignore files whose basenames match a basename
585 from preloaded-file-list (eg cedet/ede/simple.el).
586 Add a fallback method for getting :group.
587
588 2013-05-15 Juri Linkov <juri@jurta.org>
589
590 * isearch.el (isearch-char-by-name): Rename from
591 `isearch-insert-char-by-name'. Doc fix.
592 (isearch-forward): Mention `isearch-char-by-name' in
593 the docstring. (Bug#13348)
594
595 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
596 `exit-minibuffer' instead of
597 `isearch-nonincremental-exit-minibuffer'.
598 (isearch-edit-string): Remove mention of
599 `isearch-nonincremental-exit-minibuffer' from docstring.
600 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
601 (isearch-forward-exit-minibuffer)
602 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
603
604 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
605
606 * loadup.el: Just use unversioned DOC.
607
608 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
609 literals as extending to EOB.
610 (nxml-last-fontify-end): Remove unused variable.
611 (nxml-after-change1): Use with-silent-modifications.
612 (nxml-extend-after-change-region): Simplify.
613 (nxml-extend-after-change-region1): Remove function.
614 (nxml-after-change1): Don't adjust for dependent regions.
615 (nxml-fontify-matcher): Simplify.
616 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
617 (xmltok-add-dependent): Remove function.
618 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
619 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
620 (xmltok-scan-prolog-after-processing-instruction-open): Treat
621 unclosed <[[, <?, comment, and other literals as extending to EOB.
622 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
623 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
624 Remove functions.
625 (rng-do-some-validation-1): Don't mark dependent regions.
626 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
627 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
628 (nxml-clear-dependent-regions): Remove functions.
629 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
630 (nxml-ensure-scan-up-to-date):
631 Don't clear&mark dependent regions.
632
633 2013-05-15 Leo Liu <sdl.web@gmail.com>
634
635 * progmodes/octave.el (octave-goto-function-definition):
636 Improve and fix callers.
637
638 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
641 the setter (bug#14387).
642
643 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
644 surrounding group (bug#14402).
645
646 2013-05-14 Juri Linkov <juri@jurta.org>
647
648 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
649 (Bug#14390)
650
651 2013-05-14 Glenn Morris <rgm@gnu.org>
652
653 * progmodes/f90.el (f90-imenu-generic-expression):
654 Fix typo in 2013-05-08 change. (Bug#14402)
655
656 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
657
658 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
659 Remove signals for which replies are never received.
660
661 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
662
663 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
664 (gdb-handler-alist, gdb-handler-number): Remove variables.
665 (gdb-handler-list): New variable.
666 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
667 (gdb-pending-handler-p, gdb-handle-reply)
668 (gdb-remove-all-pending-triggers): New functions.
669 (gdb-discard-unordered-replies): New defcustom.
670 (gdb-handler): New defstruct.
671 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
672 instead of gdb-pending-triggers. Update docstring.
673 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
674 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
675 (gdb-var-update-handler, def-gdb-auto-update-trigger)
676 (def-gdb-auto-update-handler, gdb-get-changed-registers)
677 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
678 (gdb-frame-handler): Pending triggers are now automatically managed.
679 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
680 Remove argument.
681 (gdb-input): Automatically handles pending triggers. Update docstring.
682 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
683 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
684 Update comments.
685 (gdb-done-or-error): Now use gdb-handle-reply.
686
687 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
688
689 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
690 gdb-debug-log.
691
692 2013-05-14 Glenn Morris <rgm@gnu.org>
693
694 * subr.el (user-emacs-directory-warning): New option.
695 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
696
697 2013-05-14 Leo Liu <sdl.web@gmail.com>
698
699 * progmodes/octave.el (octave-font-lock-keywords): Fix error
700 during redisplay.
701 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
702 (octave-font-lock-texinfo-comment): Fix invalid search bound
703 error: wrong side of point.
704
705 2013-05-14 Glenn Morris <rgm@gnu.org>
706
707 * progmodes/flymake.el (flymake-xml-program): New option.
708 (flymake-xml-init): Use it.
709
710 * term/xterm.el: Provide a feature.
711
712 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
713
714 2013-05-13 Glenn Morris <rgm@gnu.org>
715
716 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
717 Add compat aliases as a hack workaround. (Bug#14384)
718
719 2013-05-13 Leo Liu <sdl.web@gmail.com>
720
721 * progmodes/octave.el (octave-indent-comment): Fix indentation for
722 ###, and %!.
723 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
724 C-M-q.
725 (octave-comment-start-skip): Include %!.
726 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
727
728 2013-05-12 Leo Liu <sdl.web@gmail.com>
729
730 * progmodes/octave.el (inferior-octave-startup): Store the value
731 of __octave_srcdir__ for octave-source-directories.
732 (inferior-octave-check-process): New function refactored out of
733 inferior-octave-send-list-and-digest.
734 (octave-source-directories)
735 (octave-find-definition-filename-function): New variables.
736 (octave-source-directories)
737 (octave-find-definition-default-filename): New functions.
738 (octave-find-definition): Improve to find functions implemented in C++.
739
740 2013-05-12 Glenn Morris <rgm@gnu.org>
741
742 * calendar/diary-lib.el (diary-outlook-format-1):
743 Don't include dayname in the output. (Bug#14349)
744
745 2013-05-11 Glenn Morris <rgm@gnu.org>
746
747 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
748
749 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
750 Treat cc-provide like provide.
751
752 2013-05-11 Kevin Ryde <user42@zip.com.au>
753
754 * cus-dep.el (custom-make-dependencies):
755 Use generated-autoload-load-name for the sake of files such
756 such cedet/semantic/bovine/c.el, where the base file name
757 is not in load-path. (Bug#5277)
758
759 2013-05-11 Glenn Morris <rgm@gnu.org>
760
761 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
762 Provide features.
763
764 2013-05-11 Leo Liu <sdl.web@gmail.com>
765
766 * progmodes/octave.el (octave-indent-comment): Improve.
767 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
768 (octave-eldoc-function-signatures, octave-eldoc-function):
769 New functions.
770 (octave-mode, inferior-octave-mode): Add eldoc support.
771
772 2013-05-11 Richard Stallman <rms@gnu.org>
773
774 * epa.el (epa-decrypt-file): Take output file name as argument
775 and read it using `interactive'.
776
777 2013-05-11 Leo Liu <sdl.web@gmail.com>
778
779 * progmodes/octave.el (octave-beginning-of-line)
780 (octave-end-of-line): Check before using up-list because it jumps
781 out of more syntactic contructs since moving to smie.
782 (octave-indent-comment): New function.
783 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
784 (octave-begin-keywords, octave-end-keywords)
785 (octave-reserved-words, octave-smie-bnf-table)
786 (octave-smie-rules): Add new keywords from Octave 3.6.4.
787
788 2013-05-11 Glenn Morris <rgm@gnu.org>
789
790 * faces.el (internal-face-x-get-resource):
791 * frame.el (ns-display-monitor-attributes-list):
792 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
793
794 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
795
796 * calc/calc-menu.el: Make it loadable in isolation.
797
798 * net/eudcb-bbdb.el: Make it loadable without bbdb.
799 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
800 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
801 (eudc-bbdb-query-internal): Require 'bbdb.
802
803 * lpr.el (lpr-headers-switches):
804 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
805
806 * progmodes/sql.el (sql-login-params): Fix and improve :type.
807
808 * emulation/edt-mapper.el: In batch mode, error rather than hang.
809
810 * term.el (term-set-escape-char): Make it idempotent.
811
812 2013-05-10 Leo Liu <sdl.web@gmail.com>
813
814 * progmodes/octave.el (inferior-octave-completion-table):
815 No longer a function and all uses changed. Use cache to speed up
816 completion due to bug#11906.
817 (octave-beginning-of-defun): Re-write to be more general.
818
819 2013-05-10 Glenn Morris <rgm@gnu.org>
820
821 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
822
823 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
824
825 * comint.el (comint-redirect-send-command-to-process): Use :around
826 rather than :override for comint-redirect-filter.
827 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
828 Call it instead of comint-redirect-original-filter-function (which
829 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
830
831 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
832
833 * frame.el (display-monitor-attributes-list): Add NS case.
834 (ns-display-monitor-attributes-list): Declare.
835
836 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
837
838 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
839
840 2013-05-09 Glenn Morris <rgm@gnu.org>
841
842 * international/fontset.el (vertical-centering-font-regexp):
843 Set standard-value.
844
845 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
846
847 * bookmark.el (bookmark-search-delay):
848 * cus-start.el (vertical-centering-font-regexp):
849 * ps-mule.el (ps-mule-font-info-database-default):
850 * ps-print.el (ps-default-fg, ps-default-bg):
851 * type-break.el (type-break-good-break-interval):
852 * whitespace.el (whitespace-indentation-regexp)
853 (whitespace-space-after-tab-regexp):
854 * emacs-lisp/testcover.el (testcover-1value-functions)
855 (testcover-noreturn-functions, testcover-progn-functions)
856 (testcover-prog1-functions):
857 * emulation/viper-init.el (viper-emacs-state-cursor-color):
858 * eshell/em-glob.el (eshell-glob-translate-alist):
859 * play/tetris.el (tetris-tty-colors):
860 * progmodes/cpp.el (cpp-face-default-list):
861 * progmodes/flymake.el (flymake-allowed-file-name-masks):
862 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
863 (idlwave-help-browser-generic-args):
864 * progmodes/make-mode.el (makefile-special-targets-list):
865 * progmodes/python.el (python-shell-virtualenv-path):
866 * progmodes/verilog-mode.el (verilog-active-low-regexp)
867 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
868 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
869 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
870 * textmodes/reftex-vars.el (reftex-format-label-function):
871 * textmodes/remember.el (remember-diary-file): Fix custom types.
872
873 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
874 Add :version.
875
876 2013-05-09 Leo Liu <sdl.web@gmail.com>
877
878 * progmodes/octave.el (inferior-octave-completion-at-point):
879 Restore file completion. (Bug#14300)
880 (inferior-octave-startup): Fix incorrect highlighting for the
881 first prompt.
882
883 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * progmodes/ruby-mode.el: First cut at SMIE support.
886 (ruby-use-smie): New var.
887 (ruby-smie-grammar): New constant.
888 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
889 (ruby-smie--forward-token, ruby-smie--backward-token)
890 (ruby-smie-rules): New functions.
891 (ruby-mode-variables): Setup SMIE if applicable.
892
893 2013-05-08 Eli Zaretskii <eliz@gnu.org>
894
895 * simple.el (line-move-visual): Signal beginning/end of buffer
896 only if vertical-motion moved less than it was requested. Avoids
897 silly incorrect error messages when there are display strings with
898 multiple newlines at EOL.
899
900 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
903 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
904 (prolog-char-quote-workaround):
905 * progmodes/cperl-mode.el (cperl-under-as-char):
906 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
907 Mark as obsolete.
908 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
909 their declaration.
910 (vhdl-mode-syntax-table-init): Remove.
911
912 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
913 last change.
914
915 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
916 syntax for "_".
917 (ld-script-font-lock-keywords):
918 Change regexps to use things like \_< and \_>.
919
920 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
921 Change all regexps to use things like \_< and \_>.
922
923 * progmodes/autoconf.el (autoconf-definition-regexp)
924 (autoconf-font-lock-keywords, autoconf-current-defun-function):
925 Handle a _ with symbol syntax.
926 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
927
928 * progmodes/ada-mode.el (ada-mode-abbrev-table):
929 Consolidate declaration.
930 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
931 the declaration.
932 (ada-create-syntax-table): Remove.
933 (ada-capitalize-word): Don't mess with the syntax of "_" since it
934 already has the right syntax nowadays.
935 (ada-goto-next-word): Don't change the syntax of "_".
936
937 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
938 with-wrapper-hook.
939
940 2013-05-08 Sam Steingold <sds@gnu.org>
941
942 * thingatpt.el (thing-at-point): Accept optional second argument
943 NO-PROPERTIES to strip the text properties from the return value.
944 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
945 to `thing-at-point' instead of stripping the properties ourselves.
946 Also, when `thing-at-point' fails to find a url, prepend "http://"
947 to the filename at point on the assumption that the user is
948 pointing at something like gnu.org/gnu.
949
950 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
951
952 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
953 * faces.el (crm-separator):
954 Silence byte-compiler.
955
956 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
957 (tool-bar-map): Remove unneeded defvars.
958
959 2013-05-08 Leo Liu <sdl.web@gmail.com>
960
961 Re-work a fix for bug#10994 based on Le Wang's patch.
962 * ido.el (ido-remove-consecutive-dups): New helper.
963 (ido-completing-read): Use it.
964 (ido-chop): Revert fix for bug#10994.
965
966 2013-05-08 Adam Spiers <emacs@adamspiers.org>
967
968 * cus-edit.el (custom-save-variables):
969 Pretty-print long values. (Bug#14187)
970
971 2013-05-08 Glenn Morris <rgm@gnu.org>
972
973 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
974 (m4-mode-syntax-table): Init in the defvar.
975 (m4-mode-abbrev-table): Let define-derived-mode define it.
976
977 2013-05-08 Tom Tromey <tromey@redhat.com>
978
979 * progmodes/m4-mode.el (m4-mode-syntax-table):
980 Do not treat "_" as word constituent. (Bug#14167)
981
982 2013-05-07 Glenn Morris <rgm@gnu.org>
983
984 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
985 Remove explicit eshell-isearch-cancel-map.
986
987 * progmodes/f90.el (f90-smart-end-names): New option.
988 (f90-smart-end): Doc fix.
989 (f90-end-block-optional-name): New constant.
990 (f90-block-match): Respect f90-smart-end-names.
991
992 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * progmodes/octave.el (octave-smie-forward-token): Be more careful
995 about implicit semi-colons (bug#14218).
996
997 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
998
999 * frame.el (display-monitor-attributes-list)
1000 (frame-monitor-attributes): New functions.
1001
1002 2013-05-06 Leo Liu <sdl.web@gmail.com>
1003
1004 * progmodes/octave.el (octave-syntax-propertize-function): Change
1005 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
1006 (octave-font-lock-keywords): Use octave-operator-regexp.
1007 (octave-completion-at-point): Rename from
1008 octave-completion-at-point-function.
1009 (inferior-octave-directory-tracker): Robustify.
1010 (octave-text-functions): Remove and fix its uses. No such things
1011 any more.
1012
1013 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1014
1015 * emacs-lisp/trace.el (trace--display-buffer): New function.
1016 (trace-make-advice): Use it.
1017
1018 2013-05-06 Juri Linkov <juri@jurta.org>
1019
1020 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
1021 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
1022 Doc fix.
1023 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
1024 in the help string. (Bug#12985)
1025
1026 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1027
1028 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
1029
1030 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1031
1032 * progmodes/perl-mode.el: Add support for here documents.
1033 (perl-syntax-propertize-function): Match here-doc markers.
1034 (perl-syntax-propertize-special-constructs): Find their end.
1035 (perl-imenu-generic-expression): Use [:alnum:].
1036
1037 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
1038 (advice--add-function): Refresh the advice if already present
1039 (bug#14317).
1040
1041 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
1042
1043 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
1044
1045 2013-05-06 Glenn Morris <rgm@gnu.org>
1046
1047 * w32-fns.el (w32-charset-info-alist): Declare.
1048
1049 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
1050 of its defcustom properties.
1051 (eshell-cmpl-initialize): No need to load pcomplete.
1052
1053 * generic-x.el: No need to require comint when compiling.
1054
1055 * net/eudc-export.el: Make it loadable without bbdb.
1056 (top-level): Use require rather than load-library.
1057 (eudc-create-bbdb-record, eudc-bbdbify-phone)
1058 (eudc-batch-export-records-to-bbdb)
1059 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
1060 Require bbdb.
1061
1062 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1063
1064 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
1065 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
1066 some tweaks, instead.
1067
1068 2013-05-05 Leo Liu <sdl.web@gmail.com>
1069
1070 * progmodes/octave.el (octave-font-lock-keywords)
1071 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
1072 (inferior-octave-send-list-and-digest): Improve error message.
1073 (octave-mode, inferior-octave-mode): Use setq-local.
1074 (octave-help): Set info-lookup-mode.
1075
1076 2013-05-05 Richard Stallman <rms@gnu.org>
1077
1078 * vc/compare-w.el (compare-windows-whitespace):
1079 Treat no-break space as whitespace.
1080
1081 * mail/rmailsum.el (rmail-summary-rmail-update):
1082 Detect empty summary and don't change selected message.
1083 (rmail-summary-goto-msg): Likewise.
1084
1085 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
1086 Doc fixes, rename args.
1087
1088 2013-05-05 Alan Mackenzie <acm@muc.de>
1089
1090 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
1091
1092 2013-05-05 Juri Linkov <juri@jurta.org>
1093
1094 * info.el (Info-read-subfile): Use (point-min) instead of (point)
1095 to not add the length of the summary segment to the return value.
1096 (Bug#14125)
1097
1098 2013-05-05 Leo Liu <sdl.web@gmail.com>
1099
1100 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
1101 (inferior-octave-output-filter): Remove.
1102 (octave-send-region, inferior-octave-startup): Fix callers.
1103 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
1104 (octave-binary-file-extensions): New user variable.
1105 (octave-find-definition): Confirm if opening binary files.
1106 (octave-help-file): Use octave-find-definition to get the binary
1107 confirmation.
1108 (octave-help): Adjust for octave-help-file change.
1109
1110 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1111
1112 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
1113 Merge the two entries that handle function definitions.
1114 (pascal--syntax-propertize): New const.
1115 (pascal-mode): Use it. Use setq-local.
1116
1117 2013-05-04 Glenn Morris <rgm@gnu.org>
1118
1119 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
1120 (diary-from-outlook): Respect diary-from-outlook-function.
1121
1122 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
1125 Move the declaration from C.
1126 (read-minibuffer, eval-minibuffer): Move from C.
1127 (completion-setup-function): Avoid minibuffer-completion-contents.
1128
1129 2013-05-03 Leo Liu <sdl.web@gmail.com>
1130
1131 * progmodes/octave.el (octave-font-lock-keywords): Do not
1132 dehighlight 'end' in comments or strings.
1133 (octave-completing-read, octave-goto-function-definition):
1134 New helpers.
1135 (octave-help-buffer): New user variable.
1136 (octave-help-file, octave-help-function): New button types.
1137 (octave-help): New command and bind it to C-h ;.
1138 (octave-find-definition): New command and bind it to M-.
1139 (user-error): Alias to error if not defined.
1140
1141 2013-05-02 Leo Liu <sdl.web@gmail.com>
1142
1143 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
1144 for \. (bug#14332)
1145 (octave-font-lock-keywords): Include [ and {.
1146
1147 2013-05-02 Leo Liu <sdl.web@gmail.com>
1148
1149 * progmodes/octave.el (inferior-octave-startup-file): Change default.
1150 (inferior-octave): Remove calling comint-mode and return the buffer.
1151 (inferior-octave-startup): Cosmetic changes.
1152
1153 2013-05-02 Leo Liu <sdl.web@gmail.com>
1154
1155 * progmodes/octave.el (octave-syntax-propertize-function):
1156 Include the case when ' is at line beginning. (Bug#14336)
1157
1158 2013-05-02 Glenn Morris <rgm@gnu.org>
1159
1160 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
1161 * desktop.el (vc-dir-mode): Just autoload it here.
1162
1163 2013-05-02 Alan Mackenzie <acm@muc.de>
1164
1165 Eliminate variable c-standard-font-lock-fontify-region-function.
1166 * progmodes/cc-mode.el
1167 (c-standard-font-lock-fontify-region-function): Remove.
1168 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
1169
1170 2013-05-01 Leo Liu <sdl.web@gmail.com>
1171
1172 * progmodes/octave.el: Compatible with older emacs-24 releases.
1173 (inferior-octave-has-built-in-variables): Remove. Built-in
1174 variables were removed from Octave in 2007.
1175 (inferior-octave-startup): Fix uses.
1176 (comint-line-beginning-position): Remove compatibility code for
1177 emacs 21.
1178
1179 2013-05-01 Juri Linkov <juri@jurta.org>
1180
1181 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
1182
1183 2013-05-01 Juri Linkov <juri@jurta.org>
1184
1185 * comint.el (comint-previous-matching-input): Don't print message
1186 "History item: %d" when `isearch-mode' is active.
1187 (comint-history-isearch-message): Print message "History item: %d"
1188 when `comint-input-ring-index' is not empty and this function is
1189 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
1190
1191 2013-05-01 Leo Liu <sdl.web@gmail.com>
1192
1193 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
1194 definitions. Use completion-at-point to insert keywords.
1195 (octave-abbrev-start): Remove.
1196 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
1197
1198 2013-04-30 Leo Liu <sdl.web@gmail.com>
1199
1200 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
1201 change.
1202
1203 2013-04-30 Alan Mackenzie <acm@muc.de>
1204
1205 Handle arbitrarily long C++ member initialisation lists.
1206 * progmodes/cc-engine.el (c-back-over-member-initializers):
1207 new function.
1208 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
1209 (most) member init lists.
1210
1211 2013-04-30 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
1212
1213 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
1214 variable.
1215
1216 2013-04-30 Leo Liu <sdl.web@gmail.com>
1217
1218 * progmodes/octave.el (octave-variables): Remove. No builtin
1219 variables any more. All converted to functions.
1220 (octave-font-lock-keywords, octave-completion-at-point-function):
1221 Fix uses.
1222 (octave-font-lock-texinfo-comment): New user variable.
1223 (octave-texinfo-font-lock-keywords): New variable for texinfo
1224 comment block.
1225 (octave-function-comment-block): New face.
1226 (octave-font-lock-texinfo-comment): New function.
1227 (octave-mode): Font lock texinfo comment block.
1228
1229 2013-04-29 Leo Liu <sdl.web@gmail.com>
1230
1231 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
1232 indexing expression.
1233 (octave-continuation-string): Do not use \.
1234 (inferior-octave-complete-impossible): Remove.
1235 (inferior-octave-completion-table)
1236 (inferior-octave-completion-at-point): Remove its uses.
1237 (inferior-octave-startup): completion_matches was introduced to
1238 Octave in 1996 so safe to assume it.
1239 (octave-function-file-comment): Improve to follow how Octave does it.
1240 (octave-update-function-file-comment): Tweak.
1241
1242 2013-04-29 Leo Liu <sdl.web@gmail.com>
1243
1244 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
1245 (inferior-octave-startup): Remove inferior-octave-startup-hook.
1246 (octave-function-file-comment): Fix typo.
1247 (octave-sync-function-file-names): Use read-char-choice.
1248
1249 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
1250
1251 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
1252 to t for the less important warnings.
1253
1254 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1255
1256 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
1257
1258 2013-04-27 Glenn Morris <rgm@gnu.org>
1259
1260 * vc/log-view.el (log-view-current-entry):
1261 Treat "---" separator lines as part of the following rev. (Bug#14169)
1262
1263 2013-04-27 Juri Linkov <juri@jurta.org>
1264
1265 * subr.el (read-number): Doc fix about using it by interactive
1266 code letter `n'. (Bug#14254)
1267
1268 2013-04-27 Juri Linkov <juri@jurta.org>
1269
1270 * desktop.el (desktop-auto-save-timeout): New option.
1271 (desktop-file-checksum): New variable.
1272 (desktop-save): Add optional arg `auto-save' and don't auto-save
1273 if nothing changed.
1274 (desktop-auto-save-timer): New variable.
1275 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
1276 (after-init-hook): Call `desktop-auto-save-set-timer'.
1277 Suggested by Reuben Thomas <rrt@sc3d.org> in
1278 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
1279
1280 2013-04-27 Leo Liu <sdl.web@gmail.com>
1281
1282 * progmodes/octave.el (octave-function-file-p)
1283 (octave-skip-comment-forward, octave-function-file-comment)
1284 (octave-update-function-file-comment): New functions.
1285 (octave-mode-map): Bind C-c ; to
1286 octave-update-function-file-comment.
1287 (octave-mode-menu): Add octave-update-function-file-comment.
1288 (octave-mode, inferior-octave-mode): Fix doc-string.
1289 (octave-insert-defun): Conform to Octave's coding convention.
1290 (Bug#14285)
1291
1292 * files.el (basic-save-buffer): Don't let errors in
1293 before-save-hook prevent saving buffer.
1294
1295 2013-04-20 Roland Winkler <winkler@gnu.org>
1296
1297 * faces.el (read-face-name): Use completing-read if arg multiple
1298 is nil.
1299
1300 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
1301
1302 * ls-lisp.el (ls-lisp-insert-directory): If no files are
1303 displayed, move point to after the totals line.
1304 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
1305 for the details.
1306
1307 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * emacs-lisp/package.el (package-autoload-ensure-default-file):
1310 Add current dir to the load-path.
1311 (package-generate-autoloads): Don't rely on
1312 autoload-ensure-default-file.
1313
1314 2013-04-26 Reuben Thomas <rrt@sc3d.org>
1315
1316 * textmodes/remember.el (remember-store-in-files): Document that
1317 the file name format is passed to `format-time-string'.
1318
1319 2013-04-26 Leo Liu <sdl.web@gmail.com>
1320
1321 * progmodes/octave.el (octave-sync-function-file-names): New function.
1322 (octave-mode): Use it in before-save-hook.
1323
1324 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
1327 (bug#14274).
1328
1329 * progmodes/octave.el (octave-smie-forward-token): Properly skip
1330 \n and comment, even if it's not an implicit ; (bug#14218).
1331
1332 2013-04-26 Glenn Morris <rgm@gnu.org>
1333
1334 * subr.el (read-number): Once more use `read' rather than
1335 `string-to-number', to trap non-numeric input. (Bug#14254)
1336
1337 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
1338
1339 * emacs-lisp/syntax.el (syntax-propertize-multiline):
1340 Use `syntax-multiline' text property consistently instead of
1341 `font-lock-multiline'. (bug#14237).
1342
1343 2013-04-26 Glenn Morris <rgm@gnu.org>
1344
1345 * emacs-lisp/shadow.el (list-load-path-shadows):
1346 No longer necessary to check for duplicate simple.el, since
1347 2012-07-07 change to init_lread to not include installation lisp
1348 directories in load-path when running uninstalled. (Bug#14270)
1349
1350 2013-04-26 Leo Liu <sdl.web@gmail.com>
1351
1352 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
1353 (octave-mode, inferior-octave-mode): Use setq-local.
1354 (octave-not-in-string-or-comment-p): Rename to
1355 octave-in-string-or-comment-p.
1356 (octave-in-comment-p, octave-in-string-p)
1357 (octave-in-string-or-comment-p): Replace defsubst with defun.
1358
1359 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
1360
1361 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
1362
1363 2013-04-25 Bastien Guerry <bzg@gnu.org>
1364
1365 * textmodes/remember.el (remember-data-directory)
1366 (remember-directory-file-name-format): Fix custom types.
1367
1368 2013-04-25 Leo Liu <sdl.web@gmail.com>
1369
1370 * progmodes/octave.el (octave-completion-at-point-function):
1371 Make use of inferior octave process.
1372 (octave-initialize-completions): Remove.
1373 (inferior-octave-completion-table): New function.
1374 (inferior-octave-completion-at-point): Use it.
1375 (octave-completion-alist): Remove.
1376
1377 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * progmodes/opascal.el: Use font-lock and syntax-propertize.
1380 (opascal-mode-syntax-table): New var.
1381 (opascal-literal-kind, opascal-is-literal-end)
1382 (opascal-literal-token-at): Rewrite.
1383 (opascal--literal-start-re, opascal-font-lock-keywords)
1384 (opascal--syntax-propertize): New constants.
1385 (opascal-font-lock-defaults): Adjust.
1386 (opascal-mode): Use them. Set comment-<foo> variables as well.
1387 (delphi-comment-face, opascal-comment-face, delphi-string-face)
1388 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
1389 (delphi-other-face, opascal-other-face): Remove face variables.
1390 (opascal-save-state): Remove macro.
1391 (opascal-fontifying-progress-step): Remove constant.
1392 (opascal--ignore-changes): Remove var.
1393 (opascal-set-token-property, opascal-parse-next-literal)
1394 (opascal-is-stable-literal, opascal-complete-literal)
1395 (opascal-is-literal-start, opascal-face-of)
1396 (opascal-parse-region, opascal-parse-region-until-stable)
1397 (opascal-fontify-region, opascal-after-change)
1398 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
1399 (opascal-debug-parse-region, opascal-debug-parse-window)
1400 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
1401 (opascal-debug-fontify-buffer): Remove.
1402 (opascal-debug-mode-map): Adjust accordingly.
1403
1404 2013-04-25 Leo Liu <sdl.web@gmail.com>
1405
1406 Merge octave-mod.el and octave-inf.el into octave.el with some
1407 cleanups.
1408 * progmodes/octave.el: New file renamed from octave-mod.el.
1409 * progmodes/octave-inf.el: Merged into octave.el.
1410 * progmodes/octave-mod.el: Renamed to octave.el.
1411
1412 2013-04-25 Tassilo Horn <tsdh@gnu.org>
1413
1414 * textmodes/reftex-vars.el
1415 (reftex-label-ignored-macros-and-environments): New defcustom.
1416
1417 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
1418
1419 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1420
1421 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
1422 (smie-indent-keyword): Improve the check to ensure that the next
1423 comment is really on the same line.
1424 (smie-indent-comment): Don't align with a subsequent closer (or eob).
1425
1426 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
1427 semi-colons if the line is not otherwise empty (bug#14218).
1428
1429 2013-04-25 Glenn Morris <rgm@gnu.org>
1430
1431 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
1432
1433 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * progmodes/opascal.el (opascal-set-token-property): Rename from
1436 opascal-set-text-properties and only set `token' (bug#14134).
1437 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
1438 (opascal-literal-text-properties): Remove.
1439 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
1440 Adjust callers.
1441
1442 2013-04-24 Reuben Thomas <rrt@sc3d.org>
1443
1444 * textmodes/remember.el (remember-handler-functions): Add an
1445 option for a new handler `remember-store-in-files'.
1446 (remember-data-directory, remember-directory-file-name-format):
1447 New options.
1448 (remember-store-in-files): New function to store remember notes
1449 as separate files within a directory.
1450
1451 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
1452
1453 * progmodes/compile.el (compilation-next-error-function):
1454 Pass "formats" to compilation-find-file (bug#11777).
1455
1456 2013-04-24 Glenn Morris <rgm@gnu.org>
1457
1458 * vc/vc-bzr.el (vc-bzr-print-log):
1459 * vc/vc-hg.el (vc-hg-print-log):
1460 * vc/vc-svn.el (vc-svn-print-log):
1461 Fix START-REVISION with LIMIT != 1. (Bug#14168)
1462
1463 * vc/vc-bzr.el (vc-bzr-print-log):
1464 * vc/vc-cvs.el (vc-cvs-print-log):
1465 * vc/vc-git.el (vc-git-print-log):
1466 * vc/vc-hg.el (vc-hg-print-log):
1467 * vc/vc-mtn.el (vc-mtn-print-log):
1468 * vc/vc-rcs.el (vc-rcs-print-log):
1469 * vc/vc-sccs.el (vc-sccs-print-log):
1470 * vc/vc-svn.el (vc-svn-print-log):
1471 * vc/vc.el (vc-print-log-internal): Doc fixes.
1472
1473 2013-04-23 Glenn Morris <rgm@gnu.org>
1474
1475 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
1476 Remove venerable code attempting to avoid substitute-command-keys.
1477
1478 2013-04-23 Tassilo Horn <tsdh@gnu.org>
1479
1480 * textmodes/reftex-vars.el (reftex-label-regexps):
1481 Call `reftex-compile-variables' after changes to this variable.
1482
1483 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1484
1485 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
1486 Use lexical-binding.
1487 (jit-lock-force-redisplay): Use markers, check buffer's continued
1488 existence and beware narrowed buffers.
1489 (jit-lock-fontify-now): Adjust call accordingly.
1490
1491 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1492
1493 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
1494 to avoid misleading the user.
1495
1496 2013-04-22 Leo Liu <sdl.web@gmail.com>
1497
1498 * info-look.el: Prefer latex2e.info. (Bug#14240)
1499
1500 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
1501
1502 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
1503
1504 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
1505 * net/tramp.el (tramp-call-process): ... here
1506 (tramp-set-completion-function, tramp-parse-putty):
1507 * net/tramp-adb.el (tramp-adb-execute-adb-command):
1508 * net/tramp-gvfs.el (tramp-gvfs-send-command):
1509 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1510 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
1511 (tramp-call-local-coding-command): Use `tramp-call-process'
1512 instead of `tramp-compat-call-process'.
1513
1514 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
1515 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
1516 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
1517 (tramp-find-inline-compress): Improve traces.
1518 (tramp-maybe-send-script): Check for Perl binary.
1519 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
1520
1521 2013-04-22 Daiki Ueno <ueno@gnu.org>
1522
1523 * epg.el (epg-context-pinentry-mode): New function.
1524 (epg-context-set-pinentry-mode): New function.
1525 (epg--start): Pass --pinentry-mode option to gpg command.
1526
1527 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1528
1529 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
1530 `comint-dynamic-complete' is obsolete since 24.1, replaced by
1531 `completion-at-point'. (Bug#13774)
1532
1533 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
1534 default key binding for `describe-distribution' has been moved to
1535 `C-h C-o'. (Bug#13970)
1536
1537 2013-04-21 Glenn Morris <rgm@gnu.org>
1538
1539 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
1540 Add doc strings.
1541 (vc-print-log): Clarify interactive prompt.
1542
1543 2013-04-20 Glenn Morris <rgm@gnu.org>
1544
1545 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1546 No longer include timestamp etc information.
1547
1548 2013-04-20 Roland Winkler <winkler@gnu.org>
1549
1550 * faces.el (read-face-name): Bug fix, return just one face if arg
1551 multiple is nil. (Bug#14209)
1552
1553 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1554
1555 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
1556 (remove-function): Autoload.
1557
1558 * comint.el (comint-redirect-original-filter-function): Remove.
1559 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
1560 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
1561 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
1562 * progmodes/prolog.el (prolog-consult-compile):
1563 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
1564 Use add/remove-function instead.
1565 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
1566 (gud-tooltip-process-output, gud-tooltip-tips):
1567 Use add/remove-function instead.
1568 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
1569 (scheme-interaction-mode, exit-scheme-interaction-mode):
1570 Use add/remove-function instead.
1571
1572 * vc/vc-dispatcher.el: Use lexical-binding.
1573 (vc--process-sentinel): Rename from vc-process-sentinel.
1574 Change last arg to be the code to run. Don't use vc-previous-sentinel
1575 and vc-sentinel-commands any more.
1576 (vc-exec-after): Allow code to be a function. Use add/remove-function.
1577 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
1578
1579 2013-04-19 Masatake YAMATO <yamato@redhat.com>
1580
1581 * progmodes/sh-script.el (sh-imenu-generic-expression):
1582 Handle function names with a single character. (Bug#14111)
1583
1584 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
1585
1586 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
1587 for subroutines defined in an eval (bug#14182).
1588
1589 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1590
1591 * bookmark.el (bookmark-completing-read): Improve handling of empty
1592 string (bug#14176).
1593
1594 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1595
1596 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
1597
1598 2013-04-19 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
1599
1600 New faster Imenu implementation (bug#14058).
1601 * progmodes/python.el:
1602 (python-imenu-prev-index-position):
1603 (python-imenu-format-item-label-function)
1604 (python-imenu-format-parent-item-label-function)
1605 (python-imenu-format-parent-item-jump-label-function):
1606 New vars.
1607 (python-imenu-format-item-label)
1608 (python-imenu-format-parent-item-label)
1609 (python-imenu-format-parent-item-jump-label)
1610 (python-imenu--put-parent, python-imenu--build-tree)
1611 (python-imenu-create-index, python-imenu-create-flat-index)
1612 (python-util-popn): New functions.
1613 (python-mode): Set imenu-create-index-function to
1614 python-imenu-create-index.
1615
1616 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * winner.el (winner-active-region): Use region-active-p, activate-mark
1619 and deactivate-mark (bug#14225).
1620
1621 * simple.el (deactivate-mark): Don't inline it.
1622
1623 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
1624
1625 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
1626
1627 2013-04-18 Tassilo Horn <tsdh@gnu.org>
1628
1629 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
1630 file extensions from the archive-mode entry in order to prefer
1631 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
1632
1633 2013-04-18 Leo Liu <sdl.web@gmail.com>
1634
1635 * bindings.el (help-event-list): Add ?\?.
1636
1637 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 * subr.el (with-wrapper-hook): Declare obsolete.
1640 * simple.el (filter-buffer-substring-function): New hook.
1641 (filter-buffer-substring): Use it.
1642 (filter-buffer-substring-functions): Mark obsolete.
1643 * minibuffer.el (completion-in-region-function): New hook.
1644 (completion-in-region): Use it.
1645 (completion-in-region-functions): Mark obsolete.
1646 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
1647 * abbrev.el (abbrev-expand-function): New hook.
1648 (expand-abbrev): Use it.
1649 (abbrev-expand-functions): Mark obsolete.
1650 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
1651 and :filter-return.
1652
1653 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
1654
1655 * progmodes/python.el (python-nav--syntactically): Fix cornercases
1656 and do not care about match data.
1657
1658 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1659
1660 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
1661 completion tables when completing error conditions and
1662 `declare' arguments.
1663 (lisp-complete-symbol, field-complete): Mark as obsolete.
1664 (check-parens): Unmatched parens are user errors.
1665 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
1666
1667 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
1668
1669 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
1670 command changed buffer (ie. `flyspell-pre-buffer' is not current
1671 buffer), which prevents making decisions based on invalid value of
1672 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
1673 cause an error when `flyspell-pre-point' was nil after switching
1674 buffers.
1675 (flyspell-post-command-hook): No longer needs to change buffers when
1676 checking pre-word. While at it remove unnecessary progn.
1677
1678 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
1679
1680 * textmodes/ispell.el (ispell-add-per-file-word-list):
1681 Fix `flyspell-correct-word-before-point' error when accepting
1682 words and `coment-padding' is an integer by using
1683 `comment-normalize-vars' (Bug #14214).
1684
1685 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
1686
1687 New defun movement commands.
1688 * progmodes/python.el (python-nav--syntactically)
1689 (python-nav--forward-defun, python-nav-backward-defun)
1690 (python-nav-forward-defun): New functions.
1691
1692 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
1693
1694 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
1695 (python-syntax-context): Use named compiler-macro for backwards
1696 compatibility with Emacs 24.x.
1697
1698 2013-04-17 Leo Liu <sdl.web@gmail.com>
1699
1700 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
1701 octave-hide-process-buffer.
1702
1703 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1704
1705 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
1706 (bug#14216).
1707
1708 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
1709
1710 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
1711 Fix adjustment of offset when receiving incomplete responses from GDB
1712 (bug#14129).
1713
1714 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1715
1716 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
1717 python-mode-abbrev-table.
1718 (python-skeleton-define): Adjust accordingly.
1719 (python-mode-abbrev-table): New table that inherits from it so that
1720 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
1721
1722 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
1723 (abbrev-symbol): Use it.
1724 (abbrev--before-point): Use it since we already handle inheritance.
1725
1726 2013-04-16 Leo Liu <sdl.web@gmail.com>
1727
1728 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
1729 binding to info-lookup-symbol.
1730
1731 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
1732
1733 * minibuffer.el (completion--twq-all):
1734 * term/ns-win.el (ns-initialize-window-system):
1735 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
1736
1737 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
1740 global bindings.
1741
1742 * doc-view.el (doc-view-start-process): Handle url-handler directories.
1743
1744 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
1745
1746 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
1747 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
1748 to nil.
1749 (ruby-end-of-defun): Remove the unused arg, change the docstring
1750 to reflect that this function is only used as the value of
1751 `end-of-defun-function'.
1752 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
1753 to reflect an earlier change that beginning/end-of-defun functions
1754 jump between methods in a class definition, as well as top-level
1755 functions.
1756
1757 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 * minibuffer.el (minibuffer-complete): Don't just scroll
1760 a *Completions* that's been iconified.
1761 (minibuffer-force-complete): Make sure repetitions do cycle when going
1762 through completion-in-region -> minibuffer-complete.
1763
1764 2013-04-15 Alan Mackenzie <acm@muc.de>
1765
1766 Correct the placement of c-cpp-delimiters when there're #s not at
1767 col 0.
1768
1769 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
1770 place a submatch around the #.
1771 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
1772 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
1773 on the #, not BOL.
1774
1775 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * emacs-lisp/nadvice.el: Properly test names when adding advice.
1778 (advice--member-p): New arg `name'.
1779 (advice--add-function, advice-member-p): Use it (bug#14202).
1780
1781 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
1782
1783 Reformulate java imenu-generic-expression.
1784 The old expression contained ill formed regexps.
1785
1786 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
1787 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
1788 (cc-imenu-java-method-arg-regexp): New defconsts.
1789 (cc-imenu-java-build-type-args-regex): New defun.
1790 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
1791 handling of spaces in the regexp.
1792
1793 2013-03-15 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1794
1795 * textmodes/ispell.el (ispell-command-loop): Remove
1796 flyspell highlight of a word when ispell accepts it (bug #14178).
1797
1798 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
1799
1800 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
1801 uses code from the previous `ange-ftp-run-real-handler'.
1802 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
1803 only in case that function exist. This is needed for proper
1804 unloading of Tramp.
1805
1806 2013-04-15 Tassilo Horn <tsdh@gnu.org>
1807
1808 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
1809
1810 * textmodes/reftex.el (reftex-compile-variables): Use it.
1811
1812 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * files.el (normal-mode): Only use default major-mode if no other mode
1815 was specified.
1816
1817 * emacs-lisp/trace.el (trace-values): New function.
1818
1819 * files.el: Allow : in local variables (bug#14089).
1820 (hack-local-variable-regexp): New var.
1821 (hack-local-variables-prop-line, hack-local-variables): Use it.
1822
1823 2013-04-13 Roland Winkler <winkler@gnu.org>
1824
1825 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
1826 data before it gets modified by bibtex-beginning-of-entry.
1827
1828 2013-04-13 Roland Winkler <winkler@gnu.org>
1829
1830 * textmodes/bibtex.el (bibtex-url): Doc fix.
1831
1832 2013-04-13 Roland Winkler <winkler@gnu.org>
1833
1834 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
1835 does not visit a BibTeX file, exclude it from the list of buffers
1836 returned by bibtex-initialize.
1837
1838 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1839
1840 * window.el (split-window): Remove interactive form, since as a
1841 command this function is a special case of split-window-below.
1842 Correct doc string.
1843
1844 2013-04-12 Roland Winkler <winkler@gnu.org>
1845
1846 * faces.el (read-face-name): Do not override value of arg default.
1847 Allow single faces and strings as default values. Remove those
1848 elements from return value that are not faces.
1849 (describe-face): Simplify.
1850 (face-at-point): New optional args thing and multiple so that this
1851 function can provide the same functionality previously provided by
1852 read-face-name.
1853 (make-face-bold, make-face-unbold, make-face-italic)
1854 (make-face-unitalic, make-face-bold-italic, invert-face)
1855 (modify-face, read-face-and-attribute): Use face-at-point.
1856
1857 * cus-edit.el (customize-face, customize-face-other-window)
1858 * cus-theme.el (custom-theme-add-face)
1859 * face-remap.el (buffer-face-set)
1860 * facemenu.el (facemenu-set-face): Use face-at-point.
1861
1862 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
1863
1864 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
1865
1866 2013-04-10 Tassilo Horn <tsdh@gnu.org>
1867
1868 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
1869 off leading { and trailing } from field values.
1870
1871 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 * emacs-lisp/timer.el (timer--check): New function.
1874 (timer--time, timer-set-function, timer-event-handler): Use it.
1875 (timer-set-idle-time): Simplify.
1876 (timer--activate): CSE.
1877 (timer-event-handler): Give more info in error message.
1878 (internal-timer-start-idle): New function, moved from C.
1879
1880 * mpc.el (mpc-proc): Add `restart' argument.
1881 (mpc-proc-cmd): Use it.
1882 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
1883 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
1884 less often.
1885
1886 2013-04-10 Masatake YAMATO <yamato@redhat.com>
1887
1888 * progmodes/sh-script.el: Implement `sh-mode' own
1889 `add-log-current-defun-function' (bug#14112).
1890 (sh-current-defun-name): New function.
1891 (sh-mode): Use the function.
1892
1893 2013-04-09 Bastien Guerry <bzg@gnu.org>
1894
1895 * simple.el (choose-completion-string): Fix docstring (bug#14163).
1896
1897 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
1900
1901 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
1902 timer (bug#14156).
1903
1904 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
1905
1906 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
1907 declaration.
1908
1909 2013-04-07 Leo Liu <sdl.web@gmail.com>
1910
1911 * pcmpl-x.el: New file.
1912
1913 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
1914
1915 Do not set x-display-name until X connection is established.
1916 This is needed to prevent from weird situation described at
1917 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
1918 * frame.el (make-frame): Set x-display-name after call to
1919 window system initialization function, not before.
1920 * term/x-win.el (x-initialize-window-system): Add optional
1921 display argument and use it.
1922 * term/w32-win.el (w32-initialize-window-system):
1923 * term/ns-win.el (ns-initialize-window-system):
1924 * term/pc-win.el (msdos-initialize-window-system):
1925 Add compatible optional display argument.
1926
1927 2013-04-06 Eli Zaretskii <eliz@gnu.org>
1928
1929 * files.el (normal-backup-enable-predicate): On MS-Windows and
1930 MS-DOS compare truenames of temporary-file-directory and of the
1931 file, so that 8+3 aliases (usually found in $TEMP on Windows)
1932 don't fail comparison by compare-strings. Also, compare file
1933 names case-insensitively on MS-Windows and MS-DOS.
1934
1935 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1936
1937 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
1938 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
1939
1940 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
1941
1942 * whitespace.el (whitespace-color-on, whitespace-color-off):
1943 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
1944
1945 2013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
1946
1947 * ispell.el (ispell-set-spellchecker-params):
1948 Really set `ispell-args' for all equivs.
1949
1950 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1951
1952 * ido.el (ido-completions): Use extra elements of ido-decorations
1953 (bug#14143).
1954 (ido-decorations): Update docstring.
1955
1956 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
1957
1958 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1959 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
1960 nil during initialization, in order not to miss changes since the
1961 file was opened. (Bug#14140)
1962
1963 2013-04-05 Leo Liu <sdl.web@gmail.com>
1964
1965 * kmacro.el (kmacro-call-macro): Fix bug#14135.
1966
1967 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
1968
1969 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
1970
1971 2013-04-04 Glenn Morris <rgm@gnu.org>
1972
1973 * electric.el (electric-pair-inhibit-predicate): Add :version.
1974
1975 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
1978 when a package is required several times (bug#14082).
1979
1980 2013-04-04 Roland Winkler <winkler@gnu.org>
1981
1982 * faces.el (read-face-name): Behave as promised by the docstring.
1983 Assume that arg default is a list of faces.
1984 (describe-face): Call read-face-name with list of default faces.
1985
1986 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1987
1988 * bookmark.el: Fix deletion of bookmarks (bug#13972).
1989 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
1990 (bookmark-bmenu-execute-deletions): Only skip first line if it's
1991 the header.
1992 (bookmark-exit-hook-internal): Save even if list is empty.
1993
1994 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
1995
1996 * emacs-lisp/package.el (package-pinned-packages): New var.
1997 (package--add-to-archive-contents): Obey it (bug#14118).
1998
1999 2013-04-03 Alan Mackenzie <acm@muc.de>
2000
2001 Handle `parse-partial-sexp' landing inside a comment opener
2002 (Bug#13244). Also adapt to the new values of element 7 of a parse
2003 state.
2004
2005 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
2006 parameter `not-in-delimiter'. Handle being inside comment opener.
2007 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
2008 character in case we're typing a '*' after a '/'.
2009 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
2010 instead by passing the parameter to c-state-pp-to-literal.
2011
2012 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
2013 for elt. 7 of a parse state.
2014
2015 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
2016
2017 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
2018 * international/latin1-disp.el, international/mule-util.el:
2019 * language/cyril-util.el, language/european.el, language/ind-util.el:
2020 * language/lao-util.el, language/thai.el, language/tibet-util.el:
2021 * language/tibetan.el, language/viet-util.el:
2022 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
2023
2024 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2025
2026 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
2027 (electric-pair-post-self-insert-function): Use it.
2028 (electric-pair-default-inhibit): New function, extracted from
2029 electric-pair-post-self-insert-function.
2030
2031 2013-03-31 Roland Winkler <winkler@gnu.org>
2032
2033 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
2034
2035 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2036
2037 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
2038
2039 2013-03-30 FabiĂ¡n Ezequiel Gallina <fabian@anue.biz>
2040
2041 Un-indent after "pass" and "return" statements (Bug#13888)
2042 * progmodes/python.el (python-indent-block-enders): New var.
2043 (python-indent-calculate-indentation): Use it.
2044
2045 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
2046
2047 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
2048 defun. Defining it as defalias could introduce too eager
2049 byte-compiler optimization. (Bug#14030)
2050
2051 2013-03-30 Chong Yidong <cyd@gnu.org>
2052
2053 * iswitchb.el (iswitchb-read-buffer): Fix typo.
2054
2055 2013-03-30 Leo Liu <sdl.web@gmail.com>
2056
2057 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
2058 (kmacro-execute-from-register): Pass the keyboard macro to
2059 kmacro-call-macro or repeating won't work correctly.
2060
2061 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
2062
2063 * progmodes/subword.el: Back to using `forward-symbol'.
2064
2065 * subr.el (forward-whitespace, forward-symbol)
2066 (forward-same-syntax): Move from thingatpt.el.
2067
2068 2013-03-29 Leo Liu <sdl.web@gmail.com>
2069
2070 * kmacro.el (kmacro-to-register): New command.
2071 (kmacro-execute-from-register): New function.
2072 (kmacro-keymap): Bind to 'x'. (Bug#14071)
2073
2074 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2075
2076 * mpc.el: Use defvar-local and setq-local.
2077 (mpc--proc-connect): Connection failures are not bugs.
2078 (mpc-mode-map): `follow-link' only applies to the buffer's content.
2079 (mpc-volume-map): Bind to the up-events.
2080
2081 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
2082
2083 * progmodes/subword.el (superword-mode): Use `forward-sexp'
2084 instead of `forward-symbol'.
2085
2086 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2087
2088 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
2089 (edebug--recursive-edit): Use it.
2090 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
2091 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
2092
2093 2013-03-28 Leo Liu <sdl.web@gmail.com>
2094
2095 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
2096
2097 2013-03-27 Eli Zaretskii <eliz@gnu.org>
2098
2099 * facemenu.el (list-colors-callback): New defvar.
2100 (list-colors-redisplay): New function.
2101 (list-colors-display): Install list-colors-redisplay as the
2102 revert-buffer-function. (Bug#14063)
2103
2104 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
2107 and suffixes don't overlap (bug#14061).
2108
2109 * case-table.el: Use lexical-binding.
2110 (case-table-get-table): New function.
2111 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
2112
2113 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2114
2115 * progmodes/subword.el: Add `superword-mode' to do word motion
2116 over symbol_words (parallels and leverages `subword-mode' which
2117 does word motion inside MixedCaseWords).
2118
2119 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
2120
2121 * eshell/em-unix.el: Move su and sudo to...
2122 * eshell/em-tramp.el: ...Eshell tramp module.
2123
2124 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
2127 Change return value to be a sexp. Delay `get-buffer' to after
2128 restoring the desktop (bug#13951).
2129
2130 2013-03-26 Leo Liu <sdl.web@gmail.com>
2131
2132 * register.el: Move semantic tag handling back to
2133 cedet/semantic/senator.el. (Bug#14052)
2134
2135 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
2138 into the prompt either (bug#13963).
2139
2140 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2141
2142 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
2143 part of "(error-foo)".
2144
2145 2013-03-24 Juri Linkov <juri@jurta.org>
2146
2147 * replace.el (list-matching-lines-prefix-face): New defcustom.
2148 (occur-1): Pass `list-matching-lines-prefix-face' to the function
2149 `occur-engine' if `face-differs-from-default-p' returns t.
2150 (occur-engine): Add `,' inside backquote construct to evaluate
2151 `prefix-face'. Propertize the prefix with the `prefix-face' face.
2152 Pass `prefix-face' to the functions `occur-context-lines' and
2153 `occur-engine-add-prefix'.
2154 (occur-engine-add-prefix, occur-context-lines): Add optional arg
2155 `prefix-face' and propertize the prefix with `prefix-face'.
2156 (Bug#14017)
2157
2158 2013-03-24 Leo Liu <sdl.web@gmail.com>
2159
2160 * nxml/rng-valid.el (rng-validate-while-idle)
2161 (rng-validate-quick-while-idle): Guard against deleted buffer.
2162 (Bug#13999)
2163
2164 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
2165 is the last entry in kill-buffer-hook.
2166
2167 * files.el (kill-buffer-hook): Doc fix.
2168
2169 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
2170
2171 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2172 Make it safe-local.
2173
2174 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
2175
2176 2013-03-23 Leo Liu <sdl.web@gmail.com>
2177
2178 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
2179 Remove.
2180
2181 * nxml/rng-valid.el (rng-validate-mode)
2182 (rng-after-change-function, rng-do-some-validation):
2183 * nxml/rng-maint.el (rng-validate-buffer):
2184 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
2185 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
2186 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
2187 (nxml-extend-after-change-region): Use with-silent-modifications.
2188
2189 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
2190 timer-idle-list.
2191
2192 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
2193 (rng-next-error-1, rng-previous-error-1): Do not let-bind
2194 timer-idle-list. (Bug#13999)
2195
2196 2013-03-23 Juri Linkov <juri@jurta.org>
2197
2198 * info.el (info-index-match): New face.
2199 (Info-index, Info-apropos-matches): Add a nested subgroup to the
2200 main pattern and add text properties with the new face to matches
2201 in index entries relative to the beginning of the index entry.
2202 (Bug#14015)
2203
2204 2013-03-21 Eric Ludlam <zappo@gnu.org>
2205
2206 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
2207 Inhibit read only while inserting objects.
2208
2209 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
2210
2211 * progmodes/cfengine.el: Update docs to mention
2212 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
2213 symbol motion. Remove "_" from the word syntax.
2214
2215 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
2216
2217 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
2218 syntax for both `cfengine2-mode' and `cfengine3-mode'.
2219
2220 2013-03-20 Juri Linkov <juri@jurta.org>
2221
2222 * info.el (Info-next-reference-or-link)
2223 (Info-prev-reference-or-link): New functions.
2224 (Info-next-reference, Info-prev-reference): Use them.
2225 (Info-try-follow-nearest-node): Handle footnote navigation.
2226 (Info-fontify-node): Fontify footnotes. (Bug#13989)
2227
2228 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2229
2230 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
2231 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
2232
2233 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
2234
2235 Suppress unnecessary non-ASCII chatter during build process.
2236 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
2237 (batch-skkdic-convert): Suppress most of the chatter.
2238 It's not needed so much now that machines are faster,
2239 and its non-ASCII component was confusing; see Dmitry Gutov in
2240 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
2241
2242 2013-03-20 Leo Liu <sdl.web@gmail.com>
2243
2244 * ido.el (ido-chop): Fix bug#10994.
2245
2246 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2247
2248 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
2249 Remove vars.
2250 (whitespace-color-on, whitespace-color-off):
2251 Use `font-lock-fontify-buffer' (Bug#13817).
2252
2253 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
2256 remapping in mode-line.
2257 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
2258
2259 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2260
2261 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
2262 value for `whitespace-line' face (Bug#13875).
2263 (whitespace-font-lock-keywords): Change description.
2264 (whitespace-color-on): Don't save `font-lock-keywords' value, save
2265 the constructed keywords instead.
2266 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
2267
2268 2013-03-19 Leo Liu <sdl.web@gmail.com>
2269
2270 * progmodes/compile.el (compilation-display-error): New command.
2271 (compilation-mode-map, compilation-minor-mode-map): Bind it to
2272 C-o. (Bug#13992)
2273
2274 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2275
2276 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
2277
2278 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
2279
2280 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
2281
2282 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
2283
2284 * net/tramp-compat.el (tramp-compat-user-error): New defun.
2285
2286 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2287 * net/tramp-gvfs.el (top):
2288 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
2289 (tramp-handle-shell-command): Use it.
2290 (tramp-dissect-file-name): Raise an error when hostname is a
2291 method name, and neither method nor user is specified.
2292
2293 * net/trampver.el: Update release number.
2294
2295 2013-03-18 Leo Liu <sdl.web@gmail.com>
2296
2297 Make sure eldoc can be turned off properly.
2298 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
2299 eldoc-mode.
2300 (eldoc-display-message-p): Revert last change.
2301 (eldoc-display-message-no-interference-p)
2302 (eldoc-print-current-symbol-info): Tweak.
2303
2304 2013-03-18 Tassilo Horn <tsdh@gnu.org>
2305
2306 * doc-view.el (doc-view-new-window-function): Check the new window
2307 overlay's display property instead the char property of the
2308 buffer's first char. Use `with-selected-window' instead of
2309 `save-window-excursion' with `select-window'.
2310 (doc-view-document->bitmap): Check the current doc-view overlay's
2311 display property instead the char property of the buffer's first char.
2312
2313 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2314
2315 Automate the build of ja-dic.el (Bug#13984).
2316 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
2317 from the input, rather than assume that it's been done for us by the
2318 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
2319 the current date into a ja-dic.el comment, as that complicates
2320 regression testing.
2321
2322 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2323
2324 * whitespace.el: Fix double evaluation.
2325 (whitespace-space, whitespace-hspace, whitespace-tab)
2326 (whitespace-newline, whitespace-trailing, whitespace-line)
2327 (whitespace-space-before-tab, whitespace-indentation)
2328 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
2329 obsolete defvars.
2330 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
2331 (whitespace-color-on): Use a single font-lock-add-keywords call.
2332 Fix double-evaluation of face variables.
2333
2334 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
2335
2336 * net/tramp-adb.el (tramp-adb-parse-device-names):
2337 Use `start-process' instead of `call-process'. Otherwise, the
2338 function might be blocked under MS Windows. (Bug#13299)
2339
2340 2013-03-17 Leo Liu <sdl.web@gmail.com>
2341
2342 Extend eldoc to display info in the mode-line. (Bug#13978)
2343 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
2344 (eldoc-mode-line-string): New variable.
2345 (eldoc-minibuffer-message): New function.
2346 (eldoc-message-function): New variable.
2347 (eldoc-message): Use it.
2348 (eldoc-display-message-p)
2349 (eldoc-display-message-no-interference-p):
2350 Support eldoc-post-insert-mode.
2351
2352 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
2353 (eval-expression): Run it.
2354
2355 2013-03-17 Roland Winkler <winkler@gnu.org>
2356
2357 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
2358 strings in the list of return values.
2359
2360 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2361
2362 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
2363 radix before checking for HMS forms.
2364
2365 2013-03-16 Leo Liu <sdl.web@gmail.com>
2366
2367 * progmodes/scheme.el: Add indentation and font-locking for λ.
2368 (Bug#13975)
2369
2370 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2371
2372 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
2373 token before point (bug#13942).
2374
2375 2013-03-16 Leo Liu <sdl.web@gmail.com>
2376
2377 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
2378
2379 2013-03-16 Eli Zaretskii <eliz@gnu.org>
2380
2381 * startup.el (command-line-normalize-file-name): Fix handling of
2382 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
2383 <xfq.free@gmail.com> in
2384 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
2385
2386 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
2387
2388 Sync with Tramp 2.2.7.
2389
2390 * net/trampver.el: Update release number.
2391
2392 2013-03-14 Tassilo Horn <tsdh@gnu.org>
2393
2394 * doc-view.el Fix bug#13887.
2395 (doc-view-insert-image): Don't modify overlay associated to
2396 non-live windows, and implement horizontal centering of image in
2397 case it's smaller than the window.
2398 (doc-view-new-window-function): Force redisplay of new windows on
2399 doc-view buffers.
2400
2401 2013-03-13 Karl Fogel <kfogel@red-bean.com>
2402
2403 * saveplace.el (save-place-alist-to-file): Don't sort
2404 `save-place-alist', just pretty-print it (bug#13882).
2405
2406 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
2407
2408 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
2409 whether `default-file-name-coding-system' is bound. It isn't in
2410 XEmacs.
2411
2412 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2413
2414 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
2415 backquotes for `obsolete' (bug#13929).
2416
2417 * international/mule.el (find-auto-coding): Include file name in
2418 obsolescence warning (bug#13922).
2419
2420 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2421
2422 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
2423 for CFEngine 3-specific indentation.
2424 (cfengine3-indent-line): Use it. Fix up category regex.
2425 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
2426
2427 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 * type-break.el (type-break-file-name):
2430 * textmodes/remember.el (remember-data-file):
2431 * strokes.el (strokes-file):
2432 * shadowfile.el (shadow-initialize):
2433 * saveplace.el (save-place-file):
2434 * ps-bdf.el (bdf-cache-file):
2435 * progmodes/idlwave.el (idlwave-config-directory):
2436 * net/quickurl.el (quickurl-url-file):
2437 * international/kkc.el (kkc-init-file-name):
2438 * ido.el (ido-save-directory-list-file):
2439 * emulation/viper.el (viper-custom-file-name):
2440 * emulation/vip.el (vip-startup-file):
2441 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2442 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
2443
2444 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
2445
2446 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
2447 * language/thai-word.el: Switch to UTF-8.
2448
2449 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
2452
2453 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2454
2455 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
2456 Use with-current-buffer and don't move point.
2457 (net-utils-run-simple): Remove useless code.
2458 (net-utils-remove-ctl-m): Remove unused custom.
2459
2460 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
2461
2462 * international/characters.el (glyphless-set-char-table-range): New fun.
2463 (update-glyphless-char-display): Use it (bug#13744).
2464
2465 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
2466
2467 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
2468 namespaces in the syntax, indent closer for hanging brace
2469 correctly, allow single-quote delimited 'strings', and make
2470 `cfengine3-mode' the default.
2471
2472 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
2473
2474 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
2475 Use lexical-binding. Fix up docstring according to conventions.
2476 (gdbmi-debug-mode): New var.
2477 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
2478 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
2479 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
2480 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
2481 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
2482 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
2483 (gdbmi-bnf-incomplete-record-result): New functions.
2484 (gdb-car<): Remove function.
2485 (gdbmi-record-list): Remove variable.
2486 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
2487 (gdbmi-bnf-result-state-configs): New const.
2488 (gud-gdbmi-marker-filter): Rewrite.
2489 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
2490 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
2491 Add `token' argument.
2492 (gdb-done, gdb-error): New functions.
2493 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
2494
2495 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2496
2497 * term/xterm.el (xterm--report-background-handler): Don't burp
2498 upon timeout.
2499 (xterm--version-handler): Extract from terminal-init-xterm.
2500 (xterm--query): Don't mishandle timeout. Remove debugging messages.
2501 Allow multiple handlers.
2502 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
2503
2504 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
2505 (xterm--report-background-handler, xterm--query): New functions.
2506 (terminal-init-xterm): Use them.
2507
2508 2013-03-11 Michael R. Mauger <michael@mauger.com>
2509
2510 * progmodes/sql.el Version 3.2
2511 Please note that my address changed to <michael@mauger.com>;
2512 the <mmaug@yahoo.com> address remains active.
2513 (sql-connection-alist): Updates documentation to fix bug#13715.
2514 (sql-connect): Handle missing `sql-connection-alist' correctly.
2515 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
2516 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
2517 property.
2518 (sql-default-value): New function.
2519 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
2520 values were not used.
2521 (sql-rename-buffer): Make sure alternate buffer name has no text
2522 properties.
2523 (sql-input-sender, sql-execute-feature): Fetch variable with
2524 `buffer-local-value' rather than `with-current-buffer'.
2525 (sql-*): Use #' function syntax consistently.
2526 (sql-*): Use message/error/user-error consistently.
2527
2528 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2529
2530 * xt-mouse.el (xterm-mouse-event-read): Remove.
2531 (xterm-mouse--read-event-sequence-1000)
2532 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
2533
2534 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2535
2536 * term/xterm.el (xterm-function-map): Support format used with
2537 formatOtherKeys=1 (bug#13839).
2538
2539 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
2540 (with-no-warnings): Use `declare'.
2541
2542 * whitespace.el (whitespace-enable-predicate): New variable.
2543 (whitespace-enable-predicate): Use it.
2544
2545 * comint.el (comint-send-input, comint-snapshot-last-prompt)
2546 (comint-output-filter, comint-update-fence):
2547 Use with-silent-modifications.
2548
2549 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
2550
2551 * replace.el (occur-read-regexp-defaults-function): New var.
2552 (occur-read-regexp-defaults): New defun.
2553 (occur-read-primary-args): Propagate above change (bug#13892).
2554
2555 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2556
2557 * mouse.el (mouse-drag-track): Remove left-over debugging code.
2558
2559 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
2560
2561 Major rewrite due to changed D-Bus interface of GVFS 1.14.
2562
2563 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
2564 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
2565 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
2566 New defconst.
2567 (tramp-gvfs-file-name-handler-alist) [directory-files]
2568 [directory-files-and-attributes, file-exists-p, file-modes]:
2569 Use Tramp default handler.
2570 [file-acl, file-selinux-context, process-file, set-file-acl]:
2571 [set-file-modes, set-file-selinux-context, shell-command]:
2572 [start-file-process]: Remove handler.
2573 [verify-visited-file-modtime]: New handler.
2574 (tramp-gvfs-dbus-string-to-byte-array)
2575 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
2576 calls of `dbus-string-to-byte-array' and
2577 `tramp-gvfs-dbus-byte-array-to-string'.
2578 (tramp-gvfs-handle-copy-file)
2579 (tramp-gvfs-handle-delete-directory)
2580 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
2581 (tramp-gvfs-handle-file-directory-p)
2582 (tramp-gvfs-handle-file-executable-p)
2583 (tramp-gvfs-handle-file-name-all-completions)
2584 (tramp-gvfs-handle-file-readable-p)
2585 (tramp-gvfs-handle-file-writable-p)
2586 (tramp-gvfs-handle-insert-directory)
2587 (tramp-gvfs-handle-insert-file-contents)
2588 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
2589 (tramp-gvfs-handle-set-visited-file-modtime)
2590 (tramp-gvfs-handle-write-region): Rewrite.
2591 (tramp-gvfs-handle-file-acl)
2592 (tramp-gvfs-handle-file-selinux-context)
2593 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
2594 (tramp-gvfs-handle-set-file-modes)
2595 (tramp-gvfs-handle-set-file-selinux-context)
2596 (tramp-gvfs-handle-shell-command)
2597 (tramp-gvfs-handle-start-file-process)
2598 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
2599 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
2600 over the symlinks. Fix user handling.
2601 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
2602 of the D-Bus signals.
2603 (tramp-gvfs-connection-mounted-p): Handle different names of the
2604 D-Bus methods.
2605 (tramp-gvfs-mount-spec-entry): New defun.
2606 (tramp-gvfs-mount-spec): Use it.
2607 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
2608 there is a share name. Handle different names of the D-Bus
2609 signals and methods. Set connection properties needed for
2610 `tramp-check-cached-permissions'.
2611 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
2612 Return t or nil.
2613
2614 * net/tramp.el (tramp-backtrace): Move up.
2615 (tramp-error): Dump a backtrace into the debug buffer when
2616 `tramp-verbose > 9.
2617 (tramp-file-mode-type-map, tramp-file-mode-from-int)
2618 (tramp-file-mode-permissions, tramp-get-local-uid)
2619 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
2620 tramp-sh.el.
2621
2622 * net/tramp-sh.el (tramp-file-mode-type-map)
2623 (tramp-check-cached-permissions, tramp-file-mode-from-int)
2624 (tramp-file-mode-permissions, tramp-get-local-uid)
2625 (tramp-get-local-gid): Move to tramp.el.
2626
2627 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2628
2629 Separate mouse-1-click-follows-link from mouse-drag-region.
2630 * mouse.el (mouse--down-1-maybe-follows-link): New function.
2631 (key-translation-map): Use it to implement mouse-1-click-follows-link.
2632 (mouse-drag-line, mouse-drag-track):
2633 Remove mouse-1-click-follows-link code.
2634 (mouse--remap-link-click-p): Remove.
2635
2636 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
2637
2638 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
2639 (hi-lock-read-regexp-defaults): New defun.
2640 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2641 (hi-lock-face-phrase-buffer): Propagate above change.
2642 Update docstring (bug#13892).
2643
2644 * subr.el (find-tag-default-as-regexp): New defun.
2645 * replace.el (read-regexp): Propagate above change.
2646
2647 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
2648
2649 * calc/calc-units.el (calc-convert-units): Fix the way that default
2650 new units are stored.
2651
2652 2013-03-07 Matthias Meulien <orontee@gmail.com>
2653
2654 * bookmark.el: Define a face to highlight bookmark names in
2655 bookmark menu buffers, where the default is a bold face similarly
2656 to buffer names in buffer menu buffers.
2657 (bookmark-menu-bookmark): New face to highlight bookmark names.
2658 (bookmark-insert-location): Remove duplicated text property to
2659 conform to buffer list (see `list-buffers').
2660 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
2661 `bookmark-menu-bookmark' to bookmark names.
2662
2663 2013-03-07 Matthias Meulien <orontee@gmail.com>
2664 Karl Fogel <kfogel@red-bean.com>
2665
2666 * bookmark.el: Display the bookmark list header similarly to the
2667 buffer list header (see `list-buffers'), where the default is now
2668 an immovable/immutable header line.
2669 (bookmark-bmenu-use-header-line): New variable.
2670 (bookmark-bmenu-inline-header-height): New name for
2671 `bookmark-bmenu-header-height', to avoid confusion with the code
2672 for the new immovable header. All references changed.
2673 (bookmark-bmenu-set-header): New function.
2674 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
2675 Conditionalize header construction accordingly.
2676 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
2677 the inline header height.
2678 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2679 Conditionalize the skipping of the inline header height.
2680
2681 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
2682
2683 * progmodes/js.el (js--multi-line-declaration-indentation):
2684 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
2685
2686 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
2687
2688 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2689 Only propertize regexp when not inside a string (Bug#13885).
2690
2691 2013-03-06 Alan Mackenzie <acm@muc.de>
2692
2693 Correct the position of point in some line-up functions.
2694 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
2695 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
2696 point at column 0 rather than at a random place in the line.
2697
2698 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
2699
2700 * net/tramp-compat.el (tramp-compat-delete-directory):
2701 Implement TRASH argument.
2702
2703 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
2704
2705 Keep pre-existing highlighting in completion candidates (Bug#13250).
2706 * minibuffer.el (completions-first-difference): State that the
2707 face is "added" in the docstring.
2708 (completions-common-part): Same. And don't inherit from default.
2709 (completion-hilit-commonality): Prepend 'completions-common-part
2710 and 'completion-first-difference faces to the 'face property,
2711 instead of replacing the value(s).
2712 (completion--insert-strings): Same with 'completions-annotations face.
2713 (completion-hilit-commonality): Use 'face instead of
2714 'font-lock-face, because it gets priority if the completion
2715 strings already have 'face set.
2716
2717 2013-03-04 Alan Mackenzie <acm@muc.de>
2718
2719 Replace `last-command-event' by `last-command-char' in XEmacs.
2720 * progmodes/cc-defs.el (c-last-command-char): New macro.
2721 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
2722 (c-semi&comma-no-newlines-before-nonblanks)
2723 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
2724 in place of `last-command-event'.
2725 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
2726 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
2727 (c-electric-paren, c-electric-continued-statement): Use the new
2728 macro in place of `last-command-event'.
2729
2730 2013-03-04 Glenn Morris <rgm@gnu.org>
2731
2732 * files.el (inhibit-local-variables-regexps):
2733 Add .diff and .patch. (Bug#13862)
2734
2735 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
2736
2737 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
2738 whether the "su" command is available on the device.
2739
2740 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
2741
2742 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
2743 (tramp-adb-handle-process-file): Remove superfluous setting.
2744 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
2745 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
2746 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
2747
2748 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2749
2750 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
2751 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
2752 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
2753 Use dict-key rather than dict-name for the error message.
2754
2755 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2756
2757 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
2758 when reverting (bug#13831).
2759
2760 2013-03-01 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
2761
2762 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2763 Always expand affix-file before storing to protect against changed
2764 `default-directory'.
2765 (ispell-print-if-debug): Make sure message is printed at the end
2766 of the debug buffer.
2767
2768 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
2769
2770 * net/tramp.el (tramp-obsolete-methods): New defconst.
2771 (tramp-warned-obsolete-methods): New defvar.
2772 (tramp-find-method): Check for obsolete methods. Map them to a
2773 replacement method if appropriate.
2774
2775 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
2776 Remove methods.
2777 (top): Remove completion functions for "scp1", "scp2", "ssh1",
2778 "ssh2" and "plink1".
2779
2780 2013-02-28 Dale Sedivec <dale@codefu.org>
2781
2782 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
2783 Return valid syntax-table property value when converting
2784 quotes within text from string syntax to punctuation syntax (bug#13844).
2785
2786 2013-02-28 Juri Linkov <juri@jurta.org>
2787
2788 * dired-aux.el (dired-diff): If file at point is a backup file,
2789 use its original as the default value, and reverse the order
2790 of arguments to the `diff' call. Doc fix. (Bug#13772)
2791
2792 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
2793
2794 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
2795 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
2796
2797 2013-02-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
2798
2799 Initial support for hunspell dictionaries auto-detection (Bug#13639)
2800
2801 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2802 Ask hunspell about available and default dictionaries.
2803 (ispell-parse-hunspell-affix-file): Extract relevant info from
2804 hunspell affix file.
2805 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
2806 `ispell-dictionary-alist' entry for given dictionary after info
2807 provided by `ispell-parse-hunspell-affix-file'.
2808 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
2809 of parsed hunspell dicts and associated affix files.
2810 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
2811 of parsed hunspell dicts and associated parameters.
2812 (ispell-set-spellchecker-params):
2813 Call `ispell-find-hunspell-dictionaries' if hunspell and not
2814 previously done.
2815 (ispell-start-process):
2816 Call `ispell-hunspell-fill-dictionary-entry' for current
2817 dictionary if it is not initialized.
2818
2819 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2820
2821 * imenu.el: Comment nitpicks.
2822
2823 2013-02-28 Sam Steingold <sds@gnu.org>
2824
2825 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
2826 See <http://stackoverflow.com/questions/14720205>.
2827
2828 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2829
2830 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
2831 (net-utils-mode): Use it.
2832 (net-utils--revert-cmd): New var.
2833 (net-utils-run-simple): Set it, and remove bogus interactive spec.
2834 (traceroute): Use net-utils-run-simple.
2835
2836 2013-02-28 Glenn Morris <rgm@gnu.org>
2837
2838 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
2839
2840 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
2843 (doc-view-fallback-mode): Remove overlays here.
2844 (doc-view-toggle-display): Instead of here. Don't throw away
2845 image-mode-winprops-alist.
2846 (doc-view-goto-page): Don't mess with hscroll.
2847
2848 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2849
2850 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
2851 &optional (bug#13819).
2852
2853 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
2854
2855 * net/tramp-adb.el (tramp-adb-parse-device-names)
2856 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
2857
2858 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
2859
2860 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2861 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
2862 defined. POSIX environments fall back to the "C" locale then and
2863 emit a warning, which shall be suppressed.
2864
2865 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2866
2867 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
2868 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
2869
2870 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2871
2872 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
2873
2874 2013-02-25 Juri Linkov <juri@jurta.org>
2875
2876 * replace.el (read-regexp): Let-bind `default' to the first
2877 element of `defaults' if it's a list, otherwise it should be
2878 a string or nil. Let-bind `suggestions' to `defaults' if it's
2879 a list, otherwise make a list with the string value. Doc fix.
2880 (Bug#13805)
2881
2882 2013-02-25 Eli Zaretskii <eliz@gnu.org>
2883
2884 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
2885 that match "\`\.#", to avoid compiling lock files, even if they
2886 are readable (as they are on MS-Windows).
2887
2888 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2889
2890 * files.el (basic-save-buffer): Remove redundant directory-creation.
2891
2892 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
2893
2894 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
2895 Add option to force `pi' to remain symbolic.
2896 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
2897 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
2898 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
2899 derivatives, when necessary.
2900
2901 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
2902
2903 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
2904 (ps-mode-octal-region): Use string-make-unibyte.
2905
2906 2013-02-23 Glenn Morris <rgm@gnu.org>
2907
2908 * emulation/viper-cmd.el (viper-submit-report):
2909 * progmodes/ps-mode.el (ps-mode-maintainer-address):
2910 * progmodes/vera-mode.el (vera-mode-help-address):
2911 * textmodes/artist.el (artist-maintainer-address):
2912 * textmodes/reftex.el (reftex-report-bug):
2913 * vc/ediff-util.el (ediff-submit-report):
2914 Add bug-gnu-emacs to bug report address.
2915
2916 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
2917 Remove bug report entries.
2918 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
2919
2920 * emacs-lisp/bytecomp.el (byte-compile-level): New.
2921 (byte-compile-file, byte-compile-from-buffer):
2922 Use separate input/output buffers for each level of recursive
2923 byte-compile-file calls. (Bug#13787)
2924
2925 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
2926
2927 * net/tramp.el (tramp-methods): Fix docstring.
2928 (tramp-ssh-controlmaster-options): Rename it from
2929 `tramp-ssh-controlmaster-template'. Return a string.
2930 (tramp-default-method): Adapt check for
2931 `tramp-ssh-controlmaster-options'.
2932
2933 * net/tramp-sh.el (tramp-methods):
2934 Replace `tramp-ssh-controlmaster-template' by "%c".
2935 (tramp-do-copy-or-rename-file-out-of-band)
2936 (tramp-maybe-open-connection): Use it in format spec. Ensure,
2937 that it is applied for the first hop only.
2938
2939 2013-02-22 Juri Linkov <juri@jurta.org>
2940
2941 * isearch.el (isearch-lazy-highlight-new-loop):
2942 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
2943 to `isearch-other-end' if it is not nil. (Bug#13402)
2944
2945 * replace.el (replace-highlight): Let-bind `isearch-other-end'
2946 to `match-beg'.
2947
2948 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2949 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
2950 and `isearch-error' to nil.
2951
2952 2013-03-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2953
2954 * progmodes/python.el (python-info-current-defun):
2955 Enhance match-data cluttering prevention.
2956
2957 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
2958
2959 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
2960
2961 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2962 Handle multibyte file names.
2963
2964 2013-02-22 Glenn Morris <rgm@gnu.org>
2965
2966 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
2967 (sgml-transformation-function): Give it a :set function.
2968 (sgml-tag): Doc fix.
2969
2970 * cmuscheme.el (scheme-buffer):
2971 * progmodes/inf-lisp.el (inferior-lisp-buffer):
2972 * progmodes/tcl.el (inferior-tcl-buffer):
2973 * textmodes/tex-mode.el (tex-command): Doc fixes.
2974
2975 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
2976
2977 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
2978
2979 2013-02-21 Bastien Guerry <bzg@gnu.org>
2980
2981 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
2982
2983 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2984
2985 * progmodes/python.el (python-info-current-defun):
2986 Enhance match-data cluttering prevention.
2987
2988 2013-02-21 Glenn Morris <rgm@gnu.org>
2989
2990 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
2991 loaded while outline-regexp is let bound. (Bug#9584)
2992
2993 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2994
2995 * progmodes/python.el (python-info-current-defun): Fix failed
2996 defun name retrieval because of unwanted match-data cluttering.
2997
2998 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
2999
3000 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
3001 defconst. Apply independent check for ControlPersist.
3002
3003 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
3004 temporarily, via "env".
3005
3006 2013-02-21 Glenn Morris <rgm@gnu.org>
3007
3008 * info.el (Info-enable-edit): Remove.
3009 (Info-edit): Disable it rather than using Info-enable.
3010 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
3011 (Info-cease-edit): Make editing of Info files obsolete.
3012
3013 * informat.el (Info-tagify):
3014 Handle buffers not visiting files. (Bug#13763)
3015
3016 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
3017
3018 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
3019
3020 2013-02-21 Glenn Morris <rgm@gnu.org>
3021
3022 * files.el (basic-save-buffer): Move check for existing parent
3023 directory after hooks. (Bug#13773)
3024
3025 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
3026
3027 * simple.el (command-execute): Move from C. Add obsolete check.
3028 (extended-command-history): Move from C.
3029
3030 2013-02-20 Ulrich MĂ¼ller <ulm@gentoo.org>
3031
3032 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3033 (jka-compr-mode-alist-additions): Handle .txz suffix for
3034 XZ-compressed tar archives (bug#13770).
3035
3036 2013-02-20 Bastien Guerry <bzg@gnu.org>
3037
3038 * outline.el (outline-regexp, outline-heading-end-regexp):
3039 Make variables, not options (bug#13731).
3040
3041 2013-02-20 Glenn Morris <rgm@gnu.org>
3042
3043 * image.el (image-current-frame): Change from variable to function.
3044 (image-show-frame): Rename from image-nth-frame. Update callers.
3045 * image-mode.el (image-multi-frame): New variable.
3046 (image-mode-map, image-mode, image-goto-frame):
3047 Use image-multi-frame rather than image-current-frame.
3048 (image-mode, image-goto-frame): Use image-current-frame as
3049 function rather than as variable.
3050
3051 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
3052 * emacs-lisp/cl-macs.el (cl--make-type-test)
3053 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
3054
3055 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3056
3057 * net/tramp-cache.el (tramp-get-hash-table): New defun.
3058 (tramp-get-file-property, tramp-set-file-property)
3059 (tramp-get-connection-property, tramp-set-connection-property): Use it.
3060 (tramp-flush-file-property, tramp-flush-directory-property):
3061 Rename argument to KEY.
3062 (tramp-flush-connection-property): Simplify a little bit.
3063 (tramp-connection-property-p): New defun.
3064 (top): Reapply saved values only if there isn't a corresponding
3065 entry in `tramp-connection-properties'.
3066
3067 2013-02-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3068
3069 * progmodes/python.el (python-indent-context):
3070 Fix python-info-line-ends-backslash-p call.
3071 (python-info-line-ends-backslash-p)
3072 (python-info-beginning-of-backslash): Respect line-number argument.
3073 (python-info-current-line-comment-p):
3074 Fix behavior when not at beginning-of-line.
3075 (python-util-position): Remove function.
3076 (python-util-goto-line): New function.
3077
3078 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3079
3080 * eshell/em-unix.el (eshell/su): Require tramp.
3081 (eshell/sudo): Require tramp. Remove now unnecessary check.
3082
3083 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
3084 `tramp-current-connection' in order to avoid an error when several
3085 commands are invoked in a short time in eshell and friends.
3086
3087 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3088
3089 Cleanup some of EIEIO's namespace.
3090 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
3091 Use it to define all the class-* and object-* field accessors (renamed
3092 to eieio--class-* and eieio--object-*). Update all uses.
3093 (eieio--class-num-slots, eieio--object-num-slots): Rename from
3094 class-num-slots and object-num-slots.
3095 (eieio--check-type): New macro.
3096 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
3097 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
3098 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
3099 (object-assoc-list-safe): Use it.
3100 (eieio-defclass): Tighten regexp.
3101 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
3102 Remove unreachable code.
3103 (object-class-fast): Declare obsolete.
3104 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
3105 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
3106 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
3107 Rename from class-name, object-name, object-set-name-string,
3108 object-class, object-class-name, class-parents, class-children,
3109 class-precedence-list, class-parent; with obsolete alias.
3110 (class-of, class-direct-superclasses, class-direct-subclasses):
3111 Declare obsolete.
3112 (eieio-defmethod): Use `memq'; remove unreachable code.
3113 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3114 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
3115 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
3116
3117 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3118
3119 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
3120 commentary.
3121
3122 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
3123
3124 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
3125 Use font-lock-keyword-face for macros and special forms (bug#8345).
3126
3127 2013-02-17 Didier Verna <didier@didierverna.net>
3128
3129 * net/network-stream.el (network-stream-open-starttls):
3130 Check that response to the starttls-command is non-nil. (Bug#13706)
3131
3132 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3133
3134 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
3135 Don't assume all identifier chars have syntax word.
3136 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3137 Remove bar-not-symbol. Adjust callers.
3138 (lisp-mode-variables): Don't set a font-lock-syntax-table.
3139
3140 2013-02-17 Leo Liu <sdl.web@gmail.com>
3141
3142 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
3143
3144 2013-02-17 Glenn Morris <rgm@gnu.org>
3145
3146 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
3147
3148 * image-mode.el (image-mode-map): Add image-dired menu entry.
3149
3150 * image-dired.el (tumme): Make this alias obsolete.
3151
3152 2013-02-16 Glenn Morris <rgm@gnu.org>
3153
3154 * image.el (image-animated-types): Remove.
3155 (image-multi-frame-p): Rename from image-animated-p, and generalize.
3156 (image-animated-p): Make obsolete alias.
3157 (image-animate, image-nth-frame, image-animate-timeout):
3158 Use image-multi-frame-p.
3159 (image-animate-timeout): If no delay, use image-default-frame-delay.
3160 * image-mode.el (image-mode, image-toggle-animation):
3161 Use image-multi-frame-p. (Bug#763, bug#10739)
3162 (image-mode): Adjust startup message for a multi-frame image.
3163
3164 * image-mode.el (image-mode-map): Give it a menu.
3165
3166 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
3167
3168 * net/tramp-cache.el (tramp-connection-properties): New customer
3169 option.
3170 (tramp-get-connection-property): Use it.
3171
3172 * net/tramp-compat.el (top): Require 'trampver.
3173
3174 * net/tramp-sh.el (tramp-remote-process-environment):
3175 Set tramp-autoload cookie.
3176
3177 2013-02-16 Kevin Ryde <user42@zip.com.au>
3178
3179 * info-look.el (info-lookup-select-mode): If major-mode has no
3180 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
3181
3182 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
3183
3184 * replace.el (read-regexp): Tighten the regexp that matches tag.
3185 When tag is retrieved with `find-tag-default', use regexp that
3186 matches tag at point. Also update docstring (Bug#13687).
3187
3188 2013-02-16 Eli Zaretskii <eliz@gnu.org>
3189
3190 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
3191 add watch for the file, not its parent directory, since w32notify
3192 sets up the watch for the directory internally. (Bug#13725)
3193
3194 2013-02-16 Glenn Morris <rgm@gnu.org>
3195
3196 * image.el (image-default-frame-delay): New variable.
3197 (image-animated-p): Use image-default-frame-delay.
3198 (image-minimum-frame-delay): New constant.
3199 (image-animate-timeout): Use image-minimum-frame-delay.
3200
3201 * image.el (image-nth-frame): New, split from image-animate-timeout.
3202 (image-animate-timeout): Use image-nth-frame.
3203 * image-mode.el (image-goto-frame, image-next-frame)
3204 (image-previous-frame): New commands.
3205 (image-mode-map): Add new frame commands.
3206
3207 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
3208
3209 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
3210 If col-desc already has help-echo, use it. (Bug#13563)
3211
3212 2013-02-16 Glenn Morris <rgm@gnu.org>
3213
3214 * image.el (image-current-frame): New variable.
3215 (image-animate-timeout): Set image-current-frame.
3216 * image-mode.el (image-mode): For animated images,
3217 display a frame counter via mode-line-process.
3218
3219 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
3220
3221 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3222
3223 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
3224
3225 2013-02-15 Alan Mackenzie <acm@muc.de>
3226
3227 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
3228 global minor mode has been enabled, call the minor mode function
3229 for a new buffer once only, after the major mode hook, whilst
3230 allowing that hook explicitly to disable the minor mode.
3231 (MODE-disable-in-buffer): New (generated) function.
3232 (disable-MODE): New (generated) buffer local variable.
3233
3234 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
3235
3236 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
3237 `iswitchb-next-match' and `iswitchb-prev-match' resply.
3238 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
3239 `ido-next-match' and `ido-prev-match' resply.
3240 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
3241 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
3242 `icomplete-backward-completions' (Bug#13708).
3243
3244 2013-02-15 Glenn Morris <rgm@gnu.org>
3245
3246 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3247
3248 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3249
3250 * net/goto-addr.el (goto-address-fontify): Add start and end args.
3251 (goto-address-fontify-region): Use them instead of narrowing, so
3252 syntax-ppss has access to the whole buffer.
3253
3254 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3255
3256 * progmodes/python.el: Explain how to restore "cc-mode"-like
3257 forward-sexp movement in header documentation (Bug#13642).
3258 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
3259 comments and strings (GH bug 114).
3260
3261 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3262
3263 * progmodes/python.el (python-info-current-defun): Fix current
3264 defun detection (Bug#13618).
3265
3266 2013-02-15 Chong Yidong <cyd@gnu.org>
3267
3268 * xml.el (xml-parse-string): Fix typo in handling of bad character
3269 references.
3270
3271 2013-02-15 Glenn Morris <rgm@gnu.org>
3272
3273 * play/fortune.el (fortune-compile): Simplify and fix previous change.
3274
3275 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
3276
3277 * net/tramp.el (tramp-debug-message):
3278 Add `tramp-condition-case-unless-debug'.
3279 (tramp-debug-on-error): New defvar.
3280 (tramp-condition-case-unless-debug): New defun.
3281 (tramp-file-name-handler): Use it.
3282
3283 2013-02-14 Juri Linkov <juri@jurta.org>
3284
3285 * info.el (Info-isearch-filter): Treat non-nil values of
3286 `search-invisible' including its default value `open'
3287 like the value `t' to match hidden text. (Bug#13402)
3288
3289 2013-02-14 Glenn Morris <rgm@gnu.org>
3290
3291 * help-fns.el (find-lisp-object-file-name): Give special treatment
3292 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
3293
3294 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
3295
3296 * net/quickurl.el (quickurl-save-urls):
3297 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
3298
3299 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
3300
3301 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
3302 depth for unfinished percent literal. Not using it in the caller.
3303 (ruby-move-to-block): Jump over multiline literals of all types,
3304 ignoring code-looking contents inside them.
3305 (ruby-add-log-current-method): Improve performance at the expense
3306 of accuracy. `ruby-block-contains-point' is relatively slow, so
3307 only use it for method and singleton class blocks.
3308
3309 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3310
3311 Use ControlMaster where applicable. (Bug#13677)
3312
3313 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
3314 replacing `tramp-detect-ssh-controlmaster'.
3315 (tramp-default-method): Use it.
3316
3317 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
3318 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
3319 arguments.
3320 [scpc, rsyncc]: Remove methods.
3321 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
3322 and "ssh2_old".
3323 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
3324 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
3325
3326 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * emacs-lisp/package.el (package--initialized): Move before first use.
3329
3330 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
3331
3332 * icomplete.el (icomplete-hide-common-prefix): New user option.
3333 (icomplete-first-match): New face.
3334 (icomplete-completions): Correct handling of "complete but not
3335 unique" (Bug#12638).
3336
3337 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
3338
3339 * descr-text.el (describe-char): Display the script (bug#13698).
3340
3341 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * tmm.el: Use lexical-binding and current-active-maps.
3344 (tmm-menubar): Use map-keymap and pcase.
3345 (tmm--completion-table): New function.
3346 (tmm-prompt): Use it to fix the menu order.
3347 (tmm-get-keybind): Use current-active-maps.
3348
3349 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
3350
3351 Add dired-hide-details-mode. (Bug#6799)
3352
3353 * locate.el (locate-mode): Set parent mode property to dired-mode.
3354
3355 * find-dired.el (find-dired): Call dired-insert-set-properties on
3356 initial information line. Set process mark on end of buffer.
3357 (find-dired-sentinel):
3358 Call dired-insert-set-properties on summary.
3359
3360 * dired.el (dired-hide-details-hide-symlink-targets)
3361 (dired-hide-details-hide-information-lines): New options.
3362 (dired-insert-directory):
3363 Set properties after final treatment of output.
3364 (dired-insert-set-properties):
3365 Set dired-hide-details-* properties.
3366 (dired-mode-map): Bind dired-hide-details-mode.
3367 (dired-mode): Set buffer-invisibility-spec to a list.
3368 (dired-next-line): Skip hidden lines.
3369 (dired-previous-line): Use dired-next-line.
3370 (dired-hide-details-mode): New minor mode.
3371 (dired-hide-details-update-invisibility-spec): New function.
3372
3373 2013-02-13 Glenn Morris <rgm@gnu.org>
3374
3375 * play/yow.el: Move to obsolete/. (Bug#9384)
3376
3377 2013-02-13 Juri Linkov <juri@jurta.org>
3378
3379 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
3380 to select `ediff-control-frame' and set input focus correctly on Xfce.
3381 (Bug#12218)
3382
3383 2013-02-13 Juri Linkov <juri@jurta.org>
3384
3385 * image-mode.el (image-mode-map):
3386 * doc-view.el (doc-view-mode-map):
3387 * vc/ediff-util.el (ediff-setup-keymap):
3388 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3389
3390 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
3391
3392 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
3393 performance. Instead of recalculating indentation fully for each
3394 line, sum up indentation depth based only on visited lines.
3395 (ruby-parse-partial): Increase the depth after "do" even when END
3396 is right after it.
3397 (ruby-parse-partial): When END is in the middle of a percent
3398 literal, increase the depth if the delimiter chars belong to the
3399 paren syntax class.
3400
3401 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
3402
3403 * play/fortune.el (fortune-compile): Also make the compiled file
3404 if it does not exist at all, not just if it is old. (Bug#5338)
3405
3406 2013-02-13 Glenn Morris <rgm@gnu.org>
3407
3408 * emacs-lisp/package.el (package-menu-execute): Doc fix.
3409
3410 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
3411
3412 * lisp/emacs-lisp/package.el (package-menu-execute):
3413 Add optional noquery argument. (Bug#13625)
3414
3415 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3416
3417 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
3418 if DIR exists and PARENTS is non-nil.
3419
3420 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
3421
3422 * progmodes/js.el (js--multi-line-declaration-indentation):
3423 Silence byte-compiler warning.
3424
3425 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
3426
3427 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
3428
3429 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
3430 only if it doesn't exist.
3431
3432 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3433 Set process marker.
3434
3435 2013-02-12 Tassilo Horn <tsdh@gnu.org>
3436
3437 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
3438 UserInstallation when calling soffice to work around LibreOffice
3439 bug 37531.
3440
3441 2013-02-12 Glenn Morris <rgm@gnu.org>
3442
3443 * files.el (basic-save-buffer):
3444 Offer to create a non-existing directory. (Bug#3016)
3445
3446 * calc/calc-graph.el (calc-graph-show-dumb):
3447 * calendar/calendar.el (calendar-mode-map):
3448 * cus-edit.el (custom-mode-map):
3449 * ehelp.el (electric-help-map):
3450 * emulation/vip.el (vip-mode-map):
3451 * epa.el (epa-key-list-mode-map):
3452 * info.el (Info-mode-map):
3453 * mail/rmail.el (rmail-mode-map):
3454 * mail/rmailsum.el (rmail-summary-mode-map):
3455 * man.el (Man-mode-map):
3456 * net/newst-plainview.el (newsticker-mode-map):
3457 * progmodes/cpp.el (cpp-edit-mode-map):
3458 * progmodes/grep.el (grep-mode-map):
3459 * progmodes/idlw-help.el (idlwave-help-mode-map):
3460 * simple.el (special-mode-map):
3461 * startup.el (splash-screen-keymap):
3462 * view.el (view-mode-map):
3463 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3464
3465 2013-02-11 Elias Pipping <pipping@lavabit.com>
3466
3467 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
3468 (bug#13679).
3469
3470 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3471
3472 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
3473
3474 2013-02-11 Glenn Morris <rgm@gnu.org>
3475
3476 * vc/diff.el (diff-use-labels): New variable.
3477 (diff-no-select): Use --label rather than -L, and first
3478 check that it is supported. (Bug#11067)
3479
3480 * files.el (enable-dir-local-variables): New variable.
3481 (hack-dir-local-variables): Respect enable-dir-local-variables.
3482 * tutorial.el (help-with-tutorial):
3483 Ignore directory-local variables. (Bug#11127)
3484
3485 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
3486 (vc-svn-global-switches): ... to here. (Bug#13513)
3487
3488 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
3489
3490 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
3491 Handle "foo (bar, default: xxx): " prompts.
3492
3493 2013-02-10 Chong Yidong <cyd@gnu.org>
3494
3495 * files.el (basic-save-buffer-1): Do not set
3496 buffer-file-coding-system-explicit (Bug#4533).
3497
3498 * mail/emacsbug.el (report-emacs-bug): Change binding of
3499 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
3500
3501 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
3502
3503 * calc/calc.el (calc-allow-units-as-numbers): New variable.
3504 * calc/calc-units.el (calc-convert-units): Use new variable.
3505
3506 2013-02-09 Eli Zaretskii <eliz@gnu.org>
3507
3508 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
3509
3510 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
3511 buffer-file-type.
3512
3513 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
3514 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
3515 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
3516 coding-system-for-write instead.
3517
3518 * jka-compr.el (jka-compr-write-region): Don't bind
3519 buffer-file-type.
3520
3521 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
3522 buffer-file-type.
3523
3524 * files.el (file-name-buffer-file-type-alist): Remove defvar.
3525 (insert-file-contents-literally): Remove reference to
3526 file-name-buffer-file-type-alist.
3527
3528 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
3529 make-obsolete.
3530 (find-buffer-file-type-match, find-buffer-file-type): Remove.
3531 (find-buffer-file-type-coding-system): Remove references to
3532 find-buffer-file-type-match, find-buffer-file-type, and
3533 buffer-file-type.
3534 Don't put find-buffer-file-type-coding-system into
3535 file-coding-system-alist.
3536 (find-file-binary, find-file-text): Bind coding-system-for-read
3537 instead of file-name-buffer-file-type-alist.
3538
3539 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
3540
3541 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
3542 converter (Bug#13622).
3543 (doc-view-unoconv-program): Make obsolete alias.
3544 (doc-view-odf->pdf-converter-program): New variable.
3545 (doc-view-odf->pdf-converter-function): New variable.
3546 (doc-view-mode-p): Use it.
3547 (doc-view-odf->pdf-converter-unoconv):
3548 Rename from `doc-view-odf->pdf-converter-unoconv'.
3549 (doc-view-odf->pdf-converter-soffice): New function.
3550 (doc-view-convert-current-doc):
3551 Use `doc-view-odf->pdf-converter-function'.
3552
3553 2013-02-09 Chong Yidong <cyd@gnu.org>
3554
3555 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
3556 view-echo-area-messages (Bug#13340).
3557
3558 * help.el (view-echo-area-messages): Use display-buffer.
3559
3560 * dired-x.el (dired-do-run-mail): Prompt for confirmation
3561 (Bug#13561).
3562
3563 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3564
3565 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3566 Eval body right away, now that we do eager macroexpansion (bug#13605).
3567
3568 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
3569 (fundamental-mode): Use run-mode-hooks.
3570
3571 * eshell/esh-proc.el (eshell/kill): Fix last change.
3572 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
3573
3574 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
3575
3576 * eshell/esh-proc.el (eshell/kill): Rewrite.
3577
3578 * eshell/em-ls.el (show-almost-all): Declare.
3579 (eshell-do-ls): Add support for -A argument.
3580
3581 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
3582
3583 * icomplete.el (icomplete-forward-completions)
3584 (icomplete-backward-completions): Handle corner case (bug#13602).
3585
3586 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
3587
3588 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
3589 be nil. Handle this. (Bug#13636)
3590
3591 2013-02-07 Richard Stallman <rms@gnu.org>
3592
3593 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
3594 `save-buffer-coding-system'.
3595
3596 2013-02-07 Alan Mackenzie <acm@muc.de>
3597
3598 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
3599 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
3600 (c-parse-state-get-strategy): Don't return 'BOD any more.
3601 (c-append-lower-brace-pair-to-state-cache):
3602 Extra parameter HERE instead of narrowing.
3603 Widen to top of buffer before searching backwards for a brace pair.
3604 (c-state-push-any-brace-pair): Add HERE parameter to function call.
3605 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
3606 Narrow to parameter HERE, in place of being called narrowed.
3607 (c-remove-stale-state-cache): Extra parameter HERE in place of
3608 narrowing. Check there's an open brace in the cache before
3609 searching for its match.
3610 (c-invalidate-state-cache-1): Add HERE parameter to function call.
3611 (c-parse-state-1): Don't narrow here for 'forward strategy,
3612 instead passing extra parameter HERE to several functions.
3613 Remove 'BOD strategy.
3614
3615 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
3616
3617 * emacs-lisp/package.el (describe-package-1): Tell what archive is
3618 used to install the package.
3619
3620 2013-02-06 Glenn Morris <rgm@gnu.org>
3621
3622 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
3623 if we can't get user input. (Bug#6567)
3624
3625 * startup.el (command-line): If simple.el is missing,
3626 test and warn about for some possible causes.
3627
3628 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
3629
3630 * cus-start.el (all): Add ns-use-native-fullscreen.
3631
3632 2013-02-05 Glenn Morris <rgm@gnu.org>
3633
3634 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
3635
3636 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3637 Fix directory creation in fallback case.
3638
3639 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3640
3641 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
3642 (vc-update-change-log): Use dolist.
3643
3644 2013-02-04 Chong Yidong <cyd@gnu.org>
3645
3646 * thingatpt.el: Rewrite the URL detection routines, absorbing some
3647 code from ffap.el.
3648 (thing-at-point-beginning-of-url-regexp): New var.
3649 (thing-at-point-uri-schemes): Update list of URI schemes.
3650 (thing-at-point-url-regexp): Variable deleted.
3651 (thing-at-point-markedup-url-regexp): Disallow newlines.
3652 (thing-at-point-newsgroup-regexp)
3653 (thing-at-point-newsgroup-heads)
3654 (thing-at-point-default-mail-uri-scheme): New variables.
3655 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
3656 method to find the possible bounds of the URI at point.
3657 New optional argument to find ill-formed URIs.
3658 (thing-at-point-url-at-point): Rewrite. New arguments for finding
3659 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
3660 the scheme-adding heuristics from ffap-url-at-point.
3661 (thing-at-point--bounds-of-well-formed-url): New function.
3662 Do parens matching to decide whether to include parens in the URI
3663 (Bug#9153).
3664
3665 * ffap.el: Require thingatpt.
3666 (ffap-url-at-point): Delegate URI detection to thing-at-point.
3667 All URI-valid characters are now recognized (Bug#5673).
3668 (ffap-string-at-point): Use use-region-p.
3669 (ffap-url-regexp): Extra character is handled by thing-at-point.
3670 (ffap-string-at-point-mode-alist): Allow parentheses.
3671 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
3672 Convert to aliases; code moved to thingatpt.el.
3673 (ffap-gnus-hook): Use setq-local.
3674
3675 2013-02-04 Glenn Morris <rgm@gnu.org>
3676
3677 * emacs-lisp/ert.el (ert--explain-format-atom):
3678 Don't try to print non-characters as characters. (Bug#13543)
3679
3680 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
3681
3682 * net/tramp.el (tramp-debug-message): Extend function exclude list.
3683 (tramp-backtrace): New defun.
3684 (tramp-handle-insert-file-contents): Use `visit' when inserting
3685 the local copy.
3686
3687 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
3688 Use `remote-file-name-inhibit-cache'.
3689
3690 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3691
3692 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
3693 (bug#13614).
3694
3695 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
3696 current-load-list (bug#13366).
3697
3698 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
3699
3700 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3701 Identify g++ template instantiation trace. (Bug#12287)
3702 (compilation-mode-hook, compilation-start-hook)
3703 (compilation-window-height): Simplify docstrings. (Bug#13379)
3704
3705 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3706
3707 * mouse.el (mouse-drag-track): Always deactivate the mark before
3708 running the final event's command since that command is in charge of
3709 activating the mark if needed (bug#13523).
3710
3711 2013-02-02 Juri Linkov <juri@jurta.org>
3712
3713 * replace.el (perform-replace): Move let-bindings of isearch-*
3714 variables deeper to the loop that searches for the next match.
3715 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
3716 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
3717 (Bug#13579)
3718
3719 * isearch.el (isearch-search-fun-default): Check for null
3720 first element of isearch-cmds as a precaution when it's used
3721 with inactive isearch.
3722
3723 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
3724
3725 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
3726 error when buffer in question is narrowed so position 1 is out of
3727 visible part.
3728
3729 2013-02-02 Glenn Morris <rgm@gnu.org>
3730
3731 * textmodes/remember.el (remember-clipboard): Doc fix.
3732
3733 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3734
3735 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
3736 properties (bug#13179).
3737
3738 2013-02-02 Juri Linkov <juri@jurta.org>
3739
3740 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
3741 instead of hard-coded default face `match'. (Bug#9438)
3742
3743 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
3744
3745 * vc/vc-arch.el (vc-arch-registered):
3746 * vc/vc-bzr.el (vc-bzr-registered):
3747 * vc/vc-cvs.el (vc-cvs-registered):
3748 * vc/vc-git.el (vc-git-registered):
3749 * vc/vc-hg.el (vc-hg-registered):
3750 * vc/vc-mtn.el (vc-mtn-registered):
3751 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
3752 (Bug#13139)
3753
3754 * info.el (Info-next-reference, Info-prev-reference): Add numeric
3755 prefix argument. (Bug#11656)
3756
3757 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3758
3759 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
3760
3761 2013-02-01 Glenn Morris <rgm@gnu.org>
3762
3763 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
3764 if the backend is known not to support it.
3765
3766 * imenu.el (imenu-default-create-index-function):
3767 Tweak infinite loop test to check for forward motion as well as none.
3768
3769 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
3770
3771 * net/soap-client.el (soap-invoke): Encode the string for
3772 `url-request-data' as UTF-8.
3773 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
3774
3775 2013-02-01 Glenn Morris <rgm@gnu.org>
3776
3777 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
3778
3779 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
3780
3781 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
3782
3783 * net/tramp.el (tramp-tramp-file-p): Comment check for
3784 `string-as-unibyte'. The function does not exist on XEmacs, and
3785 likely we need another approach.
3786
3787 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
3788 `tramp-gw-*' variables are bound.
3789
3790 2013-01-31 Glenn Morris <rgm@gnu.org>
3791
3792 * files.el (basic-save-buffer-2): Choose coding system for
3793 writing the file before backing it up, to reduce delay between
3794 backing up and writing the new version. (Bug#13522)
3795
3796 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
3797
3798 * simple.el (cycle-spacing): New command.
3799 (just-one-space): Use it.
3800
3801 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
3802
3803 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
3804 (opascal-newline-always-indents): Remove custom.
3805 (opascal-tab, opascal-newline): Remove commands.
3806 (opascal-new-comment-line): Insert "\n" instead of calling newline.
3807 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
3808 (opascal-save-match-data): Remove, use save-match-data instead.
3809 (opascal-save-state): Use with-silent-modifications.
3810
3811 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
3812 (bug#13585).
3813
3814 2013-01-30 Juri Linkov <juri@jurta.org>
3815
3816 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
3817 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
3818 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
3819
3820 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3821
3822 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
3823 column if we're just deleting the backslashes.
3824 (makefile-fill-paragraph): Use eolp.
3825
3826 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
3827
3828 * autorevert.el (auto-revert-use-notify): Fix docstring.
3829
3830 2013-01-30 Leo Liu <sdl.web@gmail.com>
3831
3832 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
3833
3834 2013-01-30 Glenn Morris <rgm@gnu.org>
3835
3836 * mouse.el (mouse-drag-line): Avoid pushing same event onto
3837 unread-command-events twice in some cases. This tries to implement
3838 the 2012-07-26 changes in a different way. (Bug#13560)
3839
3840 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3841
3842 * progmodes/python.el
3843 (python-pdbtrack-comint-output-filter-function): Enhancements on
3844 stacktrace detection. (thanks @gnovak)
3845
3846 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3847
3848 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
3849 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
3850 Use defvar-local.
3851 (jit-lock-register): Use setq-local.
3852
3853 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
3854
3855 * calc-units.el (math-default-units-table): Remove initial value.
3856 (calc-convert-units): Treat expressions where all the units cancel as
3857 if they didn't have units.
3858
3859 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
3860
3861 * net/tramp.el (tramp-process-connection-type): Fix docstring.
3862 (tramp-completion-reread-directory-timeout): Fix type.
3863 (tramp-connection-min-time-diff): New defcustom.
3864
3865 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
3866
3867 2013-01-30 Glenn Morris <rgm@gnu.org>
3868
3869 * imenu.el (imenu-default-create-index-function):
3870 Put back a version of the infinite loop test removed 2013-01-23.
3871
3872 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3873
3874 * progmodes/python.el (python-shell-parse-command):
3875 Find python-shell-interpreter with modified environment.
3876
3877 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
3880
3881 2013-01-29 Alan Mackenzie <acm@muc.de>
3882
3883 Amend to fontify /regexp/s in actions correctly.
3884 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
3885 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
3886 are no longer included.
3887 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
3888 What used to be these variables without "-line" in the name.
3889 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
3890 (c-awk-non-arith-op-bra-re): Now also matches {.
3891 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
3892 "return", and "case".
3893 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
3894 by /.
3895 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
3896 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
3897
3898 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
3899
3900 * autorevert.el (auto-revert-use-notify):
3901 Use `custom-initialize-default' for initialization. (Bug#13583)
3902
3903 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
3904
3905 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3906 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
3907 in `tramp-file-name-handler'.
3908 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
3909 compatibility.
3910 (tramp-compute-multi-hops): Check, whether
3911 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
3912
3913 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
3914
3915 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
3916 (bug#13297).
3917
3918 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
3919
3920 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
3921 checks made superfluous by the \_< operator.
3922 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
3923 temporarily) broken indentation.
3924 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3925 Highlight nested constants, too. \_< broke that.
3926
3927 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
3928
3929 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
3930 instead of "\\b".
3931
3932 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
3933
3934 * autorevert.el (auto-revert-handler): Notifications which result
3935 from a saved file shall not be taken into account. (Bug#13557)
3936
3937 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
3938
3939 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
3940 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
3941 (lisp-mode): Pass t for it. (Bug#13556)
3942
3943 2013-01-25 Alan Mackenzie <acm@muc.de>
3944
3945 AWK Mode: Fix indentation bug at top level. Bug #12274.
3946
3947 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
3948 just before CASE 5D.
3949
3950 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
3951
3952 * net/socks.el (socks-nslookup-host): Use string-to-number.
3953
3954 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
3955
3956 * autorevert.el (auto-revert-remote-files)
3957 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
3958 (auto-revert-notify-enabled, auto-revert-use-notify)
3959 (auto-revert-notify-watch-descriptor-hash-list)
3960 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
3961 (auto-revert-notify-event-descriptor)
3962 (auto-revert-notify-event-action)
3963 (auto-revert-notify-event-file-name): Doc fix.
3964 (global-auto-revert-mode): Reorder checks.
3965 (auto-revert-notify-rm-watch): Respect changed values of
3966 `auto-revert-notify-watch-descriptor-hash-list'.
3967 (auto-revert-notify-add-watch): Check for
3968 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
3969 `inotify-add-watch'. Watch `default-directory' instead of
3970 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
3971 has a changed meaning now. (Bug#13540)
3972 (auto-revert-notify-handler): Change implementation wrt events
3973 returning from a directory.
3974 (auto-revert-handler): Reorder implementation for checks of remote
3975 files.
3976 (auto-revert-buffers): Fix parentheses error.
3977
3978 2013-01-25 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3979
3980 * progmodes/python.el: Enhancements to header documentation about
3981 skeletons. (Bug#5716)
3982
3983 * imenu.el (imenu-default-create-index-function): Remove useless
3984 infinite loop check. (Bug#13438)
3985
3986 2013-01-25 Alan Mackenzie <acm@muc.de>
3987
3988 Fix a bug in the state cache mechanism. Refactor this a bit.
3989
3990 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
3991 `cache-pos' element from the return value.
3992 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
3993 buffer to enable proper searching from beyond HERE. Amend the
3994 test for detecting the sought brace pair. Amend the value written
3995 to the "brace desert cache" when the brace isn't found.
3996 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
3997 and several other variables analogously.
3998 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
3999 parameter to a locally calculated variable.
4000 (c-parse-state-1): Change the calling conventions to the two
4001 defuns involving `cache-pos'.
4002
4003 2013-01-25 Chong Yidong <cyd@gnu.org>
4004
4005 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
4006
4007 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
4008
4009 * paren.el (show-paren-function): Make sure to set 'priority and
4010 'face only if the overlay does exist.
4011
4012 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
4013
4014 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
4015
4016 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
4017 basic attributes.
4018 (tramp-sh-handle-set-file-acl): Improve error checking.
4019
4020 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
4021
4022 * doc-view.el (doc-view-display): Force mode line update until all
4023 document is converted. Suggested by Stefan Monnier (Bug#13164).
4024
4025 2013-01-23 Bastien Guerry <bzg@gnu.org>
4026
4027 * paren.el (show-paren-function): Make sure an overlay exists
4028 before trying to delete it. Also use `pos' as a position only
4029 when it is an integer.
4030
4031 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
4032
4033 * play/gametree.el (gametree-break-line-here): Use point-marker.
4034
4035 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
4036
4037 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4038 Mark descriptive parts with `display' property.
4039
4040 2013-01-21 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
4041
4042 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
4043 New variable to map standard dict names to hunspell ones.
4044 (ispell-set-spellchecker-params): Make sure specific dict names
4045 are used for standard dicts with hunspell.
4046
4047 2013-01-21 Tassilo Horn <tsdh@gnu.org>
4048
4049 * textmodes/reftex-cite.el (reftex-format-citation): Add format
4050 chars for note (%N) and url (%U).
4051 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
4052
4053 2013-01-21 Juri Linkov <juri@jurta.org>
4054
4055 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
4056 in addition to existing separate binding `meta f10' in `global-map'.
4057 (Bug#13484)
4058
4059 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
4060
4061 Improve XEmacs compatibility.
4062
4063 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
4064
4065 * net/tramp-adb.el (top): Require `time-date'.
4066 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
4067 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
4068 Use `tramp-file-name-handler'.
4069 (tramp-adb-maybe-open-connection):
4070 Use `tramp-compat-set-process-query-on-exit-flag'.
4071
4072 * net/tramp-sh.el (tramp-sh-handle-file-acl):
4073 Use `tramp-compat-funcall'.
4074
4075 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
4076 `tramp-compat-funcall'.
4077
4078 2013-01-21 JĂ¼rgen Hötzel <juergen@archlinux.org>
4079
4080 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
4081 reimplementation using "adb shell command ..." instead of running
4082 remote shell interactively.
4083
4084 2013-01-20 Glenn Morris <rgm@gnu.org>
4085
4086 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4087 Add native profiler menu entries.
4088
4089 * profiler.el (profiler-running-p): New function.
4090 (profiler-cpu-profile): Use profiler-running-p.
4091 (profiler-report-mode-map): Add some more menu entries.
4092
4093 2013-01-19 Glenn Morris <rgm@gnu.org>
4094
4095 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
4096 fixes 2012-12-07 change. (Bug#13499)
4097
4098 2013-01-19 Leo Liu <sdl.web@gmail.com>
4099
4100 * dired.el (dired-get-marked-files): Prune erroneous values due to
4101 last change. (Bug#13152)
4102
4103 2013-01-19 Glenn Morris <rgm@gnu.org>
4104
4105 * progmodes/etags.el (tags-table-check-computed-list):
4106 Preserve point in tags buffer. (Bug#13412)
4107
4108 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4109
4110 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
4111 Chong Yidong <cyd@gnu.org>
4112
4113 * image-mode.el (image-next-file, image-previous-file):
4114 New commands (Bug#8453).
4115 (image-mode-map): Bind them to n and p.
4116 (image-mode--images-in-directory): New helper function.
4117
4118 2013-01-19 Chong Yidong <cyd@gnu.org>
4119
4120 * image-mode.el (image-mode-fit-frame): Add a frame argument.
4121 Suggested by Drew Adams (Bug#7730). Handle window decorations;
4122 save and restore the old window configuration.
4123
4124 2013-01-18 Leo Liu <sdl.web@gmail.com>
4125
4126 * progmodes/js.el: Tweak autoload cookie for alias.
4127
4128 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4129
4130 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
4131 buffer local, again. This was lost with the fix on 2013-01-12.
4132
4133 2013-01-17 JĂ¼rgen Hötzel <juergen@archlinux.org>
4134
4135 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
4136 order to support several eshell buffers in parallel.
4137
4138 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4139
4140 * autorevert.el (auto-revert-use-notify): In the :set function, do
4141 not modify `kill-buffer-hook'.
4142 (auto-revert-notify-rm-watch):
4143 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
4144 (auto-revert-notify-add-watch): Do not call
4145 `auto-revert-notify-rm-watch', but add it to a buffer local
4146 `kill-buffer-hook'.
4147
4148 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
4151 call to `eval' rather than a backquoted lambda.
4152
4153 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
4156 to return an explicit nil.
4157 (advice--remove-function): Change accordingly.
4158
4159 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
4160 the use of nadvice.el.
4161
4162 * progmodes/which-func.el (which-function): Silence imenu errors
4163 (bug#13433).
4164
4165 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4166
4167 * progmodes/sql.el (sql-imenu-generic-expression):
4168 (sql-mode-font-lock-object-name): Match schema qualified names.
4169 (sql-connect): Use string keys.
4170 (sql-product-interactive): Wait for interpreter prompt.
4171 (sql-comint-oracle): Set process coding based on NLS_LANG.
4172
4173 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4174
4175 * progmodes/sql.el (sql-output-to-send): Remove, unused.
4176 (sql-interactive-remove-continuation-prompt):
4177 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
4178
4179 2013-01-14 Leo Liu <sdl.web@gmail.com>
4180
4181 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
4182 (Bug#13420)
4183
4184 2013-01-14 Glenn Morris <rgm@gnu.org>
4185
4186 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4187 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
4188
4189 2013-01-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4190
4191 * progmodes/python.el (python-nav-end-of-statement):
4192 Fix cornercase when handling multiline strings.
4193
4194 2013-01-13 Richard Stallman <rms@gnu.org>
4195
4196 * mail/sendmail.el (mail-position-on-field): Add doc string.
4197
4198 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4199 Get current message boundaries and pass them to
4200 message-forward-make-body-mime. Minor style changes.
4201
4202 2013-01-13 Eli Zaretskii <eliz@gnu.org>
4203
4204 * cus-start.el (all): Avoid warnings about
4205 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
4206
4207 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
4208
4209 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
4210
4211 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4212
4213 * jit-lock.el (jit-lock-debug-mode): New minor mode.
4214 (jit-lock--debug-fontifying): New var.
4215 (jit-lock--debug-fontify): New function.
4216 * subr.el (condition-case-unless-debug): Don't prevent catching the
4217 error, just let the debbugger run.
4218 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
4219 timer code and don't drop errors silently.
4220
4221 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
4222
4223 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
4224 `permanent-local' property.
4225 (auto-revert-notify-handler): Use `file-equal-p'.
4226
4227 2013-01-12 Eli Zaretskii <eliz@gnu.org>
4228
4229 * autorevert.el (auto-revert-notify-handler): Fix filtering of
4230 file notification by ACTION. For filtering by file name, compare
4231 only the non-directory part of the file name.
4232
4233 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * autorevert.el: Use cl-lib instead of cl.
4236
4237 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
4238 (vc-bzr-checkin): Use it.
4239 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
4240 will preserve match-data.
4241
4242 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
4243
4244 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
4245 (js--declaration-keyword-re): New var.
4246 (js--multi-line-declaration-indentation): New function.
4247 (js--proper-indentation): Use it.
4248
4249 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
4250
4251 * calc/calc.el (calc-highlight-selections-with-faces)
4252 (calc-dispatch):
4253 * comint.el (comint-history-isearch-message):
4254 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
4255 * ffap.el (ffap-string-at-point-region, ffap-next)
4256 (ffap-string-at-point, ffap-string-around)
4257 (ffap-copy-string-as-kill, ffap-highlight-overlay)
4258 (ffap-literally):
4259 * font-lock.el (font-lock-keywords-alist)
4260 (font-lock-removed-keywords-alist):
4261 * help-mode.el (help-xref-symbol-regexp):
4262 * info.el (Info-find-emacs-command-nodes):
4263 * international/mule.el (add-to-coding-system-list):
4264 * isearch.el (isearch-message-function, isearch-fail-pos):
4265 * misearch.el (multi-isearch-next-buffer-function):
4266 * newcomment.el (comment-box):
4267 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
4268 (pr-setting-database):
4269 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
4270 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
4271 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
4272 (pike-font-lock-keywords-3):
4273 * progmodes/compile.el (compile):
4274 * progmodes/etags.el (tags-table-files)
4275 (tags-table-files-function, tags-included-tables-function):
4276 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
4277 (gdb-restore-windows):
4278 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
4279 (ps-n-up-filling-database):
4280 * server.el (server-buffer, server-log):
4281 * simple.el (newline, delete-backward-char, delete-forward-char)
4282 (minibuffer-history-isearch-message, kill-line, track-eol)
4283 (temporary-goal-column):
4284 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
4285 (flyspell-default-deplacement-commands):
4286 * textmodes/ispell.el (ispell-accept-output):
4287 * textmodes/sgml-mode.el (html-tag-help):
4288 * vc/compare-w.el (compare-ignore-whitespace)
4289 (compare-ignore-case, compare-windows-dehighlight):
4290 * vc/diff.el (diff):
4291 * whitespace.el (whitespace-point)
4292 (whitespace-font-lock-refontify, whitespace-bob-marker)
4293 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
4294
4295 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
4296
4297 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4298 (auto-revert-notify-rm-watch): Ignore errors.
4299 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
4300 inotify, and '(size last-write-time) for w32notify.
4301 Set buffer-local `auto-revert-use-notify' to nil when adding a file
4302 watch fails - this is a fallback to the file modification check.
4303 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
4304 (auto-revert-notify-event-action)
4305 (auto-revert-notify-event-file-name): New defuns.
4306 (auto-revert-notify-handler): Use them. Implement first
4307 plausibility checks.
4308 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
4309
4310 2013-01-11 Julien Danjou <julien@danjou.info>
4311
4312 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
4313 max are almost equal. Also return the correct value for V which is
4314 already between 0 and 1.
4315
4316 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
4317
4318 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
4319
4320 2013-01-11 Eli Zaretskii <eliz@gnu.org>
4321
4322 * autorevert.el (auto-revert-notify-rm-watch)
4323 (auto-revert-notify-add-watch): Fix typos in w32notify function
4324 names.
4325
4326 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4327
4328 * autorevert.el (auto-revert-notify-enabled): Move up.
4329 (auto-revert-use-notify): New defcustom.
4330 (auto-revert-mode, global-auto-revert-mode)
4331 (auto-revert-notify-add-watch, auto-revert-handler)
4332 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
4333 `auto-revert-notify-enabled'.
4334
4335 2013-01-10 Elias Pipping <pipping@exherbo.org>
4336
4337 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
4338 * doc-view.el (doc-view-document->bitmap):
4339 Use doc-view-single-page-converter-function instead of
4340 single-page-converter arg; adjust callers.
4341
4342 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
4343
4344 * progmodes/which-func.el (which-function): Understand Semantic's use
4345 of overlays in imenu--index-alist.
4346
4347 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
4348
4349 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
4350 (Man-man-k-use-anchor): New var.
4351 (Man-parse-man-k): New function.
4352 (Man-completion-table): Use it.
4353 (man): Flush the completion cache between uses.
4354
4355 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4356
4357 * autorevert.el: Add file watch support.
4358 (auto-revert-notify-enabled): New defconst.
4359 (auto-revert-notify-watch-descriptor-hash-list)
4360 (auto-revert-notify-watch-descriptor)
4361 (auto-revert-notify-modified-p): New defvars.
4362 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4363 (auto-revert-notify-handler): New defuns.
4364 (auto-revert-mode, global-auto-revert-mode): Remove file watches
4365 when mode is disabled.
4366 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
4367 (auto-revert-buffers): Add file watches for active buffers.
4368
4369 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
4370
4371 * cus-start.el (toplevel): Only allow float values for
4372 scroll-up-aggressively and scroll-down-aggressively.
4373 Allow any number for line-spacing.
4374
4375 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
4378 (doc-view-pdf->png-converter-function): Use mupdf if available.
4379 (doc-view-djvu->png-converter-function)
4380 (doc-view-ps->png-converter-function): Remove.
4381 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
4382 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
4383 (doc-view-already-converted-p): Adjust accordingly.
4384 (doc-view-mode-p): Simplify.
4385 (doc-view-enlarge): Use setq-local.
4386 (doc-view-pdf->png-converter-ghostscript)
4387 (doc-view-djvu->png-converter-ddjvu)
4388 (doc-view-pdf->png-converter-mupdf): Rework to call
4389 doc-view-start-process directly.
4390 (doc-view-pdf/ps->png): Simplify accordingly.
4391 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
4392 (doc-view-document->bitmap): Rename from doc-view-document->png.
4393 (doc-view-convert-current-doc): Merge pdf and djvu cases.
4394 (doc-view-set-slice-from-bounding-box): Fix completion table.
4395 (doc-view-mode): Use add-hook for after-revert-hook.
4396
4397 2013-01-10 Glenn Morris <rgm@gnu.org>
4398
4399 * emacs-lisp/authors.el (authors-ignored-files)
4400 (authors-valid-file-names, authors-renamed-files-alist):
4401 Add some more entries.
4402
4403 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4404
4405 * image-mode.el (image-mode-winprops): Don't throw away the fallback
4406 `t' pseudo-window entry.
4407
4408 2013-01-10 Alan Mackenzie <acm@muc.de>
4409
4410 Fix bugs in the c-parse-state mechanism. Reuse some markers
4411 instead of continually generating new ones.
4412
4413 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
4414 (c-state-old-cpp-end-marker): New variables.
4415 (c-append-lower-brace-pair-to-state-cache): Start a backward
4416 search for "}" definitively outside CPP constructs.
4417 (c-remove-stale-state-cache): Inform the caller of a need to
4418 search back for a brace pair in certain circumstances.
4419 (c-state-maybe-marker): New macro.
4420 (c-parse-state): Reuse markers when appropriate.
4421
4422 2013-01-10 Glenn Morris <rgm@gnu.org>
4423
4424 * simple.el (execute-extended-command): Doc fix.
4425 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
4426
4427 2013-01-10 Chong Yidong <cyd@gnu.org>
4428
4429 * faces.el (read-face-name): Doc fix.
4430
4431 2013-01-10 Roland Winkler <winkler@gnu.org>
4432
4433 * emacs-lisp/crm.el: Allow any regexp for separators.
4434 (crm-default-separator): All spaces around the default comma separator.
4435 (crm--completion-command): New macro.
4436 (crm-completion-help, crm-complete, crm-complete-word): Use it.
4437 (crm-complete-and-exit): Handle non-single-char separators.
4438
4439 2013-01-09 Elias Pipping <pipping@lavabit.com>
4440
4441 * doc-view.el: Add support for DjVu (bug#13164).
4442 (doc-view-djvu->png-converter-function): New config var.
4443 (doc-view-single-page-converter-function, doc-view--image-type)
4444 (doc-view--image-file-extension): New vars.
4445 (doc-view-mode): Initialize them.
4446 (doc-view-goto-page): Use them.
4447 (doc-view-mode-p): Add support for ddjvu.
4448 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
4449 (doc-view-set-up-single-converter): New funs.
4450 (doc-view-pdf/ps->png): Extend for djvu.
4451 (doc-view-document->png): Rename from doc-view-pdf->png.
4452 (doc-view-convert-current-doc): Handle djvu.
4453 (doc-view-insert-image, doc-view-display)
4454 (doc-view-already-converted-p): Don't hardcode png.
4455 (doc-view-set-doc-type): Recognize djvu docs.
4456
4457 2013-01-09 Elias Pipping <pipping@lavabit.com>
4458
4459 * doc-view.el: Add support for mupdf converter (bug#13164).
4460 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
4461 (doc-view-ps->png-converter-function): New config vars.
4462 (doc-view-pdf->png-converter-ghostscript)
4463 (doc-view-ps->png-converter-ghostscript)
4464 (doc-view-pdf->png-converter-mupdf): New functions.
4465 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
4466
4467 2013-01-09 JĂ¼rgen Hötzel <juergen@archlinux.org>
4468
4469 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
4470 first in session cache: When `tramp-own-remote-path' is in
4471 `tramp-remote-path', the remote path is only set in the session
4472 cache.
4473
4474 2013-01-09 Glenn Morris <rgm@gnu.org>
4475
4476 * emacs-lisp/trace.el (trace-function-foreground)
4477 (trace-function-background): Doc fix.
4478
4479 2013-01-09 Juri Linkov <juri@jurta.org>
4480
4481 * international/mule-cmds.el (read-char-by-name): Move let-binding
4482 of completion-ignore-case around completing-read to fix regression
4483 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
4484 `string-match-p' using the nil value of `case-fold-search' and
4485 `completion-ignore-case' in `completion-pcm--all-completions'.
4486 (Bug#12615).
4487
4488 2013-01-09 Glenn Morris <rgm@gnu.org>
4489
4490 * progmodes/compile.el (compilation-parse-errors):
4491 Fix typo. (Bug#13369)
4492
4493 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4494
4495 * comint.el (comint-send-input): Check size of buffer before
4496 waiting for process output, in case already accepted. (Bug#13290)
4497
4498 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
4499
4500 Spelling fixes.
4501 * net/tramp-adb.el (tramp-adb-get-toolbox):
4502 Fix misspelling of 'unknown'.
4503
4504 2013-01-08 Juri Linkov <juri@jurta.org>
4505
4506 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4507 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4508 Use underline style wave on terminals that support it. (Bug#13000)
4509
4510 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
4513 the predicate returns nil.
4514
4515 * simple.el: Use lexical-binding.
4516 (primitive-undo): Use pcase.
4517 (minibuffer-history-isearch-push-state): Use a closure.
4518
4519 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4520
4521 * simple.el (primitive-undo): Move from undo.c.
4522
4523 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4524
4525 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
4526 (cvs-mode-remove-handled): Use it (bug#13380).
4527
4528 * emacs-lisp/nadvice.el (advice--tweak): New function.
4529 (advice--remove-function, advice--subst-main): Use it.
4530
4531 * emacs-lisp/advice.el: Update commentary.
4532
4533 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
4534
4535 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4536 Remove spurious entry.
4537
4538 2013-01-08 Glenn Morris <rgm@gnu.org>
4539
4540 * net/tramp.el (tramp-default-host-alist): Add :version.
4541
4542 2013-01-08 Juri Linkov <juri@jurta.org>
4543
4544 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
4545 single completion. (Bug#12456)
4546 (info--manual-names): Expand node completions into an explicit list
4547 before appending it to another list. Filter out internal buffers
4548 with the leading space in the buffer name. (Bug#10771)
4549
4550 2013-01-08 Juri Linkov <juri@jurta.org>
4551
4552 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
4553 that defaults to the Top node.
4554 (Info-goto-node, Info-read-node-name): Doc fix to mention that
4555 the short format (FILENAME) goes to the Top node.
4556 (Info-build-node-completions): Rename arg `file' to `filename'.
4557 (Bug#13365)
4558
4559 2013-01-07 Bastien Guerry <bzg@gnu.org>
4560
4561 * menu-bar.el (menu-bar-search-documentation-menu):
4562 Use `apropos-user-option' and fix the help message.
4563
4564 2013-01-07 Bastien Guerry <bzg@gnu.org>
4565
4566 * apropos.el (apropos-do-all): Update docstring.
4567 (apropos-user-option-button): New face.
4568 (apropos-user-option): Rename from `apropos-variable' and update
4569 docstring.
4570 (apropos-variable): Rewrite, now show all variables by default.
4571 (apropos-print): Mention "User option" instead of "Variable" when
4572 printing doc for user options. (Bug#13276)
4573
4574 2013-01-07 JĂ¼rgen Hötzel <juergen@archlinux.org>
4575
4576 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4577 Handle filename correctly, when parsing "source -> target" symlink
4578 output.
4579 (tramp-adb-handle-set-file-times): New defun.
4580
4581 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
4582
4583 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
4584 advice list when the interactive-spec of ad-Advice-* changes.
4585
4586 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
4587
4588 * wid-edit.el (widget-default-get): Work for inlined elements.
4589 (Bug#12670)
4590
4591 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
4592
4593 * net/tramp.el (tramp-default-host-alist): New defcustom.
4594 (tramp-find-host): Use it.
4595 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
4596 `eshell-directory-change-hook'.
4597
4598 * net/tramp-adb.el (top): Add adb specific entry in
4599 `tramp-default-host-alist'.
4600 (tramp-adb-file-name-host): Remove function.
4601 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4602 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
4603
4604 * net/tramp-sh.el: Move eshell integration code to tramp.el.
4605
4606 2013-01-06 JĂ¼rgen Hötzel <juergen@archlinux.org>
4607
4608 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
4609
4610 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
4611
4612 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
4613 consist of more than one digit.
4614 (tramp-adb-file-name-handler-alist):
4615 Use `tramp-handle-file-exists-p' consistently.
4616 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
4617 (tramp-adb-handle-file-exists-p): Remove function.
4618 (tramp-adb-file-name-host): New defun.
4619 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4620 Use it.
4621 (tramp-adb-maybe-open-connection): Set "remote-path" property.
4622
4623 2013-01-06 Chong Yidong <cyd@gnu.org>
4624
4625 * vc/vc.el (vc-next-action): Detect buffer modifications
4626 conflicting with locking VCS operation (Bug#11490).
4627
4628 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
4629
4630 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
4631
4632 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4633 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
4634
4635 2013-01-05 JĂ¼rgen Hötzel <juergen@archlinux.org>
4636
4637 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
4638 parsing of ls output using regular expression (handle filenames
4639 with spaces). Use virtual device number.
4640 (tramp-do-parse-file-attributes-with-ls): New defun (Code
4641 cleanup).
4642
4643 2013-01-04 Daiki Ueno <ueno@gnu.org>
4644
4645 * epg.el: Silence byte-compiler warnings.
4646 (epg--start): Use delete-char instead of delete-backward-char.
4647 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
4648
4649 2013-01-04 Daiki Ueno <ueno@gnu.org>
4650
4651 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
4652 Suggested by Eli Zaretskii <eliz@gnu.org>.
4653
4654 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
4655
4656 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
4657 non-negative integers. Otherwise, the default values are used.
4658 (tramp-convert-file-attributes): Convert uid and gid to integers.
4659
4660 2013-01-04 Glenn Morris <rgm@gnu.org>
4661
4662 * term.el (term-handle-colors-array): Ensure face attributes
4663 are fully specified, not nil. (Bug#13337)
4664
4665 * term.el (term-default-fg-color, term-default-bg-color):
4666 Fix custom type.
4667
4668 * progmodes/etags.el (tags-compression-info-list): Doc fix.
4669 (tag-find-file-of-tag-noselect): Check auto-compression-mode
4670 rather than 'jka-compr being loaded. (Bug#13338)
4671
4672 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
4673
4674 * icomplete.el (icomplete-completions):
4675 Honor icomplete-prospects-height once more following
4676 2012-11-29 changes. (Bug#13224)
4677
4678 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4679
4680 * subr.el (internal--called-interactively-p--get-frame): Find aliases
4681 of called-interactively-p as well (bug#13237).
4682
4683 * view.el (view--enable, view--disable): Rename from view-mode-enable
4684 and view-mode-disable and assume it's called from view-mode.
4685 (view-mode-enable, view-mode-disable): Redefine as obsolete
4686 compatibility layer above view-mode.
4687 (view-mode-enter): Call `view-mode'.
4688
4689 * files.el (after-find-file): Call `view-mode'.
4690
4691 * doc-view.el (doc-view-scale-internally): New var.
4692 (doc-view-enlarge, doc-view-insert-image): Obey it.
4693
4694 2013-01-03 Daiki Ueno <ueno@gnu.org>
4695
4696 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
4697 exist. (Bug#13344)
4698
4699 2013-01-03 Glenn Morris <rgm@gnu.org>
4700
4701 * mail/rmail.el (rmail-set-header-1): Ignore case.
4702 Handle multi-line headers. (Bug#13330)
4703
4704 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
4705 Handle paragraph starting at beginning of buffer.
4706
4707 * subr.el (eval-after-load): Don't purecopy the form, so that it
4708 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
4709
4710 * emacs-lisp/byte-run.el (defun): Place cl declarations
4711 after any interactive spec. (Bug#13265)
4712
4713 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
4714
4715 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
4716 defun. Don't check for DECL if DOCSTRING isn't a string.
4717 (defun): Likewise.
4718
4719 2013-01-02 Glenn Morris <rgm@gnu.org>
4720
4721 * eshell/em-cmpl.el (eshell-pcomplete):
4722 More thoroughly imitate pcomplete. (Bug#13293)
4723
4724 * files.el (parse-colon-path): Doc fix. (Bug#12351)
4725 Return nil for empty path elements. (Bug#13296)
4726
4727 2013-01-02 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4728
4729 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
4730 order to improve efficiency (Based on Daniel Colascione's
4731 <dancol@dancol.org> patch). (Bug#13182)
4732
4733 2013-01-02 Glenn Morris <rgm@gnu.org>
4734
4735 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
4736
4737 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
4738
4739 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
4740 neither DOCSTRING nor DECL was given. (Bug#13316)
4741
4742 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
4743
4744 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
4745 `error' call.
4746 (tramp-do-copy-or-rename-file): Ignore errors when calling
4747 `set-file-extended-attributes'.
4748
4749 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4750 Add handler for `file-acl'.
4751 (tramp-smb-handle-file-acl): New defun.
4752
4753 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
4754
4755 * calc/README: Mention ISO 8601 week-numbering dates.
4756
4757 2013-01-01 Martin Rudalics <rudalics@gmx.at>
4758
4759 * view.el (view-mode-enable): New argument run-view-mode-hook.
4760 Run view-mode-hook only when it's non-nil (Bug#13315).
4761 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
4762 argument t.
4763
4764 2012-12-31 JĂ¼rgen Hötzel <juergen@archlinux.org>
4765
4766 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
4767 (No device connected, invalid device name). (Bug #13299)
4768
4769 2012-12-31 Martin Rudalics <rudalics@gmx.at>
4770
4771 * window.el (window-resizable--p): Rename to window-resizable-p.
4772 (window-resize-no-error): New function.
4773
4774 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
4775 broken in fix from 2012-12-28.
4776
4777 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
4778
4779 * subr.el (special-form-p): Don't signal errors on undef aliases.
4780
4781 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
4782
4783 * calc/calc-forms.el (math-parse-date): Try using
4784 `math-parse-iso-date' when it looks like it might be needed.
4785 Allow times of 24:00.
4786 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
4787 of 24:00.
4788
4789 2012-12-30 Glenn Morris <rgm@gnu.org>
4790
4791 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
4792 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
4793 (rmail-summary-displayed, rmail-summary): Declare.
4794 (mairix-rmail-display): Just require rmail.
4795
4796 2012-12-30 Chong Yidong <cyd@gnu.org>
4797
4798 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
4799 check for the tarball contents.
4800
4801 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
4802
4803 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
4804 tarfile content listings (Bug#13136).
4805
4806 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
4807
4808 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4809 Insert the undecoded text of the message being forwarded. (Bug#9521)
4810
4811 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
4812
4813 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
4814 integers, if they are real numbers. (Bug#13282)
4815
4816 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
4817 Return `t' on success.
4818
4819 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4820 Add handler for `set-file-selinux-context'.
4821
4822 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
4823
4824 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
4825 (tramp-sh-handle-set-file-acl): Return `t' on success.
4826
4827 2012-12-29 Eli Zaretskii <eliz@gnu.org>
4828
4829 * files.el (backup-buffer-copy, basic-save-buffer-2):
4830 If set-file-extended-attributes fails, fall back on set-file-modes
4831 instead of signaling an error. (Bug#13298)
4832 (basic-save-buffer): Likewise.
4833
4834 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4835
4836 * progmodes/python.el: Support other commands triggering
4837 python-indent-line so indentation cycling continues to work.
4838 (python-indent-trigger-commands): New defcustom.
4839 (python-indent-line): Use it.
4840
4841 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4842
4843 * progmodes/python.el (python-shell-send-region): Add blank lines
4844 for non sent code so backtraces remain correct.
4845
4846 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4847
4848 * progmodes/python.el: Remove cl dependency.
4849 (python-syntax-count-quotes): Replace incf call.
4850 (python-fill-string): Replace setf call.
4851
4852 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
4853
4854 * info.el (info-other-window): New arg, for consistency with info.
4855
4856 2012-12-28 Martin Rudalics <rudalics@gmx.at>
4857
4858 * mail/rmail.el (rmail-maybe-display-summary):
4859 Rewrite (Bug#13066).
4860
4861 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
4862
4863 * epg.el (epg--start): Modify process-environment locally.
4864
4865 2012-12-28 Daiki Ueno <ueno@gnu.org>
4866
4867 * epg.el: Support pinentry-curses.
4868 Suggested by Werner Koch in
4869 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
4870 (epg-agent-file, epg-agent-mtime): New variable.
4871 (epg--start): Record the modified time of gpg-agent socket file,
4872 to restore Emacs frame after pinentry-curses termination.
4873 (epg-wait-for-completion): Restore Emacs frame here.
4874
4875 2012-12-27 Juri Linkov <juri@jurta.org>
4876
4877 * info.el (Info-file-completions): New variable.
4878 (Info-read-node-name-1): Complete node names in the Info file
4879 when a file name is given. Call `Info-build-node-completions'
4880 with a file name.
4881 (Info-build-node-completions): Add new arg `file'. When it is
4882 non-nil, visit it in a temporary buffer and cache its completions in
4883 `Info-current-file-completions'. Move most of the function body to
4884 `Info-build-node-completions-1'.
4885 (Info-build-node-completions-1): New function with the body from
4886 `Info-build-node-completions'. (Bug#12456)
4887
4888 2012-12-27 Juri Linkov <juri@jurta.org>
4889
4890 * frame.el (frame-maximization-style): Remove user option.
4891 (cycle-frame-maximized): Remove function.
4892 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
4893 (toggle-frame-fullscreen): New command bound to <f11> instead of
4894 `toggle-frame-maximized'.
4895 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
4896
4897 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
4898
4899 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
4900
4901 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4902 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4903 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4904 for `file-accessible-directory-p'. (Bug#13275)
4905
4906 2012-12-27 Sam Steingold <sds@gnu.org>
4907
4908 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
4909 continuations, see <http://stackoverflow.com/questions/3582436>.
4910
4911 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
4912
4913 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
4914 "module" and "def" to have indentation before them.
4915 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
4916
4917 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
4918
4919 2012-12-27 Alan Mackenzie <acm@muc.de>
4920
4921 Speed up fontification where there's large brace blocks.
4922 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
4923 to a call of c-beginning-of-decl-1.
4924
4925 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4926
4927 * comint.el (comint-adjust-window-point): New function.
4928 (comint-postoutput-scroll-to-bottom):
4929 Call comint-adjust-window-point (Bug#13248).
4930
4931 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
4932
4933 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
4934 Rakefile regexp.
4935 (auto-mode-alist): Associate .gemspec files with ruby-mode
4936 (https://bugs.ruby-lang.org/issues/5453).
4937
4938 2012-12-26 JĂ¼rgen Hötzel <juergen@archlinux.org>
4939
4940 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
4941 Suppress coloring, if possible (required for BusyBox based systems like
4942 CyanogenMod).
4943 (tramp-adb-handle-file-attributes)
4944 (tramp-adb-handle-insert-directory)
4945 (tramp-adb-handle-file-name-all-completions): Use it.
4946 (tramp-adb-get-toolbox): New defun. Check for remote shell
4947 implementation (BusyBox or Toolbox).
4948
4949 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
4950
4951 * startup.el (initial-buffer-choice): Allow function as value
4952 (Bug#13251).
4953 (command-line-1): Handle case where initial-buffer-choice
4954 specifies a function.
4955 * server.el (server-execute): Handle case where
4956 initial-buffer-choice specifies a function.
4957
4958 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4959
4960 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
4961 its own function.
4962 (smtpmail-try-auth-methods): Forget the user name/password if the
4963 login is unsuccessful (bug#12424).
4964
4965 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
4966
4967 * notifications.el (notifications-notify): Protect body with
4968 `with-demoted-errors'.
4969
4970 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4971 Check properties of remote device. Restart connection, if there is a
4972 change.
4973
4974 2012-12-21 Chong Yidong <cyd@gnu.org>
4975
4976 * sort.el (sort-subr): Doc fix (Bug#13056).
4977
4978 2012-12-21 Bastien Guerry <bzg@gnu.org>
4979
4980 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
4981
4982 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
4983
4984 * simple.el (process-file): Overwrite stderr file, if exists.
4985
4986 2012-12-21 Daiki Ueno <ueno@gnu.org>
4987
4988 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
4989 (epg-error): Set `error-message' property.
4990
4991 2012-12-21 Chong Yidong <cyd@gnu.org>
4992
4993 * international/mule-cmds.el (read-char-by-name): Signal an error
4994 if the user does not supply a valid character (Bug#13177).
4995
4996 * simple.el (transpose-subr-1): Preserve marker positions by
4997 changing the insertion sequence (Bug#13122).
4998
4999 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5000
5001 * simple.el (kill-region): Deactivate mark even for empty regions
5002 (Bug#13169).
5003
5004 2012-12-21 Chong Yidong <cyd@gnu.org>
5005
5006 * help-fns.el (describe-variable): Make sure we get the right
5007 buffer name (Bug#13105). Suggested by Kelly Dean.
5008
5009 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
5010
5011 * comint.el (comint-redirect-previous-input-string): New variable.
5012 (comint-redirect-setup, comint-redirect-cleanup)
5013 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
5014 (comint-redirect-preoutput-filter): Fix verbose message.
5015
5016 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
5017
5018 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
5019 is too long for Tramp. See discussion in
5020 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
5021
5022 * progmodes/compile.el (compilation-start): Remove line escape
5023 template.
5024
5025 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
5026
5027 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
5028 Adjust comment.
5029
5030 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
5031
5032 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
5033 following non-comment text (bug#13207).
5034 (lm-header-multiline): Continuation lines need to be indented more than
5035 the first line.
5036 (lm-homepage): New function.
5037 (lm-with-file): Don't be confused if narrowing is in effect.
5038
5039 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5040
5041 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
5042 very beginning of a hunk (e.g. killing the first line).
5043
5044 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
5045
5046 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
5047 and text properties from returned ACL string.
5048 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
5049 for "setfacl" command.
5050
5051 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
5052
5053 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
5054 `tramp-cleanup-this-connection', when the process has died.
5055 (Bug#13151)
5056
5057 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5058
5059 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
5060
5061 2012-12-17 Kevin Ryde <user42@zip.com.au>
5062
5063 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
5064
5065 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
5066
5067 Add support for preserving ACL entries of files.
5068
5069 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
5070 `set-file-acl' handlers.
5071
5072 * net/tramp-adb.el (tramp-adb-handle-copy-file):
5073 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5074
5075 * net/tramp-compat.el (tramp-compat-copy-file):
5076 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5077
5078 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5079 Add `file-acl' and `set-file-acl' handlers.
5080 (tramp-gvfs-handle-copy-file):
5081 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5082 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
5083 New defuns.
5084
5085 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5086 Add `file-acl' and `set-file-acl' handlers.
5087 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
5088 (tramp-sh-handle-set-file-acl): New defuns.
5089 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
5090 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5091
5092 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5093 Add `file-acl' and `set-file-acl' handlers.
5094 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
5095
5096 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5097
5098 * help-macro.el (make-help-screen): Instead of switch-to-buffer
5099 use pop-to-buffer with NORECORD argument t. As buffer name, use
5100 *Metahelp* with a leading space (Bug#13190).
5101
5102 2012-12-16 Romain Francoise <romain@orebokech.com>
5103
5104 * files.el (file-extended-attributes)
5105 (set-file-extended-attributes): New functions.
5106 (backup-buffer): Use them to handle both SELinux context and ACL
5107 entries.
5108 (backup-buffer-copy): Work with an alist of extended attributes,
5109 rather than an SELinux context.
5110 (basic-save-buffer-2): Ditto.
5111
5112 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
5113
5114 * battery.el (battery-bsd-apm): New function.
5115
5116 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
5117
5118 * calc/calc.el (calc-standard-date-formats): Adjust one of the
5119 standard date formats.
5120
5121 2012-12-15 Juri Linkov <juri@jurta.org>
5122
5123 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
5124 `isearch-insert-char-by-name'.
5125 (with-isearch-suspended): New defmacro with body mostly from
5126 `isearch-edit-string' except the part that sets
5127 `isearch-new-string' and `isearch-new-message'.
5128 (isearch-edit-string): Use new macro `with-isearch-suspended' with
5129 body that sets `isearch-new-string' and `isearch-new-message'.
5130 (isearch-insert-char-by-name): New command.
5131 * international/mule-cmds.el (read-char-by-name): Let-bind
5132 `enable-recursive-minibuffers' to t.
5133 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
5134
5135 2012-12-15 Juri Linkov <juri@jurta.org>
5136
5137 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
5138 (Bug#13175)
5139
5140 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
5141
5142 * dired-x.el (dired-guess-shell-command): Put colon at the end of
5143 the prompt. (Bug#13045)
5144
5145 2012-12-14 Glenn Morris <rgm@gnu.org>
5146
5147 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
5148 Try to include filename in non-bytecomp warning. (Bug#13132)
5149
5150 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
5151
5152 Fix permissions bugs with setgid directories etc. (Bug#13125)
5153 * files.el (backup-buffer): Don't rely on 9th output of
5154 file-attributes, as it's now a placeholder. Instead, use the new
5155 optional arg of file-ownership-preserved-p.
5156 (file-ownership-preserved-p): New optional arg GROUP.
5157 Fix mishandling of setuid directories that would cause this
5158 function to return t when it should have returned nil.
5159 Document what happens if the file does not exist, and when
5160 it's not known whether the ownership will be preserved.
5161 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
5162 Likewise.
5163 (tramp-get-local-gid): Use group-gid for integer, as that's
5164 faster and more reliable.
5165
5166 2012-12-14 Julien Danjou <julien@danjou.info>
5167
5168 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
5169 Update keywords list, data type and PL/pgSQL.
5170
5171 2012-12-14 Dave Abrahams <dave@boostpro.com>
5172
5173 * vc/ediff-util.el (ediff-buffer-type): New function.
5174 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
5175 rather than taking it as as argument.
5176 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
5177
5178 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
5179
5180 * json.el: Add pretty-print option (bug#12634).
5181 (json-encoding-separator, json-encoding-default-indentation)
5182 (json--encoding-current-indentation, json-encoding-pretty-print)
5183 (json-encoding-lisp-style-closings): New vars.
5184 (json--with-indentation): New macro.
5185 (json-encode-hash-table, json-encode-alist, json-encode-plist)
5186 (json-encode-array): Use it to obey json-encoding-pretty-print.
5187 (json-pretty-print-buffer, json-pretty-print): New commands.
5188
5189 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
5190
5191 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5192 Extract `ruby-syntax-propertize-expansions'.
5193 (ruby-syntax-propertize-expansions): Only change syntax on
5194 certain string delimiters, to punctuation. This way the common
5195 functions like forward-word and thing-at-point still work.
5196 (ruby-match-expression-expansion): Improve readability.
5197 (ruby-block-contains-point): New function.
5198 (ruby-add-log-current-method): Handle several edge cases.
5199
5200 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5201
5202 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
5203 unload-feature finishes even when aborting an ongoing edebug session.
5204 Also, do not worry about edebug-mode, unload-feature takes care of it.
5205
5206 2012-12-13 Andreas Schwab <schwab@suse.de>
5207
5208 * net/tls.el (tls-program): Update customize type.
5209
5210 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5211
5212 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
5213 (edebug-setup-hook, cl-read-load-hooks): Use it.
5214 (edebug-unload-function): New function. (Bug#13163)
5215
5216 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
5217
5218 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
5219 Otherwise, there could be errors in autoloading. (Bug#13151)
5220
5221 2012-12-13 JĂ¼rgen Hötzel <juergen@archlinux.org>
5222
5223 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
5224 sequences.
5225
5226 2012-12-13 Alan Mackenzie <acm@muc.de>
5227
5228 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
5229 * progmodes/cc-engine.el (c-backward-comments): Add code to work
5230 around `forward-comment' not recognizing ^M as whitespace.
5231
5232 2012-12-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5233
5234 * progmodes/python.el (python-skeleton-class)
5235 (python-skeleton-def): Do not add space after defun name.
5236
5237 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5238
5239 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
5240 (cl--symbol-function): Remove (now that funbound is like nil).
5241
5242 2012-12-12 Glenn Morris <rgm@gnu.org>
5243
5244 * button.el (button--area-button-p): Fix typo.
5245
5246 2012-12-12 Sam Steingold <sds@gnu.org>
5247
5248 * frame.el (frame-maximization-style): New user option.
5249 (toggle-frame-maximized): Toggle frame maximization according to
5250 `frame-maximization-style', bound to <f11>.
5251 (cycle-frame-maximized): Cycle between all maximization styles and
5252 non-maximized frame, bound to shift-<f11>.
5253
5254 2012-12-12 David Cadé <codename68@gmail.com>
5255
5256 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
5257
5258 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
5259
5260 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
5261 (eieio-override-prin1): Don't quote kewords and booleans.
5262 (object-write) <eieio-default-superclass>: Don't put closing parens
5263 on new line, avoid needless empty lines, align values that are objects
5264 with the slot keyword (instead of beginning on the same line).
5265 (eieio-list-prin1): Align value with slot keyword; increase
5266 eieio-print-depth before printing members of the list.
5267
5268 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
5271 a display text-property.
5272 (report-emacs-bug-hook): Don't bother deleting it any more.
5273
5274 * hilit-chg.el (highlight-save-buffer-state): Delete.
5275 Use with-silent-modifications instead.
5276 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
5277
5278 * button.el: Handle buttons in display text-properties.
5279 (button--area-button-p, button--area-button-string):
5280 Use (STRING . STRING-POS) representation instead of just STRING.
5281
5282 2012-12-11 Eli Zaretskii <eliz@gnu.org>
5283
5284 * makefile.w32-in (compile4-SH): Fix a typo that caused term
5285 subdirectory be skipped.
5286
5287 2012-12-11 Glenn Morris <rgm@gnu.org>
5288
5289 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
5290
5291 * progmodes/f90.el (f90-line-continued, f90-indent-region):
5292 Treat preprocessor lines embedded in continuations like comments.
5293 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
5294
5295 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
5296
5297 * calc/calc.el (calc-standard-date-formats): Add more date
5298 formats.
5299 * calc/calc-forms.el (math-parse-iso-date): New function.
5300 (math-parse-date): Use `math-parse-iso-date' when appropriate.
5301 (math-parse-iso-date-validate): Add extra error checking.
5302 (calc-date-notation): Add ability to access new date formats.
5303
5304 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5305
5306 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
5307 font-lock as well as when there's no text-property.
5308
5309 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
5310
5311 * hi-lock.el: Refine the choice of default face.
5312 (hi-lock-keyword->face): New function. Use it wherever we used
5313 cadadadr instead.
5314 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
5315 (hi-lock--last-face): Remove var.
5316 (hi-lock--unused-faces): New var to replace it.
5317 (hi-lock-read-face-name): Use/maintain it.
5318 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
5319 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
5320 if it has another face.
5321
5322 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5323
5324 * subr.el (w32notify-handle-event): New function.
5325 (inotify-handle-event): Doc fix.
5326
5327 2012-12-10 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
5328
5329 * subr.el (inotify-event-p, inotify-handle-event): New functions.
5330
5331 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
5332
5333 * simple.el (just-one-space): Doc fix.
5334
5335 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5336
5337 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
5338
5339 2012-12-10 Le Wang <l26wang@gmail.com>
5340
5341 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
5342 narrowed buffer (bug#12361).
5343
5344 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
5345
5346 * vc/vc-hooks.el (vc-state): Doc fix.
5347
5348 2012-12-10 Glenn Morris <rgm@gnu.org>
5349
5350 * mail/rmail.el (rmail-maybe-display-summary):
5351 Preserve buffer, in case select-window changes it. (Bug#13066)
5352
5353 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5354
5355 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
5356 cl-load-hook where they belong.
5357
5358 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
5361
5362 2012-12-09 Eli Zaretskii <eliz@gnu.org>
5363
5364 Parallelize byte compilation on MS-Windows.
5365 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
5366 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
5367 (WINS_BASIC): Define as concatenation of the above.
5368 (compile): Subdivide into 4 separate and independent jobs that can
5369 be run in parallel.
5370 (compile0-CMD, compile0-SH): New targets for compiling
5371 COMPILE_FIRST files, which are prerequisites for the rest of the
5372 byte-compilation.
5373 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
5374 New targets for parallel compilation with cmd.exe.
5375 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
5376 compiling under a Unixy shell.
5377
5378 2012-12-09 Chong Yidong <cyd@gnu.org>
5379
5380 * simple.el (set-mark-default-inactive): Delete this
5381 accidentally-introduced option.
5382 (set-mark-command, exchange-point-and-mark): Remove calls.
5383
5384 2012-12-09 Glenn Morris <rgm@gnu.org>
5385
5386 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
5387 Respect a defcustom's :set function, if appropriate. (Bug#109)
5388 (eval-defun): Doc fix.
5389
5390 2012-12-08 Juri Linkov <juri@jurta.org>
5391
5392 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
5393 (Info-fontify-node, Info-bookmark-make-record): Remove the
5394 file extension from Info-current-file (Bug#13016).
5395
5396 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5397
5398 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
5399 point, still provide some default.
5400 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
5401 names, since we don't use it right now. Actually return the list.
5402 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
5403
5404 2012-12-07 Chong Yidong <cyd@gnu.org>
5405
5406 * novice.el (disabled-command-function): Remove a spurious help
5407 xref (Bug#13043). Suggested by Kelly Dean.
5408
5409 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
5410 syntax is specified (Bug#13025).
5411
5412 * info.el (Info-set-mode-line): Remove the file extension from
5413 Info-current-file if there is one (Bug#13016).
5414
5415 2012-12-07 Glenn Morris <rgm@gnu.org>
5416
5417 * mail/rmail.el (rmail-mime-decoded): New permanent local.
5418 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
5419 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
5420 and rmail-mime-decoded. (Bug#9841)
5421
5422 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
5423 (batch-unrmail, unrmail): Doc fixes.
5424 (unrmail): Respect unrmail-mbox-format.
5425 * mail/rmail.el (rmail-mbox-format): New option.
5426 (rmail-show-message-1): Respect rmail-mbox-format.
5427
5428 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5429
5430 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
5431
5432 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5433
5434 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
5435 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
5436 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
5437 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
5438 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
5439 (cl-progv): Don't rely on dynamic scoping to find the body.
5440 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
5441 (cl--proclaims-deferred): Rename from the "cl-" prefix.
5442 (cl-declaim): Use backquotes.
5443 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
5444 Use "cl--" prefix for the object's tag.
5445
5446 * ses.el: Use advice-add/remove.
5447 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
5448 (copy-region-as-kill, yank): Use advice-add.
5449 (ses-unload-function): Use advice-remove.
5450
5451 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
5452
5453 * button.el: Make them work in header-lines (bug#12817).
5454 (button-map): Add bindings for header-line and mode-line use.
5455 (button-get, button-put, button-label): `button' may now be a string.
5456 (button-activate): Don't make it a defsubst.
5457 (button--area-button-p, button--area-button-string): New functions.
5458 (make-text-button): Fix the return value when `beg' was a string.
5459 (push-button): Handle the mode-line case.
5460
5461 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5462
5463 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
5464 (sql-signum): Remove. Use `cl-signum' instead.
5465 (sql-read-passwd): Remove; use read-passwd instread.
5466 (sql-get-login-ext): Use read-string.
5467 (sql-get-login): Use dolist and pcase.
5468 (sql--completion-table): Rename from sql-try-completion.
5469 Use complete-with-action.
5470 (sql-mode): Don't change abbrev-all-caps globally.
5471 (sql-connect): Don't rely on dynamic scoping for `new-name'.
5472 (sql-postgres-completion-object): Initialize vars in their `let'.
5473 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
5474 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
5475 (sql-comint-interbase): Use a single append, without setq.
5476 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
5477
5478 * hi-lock.el: Rework the default face and the serialize regexp code.
5479 (hi-lock--auto-select-face-defaults): Remove.
5480 (hi-lock-string-serialize-serial): Remove.
5481 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
5482 make weak.
5483 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
5484 equal string.
5485 (hi-lock-set-pattern): Adjust accordingly.
5486 (hi-lock--regexps-at-point): Simplify accordingly.
5487 (hi-lock--auto-select-face-defaults): Remove.
5488 (hi-lock--last-face): New var to replace it.
5489 (hi-lock-read-face-name): Rewrite (bug#11095).
5490 (hi-lock-unface-buffer): Arrange for the face to be the next default.
5491
5492 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
5493
5494 * net/tramp.el (tramp-replace-environment-variables):
5495 Hide compiler warning.
5496 (tramp-file-name-for-operation): Remove `executable-find',
5497 `start-process', `call-process' and `call-process-region'.
5498
5499 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5500
5501 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
5502 compatibility.
5503
5504 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
5505
5506 2012-12-06 Chong Yidong <cyd@gnu.org>
5507
5508 * ffap.el (ffap-replace-file-component): Fix typo.
5509
5510 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
5513 fix open-paren-like token test (bug#12785).
5514
5515 2012-12-06 Glenn Morris <rgm@gnu.org>
5516
5517 * mail/rmailsum.el (rmail-new-summary): Tweak for
5518 rmail-maybe-display-summary changing buffer. (Bug#13066)
5519
5520 2012-12-06 Juri Linkov <juri@jurta.org>
5521
5522 * info.el (Info-fontify-node): Don't hide the last newline.
5523 (Bug#12272)
5524
5525 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
5526
5527 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
5528 so as to enable message-read-from-minibuffer to expand mail aliases.
5529
5530 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5531
5532 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
5533 the `intangible' property.
5534 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
5535
5536 2012-12-05 Deniz Dogan <deniz@dogan.se>
5537
5538 * net/rcirc.el (rcirc-urls): Update documentation.
5539 (rcirc-condition-filter): New function.
5540 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
5541 and exclude consecutive duplicate URLs (Bug#6082).
5542
5543 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
5544
5545 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5546 Check return code of copy command.
5547
5548 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
5549 Use group `tramp'. Add version.
5550
5551 2012-12-05 Chong Yidong <cyd@gnu.org>
5552
5553 * ffap.el (ffap-url-regexp): Don't require matching at front of
5554 string (Bug#4952).
5555 (ffap-url-p): If only a substring matches, return that.
5556 (ffap-url-at-point): Use the return value of ffap-url-p.
5557 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
5558 (find-file-at-point, dired-at-point, dired-at-point-prompter)
5559 (ffap-guess-file-name-at-point): Likewise.
5560 (ffap-replace-file-component): Fix typo.
5561
5562 * info.el (info-display-manual): Add existing Info buffers, whose
5563 files may not be in Info-directory-list, to the completion.
5564 (info--manual-names): New helper function.
5565
5566 2012-12-05 Glenn Morris <rgm@gnu.org>
5567
5568 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
5569 New functions, for detecting and resolving conflicts. (Bug#10709)
5570
5571 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
5572
5573 * hi-lock.el (hi-lock-auto-select-face): New user variable.
5574 (hi-lock-auto-select-face-defaults): New buffer local variable.
5575 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
5576 (hi-lock-unface-buffer): Prompt user with useful defaults.
5577 With prefix arg, unhighlight all hi-lock patterns in buffer.
5578
5579 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5580
5581 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
5582
5583 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
5584
5585 * Makefile.in (TRAMP_SRC):
5586 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
5587
5588 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
5589
5590 * net/tramp-adb.el: New package.
5591
5592 2012-12-04 Chong Yidong <cyd@gnu.org>
5593
5594 * terminal.el: Move to obsolete/.
5595
5596 * longlines.el: Move to obsolete/.
5597
5598 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5599 Remove code referring to longlines mode.
5600
5601 2012-12-03 Juri Linkov <juri@jurta.org>
5602
5603 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
5604
5605 2012-12-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5606
5607 * textmodes/ispell.el (ispell-init-process)
5608 (ispell-start-process, ispell-internal-change-dictionary):
5609 Make sure personal dictionary name is expanded after initial
5610 `default-directory' value. Use expanded strings for
5611 keep/restart checks and for value (Bug#13019).
5612
5613 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5614
5615 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
5616
5617 2012-12-03 Leo Liu <sdl.web@gmail.com>
5618
5619 * files.el (dir-locals-read-from-file): Check file non-empty
5620 before reading. (Bug#13038)
5621
5622 2012-12-03 Glenn Morris <rgm@gnu.org>
5623
5624 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5625 Remove any version extension before checking filename. (Bug#13006)
5626 (jka-compr-compression-info-list): Belated :version bump.
5627
5628 2012-12-03 Chong Yidong <cyd@gnu.org>
5629
5630 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
5631
5632 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
5633 (buffer-menu): Doc fix (Bug#12294).
5634
5635 2012-12-03 Roland Winkler <winkler@gnu.org>
5636
5637 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
5638 of diary-show-all-entries in the diary buffer (Bug#12994).
5639
5640 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
5641
5642 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
5643 "<STDIN>". This is binary safe.
5644
5645 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5646
5647 * calc/calc-forms.el (math-absolute-from-iso-dt)
5648 (math-date-to-iso-dt, math-parse-iso-date-validate)
5649 (math-iso-dt-to-date): New functions.
5650 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
5651 (math-fd-isoweekday): New variables.
5652 (calc-date-notation, math-parse-standard-date, math-format-date)
5653 (math-format-date-part): Add support for more formatting codes.
5654
5655 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
5656
5657 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
5658 current buffer's file name when called interactively (Bug#12488).
5659
5660 2012-12-02 Juri Linkov <juri@jurta.org>
5661
5662 * info.el (info-display-manual): Don't clobber an existing Info
5663 buffer (Bug#10770). Add completion (Bug#10771).
5664
5665 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
5666
5667 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
5668 before using it for comparison (Bug#5297).
5669
5670 2012-12-01 Jari Aalto <jari.aalto@cante.net>
5671
5672 * textmodes/css-mode.el (css-current-defun-name): New function.
5673 (css-mode): Use it.
5674
5675 * textmodes/sgml-mode.el (html-current-defun-name): New function.
5676 (html-mode): Use it.
5677
5678 2012-12-01 Chong Yidong <cyd@gnu.org>
5679
5680 Modularize add-log-current-defun (Bug#2224).
5681 Suggested by Jari Aalto.
5682
5683 * vc/add-log.el (add-log-current-defun-function): Doc fix.
5684 (add-log-current-defun): Move mode-specific code to other files.
5685 (add-log-lisp-like-modes, add-log-c-like-modes)
5686 (add-log-tex-like-modes): Variables deleted.
5687
5688 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
5689 (lisp-mode-variables): Use it.
5690
5691 * progmodes/cc-mode.el (c-common-init):
5692 * progmodes/cperl-mode.el (cperl-mode): Set a value for
5693 add-log-current-defun-function.
5694
5695 * progmodes/m4-mode.el (m4-current-defun-name): New function.
5696 (m4-mode): Use it.
5697
5698 * progmodes/perl-mode.el (perl-current-defun-name): New.
5699 (perl-mode): Use it.
5700
5701 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
5702 Use lisp-current-defun-name.
5703
5704 * textmodes/tex-mode.el (tex-current-defun-name): New.
5705 (tex-common-initialization): Use it.
5706
5707 * textmodes/texinfo.el (texinfo-current-defun-name): New.
5708 (texinfo-mode): Use it.
5709
5710 2012-12-01 Chong Yidong <cyd@gnu.org>
5711
5712 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
5713 * progmodes/autoconf.el (autoconf-mode):
5714 * progmodes/js.el (js-mode):
5715 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
5716 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
5717 * progmodes/perl-mode.el (perl-mode):
5718 * progmodes/sh-script.el (sh-mode, sh-set-shell):
5719 * textmodes/css-mode.el (css-mode):
5720 * textmodes/sgml-mode.el (html-mode, sgml-mode)
5721 (sgml-tags-invisible, sgml-guess-indent):
5722 * textmodes/tex-mode.el (tex-common-initialization)
5723 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
5724 (doctex-mode, plain-tex-mode, latex-mode):
5725 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
5726
5727 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
5728
5729 * vc/vc-hg.el (vc-hg-next-revision):
5730 Ensure use of default "tip" output format. (Bug#6968)
5731
5732 2012-12-01 Kim F. Storm <storm@cua.dk>
5733
5734 * startup.el (fancy-startup-tail): Add a clickable link
5735 (Bug#2176).
5736
5737 2012-12-01 Chong Yidong <cyd@gnu.org>
5738
5739 * startup.el (fancy-startup-tail): Improve the message about
5740 auto-save files (Bug#2176).
5741
5742 * files.el (recover-session): Improve the descriptive message, and
5743 use substitute-command-keys.
5744
5745 2012-12-01 Glenn Morris <rgm@gnu.org>
5746
5747 * ido.el (ido-file-internal):
5748 Handle other-window, other-frame for dired. (Bug#13036)
5749
5750 2012-11-30 Glenn Morris <rgm@gnu.org>
5751
5752 * icomplete.el (icomplete-separator): Fix :version.
5753
5754 2012-11-30 Chong Yidong <cyd@gnu.org>
5755
5756 * shell.el (shell): For C-u M-x shell, use an inactive shell
5757 buffer as the default (Bug#1975).
5758 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
5759 (shell-mode): Use them to reapply ansi colorization if Shell mode
5760 is re-enabled.
5761
5762 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
5763
5764 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
5765
5766 2012-11-30 Samuel Bronson <naesten@gmail.com>
5767
5768 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
5769 flag to xargs, for compatibility with BSD xargs (Bug#11703).
5770
5771 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5772
5773 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
5774 by move-to-column (Bug#3234).
5775
5776 2012-11-30 Chong Yidong <cyd@gnu.org>
5777
5778 * longlines.el (longlines-wrap-line, longlines-encode-region):
5779 Preserve text properties (Bug#1425).
5780
5781 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5782
5783 * vc/vc.el (vc-register): Allow registering a file which is
5784 already registered with a different backend (Bug#10589).
5785
5786 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
5787 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * icomplete.el: Change separator; add ido-style commands.
5790 (icomplete-show-key-bindings): Remove custom var.
5791 (icomplete-get-keys): Remove function.
5792 (icomplete-forward-completions, icomplete-backward-completions):
5793 New commands.
5794 (icomplete-minibuffer-map): New var.
5795 (icomplete-minibuffer-setup): Use it.
5796 (icomplete-exhibit): Don't delay if the list of completions is known.
5797 (icomplete-separator): New custom.
5798 (icomplete-completions): Use it.
5799 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
5800 (minibuffer-force-complete-and-exit): New command.
5801 (minibuffer--complete-and-exit): New function extracted from
5802 minibuffer-complete-and-exit.
5803 (minibuffer-complete-and-exit): Use it.
5804
5805 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
5806 error message when the file doesn't exist (bug#12974).
5807
5808 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5809
5810 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
5811
5812 2012-11-29 Glenn Morris <rgm@gnu.org>
5813
5814 * files.el (hack-dir-local-variables): Warn if try to set
5815 coding via dir-locals, since it doesn't work. (Bug#7169)
5816
5817 Add desktop support for restoring vc-dir buffers. (Bug#10606)
5818 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
5819 Set buffer-local value of desktop-save-buffer.
5820 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
5821 New functions.
5822 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
5823 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
5824
5825 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
5826 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
5827 Doc fix.
5828 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
5829 Doc fixes.
5830
5831 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
5832
5833 * calc/calc-forms.el (calc-date-notation): Fix regexp
5834 used to find time codes. Fix symbol for seconds.
5835
5836 2012-11-27 Glenn Morris <rgm@gnu.org>
5837
5838 * emacs-lisp/derived.el (derived-mode-make-docstring):
5839 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
5840
5841 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5842
5843 * textmodes/table.el (table-insert): Don't use `symbol-name' on
5844 lexically scoped variables (bug#13005).
5845
5846 2012-11-27 Glenn Morris <rgm@gnu.org>
5847
5848 * vc/vc-hooks.el (vc-mistrust-permissions):
5849 Default to t, to avoid data-loss. (Bug#11490)
5850
5851 2012-11-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5852
5853 * progmodes/python.el (python-indent-guess-indent-offset):
5854 If indentation is guessed make python-indent-offset buffer-local.
5855
5856 Fix Imenu regression.
5857 * progmodes/python.el (python-nav-beginning-of-defun):
5858 Fix forward movement when statement(s) separates point from defun.
5859 (python-imenu-prev-index-position): New function.
5860
5861 2012-11-27 Eli Zaretskii <eliz@gnu.org>
5862
5863 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
5864
5865 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5866 Don't set buffer-file-type. Return nil. (Bug#12989)
5867
5868 2012-11-27 Glenn Morris <rgm@gnu.org>
5869
5870 * hippie-exp.el (hippie-expand-try-functions-list):
5871 Re-autoload it. (Bug#12982)
5872
5873 2012-11-27 Eli Zaretskii <eliz@gnu.org>
5874
5875 * descr-text.el (describe-char-padded-string):
5876 Call internal-char-font only on GUI frames. (Bug#11964)
5877
5878 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
5879
5880 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
5881 and obsoletion message.
5882
5883 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5884
5885 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
5886 the constructs to keep outside of the `cl-block' (bug#12977).
5887
5888 2012-11-27 Chong Yidong <cyd@gnu.org>
5889
5890 * mouse.el (mouse-drag-line): Even if the line is not draggable,
5891 keep reading until we get the up-event anyway, in order to process
5892 the up-event for mouse-1-click-follows-link (Bug#12971).
5893
5894 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5895
5896 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
5897 base function is not yet defined (bug#12965).
5898 (ad-activate-advised-definition): Use ad-compile-function.
5899 (ad-activate): Use cond.
5900
5901 2012-11-25 Leo Liu <sdl.web@gmail.com>
5902
5903 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
5904 (Bug#12979)
5905
5906 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
5907
5908 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
5909 reftex-section-info-function in order to be compatible with
5910 Texinfo integration.
5911
5912 * textmodes/reftex.el (reftex-section-pre-regexp)
5913 (reftex-section-post-regexp, reftex-section-info-function):
5914 New variable.
5915 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
5916 reftex-section-post-regexp, and reftex-section-info-function in order
5917 to be compatible with Texinfo integration.
5918
5919 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5920 use reftex-section-pre-regexp variable in order to be compatible with
5921 Texinfo integration.
5922
5923 2012-11-25 Chong Yidong <cyd@gnu.org>
5924
5925 * faces.el: Make face-spec-set more analogous to setq.
5926 (face-spec-set): Change the third arg to specify whether this
5927 function is being called via defface, customize, or a third party.
5928 Set the appropriate symbol properties. Clear the override spec if
5929 setting via Custom. Initialize face if necessary. (Bug#4988)
5930 (face-spec-recalc): Allow theme faces to completely replace the
5931 defface spec, in the same way as custom faces (Bug#8454).
5932
5933 * cus-face.el (custom-declare-face): Move face initialization to
5934 face-spec-set.
5935 (custom-theme-set-faces): Don't initialize the face name here, as
5936 that is now done in face-spec-set.
5937
5938 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
5939 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
5940 Simplify by using the new arg to face-spec-set.
5941
5942 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
5943 reset face-override-spec too, and use custom-declare-face.
5944
5945 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
5946
5947 * term/ns-win.el (ns-initialize-window-system): Move creation of
5948 fontsets here (Bug#11964).
5949
5950 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
5951
5952 * ses.el (ses-rename-cell): Correct bug on mode-line update after
5953 cell renaming.
5954
5955 2012-11-24 Chong Yidong <cyd@gnu.org>
5956
5957 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
5958 obsolete.
5959
5960 * custom.el (custom-theme-set-variables): Use a topological sort
5961 for ordering by custom dependencies (Bug#12952).
5962 (custom--sort-vars, custom--sort-vars-1): New functions.
5963
5964 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5965
5966 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
5967 lexical-binding (bug#12938).
5968
5969 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
5970
5971 * image-mode.el (image-transform-check-size): Use assertions only
5972 for images of type imagemagick.
5973
5974 Otherwise no error, image-transform-fit-to-{width,height} is
5975 silently ignored, as before. Doc fix.
5976
5977 2012-11-24 Chong Yidong <cyd@gnu.org>
5978
5979 * faces.el (color-defined-p): Doc fix (Bug#12853).
5980
5981 2012-11-24 Juri Linkov <juri@jurta.org>
5982
5983 * dired.el (dired-mark): Add optional arg `interactive'.
5984 Check for `use-region-p' if `interactive' is non-nil.
5985 (dired-unmark, dired-flag-file-deletion): Add optional arg
5986 `interactive'. Call `dired-mark' with the arg `interactive'.
5987 (Bug#10624)
5988
5989 * wdired.el: Revert 2012-10-17 change partly and replace it with
5990 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
5991 (wdired-finish-edit): Add marks for new file names to
5992 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
5993 after `revert-buffer'.
5994 (wdired-do-renames): Remove calls to `dired-remove-file',
5995 `dired-add-file', `dired-add-entry'. (Bug#11795)
5996
5997 2012-11-24 Alan Mackenzie <acm@muc.de>
5998
5999 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
6000
6001 Fix bugs in the state cache. Enhance a debugging mechanism.
6002 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
6003 "brace at column zero" strategy for C++.
6004 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
6005 (c-parse-state-point): New variable.
6006 (c-record-parse-state-state): Record old parse state with
6007 `copy-tree'. Record previous value of point.
6008 (c-debug-parse-state-double-cons): New debugging function.
6009 (c-debug-parse-state): Call the above new function.
6010 (c-toggle-parse-state-debug): Output a confirmatory message.
6011
6012 * progmodes/cc-mode.el (c-before-change, c-after-change):
6013 Call c-invalidate-state-cache from `c-before-change' instead of
6014 `c-after-change'.
6015
6016 2012-11-23 Chong Yidong <cyd@gnu.org>
6017
6018 * find-cmd.el (find-constituents): Add executable, ipath,
6019 readable, samefile, writable, daystart, regextype (Bug#12856).
6020
6021 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6022
6023 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
6024
6025 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
6026
6027 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
6028 definition. This fixes a bootstrap failure.
6029 (calc-gregorian-switch): In menu, put dates before regions.
6030 This is easier to follow, lines up better in the menu, and lets us
6031 coalesce regions that switch at the same time. Give country
6032 names, not "Vatican", as that's better for non-expert users.
6033 Use names that are stable between the date of switch and now, e.g.,
6034 Bohemia and Moravia (which existed then and now) and not
6035 Czechoslovakia (which didn't exist then and doesn't exist now).
6036 What is now the U.S. mostly did not switch at the same time as
6037 Britain, so omit the U.S. Correct spelling of "Britain".
6038 Catholic Switzerland was too much of a mess, so omit it.
6039
6040 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
6041
6042 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
6043 after the variable is changed.
6044
6045 2012-11-21 Daniel Colascione <dancol@dancol.org>
6046
6047 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
6048 in SQL declarations for font-lock.
6049 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
6050
6051 2012-11-21 Glenn Morris <rgm@gnu.org>
6052
6053 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
6054 (face-italic-p): Add optional argument "inherit".
6055
6056 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
6057 Remove -p suffix from names, for consistency with other set-face-*.
6058 (set-face-inverse-video): Fix interactive spec.
6059 * play/gamegrid.el (gamegrid-make-mono-tty-face):
6060 * textmodes/table.el (table--update-cell-face):
6061 Use set-face-inverse-video rather than now obsolete alias.
6062
6063 2012-11-21 Eli Zaretskii <eliz@gnu.org>
6064
6065 * simple.el (line-move): Don't call line-move-partial if
6066 scroll-conservatively is in effect. (Bug#12927)
6067
6068 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6069
6070 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
6071 Fallback on completion-at-point rather than
6072 pcomplete-expand-and-complete, and only if pcomplete actually failed.
6073 (eshell-cmpl-initialize): Setup completion-at-point.
6074
6075 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
6076
6077 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
6078
6079 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
6080
6081 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
6082 are remote, check out-of-band property for both.
6083
6084 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * window.el (switch-to-buffer): Re-add the warning that was lost in the
6087 code rewrite.
6088
6089 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
6090
6091 More minor time fixes.
6092 * calendar/time-date.el: Commentary fix.
6093 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
6094 too much other code depends on (0 0) time stamps.
6095 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
6096 Add a couple of FIXME comments.
6097
6098 Minor cleanup for times as lists of four integers.
6099 * files.el (dir-locals-directory-cache):
6100 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
6101 Doc fixes.
6102 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
6103 * ps-bdf.el (bdf-file-newer-than-time):
6104 Process four-integers time stamps, not two. Doc fixes.
6105
6106 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6107
6108 * uniquify.el (uniquify-managed): Use defvar-local.
6109 (rename-buffer, create-file-buffer): Advise with advice-add.
6110 (uniquify-unload-function): Unadvise accordingly.
6111
6112 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
6113 (trace-buffer): Don't purecopy.
6114 (trace-entry-message, trace-exit-message): Add `context' arg.
6115 (trace--timer): New var.
6116 (trace-make-advice): Adjust for use in nadvice.
6117 Add `context' argument. Delay `display-buffer' via a timer.
6118 (trace-function-internal): Use advice-add.
6119 (trace--read-args): New function.
6120 (trace-function-foreground, trace-function-background): Use it.
6121 (trace-function): Rename to trace-function-foreground and redefine as
6122 an alias to that new name.
6123 (untrace-function, untrace-all): Adjust to the use of nadvice.
6124
6125 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
6126
6127 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
6128
6129 * subr.el (called-interactively-p-functions): New var.
6130 (internal--called-interactively-p--get-frame): New macro.
6131 (called-interactively-p, interactive-p): Rewrite in Lisp.
6132 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
6133 (called-interactively-p-functions): Use it.
6134 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
6135 (called-interactively-p-functions): Use it.
6136 * allout.el (allout-called-interactively-p): Don't assume
6137 called-interactively-p is a subr.
6138
6139 2012-11-20 Glenn Morris <rgm@gnu.org>
6140
6141 * profiler.el (profiler-report-mode-map): Add a menu.
6142 No need to bind `q' because we derive from special-mode.
6143 (profiler-report-find-entry): Handle calls from the menu-bar.
6144
6145 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * emacs-lisp/byte-run.el (defun-declarations-alist):
6148 Allow a compiler-macro to be a lambda expression.
6149
6150 * progmodes/python.el: Use cl-lib. Move var declarations outside of
6151 eval-when-compile.
6152 (python-syntax-context): Add compiler-macro.
6153 (python-font-lock-keywords): Simplify with De Morgan.
6154
6155 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
6156
6157 * files.el (load-file): Require match in minibuffer selection, as was
6158 the case in Emacs-20 before we changed the spec to allow .elc files
6159 (bug#12935).
6160
6161 * json.el: Don't require cl since we don't use it.
6162 * color.el: Don't require cl.
6163 (color-complement): `caddr' -> `nth 2'.
6164
6165 * calendar/time-date.el (time-to-seconds): De-obsolete.
6166
6167 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
6168
6169 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
6170 year numbers.
6171 (math-date-to-julian-dt): Adjust the initial approximation for the
6172 year to deal with the new definition of the DATE.
6173
6174 2012-11-19 Daniel Colascione <dancol@dancol.org>
6175
6176 * term/w32-win.el (cygwin-convert-path-from-windows):
6177 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6178
6179 2012-11-18 Chong Yidong <cyd@gnu.org>
6180
6181 * filecache.el (file-cache--read-list): New function.
6182 (file-cache-add-directory-list, file-cache-add-file-list)
6183 (file-cache-delete-file-list, file-cache-delete-directory-list):
6184 Use it to read a list of files or directories (Bug#12846).
6185 (file-cache-add-file, file-cache-add-directory)
6186 (file-cache-delete-file-list, file-cache-delete-file-regexp)
6187 (file-cache-delete-directory): Print an message.
6188
6189 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
6190
6191 * calc/calc-forms.el (math-date-to-dt): Use integer date when
6192 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
6193
6194 2012-11-18 Glenn Morris <rgm@gnu.org>
6195
6196 * image.el (insert-image, insert-sliced-image): Doc fix.
6197
6198 2012-11-18 Chong Yidong <cyd@gnu.org>
6199
6200 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
6201 (Bug#12810).
6202
6203 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6204
6205 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
6206 response when the target file is in a subdirectory (Bug#12757).
6207
6208 2012-11-18 Chong Yidong <cyd@gnu.org>
6209
6210 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
6211
6212 2012-11-18 Glenn Morris <rgm@gnu.org>
6213
6214 * emacs-lisp/cl-lib.el (face-underline-p):
6215 Use set-face-underline rather than the alias set-face-underline-p.
6216
6217 * window.el (with-temp-buffer-window): Doc fix.
6218 * subr.el (with-output-to-temp-buffer):
6219 Add doc xref to with-temp-buffer-window.
6220
6221 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
6222
6223 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
6224 * calc/calc.el (math-format-date-cache): Declare.
6225
6226 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
6227
6228 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
6229 It also uses January 1, 1 AD as its day number 1.
6230 * calc/calc-forms.el (math-julian-date-beginning)
6231 (math-julian-date-beginning-int): Implement this.
6232
6233 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
6234
6235 * descr-text.el (quail-find-key):
6236 * dired.el (desktop-file-name):
6237 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
6238 * generic-x.el (comint-mode, comint-exec):
6239 * image-dired.el (widget-forward):
6240 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
6241 (speedbar-change-expand-button-char)
6242 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
6243 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
6244 * printing.el (easy-menu-add-item, easy-menu-remove-item)
6245 (widget-field-action, widget-value-set):
6246 * speedbar.el (imenu--make-index-alist):
6247 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
6248 (ring-length, ring-insert):
6249 * vcursor.el (compare-windows-skip-whitespace):
6250 * woman.el (dired-get-filename):
6251 Declare functions.
6252
6253 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
6254
6255 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6256
6257 * calc/calc.el (calc-gregorian-switch): New variable.
6258
6259 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
6260 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
6261 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
6262 (math-leap-year-p): Add option to distinguish between Julian
6263 and Gregorian calendars.
6264 (math-day-number): Use `math-day-in-year' to do the computations.
6265 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
6266 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
6267 to do the computations.
6268 (math-date-to-dt): Use `math-date-to-julian-dt' and
6269 `math-date-to-gregorian-dt' to do the computations.
6270 (calcFunc-weekday, math-format-date-part): Use the new version of
6271 the DATE to determine the weekday.
6272 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
6273 when necessary.
6274
6275 2012-11-17 Eli Zaretskii <eliz@gnu.org>
6276
6277 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
6278 Cygwin; otherwise use 'file:'. (Bug#12914)
6279 (cygwin-convert-path-from-windows): Declare, to avoid
6280 byte-compiler warnings.
6281
6282 2012-11-17 Andreas Politz <politza@fh-trier.de>
6283
6284 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
6285 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
6286 prefix and negative numeric prefix args (Bug#12795).
6287
6288 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
6289
6290 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6291 Don't signal an error with a score that is too low to add to the
6292 list of top scores. (Bug#12779)
6293
6294 2012-11-17 Chong Yidong <cyd@gnu.org>
6295
6296 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
6297
6298 * filecache.el (file-cache-add-file): Handle relative file name in
6299 the argument (Bug#12694).
6300
6301 2012-11-16 JĂ¼rgen Hötzel <juergen@archlinux.org> (tiny change)
6302
6303 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
6304
6305 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6306
6307 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
6308
6309 * emacs-lisp/cl-lib.el: Set more meaningful version number.
6310
6311 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6312
6313 * window.el (enlarge-window, shrink-window): Don't mention return
6314 value in doc-string (Bug#12896).
6315 (window--display-buffer): Don't resize frames - it won't work
6316 with all window managers and defeat pop-up-frame-alist.
6317 (display-buffer-alist): In doc-string explain that CONDITION can
6318 be a function and which arguments are passed to it (Bug#12854).
6319 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
6320 expressions (Bug#12854).
6321 (display-buffer): Pass ACTION argument to
6322 display-buffer-assq-regexp.
6323
6324 2012-11-16 Glenn Morris <rgm@gnu.org>
6325
6326 * window.el (fit-frame-to-buffer-bottom-margin)
6327 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
6328
6329 * faces.el (face-underline-p): Use face-attribute-specified-or.
6330
6331 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
6332
6333 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
6334
6335 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
6338
6339 2012-11-16 Glenn Morris <rgm@gnu.org>
6340
6341 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
6342 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
6343
6344 * faces.el (face-underline-p): Doc fix. Handle :underline being
6345 things other than `t' (a string, a list).
6346 (face-inverse-video-p): Doc fix.
6347 (set-face-underline): Rename it back from set-face-underline-p.
6348 Doc fix. Allow interactive input of values other than t.
6349 (read-face-attribute): Apply formatting to :underline,
6350 since like :box and :stipple it can take list values.
6351
6352 * term.el (ansi-term): Don't let C-x escape-char binding
6353 clobber the more standard C-c binding. (Bug#12842)
6354
6355 * subr.el (set-temporary-overlay-map): Doc fix.
6356
6357 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6358
6359 * window.el (record-window-buffer)
6360 (display-buffer-record-window): When copying the markers to
6361 window-point preserve window-point-insertion-type. (Bug#12588)
6362
6363 2012-11-16 Glenn Morris <rgm@gnu.org>
6364
6365 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
6366 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
6367 Use new names for hooks rather than obsolete aliases.
6368
6369 2012-11-15 Daniel Colascione <dancol@dancol.org>
6370
6371 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
6372 prefix instead of "file:" so that when FILE-NAME begins with "//",
6373 as it does when the target file is on a network share, url-handler
6374 isn't confused.
6375
6376 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6377
6378 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
6379 a preactivated advice from an old advice.el; they're not compatible!
6380
6381 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6382
6383 * emacs-lisp/nadvice.el (advice--make-interactive-form):
6384 Fix string-spec case.
6385
6386 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
6387
6388 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6389
6390 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
6391 (advice--buffer-local-function-sample): New var.
6392 (advice--set-buffer-local, advice--buffer-local): New functions.
6393 (add-function, remove-function): Use them.
6394
6395 2012-11-15 Drew Adams <drew.adams@oracle.com>
6396
6397 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
6398
6399 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
6402 potential binding of print-gensym to t, and prettify (back)quotes in
6403 case they appear in args's default values (bug#12884).
6404
6405 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6406
6407 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
6408 (advice-eval-interactive-spec): New function.
6409 (advice--make-interactive-form): Support around advice (bug#12844).
6410
6411 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
6412
6413 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
6414 more strict. Add docstring.
6415 (ruby-expression-expansion-re): Extract from
6416 `ruby-match-expression-expansion'.
6417 (ruby-syntax-propertize-function): After everything else, search
6418 for expansions in string literals, mark their insides as
6419 whitespace syntax and save match data for font-lock.
6420 (ruby-font-lock-keywords): Use the 2nd group from expression
6421 expansion matches.
6422 (ruby-match-expression-expansion): Use the match data saved to the
6423 text property in ruby-syntax-propertize-function.
6424
6425 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6426
6427 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
6428 (bug#12879).
6429
6430 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6431
6432 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
6433 start/end keyword a bit harder. Works with different values of N.
6434 Add more comments.
6435 (ruby-end-of-block): Update accordingly.
6436
6437 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6438
6439 * woman.el (woman-file-name): Don't mess with unread-command-events
6440 (bug#12861).
6441
6442 * emacs-lisp/advice.el: Layer on top of nadvice.el.
6443 Remove out of date self-require hack.
6444 (ad-do-advised-functions): Use simple `dolist'.
6445 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
6446 (ad-advice-definition): Redefine as functions.
6447 (ad-advice-classes): Move before first use.
6448 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
6449 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
6450 (ad--defalias-fset): Remove functions.
6451 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
6452 (ad-get-orig-definition): Rewrite.
6453 (ad-make-advised-definition-docstring): Change base docstring.
6454 (ad-real-orig-definition): Rewrite.
6455 (ad-map-arglists): Change name of called function.
6456 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
6457 (ad-make-advised-definition): Simplify.
6458 (ad-assemble-advised-definition): Tweak for new calling context.
6459 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
6460 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
6461 function and call ad-activate if needed.
6462 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
6463 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
6464 (ad-compile-function): Compile ad-Advice-*.
6465 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
6466 (ad-start-advice, ad-stop-advice): Remove.
6467
6468 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6469
6470 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
6471 period before class method names, not after. Remove handling of
6472 one impossible case. Add comments.
6473
6474 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6475
6476 * emacs-lisp/advice.el: Remove support for freezing.
6477 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
6478 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
6479 Remove support for `freeze'.
6480
6481 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
6482 override the default.
6483 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
6484 cl--dotimes/dolist.
6485 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
6486 `cl' is loaded.
6487
6488 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
6489 from add-advice.
6490 (advice--strip-macro): New function.
6491 (advice--defalias-fset): Use them to handle macros.
6492 (advice-add): Use them.
6493 (advice-member-p): Correctly handle macros.
6494
6495 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6496
6497 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6498 Never font-lock the beginning of singleton class as heredoc.
6499
6500 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6501
6502 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
6503
6504 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
6505
6506 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
6507 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
6508 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
6509
6510 2012-11-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6511
6512 Fix end-of-defun misbehavior.
6513 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
6514 python-beginning-of-defun-function. Handle nested defuns
6515 correctly.
6516 (python-nav-end-of-defun): Rename from
6517 python-end-of-defun-function. Ensure forward movement.
6518 (python-info-current-defun): Reimplement to work as intended
6519 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
6520 parent defuns as soon as possible.
6521
6522 2012-11-13 Glenn Morris <rgm@gnu.org>
6523
6524 * progmodes/flymake.el (flymake-error-bitmap)
6525 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
6526 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
6527
6528 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6529
6530 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
6531 backward, always stop at indentation. Reverts the change from
6532 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
6533
6534 2012-11-13 Glenn Morris <rgm@gnu.org>
6535
6536 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
6537 Add ibuffer-filter-by-derived-mode.
6538
6539 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
6540 the same name shadowing each other.
6541
6542 * window.el (with-temp-buffer-window): Doc tweak.
6543
6544 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
6545
6546 * help.el (temp-buffer-max-height):
6547 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
6548 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
6549
6550 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * emacs-lisp/nadvice.el: New package.
6553 * subr.el (special-form-p): New function.
6554 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
6555 (elp-all-instrumented-list): Remove var.
6556 (elp-not-profilable): Remove elp-wrapper.
6557 (elp-profilable-p): Use autoloadp and special-form-p.
6558 (elp--advice-name): New const.
6559 (elp-instrument-function): Use advice-add.
6560 (elp--instrumented-p): New predicate.
6561 (elp-restore-function): Use advice-remove.
6562 (elp-restore-all, elp-reset-all): Use mapatoms.
6563 (elp-set-master): Use elp--instrumented-p.
6564 (elp--make-wrapper): Rename from elp-wrapper, return a function
6565 suitable for advice-add. Use cl-inf.
6566 (elp-results): Use mapatoms+elp--instrumented-p.
6567 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
6568 (debug-function-list): Remove var.
6569 (debug): Rename arg, and then let-bind it explicitly inside.
6570 (debugger-setup-buffer): Rename arg.
6571 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
6572 (debugger-frame-number): Adjust to new debug-on-entry setup.
6573 (debug--implement-debug-on-entry): Rename from
6574 implement-debug-on-entry, add argument.
6575 (debugger-special-form-p): Remove, use special-form-p instead.
6576 (debug-on-entry): Use advice-add.
6577 (debug--function-list): New function.
6578 (cancel-debug-on-entry): Use it, along with advice-remove.
6579 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
6580 (debugger-list-functions): Use debug--function-list instead of
6581 debug-function-list.
6582 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
6583 (ad-special-form-p): Remove, use special-form-p instead.
6584 (ad-set-advice-info): Use add-function and remove-function.
6585 (ad--defalias-fset): Adjust accordingly.
6586
6587 2012-11-10 Glenn Morris <rgm@gnu.org>
6588
6589 * mail/emacsbug.el (report-emacs-bug-tracker-url)
6590 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
6591 (report-emacs-bug-create-existing-bugs-buffer)
6592 (report-emacs-bug-parse-query-results)
6593 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
6594
6595 * term.el (term-default-fg-color, term-default-bg-color):
6596 Make obsolete, rather than just saying "deprecated" in the doc.
6597
6598 * term.el (term): Rename from `term-face'.
6599 (term-current-face, ansi-term-color-vector)
6600 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6601 Update all users.
6602
6603 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
6604
6605 * server.el (server-create-window-system-frame): Handle Nextstep
6606 specially (Bug#12780).
6607
6608 2012-11-10 Glenn Morris <rgm@gnu.org>
6609
6610 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
6611 Unautoload, and make obsolete. (Bug#7449)
6612
6613 2012-11-10 Chong Yidong <cyd@gnu.org>
6614
6615 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
6616 rename from diff-remove-trailing-whitespace (Bug#12831).
6617
6618 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6619
6620 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
6621 miscompilation of trace.el.
6622
6623 2012-11-10 Glenn Morris <rgm@gnu.org>
6624
6625 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
6626
6627 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
6630 (bug#12812).
6631
6632 2012-11-10 Chong Yidong <cyd@gnu.org>
6633
6634 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
6635 a defcustom with an appropriate :set function.
6636 (minibuffer-default--in-prompt-regexps): New function.
6637
6638 2012-11-10 Glenn Morris <rgm@gnu.org>
6639
6640 * emacs-lisp/cl.el (define-setf-expander, defsetf)
6641 (define-modify-macro): Doc fixes.
6642
6643 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
6644 (gv-define-simple-setter): Update doc of `fix-return'.
6645
6646 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6647
6648 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
6649 twice when `fix-return' is set (bug#12813).
6650
6651 * emacs-lisp/cl.el (defsetf): Pass the third arg to
6652 gv-define-simple-setter (bug#12812).
6653
6654 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
6655 (bug#12756).
6656
6657 2012-11-10 Glenn Morris <rgm@gnu.org>
6658
6659 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
6660
6661 * emacs-lisp/cl-extra.el (cl-prettyexpand):
6662 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
6663 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
6664 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
6665
6666 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
6667
6668 2012-11-10 Leo Liu <sdl.web@gmail.com>
6669
6670 * ido.el (ido-set-matches-1): Improve flex matching performance by
6671 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
6672
6673 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6674
6675 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
6676 (ad--defalias-fset): New function.
6677 (ad-safe-fset): Remove.
6678 (ad-make-freeze-definition): Use cl-letf*.
6679
6680 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6681
6682 * subr.el (dolist): Don't bind VAR in RESULT.
6683
6684 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
6685 (fset, documentation): Don't save real def since we don't advise.
6686 (ad-do-advised-functions): Remove problematic `result-form'.
6687 (ad-safe-fset): `ad-real-fset' => `fset'.
6688 (ad-read-advised-function): Don't assume that ad-do-advised-functions
6689 uses CL's dolist internally.
6690 (ad-arglist): Remove unused arg `name'.
6691 (ad-docstring, ad-make-advised-docstring):
6692 `ad-real-documentation' => `documentation'.
6693 (warning-suppress-types): Declare.
6694 (ad-set-arguments): Simple CSE.
6695 (ad-recover-normality): Sanity check.
6696
6697 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
6698 (funcall '(lambda ..) ..) into ((lambda ..) ..).
6699
6700 2012-11-09 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
6701
6702 * ses.el: symbol to coordinate mapping is made by symbol property
6703 `ses-cell'. This means that the same mapping is done for all SES
6704 sheets. That is good enough for cells with standard A1 names, but
6705 not for named cell. So a hash map is added for the latter.
6706 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
6707 (ses-sym-rowcol): Use hashmap for named cell.
6708 (ses-is-cell-sym-p): New defun.
6709 (ses-decode-cell-symbol): New defun.
6710 (ses-create-cell-variable): Add cell to hashmap when name is not
6711 A1-like.
6712 (ses-rename-cell): Check that cell new name is not already in
6713 spreadsheet with the use of ses-is-cell-sym-p
6714 (ses-rename-cell): Use hash map for named cells, but accept also
6715 renaming back to A1-like.
6716
6717 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6718
6719 * emacs-lisp/advice.el: Use new dynamic docstrings.
6720 (ad-make-advised-definition-docstring, ad-advised-definition-p):
6721 Use dynamic-docstring-function instead of ad-advice-info.
6722 (ad--make-advised-docstring): New function extracted from
6723 ad-make-advised-docstring.
6724 (ad-make-advised-docstring): Use it.
6725 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
6726 from sql-help.
6727 (sql-help): Use it with dynamic-docstring-function.
6728
6729 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
6730
6731 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6732
6733 * files.el (hack-one-local-variable--obsolete): New function.
6734 (hack-one-local-variable): Use it for obsolete settings.
6735
6736 * subr.el (locate-user-emacs-file): If both old and new name exist, use
6737 the new name.
6738
6739 * progmodes/js.el (js--filling-paragraph): New var.
6740 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
6741 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
6742 less sneaky.
6743
6744 2012-11-08 Julien Danjou <julien@danjou.info>
6745
6746 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
6747 `auto-mode-alist' (Bug#12835).
6748
6749 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
6752 (perl--prettify-symbols-alist): New const.
6753 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
6754 New functions.
6755 (perl-font-lock-keywords-2): Use them.
6756 (perl-electric-noindent-p): New function.
6757 (perl-mode): Use it to set up electric-indent-mode.
6758 (perl-electric-terminator, perl-indent-command): Mark obsolete.
6759 (perl-mode-map): Remove bindings for them.
6760 (perl-imenu-generic-expression, perl-outline-level):
6761 Match functions&packages in column>0.
6762
6763 * env.el (env--substitute-vars-regexp): New const.
6764 (substitute-env-vars): Use it. Add `only-defined' arg.
6765 * net/tramp.el (tramp-replace-environment-variables): Use it.
6766
6767 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
6768 Byte-compile *before* eval in eval-and-compile.
6769 (byte-compile-log-warning): Remove redundant inhibit-read-only.
6770 (byte-compile-file-form-autoload): Don't hide actual definition.
6771 (byte-compile-maybe-guarded): Accept `functionp' as well.
6772
6773 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
6774
6775 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
6776
6777 * notifications.el (notifications-get-server-information-method):
6778 New defconst.
6779 (notifications-get-capabilities): Fix docstring.
6780 (notifications-get-server-information): New defun.
6781
6782 2012-11-06 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
6783
6784 * textmodes/ispell.el (ispell-region): Standard re-indent for better
6785 readability.
6786
6787 * textmodes/ispell.el: Experimental support for support debugging.
6788 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
6789 buffer for ispell.
6790 (ispell-print-if-debug): New function to print stuff to
6791 `ispell-debug-buffer' if debugging is enabled.
6792 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
6793 show some debugging info.
6794 (ispell-buffer-with-debug): New function that creates a debugging
6795 buffer and calls `ispell-buffer' with debugging enabled.
6796
6797 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
6798 comment in autoconf mode. (Bug#12768)
6799
6800 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
6801
6802 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
6803 frame-first-window, frame-root-window, frame-selected-window,
6804 minibuffer-selected-window, minibuffer-window,
6805 window-absolute-pixel-edges, window-at, window-body-height,
6806 window-body-width, window-display-table, window-combination-limit,
6807 window-frame, window-fringes, window-inside-absolute-pixel-edges,
6808 window-inside-edges, window-inside-pixel-edges, window-left-child,
6809 window-left-column, window-margins, window-next-buffers,
6810 window-next-sibling, window-new-normal, window-new-total,
6811 window-normal-size, window-parameter, window-parameters, window-parent,
6812 window-pixel-edges, window-point, window-prev-buffers,
6813 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
6814 window-start, window-text-height, window-top-child, window-top-line,
6815 window-total-height, window-total-width and window-use-time to the list
6816 of functions without side-effects.
6817 (toplevel): Add window-valid-p to the list of error-free functions
6818 without side-effects.
6819
6820 2012-11-05 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
6821
6822 * textmodes/ispell.el (ispell-program-name):
6823 Update spellchecker parameters when customized.
6824
6825 2012-11-04 Glenn Morris <rgm@gnu.org>
6826
6827 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
6828
6829 2012-11-04 Chong Yidong <cyd@gnu.org>
6830
6831 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
6832 same-window-* variables.
6833
6834 2012-11-04 Juri Linkov <juri@jurta.org>
6835
6836 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
6837 (isearch-describe-key, isearch-describe-mode): Use a display
6838 action instead of binding same-window-* variables (Bug#10040).
6839
6840 2012-11-03 Glenn Morris <rgm@gnu.org>
6841
6842 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
6843 Rename handler properties back from cl-- to cl-. (Bug#12788)
6844
6845 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
6846
6847 2012-11-03 Eli Zaretskii <eliz@gnu.org>
6848
6849 * term/pc-win.el: Don't load term/internal from here.
6850
6851 * loadup.el: Load term/internal from here.
6852
6853 2012-11-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6854
6855 * progmodes/python.el (inferior-python-mode): Fix hang in
6856 jit-lock (Bug#12645).
6857
6858 2012-11-03 Martin Rudalics <rudalics@gmx.at>
6859
6860 * window.el (switch-to-visible-buffer)
6861 (switch-to-buffer-preserve-window-point): Fix doc-strings.
6862
6863 2012-11-03 Glenn Morris <rgm@gnu.org>
6864
6865 * emacs-lisp/cl-lib.el (cl--random-time):
6866 Rename from cl-random-time. (Bug#12773)
6867 (cl--gensym-counter, cl--random-state): Update callers.
6868 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
6869
6870 2012-11-03 Chong Yidong <cyd@gnu.org>
6871
6872 * cus-start.el: Make cursor-type customizable (Bug#11633).
6873
6874 2012-11-02 Glenn Morris <rgm@gnu.org>
6875
6876 * filecache.el: No need to load find-lisp when compiling.
6877 (find-lisp-find-files): Autoload it.
6878 (file-cache-add-directory-recursively): Don't require find-lisp.
6879
6880 * image.el (image-type-from-file-name): Trivial simplification.
6881
6882 * emacs-lisp/bytecomp.el (byte-compile-eval):
6883 Decouple "noruntime" and "cl-functions" warnings.
6884
6885 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
6886
6887 * play/gomoku.el (gomoku-display-statistics): Update mode line
6888 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
6889
6890 2012-10-31 Martin Rudalics <rudalics@gmx.at>
6891
6892 * window.el (quit-restore-window): If the window has been
6893 created on an existing frame and ended up as the sole window on
6894 that frame, do not delete it (Bug#12764).
6895
6896 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6897
6898 * progmodes/sh-script.el (sh--inside-noncommand-expression):
6899 Rename from sh--inside-arithmetic-expression, handle more cases
6900 (bug#11263).
6901
6902 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
6903 (sh-font-lock-open-heredoc): Use it (bug#12770).
6904
6905 2012-10-30 Glenn Morris <rgm@gnu.org>
6906
6907 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
6908
6909 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
6910
6911 2012-10-29 Chong Yidong <cyd@gnu.org>
6912
6913 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
6914 function key is stored in a keyboard macro (Bug#4894).
6915
6916 * thingatpt.el (number-at-point): Apply a thing-at-point property.
6917
6918 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6919
6920 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
6921 header comments".
6922 (diff-unified->context, diff-context->unified)
6923 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
6924
6925 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
6926
6927 * files.el (find-alternate-file): Only ask one question (bug#12487).
6928
6929 2012-10-29 Chong Yidong <cyd@gnu.org>
6930
6931 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
6932 Suggested by Dan Nicolaescu (Bug#6326).
6933
6934 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
6935
6936 * startup.el (fancy-about-screen): Don't message (Bug#12680).
6937
6938 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
6939
6940 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
6941
6942 * face-remap.el (face-remap-add-relative): Handle the case where a
6943 face-remapping-alist entry is a cons cell (Bug#12762).
6944
6945 2012-10-29 Kevin Ryde <user42@zip.com.au>
6946
6947 * woman.el (woman-parse-numeric-value): Handle picas correctly
6948 (Bug#12639).
6949
6950 2012-10-29 Glenn Morris <rgm@gnu.org>
6951
6952 * emacs-lisp/cl.el (defsetf): Doc fix.
6953
6954 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
6957 syntax to the matching opener, if any (bug#12547).
6958 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
6959 matching open as a "case-(".
6960 (sh-smie-rc-grammar): Add a corresponding rule for it.
6961
6962 2012-10-28 Daniel Hackney <dan@haxney.org>
6963
6964 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
6965 "PKGNAME-autoloads.el" in case we created it.
6966
6967 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6968
6969 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
6970 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
6971 (completion--twq-all): Disable too-strict assertions.
6972
6973 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
6974
6975 2012-10-27 Eli Zaretskii <eliz@gnu.org>
6976
6977 * profiler.el (profiler-report-make-entry-part): Fix help-echo
6978 text to match the real keybindings.
6979
6980 2012-10-27 Juri Linkov <juri@jurta.org>
6981
6982 * wdired.el (wdired-keep-marker-rename): New defcustom.
6983 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
6984 (Bug#11795)
6985
6986 * dired.el (dired-keep-marker-rename): Add reference to
6987 `wdired-keep-marker-rename' in the docstring.
6988 Add default character value ?R to display initially in
6989 Customization UI instead of ?@.
6990
6991 2012-10-27 Martin Rudalics <rudalics@gmx.at>
6992
6993 * window.el (display-buffer): In doc-string describe
6994 window-height and window-width alist entries.
6995
6996 * time.el (display-time-world): Restore fit-window-to-buffer
6997 behavior.
6998
6999 2012-10-27 Chong Yidong <cyd@gnu.org>
7000
7001 * subr.el (insert-buffer-substring-as-yank): Doc fix.
7002
7003 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
7004
7005 * minibuffer.el (completion-category-overrides): New completion
7006 category `bookmark' (bug#11131).
7007
7008 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7009
7010 * emacs-lisp/advice.el (ad-assemble-advised-definition):
7011 Silence bogus compiler warnings for ad-do-it.
7012
7013 * bookmark.el (bookmark-completing-read): Set the completion category
7014 to `bookmark' (bug#11131).
7015
7016 2012-10-26 Bastien <bzg@altern.org>
7017 Stefan Monnier <monnier@iro.umontreal.ca>
7018
7019 * face-remap.el: Use lexical-binding.
7020 (text-scale-adjust): Improve docstring. Use itself for the temporary
7021 overlay-map bindings, so as to repeat the "Use..." message each time.
7022
7023 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7024
7025 * emacs-lisp/macroexp.el (macroexp--expand-all):
7026 Obey byte-compile-warning-enabled-p (bug#12486).
7027
7028 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
7029 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
7030
7031 2012-10-26 Martin Rudalics <rudalics@gmx.at>
7032
7033 * mouse.el (mouse-drag-line): Move last form into preceding when
7034 clause (Bug#12731).
7035
7036 * help.el (resize-temp-buffer-window): Fix doc-string.
7037
7038 2012-10-25 David Engster <deng@randomsample.de>
7039
7040 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
7041 Remove. This feature is already integrated in imenu.
7042
7043 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
7044 always loaded. Require `speedbar' unconditionally.
7045
7046 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7047
7048 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
7049
7050 * minibuffer.el (minibuffer-force-complete): Fix thinko.
7051
7052 * net/ldap.el (ldap-search-internal): The official ldif format starts
7053 with a "version: 1" header (bug#12724).
7054
7055 * emacs-lisp/package.el (package-installed-p): Warn if not ready
7056 (bug#12721).
7057
7058 2012-10-25 Glenn Morris <rgm@gnu.org>
7059
7060 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
7061
7062 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7063
7064 * minibuffer.el (minibuffer-force-complete): Use one more marker
7065 for the temporary-overlay-map command (bug#12619).
7066
7067 2012-10-24 Chong Yidong <cyd@gnu.org>
7068
7069 * time.el (display-time-world-mode): Derive from special-mode.
7070 (display-time-world): Use display-buffer (Bug#12708).
7071 (display-time-world-mode-map): Variable deleted.
7072 (display-time-world-display): Wrap the final delete-char inside
7073 inhibit-read-only.
7074
7075 2012-10-24 Chong Yidong <cyd@gnu.org>
7076
7077 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
7078 Doc fix.
7079
7080 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
7081
7082 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * minibuffer.el (completion--all-sorted-completions-location): New var.
7085 (completion--cache-all-sorted-completions)
7086 (completion--flush-all-sorted-completions): Use it.
7087 (completion-in-region, completion-in-region--postch)
7088 (completion-at-point, completion-help-at-point): Use markers in
7089 completion-in-region--data (bug#12619).
7090
7091 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * progmodes/compile.el (compilation-start): Try to handle common
7094 quoting of `cd' argument (bug#12640).
7095
7096 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
7097 (bug#12671).
7098
7099 2012-10-23 Glenn Morris <rgm@gnu.org>
7100
7101 * progmodes/gud.el (gud-menu-map):
7102 Check gdb-active-process is bound. (Bug#12358)
7103
7104 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7105
7106 * repeat.el (repeat): Set real-this-command (bug#12232).
7107
7108 * htmlfontify.el (hfy-post-html-hook):
7109 * filesets.el (filesets-cache-fill-content-hook):
7110 * arc-mode.el (archive-extract-hook):
7111 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
7112 * net/rcirc.el (rcirc-sentinel-functions)
7113 (rcirc-receive-message-functions, rcirc-activity-functions)
7114 (rcirc-print-functions):
7115 * net/dbus.el (dbus-event-error-functions):
7116 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
7117 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
7118 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
7119 * term/sun.el (sun-raw-prefix-hooks):
7120 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
7121
7122 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
7123
7124 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7125 Set `tramp-chunksize' to 1. This improves the performance.
7126 (tramp-smb-wait-for-output): Add timeout to
7127 `tramp-accept-process-output' calls.
7128
7129 2012-10-23 Chong Yidong <cyd@gnu.org>
7130
7131 * faces.el (font-list-limit): Define as an obsolete variable.
7132
7133 * startup.el (command-line):
7134 * cus-start.el: Don't refer to font-list-limit.
7135
7136 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
7137
7138 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * subr.el (internal-temp-output-buffer-show): Rename from
7141 temp-output-buffer-show, since previously compiled files expect this name.
7142
7143 2012-10-23 Glenn Morris <rgm@gnu.org>
7144
7145 * image.el (image-type-from-file-name): If multiple types match,
7146 return the first one that is supported. (Bug#9045)
7147
7148 2012-10-22 Glenn Morris <rgm@gnu.org>
7149
7150 * image.el (imagemagick-enabled-types): Doc fix.
7151
7152 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
7153
7154 * progmodes/which-func.el (which-func-current): The hash-table may have
7155 an explicit nil (bug#12338).
7156
7157 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7158
7159 * electric.el (electric-pair-delete-selection-self-insert-function):
7160 Rename to electric-pair-will-use-region, return a boolean.
7161 (electric-pair-mode): Adjust accordingly. Don't require delsel.
7162
7163 * delsel.el (delete-selection-helper): Use a function instead of a hook.
7164 (delete-selection-pre-hook): Use use-region-p.
7165 (delete-selection-self-insert-function): Remove.
7166 (self-insert-command): Obey self-insert-uses-region-functions.
7167 (self-insert-iso): Revert to previous setting, since we don't actually
7168 know what that command does.
7169 (delete-selection-self-insert-hooks): Remove.
7170
7171 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
7172
7173 * delsel.el (delete-selection-helper): New function, extracted from
7174 delete-selection-pre-hook.
7175 (delete-selection-pre-hook): Use it.
7176 (delete-selection-self-insert-function): New function.
7177 (delete-selection-self-insert-hooks): New hook.
7178 (self-insert-command, self-insert-iso): Use it.
7179 * electric.el (electric-pair-syntax): New function, extracted from
7180 electric-pair-post-self-insert-function.
7181 (electric-pair-post-self-insert-function): Use it.
7182 (electric-pair-delete-selection-self-insert-function): New function.
7183 (electric-pair-mode): Require delsel and setup
7184 delete-selection-self-insert-hooks (bug#11520).
7185
7186 2012-10-20 Chong Yidong <cyd@gnu.org>
7187
7188 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
7189 no changes to show (Bug#12586).
7190
7191 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
7192 list explicitly (Bug#12571).
7193
7194 2012-10-20 Arne Jørgensen <arne@arnested.dk>
7195
7196 * progmodes/flymake.el (flymake-create-temp-inplace):
7197 Use file-truename.
7198
7199 2012-10-20 Eli Zaretskii <eliz@gnu.org>
7200
7201 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
7202
7203 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7204
7205 * calc/calc-units.el (math-extract-units): Properly extract powers
7206 of units.
7207
7208 2012-10-20 Daniel Colascione <dancol@dancol.org>
7209
7210 * frame.el (make-frame): Set x-display-name as we used to in order
7211 to unbreak creating an X11 frame from an Emacs daemon started
7212 without a display.
7213
7214 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7215
7216 * minibuffer.el (minibuffer-force-complete): Make the next completion use
7217 the same completion-field (bug#12221).
7218
7219 2012-10-19 Martin Rudalics <rudalics@gmx.at>
7220
7221 * emacs-lisp/debug.el (debug): Record height of debugger window
7222 also when debugger will be back (Bug#8789).
7223
7224 2012-10-18 Chong Yidong <cyd@gnu.org>
7225
7226 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7227 Convert to defcustom.
7228 (gdb-get-source-file): Don't bind pop-up-windows.
7229
7230 * progmodes/gud.el (gud-display-line): Don't specially re-use
7231 other frames for the gdb-mi case (Bug#12648).
7232
7233 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * emacs-lisp/advice.el: Clean up commentary a bit.
7236 (ad-do-advised-functions, ad-with-originals): Use `declare'.
7237 (byte-code-function-p): Never redefine.
7238
7239 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
7240
7241 2012-10-18 Glenn Morris <rgm@gnu.org>
7242
7243 * dired.el (dired-sort-toggle): Some ls implementations only allow
7244 a single option string. (Bug#12666)
7245
7246 * minibuffer.el (completion-cycle-threshold): Doc fix.
7247
7248 2012-10-17 Kenichi Handa <handa@gnu.org>
7249
7250 * international/mule.el (set-keyboard-coding-system):
7251 Recover input meta mode when the new coding system doesn not use 8-bit.
7252 Supply TERMINAL arg to set-input-meta-mode.
7253
7254 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7255
7256 * wdired.el (wdired-old-marks): New variable.
7257 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
7258 (wdired-do-renames): Move point with renamed file and don't lose
7259 mark status (Bug#11795).
7260
7261 2012-10-16 Juri Linkov <juri@jurta.org>
7262
7263 * replace.el (query-replace-help): Mention multi-buffer replacement
7264 keys in the Help message. (Bug#12655)
7265
7266 2012-10-15 Chong Yidong <cyd@gnu.org>
7267
7268 * emacs-lisp/byte-run.el (defsubst): Doc fix.
7269
7270 2012-10-14 Eli Zaretskii <eliz@gnu.org>
7271
7272 * window.el (display-buffer): Doc fix.
7273
7274 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7275 Adjust the msft regexp to the output of Studio 2010, and move msft
7276 before edg-1. See the discussion on emacs-devel,
7277 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
7278 for the details.
7279
7280 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
7283 (oset): Move uses of object-class-fast macro after its definition.
7284
7285 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
7286
7287 2012-10-13 Chong Yidong <cyd@gnu.org>
7288
7289 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
7290 enabled, re-enable it (Bug#11963).
7291
7292 2012-10-13 Martin Rudalics <rudalics@gmx.at>
7293
7294 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
7295 non-nil, restore window configuration (Bug#12623).
7296
7297 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7298
7299 * help-fns.el (describe-variable, describe-function-1):
7300 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
7301
7302 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
7303
7304 2012-10-12 Glenn Morris <rgm@gnu.org>
7305
7306 * mail/rmailsum.el (rmail-header-summary):
7307 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
7308
7309 2012-10-12 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7310
7311 * progmodes/python.el (python-mode-map):
7312 Replace subtitute-key-definition with proper command remapping.
7313 (python-nav--up-list): Fix behavior for blocks on the same level.
7314
7315 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
7318
7319 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
7320 changes to the format of load-history.
7321
7322 * international/mule-cmds.el (read-char-by-name): Move let-binding of
7323 completion-ignore-case in case that var is buffer-local (bug#12615).
7324
7325 2012-10-11 Kenichi Handa <handa@gnu.org>
7326
7327 * international/eucjp-ms.el: Re-generated.
7328
7329 2012-10-10 Kenichi Handa <handa@gnu.org>
7330
7331 * select.el (xselect--encode-string): If a coding is specified for
7332 selection, and that is compatible with COMPOUND_TEXT, use it.
7333
7334 2012-10-10 Martin Rudalics <rudalics@gmx.at>
7335
7336 * window.el (switch-to-buffer-preserve-window-point): New option.
7337 (switch-to-buffer):
7338 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
7339
7340 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
7343 Don't document nil as a useful value (bug#12583).
7344
7345 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
7346
7347 * net/tramp.el (tramp-debug-message):
7348 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
7349 (with-tramp-progress-reporter): Rename from
7350 `tramp-with-progress-reporter'.
7351 (with-tramp-file-property, with-tramp-connection-property):
7352 Move from tramp-cache.el, rename from `with-file-property' and
7353 `with-connection-property', respectively.
7354
7355 * net/tramp-cache.el: Remove `with-file-property' and
7356 `with-connection-property'.
7357
7358 * net/tramp.el:
7359 * net/tramp-gvfs.el:
7360 * net/tramp-sh.el:
7361 * net/tramp-smb.el: Adapt callees.
7362
7363 * net/trampver.el: Update release number.
7364
7365 2012-10-09 Glenn Morris <rgm@gnu.org>
7366
7367 * w32-fns.el (set-message-beep):
7368 * term/w32-win.el (set-message-beep): Update declarations.
7369
7370 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
7373 (mode-line-widen, mode-line-input-method-map)
7374 (mode-line-coding-system-map, mode-line-remote)
7375 (mode-line-unbury-buffer, mode-line-bury-buffer)
7376 (mode-line-next-buffer, mode-line-previous-buffer):
7377 Replace save-selected-window+select-window => with-selected-window.
7378
7379 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
7380 * progmodes/cc-vars.el (bq-process): Remove, unused.
7381
7382 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
7383
7384 2012-10-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7385
7386 Implemented `backward-up-list'-like navigation.
7387 * progmodes/python.el (python-nav-up-list)
7388 (python-nav-backward-up-list): New functions.
7389 (python-mode-map): Define substitute key for backward-up-list to
7390 python-nav-backward-up-list.
7391
7392 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7393
7394 * progmodes/python.el (python-fill-paragraph): Rename from
7395 python-fill-paragraph-function. Fixed fill-paragraph for
7396 decorators (Bug#12605).
7397
7398 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7399
7400 * progmodes/python.el (python-shell-output-filter): Handle extra
7401 carriage return in OSX (Bug#12409).
7402
7403 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7404
7405 Fix shell handling of unbalanced quotes and parens in output.
7406 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
7407 (python-syntax-propertize-function): Use it.
7408 (python-shell-output-syntax-table): New var.
7409 (inferior-python-mode): Prevent unbalanced parens/quotes from
7410 previous output mess with current input context.
7411
7412 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
7413
7414 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
7415 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
7416
7417 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
7418
7419 * ffap.el (ffap-replace-file-component): Support Tramp file name
7420 syntax, not only ange-ftp's one.
7421
7422 2012-10-08 Glenn Morris <rgm@gnu.org>
7423
7424 * cus-start.el (message-log-max): Set :version.
7425
7426 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
7427
7428 2012-10-08 Martin Rudalics <rudalics@gmx.at>
7429
7430 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
7431 the minibuffer window (Bug#10851).
7432
7433 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7434
7435 Enhancements on forward-sexp movement.
7436 * progmodes/python.el (python-nav-beginning-of-statement)
7437 (python-nav-end-of-statement): Return point-marker.
7438 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
7439 (python-info-current-symbol)
7440 (python-info-statement-starts-block-p): Rename from
7441 python-info-beginning-of-block-p.
7442 (python-info-statement-ends-block-p): Rename from
7443 python-info-end-of-block-p.
7444 (python-info-beginning-of-statement-p)
7445 (python-info-end-of-statement-p)
7446 (python-info-beginning-of-block-p, python-info-end-of-block-p):
7447 New functions.
7448
7449 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7450
7451 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
7452 frame-selected-windows.
7453
7454 2012-10-08 Daniel Colascione <dancol@dancol.org>
7455
7456 * battery.el (battery-status-function): Check for
7457 w32-battery-status itself, not system-time windows-nt.
7458
7459 * frame.el: Require cl-lib.
7460 (display-format-alist): New variable mapping frame types to
7461 functions that initialize them.
7462 (window-system-for-display): New function: interprets
7463 display-format-alist.
7464 (make-frame-on-display): Remove existing display-selection logic
7465 and just forward to make-frame, which will now DTRT.
7466 (make-frame): Restructure to use window-system-for-display to
7467 figure out how to create a frame on a given display.
7468 (display-mouse-p): Look for frame-type w32, not a particular
7469 system-type.
7470
7471 * loadup.el: Load w32 lisp code when we have the w32 feature.
7472
7473 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
7474 system-type windows-nt.
7475
7476 * server.el (server-create-window-system-frame): Look for window
7477 type.
7478 (server-proces-filter): Only force a window system when windows-nt
7479 _and_ w32. Explain why.
7480
7481 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
7482 of window systems we configure for the mode.
7483
7484 * startup.el (command-line): Mark window system is initialized
7485 after we've done it.
7486
7487 * common-win.el (x-select-text): Look for w32, not windows-nt.
7488
7489 * ns-win.el: Require cl-lib. Add ourselves to
7490 display-format-alist.
7491 (ns-initialize-window-system): Assert we're not initialized twice.
7492
7493 * w32-win.el: Enable lexical binding; require cl-lib; add
7494 ourselves to display-format-alist.
7495 (w32-handle-dropped-file): Convert incoming dropped files from
7496 Windows paths to Cygwin ones before passing them on to the rest of
7497 Emacs.
7498 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
7499 (w32-initialize-window-system): Assert we're not initialized twice.
7500
7501 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
7502 (x-initialize-window-system): Assert we're not initialized twice.
7503
7504 * w32-common-fns.el: New File.
7505 (w32-version, w32-using-nt, w32-get-clipboard-data)
7506 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7507 (w32-charset-info-alist, x-last-selected, text)
7508 (x-get-selection-value, x-selection-value): Move here.
7509
7510 * w32-fns.el: Require w32-common-fns.
7511 (w32-version, w32-using-nt, w32-get-clipboard-data)
7512 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7513 (w32-charset-info-alist, x-last-selected, text)
7514 (x-get-selection-value, x-selection-value): Move to
7515 w32-common-fns.
7516
7517 * w32-vars.el:
7518 (w32-allow-system-shell, w32-system-shells): Define only in
7519 non-cygwin case.
7520
7521 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7522
7523 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
7524 (read-passwd): Remove a few more potential sources of leaks.
7525
7526 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7527
7528 * progmodes/python.el (inferior-python-mode)
7529 (python-shell-make-comint): Fix initialization of local
7530 variables copied from parent buffer.
7531
7532 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
7533
7534 * term/ns-win.el (ns-read-file-name): Update declaration to match
7535 nsfns.m.
7536 (ns-respond-to-change-font): Change fontsize separately so we are sure
7537 it is set when font is acted upon.
7538
7539 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7540
7541 Enhancements to indentation.
7542 * progmodes/python.el (python-indent-context): Give priority to
7543 inside-string context. Make comments indentation markers.
7544 (python-indent-region): Do not mess with strings, unless it's the
7545 enclosing set of quotes.
7546
7547 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7548
7549 * window.el (internal--before-save-selected-window)
7550 (internal--after-save-selected-window): New functions extracted from
7551 save-selected-window. Make sure we return the `alist' we construct.
7552 (save-selected-window): Use them.
7553
7554 * textmodes/tex-mode.el (tex-recenter-output-buffer):
7555 Use with-selected-window.
7556
7557 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
7558 forms that define macros (bug#12593).
7559
7560 2012-10-07 Kenichi Handa <handa@gnu.org>
7561
7562 * international/mule-conf.el (compound-text-with-extensions):
7563 Add :mime-charset property as x-ctext.
7564
7565 2012-10-07 Stefan Merten <smerten@oekonux.de>
7566
7567 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7568 (rst-indent-literal-normal, rst-indent-literal-minimized)
7569 (rst-indent-comment): Correct :version tag.
7570 (rst-official-cvs-rev): Correct version string.
7571
7572 2012-10-07 Glenn Morris <rgm@gnu.org>
7573
7574 * mail/rmailmm.el (rmail-mime-process-multipart):
7575 Do not confuse a multipart message with an epilogue
7576 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
7577
7578 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7579
7580 Fix shell output retrieval and comint-prompt-regexp init.
7581 * progmodes/python.el (inferior-python-mode):
7582 (python-shell-make-comint): Fix initialization of
7583 comint-prompt-regexp from copied file local variables.
7584 (python-shell-fetched-lines): Remove var.
7585 (python-shell-output-filter-in-progress): Rename from
7586 python-shell-fetch-lines-in-progress.
7587 (python-shell-output-filter-buffer): Rename from
7588 python-shell-fetch-lines-string.
7589 (python-shell-fetch-lines-filter): Delete function.
7590 (python-shell-output-filter): New function.
7591 (python-shell-send-string-no-output): Use them.
7592
7593 2012-10-07 Glenn Morris <rgm@gnu.org>
7594
7595 * hi-lock.el (hi-lock-process-phrase):
7596 Try to make it less fragile. (Bug#7161)
7597
7598 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
7599
7600 2012-10-06 Glenn Morris <rgm@gnu.org>
7601
7602 * ehelp.el (electric-help-mode): Use help-mode rather than
7603 non-existent mode `help'.
7604 (electric-help-map): Use button-buffer-map. (Bug#10917)
7605
7606 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
7607 (reftex-create-bibtex-footer): Fix custom types.
7608
7609 * progmodes/sh-script.el (sh-indent-after-continuation):
7610 Add explicit :group.
7611
7612 * textmodes/rst.el (rst-preferred-decorations)
7613 (rst-shift-basic-offset): Clarify obsolescence versions.
7614
7615 * profiler.el (profiler): Add missing group :version tag.
7616 * avoid.el (mouse-avoidance-banish-position):
7617 * proced.el (proced-renice-command):
7618 * calc/calc.el (calc-ensure-consistent-units):
7619 * calendar/icalendar.el (icalendar-import-format-uid):
7620 * net/tramp.el (tramp-save-ad-hoc-proxies):
7621 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7622 * progmodes/flymake.el (flymake-error-bitmap)
7623 (flymake-warning-bitmap, flymake-fringe-indicator-position):
7624 * progmodes/sh-script.el (sh-indent-after-continuation):
7625 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
7626 (verilog-before-save-font-hook, verilog-after-save-font-hook):
7627 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
7628 (vhdl-array-index-record-field-in-sensitivity-list)
7629 (vhdl-indent-comment-like-next-code-line):
7630 * textmodes/reftex-vars.el (reftex-ref-style-alist)
7631 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
7632 (reftex-cite-key-separator, reftex-create-bibtex-header)
7633 (reftex-create-bibtex-footer):
7634 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7635 (rst-indent-literal-normal, rst-indent-literal-minimized)
7636 (rst-indent-comment): Add missing custom :version tags.
7637
7638 * calendar/timeclock.el (timeclock-modeline-display):
7639 Add missing obsolete alias for renamed user option.
7640
7641 * strokes.el (strokes-modeline-string):
7642 * emulation/crisp.el (crisp-mode-modeline-string):
7643 * eshell/esh-mode.el (eshell-status-in-modeline):
7644 Aliases to defcustoms must come before the defcustom.
7645
7646 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
7647 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7648 (cal-tex-cursor-week-monday): Doc fixes.
7649 (cal-tex-cursor-week2-summary): Doc fix.
7650 Rename from cal-tex-cursor-week-at-a-glance.
7651
7652 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
7653 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
7654
7655 * calendar/calendar.el (calendar-mode-map):
7656 Add cal-tex-cursor-week2-summary.
7657
7658 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
7659
7660 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
7661
7662 * subr.el (read-passwd-map): New var.
7663 (read-passwd): Use `read-string' again.
7664 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
7665
7666 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
7667
7668 * register.el (append-to-register, prepend-to-register):
7669 Deactivate mark, as does `copy-to-register' (bug#12389).
7670
7671 2012-10-06 Chong Yidong <cyd@gnu.org>
7672
7673 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
7674
7675 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
7676
7677 * international/characters.el: Fix simple mistake ((car chars) ->
7678 elt), delete duplicated code.
7679
7680 2012-10-06 Glenn Morris <rgm@gnu.org>
7681
7682 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
7683
7684 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
7685
7686 * color.el (color-hsl-to-rgb): Fix incorrect results for
7687 small and large hue values. (Bug#12559)
7688
7689 2012-10-05 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7690
7691 Enhancements to docstring formatting when filling paragraphs.
7692 * progmodes/python.el (python-fill-docstring-style): Rename from
7693 python-fill-string-style. Added new style.
7694 (python-fill-string): Use new style. Better checks for
7695 docstrings.
7696
7697 2012-10-05 Glenn Morris <rgm@gnu.org>
7698
7699 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
7700
7701 * color.el (color-name-to-rgb, color-rgb-to-hex)
7702 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
7703 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
7704 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7705 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
7706
7707 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
7708
7709 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
7710
7711 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
7712 to get the correct size across symlinks.
7713
7714 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
7715
7716 2012-10-04 Juri Linkov <juri@jurta.org>
7717
7718 * replace.el (query-replace-interactive): Declare obsolete.
7719 (query-replace-read-from): Add the last incremental search string
7720 to the list of default values accessible via M-n.
7721 (map-query-replace-regexp): Use `read-regexp'.
7722 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7723 (map-query-replace-regexp, replace-string, replace-regexp):
7724 Fix docstrings to replace mentions of `query-replace-interactive'
7725 with alternatives. (Bug#12526)
7726
7727 2012-10-04 Juri Linkov <juri@jurta.org>
7728
7729 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
7730 (dired-pop-to-buffer): Declare obsolete.
7731 (dired-mark-pop-up): Doc fix.
7732
7733 2012-10-04 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7734
7735 Allow user to set docstring style for fill-paragraph.
7736 * progmodes/python.el
7737 (python-fill-comment-function, python-fill-string-function)
7738 (python-fill-decorator-function, python-fill-paren-function):
7739 Remove :safe for defcustoms.
7740 (python-fill-string-style): New defcustom
7741 (python-fill-paragraph-function): Enhance context detection.
7742 (python-fill-string): Honor python-fill-string-style settings.
7743
7744 2012-10-04 Martin Rudalics <rudalics@gmx.at>
7745
7746 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
7747 after setting its buffer (Bug#10805).
7748
7749 2012-10-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7750
7751 Fix cornercase for string syntax.
7752 * progmodes/python.el (python-syntax-propertize-function):
7753 Simplify and enhance the regexp for unescaped quotes. Now it also
7754 matches quotes in weird situations like the single quote in
7755 "something\"'".
7756 (python-syntax-stringify): Simplify num-quotes detecting code.
7757
7758 2012-10-03 Glenn Morris <rgm@gnu.org>
7759
7760 * help-macro.el (three-step-help):
7761 Revert 2012-09-29 change. (Bug#12567)
7762
7763 2012-10-03 Martin Rudalics <rudalics@gmx.at>
7764
7765 * menu-bar.el (kill-this-buffer): Don't do anything when
7766 `menu-frame' is not alive or visible (Bug#8184).
7767
7768 * emacs-lisp/debug.el (debug): When quitting the debugger window
7769 restore current buffer (Bug#12502).
7770
7771 2012-10-02 Chong Yidong <cyd@gnu.org>
7772
7773 * progmodes/hideif.el (hif-lookup, hif-defined):
7774 Handle semantic-c-takeover-hideif.
7775
7776 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
7777
7778 Change sampling interval units from ms to ns.
7779 * profiler.el (profiler-sampling-interval): Change units
7780 from ms to ns, multiplying the default by 1000000 so that
7781 it remains 1 ms.
7782 (profiler-report-cpu-line-format): Give enough room for
7783 the maximum counters on 64-bit hosts.
7784 (profiler-report-render-calltree-1): Call them "CPU samples",
7785 not "Time (ms)", since they are not milliseconds now (and
7786 never really were).
7787
7788 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
7789
7790 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
7791 Fix querying BBDB for entries without a last name (Bug#11580).
7792
7793 2012-10-02 Chong Yidong <cyd@gnu.org>
7794
7795 * emacs-lisp/eieio.el: Restore Version header.
7796
7797 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * vc/diff-mode.el (diff--auto-refine-data): New var.
7800 (diff-hunk): Use it to delay refinement.
7801 (diff-mode): Remove overlays when we turn off font-lock.
7802
7803 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
7804 (table-initialize-table-fixed-width-mode)
7805 (table-set-table-fixed-width-mode): Remove functions.
7806 (table-command-list): Move initialization into declaration.
7807 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
7808 (table-with-cache-buffer): Use `declare'.
7809 (table-span-cell): Simplify via CSE.
7810 (table-fixed-width-mode): Use define-minor-mode.
7811 (table-call-interactively, table-funcall, table-apply): Remove.
7812 (table-function): New function, to replace them.
7813
7814 * bookmark.el (bookmark-search-pattern): Remove var.
7815 (bookmark-read-search-input): Remove function.
7816 (bookmark-bmenu-search): Reimplement using a minibuffer.
7817
7818 * faces.el (modeline): Remove obsolete face name.
7819
7820 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
7821 and give a non-nil default value.
7822 (add-change-log-entry): Simplify accordingly.
7823
7824 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
7825
7826 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
7827 (vc-git-log-edit-toggle-amend): New function.
7828 (vc-git-log-edit-toggle-signoff): New function.
7829 (vc-git-log-edit-mode): New major mode.
7830 (vc-git-log-edit-mode-map): Keymap for it.
7831 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
7832
7833 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
7834 header names.
7835 (log-edit-toggle-header): New function.
7836 (log-edit-extract-headers): Accept function values in HEADERS alist.
7837
7838 2012-10-01 David Engster <deng@randomsample.de>
7839
7840 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
7841 from symbol property and change message to be more consistent with
7842 Emacs proper.
7843 (eieio-describe-generic): Add filename for each implementation.
7844 Fix indices for generic and normal methods.
7845 (eieio-method-def, eieio-class-def): New buttons.
7846 (eieio-help-find-method-definition)
7847 (eieio-help-find-class-definition): New functions.
7848 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
7849 class, constructor and method definitions.
7850
7851 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
7852 information in symbol property.
7853 (scoped-class): Remove.
7854 (eieio-slot-name-index, call-next-method): Check if it is bound.
7855
7856 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
7857
7858 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
7859 (eieio-custom-mode): New major mode.
7860 (eieio-customize-object): Use it.
7861
7862 2012-10-01 Eric Ludlam <zappo@gnu.org>
7863
7864 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
7865 specifying the expected class, and whether subclassing is allowed.
7866 (eieio-persistent-convert-list-to-object):
7867 (eieio-persistent-validate/fix-slot-value)
7868 (eieio-persistent-slot-type-is-class-p): New functions.
7869 (eieio-named::slot-missing): Doc fix.
7870
7871 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
7872 Stop using unused publd variable.
7873
7874 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7875 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
7876 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
7877 (eieio-speedbar-handle-click): Do not specify a class for the
7878 method. Fixes method invocation order problems with EDE.
7879
7880 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7881
7882 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
7883 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
7884
7885 2012-10-01 Karl Fogel <kfogel@red-bean.com>
7886
7887 * bookmark.el (bookmark-version-control): Give tags in the
7888 :type choices (Bug#12309), and improve doc string.
7889 (bookmark-write-file): Bind `print-circle' to `t' to allow
7890 circular custom bookmark types. (Bug#12503)
7891
7892 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
7893
7894 Revert the FOLLOW-SYMLINKS change for file-attributes.
7895 * files.el (remote-file-name-inhibit-cache, after-find-file):
7896 * time.el (display-time-file-nonempty-p): Undo last change.
7897
7898 * profiler.el (profiler-sampling-interval): Change default back to 1.
7899 See Stefan Monnier in
7900 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
7901
7902 2012-10-01 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7903
7904 Shell output catching a la gud-gdb.
7905 * progmodes/python.el (python-shell-fetch-lines-in-progress)
7906 (python-shell-fetch-lines-string, python-shell-fetched-lines):
7907 New Vars.
7908 (python-shell-fetch-lines-filter): New function.
7909 (python-shell-send-string-no-output): Use them.
7910
7911 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
7912
7913 * profiler.el (profiler-sampling-interval): Rename from
7914 profiler-sample-interval.
7915 (profiler-sampling-interval): Default to 10.
7916 (profiler-find-profile): New command (was profiler-find-log).
7917 (profiler-find-profile-other-window): New command.
7918 (profiler-find-profile-other-frame): New command.
7919 (profiler-profile): Introduce API-level data structure.
7920
7921 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
7922
7923 file-attributes has a new optional arg FOLLOW-SYMLINKS.
7924 * files.el (remote-file-name-inhibit-cache):
7925 * time.el (display-time-file-nonempty-p): Use it.
7926 * files.el (after-find-file): Don't chase links before calling
7927 file-exists-p, as file-exists-p already does the right thing.
7928
7929 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
7930
7931 Merge from standalone RefTeX repository.
7932
7933 The following ChangeLog entries are shortened versions of the
7934 original ones with file paths adapted. A not so strongly edited
7935 version of the original ChangeLog can be found in the commit log.
7936
7937 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
7938 (reftex-arg-cite): Use `reftex-cite-key-separator'.
7939 Correctly handle new value type returned by `reftex-citation'.
7940
7941 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
7942 that entries with whitespace at various places are found.
7943 Doc fix. Include entries that are cross-referenced from cited entries.
7944 Include @String definitions in the resulting bib file. Add header
7945 and footer defined in `reftex-create-bibtex-header' and
7946 `reftex-create-bibtex-footer'.
7947 (reftex-do-citation): Make it possible again to insert
7948 non-existent entries. Save match data when asking for optional
7949 arguments. Return all keys, not just the first one.
7950 (reftex-all-used-citation-keys): Fix regexp to correctly extract
7951 all citations in the same line.
7952 (reftex-parse-bibtex-entry): Accept additional optional argument
7953 `raw' and keep quotes or braces if it is non-nil. Match fields
7954 containing hyphens besides word constituents.
7955 (reftex-get-string-refs): New function.
7956 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
7957 and ask if it should be reread in case it did.
7958 (reftex-pop-to-bibtex-entry)
7959 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
7960 entries with spaces or tabs in front of arguments.
7961 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7962 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
7963 Match entries containing numbers and symbol constituents.
7964 (reftex-do-citation, reftex-figure-out-cite-format):
7965 Use `reftex-cite-key-separator'.
7966
7967 * textmodes/reftex-dcr.el: Move provide statement to end of file.
7968 (reftex-mouse-view-crossref): Explain why point is set.
7969
7970 * textmodes/reftex-global.el: Whitespace changes.
7971
7972 * textmodes/reftex-index.el: Move provide statement to end of
7973 file.
7974 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
7975 (reftex-index-visit-phrases-buffer): Set marker when visiting
7976 buffer. This allows for returning from the phrases file to the
7977 file one was just editing instead of the file where the last
7978 phrases was added from.
7979 (reftex-index-phrases-syntax-table): New variable. Give ?\"
7980 punctuation syntax as it usually is not used as string quote in
7981 TeX-related modes and may occur unmatched. The change also
7982 prevents fontification of quoted content.
7983 (reftex-index-phrases-mode): Use it.
7984
7985 * textmodes/reftex-parse.el (reftex-parse-from-file):
7986 Move backward one char if a `\' was matched after a section macro.
7987 (reftex-parse-from-file): Use beginning of match instead of end as
7988 bound.
7989
7990 * textmodes/reftex-ref.el: Adapt creation of
7991 `reftex-<package>-<macro>' functions to new structure of
7992 `reftex-ref-style-alist'.
7993 (reftex-reference): Use `reftex-ref-style-list' function.
7994 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
7995 reference macro if `reftex-ref-macro-prompt' is non-nil.
7996 (reftex-reference): Pass refstyle to `reftex-format-special'.
7997 Determine reference macro by looking at
7998 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
7999 Use only one special format function.
8000 (reftex-varioref-vref, reftex-fancyref-fref)
8001 (reftex-fancyref-Fref): Remove definitions. The functions are now
8002 generated from `reftex-ref-style-alist'.
8003 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
8004 Remove.
8005 (reftex-format-special): New function.
8006
8007 * textmodes/reftex-sel.el
8008 (reftex-select-cycle-ref-style-internal): Adapt to new structure
8009 of `reftex-ref-style-alist'. Remove code for testing macro type.
8010 (reftex-select-toggle-varioref)
8011 (reftex-select-toggle-fancyref): Remove.
8012 (reftex-select-cycle-ref-style-internal)
8013 (reftex-select-cycle-ref-style-forward)
8014 (reftex-select-cycle-ref-style-backward): New functions.
8015 (reftex-select-label-map): Use `v' and `V' for general cycling
8016 through reference styles. Add `p' for switching between number
8017 and page reference types.
8018
8019 * textmodes/reftex-toc.el (reftex-re-enlarge):
8020 Call `enlarge-window' only if there is something to do because in Emacs
8021 the horizontal version throws an error even if the parameter is 0.
8022
8023 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
8024 (reftex-plug-into-AUCTeX): Doc fix.
8025 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
8026 string. Adapt to new name.
8027 (reftex-ref-style-alist): Change structure so that it is not
8028 possible to use multiple different package names within a style.
8029 Remove the symbols for symbols for macro type distinction.
8030 Add characters for macro selection.
8031 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
8032 (reftex-create-bibtex-footer): New variables.
8033 (reftex-format-ref-function): Mention third argument of special
8034 format function.
8035 (reftex-ref-style-alist, reftex-ref-style-default-list):
8036 New variables.
8037 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
8038 to new implementation. Mark as obsolete. Add compatibility code
8039 for honoring the variable values in case they are set.
8040 (reftex-cite-format-builtin, reftex-bibliography-commands):
8041 Add support for ConTeXt.
8042 (reftex-format-ref-function, reftex-format-cite-function):
8043 Fix custom type.
8044 (reftex-cite-key-separator): New variable.
8045
8046 * textmodes/reftex.el (reftex-syntax-table-for-bib)
8047 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
8048 `reftex-syntax-table' because parens have to retain their paren
8049 syntax in order for parsing of BibTeX entries like @book(...) to
8050 work.
8051 (reftex-in-comment): Do not error out if `comment-start-skip' is
8052 not set. Deal correctly with escaped comment characters.
8053 (reftex-tie-multifile-symbols): Add doc string.
8054 Initialize `reftex-ref-style-list'.
8055 (reftex-untie-multifile-symbols): Add doc string.
8056 (reftex-add-index-macros): Doc fix.
8057 (reftex-ref-style-activate, reftex-ref-style-toggle)
8058 (reftex-ref-style-list): New functions.
8059 (reftex-mode-menu): Use them. Adapt to new structure of
8060 `reftex-ref-style-alist'.
8061 (reftex-select-with-char): Kill the RefTeX Select buffer when
8062 done.
8063 (reftex-remove-if): New function.
8064 (reftex-erase-all-selection-and-index-buffers)
8065 (reftex-mode-menu): Reference styles are now computed from
8066 `reftex-ref-style-alist'. Fix typo.
8067 (reftex-report-bug): New function.
8068 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
8069 algorithms with O(n log n). Introduce optional argument SORT (not
8070 yet used).
8071
8072 2012-09-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8073
8074 Enhancements for triple-quote string syntax.
8075 * progmodes/python.el (python-syntax-propertize-function):
8076 Match both quote cases in one regexp.
8077 (python-syntax-stringify): Handle matches properly.
8078
8079 2012-09-30 Juri Linkov <juri@jurta.org>
8080
8081 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
8082 to nil around the call to `insert' to prevent
8083 directory time modification by lock_file. (Bug#2295)
8084 * tar-mode.el (tar-summarize-buffer): Idem.
8085
8086 2012-09-30 Juri Linkov <juri@jurta.org>
8087
8088 * facemenu.el (list-colors-sort): Add option "Luminance".
8089 (list-colors-sort-key): Implement it.
8090
8091 * vc/diff-mode.el (diff-refine-removed):
8092 * vc/ediff-init.el (ediff-fine-diff-A):
8093 * vc/smerge-mode.el (smerge-refined-removed):
8094 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
8095
8096 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
8097
8098 * term/ns-win.el (x-file-dialog): New function.
8099
8100 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
8101
8102 * ido.el (ido-max-directory-size): Default to nil; the current
8103 default is small for POSIX systems, and impractical on Windows 7
8104 now that lstat returns directory sizes for NTFS.
8105
8106 2012-09-30 Martin Rudalics <rudalics@gmx.at>
8107
8108 In buffer display functions handle window-height/window-width
8109 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
8110 * window.el (window--display-buffer): New argument ALIST.
8111 Obey window-height and window-width alist entries.
8112 (window--try-to-split-window): New argument ALIST.
8113 Bind window-combination-limit to t when the window's size shall be
8114 changed and window-combination-limit equals `window-size'.
8115 (display-buffer-in-atom-window)
8116 (display-buffer-in-major-side-window)
8117 (display-buffer-in-side-window, display-buffer-same-window)
8118 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8119 (display-buffer-pop-up-window, display-buffer-below-selected)
8120 (display-buffer-at-bottom, display-buffer-in-previous-window)
8121 (display-buffer-use-some-window): Adjust all callers of
8122 window--display-buffer and window--try-to-split-window.
8123 (fit-frame-to-buffer): New option.
8124 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
8125 is non-nil.
8126 (display-buffer-in-major-side-window): Evaluate window-height /
8127 window-width alist entries.
8128
8129 * help.el (temp-buffer-resize-frames)
8130 (temp-buffer-resize-regexps): Remove options.
8131 (temp-buffer-resize-mode): Adjust doc-string.
8132 (resize-temp-buffer-window): Don't consult
8133 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
8134 temp-buffer-resize-frames.
8135
8136 * dired.el (dired-mark-pop-up):
8137 Call display-buffer-below-selected with a fit-window-to-buffer alist
8138 entry.
8139
8140 2012-09-30 Chong Yidong <cyd@gnu.org>
8141
8142 * server.el (server-host): Document the security implications.
8143 (server-auth-key): Doc fix.
8144
8145 * startup.el (initial-buffer-choice): Doc fix.
8146
8147 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
8148
8149 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
8150 restriction change.
8151
8152 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
8153
8154 * help-fns.el (help-fns--obsolete): Fix last change.
8155
8156 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8157
8158 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
8159 (minor-mode-map-alist): Remove redundant code.
8160
8161 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
8162 visited in a buffer.
8163 (cvs-insert-visited-file): New function.
8164 (find-file-hook): Use it.
8165
8166 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
8167
8168 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
8169 chose face.
8170 (log-edit-empty-buffer-p): Don't require a space after a header.
8171
8172 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
8173
8174 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
8175
8176 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
8177 a proper minor-mode.
8178
8179 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
8180
8181 2012-09-29 Glenn Morris <rgm@gnu.org>
8182
8183 * winner.el (winner-mode): Remove variable (let define-minor-mode
8184 handle it).
8185 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
8186 Doc fixes.
8187 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
8188 (winner-mode): Use define-minor-mode.
8189
8190 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
8191 the full definition in loaddefs, rather than duplicating it.
8192
8193 * help-macro.el (three-step-help): No need to autoload defcustom.
8194
8195 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8196 (inferior-lisp-program, inferior-lisp-load-command)
8197 (inferior-lisp-prompt, inferior-lisp-mode-hook):
8198 No need to autoload defcustoms.
8199
8200 * hippie-exp.el (hippie-expand-try-functions-list)
8201 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
8202 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
8203 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
8204 (hippie-expand-only-buffers): No need to autoload defcustoms.
8205 * progmodes/vhdl-mode.el (vhdl-line-expand):
8206 Explicitly load hippie-exp, so it does not get autoloaded
8207 while hippie-expand-try-functions-list is let-bound.
8208
8209 2012-09-28 Glenn Morris <rgm@gnu.org>
8210
8211 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
8212
8213 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
8214 Only "cl.el" counts as cl these days.
8215
8216 2012-09-28 Juri Linkov <juri@jurta.org>
8217
8218 Display archive errors in the echo area instead of inserting
8219 to the file buffer.
8220
8221 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
8222 to STDERR-TEST that can be a regexp matching a successful output.
8223 Create a temporary file and redirect stderr to it. Search for
8224 STDERR-TEST in the stderr output and display it in the echo area
8225 if no match is found.
8226 (archive-extract-by-file): New function like
8227 `archive-extract-by-stdout' but extracting archives to files
8228 and looking for successful matches in stdout. Function body is
8229 mostly copied from `archive-rar-extract'.
8230 (archive-rar-extract): Use `archive-extract-by-file'.
8231 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
8232
8233 2012-09-28 Leo Liu <sdl.web@gmail.com>
8234
8235 * pcomplete.el (pcomplete-show-completions):
8236 Use minibuffer-message to make pcomplete usable in minibuffer.
8237
8238 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
8239
8240 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8241
8242 * type-break.el: Use lexical-binding.
8243 (type-break-mode): Use define-minor-mode.
8244
8245 * emacs-lisp/pcase.el (pcase--mark-used): New.
8246 (pcase--u1): Use it (bug#12512).
8247
8248 * custom.el (load-theme): Set buffer-file-name so the load is recorded
8249 in load-history with the right file name.
8250
8251 2012-09-28 Tassilo Horn <tsdh@gnu.org>
8252
8253 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
8254 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
8255 (doc-view-get-bounding-box): Make bounding box slicing work for
8256 ODF and DVI documents.
8257
8258 2012-09-28 Glenn Morris <rgm@gnu.org>
8259
8260 * type-break.el (type-break-mode, type-break-interval)
8261 (type-break-good-rest-interval, type-break-keystroke-threshold):
8262 No need to autoload.
8263 (type-break-good-rest-interval, type-break-keystroke-threshold):
8264 Add :set-after.
8265
8266 2012-09-28 Chong Yidong <cyd@gnu.org>
8267
8268 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
8269 Add :version tag.
8270
8271 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8272
8273 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
8274
8275 2012-09-27 Glenn Morris <rgm@gnu.org>
8276
8277 * faces.el (x-display-name): Declare (for without-x builds).
8278
8279 * linum.el (linum-format): Don't autoload it. Improve :type.
8280
8281 * progmodes/tcl.el: Don't require outline when compiling.
8282 (outline-regexp, outline-level): Declare.
8283 * textmodes/sgml-mode.el: Don't require outline when compiling.
8284 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
8285
8286 * term.el (term-ansi-reset):
8287 Try setting term-ansi-face-already-done to nil. (Bug#11785)
8288
8289 * vc/vc.el (vc-next-action): Only gripe about committing read-only
8290 files for RCS and SCCS. (Bug#9781)
8291
8292 2012-09-27 Chong Yidong <cyd@gnu.org>
8293
8294 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
8295 change; value should be t.
8296
8297 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8298
8299 * image-mode.el: Use lexical-binding.
8300 (image-mode-winprops): Use t to stand for the window of
8301 a buffer that's not displayed.
8302 * doc-view.el (doc-view-new-window-function): Handle the new
8303 t in winprops.
8304 (doc-view-enlarge): Make it a real nop if the size is not changed.
8305 (doc-view-display): Handle the case where the buffer is not (yet?)
8306 displayed in any window.
8307 (doc-view-saved-settings): New var.
8308 (doc-view-mode): Use it.
8309 (doc-view-fallback-mode): Set it.
8310
8311 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
8312 Set lexical-binding.
8313 (minibuffer-eldef-shorten-default): New var.
8314 (minibuffer-default-in-prompt-regexps): Use it for new default.
8315 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
8316
8317 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8318
8319 * international/uni-bidi.el:
8320 * international/uni-category.el:
8321 * international/uni-name.el:
8322 * international/uni-numeric.el: Regenerate.
8323
8324 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
8325 Stefan Monnier <monnier@iro.umontreal.ca>
8326
8327 * profiler.el: New file.
8328
8329 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8330
8331 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
8332 (testcover-reinstrument): Simplify with CSE.
8333
8334 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8335
8336 * window.el (temp-buffer-window-setup): Fix typo in docstring.
8337
8338 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
8339
8340 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
8341 (verilog-auto-input, verilog-auto-insert-lisp)
8342 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8343 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
8344 (verilog-auto-unused, verilog-auto-wire)
8345 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
8346 newline. Reported by Andrew Jones.
8347 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
8348 Reported by Brad Dobbie.
8349 (verilog-batch-delete-trailing-whitespace):
8350 Create verilog-batch-delete-trailing-whitespace.
8351 Reported by Brad Dobbie.
8352 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
8353 parameters from another module. Reported by Dan Katz.
8354 (verilog-auto, verilog-auto-assign-modport)
8355 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
8356 AUTOINOUTMODPORT for UVM interface module shell generation.
8357 Reported by Brad Dobbie.
8358 (verilog-auto-inst-interfaced-ports): Make default nil, as more
8359 standard behavior.
8360 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
8361 Reported by Matt Martin.
8362
8363 2012-09-25 Martin Rudalics <rudalics@gmx.at>
8364
8365 * window.el (window--resize-child-windows): When resizing child
8366 windows proportionally, process them in reverse order to
8367 preserve the "when splitting a window the new one gets the odd
8368 line" behavior.
8369 (window--resize-root-window-vertically): When resizing the
8370 minibuffer window try to affect only windows at the bottom of the
8371 frame. (Bug#12419)
8372
8373 2012-09-25 Chong Yidong <cyd@gnu.org>
8374
8375 * subr.el (declare): Doc fix.
8376
8377 * help-fns.el (help-fns--obsolete): Handle macros properly.
8378
8379 2012-09-25 Chong Yidong <cyd@gnu.org>
8380
8381 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
8382 this function obsolete.
8383
8384 * calendar/cal-x.el (calendar-two-frame-setup)
8385 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8386 * calendar/calendar.el (american-calendar, european-calendar)
8387 (calendar-for-loop):
8388 * comint.el (comint-dynamic-simple-complete)
8389 (comint-dynamic-complete-as-filename, comint-unquote-filename):
8390 * desktop.el (desktop-load-default):
8391 * dired-x.el (dired-omit-here-always)
8392 (dired-hack-local-variables, dired-default-directory):
8393 * emacs-lisp/derived.el (derived-mode-class):
8394 * emacs-lisp/timer.el (timer-set-time-with-usecs):
8395 * emacs-lock.el (toggle-emacs-lock):
8396 * epa.el (epa-display-verify-result):
8397 * epg.el (epg-sign-keys, epg-start-sign-keys)
8398 (epg-passphrase-callback-function):
8399 * eshell/esh-util.el (eshell-for):
8400 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
8401 (eshell-add-to-window-buffer-names):
8402 * files.el (locate-file-completion):
8403 * imenu.el (imenu-example--create-c-index)
8404 (imenu-example--create-lisp-index)
8405 (imenu-example--lisp-extract-index-name)
8406 (imenu-example--name-and-position):
8407 * international/mule-cmds.el (princ-list):
8408 * international/mule-diag.el (decode-codepage-char):
8409 * international/mule-util.el (detect-coding-with-priority):
8410 * iswitchb.el (iswitchb-read-buffer):
8411 * mail/mailalias.el (mail-complete):
8412 * mail/sendmail.el (mail-sent-via):
8413 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
8414 (mouse-major-mode-menu):
8415 * password-cache.el (password-read-and-add):
8416 * pcomplete.el (pcomplete-parse-comint-arguments):
8417 * progmodes/sh-script.el (sh-maybe-here-document):
8418 * replace.el (query-replace-regexp-eval):
8419 * savehist.el (savehist-load):
8420 * simple.el (choose-completion-delete-max-match):
8421 * term.el (term-dynamic-simple-complete):
8422 * vc/ediff-init.el (ediff-check-version):
8423 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
8424 * vc/vc.el (vc-diff-switches-list):
8425 * view.el (view-return-to-alist-update): Likewise.
8426
8427 * subr.el (eval-next-after-load, makehash, insert-string)
8428 (assoc-ignore-representation, assoc-ignore-case): Use declare to
8429 mark obsolete.
8430 (mode-line-inverse-video): Variable deleted.
8431
8432 * international/mule-util.el (string-to-sequence): Remove.
8433
8434 * calendar/calendar.el (calendar-version):
8435 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
8436 (icalendar-convert-diary-to-ical):
8437 * cus-edit.el (custom-mode):
8438 * ansi-color.el (ansi-color-unfontify-region):
8439 * international/latin1-disp.el (latin1-char-displayable-p):
8440 * progmodes/cwarn.el (turn-on-cwarn-mode):
8441 * progmodes/which-func.el (which-func-update-1):
8442 Use define-obsolete-function-alias.
8443
8444 * net/newst-backend.el (newsticker-cache-filename):
8445 * net/newst-treeview.el (newsticker-groups-filename):
8446 Fix incorrect obsolescence declaration.
8447
8448 * allout.el (allout-passphrase-hint-string): Likewise.
8449 (allout-init): Use a declare form to mark obsolete.
8450
8451 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
8452 this applies to functions.
8453
8454 * iswitchb.el (iswitchb-read-buffer): Move code of
8455 iswitchb-define-mode-map here, and delete that obsolete function.
8456
8457 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
8458 font-lock-reference-face.
8459
8460 2012-09-25 Glenn Morris <rgm@gnu.org>
8461
8462 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
8463 Doc fixes.
8464
8465 * eshell/em-term.el (eshell-term-name):
8466 Default to term-term-name. (Bug#12485)
8467
8468 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8469
8470 * progmodes/python.el (python-shell-send-buffer): Better handling
8471 of "if __name__ == '__main__':" conditionals when sending the buffer.
8472
8473 2012-09-24 Glenn Morris <rgm@gnu.org>
8474
8475 * eshell/esh-cmd.el (eshell-find-alias-function):
8476 Tighten up file-name regexp. (Bug#12499)
8477
8478 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8479
8480 Enhancements for triple-quote string syntax.
8481 * progmodes/python.el (python-quote-syntax): Remove.
8482 (python-syntax-propertize-function): New value.
8483 (python-syntax-count-quotes, python-syntax-stringify):
8484 New functions.
8485
8486 2012-09-24 Chong Yidong <cyd@gnu.org>
8487
8488 * mail/supercite.el (sc-version): Remove obsolete function.
8489 (sc-describe): Don't mark as obsolete, since it is bound.
8490 (sc-submit-bug-report): Remove.
8491
8492 * vc/log-edit.el (cvs-changelog-full-paragraphs)
8493 (cvs-commit-buffer-require-final-newline): Remove.
8494 (log-edit-require-final-newline)
8495 (log-edit-changelog-full-paragraphs): Default to t.
8496
8497 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
8498 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8499 * vc/vc.el (vc-checkout-carefully): Likewise.
8500
8501 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
8502 (emerge-version): Remove.
8503
8504 * progmodes/compile.el (compile-internal): Remove.
8505 (compilation-parse-errors-function): Fix typo.
8506
8507 * international/mule.el (set-char-table-default): Remove.
8508 (set-coding-priority, make-coding-system, generic-char-p)
8509 (charset-list, charset-bytes, charset-id): Use declare to mark
8510 functions as obsolete.
8511
8512 * vc/pcvs-defs.el (cvs-buffer-name-alist)
8513 (cvs-invert-ignore-marks): Remove references to obsolete vars.
8514 * vc/vc-hooks.el (vc-default-registered): Don't use
8515 vc-master-templates.
8516
8517 * font-lock.el (font-lock-reference-face):
8518 Use define-obsolete-variable-alias.
8519
8520 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
8521 * calendar/calendar.el (calendar-font-lock-keywords):
8522 * calendar/diary-lib.el (diary-font-lock-keywords)
8523 (diary-fancy-font-lock-keywords):
8524 * textmodes/reftex-sel.el (reftex-insert-docstruct):
8525 * textmodes/reftex-index.el (reftex-insert-index):
8526 * textmodes/reftex-cite.el (reftex-format-bib-entry):
8527 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8528 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
8529 * progmodes/prolog.el (prolog-font-lock-keywords):
8530 * progmodes/idlwave.el (idlwave-idl-keywords):
8531 * progmodes/ada-mode.el (ada-font-lock-keywords):
8532 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
8533
8534 2012-09-24 Glenn Morris <rgm@gnu.org>
8535
8536 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
8537
8538 2012-09-23 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8539
8540 * progmodes/python.el (python-indent-line): More consistent cursor
8541 movement behavior.
8542
8543 2012-09-23 Stefan Merten <smerten@oekonux.de>
8544
8545 * textmodes/rst.el: Fix compiler warning.
8546
8547 2012-09-23 Roland Winkler <winkler@gnu.org>
8548
8549 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
8550 Transcribe also LaTeX hyphenation.
8551 (bibtex-reformat): Bug fix. Do not quote twice the elements of
8552 bibtex-reformat-previous-options.
8553
8554 2012-09-23 Roland Winkler <winkler@gnu.org>
8555
8556 * proced.el (proced-renice-command): New variable.
8557 (proced-marked-processes): New function.
8558 (proced-with-processes-buffer): New macro.
8559 (proced-send-signal): Use them.
8560 (proced-renice): New command bound to r.
8561
8562 2012-09-23 Roland Winkler <winkler@gnu.org>
8563
8564 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
8565 ibuffer-saved-filter-groups has one element, shortcut the call of
8566 completing-read. (Bug#12331)
8567
8568 2012-09-23 Chong Yidong <cyd@gnu.org>
8569
8570 * bindings.el (mode-line-toggle-read-only):
8571 * bs.el (bs-toggle-readonly):
8572 * buff-menu.el (Buffer-menu-toggle-read-only):
8573 * dired.el (dired-toggle-read-only):
8574 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
8575
8576 2012-09-23 Chong Yidong <cyd@gnu.org>
8577
8578 * image.el (image-type-available-p): Adapt to init-image-library
8579 argument changes.
8580
8581 2012-09-22 Juri Linkov <juri@jurta.org>
8582
8583 * dired.el (dired-mode-map): Add [remap read-only-mode] for
8584 `dired-toggle-read-only'. (Bug#12462)
8585
8586 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8587
8588 * subr.el (temp-output-buffer-show): New function.
8589 (with-output-to-temp-buffer): Call temp-output-buffer-show
8590 instead of internal-temp-output-buffer-show.
8591
8592 2012-09-22 Chong Yidong <cyd@gnu.org>
8593
8594 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
8595 (Bug#12462).
8596
8597 * repeat.el (repeat): Doc fix (Bug#12348).
8598
8599 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
8600 (Bug#10909).
8601
8602 * simple.el (shell-command-on-region): Doc fix.
8603 (read-only-mode): Doc fix.
8604
8605 2012-09-22 Eli Zaretskii <eliz@gnu.org>
8606
8607 * emacs-lisp/timer.el (run-with-idle-timer)
8608 (timer-activate-when-idle): Warn against reinvoking an idle timer
8609 from within its own timer action. (Bug#12447)
8610
8611 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8612
8613 * cus-start.el (window-combination-limit): Add new optional
8614 values.
8615 * window.el (temp-buffer-window-show)
8616 (window--try-to-split-window): Handle new values of
8617 window-combination-limit (Bug#1806).
8618 (split-window): Test window-combination-limit for t instead of
8619 non-nil.
8620 (display-buffer-at-bottom): New buffer display action function.
8621 * help.el (temp-buffer-resize-regexps): New option.
8622 (temp-buffer-resize-mode): Rewrite doc-string.
8623 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
8624 Don't resize reused window. Suggested by Glenn Morris.
8625
8626 2012-09-22 Stefan Merten <smerten@oekonux.de>
8627
8628 * textmodes/rst.el: Revamp section title faces.
8629 (rst-official-version)
8630 (rst-package-emacs-version-alist): Sync with official version
8631 V1.4.0.
8632 (rst-faces-defaults, rst-set-level-default)
8633 (rst-level-face-max, rst-level-face-base-color)
8634 (rst-level-face-base-light, rst-level-face-format-light)
8635 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
8636 (rst-adornment-faces-alist): Match new setup.
8637 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
8638 (rst-level-5, rst-level-6): New faces.
8639
8640 2012-09-22 Chong Yidong <cyd@gnu.org>
8641
8642 * simple.el (undo): Handle indirect buffers (Bug#8207).
8643
8644 2012-09-21 Leo Liu <sdl.web@gmail.com>
8645
8646 IDO: Disable match re-ordering for buffer switching.
8647 * ido.el (ido-buffer-disable-smart-matches): New variable.
8648 (ido-set-matches-1): Use it. (Bug#2042)
8649
8650 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
8651
8652 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8653 Fix 2011-05-17 change. (Bug#12418)
8654
8655 2012-09-21 Leo Liu <sdl.web@gmail.com>
8656
8657 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
8658
8659 2012-09-21 Glenn Morris <rgm@gnu.org>
8660
8661 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
8662 Be more robust about locating simple.el.
8663
8664 2012-09-21 Glenn Morris <rgm@gnu.org>
8665
8666 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
8667
8668 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
8669
8670 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
8671
8672 2012-09-20 Juri Linkov <juri@jurta.org>
8673
8674 * replace.el (query-replace-read-from): Use `read-regexp' instead
8675 of `read-from-minibuffer' when `regexp-flag' is non-nil.
8676 (occur-read-primary-args): Use `read-regexp' instead of
8677 `read-string'.
8678 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
8679 `read-from-minibuffer'.
8680 * isearch.el (isearch-occur): Use `read-regexp' instead of
8681 `read-string'.
8682 * dired.el (dired-read-regexp): Use `read-regexp' instead of
8683 `read-from-minibuffer'.
8684 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
8685 of `read-string'. (Bug#7567)
8686
8687 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
8688 and allow accepting a list of strings prepended to a list of
8689 standard default values. Doc fix. (Bug#12321)
8690
8691 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
8692
8693 * replace.el (read-regexp): Don't add ": " when PROMPT already
8694 ends with a colon and space. (Bug#12321)
8695
8696 2012-09-20 Tassilo Horn <tsdh@gnu.org>
8697
8698 * doc-view.el (doc-view-display): Better fix for the cl-assertion
8699 error.
8700
8701 2012-09-20 Stefan Merten <smerten@oekonux.de>
8702
8703 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
8704 Fixes feature request bug#11711.
8705 (rst-mode): Create `imenu-create-index-function'.
8706 (rst-get-stripped-line): Delete after refactoring.
8707 (rst-section-tree, rst-section-tree-rec)
8708 (rst-section-tree-point): Refactor and document properly.
8709 (rst-imenu-find-adornments-for-position)
8710 (rst-imenu-convert-cell, rst-imenu-create-index):
8711 New function.
8712
8713 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8714
8715 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
8716 (macroexp--expand-all): Use it.
8717 (macroexp--funcall-and-return): Remove by folding it into its sole
8718 caller (macroexp--warn-and-return).
8719 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
8720 Use macroexp--obsolete-warning.
8721
8722 * calc/calc.el: Fix last change by removing the whole chunk, since it
8723 was only needed back when Calc was not bundled.
8724
8725 2012-09-20 Martin Rudalics <rudalics@gmx.at>
8726
8727 * emacs-lisp/debug.el (debug): Restore assignment to
8728 debugger-old-buffer removed on 2012-09-08.
8729
8730 2012-09-20 Juri Linkov <juri@jurta.org>
8731
8732 * dired-aux.el (dired-diff): Remove (require 'diff) since
8733 `diff-latest-backup-file' is now autoloaded.
8734
8735 2012-09-20 Chong Yidong <cyd@gnu.org>
8736
8737 * vc/diff.el (diff-latest-backup-file): Autoload.
8738
8739 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8740
8741 * calc/calc.el: Remove redundant autoload shape check.
8742 (sel-mode): Don't defvar.
8743 (calc-get-stack-element): Add `sel-mode' arg instead.
8744 (calc-top, calc-top-list): Pass it this additional argument.
8745 * calc/calc-store.el (calc-store-map):
8746 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
8747 (calc-map-equation, calc-outer-product, calc-inner-product):
8748 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
8749
8750 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
8751
8752 2012-09-19 Juri Linkov <juri@jurta.org>
8753
8754 * dired-aux.el (dired-diff): Add (require 'diff) because
8755 `diff-latest-backup-file' is not autoloaded.
8756 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
8757 of `dired-get-filename' to t to not report error when there is
8758 no default file on the current line.
8759
8760 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8761
8762 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
8763 macroexp--eval-if-compile.
8764 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
8765 (macroexp--expand-all): Use them (bug#12371).
8766
8767 * doc-view.el (doc-view-guess-paper-size)
8768 (doc-view-scale-bounding-box): Fix unbound `caddr'.
8769
8770 2012-09-19 Tassilo Horn <tsdh@gnu.org>
8771
8772 New feature: set optimal slice from BoundingBox information.
8773 * doc-view.el (doc-view-mode-map): Add keybinding.
8774 (doc-view-menu): Add menu entry.
8775 (doc-view-set-slice): Adapt docstring.
8776 (doc-view-get-bounding-box, doc-view-guess-paper-size)
8777 (doc-view-scale-bounding-box)
8778 (doc-view-set-slice-from-bounding-box): New functions.
8779 (doc-view-paper-sizes): New defvar.
8780
8781 2012-09-19 Glenn Morris <rgm@gnu.org>
8782
8783 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
8784 (byte-compile-log-warning): Autoload. (Bug#12371)
8785
8786 * calendar/calendar.el (calendar-american-month-header)
8787 (calendar-european-month-header, calendar-iso-month-header)
8788 (calendar-month-header): New options.
8789 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
8790 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
8791
8792 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
8793
8794 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
8795
8796 2012-09-18 Juri Linkov <juri@jurta.org>
8797
8798 * dired-aux.el (dired-diff): Restore original functionality of
8799 getting the default value, but keep new feature of using the
8800 latest existing backup file (`diff-latest-backup-file').
8801
8802 2012-09-18 Juri Linkov <juri@jurta.org>
8803
8804 * dired.el (dired-mark): If the region is active in Transient Mark
8805 mode, mark all files in the active region. Doc fix.
8806 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
8807 Doc fix. (Bug#10624)
8808
8809 2012-09-18 Juri Linkov <juri@jurta.org>
8810
8811 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
8812 attributes for M-n are pulled from the file at point.
8813 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
8814 Suggested by Drew Adams. (Bug#10624)
8815
8816 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
8817
8818 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
8819 whitespace after "end".
8820 (ruby-do-end-to-brace): Collapse block to one line if it fits
8821 within fill-column.
8822
8823 2012-09-18 Martin Rudalics <rudalics@gmx.at>
8824
8825 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
8826 value.
8827 (debug): Don't remove debugger window when debugger is expected
8828 to be back.
8829
8830 2012-09-18 Chong Yidong <cyd@gnu.org>
8831
8832 * custom.el (defface): Doc fix.
8833
8834 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
8835
8836 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
8837
8838 * progmodes/compile.el (compilation-start): Use compilation-always-kill
8839 to initialize query-on-exit; then test that instead (bug#12288).
8840
8841 2012-09-17 Stefan Merten <smerten@oekonux.de>
8842
8843 * textmodes/rst.el: Add support for `testcover'.
8844 (rst-defcustom-testcover, rst-testcover-add-compose)
8845 (rst-testcover-add-1value): New functions.
8846 (rst-portable-mark-active-p): Replace by `use-region-p'.
8847 (rst-update-section, rst-classify-adornment)
8848 (rst-find-title-line): Mark `1value' forms.
8849 (rst-classify-adornment): Remove superfluous form.
8850 (rst-update-section, rst-get-adornments-around)
8851 (rst-adornment-complete-p, rst-get-next-adornment)
8852 (rst-adjust, rst-promote-region)
8853 (rst-display-adornments-hierarchy, rst-straighten-adornments)
8854 (rst-find-pfx-in-region, rst-section-tree-rec)
8855 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
8856 (rst-toc-node, rst-toc, rst-forward-section)
8857 (rst-iterate-leftmost-paragraphs)
8858 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
8859 (rst-bullet-list-region)
8860 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
8861 (rst-compile-find-conf, rst-compile)
8862 (rst-repeat-last-character): Fix style.
8863
8864 2012-09-17 Chong Yidong <cyd@gnu.org>
8865
8866 * comint.el (comint--complete-file-name-data): Don't add a space
8867 if the status is `sole'; that adds a gratuitous space in the
8868 completion-cycling case (Bug#12092).
8869
8870 * pcomplete.el (pcomplete-completions-at-point): Likewise.
8871
8872 2012-09-17 Richard Stallman <rms@gnu.org>
8873
8874 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
8875 only in the mime-shown mode, not in raw mode.
8876 (rmail-mime): Toggle off mime by displaying the message without
8877 mime processing. (Bug#12305)
8878
8879 * mail/rmail.el (rmail-retry-failure):
8880 Turn off mime processing first. (Bug#12037)
8881
8882 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
8883
8884 2012-09-17 Chong Yidong <cyd@gnu.org>
8885
8886 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
8887 (shell-dynamic-complete-functions): Convert to defcustom.
8888 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
8889
8890 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
8891 * comint.el (comint-prompt-read-only):
8892 * custom.el (defcustom):
8893 * hi-lock.el (hi-lock-mode):
8894 * ibuffer.el (ibuffer-formats):
8895 * ielm.el (ielm-prompt-read-only):
8896 * novice.el (disable-command):
8897 * saveplace.el (toggle-save-place):
8898 * speedbar.el (speedbar-supported-extension-expressions):
8899 * startup.el (auto-save-list-file-prefix, init-file-user)
8900 (after-init-hook, inhibit-startup-echo-area-message):
8901 * strokes.el (strokes-help):
8902 * time-stamp.el (time-stamp):
8903 * calendar/calendar.el (calendar, diary-file):
8904 * calendar/diary-lib.el (diary-mail-entries, diary)
8905 (diary-list-entries-hook):
8906 * calendar/holidays.el (holidays, calendar-holidays):
8907 * calendar/lunar.el (lunar-phases):
8908 * calendar/solar.el (sunrise-sunset):
8909 * emulation/edt.el (edt-load-keys):
8910 * emulation/viper.el (viper-mode):
8911 * eshell/em-alias.el (eshell-command-aliases-list):
8912 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8913 * international/ogonek.el (ogonek-information):
8914 * net/tramp-cmds.el (tramp-bug):
8915 * net/quickurl.el (quickurl-reread-hook-postfix):
8916 * play/decipher.el (decipher-font-lock-keywords):
8917 * progmodes/cc-styles.el (c-set-style):
8918 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
8919 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8920 * progmodes/octave-mod.el (octave-mode):
8921 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
8922 * progmodes/verilog-mode.el (verilog-read-defines):
8923 * textmodes/two-column.el (2C-mode): Likewise.
8924
8925 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
8926
8927 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
8928 that holds many addresses.
8929
8930 2012-09-16 Chong Yidong <cyd@gnu.org>
8931
8932 * align.el (align-areas): Call the indication function with
8933 positions instead of markers for arguments (Bug#12343).
8934
8935 * files.el (parse-colon-path): Use split-string (Bug#12351).
8936
8937 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
8938 (display-buffer-function): Mark as obsolete.
8939
8940 * progmodes/compile.el (compilation-parse-errors): Accept list
8941 values similar to font-lock-keywords (Bug#12136).
8942 Suggested by Oleksandr Manzyuk.
8943 (compilation-error-regexp-alist): Doc fix.
8944
8945 2012-09-15 Glenn Morris <rgm@gnu.org>
8946
8947 * version.el (emacs-bzr-version-bzr): New function.
8948 (emacs-bzr-get-version): Add optional EXTERNAL argument.
8949
8950 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
8951 checkouts, check the parent dirstate matches the branch.
8952 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
8953 empty string.
8954
8955 * version.el (emacs-bzr-version): Doc fix.
8956 (emacs-bzr-version-dirstate): New function.
8957 (emacs-bzr-get-version): For lightweight checkouts, if the parent
8958 is local try and check that it matches the branch. If not, just
8959 use dirstate information. (Bug#12441)
8960
8961 2012-09-14 Juri Linkov <juri@jurta.org>
8962
8963 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
8964 (Bug#12399)
8965
8966 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8967
8968 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
8969
8970 * emacs-lisp/edebug.el: Miscellaneous cleanup.
8971 Remove obsolete byte-compiler hack that tried to silence some warnings.
8972 (edebug-submit-bug-report): Remove.
8973 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
8974 Remove aliases, use the un-prefixed name instead.
8975 (edebug-pop-to-buffer): Consider other frames.
8976 (edebug-original-read):: Make it more obvious that it's always defined.
8977 (edebug--make-form-data-entry, edebug--form-data-name)
8978 (edebug--form-data-begin, edebug--form-data-end): Rename from the
8979 single-dashed name, and implement with cl-defstruct.
8980 (edebug-set-form-data-entry): Use the standard accessors.
8981 (edebug-make-top-form-data-entry): Use push.
8982 (edebug-no-match): Drop useless `funcall'.
8983 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
8984 to functions.
8985 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
8986 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
8987 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
8988 (easy-menu-define, with-custom-print): Remove redundant specs.
8989 (edebug-outside-overriding-local-map)
8990 (edebug-outside-overriding-terminal-local-map): Remove, unused.
8991 (edebug--display): Bind unread-command-events directly to nil rather
8992 than binding it to unread-command-events and later setting it to nil.
8993 (edebug--display): Kill edebug-eval-buffer here...
8994 (edebug--recursive-edit): ...rather than here.
8995 Bind standard-output and standard-input.
8996 (edebug-eval): Check cl-macroexpand-all is fboundp.
8997 (edebug-temp-display-freq-count): Fix last change.
8998
8999 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
9000 * subr.el (noreturn, 1value): Add `debug' spec.
9001 * emacs-lisp/advice.el: Require cl-lib.
9002 (ad-copy-tree): Remove, use copy-tree instead.
9003 (ad-dolist): Remove use dolist or cl-dolist instead.
9004 (ad-do-return): Remove, use cl-return instead.
9005 (defadvice): Add `debug' spec.
9006
9007 2012-09-13 Juri Linkov <juri@jurta.org>
9008
9009 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
9010 (Bug#12399)
9011
9012 2012-09-13 Glenn Morris <rgm@gnu.org>
9013
9014 * calc/calc.el (math-compose-expr):
9015 * calc/calc-ext.el (math-compose-expr):
9016 * progmodes/cc-defs.el (cl-macroexpand-all):
9017 * progmodes/cc-langs.el (delete-duplicates, mapcan)
9018 (cl-macroexpand-all): Update declarations.
9019
9020 * vc/vc.el: No need to require ediff.
9021 (ediff-load-version-control): Declare.
9022 (ediff-vc-internal): Fix declaration.
9023 (vc-version-ediff): Require ediff.
9024
9025 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9026
9027 Use a more backwards-compatible timer format (Bug#12430).
9028 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
9029 being right after USECS, as that better supports old code that
9030 inadvisedly looked directly at the timer vector.
9031
9032 2012-09-13 Kenichi Handa <handa@gnu.org>
9033
9034 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9035 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
9036 `coding-priority' property of these language environment.
9037
9038 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9039
9040 Fix glitches caused by addition of psec to timers (Bug#12430).
9041 * image.el (image-animate-timer):
9042 * time.el (display-time-world-timer):
9043 Use timer--function and timer--args rather than raw access to
9044 timer vector.
9045
9046 2012-09-13 Glenn Morris <rgm@gnu.org>
9047
9048 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9049 If not compiling a file, try using load-file-name.
9050
9051 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9052
9053 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
9054 Fix last change.
9055 (edebug-update-eval-list): Use `push'.
9056
9057 * emacs-lisp/edebug.el: Use lexical-binding.
9058 Remove the "edebug-" prefix from non-dynamically-scoped variables.
9059 Mark unused args with underscore.
9060 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
9061 (edebug-form-data): Use defvar-local.
9062 (edebug-make-before-and-after-form, edebug-make-after-form):
9063 Use backquote.
9064 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
9065 Not dynamically scoped any more.
9066 (edebug--enter-trace): Add arguments `function' and `args'.
9067 Rename from edebug-enter-trace.
9068 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
9069 (edebug--update-coverage): Add `after-index' and `value' args.
9070 Rename from edebug-update-coverage.
9071 (edebug-slow-after): Call it accordingly.
9072 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
9073 edebug-recursive-edit.
9074 (edebug--display): Call it accordingly. Add args `value',
9075 `offset-index', and `arg-mode'. Rename from edebug-display.
9076 (edebug-debugger, edebug): Call it accordingly.
9077 (edebug-eval-display-list): Use dolist.
9078
9079 2012-09-12 Juri Linkov <juri@jurta.org>
9080
9081 * info.el (Info-search): Don't check for isearch-mode and
9082 isearch-regexp before let-binding search-spaces-regexp to
9083 Info-search-whitespace-regexp.
9084 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
9085 search-whitespace-regexp if isearch-lax-whitespace or
9086 isearch-regexp-lax-whitespace is non-nil.
9087 (Info-mode): Don't set local variable search-whitespace-regexp.
9088 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
9089
9090 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9091
9092 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
9093 (debugger-env-macro): Remove support for unread-command-char.
9094
9095 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
9096 the temporary map re-appearing on emulation-mode-map-alists.
9097
9098 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
9099 since 22.1.
9100
9101 * ehelp.el (with-electric-help): Accept functions in
9102 electric-help-form-to-execute.
9103 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
9104 And replace unread-command-char -> unread-command-events.
9105
9106 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
9107
9108 Sync with Tramp 2.2.6.
9109
9110 * net/tramp.el (tramp-accept-process-output): Don't use
9111 JUST-THIS-ONE in the XEmacs case.
9112
9113 * net/trampver.el: Update release number.
9114
9115 2012-09-12 Martin Rudalics <rudalics@gmx.at>
9116
9117 * emacs-lisp/debug.el (debugger-previous-window-height):
9118 New variable.
9119 (debug): When debugger-jumping-flag is non-nil try to restore
9120 height of debugger window. (Bug#8789)
9121
9122 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9123
9124 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
9125 overriding-local-map and pre/post-command-hook here.
9126 (edebug-recursive-edit): Do it here instead (bug#12345).
9127 (edebug-outside-unread-command-char): Remove all uses of
9128 unread-command-char.
9129
9130 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
9131 inhibit-debugger is bound instead.
9132
9133 2012-09-11 Bastien Guerry <bzg@gnu.org>
9134
9135 * subr.el (set-temporary-overlay-map): Add a docstring.
9136 (Bug#12346)
9137
9138 2012-09-11 Bastien Guerry <bzg@gnu.org>
9139
9140 * minibuffer.el (completion-table-subvert): Fix docstring.
9141 (Bug#12347)
9142
9143 2012-09-11 Bastien Guerry <bzg@gnu.org>
9144
9145 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
9146
9147 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
9148
9149 * progmodes/sql.el: Version 3.1
9150 (sql-db2-escape-newlines): New variable.
9151 (sql-escape-newlines-filter): Use it.
9152
9153 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
9154
9155 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
9156
9157 2012-09-10 Dan Nicolaescu <dann@gnu.org>
9158
9159 * vc/diff-mode.el (diff-mode-menu):
9160 Bind diff-remove-trailing-whitespace.
9161
9162 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9163
9164 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
9165 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
9166 (emacs-lisp-byte-code-mode): New functions.
9167 (eval-sexp-add-defvars): Don't skip defvars in column >0.
9168 (eval-defun-2): Remove bogus interactive spec.
9169 (lisp-indent-line): Remove redundant whole-exp code, now done in
9170 indent-according-to-mode.
9171 (save-match-data): Remove redundant indent data.
9172
9173 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
9174 Use `declare'.
9175
9176 2012-09-09 Juri Linkov <juri@jurta.org>
9177
9178 * replace.el (replace-regexp-lax-whitespace): New defcustom.
9179 (replace-lax-whitespace, query-replace-regexp)
9180 (query-replace-regexp-eval, replace-regexp): Doc fix.
9181 (perform-replace, replace-highlight): Let-bind
9182 isearch-lax-whitespace to replace-lax-whitespace and
9183 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
9184
9185 * isearch.el (isearch-query-replace): Let-bind
9186 replace-lax-whitespace to isearch-lax-whitespace and
9187 replace-regexp-lax-whitespace to
9188 isearch-regexp-lax-whitespace. (Bug#10885)
9189
9190 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9191
9192 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
9193
9194 2012-09-09 Alan Mackenzie <acm@muc.de>
9195
9196 * progmodes/cc-engine.el (c-state-cache-init):
9197 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
9198 (c-record-parse-state-state):
9199 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
9200
9201 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
9202
9203 * register.el (register-separator): Rename from
9204 separator-register. All uses changed. Doc fix.
9205 (register): Fix version.
9206
9207 2012-09-09 Chong Yidong <cyd@gnu.org>
9208
9209 * replace.el (query-replace-map): Bind four new symbols for
9210 requesting window scrolling.
9211
9212 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
9213 query-replace-map (Bug#8948).
9214
9215 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
9216
9217 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
9218 since they are now in query-replace-map.
9219
9220 * window.el (scroll-other-window-down): Make the arg optional.
9221
9222 2012-09-09 Chong Yidong <cyd@gnu.org>
9223
9224 * files.el (hack-local-variables-confirm): Use quit-window to kill
9225 the *Local Variables* buffer.
9226
9227 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9228
9229 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
9230 not just expect to be at its beginning. Adjust callees.
9231 Succeed when do-end block has no space before the pipe character.
9232 (ruby-brace-to-do-end): When the original block is one-liner,
9233 convert to multiline. Reindent the result.
9234
9235 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
9236
9237 * register.el (register): New group.
9238 (separator-register): New user option.
9239 (increment-register): Route it to `append-to-register', if
9240 register contains text. Implication is that `C-x r +' can now be
9241 used for appending to a text register (bug#12217).
9242 (append-to-register, prepend-to-register): Add separator based on
9243 `separator-register'.
9244
9245 2012-09-08 Alan Mackenzie <acm@muc.de>
9246
9247 AWK Mode: make auto-newline work when there's "==" in the pattern.
9248 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
9249 correctly.
9250 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
9251 Test more rigorously for "=" token.
9252
9253 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9254
9255 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
9256 Only fail when reached LIMIT.
9257
9258 2012-09-08 Chong Yidong <cyd@gnu.org>
9259
9260 * dired.el (dired-mode-map): Don't bind M-=.
9261
9262 * dired-aux.el (dired-diff): Use backup file as default.
9263
9264 2012-09-08 Drew Adams <drew.adams@oracle.com>
9265
9266 * subr.el (add-to-history): Fix delete usage (Bug#12314).
9267
9268 2012-09-08 Chong Yidong <cyd@gnu.org>
9269
9270 * subr.el (syntax-after, syntax-class): Doc fix.
9271
9272 2012-09-08 Martin Rudalics <rudalics@gmx.at>
9273
9274 * window.el (display-buffer-in-previous-window): New buffer
9275 display action function.
9276
9277 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
9278 (debugger-previous-window): New variable.
9279 (debug): Rewrite using display-buffer-in-previous-window,
9280 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
9281
9282 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9283
9284 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
9285
9286 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
9287
9288 * progmodes/python.el (python-shell-send-string):
9289 When default-directory is remote, create temp file on remote
9290 filesystem.
9291 (python-shell-send-file): When file is remote, pass local view of
9292 file paths to remote Python interpreter. (Bug#12340)
9293
9294 2012-09-07 Chong Yidong <cyd@gnu.org>
9295
9296 * window.el (switch-to-buffer): Doc fix (Bug#12181).
9297
9298 * files.el (after-find-file): Don't fail on a read-only buffer if
9299 require-final-newline is `visit' or `visit-save' (Bug#11156).
9300
9301 * subr.el (read-char-choice): Allow quitting via ESC ESC.
9302
9303 * userlock.el (ask-user-about-supersession-threat):
9304 Use read-char-choice (Bug#12093).
9305
9306 2012-09-07 Chong Yidong <cyd@gnu.org>
9307
9308 * subr.el (buffer-narrowed-p): New function.
9309
9310 * ses.el (ses-widen):
9311 * simple.el (count-words--buffer-message):
9312 * net/browse-url.el (browse-url-of-buffer): Use it.
9313
9314 * simple.el (count-words-region): Don't signal an error if there
9315 is a non-nil prefix arg and the mark is not set.
9316
9317 * help.el (describe-key-briefly): Allow the message to be seen
9318 when invoked from the minibuffer (Bug#7014).
9319
9320 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9321
9322 * progmodes/ruby-mode.el (ruby-end-of-defun)
9323 (ruby-beginning-of-defun): Simplify, allow indentation before
9324 block beginning and end keywords.
9325 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
9326 (ruby-end-of-defun): Expect that the point is at the beginning of
9327 the defun.
9328
9329 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9330
9331 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
9332 (bug#12367).
9333 (cl--make-usage-args): Strip _ from argument names.
9334
9335 2012-09-06 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
9336
9337 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
9338 obsolete alias speedbar-key-map.
9339 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
9340 (vhdl-index-menu-init): Don't use obsolete variable
9341 font-lock-maximum-size.
9342
9343 2012-09-06 Chong Yidong <cyd@gnu.org>
9344
9345 * frame.el (window-system-version): Mark as obsolete.
9346
9347 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
9348 of obsolete variable speedbar-key-map.
9349
9350 2012-09-06 Juri Linkov <juri@jurta.org>
9351
9352 * replace.el (replace-lax-whitespace): New defcustom.
9353 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9354 (replace-string, replace-regexp): Mention it in docstrings.
9355 (perform-replace, replace-highlight): Let-bind
9356 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
9357 to the values of replace-lax-whitespace and regexp-flag.
9358 Don't let-bind search-whitespace-regexp. (Bug#10885)
9359
9360 * isearch.el (isearch-query-replace): Let-bind
9361 replace-lax-whitespace instead of let-binding
9362 replace-search-function and replace-re-search-function.
9363 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
9364 and isearch-regexp-lax-whitespace to lazy-highlight variables.
9365 (isearch-toggle-symbol): Set isearch-regexp to nil
9366 in isearch-word mode (like in isearch-toggle-word).
9367
9368 2012-09-06 Juri Linkov <juri@jurta.org>
9369
9370 * replace.el (replace-search-function)
9371 (replace-re-search-function): Set default values to nil.
9372 (perform-replace): Let-bind isearch-related variables based on
9373 replace-related values, call `isearch-search-fun' and let-bind
9374 the result to `search-function'. Remove code that sets
9375 `search-function' and `search-string' separately for
9376 `delimited-flag'.
9377 (replace-highlight): Add new argument `delimited-flag' and
9378 rename other arguments to the names used in `perform-replace'.
9379 Let-bind `isearch-word' to the argument `delimited-flag'.
9380 (Bug#10885, bug#10887)
9381
9382 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9383
9384 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
9385 ruby-beginning-of-indent, simplify, allow all keywords to have
9386 indentation before them.
9387 (ruby-beginning-of-indent): Adjust for above. Search until the
9388 found point is not inside a string or comment.
9389 (ruby-font-lock-keywords): Allow symbols to start with "@"
9390 character, give them higher priority than variables.
9391 (ruby-syntax-propertize-function)
9392 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
9393 matchers. Expression expansions are not comments when inside a
9394 string, and there comment syntax status is irrelevant.
9395 (ruby-match-expression-expansion): New function. Check that
9396 expression expansion is inside a string, and it's not escaped.
9397 (ruby-font-lock-keywords): Use it.
9398
9399 2012-09-05 Martin Rudalics <rudalics@gmx.at>
9400
9401 * help.el (temp-buffer-max-height): New default value.
9402 (temp-buffer-resize-frames): New option.
9403 (resize-temp-buffer-window): Optionally resize frame.
9404
9405 * window.el (fit-frame-to-buffer-bottom-margin): New option.
9406 (fit-frame-to-buffer): New function.
9407
9408 2012-09-05 Glenn Morris <rgm@gnu.org>
9409
9410 * emulation/cua-rect.el (cua--init-rectangles):
9411 * textmodes/picture.el (picture-mode-map):
9412 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
9413 like forward-char and backward-char. (Bug#12317)
9414
9415 2012-09-05 Leo Liu <sdl.web@gmail.com>
9416
9417 * progmodes/flymake.el (flymake-warning-re): New variable.
9418 (flymake-parse-line): Use it.
9419
9420 2012-09-05 Glenn Morris <rgm@gnu.org>
9421
9422 * calendar/holidays.el (holiday-christian-holidays):
9423 Rename an entry. (Bug#12289)
9424
9425 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9426
9427 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
9428 (bug#12222).
9429
9430 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9431
9432 * loadup.el: Load macroexp. Remove hack.
9433 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
9434 (macroexp--expand-all): Use it to get better warnings.
9435 (macroexp--backtrace, macroexp--trim-backtrace-frame)
9436 (internal-macroexpand-for-load): New functions.
9437 (macroexp--pending-eager-loads): New var.
9438 (emacs-startup-hook): New hack to replace one in loadup.el.
9439 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
9440 (cl--compiler-macro-cXXr): Move to top, before they can be used.
9441 (cl-psetf): Simplify.
9442 (cl-defstruct): Add indent rule.
9443
9444 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
9445
9446 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
9447 over `user-mail-address' for the SMTP MAIL FROM envelope.
9448 (smtpmail-via-smtp): Ditto.
9449
9450 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
9451
9452 * progmodes/ruby-mode.el: Clean up keybindings.
9453 (ruby-mode-map): Don't bind ruby-electric-brace,
9454 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
9455 backward-kill-word, reindent-then-newline-and-indent.
9456 (ruby-mark-defun): Remove.
9457 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
9458 (ruby-mode): Set local beginning-of-defun-function and
9459 end-of-defun-function values.
9460
9461 2012-09-03 Martin Rudalics <rudalics@gmx.at>
9462
9463 * window.el (temp-buffer-window-setup-hook)
9464 (temp-buffer-window-show-hook): New hooks.
9465 (temp-buffer-window-setup, temp-buffer-window-show)
9466 (with-temp-buffer-window): New functions.
9467 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
9468 (special-display-popup-frame): Make sure the window used shows BUFFER.
9469
9470 * help.el (temp-buffer-resize-mode): Fix doc-string.
9471 (resize-temp-buffer-window): New optional argument WINDOW.
9472
9473 * files.el (recover-file, save-buffers-kill-emacs):
9474 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
9475
9476 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
9477
9478 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
9479 remote definition of `default-directory', ensure we can connect.
9480
9481 2012-09-02 Juri Linkov <juri@jurta.org>
9482
9483 Toggle whitespace matching mode with M-s SPC.
9484 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
9485
9486 * isearch.el (search-whitespace-regexp): Doc fix.
9487 Remove cons cell customization.
9488 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
9489 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
9490 New variables.
9491 (isearch-forward, isearch-forward-regexp): Doc fix.
9492 (isearch-toggle-lax-whitespace): New command.
9493 (search-forward-lax-whitespace, search-backward-lax-whitespace)
9494 (re-search-forward-lax-whitespace)
9495 (re-search-backward-lax-whitespace): New functions.
9496 (isearch-whitespace-regexp): Remove function.
9497 (isearch-query-replace): Let-bind replace-search-function and
9498 replace-re-search-function.
9499 (isearch-occur): Let-bind search-spaces-regexp according to the
9500 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
9501 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
9502 condition for C-q SPC.
9503 (isearch-search-fun-default): Use new functions mentioned above.
9504 (isearch-search-forward, isearch-search-backward): Remove functions.
9505 (isearch-search): Don't let-bind search-spaces-regexp.
9506 (isearch-lazy-highlight-space-regexp): Remove variable.
9507 (isearch-lazy-highlight-lax-whitespace)
9508 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
9509 (isearch-lazy-highlight-new-loop): Use them.
9510 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
9511
9512 2012-09-02 Chong Yidong <cyd@gnu.org>
9513
9514 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
9515
9516 2012-09-02 Glenn Morris <rgm@gnu.org>
9517
9518 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
9519
9520 2012-09-01 Glenn Morris <rgm@gnu.org>
9521
9522 * term.el: Tidy up menu definitions.
9523 (term-mode-map): Use easymenu for In/Out, Complete menus.
9524 (term-pager-break-map): Initialize in the defvar.
9525 (term-terminal-menu, term-signals-menu): Define with easymenu.
9526 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
9527 (term-pager-menu): New, extracted from term-process-pager.
9528 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
9529 (term-update-mode-line): Propertize line/char and page items.
9530 (term-process-pager): Move keymap initialization elsewhere.
9531
9532 2012-09-01 Martin Rudalics <rudalics@gmx.at>
9533
9534 * window.el (switch-to-prev-buffer): Handle additional values of
9535 BURY-OR-KILL argument. Don't switch in minibuffer window.
9536 (switch-to-next-buffer): Don't switch in minibuffer window.
9537 (quit-restore-window): New function based on quit-window.
9538 Handle additional values of former KILL argument.
9539 (quit-window): Call quit-restore-window with appropriate
9540 interpretation of KILL argument.
9541 (display-buffer-below-selected): New buffer display action
9542 function.
9543
9544 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * minibuffer.el (completion-at-point-functions): Complete docstring
9547 (bug#12254).
9548
9549 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
9550
9551 Better seed support for (random).
9552 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
9553 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
9554 * play/mpuz.el, play/tetris.el, play/zone.el:
9555 * calc/calc-comb.el (math-init-random-base):
9556 * play/blackbox.el (bb-init-board):
9557 * play/life.el (life):
9558 * server.el (server-use-tcp):
9559 * type-break.el (type-break):
9560 Remove unnecessary call to (random t).
9561 * net/sasl.el (sasl-unique-id-function):
9562 Change (random t) to (random), now that the latter is more random.
9563 * play/life.el (life-initialized): Remove no-longer-needed var.
9564
9565 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
9566
9567 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9568 Consider frame's buffer predicate when choosing the buffer.
9569 (Bug#12081)
9570
9571 2012-08-30 Richard Stallman <rms@gnu.org>
9572
9573 * simple.el (special-mode-map): Delete binding for `z'.
9574
9575 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
9576
9577 * progmodes/compile.el (compilation-always-kill): Doc fix.
9578
9579 2012-08-30 Chong Yidong <cyd@gnu.org>
9580
9581 * window.el (display-buffer-reuse-frames): Make the obsolescence
9582 message more informative.
9583
9584 2012-08-30 Glenn Morris <rgm@gnu.org>
9585
9586 * paren.el (show-paren-delay):
9587 Add a :set function. Doc fix. (Bug#12297)
9588
9589 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
9590
9591 * progmodes/compile.el (compilation-always-kill): New var.
9592 (compilation-start): Use it.
9593
9594 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9595
9596 * simple.el (read-only-mode): Move from files.el for bootstrapping.
9597 * files.el (read-only-mode): Move to simple.el.
9598
9599 * files.el (read-only-mode): New minor mode.
9600 (toggle-read-only): Use it and mark obsolete.
9601 (find-file--read-only):
9602 * vc/vc.el (vc-next-action, vc-checkout):
9603 * vc/vc-cvs.el (vc-cvs-checkout):
9604 * obsolete/vc-mcvs.el (vc-mcvs-update):
9605 * ffap.el (ffap--toggle-read-only): Update callers.
9606
9607 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
9608
9609 * eshell/esh-ext.el (eshell-external-command): Do not examine
9610 remote shell scripts.
9611 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
9612
9613 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
9614 "/usr/local/sbin".
9615
9616 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9617
9618 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
9619
9620 2012-08-28 Leo Liu <sdl.web@gmail.com>
9621
9622 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
9623 completion-at-point. (Bug#12220)
9624
9625 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
9626
9627 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
9628
9629 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9630
9631 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
9632 be buffer-local; add delete-trailing-whitespace (bug#12259).
9633
9634 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
9635
9636 * progmodes/hideif.el (hif-compress-define-list):
9637 Fix typo. (Bug#11951)
9638
9639 2012-08-28 Dan Nicolaescu <dann@gnu.org>
9640
9641 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
9642 buffer local setting.
9643
9644 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
9645 rcirc-encode-coding-system.
9646
9647 2012-08-28 Leo Liu <sdl.web@gmail.com>
9648
9649 * net/rcirc.el (rcirc-split-message): New function.
9650 (rcirc-send-message): Use it. (Bug#12051)
9651
9652 2012-08-28 Juri Linkov <juri@jurta.org>
9653
9654 * info.el (Info-fontify-node): Hide empty lines at the end of
9655 the node. (Bug#12272)
9656
9657 2012-08-27 Drew Adams <drew.adams@oracle.com>
9658
9659 * dired.el (dired-pop-to-buffer): Make window start at beginning
9660 of buffer (Bug#12281).
9661
9662 2012-08-26 Chong Yidong <cyd@gnu.org>
9663
9664 * window.el (special-display-regexps, special-display-frame-alist)
9665 (special-display-buffer-names, special-display-function)
9666 (display-buffer-reuse-frames): Mark as obsolete.
9667
9668 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
9669
9670 * help.el (help-print-return-message): Don't treat
9671 display-buffer-reuse-frames specially.
9672
9673 2012-08-26 Chong Yidong <cyd@gnu.org>
9674
9675 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
9676 New variable, replacing gdb-frame-parameters.
9677 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
9678 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
9679 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
9680 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
9681 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
9682 the functions directly with gdb-display-buffer-other-frame-action.
9683 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
9684 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
9685 (gdb-display-stack-buffer, gdb-display-locals-buffer)
9686 (gdb-display-registers-buffer): Define directly.
9687 (def-gdb-display-buffer): Macro deleted.
9688 (gdb-display-buffer): Remove second and third args, callers don't
9689 use them. Defer to the default display-buffer behavior, apart
9690 from making windows dedicated.
9691 (gdb-setup-windows): Don't call display-buffer unnecessarily.
9692
9693 * progmodes/gud.el (gud-display-line): Just use display-buffer.
9694
9695 * window.el (display-buffer-pop-up-frame): Handle a
9696 pop-up-frame-parameters alist entry.
9697 (display-buffer): Document it.
9698
9699 2012-08-26 Chong Yidong <cyd@gnu.org>
9700
9701 * isearch.el (search-whitespace-regexp): Make string and nil
9702 values apply to both ordinary and regexp search. Allow a cons
9703 cell value to distinguish between the two.
9704 (isearch-whitespace-regexp, isearch-search-forward)
9705 (isearch-search-backward): New functions.
9706 (isearch-occur, isearch-search-fun-default, isearch-search)
9707 (isearch-lazy-highlight-new-loop): Use them.
9708 (isearch-forward, isearch-forward-regexp): Doc fix.
9709
9710 2012-08-26 Chong Yidong <cyd@gnu.org>
9711
9712 * faces.el (help-argument-name): Always inherit from italic
9713 (Bug#12213).
9714
9715 2012-08-25 Martin Rudalics <rudalics@gmx.at>
9716
9717 * window.el (window--even-window-heights): Even heights when
9718 WINDOW and the selected window form a vertical combination.
9719 (display-buffer-use-some-window): Provide that window used gets
9720 sized back by quit-window. (Bug#11880) and (Bug#12091)
9721
9722 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
9723
9724 Fix file time stamp problem with bzr and CVS (Bug#12001).
9725 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
9726 in the file's time stamp, since the version control system loses
9727 that information.
9728
9729 2012-08-22 Juri Linkov <juri@jurta.org>
9730
9731 * info.el (Info-fontify-node): Hide the suffix of the
9732 Info file name in the header line. (Bug#12187)
9733
9734 2012-08-22 Glenn Morris <rgm@gnu.org>
9735
9736 * calendar/cal-tex.el (cal-tex-weekly-common):
9737 Restore leading blank page.
9738
9739 2012-08-22 Le Wang <l26wang@gmail.com>
9740
9741 * misc.el (forward-to-word, backward-to-word): Activate or extend
9742 the region under `shift-select-mode'. (Bug#12231)
9743
9744 2012-08-22 Bastien Guerry <bzg@gnu.org>
9745
9746 * progmodes/executable.el (executable-prefix): Set to "#!" instead
9747 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
9748 gives details on why the space is never needed.
9749
9750 2012-08-22 Martin Rudalics <rudalics@gmx.at>
9751
9752 * window.el (walk-window-tree, window-with-parameter):
9753 New optional argument MINIBUF to control whether these functions
9754 should run on the minibuffer window.
9755 (window-at-side-list): Don't operate on minibuffer window.
9756 (window-in-direction): Simplify and rewrite doc-string.
9757 (window--size-ignore): Rename to window--size-ignore-p.
9758 Update callers.
9759 (display-buffer-in-atom-window, window--major-non-side-window)
9760 (window--major-side-window, display-buffer-in-major-side-window)
9761 (delete-side-window, display-buffer-in-side-window):
9762 New functions.
9763 (window--side-check, window-deletable-p, delete-window)
9764 (delete-other-windows, split-window): Handle side windows and
9765 atomic windows appropriately.
9766 (window--display-buffer): Call display-buffer-record-window also
9767 when the window buffer did not change.
9768
9769 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
9770
9771 * help-fns.el (help-fns--key-bindings):
9772 Abbreviate non-symbol remap targets. (Bug#12174)
9773
9774 2012-08-22 Martin Rudalics <rudalics@gmx.at>
9775
9776 * dired.el (dired-mark-remembered): Don't clobber point.
9777 (Bug#11795)
9778
9779 2012-08-22 Glenn Morris <rgm@gnu.org>
9780
9781 * progmodes/bug-reference.el (bug-reference): New custom group.
9782 (bug-reference-bug-regexp): Make it a defcustom.
9783
9784 2012-08-22 Daiki Ueno <ueno@unixuser.org>
9785
9786 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
9787 (js-paren-indent-offset, js-square-indent-offset)
9788 (js-curly-indent-offset): Add :safe (Bug#12257).
9789
9790 2012-08-22 Edward O'Connor <hober0@gmail.com>
9791
9792 * json.el (json-key-format): Add error properties.
9793 (json-encode-key): New function.
9794 (json-encode-hash-table, json-encode-alist, json-encode-plist):
9795 Use json-encode-key.
9796
9797 2012-08-22 Glenn Morris <rgm@gnu.org>
9798
9799 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
9800 (cal-tex-leftday, cal-tex-rightday): Remove functions.
9801 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
9802 Update for above change.
9803
9804 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
9805
9806 * cus-face.el (custom-face-attributes): Fix customize type for the
9807 :underline attribute. (Bug#11805)
9808
9809 2012-08-21 Martin Rudalics <rudalics@gmx.at>
9810
9811 * window.el (window-point-1, set-window-point-1): Remove.
9812 (window-in-direction, record-window-buffer)
9813 (set-window-buffer-start-and-point, split-window-below)
9814 (window--state-get-1, display-buffer-record-window):
9815 Replace calls to window-point-1 and set-window-point-1 by calls to
9816 window-point and set-window-point respectively.
9817
9818 2012-08-21 Glenn Morris <rgm@gnu.org>
9819
9820 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
9821 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
9822 Use it.
9823
9824 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
9825 (cal-tex-shortday): New function.
9826 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
9827 (cal-tex-cursor-filofax-daily): Use the above.
9828
9829 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
9830 New functions.
9831 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9832 (cal-tex-cursor-filofax-week): Use them.
9833
9834 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
9835 New constants.
9836 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9837 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
9838
9839 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
9840 (cal-tex-end-document): Don't rely on buffer name.
9841
9842 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
9843 Use cal-tex-vspace.
9844 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
9845 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
9846 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
9847 Use cal-tex-arg.
9848
9849 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
9850 (cal-tex-cursor-week, cal-tex-cursor-week2)
9851 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
9852 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9853 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
9854 (cal-tex-insert-preamble, cal-tex-b-document)
9855 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
9856 Improve cal-tex-cmd usage.
9857
9858 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
9859 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
9860 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
9861 (cal-tex-weekly-paper): New function.
9862 (cal-tex-cursor-week, cal-tex-cursor-week2)
9863 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9864 (cal-tex-cursor-day): Use it.
9865
9866 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
9867 (cal-tex-cursor-filofax-week): Remove leading blank page.
9868
9869 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9870 Add autoload cookie. For now at least, don't use color, since
9871 no other cal-tex function does.
9872
9873 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
9874 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9875 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
9876
9877 2012-08-21 Juri Linkov <juri@jurta.org>
9878
9879 * info.el (Info-file-attributes): New variable.
9880 (info-insert-file-contents): Add file attributes to
9881 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
9882 `Info-toc-nodes' when previous modtime of the Info file is less
9883 than new modtime.
9884 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
9885 of info.el. (Bug#12230)
9886
9887 2012-08-20 Glenn Morris <rgm@gnu.org>
9888
9889 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
9890 * calendar/holidays.el (calendar-holiday-list):
9891 Report errors with display-warning rather than beep'n'sleep.
9892
9893 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
9894
9895 * net/tramp.el (tramp-accept-process-output): Accept only output
9896 from PROC. Otherwise, process filters and sentinels might be
9897 confused. (Bug#12145)
9898
9899 2012-08-20 Chong Yidong <cyd@gnu.org>
9900
9901 * descr-text.el (describe-text-properties-1): Use overlays-in to
9902 report on empty overlays (Bug#3322).
9903
9904 2012-08-20 Glenn Morris <rgm@gnu.org>
9905
9906 * mail/rmailout.el (rmail-output-read-file-name):
9907 Trap and report errors in rmail-output-file-alist elements.
9908
9909 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
9910 since most non-font-lock faces are not also variables).
9911
9912 2012-08-20 Edward Reingold <reingold@iit.edu>
9913
9914 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9915 New function. (Bug12160)
9916
9917 2012-08-19 Glenn Morris <rgm@gnu.org>
9918
9919 * mail/rmailout.el (rmail-output-read-file-name):
9920 Fix previous change (when the alist is nil or does not match).
9921
9922 2012-08-19 Chong Yidong <cyd@gnu.org>
9923
9924 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
9925 (Bug#12228).
9926
9927 2012-08-18 Chong Yidong <cyd@gnu.org>
9928
9929 * simple.el (yank-handled-properties): New defcustom.
9930 (yank-excluded-properties): Add font-lock-face and category.
9931 (yank): Doc fix.
9932
9933 * subr.el (remove-yank-excluded-properties):
9934 Obey yank-handled-properties. The special handling of font-lock-face
9935 and category is now done this way, instead of being hard-coded.
9936 (insert-for-yank-1): Remove font-lock-face handling.
9937 (yank-handle-font-lock-face-property)
9938 (yank-handle-category-property): New function.
9939
9940 2012-08-17 Glenn Morris <rgm@gnu.org>
9941
9942 * mail/rmailout.el (rmail-output-read-file-name):
9943 Check rmail-output-file-alist against the full message body
9944 in the correct rmail buffer. (Bug#12214)
9945
9946 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
9947
9948 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
9949 Eliminate superfluous prompt. (Bug#12203)
9950
9951 2012-08-17 Chong Yidong <cyd@gnu.org>
9952
9953 * mouse.el (mouse-appearance-menu): If x-select-font returns a
9954 font spec, set the font directly (Bug#3228).
9955
9956 2012-08-17 Martin Rudalics <rudalics@gmx.at>
9957
9958 * window.el (delete-window): Fix last fix.
9959
9960 2012-08-16 Martin Rudalics <rudalics@gmx.at>
9961
9962 * window.el (window-valid-p): Move to window.c.
9963 (window-child, window-child-count, window-last-child)
9964 (window-normalize-window, window-combined-p)
9965 (window-combinations, window-atom-root, window-min-size)
9966 (window-sizable, window-sizable-p, window-size-fixed-p)
9967 (window-min-delta, window-max-delta, window--resizable)
9968 (window--resizable-p, window-resizable, window-total-size)
9969 (window-full-height-p, window-full-width-p, window-body-size)
9970 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
9971 (minimize-window, window-deletable-p, delete-window)
9972 (delete-other-windows, set-window-buffer-start-and-point)
9973 (next-buffer, previous-buffer, split-window, balance-windows-2)
9974 (set-window-text-height, window-buffer-height)
9975 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9976 (truncated-partial-width-window-p): Minor code adjustments.
9977 In doc-strings state whether the argument window has to denote a
9978 live, valid or any window.
9979
9980 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
9981
9982 * progmodes/subword.el (subword-forward-function)
9983 (subword-backward-function, subword-forward-regexp)
9984 (subword-backward-regexp): New variables.
9985 (subword-forward, subword-forward-internal, subword-backward-internal):
9986 Use new variables, eg so that different "word" definitions
9987 can be easily used. (Bug#11411)
9988
9989 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
9992 for composite selectors.
9993 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
9994 operation just because we can't find a previous revision.
9995
9996 2012-08-15 Chong Yidong <cyd@gnu.org>
9997
9998 * frame.el (set-frame-font): Accept font objects.
9999
10000 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10001
10002 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
10003
10004 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
10005
10006 * man.el (Man-overstrike-face, Man-underline-face)
10007 (Man-reverse-face): Remove variables.
10008 (Man-overstrike, Man-underline, Man-reverse): New faces.
10009 (Man-fontify-manpage): Use them instead of the variables.
10010 (Man-cleanup-manpage): Comment change.
10011 (Man-ansi-color-map): New variable.
10012 (Man-fontify-manpage): Use it.
10013 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
10014
10015 Implement ANSI SGR parameters 22-27 (bug#12146).
10016 * ansi-color.el (ansi-colors): Doc fix.
10017 (ansi-color-context, ansi-color-context-region): Doc fix.
10018 (ansi-color--find-face): New function.
10019 (ansi-color-apply, ansi-color-apply-on-region): Use it.
10020 Rename the local variable `face' to `codes' since it is now a list of
10021 ansi codes. Doc fix.
10022 (ansi-color-get-face): Remove.
10023 (ansi-color-parse-sequence): New function, derived from
10024 ansi-color-get-face.
10025 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
10026 codes 22-27.
10027
10028 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * subr.el (read-passwd): Allow use from a minibuffer.
10031
10032 2012-08-14 Eli Zaretskii <eliz@gnu.org>
10033
10034 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
10035 inside comments and strings as identifiers.
10036
10037 * progmodes/gud.el (gud-tooltip-print-command): Quote the
10038 expression to evaluate. This allows to evaluate expressions with
10039 embedded whitespace.
10040 (gud-tooltip-tips): Add a blank before the newline in the
10041 message-box text, for the benefit of message-box emulation on
10042 MS-Windows.
10043
10044 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
10045 messages from GDB, pop them up in a tooltip to give feedback to
10046 user.
10047 (gdb-tooltip-print-1): Quote the expression to evaluate.
10048 This allows to evaluate expressions with embedded whitespace.
10049 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
10050 if the TTY name is nil or empty (which happens when communicating
10051 with the inferior via pipes, e.g. on MS-Windows).
10052 (gdb-internals): If GDB sends a "&\n" empty debugging message,
10053 don't send that to the GUD buffer.
10054
10055 2012-08-14 Glenn Morris <rgm@gnu.org>
10056
10057 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
10058 Optimize away setq-default with no args, as for setq. (Bug#12195)
10059
10060 2012-08-14 Chong Yidong <cyd@gnu.org>
10061
10062 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
10063
10064 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
10065 (Bug#12085).
10066
10067 2012-08-14 Glenn Morris <rgm@gnu.org>
10068
10069 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
10070
10071 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
10072
10073 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
10074 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10075 Use cached shell name.
10076
10077 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10078
10079 * progmodes/python.el (python-shell-send-string):
10080 (python-shell-send-setup-code): Do not use `format' with `message'.
10081
10082 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
10083
10084 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
10085 (ruby-percent-literal-beg-re): New constant.
10086 (ruby-syntax-general-delimiters-goto-beg): Rename to
10087 `ruby-syntax-enclosing-percent-literal', improve literal type check.
10088 (ruby-syntax-propertize-general-delimiters): Rename to
10089 `ruby-syntax-propertize-percent-literal', it's a shorter and more
10090 popular term. Adjust comments everywhere.
10091 (ruby-syntax-propertize-percent-literal): Only propertize when not
10092 inside a simple string or comment. When the literal is unclosed,
10093 leave the text after it unpropertized.
10094 (ruby-syntax-methods-before-regexp): New constant.
10095 (ruby-syntax-propertize-function): Use it to recognize regexps.
10096 Don't look at the text after regexp, just use the whitelist.
10097
10098 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
10099
10100 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
10101 non-nil always load the compiled file if it exists. (Bug#12197)
10102
10103 2012-08-14 Chong Yidong <cyd@gnu.org>
10104
10105 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
10106 (hi-lock-set-pattern): When deciding whether to use font lock or
10107 overlays, look at font-lock-mode instead of font-lock-fontified
10108 (Bug#12168).
10109 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
10110 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
10111
10112 2012-08-14 Daiki Ueno <ueno@unixuser.org>
10113
10114 * subr.el (internal--after-with-selected-window): Fix typo
10115 (Bug#12193).
10116
10117 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10118
10119 Use `completion-table-dynamic' for completion functions.
10120 * progmodes/python.el
10121 (python-shell-completion--do-completion-at-point)
10122 (python-shell-completion--get-completions):
10123 Remove functions.
10124 (python-shell-completion-complete-at-point): New function.
10125 (python-completion-complete-at-point): Use it.
10126
10127 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
10128
10129 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
10130 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
10131
10132 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10133
10134 * subr.el (function-get): Refine `autoload' arg so it can also
10135 autoload functions for gv.el (bug#12191).
10136 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
10137 autoloads macros.
10138
10139 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
10140 Prefer pcase-let over destructuring-bind.
10141 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
10142 Also, remove whitespace as we go, rather than after accumulating the
10143 various places.
10144
10145 * subr.el (internal--before-with-selected-window)
10146 (internal--after-with-selected-window): Fix typo seleted->selected.
10147 (with-selected-window): Adjust callers.
10148 Reported by Dmitry Gutov <dgutov@yandex.ru>.
10149
10150 2012-08-13 Bastien Guerry <bzg@gnu.org>
10151
10152 * window.el (special-display-popup-frame): Minor docstring
10153 enhancement. (Bug#12172)
10154
10155 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
10156
10157 * tar-mode.el (tar-header-data-end): Only ignore size for files of
10158 type 1-6.
10159 (tar-header-block-summarize, tar-get-descriptor): Handle pax
10160 extended headers.
10161
10162 * files.el (hack-local-variables-filter): Remove useless eval.
10163
10164 2012-08-13 Martin Rudalics <rudalics@gmx.at>
10165
10166 * subr.el (with-selected-window): Fix last change.
10167
10168 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10169
10170 * subr.el (internal--before-with-seleted-window)
10171 (internal--after-with-seleted-window): New functions.
10172 (with-selected-window): Use them, to replace dependency on
10173 tty-top-frame.
10174
10175 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
10176
10177 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
10178 binding for `newline'.
10179 (ruby-move-to-block): When moving backward, stop at block opening,
10180 not indentation.
10181 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
10182 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
10183 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
10184 `ruby-toggle-block'.
10185
10186 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10187
10188 * ibuffer.el (ibuffer-do-toggle-read-only):
10189 * dired.el (dired-toggle-read-only):
10190 * buff-menu.el (Buffer-menu-toggle-read-only):
10191 * bindings.el (mode-line-toggle-read-only):
10192 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
10193
10194 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
10195
10196 * descr-text.el (describe-char): Put the overlays over the
10197 "displayed as" character.
10198
10199 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
10200
10201 * calc/calc-units.el (math-default-units-table): Give an
10202 initial value.
10203 (math-put-default-units): Add options to put composite units and
10204 unit systems in the default units table.
10205 (calc-convert-units): Send composite units to
10206 `math-put-default-units' when appropriate.
10207
10208 2012-08-11 Glenn Morris <rgm@gnu.org>
10209
10210 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
10211
10212 * tutorial.el (help-with-tutorial):
10213 * emacs-lisp/copyright.el (copyright-update-directory):
10214 * emacs-lisp/autoload.el (autoload-find-generated-file)
10215 (autoload-find-file): Disable local eval: (for insurance).
10216
10217 * files.el (hack-local-variables-filter): If an eval: form is not
10218 known to be safe, and enable-local-variables is :safe, then ignore
10219 the form totally, as is done for non-eval forms. (Bug#12155)
10220 This is CVE-2012-3479.
10221
10222 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10223
10224 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
10225 (rx-form): Simplify.
10226
10227 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
10228
10229 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
10230 ?, _, and : are symbol constituents, ! is not (but kinda should be).
10231 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
10232 (ruby-syntax-propertize-function): Adjust for changes in
10233 `ruby-syntax-propertize-heredoc'.
10234
10235 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
10236
10237 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
10238 binding (use `M-;' instead).
10239 (ruby-singleton-class-p): New function.
10240 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
10241
10242 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10243
10244 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
10245
10246 2012-08-10 Chong Yidong <cyd@gnu.org>
10247
10248 * progmodes/python.el (python-shell-get-process-name): Don't mess
10249 with same-window-buffer-names.
10250
10251 * eshell/eshell.el (eshell-add-to-window-buffer-names)
10252 (eshell-remove-from-window-buffer-names): Make obsolete.
10253 (eshell-buffer-name, eshell-unload-hook): Don't use them.
10254 (eshell): Just use pop-to-buffer-same-window instead.
10255
10256 2012-08-10 Chong Yidong <cyd@gnu.org>
10257
10258 * bindings.el: Bind M-= back to count-words-region.
10259
10260 * simple.el (count-words-region): Accept a prefix arg for acting
10261 on the entire buffer.
10262 (count-words--buffer-message): New helper function.
10263
10264 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10265
10266 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
10267 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
10268 (event-start, event-end): Use posn-at-point to return a more
10269 informative posn.
10270 (posnp): New function.
10271 * mouse.el (popup-menu-normalize-position): Use it.
10272
10273 2012-08-10 Masatake YAMATO <yamato@redhat.com>
10274
10275 * mouse.el (popup-menu-normalize-position): New function.
10276 (popup-menu): Use `popup-menu-normalize-position' to normalize
10277 the form for POSITION argument.
10278
10279 * term/x-win.el (x-menu-bar-open):
10280 Use the value returend from (posn-at-point) as position
10281 passed to `popup-menu'.
10282
10283 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10284
10285 * calc/calccomp.el (math-compose-expr): Add extra argument
10286 indicating that parentheses should be put around products in
10287 denominators. Give multiplication precedence over division during
10288 composition.
10289
10290 2012-08-09 Chong Yidong <cyd@gnu.org>
10291
10292 * man.el (Man-switches, Man-sed-command, Man-awk-command)
10293 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
10294 (Man-untabify-command, manual-program): Convert to defcustom
10295 (Bug#10429).
10296
10297 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
10298
10299 * descr-text.el (describe-char): Don't insert extra newlines
10300 (Bug#10127).
10301
10302 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
10303 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
10304
10305 * align.el (align-region): Delete temporary markers (Bug#10047).
10306 Plus some code cleanups.
10307
10308 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10309
10310 * progmodes/python.el (python-pdbtrack-tracked-buffer)
10311 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
10312 (python-shell-internal-last-output): Use make-local-variable
10313 instead of make-variable-buffer-local.
10314
10315 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10316
10317 * progmodes/python.el: Enhancements to forward-sexp.
10318 (python-nav-forward-sexp): Rename from
10319 python-nav-forward-sexp-function.
10320 (python-nav--forward-sexp, python-nav--backward-sexp):
10321 New functions.
10322
10323 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10324
10325 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
10326 modes and simplification modes.
10327
10328 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10329
10330 * delsel.el (delete-selection-pre-hook): Don't propagate the
10331 file-supersession signals (bug#12161).
10332
10333 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10334
10335 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
10336 (cl-map-extents): Add compatibility aliases (bug#12135).
10337
10338 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
10339
10340 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
10341 tests by `ignore-error'.
10342 (tramp-find-shell): Open also a new shell, when cache is already
10343 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
10344
10345 2012-08-08 Juri Linkov <juri@jurta.org>
10346
10347 * bookmark.el: Add `defaults' property to the bookmark record.
10348 (bookmark-current-buffer): Doc fix.
10349 (bookmark-make-record): Add `defaults' property with default values
10350 to the bookmark record.
10351 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
10352 with `bookmark-insert-current-bookmark'.
10353 (bookmark-set): Get `defaults' property from the bookmark record
10354 and use it in `read-from-minibuffer'.
10355 (bookmark-insert-current-bookmark): Remove function.
10356
10357 * info.el (Info-bookmark-make-record): Add `defaults' property
10358 with values of canonical Info node name, the current Info file
10359 name and the current Info node name. (Bug#12107)
10360
10361 2012-08-08 Juri Linkov <juri@jurta.org>
10362
10363 * files.el (basic-save-buffer): Use `buffer-name' as the default
10364 of `read-file-name' when buffer is not visiting a file (bug#12128).
10365
10366 2012-08-08 Juri Linkov <juri@jurta.org>
10367
10368 * info.el (Info-isearch-search): Doc fix.
10369 (Info-search): Change search-failed message from "initial node" to
10370 "end of node" (bug#12078).
10371 (Info-isearch-search): Change `isearch-string-state' to
10372 `isearch--state-string'.
10373
10374 2012-08-08 Glenn Morris <rgm@gnu.org>
10375
10376 * language/persian.el: Remove file.
10377 * language/misc-lang.el: Move unique part of persian.el here.
10378 * loadup.el: Remove language/persian.
10379
10380 2012-08-08 Ă“scar Fuentes <ofv@wanadoo.es>
10381
10382 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
10383
10384 2012-08-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10385
10386 * progmodes/python.el: Fix defsubst warning.
10387 (python-syntax-context) Rename from python-info-ppss-context.
10388 (python-syntax-context-type): Rename from
10389 python-info-ppss-context-type.
10390 (python-syntax-comment-or-string-p): Rename from
10391 python-info-ppss-comment-or-string-p.
10392
10393 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
10394
10395 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
10396
10397 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
10398
10399 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
10400 a defcustom that is quoted with backquote.
10401
10402 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
10403 Fix handling of interactive spec when the body uses return.
10404 (math-do-arg-check, math-define-function-body): Use backquote forms.
10405 * calc/calc-ext.el (math-defcache): Likewise.
10406 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
10407 * allout.el (allout-new-exposure): Likewise.
10408 * calc/calcalg2.el (math-tracing-integral): Likewise.
10409 * info.el (Info-last-menu-item): Likewise.
10410 * emulation/vip.el (vip-loop): Likewise.
10411 * textmodes/artist.el (artist-funcall): Likewise.
10412 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
10413 Construct menu-item directly.
10414
10415 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10416 Don't declare.
10417
10418 2012-08-07 Chong Yidong <cyd@gnu.org>
10419
10420 * simple.el (deactivate-mark): Preserve text properties when
10421 saving the primary selection (Bug#8384).
10422
10423 2012-08-07 Kevin Ryde <user42@zip.com.au>
10424
10425 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
10426 (woman-parse-numeric-value): On a bad .IP line, issue a warning
10427 and continue processing (Bug#12110).
10428
10429 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10430
10431 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
10432 syntax-propertize-function (bug#10095).
10433
10434 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10435
10436 * help-fns.el (help-fns--key-bindings, help-fns--signature)
10437 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
10438 describe-function-1.
10439 (describe-function-1): Use them. Move compiler macro after sig.
10440 (help-fns--compiler-macro): Use function-get. Assume we're already in
10441 standard-output. Adjust layout to new call order.
10442
10443 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
10444 re-binding a symbol that has a symbol-macro (bug#12119).
10445
10446 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
10447
10448 * language/persian.el: New file. (Bug#11812)
10449 * loadup.el: Add language/persian.el.
10450
10451 2012-08-06 Chong Yidong <cyd@gnu.org>
10452
10453 * window.el (window--maybe-raise-frame): New function.
10454 (window--display-buffer): Split off from here.
10455 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10456 (display-buffer-pop-up-window, display-buffer-use-some-window):
10457 Obey an inhibit-switch-frame action alist entry.
10458 (display-buffer): Update doc.
10459
10460 * replace.el (occur-after-change-function): Avoid losing focus by
10461 using the inhibit-switch-frame display parameter (Bug#12139).
10462
10463 2012-08-06 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10464
10465 Make internal shell process buffer names start with space.
10466 * progmodes/python.el (python-shell-make-comint): Add optional
10467 argument INTERNAL.
10468 (run-python-internal): Use it.
10469 (python-shell-internal-get-or-create-process): Check for new
10470 internal buffer names.
10471
10472 2012-08-06 Glenn Morris <rgm@gnu.org>
10473
10474 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
10475 Do less getting and setting of environment variables.
10476
10477 2012-08-05 Chong Yidong <cyd@gnu.org>
10478
10479 * proced.el (proced): Add substitution string to docstring to
10480 trigger autoloading of the proced library on C-h f (Bug#1768).
10481
10482 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10483 Don't show defvars which have no second argument (Bug#8638).
10484
10485 * imenu.el (imenu-generic-expression): Move documentation here
10486 from imenu--generic-function.
10487 (imenu--generic-function): Refer to imenu-generic-expression.
10488
10489 2012-08-05 Vegard Ă˜ye <vegard_oye@hotmail.com> (tiny change)
10490
10491 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
10492 indentation declaration.
10493 (viper-loop): Add indentation declaration (Bug#7025).
10494
10495 2012-08-05 Chong Yidong <cyd@gnu.org>
10496
10497 * help-fns.el (describe-variable): Add hyperlink for
10498 directory-local variables files. Improve buffer-local and
10499 permanent-local reporting; suggested by MON KEY (Bug#6644).
10500
10501 * help-mode.el (help-dir-local-var-def): New button type.
10502
10503 * files.el (kill-buffer-hook): Provide a defvar.
10504
10505 2012-08-05 Glenn Morris <rgm@gnu.org>
10506
10507 * eshell/esh-ext.el (eshell/addpath):
10508 Also update eshell-path-env. (Bug#12013)
10509
10510 2012-08-05 Chong Yidong <cyd@gnu.org>
10511
10512 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
10513
10514 * fringe.el (fringe-styles): Add docstring.
10515 (fringe--check-mode): New function.
10516 (set-fringe-mode, set-fringe-style): Use it.
10517 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
10518
10519 * files.el (set-auto-mode): Fix invalid setq call.
10520
10521 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10522
10523 * isearch.el: Misc simplification; use defstruct.
10524 (isearch-mode-map): Dense maps now work like sparse ones.
10525 (isearch--state): New defstruct.
10526 (isearch-string-state, isearch-message-state, isearch-point-state)
10527 (isearch-success-state, isearch-forward-state)
10528 (isearch-other-end-state, isearch-word-state, isearch-error-state)
10529 (isearch-wrapped-state, isearch-barrier-state)
10530 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
10531 replaced by defstruct's accessors.
10532 (isearch--set-state): Rename from isearch-top-state and change
10533 calling convention.
10534 (isearch-push-state): Use new isearch--get-state.
10535 (isearch-toggle-word): Disable regexp when enabling word.
10536 (isearch-message-prefix): Remove unused arg _c-q-hack.
10537 (isearch-message-suffix): Remove unused arg _ellipsis.
10538
10539 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
10540
10541 * simple.el (list-processes--refresh): For a server use :host or
10542 :local as the address.
10543 (list-processes): Doc fix.
10544
10545 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
10546
10547 * lisp/mpc.el: Support password in host argument.
10548 (mpc--proc-connect): Parse and use new password element.
10549 Set mpc-proc variable instead of returning process.
10550 (mpc-proc): Adjust accordingly.
10551
10552 2012-08-03 Eli Zaretskii <eliz@gnu.org>
10553
10554 * whitespace.el (whitespace-display-mappings): Use Unicode
10555 codepoints, instead of emacs-mule codepoints. See
10556 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
10557 for the details.
10558
10559 * files.el (file-truename): Don't skip symlink-chasing part on
10560 windows-nt. Incorporate the resolution of 8+3 short aliases on
10561 Windows into the loop that recursively chases symlinks.
10562 Compare directory and its parent case-insensitively on MS-Windows and
10563 MS-DOS.
10564
10565 2012-08-03 Chong Yidong <cyd@gnu.org>
10566
10567 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
10568
10569 * sort.el (sort-regexp-fields): Doc fix.
10570
10571 2012-08-03 Tassilo Horn <tsdh@gnu.org>
10572
10573 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
10574 labels regex position point at the expected place.
10575
10576 2012-08-03 MON KEY <monkey@sandpframing.com>
10577
10578 * net/imap.el (imap-interactive-login, imap-authenticate)
10579 (imap-mailbox-lsub, imap-mailbox-list)
10580 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
10581 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
10582 (imap-parse-response): Doc fix.
10583
10584 2012-08-03 JoĂ£o TĂ¡vora <joaotavora@gmail.com>
10585
10586 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
10587 if sexp scanning does not move point (Bug#5734).
10588
10589 2012-08-02 Tassilo Horn <tsdh@gnu.org>
10590
10591 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
10592 Add listings, minted, and ctable packages.
10593 (reftex-label-alist-builtin): Move listings, minted, and ctable
10594 entries before LaTeX.
10595 (reftex-label-alist): Docfix.
10596
10597 2012-08-02 Bastien Guerry <bzg@gnu.org>
10598
10599 * replace.el (occur): Fix docstring (bug#12122).
10600
10601 2012-08-02 Glenn Morris <rgm@gnu.org>
10602
10603 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
10604
10605 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
10606
10607 Obsolete alias inactivate-current-input-method-function (Bug#10150).
10608 * international/mule-cmds.el: Create
10609 inactivate-current-input-method-function as an obsolete alias for
10610 deactivate-current-input-method-function. See Katsumi Yamaoka in
10611 <http://bugs.gnu.org/10150#46>.
10612
10613 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
10614
10615 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
10616 of nested `if's.
10617
10618 2012-08-01 Glenn Morris <rgm@gnu.org>
10619
10620 * progmodes/autoconf.el (autoconf-definition-regexp):
10621 Add AH_TEMPLATE, adjust submatch numbering.
10622 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
10623 (autoconf-current-defun-function): Update for above change.
10624 (autoconf-current-defun-function): First skip to end of current word.
10625
10626 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
10627
10628 * calendar/cal-html.el (cal-html-insert-agenda-days):
10629 Fix typo. (Bug#12018)
10630
10631 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10632
10633 Shell processes: enhancements to startup and CEDET compatibility.
10634 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
10635 (python-shell-make-comint): accept-process-output at startup.
10636 (run-python-internal): Set inferior-python-mode-hook to nil.
10637 (python-shell-internal-get-or-create-process): call sit-for.
10638 (python-preoutput-result): Add obsolete alias.
10639 (python-shell-internal-send-string): Use it.
10640 (python-shell-send-setup-code): Remove call to
10641 accept-process-output.
10642
10643 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
10644
10645 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
10646 (Bug#12108)
10647
10648 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
10649
10650 * calc-mode.el (calc-basic-simplification-mode): Rename from
10651 `calc-limited-simplification-mode'.
10652 (calc-alg-simplification-mode): New function.
10653 (calc-set-simplify-mode): Adjust message.
10654
10655 * calc.el (calc-set-mode-line): Adjust mode line display for
10656 basic simplification mode.
10657
10658 * calc-help.el (calc-m-prefix-help): Update help message.
10659
10660 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
10661 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
10662
10663 2012-07-31 Bastien Guerry <bzg@gnu.org>
10664
10665 * man.el (man): Fix comment. (bug#12101)
10666
10667 2012-07-31 Martin Rudalics <rudalics@gmx.at>
10668
10669 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10670 Don't return a non-nil value when no suitable buffer was found.
10671
10672 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10673
10674 * progmodes/python.el (run-python-internal): Disable font lock for
10675 internal shells.
10676
10677 2012-07-30 Stefan Merten <smerten@oekonux.de>
10678
10679 * textmodes/rst.el: Silence `checkdoc-ispell'.
10680 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10681 (rst-official-version, rst-official-cvs-rev)
10682 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
10683 (rst-mode-map): New key binding.
10684
10685 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
10686
10687 Update .PHONY listings in makefiles.
10688 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
10689 autoloads, update-subdirs, updates, bzr-update, update-authors,
10690 compile-onefile, compile-calc, backup-compiled-files,
10691 compile-after-backup, compile-one-process, mh-autoloads,
10692 bootstrap-clean, distclean, maintainer-clean.
10693
10694 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10695
10696 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
10697 (calc-set-mode-line): Don't display "AlgSimp ".
10698
10699 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
10700 (calc-lim-simplify-mode): New function.
10701 (calc-set-simplify-mode): Default to 'alg.
10702 (calc-default-simplify-mode): Make algebraic simplifications
10703 the default.
10704
10705 * calc/calc-ext.el (calc-init-extensions): Remove binding for
10706 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
10707
10708 * calc/calc-help.el (calc-m-prefix-help): Change messages to
10709 indicate new simplification modes.
10710
10711 * calc/README: Mention new default simplification mode.
10712
10713 * calc/calc.el (math-normalize-error): New variable.
10714 (math-normalize): Set `math-normalize-error' to t
10715 when there's an error.
10716
10717 * calc/calc-alg.el (math-simplify): Don't simplify when
10718 `math-normalize' returns an error.
10719
10720 2012-07-29 Eli Zaretskii <eliz@gnu.org>
10721
10722 * international/mule-cmds.el (set-locale-environment): Revert last
10723 change, since display-graphic-p returns nil when this function is
10724 called during startup. Instead...
10725
10726 * term/w32console.el (terminal-init-w32console): ...setup the
10727 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
10728
10729 2012-07-29 Juri Linkov <juri@jurta.org>
10730
10731 * simple.el (goto-line): Don't display default line number in the
10732 prompt because it should be displayed by `read-number' (bug#9952).
10733 Add the current line number to the defaults of `goto-line' to
10734 allow its easier modification by users with `M-n' (bug#9201).
10735
10736 * subr.el (read-number): Support multiple default values like in
10737 other minibuffer reading functions. Replace `read' with
10738 `string-to-number' for consistency with `number-to-string'.
10739
10740 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
10741
10742 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
10743 * emulation/viper-init.el (viper-deactivate-input-method-action):
10744 Rename from viper-inactivate-input-method-action.
10745 (viper-deactivate-input-method):
10746 Rename from viper-inactivate-input-method.
10747 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
10748 * international/mule-cmds.el (deactivate-input-method):
10749 Rename from inactivate-input-method.
10750 Also run input-method-deactivate-hook.
10751 (deactivate-current-input-method-function):
10752 Rename from inactivate-current-input-method-function.
10753 (input-method-deactivate-hook): New hook.
10754 (input-method-inactivate-hook): Mark obsolete.
10755 (inactivate-input-method): Mark obsolete.
10756
10757 * international/quail.el (quail-activate):
10758 Also run quail-deactivate-hook.
10759 (quail-deactivate): Rename from quail-inactivate.
10760 * international/robin.el (robin-activate):
10761 Also run robin-deactivate-hook.
10762 (robin-deactivate): Rename from robin-inactivate.
10763
10764 2012-07-29 Chong Yidong <cyd@gnu.org>
10765
10766 * simple.el (indicate-copied-region): New function.
10767 (kill-ring-save): Split off from here.
10768
10769 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
10770 (kill-rectangle): Set deactivate-mark to t on read-only error.
10771
10772 * register.el (copy-to-register, copy-rectangle-to-register):
10773 Deactivate the mark, and use indicate-copied-region (Bug#10056).
10774 (append-to-register, prepend-to-register): Call indicate-copied-region.
10775
10776 2012-07-29 Juri Linkov <juri@jurta.org>
10777
10778 * simple.el (async-shell-command-buffer): New defcustom.
10779 (shell-command): Use it. (Bug#4719)
10780
10781 2012-07-28 Eli Zaretskii <eliz@gnu.org>
10782
10783 * international/mule-cmds.el (set-locale-environment): In a
10784 console session on MS-Windows, set up keyboard and terminal
10785 encoding from the OEM codepage, not the ANSI codepage.
10786 (Bug#12055)
10787
10788 2012-07-28 Chong Yidong <cyd@gnu.org>
10789
10790 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
10791 gdb-get-location.
10792
10793 2012-07-28 Leo Liu <sdl.web@gmail.com>
10794
10795 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
10796 the alist (bug#12029).
10797
10798 2012-07-28 Eli Zaretskii <eliz@gnu.org>
10799
10800 * makefile.w32-in (custom-deps, finder-data, updates, compile)
10801 (compile-always, compile-first)
10802 ($(lisp)/calendar/cal-loaddefs.el)
10803 ($(lisp)/calendar/diary-loaddefs.el)
10804 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10805 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
10806 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
10807 instead of on update-subdirs.
10808 (bootstrap-clean): Delete $(lisp)/subdirs.el.
10809
10810 2012-07-28 Chong Yidong <cyd@gnu.org>
10811
10812 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
10813 directory if vc-deduce-backend returns nil (Bug#7350).
10814
10815 * simple.el (delete-trailing-lines): New option.
10816 (delete-trailing-whitespace): Obey it (Bug#11879).
10817
10818 2012-07-28 David Engster <deng@randomsample.de>
10819
10820 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
10821 Explanation of new 'symbol-qnames feature in doc-strings.
10822 (xml-maybe-do-ns): Return expanded names as plain symbols if
10823 'symbol-qnames was provided in XML-NS argument (Bug#11916).
10824 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
10825
10826 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10827
10828 Consistent completion in inferior python with emacs -nw.
10829 * progmodes/python.el (inferior-python-mode): replace "<tab>"
10830 binding in inferior-python-mode-map with "\t".
10831 (python-shell-completion-complete-at-point)
10832 (python-completion-complete-at-point): Remove interactive spec.
10833
10834 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
10835
10836 * calc/calccomp.el (math-compose-expr): Undo previous change.
10837
10838 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10839
10840 * progmodes/python.el (python-mode-map): Add keybinding for
10841 run-python.
10842 (python-shell-make-comint): Fix pop-to-buffer call.
10843 (run-python): Autoload. New arg SHOW.
10844 (python-shell-get-or-create-process): Do not pop python process
10845 buffer.
10846
10847 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
10848
10849 * notifications.el (notifications-on-action-signal)
10850 (notifications-on-closed-signal): Use also the bus address for the map.
10851 (notifications-notify, notifications-close-notification)
10852 (notifications-get-capabilities): Add optional argument BUS.
10853
10854 2012-07-27 Tassilo Horn <tsdh@gnu.org>
10855
10856 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
10857 Add support for the lstlisting and minted environments, and for the
10858 ctable macro.
10859 * textmodes/reftex.el (reftex-compile-variables): Also recognize
10860 labels written in keyvals syntax.
10861
10862 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
10863
10864 * calc/calccomp.el (math-compose-expr): Use parentheses when
10865 there is a product in the denominator of a fraction.
10866
10867 2012-07-26 Eli Zaretskii <eliz@gnu.org>
10868
10869 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
10870 ($(lisp)/calendar/diary-loaddefs.el)
10871 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10872 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
10873 Fixes failures in parallel bootstrap because subdirs.el is being
10874 rewritten while the autoload files are built at the same time,
10875 which needs to load subdirs.el.
10876
10877 2012-07-26 Martin Rudalics <rudalics@gmx.at>
10878
10879 * mouse.el (popup-menu): Fix doc-string and re-indent code.
10880 (mouse-drag-line): Don't exit tracking when a switch-frame or
10881 switch-window event occurs (Bug#12006).
10882
10883 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10884
10885 * mouse.el (popup-menu): Fix last change.
10886
10887 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10888
10889 Autoload from Lisp with more care. Follow aliases when looking for
10890 function properties.
10891 * subr.el (autoloadp): New function.
10892 (symbol-file): Use it.
10893 (function-get): New function.
10894 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
10895 autoload-do-load.
10896 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
10897 (lisp-indent-function):
10898 * emacs-lisp/gv.el (gv-get):
10899 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
10900 * emacs-lisp/byte-opt.el (byte-optimize-form):
10901 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10902 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
10903 Use function-get.
10904 * emacs-lisp/cl.el: Don't propagate function properties any more.
10905
10906 * speedbar.el (speedbar-add-localized-speedbar-support):
10907 * emacs-lisp/disass.el (disassemble-internal):
10908 * desktop.el (desktop-load-file):
10909 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
10910 (describe-function-1):
10911 * emacs-lisp/find-func.el (find-function-noselect):
10912 * emacs-lisp/elp.el (elp-instrument-function):
10913 * emacs-lisp/advice.el (ad-has-proper-definition):
10914 * apropos.el (apropos-safe-documentation, apropos-macrop):
10915 * emacs-lisp/debug.el (debug-on-entry):
10916 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
10917 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10918 * calc/calc.el (name): Use autoloadp & autoload-do-load.
10919
10920 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
10921
10922 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
10923 function, not an obsolete variable (Bug#12046).
10924
10925 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
10926
10927 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
10928
10929 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
10930
10931 * emacs-lisp/pp.el (pp-display-expression): Select old selected
10932 window only if it is still live (Bug#12034).
10933
10934 2012-07-25 Martin Rudalics <rudalics@gmx.at>
10935
10936 * subr.el (redirect-frame-focus): Add advertised calling
10937 convention (Bug#12030).
10938
10939 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
10940
10941 Prefer typical American spelling for "acknowledgment".
10942 * vc/add-log.el (change-log-acknowledgment): Rename from
10943 change-log-acknowledgement, with an alias for the old name.
10944
10945 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
10946
10947 * calc-alg.el (math-simplify-divide): Don't cross multiply
10948 in an equation when the lhs is a variable.
10949
10950 2012-07-24 Julien Danjou <julien@danjou.info>
10951
10952 * net/netrc.el (netrc-find-service-number, netrc-store-data):
10953 Remove, unused.
10954
10955 2012-07-23 Eli Zaretskii <eliz@gnu.org>
10956
10957 * startup.el (command-line): Don't display an empty user name in
10958 the error message about non-existent home directory, when
10959 init-file-user was set to an empty string. See
10960 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
10961 for the details and context.
10962
10963 2012-07-22 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
10964
10965 * ses.el (ses-cell-formula-aset): New macro.
10966 (ses-cell-references-aset): New macro.
10967 (ses-cell-p): New function.
10968 (ses-rename-cell): Do no longer rely on complex operations like
10969 ses-cell-set-formula or ses-set-cell to change the cell and handle
10970 the undo at the same time, but rather use lower level new macros
10971 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
10972 the undo directly. Refresh the mode line.
10973
10974 2012-07-21 Leo Liu <sdl.web@gmail.com>
10975
10976 * progmodes/cc-cmds.el (c-defun-name):
10977 Use match-string-no-properties instead for consistency.
10978
10979 2012-07-20 Leo Liu <sdl.web@gmail.com>
10980
10981 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
10982 (Bug#7879)
10983
10984 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
10985
10986 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10987
10988 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
10989 * progmodes/bug-reference.el, misearch.el: Provide themselves
10990 (bug#11915).
10991
10992 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
10993 of narrowed buffer (bug#11966).
10994
10995 2012-07-20 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
10996
10997 * ses.el (ses-rename-cell): Set new name also in reference list of
10998 cells of which the renamed cell depends.
10999
11000 2012-07-20 Masatake YAMATO <yamato@redhat.com>
11001
11002 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
11003 to check whether menu-bar is shown or not. If not shown,
11004 show the menu-bar as a popup menu instead of using tmm.
11005 * mouse.el (popup-menu): Accept `point' as `position' argument.
11006
11007 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
11008
11009 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
11010 up inside string symbol literal (bug#11923).
11011
11012 2012-07-20 Eli Zaretskii <eliz@gnu.org>
11013
11014 * startup.el (fancy-startup-text): Read the whole tutorial, not
11015 just its first 256 bytes. Prevents gibberish in display of the
11016 tutorial title.
11017
11018 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
11019
11020 Drop idle buffer compaction due to an absence of the
11021 proved efficiency.
11022 * compact.el: Remove.
11023
11024 2012-07-19 Sam Steingold <sds@gnu.org>
11025
11026 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
11027 vc-bzr-pull & vc-bzr-merge-branch.
11028 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
11029 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
11030 for consistency with compilation-error-regexp-alist.
11031 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
11032 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
11033 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
11034 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
11035
11036 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11037
11038 * emacs-lisp/chart.el: Use lexical-binding.
11039 (chart-emacs-storage): Don't hardcode the list of entries.
11040
11041 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11042
11043 Next round of tweaks caused by Fgarbage_collect changes.
11044 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
11045
11046 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11047
11048 Compact buffers when idle.
11049 * compact.el: New file.
11050
11051 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11052
11053 * subr.el (eventp): Presume that if it looks vaguely like an event,
11054 it's an event (bug#10190).
11055
11056 2012-07-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11057
11058 Enhancements to ppss related code (thanks Stefan).
11059 * progmodes/python.el (python-indent-context)
11060 (python-indent-calculate-indentation, python-indent-dedent-line)
11061 (python-indent-electric-colon, python-nav-forward-block)
11062 (python-mode-abbrev-table)
11063 (python-info-assignment-continuation-line-p): Simplify checks
11064 for ppss context.
11065 (python-info-continuation-line-p): Cleanup.
11066 (python-info-ppss-context): Do not catch 'quote.
11067 (python-info-ppss-context-type)
11068 (python-info-ppss-comment-or-string-p): Simplify.
11069
11070 2012-07-18 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11071
11072 * progmodes/python.el: Enhancements to eldoc support.
11073 (python-info-current-symbol): New function.
11074 (python-eldoc-at-point): Use python-info-current-symbol.
11075 (python-info-current-defun): Fix cornercase on first defun scan.
11076 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
11077 and signal error when no inferior python process is available.
11078
11079 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
11080
11081 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
11082 assume it's always t.
11083 (vc-git-registered): Remove caching, the function is only called
11084 once.
11085 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
11086
11087 2012-07-18 Chong Yidong <cyd@gnu.org>
11088
11089 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
11090
11091 * simple.el (count-words): Report on narrowing (Bug#9959).
11092
11093 * bindings.el: Bind M-= to count-words.
11094
11095 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
11096
11097 2012-07-18 Masatake YAMATO <yamato@redhat.com>
11098
11099 * progmodes/sh-script.el (sh-imenu-generic-expression):
11100 Capture a function with `function' keyword and without parentheses
11101 like "function FOO" (bug#11856).
11102
11103 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
11104
11105 * window.el (split-window-sensibly): Make WINDOW argument
11106 optional.
11107
11108 2012-07-18 Chong Yidong <cyd@gnu.org>
11109
11110 * subr.el (keyboard-translate): Doc fix (Bug#7261).
11111
11112 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
11113 and make C-x 8 RET exit isearch (Bug#11439).
11114
11115 * international/iso-transl.el: Move isearch-mode-map key
11116 definitions to isearch.el.
11117
11118 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11119
11120 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
11121 (eieio-defclass): Use gv-define-setter when possible.
11122
11123 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
11124
11125 Reflect recent changes in Fgarbage_collect.
11126 * emacs-lisp/chart.el (chart-emacs-storage): Change to
11127 reflect new format of data returned by Fgarbage_collect.
11128
11129 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11130
11131 New utility functions + python-info-ppss-context fix (Bug#11910).
11132 * progmodes/python.el (python-info-beginning-of-block-statement-p)
11133 (python-info-ppss-comment-or-string-p): New functions.
11134 (python-info-ppss-context): Small fix for string check.
11135
11136 2012-07-17 Juri Linkov <juri@jurta.org>
11137
11138 * dired-aux.el (dired-do-async-shell-command): Doc fix.
11139 (dired-do-async-shell-command): Don't add `*' at the end of the
11140 command (Bug#11815).
11141 (dired-do-shell-command): Doc fix.
11142 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
11143 Join the individual commands using either "&" or ";" as the
11144 separator depending on the values of these trailing characters.
11145 At the end re-add the trailing "&". (Bug#10598)
11146
11147 * simple.el (async-shell-command): Sync the interactive spec with
11148 `shell-command'. Doc fix.
11149 (shell-command): Doc fix.
11150
11151 2012-07-17 Juri Linkov <juri@jurta.org>
11152
11153 * descr-text.el (describe-char): Fix format args. (Bug#10129)
11154
11155 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11156
11157 Final renames and doc fixes for movement commands (bug#11899).
11158 * progmodes/python.el (python-nav-beginning-of-statement):
11159 Rename from python-nav-statement-start.
11160 (python-nav-end-of-statement): Rename from
11161 python-nav-statement-end.
11162 (python-nav-beginning-of-block): Rename from
11163 python-nav-block-start.
11164 (python-nav-end-of-block): Rename from python-nav-block-end.
11165
11166 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11167
11168 * progmodes/python.el (python-shell-send-string-no-output):
11169 Allow accept-process-output to quit, keeping shell process ready for
11170 future interactions (Bug#11868).
11171
11172 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11173
11174 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
11175
11176 * emacs-lisp/elint.el (elint-find-args-in-code):
11177 Use help-function-arglist, so as to handle lexical byte-code.
11178
11179 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
11180 change (bug#11826).
11181
11182 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11183
11184 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
11185 Avoid spuriously marking the buffer as modified because of c-is-sws.
11186
11187 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
11188 as not-a-comment (bug#11946).
11189
11190 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
11191 for uninterned vars.
11192
11193 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
11194 Use read-event since we don't really want to read chars but bytes.
11195
11196 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
11197 $$..$$ but also $..$ using regexps (bug#11953).
11198 Use tex-verbatim for \url and \path.
11199 (tex-font-lock-keywords): Define as defconst like the others.
11200 (tex-common-initialization): Don't use font-lock-syntax-table any more.
11201
11202 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
11203
11204 * international/mule-cmds.el (ucs-insert): Make it an obsolete
11205 alias for insert-char.
11206
11207 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11208
11209 * progmodes/python.el: Simplified imenu implementation.
11210 (python-nav-jump-to-defun): Remove command.
11211 (python-mode-map): Use `imenu' instead.
11212 (python-nav-list-defun-positions-cache)
11213 (python-imenu-include-defun-type, python-imenu-make-tree)
11214 (python-imenu-subtree-root-label, python-imenu-index-alist):
11215 Remove vars.
11216 (python-nav-list-defun-positions, python-nav-read-defun)
11217 (python-imenu-tree-assoc, python-imenu-make-element-tree)
11218 (python-imenu-make-tree, python-imenu-create-index):
11219 Remove functions.
11220 (python-mode): Update to interact with imenu by setting
11221 `imenu-extract-index-name-function' only.
11222
11223 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11224
11225 * progmodes/python.el: Enhancements to navigation commands.
11226 (python-nav-backward-sentence)
11227 (python-nav-forward-sentence): Remove.
11228 (python-nav-backward-statement, python-nav-forward-statement)
11229 (python-nav-statement-start, python-nav-statement-end)
11230 (python-nav-backward-block, python-nav-forward-block)
11231 (python-nav-block-start, python-nav-block-end)
11232 (python-nav-forward-sexp-function)
11233 (python-info-current-line-comment-p)
11234 (python-info-current-line-empty-p): New functions.
11235 (python-indent-context): Use `python-nav-statement-start'.
11236
11237 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
11238
11239 * eshell/em-ls.el (eshell/ls): Use `apply'.
11240
11241 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
11242 multi-hops, instead of Tramp internals.
11243
11244 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
11245
11246 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
11247 when F1 and F2 are located on different hosts.
11248
11249 2012-07-14 Chong Yidong <cyd@gnu.org>
11250
11251 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
11252 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
11253 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
11254 (xterm-mouse--read-event-sequence-1000)
11255 (xterm-mouse--read-event-sequence-1006): New functions. For old
11256 mouse protocol, handle M-mouse-X events correctly.
11257 (xterm-mouse-event): New arg specifying mouse protocol.
11258 (turn-on-xterm-mouse-tracking-on-terminal)
11259 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
11260 sequence to toggle extended coordinates on newer XTerms.
11261 This appears to be harmless on terminals which do not support this.
11262
11263 2012-07-14 Leo Liu <sdl.web@gmail.com>
11264
11265 Add fringe bitmap indicators for flymake. (Bug#11253)
11266 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
11267 (flymake-make-overlay): New arg BITMAP.
11268 (flymake-error-bitmap, flymake-warning-bitmap)
11269 (flymake-fringe-indicator-position): New user variables.
11270
11271 * fringe.el: New bitmap exclamation-mark.
11272
11273 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
11274
11275 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
11276 also (Bug#7879).
11277
11278 2012-07-14 Chong Yidong <cyd@gnu.org>
11279
11280 * electric.el (electric-pair-post-self-insert-function): Fix pair
11281 insertion in empty-region case (Bug#11520).
11282
11283 2012-07-14 Chong Yidong <cyd@gnu.org>
11284
11285 * bindings.el: Consolidate ctl-x-r-map bindings.
11286 Bind copy-rectangle-as-kill to C-x r w.
11287
11288 * rect.el, register.el: Move bindings to bindings.el.
11289
11290 2012-07-14 Reuben Thomas <rrt@sc3d.org>
11291
11292 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
11293
11294 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
11295
11296 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
11297
11298 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
11299
11300 * bindings.el (top): Use `mapc' instead of `mapcar'.
11301
11302 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
11303
11304 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
11305
11306 * progmodes/sql.el (sql-comint): Suppress the check for program on
11307 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
11308 (Bug#11908)
11309
11310 2012-07-13 Chong Yidong <cyd@gnu.org>
11311
11312 * bindings.el: Assign a non-nil permanent-local property to
11313 per-buffer variables which lack a default value (Bug#11930).
11314
11315 * help-fns.el (describe-variable): In the "automatically becomes
11316 local" notice, take note of permanent-local variables.
11317
11318 2012-07-13 Chong Yidong <cyd@gnu.org>
11319
11320 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
11321 to allow printing the message when called from Lisp.
11322
11323 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11324 Remove toggle-read-only.
11325
11326 * bs.el (bs-toggle-readonly):
11327 * buff-menu.el (Buffer-menu-toggle-read-only):
11328 Remove with-no-warnings around toggle-read-only.
11329
11330 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
11331 Remove with-no-warnings around toggle-read-only.
11332 (ffap-read-only, ffap-read-only-other-window)
11333 (ffap-read-only-other-frame): Callers changed.
11334
11335 * help-mode.el: Don't require view package.
11336 (help-mode-finish): Set buffer-read-only instead of calling
11337 toggle-read-only.
11338
11339 * bindings.el (mode-line-toggle-read-only):
11340 * dired.el (dired-toggle-read-only):
11341 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
11342 with non-nil second arg.
11343
11344 * emacs-lisp/eieio-custom.el (eieio-customize-object):
11345 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
11346 directly.
11347
11348 2012-07-12 Eli Zaretskii <eliz@gnu.org>
11349
11350 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
11351 not incf.
11352
11353 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11354
11355 More CL cleanups and reduction of use of cl.el.
11356 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
11357 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
11358 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
11359 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
11360 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
11361 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
11362 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
11363 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
11364 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
11365 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
11366 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
11367 * eshell/em-cmpl.el, eshell/em-banner.el:
11368 * calendar/parse-time.el: Use cl-lib.
11369 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
11370 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
11371 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
11372 * term/ns-win.el, term.el, shell.el, ps-samp.el:
11373 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
11374 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
11375 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
11376 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
11377 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
11378 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
11379 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
11380 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
11381 `lambda' rather than with `quote'.
11382 (eshell-do-opt): Adjust accordingly.
11383 (eshell-process-option): Simplify.
11384 * eshell/esh-var.el:
11385 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
11386 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
11387 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
11388 to `pcase--dontcare'.
11389 * emacs-lisp/cl.el (labels): Mark obsolete.
11390 (cl--letf, letf): Move to cl-lib.
11391 (cl--letf*, letf*): Remove.
11392 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
11393 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
11394 (cl-progv): Rewrite.
11395 (cl--letf, cl-letf): Move from cl.el.
11396 (cl-letf*): New macro.
11397 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
11398
11399 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
11400
11401 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
11402
11403 2012-07-11 Chong Yidong <cyd@gnu.org>
11404
11405 * vc/log-edit.el (log-edit-vc-backend): New variable.
11406 (log-edit): Doc fix.
11407
11408 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
11409 argument of log-edit to set up all local variables.
11410 (vc-start-logentry): New optional arg specifying VC backend.
11411
11412 * vc/vc.el (vc-checkin): Use it.
11413 (vc-deduce-fileset): Handle Log Edit buffers.
11414 (vc-diff): Make first argument optional too.
11415
11416 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
11417
11418 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
11419
11420 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
11421 command, just in case. The function is not needed anymore.
11422 (eshell-external-command): Do not call `eshell-remote-command'.
11423
11424 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11425
11426 Reduce use of (require 'cl).
11427 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
11428 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
11429 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
11430 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
11431 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
11432 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
11433 * battery.el, avoid.el, abbrev.el: Use cl-lib.
11434 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
11435 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
11436 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
11437 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
11438 * calculator.el, autorevert.el, apropos.el: Don't require CL.
11439 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
11440 (byte-compile-unfold-bcf, byte-compile-check-variable):
11441 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11442 (byte-compile-nilconstp):
11443 * emacs-lisp/autoload.el (make-autoload): Use pcase.
11444 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
11445
11446 * emacs-lisp/gv.el (cond): Make it a valid place.
11447 (if): Simplify slightly.
11448
11449 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
11450 (pcase--self-quoting-p): New function.
11451 (pcase--u1): Use it.
11452
11453 2012-07-10 Glenn Morris <rgm@gnu.org>
11454
11455 * emacs-lisp/authors.el (authors-fixed-entries):
11456 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
11457
11458 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
11459
11460 Rename configure.in to configure.ac (Bug#11603).
11461 * emacs-lisp/authors.el (authors-canonical-file-name):
11462 * progmodes/autoconf.el (autoconf-mode):
11463 Prefer configure.ac to configure.in.
11464
11465 2012-07-08 Chong Yidong <cyd@gnu.org>
11466
11467 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
11468 Implement the mouse-1-click-follows-link handling properly.
11469
11470 * info.el (Info-link-keymap): Use follow-link mechanism for
11471 header-line links (Bug#374).
11472
11473 * simple.el (deactivate-mark): Do not set the primary selection
11474 if another program has acquired it (Bug#11772).
11475
11476 2012-07-07 Kevin Ryde <user42@zip.com.au>
11477
11478 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
11479 (woman-decode-region): Replace escaped-escapes without destroying
11480 bold or underline (Bug#11552).
11481 (woman2-process-escapes): Handle nofill regions (Bug#11591).
11482
11483 2012-07-07 Chong Yidong <cyd@gnu.org>
11484
11485 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
11486 (interprogram-cut-function, interprogram-paste-function):
11487 Mention that we typically mean the clipboard.
11488
11489 2012-07-06 Glenn Morris <rgm@gnu.org>
11490
11491 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
11492
11493 * files.el (toggle-read-only): Restrict message to interactive use.
11494
11495 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
11496
11497 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
11498
11499 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
11500
11501 2012-07-06 Glenn Morris <rgm@gnu.org>
11502
11503 * Makefile.in (compile-one-process): Rename from "recompile".
11504
11505 * Makefile.in (bzr-update): "compile" is the same as "recompile
11506 autoloads", but parallelizable, so use that instead.
11507
11508 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
11509
11510 * window.el (quit-window): Always restore window height when
11511 it's saved in quit-restore parameter (Bug#11810).
11512
11513 2012-07-06 Glenn Morris <rgm@gnu.org>
11514
11515 * simple.el (kill-whole-line): Doc tweak.
11516
11517 2012-07-06 Eli Zaretskii <eliz@gnu.org>
11518
11519 * files.el (file-relative-name): Compare file names
11520 case-insensitively if on MS-Windows or MS-DOS, or if
11521 read-file-name-completion-ignore-case is non-nil. Don't use
11522 case-fold-search for this purpose. (Bug#11827)
11523
11524 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
11525
11526 * calendar/cal-dst.el (calendar-current-time-zone):
11527 Return calendar-current-time-zone-cache if non-nil.
11528
11529 2012-07-17 Masatake YAMATO <yamato@redhat.com>
11530 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
11531
11532 * calendar/cal-dst.el (calendar-current-time-zone):
11533 Return calendar-current-time-zone-cache if non-nil.
11534
11535 2012-07-06 Glenn Morris <rgm@gnu.org>
11536
11537 * Makefile.in (cvs-update): Remove old alias.
11538
11539 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
11540
11541 Sync with Tramp 2.2.6-pre.
11542
11543 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
11544 compatible declaration.
11545
11546 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11547 Protect `list-load-path-shadows' call.
11548
11549 * net/tramp-compat.el (top): Require packages, which aren't
11550 autoloaded anymore for XEmacs. Protect call of
11551 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
11552 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
11553 it hurts at least for SXEmacs.
11554 (tramp-compat-temporary-file-directory): In XEmacs, there is no
11555 standard-value for `temporary-file-directory'.
11556
11557 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
11558 Redirect stderr to /dev/null.
11559 (tramp-sh-handle-write-region): uid and gid can be floats.
11560 Reported by Russell Sim <russell.sim@gmail.com>.
11561 (tramp-sh-handle-vc-registered): Hide errors.
11562 (tramp-vc-file-name-handler): Use dummy results for `process-file'
11563 and `start-file-process'.
11564 (tramp-maybe-open-connection): Check also whether `non-essential'
11565 is bound.
11566
11567 2012-07-04 Chong Yidong <cyd@gnu.org>
11568
11569 * xml.el (xml--parse-buffer): Use xml-syntax-table.
11570 (xml-parse-tag): Likewise, and avoid changing entity tables.
11571 (xml-syntax-table): Define from scratch, making sure not to give
11572 x2000 and other Unicode spaces whitespace syntax, since those are
11573 not spaces in XML.
11574 (xml-parse-fragment): Delete unused function.
11575 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
11576 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
11577 (xml-entity-ref, xml-pe-reference-re)
11578 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
11579 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
11580 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
11581 (xml-entity-value-re): Use syntax references in regexps where
11582 possible; no need to define inside a let-binding.
11583 (xml-parse-dtd): Use xml-pe-reference-re.
11584 (xml-entity-or-char-ref-re): New defconst.
11585 (xml-parse-string, xml-substitute-special): Use it.
11586
11587 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11588
11589 * files.el (locate-dominating-file): Allow `name' to be a predicate.
11590 (find-file--read-only): New function.
11591 (find-file-read-only, find-file-read-only-other-window)
11592 (find-file-read-only-other-frame): Use it.
11593 (insert-file-contents-literally): Don't `fset'.
11594 (get-free-disk-space): Use locate-dominating-file.
11595
11596 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
11597 function is already compiled.
11598
11599 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
11600
11601 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
11602
11603 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
11604 files on the same host.
11605
11606 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
11607
11608 * help-fns.el (describe-function-1): Only call
11609 help-fns--autoloaded-p when we have a file name. (Bug#11848)
11610
11611 2012-07-03 Chong Yidong <cyd@gnu.org>
11612
11613 * xml.el: Protect parser against XML bombs.
11614 (xml-entity-expansion-limit): New variable.
11615 (xml-parse-string, xml-substitute-special): Use it.
11616 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
11617
11618 2012-07-03 Glenn Morris <rgm@gnu.org>
11619
11620 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11621 Allow linking to specific messages in debbugs reports (eg 123#5).
11622
11623 2012-07-02 Chong Yidong <cyd@gnu.org>
11624
11625 * xml.el: Fix entity and character reference expansion, allowing
11626 them to expand into markup as per XML spec.
11627 (xml-default-ns): New variable.
11628 (xml-entity-alist): Use XML spec definitions for lt and amp.
11629 (xml-parse-region): Make first two arguments optional.
11630 Discard text properties.
11631 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
11632 All callers changed.
11633 (xml-parse-tag): Call xml-parse-tag-1. For backward
11634 compatibility, this function should not modify buffer contents.
11635 (xml-parse-tag-1): Fix opening-tag regexp.
11636 (xml-parse-string): Rewrite, handling entity and character
11637 references properly.
11638 (xml--entity-replacement-text): Signal an error if a parameter
11639 entity is undefined.
11640
11641 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11642
11643 * comint.el (comint-output-filter): Filter out repeated prompts.
11644
11645 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
11646 and file-name-absolute-p.
11647 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
11648 internal calls.
11649
11650 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
11651
11652 Spelling fixes.
11653 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
11654 Rename from byte-compile--refiy-function. All uses changed.
11655
11656 2012-07-01 Chong Yidong <cyd@gnu.org>
11657
11658 * xml.el (xml--parse-buffer): New function. Move most of
11659 xml-parse-region here.
11660 (xml-parse-region): Copy region into a temporary buffer, since
11661 parameter entity substitution requires changing buffer contents.
11662 Use xml--parse-buffer.
11663 (xml-parse-file): Use xml--parse-buffer.
11664 (xml-parse-dtd): Make parameter entity substitution work right.
11665 Use proper regexps for ELEMENT declarations (Bug#7172).
11666
11667 2012-06-30 Glenn Morris <rgm@gnu.org>
11668
11669 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
11670
11671 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
11672 Remove outdated and unnecessary dbus declarations.
11673
11674 2012-06-30 Eli Zaretskii <eliz@gnu.org>
11675
11676 * emacs-lisp/timer.el (timer-until): Subtract results of
11677 float-time, instead of taking float-time of the result of
11678 time-subtract, since float-time signals an error for negative time
11679 arguments.
11680
11681 2012-06-30 Chong Yidong <cyd@gnu.org>
11682
11683 * xml.el (xml-*-re): Convert defvars into defconsts, and
11684 eval-and-compile them so eval-and-compile works on derivatives.
11685 (xml--entity-replacement-text): Use eval-and-comple.
11686
11687 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
11688
11689 * vc/vc-git.el (vc-git-registered): Use cache property
11690 `git-registered'.
11691 (vc-git-mode-line-string): Call `vc-working-revision' instead of
11692 `vc-git-working-revision' in order to benefit from the cache.
11693 (vc-git-root): Use cache property `git-root'. (Bug#11757)
11694
11695 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
11696
11697 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
11698 removed (likely outside Emacs). (Bug#11757)
11699
11700 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11701
11702 * emacs-lisp/cl-lib.el: Require macroexp.
11703
11704 2012-06-30 Chong Yidong <cyd@gnu.org>
11705
11706 * xml.el: Implement XML parameter entities.
11707 (xml-parameter-entity-alist): New variable.
11708 (xml-parse-region, xml-parse-fragment): Preserve previous values
11709 of xml-entity-alist and xml-parameter-entity-alist, so that
11710 repeated calls on different documents do not change them.
11711 (xml-parse-tag): Fix doctype regexp.
11712 (xml--entity-replacement-text): New function.
11713 (xml-parse-dtd): Use it. Don't handle system entities; doing that
11714 properly requires url retrieval which is unimplemented.
11715 (xml-escape-string): Doc fix.
11716
11717 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
11720
11721 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
11722
11723 * fringe.el (fringe-mode): Doc fix.
11724
11725 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
11726
11727 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
11728 is non-nil.
11729 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
11730 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
11731
11732 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
11733
11734 * calendar/cal-dst.el (calendar-current-time-zone):
11735 Return calendar-current-time-zone-cache if non-nil.
11736
11737 2012-06-29 Masatake YAMATO <yamato@redhat.com>
11738
11739 * progmodes/which-func.el (which-func-format):
11740 Add mouse-face. (Bug#11698)
11741
11742 2012-06-29 Leo Liu <sdl.web@gmail.com>
11743
11744 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
11745
11746 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11747
11748 * minibuffer.el (minibuffer-confirm-exit-commands):
11749 Add completion-at-point (bug#11725).
11750
11751 2012-06-29 Glenn Morris <rgm@gnu.org>
11752
11753 * progmodes/f90.el (f90-font-lock-keywords-2):
11754 Add some preprocessor elements. (Bug#10499)
11755
11756 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11757
11758 * progmodes/cperl-mode.el (cperl-update-syntaxification):
11759 Use syntax-propertize (bug#11739).
11760
11761 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
11762
11763 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
11764
11765 2012-06-28 Julien Danjou <julien@danjou.info>
11766
11767 * term.el (term-handle-colors-array): Use a set of new faces to
11768 color the terminal. Also uses :inverse-video property.
11769 (term-default-fg-color): Set to nil by default, deprecate in favor
11770 of `term-face'.
11771 (term-default-bg-color): Set to nil by default, deprecate in favor
11772 of `term-face'.
11773 (term-current-face): Use `term-face' by default.
11774 (term-bold-attribute): Variable deleted.
11775
11776 2012-06-28 Glenn Morris <rgm@gnu.org>
11777
11778 * simple.el (completion-list-mode-finish):
11779 Don't use toggle-read-only. (Since completion-list-mode has
11780 a special mode-class, it wasn't doing anything extra anyway.)
11781
11782 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11783
11784 Make inlining of other-mode interpreted functions work (bug#11799).
11785 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
11786 (byte-compile): Use it to fix compilation of lexical-binding closures.
11787 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
11788 function, if needed.
11789
11790 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11791
11792 * help-mode.el (help-make-xrefs): Don't just withstand
11793 cyclic-variable-indirection but any error in documentation-property.
11794
11795 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
11796 memory use.
11797 * bindings.el (bindings--define-key): New function.
11798 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
11799 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
11800 * bindings.el: Use it to purecopy define-key bindings.
11801
11802 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
11803
11804 * emacs-lisp/cl.el (flet): Mark obsolete.
11805 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
11806 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
11807 * progmodes/js.el (js-c-fill-paragraph):
11808 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
11809 (ebrowse-switch-member-buffer-to-derived-class):
11810 * play/5x5.el (5x5-solver): Use cl-flet.
11811
11812 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
11813 (cl--symbol-function): New macro.
11814 (cl--letf, cl--letf*): Use it.
11815
11816 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11817 Strip "toggle-" if any.
11818
11819 2012-06-27 Glenn Morris <rgm@gnu.org>
11820
11821 * info.el (Info-default-directory-list): Move here from paths.el.
11822 * paths.el: Remove file, which is now empty.
11823 * loadup.el: No longer load "paths".
11824
11825 * custom.el (custom-initialize-delay): Doc fix.
11826
11827 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11828 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11829 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11830 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11831 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11832 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
11833 * eshell/eshell.el (eshell-defgroup): Remove alias.
11834
11835 2012-06-27 Chong Yidong <cyd@gnu.org>
11836
11837 * help.el (help-enable-auto-load): New variable.
11838
11839 * help-fns.el (help-fns--autoloaded-p): New function.
11840 (describe-function-1): Refer to a function as "autoloaded" if it
11841 was autoloaded at any time in the past. Perform autoloading if
11842 help-enable-auto-load is non-nil.
11843
11844 2012-06-26 Eli Zaretskii <eliz@gnu.org>
11845
11846 * makefile.w32-in (compile, compile-always): Depend on
11847 update-subdirs, not on subdirs.el. Otherwise, several different
11848 sub-targets of 'bootstrap' running in parallel could
11849 simultaneously write to subdirs.el, producing a garbled file.
11850
11851 2012-06-26 Sam Steingold <sds@gnu.org>
11852
11853 * files.el (file-name-base): New convenience function.
11854 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
11855 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
11856 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
11857 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
11858 * textmodes/ispell.el, textmodes/reftex-ref.el:
11859 * textmodes/tex-mode.el: Use it.
11860 Did not touch cedet and org because they are maintained elsewhere.
11861
11862 2012-06-26 Martin Rudalics <rudalics@gmx.at>
11863
11864 * calendar/calendar.el (calendar-exit): Don't try to delete or
11865 iconify last frame. See:
11866 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
11867
11868 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
11869
11870 * server.el (server-process-filter): Remember dir in the
11871 process's `server-client-directory' properties.
11872
11873 2012-06-24 Chong Yidong <cyd@gnu.org>
11874
11875 * xml.el (xml-parse-tag): Correctly handle comment embedded in
11876 non-tag text.
11877
11878 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
11879
11880 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
11881
11882 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11883
11884 * help-fns.el (describe-variable): Don't croak when doc is not found.
11885 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
11886 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
11887 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
11888 * emacs-lisp/smie.el (smie-next-sexp): CSE.
11889 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
11890 ((lambda ..) ..).
11891 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
11892
11893 2012-06-23 Chong Yidong <cyd@gnu.org>
11894
11895 * info.el (Info-mouse-follow-link): Accept symbol values of
11896 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
11897 (Info-fontify-node): Use Info-link-keymap for all navigation
11898 buttons, with link-args property to perform the desired action.
11899 (Info-link-keymap): Doc fix.
11900 (Info-next-link-keymap, Info-prev-link-keymap)
11901 (Info-up-link-keymap): Delete now-unused keymaps.
11902
11903 2012-06-23 Chong Yidong <cyd@gnu.org>
11904
11905 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
11906
11907 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
11908 system abbrevs.
11909
11910 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
11911
11912 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11913
11914 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
11915 (bug#11719).
11916
11917 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
11918 the requote function doesn't work properly (bug#11714).
11919
11920 2012-06-23 Glenn Morris <rgm@gnu.org>
11921
11922 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
11923
11924 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11925
11926 Further GV/CL cleanups.
11927 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
11928 gv-expander.
11929 (gv--defun-declaration): New function.
11930 (defun-declarations-alist): Use it.
11931 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
11932 (gv-place): Autoload.
11933 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
11934 original definition of dotimes and dolist.
11935 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
11936 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
11937 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
11938 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11939 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
11940 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
11941 to the function's definition.
11942 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
11943 * window.el:
11944 * files.el:
11945 * faces.el:
11946 * env.el: Don't use CL.
11947
11948 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
11949
11950 Support higher-resolution time stamps (Bug#9000).
11951
11952 * calendar/time-date.el (with-decoded-time-value): New arg
11953 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
11954 (encode-time-value): New optional arg PICO. New type 3.
11955 (time-to-seconds) [!float-time]: Support the new picoseconds
11956 component if it's used.
11957 (seconds-to-time, time-subtract, time-add):
11958 Support ps-resolution time stamps as well.
11959
11960 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
11961 (timerp): Timer vectors now have length 9, not 8.
11962 (timer--time): Support new-style (4-part) time stamps.
11963 (timer-next-integral-multiple-of-time): Time stamps now have
11964 picosecond resolution, so take a bit more care about rounding.
11965 (timer-relative-time, timer-inc-time): New optional arg psecs.
11966 (timer-set-time-with-usecs): Set psecs to 0.
11967 (timer--activate): Check psecs component, too.
11968
11969 * proced.el (proced-time-lessp): Support ps-resolution stamps.
11970
11971 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11972
11973 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
11974 Move the non-essential binding to the post/pre-command-hook where it is
11975 more obviously correct.
11976
11977 * subr.el (read-passwd): Don't use a history at all.
11978 * savehist.el (savehist-save): Remove password saved accidentally
11979 because of the above bug.
11980
11981 2012-06-22 Bastien Guerry <bzg@gnu.org>
11982
11983 * files.el (toggle-read-only): Display a message telling whether
11984 the buffer is read-only or not (bug#11726).
11985
11986 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11987
11988 * emacs-lisp/gv.el: New file.
11989 * subr.el (push, pop): Extend to generalized variables.
11990 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
11991 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
11992 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
11993 gv-define-simple-setter, and gv-define-expander.
11994 Remove setf-methods defined in gv. Rename cl-setf -> setf.
11995 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
11996 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
11997 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
11998 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
11999 gv-letplace.
12000 (cl-defstruct): Don't define setf-method any more.
12001 * emacs-lisp/cl.el (flet): Don't autoload.
12002 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
12003 (define-setf-expander, defsetf, define-modify-macro)
12004 (cl-struct-setf-expander): Move from cl-lib.el.
12005 * emacs-lisp/syntax.el:
12006 * emacs-lisp/ewoc.el:
12007 * emacs-lisp/smie.el:
12008 * emacs-lisp/cconv.el:
12009 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
12010 (timer--time): Use gv-define-simple-setter.
12011 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
12012 to avoid coding-system problems in subr.el. Adjust all users.
12013 (macroexp--maxsize, macroexp-small-p): New functions.
12014 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
12015 * scroll-bar.el (scroll-bar-mode):
12016 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
12017 (normal-erase-is-backspace-mode): Don't use the `eq' place.
12018 * winner.el (winner-configuration, winner-make-point-alist)
12019 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
12020 * files.el (locate-file-completion-table): Avoid list*.
12021
12022 2012-06-22 Chong Yidong <cyd@gnu.org>
12023
12024 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
12025 (dired-create-files): Doc fix (Bug#11329).
12026 (dired-do-copy): Doc fix (Bug#11334).
12027 (dired-mark-read-string): Doc fix (Bug#11553).
12028
12029 * dired.el (dired-recursive-copies, dired-recursive-deletes):
12030 Doc fix (Bug#11326).
12031 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
12032 (dired-dwim-target): Doc fix.
12033
12034 * wdired.el (wdired-mode): Doc fix.
12035
12036 2012-06-22 Glenn Morris <rgm@gnu.org>
12037
12038 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
12039 (pcmpl-rpm-cache-stamp-file): New constant.
12040 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
12041 (pcmpl-rpm-packages): Optionally cache list of packages.
12042
12043 * pcmpl-rpm.el (pcmpl-rpm): New group.
12044 (pcmpl-rpm-query-options): New option.
12045 (pcmpl-rpm-packages): No need to inline it.
12046 Use pcmpl-rpm-query-options.
12047
12048 * calendar/calendar.el (calendar-in-read-only-buffer):
12049 Avoid some needless mode changes.
12050
12051 2012-06-21 Chong Yidong <cyd@gnu.org>
12052
12053 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
12054 (desktop-path): Remove . from the default value (Bug#10977).
12055 (desktop-read): Use user-emacs-directory if desktop-path is nil.
12056
12057 2012-06-20 Chong Yidong <cyd@gnu.org>
12058
12059 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
12060
12061 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
12062
12063 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
12064 (bug#11201).
12065
12066 2012-06-20 Chong Yidong <cyd@gnu.org>
12067
12068 * term.el (term-window-width): Handle the case of a missing right
12069 fringe (Bug#8837).
12070 (term-check-size): Use window-text-height (Bug#5445).
12071 (term-mode): Use define-derived-mode. Minor cleanups.
12072 Set font-lock-defaults (Bug#7692).
12073 (term-move-columns, term-insert-char, term-emulate-terminal)
12074 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
12075
12076 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
12077
12078 * net/ange-ftp.el (ange-ftp-get-passwd):
12079 Bind `enable-recursive-minibuffers'.
12080 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
12081
12082 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
12083
12084 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
12085
12086 2012-06-19 Glenn Morris <rgm@gnu.org>
12087
12088 * progmodes/python.el (python-mode): Derive from prog-mode.
12089
12090 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
12091
12092 * emulation/edt.el (edt-default-menu-bar-update-buffers)
12093 (edt-user-menu-bar-update-buffers): New functions.
12094 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
12095
12096 2012-06-19 Chong Yidong <cyd@gnu.org>
12097
12098 * subr.el (with-selected-window): Preserve the selected window's
12099 terminal's top-frame (Bug#4702).
12100
12101 * window.el (save-selected-window): Likewise.
12102
12103 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12104
12105 * progmodes/python.el (python-rx-constituents): Move backquote.
12106 (python-skeleton-define, python-define-auxiliary-skeleton):
12107 Use `declare'.
12108
12109 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
12110
12111 * minibuffer.el (read-file-name-default): Revert the patch from
12112 2012-06-17.
12113
12114 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12115
12116 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
12117 (pcase--u1, pcase--q1): Don't use apply-partially.
12118
12119 2012-06-18 Glenn Morris <rgm@gnu.org>
12120
12121 * progmodes/python.el (python-proc, python-buffer)
12122 (python-send-receive, python-send-string): Fix obsolete versions.
12123
12124 2012-06-18 Martin Rudalics <rudalics@gmx.at>
12125
12126 * window.el (special-display-p): Completely remove stringp
12127 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
12128
12129 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
12130
12131 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
12132
12133 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
12134
12135 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
12136 * net/tramp-sh.el (tramp-maybe-open-connection):
12137 Throw if `non-essential' is non-nil.
12138
12139 2012-06-17 Martin Rudalics <rudalics@gmx.at>
12140
12141 * window.el (special-display-p): Signal an error if BUFFER-NAME
12142 is not a string (Bug#11713).
12143
12144 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
12145
12146 * progmodes/python.el (python-info-beginning-of-backslash):
12147 Rename from python-info-beginning-of-backlash, as a spelling fix.
12148
12149 2012-06-17 Chong Yidong <cyd@gnu.org>
12150
12151 * term.el (term-emulate-terminal): If term-check-size is called,
12152 move point to the process mark without resetting point (Bug#4635).
12153
12154 2012-06-17 Glenn Morris <rgm@gnu.org>
12155
12156 * international/mule-cmds.el (mule-menu-keymap)
12157 (set-language-environment, set-locale-environment): Doc tweaks.
12158
12159 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
12160
12161 * cus-face.el (custom-face-attributes): Add wave-style underline
12162 attribute.
12163 * faces.el (set-face-attribute): Update docstring to describe
12164 wave-style underline attribute.
12165
12166 2012-06-16 Chong Yidong <cyd@gnu.org>
12167
12168 * term/xterm.el (terminal-init-xterm): Discard input before
12169 querying background mode (Bug#10959).
12170
12171 2012-06-16 Stefan Merten <smerten@oekonux.de>
12172
12173 * textmodes/rst.el: Added and corrected some comments.
12174 (rst-re-alist-def): Improve symbol syntax.
12175 (rst-mode-syntax-table): Correct syntax entries.
12176 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
12177 (rst-official-version, rst-official-cvs-rev): Update version
12178 information.
12179
12180 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
12181
12182 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
12183 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
12184
12185 2012-06-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
12186
12187 * progmodes/python.el: New python.el merge.
12188 (python-guess-indent): Obsolete var.
12189 (python-indent-guess-indent-offset): New defcustom.
12190 (python-indent): Obsolete var.
12191 (python-indent-offset): New defcustom.
12192 (python-python-command, python-jython-command): Delete var.
12193 (python-shell-interpreter): New defcustom.
12194 (python-pdbtrack-do-tracking-p): Delete var.
12195 (python-pdbtrack-activate): New defcustom.
12196 (python-use-skeletons): Obsolete var.
12197 (python-skeleton-autoinsert): New defcustom.
12198 (inferior-python-filter-regexp, python-continuation-offset)
12199 (python-honour-comment-indentation, python-indent-string-contents)
12200 (python-jython-packages, python-mode-hook)
12201 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
12202 (python-shell-prompt-alist)
12203 (python-source-modes): Delete defcustoms.
12204 (python-check-buffer-name, python-eldoc-setup-code)
12205 (python-eldoc-string-code, python-ffap-setup-code)
12206 (python-ffap-string-code, python-fill-comment-function)
12207 (python-fill-decorator-function, python-fill-paren-function)
12208 (python-fill-string-function, python-imenu-include-defun-type)
12209 (python-imenu-make-tree, python-imenu-subtree-root-label)
12210 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
12211 (python-shell-compilation-regexp-alist)
12212 (python-shell-completion-module-string-code)
12213 (python-shell-completion-pdb-string-code)
12214 (python-shell-completion-setup-code)
12215 (python-shell-completion-string-code)
12216 (python-shell-enable-font-lock, python-shell-exec-path)
12217 (python-shell-extra-pythonpaths)
12218 (python-shell-internal-buffer-name, python-shell-interpreter-args)
12219 (python-shell-process-environment)
12220 (python-shell-prompt-block-regexp)
12221 (python-shell-prompt-output-regexp)
12222 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
12223 (python-shell-send-setup-max-wait, python-shell-setup-codes)
12224 (python-shell-virtualenv-path): New defcustoms.
12225 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
12226 (inferior-python-mode-syntax-table, python--prompt-regexp)
12227 (python-buffer, python-command python-python-command)
12228 (python-default-template, python-imports, python-indent-index)
12229 (python-indent-list, python-indent-list-length)
12230 (python-mode-running, python-pdbtrack-is-tracking-p)
12231 (python-preoutput-continuation, python-preoutput-leftover)
12232 (python-preoutput-result, python-preoutput-skip-next-prompt)
12233 (python-prev-dir/file, python-recursing)
12234 (python-saved-check-command, python-version-checked)
12235 (python-which-func-length-limit)
12236 (view-return-to-alist): Delete vars.
12237 (python-check-custom-command, python-dotty-syntax-table)
12238 (python-imenu-index-alist, python-indent-current-level)
12239 (python-indent-dedenters, python-indent-levels)
12240 (python-nav-beginning-of-defun-regexp)
12241 (python-nav-list-defun-positions-cache)
12242 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
12243 (python-shell-internal-buffer)
12244 (python-skeleton-available): New vars.
12245 (def-python-skeleton): Delete macro.
12246 (python-skeleton-define): New macro.
12247 (python-define-auxiliary-skeleton, python-rx): New macros.
12248 (python-insert-class): Delete command.
12249 (python-skeleton-class): New command.
12250 (python-insert-def): Delete command.
12251 (python-skeleton-def): New command.
12252 (python-insert-for): Delete command.
12253 (python-skeleton-for): New command.
12254 (python-insert-if): Delete command.
12255 (python-skeleton-if): New command.
12256 (python-insert-try/except, python-insert-try/finally): Delete commands.
12257 (python-skeleton-try): New command.
12258 (python-insert-while): Delete command.
12259 (python-skeleton-while): New command.
12260 (python-backspace): Delete command.
12261 (python-indent-dedent-line-backspace): New command.
12262 (python-electric-colon): Delete command.
12263 (python-indent-electric-colon): New command.
12264 (python-guess-indent): Delete command.
12265 (python-indent-guess-indent-offset): New command.
12266 (python-shift-left): Delete command.
12267 (python-indent-shift-left): New command.
12268 (python-shift-right): Delete command.
12269 (python-indent-shift-right): New command.
12270 (python-find-function): Delete command.
12271 (python-nav-jump-to-defun): New command.
12272 (python-next-statement): Delete command.
12273 (python-nav-forward-sentence): New command.
12274 (python-previous-statement): Delete command.
12275 (python-nav-backward-sentence): New command.
12276 (python-fill-paragraph): Delete command.
12277 (python-fill-paragraph-function): New command.
12278 (python-send-buffer): Delete command.
12279 (python-shell-send-buffer): New command.
12280 (python-send-defun): Delete command.
12281 (python-shell-send-defun): New command.
12282 (python-send-region, python-send-region-and-go): Delete commands.
12283 (python-shell-send-region)
12284 (python-shell-switch-to-shell): New commands.
12285 (python-send-string): Delete command.
12286 (python-shell-send-string): New command.
12287 (python-switch-to-python): Delete command.
12288 (python-shell-switch-to-shell): New command.
12289 (python-describe-symbol): Delete command.
12290 (python-eldoc-at-point): New command.
12291 (python--set-prompt-regexp, python-args-to-list)
12292 (python-after-info-look, python-check-version)
12293 (python-check-comint-prompt, python-find-imports)
12294 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
12295 (python-unload-function, python-expand-template)
12296 (python-maybe-jython, python-preoutput-filter)
12297 (python-pdbtrack-get-source-buffer)
12298 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
12299 (python-pdbtrack-toggle-stack-tracking)
12300 (python-pdbtrack-track-stack-file, python-initial-text)
12301 (python-first-word, python-comment-line-p, python-send-command)
12302 (python-setup-brm, python-sentinel, python-set-proc)
12303 (python-skip-out, python-input-filter, python-outdent-p)
12304 (python-outline-level, python-backslash-continuation-line-p)
12305 (python-end-of-block, python-end-of-statement, python-mark-block)
12306 (python-beginning-of-block, python-beginning-of-statement)
12307 (python-blank-line-p, python-beginning-of-string)
12308 (python-open-block-statement-p): Delete functions.
12309 (python-indent-line, python-indent-line-1): Delete functions.
12310 (python-indent-line): New function.
12311 (python-indentation-levels): Delete function.
12312 (python-indent-calculate-levels): New function.
12313 (python-proc): Delete function.
12314 (python-shell-get-process): New function.
12315 (python-send-receive): Delete function.
12316 (python-shell-send-string-no-output): New function.
12317 (python-module-path): Delete function.
12318 (python-ffap-module-path): New function.
12319 (python-completion-at-point)
12320 (python-symbol-completions): Delete functions.
12321 (python-completion-complete-at-point): New function.
12322 (python-load-file): Delete function.
12323 (python-shell-send-file): New function.
12324 (python-calculate-indentation): Delete function.
12325 (python-indent-calculate-indentation): New function.
12326 (python-skip-comments/blanks): Delete function.
12327 (python-util-forward-comment): New function.
12328 (python-continuation-line-p): Delete function.
12329 (python-info-continuation-line-p): New function.
12330 (python-which-func, python-current-defun): Delete function.
12331 (python-info-current-defun): New function.
12332 (python-beginning-of-defun): Delete function.
12333 (python-nav-beginning-of-defun): New function.
12334 (python-close-block-statement-p)
12335 (python-block-end-p): Delete function.
12336 (python-info-closing-block): New function.
12337 (python-comint-output-filter-function)
12338 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
12339 (python-fill-comment, python-fill-decorator, python-fill-paren)
12340 (python-fill-string, python-imenu-make-element-tree)
12341 (python-imenu-make-tree, python-imenu-tree-assoc)
12342 (python-indent-context, python-indent-dedent-line)
12343 (python-indent-line-function)
12344 (python-indent-post-self-insert-function)
12345 (python-indent-toggle-levels)
12346 (python-info-assignment-continuation-line-p)
12347 (python-info-beginning-of-backlash)
12348 (python-info-block-continuation-line-p)
12349 (python-info-closing-block-message)
12350 (python-info-line-ends-backslash-p)
12351 (python-info-looking-at-beginning-of-defun)
12352 (python-info-ppss-context, python-info-ppss-context-type)
12353 (python-nav-list-defun-positions, python-nav-read-defun)
12354 (python-nav-sentence-end, python-nav-sentence-start)
12355 (python-pdbtrack-comint-output-filter-function)
12356 (python-pdbtrack-set-tracked-buffer)
12357 (python-shell-calculate-exec-path)
12358 (python-shell-calculate-process-environment)
12359 (python-shell-completion--do-completion-at-point)
12360 (python-shell-completion--get-completions)
12361 (python-shell-completion-complete-at-point)
12362 (python-shell-completion-complete-or-indent)
12363 (python-shell-get-or-create-process)
12364 (python-shell-get-process-name)
12365 (python-shell-internal-get-or-create-process)
12366 (python-shell-internal-get-process-name)
12367 (python-shell-internal-send-string, python-shell-make-comint)
12368 (python-shell-parse-command, python-shell-send-setup-code)
12369 (python-skeleton-add-menu-items)
12370 (python-util-clone-local-variables, python-util-position)
12371 (run-python-internal, python-indentation-levels)
12372 (python-nav-beginning-of-defun)
12373 (python-completion-complete-at-point): New functions.
12374 (run-python): Change arguments. New API requirements.
12375
12376 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12377
12378 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
12379 (bug#11649).
12380
12381 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
12382 (macroexp--expand-all): Use it.
12383
12384 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
12385 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
12386 Use `cl-function' instead.
12387
12388 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
12389
12390 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
12391 Suggested by Stefan Monnier while discussing bug#11657.
12392
12393 2012-06-14 Sam Steingold <sds@gnu.org>
12394
12395 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
12396
12397 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
12398
12399 * play/doctor.el (doctor-doc): Remove parameter and use
12400 doctor-sent instead of sent.
12401 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
12402
12403 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12404
12405 * files.el: Require cl-lib.
12406 (file-name-non-special): Replace case -> cl-case.
12407
12408 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
12409
12410 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
12411 mapping from #' to function*.
12412
12413 2012-06-13 Chong Yidong <cyd@gnu.org>
12414
12415 * mouse.el (mouse-drag-track): Do not set the mark if the user
12416 releases the mouse without selecting anything (Bug#11588).
12417
12418 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12419
12420 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
12421 as well (bug#11646).
12422
12423 * loadup.el: Count byte-code functions as well.
12424
12425 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
12426 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
12427
12428 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
12429 (bug#11649). Add cl-defun and cl-defmacro.
12430
12431 2012-06-13 Drew Adams <drew.adams@oracle.com>
12432
12433 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12434 Fix last change.
12435
12436 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
12437
12438 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
12439 Otherwise, it blocks in batch mode.
12440
12441 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
12442
12443 * help-mode.el (bookmark-make-record-default): Declare.
12444
12445 2012-06-13 Chong Yidong <cyd@gnu.org>
12446
12447 * emacs-lisp/package.el (list-packages): Compute a list of
12448 packages that are newly-available since the last list-packages
12449 invocation.
12450 (package-menu--new-package-list): New var.
12451 (package-menu--generate, package-menu--print-info)
12452 (package-menu--status-predicate, package-menu-mark-install):
12453 Handle new status label "new".
12454
12455 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12456
12457 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
12458 conversion to backquotes.
12459
12460 2012-06-12 Chong Yidong <cyd@gnu.org>
12461
12462 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
12463 Rename from gud-inhibit-global-bindings.
12464
12465 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
12466
12467 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
12468 hook from nxml-glyph-set-hook.
12469
12470 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
12471 declaration.
12472
12473 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
12474
12475 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
12476 Convert to defcustom.
12477
12478 2012-06-12 Drew Adams <drew.adams@oracle.com>
12479
12480 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12481 New functions.
12482 (help-mode): Use them.
12483
12484 2012-06-11 Glenn Morris <rgm@gnu.org>
12485
12486 * progmodes/fortran.el (fortran-font-lock-keywords-3):
12487 Use preprocessor face for directives.
12488 (fortran-directive-re): Doc fix.
12489
12490 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12491
12492 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
12493 conversion to backquotes (bug#11652).
12494
12495 Fix compiler-expansion of CL's cXXr functions (bug#11673).
12496 * emacs-lisp/cl-lib.el (cl--defalias): New function.
12497 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
12498 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
12499 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12500 (cl-ninth, cl-tenth): Mark them as inlinable.
12501 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
12502 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
12503 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
12504 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
12505 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
12506 (cl-list*, cl-adjoin): Don't put an autoload manually.
12507 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
12508 (cl--compiler-macro-list*): Add autoload cookie.
12509 (cl--compiler-macro-cXXr): New function.
12510
12511 * help-fns.el (help-fns--compiler-macro): New function extracted from
12512 describe-function-1; follow aliases and use `compiler-macro' property.
12513 (describe-function-1): Use it.
12514
12515 2012-06-11 Chong Yidong <cyd@gnu.org>
12516
12517 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
12518 is uninstalled, if imagemagick is installed.
12519
12520 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12521
12522 * emacs-lisp/cl-lib.el: Use lexical-binding.
12523 (cl-map-extents, cl-maclisp-member): Remove.
12524 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
12525 (cl--set-substring, cl--block-wrapper, cl--block-throw)
12526 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
12527 * emacs-lisp/cl-extra.el: Use lexical-binding.
12528 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
12529 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
12530 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
12531 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
12532 * emacs-lisp/cl-seq.el: Use lexical-binding.
12533 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
12534 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
12535 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
12536 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
12537 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
12538 CL's internals.
12539
12540 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
12541
12542 Sync with Tramp 2.2.6-pre.
12543
12544 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
12545 `print-length' and `print-level' to nil, in order to avoid
12546 truncation. Reported by Christopher Schmidt
12547 <christopher@ristopher.com>.
12548
12549 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
12550
12551 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
12552 New defmacro.
12553 (tramp-compat-copy-directory): Add optional argument
12554 COPY-CONTENTS. It is not handled yet.
12555
12556 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
12557 (tramp-ftp-file-name-p): Simplify.
12558
12559 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
12560 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
12561 connection vector.
12562
12563 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
12564 (tramp-methods): Do not use `tramp-password-end-of-line'.
12565 (tramp-completion-function-alist-putty): Handle UNIX case.
12566 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
12567 (tramp-do-file-attributes-with-stat)
12568 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
12569 gid as real numbers. They could run out of integer range on cygwin.
12570 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
12571 (tramp-sh-handle-expand-file-name): Handle hops.
12572 (tramp-open-connection-setup-interactive-shell):
12573 Use `tramp-cleanup'. Move check for busyboxes ...
12574 (tramp-find-shell): ... here. Simplify implementation.
12575 Set "remote-shell" property also for alternative shells.
12576 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
12577 If failing, a regular file would be written otherwise.
12578 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
12579 (tramp-find-inline-encoding): Cache the coding commands in the
12580 process cache. Apply test command on the remote side, if defined.
12581 (tramp-find-inline-compress): Cache the compress commands in the
12582 process cache.
12583 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
12584 when requested. Handle hops.
12585 (tramp-current-connection): New defvar.
12586 (tramp-maybe-open-connection): Use `tramp-cleanup'.
12587 Throw `suppress', if there was a failed connection shortly before.
12588 Handle user interrupt. (Bug#10187)
12589 (tramp-get-inline-compress, tramp-get-inline-coding):
12590 Read connection properties from the process cache.
12591
12592 * net/tramp-smb.el (tramp-smb-server-version)
12593 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
12594 New defconsts.
12595 (tramp-smb-prompt): Extend for powershell prompt.
12596 (tramp-smb-file-name-handler-alist): Add handlers for
12597 `process-file', `shell-command' and `start-file-process'.
12598 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
12599 (tramp-smb-winexe-shell-command-switch): New defcustoms.
12600 (tramp-smb-file-name-p): Simplify.
12601 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
12602 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
12603 (tramp-smb-shell-quote-argument): New defuns.
12604 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
12605 Implement using "tar". By this, time-stamps are preserved.
12606 (tramp-smb-handle-copy-file): Handle also the case of directories.
12607 (tramp-smb-do-file-attributes-with-stat)
12608 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
12609 Use `tramp-get-connection-buffer').
12610 (tramp-smb-handle-rename-file): Use "rename", when source and
12611 target are on the same share.
12612 (tramp-smb-maybe-open-connection): Handle wrong passwords.
12613 Use `tramp-smb-server-version'.
12614 (tramp-smb-wait-for-output): Remove prompt.
12615
12616 * net/tramp.el (top): Require 'cl.
12617 (tramp-methods, tramp-rsh-end-of-line):
12618 Remove `tramp-password-end-of-line' from docstring.
12619 (tramp-save-ad-hoc-proxies): New defcustom.
12620 (tramp-completion-function-alist): Adapt docstring.
12621 (tramp-default-password-end-of-line): Remove defcustom.
12622 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
12623 (tramp-user-regexp, tramp-file-name-regexp-unified)
12624 (tramp-file-name-regexp-url): Extend regexp by hop separator.
12625 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
12626 (tramp-remote-file-name-spec-regexp): New defconst.
12627 (tramp-file-name-structure): Extend structure for hops.
12628 (tramp-get-method-parameter): Move up.
12629 (tramp-file-name-p, tramp-dissect-file-name)
12630 (with-parsed-tramp-file-name): Handle hops.
12631 (tramp-file-name-hop): New defun.
12632 (tramp-make-tramp-file-name): New optional arg HOP.
12633 (tramp-message-show-progress-reporter-message): New defvar.
12634 (tramp-with-progress-reporter): Use it. We cannot use
12635 `tramp-message-show-message' here, because this suppresses also
12636 error buffers.
12637 (tramp-error-with-buffer): Suppress buffer view, if
12638 `tramp-message-show-message' is nil.
12639 Use `tramp-get-connection-buffer'.
12640 (tramp-cleanup): New defun.
12641 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
12642 (tramp-file-name-handler): If `debug-on-error' is set, propagate
12643 an error unchanged.
12644 (tramp-completion-handle-file-name-all-completions): Handle hops.
12645 Fix an error when called from ido.
12646 (tramp-completion-dissect-file-name): Use better local variable
12647 name. Add hop to the vector.
12648 (tramp-handle-insert-file-contents): Use progress-reporter for the
12649 whole scenario.
12650 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
12651 to `t'.
12652 (tramp-check-for-regexp): Simplify search.
12653 (tramp-enter-password): Remove it. Move implementation ...
12654 (tramp-action-password): ... here.
12655 (tramp-mode-string-to-int, tramp-local-host-p)
12656 (tramp-make-tramp-temp-file, tramp-read-passwd)
12657 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
12658 Set tramp-autoload cookie.
12659
12660 * net/trampver.el: Update release number.
12661
12662 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12663 Michael Albinus <michael.albinus@gmx.de>
12664
12665 * net/tramp.el (tramp-set-completion-function): Fix docstring.
12666 (tramp-parse-group, tramp-parse-file)
12667 (tramp-parse-shostkeys-sknownhosts): New defuns.
12668 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
12669 (tramp-parse-shosts-group, tramp-parse-sconfig)
12670 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
12671 (tramp-parse-sknownhosts, tramp-parse-hosts)
12672 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
12673 Use them.
12674 (tramp-parse-passwd-group, tramp-parse-netrc-group)
12675 (tramp-parse-putty-group): Don't narrow.
12676 (tramp-parse-putty): Make a loop.
12677 (tramp-file-name-handler): Catch the `suppress' signal.
12678
12679 2012-06-11 Chong Yidong <cyd@gnu.org>
12680
12681 * image.el (imagemagick-register-types): Put the ImageMagick entry
12682 at the end of image-type-file-name-regexps.
12683
12684 2012-06-11 Johan BockgĂ¥rd <bojohan@gnu.org>
12685
12686 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
12687 (pcase, pcase-let*, pcase-dolist): Use them.
12688
12689 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12690
12691 * emacs-lisp/pcase.el (pcase--let*): New function.
12692 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
12693 (pcase--expand): Use macroexp-let².
12694
12695 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12696
12697 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
12698 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
12699 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
12700 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
12701 * emacs-lisp/derived.el: Use pcase instead of `cl'.
12702 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
12703
12704 2012-06-10 Glenn Morris <rgm@gnu.org>
12705
12706 * mail/rmail.el (rmail-yank-current-message): Leave point at
12707 correct position. (Bug#11660)
12708
12709 2012-06-10 Chong Yidong <cyd@gnu.org>
12710
12711 * allout-widgets.el: Fix code header.
12712
12713 2012-06-10 Chong Yidong <cyd@gnu.org>
12714
12715 * cus-edit.el (customize-changed-options-previous-release):
12716 Bump to 24.1.
12717
12718 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
12719
12720 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
12721
12722 2012-06-09 Chong Yidong <cyd@gnu.org>
12723
12724 * ebuff-menu.el (electric-buffer-list): Preserve header line.
12725
12726 2012-06-09 Martin Rudalics <rudalics@gmx.at>
12727
12728 * window.el (special-display-popup-frame): Don't use
12729 window--display-buffer (Bug#11651).
12730
12731 2012-06-09 Eli Zaretskii <eliz@gnu.org>
12732
12733 Fix parallel builds: make sure loaddefs.el is not being written
12734 while Lisp files are compiled.
12735 (compile): Don't depend on 'mh-autoloads'.
12736 (compile-CMD, compile-SH): Depend on 'autoloads'.
12737 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
12738
12739 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
12740
12741 2012-06-09 Chong Yidong <cyd@gnu.org>
12742
12743 * face-remap.el (face-remap-add-relative, face-remap-set-base)
12744 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
12745 Doc fixes (Bug#11225).
12746
12747 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
12748
12749 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
12750 a function if there's a clear indication that it has a compiler-macro.
12751 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
12752 (macro-declarations-alist): Add arglist to declaration functions.
12753 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
12754 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
12755 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
12756 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
12757 Also add autoload to find the compiler macro.
12758 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
12759 (cl--compiler-macro-member, cl--compiler-macro-assoc)
12760 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
12761 (cl--compiler-macro-get): New functions, replacing calls to
12762 cl-define-compiler-macro.
12763 (cl-typep) [compiler-macro]: Use macroexp-let².
12764
12765 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
12766
12767 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
12768 string properly, fixes Bug#11473.
12769
12770 2012-06-08 Chong Yidong <cyd@gnu.org>
12771
12772 * faces.el (set-face-attribute): Doc fix.
12773 (modify-face): Don't use :bold and :italic.
12774 (error, warning, success): Tweak definitions.
12775
12776 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
12777 (custom-modified, custom-set, custom-changed, custom-themed)
12778 (custom-saved, custom-button, custom-button-mouse)
12779 (custom-button-pressed, custom-state, custom-comment-tag)
12780 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
12781 (custom-group-subtitle): Use new-style face specs.
12782 (custom-invalid-face, custom-rogue-face, custom-modified-face)
12783 (custom-set-face, custom-changed-face, custom-saved-face)
12784 (custom-button-face, custom-button-pressed-face)
12785 (custom-documentation-face, custom-state-face)
12786 (custom-comment-face, custom-comment-tag-face)
12787 (custom-variable-tag-face, custom-variable-button-face)
12788 (custom-face-tag-face, custom-group-tag-face-1)
12789 (custom-group-tag-face): Remove obsolete face alias.
12790
12791 * epa.el (epa-validity-high, epa-validity-medium)
12792 (epa-validity-low, epa-mark, epa-field-name, epa-string)
12793 (epa-field-name, epa-field-body):
12794 * font-lock.el (font-lock-comment-face, font-lock-string-face)
12795 (font-lock-keyword-face, font-lock-builtin-face)
12796 (font-lock-function-name-face, font-lock-variable-name-face)
12797 (font-lock-type-face, font-lock-constant-face):
12798 * ido.el (ido-first-match, ido-only-match, ido-subdir)
12799 (ido-virtual, ido-indicator, ido-incomplete-regexp):
12800 * speedbar.el (speedbar-button-face, speedbar-file-face)
12801 (speedbar-directory-face, speedbar-tag-face)
12802 (speedbar-selected-face, speedbar-highlight-face)
12803 (speedbar-separator-face):
12804 * whitespace.el (whitespace-newline, whitespace-space)
12805 (whitespace-hspace, whitespace-tab, whitespace-trailing)
12806 (whitespace-line, whitespace-space-before-tab)
12807 (whitespace-space-after-tab, whitespace-indentation)
12808 (whitespace-empty):
12809 * emulation/cua-base.el (cua-global-mark):
12810 * eshell/em-prompt.el (eshell-prompt):
12811 * net/newst-plainview.el (newsticker-new-item-face)
12812 (newsticker-old-item-face, newsticker-immortal-item-face)
12813 (newsticker-obsolete-item-face, newsticker-date-face)
12814 (newsticker-statistics-face, newsticker-default-face):
12815 * net/newst-reader.el (newsticker-feed-face)
12816 (newsticker-extra-face, newsticker-enclosure-face):
12817 * net/newst-treeview.el (newsticker-treeview-face)
12818 (newsticker-treeview-new-face, newsticker-treeview-old-face)
12819 (newsticker-treeview-immortal-face)
12820 (newsticker-treeview-obsolete-face)
12821 (newsticker-treeview-selection-face):
12822 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
12823 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
12824 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
12825 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
12826 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12827 (nxml-outline-active-indicator, nxml-outline-ellipsis):
12828 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12829 (mpuz-text):
12830 * progmodes/vera-mode.el (vera-font-lock-number)
12831 (vera-font-lock-function, vera-font-lock-interface):
12832 * textmodes/table.el (table-cell): Use new-style face specs, and
12833 don't use the old :bold and :italic attributes.
12834
12835 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12836 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
12837 (ebrowse-member-class, ebrowse-progress): Likewise.
12838 (ebrowse-tree-mark-face, ebrowse-root-class-face)
12839 (ebrowse-file-name-face, ebrowse-default-face)
12840 (ebrowse-member-attribute-face, ebrowse-member-class-face)
12841 (ebrowse-progress-face): Remove obsolete faces.
12842
12843 * progmodes/flymake.el (flymake-errline, flymake-warnline):
12844 Inherit from error and warning faces respectively.
12845
12846 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12847 Likewise.
12848 (flyspell-incorrect-face, flyspell-duplicate-face):
12849 Remove obsolete aliases.
12850
12851 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
12852
12853 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12854 Avoid infloop.
12855
12856 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12857
12858 * startup.el (argv, argi): Make lexically scoped.
12859 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
12860 * emacs-lisp/cl-macs.el: Use lexical-binding.
12861 Rename cl-bind-* to cl--bind-*.
12862 * files.el: Don't require `cl' since it doesn't use it.
12863 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
12864
12865 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
12866
12867 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
12868 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
12869 instead of calling external sort utility.
12870 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
12871
12872 2012-06-08 Eli Zaretskii <eliz@gnu.org>
12873
12874 * descr-text.el (describe-char): Mention how to insert the
12875 character, if the current input method doesn't support it.
12876 See the discussion in this thread for the details:
12877 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
12878
12879 2012-06-08 Sam Steingold <sds@gnu.org>
12880
12881 * bindings.el (global-map): Bind XF86Forward to next-buffer and
12882 XF86Back to previous-buffer.
12883 (minibuffer-local-map): Bind them to next-history-element and
12884 previous-history-element respectively.
12885 * help-mode.el (help-mode-map): Bind them to help-go-forward and
12886 help-go-back respectively.
12887 * info.el (Info-mode-map): Bind them to Info-history-forward and
12888 Info-history-back respectively.
12889 These are the keys next to Up on the ThinkPad keyboard.
12890
12891 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12892
12893 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
12894 * emacs-lisp/cl-macs.el: Provide itself.
12895 (cl--labels-convert-cache): New var.
12896 (cl--labels-convert): New function.
12897 (cl-flet, cl-labels): New implementation with new semantics, relying on
12898 lexical-binding.
12899 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
12900 (cl-closure-vars, cl--function-convert-cache)
12901 (cl--function-convert): Move from cl-macs.el.
12902 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
12903 rename by removing the "cl-" prefix.
12904 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
12905
12906 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12907
12908 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
12909 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
12910 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
12911 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
12912 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
12913 (cl-hash-table-count): Add old compatibility aliases.
12914
12915 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
12916 Use macroexpand-all-environment instead.
12917 (cl--old-macroexpand): New var.
12918 (cl--sm-macroexpand): New function.
12919 (cl-symbol-macrolet): Use it during macro expansion.
12920 (cl--function-convert-cache): New var.
12921 (cl--function-convert): New function, extracted from
12922 cl-macroexpand-all.
12923 (cl-lexical-let): Use it.
12924
12925 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
12926 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
12927 (cl-member): Remove old alias.
12928
12929 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
12930 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
12931 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
12932 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
12933 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
12934 (cl-macroexpand-cmacs): Remove var.
12935 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
12936 Use macroexpand-all instead.
12937
12938 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12939
12940 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
12941 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
12942 (macroexp-copyable-p): New functions and macros.
12943 * emacs-lisp/edebug.el (edebug-unwrap):
12944 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
12945 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
12946 (pcase--let*): Remove.
12947 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
12948 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
12949 macroexp-const-p instead.
12950 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
12951
12952 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
12953 instead of "cl-" for internal definitions. Use macroexp-const-p.
12954 (cl-old-bc-file-form): Remove var.
12955 (cl-const-exprs-p): Remove fun.
12956 (cl-labels, cl-macrolet): Use backquote.
12957 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
12958 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
12959 (cl-define-setf-expander): Rename from cl-define-setf-method.
12960 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
12961
12962 * international/mule-cmds.el: Don't require CL.
12963 (view-hello-file): Don't use `letf'.
12964
12965 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12966
12967 * tmm.el (tmm-prompt): Use string-prefix-p.
12968 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
12969 (tmm-add-prompt): Use minibuffer-completion-help.
12970 (tmm-delete-map): Remove.
12971
12972 * subr.el (kbd): Make it its own function.
12973
12974 2012-06-07 Stefan Merten <smerten@oekonux.de>
12975
12976 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
12977 Silence compiler warnings. Fix versions.
12978 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
12979 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
12980 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
12981 (rst-package-emacs-version-alist): Correct Emacs version to
12982 represent major merge with upstream.
12983 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
12984
12985 2012-06-06 Glenn Morris <rgm@gnu.org>
12986
12987 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
12988 Only print environment variables if set.
12989
12990 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12991
12992 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
12993 (macroexp--cons): Rename from maybe-cons.
12994 (macroexp--accumulate): Rename from macroexp-accumulate.
12995 (macroexp--all-forms): Rename from macroexpand-all-forms.
12996 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
12997 (macroexp--expand-all): Rename from macroexpand-all-1.
12998
12999 2012-06-06 Sam Steingold <sds@gnu.org>
13000
13001 * calendar/calendar.el (calendar-in-read-only-buffer):
13002 Call `special-mode' to enable the standard read-only keybindings.
13003
13004 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13005
13006 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
13007 with "loading" messages (bug#11635).
13008
13009 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
13010
13011 * files.el (enable-remote-dir-locals): New option.
13012 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
13013
13014 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13015 Ensure, that the temp directory is local.
13016
13017 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
13018 `temporary-file-directory'.
13019
13020 * progmodes/python.el (python-send-region): Ensure, that the
13021 temporary file is created also in the remote case.
13022
13023 2012-06-06 Glenn Morris <rgm@gnu.org>
13024
13025 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
13026 (vc-rcs-update-changelog): Use it.
13027
13028 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
13029
13030 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
13031 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
13032 (vc-sccs-diff): Replace use of the external vcdiff script.
13033
13034 2012-06-05 Glenn Morris <rgm@gnu.org>
13035
13036 * ledit.el: Move to obsolete/.
13037
13038 2012-06-05 Sam Steingold <sds@gnu.org>
13039
13040 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
13041 patch (Bug#11140).
13042
13043 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13044
13045 * emacs-lisp/cust-print.el: Move to obsolete.
13046
13047 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
13048 compiler-macro expansion.
13049
13050 Add native compiler-macro support.
13051 * emacs-lisp/macroexp.el (macroexpand-all-1):
13052 Support compiler-macros directly. Properly follow aliases and apply
13053 the compiler macros more thoroughly.
13054 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
13055 macroexpand now properly follows aliases.
13056 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
13057 (cl-compiler-macroexpand): Use new prop.
13058 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
13059
13060 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
13061
13062 2012-06-05 Martin Rudalics <rudalics@gmx.at>
13063
13064 * window.el (get-lru-window, get-mru-window, get-largest-window):
13065 New argument NOT-SELECTED to avoid picking the selected window.
13066 (window--display-buffer-1, window--display-buffer-2): Replace by
13067 new function window--display-buffer
13068 (display-buffer-same-window, display-buffer-reuse-window)
13069 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13070 Use window--display-buffer.
13071 (display-buffer-use-some-window): Remove temporary dedication
13072 hack by calling get-lru-window and get-largest-window with
13073 NOT-SELECTED argument non-nil. Call window--display-buffer.
13074
13075 2012-06-05 Glenn Morris <rgm@gnu.org>
13076
13077 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
13078 Replace external vcdiff script.
13079
13080 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13081
13082 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
13083
13084 2012-06-04 Chong Yidong <cyd@gnu.org>
13085
13086 * image.el (imagemagick-types-inhibit): Revert last change.
13087 Add INFO and M.
13088 (imagemagick-enabled-types): Remove CIN and EPS*.
13089
13090 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13091
13092 * emacs-lisp/cl-lib.el: Rename from cl.el.
13093 * emacs-lisp/cl.el: New compatibility file.
13094 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
13095 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
13096 to obey the "cl-" prefix.
13097 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
13098
13099 2012-06-03 Glenn Morris <rgm@gnu.org>
13100
13101 * emacs-lisp/authors.el (authors-aliases): Addition.
13102
13103 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
13104 Fix :version.
13105
13106 2012-06-03 Stefan Merten <smerten@oekonux.de>
13107
13108 * textmodes/rst.el: Add comments.
13109 (rst-transition, rst-adornment): New faces.
13110 (rst-adornment-faces-alist): Make default safe to reevaluate.
13111 Fixes
13112 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
13113 Improve customization tags.
13114 (rst-define-level-faces): Clarify meaning.
13115
13116 2012-06-03 Chong Yidong <cyd@gnu.org>
13117
13118 * progmodes/compile.el (compilation-mode-line-fail)
13119 (compilation-mode-line-run, compilation-mode-line-exit):
13120 New faces.
13121 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
13122
13123 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
13124
13125 * progmodes/which-func.el (which-func-update-ediff-windows):
13126 New function. Use it in ediff-select-hook (Bug#11478).
13127
13128 2012-06-03 Chong Yidong <cyd@gnu.org>
13129
13130 * bindings.el: Remove explicit help text from format-mode-line.
13131 It is now supplied by mode-line-default-help-echo.
13132 (mode-line-front-space, mode-line-end-spaces)
13133 (mode-line-misc-info): New variables.
13134 (mode-line-modes, mode-line-position): Move the default value to
13135 the variable definition.
13136 (mode-line-default-help-echo): New defcustom.
13137 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
13138 (mode-line-modified-help-echo): New functions.
13139 (mode-line-mule-info, mode-line-modified): Use them.
13140 (mode-line-eol-desc, propertized-buffer-identification):
13141 Consistency fixes for help text.
13142 (mode-line-coding-system-map): Allow using mouse-3 to invoke
13143 set-buffer-file-coding-system (Bug#289).
13144 (mode-line-mule-info-help-echo): Update help text.
13145
13146 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13147
13148 * simple.el (execute-extended-command): Set real-this-command
13149 (bug#11506).
13150
13151 2012-06-02 Chong Yidong <cyd@gnu.org>
13152
13153 Remove incorrect uses of "modeline" in comments, docstrings, and
13154 function/variable names (Bug#10329).
13155
13156 * cus-edit.el (mode-line):
13157 * dframe.el (dframe-mouse-hscroll):
13158 * emacs-lisp/re-builder.el:
13159 * emacs-lisp/easy-mmode.el (define-minor-mode):
13160 * frame.el (set-frame-name):
13161 * help.el (lookup-minor-mode-from-indicator):
13162 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
13163 * progmodes/cc-cmds.el (c-toggle-auto-newline)
13164 (c-toggle-hungry-state):
13165 * progmodes/antlr-mode.el (antlr-language-alist):
13166 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
13167 * progmodes/vhdl-mode.el (vhdl-mode):
13168 * progmodes/which-func.el (which-func, which-func-cleanup-function):
13169 * term/ns-win.el (ns-face-at-pos):
13170 * term/sup-mouse.el (sup-mouse-report):
13171 * textmodes/flyspell.el (flyspell-mode-line-string):
13172 * textmodes/ispell.el (ispell-highlight-face):
13173 * textmodes/reftex-global.el:
13174 * vc/vc-arch.el (vc-arch-mode-line-string):
13175 * vc/vc-cvs.el (vc-cvs-mode-line-string):
13176 * vc/vc-git.el (vc-git-mode-line-string):
13177 * vc/vc-hooks.el (vc-display-status)
13178 (vc-default-mode-line-string):
13179 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
13180
13181 * ansi-color.el (ansi-color-faces-vector): Change default faces.
13182
13183 * dired.el (dired-sort-set-mode-line): Rename from
13184 dired-sort-set-modeline. All callers changed.
13185
13186 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
13187 eshell-status-in-modeline.
13188
13189 * foldout.el (foldout-mode-line-string): Rename from
13190 foldout-modeline-string. All callers changed.
13191 (foldout-update-mode-line): Rename from foldout-update-modeline.
13192
13193 * subr.el (redraw-modeline): Make into obsolete alias.
13194
13195 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
13196 timeclock-modeline-display. Make old name an alias.
13197 (timeclock-update-mode-line): Likewise. All callers changed.
13198 (timeclock-mode-line-display): No need to check before using
13199 add-hook.
13200 (timeclock-relative, timeclock-day-over-hook)
13201 (timeclock-use-elapsed, timeclock-mode-string)
13202 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
13203
13204 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
13205 crisp-mode-modeline-string.
13206
13207 * play/solitaire.el (solitaire-build-mode-line): Rename from
13208 solitaire-build-modeline. All callers changed.
13209
13210 * play/zone.el (zone-hiding-mode-line): Rename from
13211 zone-hiding-modeline. All callers changed.
13212 (zone): Remove unusued `modeline-hidden-level' property.
13213
13214 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
13215 xscheme-modeline-initialize. All callers changed.
13216
13217 * strokes.el (strokes-lighter): Rename from
13218 strokes-modeline-string.
13219
13220 * textmodes/sgml-mode.el (html-face-tag-alist)
13221 (html-tag-face-alist): Use mode-line face instead of obsolete
13222 alias modeline.
13223
13224 2012-06-02 Stefan Merten <smerten@oekonux.de>
13225
13226 * textmodes/rst.el: Always require `cl'.
13227 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
13228
13229 2012-06-02 Chong Yidong <cyd@gnu.org>
13230
13231 * image.el (imagemagick-enabled-types): Rename from
13232 imagemagick-types-enable. Add many more types.
13233 (imagemagick-types-inhibit): Change default to nil.
13234 (imagemagick-filter-types): Caller changed.
13235
13236 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13237
13238 * emacs-lisp/cl-macs.el: Use backquotes.
13239 (cl-transform-function-property): Use eval-and-compile rather than
13240 abusing `require'.
13241 (defstruct): Use declare-function instead of with-no-warnings.
13242
13243 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
13244 (byte-compile-output-docform): Re-add the print-circle bindings.
13245 (byte-compile-fix-header): Use #$ just because it's shorter.
13246 (byte-compile-output-file-form): Remove defun/defmacro.
13247
13248 2012-06-01 Martin Rudalics <rudalics@gmx.at>
13249
13250 * simple.el (choose-completion): Remove now obsolete binding for
13251 owindow.
13252
13253 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
13254
13255 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
13256 in order to avoid "Stack overflow in regexp matcher".
13257
13258 2012-05-31 Glenn Morris <rgm@gnu.org>
13259
13260 * image.el: For clarity, call imagemagick-register-types at
13261 top-level, rather than relying on a custom :initialize.
13262 (imagemagick-types-enable): New option. (Bug#11557)
13263 (imagemagick-filter-types): New function. (Bug#7406)
13264 (imagemagick-register-types): Use imagemagick-filter-types.
13265 If disabling support, remove elements altogether rather
13266 than using an impossible regexp.
13267 (imagemagick-types-inhibit): Give it the default init function.
13268
13269 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
13272 Handle arbitrary file name lengths (Bug#11585).
13273
13274 2012-05-31 Martin Rudalics <rudalics@gmx.at>
13275
13276 * desktop.el (desktop-read): Clear previous and next buffers for
13277 all windows and bury *Messages* buffer (bug#11556).
13278
13279 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13280
13281 Add `declare' for `defun'. Align `defmacro's with it.
13282 * emacs-lisp/easy-mmode.el (define-minor-mode)
13283 (define-globalized-minor-mode): Don't autoload the var definitions.
13284 * emacs-lisp/byte-run.el: Use lexical-binding.
13285 (defun-declarations-alist, macro-declarations-alist): New vars.
13286 (defmacro, defun): Use them.
13287 (make-obsolete, define-obsolete-function-alias)
13288 (make-obsolete-variable, define-obsolete-variable-alias):
13289 Use `declare'.
13290 (macro-declaration-function): Mark obsolete.
13291 * emacs-lisp/autoload.el: Use lexical-binding.
13292 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
13293
13294 2012-05-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13295
13296 * textmodes/ispell.el (ispell-with-no-warnings):
13297 Define as a macro.
13298 (ispell-kill-ispell, ispell-change-dictionary):
13299 Use `called-interactively-p' for Emacs instead of obsolete
13300 `interactive-p'.
13301
13302 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13303
13304 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
13305 (macro-declaration-function): Move var from C code.
13306 (macro-declaration-function): Define function with defalias.
13307 * emacs-lisp/macroexp.el (macroexpand-all-1):
13308 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
13309 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
13310 defun/defmacro any more.
13311 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
13312 Provide fallback for unknown arglist.
13313 (byte-compile-arglist-warn): Change calling convention.
13314 (byte-compile-output-file-form): Move print-vars binding.
13315 (byte-compile-output-docform): Simplify accordingly.
13316 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
13317 (byte-compile-defmacro-declaration): Remove.
13318 (byte-compile-file-form-defmumble): Generalize to defalias.
13319 (byte-compile-output-as-comment): Return byte-positions.
13320 Simplify callers accordingly.
13321 (byte-compile-lambda): Use `assert'.
13322 (byte-compile-defun, byte-compile-defmacro): Remove.
13323 (byte-compile-file-form-defalias):
13324 Use byte-compile-file-form-defmumble.
13325 (byte-compile-defalias-warn): Remove.
13326
13327 2012-05-29 Stefan Merten <smerten@oekonux.de>
13328
13329 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
13330 possible. Fix authors. Improve comments. Improve loading of `cl'.
13331
13332 (rst-mode-abbrev-table): Merge definition.
13333 (rst-mode): Make sure `font-lock-defaults' is buffer local.
13334 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
13335
13336 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
13337
13338 * calendar/icalendar.el
13339 (icalendar-export-region): Export UID properly.
13340
13341 2012-05-29 Leo Liu <sdl.web@gmail.com>
13342 * calendar/icalendar.el (icalendar-import-format):
13343 Add `icalendar-import-format-uid' (Bug#11525).
13344 (icalendar-import-format-uid): New.
13345 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
13346 Export UID.
13347
13348 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13349
13350 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
13351 different alternative patterns.
13352 (pcase-codegen): Be more careful to preserve identity.
13353 (pcase--u1): Don't forget to mark vars as used.
13354
13355 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
13356 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
13357 (byte-compile-from-buffer): ...rather than here.
13358
13359 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
13360 functions from byte-compile-function-environment.
13361
13362 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
13363
13364 * window.el (window-deletable-p): Avoid deleting the root window
13365 of a frame with an active minibuffer.
13366
13367 2012-05-29 Martin Rudalics <rudalics@gmx.at>
13368
13369 * simple.el (choose-completion): Use quit-window (Bug#11567).
13370
13371 2012-05-29 Chong Yidong <cyd@gnu.org>
13372
13373 * whitespace.el (whitespace-cleanup): Fix usage of
13374 whitespace-empty-at-bob-regexp (Bug#11492).
13375
13376 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13377
13378 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
13379 revert (Bug#11488).
13380
13381 2012-05-29 Juri Linkov <juri@jurta.org>
13382
13383 * isearch.el (isearch-mode-map): Bind `M-s _' to
13384 `isearch-toggle-symbol'. Bind `M-s c' to
13385 `isearch-toggle-case-fold'.
13386 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
13387 (isearch-forward): Add `M-s _' to the docstring.
13388 (isearch-forward-symbol, isearch-toggle-case-fold)
13389 (isearch-symbol-regexp): New functions. (Bug#11381)
13390
13391 2012-05-29 Juri Linkov <juri@jurta.org>
13392
13393 * isearch.el (isearch-word): Add docstring. (Bug#11381)
13394 (isearch-occur, isearch-search-and-update): If `isearch-word' is
13395 a function, call it to get the regexp.
13396 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
13397 property `isearch-message-prefix' instead of the string "word ".
13398 (isearch-search-fun-default): For the case of `isearch-word',
13399 return a lambda that calls re-search-forward/re-search-backward
13400 with a regexp returned by `word-search-regexp' or by the function
13401 in `isearch-word'.
13402
13403 2012-05-29 Juri Linkov <juri@jurta.org>
13404
13405 * isearch.el (isearch-search-fun-default): New function.
13406 (isearch-search-fun): Move default part to the new function
13407 `isearch-search-fun-default'.
13408 (isearch-search-fun-function): Set the default value to
13409 `isearch-search-fun-default'. (Bug#11381)
13410
13411 * comint.el (comint-history-isearch-end):
13412 Use `isearch-search-fun-default'.
13413 (comint-history-isearch-search): Use `isearch-search-fun-default'
13414 and remove spacial case for `isearch-word'.
13415 (comint-history-isearch-wrap): Remove spacial case for
13416 `isearch-word'.
13417
13418 * hexl.el (hexl-isearch-search-function):
13419 Use `isearch-search-fun-default'.
13420
13421 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
13422 Use `word-search-regexp' for `isearch-word'.
13423
13424 * misearch.el (multi-isearch-search-fun):
13425 Use `isearch-search-fun-default'.
13426
13427 * simple.el (minibuffer-history-isearch-search):
13428 Use `isearch-search-fun-default' and remove spacial case for
13429 `isearch-word'.
13430 (minibuffer-history-isearch-wrap): Remove spacial case for
13431 `isearch-word'.
13432
13433 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
13434 Remove spacial case for `isearch-word'.
13435 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
13436
13437 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13438
13439 Decrease XEmacs incompatibilities.
13440 * textmodes/flyspell.el (flyspell-check-pre-word-p):
13441 Use `string-match'.
13442 (flyspell-delete-region-overlays): Use alternative definition for
13443 XEmacs.
13444 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
13445 (flyspell-word): Use `process-kill-without-query' if XEmacs.
13446 (flyspell-mode-on): Use `interactive-p' if XEmacs.
13447 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
13448 `define-obsolete-face-alias' under XEmacs, but old method.
13449
13450 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
13451 `with-no-warnings' definition or Emacs alias.
13452 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
13453 (ispell-word): Do not use `region-p' if XEmacs.
13454
13455 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13456
13457 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13458 Check for `ispell-dictionary-base-alist' instead of full
13459 `ispell-dictionary-alist'.
13460 (ispell-init-process): Show spellchecker when starting new Ispell
13461 process.
13462
13463 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13464
13465 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
13466 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
13467
13468 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
13469
13470 * version.el (motif-version-string, gtk-version-string)
13471 (ns-version-string): Declare.
13472
13473 2012-05-27 Juri Linkov <juri@jurta.org>
13474
13475 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
13476 after the `eval-defun-1' specialcaseing
13477 like in `edebug-eval-defun' (bug#10181).
13478
13479 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
13480 like in `eval-defun-1'.
13481
13482 2012-05-27 Eli Zaretskii <eliz@gnu.org>
13483
13484 * mail/sendmail.el (mail-yank-region):
13485 Recognize rmail-yank-current-message in addition to insert-buffer.
13486 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
13487 a *mail* buffer created through rmail-start-mail with sendmail as
13488 mail-user-agent.
13489
13490 2012-05-27 Chong Yidong <cyd@gnu.org>
13491
13492 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
13493 Default to 256 (Bug#11267).
13494
13495 * help.el (describe-mode): Doc fix.
13496
13497 2012-05-26 Glenn Morris <rgm@gnu.org>
13498
13499 * w32-fns.el (w32-init-info): Remove.
13500 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
13501
13502 * info.el (info-initialize): For self-contained NS builds, put the
13503 included info/ directory at the front. (Bug#2791)
13504
13505 * paths.el (Info-default-directory-list): Make it a defcustom,
13506 mainly so that we can use custom-initialize-delay.
13507
13508 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
13509
13510 * subr.el (buffer-has-markers-at): Mark obsolete.
13511
13512 * subr.el (lambda): Use declare.
13513
13514 * emacs-lisp/lisp-mode.el (lambda):
13515 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
13516
13517 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13518
13519 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
13520
13521 2012-05-26 Glenn Morris <rgm@gnu.org>
13522
13523 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
13524
13525 2012-05-25 Glenn Morris <rgm@gnu.org>
13526
13527 * paths.el: Remove no-byte-compile.
13528 * loadup.el: No need to load paths.el uncompiled.
13529
13530 * image.el (imagemagick-types-inhibit): Doc fix.
13531
13532 * version.el: Remove no-byte-compile and associated formatting.
13533 * loadup.el: No need to load version.el uncompiled. AFAICS, this
13534 is ancient code from when there was an "inc-vers.el".
13535
13536 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13537
13538 * progmodes/gdb-mi.el: Minor style changes.
13539 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
13540 Turn into minor modes.
13541 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
13542 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
13543 (gdb-shell): Remove unneeded let-binding.
13544 (gdb-get-many-fields): Eliminate O(n²) behavior.
13545
13546 2012-05-25 Eli Zaretskii <eliz@gnu.org>
13547
13548 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
13549 platforms that don't link in fontset.c.
13550
13551 2012-05-25 Juri Linkov <juri@jurta.org>
13552
13553 Use the same diff color scheme as in modern VCSes (bug#10181).
13554
13555 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
13556 to avoid confusion with `diff-added' that now uses green colors.
13557 (diff-removed): Use shades of red.
13558 (diff-added): Use shades of green.
13559 (diff-changed): Leave just the yellow color.
13560 (diff-use-changed-face): New variable.
13561 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
13562 how to highlight context diff changes.
13563 (diff-refine-change): Use shades of yellow.
13564 (diff-refine-removed): New face that uses shades of red.
13565 (diff-refine-added): New face that uses shades of green.
13566 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
13567 `diff-refine-removed' in the call to `smerge-refine-subst'
13568 depending on the value of `diff-use-changed-face'.
13569
13570 * vc/smerge-mode.el (smerge-mine): Use shades of red.
13571 (smerge-other): Use shades of green.
13572 (smerge-base): Use shades of yellow.
13573 (smerge-refined-change): Empty face.
13574 (smerge-refined-removed): New face that uses shades of red.
13575 (smerge-refined-added): New face that uses shades of green.
13576 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
13577 args `props-r' and `props-a', and use them. Doc fix.
13578 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
13579 on its value use different faces `smerge-refined-change',
13580 `smerge-refined-removed', `smerge-refined-added' in the call to
13581 `smerge-refine-subst'.
13582
13583 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
13584 Add face condition `min-colors 88' with shades of red.
13585 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
13586 `min-colors 88' with shades of green.
13587 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
13588 `min-colors 88' with shades of yellow.
13589
13590 2012-05-24 Glenn Morris <rgm@gnu.org>
13591
13592 * paths.el (prune-directory-list, remote-shell-program): Move to...
13593 * files.el (prune-directory-list, remote-shell-program): ...here.
13594 For the latter, delay initialization, prefer ssh, just search PATH.
13595
13596 * paths.el (term-file-prefix): Move to faces.el (the only user).
13597 * faces.el (term-file-prefix): Move here, make it a defcustom.
13598
13599 * paths.el (news-directory, news-path, news-inews-program):
13600 Move to gnus/nnspool.el.
13601
13602 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
13603
13604 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
13605 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13606 Make the latter a defcustom, with a delayed initialization.
13607
13608 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
13609 These were deleted from Gnus itself late 2010.
13610
13611 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
13612
13613 * progmodes/which-func.el (which-func-ff-hook):
13614 Check against user-error, not error.
13615
13616 * emacs-lisp/edebug.el (top): Do not load or set up loading of
13617 cl-specs.el, which no longer exists.
13618
13619 2012-05-22 Glenn Morris <rgm@gnu.org>
13620
13621 * info.el (info-emacs-bug): New command.
13622 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
13623 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
13624
13625 2012-05-21 Glenn Morris <rgm@gnu.org>
13626
13627 * makefile.w32-in (update-subdirs-SH):
13628 * Makefile.in (update-subdirs): Update for moved update-subdirs.
13629
13630 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13631
13632 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
13633
13634 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13635 Simplify Maven regexp, and make sure the file can't start with a space
13636 (bug#11517).
13637
13638 2012-05-21 Glenn Morris <rgm@gnu.org>
13639
13640 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
13641 Scrap superfluous subshells.
13642
13643 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13644
13645 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
13646 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
13647
13648 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
13649
13650 * calc/calc.el (calc-ensure-consistent-units): New variable.
13651
13652 * calc/calc-units.el (math-consistent-units-p)
13653 (math-check-unit-consistency): New functions.
13654 (calc-quick-units, calc-convert-units):
13655 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
13656 is non-nil.
13657 (calc-extract-units): Fix typo.
13658
13659 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13660
13661 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
13662
13663 * textmodes/flyspell.el: Commenting style, plus code simplifications.
13664 (flyspell-default-deplacement-commands): Don't spell check after
13665 repeated window/frame switches (e.g. triggered by mouse-movement).
13666 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
13667 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
13668 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
13669 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
13670 Remove unused vars.
13671 (flyspell-get-casechars, flyspell-get-not-casechars):
13672 Simplify; Don't bother removing a ] just to add it back.
13673 * textmodes/ispell.el (ispell-program-name): Use executable-find.
13674
13675 2012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
13676
13677 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
13678 New functions.
13679 (math-function-table): Add support for more C functions.
13680
13681 2012-05-18 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13682
13683 * textmodes/flyspell.el (flyspell-check-pre-word-p)
13684 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13685 Protect delay handling for otherchars against empty otherchars.
13686
13687 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13688
13689 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
13690 their respective macro declarations.
13691 * skeleton.el (define-skeleton):
13692 * progmodes/compile.el (define-compilation-mode):
13693 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
13694 (define-ibuffer-filter):
13695 * emacs-lisp/generic.el (define-generic-mode):
13696 * emacs-lisp/easy-mmode.el (define-minor-mode)
13697 (define-globalized-minor-mode):
13698 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
13699 * emacs-lisp/byte-run.el (defsubst):
13700 * custom.el (deftheme): Add doc-string metadata.
13701
13702 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13703
13704 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
13705
13706 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13707
13708 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
13709
13710 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
13711 * emacs-lisp/cl-macs.el: Idem.
13712 * emacs-lisp/cl-specs.el: Remove.
13713
13714 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13715
13716 Minor renaming of internal CL functions and variables.
13717 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
13718 (cl--position): Rename from cl-position.
13719 (cl--delete-duplicates): Rename from cl-delete-duplicates.
13720 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
13721 (cl--random-state): Rename from *random-state*.
13722
13723 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13724
13725 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
13726 parens around the arg list (bug#11499).
13727
13728 2012-05-17 Juri Linkov <juri@jurta.org>
13729
13730 * isearch.el (word-search-regexp, word-search-backward)
13731 (word-search-forward, word-search-backward-lax)
13732 (word-search-forward-lax): Move functions from search.c
13733 (bug#10145, bug#11381).
13734
13735 2012-05-16 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13736
13737 * textmodes/flyspell.el (flyspell-check-pre-word-p)
13738 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13739 Delay for otherchars as for normal word components.
13740
13741 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13742
13743 * minibuffer.el (completion--sifn-requote): Fix last change.
13744 (minibuffer-local-must-match-filename-map):
13745 Move define-obsolete-variable-alias before its var.
13746
13747 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13748
13749 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
13750
13751 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
13752 behavior.
13753 (completion--string-equal-p): New function.
13754 (completion--twq-all): Use it to get better assertion failure data.
13755
13756 Only handle ".." and '..' quoting in shell-mode (bug#11466).
13757 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
13758 (shell--requote-argument): New functions.
13759 (shell-completion-vars): Use them.
13760 (shell--parse-pcomplete-arguments): Rename from
13761 shell-parse-pcomplete-arguments.
13762 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
13763 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
13764 Obey comint-file-name-quote-list.
13765
13766 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
13767 (smie-indent-keyword): Use it.
13768
13769 2012-05-14 Stefan Merten <smerten@oekonux.de>
13770
13771 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
13772
13773 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
13774
13775 * net/rlogin.el (rlogin-mode-map): Fix last change.
13776
13777 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
13778
13779 * mail/smtpmail.el (smtpmail-send-command): Send the command and
13780 the following \r\n using a single `process-send-string', since the
13781 Lotus SMTP server refuses to accept any commands if they are sent
13782 with two `process-send-string's (Bug#11444).
13783
13784 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
13785
13786 * shell.el (shell-parse-pcomplete-arguments):
13787 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
13788
13789 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
13790
13791 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
13792 (image-transform-scale, image-transform-right-angle-fudge): New vars.
13793 (image-transform-width, image-transform-fit-width): New functions.
13794 (image-transform-properties): Use them.
13795 (image-transform-check-size): New function.
13796 (image-toggle-display-image): Use it (for testing).
13797 (image-transform-set-rotation): Reduce angle mod 360.
13798 Delete obsolete comment.
13799
13800 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
13801
13802 * image-mode.el: Fix scaling (bug#11399).
13803 (image-transform-resize): Doc fix.
13804 (image-transform-properties): Default scale is 1 and height should
13805 be an integer.
13806
13807 2012-05-13 Johan BockgĂ¥rd <bojohan@gnu.org>
13808
13809 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
13810 than hard-coding `car', to fix misbehavior when moving forward.
13811
13812 2012-05-13 Chong Yidong <cyd@gnu.org>
13813
13814 * emacs-lisp/tabulated-list.el (tabulated-list-format)
13815 (tabulated-list-entries, tabulated-list-padding)
13816 (tabulated-list-sort-key): Make permanent-local.
13817
13818 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
13819 (electric-buffer-list): Put electric buffer menu
13820 command descriptions in this docstring, instead of the docstring
13821 of electric-buffer-menu-mode. Code cleanups.
13822 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
13823 Electric-buffer-menu-mode.
13824 (electric-buffer-update-highlight): Minor code cleanup.
13825
13826 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
13827
13828 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
13829 (Bug#11447)
13830
13831 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13832
13833 Move define-obsolete-variable-alias before the var's definition.
13834 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
13835 * tooltip.el (tooltip-hook):
13836 * textmodes/reftex-toc.el (reftex-toc-map):
13837 * textmodes/reftex-sel.el (reftex-select-label-map)
13838 (reftex-select-bib-map):
13839 * textmodes/reftex-index.el (reftex-index-map)
13840 (reftex-index-phrases-map):
13841 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
13842 * progmodes/meta-mode.el (meta-mode-map):
13843 * novice.el (disabled-command-hook):
13844 * loadhist.el (unload-hook-features-list):
13845 * frame.el (blink-cursor):
13846 * files.el (find-file-not-found-hooks, write-file-hooks)
13847 (write-contents-hooks):
13848 * emulation/tpu-edt.el (GOLD-map):
13849 * emacs-lock.el (emacs-lock-from-exiting):
13850 * emacs-lisp/generic.el (generic-font-lock-defaults):
13851 * emacs-lisp/chart.el (chart-map):
13852 * dos-fns.el (register-name-alist):
13853 * dired-x.el (dired-omit-files-p):
13854 * desktop.el (desktop-enable):
13855 * cus-edit.el (custom-mode-hook):
13856 * buff-menu.el (buffer-menu-mode-hook):
13857 * bookmark.el (bookmark-read-annotation-text-func)
13858 (bookmark-exit-hooks):
13859 * allout.el (allout-mode-deactivate-hook)
13860 (allout-exposure-change-hook, allout-structure-added-hook)
13861 (allout-structure-deleted-hook, allout-structure-shifted-hook):
13862 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
13863 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
13864 comes before the corresponding variable's definition.
13865
13866 2012-05-12 Chong Yidong <cyd@gnu.org>
13867
13868 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
13869 (Buffer-menu-mouse-select): Restore function (Bug#11459).
13870 (Buffer-menu-mode-map): Bind it.
13871 (Buffer-menu--pretty-name): Add a mouse-face property.
13872
13873 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
13874
13875 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
13876 (prolog-upper-case-string, prolog-lower-case-string)
13877 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
13878 (prolog-use-smie, prolog-smie-grammar): New vars.
13879 (prolog-smie-forward-token, prolog-smie-backward-token)
13880 (prolog-smie-rules): New funs.
13881 (prolog-comment-indent): Remove.
13882 (prolog-mode-variables): Use default comment indentation instead.
13883 Setup SMIE.
13884 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
13885 (prolog-mode): Don't call them any more.
13886 (prolog-electric-colon, prolog-electric-dash)
13887 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
13888
13889 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
13890
13891 * minibuffer.el (completion--twq-all): Again, allow case differences.
13892
13893 * term.el: Move keymap initialization code to be more idiomatic.
13894 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
13895 (term-terminal-menu): Move initialization into declaration.
13896 (term-escape-char): Let the user set it in her .emacs.
13897
13898 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
13899 Provide SMIE-based indentation (not enabled by default yet).
13900 (sh-mode-map): Don't bind electric keys.
13901 Use electric-pair-mode instead of skeleton-pair.
13902 (sh-assignment-regexp): Fit within 80 columns.
13903 (sh-indent-supported): Specify actual shell name instead of boolean.
13904 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
13905 (sh-maybe-here-document): Use it. Make obsolete.
13906 (sh-electric-here-document-mode) New minor mode.
13907 (sh-mode): Use it. Don't set sh-indent-supported-here here.
13908 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
13909 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
13910 (sh-smie-rc-grammar, sh-use-smie): New vars.
13911 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
13912 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
13913 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
13914 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
13915 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
13916 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
13917 (sh-set-shell): Use smie-setup if requested.
13918
13919 * term.el (term-set-escape-char): Properly set term-escape-char.
13920 See http://stackoverflow.com/questions/10524656.
13921
13922 2012-05-10 Chong Yidong <cyd@gnu.org>
13923
13924 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
13925 Use url-generic-parse-url, and handle host names and Windows
13926 filenames properly.
13927 (ffap-url-unwrap-remote): Use url-generic-parse-url.
13928 (ffap-url-unwrap-remote): Accept list values, specifying a list of
13929 URL schemes to work on.
13930 (ffap--toggle-read-only): New function.
13931 (ffap-read-only, ffap-read-only-other-window)
13932 (ffap-read-only-other-frame): Use it.
13933 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
13934 necessary for ffap-url-unwrap-remote.
13935
13936 2012-05-10 Dave Abrahams <dave@boostpro.com>
13937
13938 * cus-start.el (create-lockfiles): Add it.
13939
13940 2012-05-09 Chong Yidong <cyd@gnu.org>
13941
13942 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
13943 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
13944
13945 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13946
13947 * shell.el (shell-completion-vars): Fix last change (bug#11348).
13948
13949 2012-05-09 Chong Yidong <cyd@gnu.org>
13950
13951 * ansi-color.el (ansi-color-process-output): Check for validity of
13952 comint-last-output-start before using it. This avoids a bad
13953 interaction with gdb-mi's input/output buffer.
13954
13955 2012-05-09 Glenn Morris <rgm@gnu.org>
13956
13957 * files.el (dir-locals-read-from-file):
13958 Mention dir-locals in any error message.
13959
13960 2012-05-09 Chong Yidong <cyd@gnu.org>
13961
13962 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
13963 package (Bug#11410).
13964
13965 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
13966 variables into description.
13967
13968 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13969
13970 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
13971 shell-delimiter-argument-list (bug#11348).
13972 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
13973
13974 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
13975
13976 * textmodes/rst.el: Silence byte-compiler warnings.
13977 (rst-re-alist, rst-reset-section-caches): Move around.
13978 (rst-re): Use `characterp', not `char-valid-p'.
13979 (font-lock-beg, font-lock-end): Declare.
13980
13981 * progmodes/idlw-shell.el (specs): Remove reference to deleted
13982 variable `idlwave-shell-activate-alt-keybindings' and simplify.
13983
13984 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
13985
13986 2012-05-08 Glenn Morris <rgm@gnu.org>
13987
13988 * files.el (auto-mode-alist): Treat ".make" like ".mk".
13989
13990 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13991
13992 * vc/log-edit.el: Add GNU coding standards highlighting.
13993 (log-edit-font-lock-gnu-style)
13994 (log-edit-font-lock-gnu-keywords): New vars.
13995 (log-edit-font-lock-keywords): New fun.
13996 (log-edit-mode): Don't fold case in font-lock.
13997 (log-edit-font-lock-keywords): Do not assume case-folding.
13998
13999 * imenu.el: Misc cleanup. Make docstrings out of comments.
14000 Use lexical-binding.
14001 (imenu--index-alist, imenu--last-menubar-index-alist)
14002 (imenu-menubar-modified-tick): Use defvar-local.
14003 (imenu--split-menu): Remove unused var.
14004 (imenu--cleanup-seen): Declare as global.
14005 (imenu--cleanup): Use dolist.
14006
14007 * subr.el (defvar-local): Add debug spec and doc-string position.
14008
14009 2012-05-08 Glenn Morris <rgm@gnu.org>
14010
14011 * language/burmese.el, language/cham.el, language/czech.el:
14012 * language/english.el, language/georgian.el, language/greek.el:
14013 * language/japanese.el, language/khmer.el, language/korean.el:
14014 * language/lao.el, language/misc-lang.el, language/romanian.el:
14015 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
14016 * language/thai.el, language/utf-8-lang.el:
14017 Remove no-byte-compile setting.
14018
14019 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
14020
14021 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14022
14023 * progmodes/make-mode.el (makefile-browse):
14024 Remove unnecessary interactive. (Bug#11324)
14025
14026 2012-05-07 Glenn Morris <rgm@gnu.org>
14027
14028 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
14029
14030 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
14031
14032 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14033
14034 * loadup.el: Preload newcomment.el.
14035 * newcomment.el: Move autoload-only code to toplevel.
14036
14037 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
14038 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14039 Handle new :right-align column property.
14040 (tabulated-list-print-col): Idem, plus use `display' text-property to
14041 try and preserve alignment for variable pitch fonts.
14042
14043 2012-05-07 Chong Yidong <cyd@gnu.org>
14044
14045 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
14046 (tabulated-list-use-header-line): New var.
14047 (tabulated-list-init-header): Use it.
14048 (tabulated-list-print-fake-header): New function.
14049 (tabulated-list-print): Use it.
14050 (tabulated-list-sort-button-map): Add non-header-line commands.
14051 (tabulated-list-init-header): Add column name property to basic
14052 labels as well.
14053 (tabulated-list-col-sort): Handle non-header-line button case.
14054 (tabulated-list--sort-by-column-name): Fix a corner case.
14055
14056 * buff-menu.el (list-buffers--refresh):
14057 Handle Buffer-menu-use-header-line.
14058
14059 2012-05-06 Chong Yidong <cyd@gnu.org>
14060
14061 * buff-menu.el: Convert to Tabulated List mode.
14062 (Buffer-menu-buffer+size-width): Make obsolete.
14063 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
14064 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
14065 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
14066 documentation into docstring of buffer-menu.
14067 (Buffer-menu-toggle-files-only): Add an informative message.
14068 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
14069 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
14070 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
14071 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
14072 (Buffer-menu-execute, Buffer-menu-select)
14073 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
14074 (Buffer-menu-bury): Use Tabulated List machinery.
14075 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
14076 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
14077 Delete.
14078 (list-buffers--refresh): New function.
14079 (list-buffers-noselect): Use it.
14080 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
14081 (Buffer-menu--pretty-file-name): New helper functions.
14082
14083 * loadup.el: Preload tabulated-list.
14084
14085 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
14086 tabulated-list-sort-column.
14087 (tabulated-list-init-header): Add the initial aligning space even
14088 if tabulated-list-padding is zero.
14089
14090 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
14091
14092 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
14093 whose cdr is not a cons cell correctly (bug#11038).
14094
14095 2012-05-06 Chong Yidong <cyd@gnu.org>
14096
14097 * emacs-lisp/tabulated-list.el (tabulated-list-format):
14098 Accept additional plist in column descriptors.
14099 (tabulated-list-init-header): Obey it.
14100 (tabulated-list-get-entry): New function.
14101 (tabulated-list-put-tag): Use it. Use string-width instead of
14102 length.
14103 (tabulated-list--column-number): New function.
14104 (tabulated-list-print): Use it.
14105 (tabulated-list-print-col): New function.
14106 Set `tabulated-list-column-name' property on each column's text.
14107 (tabulated-list-print-entry): Use it.
14108 (tabulated-list-delete-entry, tabulated-list-set-col):
14109 New functions.
14110 (tabulated-list-sort-column): New command (Bug#11337).
14111
14112 * buff-menu.el (list-buffers): Move C-x C-b binding from
14113 buff-menu.el to bindings.el.
14114
14115 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
14116 :advertised-binding feature.
14117
14118 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
14119
14120 * progmodes/compile.el (compilation-internal-error-properties):
14121 Calculate start position correctly when end-col is set but
14122 end-line is not (Bug#11382).
14123
14124 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
14125
14126 * man.el (Man-unindent): Use text-property-default-nonsticky to
14127 prevent untabify from inheriting face properties (Bug#11408).
14128
14129 2012-05-05 Stefan Merten <smerten@oekonux.de>
14130
14131 * textmodes/rst.el: Major merge with upstream development up to
14132 Docutils SVN r7399 / rst.el V1.2.1.
14133
14134 Clarify maintainership and authors.
14135
14136 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
14137 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
14138 (rst-official-version, rst-official-cvs-rev, rst-version)
14139 (rst-package-emacs-version-alist): New functions and variables
14140 for version information.
14141
14142 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
14143 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
14144 (rst-mode-syntax-table, rst-mode): New and corrected functions
14145 and variables representing reStructuredText features.
14146
14147 (rst-re): New function for reStructuredText regexes. Use in
14148 many places.
14149
14150 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
14151 (rst-mode-map): Rebind keys.
14152
14153 (rst-mode-lazy, rst-font-lock-keywords)
14154 (rst-font-lock-extend-region)
14155 (rst-font-lock-extend-region-internal)
14156 (rst-font-lock-extend-region-extend)
14157 (rst-font-lock-find-unindented-line-limit)
14158 (rst-font-lock-find-unindented-line-match)
14159 (rst-adornment-level, rst-font-lock-adornment-level)
14160 (rst-font-lock-adornment-match)
14161 (rst-font-lock-handle-adornment-pre-match-form)
14162 (rst-font-lock-handle-adornment-matcher): Major revision of
14163 font-locking. Integrate with other code. Use `jit-lock-mode'.
14164
14165 (rst-preferred-adornments, rst-adjust-hook)
14166 (rst-new-adornment-down, rst-preferred-bullets)
14167 (rst-preferred-bullets, rst-indent, rst-indent-width)
14168 (rst-indent-field, rst-indent-literal-normal)
14169 (rst-indent-literal-minimized, rst-indent-comment): Change,
14170 extend and improve customization.
14171
14172 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
14173 (rst-normalize-cursor-position, rst-get-decoration)
14174 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
14175 (rst-rstrip, rst-toc-insert-find-delete-contents)
14176 (rst-shift-fill-region, rst-compute-bullet-tabs)
14177 (rst-debug-print-tabs, rst-debug-mark-found)
14178 (rst-shift-region-guts, rst-shift-region-right)
14179 (rst-shift-region-left, rst-use-char-classes)
14180 (rst-font-lock-keywords-function)
14181 (rst-font-lock-indentation-point)
14182 (rst-font-lock-find-unindented-line-begin)
14183 (rst-font-lock-find-unindented-line-end)
14184 (rst-font-lock-find-unindented-line)
14185 (rst-font-lock-adornment-point, rst-font-lock-level)
14186 (rst-adornment-level-alist): Remove functions and variables.
14187
14188 (rst-compare-adornments, rst-get-adornment-match)
14189 (rst-suggest-new-adornment, rst-get-adornments-around)
14190 (rst-adornment-complete-p, rst-get-next-adornment)
14191 (rst-adjust-adornment, rst-display-adornments-hierarchy)
14192 (rst-straighten-adornments): Standardize function names to
14193 use "adornment" instead of "decoration". Correct callers.
14194 Similar standardizing in many places.
14195
14196 (rst-update-section, rst-adjust, rst-promote-region)
14197 (rst-enumerate-region, rst-bullet-list-region)
14198 (rst-repeat-last-character): Correct use of `interactive'.
14199
14200 (rst-classify-adornment, rst-find-all-adornments)
14201 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
14202 (rst-find-leftmost-column, rst-repeat-last-character):
14203 Refactor functions.
14204
14205 (rst-find-title-line, rst-reset-section-caches)
14206 (rst-get-adornments-around, rst-adjust-adornment-work)
14207 (rst-arabic-to-roman, rst-roman-to-arabic)
14208 (rst-insert-list-pos, rst-insert-list-new-item)
14209 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
14210 New functions.
14211
14212 (rst-all-sections, rst-section-hierarchy)
14213 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
14214 New variables.
14215
14216 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
14217 configuration instead of only buffer. Change where necessary.
14218
14219 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
14220 (rst-shift-region, rst-adaptive-fill): New functions for
14221 indentation and filling.
14222
14223 (rst-comment-line-break, rst-comment-indent)
14224 (rst-comment-insert-comment, rst-comment-region)
14225 (rst-uncomment-region): New functions for handling comments.
14226
14227 (rst-compile): Quote shell arguments.
14228
14229 (rst-compile-pdf-preview, rst-compile-slides-preview):
14230 Delete temporary files after use.
14231
14232 2012-05-05 Glenn Morris <rgm@gnu.org>
14233
14234 * calendar/cal-html.el: Optionally include holidays in the output.
14235 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
14236 (cal-html-holidays): New option.
14237 (cal-html-css-default): Add holiday entry.
14238 (holiday-in-range): Autoload it.
14239 (cal-html-htmlify-entry): Add optional class argument.
14240 (cal-html-htmlify-list): Add optional holidays argument.
14241 (cal-html-insert-agenda-days): Include holidays in the output.
14242 (cal-html-one-month): Maybe include holidays.
14243
14244 * calendar/holidays.el (holiday-in-range):
14245 Move here from cal-tex-list-holidays.
14246 * calendar/cal-tex.el (cal-tex-list-holidays):
14247 Make it an obsolete alias for holiday-in-range. Update all callers.
14248
14249 2012-05-05 Chong Yidong <cyd@gnu.org>
14250
14251 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
14252 Nextstep.
14253
14254 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
14255
14256 * files.el (file-auto-mode-skip): New var.
14257 (set-auto-mode-1): Use it.
14258
14259 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14260
14261 * repeat.el: Use lexical-binding.
14262 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
14263 (repeat-undo-count): Remove.
14264 (repeat):
14265 * progmodes/octave-mod.el (octave-abbrev-start):
14266 * progmodes/f90.el (f90-abbrev-start):
14267 * face-remap.el (text-scale-adjust):
14268 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
14269
14270 * emacs-lisp/pcase.el (pcase--let*): New function.
14271 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
14272 a bit more.
14273 (pcase--split-pred): Be more clever about ruling out overlap between
14274 a predicate and some constant pattern.
14275 (pcase--q1): Use `null' instead of (eq foo nil).
14276
14277 * subr.el (setq-local, defvar-local): New macros.
14278 (kbd): Redefine as an alias.
14279 (with-selected-window): Leave unrelated frames alone.
14280 (set-temporary-overlay-map): New function.
14281
14282 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14283
14284 * subr.el (user-error): New function.
14285 * window.el (switch-to-buffer):
14286 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
14287 (smerge-match-conflict):
14288 * simple.el (previous-matching-history-element)
14289 (next-matching-history-element, goto-history-element, undo-more)
14290 (undo-start):
14291 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
14292 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
14293 (next-file, tags-loop-scan, list-tags, complete-tag):
14294 * progmodes/compile.el (compilation-loop):
14295 * mouse.el (mouse-minibuffer-check):
14296 * man.el (Man-bgproc-sentinel, Man-goto-page):
14297 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
14298 (Info-history-forward, Info-follow-reference, Info-menu)
14299 (Info-extract-menu-item, Info-extract-menu-counting)
14300 (Info-forward-node, Info-backward-node, Info-next-menu-item)
14301 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
14302 (Info-next-reference, Info-prev-reference, Info-index)
14303 (Info-index-next, Info-follow-nearest-node)
14304 (Info-copy-current-node-name):
14305 * imenu.el (imenu--make-index-alist)
14306 (imenu-default-create-index-function, imenu-add-to-menubar):
14307 * files.el (basic-save-buffer, recover-file):
14308 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14309 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
14310 (checkdoc-message-text, checkdoc-defun):
14311 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
14312 * cus-edit.el (customize-changed-options, customize-rogue)
14313 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
14314 (custom-variable-mark-to-reset-standard)
14315 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
14316 (custom-file):
14317 * completion.el (check-completion-length):
14318 * comint.el (comint-search-arg)
14319 (comint-previous-matching-input-string-position)
14320 (comint-previous-matching-input)
14321 (comint-replace-by-expanded-history-before-point, comint-send-input)
14322 (comint-copy-old-input, comint-backward-matching-input)
14323 (comint-goto-process-mark, comint-set-process-mark):
14324 * calendar/calendar.el (calendar-cursor-to-date): Use it.
14325 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
14326
14327 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14328
14329 * dabbrev.el (dabbrev--ignore-case-p): New function.
14330 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
14331 Use it.
14332
14333 * files.el (automount-dir-prefix): Mark as obsolete.
14334
14335 2012-05-04 Glenn Morris <rgm@gnu.org>
14336
14337 * patcomp.el, play/bruce.el: Move to obsolete/.
14338
14339 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
14340
14341 Fix minor Y10k bugs.
14342 * arc-mode.el (archive-unixdate):
14343 * autoinsert.el (auto-insert-alist):
14344 * calc/calc-forms.el (math-this-year):
14345 * emacs-lisp/copyright.el (copyright-current-year)
14346 (copyright-update-year, copyright):
14347 * tar-mode.el (tar-clip-time-string):
14348 * time.el (display-time-update):
14349 Don't assume years have 4 digits.
14350
14351 2012-05-04 Chong Yidong <cyd@gnu.org>
14352
14353 * dos-w32.el (file-name-buffer-file-type-alist)
14354 (direct-print-region-use-command-dot-com):
14355 * ffap.el (ffap-menu-regexp):
14356 * find-file.el (ff-special-constructs):
14357 * follow.el (follow-debug):
14358 * forms.el (forms--debug):
14359 * iswitchb.el (iswitchb-all-frames):
14360 * ido.el (ido-all-frames):
14361 * emacs-lisp/timer.el (timer-max-repeats):
14362 * mail/feedmail.el (feedmail-mail-send-hook)
14363 (feedmail-mail-send-hook-queued):
14364 * mail/footnote.el (footnote-signature-separator):
14365 * mail/mailabbrev.el (mail-alias-separator-string)
14366 (mail-abbrev-mode-regexp):
14367 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
14368 * progmodes/idlwave.el (idlwave-libinfo-file)
14369 (idlwave-default-completion-case-is-down)
14370 (idlwave-library-routines): Convert defvars to defcustoms.
14371
14372 * mail/rmail.el (rmail-decode-mime-charset):
14373 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
14374 (idlwave-shell-fix-inserted-breaks)
14375 (idlwave-shell-activate-alt-keybindings)
14376 (idlwave-shell-use-breakpoint-glyph):
14377 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
14378
14379 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14380
14381 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
14382
14383 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
14384
14385 * progmodes/verilog-mode.el (font-lock-keywords):
14386 Fix mis-highligting auto. Reported by Craig Barner.
14387 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
14388 defines from global name space. Reported by Dan Dever.
14389 (verilog-auto-reset, verilog-auto-reset-widths)
14390 (verilog-auto-tieoff): Support using unbased numbers for
14391 AUTORESET and AUTOTIEOFF.
14392 (verilog-submit-bug-report): Update variable list.
14393 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
14394 parenthesis from not matching. Reported by Michael Rytting.
14395 (verilog-auto-template-lint): Fix hash error when linting modules
14396 with no used templates.
14397 (verilog-warn, verilog-warn-error)
14398 (verilog-warn-fatal): When non-interactive report multiple
14399 warnings before exiting. Suggested by Brad Dobbie.
14400 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
14401 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
14402 to report unused template errors. Reported by Brad Dobbie.
14403 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
14404 nets, bug438. Reported by Vns Blore.
14405 (verilog-auto-inout-module, verilog-auto-reg)
14406 (verilog-read-decls, verilog-read-sub-decls-sig)
14407 (verilog-signals-edit-wire-reg, verilog-signals-with):
14408 Fix passing of Verilog data types in ANSI input/output ports
14409 such as "output logic" into the AUTOs. Special case "wire" and
14410 "reg" for backwards compatibility presuming Verilog 2001.
14411 (verilog-auto-ascii-enum): Add "auto enum" as alias.
14412 (verilog-preprocess): Fix replication of preprocess output.
14413 Reported by Brad Dobbie.
14414 (verilog-auto-inst-interfaced-ports):
14415 Create verilog-auto-inst-interfaced-ports, bug429.
14416 Reported by Julian Gorfajn.
14417 (verilog-after-save-font-hook)
14418 (verilog-before-save-font-hook): New variable.
14419 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
14420 (verilog-save-font-mods): Wrap disabling fontification, reported
14421 by David Rogoff.
14422 (verilog-do-indent, verilog-pretty-declarations-auto)
14423 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
14424 Reported by Pierre-David Pfister.
14425 (verilog-set-auto-endcomments): Fix endtask auto comments outside
14426 of class declarations, bug292. Reported by Kevin Heilman.
14427 (verilog-read-decls): Fix 'parameter type' not appearing in
14428 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
14429 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
14430 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
14431 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
14432 Reported by David Kravitz.
14433
14434 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
14435
14436 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
14437 assignment with tests in ifs and for loops.
14438 (verilog-extended-complete-re, verilog-complete-reg): Change so
14439 that DPI inport functions don't look like fuction declarations.
14440 (verilog-pretty-expr): Don't line up assignment
14441 operations to the test and increment in if and for loops
14442 (verilog-extended-complete-re, verilog-complete-reg): Change so
14443 that DPI inport functions don't look like fuction declarations.
14444
14445 2012-05-03 Kenichi Handa <handa@m17n.org>
14446
14447 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
14448 decoding, and show a warning message without signaling an error
14449 (Bug#11282).
14450
14451 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14452
14453 * emacs-lisp/bytecomp.el
14454 (byte-compile-file-form-custom-declare-variable): Compile all elements,
14455 since cconv.el might have introduced :fun-body, internal-make-closure,
14456 and friends for bytecomp to handle (bug#11391).
14457 * custom.el (defcustom): Avoid ((λ ..) ..).
14458
14459 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14460
14461 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
14462
14463 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
14464
14465 * notifications.el (dbus-debug):
14466 * term/linux.el (gpm-mouse-enable):
14467 * term/screen.el (xterm-register-default-colors): Declare.
14468
14469 2012-05-02 Chong Yidong <cyd@gnu.org>
14470
14471 * cus-start.el (gc-cons-percentage, exec-suffixes)
14472 (dos-display-scancodes, dos-hyper-key, dos-super-key)
14473 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
14474 (make-cursor-line-fully-visible, void-text-area-pointer)
14475 (font-list-limit): Add customization data.
14476
14477 * allout.el (allout-exposure-change-functions)
14478 (allout-structure-added-functions)
14479 (allout-structure-deleted-functions)
14480 (allout-structure-shifted-functions): Rename abnormal hooks from
14481 *-hook, and convert to defcustoms.
14482 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
14483 Convert to defcustoms.
14484 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
14485
14486 * allout-widgets.el: Hook callers changed.
14487
14488 2012-05-02 Eli Zaretskii <eliz@gnu.org>
14489
14490 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
14491 the yanked message in preference to the default value of
14492 buffer-file-coding-system.
14493
14494 2012-05-02 Martin Rudalics <rudalics@gmx.at>
14495
14496 * window.el (display-buffer--action-function-custom-type):
14497 Fix entry.
14498
14499 2012-05-02 Alan Mackenzie <acm@muc.de>
14500
14501 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
14502
14503 2012-05-01 Glenn Morris <rgm@gnu.org>
14504
14505 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
14506
14507 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
14508
14509 * cus-edit.el (custom-variable-documentation): Simplify with format.
14510
14511 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14512 Stefan Monnier <monnier@iro.umontreal.ca>
14513
14514 * simple.el (suggest-key-bindings, execute-extended-command):
14515 Move from keyboard.c.
14516
14517 2012-05-01 Chong Yidong <cyd@gnu.org>
14518
14519 * follow.el: Eliminate advice.
14520 (set-process-filter, process-filter, sit-for): Advice deleted.
14521 (follow-mode-off-hook): Obsolete hook removed.
14522 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
14523 Vars deleted.
14524 (follow-auto): Use a :set function.
14525 (follow-mode): Rewritten. Don't advise process filters.
14526 (follow-switch-to-current-buffer-all, follow-scroll-up)
14527 (follow-scroll-down): Assume follow-mode is bound.
14528 (follow-comint-scroll-to-bottom)
14529 (follow-align-compilation-windows): New functions.
14530 (follow--window-sorter): New function.
14531 (follow-all-followers): Use it to explicitly sort windows by their
14532 positions; don't make assumptions about next-window order.
14533 (follow-windows-start-end, follow-delete-other-windows-and-split)
14534 (follow-calc-win-start): Doc fix.
14535 (follow-windows-aligned-p, follow-select-if-visible): Don't call
14536 vertical-motion unnecessarily.
14537 (follow-adjust-window): New function.
14538 (follow-post-command-hook): Use it.
14539 (follow-call-set-process-filter, follow-call-process-filter)
14540 (follow-intercept-process-output, follow-tidy-process-filter-alist)
14541 (follow-stop-intercept-process-output, follow-generic-filter):
14542 Functions deleted.
14543 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
14544 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
14545 New functions, replacing advice on scroll-bar-* commands.
14546 (follow-mwheel-scroll): New function (Bug#4112).
14547
14548 * comint.el (comint-adjust-point): New function.
14549 (comint-postoutput-scroll-to-bottom): Use it.
14550 Call follow-comint-scroll-to-bottom for Follow mode buffers.
14551
14552 2012-05-01 Glenn Morris <rgm@gnu.org>
14553
14554 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
14555 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
14556 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
14557 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
14558 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
14559 Remove no-byte-compile setting.
14560
14561 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14562
14563 * minibuffer.el (completion-table-with-quoting): Fix compatibility
14564 all-completions code to not return a number in the last cdr.
14565
14566 2012-04-30 Leo Liu <sdl.web@gmail.com>
14567
14568 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
14569 read-only error.
14570
14571 2012-04-29 Chong Yidong <cyd@gnu.org>
14572
14573 * follow.el (follow-calc-win-end): Rewrite to handle partial
14574 screen lines correctly (Bug#8390).
14575 (follow-avoid-tail-recenter): Minor cleanup.
14576
14577 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14578
14579 Avoid the obsolete `assoc' package.
14580 * speedbar.el (speedbar-refresh): Avoid adelete.
14581 (speedbar-file-lists): Simplify and avoid aput.
14582 * man.el (Man--sections, Man--refpages): New vars, replacing
14583 Man-sections-alist and Man-refpages-alist.
14584 (Man-build-section-alist, Man-build-references-alist):
14585 Use them; avoid aput.
14586 (Man--last-section, Man--last-refpage): New vars.
14587 (Man-follow-manual-reference): Use them.
14588 Use the `default' arg of completing-read.
14589 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
14590
14591 2012-04-27 Chong Yidong <cyd@gnu.org>
14592
14593 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
14594
14595 * startup.el (x-apply-session-resources): New function.
14596
14597 * term/ns-win.el (ns-initialize-window-system):
14598 * term/w32-win.el (w32-initialize-window-system):
14599 * term/x-win.el (x-initialize-window-system): Use it to properly
14600 set menu-bar-mode and other vars from X resources, even if the
14601 initial frame is not a window-system frame (Bug#2299).
14602
14603 * subr.el (read-key): Avoid running filter function when setting
14604 up temporary tool bar entries (Bug#9922).
14605
14606 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14607
14608 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
14609 (Bug#11344)
14610
14611 2012-04-27 Chong Yidong <cyd@gnu.org>
14612
14613 * select.el (xselect--encode-string): New function, split from
14614 xselect-convert-to-string.
14615 (xselect-convert-to-string): Use it.
14616 (xselect-convert-to-filename, xselect-convert-to-os)
14617 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
14618 returned strings are properly encoded (Bug#11315).
14619
14620 2012-04-27 Chong Yidong <cyd@gnu.org>
14621
14622 * simple.el (delete-active-region): Move to killing custom group.
14623
14624 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14625
14626 * progmodes/which-func.el (which-func-current): Quote %
14627 characters for mode-line processing.
14628
14629 2012-04-27 Chong Yidong <cyd@gnu.org>
14630
14631 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
14632 reaching eob (Bug#11286).
14633
14634 2012-04-27 Eli Zaretskii <eliz@gnu.org>
14635
14636 * progmodes/gdb-mi.el (gdb-control-level): New variable.
14637 (gdb): Make it buffer-local and init to zero.
14638 (gdb-control-commands-regexp): New variable.
14639 (gdb-send): Don't wrap in "-interpreter-exec console" if
14640 gdb-control-level is positive. Increment gdb-control-level
14641 whenever the command matches gdb-control-commands-regexp, and
14642 decrement it each time the command is "end". (Bug#11279)
14643
14644 2012-04-27 Martin Rudalics <rudalics@gmx.at>
14645
14646 * window.el (adjust-window-trailing-edge, enlarge-window)
14647 (shrink-window, window-resize):
14648 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
14649 windows (Bug#11276).
14650
14651 2012-04-27 Chong Yidong <cyd@gnu.org>
14652
14653 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
14654 fix "missing prefix" warning. All callers changed.
14655
14656 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14657
14658 * emacs-lisp/assoc.el: Move to obsolete/.
14659
14660 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14661
14662 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
14663
14664 * term/ns-win.el (ns-define-service):
14665 * progmodes/pascal.el (pascal-goto-defun):
14666 * progmodes/js.el (js--read-tab):
14667 * progmodes/etags.el (tags-lazy-completion-table):
14668 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
14669 * emacs-lisp/ewoc.el (ewoc--wrap):
14670 * emacs-lisp/assoc.el (aput, adelete, amake):
14671 * doc-view.el (doc-view-convert-current-doc):
14672 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
14673
14674 2012-04-26 Chong Yidong <cyd@gnu.org>
14675
14676 * image.el (image-type-from-buffer): Only return supported image
14677 type (Bug#9045).
14678
14679 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
14680 value, for symmetry with diff-end-of-hunk.
14681 (diff-split-hunk, diff-find-source-location)
14682 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
14683 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
14684 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
14685 compute the relevant hunk or file properly (Bug#6005).
14686 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
14687
14688 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14689
14690 * vc/vc-mtn.el:
14691 * vc/vc-hg.el:
14692 * vc/vc-git.el:
14693 * vc/vc-dir.el:
14694 * vc/vc-cvs.el:
14695 * vc/vc-bzr.el:
14696 * vc/vc-arch.el:
14697 * vc/vc.el: Replace lexical-let by lexical-binding.
14698 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
14699 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
14700 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
14701
14702 2012-04-26 Chong Yidong <cyd@gnu.org>
14703
14704 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
14705 (diff-mode-shared-map): Bind it to / and [remap undo].
14706
14707 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
14708 (ediff-window-setup-function): Use it as the default, to set up
14709 windows based on whether the current frame is graphical (Bug#2138).
14710 (ediff-choose-window-setup-function-automatically): Make obsolete.
14711
14712 * vc/ediff-init.el: Always define ediff-pixel-width/height.
14713
14714 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14715
14716 * ffap.el: Remove old code for obsolete package.
14717 (ffap-complete-as-file-p): Remove.
14718
14719 Use completion-table-with-quoting for comint and pcomplete.
14720 * comint.el (comint--unquote&requote-argument)
14721 (comint--unquote-argument, comint--requote-argument): New functions.
14722 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
14723 (comint-quote-filename): Use regexp-opt-charset.
14724 (comint--common-suffix, comint--common-quoted-suffix)
14725 (comint--table-subvert): Remove.
14726 (comint-unquote-function, comint-requote-function): New vars.
14727 (comint--complete-file-name-data): Use them with
14728 completion-table-with-quoting.
14729 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
14730 * pcomplete.el (pcomplete-arg-quote-list)
14731 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
14732 (pcomplete-unquote-argument-function): Default to non-nil.
14733 (pcomplete-unquote-argument): Simplify.
14734 (pcomplete--common-quoted-suffix): Remove.
14735 (pcomplete-requote-argument-function): New var.
14736 (pcomplete--common-suffix): New function.
14737 (pcomplete-completions-at-point): Use completion-table-with-quoting
14738 and completion-table-subvert.
14739
14740 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
14741 (minibuffer--double-dollars): Preserve properties.
14742 (completion--sifn-requote): New function.
14743 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
14744
14745 * minibuffer.el: Add support for completion of quoted/escaped data.
14746 (completion-table-with-quoting, completion-table-subvert): New funs.
14747 (completion--twq-try, completion--twq-all): New functions.
14748 (completion--nth-completion): New function.
14749 (completion-try-completion, completion-all-completions): Use it.
14750
14751 2012-04-25 Leo Liu <sdl.web@gmail.com>
14752
14753 * progmodes/python.el (python-pdbtrack-get-source-buffer):
14754 Use compilation-message if available to find real filename.
14755
14756 2012-04-25 Chong Yidong <cyd@gnu.org>
14757
14758 * vc/diff-mode.el (diff-setup-whitespace): New function.
14759 (diff-mode): Use it.
14760
14761 * vc/diff.el (diff-sentinel):
14762 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
14763 Whitespace mode variables based on diff style (Bug#8612).
14764
14765 2012-04-25 Leo Liu <sdl.web@gmail.com>
14766
14767 * progmodes/python.el (python-send-region): Add suffix .py to the
14768 temp file.
14769
14770 * files.el (auto-mode-alist): Use javascript-mode instead.
14771
14772 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
14773
14774 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
14775
14776 * net/soap-client.el (soap-resolve-references-for-sequence-type)
14777 (soap-resolve-references-for-array-type): Hack to prevent self
14778 references, see Bug#9.
14779 (soap-parse-envelope): Report the contents of the 'detail' node
14780 when receiving a fault reply.
14781 (soap-parse-envelope): Report the contents of the entire 'detail' node.
14782
14783 * net/soap-inspect.el (soap-sample-value-for-simple-type)
14784 (soap-inspect-simple-type): New function.
14785
14786 * net/soap-client.el (soap-simple-type): New struct.
14787 (soap-default-xsd-types, soap-default-soapenc-types)
14788 (soap-decode-basic-type, soap-encode-basic-type):
14789 support unsignedInt and double basic types.
14790 (soap-resolve-references-for-simple-type)
14791 (soap-parse-simple-type, soap-encode-simple-type): New function.
14792 (soap-parse-schema): Parse xsd:simpleType declarations.
14793
14794 * net/soap-client.el (soap-default-xsd-types)
14795 (soap-default-soapenc-types): Add integer, byte and anyURI types.
14796 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
14797 the local name of "soapenc:Array".
14798 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
14799 decoding integer, byte and anyURI xsd types.
14800
14801 2012-04-25 Chong Yidong <cyd@gnu.org>
14802
14803 * cus-edit.el (custom-buffer-create-internal): Update header text.
14804
14805 2012-04-25 Eli Zaretskii <eliz@gnu.org>
14806
14807 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
14808 settings on 'system-type', not on 'window-system'. On MS-Windows,
14809 set interactive-mode on in GDB.
14810
14811 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
14814 (ruby-syntax-propertize-regexp): Remove.
14815 (ruby-syntax-propertize-function): Split regexp into chunks.
14816 Match following code directly.
14817
14818 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
14819
14820 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
14821 (ruby-syntax-propertize-regexp): New function.
14822 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
14823 by a special keyword.
14824
14825 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
14826 (ruby-syntax-general-delimiters-goto-beg)
14827 (ruby-syntax-propertize-general-delimiters): New functions.
14828 (ruby-syntax-propertize-function): Use them to handle GDL.
14829 (ruby-font-lock-keywords): Move old handling of GDL...
14830 (ruby-font-lock-syntactic-keywords): .. to here.
14831 (ruby-calculate-indent): Adjust indentation for GDL.
14832
14833 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
14834
14835 * notifications.el (top): Remove unneeded declarations.
14836 (notifications-specification-version): Change to "1.2".
14837 (notifications-interface, notifications-notify-method)
14838 (notifications-close-notification-method): Fix docstring.
14839 (notifications-get-capabilities-method): New defconst.
14840 (notifications-notify): Add :action-items, :resident and
14841 :transient hints. Change "image_data" to "image-data" and
14842 "image_path" to "image-path".
14843 (notifications-get-capabilities): New defun.
14844
14845 2012-04-24 Leo Liu <sdl.web@gmail.com>
14846
14847 * progmodes/python.el: Move hideshow setup to the end.
14848
14849 2012-04-24 Martin Rudalics <rudalics@gmx.at>
14850
14851 * window.el (handle-select-window): Clear echo area since this is
14852 no more done by read_char (Bug#11304).
14853
14854 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14855
14856 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
14857 and `/ M' to filter-derived-mode.
14858 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
14859 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14860 (ibuffer-mark-by-mode): Use default rather than initial-input.
14861 (ibuffer-filter-by-derived-mode): Autoload and require-match.
14862
14863 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
14864
14865 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
14866 (ibuffer-filter-by-derived-mode): New filter.
14867 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
14868
14869 2012-04-23 Andreas Politz <politza@fh-trier.de>
14870
14871 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
14872
14873 2012-04-23 Chong Yidong <cyd@gnu.org>
14874
14875 * cus-edit.el (customize-apropos, customize-apropos-options):
14876 Disable matching of non-option variables (Bug#11176).
14877 (customize-option, customize-option-other-window)
14878 (customize-changed-options): Doc fix.
14879 (customize-apropos-options, customize-apropos-faces)
14880 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
14881
14882 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
14883 Fix word list splitting (Bug#11132).
14884 (apropos-symbol, apropos-keybinding, apropos-label)
14885 (apropos-property, apropos-function-button)
14886 (apropos-variable-button, apropos-misc-button): New faces.
14887 (apropos-symbol-face, apropos-keybinding-face)
14888 (apropos-label-face, apropos-property-face, apropos-match-face):
14889 Variables removed (Bug#8396).
14890 (apropos-library-button, apropos-format-plist, apropos-print)
14891 (apropos-print-doc, apropos-describe-plist): Callers changed.
14892
14893 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
14894
14895 * net/xesam.el (xesam-mode-map): Use let-bound map in
14896 initialization. (Bug#11292)
14897
14898 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14899
14900 Preserve ispell session localwords when switching back to
14901 original buffer.
14902
14903 * textmodes/ispell.el (ispell-buffer-session-localwords):
14904 New buffer-local variable to hold buffer session localwords.
14905 (ispell-kill-ispell): Add option 'clear to delete session
14906 localwords.
14907 (ispell-command-loop, ispell-change-dictionary)
14908 (ispell-buffer-local-words): Preserve session localwords when
14909 needed.
14910
14911 * textmodes/flyspell.el (flyspell-process-localwords)
14912 (flyspell-do-correct): Preserve session localwords when needed.
14913
14914 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14915
14916 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
14917 using obsolete `translation-table-for-input'.
14918 (ispell-word, ispell-process-line, ispell-complete-word):
14919 Use plain `insert' instead of removed `ispell-insert-word'.
14920
14921 2012-04-22 Chong Yidong <cyd@gnu.org>
14922
14923 * cus-edit.el (custom-variable-menu)
14924 (custom-variable-reset-saved, custom-face-menu)
14925 (custom-face-reset-saved): If there is no saved value, make the
14926 "reset-saved" operation bring back the default (Bug#9509).
14927 (custom-face-state): Properly detect themed faces.
14928
14929 * faces.el (face-spec-set): Stop supporting deprecated form of
14930 third arg.
14931
14932 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
14933
14934 Move functions from C to Lisp. Make non-blocking method calls
14935 the default. Implement further D-Bus standard interfaces.
14936
14937 * net/dbus.el (dbus-message-internal): Declare function.
14938 Remove unneeded function declarations.
14939 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
14940 (dbus-message-type-method-return, dbus-message-type-error)
14941 (dbus-message-type-signal): Declare variables. Remove local
14942 definitions.
14943 (dbus-interface-dbus, dbus-interface-peer)
14944 (dbus-interface-introspectable, dbus-interface-properties)
14945 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
14946 Adapt docstring.
14947 (dbus-interface-objectmanager): New defconst.
14948 (dbus-call-method, dbus-call-method-asynchronously)
14949 (dbus-send-signal, dbus-method-return-internal)
14950 (dbus-method-error-internal, dbus-register-service)
14951 (dbus-register-signal, dbus-register-method): New defuns, moved
14952 from dbusbind.c
14953 (dbus-call-method-handler, dbus-setenv)
14954 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
14955 New defuns.
14956 (dbus-call-method-non-blocking): Make it an obsolete function.
14957 (dbus-unregister-object, dbus-unregister-service)
14958 (dbus-handle-event, dbus-register-property)
14959 (dbus-property-handler): Obey the new structure of
14960 `bus-registered-objects'.
14961 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
14962 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14963 Use `dbus-call-method'.
14964
14965 2012-04-22 Chong Yidong <cyd@gnu.org>
14966
14967 * cus-edit.el (custom-commands, custom-reset-menu)
14968 (Custom-reset-standard): Tweak labels.
14969 (custom-reset-button-menu): Change default to t.
14970 (custom-buffer-create-internal): For the custom-reset-button-menu
14971 case, put the revert button first.
14972 (custom-group-subtitle): New face.
14973 (custom-group-value-create): Align docstring to a specific column.
14974
14975 * wid-edit.el (widget-documentation-link-add): Don't handle
14976 indentation in this function.
14977 (widget-documentation-string-indent-to): New function.
14978 (widget-documentation-string-value-create): Use it.
14979
14980 * autorevert.el (auto-revert):
14981 * epg-config.el (epg):
14982 * ibuffer.el (ibuffer):
14983 * mpc.el (mpc):
14984 * ses.el (ses):
14985 * eshell/eshell.el (eshell):
14986 * net/ange-ftp.el (ange-ftp):
14987 * progmodes/ebnf2ps.el (postscript):
14988 * progmodes/flymake.el (flymake):
14989 * progmodes/prolog.el (prolog):
14990 * progmodes/verilog-mode.el (verilog-mode):
14991 * progmodes/which-func.el (which-func):
14992 * term/xterm.el (xterm):
14993 * textmodes/picture.el (picture):
14994 * textmodes/tildify.el (tildify):
14995 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
14996 customization buffers.
14997
14998 2012-04-22 Alan Mackenzie <acm@muc.de>
14999
15000 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15001 Adding a ) can hide the resulting (..) from searches. Fix it.
15002 Bound the backward search to the position of the existing (.
15003
15004 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
15005
15006 * progmodes/verilog-mode.el (verilog-mode): Check whether
15007 which-func-modes is t before adding verilog-mode.
15008 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
15009
15010 2012-04-21 Leo Liu <sdl.web@gmail.com>
15011
15012 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
15013
15014 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
15015
15016 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
15017 filling of the last column of a table (Bug#5635).
15018 (woman-find-next-control-line): New arg, specifying an additional
15019 regexp component for the control line.
15020 (woman2-roff-buffer): Use it.
15021 (woman-break-table): New function.
15022 (woman2-TS): Use it.
15023
15024 2012-04-21 Chong Yidong <cyd@gnu.org>
15025
15026 * woman.el (woman-set-buffer-display-table, woman-decode-region)
15027 (woman-horizontal-escapes, woman-negative-vertical-space)
15028 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
15029 (WoMan-warn-ignored): Use ?\s instead of ?\ .
15030
15031 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15032
15033 * minibuffer.el (completion-file-name-table): Complete user names.
15034
15035 2012-04-20 Leo Liu <sdl.web@gmail.com>
15036
15037 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
15038 and pcase-let*.
15039
15040 2012-04-20 Chong Yidong <cyd@gnu.org>
15041
15042 * server.el (server-execute): Respect initial-buffer-choice if it
15043 is a string and there are no files to open (Bug#2825).
15044 (server-create-window-system-frame, server-create-tty-frame):
15045 Don't switch buffers here.
15046 (server-process-filter): Only try to open a window system frame if
15047 compiled with graphical support (Bug#8314).
15048
15049 2012-04-20 Dan Nicolaescu <dann@gnu.org>
15050
15051 * battery.el (battery-echo-area-format): Display remaining time
15052 for sysfs backend too (Bug#11269).
15053 (battery-linux-sysfs): Fix conditional for the charge.
15054
15055 2012-04-20 Chong Yidong <cyd@gnu.org>
15056
15057 * progmodes/gdb-mi.el (gdb): Revert previous change.
15058 (gdb-inferior-io--init-proc): New function.
15059 (gdb-init-1): Use it.
15060 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
15061 responsible for allocating a new pty and hooking it to gdb when
15062 the old pty gets an EIO due to process exit.
15063 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
15064 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
15065 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
15066
15067 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15068
15069 * window.el (window-min-size, window-sizable, window-min-delta)
15070 (window-max-delta, window--resizable, window-resizable)
15071 (window-total-size, window-full-height-p, window-full-width-p)
15072 (window-in-direction, window--resize-mini-window, window-resize)
15073 (window--resize-child-windows-normal)
15074 (window--resize-child-windows, window--resize-siblings)
15075 (window--resize-this-window, adjust-window-trailing-edge)
15076 (enlarge-window, shrink-window): Doc fixes.
15077
15078 2012-04-20 Chong Yidong <cyd@gnu.org>
15079
15080 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
15081 New function to call delete-process on the gdb-inferior buffer's pty.
15082 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
15083 pty process (Bug#11273).
15084 (gdb-update): New arg to suppress talking to the gdb process.
15085 (gdb-done-or-error): Use it.
15086 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
15087 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
15088 sentinel not being called.
15089
15090 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
15091
15092 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
15093
15094 2012-04-20 Glenn Morris <rgm@gnu.org>
15095
15096 * net/network-stream.el (open-network-stream): Doc fix.
15097
15098 2012-04-20 Chong Yidong <cyd@gnu.org>
15099
15100 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
15101
15102 2012-04-20 Alan Mackenzie <acm@muc.de>
15103
15104 Ensure searching for keywords is case sensitive.
15105
15106 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
15107 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
15108 (c-defun-name, c-mark-function, c-cpp-define-name)
15109 (c-comment-indent, c-scan-conditionals, c-indent-defun)
15110 (c-context-line-break): Bind case-fold-search to nil.
15111
15112 * progmodes/cc-mode.el (c-font-lock-fontify-region):
15113 Bind case-fold-search to nil.
15114
15115 2012-04-20 Chong Yidong <cyd@gnu.org>
15116
15117 * mail/sendmail.el (mail-bury): Call return action with the right
15118 Rmail buffer (Bug#11242).
15119
15120 * server.el (server-process-filter): Handle corner case where both
15121 tty and nowait options are present (Bug#11102).
15122
15123 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15124
15125 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
15126 (top level): Put into the executable the ident-style '$Id:' tag on
15127 windows-nt as well.
15128
15129 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15130
15131 * electric.el (electric-indent-post-self-insert-function): Check that
15132 electric-indent-mode is enabled in current buffer.
15133
15134 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15135
15136 * imenu.el (imenu-progress-message): Restore; it is "used" in
15137 erc/erc-imenu.el and net/snmp-mode.el.
15138
15139 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15140
15141 * avoid.el (mouse-avoidance-mode): Mark unused arg.
15142 (mouse-avoidance-nudge-mouse): Remove unused binding.
15143
15144 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
15145
15146 * descr-text.el (describe-char):
15147 * progmodes/python.el (python-describe-symbol):
15148 Don't call `toggle-read-only', set `buffer-read-only'.
15149
15150 * imenu.el (imenu-default-goto-function): Mark unused args.
15151 (imenu-progress-message): Remove obsolete macro; all callers changed.
15152
15153 * subr.el (keymap-canonicalize): Remove unused binding.
15154 (read-passwd): Mark unused arg.
15155
15156 * tutorial.el (tutorial--display-changes): Remove unused binding.
15157 (tutorial--save-tutorial-to): Remove unused variable.
15158
15159 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
15160 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
15161 (package-generate-autoloads, package-menu--generate)
15162 (package-menu--find-upgrades): Remove unused bindings.
15163
15164 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
15165 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
15166 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
15167 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
15168 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
15169 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
15170 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
15171 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
15172 (cua-delete-char-rectangle): Mark unused args.
15173 (cua-align-rectangle): Remove unused binding.
15174
15175 * mail/rmail.el (compilation--message->loc)
15176 (epa--find-coding-system-for-mime-charset): Declare.
15177
15178 * net/dbus.el (dbus-register-service): Declare.
15179 (dbus-name-owner-changed-handler): Remove unused binding.
15180
15181 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
15182 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
15183 (nxml-scan-backward-within): Mark unused arg.
15184 (nxml-dynamic-markup-word): Remove unused binding.
15185
15186 * mouse.el (mouse-menu-major-mode-map):
15187 * emacs-lisp/authors.el (authors-scan-change-log)
15188 (authors-add-to-author-list):
15189 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
15190 * emacs-lisp/smie.el (smie-auto-fill):
15191 * mail/sendmail.el (mail-bury):
15192 * mail/unrmail.el (unrmail):
15193 * net/tls.el (open-tls-stream):
15194 * textmodes/picture.el (picture-mouse-set-point):
15195 Remove unused bindings.
15196
15197 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
15198
15199 * net/tramp.el (tramp-action-password): Let-bind
15200 `enable-recursive-minibuffers' to t.
15201
15202 2012-04-18 Sam Steingold <sds@gnu.org>
15203
15204 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
15205 instead of 'string to accommodate values like [f11].
15206 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
15207 * progmodes/gdb-mi.el: Likewise.
15208
15209 2012-04-18 Leo Liu <sdl.web@gmail.com>
15210
15211 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
15212 current buffer.
15213 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
15214 LOCAL is nil.
15215
15216 2012-04-18 Chong Yidong <cyd@gnu.org>
15217
15218 * simple.el (line-move): Use forward-line if in batch mode
15219 (Bug#11053).
15220
15221 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
15222
15223 * files.el (after-find-file): Do not try to add a final newline if
15224 the buffer is read-only (Bug#11156).
15225
15226 2012-04-17 Richard Stallman <rms@gnu.org>
15227
15228 * mail/rmail.el (rmail-start-mail):
15229 Pass (rmail-mail-return...) for the return-action.
15230 Pass (rmail-yank-current-message...) for the yank-action.
15231 (rmail-yank-current-message): New function.
15232 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
15233 (rmail-reply): Likewise.
15234 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
15235
15236 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
15237 buffer, not the last. Reject temp buffers. Use the rmail-mode
15238 buffer, not newbuf.
15239
15240 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
15241
15242 * server.el (server-ensure-safe-dir): Simplify.
15243
15244 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15245
15246 * emacs-lisp/smie.el: Provide smarter auto-filling.
15247 (smie-auto-fill): New function.
15248 (smie-setup): Use it.
15249
15250 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
15251
15252 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
15253
15254 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
15255 (comment-indent): Use it.
15256
15257 2012-04-17 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
15258
15259 * ses.el: The overall change is to add cell renaming, that is
15260 setting fancy names for cell symbols other than name matching
15261 "\\`[A-Z]+[0-9]+\\'" regexp .
15262 (ses-localvars): Add ses--renamed-cell-symb-list.
15263 (ses-create-cell-variable): New defun.
15264 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
15265 (ses-relocate-formula): Relocate formulas only for cells the
15266 symbols of which are not renamed, i.e. symbols whose names do not
15267 match regexp "\\`[A-Z]+[0-9]+\\'".
15268 (ses-relocate-all): Relocate values only for cells the symbols of
15269 which are not renamed.
15270 (ses-load): Create cells variables as the (ses-cell ...) are read,
15271 in order to check row col consistency with cell symbol name only
15272 for cells that are not renamed.
15273 (ses-replace-name-in-formula): New defun.
15274 (ses-rename-cell): New defun.
15275
15276 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
15277
15278 * progmodes/perl-mode.el (perl-indent-parens-as-block):
15279 New option (bug#11118).
15280 (perl-calculate-indent): Respect it.
15281
15282 2012-04-17 Glenn Morris <rgm@gnu.org>
15283
15284 * dired-aux.el (dired-mark-read-string): Doc fix.
15285
15286 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
15287
15288 * dired-aux.el (dired-mark-read-string): Offer optional completion.
15289 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
15290
15291 2012-04-17 Glenn Morris <rgm@gnu.org>
15292
15293 * mouse.el (mouse-drag-track):
15294 * speedbar.el (speedbar-frame-mode):
15295 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
15296
15297 2012-04-16 Leo Liu <sdl.web@gmail.com>
15298
15299 * progmodes/python.el: Trivial cleanup.
15300
15301 2012-04-16 Glenn Morris <rgm@gnu.org>
15302
15303 * vc/vc.el (vc-string-prefix-p):
15304 * vc/pcvs-util.el (cvs-string-prefix-p):
15305 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
15306 * mpc.el (mpc-string-prefix-p):
15307 Make all of these into obsolete aliases for string-prefix-p.
15308 Update callers.
15309 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
15310
15311 * textmodes/two-column.el: Move custom options to the start.
15312 (frame-width): Remove compat definition.
15313 (2C-associate-buffer, 2C-dissociate):
15314 Use with-current-buffer rather than save-excursion.
15315 (2C-dissociate): Force a mode-line update.
15316 (2C-autoscroll): Use ignore-errors.
15317
15318 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
15319 Autoload trivia.
15320
15321 * emacs-lisp/cl-extra.el (*random-state*):
15322 Remove unnecessary declaration.
15323
15324 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
15325
15326 * play/cookie1.el (cookie-snarf):
15327 Give an explicit error if input file cannot be read.
15328
15329 * play/yow.el (yow-file): Use expand-file-name rather than concat.
15330
15331 * progmodes/perl-mode.el (c-macro-expand):
15332 Remove unnecessary autoload (it is in loaddefs.el).
15333
15334 * textmodes/picture.el (picture-desired-column)
15335 (picture-update-desired-column): Convert comments to doc-strings.
15336 (picture-substitute): Remove function.
15337 (picture-mode-map): Initialize in the defvar.
15338
15339 * woman.el: Remove eval-after-load for tar-mode.
15340 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
15341 (woman-tar-extract-file): Autoload it.
15342
15343 * frame.el (automatic-hscrolling): Make this alias obsolete.
15344
15345 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
15346
15347 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
15348 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
15349 (ispell-dictionary-base-alist): Revert to original XEmacs
15350 friendly version for default. [:alpha:] will be added in
15351 `ispell-set-spellchecker-params' if needed.
15352
15353 2012-04-16 Chong Yidong <cyd@gnu.org>
15354
15355 * image.el (imagemagick--file-regexp): New variable.
15356 (imagemagick-register-types): Use it.
15357 (imagemagick-types-inhibit): Add :set function. Allow new value
15358 of t to inhibit all types.
15359
15360 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
15361 so we can preload it.
15362
15363 * loadup.el (fboundp): Preload regexp-opt, needed by
15364 imagemagick-register-types.
15365
15366 2012-04-15 Chong Yidong <cyd@gnu.org>
15367
15368 * frame.el (scrolling): Remove nearly unused customization group.
15369
15370 * scroll-all.el (scroll-all-mode): Move to windows group.
15371
15372 2012-04-15 Chong Yidong <cyd@gnu.org>
15373
15374 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
15375
15376 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15377
15378 Avoid the use of ((lambda ...) ...) in lexical-binding code.
15379 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
15380
15381 2012-04-15 Glenn Morris <rgm@gnu.org>
15382
15383 * simple.el (process-file-side-effects): Doc fix.
15384
15385 2012-04-15 Glenn Morris <rgm@gnu.org>
15386
15387 * international/mule-cmds.el (set-language-environment): Doc fix.
15388
15389 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15390
15391 * server.el (server-auth-key, server-generate-key): Doc fixes.
15392 (server-get-auth-key): Doc fix. Use `string-match-p'.
15393 (server-start): Reflow docstring.
15394
15395 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
15396
15397 * server.el (server-generate-key): `called-interactively-p'
15398 requires a parameter.
15399
15400 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
15401
15402 * server.el (server-auth-key): New variable.
15403 (server-generate-key, server-get-auth-key): New function.
15404 (server-start): Use the new variable and functions to allow
15405 setting a permanent server key (bug#9423).
15406
15407 2012-04-14 Leo Liu <sdl.web@gmail.com>
15408
15409 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
15410
15411 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
15412
15413 Spelling fixes.
15414 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
15415 Emacs uses American spelling.
15416
15417 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15418
15419 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
15420 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
15421 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
15422 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
15423
15424 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15425
15426 * progmodes/which-func.el (which-func-modes): Change default.
15427
15428 2012-04-14 Kim F. Storm <storm@cua.dk>
15429
15430 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
15431 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
15432
15433 2012-04-14 Chong Yidong <cyd@gnu.org>
15434
15435 * custom.el (custom-theme-set-variables): Doc fix.
15436
15437 2012-04-14 Glenn Morris <rgm@gnu.org>
15438
15439 * international/mule.el (set-auto-coding-for-load): Doc fix.
15440
15441 2012-04-14 Alan Mackenzie <acm@muc.de>
15442
15443 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
15444 imenu work again for Objective C Mode. Correct the *-index values,
15445 these having been disturbed by a previous change in 2011-08.
15446
15447 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
15448 Correct two search limits.
15449
15450 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15451
15452 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
15453
15454 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
15455
15456 * international/characters.el: Fix sorting.
15457
15458 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15459
15460 * international/characters.el: Add more missing Latin case pairs.
15461
15462 2012-04-14 Glenn Morris <rgm@gnu.org>
15463
15464 * files.el (dir-locals-set-class-variables): Doc fix.
15465
15466 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15467
15468 * international/characters.el: Add set-case-syntax-pair call for
15469 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
15470 counterpart. (Bug#11209)
15471
15472 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
15473
15474 2012-04-14 Glenn Morris <rgm@gnu.org>
15475
15476 * calendar/holidays.el (calendar-check-holidays): Doc fix.
15477
15478 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15479
15480 * textmodes/ispell.el (ispell-dictionary-base-alist):
15481 Add data for Hebrew.
15482
15483 2012-04-14 Chong Yidong <cyd@gnu.org>
15484
15485 * net/rcirc.el (rcirc-cmd-quit):
15486 Revert 2012-03-18 change (Bug#11192).
15487
15488 2012-04-14 Glenn Morris <rgm@gnu.org>
15489
15490 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
15491
15492 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15493
15494 * minibuffer.el (completion-in-region-mode-map):
15495 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
15496
15497 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
15498
15499 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
15500
15501 2012-04-13 Masatake YAMATO <yamato@redhat.com>
15502
15503 * minibuffer.el (minibuffer-local-filename-syntax): New variable
15504 to allow `C-M-f' and `C-M-b' to move to the nearest path
15505 separator (bug#9511).
15506
15507 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
15508
15509 * avoid.el: Require cl when compiling. And also move the
15510 `provide' to the end.
15511
15512 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15513
15514 * avoid.el (mouse-avoidance-banish-position): New variable.
15515 (mouse-avoidance-banish-destination): Use it (bug#10165).
15516
15517 2012-04-13 Leo Liu <sdl.web@gmail.com>
15518
15519 * progmodes/which-func.el (which-func-modes): Add objc-mode.
15520
15521 2012-04-13 Ken Brown <kbrown@cornell.edu>
15522
15523 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
15524 this is no longer needed now that cygstart understands file:// URLs.
15525 (browse-url-filename-alist): For the same reason, don't modify
15526 file:// URLs on Cygwin.
15527
15528 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15529
15530 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
15531 the region on shift if the binding is already shifted (bug#11221).
15532
15533 2012-04-12 Glenn Morris <rgm@gnu.org>
15534
15535 * mail/mailpost.el: Move to obsolete/.
15536
15537 2012-04-12 Drew Adams <drew.adams@oracle.com>
15538
15539 * imenu.el (imenu--generic-function): Ignore invisible definitions
15540 (bug#10123).
15541
15542 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
15543
15544 * hexl.el (hexl-bits): New variable.
15545 (hexl-options): Mention the variable in the doc string.
15546 (hexl-rulerise, hexl-line-displen): New functions.
15547 (hexl-mode): Mention the new variable.
15548 (hexl-mode, hexl-current-address, hexl-current-address):
15549 Use the displen.
15550 (hexl-ascii-start-column): New function.
15551 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
15552 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
15553
15554 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
15555
15556 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
15557 '("-i" ENCODING), in 2 separate command-line arguments, to specify
15558 the encoding, as expected by hunspell.
15559
15560 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15561
15562 * battery.el (battery--linux-sysfs-regexp): New const.
15563 (battery-status-function): Use it. Remove yeeloong special case.
15564 (battery-yeeloong-sysfs): Remove.
15565 (battery-echo-area-format): Remove yeeloong special case.
15566
15567 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15568
15569 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
15570 Reported by Noah Friedman.
15571
15572 * subr.el (read-passwd): Use read-string.
15573
15574 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15575
15576 * vcursor.el (vcursor-move): Increase the priority of the overlay
15577 (bug#9663).
15578
15579 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15580
15581 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
15582 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
15583
15584 2012-04-11 William Stevenson <yhvh2000@gmail.com>
15585
15586 * textmodes/artist.el (artist-mode): Convert artist-mode to use
15587 define-minor-mode (bug#10760).
15588
15589 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15590
15591 * progmodes/grep.el (rgrep): Tweak the find command line so
15592 that directories matching `grep-find-ignored-files' won't be
15593 pruned (bug#10351).
15594
15595 2012-04-11 Chong Yidong <cyd@gnu.org>
15596
15597 * startup.el (command-line): Remove support for long-obsolete
15598 variable font-lock-face-attributes.
15599
15600 2012-04-11 Glenn Morris <rgm@gnu.org>
15601
15602 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
15603
15604 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15605
15606 * window.el (window--state-get-1): Obey window-point-insertion-type.
15607
15608 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
15609
15610 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
15611 to previous function when point is on the first character of a
15612 function. Take care of that in `narrow-to-defun' (bug#6157).
15613
15614 2012-04-11 Glenn Morris <rgm@gnu.org>
15615
15616 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
15617 not just file-errors.
15618
15619 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
15620 (vc-bzr-sha1): Use internal sha1.
15621
15622 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15623
15624 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
15625
15626 2012-04-10 SĂ©bastien Gross <seb@chezwam.org> (tiny change)
15627
15628 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
15629 that start in the middle of the line (bug#10496).
15630
15631 2012-04-10 Dan Nicolaescu <dann@gnu.org>
15632
15633 * battery.el (battery-linux-proc-acpi): Only one battery is
15634 discharged at a time, but that seems to confuse battery.el when
15635 computing `rate-type' for the battery not being discharged
15636 (bug#10332).
15637
15638 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15639
15640 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
15641
15642 * international/quail.el: Use dolist and simplify.
15643 (quail-define-package, quail-update-keyboard-layout)
15644 (quail-define-rules): Use dolist.
15645 (quail-insert-kbd-layout, quail-get-translation): CSE.
15646
15647 * tmm.el: Use dolist, remove left over hook.
15648 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
15649 Use dolist.
15650 (calendar-load-hook): Don't mess with it.
15651
15652 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
15653 Use derived-mode-p. Run the diff asynchronously.
15654
15655 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15656
15657 * obsolete/mouse-sel.el: Add an Obsolete-since header.
15658
15659 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
15660
15661 * misc.el: Display absolute path of loaded DLLs (bug#10424).
15662 (list-dynamic-libraries--loaded): New function.
15663 (list-dynamic-libraries--refresh): Use it.
15664
15665 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
15666
15667 * progmodes/python.el (python-fill-paragraph):
15668 Make python-fill-region in a multiline string work when font-lock is
15669 disabled (bug#7018).
15670
15671 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
15672
15673 * language/european.el (cp775): Add oem/legacy (en)coding on
15674 DOS/MS Windows for the Baltic languages. There are still plenty
15675 of texts written in this encoding/codepage (bug#6519).
15676
15677 2012-04-10 Glenn Morris <rgm@gnu.org>
15678
15679 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
15680 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
15681
15682 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
15683
15684 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
15685 next-line "n" and previous-line "p" in order to make recentf more
15686 consistent with ibuffer, dired or org-mode (bug#9387).
15687
15688 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15689
15690 * image.el (put-image): Return the overlay created instead of the
15691 optional input string (bug#7834). Note that this may break code
15692 that is (for some reason or other) depending on `put-image'
15693 returning the string.
15694
15695 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
15696
15697 * simple.el (zap-to-char): Allow zapping using input methods
15698 (bug#1580).
15699
15700 * textmodes/fill.el (fill-region): Leave point and mark where they
15701 were before filling (bug#5399).
15702
15703 2012-04-09 Glenn Morris <rgm@gnu.org>
15704
15705 * version.el (emacs-bzr-get-version):
15706 Handle lightweight checkouts of local branches.
15707
15708 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
15709
15710 * international/characters.el: Recover lost case pairs. (Bug#11209)
15711
15712 2012-04-09 Chong Yidong <cyd@gnu.org>
15713
15714 * custom.el (custom-variable-p): Return nil for non-symbol
15715 arguments instead of signaling an error.
15716 (user-variable-p): Obsolete alias for custom-variable-p.
15717
15718 * apropos.el (apropos-variable):
15719 * files-x.el (read-file-local-variable):
15720 * simple.el (set-variable):
15721 * woman.el (woman-mini-help):
15722 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
15723
15724 2012-04-09 Glenn Morris <rgm@gnu.org>
15725
15726 * startup.el (normal-top-level): Don't look for leim-list.el
15727 in places where it will not be found. (Bug#910)
15728
15729 * international/mule-cmds.el (set-default-coding-systems):
15730 * files.el (normal-mode):
15731 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
15732 This function was removed with ucs-tables.el in 2008.
15733
15734 2012-04-08 Eli Zaretskii <eliz@gnu.org>
15735
15736 * textmodes/ispell.el (ispell-check-version): For hunspell, set
15737 ispell-encoding8-command to "-i", without a trailing space.
15738 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
15739 separate command-line arguments, to specify the encoding, since
15740 that's how hunspell expects it.
15741
15742 2012-04-08 Glenn Morris <rgm@gnu.org>
15743
15744 * loadup.el: Load bindings before cus-start.
15745 This reduces somewhat the number of "rogue" settings in emacs -Q.
15746
15747 2012-04-07 Glenn Morris <rgm@gnu.org>
15748
15749 * version.el (emacs-bzr-get-version): New function.
15750 (emacs-bzr-version): New variable.
15751 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
15752 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
15753
15754 2012-04-07 Eli Zaretskii <eliz@gnu.org>
15755
15756 * international/uni-bidi.el, international/uni-category.el:
15757 * international/uni-combining.el, international/uni-decimal.el:
15758 * international/uni-decomposition.el, international/uni-digit.el:
15759 * international/uni-lowercase.el, international/uni-mirrored.el:
15760 * international/uni-name.el, international/uni-numeric.el:
15761 * international/uni-titlecase.el, international/uni-uppercase.el:
15762 Update for Unicode 6.1.
15763
15764 2012-04-07 Eli Zaretskii <eliz@gnu.org>
15765
15766 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
15767
15768 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
15769
15770 * window.el (shrink-window): Mention the `window-min-height'
15771 variable in the doc string.
15772
15773 2012-04-05 Bastien Guerry <bzg@altern.org>
15774
15775 * color.el (color-lighten-name): Fix typo.
15776
15777 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15778
15779 * server.el (server--on-display-p): New function.
15780 (server--on-display-p): Use it.
15781
15782 2012-04-04 GĂ¡bor Vida <vidagabor@gmail.com> (tiny change)
15783
15784 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
15785 (bug#11145).
15786
15787 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15788
15789 * comint.el (comint--common-quoted-suffix): Check string boundary
15790 before comparing (bug#11158).
15791 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
15792
15793 2012-04-04 Chong Yidong <cyd@gnu.org>
15794
15795 * minibuffer.el (completion-extra-properties): Doc fix.
15796
15797 * subr.el (delayed-warnings-hook): Doc fix.
15798
15799 2012-04-04 Daiki Ueno <ueno@unixuser.org>
15800
15801 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
15802 selection (Bug#11159).
15803 (epa-insert-keys): Inform that the default public key will be
15804 exported if no key is selected.
15805
15806 2012-04-04 Richard Stallman <rms@gnu.org>
15807
15808 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
15809
15810 2012-04-03 Chong Yidong <cyd@gnu.org>
15811
15812 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
15813 mail-insert-file, not its obsolete alias mail-attach-file.
15814
15815 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
15816
15817 * notifications.el (notifications-notify): Fix docstring.
15818
15819 2012-04-02 Glenn Morris <rgm@gnu.org>
15820
15821 * emacs-lisp/authors.el (authors-aliases): Another addition.
15822
15823 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
15824
15825 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
15826 `tramp-compat-call-process' instead of `tramp-local-call-process'.
15827 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
15828
15829 2012-04-01 Chong Yidong <cyd@gnu.org>
15830
15831 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
15832 Handle root directory properly.
15833 (copy-directory): Caller changed.
15834
15835 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15836 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
15837
15838 2012-03-31 Glenn Morris <rgm@gnu.org>
15839
15840 * term/xterm.el (xterm-extra-capabilities): Doc fix.
15841
15842 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
15843
15844 * calendar/calendar.el (calendar-window-list)
15845 (calendar-hide-window): Restore. (Bug#11140)
15846 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
15847
15848 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
15849
15850 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15851
15852 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15853 Check if file is a symlink (Bug#10489).
15854
15855 * files.el (copy-directory): Likewise.
15856
15857 2012-03-30 Chong Yidong <cyd@gnu.org>
15858
15859 * image.el (imagemagick-types-inhibit)
15860 (imagemagick-register-types): Doc fix.
15861
15862 2012-03-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
15863
15864 * textmodes/ispell.el (ispell-get-extended-character-mode):
15865 Disable extended-char-mode for hunspell. hunspell does not support it
15866 and treats ~word as ordinary words in pipe mode.
15867
15868 2012-03-30 Glenn Morris <rgm@gnu.org>
15869
15870 * tutorial.el (help-with-tutorial): Ensure local variables don't
15871 happen to make the buffer read-only. (Bug#11127)
15872
15873 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15874
15875 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
15876 (perl-calculate-indent): Return `noindent' in strings.
15877
15878 2012-03-28 Sam Steingold <sds@gnu.org>
15879
15880 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
15881 instead of the broken adhockery which does not prevent calendar
15882 buffers from being displayed at random after exit.
15883 (calendar-window-list, calendar-hide-window): Remove the broken
15884 adhockery.
15885
15886 2012-03-28 Glenn Morris <rgm@gnu.org>
15887
15888 * replace.el (query-replace-map): Doc fix.
15889
15890 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
15891
15892 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
15893 contents. (Bug#11109)
15894
15895 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15896
15897 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
15898 (bug#11077).
15899 (avl-tree--check, avl-tree--check-node): New funs.
15900
15901 2012-03-27 Martin Rudalics <rudalics@gmx.at>
15902
15903 * window.el (switch-to-visible-buffer): New option.
15904 (switch-to-prev-buffer, switch-to-next-buffer):
15905 Observe switch-to-visible-buffer. Make sure that checking for a window
15906 showing a buffer already is done on the same frame.
15907
15908 2012-03-27 Glenn Morris <rgm@gnu.org>
15909
15910 * startup.el (mail-host-address): Doc fix.
15911
15912 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15913
15914 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
15915 than 197 variables.
15916
15917 2012-03-26 Ami Fischman <ami@fischman.org>
15918
15919 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
15920
15921 2012-03-26 Glenn Morris <rgm@gnu.org>
15922
15923 * files.el (save-buffers-kill-emacs): Doc fix.
15924
15925 * startup.el (normal-top-level, command-line, command-line-1):
15926 Give them doc strings.
15927
15928 2012-03-25 Eli Zaretskii <eliz@gnu.org>
15929
15930 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
15931 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
15932
15933 2012-03-25 Chong Yidong <cyd@gnu.org>
15934
15935 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
15936 theme if it was previously enabled before (Bug#11031).
15937
15938 * cus-theme.el (custom-theme-write-faces): Retrieve current face
15939 spec with custom-face-get-current-spec if its :shown-value is not
15940 determined yet (Bug#9337).
15941 (customize-create-theme, custom-theme-revert): Doc fixes.
15942
15943 * button.el (button-at): Minor addition to docstring.
15944
15945 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
15946
15947 * vc/vc.el (vc-merge): Fix a prompt.
15948
15949 2012-03-24 Chong Yidong <cyd@gnu.org>
15950
15951 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
15952 point (Bug#9623).
15953
15954 * button.el (button-at): Minor addition to docstring.
15955
15956 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
15957
15958 * newcomment.el (comment-choose-indent): No space after BOL.
15959
15960 2012-03-22 Sam Steingold <sds@gnu.org>
15961
15962 * window.el (switch-to-prev-buffer): Revert last patch because the
15963 bug turned out to be an advertised feature (Elisp manual 28.14).
15964
15965 2012-03-22 Glenn Morris <rgm@gnu.org>
15966
15967 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
15968 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
15969
15970 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15971
15972 * net/network-stream.el (network-stream-open-starttls): Make error
15973 message under Windows be less misleading.
15974
15975 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
15976
15977 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
15978 understands (bug#9942).
15979
15980 2012-03-22 Chong Yidong <cyd@gnu.org>
15981
15982 * simple.el (end-of-visible-line): Handle return value of
15983 next-single-property-change properly (Bug#9371).
15984
15985 2012-03-22 Kenichi Handa <handa@m17n.org>
15986
15987 * international/quail.el (quail-insert-kbd-layout): Fix previous
15988 change. To avoid unwanted bidi reordering, use
15989 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
15990
15991 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
15992
15993 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
15994 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
15995 (ruby-beginning-of-indent): Be more careful with the difference
15996 between word-boundary and symbol boundary.
15997 (ruby-mode-syntax-table): Make : a symbol constituent.
15998
15999 2012-03-21 Andreas Politz <politza@fh-trier.de>
16000
16001 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
16002
16003 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16004
16005 * progmodes/etags.el (tags-completion-at-point-function):
16006 Improve last fix.
16007
16008 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
16009
16010 2012-03-21 Sam Steingold <sds@gnu.org>
16011
16012 * progmodes/etags.el (tags-completion-at-point-function):
16013 Avoid the error when point is inside the pattern.
16014
16015 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
16016
16017 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
16018 line (Bug#10855).
16019
16020 2012-03-21 Drew Adams <drew.adams@oracle.com>
16021
16022 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
16023
16024 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
16025
16026 * ido.el (ido-set-current-directory, ido-read-internal)
16027 (ido-choose-completion-string, ido-completion-help): Handle nil
16028 value of ido-completion-buffer (Bug#11008).
16029
16030 2012-03-21 Sam Steingold <sds@gnu.org>
16031
16032 * window.el (switch-to-prev-buffer): Do not switch to a visible
16033 window previous buffer, just like with the frame previous buffers.
16034
16035 2012-03-21 Chong Yidong <cyd@gnu.org>
16036
16037 * faces.el (make-face, make-empty-face, copy-face):
16038 * face-remap.el (face-remap-add-relative, face-remap-set-base):
16039 Doc fixes.
16040
16041 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16042
16043 * wid-edit.el (widget-complete-field): Remove (bug#11051).
16044 (widget-complete): Remove broken use of it.
16045
16046 2012-03-20 Chong Yidong <cyd@gnu.org>
16047
16048 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16049 Use string-width and truncate-string-width to handle arbitrary
16050 characters.
16051
16052 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
16053
16054 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
16055 to draw rectangles, not squares. (Regression introduced by revno
16056 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
16057
16058 2012-03-18 Chong Yidong <cyd@gnu.org>
16059
16060 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
16061 it is not yet defined (for temacs).
16062
16063 2012-03-18 Leo Liu <sdl.web@gmail.com>
16064
16065 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
16066 prefix.
16067
16068 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16069
16070 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
16071 (ispell-choices-win-default-height, ispell-silently-savep)
16072 (ispell-dictionary-alist, ispell-encoding8-command)
16073 (ispell-check-version, ispell-aspell-find-dictionary)
16074 (ispell-valid-dictionary-list, ispell-words-keyword)
16075 (ispell-get-word, ispell-internal-change-dictionary)
16076 (ispell-region, ispell-skip-region-list)
16077 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
16078 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
16079 (ispell-message-text-end, ispell-message)
16080 (ispell-buffer-local-parsing): Doc fix.
16081
16082 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
16083
16084 * htmlfontify.el: Add support for code block fontification for ODT
16085 export (Bug #9914).
16086 (hfy-optimisations): Define new option
16087 `body-text-only'
16088 (hfy-fontify-buffer): Honor above setting.
16089 (hfy-begin-span, hfy-end-span): New routines factored out form
16090 `hfy-fontify-buffer'.
16091 (hfy-begin-span-handler, hfy-end-span-handler): New variables
16092 that permit insertion of custom tags.
16093 (hfy-fontify-buffer): Use above handlers.
16094 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
16095 (hfy-face-to-css): Re-defined to be a variable.
16096 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
16097 over multiple runs. This is made possible by having the caller let
16098 bind a special variable `hfy-user-sheet-assoc'.
16099 (htmlfontify-string): New defun.
16100 (hfy-compile-face-map): Make sure that the last char in the
16101 buffer is correctly fontified.
16102 (hfy-face-resolve-face): Whitespace only change.
16103
16104 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16105
16106 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
16107 message more clear.
16108
16109 2012-03-16 Leo Liu <sdl.web@gmail.com>
16110
16111 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
16112
16113 2012-03-16 Alan Mackenzie <acm@muc.de>
16114
16115 Further optimize the handling of large macros.
16116
16117 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
16118 limit to a call of `c-literal-limits'.
16119 (c-determine-+ve-limit): New function.
16120 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
16121 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
16122 In CASE 5B, restrict a search limit to 500.
16123 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
16124
16125 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
16126 Restrict macro bounds to +-500 from after-change's BEG END.
16127
16128 2012-03-16 Leo Liu <sdl.web@gmail.com>
16129
16130 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
16131
16132 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
16133
16134 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
16135 `special-mode' setting of `buffer-read-only'. (Bug#11010)
16136
16137 2012-03-16 Glenn Morris <rgm@gnu.org>
16138
16139 * view.el (view-buffer, view-buffer-other-window)
16140 (view-buffer-other-frame): Doc fixes re special mode-class.
16141
16142 * subr.el (eval-after-load): If named feature is provided not from
16143 a file, run after-load forms. (Bug#10946)
16144
16145 * calendar/calendar.el (calendar-insert-at-column):
16146 Handle non-unit-width characters a bit better. (Bug#10978)
16147
16148 2012-03-15 Chong Yidong <cyd@gnu.org>
16149
16150 * emacs-lisp/ring.el (ring-extend): New function.
16151 (ring-insert+extend): Extend the ring correctly (Bug#11019).
16152
16153 * comint.el (comint-read-input-ring)
16154 (comint-add-to-input-history): Grow comint-input-ring lazily.
16155
16156 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16157
16158 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
16159 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
16160
16161 * imenu.el: Fix multiple inheritance breakage (bug#9199).
16162 (imenu-add-to-menubar): Don't add a redundant index.
16163 (imenu-update-menubar): Handle a dynamically composed keymap.
16164
16165 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16166
16167 * mail/sendmail.el (mail-encode-header):
16168 Bind rfc2047-encode-encoded-words to nil.
16169
16170 2012-03-13 Glenn Morris <rgm@gnu.org>
16171
16172 * calendar/calendar.el (calendar-string-spread):
16173 Handle non-unit-width characters a bit better. (Bug#10978)
16174
16175 2012-03-13 Leo Liu <sdl.web@gmail.com>
16176
16177 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
16178 directory and file as argument (Bug#10822).
16179
16180 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16181
16182 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
16183 For dynamically generated code, follow $PC.
16184 (gdb-disassembly-handler-custom): Handle no function name case.
16185
16186 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
16187
16188 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
16189 * emulation/ws-mode.el (ws-query-replace):
16190 * sort.el (sort-regexp-fields):
16191 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
16192
16193 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16194
16195 * dabbrev.el: Fix cycle completion order (bug#10963).
16196 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
16197 (dabbrev-completion): Don't use an obarray; provide
16198 a cycle-sort-function.
16199
16200 2012-03-12 Leo Liu <sdl.web@gmail.com>
16201
16202 * simple.el (kill-new): Use equal-including-properties for comparison.
16203 (kill-do-not-save-duplicates): Doc fix.
16204
16205 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16206
16207 * dabbrev.el: Fix cycle completion (bug#10963).
16208 Use lexical binding and wrap to 80 columns.
16209 (dabbrev-completion): Delay computing the list of completions.
16210
16211 2012-03-12 Kenichi Handa <handa@m17n.org>
16212
16213 * international/quail.el (quail-insert-kbd-layout): Surround each
16214 row by LRO and PDF instead of inserting many LRMs. Pad the left
16215 and right of each non-spacing marks. Insert invisible space
16216 between lower and upper characters to prevent composition.
16217
16218 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16219
16220 * minibuffer.el (minibuffer-complete): Don't get confused when the
16221 function is run twice via different commands (bug#10958).
16222 (complete-with-action): Fix docstring.
16223
16224 2012-03-12 Chong Yidong <cyd@gnu.org>
16225
16226 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
16227 (nxml-completion-at-point-function): New function.
16228 (nxml-mode): Use it.
16229 (nxml-bind-meta-tab-to-complete-flag): Default to t.
16230
16231 * emacs-lisp/package.el (package-unpack, package-unpack-single):
16232 Load generated autoloads file before byte compiling (Bug#10970).
16233 (package--make-autoloads-and-compile): New helper fun.
16234
16235 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
16236
16237 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
16238
16239 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
16240
16241 * autorevert.el (auto-revert-handler): Ensure, that
16242 file-readable-p is applied only for local files or in
16243 auto-revert-tail-mode.
16244
16245 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
16246
16247 * server.el (server-eval-at): Handle non-tcp connections.
16248 Decode result string.
16249
16250 * server.el (server-msg-size): New constant.
16251 (server-reply-print): New function.
16252 (server-eval-and-print): Use it.
16253 (server-eval-at): Use server-quote-arg and server-unquote-arg.
16254 Handle -print-nonl.
16255
16256 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
16257
16258 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
16259 (Bug#10987).
16260
16261 2012-03-11 Chong Yidong <cyd@gnu.org>
16262
16263 * simple.el (goto-line): Doc fix (Bug#9938).
16264
16265 * subr.el (save-window-excursion): Doc fix (Bug#9979).
16266
16267 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
16268 when finished (Bug#10963).
16269
16270 2012-03-11 Martin Rudalics <rudalics@gmx.at>
16271
16272 * window.el (split-window-below): Fix bug in case where
16273 split-window-keep-point is nil (Bug#10971).
16274
16275 2012-03-11 Juri Linkov <juri@jurta.org>
16276
16277 * replace.el (replace-highlight): Set isearch-word to nil
16278 unconditionally. (Bug#10887)
16279
16280 2012-03-10 Eli Zaretskii <eliz@gnu.org>
16281
16282 * net/mairix.el (mairix-replace-invalid-chars): Rename from
16283 mairix-replace-illegal-chars; all callers changed. Don't remove
16284 ^, ~, and = characters: they are meaningful in mairix search specs.
16285 (mairix-widget-create-query): Add usage information about mairix
16286 search forms: negating words, searching for substrings, etc.
16287
16288 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
16289
16290 * international/fontset.el (font-encoding-alist): Add an entry for
16291 ksx1001 (Bug#5667).
16292
16293 2012-03-10 Richard Stallman <rms@gnu.org>
16294
16295 * mail/sendmail.el (mail-encode-header):
16296 Set rfc2047-encode-encoded-words.
16297
16298 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
16299
16300 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
16301 view buffer means not swapped.
16302 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
16303 (rmail-write-region-annotate): Error if real text has disappeared.
16304
16305 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
16306
16307 2012-03-10 Chong Yidong <cyd@gnu.org>
16308
16309 * emulation/cua-rect.el (cua--init-rectangles):
16310 * emulation/cua-base.el (cua--init-keymaps):
16311 Add delete-forward-char to remappings (Bug#9666).
16312
16313 2012-03-10 Martin Rudalics <rudalics@gmx.at>
16314
16315 * speedbar.el (speedbar-unhighlight-one-tag-line):
16316 Avoid unhighlighting due to frame switching (Bug#10275).
16317
16318 2012-03-10 Chong Yidong <cyd@gnu.org>
16319
16320 * minibuffer.el (completion-in-region, completion-help-at-point):
16321 Give the completion field overlay a high priority (Bug#6830).
16322
16323 * dired.el (dired-goto-file): Recognize absolute file name
16324 listings (Bug#7126).
16325 (dired-goto-file-1): New helper function.
16326 (dired-toggle-read-only): Inhibit warnings.
16327
16328 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
16329
16330 * net/dbus.el (dbus-property-handler): Return empty array if
16331 there are no properties.
16332
16333 2012-03-09 Leo Liu <sdl.web@gmail.com>
16334
16335 * savehist.el (savehist-printable): Stricter check for string
16336 value (Bug#10937).
16337
16338 2012-03-09 Eli Zaretskii <eliz@gnu.org>
16339
16340 * mail/smtpmail.el (smtpmail-send-it):
16341 Bind coding-system-for-write to *-unix, so that FCC files are kept in
16342 valid mbox format.
16343
16344 2012-03-09 Glenn Morris <rgm@gnu.org>
16345
16346 * files.el (dir-locals-find-file):
16347 Don't check result is regular, readable.
16348 (dir-locals-read-from-file): Demote errors.
16349
16350 2012-03-08 Eli Zaretskii <eliz@gnu.org>
16351
16352 * international/quail.el (quail-insert-kbd-layout):
16353 Insert invisible LRM characters before each character in a keyboard
16354 layout cell, to prevent their reordering by bidi display engine.
16355 For details, see the discussion in
16356 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
16357
16358 2012-03-08 Alan Mackenzie <acm@muc.de>
16359
16360 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
16361 the starting position; make it extend the marked region when
16362 invoked repeatedly - all under appropriate circumstances.
16363 Fixes bugs #5525, #10906.
16364
16365 2012-03-08 Glenn Morris <rgm@gnu.org>
16366
16367 * files.el (locate-dominating-file, dir-locals-find-file):
16368 Undo 2012-03-06 change.
16369
16370 2012-03-07 Eli Zaretskii <eliz@gnu.org>
16371
16372 * international/quail.el (quail-help):
16373 Force bidi-paragraph-direction be left-to-right. See discussion in
16374 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
16375 for the reason.
16376
16377 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
16378
16379 Avoid superfluous registering of signals. (Bug#10807)
16380
16381 * notifications.el (notifications-on-action-object)
16382 (notifications-on-close-object): New defvars.
16383 (notifications-on-action-signal, notifications-on-closed-signal):
16384 Unregister the signal if not needed any longer.
16385 (notifications-notify): Register `notifications-action-signal' or
16386 `notifications-closed-signal', if :on-action or :on-close has been
16387 passed as argument.
16388
16389 2012-03-07 Chong Yidong <cyd@gnu.org>
16390
16391 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
16392 non-X platforms.
16393
16394 2012-03-06 Glenn Morris <rgm@gnu.org>
16395
16396 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16397 (x-disown-selection-internal, x-get-selection-internal):
16398 Doc fix (add arglist signatures). (Bug#10783)
16399
16400 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16401
16402 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16403 Handle breakpoints with no "type".
16404
16405 2012-03-06 Glenn Morris <rgm@gnu.org>
16406
16407 * files.el (locate-dominating-file): Add optional predicate argument.
16408 (dir-locals-find-file): Make use of above change.
16409
16410 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
16411
16412 * info.el (Info-insert-dir): Also try "dir.gz".
16413
16414 2012-03-06 Glenn Morris <rgm@gnu.org>
16415
16416 * files.el (dir-locals-find-file):
16417 Ignore non-readable or non-regular files. (Bug#10928)
16418
16419 * files.el (locate-dominating-file): Doc fix.
16420
16421 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
16422
16423 * calendar/calendar.el (calendar-set-mode-line):
16424 `getenv' returns a string. (Bug#10951)
16425
16426 2012-03-05 Leo Liu <sdl.web@gmail.com>
16427
16428 * simple.el (backward-delete-char-untabify): Constrain point to
16429 field (Bug#10939).
16430
16431 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
16432
16433 2012-03-05 Chong Yidong <cyd@gnu.org>
16434
16435 * simple.el (count-words): If called from Lisp, return the word
16436 count, for symmetry with `count-lines'. Arglist changed.
16437 (count-words--message): Args changed. Consolidate counting code
16438 from count-words and count-words-region.
16439 (count-words-region): Caller changed.
16440 (count-lines-region): Make it an obsolete alias.
16441
16442 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
16443
16444 * saveplace.el (save-place-to-alist)
16445 (save-place-ignore-files-regexp): Allow value nil to disable this
16446 feature.
16447
16448 2012-03-04 Chong Yidong <cyd@gnu.org>
16449
16450 * faces.el (face-spec-reset-face): For the default face, reset the
16451 attributes to default values (Bug#10748).
16452
16453 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16454
16455 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
16456 previous patch: Check `message-send-mail-function', and not the
16457 default function (bug#10897).
16458
16459 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
16460
16461 * notifications.el (notifications-on-action-signal)
16462 (notifications-on-closed-signal): Check for unique service name of
16463 incoming event. Fix error in removing entry.
16464 (top): Register for signals with wildcard service name.
16465 (notifications-notify): Use daemon unique service name for map entries.
16466
16467 2012-03-04 Chong Yidong <cyd@gnu.org>
16468
16469 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
16470
16471 2012-03-04 Glenn Morris <rgm@gnu.org>
16472
16473 * abbrev.el (copy-abbrev-table, abbrev-table-p)
16474 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
16475 (expand-abbrev, define-abbrev-table): Doc fixes.
16476
16477 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16478
16479 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
16480 `message-default-send-mail-function' and not `send-mail-function'
16481 when doing the prompting for `sendmail-query-once' before sending
16482 in Message buffers (bug#10897).
16483
16484 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
16485 This is inconsistent with all the other stream functions, which leave
16486 the setting up to the higher levels (if so wanted) (bug#10931).
16487
16488 2012-03-02 Alan Mackenzie <acm@muc.de>
16489
16490 Depessimize the handling of very large macros.
16491
16492 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
16493 (c-macro-cache-syntactic): New variables to implement a one
16494 element macro cache.
16495 (c-invalidate-macro-cache): New function.
16496 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
16497 Adapt to use the new cache.
16498 (c-state-safe-place): Use better the cache of safe positions.
16499 (c-state-semi-nonlit-pos-cache)
16500 (c-state-semi-nonlit-pos-cache-limit):
16501 New variables for...
16502 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
16503 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
16504 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
16505 Use c-state-semi-safe-place.
16506
16507 * progmodes/cc-langs.el (c-get-state-before-change-functions):
16508 Add c-invalidate-macro-cache to the C, C++, Obj entries.
16509
16510 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
16511
16512 * jka-compr.el (jka-compr-call-process):
16513 Apply `file-accessible-directory-p' only when the default directory is
16514 not remote.
16515
16516 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
16517
16518 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
16519 access of FILE2, if FILE1 does not exist.
16520
16521 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
16522 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
16523
16524 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
16525 Add "PAGER=" to `process-environment'.
16526
16527 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
16528
16529 * progmodes/sql.el: Bug fix
16530 (sql-get-login-ext): Save login values in globals.
16531 (sql-get-login): Use new version of `sql-get-login-ext'.
16532 (sql-interactive-mode): Set global `sql-connection' to nil.
16533 (sql-connect): Set global values for connection.
16534 (sql-product-interactive): Save global values as buffer local.
16535
16536 2012-02-29 Leo Liu <sdl.web@gmail.com>
16537
16538 * abbrev.el (define-abbrevs): Reset sys to nil.
16539
16540 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16541
16542 * files.el (file-equal-p): Rename from `files-equal-p'.
16543 Return nil when one or both files don't exist.
16544 (file-subdir-of-p): Now only top directory must exists,
16545 return nil if it doesn't.
16546 (copy-directory): No need to test with `file-subdir-of-p' after
16547 creating dir.
16548 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
16549 to `file-equal-p'.
16550
16551 2012-02-28 Glenn Morris <rgm@gnu.org>
16552
16553 * shell.el (shell-mode):
16554 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
16555 * play/landmark.el (landmark-font-lock-face-O):
16556 * play/handwrite.el (handwrite):
16557 * play/gomoku.el (gomoku-O):
16558 * net/browse-url.el (browse-url-browser-display):
16559 * international/mule.el (define-charset):
16560 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
16561 * filesets.el (filesets-find-file-delay):
16562 * eshell/em-xtra.el (eshell-xtra):
16563 * eshell/em-unix.el (eshell-grep):
16564 * emulation/viper.el (viper-mode):
16565 * emacs-lisp/regexp-opt.el (regexp-opt-group):
16566 * emacs-lisp/easymenu.el (easy-menu-define):
16567 * calendar/timeclock.el (timeclock-use-display-time):
16568 * bs.el (bs-mode):
16569 * bookmark.el (bookmark-save-flag):
16570 Doc fix (standardize possessive apostrophe usage).
16571
16572 2012-02-27 Chong Yidong <cyd@gnu.org>
16573
16574 * emulation/viper-cmd.el (viper-intercept-ESC-key):
16575 Fix key-binding lookup for ESC key (Bug#9146).
16576
16577 * font-lock.el (font-lock-specified-p): Rename from
16578 font-lock-spec-present. Callers changed.
16579
16580 2012-02-27 Daniel Hackney <dan@haxney.org>
16581
16582 * emacs-lisp/package.el (package-compute-transaction):
16583 Handle holding a package version to t in package-load-list.
16584
16585 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
16586
16587 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
16588 (tramp-get-inode, tramp-get-device): Use cached values.
16589
16590 2012-02-26 Alan Mackenzie <acm@muc.de>
16591
16592 Check there is a font-lock specification before doing initial
16593 fontification.
16594
16595 * font-core.el (font-lock-mode): Move the conditional from
16596 :after-hook to font-lock-initial-fontify.
16597 (font-lock-default-function): Move the check for a specification
16598 to font-lock-spec-present.
16599
16600 * font-lock.el (font-lock-initial-fontify): Call ...
16601 (font-lock-spec-present): New function.
16602
16603 2012-02-26 Jim Blandy <jimb@red-bean.com>
16604
16605 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
16606 (gdb-send): Apply it to the operand of the '-interpreter-exec
16607 console' command, so that we can pass arguments with (say) quotes
16608 in them. Store exact string sent in gdb-debug-log (Bug#10765).
16609
16610 2012-02-26 Chong Yidong <cyd@gnu.org>
16611
16612 * help-fns.el (describe-function-1): Clarify description of
16613 remapping (Bug#10844).
16614
16615 * files.el (files-equal-p): Doc fix.
16616 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
16617 and quit the loop once a mismatch is found.
16618
16619 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
16620
16621 * bs.el (bs--show-with-configuration): Don't throw an error
16622 if the window cannot be split; otherwise, subsequent calls to
16623 bs-show fail, restoring a stale window config. (Bug#10882)
16624
16625 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
16626
16627 * term/ns-win.el (global-map): Bind ns-drag-file to
16628 ns-find-file (Bug#5855, Bug#10050).
16629
16630 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
16631
16632 * calendar/parse-time.el (parse-time-string): Allow extractor to
16633 return nil.
16634
16635 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
16636
16637 * net/tramp.el (tramp-file-name-for-operation):
16638 Add `files-equal-p' and `file-subdir-of-p'.
16639
16640 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16641 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16642 Add COPY-CONTENTS argument.
16643
16644 2012-02-25 Chong Yidong <cyd@gnu.org>
16645
16646 Add custom groups for VC backends, for consistency with vc-bzr.
16647
16648 * vc/vc-arch.el (vc-arch):
16649 * vc/vc-cvs.el (vc-cvs):
16650 * vc/vc-git.el (vc-git):
16651 * vc/vc-hg.el (vc-hg):
16652 * vc/vc-mtn.el (vc-mtn):
16653 * vc/vc-rcs.el (vc-rcs):
16654 * vc/vc-sccs.el (vc-sccs):
16655 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
16656 All relevant defcustoms reassigned.
16657
16658 2012-02-25 Chong Yidong <cyd@gnu.org>
16659
16660 * newcomment.el (comment-styles): Add autoload (Bug#10868).
16661
16662 * term/x-win.el (x-initialize-window-system): Reduce default for
16663 x-selection-timeout to 5 seconds (Bug#8869).
16664
16665 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16666
16667 * files.el (files-equal-p, file-subdir-of-p): New functions.
16668 (copy-directory): Error when trying to copy a directory on itself.
16669 Add missing copy-contents arg to tramp handler.
16670 * dired-aux.el (dired-copy-file-recursive): Same.
16671 (dired-create-files): Modify destination when source is equal to
16672 dest when copying files.
16673 Return also when dest is a subdir of source. (Bug#10489)
16674
16675 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
16676
16677 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
16678 (Bug#10874)
16679
16680 2012-02-23 Alan Mackenzie <acm@muc.de>
16681
16682 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
16683 parameter "after-hook:" to allow the expansion to run code after
16684 the execution of the mode hooks.
16685
16686 * font-lock.el (font-lock-initial-fontify): New function extracted
16687 from font-lock-mode-internal.
16688
16689 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
16690 :after-hook.
16691
16692 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16693
16694 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
16695 (completion--cache-all-sorted-completions): New function.
16696 (completion-all-sorted-completions): Use it.
16697 (completion--do-completion, minibuffer-force-complete):
16698 Use it to re-instate the flush hook.
16699
16700 * icomplete.el (icomplete-completions): Replace last fix with a better
16701 one (bug#10850).
16702
16703 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
16704
16705 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
16706 when it might call us back infinitely (bug#10797).
16707
16708 2012-02-23 Glenn Morris <rgm@gnu.org>
16709
16710 * minibuffer.el (completion-category-overrides): Doc fix.
16711
16712 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16713
16714 * minibuffer.el (completion-table-with-context): Fix inf-loop.
16715 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
16716
16717 2012-02-23 Glenn Morris <rgm@gnu.org>
16718
16719 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
16720 (authors-obsolete-files-regexps, authors-ignored-files)
16721 (authors-ambiguous-files, authors-renamed-files-alist):
16722 Add more entries.
16723
16724 2012-02-23 Juri Linkov <juri@jurta.org>
16725
16726 * isearch.el (isearch-occur): Sync interactive spec with occur's
16727 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
16728
16729 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
16730
16731 2012-02-22 Juri Linkov <juri@jurta.org>
16732
16733 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
16734 (ucs-insert): Doc fix. Check for hex digits in the string.
16735 Don't display `nil' in the error message. (Bug#10857)
16736
16737 2012-02-22 Alan Mackenzie <acm@muc.de>
16738
16739 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
16740
16741 2012-02-22 Glenn Morris <rgm@gnu.org>
16742
16743 * ffap.el (ffap-c-path):
16744 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
16745
16746 2012-02-22 Chong Yidong <cyd@gnu.org>
16747
16748 * custom.el (load-theme): Doc fix.
16749
16750 2012-02-22 Glenn Morris <rgm@gnu.org>
16751
16752 * dired-x.el (dired-guess-shell-alist-default):
16753 Remove escape sequences from nroff output. (Bug#172)
16754
16755 2012-02-21 Glenn Morris <rgm@gnu.org>
16756
16757 * vc/emerge.el (emerge-defvar-local):
16758 Set `permanent-local' property rather than unused `preserved'.
16759
16760 * textmodes/picture.el (picture-delete-char): New alias.
16761 (picture-mode-map): Use it. (Bug#10860)
16762 (picture-mode): Doc fix.
16763
16764 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
16765
16766 * newcomment.el (uncomment-region-default): Remove unused binding.
16767
16768 2012-02-21 Glenn Morris <rgm@gnu.org>
16769
16770 * textmodes/picture.el (picture-motion, picture-motion-reverse)
16771 (picture-self-insert, picture-tab-chars): Doc fix.
16772 (picture-mode-map): Fix C-a, C-e.
16773
16774 2012-02-20 Glenn Morris <rgm@gnu.org>
16775
16776 * emacs-lisp/authors.el (authors-aliases): Add another entry.
16777
16778 2012-02-20 Leo Liu <sdl.web@gmail.com>
16779
16780 * icomplete.el (icomplete-completions): Check FROM arg before
16781 passing to substring (Bug#10850).
16782
16783 2012-02-19 Chong Yidong <cyd@gnu.org>
16784
16785 * comint.el: Require ansi-color.
16786 (comint-output-filter-functions): Add ansi-color-process-output.
16787
16788 * ansi-color.el: Don't set comint-output-filter-functions; it is
16789 now in the initial value defined in comint.el.
16790 (ansi-color-apply-face-function): New variable.
16791 (ansi-color-apply-on-region): Use it.
16792 (ansi-color-apply-overlay-face): New function.
16793
16794 * shell.el (shell): No need to require ansi-color.
16795 (shell-mode): Use ansi-color-apply-face-function to highlight
16796 color escapes using font-lock-face property (Bug#10835).
16797
16798 2012-02-19 Chong Yidong <cyd@gnu.org>
16799
16800 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
16801 mode-line formats (Bug#10839).
16802
16803 2012-02-18 Glenn Morris <rgm@gnu.org>
16804
16805 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
16806
16807 * mail/undigest.el (unforward-rmail-message): Doc fix.
16808
16809 * saveplace.el (save-place-ignore-files-regexp): Add :version.
16810
16811 2012-02-18 Eli Zaretskii <eliz@gnu.org>
16812
16813 * international/characters.el (script-list): Sync with the latest
16814 Unicode Character Database.
16815
16816 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
16817
16818 * international/titdic-cnv.el: Remove duplicate coding tag.
16819 * language/cham.el: Likewise.
16820 * language/tai-viet.el: Likewise.
16821
16822 2012-02-18 Glenn Morris <rgm@gnu.org>
16823
16824 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
16825 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
16826 (calendar-bahai-all-holidays-flag, calendar-other-dates):
16827 * calendar/diary-lib.el (diary-abbreviated-year-flag):
16828 * calendar/holidays.el (holiday-bahai-holidays)
16829 (calendar-holidays, list-holidays):
16830 Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
16831
16832 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
16833
16834 * saveplace.el (save-place-ignore-files-regexp): New variable
16835 allowing for excluding files from saving their location of point.
16836 The default value matches the temporary commit message editing
16837 files from Git, SVN, Bazaar, and Mercurial.
16838 (save-place-to-alist): Use it.
16839
16840 2012-02-17 Lawrence Mitchell <wence@gmx.li>
16841 Stefan Monnier <monnier@iro.umontreal.ca>
16842
16843 * newcomment.el (uncomment-region-default): Don't leave extra space
16844 when an arg is provided (bug#8150).
16845
16846 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
16847
16848 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
16849
16850 2012-02-17 Glenn Morris <rgm@gnu.org>
16851
16852 * net/socks.el: Require network-stream. (Bug#10599)
16853
16854 2012-02-17 Kenichi Handa <handa@m17n.org>
16855
16856 * international/charprop.el:
16857 * international/uni-name.el:
16858 * international/uni-old-name.el:
16859 * international/uni-comment.el: Regenerate.
16860
16861 2012-02-16 Glenn Morris <rgm@gnu.org>
16862
16863 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
16864 Interactively in calendar buffer, give an error if not on a date.
16865
16866 2012-02-15 Glenn Morris <rgm@gnu.org>
16867
16868 * shell.el (shell-delimiter-argument-list):
16869 Revert 2011-02-17 change. (Bug#8027)
16870
16871 2012-02-15 Chong Yidong <cyd@gnu.org>
16872
16873 * minibuffer.el (completion-at-point-functions): Doc fix.
16874
16875 * custom.el (defcustom): Doc fix; note use of defvar.
16876
16877 2012-02-15 Glenn Morris <rgm@gnu.org>
16878
16879 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
16880 Doc fixes.
16881
16882 2012-02-14 Glenn Morris <rgm@gnu.org>
16883
16884 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
16885
16886 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
16887
16888 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
16889 way the ports list is computed.
16890 (smtpmail-query-smtp-server): Prompt the user for a port number if
16891 we can't connect to any of the standard ports (bug#10810).
16892
16893 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16894
16895 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
16896
16897 2012-02-13 Glenn Morris <rgm@gnu.org>
16898
16899 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
16900
16901 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
16902
16903 * net/gnutls.el (gnutls-trustfiles): New variable.
16904 (gnutls-negotiate): Use it.
16905
16906 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
16907
16908 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
16909 does its stuff if Gnus is running.
16910
16911 2012-02-13 Alan Mackenzie <acm@muc.de>
16912
16913 Fix a loop in c-set-fl-decl-start.
16914
16915 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
16916 c-backward-syntactic-ws actually moves backwards.
16917
16918 2012-02-13 Leo Liu <sdl.web@gmail.com>
16919
16920 * net/rcirc.el (rcirc-markup-attributes): Move point to the
16921 beginning so that all \C-o chars are removed.
16922
16923 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
16924
16925 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
16926
16927 2012-02-12 Alan Mackenzie <acm@muc.de>
16928
16929 Fix infinite loop with long macros.
16930 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
16931
16932 2012-02-12 Chong Yidong <cyd@gnu.org>
16933
16934 * window.el (display-buffer): Doc fix (Bug#10785).
16935
16936 2012-02-12 Glenn Morris <rgm@gnu.org>
16937
16938 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16939 (x-disown-selection-internal, x-get-selection-internal):
16940 Sync docs with the xselect.c versions.
16941
16942 * allout-widgets.el: Add missing license notice.
16943
16944 2012-02-11 Glenn Morris <rgm@gnu.org>
16945
16946 * select.el (x-get-selection-internal, x-own-selection-internal)
16947 (x-disown-selection-internal):
16948 * x-dnd.el (x-get-selection-internal): Update declarations.
16949
16950 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
16951
16952 * window.el (window-sides-slots):
16953 * tool-bar.el (tool-bar-position):
16954 * term/xterm.el (xterm-extra-capabilities):
16955 * ses.el (ses-self-reference-early-detection):
16956 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
16957 (verilog-auto-wire-type)
16958 (verilog-auto-delete-trailing-whitespace)
16959 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
16960 (verilog-auto-tieoff-declaration):
16961 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
16962 (sql-oracle-statement-starters, sql-oracle-scan-on):
16963 * progmodes/prolog.el (prolog-align-comments-flag)
16964 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
16965 (prolog-left-indent-regexp, prolog-paren-indent-p)
16966 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
16967 (prolog-types, prolog-mode-specificators)
16968 (prolog-determinism-specificators, prolog-directives)
16969 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
16970 (prolog-electric-dot-flag)
16971 (prolog-electric-dot-full-predicate-template)
16972 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
16973 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
16974 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
16975 (prolog-program-switches, prolog-prompt-regexp)
16976 (prolog-debug-on-string, prolog-debug-off-string)
16977 (prolog-trace-on-string, prolog-trace-off-string)
16978 (prolog-zip-on-string, prolog-zip-off-string)
16979 (prolog-use-standard-consult-compile-method-flag)
16980 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
16981 (prolog-imenu-max-lines, prolog-info-predicate-index)
16982 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
16983 (prolog-char-quote-workaround):
16984 * progmodes/cc-vars.el (c-defun-tactic):
16985 * net/tramp.el (tramp-encoding-command-interactive)
16986 (tramp-local-end-of-line):
16987 * net/soap-client.el (soap-client):
16988 * net/netrc.el (netrc-file):
16989 * net/gnutls.el (gnutls):
16990 * minibuffer.el (completion-category-overrides)
16991 (completion-cycle-threshold)
16992 (completion-pcm-complete-word-inserts-delimiters):
16993 * man.el (Man-name-local-regexp):
16994 * mail/feedmail.el (feedmail-display-full-frame):
16995 * international/characters.el (glyphless-char-display-control):
16996 * eshell/em-ls.el (eshell-ls-date-format):
16997 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
16998 (lisp-lambda-list-keyword-parameter-indentation)
16999 (lisp-lambda-list-keyword-parameter-alignment):
17000 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
17001 * dired-x.el (dired-omit-verbose):
17002 * cus-theme.el (custom-theme-allow-multiple-selections):
17003 * calc/calc.el (calc-highlight-selections-with-faces)
17004 (calc-lu-field-reference, calc-lu-power-reference)
17005 (calc-note-threshold):
17006 * battery.el (battery-mode-line-limit):
17007 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
17008 (archive-7z-update):
17009 * allout.el (allout-prefixed-keybindings)
17010 (allout-unprefixed-keybindings)
17011 (allout-inhibit-auto-fill-on-headline)
17012 (allout-flattened-numbering-abbreviation):
17013 * allout-widgets.el (allout-widgets-auto-activation)
17014 (allout-widgets-icons-dark-subdir)
17015 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
17016 (allout-widgets-theme-dark-background)
17017 (allout-widgets-theme-light-background)
17018 (allout-widgets-item-image-properties-emacs)
17019 (allout-widgets-item-image-properties-xemacs)
17020 (allout-widgets-run-unit-tests-on-load)
17021 (allout-widgets-time-decoration-activity)
17022 (allout-widgets-hook-error-post-time)
17023 (allout-widgets-track-decoration):
17024 Add missing :version tags to new defcustoms and defgroups.
17025
17026 * progmodes/sql.el (sql-ansi-statement-starters)
17027 (sql-oracle-statement-starters): Add custom type.
17028
17029 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
17030 (prolog-system-version): Give it a type.
17031
17032 2012-02-11 Eli Zaretskii <eliz@gnu.org>
17033
17034 * term/pc-win.el (x-select-text, x-selection-owner-p)
17035 (x-own-selection-internal, x-disown-selection-internal)
17036 (x-get-selection-internal): Sync doc strings and argument lists
17037 with xselect.c, common-win.el and x-win.el. (Bug#10783)
17038
17039 2012-02-11 Leo Liu <sdl.web@gmail.com>
17040
17041 * progmodes/python.el (python-end-of-statement): Fix infinite
17042 loop. (Bug#10788)
17043
17044 2012-02-10 Glenn Morris <rgm@gnu.org>
17045
17046 * international/mule-cmds.el (unify-8859-on-encoding-mode)
17047 (unify-8859-on-decoding-mode): Properly mark as obsolete.
17048
17049 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
17050
17051 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
17052 about SMTP before checking the From header.
17053
17054 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
17055 into own function for reuse by emacsbug.el.
17056
17057 2012-02-10 Leo Liu <sdl.web@gmail.com>
17058
17059 * subr.el (condition-case-unless-debug): Rename from
17060 condition-case-no-debug. All callers changed.
17061 (with-demoted-errors): Fix caller.
17062
17063 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
17064 * nxml/rng-valid.el (rng-do-some-validation):
17065 * emacs-lisp/package.el (package-refresh-contents)
17066 (package-menu-execute):
17067 * desktop.el (desktop-create-buffer):
17068 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
17069
17070 2012-02-10 Glenn Morris <rgm@gnu.org>
17071
17072 * textmodes/bibtex.el:
17073 Add missing :version tags for new/changed defcustoms.
17074
17075 * files.el (remote-file-name-inhibit-cache): Doc fixes.
17076
17077 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
17078
17079 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
17080 (smtpmail-via-smtp): Use it, or fall back on the From address.
17081 (smtpmail-send-it): Ditto.
17082
17083 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
17084
17085 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
17086 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
17087 (byte-compile-tmp-var): New const.
17088 (byte-compile-defvar): Use it to minimize .elc size.
17089 Just use `defvar' rather than simulate it (bug#10761).
17090
17091 2012-02-09 Glenn Morris <rgm@gnu.org>
17092
17093 * files.el (rename-uniquely): Doc fix. (Bug#3806)
17094
17095 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
17096 Add :version tags.
17097
17098 * progmodes/compile.el (compilation-error-screen-columns)
17099 (compilation-first-column, compilation-filter-start): Doc fixes.
17100
17101 * vc/log-view.el (log-view-toggle-entry-display):
17102 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
17103
17104 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
17105 (report-emacs-bug-can-use-xdg-email):
17106 (report-emacs-bug-insert-to-mailer): Doc fixes.
17107 (report-emacs-bug): Message fix.
17108
17109 * net/browse-url.el (browse-url-can-use-xdg-open)
17110 (browse-url-xdg-open): Doc fixes.
17111
17112 * electric.el (electric-indent-mode, electric-pair-mode)
17113 (electric-layout-rules, electric-layout-mode): Doc fixes.
17114 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
17115
17116 2012-02-08 Martin Rudalics <rudalics@gmx.at>
17117
17118 * server.el (server-unselect-display): Don't inadvertently kill
17119 the current buffer. (Bug#10729)
17120
17121 2012-02-08 Glenn Morris <rgm@gnu.org>
17122
17123 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
17124 (sql-list-table): Doc fixes.
17125
17126 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
17127 Comment out (does nothing).
17128
17129 * completion.el (dynamic-completion-mode):
17130 * dirtrack.el (dirtrack-debug-mode):
17131 * electric.el (electric-layout-mode):
17132 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
17133 * face-remap.el (text-scale-mode, buffer-face-mode):
17134 * iimage.el (iimage-mode):
17135 * image-mode.el (image-transform-mode):
17136 * minibuffer.el (completion-in-region-mode):
17137 * scroll-lock.el (scroll-lock-mode):
17138 * simple.el (next-error-follow-minor-mode):
17139 * tar-mode.el (tar-subfile-mode):
17140 * tooltip.el (tooltip-mode):
17141 * vcursor.el (vcursor-use-vcursor-map):
17142 * wid-browse.el (widget-minor-mode):
17143 * emulation/tpu-edt.el (tpu-edt-mode):
17144 * emulation/tpu-extras.el (tpu-cursor-free-mode):
17145 * international/iso-ascii.el (iso-ascii-mode):
17146 * language/thai-util.el (thai-word-mode):
17147 * mail/supercite.el (sc-minor-mode):
17148 * net/goto-addr.el (goto-address-mode):
17149 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
17150 * progmodes/cwarn.el (cwarn-mode):
17151 * progmodes/flymake.el (flymake-mode):
17152 * progmodes/glasses.el (glasses-mode):
17153 * progmodes/hideshow.el (hs-minor-mode):
17154 * progmodes/pascal.el (pascal-outline-mode):
17155 * textmodes/enriched.el (enriched-mode):
17156 * vc/smerge-mode.el (smerge-mode):
17157 Doc fixes (minor mode argument).
17158
17159 2012-02-07 Eli Zaretskii <eliz@gnu.org>
17160
17161 * ls-lisp.el (ls-lisp-sanitize): New function.
17162 (ls-lisp-insert-directory): Use it to fix or remove any elements
17163 in file-alist with missing attributes. (Bug#4673)
17164
17165 2012-02-07 Alan Mackenzie <acm@muc.de>
17166
17167 Fix spurious recognition of c-in-knr-argdecl.
17168
17169 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
17170 putative K&R region.
17171
17172 2012-02-07 Alan Mackenzie <acm@muc.de>
17173
17174 * progmodes/cc-engine.el (c-forward-objc-directive):
17175 Prevent looping in "#pragma mark @implementation".
17176
17177 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
17178
17179 * notifications.el (notifications-on-closed-signal): Make `reason'
17180 optional. (Bug#10744)
17181
17182 2012-02-07 Glenn Morris <rgm@gnu.org>
17183
17184 * emacs-lisp/easy-mmode.el (define-minor-mode):
17185 Doc fixes for the macro and the mode it defines.
17186
17187 * image.el (imagemagick-types-inhibit): Doc fix.
17188
17189 * cus-start.el (imagemagick-render-type): Add it.
17190
17191 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
17192
17193 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
17194 Set the default at load time, too, so that `font-lock-fontify-buffer'
17195 can be called without setting up the entire mode first. This fixes
17196 a bug in `mm-inline-text' with C MIME parts.
17197
17198 2012-02-06 Chong Yidong <cyd@gnu.org>
17199
17200 * simple.el (list-processes--refresh): Delete exited processes
17201 (Bug#8094).
17202
17203 * comint.el (comint-next-prompt): next-single-char-property-change
17204 and prev-single-char-property-change never return nil (Bug#8657).
17205
17206 * custom.el (defcustom): Doc fix (Bug#9711).
17207
17208 2012-02-05 Chong Yidong <cyd@gnu.org>
17209
17210 * cus-edit.el (custom-variable-reset-backup): Quote the value
17211 before storing it in the customized-value property (Bug#6712).
17212 (custom-display): Add a customization type tag.
17213 (custom-buffer-create-internal): Improve tooltip message.
17214
17215 * wid-edit.el (widget-field-value-get): New optional arg to
17216 suppress trailing whitespace truncation.
17217 (character): Use it (Bug#2689).
17218
17219 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
17220
17221 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
17222 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
17223
17224 2012-02-05 Chong Yidong <cyd@gnu.org>
17225
17226 * cus-edit.el (custom-variable-value-create): For mismatched
17227 types, show the current value (Bug#7600).
17228
17229 * custom.el (defcustom): Doc fix.
17230
17231 2012-02-05 Glenn Morris <rgm@gnu.org>
17232
17233 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
17234
17235 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
17236
17237 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
17238 (pp-buffer): Use `ignore-errors', `looking-at-p'.
17239 (pp-last-sexp): Use `looking-at-p'.
17240
17241 2012-02-04 Glenn Morris <rgm@gnu.org>
17242
17243 * files.el (revert-buffer):
17244 Doc fix (mention revert-buffer-in-progress-p).
17245
17246 * emacs-lisp/ert-x.el (ert-simulate-command):
17247 Check deferred-action-list (which is obsolete) is bound.
17248
17249 * subr.el (with-wrapper-hook): Doc fixes.
17250
17251 * simple.el (filter-buffer-substring-functions)
17252 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
17253
17254 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
17255
17256 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
17257 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
17258
17259 2012-02-04 Leo Liu <sdl.web@gmail.com>
17260
17261 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
17262
17263 2012-02-04 Glenn Morris <rgm@gnu.org>
17264
17265 * image.el (image-extension-data): Add obsolete alias.
17266
17267 * isearch.el (isearch-update): Doc fix.
17268
17269 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
17270
17271 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
17272
17273 2012-02-03 Glenn Morris <rgm@gnu.org>
17274
17275 * image.el (image-animated-p): Doc fix. Use image-animated-types.
17276 (image-animate-timeout): Doc fix.
17277
17278 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
17279
17280 2012-02-02 Glenn Morris <rgm@gnu.org>
17281
17282 * server.el (server-auth-dir): Doc fix.
17283 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
17284
17285 * subr.el (run-mode-hooks): Doc fix.
17286
17287 2012-02-02 Juri Linkov <juri@jurta.org>
17288
17289 * image-mode.el (image-toggle-display-image): Remove tautological
17290 `major-mode' from the `derived-mode-p' test.
17291
17292 2012-02-02 Kenichi Handa <handa@m17n.org>
17293
17294 * composite.el (compose-region): Cancel previous change.
17295
17296 2012-02-02 Kenichi Handa <handa@m17n.org>
17297
17298 * composite.el (compose-region, compose-string): Signal error for
17299 a null string component (Bug#6988).
17300
17301 2012-02-01 Chong Yidong <cyd@gnu.org>
17302
17303 * view.el (view-buffer-other-window, view-buffer-other-frame):
17304 Handle special modes like view-buffer (Bug#10650).
17305 (view-buffer): Simplify.
17306
17307 * frame.el (set-frame-font): Tweak meaning of third argument.
17308
17309 * dynamic-setting.el (font-setting-change-default-font):
17310 Use set-frame-font (Bug#9982).
17311
17312 2012-02-01 Glenn Morris <rgm@gnu.org>
17313
17314 * progmodes/compile.el (compilation-internal-error-properties):
17315 Respect compilation-first-column in the "*compilation*" buffer.
17316
17317 * emacs-lisp/easy-mmode.el (define-minor-mode):
17318 Relax :variable's test for a named function.
17319
17320 2012-01-31 Alan Mackenzie <acm@muc.de>
17321
17322 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
17323 off by one error.
17324
17325 2012-01-31 Chong Yidong <cyd@gnu.org>
17326
17327 * frame.el (set-frame-font): New arg ALL-FRAMES.
17328
17329 * menu-bar.el (menu-set-font): Use set-frame-font.
17330
17331 * faces.el (face-spec-reset-face): Don't apply unspecified
17332 attribute values to the default face.
17333
17334 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
17335
17336 * progmodes/cwarn.el (cwarn): Remove dead link.
17337 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
17338 Remove * from defcustom docstrings.
17339 (turn-on-cwarn-mode): Make obsolete.
17340 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
17341 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
17342
17343 2012-01-31 Glenn Morris <rgm@gnu.org>
17344
17345 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
17346 Fix :variable handling of mode a symbol not equal to modefun.
17347 Allow named functions to be used as the cdr of :variable.
17348
17349 2012-01-30 Glenn Morris <rgm@gnu.org>
17350
17351 * emacs-lisp/authors.el (authors-fixed-entries):
17352 Remove reference to deleted file rnewspost.el.
17353
17354 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
17355
17356 * window.el (window-with-parameter): Remove unused variable `windows'.
17357 (window--side-check): Remove unused variable `code'.
17358 (window--resize-siblings): Remove unused variable `first'.
17359 (adjust-window-trailing-edge): Remove unused variable `failed'.
17360 (window-deletable-p, window--delete): Remove unused variable `buffer'.
17361 Use `let', not `let*'.
17362 (balance-windows-2): Remove unused variable `found'.
17363 (window--state-put-2): Remove unused variable `splits'.
17364 (window-state-put): Remove unused variable `selected'.
17365 (same-window-p): Use `string-match-p'.
17366 (display-buffer-assq-regexp): Remove unused variable `value'.
17367 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17368 Mark argument ALIST as ignored.
17369 (pop-to-buffer): Remove unused variable `old-window'.
17370
17371 2012-01-29 Eli Zaretskii <eliz@gnu.org>
17372
17373 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
17374 and .lzma compressed files.
17375
17376 2012-01-29 Chong Yidong <cyd@gnu.org>
17377
17378 * frame.el (window-system-default-frame-alist): Doc fix.
17379
17380 * dynamic-setting.el (font-setting-change-default-font): Don't
17381 change the default face if SET-FONT argument is non-nil (Bug#9982).
17382
17383 2012-01-29 Samuel Bronson <naesten@gmail.com>
17384
17385 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
17386
17387 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
17388
17389 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
17390 breakpoints in files outside current directory (Bug#6098).
17391
17392 2012-01-29 Chong Yidong <cyd@gnu.org>
17393
17394 * progmodes/python.el: Require ansi-color at top-level.
17395
17396 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
17397 Define and use in Emacs Lisp mode (Bug#9360).
17398 (lisp-mode-abbrev-table): Add doc.
17399 (lisp-mode-variables): Don't set local-abbrev-table.
17400 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
17401
17402 2012-01-28 Roland Winkler <winkler@gnu.org>
17403
17404 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
17405
17406 2012-01-28 Roland Winkler <winkler@gnu.org>
17407
17408 * textmodes/bibtex.el (bibtex-entry-alist): New function.
17409 (bibtex-set-dialect): Use it. Either set global values of
17410 dialect-dependent variables or bind these variables buffer-locally
17411 (Bug#10254).
17412 (bibtex-mode): Call bibtex-set-dialect via
17413 hack-local-variables-hook.
17414 (bibtex-dialect): Update docstring.
17415 Add safe-local-variable predicate.
17416 (bibtex-entry-alist, bibtex-field-alist): Initialize via
17417 bibtex-set-dialect.
17418 (bibtex-mode-map): Define menu for each dialect.
17419 (bibtex-entry): Fix docstring.
17420
17421 2012-01-28 Chong Yidong <cyd@gnu.org>
17422
17423 * eshell/esh-arg.el (eshell-quote-argument): New function.
17424
17425 * eshell/esh-ext.el (eshell-invoke-batch-file):
17426 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
17427 first arg to eshell-parse-command (Bug#10523).
17428
17429 2012-01-28 Drew Adams <drew.adams@oracle.com>
17430
17431 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
17432 `default-directory' is non-nil.
17433
17434 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17435
17436 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
17437 line that displays system-configuration-options. (Bug#9924)
17438
17439 2012-01-28 Drew Adams <drew.adams@oracle.com>
17440
17441 * descr-text.el (describe-char): Show information about POS, in
17442 addition to information about the character at POS. Improve and
17443 update the doc string. Change "code point" to "code point in
17444 charset", to avoid confusion with the character's Unicode code
17445 point shown above that. (Bug#10129)
17446
17447 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17448
17449 * descr-text.el (describe-char): Show the raw character, not only
17450 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
17451 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
17452 for the reasons.
17453
17454 2012-01-28 Phil Hagelberg <phil@hagelb.org>
17455
17456 * emacs-lisp/package.el (package-install):
17457 Run package-refresh-contents if there is no archive yet (Bug#9798).
17458
17459 2012-01-28 Chong Yidong <cyd@gnu.org>
17460
17461 * emacs-lisp/package.el (package-maybe-load-descriptor):
17462 New function, split from package-maybe-load-descriptor.
17463 (package-maybe-load-descriptor): Use it.
17464 (package-download-transaction): Fully load required packages
17465 inside the loop, so that `require' calls work (Bug#10593).
17466 (package-install): No need to call package-initialize now.
17467
17468 2012-01-28 Chong Yidong <cyd@gnu.org>
17469
17470 * simple.el (deactivate-mark): Doc fix (Bug#8614).
17471
17472 * tooltip.el (tooltip-mode): Doc fix.
17473 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
17474
17475 * frame.el (set-cursor-color): Doc fix (Bug#352).
17476
17477 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
17478 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
17479
17480 * cus-edit.el (custom-buffer-create-internal): Fix search button
17481 action (Bug#10542).
17482 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
17483
17484 2012-01-27 Eduard Wiebe <usenet@pusto.de>
17485
17486 * dired.el (dired-mark-files-regexp):
17487 Include any subdirectory components. (Bug#10445)
17488
17489 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
17490
17491 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
17492 Handle [host]:port syntax. (Bug#10533)
17493
17494 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
17495
17496 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
17497
17498 2012-01-26 Glenn Morris <rgm@gnu.org>
17499
17500 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
17501 * term.el (term-raw-escape-map): Use Control-X-prefix.
17502 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
17503
17504 2012-01-25 Martin Rudalics <rudalics@gmx.at>
17505
17506 * window.el (window-state-get, window--state-get-1): Don't deal
17507 with fixed-sizeness of windows. Simplify code.
17508
17509 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
17510
17511 * window.el (window--state-get-1, window--state-put-2):
17512 Don't save and restore the mark.
17513
17514 2012-01-25 Chong Yidong <cyd@gnu.org>
17515
17516 * custom.el (custom-variable-p): Doc fix.
17517
17518 2012-01-25 Glenn Morris <rgm@gnu.org>
17519
17520 * dired.el (dired-goto-file): Handle some of the more common
17521 characters that `ls -b' escapes. (Bug#10596)
17522
17523 * progmodes/compile.el (compilation-next-error-function):
17524 Respect compilation-first-column in the "*compilation*" buffer.
17525 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
17526
17527 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
17528
17529 2012-01-24 Glenn Morris <rgm@gnu.org>
17530
17531 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
17532
17533 2012-01-24 Julien Danjou <julien@danjou.info>
17534
17535 * color.el (color-rgb-to-hsl): Fix value computing.
17536 (color-hue-to-rgb): New function.
17537 (color-hsl-to-rgb): New function.
17538 (color-clamp, color-saturate-hsl, color-saturate-name)
17539 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
17540 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
17541
17542 2012-01-24 Glenn Morris <rgm@gnu.org>
17543
17544 * vc/vc-rcs.el (vc-rcs-create-tag):
17545 * vc/vc-sccs.el (vc-sccs-create-tag):
17546 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
17547
17548 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
17549
17550 * eshell/esh-util.el (eshell-read-hosts-file):
17551 Skip comment lines. (Bug#10549)
17552
17553 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
17554
17555 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
17556
17557 * subr.el (display-delayed-warnings): Doc fix.
17558 (collapse-delayed-warnings): New function to collapse identical
17559 adjacent warnings.
17560 (delayed-warnings-hook): Add it.
17561
17562 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
17563
17564 * net/tramp.el (tramp-action-login): Set connection property "login-as".
17565
17566 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
17567 (tramp-default-user-alist): Don't add "pscp".
17568 (tramp-do-copy-or-rename-file-out-of-band): Use connection
17569 property "login-as", if set. (Bug#10530)
17570
17571 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
17572
17573 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
17574 "plink1" and "psftp". (Bug#10530)
17575
17576 2012-01-21 Kenichi Handa <handa@m17n.org>
17577
17578 * international/mule-cmds.el (prefer-coding-system): Show a
17579 warning message if the default value of file-name-coding-system
17580 was not changed.
17581
17582 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
17583
17584 * windmove.el (windmove-reference-loc):
17585 Fix windmove-reference-loc miscalculation.
17586
17587 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
17588
17589 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
17590 default unit.
17591
17592 2012-01-21 Glenn Morris <rgm@gnu.org>
17593
17594 * international/mule.el (auto-coding-alist): Add .tbz.
17595
17596 * files.el (local-enable-local-variables): Doc fix.
17597 (inhibit-local-variables-regexps): Rename from
17598 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
17599 Doc fix. Add some extensions from auto-coding-alist.
17600 (inhibit-local-variables-suffixes):
17601 Rename from inhibit-first-line-modes-suffixes. Doc fix.
17602 (inhibit-local-variables-p):
17603 New function, extracted from set-auto-mode-1.
17604 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
17605 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
17606 (hack-local-variables): Doc fix. Make the mode-only case
17607 respect enable-local-variables and friends.
17608 Respect inhibit-local-variables-regexps for file-locals, but
17609 not for directory-locals.
17610 (set-visited-file-name):
17611 Take account of inhibit-local-variables-regexps.
17612 Whether it applies may change as the file name is changed.
17613 * jka-cmpr-hook.el (jka-compr-install):
17614 * jka-compr.el (jka-compr-uninstall):
17615 Update for inhibit-first-line-modes-suffixes name change.
17616
17617 2012-01-20 Martin Rudalics <rudalics@gmx.at>
17618
17619 * help-macro.el (make-help-screen): Temporarily restore original
17620 binding for minor-mode-map-alist (Bug#10454).
17621
17622 2012-01-19 Julien Danjou <julien@danjou.info>
17623
17624 * color.el (color-name-to-rgb): Use the white color to find the max
17625 color component value and return correctly computed values.
17626 (color-name-to-rgb): Add missing float conversion for max value.
17627
17628 2012-01-19 Martin Rudalics <rudalics@gmx.at>
17629
17630 * window.el (window--state-get-1, window-state-get): Do not use
17631 special state value for window-persistent-parameters.
17632 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
17633 (window--state-put-2): Reset all window parameters to nil before
17634 assigning values of persistent parameters.
17635
17636 2012-01-18 Alan Mackenzie <acm@muc.de>
17637
17638 Eliminate sluggishness and hangs in fontification of "semicolon
17639 deserts".
17640
17641 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
17642 Change value 10000 -> 3000.
17643 (c-state-safe-place): Reformulate so it doesn't stack up an
17644 infinite number of wrong entries in c-state-nonlit-pos-cache.
17645 (c-determine-limit-get-base, c-determine-limit): New functions to
17646 determine backward search limits disregarding literals.
17647 (c-find-decl-spots): Amend commenting.
17648 (c-cheap-inside-bracelist-p): New function which detects "={".
17649
17650 * progmodes/cc-fonts.el
17651 (c-make-font-lock-BO-decl-search-function): Give a limit to a
17652 backward search.
17653 (c-font-lock-declarations): Fix an occurrence of point being
17654 undefined. Check additionally for point being in a bracelist or
17655 near a macro invocation without a semicolon so as to avoid a
17656 fruitless time consuming search for a declarator. Give a more
17657 precise search limit for declarators using the new
17658 c-determine-limit.
17659
17660 2012-01-18 Glenn Morris <rgm@gnu.org>
17661
17662 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
17663 (set-auto-mode): Doc fixes.
17664
17665 2012-01-17 Glenn Morris <rgm@gnu.org>
17666
17667 * isearch.el (search-nonincremental-instead): Fix doc typo.
17668
17669 * dired.el (dired-insert-directory): Handle newlines in directory name.
17670 (dired-build-subdir-alist): Unescape newlines in directory name.
17671
17672 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
17673
17674 * net/tramp.el (tramp-local-end-of-line): New defcustom.
17675 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
17676 (tramp-action-terminal): Use it. (Bug#10530)
17677
17678 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
17679
17680 * minibuffer.el (completion--replace): Strip properties (bug#10062).
17681
17682 2012-01-16 Martin Rudalics <rudalics@gmx.at>
17683
17684 * window.el (window-state-ignored-parameters): Remove variable.
17685 (window--state-get-1): Rename argument MARKERS to IGNORE.
17686 Handle persistent window parameters. Make copy of clone-of
17687 parameter only if requested. (Bug#10348)
17688 (window--state-put-2): Install a window parameter only if it has
17689 a non-nil value or an existing parameter shall be overwritten.
17690
17691 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
17692
17693 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
17694
17695 2012-01-14 Eli Zaretskii <eliz@gnu.org>
17696
17697 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
17698 don't pass the (nil) value of `upnode' to string-match.
17699
17700 2012-01-14 Chong Yidong <cyd@gnu.org>
17701
17702 * startup.el (command-line): Fix X resource class for cursorColor.
17703 Fix values recognized by the cursorBlink resource.
17704
17705 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
17706
17707 * epg.el (epg--make-temp-file): Avoid permission race condition
17708 when running on old Emacs versions (bug#10403).
17709
17710 2012-01-14 Glenn Morris <rgm@gnu.org>
17711
17712 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
17713
17714 2012-01-13 Alan Mackenzie <acm@muc.de>
17715
17716 Fix filling for when filladapt mode is enabled.
17717
17718 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
17719 c-mask-paragraph, pass in `fill-paragraph' rather than
17720 `fill-region-as-paragraph'. (This is a reversion of a previous
17721 change.)
17722 * progmodes/cc-mode.el (c-basic-common-init):
17723 Make fill-paragraph-handle-comment buffer local and set it to nil.
17724
17725 2012-01-13 Glenn Morris <rgm@gnu.org>
17726
17727 * dired.el (dired-switches-escape-p): New function.
17728 (dired-insert-directory): Use dired-switches-escape-p.
17729 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
17730
17731 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
17732
17733 2012-01-12 Glenn Morris <rgm@gnu.org>
17734
17735 * mail/sendmail.el (mail-mode): Update paragraph-separate for
17736 changes in adaptive-fill-regexp. (Bug#10276)
17737
17738 2012-01-11 Alan Mackenzie <acm@muc.de>
17739
17740 Fix Emacs bug #10463 - put `widen's around the critical spots.
17741
17742 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
17743 widen around each invocation of c-state-pp-to-literal. Remove an
17744 unused let variable.
17745
17746 2012-01-11 Glenn Morris <rgm@gnu.org>
17747
17748 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
17749 Doc fix.
17750
17751 2012-01-10 Chong Yidong <cyd@gnu.org>
17752
17753 * net/network-stream.el (network-stream-open-starttls):
17754 Avoid emitting a confusing error message when the server gives a bad
17755 response to the capability command.
17756
17757 2012-01-10 Glenn Morris <rgm@gnu.org>
17758
17759 * mail/unrmail.el (unrmail): Tweak previous change.
17760
17761 2012-01-09 Chong Yidong <cyd@gnu.org>
17762
17763 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
17764
17765 2012-01-08 Alan Mackenzie <acm@muc.de>
17766
17767 Optimize font locking in long enum definitions.
17768
17769 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
17770 arm to a cond form to handle enums.
17771 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
17772 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
17773
17774 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
17775
17776 * files.el (move-file-to-trash): Preserve default file modes on error.
17777 (Bug#10401)
17778
17779 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17780
17781 * faces.el (set-face-attribute): Clarify the meaning of the nil
17782 frame (bug#10294).
17783
17784 * subr.el (with-selected-frame): Mention that the selected frame
17785 is restored (bug#9980).
17786
17787 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
17788 (bug#9759).
17789
17790 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
17791 (password-read): Don't autoload unused function.
17792
17793 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
17794
17795 * progmodes/which-func.el (which-func-mode): Turn into a
17796 non-interactive function and mark as obsolete (bug#10428).
17797
17798 2012-01-06 Chong Yidong <cyd@gnu.org>
17799
17800 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
17801 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
17802 functions, along with 1 and -1.
17803
17804 2012-01-06 Eli Zaretskii <eliz@gnu.org>
17805
17806 * time.el (display-time-load-average)
17807 (display-time-default-load-average): Doc fixes. See the thread
17808 starting at
17809 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
17810 for the details.
17811
17812 2012-01-06 Glenn Morris <rgm@gnu.org>
17813
17814 * mail/unrmail.el (unrmail): Give an explicit error if the input file
17815 has no messages. (Bug#10377)
17816
17817 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
17818 than Info-edit. (Bug#10385)
17819
17820 * time.el (display-time-load-average, display-time-next-load-average):
17821 Doc fixes.
17822
17823 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
17824 local setting of buffer-read-only to the input buffer. (Bug#10419)
17825
17826 * calendar/calendar.el (calendar-mode):
17827 Locally set scroll-margin to 0. (Bug#10379)
17828
17829 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
17830
17831 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
17832
17833 2012-01-05 Glenn Morris <rgm@gnu.org>
17834
17835 * eshell/em-unix.el (diff-no-select): Autoload it.
17836 (eshell/diff): Use diff-no-select. (Bug#10420)
17837
17838 2012-01-05 Chong Yidong <cyd@gnu.org>
17839
17840 * shell.el (shell-dynamic-complete-functions): Revert last change.
17841 (shell-command-completion-function): New function.
17842 (shell-completion-vars): Use it to implement
17843 shell-completion-execonly (Bug#10417).
17844
17845 * custom.el (enable-theme): Don't set custom-safe-themes.
17846
17847 * cus-theme.el (custom-theme-merge-theme):
17848 Ignore custom-enabled-themes and custom-safe-themes.
17849
17850 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
17851
17852 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
17853 first prompt in `sql-interacive-mode'.
17854 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
17855 keywords.
17856 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
17857 (sql-product-interactive): Bug fix: Set `sql-buffer' in
17858 context of original buffer. Invoke `sql-login-hook'.
17859
17860 2012-01-04 Eli Zaretskii <eliz@gnu.org>
17861
17862 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
17863 letters in cite-prefix.
17864
17865 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17866
17867 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
17868
17869 2012-01-03 Chong Yidong <cyd@gnu.org>
17870
17871 * shell.el (shell-dynamic-complete-functions):
17872 Put pcomplete-completions-at-point, so as to try
17873 comint-filename-completion first (Bug#10417).
17874
17875 2012-01-02 Richard Stallman <rms@gnu.org>
17876
17877 * battery.el (battery-status-function):
17878 Detect when to use battery-yeeloong-sysfs.
17879 (battery-echo-area-format): Add string for Yeeloong.
17880 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
17881 (battery-yeeloong-sysfs): New function.
17882
17883 2012-01-02 Chong Yidong <cyd@gnu.org>
17884
17885 * dirtrack.el (dirtrack-list): Eliminate unused third element.
17886 (dirtrack): Merge code for handling relative filenames in prompt
17887 from shell-dir-cookie-watcher.
17888 (dirtrack-debug-message): New arg to avoid excess format calls.
17889
17890 * shell.el (shell-dir-cookie-re): Variable deleted.
17891 (shell-dir-cookie-watcher): Function deleted.
17892 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
17893 with dirtrack-mode.
17894
17895 2012-01-01 Eli Zaretskii <eliz@gnu.org>
17896
17897 * term/w32-win.el (dynamic-library-alist) <gnutls>:
17898 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
17899 libgnutls-26.dll.
17900
17901 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
17902
17903 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
17904
17905 2011-12-31 Eli Zaretskii <eliz@gnu.org>
17906
17907 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
17908 headers of non-MIME messages, when rmail-enable-mime is non-nil.
17909
17910 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
17911
17912 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
17913 also for alternative shells.
17914 (tramp-open-connection-setup-interactive-shell): Check, whether
17915 the shell is a busybox.
17916 (tramp-send-command): Don't suppress multiple prompts for
17917 busyboxes, it hurts.
17918
17919 2011-12-28 Chong Yidong <cyd@gnu.org>
17920
17921 * progmodes/gdb-mi.el (gdb-get-source-file-list)
17922 (gdb-get-source-file): Move mode line update to
17923 gdb-get-source-file (Bug#10087).
17924
17925 2011-12-25 Chong Yidong <cyd@gnu.org>
17926
17927 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
17928 gud-gdb-marker-filter without taking it as an argument.
17929 (gud-gdb-run-command-fetch-lines): Caller changed.
17930 (gud-gdb-completion-function): New variable.
17931 (gud-gdb-completion-at-point): Use it.
17932 (gud-gdb-completions-1): Split from gud-gdb-completions.
17933
17934 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
17935 function as separate arguments.
17936 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
17937 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
17938 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
17939 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
17940 (gdb-stopped, def-gdb-auto-update-trigger)
17941 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
17942 (gdb-get-changed-registers, gdb-get-main-selected-frame):
17943 Callers changed.
17944 (gud-gdbmi-completions): New function.
17945 (gdb): Use it for generating the completion table.
17946
17947 2011-12-24 Alan Mackenzie <acm@muc.de>
17948
17949 Introduce a mechanism to widen the region used in context font
17950 locking. Use this to protect declarations from losing their contexts.
17951
17952 * progmodes/cc-langs.el (c-before-font-lock-functions):
17953 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
17954 (c-before-context-fontification-functions): New defvar, a list of
17955 functions to be run just before context (etc.) font locking.
17956
17957 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
17958 New, functionality extracted from
17959 c-neutralize-syntax-in-and-mark-CPP.
17960 (c-in-after-change-fontification): New variable.
17961 (c-after-change): Set c-in-after-change-fontification.
17962 (c-set-fl-decl-start): Rejig its interface, so it can be called
17963 from both after-change and context fontifying.
17964 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
17965 New functions.
17966 (c-standard-font-lock-fontify-region-function): New variable.
17967 (c-font-lock-fontify-region): New function.
17968
17969 2011-12-24 Juri Linkov <juri@jurta.org>
17970
17971 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
17972 (Bug#10348)
17973
17974 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
17975
17976 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
17977 existence of source file. (Bug#10325)
17978
17979 2011-12-23 Alan Mackenzie <acm@muc.de>
17980
17981 Fix unstable fontification inside templates.
17982
17983 * progmodes/cc-langs.el (c-before-font-lock-functions):
17984 Newly created from the singular version. The (c c++ objc) entry now
17985 additionally has c-set-fl-decl-start. The other languages (apart
17986 from AWK) have that as a single entry.
17987
17988 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17989 The functionality for "local" declarations has been extracted to
17990 c-set-fl-decl-start.
17991
17992 * progmodes/cc-mode.el (c-common-init, c-after-change):
17993 Changes due to pluralisation of c-before-font-lock-functions.
17994 (c-set-fl-decl-start): New function, extracted from
17995 c-font-lock-enclosing-decls and enhanced.
17996
17997 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
17998
17999 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
18000
18001 2011-12-22 Juri Linkov <juri@jurta.org>
18002
18003 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
18004
18005 2011-12-22 Chong Yidong <cyd@gnu.org>
18006
18007 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
18008
18009 2011-12-21 Drew Adams <drew.adams@oracle.com>
18010
18011 * files.el (file-remote-p): Fix docstring. (Bug#10319)
18012
18013 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
18014
18015 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
18016
18017 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
18018
18019 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
18020 highlighting and support. Fix up comments for capitalization.
18021 (cfengine-mode-debug): New var.
18022 (cfengine3-mode): Change the modeline indicator to "CFE3".
18023 (cfengine3-font-lock-keywords): Improve defun highlighting.
18024 (cfengine2-actions): Rename from `cfengine-actions'.
18025 (cfengine2-font-lock-keywords): Rename from
18026 `cfengine-font-lock-keywords'.
18027 (cfengine2-imenu-expression): Rename from
18028 `cfengine-imenu-expression'.
18029 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
18030 (cfengine2-beginning-of-defun): Rename from
18031 `cfengine-beginning-of-defun'.
18032 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
18033 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
18034 (cfengine2-mode): Rename from `cfengine-mode'. Change the
18035 modeline indicator to "CFE2".
18036 (cfengine-mode): Defalias to `cfengine-auto-mode'.
18037 (cfengine-mode-abbrevs): Mark obsolete.
18038
18039 2011-12-21 Chong Yidong <cyd@gnu.org>
18040
18041 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
18042 filename argument.
18043
18044 2011-12-20 Martin Rudalics <rudalics@gmx.at>
18045
18046 * window.el (window-normalize-buffer-to-display): Remove.
18047 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
18048
18049 2011-12-19 Chong Yidong <cyd@gnu.org>
18050
18051 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
18052 Don't signal an error in a predicate function; return non-nil.
18053 (vc-dir-mark-file): Move the error here.
18054 (vc-dir-mark-unmark): If acting on the region, keep going if one
18055 of the entries cannot be marked/unmarked.
18056 (vc-dir-mark-all-files): If current entry is a directory, mark
18057 only child files, as documented.
18058
18059 2011-12-19 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
18060
18061 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
18062 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
18063 addition.
18064
18065 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
18066
18067 * term/ns-win.el (ns-get-selection-internal)
18068 (ns-store-selection-internal): Declare.
18069 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
18070 Declare as obsolete.
18071 (ns-get-pasteboard, ns-paste-secondary):
18072 Use ns-get-selection-internal.
18073 (ns-set-pasteboard, ns-copy-including-secondary):
18074 Use ns-store-selection-internal.
18075
18076 2011-12-17 Chong Yidong <cyd@gnu.org>
18077
18078 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
18079 (vc-deduce-fileset): Doc fix.
18080
18081 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
18082
18083 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
18084
18085 2011-12-13 Sam Steingold <sds@gnu.org>
18086
18087 * man.el (Man-getpage-in-background): When running under a
18088 window-system, ignore $MANWIDTH and $COLUMNS.
18089
18090 2011-12-15 Kenichi Handa <handa@m17n.org>
18091
18092 * language/ethio-util.el: Change coding tag to utf-8-emacs.
18093 (setup-ethiopic-environment-internal): Comment out key-binding for
18094 ethio-toggle-punctuation.
18095
18096 2011-12-13 Alan Mackenzie <acm@muc.de>
18097
18098 Add the switch statement to AWK Mode.
18099
18100 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
18101 "default" to the keywords regexp.
18102
18103 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
18104 expression as the rest.
18105 (c-nonlabel-token-key): Allow string literals for AWK.
18106 Refactor for the other modes.
18107
18108 Large brace-block initialisation makes CC Mode slow: Fix.
18109 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
18110 routines. Limit backward searching in c-font-lock-enclosing.decl.
18111
18112 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
18113 pp-state and literal type in addition to the limits.
18114 (c-state-safe-place): New defun, extracted from c-state-literal-at.
18115 (c-state-literal-at): Use the above new defun.
18116 (c-slow-in-literal, c-fast-in-literal): Remove.
18117 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
18118
18119 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
18120 being in a literal. Add a limit for backward searching.
18121
18122 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
18123 c-slow-in-literal.
18124
18125 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18126
18127 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
18128
18129 2011-12-13 Martin Rudalics <rudalics@gmx.at>
18130
18131 * window.el (delete-other-windows): Use correct frame in call to
18132 window-with-parameter.
18133
18134 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
18135
18136 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
18137 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
18138 (makefile-gmake-statements, makefile-makepp-statements):
18139 Use it and add new makepp keywords.
18140 (makefile-makepp-font-lock-keywords): Add new patterns.
18141 (makefile-match-function-end): Match new [...] and [[...]].
18142
18143 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
18144
18145 * ses.el (ses-call-printer-return, ses-cell-property-get)
18146 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
18147 (ses-create-cell-variable, ses-reset-header-string)
18148 (ses-cell-set-formula, ses-repair-cell-reference-all)
18149 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
18150 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
18151 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
18152 (ses-aset-with-undo, ses-load, ses-truncate-cell)
18153 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
18154 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
18155 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
18156 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
18157 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
18158 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
18159 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
18160 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
18161
18162 2011-12-11 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
18163
18164 * ses.el: The overall change is to add cell renaming, that is
18165 setting fancy names for cell symbols other than name matching
18166 "\\`[A-Z]+[0-9]+\\'" regexp .
18167 (ses-create-cell-variable): New defun.
18168 (ses-relocate-formula): Relocate formulas only for cells the
18169 symbols of which are not renamed, i.e. symbols whose names do not
18170 match regexp "\\`[A-Z]+[0-9]+\\'".
18171 (ses-relocate-all): Relocate values only for cells the symbols of
18172 which are not renamed.
18173 (ses-load): Create cells variables as the (ses-cell ...) are read,
18174 in order to check row col consistency with cell symbol name only
18175 for cells that are not renamed.
18176 (ses-replace-name-in-formula): New defun.
18177 (ses-rename-cell): New defun.
18178
18179 2011-12-11 Chong Yidong <cyd@gnu.org>
18180
18181 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
18182 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
18183
18184 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
18185
18186 * window.el (other-window): Fix docstring.
18187
18188 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18189
18190 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
18191 `from' or `to' address before taking its substring.
18192 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
18193 encoded name is chopped in the middle of the encoded string, and
18194 thus displayed encoded.
18195
18196 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
18197
18198 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
18199
18200 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18201
18202 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
18203 to use texinfo-update-node and commands that call it if the
18204 Texinfo file uses @node lines without next/prev/up pointers.
18205 Correct outdated description about texinfo-master-menu.
18206 (texinfo-all-menus-update, texinfo-master-menu)
18207 (texinfo-update-node, texinfo-every-node-update)
18208 (texinfo-multiple-files-update): Doc fix. Warn against updating
18209 all the @node lines.
18210 (texinfo-master-menu): Only call texinfo-update-node if the prefix
18211 argument is numeric. Explain better in the doc string what the
18212 function really does.
18213 (texinfo-insert-master-menu-list): Improve the error message
18214 displayed if there's no menu in the Top node.
18215 (Bug#2975) See also this thread:
18216 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
18217
18218 2011-12-09 Manuel GĂ³mez <mgrojo@gmail.com> (tiny change)
18219
18220 * speedbar.el (speedbar-supported-extension-expressions):
18221 Add .adb and .ads, commonly used for Ada source code (bug#10256).
18222
18223 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
18224
18225 * printing.el (pr-mode-alist):
18226 * simple.el (filter-buffer-substring-functions)
18227 (completion-list-insert-choice-function):
18228 * window.el (window-with-parameter, window-atom-root)
18229 (window-sides-slots, window-size-fixed, window-min-delta)
18230 (window-max-delta, window--resize-mini-window)
18231 (window--resize-child-windows-normal, window-tree)
18232 (delete-other-windows, quit-window, split-window)
18233 (display-buffer-record-window, special-display-buffer-names)
18234 (special-display-regexps, special-display-popup-frame)
18235 (same-window-p, split-window-sensibly)
18236 (display-buffer-overriding-action, display-buffer-alist)
18237 (display-buffer-base-action, display-buffer, switch-to-buffer)
18238 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
18239 (fit-window-to-buffer, recenter-positions)
18240 (mouse-autoselect-window-state, mouse-autoselect-window-select):
18241 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
18242 and remove unneeded backslashes in docstrings.
18243
18244 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
18245
18246 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
18247
18248 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
18249 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
18250 end in ".mk".
18251 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
18252 when reading the makefile (bug#10116).
18253
18254 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18255
18256 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
18257 (bug#10116).
18258
18259 2011-12-06 Glenn Morris <rgm@gnu.org>
18260
18261 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
18262
18263 2011-12-06 Chong Yidong <cyd@gnu.org>
18264
18265 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
18266
18267 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
18268
18269 * textmodes/table.el (table-shorten-cell): Fix typo.
18270
18271 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
18272
18273 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
18274
18275 2011-12-05 Eli Zaretskii <eliz@gnu.org>
18276
18277 * descr-text.el (describe-char): Fix display of strong
18278 right-to-left characters and directional embeddings and overrides.
18279
18280 * simple.el (what-cursor-position): Fix display of codepoints of
18281 strong right-to-left characters.
18282
18283 2011-12-05 Chong Yidong <cyd@gnu.org>
18284
18285 * faces.el (read-color): Doc fix.
18286
18287 2011-12-05 Glenn Morris <rgm@gnu.org>
18288
18289 * align.el (align--set-marker): Add doc-string.
18290 Don't try to move something that is not a marker. (Bug#10216)
18291
18292 2011-12-04 Glenn Morris <rgm@gnu.org>
18293
18294 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
18295 overly zealous deletion of trailing whitespace.
18296
18297 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
18298
18299 * server.el (server-delete-client): On Windows, do not try to delete
18300 the only terminal.
18301 (server-process-filter): On Windows, treat requests for a tty frame as
18302 if they were for a GUI frame if the running server is in GUI mode.
18303
18304 2011-12-03 Glenn Morris <rgm@gnu.org>
18305
18306 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
18307
18308 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
18309
18310 * electric.el: Streamline electric-indent's hook.
18311 (electric-indent-chars): Revert to simple list.
18312 (electric-indent-functions): New var.
18313 (electric-indent-post-self-insert-function): Use it.
18314
18315 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
18316 there's no inferior buffer (bug#10196).
18317 (prolog-consult-compile): Don't use toggle-read-only.
18318
18319 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
18320
18321 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
18322 interrupt. (Bug#10187)
18323
18324 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18325
18326 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
18327 (bug#9160).
18328
18329 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
18330 (bug#10191).
18331
18332 2011-12-02 Juri Linkov <juri@jurta.org>
18333
18334 * info.el (Info-search): Display "end of manual" when Isearch
18335 reaches the end of single-file Info manual. (Bug#9918)
18336
18337 2011-12-02 Eli Zaretskii <eliz@gnu.org>
18338
18339 * isearch.el (isearch-message-prefix): Run the input method part
18340 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
18341
18342 2011-12-02 Juri Linkov <juri@jurta.org>
18343
18344 * isearch.el (isearch-occur): Use `word-search-regexp' for
18345 `isearch-word'.
18346 (isearch-search-and-update): Add condition for `isearch-word' and
18347 call `word-search-regexp'. (Bug#10145)
18348
18349 2011-12-01 Glenn Morris <rgm@gnu.org>
18350
18351 * eshell/em-hist.el (eshell-hist-initialize):
18352 Handle eshell-history-size nil and HISTSIZE set or unset.
18353 (eshell-history-file-name, eshell-history-size): Fix custom type.
18354
18355 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
18356
18357 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
18358
18359 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
18360
18361 * progmodes/verilog-mode.el (verilog-pretty-expr):
18362 Rework verilog-pretty-expr to handle new assignment operators in system
18363 verilog, such as += *= and the like.
18364 (verilog-assignment-operator-re): Regular expression to find the
18365 assigment operator in a verilog assignment.
18366 (verilog-assignment-operation-re): Regular expression to find an
18367 assignment statement for pretty-expr.
18368 (verilog-in-attribute-p): Query returns true if point is in an
18369 attribute context; used to skip these for expression line up from
18370 pretty-expr.
18371 (verilog-in-parameter-p): Query returns true if point is in an
18372 parameter definition context; used to skip these for expression
18373 line up from pretty-expr.
18374 (verilog-in-parenthesis-p): Query returns true if point is in a
18375 parenthetical expression, specifically ( ) but not [ ] or { };
18376 used by pretty-expr.
18377 (verilog-just-one-space): If there is no space, don't add one.
18378 (verilog-get-lineup-indent-2): Specifically skip just attribute
18379 contexts for expression lineup, rather than skipping all
18380 parenthetical expressions.
18381 (verilog-calculate-indent): Fix comment, and fix indent.
18382 (verilog-do-indent): Indent declarations in lists (suggested by
18383 Joachim Lechner).
18384 (verilog-mode-abbrev-table): Populate abbrev mode with the various
18385 skeleton items.
18386 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
18387 by Alain Mellan).
18388
18389 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
18390
18391 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
18392 parameters with embedded comments. Reported by Ray Stevens.
18393 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
18394 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
18395 Reported by Tim Holt.
18396 (verilog-auto): Fix AUTOing a upper module then AUTOing module
18397 instantiated by upper module causing wrong expansion until AUTOed a
18398 second time. Reported by K C Buckenmaier.
18399 (verilog-diff-auto): Fix showing .* as a difference when
18400 `verilog-auto-star-save' off. Reported by Dan Dever.
18401 (verilog-auto-reset, verilog-read-always-signals)
18402 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
18403 temporary signals in reset list if
18404 verilog-auto-reset-blocking-in-non is nil, and match assignment
18405 style to each signal's assignment type, bug381.
18406 Reported by Thomas Esposito.
18407 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
18408 (verilog-uvm-statement-re): Support UVM indentation and
18409 highlighting, with old OVM keywords only.
18410 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
18411 Support AUTOTIEOFF creating non-wire data types.
18412 Suggested by Jonathan Greenlaw.
18413 (verilog-auto-insert-lisp, verilog-delete-to-paren)
18414 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
18415 (verilog-inject-sense, verilog-read-inst-pins)
18416 (verilog-read-sub-decls, verilog-read-sub-decls-line):
18417 Fix mismatching parenthesis inside commented out code when deleting
18418 AUTOINST, bug383. Reported by Jonathan Greenlaw.
18419 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
18420 non-numeric vector width. Reported by Alex Reed.
18421 (verilog-auto-ascii-enum): Add "onehot" option to work around not
18422 detecting signals with parameter widths. Reported by Alex Reed.
18423 (verilog-auto-delete-trailing-whitespace):
18424 With `verilog-auto-delete-trailing-whitespace' remove trailing
18425 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
18426 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
18427 Fix verilog-scan-cache corruption when running user AUTO expansion
18428 hooks that call indentation routines.
18429 (verilog-simplify-range-expression): Fix typo ignoring lower case
18430 identifiers.
18431 (verilog-delete-auto): Fix delete-autos to also remove user created
18432 automatics, as long as they start with AUTO.
18433 (verilog-batch-diff-auto, verilog-diff-auto)
18434 (verilog-diff-function): Add `verilog-diff-auto' and bind to
18435 "C-c?" to report differences in AUTO expansion, ignoring spaces.
18436 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
18437 (verilog-in-paren-quick, verilog-re-search-backward-quick)
18438 (verilog-re-search-forward-quick, verilog-syntax-ppss):
18439 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
18440 is disabled and its cache will get corrupt, causing AUTOS not to
18441 expand. Instead use only -quick functions.
18442 (verilog-scan-region): Fix scanning over escaped quotes.
18443 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
18444 (verilog-re-search-backward-quick)
18445 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
18446 related functions now ignore strings, to fix misparsing of strings
18447 with magic comments embedded in them.
18448 (verilog-read-auto-template):
18449 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
18450 Reported by Brad Dobbie.
18451 (verilog-read-auto-template):
18452 Fix 'verilog-auto-inst-template-numbers' with comments.
18453 Reported by Brad Dobbie.
18454 (verilog-auto-inst, verilog-auto-inst-param)
18455 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
18456 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
18457 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
18458 debugging templates without merge conflicts, bug357.
18459 Reported by Brad Dobbie.
18460 (verilog-read-auto-template):
18461 Fix verilog-auto-inst-template-numbers with multiple templates.
18462 Reported by Brad Dobbie.
18463 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
18464 abbrevs so user won't be asked to save.
18465 (verilog-read-auto-lisp-present): Fix to start at beginning of
18466 buffer in case called outside of verilog-auto.
18467 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
18468 to "X-2". Reported by Matthew Myers.
18469 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
18470 all inputs from module templates. Reported by Leith Johnson.
18471 (verilog-module-inside-filename-p): Fix locating programs as with
18472 modules.
18473 (verilog-auto-inst-port): Fix vl-width expressions when using
18474 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
18475 (verilog-decls-get-regs, verilog-decls-get-signals,
18476 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
18477 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
18478 verilog-read-decls): Combine reg and wire structures into one var
18479 structure to represent SystemVerilog concepts.
18480 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
18481 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
18482 (verilog-auto-wire-type, verilog-insert-definition):
18483 Add verilog-auto-wire-type and AUTOLOGIC to support using
18484 SystemVerilog "logic" keyword instead of "wire"/"reg".
18485 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
18486 to declares outputs that also have assignments (presumably in an
18487 ifdef or generate if so there's not a driver conflict).
18488 Reported by Matthew Myers.
18489 (verilog-auto-declare-nettype, verilog-insert-definition):
18490 Add verilog-auto-declare-nettype to fix declarations using
18491 `default_nettype none. Reported by Julian Gorfajn.
18492 (verilog-read-always-signals-recurse, verilog-read-decls)
18493 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
18494 malformed end statement, bug325. Reported by Joshua Wise and
18495 Andrew Drake.
18496 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
18497 (verilog-inst-comment-re): Fix not deleting Interfaced comment
18498 when expanding .* in interfaces, bug320.
18499 Reported by Pierre-David Pfister.
18500 (verilog-read-module-name): Fix import statements between module
18501 name and open parenthesis, bug317.
18502 Reported by Pierre-David Pfister.
18503 (verilog-simplify-range-expression): Fix simplification of
18504 multiplications inside AUTOWIRE connections, bug303.
18505 (verilog-auto-inst-port): Support parameter expansion in
18506 multidimensional arrays.
18507 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
18508 after "assert property". Reported by Julian Gorfajn.
18509 (verilog-simplify-range-expression): Fix "couldn't merge" errors
18510 with multiplication, bug303.
18511 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
18512 Reported by Jan Frode Lonnum.
18513
18514 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
18515
18516 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
18517 (hfy-shell-file-name, hfy-shell):
18518 * international/fontset.el (x-decompose-font-name): Fix typos.
18519
18520 2011-11-29 Ken Brown <kbrown@cornell.edu>
18521
18522 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
18523 (gdb-version): Remove defvar.
18524 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
18525 (gdb-gud-context-command, gdb-non-stop-handler)
18526 (gdb-current-context-command, gdb-stopped): Use it.
18527 (gdb-init-1): Enable pretty printing here.
18528 (gdb-non-stop-handler): Don't enable pretty-printing here.
18529 Check to see if the target supports non-stop mode; if not, turn off
18530 non-stop mode. Use the following.
18531 (gdb-check-target-async): New defun.
18532 (gud-watch, gdb-stopped): Fix whitespace.
18533 (gdb-get-source-file): Don't try to display the source file if
18534 `gdb-main-file' is nil.
18535
18536 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18537
18538 * align.el: Try to generate fewer markers (bug#10047).
18539 (align--set-marker): New macro.
18540 (align-region): Use it.
18541
18542 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18543
18544 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
18545
18546 2011-11-29 Chong Yidong <cyd@gnu.org>
18547
18548 * indent.el (indent-for-tab-command, indent-according-to-mode):
18549 Doc fix.
18550 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
18551
18552 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
18553
18554 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
18555 aware of remote file names. (Bug#10124)
18556
18557 2011-11-29 Chong Yidong <cyd@gnu.org>
18558
18559 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
18560
18561 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18562
18563 * files.el (find-file): Don't use force-same-window (bug#10144).
18564 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
18565 use pop-to-buffer if the selected window can't be used.
18566 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
18567
18568 2011-11-28 Eli Zaretskii <eliz@gnu.org>
18569
18570 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
18571 special-mode-map.
18572
18573 2011-11-28 Chong Yidong <cyd@gnu.org>
18574
18575 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
18576
18577 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
18578
18579 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
18580 gdb-get-source-file-list on gdb-create-source-file-list.
18581
18582 2011-11-26 Eli Zaretskii <eliz@gnu.org>
18583
18584 * whitespace.el (whitespace-newline): Use a different foreground
18585 color for 16-color light-background displays.
18586
18587 2011-11-24 Chong Yidong <cyd@gnu.org>
18588
18589 * window.el (display-buffer--special-action): Doc fix.
18590
18591 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
18592
18593 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
18594 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
18595 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
18596 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
18597 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
18598 (avl-tree-stack-first):
18599 * emacs-lisp/cconv.el (cconv--analyse-use):
18600 * net/gnutls.el (gnutls-negotiate): Fix typos.
18601
18602 2011-11-24 Glenn Morris <rgm@gnu.org>
18603
18604 * lpr.el (lpr-windows-system, lpr-lp-system):
18605 * mail/binhex.el (binhex-begin-line):
18606 * progmodes/grep.el (grep-history, grep-find-history):
18607 * textmodes/flyspell.el:
18608 * vc/pcvs-defs.el (cvs-global-menu):
18609 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
18610 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
18611 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
18612
18613 * net/tls.el: Fix case of "GnuTLS".
18614
18615 * paths.el (rmail-file-name): Format doc-string for make-docfile.
18616
18617 * version.el (emacs-build-system): Give it a doc-string.
18618
18619 2011-11-24 Juri Linkov <juri@jurta.org>
18620
18621 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
18622
18623 2011-11-24 Glenn Morris <rgm@gnu.org>
18624
18625 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
18626 if called on a non-mime message just toggle the headers. (Bug#8006)
18627
18628 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
18629
18630 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
18631 (allout-lead-with-comment-string, allout-structure-deleted-hook)
18632 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
18633 (allout-rebullet-heading, allout-open-sibtopic)
18634 (allout-toggle-current-subtree-encryption)
18635 (allout-toggle-subtree-encryption, allout-encrypt-string)
18636 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
18637 (allout-distinctive-bullets-string, allout-auto-activation):
18638 * window.el (window-normalize-buffer-to-display):
18639 * progmodes/verilog-mode.el (verilog-batch-indent):
18640 * textmodes/bibtex.el (bibtex-field-braces-opt)
18641 (bibtex-field-strings-opt):
18642 * vc/cvs-status.el (cvs-tree-merge):
18643 Fix typos.
18644
18645 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
18646
18647 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
18648 `non-essential' to t, in order to avoid remote connections.
18649
18650 2011-11-23 Eli Zaretskii <eliz@gnu.org>
18651
18652 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18653 On MS-DOS and MS-Windows, compare with loaddefs.el
18654 case-insensitively.
18655
18656 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18657
18658 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
18659
18660 2011-11-23 Glenn Morris <rgm@gnu.org>
18661
18662 * paths.el (rmail-file-name): Reformat the doc-string so that it
18663 is picked up.
18664
18665 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
18666 (rmail-auto-file): Ignore case in the "special" field names,
18667 as mail-fetch-field does for all others.
18668
18669 * mail/rmail.el (rmail-forward):
18670 * mail/rmailkwd.el (rmail-set-label):
18671 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
18672 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
18673
18674 * mail/rmail.el (rmail-current-message): Doc fix.
18675
18676 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
18677
18678 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18679
18680 * server.el (server-eval-and-print): Allow C-g (bug#6585).
18681
18682 2011-11-22 Glenn Morris <rgm@gnu.org>
18683
18684 * mail/rmailmm.el (test-rmail-mime-handler)
18685 (test-rmail-mime-bulk-handler)
18686 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
18687
18688 2011-11-21 Juri Linkov <juri@jurta.org>
18689
18690 * calc/calc.el (calc-read-key-sequence):
18691 Let-bind `input-method-function' to nil. (Bug#10018)
18692
18693 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18694
18695 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
18696 Tell the caller that the next line needs recomputation, even
18697 though it doesn't start a sexp (bug#10094).
18698
18699 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18700
18701 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
18702
18703 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18704
18705 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18706 Use force-same-window.
18707
18708 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
18709
18710 * descr-text.el (describe-char-unicode-data):
18711 * json.el (json-string-escape):
18712 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
18713 (Footnote-unicode, Footnote-style-p):
18714 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
18715
18716 2011-11-20 Chong Yidong <cyd@gnu.org>
18717
18718 * window.el (replace-buffer-in-windows): Restore interactive spec.
18719
18720 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18721
18722 * electric.el (electric-indent-mode): Fix last change (too optimistic).
18723
18724 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
18725 (byte-compile-global-not-obsolete-vars): New var.
18726 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
18727 Use it.
18728 (byte-compile-warn-obsolete): Align text with the one in *Help*.
18729
18730 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
18731
18732 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
18733 * progmodes/pascal.el (electric-pascal-equal):
18734 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
18735 * xml.el (xml-substitute-special): Fix typos.
18736
18737 2011-11-20 Glenn Morris <rgm@gnu.org>
18738
18739 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
18740 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
18741 Doc fixes.
18742 (rmail-decode-mime-charset): Mark as obsolete.
18743
18744 * mail/rmailsum.el (rmail-message-regexp-p-1):
18745 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
18746 Before using mime functions, check they are set. (Bug#10077)
18747
18748 2011-11-19 Juri Linkov <juri@jurta.org>
18749
18750 * info.el (Info-finder-find-node): Use `package--builtins' instead
18751 of `package-alist'. Use node names formed by the pattern "Keyword "
18752 and the keyword name.
18753
18754 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
18755
18756 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
18757
18758 2011-11-19 Juri Linkov <juri@jurta.org>
18759
18760 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
18761 that calls `revert-buffer' on all Info buffers. (Bug#9915)
18762 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
18763 `old-history', `old-history-forward'. Add let-binding
18764 `window-selected'. Remove calls to `kill-buffer',
18765 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
18766 before calling `Info-find-node', so `Info-find-node-2' will reread
18767 the Info file. Restore window positions only when `window-selected'
18768 is non-nil.
18769
18770 2011-11-19 Juri Linkov <juri@jurta.org>
18771
18772 * isearch.el (isearch-lazy-highlight-new-loop):
18773 Remove condition `(not isearch-error)'. (Bug#9918)
18774
18775 * misearch.el (multi-isearch-search-fun): Add condition
18776 `(not bound)' to ignore lazy-highlighting search.
18777 Add the search-failed message "end of multi" when the end of
18778 multi-sequence is reached. Uncapitalize the search-failed
18779 message "Repeat for next buffer".
18780
18781 * info.el (Info-search): Add the search-failed message
18782 "end of the manual" when the end of the manual is reached
18783 in Isearch mode.
18784
18785 2011-11-19 Juri Linkov <juri@jurta.org>
18786
18787 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
18788 Use non-destructive `remove' instead of `delete' because
18789 `Info-history-list' stored to `Info-isearch-initial-history-list' in
18790 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
18791
18792 2011-11-19 Juri Linkov <juri@jurta.org>
18793
18794 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
18795 to nil instead of binding `search-ring' and `regexp-search-ring'.
18796 (Bug#9185)
18797
18798 2011-11-19 Eli Zaretskii <eliz@gnu.org>
18799
18800 * simple.el (line-move): Force movement by logical lines for any
18801 hscrolled window, not only when auto-hscroll-mode is on.
18802 (line-move-visual): Update doc string to that effect. (Bug#10076)
18803
18804 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
18805
18806 * language/european.el (macintosh): Define as alias for mac-roman.
18807
18808 2011-11-19 Eli Zaretskii <eliz@gnu.org>
18809
18810 * mail/rmailmm.el (rmail-mime-display-header)
18811 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
18812 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
18813 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
18814 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
18815 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
18816 of a raw aref.
18817 (rmail-mime-entity-segment): To get past the tagline, move forward
18818 2 more lines, to account for the 2 empty lines that precede and
18819 follow the line with the buttons.
18820 (rmail-mime-update-tagline): Move one more line, to get past the
18821 empty line that follows the buttons in the tagline. (Bug#9520)
18822
18823 2011-11-19 Martin Rudalics <rudalics@gmx.at>
18824
18825 * window.el (window-max-delta-1, window-min-delta-1)
18826 (window-min-size-1, window-state-get-1, window-state-put-1)
18827 (window-state-put-2): Use "window--" prefix.
18828
18829 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
18830
18831 * emacs-lisp/smie.el: Improve warnings and conflict detection.
18832 (smie-warning-count): New var.
18833 (smie-set-prec2tab): Use it.
18834 (smie-bnf->prec2): Improve warnings. Add docstring.
18835 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
18836 (smie-bnf--set-class): New function.
18837 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
18838 corner case.
18839
18840 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
18841 (compilation-error-properties, compilation-move-to-column):
18842 Handle compilation-first-column while in the target buffer.
18843
18844 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
18845 Don't hardcode point-min==1.
18846
18847 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
18848 (eshell-rewrite-for-command): Remove workaround.
18849 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
18850 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
18851 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
18852
18853 * files-x.el (modify-file-local-variable): Obey commenting conventions.
18854
18855 2011-11-17 Glenn Morris <rgm@gnu.org>
18856
18857 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18858 Ignore buffer-local generated-autoload-file if it is the same
18859 as the global value. (Bug#10049)
18860
18861 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
18862
18863 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
18864 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
18865 (reftex-toc-previous-heading, reftex-toc-max-level)
18866 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
18867 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
18868 (reftex-toc-do-promote, reftex-toc-promote-prepare)
18869 (reftex-toc-promote-action, reftex-toc-extract-section-number)
18870 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
18871 (reftex-toc-rename-label, reftex-toc-visit-location)
18872 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
18873 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
18874 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
18875 leaving "*toc*" only for references to the buffer.
18876
18877 2011-11-17 Martin Rudalics <rudalics@gmx.at>
18878
18879 * window.el (window-resize, delete-window, split-window):
18880 Replace window-splits by window-combination-resize.
18881 * cus-start.el (window-splits): Replace by window-combination-resize.
18882
18883 2011-11-17 Glenn Morris <rgm@gnu.org>
18884
18885 * progmodes/sh-script.el (sh-font-lock-keywords-var):
18886 Make bash entry derive from sh entry, not shell entry.
18887
18888 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
18889
18890 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
18891 local file name.
18892
18893 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
18894
18895 * menu-bar.el (menu-bar-file-menu):
18896 * printing.el (pr-ps-utility):
18897 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
18898 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
18899 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
18900 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
18901 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
18902 (icalendar--convert-cyclic-to-ical)
18903 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
18904 (icalendar--convert-ical-to-diary)
18905 (icalendar--convert-recurring-to-diary)
18906 (icalendar--convert-non-recurring-all-day-to-diary)
18907 (icalendar-import-format-sample):
18908 * progmodes/idlw-shell.el (idlwave-shell-mode):
18909 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
18910 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
18911 (vhdl-ps-print-init): Fix typos.
18912
18913 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
18914
18915 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
18916 FSF and collapse date sequence, obscure author/maintainer email address
18917 better, remove extra version line, track relocation of author's webpage.
18918
18919 * progmodes/python.el (python-pdbtrack-input-prompt)
18920 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
18921 regular python pdb prompts. Adjustments shamelessly taken exactly as
18922 suggested in EmacsWiki page (tiny change):
18923 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
18924
18925 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
18926
18927 * expand.el (expand-pos, expand-index, expand-point):
18928 Remove redundant info from docstring.
18929 (expand-add-abbrevs): Doc fix.
18930 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
18931 (expand-sample-perl-mode-expand-list): Fix typos.
18932
18933 * net/dbus.el (dbus-event-member-name):
18934 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
18935 * term/pc-win.el (msdos-create-frame-with-faces):
18936 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
18937
18938 2011-11-16 Martin Rudalics <rudalics@gmx.at>
18939
18940 * window.el (split-window, window-state-get-1)
18941 (window-state-put-1, window-state-put-2): Rename occurrences of
18942 window-nest to window-combination-limit.
18943 * cus-start.el (window-nest): Rename to window-combination-limit.
18944
18945 2011-11-16 Chong Yidong <cyd@gnu.org>
18946
18947 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
18948 regexp (Bug#10033).
18949
18950 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18951
18952 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
18953 `completing-read' will remove *Completions* and will preserve
18954 current-buffer for us.
18955 (tmm-add-prompt): Users of *Completions* will always (re)set its
18956 major mode.
18957 (tmm-old-comp-map): Remove.
18958
18959 2011-11-16 Glenn Morris <rgm@gnu.org>
18960
18961 * mail/rmailedit.el: Require rmailmm when compiling.
18962 (rmail-old-mime-state): New declaration.
18963 (rmail-edit-current-message): If editing a mime message,
18964 edit the "raw" message from the mbox buffer.
18965 (rmail-cease-edit): Handle mime messages. (Bug#9840)
18966
18967 2011-11-15 Glenn Morris <rgm@gnu.org>
18968
18969 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
18970 which wasn't being used. Add optional arg to force given state.
18971 (rmail-mime): Add optional arg to force given state.
18972
18973 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
18974
18975 * allout.el (allout-encryption-plaintext-sanitization-regexps):
18976 * frame.el (display-mm-dimensions-alist):
18977 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
18978 (outline-move-subtree-down):
18979 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
18980 (newsticker--treeview-do-get-node):
18981 * net/quickurl.el (quickurl-list-buffer-name):
18982 * progmodes/dcl-mode.el (dcl-mode):
18983 * progmodes/gdb-mi.el (gdb-mapcar*):
18984 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
18985
18986 2011-11-15 Glenn Morris <rgm@gnu.org>
18987
18988 * mail/rmail.el (rmail-file-coding-system): It's only ever used
18989 in a boolean sense, so just make it a boolean, and fix the doc.
18990 (rmail-show-mime-function, rmail-mime-feature)
18991 (rmail-require-mime-maybe): Doc fixes.
18992 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
18993
18994 * mail/rmailmm.el (rmail-show-mime): Doc fix.
18995
18996 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
18997
18998 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
18999 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
19000 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
19001 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
19002
19003 2011-11-15 Glenn Morris <rgm@gnu.org>
19004
19005 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
19006 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
19007 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
19008 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
19009 (rmail-mime, rmail-show-mime): Doc fixes.
19010
19011 * term/ns-win.el (mode-line-frame-identification):
19012 Leave it alone. (Bug#10051)
19013
19014 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
19015
19016 * mail/rmailout.el (rmail-output-to-rmail-buffer):
19017 Handle empty buffers. (Bug#9978)
19018
19019 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
19020
19021 * international/mule.el (define-charset):
19022 * mail/rmailmm.el (rmail-mime-find-header-encoding):
19023 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
19024 * progmodes/verilog-mode.el (verilog-backward-token):
19025 * textmodes/ispell.el (lookup-words):
19026 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
19027
19028 2011-11-14 Glenn Morris <rgm@gnu.org>
19029
19030 * progmodes/executable.el
19031 (executable-make-buffer-file-executable-if-script-p):
19032 Handle file-modes returning nil.
19033
19034 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
19035 message - not necessary, and causes problems. (Bug#9831)
19036
19037 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
19038
19039 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
19040
19041 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
19042 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
19043 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
19044
19045 2011-11-12 Martin Rudalics <rudalics@gmx.at>
19046
19047 * window.el (window-resize, delete-window): Use window-splits
19048 variable instead of function.
19049 (window-state-get-1, window-state-put-2, window-state-put):
19050 Don't deal with windows' splits status.
19051
19052 2011-11-12 Glenn Morris <rgm@gnu.org>
19053
19054 * apropos.el (apropos-do-all, apropos-library, apropos-value)
19055 (apropos-documentation): Doc fixes.
19056
19057 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
19058
19059 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
19060 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
19061
19062 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
19063
19064 * electric.el (electric-indent-post-self-insert-function): Make it
19065 possible for a char to only indent in some circumstances.
19066 (electric-indent-mode): Simplify.
19067
19068 2011-11-11 Martin Rudalics <rudalics@gmx.at>
19069
19070 * window.el (windows-with-parameter): Remove unused function.
19071 (windows-at-side): Rename to window-at-side-list.
19072 (window-check, window-atom-check, window-atom-check-1)
19073 (window-side-check, window-size-ignore, window-size-fixed-1)
19074 (window-in-direction-2): Prefix with "window--".
19075 (window-tree-1): Rename to window--subtree, fix doc-string.
19076
19077 2011-11-11 Glenn Morris <rgm@gnu.org>
19078
19079 * subr.el (eval-after-load): If FILE is already loaded,
19080 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
19081
19082 2011-11-10 Glenn Morris <rgm@gnu.org>
19083
19084 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
19085 Call svn via vc-svn-command rather than vc-do-command.
19086 (vc-svn-command): Add --non-interactive. (Bug#9993)
19087 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
19088
19089 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19090 Add toggle-read-only. (Bug#7292)
19091 * files.el (toggle-read-only): Mention that it should only
19092 be used interactively. (Bug#10006)
19093
19094 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19095
19096 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19097 Adjust regexp for OCaml warnings.
19098
19099 * electric.el (electric-pair-post-self-insert-function): Let user
19100 turn it off buffer-locally (bug#9932).
19101
19102 * progmodes/python.el (python-beginning-of-statement):
19103 Rewrite (bug#2703).
19104
19105 * progmodes/compile.el: Better handle TABs (bug#9749).
19106 (compilation-internal-error-properties)
19107 (compilation-next-error-function): Obey the target buffer's
19108 compilation-error-screen-columns.
19109
19110 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
19111
19112 * progmodes/meta-mode.el: Remove obsolete comments.
19113 (meta-right-comment-regexp, meta-ignore-comment-regexp):
19114 Fix typos in docstrings.
19115
19116 2011-11-09 Martin Rudalics <rudalics@gmx.at>
19117
19118 * window.el (window-size-fixed-p): Rewrite doc-string.
19119 (window-resizable-p): Rename to window--resizable-p. Update callers.
19120 (window--resizable): New function. Make all callers of
19121 window-resizable call window--resizable instead.
19122 (window-resizable): Rewrite in terms of window--resizable.
19123
19124 2011-11-08 Glenn Morris <rgm@gnu.org>
19125
19126 * progmodes/delphi.el (delphi-mode-syntax-table):
19127 Let define-derived-mode define a proper syntax table. (Bug#9994)
19128
19129 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19130
19131 * window.el: Stay away from defsubst.
19132 (window-list-no-nils): Remove.
19133 (window-state-get-1, window-state-get): Use backquote instead.
19134
19135 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19136
19137 * emacs-lisp/find-func.el (find-function-read):
19138 Fix incorrect use of default argument in `completing-read'.
19139
19140 2011-11-08 Martin Rudalics <rudalics@gmx.at>
19141
19142 * window.el (display-buffer-function, special-display-function):
19143 Mention display-buffer-record-window but do not mention
19144 help-setup parameter in doc-strings.
19145 (window-min-delta): Fix doc-string typo.
19146
19147 2011-11-08 Chong Yidong <cyd@gnu.org>
19148
19149 * window.el (window-total-height, window-total-width): Doc fix.
19150 (window-body-size): Move from C.
19151 (window-body-height, window-body-width): Move to C.
19152
19153 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19154
19155 * window.el: Make special-display like display-buffer-alist (bug#9532).
19156 (display-buffer--special-action): New function, morphed
19157 from display-buffer--special.
19158 (display-buffer): Use it to handle special-display-buffers at higher
19159 priority (just after display-buffer-alist).
19160 (display-buffer-fallback-action, display-buffer--other-frame-action)
19161 (pop-to-buffer-same-window): Remove display-buffer--special.
19162
19163 2011-11-07 Glenn Morris <rgm@gnu.org>
19164
19165 * calendar/cal-menu.el (cal-menu-set-date-title):
19166 Do nothing if not in a calendar. (Bug#9976)
19167
19168 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
19169
19170 * files.el (find-file): Always use selected-window.
19171
19172 2011-11-07 Martin Rudalics <rudalics@gmx.at>
19173
19174 * window.el (window-combinations): Make WINDOW argument
19175 mandatory. Rewrite doc-string.
19176 (walk-window-subtree, window-atom-check, window-min-delta)
19177 (window-max-delta, window--resize-this-window)
19178 (window--resize-root-window-vertically, window-tree)
19179 (balance-windows, window-state-put): Rewrite doc-strings as to
19180 not mention the term "subwindow".
19181 (window--resize-subwindows-skip-p): Rename to
19182 window--resize-child-windows-skip-p.
19183 (window--resize-subwindows-normal): Rename to
19184 window--resize-child-windows-normal.
19185 (window--resize-subwindows): Rename to
19186 window--resize-child-windows.
19187 (window-or-subwindow-p): Rename to window--in-subtree-p.
19188
19189 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19190
19191 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
19192 Ensure that mbox format messages end in two newlines (Bug#9974).
19193
19194 2011-11-06 Chong Yidong <cyd@gnu.org>
19195
19196 * window.el (window-combination-p): Function deleted; its
19197 side-effect is not used in any existing code.
19198 (window-combinations, window-combined-p): Call window-*-child
19199 directly.
19200
19201 2011-11-05 Chong Yidong <cyd@gnu.org>
19202
19203 * window.el (window-valid-p): Rename from window-any-p.
19204 (window-size-ignore, window-state-get): Callers changed.
19205 (window-normalize-window): Rename from window-normalize-any-window.
19206 New arg LIVE-ONLY, replacing window-normalize-live-window.
19207 (window-normalize-live-window): Delete.
19208 (window-combination-p, window-combined-p, window-combinations)
19209 (walk-window-subtree, window-atom-root, window-min-size)
19210 (window-sizable, window-sizable-p, window-size-fixed-p)
19211 (window-min-delta, window-max-delta, window-resizable)
19212 (window-resizable-p, window-full-height-p, window-full-width-p)
19213 (window-current-scroll-bars, window-point-1, set-window-point-1)
19214 (window-at-side-p, window-in-direction, window-resize)
19215 (adjust-window-trailing-edge, maximize-window, minimize-window)
19216 (window-deletable-p, delete-window, delete-other-windows)
19217 (record-window-buffer, unrecord-window-buffer)
19218 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
19219 (quit-window, split-window, window-state-put)
19220 (set-window-text-height, fit-window-to-buffer)
19221 (shrink-window-if-larger-than-buffer): Callers changed.
19222
19223 2011-11-04 Eli Zaretskii <eliz@gnu.org>
19224
19225 * mail/rmail.el (rmail-simplified-subject): Decode subject with
19226 rfc2047-decode-string.
19227 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
19228 warnings.
19229
19230 * window.el (window-body-height, window-body-width): Mention in
19231 the doc string that the return values are in frame's canonical
19232 units. (Bug#9949)
19233
19234 2011-11-03 Alan Mackenzie <acm@muc.de>
19235
19236 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
19237 change in cc-engine.el.
19238
19239 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19240
19241 * window.el (switch-to-buffer): Use `force-same-window' interactively.
19242
19243 2011-11-02 Martin Rudalics <rudalics@gmx.at>
19244
19245 * window.el (quit-window): Call unrecord-window-buffer after
19246 showing another buffer in the window. (Bug#9937)
19247 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
19248
19249 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
19250
19251 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
19252 Accept status with more than 9 shelves. (Bug#9935)
19253 Reported by Colin D Bennett <colin@gibibit.com>.
19254
19255 2011-11-01 Martin Rudalics <rudalics@gmx.at>
19256
19257 * help.el (with-help-window): Don't reference
19258 temp-buffer-show-specifiers in doc-string.
19259
19260 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
19261
19262 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
19263 menu-item.
19264
19265 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19266
19267 * whitespace.el: New version 13.2.2.
19268 (whitespace-newline-mode): Disable properly. Reported by Sarah
19269 <EmacsWiki>.
19270
19271 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
19272
19273 * net/newst-treeview.el: Remove "Time-stamp".
19274 (newsticker--group-manage-orphan-feeds): Do not call
19275 newsticker--treeview-tree-update.
19276 (newsticker-treeview-update, newsticker-treeview):
19277 Call newsticker--treeview-tree-update if necessary.
19278
19279 2011-10-30 Martin Rudalics <rudalics@gmx.at>
19280
19281 * window.el (window-iso-combination-p, window-iso-combined-p)
19282 (window-iso-combinations): Remove "iso-" infix.
19283 Suggested by Chong Yidong.
19284 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
19285 (window-max-delta-1, window-resize, window--resize-siblings)
19286 (window--resize-this-window, adjust-window-trailing-edge)
19287 (split-window, balance-windows-1)
19288 (shrink-window-if-larger-than-buffer):
19289 * calendar/calendar.el (calendar-generate-window):
19290 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
19291
19292 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19293
19294 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
19295 in place (bug#9907).
19296 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
19297 (eshell-rewrite-if-command, eshell-rewrite-for-command)
19298 (eshell-structure-basic-command, eshell-rewrite-while-command)
19299 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
19300 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
19301 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
19302 (eshell-do-pipelines-synchronously, eshell-eval-command):
19303 Use backquotes and prefer setq to set.
19304 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
19305 (eshell-macrop): Use functionp.
19306 (eshell-do-eval): Handle multiple expressions in `while' body.
19307
19308 2011-10-30 Chong Yidong <cyd@gnu.org>
19309
19310 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
19311 instead of set-mark (Bug#9810).
19312
19313 2011-10-30 Chong Yidong <cyd@gnu.org>
19314
19315 * window.el (split-window-below, split-window-right): Rename from
19316 split-window-above-each-other and split-window-side-by-side
19317 respectively. All callers changed.
19318 (split-window-sensibly, split-window-sensibly): Use them.
19319 (split-window-keep-point): Doc fix.
19320
19321 * isearch.el: Add isearch-scroll property to split-window-below
19322 and split-window-right.
19323
19324 * follow.el (follow-mode):
19325 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19326 * progmodes/ada-xref.el (ada-gdb-application):
19327 * emulation/vip.el (vip-buffer-in-two-windows):
19328 * image-dired.el (image-dired-dired-with-window-configuration):
19329 * dired-x.el (dired-do-find-marked-files):
19330 * dired.el (dired-pop-to-buffer):
19331 * bs.el (bs--show-with-configuration):
19332 * vc/emerge.el (emerge-setup-windows):
19333 * textmodes/two-column.el (2C-two-columns):
19334 * textmodes/reftex-toc.el (reftex-toc):
19335 * progmodes/gdb-mi.el (gdb-setup-windows):
19336 * progmodes/fortran.el (fortran-window-create):
19337 * net/newst-treeview.el (newsticker--treeview-window-init):
19338 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
19339 * emulation/tpu-edt.el (tpu-gold-map):
19340 * emulation/crisp.el (crisp-mode-map):
19341 * calendar/calendar.el (calendar-basic-setup): Callers changed.
19342
19343 2011-10-29 Chong Yidong <cyd@gnu.org>
19344
19345 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
19346
19347 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
19348
19349 * textmodes/flyspell.el (flyspell-word): Fix char offset for
19350 forged Ispell output (Bug#7904).
19351
19352 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
19353
19354 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19355
19356 * doc-view.el: Avoid ugly errors about not finding nil.
19357 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
19358 (doc-view-dvipdf-program, doc-view-unoconv-program)
19359 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
19360 Avoid nil or absolute file name as default value.
19361 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
19362
19363 2011-10-28 Alan Mackenzie <acm@muc.de>
19364
19365 * progmodes/cc-defs.el (c-version): -> 5.32.2.
19366
19367 2011-10-28 Alan Mackenzie <acm@muc.de>
19368
19369 Amend the handling of c-beginning/end-of-defun in nested declaration
19370 scopes.
19371
19372 * progmodes/cc-vars.el (c-defun-tactic): Move here from
19373 cc-langs.el. Change it to a defcustom.
19374
19375 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
19376 cc-vars.el.
19377
19378 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19379 Prevent "class foo : bar" being spuriously recognized as a label.
19380
19381 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
19382 Add parameter `inclusive' (to include enclosing braces in the region).
19383 (c-widen-to-enclosing-decl-scope): New function.
19384 (c-while-widening-to-decl-block): New macro.
19385 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
19386 outward for defun boundaries, and correspondingly change symbol
19387 `respect-enclosure' to `go-outward'.
19388 (c-declaration-limits): Change algorithm to report only the "innermost"
19389 defun's boundaries.
19390
19391 2011-10-28 Deniz Dogan <deniz@dogan.se>
19392
19393 * net/rcirc.el (rcirc-mode): Use hard newlines.
19394
19395 2011-10-28 Alan Mackenzie <acm@muc.de>
19396
19397 Amend to indent and fontify macros "which include their own semicolon"
19398 correctly, using the "virtual semicolon" mechanism.
19399
19400 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
19401
19402 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
19403 Recode to scan one line at a time rather than having \n and \r
19404 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
19405 (c-forward-label): Amend for virtual semicolons.
19406 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
19407
19408 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
19409 of the new C macros.
19410
19411 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
19412 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
19413 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
19414 (c-opt-cpp-macro-define): Make into a full language variable.
19415 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
19416 AWK Mode (including \n, \r) removed, no longer needed.
19417
19418 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
19419 Invoke c-make-macro-with-semi-re.
19420
19421 * progmodes/cc-vars.el (c-macro-with-semi-re):
19422 (c-macro-names-with-semicolon): New variables.
19423 (c-make-macro-with-semi-re): New function.
19424
19425 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19426
19427 * vc/log-edit.el: Fill empty field rather than adding new one.
19428 (log-edit-add-field): New function.
19429 (log-edit-insert-changelog): Use it.
19430
19431 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19432
19433 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
19434
19435 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19436
19437 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
19438 (gdb--check-interpreter): New function.
19439 (gdb): Use it.
19440
19441 2011-10-27 Glenn Morris <rgm@gnu.org>
19442
19443 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
19444 (least-positive-float, least-negative-float)
19445 (least-positive-normalized-float, least-negative-normalized-float)
19446 (float-epsilon, float-negative-epsilon):
19447 Remove unnecessary declarations.
19448
19449 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
19450 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
19451 (least-positive-float, least-negative-float)
19452 (least-positive-normalized-float, least-negative-normalized-float)
19453 (float-epsilon, float-negative-epsilon): Add doc-strings,
19454 based on those in cl.texi.
19455
19456 * files.el (set-visited-file-name): If the major-mode changed,
19457 reload the local variables. (Bug#9796)
19458
19459 2011-10-27 Chong Yidong <cyd@gnu.org>
19460
19461 * subr.el (change-major-mode-after-body-hook): New hook.
19462 (run-mode-hooks): Run it.
19463
19464 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19465 Use change-major-mode-before-body-hook.
19466
19467 * simple.el (fundamental-mode):
19468 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
19469 change introducing fundamental-mode-hook.
19470
19471 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
19472
19473 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
19474
19475 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
19476
19477 * ido.el (ido-file-name-all-completions-1): Do not require
19478 tramp.el explicitly. (Bug#7583)
19479
19480 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
19481
19482 * progmodes/octave-mod.el:
19483 * progmodes/octave-inf.el: Update maintainer.
19484
19485 2011-10-26 Chong Yidong <cyd@gnu.org>
19486
19487 * subr.el (with-wrapper-hook): Rewrite doc.
19488
19489 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
19490
19491 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
19492 filenames "/method:foo:". (Bug#9793)
19493
19494 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19495
19496 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
19497 (bug#9865).
19498
19499 2011-10-24 Glenn Morris <rgm@gnu.org>
19500
19501 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
19502
19503 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
19504
19505 * notifications.el: Add the requirement of a running D-Bus session
19506 bus to the Commentary.
19507
19508 2011-10-24 Juri Linkov <juri@jurta.org>
19509
19510 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19511 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
19512 (Bug#9364)
19513
19514 2011-10-24 Juri Linkov <juri@jurta.org>
19515
19516 * info.el (Info-following-node-name-re): Add newline to the list
19517 of allowed characters for leading space. (Bug#9824)
19518
19519 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19520
19521 * progmodes/octave-inf.el (inferior-octave-mode-map):
19522 Fix C-c C-h binding.
19523 * progmodes/octave-mod.el (octave-help): Remove.
19524
19525 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
19526
19527 Sync with Tramp 2.2.3.
19528
19529 * net/tramp-cache.el (top): Pacify byte-compiler using
19530 `init-file-user' and `site-run-file'.
19531
19532 * net/trampver.el: Update release number.
19533
19534 2011-10-23 Chong Yidong <cyd@gnu.org>
19535
19536 * files.el (toggle-read-only): Remove obsolete comment about
19537 version control.
19538
19539 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
19540 for toggle-read-only. Note that this hasn't called vc-next-action
19541 since 2008-05-02, though it wasn't documented at the time.
19542
19543 * vc/ediff-init.el (ediff-toggle-read-only-function):
19544 Use toggle-read-only.
19545
19546 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
19547
19548 Fix bug #9560, sporadic wrong indentation; improve instrumentation
19549 of c-parse-state.
19550
19551 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
19552 correct faulty logical expression.
19553 (c-parse-state-state, c-record-parse-state-state):
19554 (c-replay-parse-state-state): New defvar/defuns.
19555 (c-debug-parse-state): Use new functions.
19556
19557 2011-10-22 Martin Rudalics <rudalics@gmx.at>
19558
19559 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
19560 last fix. Use window-in-direction correctly.
19561
19562 2011-10-21 Chong Yidong <cyd@gnu.org>
19563
19564 * progmodes/idlwave.el (idlwave-mode):
19565 * progmodes/vera-mode.el (vera-mode): No need to set
19566 require-final-newline; that's done in prog-mode.
19567 Suggested by Stefan Monnier.
19568
19569 2011-10-21 Martin Rudalics <rudalics@gmx.at>
19570
19571 * mouse.el (mouse-drag-window-above)
19572 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
19573 (mouse-drag-mode-line-1, mouse-drag-header-line)
19574 (mouse-drag-vertical-line-rightward-window): Remove.
19575 (mouse-drag-line): New function.
19576 (mouse-drag-mode-line, mouse-drag-header-line)
19577 (mouse-drag-vertical-line): Call mouse-drag-line.
19578 * window.el (window-at-side-p, windows-at-side): New functions.
19579
19580 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
19581
19582 * tar-mode.el (tar-grind-file-mode):
19583 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
19584
19585 2011-10-21 Chong Yidong <cyd@gnu.org>
19586
19587 * progmodes/idlwave.el (idlwave-mode):
19588 * progmodes/vera-mode.el (vera-mode):
19589 Use mode-require-final-newline.
19590
19591 2011-10-20 Glenn Morris <rgm@gnu.org>
19592
19593 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
19594
19595 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
19596
19597 * emulation/cua-base.el (cua-set-mark): Fix case of string.
19598
19599 2011-10-20 Chong Yidong <cyd@gnu.org>
19600
19601 * emulation/cua-base.el (cua-mode):
19602 * mail/footnote.el (footnote-mode):
19603 * mail/mailabbrev.el (mail-abbrevs-mode):
19604 * net/xesam.el (xesam-minor-mode):
19605 * progmodes/bug-reference.el (bug-reference-mode):
19606 * progmodes/cap-words.el (capitalized-words-mode):
19607 * progmodes/compile.el (compilation-minor-mode)
19608 (compilation-shell-minor-mode):
19609 * progmodes/gud.el (gud-tooltip-mode):
19610 * progmodes/hideif.el (hide-ifdef-mode):
19611 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19612 * progmodes/subword.el (subword-mode):
19613 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19614 * progmodes/which-func.el (which-function-mode):
19615 * term/tvi970.el (tvi970-set-keypad-mode):
19616 * term/vt100.el (vt100-wide-mode):
19617 * textmodes/flyspell.el (flyspell-mode):
19618 * textmodes/ispell.el (ispell-minor-mode):
19619 * textmodes/nroff-mode.el (nroff-electric-mode):
19620 * textmodes/paragraphs.el (use-hard-newlines):
19621 * textmodes/refill.el (refill-mode):
19622 * textmodes/reftex.el (reftex-mode):
19623 * textmodes/rst.el (rst-minor-mode):
19624 * textmodes/sgml-mode.el (html-autoview-mode)
19625 (sgml-electric-tag-pair-mode):
19626 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
19627 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
19628 * emulation/crisp.el (crisp-mode):
19629 * emacs-lisp/eldoc.el (eldoc-mode):
19630 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
19631 minor mode behavior.
19632
19633 2011-10-19 Juri Linkov <juri@jurta.org>
19634
19635 * descr-text.el (describe-char): Add #x2010 and #x2011 to
19636 the list of hard-coded chars with escape-glyph face.
19637
19638 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
19639
19640 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
19641
19642 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
19643
19644 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
19645 running process.
19646
19647 2011-10-19 Glenn Morris <rgm@gnu.org>
19648
19649 * vc/vc-bzr.el (vc-bzr-after-dir-status):
19650 Ignore ignored files. (Bug#9726)
19651
19652 2011-10-19 Chong Yidong <cyd@gnu.org>
19653
19654 Doc fix for minor modes, stating that an omitted argument enables
19655 the mode unconditionally when called from Lisp.
19656
19657 * abbrev.el (abbrev-mode):
19658 * allout.el (allout-mode):
19659 * autoinsert.el (auto-insert-mode):
19660 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19661 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
19662 (global-auto-revert-mode):
19663 * battery.el (display-battery-mode):
19664 * composite.el (global-auto-composition-mode)
19665 (auto-composition-mode):
19666 * delsel.el (delete-selection-mode):
19667 * desktop.el (desktop-save-mode):
19668 * dired-x.el (dired-omit-mode):
19669 * dirtrack.el (dirtrack-mode):
19670 * doc-view.el (doc-view-minor-mode):
19671 * double.el (double-mode):
19672 * electric.el (electric-indent-mode, electric-pair-mode):
19673 * emacs-lock.el (emacs-lock-mode):
19674 * epa-hook.el (auto-encryption-mode):
19675 * follow.el (follow-mode):
19676 * font-core.el (font-lock-mode):
19677 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
19678 * help.el (temp-buffer-resize-mode):
19679 * hilit-chg.el (highlight-changes-mode)
19680 (highlight-changes-visible-mode):
19681 * hi-lock.el (hi-lock-mode):
19682 * hl-line.el (hl-line-mode, global-hl-line-mode):
19683 * icomplete.el (icomplete-mode):
19684 * ido.el (ido-everywhere):
19685 * image-file.el (auto-image-file-mode):
19686 * image-mode.el (image-minor-mode):
19687 * iswitchb.el (iswitchb-mode):
19688 * jka-cmpr-hook.el (auto-compression-mode):
19689 * linum.el (linum-mode):
19690 * longlines.el (longlines-mode):
19691 * master.el (master-mode):
19692 * mb-depth.el (minibuffer-depth-indicate-mode):
19693 * menu-bar.el (menu-bar-mode):
19694 * minibuf-eldef.el (minibuffer-electric-default-mode):
19695 * mouse-sel.el (mouse-sel-mode):
19696 * msb.el (msb-mode):
19697 * mwheel.el (mouse-wheel-mode):
19698 * outline.el (outline-minor-mode):
19699 * paren.el (show-paren-mode):
19700 * recentf.el (recentf-mode):
19701 * reveal.el (reveal-mode, global-reveal-mode):
19702 * rfn-eshadow.el (file-name-shadow-mode):
19703 * ruler-mode.el (ruler-mode):
19704 * savehist.el (savehist-mode):
19705 * scroll-all.el (scroll-all-mode):
19706 * scroll-bar.el (scroll-bar-mode):
19707 * server.el (server-mode):
19708 * shell.el (shell-dirtrack-mode):
19709 * simple.el (auto-fill-mode, transient-mark-mode)
19710 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
19711 (line-number-mode, column-number-mode, size-indication-mode)
19712 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
19713 * strokes.el (strokes-mode):
19714 * time.el (display-time-mode):
19715 * t-mouse.el (gpm-mouse-mode):
19716 * tool-bar.el (tool-bar-mode):
19717 * tooltip.el (tooltip-mode):
19718 * type-break.el (type-break-mode-line-message-mode)
19719 (type-break-query-mode):
19720 * view.el (view-mode):
19721 * whitespace.el (whitespace-mode, whitespace-newline-mode)
19722 (global-whitespace-mode, global-whitespace-newline-mode):
19723 * xt-mouse.el (xterm-mouse-mode): Doc fix.
19724
19725 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19726 Fix autogenerated docstring.
19727
19728 2011-10-19 Juri Linkov <juri@jurta.org>
19729
19730 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
19731 by checking environment variables "DESKTOP_SESSION" and
19732 "XDG_CURRENT_DESKTOP". (Bug#9779)
19733
19734 2011-10-19 Juri Linkov <juri@jurta.org>
19735
19736 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
19737 (browse-url-chromium-program, browse-url-chromium-arguments):
19738 New defcustoms.
19739 (browse-url-default-browser): Check for `browse-url-chromium' and
19740 call `browse-url-chromium-program'.
19741 (browse-url-chromium): New command. (Bug#9779)
19742
19743 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
19744
19745 * facemenu.el (list-colors-duplicates): On Windows, detect more
19746 duplicates by assuming that only colors matching "^System" are
19747 special "system colors". (Bug#9722)
19748
19749 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19750
19751 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
19752 to distinguish the author from the committer.
19753
19754 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
19755
19756 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
19757
19758 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
19759
19760 * international/mule.el (sgml-html-meta-auto-coding-function):
19761 Add support for detecting encoding in HTML5 specified only as
19762 <meta charset="UTF-8">. Implementation just makes http-equiv and
19763 content-type parts from HTML4 encoding string optional. (Bug#9716)
19764
19765 2011-10-18 Glenn Morris <rgm@gnu.org>
19766
19767 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
19768
19769 2011-10-18 Chong Yidong <cyd@gnu.org>
19770
19771 * faces.el (cursor): Doc fix.
19772
19773 2011-10-17 Chong Yidong <cyd@gnu.org>
19774
19775 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
19776
19777 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
19778
19779 * dirtrack.el (dirtrack): Support shell buffers with path
19780 prefixes, e.g. tramp-based remote shells. (Bug#9647)
19781
19782 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
19783
19784 * json.el: Bump version to 1.3 and note change in History.
19785 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
19786
19787 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19788
19789 * comint.el (comint-insert-input, comint-send-input)
19790 (comint-get-old-input-default, comint-backward-matching-input)
19791 (comint-next-prompt): Use nil instead of `input' for field property of
19792 past user input (bug#114).
19793
19794 * minibuffer.el (completion--replace): Inherit surrounding properties
19795 (bug#114).
19796 (minibuffer-complete-and-exit): Use it.
19797
19798 * comint.el (comint--table-subvert): Quote the all-completions output
19799 (bug#9160).
19800
19801 2011-10-17 Martin Rudalics <rudalics@gmx.at>
19802
19803 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
19804
19805 * menu-bar.el (menu-bar-file-menu): Add entry for making new
19806 window on right of selected. (Bug#9350) Reword other window
19807 entries and separate them from frame entries.
19808
19809 2011-10-15 Glenn Morris <rgm@gnu.org>
19810
19811 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
19812 Doc fixes.
19813
19814 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
19815
19816 * net/network-stream.el (network-stream-open-starttls):
19817 Improve detection of failure due to lack of TLS support.
19818
19819 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
19820 putting the input text in front and in bold.
19821
19822 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
19823
19824 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
19825
19826 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
19827 empty buffer.
19828
19829 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
19830 unread-command-events rather than pushing yet-another event.
19831
19832 2011-10-14 Eli Zaretskii <eliz@gnu.org>
19833
19834 * mail/sendmail.el (sendmail-query-once): Improve the wording of
19835 the explanation of the possible choices. Make the options passed
19836 to completing-read shorter.
19837
19838 2011-10-13 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
19839
19840 * textmodes/flyspell.el (flyspell-large-region): Make sure
19841 extended character mode is used if defined (Bug#1339).
19842
19843 2011-10-13 Eli Zaretskii <eliz@gnu.org>
19844
19845 * simple.el (what-cursor-position): Fix the display of the
19846 character info for LRE, LRO, RLE, and RLO characters by appending
19847 an invisible PDF.
19848
19849 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
19850
19851 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
19852 even in case of error; add debug spec; simplify data flow.
19853 (with-timeout-handler): Remove.
19854
19855 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
19856
19857 Fix Bug#6019, Bug#9315.
19858
19859 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
19860 complete `buffer-file-name', the local file name part could look
19861 remotely (for example on VMS).
19862
19863 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
19864 `tramp-run-real-handler'.
19865 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
19866 already quoted by '"'.
19867
19868 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
19869 Let `file-name-handler-alist' be nil, the local file name part
19870 could look remotely (for example on VMS).
19871
19872 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
19873
19874 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
19875 from here...
19876 (flyspell-post-command-hook): ...to here.
19877
19878 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19879
19880 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
19881 if not needed.
19882 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
19883 using completion. Protect against "slow" callers.
19884 Remove the "message hack".
19885
19886 2011-10-11 Juri Linkov <juri@jurta.org>
19887
19888 * isearch.el (isearch-lazy-highlight-word): New variable.
19889 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
19890 Use it. (Bug#9727)
19891
19892 2011-10-11 Glenn Morris <rgm@gnu.org>
19893
19894 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
19895 like f90-previous-statement does.
19896
19897 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19898
19899 * eshell/eshell.el (eshell-command): History should be saved
19900 only in interactive use, to avoid error.
19901
19902 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19903
19904 * minibuffer.el (completion-file-name-table): Fix last change,
19905 i.e. ignore normal errors but not the other ones.
19906
19907 2011-10-10 Martin Rudalics <rudalics@gmx.at>
19908
19909 * window.el (special-display-buffer-names)
19910 (special-display-regexps): Remove some remnants of earlier
19911 changes from doc-strings.
19912 (quit-windows-on): New function.
19913
19914 * vc/vc.el (vc-revert, vc-rollback):
19915 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
19916 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
19917 (Bug#6183) (Bug#7074) (Bug#7447)
19918
19919 2011-10-09 Martin Rudalics <rudalics@gmx.at>
19920
19921 * window.el (frame-auto-hide-function): Add version tag.
19922 (Bug#9699)
19923
19924 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
19925
19926 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
19927 condition.
19928
19929 2011-10-09 Leo Liu <sdl.web@gmail.com>
19930
19931 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
19932 (Bug#9701)
19933
19934 2011-10-08 Glenn Morris <rgm@gnu.org>
19935
19936 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
19937 before the first code statement zero indent. (Bug#9690)
19938
19939 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
19940
19941 * simple.el (count-words-region): Always count in the region.
19942 Report the number of lines and characters too.
19943 (count-words): New command, which counts in the buffer if the
19944 region is inactive, as count-words-region used to.
19945 (count-words--message): New function. Handle plurals.
19946 (count-lines-region): Make it an alias for count-words-region.
19947
19948 * bindings.el (esc-map): Replace count-lines-region with
19949 count-words-region.
19950
19951 2011-10-08 Martin Rudalics <rudalics@gmx.at>
19952
19953 * window.el (window--delete): Delete dedicated frame
19954 unconditionally when argument KILL is non-nil. (Bug#9699)
19955 (switch-to-buffer): Fix doc-string typo.
19956
19957 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19958
19959 * eshell/eshell.el (eshell-command): Avoid using hooks.
19960
19961 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
19962
19963 * bindings.el ([M-left],[M-right]): Bind to left-word and
19964 right-word respectively.
19965
19966 2011-10-07 Glenn Morris <rgm@gnu.org>
19967
19968 * cus-start.el (debug-on-quit): Fix custom type.
19969
19970 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19971
19972 * subr.el (define-key-after): Clarify that the function is not
19973 useful for non-menu keymaps.
19974
19975 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
19976
19977 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19978
19979 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
19980 in current minibuffer (Fix bug with recursive minibuffers).
19981
19982 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
19983
19984 * progmodes/gdb-mi.el (gdb): Doc fix.
19985
19986 2011-10-05 Martin Rudalics <rudalics@gmx.at>
19987
19988 * window.el (frame-auto-hide-function): New option replacing
19989 frame-auto-delete. Suggested by Stefan Monnier.
19990 (window--delete): Call frame-auto-hide-function instead of
19991 investigating frame-auto-delete.
19992 (window-point-1, set-window-point-1): New functions.
19993 (window-in-direction, record-window-buffer, window-state-get-1)
19994 (display-buffer-record-window): Use window-point-1 instead of
19995 window-point.
19996 (set-window-buffer-start-and-point): Use set-window-point-1.
19997
19998 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
19999
20000 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
20001
20002 2011-10-05 Glenn Morris <rgm@gnu.org>
20003
20004 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
20005 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
20006
20007 2011-10-05 Leo Liu <sdl.web@gmail.com>
20008
20009 * subr.el (read-char-choice): Fix argument to buffer-live-p which
20010 works with buffer object.
20011
20012 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20013
20014 * mpc.el (mpc-tool-bar-map): Add labels.
20015
20016 2011-10-04 Glenn Morris <rgm@gnu.org>
20017
20018 * calendar/holidays.el (calendar-check-holidays): Doc fix.
20019
20020 2011-10-04 Martin Rudalics <rudalics@gmx.at>
20021
20022 * window.el (window--delete): New function.
20023 (frame-auto-delete): Resuscitate option.
20024 (bury-buffer, replace-buffer-in-windows)
20025 (quit-window): Rewrite using window--delete.
20026 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20027 Pass display-buffer-mark-dedicated to window--display-buffer-2
20028 (Bug#9639).
20029
20030 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20031
20032 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
20033 returns a list (bug#9554). Add remote file name completion.
20034 * comint.el (comint--table-subvert): Curry and get quote&unquote
20035 functions as arguments.
20036 (comint--complete-file-name-data): Adjust call accordingly.
20037 * pcomplete.el (pcomplete--table-subvert): Remove.
20038 (pcomplete-completions-at-point): Use comint--table-subvert instead.
20039
20040 * minibuffer.el (completion-table-case-fold): Use currying.
20041 (completion--styles-type, completion--cycling-threshold-type):
20042 New constants.
20043 (completion-styles, completion-category-overrides)
20044 (completion-cycle-threshold): Use them.
20045 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
20046 completion-table-case-fold.
20047
20048 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
20049
20050 * minibuffer.el (completion-category-overrides): Fix type of styles
20051 and add more user friendly tags (bug#9660).
20052
20053 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20054
20055 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
20056 (mule-input-method-string): New widget.
20057 (default-input-method, language-info-custom-alist): Use it.
20058
20059 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20060
20061 * pcomplete.el: Require comint.
20062 (pcomplete--common-suffix): Remove.
20063 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
20064 (pcomplete--table-subvert): Sync with comint--table-subvert.
20065 (pcomplete--entries): Use comint-completion-file-name-table.
20066 * comint.el (comint-unquote-filename): Simplify.
20067 (comint-completion-file-name-table): New function (bug#9616).
20068 (comint--complete-file-name-data): Use it.
20069
20070 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
20071 (pcmpl-gnu-tar-buffer): Remove.
20072 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
20073 around. Make sure pcomplete-suffix-list is only changed temporarily.
20074 Don't look inside the tar's file if it's too large.
20075
20076 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
20077
20078 * cus-edit.el (custom-mode-map):
20079 * epa.el (epa-key-list-mode-map):
20080 * man.el (Man-mode-map):
20081 * startup.el (splash-screen-keymap):
20082 * simple.el (special-mode-map): Use scroll-up-command and
20083 scroll-down-command.
20084
20085 * progmodes/idlw-help.el (idlwave-help-mode-map):
20086 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
20087 * net/newst-plainview.el (newsticker-mode-map):
20088 * emulation/ws-mode.el (wordstar-mode-map):
20089 * emulation/vi.el (vi-com-map):
20090 * calc/calc-graph.el (calc-graph-show-dumb):
20091 * term/sun.el (terminal-init-sun):
20092 * term/ns-win.el (global-map):
20093 * progmodes/grep.el (grep-mode-map):
20094 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
20095 * mail/rmail.el (rmail-mode-map):
20096 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
20097
20098 * custom.el (custom-safe-themes, load-theme): Treat value of t for
20099 custom-safe-themes as special.
20100
20101 2011-10-01 Julien Danjou <julien@danjou.info>
20102
20103 * notifications.el (notifications-notify): Fix docstring.
20104
20105 2011-10-01 Per Starbäck <per@starback.se>
20106
20107 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
20108
20109 2011-09-30 Martin Rudalics <rudalics@gmx.at>
20110
20111 * startup.el (command-line-1): Fix last fix by inserting
20112 initial-scratch-message into *scratch* before displaying it.
20113 (Bug#9605) and (Bug#9636)
20114
20115 2011-09-29 Eli Zaretskii <eliz@gnu.org>
20116
20117 * simple.el (line-move): If auto-hscroll-mode is disabled and the
20118 window is hscrolled, move by logical lines. (Bug#9607)
20119 (line-move-visual): Update the doc string to the above effect.
20120
20121 2011-09-29 Martin Rudalics <rudalics@gmx.at>
20122
20123 * window.el (display-buffer-record-window): When WINDOW is the
20124 selected window use `point' instead of `window-point'. (Bug#9626)
20125
20126 * startup.el (command-line-1): Use insert-before-markers when
20127 inserting initial-scratch-message. (Bug#9605)
20128
20129 * help.el (help-window): Remove variable.
20130
20131 2011-09-29 Glenn Morris <rgm@gnu.org>
20132
20133 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
20134
20135 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
20136
20137 * descr-text.el (describe-char-categories): Accept category
20138 descriptions more than one line long.
20139
20140 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20141
20142 * simple.el (delete-trailing-whitespace): Fix last change.
20143
20144 * progmodes/perl-mode.el (perl-syntax-propertize-function):
20145 Don't confuse "y => 3" as the beginning of a `y' operation.
20146
20147 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
20148 object has more than 4 slots (bug#9613).
20149
20150 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
20151
20152 * subr.el (with-output-to-temp-buffer):
20153 * net/quickurl.el (quickurl, quickurl-browse-url):
20154 Fix typos in docstrings.
20155
20156 2011-09-27 Eli Zaretskii <eliz@gnu.org>
20157
20158 * minibuffer.el (completion-styles)
20159 (completion-category-overrides): Cross reference each other in doc
20160 strings.
20161
20162 2011-09-27 Glenn Morris <rgm@gnu.org>
20163
20164 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
20165 to split-string. (Bug#9606)
20166
20167 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20168
20169 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
20170 (bug#9615).
20171
20172 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
20173
20174 * emacs-lisp/package.el (list-packages): Fix echo area message.
20175
20176 2011-09-27 Leo Liu <sdl.web@gmail.com>
20177
20178 * ido.el (ido-read-internal): Accept cons cell HIST arg.
20179
20180 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
20181
20182 * net/dbus.el (dbus-unregister-object): Don't release services for
20183 registered signals. (Bug#9581)
20184
20185 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
20186
20187 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
20188 function that picks between cfengine 2 and 3 support
20189 automatically. Update docs accordingly.
20190
20191 2011-09-22 Kenichi Handa <handa@m17n.org>
20192
20193 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
20194 ZERO.
20195 (indian-itrans-v5-table-for-tamil): New variable.
20196 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
20197
20198 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
20199
20200 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
20201 that's true if the current command involved collapsing of text.
20202 It's reset to false at the beginning of the next command.
20203 (allout-post-command-business): Move the cursor to the beginning
20204 of entry if the cursor is hidden and collapsing activity just
20205 happened.
20206
20207 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
20208
20209 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
20210 tracking (Bug#9541).
20211
20212 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
20213
20214 * net/newst-reader.el (newsticker-html-renderer)
20215 (newsticker-show-news): Automatically load html rendering package
20216 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
20217 because w3m-fill-column is let-bound" and the error "Symbol's value
20218 as variable is void: w3m-fill-column".
20219
20220 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
20221
20222 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
20223 Release services only if they are defined. (Bug#9581)
20224
20225 2011-09-23 Richard Stallman <rms@gnu.org>
20226
20227 * textmodes/paragraphs.el (forward-sentence): For backwards case,
20228 distinguish start of paragraph from start of its text.
20229
20230 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
20231
20232 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
20233 (rmail-generate-viewer-buffer): Put that hook on view buffer.
20234 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
20235
20236 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
20237
20238 * international/mule-diag.el (mule-diag): Insert a newline after
20239 each fontset description.
20240
20241 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20242
20243 * simple.el (delete-trailing-whitespace):
20244 Document last change; simplify.
20245
20246 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
20247
20248 * simple.el (delete-trailing-whitespace): Also delete
20249 extra newlines at the end of the buffer.
20250
20251 * textmodes/picture.el: Make motion commands obey shift-select-mode.
20252 (picture-newline): Use forward-line so as to ignore fields.
20253
20254 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20255
20256 * subr.el (with-wrapper-hook): Fix edebug spec.
20257
20258 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20259
20260 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
20261 (bug#4538).
20262
20263 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
20264
20265 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
20266 Fix nasty bug using wrong cached values.
20267
20268 2011-09-23 Alan Mackenzie <acm@muc.de>
20269
20270 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
20271
20272 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
20273
20274 * window.el (pop-to-buffer): Ensure right window is selected if we
20275 chose another frame.
20276
20277 2011-09-22 Eli Zaretskii <eliz@gnu.org>
20278
20279 * simple.el (what-cursor-position): Use get-char-property-change
20280 and next-single-char-property-change, to be able to show display
20281 properties that come from overlays as well as text properties.
20282
20283 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
20284
20285 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
20286
20287 * cmuscheme.el (run-scheme, switch-to-scheme):
20288 * cus-edit.el (customize-group, custom-buffer-create)
20289 (customize-browse):
20290 * info.el (info):
20291 * shell.el (shell):
20292 * mail/sendmail.el (mail):
20293 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
20294
20295 2011-09-22 Richard Stallman <rms@gnu.org>
20296
20297 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
20298 move back only to line beg, don't move back over blank lines.
20299
20300 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
20301
20302 * files.el (copy-directory): Set directory attributes only in case
20303 they could be retrieved from the source directory. (Bug#9565)
20304
20305 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
20306
20307 * progmodes/hideshow.el (hs-looking-at-block-start-p)
20308 (hs-find-block-beginning, hs-hide-level-recursive):
20309 Ignore strings as well as comments. (Bug#9502)
20310
20311 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
20312
20313 * progmodes/sql.el (sql-comint-postgres):
20314 Convert port number to a string. (Bug#9566)
20315
20316 2011-09-22 Martin Rudalics <rudalics@gmx.at>
20317
20318 * window.el (quit-window): Undedicate window when switching to
20319 previous buffer. Reported by Thierry Volpiatto
20320 <thierry.volpiatto@gmail.com>.
20321 (special-display-popup-frame): When popping up a new frame reset
20322 its previous buffers to nil. Simplify code.
20323
20324 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
20325
20326 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
20327 and process filter, as done also in `shell-command'.
20328
20329 2011-09-21 Martin Rudalics <rudalics@gmx.at>
20330
20331 * window.el (set-window-buffer-start-and-point):
20332 Call set-window-start with NOFORCE argument t.
20333 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20334 (quit-window): Reword doc-string. Handle new format of
20335 quit-restore parameter. Don't delete window if it has a
20336 previous buffer we can show instead of the present one.
20337 (display-buffer-record-window): Rewrite using a new format for
20338 the quit-restore window parameter
20339 (special-display-popup-frame, display-buffer-same-window)
20340 (display-buffer-reuse-window, display-buffer-pop-up-frame)
20341 (display-buffer-pop-up-window, display-buffer-use-some-window):
20342 Adapt symbol passed to display-buffer-record-window.
20343 * help.el (help-window-setup): Handle new format of quit-restore
20344 parameter.
20345
20346 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20347
20348 * faces.el (face-list): Fix docstring (bug#9564).
20349
20350 * window.el (display-buffer--action-function-custom-type):
20351 Don't include internal functions in the Custom interface.
20352
20353 2011-09-20 Juri Linkov <juri@jurta.org>
20354
20355 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
20356 (Info-forward-node, Info-backward-node, Info-next-preorder)
20357 (Info-last-preorder): Use it. (Bug#9528)
20358
20359 2011-09-20 Juri Linkov <juri@jurta.org>
20360
20361 * info.el (Info-last-preorder): Visit last menu item only when
20362 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
20363
20364 2011-09-20 Julien Danjou <julien@danjou.info>
20365
20366 * password-cache.el (password-cache-remove): Remove entries even if the
20367 value is nil, so that password with a nil value (negative caching) is
20368 possible to invalidate.
20369
20370 2011-09-20 Lawrence Mitchell <wence@gmx.li>
20371
20372 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
20373 all whitespace around breakpoint. (Bug#9553)
20374 (f90-find-breakpoint): Only break at whitespace inside a comment.
20375
20376 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20377
20378 * minibuffer.el (completion-file-name-table): Keep track of errors.
20379 (completion-table-with-predicate): Handle the case where pred1 is nil.
20380 * pcomplete.el (pcomplete-completions-at-point): Simplify.
20381
20382 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20383
20384 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
20385 (debugger-return-value): Signal an error if the debugging context does
20386 not await any return value.
20387
20388 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
20389 * image-mode.el (image-toggle-display-text)
20390 (image-toggle-display-image): Stay away from evil `intangible'.
20391
20392 2011-09-19 Leo Liu <sdl.web@gmail.com>
20393
20394 * replace.el (occur-revert-arguments): Make it permanent-local.
20395 (occur-mode): Don't call font-lock-defontify.
20396
20397 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
20398
20399 * net/ldap.el (ldap-search-internal): Don't push empty search
20400 result (Bug#9508).
20401
20402 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20403
20404 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
20405
20406 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
20407
20408 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
20409 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
20410
20411 2011-09-18 Juri Linkov <juri@jurta.org>
20412
20413 * buff-menu.el (Buffer-menu-mode-map):
20414 * dired.el (dired-mode-map):
20415 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
20416 (lisp-interaction-mode-map):
20417 * emacs-lisp/package.el (package-menu-mode-map):
20418 * epa.el (epa-key-list-mode-map):
20419 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
20420 (menu-bar-options-menu):
20421 * outline.el (outline-mode-menu-bar-map):
20422 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
20423 * vc/vc-dir.el (vc-dir-menu-map):
20424 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
20425 Capitalize non-function content words in menu item strings.
20426
20427 * dired.el (dired-mode-map): Add menu item for
20428 `image-dired-dired-toggle-marked-thumbs'.
20429
20430 2011-09-18 Juri Linkov <juri@jurta.org>
20431
20432 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
20433 to `isearch-case-fold-search' and restore its original value
20434 after the `isearch-mode' call.
20435
20436 2011-09-18 Juri Linkov <juri@jurta.org>
20437
20438 * progmodes/grep.el (grep-process-setup): Don't check code for 1
20439 because `zgrep' returns 1 for successful matches (bug#9226).
20440
20441 2011-09-18 Juri Linkov <juri@jurta.org>
20442
20443 * info.el (Info-extract-menu-node-name): Check the second match
20444 for empty string (second test-case of bug#9528).
20445 (Info-last-preorder): Let-bind `Info-history' to nil to not add
20446 intermediate nodes to the history (first test-case of bug#9528).
20447
20448 2011-09-18 Juri Linkov <juri@jurta.org>
20449
20450 * info.el (Info-mode-syntax-table): New variable.
20451 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
20452
20453 2011-09-18 Juri Linkov <juri@jurta.org>
20454
20455 * info.el (Info-file-supports-index-cookies):
20456 Increment line-beginning-position's arg from 3 to 4 because makeinfo
20457 outputs one more line for long file names (bug#4142).
20458
20459 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20460
20461 * newcomment.el (comment-normalize-vars): If prompting for
20462 comment-start, set comment-start-skip too (Bug#8424).
20463
20464 2011-09-18 Johan BockgĂ¥rd <bojohan@gnu.org>
20465
20466 * icomplete.el: Fix previous fix of Bug#5849.
20467 (icomplete-mode): Don't set completion-show-inline-help.
20468 (icomplete-minibuffer-setup): Set completion-show-inline-help
20469 locally during icompletion.
20470
20471 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20472
20473 * woman.el (woman2-process-escapes): Don't delete unrecognized
20474 escapes (Bug#7843).
20475
20476 * files.el (inhibit-first-line-modes-regexps): Add image files.
20477 (hack-local-variables-prop-line): Return nil for malformed
20478 prop-lines (Bug#9044).
20479
20480 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
20481
20482 * net/tramp.el (top): Don't require 'shell.
20483 (tramp-methods): Fix docstring.
20484 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
20485 Return complete remote file name. Handle "smb" case.
20486 Use `tramp-tmpdir', if defined for the respective method.
20487 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
20488
20489 * net/tramp-compat.el (top): Require 'shell.
20490
20491 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
20492 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
20493 `tramp-current-host'.
20494 (tramp-get-remote-tmpdir): Remove.
20495
20496 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
20497 `tramp-tmpdir' entries.
20498 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
20499 (tramp-smb-handle-file-attributes): Ignore errors.
20500 (tramp-smb-wait-for-output): Check also for process end.
20501
20502 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20503
20504 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
20505 when sending QUIT (bug#9312).
20506
20507 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
20508
20509 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
20510 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
20511 occur-mode-display-occurrence.
20512 (occur-edit-mode): Add usage message.
20513 (occur-cease-edit): New command.
20514 (occur-after-change-function): Use text properties to find the
20515 position of the prefix text.
20516 (occur-engine): Set stickiness of prefix text properties.
20517
20518 2011-09-17 Glenn Morris <rgm@gnu.org>
20519
20520 * progmodes/etags.el (complete-tag):
20521 Fix call to completion-in-region. (Bug#9526)
20522
20523 2011-09-17 Juri Linkov <juri@jurta.org>
20524
20525 * textmodes/ispell.el (ispell-word): Add to the error message
20526 the word, ispell program name and current dictionary (bug#9121).
20527 (ispell-tex-arg-end): Capitalize "error" in the error message.
20528
20529 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
20530
20531 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
20532 check. (Bug#4251)
20533
20534 2011-09-17 Juri Linkov <juri@jurta.org>
20535
20536 * window.el (window-safe-min-height, window-safe-min-width):
20537 Fix typos (followup to bug#9522).
20538
20539 2011-09-17 Sven Joachim <svenjoac@gmx.de>
20540
20541 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
20542
20543 2011-09-16 Eli Zaretskii <eliz@gnu.org>
20544
20545 * simple.el (line-move): If goal-column is set, move by logical
20546 lines, not by display lines. (Bug#971)
20547 (next-line, previous-line, goal-column, line-move-visual): Doc fix
20548 to reflect the above change.
20549
20550 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
20551
20552 * image.el (imagemagick-register-types): Use regexp-opt.
20553
20554 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20555
20556 * window.el (display-buffer-base-action): Rename from
20557 display-buffer-default-action. Make default value empty.
20558 (display-buffer-overriding-action): Convert to defvar.
20559 (display-buffer-fallback-action): New var.
20560
20561 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20562
20563 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
20564 declaration.
20565 (package--add-to-archive-contents): If there is a duplicate entry
20566 with an older version, remove it.
20567 (package-menu-mark-delete, package-menu-mark-install)
20568 (package-menu-mark-unmark): Make unused args optional.
20569 (package-menu-mark-obsolete-for-deletion):
20570 Use package-menu-get-status instead of a regexp search.
20571 (package-menu-get-status): Use tabulated-list-entry.
20572 (package-menu-mark-upgrades): New command.
20573 (package-menu-mode-map): Bind it to U. Add it to menu bar.
20574 (package-menu-execute): Do installation before deletion.
20575 (package-menu-refresh, package-menu-execute): Use derived-mode-p
20576 instead of checking major-mode.
20577 (package-menu--find-upgrades): New function.
20578
20579 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20580
20581 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
20582 passwords in the log buffer.
20583 (smtpmail-process-filter): Update the process marker so that the
20584 "broken by peer" status message is inserted in the right place.
20585
20586 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
20587
20588 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
20589 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
20590 bibtex-completion-at-point-function.
20591 (bibtex-completion-at-point-function): Use them.
20592
20593 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
20594
20595 * mpc.el (mpc-constraints-tag-lookup): New function.
20596 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
20597 also to browser "album|playlist".
20598
20599 2011-09-14 Juri Linkov <juri@jurta.org>
20600
20601 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
20602 (isearch-edit-string): Use length of `isearch-string' when
20603 `isearch-fail-pos' returns nil.
20604 (isearch-message): Remove duplicate code and call
20605 `isearch-fail-pos' with arg `t'.
20606
20607 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
20608
20609 * replace.el (occur-mode-goto-occurrence): Don't force using other
20610 window (Bug#9499).
20611
20612 * dired-aux.el (dired-do-chmod): Don't provide initial input.
20613
20614 2011-09-14 Martin Rudalics <rudalics@gmx.at>
20615
20616 * window.el (display-buffer-window): Remove.
20617 (display-buffer-record-window): Use help-setup window parameter
20618 instead of variable display-buffer-window.
20619 (display-buffer-function, special-display-buffer-names)
20620 (special-display-function): Mention help-setup parameter instead
20621 of display-buffer-window in doc-string.
20622 * help.el (help-window-setup): New argument help-window.
20623 Use help-window-setup parameter instead of display-buffer-window.
20624 Reword some messages.
20625 (with-help-window): Pass window used for displaying the buffer
20626 to help-window-setup. Don't set display-buffer-window.
20627
20628 2011-09-13 Glenn Morris <rgm@gnu.org>
20629
20630 * emacs-lisp/debug.el (debugger-make-xrefs):
20631 Preserve point. (Bug#9462)
20632
20633 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20634
20635 * window.el (window-deletable-p): Use next-frame.
20636
20637 2011-09-13 Martin Rudalics <rudalics@gmx.at>
20638
20639 * window.el (window-auto-delete): Remove.
20640 (window-deletable-p): Remove argument FORCE. Don't deal with
20641 dedication and previous buffers.
20642 (switch-to-prev-buffer): Don't delete window.
20643 (delete-windows-on): Delete a window's frame if and only if the
20644 window is dedicated.
20645 (replace-buffer-in-windows): Delete buffer's window or frame if
20646 and only if window is dedicated.
20647 (quit-window): Handle quit-restore as before last change.
20648 (bury-buffer): Delete window only if window-deletable-p returns t.
20649
20650 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20651
20652 * window.el (window-deletable-p): Never delete the last frame on a
20653 given terminal.
20654
20655 2011-09-13 Glenn Morris <rgm@gnu.org>
20656
20657 * help.el (describe-key-briefly): Copy previous standard-output change.
20658
20659 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
20660
20661 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
20662
20663 2011-09-13 Glenn Morris <rgm@gnu.org>
20664
20665 * emacs-lisp/lisp-mode.el (lisp-indent-function):
20666 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
20667
20668 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
20669
20670 * dired-aux.el (dired-mark-read-string): Don't return default
20671 value on empty input (Bug#9361).
20672 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
20673 Omit initial minibuffer contents.
20674 (dired-do-chmod): Signal an error on empty input.
20675 (dired-mark-read-string): Don't return default on empty input.
20676
20677 * files.el (file-modes-symbolic-to-number): Doc fix.
20678
20679 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20680
20681 * international/mule-cmds.el (ucs-completions): Remove.
20682 (read-char-by-name): Use complete-with-action instead; add metadata.
20683
20684 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
20685
20686 * window.el (display-buffer--action-function-custom-type)
20687 (display-buffer--action-custom-type): New vars.
20688 (display-buffer-alist, display-buffer-default-action)
20689 (display-buffer-overriding-action): Add defcustom types.
20690
20691 * frame.el (delete-other-frames): Doc fix (Bug#276).
20692
20693 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20694
20695 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
20696
20697 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
20698
20699 Change modes that used same-window-* vars to use switch-to-buffer.
20700
20701 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
20702 Use switch-to-buffer.
20703
20704 * cus-edit.el (customize-group, custom-buffer-create)
20705 (customize-browse, custom-buffer-create-other-window):
20706 Use switch-to-buffer or switch-to-buffer-other-window.
20707
20708 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
20709 (Info-prev, Info-up, Info-speedbar-goto-node)
20710 (info-display-manual): Use switch-to-buffer.
20711 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
20712
20713 * mail/sendmail.el (mail): Use switch-to-buffer.
20714 (mail-recover): Use switch-to-buffer-other-window.
20715
20716 * cmuscheme.el (run-scheme, switch-to-scheme):
20717 * ielm.el (ielm):
20718 * shell.el (shell):
20719 * net/rlogin.el (rlogin):
20720 * net/telnet.el (telnet, rsh):
20721 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
20722
20723 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
20724
20725 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
20726
20727 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20728
20729 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
20730 so don't mention it (bug#9301).
20731 (dired-sort-toggle-or-edit): Clarify string further.
20732
20733 * faces.el (face-spec-set-match-display): Make `(type graphic)'
20734 match `x', `w32' and `ns', like the manual says (bug#9029).
20735
20736 * subr.el (eval-after-load): Doc string clarification (bug#9125).
20737 (process-kill-buffer-query-function): Mention the buffer name in
20738 the query.
20739
20740 * image-mode.el (image-next-line): The line parameter is mandatory
20741 (bug#9258).
20742
20743 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
20744 which can be useful (bug#9301).
20745
20746 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
20747
20748 * subr.el (match-string): Mention that the current buffer should
20749 be the same as the search was done in (bug#9282).
20750
20751 * facemenu.el: Disable the remove-* commands if the mark isn't
20752 active (bug#9162).
20753
20754 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
20755
20756 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
20757 of display-buffer.
20758 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
20759
20760 * replace.el (occur-mode-goto-occurrence)
20761 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
20762 and display-buffer.
20763
20764 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
20765 display-buffer.
20766
20767 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
20768 special-display and same-window variables.
20769 (mail-other-window): Use switch-to-buffer-other-window.
20770 (mail-other-frame): USe switch-to-buffer-other-frame.
20771
20772 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
20773 Use display-buffer-other-frame.
20774 (gdb-display-gdb-buffer): Use pop-to-buffer.
20775
20776 * progmodes/gud.el (gud-goto-info): Use info-other-window.
20777
20778 * progmodes/python.el: Don't set same-window-buffer-names.
20779
20780 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
20781
20782 * window.el (display-buffer-alist): Add *Python*.
20783
20784 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
20785
20786 * window.el (display-buffer-alist): Add entry for buffers
20787 previously handled same-window-*.
20788 (display-buffer-alist, display-buffer-default-action)
20789 (display-buffer-overriding-action): Mark as risky.
20790 (display-buffer-alist): Document action function changes.
20791 (display-buffer--same-window-action)
20792 (display-buffer--other-frame-action): New variables.
20793 (switch-to-buffer, display-buffer-other-frame): Use them.
20794 (display-buffer): Rename reuse-frame entry to reusable-frames.
20795 (display-buffer-reuse-selected-window): Function deleted.
20796 (display-buffer-reuse-window): Handle reusable-frames alist entry.
20797 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
20798 (display-buffer-special): New function.
20799 (display-buffer--maybe-pop-up-frame-or-window): Rename from
20800 display-buffer-reuse-or-pop-window. Split off special-display
20801 part into display-buffer-special.
20802 (display-buffer-use-some-window): Don't perform any special
20803 pop-up-frames handling.
20804 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
20805 (display-buffer--maybe-same-window): Rename from
20806 display-buffer-maybe-same-window.
20807
20808 * info.el: Don't set same-window-regexps.
20809 (info-setup): New function.
20810 (info-other-window, info): Call it.
20811
20812 * cus-edit.el: Don't set same-window-regexps.
20813 (customize-group): New argument.
20814 (customize-group-other-window): Use it.
20815 (customize-face, customize-face-other-window): Likewise.
20816 (custom-buffer-create-other-window): Use pop-to-buffer directly.
20817
20818 * net/rlogin.el:
20819 * net/telnet.el:
20820 * progmodes/gud.el: Don't set same-window-regexps.
20821
20822 * cmuscheme.el:
20823 * ielm.el:
20824 * shell.el:
20825 * mail/sendmail.el:
20826 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
20827
20828 2011-09-10 Juri Linkov <juri@jurta.org>
20829
20830 * isearch.el (isearch-edit-string): Remove obsolete mention of
20831 `C-w' (`isearch-yank-word-or-char') from docstring.
20832 (isearch-query-replace): Fix typo in docstring (bug#9466).
20833
20834 2011-09-10 Juri Linkov <juri@jurta.org>
20835
20836 * paren.el (show-paren-function): Don't show escaped parens.
20837 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
20838
20839 2011-09-10 Eli Zaretskii <eliz@gnu.org>
20840
20841 * mail/sendmail.el (mml-to-mime, mml-attach-file)
20842 (mm-default-file-encoding): Remove autoload forms, they are
20843 replaced with autoload cookies in mml.el and mm-encode.el.
20844 (mail-add-attachment): New command.
20845 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
20846 (mail-mode): Mention mail-insert-file and mail-add-attachment in
20847 the doc string.
20848 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
20849
20850 2011-09-10 Reuben Thomas <rrt@sc3d.org>
20851
20852 * simple.el (count-words-region): Use buffer if there's no region
20853 (bug#9429).
20854
20855 2011-09-09 Juri Linkov <juri@jurta.org>
20856
20857 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
20858 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
20859 (wdired-isearch-filter-read-only): New function. (Bug#6362)
20860
20861 2011-09-09 Alan Mackenzie <acm@muc.de>
20862
20863 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
20864 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
20865
20866 2011-09-09 Eli Zaretskii <eliz@gnu.org>
20867
20868 Fix for Savannah bug#9392.
20869 * simple.el (mail-encode-mml): New defvar.
20870
20871 * mail/rmail.el (mail-encode-mml): Add a defvar.
20872 (rmail-enable-mime-composing): Default to t.
20873 (rmail-forward): Use MIME method of forwarding only if both
20874 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
20875 Set mail-encode-mml non-nil if the MIME method was used.
20876
20877 * mail/sendmail.el (mml-to-mime): Add autoload form.
20878 (mail-encode-mml): Add a defvar.
20879 (mail-mode): Make mail-encode-mml buffer-local and initialize it
20880 to nil.
20881 (mail-send): If mail-encode-mml is non-nil, run the outgoing
20882 message through mml-to-mime, and reset mail-encode-mml to nil.
20883
20884 2011-09-09 Glenn Morris <rgm@gnu.org>
20885
20886 * woman.el (woman-if-body): When processing an .el block,
20887 do not delete the next .el block as well. (Bug#9447)
20888 (woman-special-characters): Add oq, cq, and hy characters.
20889
20890 2011-09-08 Martin Rudalics <rudalics@gmx.at>
20891
20892 * window.el (window-deletable-p): Make sure window is live before
20893 invoking window-prev-buffers.
20894
20895 2011-09-08 Leo Liu <sdl.web@gmail.com>
20896
20897 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
20898
20899 2011-09-08 Juri Linkov <juri@jurta.org>
20900
20901 * progmodes/compile.el (compilation-environment): Make it
20902 a defcustom (bug#8340).
20903
20904 2011-09-08 Martin Rudalics <rudalics@gmx.at>
20905
20906 * window.el (frame-auto-delete): Rename to window-auto-delete.
20907 Make it control auto-deletion of windows and/or frames.
20908 (window-deletable-p): New argument FORCE. Rewrite conditions
20909 for deleting window/frame. (Bug#9419)
20910 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
20911 Rewrite handling of case when window/frame can be deleted.
20912 (delete-windows-on): Call window-deletable-p with new FORCE
20913 argument t. (Bug#9456)
20914
20915 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
20916
20917 * help-mode.el (help-mode): Restore autoload.
20918
20919 2011-09-07 Juri Linkov <juri@jurta.org>
20920
20921 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
20922 `compilation-environment'. Set buffer-local
20923 `compilation-environment' to `thisenv' later after (funcall mode).
20924 (Bug#8340)
20925
20926 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
20927 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
20928 instead of replacing its value. (Bug#8340)
20929
20930 2011-09-07 Juri Linkov <juri@jurta.org>
20931
20932 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
20933 based on text properties put by `grep-filter' instead of matching
20934 escape sequences.
20935 (grep-mode): Set buffer-local `compilation-error-screen-columns'
20936 to the value of `grep-error-screen-columns' (bug#9438).
20937
20938 2011-09-07 Juri Linkov <juri@jurta.org>
20939
20940 * simple.el (next-error-highlight, next-error-highlight-no-select):
20941 Doc fix (bug#9432).
20942
20943 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
20944
20945 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20946 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
20947
20948 2011-09-07 Leo Liu <sdl.web@gmail.com>
20949
20950 * net/rcirc.el (rcirc-mode): Conditionally initialize
20951 rcirc-input-ring.
20952
20953 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20954
20955 * emacs-lisp/find-func.el (find-function-C-source): Only set
20956 find-function-C-source-directory after checking that we found a source
20957 file there (bug#9440).
20958
20959 2011-09-06 Alan Mackenzie <acm@muc.de>
20960
20961 * isearch.el (isearch-other-meta-char): Wherever a key list is
20962 unread, "unread" the prefix arg, too. This fixes bug #8901.
20963
20964 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
20965
20966 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
20967
20968 2011-09-05 Juri Linkov <juri@jurta.org>
20969
20970 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
20971
20972 2011-09-05 Juri Linkov <juri@jurta.org>
20973
20974 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
20975 keeping point where processing of grep matches begins, and
20976 continue to delete remaining escape sequences from the same point.
20977 (grep-filter): Make leading zero optional in "0?1;31m" because
20978 git-grep emits "\033[1;31m" escape sequences unlike expected
20979 "\033[01;31m" as GNU Grep does (bug#9408).
20980 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
20981
20982 2011-09-05 Juri Linkov <juri@jurta.org>
20983
20984 * subr.el (y-or-n-p): Capitalize "yes".
20985
20986 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
20987
20988 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
20989 `tramp-cache-unload-hook' where appropriate.
20990 (tramp-methods): Rename `tramp-remote-sh' to
20991 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
20992 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
20993
20994 * net/tramp-sh.el (top): Don't require 'shell.
20995 (tramp-methods): Add `tramp-remote-shell' and
20996 `tramp-remote-shell-args' entries.
20997 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
20998 (tramp-sh-handle-shell-command): Remove.
20999 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21000 Use `tramp-remote-shell'.
21001
21002 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
21003
21004 * mail/sendmail.el (sendmail-query-once-function): Delete.
21005 (sendmail-query-once): Save directly to send-mail-function.
21006 Update message-send-mail-function too.
21007
21008 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
21009
21010 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21011
21012 * progmodes/python.el (python-mode-map): Use correct function to
21013 start python interpreter from menu-bar (as reported by Geert
21014 Kloosterman).
21015 (inferior-python-mode-map): Fix typo.
21016 (python-shell-map): Remove.
21017
21018 2011-09-03 Deniz Dogan <deniz@dogan.se>
21019
21020 * net/rcirc.el (rcirc-print): Simplify code for
21021 rcirc-scroll-show-maximum-output. There is no need to walk
21022 through all windows to find the right one.
21023
21024 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21025
21026 * help.el (help-return-method): Doc fix.
21027
21028 2011-09-03 Martin Rudalics <rudalics@gmx.at>
21029
21030 * window.el (window-deletable-p): Don't return a non-nil value
21031 when there's a buffer that was shown in the window before.
21032 (Bug#9419)
21033 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
21034 Set window's previous buffers to nil.
21035
21036 2011-09-03 Eli Zaretskii <eliz@gnu.org>
21037
21038 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
21039 newline before and after the tag line, so it doesn't interfere
21040 with determining the paragraph direction of bidirectional text.
21041
21042 2011-09-03 Leo Liu <sdl.web@gmail.com>
21043
21044 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
21045
21046 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21047
21048 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
21049 (pop-to-buffer): Change interactive spec. Pass second argument
21050 directly to display-buffer.
21051 (display-buffer): Fix interactive spec. Use functionp to
21052 distinguish between a function and a list of functions.
21053
21054 * abbrev.el (edit-abbrevs):
21055 * arc-mode.el (archive-extract):
21056 * autoinsert.el (auto-insert):
21057 * bookmark.el (bookmark-bmenu-list):
21058 * files.el (find-file):
21059 * view.el (view-buffer):
21060 * progmodes/compile.el (compilation-goto-locus):
21061 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
21062
21063 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21064
21065 * window.el (display-buffer-alist): Doc fix.
21066 (display-buffer): Add docstring. Don't treat
21067 display-buffer-default specially.
21068 (display-buffer-reuse-selected-window)
21069 (display-buffer-same-window, display-buffer-maybe-same-window)
21070 (display-buffer-reuse-window, display-buffer-pop-up-frame)
21071 (display-buffer-pop-up-window)
21072 (display-buffer-reuse-or-pop-window)
21073 (display-buffer-use-some-window): New functions.
21074 (display-buffer-default-action): Use them.
21075 (display-buffer-default): Delete.
21076 (pop-to-buffer-1): Fix choice of actions.
21077
21078 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21079
21080 * minibuffer.el (completion--insert-strings): Don't get confused by
21081 completion entries that end with an LF char.
21082
21083 2011-09-01 Eli Zaretskii <eliz@gnu.org>
21084
21085 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
21086
21087 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
21088
21089 * window.el (display-buffer): Restore interactive spec.
21090 (display-buffer-same-window, display-buffer-other-window):
21091 New functions.
21092 (pop-to-buffer-1): New function. Use the above.
21093 (pop-to-buffer, pop-to-buffer-same-window): Use it.
21094 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
21095
21096 * view.el (view-buffer-other-window, view-buffer-other-frame):
21097 Just use pop-to-buffer.
21098
21099 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
21100
21101 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
21102
21103 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
21104
21105 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
21106
21107 2011-08-31 Richard Stallman <rms@gnu.org>
21108
21109 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
21110 of the separation of rmail-view-buffer from rmail-buffer.
21111 If you say no to "replace original", the decrypt is in the
21112 view buffer. If you say yes, the decrypt goes into the
21113 rmail buffer also.
21114
21115 2011-08-31 Martin Rudalics <rudalics@gmx.at>
21116
21117 * window.el (display-buffer-window): Rewrite doc-string.
21118 (display-buffer-record-window): New function.
21119 (display-buffer-macro-specifiers)
21120 (display-buffer-even-window-sizes, display-buffer-set-height)
21121 (display-buffer-set-width, display-buffer-in-window)
21122 (display-buffer-reuse-window, display-buffer-split-specifiers)
21123 (display-buffer-side-specifiers, display-buffer-split-window-1)
21124 (display-buffer-split-window, display-buffer-split-atom-window)
21125 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21126 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
21127 (display-buffer-other-window-means-other-frame)
21128 (display-buffer-normalize-special)
21129 (display-buffer-normalize-default)
21130 (display-buffer-normalize-argument)
21131 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
21132 (display-buffer-normalize-specifiers, display-buffer-frame)
21133 (display-buffer-same-window, display-buffer-same-frame)
21134 (display-buffer-other-window)
21135 (display-buffer-same-frame-other-window)
21136 (display-buffer-other-frame, pop-to-buffer-same-window)
21137 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
21138 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
21139 (switch-to-buffer-same-frame)
21140 (switch-to-buffer-other-window-same-frame)
21141 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
21142 (display-buffer-alist-set-1, display-buffer-alist-set-2)
21143 (display-buffer-alist-set): Remove.
21144 (display-buffer-function, special-display-buffer-names)
21145 (special-display-regexps, special-display-function):
21146 In doc-string refer to display-buffer-window and quit-restore
21147 parameter.
21148 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
21149 (special-display-frame-alist, special-display-popup-frame)
21150 (same-window-buffer-names, same-window-regexps, same-window-p)
21151 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21152 (split-window-preferred-function, split-height-threshold)
21153 (split-width-threshold, window-splittable-p)
21154 (split-window-sensibly, window--try-to-split-window)
21155 (window--frame-usable-p, even-window-heights)
21156 (window--even-window-heights, window--display-buffer-1)
21157 (window--display-buffer-2, display-buffer-other-frame):
21158 Restore old Emacs 23 code, order and doc-strings where applicable.
21159 (display-buffer-default, display-buffer-assq-regexp): New functions.
21160 (display-buffer-alist): Rewrite doc-string.
21161 (display-buffer-default-action)
21162 (display-buffer-overriding-action): New variables.
21163 (display-buffer, switch-to-buffer): Rewrite.
21164 (pop-to-buffer): Restore Emacs 23 behavior but use
21165 window-normalize-buffer-to-display.
21166 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
21167 Restore Emacs 23 behavior but use
21168 window-normalize-buffer-to-switch-to.
21169 (pop-to-buffer-same-window): Rewrite.
21170 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
21171 Rewrite using Emacs 23 options.
21172
21173 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
21174
21175 * net/tramp.el (tramp-root-regexp): Remove.
21176 (tramp-completion-file-name-regexp-unified)
21177 (tramp-completion-file-name-regexp-separate)
21178 (tramp-completion-file-name-regexp-url): Don't use leading volume
21179 letter on w32 systems. (Bug#5303, Bug#9311)
21180 (tramp-drop-volume-letter): Simplify definition.
21181 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21182
21183 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21184
21185 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
21186 (bug#9356).
21187
21188 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
21189
21190 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
21191
21192 2011-08-29 Juri Linkov <juri@jurta.org>
21193
21194 * isearch.el (isearch-done): Don't display message "Mark saved"
21195 when arg `edit' is non-nil to prevent its flicker in the echo area.
21196
21197 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21198
21199 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
21200 obsolete packages for deletion.
21201
21202 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
21203
21204 * help-mode.el (help-mode-map): Add special-mode-map to parent.
21205 (help-mode): Derive help-mode from special-mode. Don't invoke
21206 view-mode from help-mode.
21207 (help-xref-override-view-map): Remove.
21208 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
21209 view-mode is not used anymore.
21210
21211 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21212
21213 * server.el (server-port): Doc fix.
21214
21215 * cus-theme.el (custom-theme-choose-mode): Inherit from
21216 special-mode (Bug#9124).
21217 (custom-theme-choose-mode-map): Add special-mode to parent.
21218
21219 2011-08-28 Alan Mackenzie <acm@muc.de>
21220
21221 * progmodes/cc-fonts.el
21222 (c-make-font-lock-BO-decl-search-function): New function.
21223 (c-basic-matchers-after - "Fontify the clauses after various
21224 keywords"): Extract the three keyword lists for the 3 erroneous
21225 constructs from the list of four, and use the new function above
21226 in place of an old one.
21227
21228 2011-08-28 Deniz Dogan <deniz@dogan.se>
21229
21230 * net/rcirc.el (rcirc-insert-prev-input)
21231 (rcirc-insert-next-input): Remove unused argument.
21232
21233 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
21234
21235 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
21236
21237 2011-08-27 Alan Mackenzie <acm@muc.de>
21238
21239 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
21240 handle function pointer parameters properly.
21241
21242 2011-08-27 Martin Rudalics <rudalics@gmx.at>
21243
21244 * window.el (display-buffer-reuse-window): Fix case where
21245 selected window was reused with non-nil OTHER-WINDOW argument.
21246 (Bug#9381)
21247
21248 2011-08-27 Deniz Dogan <deniz@dogan.se>
21249
21250 * net/rcirc.el (rcirc-check-auth-status): Adding support for
21251 oftc's NickServ messages.
21252
21253 2011-08-27 Glenn Morris <rgm@gnu.org>
21254
21255 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
21256
21257 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
21258
21259 * emacs-lisp/package.el (package-install): Call package-initialize
21260 if called interactively.
21261
21262 2011-08-26 Leo Liu <sdl.web@gmail.com>
21263
21264 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
21265
21266 2011-08-25 Juri Linkov <juri@jurta.org>
21267
21268 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
21269 `search-whitespace-regexp' (bug#9364).
21270
21271 2011-08-25 Juri Linkov <juri@jurta.org>
21272
21273 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
21274 `regexp-search-ring' to their global values to protect from
21275 updating by `read-from-minibuffer' (bug#9185).
21276
21277 2011-08-25 Juri Linkov <juri@jurta.org>
21278
21279 * textmodes/ispell.el (ispell-command-loop): Add newline
21280 at the end of the "Use option `i'..." line.
21281
21282 2011-08-25 Juri Linkov <juri@jurta.org>
21283
21284 * battery.el (display-battery-mode): If `battery-status-function'
21285 or `battery-mode-line-format' is nil, display the message and set
21286 `display-battery-mode' to nil (bug#9363).
21287
21288 2011-08-25 Eli Zaretskii <eliz@gnu.org>
21289
21290 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
21291 bidi-string-mark-left-to-right; they are unnecessary now.
21292
21293 2011-08-25 Deniz Dogan <deniz@dogan.se>
21294
21295 * net/quickurl.el: Documentation typo fixes.
21296
21297 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
21298
21299 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
21300
21301 2011-08-25 Glenn Morris <rgm@gnu.org>
21302
21303 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21304
21305 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
21306 (smtpmail-via-smtp): Handle nil response from smtp.
21307
21308 2011-08-24 Juri Linkov <juri@jurta.org>
21309
21310 * proced.el (proced-marked): Inherit from `error' instead of
21311 `font-lock-warning-face'.
21312
21313 * ibuffer.el (ibuffer-marked-face): Change default face from
21314 `font-lock-warning-face' to `warning'.
21315 (ibuffer-deletion-face): Change default face from
21316 `font-lock-type-face' to `error'.
21317
21318 * battery.el (battery-update): Use the face `error' instead of
21319 `font-lock-warning-face' (bug#6117).
21320
21321 2011-08-24 Juri Linkov <juri@jurta.org>
21322
21323 * faces.el (success): Change face color from "Green3" to
21324 "ForestGreen" on light background (bug#9353).
21325
21326 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
21327
21328 * window.el (quit-window): Rename from quit-restore-window.
21329 Use same arglist as old quit-window.
21330 (frame-auto-delete): Doc fix.
21331
21332 * view.el (view-mode-exit): Use quit-window.
21333
21334 2011-08-24 Juri Linkov <juri@jurta.org>
21335
21336 * isearch.el (isearch-ring-adjust1): Start visiting previous
21337 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
21338 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
21339 for empty search string (when the last search string is reused
21340 automatically) to adjust the isearch ring to the last element and
21341 prepare the correct index for further M-p commands (bug#9185).
21342
21343 2011-08-24 Kenichi Handa <handa@m17n.org>
21344
21345 * international/ucs-normalize.el: If decomposition property of
21346 CHAR is the default one (i.e. a list of CHAR itself), treat it as
21347 nil.
21348 (nfd, nfkd): Likewise.
21349
21350 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21351
21352 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
21353 from process filters aren't reliably transmitted to the surrounding
21354 accept-process-output.
21355 (mpc-proc-check): New function.
21356 (mpc-proc-sync): Use it (bug#8293)
21357
21358 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21359
21360 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
21361 Add compatibility functions (bug#9313).
21362
21363 2011-08-23 Eli Zaretskii <eliz@gnu.org>
21364
21365 * cus-start.el (all): Add entry for bidi-paragraph-direction.
21366
21367 * international/uni-bidi.el: Regenerate.
21368
21369 2011-08-23 Kenichi Handa <handa@m17n.org>
21370
21371 * international/charprop.el:
21372 * international/uni-bidi.el:
21373 * international/uni-category.el:
21374 * international/uni-combining.el:
21375 * international/uni-comment.el:
21376 * international/uni-decimal.el:
21377 * international/uni-decomposition.el:
21378 * international/uni-digit.el:
21379 * international/uni-lowercase.el:
21380 * international/uni-mirrored.el:
21381 * international/uni-name.el:
21382 * international/uni-numeric.el:
21383 * international/uni-old-name.el:
21384 * international/uni-titlecase.el:
21385 * international/uni-uppercase.el: Regenerate.
21386
21387 2011-08-23 Martin Rudalics <rudalics@gmx.at>
21388
21389 * help.el (help-window-setup): Fix message displayed when other
21390 window is reused. (Bug#9341)
21391
21392 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21393
21394 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
21395 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
21396
21397 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
21398 Mark obsolete.
21399 * shell.el (shell-parse-pcomplete-arguments): New function.
21400 (shell-completion-vars): Use it instead (bug#9160).
21401
21402 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21403
21404 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
21405 strings and comments (bug#9333).
21406
21407 * emacs-lisp/debug.el (debug-arglist): New function.
21408 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
21409 (debug-on-entry-1): Handle interpreted closures (bug#9120).
21410
21411 2011-08-22 Juri Linkov <juri@jurta.org>
21412
21413 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21414 Revert regexp that highlights output switches to its old
21415 pre-2010-10-28 value and remove one `?' from it (bug#9319).
21416
21417 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
21418 to check for empty output (bug#9226).
21419
21420 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
21421
21422 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
21423 symbol-constituent as the default, as that stops font-lock from
21424 working properly (Bug#8843).
21425
21426 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21427
21428 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
21429 `coding-system-for-*' around the process open call to avoid
21430 auth-source side effects.
21431 (smtpmail-try-auth-methods): Expand the secret password.
21432 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
21433 probe hangs.
21434
21435 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21436
21437 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
21438
21439 * emacs-lisp/find-func.el (find-function-noselect): New arg
21440 lisp-only.
21441
21442 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
21443 signal an error for built-in functions (Bug#6664).
21444
21445 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21446
21447 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
21448 (smtpmail-try-auth-methods): Use it.
21449
21450 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21451
21452 * font-lock.el (font-lock-fontify-region)
21453 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
21454 (font-lock-default-unfontify-buffer)
21455 (font-lock-default-fontify-region)
21456 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
21457
21458 * progmodes/compile.el (compilation-error-properties):
21459 Fix confusion between file struct and message struct (Bug#9319).
21460 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
21461 `ant' regexp.
21462
21463 * net/browse-url.el (browse-url-firefox): Don't call
21464 browse-url-firefox-sentinel unless using -remote (Bug#9328).
21465
21466 2011-08-20 Glenn Morris <rgm@gnu.org>
21467
21468 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
21469
21470 * tutorial.el (tutorial--default-keys): Update some default bindings.
21471
21472 * files.el (hack-local-variables): Fully ignore case for "mode:".
21473
21474 2011-08-20 Alan Mackenzie <acm@muc.de>
21475
21476 Resolve invalid use of a regexp in regexp-opt.
21477
21478 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
21479 detection for a java annotation.
21480
21481 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
21482 detection for a java annotation.
21483
21484 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
21485 handling for java.
21486 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
21487
21488 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
21489
21490 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
21491 (Bug#9274).
21492
21493 2011-08-20 Alan Mackenzie <acm@muc.de>
21494
21495 Fontify CPP expressions correctly when starting in the middle of
21496 such a construct. Mainly for when jit-lock etc. starts a chunk
21497 here.
21498
21499 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
21500 variable.
21501 (c-make-font-lock-search-form): New function, extracted from
21502 c-make-font-lock-search-function.
21503 (c-make-font-lock-search-function): Use the above function.
21504 (c-make-font-lock-context-search-function): New function.
21505 (c-cpp-matchers): Enhance the preprocessor expression case with
21506 the above function
21507 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
21508 which takes an expression.
21509
21510 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
21511
21512 2011-08-20 Martin Rudalics <rudalics@gmx.at>
21513
21514 * window.el (display-buffer-reuse-window)
21515 (display-buffer-pop-up-window): Don't reuse or split a side
21516 window.
21517
21518 2011-08-19 Glenn Morris <rgm@gnu.org>
21519
21520 * files.el (hack-local-variables-prop-line, hack-local-variables):
21521 Downcase "Mode:". (Bug#9331)
21522
21523 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
21524
21525 * international/characters.el: Add L and R categories.
21526
21527 * subr.el (bidi-string-mark-left-to-right): Rename from
21528 string-mark-left-to-right. Use category search.
21529
21530 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
21531
21532 2011-08-18 Juri Linkov <juri@jurta.org>
21533
21534 * faces.el (error, warning, success): New faces with definitions
21535 copied from old default values of `font-lock-warning-face',
21536 `compilation-warning', `compilation-info' (bug#6117).
21537
21538 * font-lock.el (font-lock-warning-face): Inherit from `error'.
21539
21540 * progmodes/compile.el (compilation-error): Inherit from `error'.
21541 (compilation-warning): Inherit from `warning'.
21542 (compilation-info): Inherit from `success'.
21543
21544 * dired.el (dired-marked): Inherit from `warning'.
21545 (dired-flagged): Inherit from `error'.
21546
21547 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21548
21549 * mail/smtpmail.el (auth-source): Require to avoid problems with
21550 binding variables (bug#9298). Also clean up some unused
21551 autoloads.
21552
21553 * net/network-stream.el (network-stream-open-starttls):
21554 Support using starttls.el without using gnutls-cli.
21555
21556 2011-08-17 Juri Linkov <juri@jurta.org>
21557
21558 * progmodes/grep.el (rgrep): Handle the case when
21559 `grep-find-command' is a cons cell (bug#9278).
21560
21561 2011-08-17 Martin Rudalics <rudalics@gmx.at>
21562
21563 * window.el (display-buffer-pop-up-frame): Run frame creation
21564 function with BUFFER current (as special-display-popup-frame
21565 does). Reported by Drew Adams.
21566
21567 2011-08-17 Daiki Ueno <ueno@unixuser.org>
21568
21569 * epa-mail.el: Simplify GnuPG group expansion using
21570 epg-expand-group.
21571 (epa-mail-group-alist, epa-mail-group-modtime)
21572 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
21573 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
21574 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
21575 Remove.
21576
21577 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
21578
21579 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
21580
21581 2011-08-16 Alan Mackenzie <acm@muc.de>
21582
21583 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
21584 Correct, to avoid the inside of macros.
21585
21586 2011-08-16 Richard Stallman <rms@gnu.org>
21587
21588 * epa-mail.el: Handle GnuPG group definitions.
21589 (epa-mail-group-alist, epa-mail-group-modtime)
21590 (epa-mail-gnupg-conf-file): New variables.
21591 (epa-mail-parse-groups, epa-mail-sync-groups)
21592 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
21593 (epa-mail-expand-recipients): New functions.
21594 (epa-mail-encrypt): Call epa-mail-expand-recipients.
21595
21596 * mail/rmail.el (rmail-epa-decrypt): New command.
21597
21598 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
21599 Don't bind buffer-read-only, just inhibit-read-only.
21600 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
21601 (epa-decrypt-armor-in-region): Make error message clearer.
21602
21603 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
21604
21605 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
21606 and "a2b" to "ab" for `prefix'.
21607
21608 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
21609
21610 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
21611 filter groups.
21612 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
21613 Fourquet (Bug#8804).
21614
21615 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
21616
21617 * startup.el (argi): Declare as global variable (bug#9275).
21618
21619 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
21620
21621 * subr.el (string-mark-left-to-right): Search the entire string
21622 for RTL script, not just the terminating character. Doc fix.
21623
21624 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
21625
21626 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
21627 New function.
21628 (js--regexp-literal, js-syntax-propertize-function): Remove.
21629 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
21630 (js-mode-map): Don't rebind electric keys.
21631 (js-insert-and-indent): Remove.
21632 (js-mode): Setup electric-layout and electric-indent instead.
21633
21634 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
21635
21636 2011-08-12 Daiki Ueno <ueno@unixuser.org>
21637
21638 * epa.el (epa-progress-callback-function): Fix the logic of
21639 displaying progress.
21640 * epa-file.el (epa-file-insert-file-contents): Make progress
21641 display more user-friendly.
21642 (epa-file-write-region): Ditto.
21643
21644 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
21645
21646 * subr.el (string-mark-left-to-right): New function.
21647
21648 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
21649 Use string-mark-left-to-right.
21650 (list-buffers-noselect): Caller changed.
21651
21652 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21653 Use string-mark-left-to-right.
21654 (tabulated-list-print): Recenter after moving point.
21655
21656 2011-08-10 Juri Linkov <juri@jurta.org>
21657
21658 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
21659 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
21660 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
21661
21662 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
21663
21664 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
21665 (Bug#7554).
21666
21667 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
21668
21669 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
21670 character. (Bug#6594)
21671
21672 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
21673
21674 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
21675 (image-dired--with-db-file): New macro.
21676 (image-dired-write-tags, image-dired-remove-tag)
21677 (image-dired-create-gallery-lists, image-dired-write-comments)
21678 (image-dired-get-comment, image-dired-mark-tagged-files)
21679 (image-dired-list-tags, image-dired-gallery-generate): Use it.
21680 (image-dired-gallery-generate): Use insert-file-contents.
21681
21682 * time.el (display-time-world-list, display-time-world-display):
21683 * time-stamp.el (time-stamp-string):
21684 * vc/add-log.el (add-change-log-entry): Use setenv instead of
21685 set-time-zone-rule (Bug#7337).
21686
21687 2011-08-08 Daiki Ueno <ueno@unixuser.org>
21688
21689 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
21690 (epg-error-to-string, epg-errors-to-string): New function.
21691 (epg-wait-for-completion): Reverse errors list.
21692 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
21693 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
21694 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
21695 (epg-sign-keys, epg-generate-key-from-file)
21696 (epg-generate-key-from-string): Format errors by using
21697 epg-errors-to-string (bug#9255).
21698 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
21699
21700 2011-08-07 Juri Linkov <juri@jurta.org>
21701
21702 * faces.el (list-faces-display): Remove extra angle bracket
21703 from `help-mode-map'.
21704
21705 * info.el (Info-history-toc-nodes): Doc fix.
21706
21707 * longlines.el (longlines-mode): Doc fix.
21708
21709 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
21710
21711 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
21712 of statements and in a few more cases (bug#9183).
21713
21714 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
21715 New functions.
21716 (cl-transform-lambda): Use them (bug#9239).
21717
21718 2011-08-05 Martin Rudalics <rudalics@gmx.at>
21719
21720 * window.el (display-buffer-same-window)
21721 (display-buffer-same-frame, display-buffer-other-window)
21722 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21723 (pop-to-buffer-other-window)
21724 (pop-to-buffer-same-frame-other-window)
21725 (pop-to-buffer-other-frame): Make them defuns.
21726 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
21727
21728 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21729
21730 * subr.el (make-composed-keymap): Move from C. Change calling
21731 convention, and improve docstring to bring attention to a subtle point.
21732 * minibuffer.el (completing-read-default): Adjust accordingly.
21733
21734 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
21735
21736 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
21737 (tramp-open-shell): Use `tramp-shell-quote-argument'.
21738
21739 * net/trampver.el: Update release number.
21740
21741 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21742
21743 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
21744 "in" (bug#9190).
21745
21746 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21747
21748 * mail/sendmail.el (sendmail-query-once): Restore the current
21749 buffer after querying (bug#9074).
21750
21751 * dired.el (dired-flagged): Use different faces for marked and
21752 flagged files (bug#6117).
21753
21754 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
21755 (bug#4433).
21756
21757 * ido.el (ido-mode): Switch off the message if called
21758 non-interactively.
21759
21760 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
21761 before 587, since it appears that that's more likely to work for
21762 more people.
21763
21764 * cus-edit.el (custom-file): When running under emacs -q, always
21765 refuse to save the customizations, even if the .emacs file doesn't
21766 exist.
21767
21768 * info.el: Remove the `Info-beginning-of-buffer' function
21769 (bug#8325).
21770
21771 * net/network-stream.el (network-stream-open-starttls):
21772 Use `starttls-available-p' to see whether starttls.el can be used.
21773
21774 2011-08-01 Martin Rudalics <rudalics@gmx.at>
21775
21776 * window.el (display-buffer-in-window): Don't set dedicated status
21777 of window here (Bug#9215).
21778 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21779 (display-buffer-pop-up-side-window)
21780 (display-buffer-in-side-window): Set dedicated status of window here.
21781
21782 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
21783
21784 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
21785 before binding generated-autoload-file.
21786
21787 2011-08-01 Deniz Dogan <deniz@dogan.se>
21788
21789 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
21790
21791 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
21792
21793 Sync with Tramp 2.2.2.
21794
21795 * net/trampver.el: Update release number.
21796
21797 2011-07-30 Juri Linkov <juri@jurta.org>
21798
21799 * dired-aux.el (dired-touch-initial): Remove function.
21800 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
21801 current time, and `default' to the last modification time of the
21802 current marked file (bug#6887).
21803
21804 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
21805
21806 * simple.el (goto-line): Use string-to-number to provide a
21807 numeric argument to read-number (bug#9163).
21808
21809 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
21810
21811 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
21812 connection process, it could be nil.
21813
21814 2011-07-27 Leo Liu <sdl.web@gmail.com>
21815
21816 Simplify url handling in rcirc-mode.
21817
21818 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
21819 (rcirc-browse-url-at-mouse): Remove.
21820 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
21821
21822 2011-07-26 Alan Mackenzie <acm@muc.de>
21823
21824 Fontify bitfield declarations properly.
21825
21826 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
21827 (c-symbol-chars): Now exported as a lang variable.
21828 (c-not-primitive-type-keywords): New lang variable.
21829
21830 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
21831 QT keyword "more" to prevent "more slots: ...." being spuriously
21832 parsed as a bitfield declaration.
21833
21834 * progmodes/cc-engine.el (c-beginning-of-statement-1):
21835 Refactor and enhance to handle bitfield declarations.
21836 (c-punctuation-in): New function.
21837 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
21838 declarations properly.
21839
21840 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
21841
21842 * calendar/icalendar.el (icalendar--all-events): Take care of
21843 multiple vcalendars in a single file.
21844 (icalendar--convert-float-to-ical): Checkdoc fixes.
21845
21846 2011-07-25 Deniz Dogan <deniz@dogan.se>
21847
21848 * image.el (insert-image): Clarifying docstring.
21849
21850 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
21851
21852 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
21853 `tramp-send-command-and-check' if there is no error.
21854 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
21855
21856 2011-07-22 Alan Mackenzie <acm@muc.de>
21857
21858 Prevent cc-langs.elc being loaded at run time.
21859
21860 * progmodes/cc-mode.el: Remove two autoload forms which loaded
21861 cc-langs.
21862
21863 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
21864 "(require 'cc-langs)". Quote a form so it will evaluate at
21865 (cc-mode's) compilation time.
21866
21867 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
21868
21869 * net/tramp.el (tramp-file-name-handler): Avoid recursive
21870 loading. (Bug#9114)
21871
21872 2011-07-21 Martin Rudalics <rudalics@gmx.at>
21873
21874 * window.el (display-buffer-pop-up-window)
21875 (display-buffer-pop-up-side-window)
21876 (display-buffer-in-side-window): Call display-buffer-set-height
21877 and display-buffer-set-width after setting the new window's
21878 buffer so `fit-window-to-buffer' and friends work on the right buffer.
21879
21880 2011-07-20 Sam Steingold <sds@gnu.org>
21881
21882 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
21883 (etags-tags-included-tables): Call `convert-standard-filename' on
21884 the file names contained in TAGS so that windows Emacs can handle
21885 TAGS files created by cygwin ctags.
21886
21887 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
21888
21889 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
21890 which apparently didn't work.
21891
21892 2011-07-19 Roland Winkler <winkler@gnu.org>
21893
21894 * proced.el (proced-send-signal): For *Marked Processes* buffer
21895 put point at beginning of buffer.
21896
21897 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
21898
21899 * proced.el (proced-format): Make header lines align with the text
21900 (bug#1779).
21901
21902 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21903
21904 * view.el (view-buffer): Allow running in `special' modes if we're
21905 visiting a file (bug#8615).
21906
21907 2011-07-19 Martin Rudalics <rudalics@gmx.at>
21908
21909 * window.el (display-buffer-alist-of-strings-p)
21910 (display-buffer-alist-set-1, display-buffer-alist-set-2):
21911 New functions.
21912 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
21913 more accurately.
21914
21915 2011-07-18 Alan Mackenzie <acm@muc.de>
21916
21917 Fontify declarators properly when, e.g., a jit-lock chunk begins
21918 inside a declaration.
21919
21920 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
21921
21922 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21923 New function.
21924 (c-complex-decl-matchers): Insert reference to
21925 c-font-lock-enclosing-decls.
21926
21927 * progmodes/cc-engine.el (c-backward-single-comment):
21928 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
21929 to nil around calls to (forward-comment -1).
21930
21931 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21932
21933 * image.el (put-image): Doc typo fix.
21934
21935 * progmodes/etags.el (tags-search): Doc typo fix.
21936
21937 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
21938 password if we get errors 550 to 554.
21939
21940 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21941
21942 * net/gnutls.el (gnutls-log-level): Remove.
21943
21944 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
21945 indentation character (bug#6380).
21946
21947 * files.el (buffer-offer-save): Made permanently local (bug#6241).
21948
21949 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
21950 to clarify what the problem is (bug#4291).
21951
21952 * simple.el (current-kill): Clarify what
21953 `interprogram-paste-function' does (bug#7500).
21954 (auto-fill-mode): Document `auto-fill-function' in relation to
21955 `auto-fill-mode' (bug#2470).
21956
21957 2011-07-16 Lawrence Mitchell <wence@gmx.li>
21958
21959 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
21960 method if slot is read-only (bug#9035).
21961
21962 2011-07-16 Martin Rudalics <rudalics@gmx.at>
21963
21964 * frame.el (select-frame-set-input-focus): New argument NORECORD.
21965 * window.el (pop-to-buffer): Select window used even if it was
21966 selected before, see discussion of (Bug#8615), (Bug#6954).
21967 Pass argument NORECORD on to select-frame-set-input-focus.
21968
21969 2011-07-15 Glenn Morris <rgm@gnu.org>
21970
21971 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
21972 Respect help-form.
21973
21974 2011-07-09 Lawrence Mitchell <wence@gmx.li>
21975
21976 * net/gnutls.el (gnutls-min-prime-bits): New variable.
21977 (gnutls-negotiate): Use it.
21978
21979 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21980
21981 * net/gnutls.el (gnutls-negotiate):
21982 Upcase `gnutls-algorithm-priority'.
21983
21984 2011-07-15 Glenn Morris <rgm@gnu.org>
21985
21986 * jka-compr.el (jka-compr-verbose): Move from here...
21987 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
21988 Add missing :version tag.
21989 * info.el: No need to require jka-compr when compiling.
21990
21991 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21992
21993 * net/gnutls.el (gnutls-algorithm-priority): New variable.
21994 (gnutls-negotiate): Use it.
21995
21996 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
21997
21998 * info.el (Info-beginning-of-buffer): New command.
21999 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
22000 announcing `b' as the key (bug#8325).
22001 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
22002
22003 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
22004
22005 * international/mule-cmds.el
22006 (describe-specified-language-support): Make the error message
22007 clearer (bug#8905).
22008
22009 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
22010
22011 * isearch.el (isearch-barrier): Add a doc string, since it's
22012 mentioned in a function doc string (bug#8678).
22013
22014 2011-07-15 Martin Rudalics <rudalics@gmx.at>
22015
22016 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
22017 buffer argument (Bug#9083) and self-identifying label argument.
22018
22019 2011-07-15 Glenn Morris <rgm@gnu.org>
22020
22021 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
22022
22023 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22024
22025 * man.el (Man-fontify-manpage): Fix message when formatting the
22026 man page (bug#7929).
22027
22028 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22029
22030 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
22031 argument LRM; if non-nil, append an invisible LRM character to the
22032 buffer name.
22033 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
22034 last argument non-nil, when formatting buffer names.
22035 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
22036 paragraph direction.
22037
22038 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22039
22040 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
22041 the man page name (bug#7929).
22042
22043 * image.el (put-image): Mention the `put-image' overlay property
22044 (bug#7834).
22045
22046 * scroll-bar.el (set-scroll-bar-mode): Mention that
22047 `scroll-bar-mode' lists the values (bug#7772).
22048
22049 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
22050 command (bug#7729).
22051
22052 * rect.el (apply-on-rectangle): Return the point after the last
22053 operation.
22054 (string-rectangle): Go to the point after the last operation
22055 (bug#7522).
22056
22057 * printing.el (pr-toggle-region): Clarify the documentation
22058 slightly (bug#7493).
22059
22060 * time.el (display-time-update):
22061 Allow `display-time-mail-function' to return nil (bug#7158).
22062 Fix suggested by Detlev Zundel.
22063
22064 * vc/diff.el (diff): Clarify the order the file names are read
22065 (bug#7111).
22066
22067 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
22068 the doc string (bug#7015).
22069
22070 * font-lock.el (font-lock-maximum-decoration): Mention what
22071 numeric levels mean (bug#6935).
22072
22073 * startup.el (initial-buffer-choice): Don't mention the `none'
22074 selection, which is against policy.
22075
22076 2011-07-14 Martin Rudalics <rudalics@gmx.at>
22077
22078 * window.el (display-buffer-normalize-special):
22079 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
22080
22081 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22082
22083 * subr.el (version<, version<=, version=): Mention "-CVS" and
22084 "-12345" alpha version numbers.
22085
22086 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22087
22088 * bindings.el: Add advertised binding for set-mark-command
22089 (Bug#5772).
22090
22091 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22092
22093 * bindings.el (mode-line-other-buffer):
22094 * bookmark.el (bookmark-bmenu-2-window):
22095 * bs.el (bs-cycle-next, bs-cycle-previous):
22096 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
22097 switch-to-buffer.
22098
22099 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22100 Delete.
22101
22102 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
22103
22104 * follow.el (follow-debug-message, follow-redisplay):
22105 * jka-cmpr-hook.el (with-auto-compression-mode):
22106 Fix typos in docstrings.
22107
22108 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22109
22110 * subr.el (with-silent-modifications): Clarify somewhat what the
22111 macro inhibits (bug#6525).
22112
22113 * simple.el (eval-expression): Note what it does if called
22114 interactively (bug#6495).
22115
22116 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22117
22118 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
22119 Use pop-to-buffer buffer-or-name if it is nil.
22120
22121 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22122 Remove switch-to-buffer.
22123
22124 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22125
22126 * files.el (make-directory): Clarify that an error will be raised
22127 if there's an error (bug#6397).
22128
22129 * startup.el (initial-buffer-choice): Add `none' as a choice
22130 (bug#6234).
22131
22132 * subr.el (add-hook): Clarify section about buffer-local hooks
22133 (bug#6218).
22134
22135 * dired.el (dired-flagged): Clarify doc string (bug#6117).
22136
22137 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22138
22139 * tabify.el (untabify): Preserve the current column so that point
22140 doesn't move (bug#6032).
22141
22142 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22143
22144 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
22145 Rewrite to avoid awkward possessive "s" (bug#5986).
22146
22147 2011-07-13 Glenn Morris <rgm@gnu.org>
22148
22149 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
22150 (dired-insert-directory): Give a message the first time
22151 if ls is found not to support --dired.
22152
22153 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22154
22155 * simple.el (toggle-truncate-lines): Clarify what is toggled
22156 (bug#5580). Text by Drew Adams.
22157
22158 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22159
22160 * simple.el (blink-matching-open): Make the error message from the
22161 last change less verbose.
22162
22163 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
22164
22165 * font-lock.el (font-lock-comment-face): Use the high contrast
22166 "yellow" color for font-lock-comment-face on low color terminals
22167 using a dark background color (bug#4221).
22168
22169 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22170
22171 * dired.el (dired-insert-set-properties): Make the doc string
22172 reflect what it does now (bug#5325).
22173
22174 * simple.el (blink-matching-open): Say that we were unable to find
22175 the match within the limit, if we're limited (bug#5122).
22176
22177 * international/mule-cmds.el (prefer-coding-system): Add an
22178 example (bug#4869).
22179
22180 * progmodes/etags.el (tags-search): Document `file-list-form'
22181 (bug#4731).
22182
22183 2011-07-13 Lawrence Mitchell <wence@gmx.li>
22184
22185 * net/browse-url.el (browse-url-default-browser)
22186 (browse-url-browser-function): Make the default browser choice a
22187 bit more logical (bug#4300). Also clean up the doc string.
22188
22189 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22190
22191 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
22192 binary endings (bug#4440).
22193
22194 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22195
22196 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
22197 which can be pretty annoying (bug#8971).
22198
22199 * jka-compr.el (jka-compr-verbose): New variable, and use
22200 throughout (bug#8971).
22201
22202 * info.el (Info-find-file): Fall back on the installation
22203 directory if we can't find the info node anywhere else.
22204
22205 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
22206
22207 * vc/vc.el (vc-revert-file):
22208 Don't set file time-stamp in the past. (Bug#5181)
22209
22210 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22211
22212 * files.el (after-find-file): Give a better error message when
22213 trying to find a symlink that points to a file that doesn't exist
22214 (bug#4398).
22215
22216 * progmodes/cc-vars.el: Remove (probably) misleading comment
22217 (bug#4396).
22218
22219 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
22220
22221 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
22222
22223 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22224
22225 * mouse-sel.el: Hack restoring functionality, while keeping
22226 compatibility with 2010-07-03 changes to mouse selection.
22227 (mouse-sel-primary-overlay): New var.
22228 (mouse-sel-selection-alist): Use it.
22229 (mouse-sel-mode): Doc fix; remove points that are default features
22230 of mouse.el.
22231
22232 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
22233
22234 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22235 Fix previous fix (bug#2490).
22236
22237 2011-07-12 Roland Winkler <winkler@gnu.org>
22238
22239 * textmodes/bibtex.el (bibtex-initialize):
22240 Use pop-to-buffer-same-window.
22241 (bibtex-search-entries): Fix interactive call.
22242
22243 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22244
22245 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22246 Fontise bytecomp Error lines more correctly (bug#2490).
22247 Fix suggested by Johan BockgĂ¥rd.
22248
22249 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
22250
22251 * dired-x.el (dired-guess-default): Use `delete-dups'.
22252
22253 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22254
22255 * dired.el (dired-mark-prompt):
22256 * dired-aux.el (dired-read-shell-command): Doc fix.
22257
22258 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22259
22260 * mail/sendmail.el (sendmail-query-once):
22261 Use `customize-save-variable' unconditionally, now that it works under
22262 emacs -Q.
22263
22264 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22265
22266 * cus-edit.el (custom-file): Take an optional no-error variable.
22267 (customize-save-variable): Set the variable, and give a warning if
22268 running under "emacs -q".
22269
22270 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
22271
22272 * loadhist.el (unload-feature-special-hooks):
22273 Add `auto-coding-functions', `fill-nobreak-predicate' and
22274 `find-directory-functions' (bug#5327).
22275
22276 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22277
22278 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
22279
22280 * cus-edit.el (custom-guess-name-alist): -alist variables should
22281 use the `alist' type (bug#3120). Suggested by Drew Adams.
22282
22283 * printing.el: Add documentation to all the `pr-toggle-' commands.
22284
22285 2011-07-11 Leo Liu <sdl.web@gmail.com>
22286
22287 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
22288 backends where it makes sense (bug#2623).
22289
22290 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22291
22292 * dired-x.el (dired-guess-default): Remove duplicate shell command
22293 entries (bug#2028).
22294 (dired-guess-default): Fix grammar in doc string (bug#2028).
22295 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
22296
22297 * subr.el (remove-duplicates): New conveniency function.
22298
22299 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22300
22301 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
22302 (bug#1526).
22303
22304 2011-07-10 Martin Rudalics <rudalics@gmx.at>
22305
22306 * window.el (display-buffer-normalize-default): Don't invert
22307 meaning of even-window-heights. Reported by Eli Zaretskii
22308 <eliz@gnu.org>.
22309
22310 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
22311
22312 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
22313
22314 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
22315
22316 * window.el (display-buffer): Fix arguments to
22317 display-buffer-reuse-window in last change.
22318
22319 * faces.el (link): Use a less saturated blue on light backgrounds.
22320
22321 * startup.el (fancy-startup-text, fancy-about-text)
22322 (fancy-startup-tail): Use font-lock faces, for background safety.
22323
22324 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
22325
22326 * emulation/viper-cmd.el (viper-change-state-to-vi):
22327 Limit triggering of abbrev expansion (Bug#9038).
22328
22329 2011-07-09 Martin Rudalics <rudalics@gmx.at>
22330
22331 * window.el (display-buffer-default-specifiers): Remove.
22332 (display-buffer-macro-specifiers): Remove default specifiers.
22333 (display-buffer-alist): Default to nil.
22334 (display-buffer-reuse-window): New optional argument other-window.
22335 (display-buffer-pop-up-window): Allow splitting internal
22336 windows. Check whether a live window was created.
22337 (display-buffer-other-window-means-other-frame)
22338 (display-buffer-normalize-arguments): Rename to
22339 display-buffer-normalize-argument and rewrite. Set the
22340 other-window specifier.
22341 (display-buffer-normalize-special): New function.
22342 (display-buffer-normalize-options): Rename to
22343 display-buffer-normalize-default and rewrite.
22344 (display-buffer-normalize-options-inhibit): Remove.
22345 (display-buffer-normalize-specifiers): Rewrite.
22346 (display-buffer): Process other-window specifier and call
22347 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
22348 more faithfully.
22349 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
22350 (display-buffer-alist-set): Don't handle 'unset default values.
22351 (display-buffer-in-window, display-buffer-alist-set):
22352 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
22353 <tassilo@member.fsf.org>.
22354
22355 2011-07-09 Leo Liu <sdl.web@gmail.com>
22356
22357 * register.el (insert-register): Restore accidental change on
22358 2011-06-26. (Bug#9028)
22359
22360 2011-07-09 Glenn Morris <rgm@gnu.org>
22361
22362 * subr.el (remq): Handle the empty list. (Bug#9024)
22363
22364 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
22365
22366 * mail/sendmail.el (send-mail-function): No longer delay custom
22367 initialization.
22368 * custom.el (custom-initialize-delay): Doc fix.
22369
22370 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22371
22372 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
22373
22374 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
22375
22376 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
22377 human-friendly prompt.
22378
22379 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22380
22381 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
22382 provided by a particular plugin.
22383
22384 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
22385
22386 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
22387 save customizations (with "emacs -Q"), just set the variable
22388 instead of erroring out.
22389
22390 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22391
22392 2011-07-08 Juri Linkov <juri@jurta.org>
22393
22394 * arc-mode.el (archive-zip-expunge, archive-zip-update)
22395 (archive-zip-update-case): Use 7z if found by `executable-find'.
22396 The order of searching the available programs is the same as in
22397 `archive-zip-extract' (bug#8968).
22398
22399 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22400
22401 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
22402 (menu-bar-options-menu): Tweak descriptions.
22403
22404 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22405
22406 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
22407 menu items into verb phrases (bug#1421). Also refill to fit under
22408 80 columns.
22409
22410 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22411
22412 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
22413 (Info-read-node-name): Doc fix (Bug#1084).
22414
22415 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
22416 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
22417 (end-of-sexp, beginning-of-sexp)
22418 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
22419 (forward-symbol, forward-same-syntax, word-at-point)
22420 (sentence-at-point): Doc fix (Bug#1144).
22421
22422 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22423
22424 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
22425 should cover it (bug#1281).
22426
22427 * cus-edit.el (custom-show): Mark as obsolete.
22428
22429 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
22430 negotiation fails, then possibly try again with a non-encrypted
22431 connection (bug#9017).
22432
22433 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
22434 be used.
22435
22436 2011-07-07 Richard Stallman <rms@gnu.org>
22437
22438 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
22439 property, and handle its changed format.
22440 Look for the correct line number.
22441 Use file's line contents (but not past first =) to find
22442 correct line in message.
22443
22444 2011-07-07 Kenichi Handa <handa@m17n.org>
22445
22446 * international/characters.el (build-unicode-category-table):
22447 Delete it.
22448 (unicode-category-table): Set it by unicode-property-table-internal.
22449
22450 * international/mule-cmds.el (char-code-property-alist): Move to
22451 to src/chartab.c.
22452 (get-char-code-property): Call unicode-property-table-internal to
22453 load a file. Call get-unicode-property-internal where necessary.
22454 (put-char-code-property): Call unicode-property-table-internal to
22455 load a file. Call put-unicode-property-internal where necessary.
22456 put-unicode-property-internal where necessary.
22457 (char-code-property-description):
22458 Call unicode-property-table-internal to load a file.
22459
22460 * international/charprop.el:
22461 * international/uni-bidi.el:
22462 * international/uni-category.el:
22463 * international/uni-combining.el:
22464 * international/uni-comment.el:
22465 * international/uni-decimal.el:
22466 * international/uni-decomposition.el:
22467 * international/uni-digit.el:
22468 * international/uni-lowercase.el:
22469 * international/uni-mirrored.el:
22470 * international/uni-name.el:
22471 * international/uni-numeric.el:
22472 * international/uni-old-name.el:
22473 * international/uni-titlecase.el:
22474 * international/uni-uppercase.el: Regenerate.
22475
22476 * loadup.el: Load international/charprop.el before
22477 international/characters.
22478
22479 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22480
22481 * window.el (next-buffer, previous-buffer): Signal an error if
22482 called from a minibuffer window.
22483
22484 * bindings.el: Revert 2011-07-04 change.
22485
22486 2011-07-06 Richard Stallman <rms@gnu.org>
22487
22488 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
22489 (rmail-mime-insert-bulk, rmail-mime-insert-text):
22490 Treat markers like ints.
22491 (rmail-mime-entity): Doc fix.
22492
22493 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22494
22495 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
22496 defcustom again for backwards compatibility.
22497
22498 * simple.el (shell-command-on-region): Fill.
22499
22500 * dired-aux.el (dired-kill-line): Add a doc string.
22501
22502 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
22503 to "\\sw\\|\\s_" (bug#358).
22504
22505 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
22506 (dired-unmark-backward): Ditto.
22507 (dired-flag-backup-files): Ditto.
22508
22509 * dired-x.el (dired-mark-sexp): Ditto.
22510
22511 2011-07-06 Richard Stallman <rms@gnu.org>
22512
22513 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
22514 (rmail-mime-entity): New arg TRUNCATED.
22515 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
22516 New functions.
22517 (rmail-mime-save): Warn if entity is truncated.
22518 (rmail-mime-toggle-hidden): Likewise, for showing.
22519 (rmail-mime-process-multipart): Record when an entity is truncated.
22520
22521 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
22522 if ENTITY is a string.
22523
22524 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22525
22526 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
22527 of faces when `M-C-x'-ing their definitions (bug#8378).
22528 Also clean up the code slightly.
22529
22530 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
22531 because that makes the colors go away.
22532
22533 * mail/sendmail.el (send-mail-function): Change the default to
22534 `sendmail-query-once'.
22535 (sendmail-query-once): Add an autoload cookie.
22536
22537 * net/network-stream.el (network-stream-open-starttls): Try using
22538 a plain connection even if the server offered STARTTLS, and we
22539 kinda wanted to use it, if Emacs doesn't have any STARTTLS
22540 capability. This should make smtpmail.el work in slightly more
22541 configurations.
22542
22543 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
22544
22545 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22546 New defun.
22547 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
22548
22549 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
22550
22551 * progmodes/sql.el: Version 3.0
22552 (sql-product-alist): Add product :completion-object,
22553 :completion-column, and :statement attributes.
22554 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
22555 (sql-mode-syntax-table): Mark all punctuation.
22556 (sql-font-lock-keywords-builder): Temporarily remove fallback on
22557 ansi keywords.
22558 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
22559 (sql-mode-oracle-font-lock-keywords): Improve.
22560 (sql-oracle-show-reserved-words): New function for development.
22561 (sql-product-font-lock): Simplify for source code buffers.
22562 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
22563 New functions.
22564 (sql-highlight-product): Set product specific syntax table.
22565 (sql-mode-map): Add statement movement functions.
22566 (sql-ansi-statement-starters, sql-oracle-statement-starters):
22567 New variable.
22568 (sql-statement-regexp, sql-beginning-of-statement)
22569 (sql-end-of-statement, sql-signum): New functions.
22570 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
22571 (sql-show-sqli-buffer): Bug fix.
22572 (sql-interactive-mode): Store connection data as buffer local.
22573 (sql-connect): Add NEW-NAME parameter. Redesign interaction
22574 with sql-interactive-mode.
22575 (sql-save-connection): Save buffer local settings.
22576 (sql-connection-menu-filter): Change menu entry name.
22577 (sql-product-interactive): Bug fix.
22578 (sql-preoutput-hold): New variable.
22579 (sql-interactive-remove-continuation-prompt): Bug fixes.
22580 (sql-debug-redirect): New variable.
22581 (sql-str-literal): New function.
22582 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
22583 Redesign.
22584 (sql-oracle-save-settings, sql-oracle-restore-settings)
22585 (sql-oracle-list-all, sql-oracle-list-table): New functions.
22586 (sql-completion-object, sql-completion-column)
22587 (sql-completion-sqlbuf): New variables.
22588 (sql-build-completions-1, sql-build-completions)
22589 (sql-try-completion): New functions.
22590 (sql-read-table-name): Use them.
22591 (sql-contains-names): New buffer local variable.
22592 (sql-list-all, sql-list-table): Use it.
22593 (sql-oracle-completion-types): New variable.
22594 (sql-oracle-completion-object, sql-sqlite-completion-object)
22595 (sql-postgres-completion-object): New functions.
22596
22597 2011-07-06 Glenn Morris <rgm@gnu.org>
22598
22599 * window.el (pop-to-buffer): Doc fix.
22600
22601 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
22602
22603 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
22604
22605 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
22606
22607 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
22608
22609 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
22610
22611 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
22612
22613 * button.el (button): Inherit from link face. Suggested by Dan
22614 Nicolaescu.
22615
22616 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22617
22618 * progmodes/gdb-mi.el: Fit in 80 columns.
22619 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
22620 switch-to-buffer.
22621
22622 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
22623 if imenu is simply not configured (bug#8941).
22624
22625 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
22626
22627 * allout.el (allout-post-undo-hook): New allout outline-change
22628 event hook to signal undo activity.
22629 (allout-post-command-business): Run allout-post-undo-hook if an
22630 undo just occurred.
22631 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
22632 * allout-widgets.el (allout-widgets-after-undo-function):
22633 Ensure the integrity of the current item's decoration after it has been
22634 in the vicinity of an undo.
22635 (allout-widgets-mode): Include allout-widgets-after-undo-function
22636 on the new allout-post-undo-hook.
22637
22638 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22639
22640 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
22641 Let define-derived-mode define it.
22642 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
22643 cycles of abbrev-table inheritance (bug#8998).
22644
22645 2011-07-05 Roland Winkler <winkler@gnu.org>
22646
22647 * textmodes/bibtex.el: Add support for biblatex.
22648 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
22649 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
22650 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
22651 (bibtex-entry-alist, bibtex-field-alist): New variables.
22652 (bibtex-entry-field-alist): Obsolete alias for
22653 bibtex-BibTeX-entry-alist.
22654 (bibtex-entry-alist, bibtex-field-alist): New widgets.
22655 (bibtex-set-dialect): New command.
22656 (bibtex-entry-type, bibtex-entry-head)
22657 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
22658 Bind via bibtex-set-dialect.
22659 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
22660 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
22661 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
22662 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
22663 Define via bibtex-set-dialect.
22664 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
22665 Obey bibtex-no-opt-remove-re.
22666 (bibtex-vec-push, bibtex-vec-incr): New functions.
22667 (bibtex-format-entry, bibtex-field-list)
22668 (bibtex-print-help-message, bibtex-validate)
22669 (bibtex-search-entries): Use new format of bibtex-entry-alist.
22670
22671 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22672
22673 * progmodes/compile.el (compilation-goto-locus):
22674 * net/tramp-cmds.el (tramp-append-tramp-buffers):
22675 * bs.el (bs-cycle-next, bs-cycle-previous):
22676 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
22677 * bindings.el (mode-line-other-buffer):
22678 * autoinsert.el (auto-insert):
22679 * arc-mode.el (archive-extract):
22680 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
22681
22682 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22683
22684 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
22685 Fix check of `emacs-lock-unlockable-modes'.
22686 Coerce true values of `emacs-lock--try-unlocking' to t.
22687
22688 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22689
22690 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
22691 * emacs-lock.el: New file.
22692
22693 2011-07-05 Julien Danjou <julien@danjou.info>
22694
22695 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
22696 than `boundp' to check if face is set.
22697
22698 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22699
22700 * register.el (registerv-make):
22701 * window.el (window-min-height): Fix typos in docstrings.
22702
22703 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
22704
22705 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
22706 Update doc string.
22707
22708 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
22709
22710 * server.el (server-execute): Catch quit and call
22711 `server-return-error' to pass the error back to emacsclient and
22712 close the connection (bug#8942).
22713
22714 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
22715
22716 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
22717 insecure exception for current topic. Also note that auto-saves
22718 are handled differently.
22719
22720 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
22721 State variables for tracking auto-save inhibition situation.
22722
22723 (allout-write-contents-hook-handler): Rename from
22724 'allout-write-file-hook-handler', and describe how it depends on
22725 write-contents-functions sensitivity to non-nil value to prevent
22726 file write.
22727
22728 (allout-auto-save-hook-handler): Remove. auto-save does not check
22729 this in individual buffers, only in the starting buffer, so this
22730 is not the right way for us to inhibit auto-save in a buffer
22731 according to its condition.
22732
22733 (allout-mode): Use new allout-write-contents-hook-handler, and
22734 only with write-contents-functions. Remove auto-save provisions -
22735 they're implemented elsewhere.
22736
22737 (allout-before-change-handler): If undo is in progress, note that
22738 for attention of allout-post-command-business.
22739
22740 (allout-post-command-business): If the command we're following was
22741 an undo, check for change in the status of encrypted items and
22742 adjust auto-save inhibitions accordingly.
22743
22744 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
22745 according to whether there are or aren't any plain-text topics
22746 pending encryption.
22747
22748 (allout-inhibit-auto-save-info-for-decryption):
22749 Adjust buffer-saved-size and some allout state to inhibit auto-saves
22750 if there are plain-text topics pending encryption.
22751
22752 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
22753 buffer-saved-size and some allout state to not inhibit auto-saves
22754 if there are no longer any plain-text topics pending encryption.
22755
22756 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
22757 No longer provide for exemption of the current topic.
22758
22759 2011-07-04 Juri Linkov <juri@jurta.org>
22760
22761 Add 7z operations to delete and save changed members (bug#8968).
22762 * arc-mode.el (archive-7z-expunge, archive-7z-update):
22763 New defcustoms.
22764 (archive-7z-write-file-member): New function.
22765 (archive-7z-summarize): Fix the number of dashes in the
22766 listing output.
22767
22768 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22769
22770 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
22771 (bug#8958).
22772
22773 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
22774
22775 * bindings.el: Ignore next-buffer and previous-buffer in
22776 minibuffer-local-map.
22777
22778 * font-lock.el (font-lock-builtin-face): Change light background
22779 color to dark slate blue (Bug#6693).
22780
22781 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
22782
22783 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
22784
22785 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22786
22787 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
22788 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22789 Add switch-to-buffer.
22790
22791 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22792
22793 * isearch.el (isearch-search-fun-function): Clarify further the
22794 meaning of the function returned.
22795
22796 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
22797
22798 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
22799
22800 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
22801 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
22802 Use it.
22803 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
22804 `tramp-default-remote-path' does not exist.
22805 (tramp-send-command-and-read): New optional argument NOERROR.
22806 (tramp-open-connection-setup-interactive-shell)
22807 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
22808 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
22809 (tramp-process-sentinel): Flush also process' connection property.
22810 (tramp-sh-handle-start-file-process): Do not set process
22811 sentinel. It is done now ...
22812 (tramp-maybe-open-connection): ... here. (Bug#8929)
22813
22814 2011-07-04 MON KEY <monkey@sandpframing.com>
22815
22816 * play/animate.el (animate-string): Doc fixes and allow changing
22817 the buffer name (bug#5417).
22818
22819 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22820
22821 * play/animate.el (animation-buffer-name): Rename from *animate*.
22822
22823 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
22824
22825 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
22826 This is simpler and helps future-proof the code.
22827 (timer-until): Use time-subtract and float-time.
22828 (timer--time-less-p): Use time-less-p.
22829
22830 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
22831
22832 * type-break.el (timep): Use the value of `float-time' to avoid a
22833 byte-compiler warning.
22834
22835 * server.el (server-eval-and-print): Return any result, even nil.
22836
22837 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
22838
22839 * type-break.el: Accept time formats that the builtins accept.
22840 (timep, type-break-time-difference): Accept any format that
22841 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
22842 This is simpler and helps future-proof the code.
22843 (type-break-time-difference): Round rather than ignoring
22844 subseconds components.
22845
22846 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22847
22848 * info.el (Info-apropos-matches): Make non-interactive, since it
22849 doesn't seem to do anything useful as a command (bug#8829).
22850
22851 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
22852
22853 * frame.el (frame-background-mode, frame-set-background-mode):
22854 Move from faces.el.
22855 (frame-default-terminal-background): New function.
22856
22857 * custom.el (custom-push-theme): Don't record faces in `changed'
22858 theme; this doesn't work correctly for per-frame face settings.
22859 (disable-theme): Use face-set-after-frame-default to reset faces.
22860 (custom--frame-color-default): New function.
22861
22862 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22863
22864 * dired.el (dired-flagging-regexp): Remove unused variable
22865 (bug#8769).
22866
22867 2011-03-29 Kevin Ryde <user42@zip.com.au>
22868
22869 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22870 `perl-Test2' extend to match possible "fail #N" rep count
22871 (bug#8377).
22872
22873 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22874
22875 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
22876 `smtpmail-via-smtp' now returns the error instead of nil.
22877
22878 * isearch.el (isearch-search-fun-function): Clarify the doc string
22879 (bug#8101).
22880
22881 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
22882
22883 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
22884 unnecessary spaces (bug#8987).
22885
22886 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22887
22888 * net/network-stream.el (open-network-stream): Use the
22889 :end-of-capability command thoughout.
22890
22891 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
22892
22893 * net/network-stream.el (open-network-stream): Add the
22894 :end-of-capability command parameter, used by pop3.el.
22895
22896 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22897
22898 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
22899
22900 * fringe.el (fringe-query-style): Remove redundant text " (type ?
22901 for list)" (bug#6475).
22902
22903 * files.el (file-expand-wildcards): Ignore non-readable
22904 sub-directories while trying to find matches instead of signaling
22905 an error (bug#6297).
22906
22907 * man.el (Man-reference-regexp): Allow matching possible
22908 word-wrapped references (bug#6289).
22909
22910 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
22911 for consistency with the other vc buffers (bug#6197).
22912 (vc-checkin): Ditto.
22913
22914 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
22915
22916 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
22917
22918 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22919
22920 * custom.el (defcustom): Clarify that :set is only used in the
22921 Customize user interface (bug#6089).
22922
22923 * progmodes/flymake.el (flymake-mode): If the buffer isn't
22924 associated with a file, refuse to run instead of erroring out
22925 (bug#6084).
22926
22927 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
22928 the doc string, since it appears that using `fill-column' always
22929 controls the width (bug#7845).
22930
22931 * simple.el (shell-command-on-region): Say where the error output
22932 went if `shell-command-default-error-buffer' is set (bug#6857).
22933
22934 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
22935
22936 * allout.el (allout-yank-processing): Adjust cursor position for
22937 backwards-deleted space.
22938
22939 (allout-rebullet-heading): Register changes with
22940 allout-exposure-changed-hook, so the modified topic is properly
22941 decorated.
22942
22943 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22944
22945 * minibuffer.el (completion-in-region): Document PREDICATE
22946 (bug#7136).
22947
22948 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
22949 of keyword/argument pairs (bug#6904).
22950
22951 * replace.el (multi-occur):
22952 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
22953
22954 2011-07-02 Drew Adams <drew.adams@oracle.com>
22955
22956 * dired.el (dired-mark-if): Make the message about whether it's
22957 marking or unmarking clearer (bug#8523).
22958
22959 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22960
22961 * disp-table.el (display-table-print-array): New function.
22962 (describe-display-table): Use it to print the vectors more pretty
22963 (Bug#8859).
22964
22965 2011-07-02 Martin Rudalics <rudalics@gmx.at>
22966
22967 * window.el (window-state-get-1): Don't assign clone numbers.
22968 Add clone-of item to list of window parameters.
22969 (window-state-put-2): Don't process clone numbers.
22970 (display-buffer-alist): Fix doc-string.
22971
22972 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
22973
22974 * subr.el (remq): Don't allocate if it's not needed.
22975 (keymap--menu-item-binding, keymap--menu-item-with-binding)
22976 (keymap--merge-bindings): New functions.
22977 (keymap-canonicalize): Use them to refine the canonicalization.
22978 * minibuffer.el (minibuffer-local-completion-map)
22979 (minibuffer-local-must-match-map): Move initialization from C.
22980 (minibuffer-local-filename-completion-map): Move initialization from C;
22981 don't inherit from anything here.
22982 (minibuffer-local-filename-must-match-map): Make obsolete.
22983 (completing-read-default): Use make-composed-keymap to combine
22984 minibuffer-local-filename-completion-map with either
22985 minibuffer-local-must-match-map or
22986 minibuffer-local-filename-completion-map.
22987
22988 2011-07-01 Glenn Morris <rgm@gnu.org>
22989
22990 * type-break.el (type-break-time-sum): Use dolist.
22991
22992 * textmodes/flyspell.el (flyspell-word-search-backward):
22993 Replace CL function.
22994
22995 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22996
22997 * mouse.el (mouse--strip-first-event): New function.
22998 (function-key-map): Use it to map fringe clicks to normal clicks
22999 by default.
23000
23001 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
23002 (vc-bzr-revision-completion-table): Add support for annotate and date.
23003
23004 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
23005 inherit from parent.
23006
23007 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23008
23009 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
23010 (dired-show-file-type): Doc fixup (bug#8818).
23011
23012 * dired.el (dired-mode): Fix up the doc string as suggested by
23013 Drew Adams (bug#8817).
23014
23015 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
23016 cookie, since the manual says that it should be possible to add
23017 this function to `find-file-hook' (bug#8709).
23018
23019 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23020
23021 * progmodes/cfengine.el: Moved all cfengine3.el functionality
23022 here. Noted Ted Zlatanov as the maintainer.
23023 (cfengine-common-settings, cfengine-common-syntax): New functions
23024 to set up common things between `cfengine-mode' and
23025 `cfengine3-mode'.
23026 (cfengine3-mode): New mode.
23027 (cfengine3-defuns cfengine3-defuns-regex
23028 (cfengine3-class-selector-regex cfengine3-category-regex)
23029 (cfengine3-vartypes cfengine3-font-lock-keywords)
23030 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
23031 (cfengine3-indent-line): Add from cfengine3.el.
23032
23033 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
23034
23035 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
23036
23037 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
23038
23039 2011-07-01 Martin Rudalics <rudalics@gmx.at>
23040
23041 * window.el (same-window-buffer-names, same-window-regexps)
23042 (same-window-p, special-display-frame-alist)
23043 (special-display-popup-frame, special-display-function)
23044 (special-display-buffer-names, special-display-regexps)
23045 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
23046 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23047 (split-window-preferred-function, split-height-threshold)
23048 (split-width-threshold, even-window-heights)
23049 (display-buffer-mark-dedicated, window-splittable-p)
23050 (split-window-sensibly, window-safely-shrinkable-p):
23051 Un-obsolete.
23052 (display-buffer): Don't spread args with function specifier
23053 because special-display-popup-frame won't like it.
23054
23055 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
23056
23057 Time-stamp simplifications and fixes.
23058 These improve accuracy slightly, and future-proof the code
23059 against some potential changes to current-time format.
23060
23061 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
23062 by using time-since and float-time.
23063
23064 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
23065 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
23066 + NNN microseconds".
23067
23068 * type-break.el (type-break-time-sum): Rewrite using time-add.
23069
23070 * play/hanoi.el (hanoi-current-time-float): Remove.
23071 All uses replaced by float-time.
23072
23073 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
23074 This yields a more-accurate answer.
23075 (rng-time-to-float): Remove; no longer needed.
23076
23077 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
23078
23079 * calendar/timeclock.el (timeclock-seconds-to-time):
23080 Defalias to seconds-to-time, since they're the same thing.
23081
23082 * emacs-lisp/elp.el (elp-elapsed-time):
23083 * emacs-lisp/benchmark.el (benchmark-elapse):
23084 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
23085
23086 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23087
23088 * window.el (bury-buffer): Don't iconify the only frame.
23089 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
23090 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
23091
23092 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
23093
23094 * eshell/em-smart.el (eshell-smart-display-navigate-list):
23095 Add mouse-yank-primary.
23096
23097 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23098
23099 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
23100
23101 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23102
23103 * emacs-lisp/find-func.el (find-library--load-name): New fun.
23104 (find-library-name): Use it to find relative load names when provided
23105 absolute file name (bug#8803).
23106
23107 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23108
23109 * textmodes/flyspell.el (flyspell-word): Consider words that
23110 differ only in case as potential doublons (bug#5687).
23111
23112 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
23113 Remove two rather uninteresting debugging-like messages to make
23114 debbugs.el more silent.
23115
23116 * comint.el (comint-password-prompt-regexp): Accept "Response" as
23117 a password-like phrase.
23118
23119 2011-06-30 Masatake YAMATO <yamato@redhat.com>
23120
23121 * progmodes/cc-guess.el: New file.
23122
23123 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
23124
23125 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
23126 derived from `c-basic-common-init'.
23127
23128 * progmodes/cc-mode.el (top-level): Require cc-guess.
23129 (c-basic-common-init): Use `cc-choose-style-for-mode'.
23130
23131 2011-06-30 Lawrence Mitchell <wence@gmx.li>
23132
23133 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
23134
23135 2011-06-30 Alan Mackenzie <acm@muc.de>
23136
23137 * progmodes/cc-engine.el (c-guess-continued-construct):
23138 Correct the handling of template-args-cont, particularly for when font
23139 lock is disabled. Name this case as "CASE G".
23140
23141 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
23142
23143 * allout.el (allout-yank-processing): Fix injection of extra space
23144 between bullet and non-whitespace character in first topic when
23145 pasting, ensuring that the actual spacing in the pasted topic
23146 following the bullet char is preserved. This extra space was
23147 causing pasted encrypted topics to get a decrypted status even
23148 when the content was actually still encrypted. Now the decryption
23149 status from before the paste is preserved.
23150
23151 (allout-flag-region): Set all allout overlays so they evaporate
23152 when reduced to zero length (evanescent), to prevent overlay
23153 leakage.
23154
23155 2011-06-30 Glenn Morris <rgm@gnu.org>
23156
23157 * w32-fns.el (w32-charset-info-alist): Declare.
23158
23159 * find-dired.el (find-grep-options): Simplify.
23160
23161 * term/ns-win.el (ns-set-resource): Declare.
23162
23163 * ses.el (row, col): Declare dynamic variables honestly.
23164
23165 * textmodes/reftex-parse.el (index-tags): Declare.
23166
23167 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
23168
23169 * cus-edit.el (customize-push-and-save): New function.
23170
23171 * files.el (hack-local-variables-confirm): Use it.
23172
23173 * custom.el (load-theme): New arg NO-CONFIRM.
23174 Use customize-push-and-save (Bug#8720).
23175 (custom-enabled-themes): Doc fix.
23176
23177 * cus-theme.el (customize-create-theme)
23178 (custom-theme-merge-theme): Callers to load-theme changed.
23179
23180 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23181
23182 * thingatpt.el (thing-at-point-short-url-regexp): Require that
23183 short URLs have at least one dot in them (bug #7614).
23184
23185 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
23186 nil, because using a pty is apparently too slow (bug #895).
23187
23188 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23189
23190 * mail/sendmail.el (sendmail-query-once): New function.
23191 (sendmail-query-once-function): New variable.
23192
23193 2011-06-29 Glenn Morris <rgm@gnu.org>
23194
23195 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
23196
23197 * ses.el (top-level): Require cl when compiling.
23198 (ses-set-localvars): Fix error statement.
23199 Call it at compile time to silence a storm of warnings.
23200
23201 2011-06-29 Martin Rudalics <rudalics@gmx.at>
23202
23203 * window.el (normalize-live-buffer): Rename to
23204 window-normalize-buffer.
23205 (normalize-live-frame): Rename to window-normalize-frame.
23206 (normalize-any-window): Rename to window-normalize-any-window.
23207 (normalize-live-window): Rename to window-normalize-live-window.
23208 (make-window-atom): Rename to window-make-atom.
23209 (window-resize-reset): Rename to window--resize-reset.
23210 (window-resize-reset-1): Rename to window--resize-reset-1.
23211 (resize-mini-window): Rename to window--resize-mini-window.
23212 (resize-subwindows-skip-p): Rename to
23213 window--resize-subwindows-skip-p.
23214 (resize-subwindows-normal): Rename to
23215 window--resize-subwindows-normal.
23216 (resize-subwindows): Rename to window--resize-subwindows.
23217 (resize-other-windows): Rename to window--resize-siblings.
23218 (resize-this-window): Rename to window--resize-this-window.
23219 (resize-root-window): Rename to window--resize-root-window.
23220 (resize-root-window-vertically): Rename to
23221 window--resize-root-window-vertically.
23222 (normalize-buffer-to-display): Rename to
23223 window-normalize-buffer-to-display.
23224 (normalize-buffer-to-switch-to): Rename to
23225 window-normalize-buffer-to-switch-to.
23226 Correspondingly update all callers of the functions listed
23227 above.
23228 (display-buffer-alist, display-buffer-normalize-arguments)
23229 (display-buffer-normalize-options, display-buffer)
23230 (display-buffer-alist-set): Use "function" instead of
23231 "fun-with-args".
23232
23233 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
23234
23235 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
23236 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
23237 debbugs.gnu.org. Mention acknowledgment email.
23238
23239 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
23240
23241 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
23242 buffer multibyteness, since it shouldn't matter.
23243
23244 2011-06-28 Martin Rudalics <rudalics@gmx.at>
23245
23246 * window.el (display-buffer-in-side-window): Handle dedicated
23247 windows as in display-buffer-reuse-window.
23248 (display-buffer-normalize-alist): Use value of override
23249 specifier.
23250 (display-buffer-normalize-specifiers): Use value of
23251 other-window-means-other-frame specifier.
23252 (display-buffer-alist): Rewrite some texts in widgets.
23253 (display-buffer): Spread arguments when calling function
23254 specified by fun-with-args.
23255
23256 2011-06-28 Deniz Dogan <deniz@dogan.se>
23257
23258 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23259 Unnest `let'.
23260
23261 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
23262 selectors (Bug#5732).
23263 (css-proprietary-nmstart-re): Use `regexp-opt'.
23264
23265 2011-06-27 Jari Aalto <jari.aalto@cante.net>
23266
23267 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
23268 (eshell-ls-date-format): New defcustom.
23269 (eshell-ls-file): Use it.
23270
23271 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23272
23273 * help-fns.el (describe-variable): Fix message for terminal-local vars.
23274
23275 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
23276
23277 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
23278 (ange-ftp-make-tmp-name): New arg.
23279 (ange-ftp-file-local-copy): Use it.
23280
23281 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
23282
23283 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
23284 no-conversion (Bug#8870).
23285
23286 2011-06-27 Martin Rudalics <rudalics@gmx.at>
23287
23288 * window.el (window-right, window-left, window-child)
23289 (window-child-count, window-last-child)
23290 (window-iso-combination-p, walk-window-tree-1)
23291 (window-atom-check-1, window-tree-1, delete-window)
23292 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
23293 new naming conventions - window-vchild, window-hchild,
23294 window-next and window-prev are now called window-top-child,
23295 window-left-child, window-next-sibling and window-prev-sibling
23296 respectively.
23297 (resize-window-reset): Rename to window-resize-reset.
23298 (resize-window-reset-1): Rename to window-resize-reset-1.
23299 (resize-window): Rename to window-resize.
23300 (window-min-height, window-min-width)
23301 (resize-mini-window, resize-this-window, resize-root-window)
23302 (resize-root-window-vertically, adjust-window-trailing-edge)
23303 (enlarge-window, shrink-window, maximize-window)
23304 (minimize-window, delete-window, quit-restore-window)
23305 (split-window, balance-windows, balance-windows-area-adjust)
23306 (balance-windows-area, window-state-put-2)
23307 (display-buffer-even-window-sizes, display-buffer-set-height)
23308 (display-buffer-set-width, set-window-text-height)
23309 (fit-window-to-buffer): Rename all "resize-window" prefixed
23310 calls to use the "window-resize" prefix convention.
23311 (display-buffer-alist): Fix symbol for label specifier.
23312 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
23313 corresponding specifier.
23314 Reported by Juanma Barranquero <lekktu@gmail.com>.
23315
23316 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23317
23318 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
23319 convention.
23320 (ses-call-printer): Does not pass an empty string to formatter when the
23321 cell is empty to keep from barking printer Calc math-format-value.
23322
23323 2011-06-27 Richard Stallman <rms@gnu.org>
23324
23325 * battery.el (battery-mode-line-limit): New variable.
23326 (battery-update): Handle it.
23327
23328 * mail/rmailmm.el (rmail-mime-process-multipart):
23329 Handle truncated messages.
23330
23331 2011-06-27 Glenn Morris <rgm@gnu.org>
23332
23333 * progmodes/flymake.el (flymake-err-line-patterns):
23334 Allow for column numbers in the ant/javac pattern. (Bug#8866)
23335
23336 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23337
23338 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
23339 (ses--clean-!, ses--clean-_): New functions.
23340 (ses-range): Add configurability of readout order, and conversion
23341 to Calc vector.
23342
23343 * ses.el (ses-repair-cell-reference-all): New function.
23344 (ses-cell-symbol): Set macro as safe, so that it can be used in
23345 formulas.
23346
23347 * ses.el: Update cycle detection algorithm.
23348 (ses-localvars): Add ses--Dijkstra-attempt-nb and
23349 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
23350 (ses-set-localvars): New function.
23351 (ses-make-cell): Add property-list as a cell element.
23352 (ses-cell-property-get-fun, ses-cell-property-get)
23353 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
23354 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
23355 New functions.
23356 (ses-cell-property-set, ses-cell-property-pop)
23357 (ses-cell-property-get-handle): New macro.
23358 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
23359 New aliases, used for code readability.
23360 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
23361 cycle detection.
23362 (ses-self-reference-early-detection): New defcustom.
23363 (ses-formula-references): Robustify against self-referring cells.
23364 (ses-mode): Use ses-set-localvars.
23365 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
23366 before lauching the update processing.
23367 (ses-initialize-Dijkstra-attempt): New function.
23368 (ses-recalculate-cell): Update for cycle detection based on
23369 Dijkstra algorithm.
23370
23371 * ses.el: Fix commenting and indenting convention.
23372
23373 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23374
23375 * bs.el (bs-cycle-next): Complete last change.
23376
23377 2011-06-27 Drew Adams <drew.adams@oracle.com>
23378
23379 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
23380
23381 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
23382
23383 * net/network-stream.el (network-stream-open-starttls):
23384 Don't re-get capabilities unless we've reestablished connection.
23385 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
23386
23387 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
23388 to binary to possibly avoid line encoding issues on Windows (among
23389 other things).
23390
23391 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23392
23393 * net/network-stream.el (open-network-stream): Return an :error
23394 saying what the problem was, if possible.
23395
23396 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
23397 server.
23398
23399 * net/network-stream.el (network-stream-open-starttls): If we
23400 wanted to use STARTTLS, and the server offered it, but we weren't
23401 able to because we had no STARTTLS support, then close the connection.
23402 (open-network-stream): Return an :error element, if present.
23403
23404 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23405
23406 * hl-line.el (hl-line-sticky-flag): Doc fix.
23407 (global-hl-line-sticky-flag): New option (Bug#8323).
23408 (global-hl-line-highlight): Obey it.
23409
23410 * vc/vc.el (vc-revert-show-diff): Default to t.
23411
23412 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
23413
23414 * allout-widgets.el (allout-widgets-post-command-business):
23415 Stop decorating intermediate isearch matches. They're not being
23416 undecorated when an isearch is continued past, and isearch
23417 automatically collapses them. This leads to "widget leaks", where
23418 decorated items accumulate in collapsed areas. Lines with lots of
23419 hidden widgets can slow down cursor travel, substantially.
23420 Too much complicated machinery would be needed to ensure undecoration,
23421 so we're doing without this nicety.
23422
23423 (allout-widgets-tally-string): Don't try to do a hash-table-count
23424 of allout-widgets-tally when it's nil. This eliminates spurious "Error
23425 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
23426 *Messages* when allout-widgets-maintain-tally is t.
23427
23428 2011-06-26 Martin Rudalics <rudalics@gmx.at>
23429
23430 * window.el (display-buffer-normalize-argument): Rename to
23431 display-buffer-normalize-arguments. Handle special meaning of
23432 LABEL argument. Respect special-display-function when popping up
23433 a new frame. Fix code searching for a window showing the buffer
23434 on another frame.
23435 (display-buffer-normalize-specifiers):
23436 Call display-buffer-normalize-arguments.
23437 (display-buffer-in-window): Don't undedicate the window if its
23438 buffer remains the same.
23439 Reported by Drew Adams <drew.adams@oracle.com>.
23440 (display-buffer-alist): Add choice for same-window macro
23441 specfier.
23442 (display-buffer): Mention special meaning of LABEL argument in
23443 doc-string. Fix quoting. Don't pop up a new frame even as
23444 fallback.
23445
23446 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
23447
23448 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
23449 avoid deleting the current window in some cases (bug#8911).
23450
23451 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
23452
23453 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
23454 (Bug#8934)
23455
23456 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23457
23458 * net/network-stream.el (network-stream-open-starttls):
23459 Use built-in TLS support if `gnutls-available-p' is true.
23460 (network-stream-open-tls): Ditto.
23461
23462 2011-06-26 Leo Liu <sdl.web@gmail.com>
23463
23464 * register.el (registerv): New struct.
23465 (registerv-make): New function.
23466 (jump-to-register, describe-register-1, insert-register):
23467 Support the jump-func, print-func and insert-func slot of a registerv
23468 struct. (Bug#8415)
23469
23470 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23471
23472 * vc/vc.el (vc-revert-show-diff): New defcustom.
23473 (vc-diff-internal): New arg specifying diff buffer.
23474 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
23475 reuse an existing *vc-diff* buffer (Bug#8927).
23476
23477 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
23478
23479 2011-06-26 Glenn Morris <rgm@gnu.org>
23480
23481 * progmodes/f90.el (f90-critical-indent): New option.
23482 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
23483 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
23484 (f90-mode): Doc fix.
23485 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
23486 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
23487 (f90-beginning-of-block, f90-next-block, f90-indent-region)
23488 (f90-match-end): Handle block, critical.
23489
23490 2011-06-25 Glenn Morris <rgm@gnu.org>
23491
23492 * calendar/diary-lib.el (diary-included-files): Doc fix.
23493 (diary-include-files): New function, extracted from
23494 diary-include-other-diary-files and diary-mark-included-diary-files.
23495 (diary-include-other-diary-files, diary-mark-included-diary-files):
23496 Just call diary-include-files.
23497 (diary-mark-entries): Reset diary-included-files on first call.
23498
23499 * calendar/diary-lib.el (diary-mark-entries)
23500 (diary-mark-included-diary-files):
23501 Visit included diary-files in temp buffers.
23502
23503 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
23504 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
23505 (f90-start-block-re, f90-imenu-generic-expression)
23506 (f90-looking-at-program-block-start, f90-no-block-limit):
23507 Add support for submodules.
23508
23509 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23510 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
23511
23512 2011-06-25 Eli Zaretskii <eliz@gnu.org>
23513
23514 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
23515 buffer-file-type before setting its value, to avoid disastrous
23516 global effects on decoding files for DOS/Windows systems. (Bug#8780)
23517
23518 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23519
23520 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
23521
23522 * ses.el (ses-unload-function):
23523 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
23524
23525 * proced.el (proced-unload-function):
23526 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
23527
23528 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
23529
23530 * server.el (server-create-window-system-frame): Add parameters arg.
23531 (server-process-filter): Doc fix. Handle frame-parameters.
23532
23533 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23534
23535 Fix bug#8730, bug#8781.
23536
23537 * loadhist.el (unload--set-major-mode): New function.
23538 (unload-feature): Use it.
23539
23540 * progmodes/python.el (python-after-info-look): Add autoload cookie.
23541 (python-unload-function): New function.
23542
23543 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
23544
23545 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
23546
23547 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
23548
23549 * net/browse-url.el (browse-url-firefox-program): Add icecat to
23550 the candidates list.
23551
23552 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
23553
23554 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
23555
23556 2011-06-23 Richard Stallman <rms@gnu.org>
23557
23558 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
23559 (rmail-variables): Set next-error-move-function.
23560 (rmail-what-message): Take argument POS.
23561 (rmail-next-error-move): New function.
23562
23563 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
23564
23565 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
23566 messages for adjacent non-terminals.
23567
23568 2011-06-23 Richard Stallman <rms@gnu.org>
23569
23570 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
23571 (rmail-show-message-1): Preserve buffer modified flag.
23572 (rmail-start-mail): Don't specify use of rmail-mail-return;
23573 that's done by mail-bury now.
23574 (rmail-mail-return): Handle arg NEWBUF.
23575
23576 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
23577
23578 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
23579 SIZE is a number.
23580
23581 2011-06-23 Martin Rudalics <rudalics@gmx.at>
23582
23583 * window.el (get-lru-window, get-mru-window)
23584 (get-largest-window): Never return a minibuffer window.
23585 (display-buffer-pop-up-window): Fix a bug that could lead to
23586 reusing the minibuffer window.
23587 (display-buffer): Pass original specifier argument to
23588 display-buffer-function instead of the normalized one.
23589 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
23590
23591 2011-06-22 Leo Liu <sdl.web@gmail.com>
23592
23593 * minibuffer.el (completing-read-function)
23594 (completing-read-default): Move from minibuf.c.
23595
23596 2011-06-22 Richard Stallman <rms@gnu.org>
23597
23598 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
23599 to Rmail even if not started by a special Rmail command.
23600
23601 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
23602 Copy the buffer currently showing just one message.
23603
23604 2011-06-22 Roland Winkler <winkler@gnu.org>
23605
23606 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
23607 (bibtex-clean-entry): First delete the old key so that a
23608 customized algorithm for generating the new key does not get
23609 confused by the old key.
23610 (bibtex-url): Obey regexp of first step.
23611 (bibtex-search-entries): Do not use add-to-list with local
23612 list-var.
23613
23614 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23615
23616 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
23617 stored a user name, then query for the password first, instead of
23618 waiting for SMTP to give an error message and the trying again.
23619
23620 2011-06-22 Lawrence Mitchell <wence@gmx.li>
23621
23622 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
23623 BUFFER in call-process.
23624
23625 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23626
23627 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
23628 QUIT twice.
23629 (smtpmail-try-auth-methods): Require user name and password from
23630 auth-source.
23631
23632 2011-06-22 Martin Rudalics <rudalics@gmx.at>
23633
23634 * window.el (display-buffer-default-specifiers)
23635 (display-buffer-alist): Remove entries for pop-up-frame-alist.
23636 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
23637 (split-window): Normalize SIDE argument (Bug#8916).
23638
23639 * frame.el (pop-up-frame-alist, pop-up-frame-function)
23640 (special-display-frame-alist, special-display-popup-frame):
23641 Remove duplicate declarations. These are now in window.el.
23642
23643 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23644
23645 * mail/smtpmail.el (smtpmail-via-smtp):
23646 Set :use-starttls-if-possible so that we always use STARTTLS if the
23647 server supports it. SMTP servers that support STARTTLS commonly
23648 require it.
23649
23650 * net/network-stream.el (network-stream-open-starttls): Support
23651 upgrading to STARTTLS always, even if we don't have built-in support.
23652 (open-network-stream): Add the :always-query-capabilities keyword.
23653
23654 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
23655 upgrades with `open-network-stream', and rely solely on
23656 auth-source for all credentials. Big changes throughout the file,
23657 but in particular:
23658 (smtpmail-auth-credentials): Remove.
23659 (smtpmail-starttls-credentials): Remove.
23660 (smtpmail-via-smtp): Check for servers saying they want AUTH after
23661 MAIL FROM, too.
23662
23663 * net/network-stream.el (network-stream-open-starttls):
23664 Provide support for client certificates both for external and built-in
23665 STARTTLS.
23666 (auth-source): Require.
23667 (open-network-stream): Document the :client-certificate keyword.
23668 (network-stream-certificate): Change cert-cert to cert and
23669 cert-key to key.
23670
23671 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
23672
23673 * net/tramp-cache.el (top): Don't load the persistency file when
23674 "emacs -Q" has been called.
23675
23676 2011-06-21 Tim Harper <timcharper@gmail.com>
23677
23678 * term/ns-win.el (ns-initialize-window-system):
23679 Set application-specific `ApplePressAndHoldEnabled' system
23680 resource to NO as it is not yet supported by the NS port.
23681
23682 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
23683
23684 * misc.el (list-dynamic-libraries--refresh): Compute header here...
23685 (list-dynamic-libraries): ...not here.
23686
23687 2011-06-21 Leo Liu <sdl.web@gmail.com>
23688
23689 * subr.el (sha1): Implement sha1 using secure-hash.
23690
23691 2011-06-21 Martin Rudalics <rudalics@gmx.at>
23692
23693 * window.el (display-buffer-alist): In default value do not
23694 enforce searching a window on any but the selected frame.
23695 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
23696 (display-buffer-select-window): Remove function.
23697 (display-buffer-in-window): When a window on another frame gets
23698 reused, do not select it any more but just raise its frame if
23699 necessary (Bug#8851) and (Bug#8856).
23700 (display-buffer-normalize-options): Handle pop-up-frames related
23701 options more faithfully.
23702 (pop-to-buffer): Don't rely on `display-buffer' selecting the
23703 window if it is on another frame.
23704 (display-buffer-alist, display-buffer-default-specifiers):
23705 Don't make new frame unsplittable by default.
23706 (display-buffer-normalize-argument): Fix doc-string typo and use
23707 'same-frame-other-window instead of 'other-window when associating
23708 with display-buffer-macro-specifiers.
23709
23710 2011-06-21 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
23711
23712 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
23713 New functions.
23714 (5x5-mode-map, 5x5-mode-menu): Bind them.
23715 (5x5-draw-grid): Tweak the solver's rendering.
23716
23717 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
23718
23719 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
23720 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
23721
23722 2011-06-21 Drew Adams <drew.adams@oracle.com>
23723
23724 * menu-bar.el: Use function variable instead of switch-to-buffer.
23725 (menu-bar-select-buffer-function): New variable.
23726 (menu-bar-update-buffers): Use it (bug#8876).
23727
23728 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
23729
23730 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
23731 variable's status.
23732
23733 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
23734
23735 * x-dnd.el (x-dnd-version-from-flags)
23736 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
23737 and long as number (Bug#8899).
23738 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
23739
23740 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
23741
23742 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
23743 (completion-try-completion, completion-all-completions): Compute the
23744 metadata argument if it's missing; make it optional (bug#8795).
23745
23746 * wid-edit.el: Use lex-bind and move towards completion-at-point.
23747 (widget-complete): Use new :completion-function property.
23748 (widget-completions-at-point): New function.
23749 (default): Use :completion-function instead of :complete.
23750 (widget-default-completions): Rename from widget-default-complete;
23751 Rewrite.
23752 (widget-string-complete, widget-file-complete, widget-color-complete):
23753 Remove functions.
23754 (file, symbol, function, variable, coding-system, color):
23755 * international/mule-cmds.el (default-input-method, charset)
23756 (language-info-custom-alist):
23757 * cus-edit.el (face): Use new property :completions.
23758
23759 * progmodes/pascal.el (pascal-completions-at-point): New function.
23760 (pascal-mode): Use it.
23761 (pascal-mode-map): Use completion-at-point.
23762 (pascal-toggle-completions): Make obsolete.
23763 (pascal-complete-word, pascal-show-completions):
23764 * progmodes/octave-mod.el (octave-complete-symbol):
23765 Redefine as obsolete alias.
23766 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
23767 Signal absence of completion info for old Octave,
23768 (inferior-octave-complete): Redefine as obsolete alias.
23769 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
23770 (meta-completions-at-point): Rename from meta-complete-symbol and
23771 adapt it for use on completion-at-point-functions.
23772 (meta-common-mode): Use it.
23773 (meta-looking-at-backward, meta-match-buffer): Remove.
23774 (meta-complete-symbol): Redefine as obsolete alias.
23775 (meta-common-mode-map): Use completion-at-point.
23776 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
23777 (makefile-mode-map): Use completion-at-point.
23778 (makefile-completions-at-point): Rename from makefile-complete and
23779 adapt it for use on completion-at-point-functions.
23780 (makefile-mode): Use it.
23781 (makefile-complete): Redefine as obsolete alias.
23782
23783 2011-06-20 Deniz Dogan <deniz@dogan.se>
23784
23785 * net/rcirc.el: Delete trailing whitespaces once and for all.
23786
23787 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
23788
23789 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
23790
23791 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
23792
23793 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
23794
23795 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
23796
23797 2011-06-19 Martin Rudalics <rudalics@gmx.at>
23798
23799 * window.el (display-buffer-other-window-means-other-frame):
23800 Call display-buffer-normalize-alist.
23801 (display-buffer-normalize-specifiers-1): Rename to
23802 display-buffer-normalize-argument. New argument other-frame.
23803 Rewrite.
23804 (display-buffer-normalize-specifiers-2): Rename to
23805 display-buffer-normalize-options.
23806 (display-buffer-normalize-alist-1): New function.
23807 (display-buffer-normalize-specifiers-3): Rename to
23808 display-buffer-normalize-alist.
23809 Call display-buffer-normalize-alist-1.
23810 (display-buffer-normalize-options-inhibit): New variable.
23811 (display-buffer-normalize-specifiers): Rewrite calling
23812 display-buffer-normalize-alist,
23813 display-buffer-normalize-argument, and
23814 display-buffer-normalize-options. Don't call the latter if
23815 display-buffer-normalize-options-inhibit is non-nil.
23816 (frame-auto-delete): New option.
23817 (window-deletable-p): Use frame-auto-delete.
23818 (window-list-no-nils, window-state-ignored-parameters)
23819 (window-state-get-1, window-state-get, window-state-put-list)
23820 (window-state-put-1, window-state-put-2, window-state-put):
23821 New functions.
23822 (display-buffer-normalize-options): Move special-display-p group
23823 after pop-up-frame group (Bug#8851) and (Bug#8856).
23824
23825 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
23826
23827 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
23828 groups (Bug#8776).
23829 (rx-submatch-n): New function.
23830 (rx): Document it.
23831
23832 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
23833 (Bug#8768).
23834
23835 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
23836
23837 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
23838
23839 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
23840 anytime existing face settings are present (Bug#8889).
23841
23842 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
23843 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
23844 Remove unused argument.
23845
23846 2011-06-18 Martin Rudalics <rudalics@gmx.at>
23847
23848 * window.el (display-buffer-default-specifiers):
23849 Remove pop-up-frame. Add pop-up-window-min-height,
23850 pop-up-window-min-width, and another reuse-window specifier
23851 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
23852 (display-buffer-normalize-specifiers-2):
23853 Handle split-height-threshold and split-width-threshold also when
23854 pop-up-windows is unset. Add a reuse-window specifier for the
23855 case popping up a new window fails.
23856 (special-display-popup-frame): Remove double quoting.
23857 (display-buffer-normalize-specifiers-1): Fix thinko.
23858
23859 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
23860
23861 * shell.el (shell-completion-vars): Set pcomplete-termination-string
23862 according to comint-completion-addsuffix.
23863
23864 * pcomplete.el: Convert to lexical binding and fix bug#8819.
23865 (pcomplete-suffix-list): Mark as obsolete.
23866 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
23867 pcomplete-seen in the closure.
23868 (pcomplete-comint-setup): Setup completion-at-point as well.
23869 (pcomplete--entries): New function.
23870 (pcomplete--env-regexp): New var.
23871 (pcomplete-entries): Rewrite to work with partial-completion and
23872 without relying on pcomplete-suffix-list.
23873 (pcomplete-pare-list): Remove, unused.
23874
23875 2011-06-17 Martin Rudalics <rudalics@gmx.at>
23876
23877 * window.el (display-buffer-alist): Set pop-up-window-min-height
23878 and pop-up-window-min-width in default value. Reported by
23879 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
23880 other-window-means-other-frame.
23881 (display-buffer-macro-specifiers): Comment out entry for
23882 other-window specifier.
23883 (display-buffer-other-window-means-other-frame): New function.
23884 (display-buffer-normalize-specifiers-1): New arguments
23885 buffer-name and label. Treat other-window case specially.
23886 (display-buffer-normalize-specifiers-2): Treat other-window case
23887 specially.
23888 (display-buffer-normalize-specifiers-3): New function.
23889 (display-buffer-normalize-specifiers):
23890 Call display-buffer-normalize-specifiers-3.
23891
23892 2011-06-17 Martin Rudalics <rudalics@gmx.at>
23893
23894 * window.el (same-window-p): Fix two typos introduced when
23895 adding with-no-warnings.
23896 (display-buffer-normalize-specifiers-1): Don't check
23897 pop-up-frames for 'unset initialization.
23898 (display-buffer-normalize-specifiers-2): Major rewrite using
23899 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
23900 (pop-up-frames, display-buffer-reuse-frames)
23901 (display-buffer-mark-dedicated): Don't initialize to 'unset.
23902 Suggested by David Engster <deng@randomsample.de>.
23903 (even-window-heights): Initialize to 'unset.
23904 (display-buffer-alist-set): Handle new 'unset initializations.
23905 (display-buffer-macro-specifiers): Don't pop up a new frame in the
23906 other window case.
23907
23908 2011-06-16 Martin Rudalics <rudalics@gmx.at>
23909
23910 * window.el (display-buffer-normalize-specifiers-1):
23911 Respect current value of pop-up-frames for most reasonable values of
23912 second argument of display-buffer (Bug#8865).
23913 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
23914 (switch-to-buffer-other-window-same-frame)
23915 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
23916 Adams (Bug#8875).
23917 (display-buffer): Don't check noninteractive when calling
23918 display-buffer-pop-up-frame.
23919 (display-buffer-pop-up-frame): Never pop up a frame in
23920 noninteractive mode (Bug#8857).
23921 (enlarge-window, shrink-window): Don't report an error when the
23922 window can't be resized as requested (Bug#8862).
23923
23924 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
23925
23926 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
23927
23928 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
23929
23930 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
23931
23932 2011-06-15 Alan Mackenzie <acm@muc.de>
23933
23934 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
23935 for declarators, disable knr checking to speed up for normal files.
23936 2: Refactor, replacing a sequence of nested if forms by a cond form.
23937
23938 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
23939
23940 * net/network-stream.el (open-network-stream): Add the keyword
23941 :always-query-capabilities for the case where you want to force a
23942 `plain' network connection, but the protocol still requires the
23943 capabilitiy command (i.e., SMTP and EHLO).
23944
23945 * subr.el (process-live-p): Rename from `process-alive-p' for
23946 consistency with other `-live-p' functions.
23947
23948 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
23949
23950 * window.el (same-window-buffer-names, same-window-regexps)
23951 (special-display-frame-alist, special-display-popup-frame)
23952 (special-display-function, special-display-buffer-names)
23953 (special-display-regexps, pop-up-frame-alist)
23954 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
23955 (pop-up-windows, split-window-preferred-function)
23956 (split-height-threshold, split-width-threshold, even-window-heights)
23957 (display-buffer-mark-dedicated): Don't encourage the use of
23958 display-buffer-alist from Elisp code.
23959
23960 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
23961
23962 * progmodes/python.el (python-mode): Derive from prog-mode.
23963 * progmodes/ps-mode.el (ps-mode):
23964 * progmodes/mixal-mode.el (mixal-mode):
23965 * progmodes/cfengine.el (cfengine-mode):
23966 * progmodes/ld-script.el (ld-script-mode): Likewise.
23967
23968 2011-06-15 Martin Rudalics <rudalics@gmx.at>
23969
23970 * window.el (display-buffer-alist): Trim default value to avoid
23971 popping up a new frame (Bug#8857) or reusing an arbitrary window
23972 on another frame.
23973 (display-buffer): Do not fall back on popping up a new frame in
23974 batch mode (Bug#8857).
23975
23976 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
23977
23978 * cus-theme.el (describe-theme-1): Use custom-theme-p.
23979 (custom-theme-summary): New function.
23980 (customize-themes): Use it.
23981
23982 2011-06-13 Glenn Morris <rgm@gnu.org>
23983
23984 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
23985
23986 2011-06-13 Martin Rudalics <rudalics@gmx.at>
23987
23988 * help.el (help-window): Remove variable.
23989 (help-window-point-marker, temp-buffer-max-height)
23990 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
23991 (help-print-return-message): Don't set help-window.
23992 (resize-temp-buffer-window): Rewrite cod eand doc-string.
23993 (help-window-setup-finish): Remove.
23994 (help-window-display-message, help-window-setup)
23995 (with-help-window): Major rewrite based on new
23996 display-buffer-window variable.
23997
23998 * help-mode.el (help-mode-finish): Remove help-window related
23999 code.
24000
24001 * view.el (view-exits-all-viewing-windows): Remove reference to
24002 view-return-to-alist in doc-string.
24003 (view-return-to-alist): Make obsolete.
24004 (view-buffer): Call pop-to-buffer-same-window and remove
24005 undo-window code.
24006 (view-buffer-other-window): Call pop-to-buffer-other-window and
24007 simplify code. Ignore second argument.
24008 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
24009 simplify code. Ignore second argument.
24010 (view-return-to-alist-update): Make obsolete.
24011 (view-mode-enter): Rename second argument to QUIT-RESTORE.
24012 Rewrite using quit-restore window parameters.
24013 (view-mode-exit): Rename second argument to EXIT-ONLY.
24014 Rewrite using quit-restore-window.
24015 (View-exit, View-exit-and-edit, View-leave, View-quit)
24016 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
24017 appropriate arguments.
24018 (view-end-message): Use quit-restore window parameter.
24019
24020 * window.el (display-buffer-function): Rewrite doc-string.
24021 (display-buffer-window, display-buffer-alist): New variables.
24022 (display-buffer-split-specifiers)
24023 (display-buffer-side-specifiers)
24024 (display-buffer-macro-specifiers): New constants.
24025 (display-buffer-even-window-sizes, display-buffer-set-height)
24026 (display-buffer-set-width, display-buffer-select-window)
24027 (display-buffer-in-window, display-buffer-reuse-window)
24028 (display-buffer-split-window-1, display-buffer-split-window)
24029 (display-buffer-split-atom-window, display-buffer-pop-up-window)
24030 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
24031 (display-buffer-in-side-window, normalize-buffer-to-display)
24032 (display-buffer-normalize-specifiers-1)
24033 (display-buffer-normalize-specifiers-2)
24034 (display-buffer-normalize-specifiers, display-buffer-frame):
24035 New functions.
24036 (display-buffer): Major rewrite.
24037 (display-buffer-other-window, display-buffer-other-frame)
24038 (pop-to-buffer, switch-to-buffer-other-window)
24039 (switch-to-buffer-other-frame): Rewrite.
24040 (display-buffer-same-window, display-buffer-same-frame)
24041 (display-buffer-same-frame-other-window)
24042 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
24043 (pop-to-buffer-other-window)
24044 (pop-to-buffer-same-frame-other-window)
24045 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
24046 (switch-to-buffer-other-window-same-frame): New functions.
24047 (same-window-p, special-display-p): Rewrite disabling warnings.
24048 Make obsolete.
24049 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
24050 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
24051 Make obsolete
24052 (same-window-buffer-names, same-window-regexps)
24053 (special-display-frame-alist, special-display-popup-frame)
24054 (special-display-function, special-display-buffer-names)
24055 (special-display-regexps, pop-up-frame-alist)
24056 (pop-up-frame-function, split-window-preferred-function)
24057 (split-height-threshold, split-width-threshold)
24058 (even-window-heights): Make obsolete.
24059
24060 2011-06-12 Glenn Morris <rgm@gnu.org>
24061
24062 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
24063 Misc simplifications.
24064
24065 2011-06-12 Martin Rudalics <rudalics@gmx.at>
24066
24067 * window.el (window-safely-shrinkable-p): Restore function which
24068 was inadvertently removed in change from 2011-06-11. Declare as
24069 obsolete.
24070
24071 * calendar/calendar.el (calendar-generate-window):
24072 Use window-iso-combined-p instead of combination of one-window-p and
24073 window-safely-shrinkable-p.
24074
24075 2011-06-12 Glenn Morris <rgm@gnu.org>
24076
24077 * progmodes/fortran.el (fortran-mode-syntax-table):
24078 * progmodes/f90.el (f90-mode-syntax-table):
24079 Set % to punctuation. (Bug#8820)
24080 (f90-find-tag-default): Remove, no longer needed.
24081
24082 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
24083
24084 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
24085
24086 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
24087
24088 * image.el (image-animated-p): Return animation delay in seconds.
24089 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
24090 (image-animate-timeout): Remove DELAY argument. Don't assume
24091 every subimage has the same delay; get it from image-animated-p.
24092 (image-animate): Caller changed.
24093
24094 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
24095
24096 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
24097 to ignored backtrace functions.
24098
24099 2011-06-11 Glenn Morris <rgm@gnu.org>
24100
24101 * calendar/appt.el (appt-disp-window-function): Doc fix.
24102 (appt-check): Handle overlapping appointments. (Bug#8337)
24103
24104 2011-06-11 Martin Rudalics <rudalics@gmx.at>
24105
24106 * window.el (window-tree-1, window-tree): New functions, moving
24107 the latter to window.el.
24108 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
24109 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
24110 (bw-refresh-edges): Remove.
24111 (balance-windows-1, balance-windows-2): New functions.
24112 (balance-windows): Rewrite in terms of window tree functions,
24113 balance-windows-1 and balance-windows-2.
24114 (bw-adjust-window): Remove.
24115 (balance-windows-area-adjust): New function with functionality of
24116 bw-adjust-window but using resize-window.
24117 (set-window-text-height): Rewrite doc-string.
24118 Use normalize-live-window and resize-window.
24119 (enlarge-window-horizontally, shrink-window-horizontally):
24120 Rename argument to DELTA.
24121 (window-buffer-height): New function.
24122 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
24123 Rewrite using new window resize routines.
24124 (kill-buffer-and-window, mouse-autoselect-window-select):
24125 Use ignore-errors instead of condition-case.
24126 (quit-window): Call delete-frame instead of delete-windows-on
24127 for the only buffer on frame.
24128
24129 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24130
24131 * loadup.el (top-level): Load window before files for the sake
24132 of replace-buffer-in-windows.
24133
24134 * files.el (read-buffer-to-switch)
24135 (switch-to-buffer-other-window)
24136 (switch-to-buffer-other-frame, display-buffer-other-frame):
24137 Move to window.el.
24138
24139 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
24140 (previous-buffer): Move to window.el.
24141
24142 * bindings.el (unbury-buffer): Move to window.el.
24143
24144 * window.el (delete-other-windows-vertically): Move after
24145 definition of delete-other-windows.
24146 (other-window, delete-windows-on, replace-buffer-in-windows):
24147 Move here from window.c.
24148 (record-window-buffer, unrecord-window-buffer)
24149 (set-window-buffer-start-and-point, switch-to-prev-buffer)
24150 (switch-to-next-buffer): New functions.
24151 (get-next-valid-buffer, last-buffer, next-buffer): Move here
24152 from simple.el. Call switch-to-next-buffer.
24153 (previous-buffer): Move here from simple.el.
24154 Call switch-to-prev-buffer.
24155 (bury-buffer): Move here from buffer.c. Switch to previous
24156 buffer when window cannot be deleted.
24157 (unbury-buffer): Move here from bindings.el.
24158 (ctl-x-map): Move binding for other-window from window.c to
24159 here.
24160 (read-buffer-to-switch, switch-to-buffer-other-window)
24161 (switch-to-buffer-other-frame): Move here from files.el.
24162 (normalize-buffer-to-switch-to): New functions.
24163 (switch-to-buffer): Move here from buffer.c.
24164 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
24165
24166 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24167
24168 * window.el (window-min-height, window-min-width): Move here
24169 from window.c. Add defcustoms and rewrite doc-strings.
24170 (resize-mini-window, resize-window): New functions.
24171 (adjust-window-trailing-edge, enlarge-window, shrink-window):
24172 Move here from window.c.
24173 (maximize-window, minimize-window): New functions.
24174 (delete-window, delete-other-windows, split-window): Move here
24175 from window.c.
24176 (window-split-min-size): New function.
24177 (split-window-keep-point): Mention split-window-above-each-other
24178 instead of split-window-vertically.
24179 (split-window-above-each-other, split-window-vertically):
24180 Rename split-window-vertically to split-window-above-each-other
24181 and provide defalias for old definition.
24182 (split-window-side-by-side, split-window-horizontally):
24183 Rename split-window-horizontally to split-window-side-by-side
24184 and provide defalias for the old definition.
24185 (ctl-x-map): Move bindings for delete-window,
24186 delete-other-windows and enlarge-window here from window.c.
24187 Replace bindings for split-window-vertically and
24188 split-window-horizontally by bindings for
24189 split-window-above-each-other and split-window-side-by-side.
24190
24191 * cus-start.el (all): Remove entries for window-min-height and
24192 window-min-width. Add entries for window-splits and
24193 window-nest.
24194
24195 2011-06-09 Glenn Morris <rgm@gnu.org>
24196
24197 * calendar/appt.el (appt-mode-line): New function.
24198 (appt-check, appt-disp-window): Use it.
24199
24200 * files.el (hack-one-local-variable-eval-safep):
24201 Allow minor-modes with explicit +/-1 arguments.
24202
24203 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
24204
24205 * term/xterm.el (xterm): Add defgroup.
24206 (xterm-extra-capabilities): Add defcustom to supply known xterm
24207 capabilities, skip querying them, or query them (default).
24208 (terminal-init-xterm): Use it.
24209 (terminal-init-xterm-modify-other-keys): New function to set up
24210 modifyOtherKeys support to simplify `terminal-init-xterm'.
24211
24212 2011-06-09 Martin Rudalics <rudalics@gmx.at>
24213
24214 * window.el (resize-window-reset, resize-window-reset-1)
24215 (resize-subwindows-skip-p, resize-subwindows-normal)
24216 (resize-subwindows, resize-other-windows, resize-this-window)
24217 (resize-root-window, resize-root-window-vertically)
24218 (window-deletable-p, window-or-subwindow-p)
24219 (frame-root-window-p): New functions.
24220
24221 2011-06-09 Glenn Morris <rgm@gnu.org>
24222
24223 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
24224 (ange-ftp-get-files): Use it.
24225
24226 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
24227
24228 * mail/sendmail.el (mail-recover-1, mail-recover):
24229 * files.el (recover-file, recover-session):
24230 Handle dired-listing-switches not being just a single short option.
24231
24232 2011-06-09 Glenn Morris <rgm@gnu.org>
24233
24234 * calendar/appt.el (appt-display-message, appt-disp-window):
24235 Handle lists of appointments.
24236
24237 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24238
24239 * window.el (one-window-p): Move down in code.
24240 Rewrite doc-string.
24241 (window-current-scroll-bars): Rewrite doc-string.
24242 Normalize live window argument.
24243 (walk-windows, get-window-with-predicate, count-windows):
24244 Rewrite doc-string. Use window-list-1.
24245 (window-in-direction-2, window-in-direction, get-mru-window):
24246 New functions.
24247
24248 2011-06-08 Reuben Thomas <rrt@sc3d.org>
24249
24250 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
24251 Doc fix (Bug#8713).
24252
24253 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
24254
24255 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
24256
24257 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
24258
24259 * loadhist.el (unload-feature-special-hooks):
24260 Add `comint-output-filter-functions'.
24261
24262 2011-06-08 Ivan Kanis <gnu@kanis.fr>
24263
24264 * calendar/appt.el (appt-check): Move some initializations into the let.
24265
24266 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24267
24268 * window.el (window-height): Defalias to window-total-height.
24269 (window-width): Defalias to window-body-width.
24270
24271 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
24272
24273 * image-mode.el (image-toggle-animation): New command.
24274 (image-mode-map): Bind it to RET.
24275 (image-mode): Update message.
24276 (image-toggle-display-image): Avoid a spurious cache flush.
24277 (image-transform-rotation): Doc fix.
24278 (image-transform-properties): Return quickly in the normal case.
24279 (image-animate-loop): Rename from image-animate-max-time.
24280
24281 * image.el (image-animate-max-time): Move to image-mode.el.
24282 (create-animated-image): Remove unnecessary function.
24283 (image-animate): Rename from image-animate-start. New arg.
24284 (image-animate-stop): Remove; just use image-animate-timer.
24285 (image-animate-timer): Use car-safe.
24286 (image-animate-timeout): Rename argument.
24287
24288 2011-06-07 Martin Rudalics <rudalics@gmx.at>
24289
24290 * window.el (get-lru-window, get-largest-window): Move here from
24291 window.c. Rename first argument to ALL-FRAMES.
24292 Rephrase doc-strings.
24293 (get-buffer-window-list): Rewrite using window-list-1.
24294 Rephrase doc-string.
24295 (window-safe-min-height, window-safe-min-width): New constants.
24296 (window-size-ignore, window-min-size, window-min-size-1)
24297 (window-sizable, window-sizable-p, window-size-fixed-1)
24298 (window-size-fixed-p, window-min-delta-1, window-min-delta)
24299 (window-max-delta-1, window-max-delta, window-resizable)
24300 (window-resizable-p, window-total-height, window-total-width)
24301 (window-body-width): New functions.
24302 (window-full-height-p, window-full-width-p): Rewrite using
24303 window-total-size.
24304 (window-body-height): Rewrite using window-body-size.
24305
24306 2011-06-06 Martin Rudalics <rudalics@gmx.at>
24307
24308 * window.el (window-right, window-left, window-child)
24309 (window-child-count, window-last-child, window-any-p)
24310 (normalize-live-buffer, normalize-live-frame)
24311 (normalize-any-window, normalize-live-window)
24312 (window-iso-combination-p, window-iso-combined-p)
24313 (window-iso-combinations)
24314 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
24315 (windows-with-parameter, window-with-parameter)
24316 (window-atom-root, make-window-atom, window-atom-check-1)
24317 (window-atom-check, window-side-check, window-check):
24318 New functions.
24319 (ignore-window-parameters, window-sides, window-sides-vertical)
24320 (window-sides-slots): New variables.
24321 (window-size-fixed): Move down in code. Minor doc-string fix.
24322
24323 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
24324
24325 * comint.el (comint-dynamic-complete-as-filename)
24326 (comint-dynamic-complete-filename): Correctly call
24327 completion-in-region.
24328
24329 2011-06-05 Deniz Dogan <deniz@dogan.se>
24330
24331 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
24332 in last change.
24333
24334 2011-06-05 Deniz Dogan <deniz@dogan.se>
24335
24336 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
24337 (rcirc): Use it to prompt for encryption.
24338
24339 2011-06-05 Roland Winkler <winkler@gnu.org>
24340
24341 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
24342 (bibtex-search-entries): New command bound to C-c C-a.
24343 (bibtex-display-entries): New function.
24344
24345 2011-06-05 Roland Winkler <winkler@gnu.org>
24346
24347 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
24348 (bibtex-insert-kill): After yanking insert newline if necessary.
24349 (bibtex-initialize): Call bibtex-string-files-init only once.
24350 (bibtex-mode): Do not call easy-menu-add.
24351 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
24352 (bibtex-yank): Set arg properly if nil.
24353
24354 2011-06-05 Roland Winkler <winkler@gnu.org>
24355
24356 * textmodes/bibtex.el (bibtex-search-entry-globally):
24357 New variable.
24358 (bibtex-search-entry): Use it.
24359
24360 2011-06-05 Roland Winkler <winkler@gnu.org>
24361
24362 * textmodes/bibtex.el (bibtex-entry-format): New option
24363 sort-fields.
24364 (bibtex-format-entry, bibtex-reformat): Honor this option.
24365 (bibtex-parse-entry): Return fields in proper order.
24366
24367 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
24368
24369 * doc-view.el (doc-view-remove-if): Move computation of result out
24370 of `dolist' to silence misleading lexical-binding warning.
24371
24372 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
24373
24374 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
24375 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
24376
24377 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24378
24379 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
24380 "SunOS 5.10".
24381
24382 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24383
24384 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
24385 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
24386 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
24387 (tramp-parse-putty):
24388 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
24389 (tramp-completion-function-alist-ssh)
24390 (tramp-completion-function-alist-telnet)
24391 (tramp-completion-function-alist-su)
24392 (tramp-completion-function-alist-putty): Set `tramp-autoload'
24393 cookie.
24394
24395 * net/tramp-ftp.el:
24396 * net/tramp-sh.el:
24397 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
24398 load "tramp.el" `tramp-set-completion-function'.
24399
24400 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
24401
24402 * shell.el: Require and use pcomplete.
24403 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
24404 (shell-completion-vars): Set pcomplete-default-completion-function.
24405
24406 2011-06-04 Deniz Dogan <deniz@dogan.se>
24407
24408 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
24409 `memq' (Bug#8799).
24410
24411 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24412
24413 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
24414
24415 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
24416
24417 * bs.el (bs--mark-unmark, bs--nth-wrapper):
24418 * mpc.el (mpc-select-extend, mpc-songpointer-context):
24419 * vc/log-view.el (log-view-beginning-of-defun):
24420 * vc/smerge-mode.el (smerge-apply-resolution-patch)
24421 (smerge-refine-forward, smerge-refine-chopup-region):
24422 Silence warning for unused `dotimes' counter variables.
24423
24424 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24425
24426 * net/tramp.el (tramp-with-progress-reporter): Rename from
24427 with-progress-reporter. Use `declare'.
24428 * net/tramp-smb.el:
24429 * net/tramp-sh.el:
24430 * net/tramp-gvfs.el: Update all uses.
24431
24432 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
24433
24434 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
24435 buffer isn't killed before making it current.
24436
24437 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24438
24439 Silence various byte-compiler warnings.
24440 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
24441 `access-type' and new obsolescence format.
24442 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
24443 new format.
24444 (byte-compile-check-variable): New `access-type' argument.
24445 Only warn if the access-type is obsolete.
24446 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24447 (byte-compile-variable-set): Adjust callers.
24448 * help-fns.el (describe-variable): Adjust to new obsolescence format.
24449 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
24450 setting it as obsolete.
24451 * simple.el (minibuffer-completing-symbol):
24452 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
24453 access as obsolete.
24454 * minibuffer.el (minibuffer-completing-file-name): Don't make it
24455 obsolete yet.
24456 * international/quail.el (quail-mouse-choose-completion): Remove unused
24457 code referring to obsolete var.
24458 (quail-choose-completion-string): Remove.
24459 * server.el (server-clients-with, server-kill-buffer-query-function)
24460 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
24461 * proced.el (proced-send-signal):
24462 * emacs-lisp/lisp.el (lisp-complete-symbol):
24463 Replace completion-annotate-function with completion-extra-properties.
24464
24465 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24466
24467 * simple.el (goto-line): Use read-number.
24468 (overriding-map-is-bound): Remove.
24469 (saved-overriding-map): Change default.
24470 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
24471 Take the map as argument.
24472 (universal-argument, negative-argument, digit-argument): Use it.
24473 (restore-overriding-map): Adjust.
24474 (do-auto-fill): Use fill-forward-paragraph.
24475 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
24476
24477 * minibuffer.el (minibuffer-inactive-mode-map): New var.
24478 (minibuffer-inactive-mode): New major mode.
24479 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
24480 the *Messages* buffer" hack.
24481 (mouse-popup-menubar): Don't burp if the event is a normal key.
24482
24483 Miscellaneous tweaks.
24484 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
24485 lexical scoping as in subr.el's dolist and dotimes.
24486 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
24487 Silence compiler warning.
24488 * thingatpt.el (forward-whitespace): Trivial coding style fix.
24489 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
24490 * international/ccl.el (ccl-compile): Trivial simplification.
24491 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
24492 * emacs-lisp/testcover.el (testcover-end): Remove spurious
24493 `printflag' argument.
24494 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
24495 Purecopy the whole obsolescence data.
24496
24497 2011-06-01 Leo Liu <sdl.web@gmail.com>
24498
24499 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
24500 improve doc-string as suggested by Marco Pessotto
24501 <melmothx@gmail.com>.
24502 (rcirc-print): Fix last change.
24503
24504 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24505
24506 * minibuffer.el (complete-with-action): Return nil for the metadata and
24507 boundaries of non-functional tables.
24508 (completion-table-dynamic): Return nil for the metadata.
24509 (completion-table-with-terminator): Add default case, using
24510 complete-with-action.
24511 (completion--metadata): New function.
24512 (completion-all-sorted-completions, minibuffer-completion-help): Use it
24513 to try and avoid pathological performance problems.
24514 (completion--embedded-envvar-table): Return `category' metadata.
24515
24516 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
24517
24518 * subr.el (process-alive-p): New tiny convenience function.
24519
24520 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24521
24522 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
24523 content but also its previous major mode.
24524
24525 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
24526
24527 * emacs-lisp/debug.el (debug): Restore the previous content of the
24528 *Backtrace* buffer when we exit with C-M-c.
24529
24530 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24531
24532 * minibuffer.el: Add metadata method to completion tables.
24533 (completion-category-overrides): New defcustom.
24534 (completion-metadata, completion--field-metadata)
24535 (completion-metadata-get, completion--styles)
24536 (completion--cycle-threshold): New functions.
24537 (completion-try-completion, completion-all-completions):
24538 Add `metadata' argument to choose completion-styles.
24539 (completion--do-completion): Use metadata to choose cycling.
24540 (completion-all-sorted-completions): Use metadata for sorting.
24541 Remove :completion-cycle-penalty which is not needed any more.
24542 (completion--try-word-completion): Add `metadata' argument.
24543 (minibuffer-completion-help): Check metadata for annotation function
24544 and sorting.
24545 (completion-file-name-table): Return `category' metadata.
24546 (minibuffer-completing-file-name): Make obsolete.
24547 * simple.el (minibuffer-completing-symbol): Make obsolete.
24548 * icomplete.el (icomplete-completions): Pass new `metadata' param to
24549 completion-try-completion.
24550
24551 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
24552
24553 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
24554
24555 2011-05-30 Leo Liu <sdl.web@gmail.com>
24556
24557 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
24558 (rcirc-print): Decode all incoming messages (bug#8744).
24559 (rcirc-decode-coding-system): Allow value nil for automatic coding
24560 system detection.
24561
24562 2011-06-01 Glenn Morris <rgm@gnu.org>
24563
24564 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
24565
24566 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24567
24568 * image.el (image-animate-max-time): Allow nil and t values.
24569 Default to nil.
24570 (create-animated-image): Doc fix.
24571 (image-animate-start): Remove second arg; just use
24572 image-animate-max-time.
24573 (image-animate-timeout): Doc fix. Args changed.
24574
24575 * image-mode.el (image-toggle-display-image): Ensure that the
24576 image spec passed to the animate timer is the same object as in
24577 the buffer's display property (Bug#6981).
24578 (image-transform-properties): Doc fix.
24579
24580 * image.el (image-animate-max-time): Default to nil.
24581
24582 2011-05-29 Martin Rudalics <rudalics@gmx.at>
24583
24584 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
24585 entire buffer list (Bug#8184).
24586
24587 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24588
24589 * image.el (imagemagick-types-inhibit)
24590 (imagemagick-register-types): Doc fix.
24591
24592 2011-05-29 Deniz Dogan <deniz@dogan.se>
24593
24594 * net/rcirc.el (rcirc): Use the user's stored encryption method by
24595 default.
24596
24597 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24598
24599 * select.el: Don't perform clipboard-manager saving in hooks;
24600 leave the hooks empty.
24601
24602 2011-05-28 Leo Liu <sdl.web@gmail.com>
24603
24604 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
24605 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
24606 (occur-edit-mode): New major mode (Bug#8463).
24607 (occur-after-change-function): New function.
24608 (occur-engine): Give Occur tags a read-only property.
24609
24610 2011-05-28 Kevin Ryde <user42@zip.com.au>
24611
24612 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
24613
24614 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24615
24616 * bindings.el (help-echo): Make the initial non-indicator dash
24617 empty on graphical terminals (Bug#7295).
24618
24619 * files.el (auto-mode-alist): Move config rule after the
24620 in-stripping one (Bug#8547).
24621
24622 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
24623
24624 * startup.el (normal-splash-screen): Remove gratuitous mode-line
24625 setting (Bug#8740).
24626
24627 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
24628
24629 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
24630 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
24631 (Bug#8539).
24632
24633 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24634
24635 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
24636
24637 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
24638
24639 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
24640 (hs-hide-block-at-point, hs-find-block-beginning)
24641 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
24642 (Bug#8279).
24643
24644 2011-05-28 Glenn Morris <rgm@gnu.org>
24645
24646 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
24647
24648 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24649
24650 * help-fns.el (describe-function-1): If the function is a derived
24651 major mode, print the parent mode.
24652
24653 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
24654 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
24655
24656 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
24657
24658 * minibuffer.el (completion--capf-wrapper): Check applicability before
24659 returning non-nil for non-exclusive completion data.
24660 * progmodes/etags.el (tags-completion-at-point-function):
24661 * info-look.el (info-lookup-completions-at-point): Mark as
24662 non-exclusive.
24663 (info-complete): Adjust accordingly.
24664
24665 * info-look.el: Convert to lexical-binding and completion-at-point.
24666 (info-lookup-completions-at-point): New function.
24667 (info-complete): Use it and completion-in-region.
24668
24669 2011-05-28 Drew Adams <drew.adams@oracle.com>
24670
24671 * isearch.el: Let M-e start with point at the first mismatched char.
24672 (isearch-fail-pos): New function.
24673 (isearch-edit-string): Use it.
24674
24675 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
24676
24677 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24678
24679 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
24680
24681 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
24682 traversal functions for avl-trees.
24683 (avl-tree--stack): New struct.
24684 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
24685 (avl-tree-enter): Add optional `updatefun' arg.
24686 (avl-tree--do-enter): Add optional `updatefun' arg.
24687 Change return value.
24688 (avl-tree-delete): Add optional `test' and `nilflag' args.
24689 (avl-tree--do-delete): Add `test' and `nilflag' args.
24690 Change return value.
24691 (avl-tree-member): Add optional `nilflag'
24692 (avl-tree-member-p): New function.
24693 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
24694 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
24695 (avl-tree-stack-empty-p): New functions.
24696
24697 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
24698 avl-tree--del-balance1 and make it work both ways.
24699 (avl-tree--del-balance2): Remove.
24700 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
24701 make it work both ways.
24702 (avl-tree--enter-balance2): Remove.
24703 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
24704 New macros.
24705 (avl-tree--mapc, avl-tree-map): Add direction argument.
24706
24707 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
24708
24709 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
24710
24711 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
24712
24713 * select.el: Support clipboard managers with built-in function
24714 x-clipboard-manager-save, via delete-frame-functions and
24715 kill-emacs-hook.
24716 (xselect-convert-to-targets): Add MULTIPLE target to list.
24717 (xselect-convert-to-save-targets): New function.
24718
24719 2011-05-27 Kenichi Handa <handa@m17n.org>
24720
24721 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
24722 let-binding rfc2047-encode-encoded-words to nil.
24723
24724 2011-05-27 Glenn Morris <rgm@gnu.org>
24725
24726 * mail/emacsbug.el: Don't require url-util.
24727
24728 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
24729
24730 * files.el (set-auto-mode):
24731 Also respect mode: entries at the end of the file. (Bug#8586)
24732
24733 2011-05-26 Glenn Morris <rgm@gnu.org>
24734
24735 * files.el (hack-local-variables-prop-line, hack-local-variables):
24736 Downcase mode names, as seems to be traditional.
24737 (hack-local-variables, hack-local-variables-apply): Doc fixes.
24738
24739 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
24740 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
24741
24742 2011-05-25 Julien Danjou <julien@danjou.info>
24743
24744 * textmodes/rst.el (rst-define-level-faces): Do not define face
24745 symbol if it is already defined.
24746
24747 2011-05-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
24748
24749 * play/5x5.el (5x5-new-game, 5x5-randomize):
24750 Reset 5x5-solver-output to nil when a new grid is cast.
24751 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
24752 these debugging traces, as defmacro breaks the compiled code.
24753
24754 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
24755
24756 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24757
24758 2011-05-24 Leo Liu <sdl.web@gmail.com>
24759
24760 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
24761 (vc-bzr-sha1): Adapt.
24762
24763 * sha1.el: Remove. Function `sha1' is now builtin.
24764
24765 * bindings.el: Provide sha1 feature.
24766
24767 2011-05-24 Kenichi Handa <handa@m17n.org>
24768
24769 * mail/sendmail.el: Require `rfc2047'.
24770 (mail-insert-from-field): Do not perform RFC2047 encoding.
24771 (mail-encode-header): New function.
24772 (sendmail-send-it): Set buffer-file-coding-system of the work
24773 buffer to the return value of select-message-coding-system.
24774 Call mail-encode-header.
24775
24776 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
24777
24778 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
24779
24780 * mail/supercite.el (sc-default-cite-frame):
24781 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
24782
24783 2011-05-24 Glenn Morris <rgm@gnu.org>
24784
24785 * progmodes/python.el (brm-menu): Declare.
24786
24787 * emulation/viper.el (viper-set-hooks): Declare.
24788
24789 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
24790 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
24791 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
24792 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
24793 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
24794 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
24795
24796 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
24797
24798 Add an :exit-function for completion-at-point.
24799
24800 * minibuffer.el (completion--done): New fun.
24801 (completion--do-completion): Use it. New arg `expect-exact'.
24802 (minibuffer-complete, minibuffer-complete-word): Don't output message,
24803 since completion--do-completion does it for us now.
24804 (minibuffer-force-complete): Use completion--done and
24805 completion--replace. Handle sole-completion case with more care.
24806 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
24807 (completion-extra-properties): New var.
24808 (completion-annotate-function): Make obsolete.
24809 (minibuffer-completion-help): Adjust accordingly.
24810 Use completion-list-insert-choice-function.
24811 (completion-at-point, completion-help-at-point):
24812 Bind completion-extra-properties.
24813 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
24814 * simple.el (completion-list-insert-choice-function): New var.
24815 (completion-setup-function): Preserve it.
24816 (choose-completion): Pay attention to it, shuffle the code a bit.
24817 (choose-completion-string): New arg `insert-function'.
24818
24819 * textmodes/bibtex.el: Convert to lexical binding.
24820 (bibtex-mode-map): Use completion-at-point.
24821 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
24822 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
24823 (bibtex-complete): Define as obsolete alias.
24824 (bibtex-complete-internal): Remove.
24825 (bibtex-format-entry): Remove unused sub-group in regexp.
24826 * shell.el (shell--command-completion-data)
24827 (shell-environment-variable-completion):
24828 * pcomplete.el (pcomplete-completions-at-point):
24829 * comint.el (comint--complete-file-name-data): Use :exit-function
24830 instead of completion-table-with-terminator so it also works for
24831 choose-completion.
24832
24833 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
24834
24835 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
24836
24837 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
24838 (bug#8710).
24839
24840 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
24841
24842 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
24843
24844 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
24845 customization variable and implement: If non-nil, auto-fill will
24846 be inhibited while on topic's header line.
24847
24848 2011-05-23 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
24849
24850 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
24851 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
24852 always have a solution in grid size = 5 cases.
24853 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
24854 (5x5-solver-output, 5x5-log-buffer): New vars.
24855 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
24856 Make these variables buffer local to achieve 5x5 multi-session-ness.
24857 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
24858 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
24859 (5x5-solve-suggest): New funs.
24860 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
24861 randomize a grid so that we ensure that there is always a solution.
24862 (5x5-make-random-grid): Allow other movement than flipping.
24863
24864 2011-05-23 Kevin Ryde <user42@zip.com.au>
24865
24866 * emacs-lisp/advice.el (ad-read-advised-function):
24867 Use `function-called-at-point' as the default, if it has
24868 advice and passes PREDICATE.
24869
24870 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
24871
24872 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
24873 byte-compile-lambda if it's actually a lambda.
24874
24875 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
24876 Fix function quoting. Use backquote better.
24877
24878 2011-05-22 Yuanle Song <sylecn@gmail.com>
24879
24880 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
24881 matching (Bug#8516).
24882
24883 2011-05-22 Jari Aalto <jari.aalto@cante.net>
24884
24885 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
24886 different face (Bug#8178).
24887
24888 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
24889
24890 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
24891 defface (Bug#8144).
24892
24893 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
24894
24895 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
24896 funcall as well (bug#8712). Warn when performing those conversions.
24897 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
24898
24899 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
24900
24901 2011-05-22 Glenn Morris <rgm@gnu.org>
24902
24903 * files.el (hack-local-variables-prop-line): Small simplifications.
24904 (hack-local-variables, hack-local-variables-prop-line):
24905 If MODE-ONLY, return the mode, rather than just `t'.
24906
24907 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
24908
24909 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
24910
24911 2011-05-21 Glenn Morris <rgm@gnu.org>
24912
24913 * files.el (hack-local-variables-prop-line, hack-local-variables):
24914 If only interested in the mode, don't bother doing the other stuff.
24915
24916 * image-mode.el (image-after-revert-hook):
24917 Redraw all frames on which the image is visible. (Bug#8567)
24918
24919 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
24920
24921 * wid-edit.el (widget-checklist-match-inline):
24922 Fix 2011-04-19 change. (Bug#8649)
24923
24924 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
24925
24926 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
24927 Also allow singlespace after single-letter capitals followed by a dot.
24928
24929 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
24930 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
24931
24932 2011-05-20 Nix <nix@esperi.org.uk>
24933
24934 * files.el (basic-save-buffer-2):
24935 Fix handling of break-hardlink-on-save with non-existent files.
24936
24937 2011-05-19 Deniz Dogan <deniz@dogan.se>
24938
24939 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
24940 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
24941
24942 2011-05-19 Glenn Morris <rgm@gnu.org>
24943
24944 * progmodes/f90.el (f90-type-def-re):
24945 Handle "type, bind(c)". (Bug#8691)
24946
24947 * emacs-lisp/autoload.el (batch-update-autoloads):
24948 Set autoload-excludes by parsing loadup.el rather than Makefiles.
24949
24950 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
24951
24952 * net/tramp.el (tramp-process-actions): Set "first-password-request"
24953 property for the correct connection in case of multihops.
24954
24955 2011-05-18 Glenn Morris <rgm@gnu.org>
24956
24957 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
24958 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
24959
24960 Rationalize calendar handling of day and month abbrev-arrays.
24961 * calendar/calendar.el (calendar-customized-p): New function.
24962 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
24963 (calendar-day-name-array, calendar-month-name-array): Doc fix.
24964 Add :set function.
24965 (calendar-abbrev-length, calendar-day-abbrev-array)
24966 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
24967 (calendar-day-abbrev-array, calendar-month-abbrev-array):
24968 Elements may no longer be nil.
24969 (calendar-day-name, calendar-month-name):
24970 Update for changed nature of abbrev arrays.
24971 * calendar/diary-lib.el (diary-name-pattern):
24972 Update for changed nature of abbrev arrays.
24973 (diary-mark-entries-1): Update calendar-make-alist calls.
24974 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
24975 * calendar/cal-html.el (cal-html-day-abbrev-array):
24976 Simply inherit from calendar-day-abbrev-array.
24977
24978 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
24979
24980 * progmodes/grep.el (grep-mode): Disable default
24981 compilation-directory-matcher setting (bug#8684).
24982
24983 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
24984
24985 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
24986 instead of "head" and "tail". There were problems with SunOS 5.9,
24987 and it performs better.
24988
24989 2011-05-17 Glenn Morris <rgm@gnu.org>
24990
24991 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
24992
24993 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
24994 Replace obsolete function.
24995
24996 * shell.el (pcomplete-parse-arguments-function): Declare.
24997
24998 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
24999 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
25000 (appt-check): Doc fixes.
25001 (appt-disp-window-function, appt-delete-window-function):
25002 Remove needless special case in custom :type.
25003 (appt-display-count): Default to 0, not nil.
25004 (appt-check): Reset appt-display-count to 0, not nil.
25005
25006 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
25007
25008 * progmodes/python.el (python-font-lock-keywords):
25009 Add the Python 3.X keyword "nonlocal" (bug#8639).
25010
25011 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
25012
25013 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
25014
25015 2011-05-16 Kevin Ryde <user42@zip.com.au>
25016
25017 * info-look.el (makefile-automake-mode): New setups, looking in
25018 automake manual, then makefile-mode.
25019 (makefile-mode): Remove automake manual, have it just in
25020 makefile-automake-mode since there's various things different or
25021 not relevant to plain make.
25022 (makefile-mode): Remove "other-modes" non-existent automake-mode,
25023 believe a hypothetical automake-mode would go to makefile-mode,
25024 not the other way around.
25025
25026 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
25027
25028 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
25029 hunk-end tags (Bug#8672).
25030
25031 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
25032 vc-annotate-show-diff-revision-at-line (Bug#8671).
25033
25034 2011-05-14 Glenn Morris <rgm@gnu.org>
25035
25036 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
25037 in the middle of an existing one with multiple authors. (Bug#8645)
25038 (change-log-font-lock-keywords): Also handle multiple author lines
25039 with leading tabs. (Bug#8644)
25040
25041 * calendar/appt.el (appt-check): Rename some local variables.
25042 Some simplification/reordering.
25043
25044 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
25045 (feedmail-sendmail-f-doesnt-sell-me-out)
25046 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25047 (feedmail-debug-sit-for, feedmail-queue-express-hook)
25048 (feedmail-queue-runner-message-sender): Set :version.
25049 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
25050 (bbdb-dwim-net-address, vm-mail): Declare.
25051 (feedmail-binmail-gnulinuxish-template):
25052 Rename from feedmail-binmail-linuxish-template.
25053 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
25054 Use insert-buffer-substring.
25055
25056 2011-05-14 Bill Carpenter <bill@carpenter.org>
25057
25058 * mail/feedmail.el (feedmail-patch-level): Increase.
25059 (feedmail-debug): New custom group.
25060 (feedmail-confirm-outgoing-timeout)
25061 (feedmail-sendmail-f-doesnt-sell-me-out)
25062 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25063 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
25064 (feedmail-sender-line, feedmail-from-line)
25065 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
25066 (feedmail-spray-this-address)
25067 (feedmail-spray-address-fiddle-plex-list)
25068 (feedmail-queue-use-send-time-for-date)
25069 (feedmail-queue-use-send-time-for-message-id)
25070 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
25071 (feedmail-buffer-eating-function):
25072 Doc fixes.
25073 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
25074 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
25075 (feedmail-message-action-scroll-down): New functions.
25076 (feedmail-queue-directory, feedmail-queue-draft-directory):
25077 Use expand-file-name.
25078 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
25079 Remove C-v help entry.
25080 (feedmail-queue-buffer-file-name): New variable.
25081 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
25082 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
25083 (feedmail-message-action-send-strong, feedmail-message-action-edit)
25084 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
25085 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
25086 (feedmail-message-action-toggle-spray)
25087 (feedmail-run-the-queue-no-prompts)
25088 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
25089 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
25090 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
25091 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
25092 (feedmail-envelope-deducer, feedmail-fiddle-from)
25093 (feedmail-fiddle-sender, feedmail-default-date-generator)
25094 (feedmail-fiddle-date, feedmail-fiddle-message-id)
25095 (feedmail-fiddle-spray-address)
25096 (feedmail-fiddle-list-of-spray-fiddle-plexes)
25097 (feedmail-fiddle-list-of-fiddle-plexes)
25098 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
25099 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
25100 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
25101 Change default. Doc fix.
25102 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
25103 (feedmail-binmail-linuxish-template): New constant.
25104 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
25105 Respect feedmail-sendmail-f-doesnt-sell-me-out.
25106 (feedmail-send-it): Add debug call.
25107 Use feedmail-queue-buffer-file-name, and
25108 feedmail-send-it-immediately-wrapper.
25109 (feedmail-message-action-send): Add debug call.
25110 Use feedmail-send-it-immediately-wrapper.
25111 (feedmail-queue-express-to-queue): Add debug call.
25112 Run feedmail-queue-express-hook.
25113 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
25114 (feedmail-message-action-help-blat):
25115 Rename from feedmail-queue-send-edit-prompt-help-first.
25116 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
25117 Check line-endings. Handle errors better.
25118 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
25119 Doc fix. Add debug call.
25120 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
25121 Use feedmail-queue-send-edit-prompt-inner.
25122 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
25123 (feedmail-queue-send-edit-prompt-inner): New function, extracted
25124 from feedmail-queue-send-edit-prompt.
25125 (feedmail-queue-send-edit-prompt-help)
25126 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
25127 (feedmail-tidy-up-slug): Add debug call.
25128 Respect feedmail-queue-slug-suspect-regexp.
25129 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
25130 (feedmail-dump-message-to-queue): Add debug call.
25131 Expand queue-directory.
25132 (feedmail-dump-message-to-queue): Change message slightly.
25133 Use feedmail-say-chatter.
25134 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
25135 (feedmail-send-it-immediately-wrapper): New function.
25136 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
25137 Insert empty string rather than newline. Handle full-frame case.
25138 Use catch/throw. Use feedmail-say-chatter.
25139 (feedmail-fiddle-from): Try mail-host-address.
25140 (feedmail-default-message-id-generator): Doc fix.
25141 Bind system-time-locale. Handle missing end.
25142 (feedmail-fiddle-x-mailer): Add debug call.
25143 Handle feedmail-x-mailer-line being nil.
25144 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
25145 Add debug call. Use buffer-substring-no-properties.
25146 (feedmail-say-debug, feedmail-say-chatter): New functions.
25147 (feedmail-find-eoh): Give an explicit error.
25148
25149 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
25150
25151 * net/newst-treeview.el (newsticker-treeview-face): Change default
25152 family from helvetica to sans.
25153 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
25154 etc/images/newsticker.
25155
25156 * net/newst-reader.el (newsticker-feed-face): Change default
25157 family from helvetica to sans.
25158
25159 * net/newst-plainview.el (newsticker-new-item-face)
25160 (newsticker-old-item-face, newsticker-immortal-item-face)
25161 (newsticker-obsolete-item-face, newsticker-date-face)
25162 (newsticker-statistics-face): Change default family from
25163 helvetica to sans.
25164 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
25165 etc/images/newsticker.
25166
25167 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
25168 (newsticker--process-auto-mark-filter-match): Tell user about
25169 auto-marking.
25170
25171 2011-05-13 Didier Verna <didier@xemacs.org>
25172
25173 Common Lisp indentation improvements on defmethod and lambda-lists.
25174 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
25175 TODO entries.
25176 (lisp-lambda-list-keyword-parameter-indentation)
25177 (lisp-lambda-list-keyword-parameter-alignment)
25178 (lisp-lambda-list-keyword-alignment): New customizable user options.
25179 (lisp-indent-defun-method): Improve docstring.
25180 (extended-loop-p): Fix comment.
25181 (lisp-indent-lambda-list-keywords-regexp): New variable.
25182 (lisp-indent-lambda-list): New function.
25183 (lisp-indent-259): Use it.
25184 (lisp-indent-defmethod): Support for more than one
25185 method qualifier and properly indent methods lambda-lists.
25186 (defgeneric): Provide a missing common-lisp-indent-function property.
25187
25188 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
25189
25190 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
25191 bounds for the empty string (bug#8667).
25192
25193 2011-05-13 Glenn Morris <rgm@gnu.org>
25194
25195 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
25196
25197 * mail/sendmail.el (sendmail-program): Try executable-find first.
25198 (sendmail-send-it): `sendmail-program' cannot be unbound.
25199
25200 * calendar/appt.el (appt-make-list): Simplify.
25201 (appt-time-msg-list): Doc fix.
25202 (appt-check): Change mode-line message at the time of the appointment.
25203
25204 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
25205
25206 * progmodes/ld-script.el (ld-script-keywords)
25207 (ld-script-builtins): Update keywords list.
25208
25209 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25210
25211 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
25212
25213 * shell.el (shell-completion-vars): New function.
25214 (shell-mode):
25215 * simple.el (read-shell-command): Use it.
25216 (blink-matching-open): No need for " [...]" in minibuffer-message.
25217
25218 2011-05-12 Glenn Morris <rgm@gnu.org>
25219
25220 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
25221 (appt-check): Simplify.
25222
25223 2011-05-12 Eli Zaretskii <eliz@gnu.org>
25224
25225 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
25226 literal "/dev/null".
25227
25228 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25229
25230 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
25231 Fix typo.
25232
25233 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
25234
25235 * progmodes/which-func.el (which-function):
25236 Use add-log-current-defun instead of add-log-current-defun-function,
25237 which might not be defined (Bug#8260).
25238
25239 2011-05-12 Glenn Morris <rgm@gnu.org>
25240
25241 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
25242 Let byte-compile-initial-macro-environment always take precedence.
25243
25244 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25245
25246 * net/rcirc.el: Add support for SSL/TLS connections.
25247 (rcirc-server-alist): New field `encryption'.
25248 (rcirc): Check `encryption' settings.
25249 (rcirc-connect): New arg `encryption'. Use open-network-stream.
25250 Merge make-local-variable into `set'.
25251 (rcirc--connection-open-p): New function.
25252 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
25253 the process is not a network process (e.g. running gnutls-cli).
25254 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
25255 Make rcirc-(en|de)code-coding-system local here.
25256 (rcirc-mode): Merge make-local-variable into `set'.
25257 (rcirc-parent-buffer): Make permanent buffer-local.
25258 (rcirc-multiline-minor-mode): Don't do it here.
25259 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
25260 there's no server buffer.
25261
25262 2011-05-11 Glenn Morris <rgm@gnu.org>
25263
25264 * newcomment.el (comment-kill): Prefix "unused" local.
25265
25266 * term/w32console.el (get-screen-color): Declare.
25267
25268 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
25269 Handle symbol elements of byte-compile-initial-macro-environment.
25270
25271 2011-05-10 Leo Liu <sdl.web@gmail.com>
25272
25273 * bookmark.el (bookmark-bmenu-mode-map):
25274 Bind bookmark-bmenu-search to `/'.
25275
25276 * mail/footnote.el: Convert to utf-8 encoding.
25277 (footnote-unicode-string, footnote-unicode-regexp): New variable.
25278 (Footnote-unicode): New function.
25279 (footnote-style-alist): Add unicode style to the list.
25280 (footnote-style): Doc fix.
25281
25282 2011-05-10 Jim Meyering <meyering@redhat.com>
25283
25284 Fix doubled-word typos.
25285 * international/quail.el (quail-insert-kbd-layout): and and -> and
25286 * kermit.el: and and -> and
25287 * net/ldap.el (ldap-search-internal): to to -> to
25288 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
25289 * progmodes/js.el (js-mode): and and -> and
25290 * textmodes/artist.el (artist-move-to-xy): at at -> at
25291 (artist-draw-region-trim-line-endings): if if -> if
25292 And Safetyc -> Safety.
25293 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
25294
25295 2011-05-10 Glenn Morris <rgm@gnu.org>
25296 Stefan Monnier <monnier@iro.umontreal.ca>
25297
25298 * files.el (hack-one-local-variable-eval-safep):
25299 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
25300
25301 2011-05-10 Glenn Morris <rgm@gnu.org>
25302
25303 * calendar/diary-lib.el (diary-list-entries-hook)
25304 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
25305 (diary-nongregorian-marking-hook, diary-list-entries)
25306 (diary-include-other-diary-files, diary-mark-entries)
25307 (diary-mark-included-diary-files): Doc fixes.
25308
25309 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25310
25311 * misc.el: Require tabulated-list.el during compilation.
25312
25313 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25314
25315 * progmodes/compile.el (compilation-start):
25316 Run compilation-filter-hook for the async case too.
25317 (compilation-filter-hook): Doc fix.
25318
25319 2011-05-09 Deniz Dogan <deniz@dogan.se>
25320
25321 * wdired.el: Remove outdated installation comment. Fix usage
25322 comment.
25323
25324 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25325
25326 * misc.el: Implement new command `list-dynamic-libraries'.
25327 (list-dynamic-libraries--loaded-only-p): New variable.
25328 (list-dynamic-libraries--refresh): New function.
25329 (list-dynamic-libraries): New command.
25330
25331 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25332
25333 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25334 Fix the ant regexp to handle end-line and end-column info from jikes.
25335 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
25336 higher priority to avoid clobbering by gnu.
25337
25338 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25339
25340 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
25341 if the face has existing theme settings (Bug#8454).
25342
25343 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
25344
25345 * progmodes/perl-mode.el (perl-imenu-generic-expression):
25346 Only match variables declared via `my' or `our' (Bug#8261).
25347
25348 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
25349 special file names `.' and `..' (Bug#8259).
25350
25351 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25352
25353 * progmodes/grep.el (grep-mode-font-lock-keywords):
25354 Remove buffer-changing entries.
25355 (grep-filter): New function.
25356 (grep-mode): Add it to compilation-filter-hook.
25357
25358 * progmodes/compile.el (compilation-filter-hook)
25359 (compilation-filter-start): New defvars.
25360 (compilation-filter): Call compilation-filter-hook prior to
25361 updating the process mark.
25362
25363 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
25364
25365 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
25366
25367 2011-05-07 Eli Zaretskii <eliz@gnu.org>
25368
25369 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
25370 mailclient-send-it even if window-system is nil. (Bug#8595)
25371
25372 * term/w32console.el (terminal-init-w32console):
25373 Call get-screen-color and use its output to set the frame
25374 background-mode. (Bug#8597)
25375
25376 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25377
25378 Make bytecomp.el understand that defmethod defines funs (bug#8631).
25379 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
25380 New functions.
25381 (defgeneric, eieio--defmethod): Use them.
25382 (eieio-defgeneric): Remove.
25383 (defmethod): Call defgeneric in a way visible to the byte-compiler.
25384
25385 2011-05-07 Glenn Morris <rgm@gnu.org>
25386
25387 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
25388 Use let rather than let*.
25389 (timeclock-find-discrep): Remove unused local.
25390
25391 * calendar/diary-lib.el (diary-comment-start): Doc fix.
25392
25393 * calendar/appt.el (appt-time-msg-list): Doc fix.
25394
25395 2011-05-06 Noah Friedman <friedman@splode.com>
25396
25397 * apropos.el (apropos-print-doc): Only use
25398 emacs-lisp-docstring-fill-column when it is bound to an integer,
25399 per that variable's documentation.
25400
25401 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25402
25403 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
25404 and warnings are not silently discarded (e.g. use -d instead of -P).
25405
25406 2011-05-06 Glenn Morris <rgm@gnu.org>
25407
25408 * calendar/appt.el (appt-message-warning-time): Doc fix.
25409 (appt-warning-time-regexp): New option.
25410 (appt-make-list): Respect appt-message-warning-time.
25411
25412 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
25413 New options.
25414 (diary-add-to-list): Strip comments from the displayed string.
25415 (diary-mode): Set comment-start and comment-end.
25416
25417 * vc/diff-mode.el (smerge-refine-subst): Declare.
25418 (diff-refine-hunk): Don't require smerge-mode when compiling.
25419
25420 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
25421
25422 * simple.el (list-processes): Return nil as the docstring says.
25423
25424 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25425
25426 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
25427 to "".
25428 (ange-ftp-write-region, ange-ftp-insert-file-contents)
25429 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
25430 determining of binary transfer. (Bug#7383)
25431
25432 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25433
25434 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25435 Fix port computation bug. (Bug#8618)
25436
25437 2011-05-05 Glenn Morris <rgm@gnu.org>
25438
25439 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
25440
25441 * simple.el (shell-dynamic-complete-functions)
25442 (comint-dynamic-complete-functions): Declare.
25443
25444 * net/network-stream.el (gnutls-negotiate):
25445 * simple.el (tabulated-list-print): Fix declarations.
25446
25447 * progmodes/gud.el (syntax-symbol, syntax-point):
25448 Remove unnecessary and incorrect declarations.
25449
25450 * emacs-lisp/check-declare.el (check-declare-scan):
25451 Handle byte-compile-initial-macro-environment in bytecomp.el.
25452
25453 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25454
25455 Fix earlier half-done eieio-defmethod change (bug#8338).
25456 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
25457 Streamline and change calling convention.
25458 (defmethod): Adjust accordingly and simplify.
25459 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
25460 new eieio--defmethod.
25461 (slot-boundp): Minor CSE simplification.
25462
25463 2011-05-05 Milan Zamazal <pdm@zamazal.org>
25464
25465 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
25466 (glasses-make-readable): Use glasses-separate-capital-groups.
25467
25468 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
25469
25470 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
25471 (warning-series): Doc fix.
25472 (display-warning): Don't try to create the buffer if we just found it.
25473
25474 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
25475
25476 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
25477 (autoload-find-generated-file): New function.
25478 (generate-file-autoloads): Bind generated-autoload-file to
25479 buffer-file-name.
25480 (update-file-autoloads, update-directory-autoloads):
25481 Use autoload-find-generated-file. If called interactively, prompt for
25482 output file (Bug#7989).
25483 (batch-update-autoloads): Doc fix.
25484
25485 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
25486
25487 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
25488
25489 2011-05-04 Glenn Morris <rgm@gnu.org>
25490
25491 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
25492 function, so it follows changes in calendar-date-style.
25493 (diary-fancy-date-matcher): New function.
25494 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
25495 (diary-fancy-font-lock-fontify-region-function):
25496 Use diary-fancy-date-pattern as a function.
25497
25498 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
25499 non-numbers for `year' etc pseudo-variables. (Bug#8583)
25500
25501 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
25502
25503 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
25504 instead of positional arguments. Allow :keylist and :crlfiles
25505 arguments.
25506 (open-gnutls-stream): Call it.
25507
25508 * net/network-stream.el (network-stream-open-starttls): Adjust to
25509 call `gnutls-negotiate' with :process and :hostname arguments.
25510
25511 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
25512
25513 * minibuffer.el (completion--message): New function.
25514 (completion--do-completion, minibuffer-complete)
25515 (minibuffer-force-complete, minibuffer-complete-word): Use it.
25516 (completion--do-completion): Don't ignore completion-auto-help when in
25517 icomplete-mode.
25518
25519 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
25520 internal encoding (e.g. tibetan zero is not whitespace).
25521 (global-whitespace-mode): Prefer save-current-buffer.
25522 (whitespace-trailing-regexp): Remove useless save-match-data.
25523 (whitespace-empty-at-bob-regexp): Minor simplification.
25524
25525 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
25526
25527 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
25528
25529 2011-05-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
25530
25531 * textmodes/ispell.el (ispell-add-per-file-word-list):
25532 Use `concat' to create string for insertion.
25533
25534 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25535
25536 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
25537 Avoid open-line which runs post-self-insert-hook.
25538 (bibtex-fill-entry): Remove unused `end' var.
25539
25540 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
25541
25542 * textmodes/ispell.el (ispell-add-per-file-word-list):
25543 Protect against `nil' value of `comment-start' (Bug#8579).
25544
25545 2011-05-03 Leo Liu <sdl.web@gmail.com>
25546
25547 * isearch.el (isearch-yank-pop): New command.
25548 (isearch-mode-map): Bind it to `M-y'.
25549 (isearch-forward): Mention it.
25550
25551 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25552
25553 * simple.el (minibuffer-complete-shell-command): Remove.
25554 (minibuffer-local-shell-command-map): Use completion-at-point.
25555 (read-shell-command): Setup completion vars here instead.
25556 (read-expression-map): Bind TAB to symbol completion.
25557
25558 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
25559 error directly rather via storing it into `results'.
25560
25561 2011-05-02 Leo Liu <sdl.web@gmail.com>
25562
25563 * vc/diff.el: Fix description.
25564
25565 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
25566
25567 * server.el (server-eval-at): New function.
25568
25569 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
25570
25571 * net/network-stream.el (open-network-stream): Take a :nowait
25572 parameter and pass it on to `make-network-process'.
25573 (network-stream-open-plain): Ditto.
25574
25575 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
25576
25577 * faces.el (face-spec-set-match-display): Don't match toolkit
25578 options on terminal frames.
25579
25580 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25581
25582 * progmodes/pascal.el: Use lexical binding.
25583 (pascal-mode-map): Remove author preferences.
25584
25585 * pcomplete.el (pcomplete-std-complete): Don't abuse
25586 completion-at-point.
25587
25588 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25589
25590 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
25591 removing code that has been dead since 1991 or so.
25592
25593 * startup.el (command-line): When warning about "_emacs", use a
25594 delayed warning to allow the user to filter it out.
25595
25596 2011-04-28 Deniz Dogan <deniz@dogan.se>
25597
25598 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
25599 user has not joined.
25600
25601 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25602
25603 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
25604 aren't any completions at point.
25605
25606 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25607
25608 * subr.el (display-delayed-warnings): New function.
25609 (delayed-warnings-hook): New variable.
25610
25611 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25612
25613 * minibuffer.el (completion-at-point, completion-help-at-point):
25614 Don't presume that a given completion-at-point-function will always
25615 use the same calling convention.
25616
25617 * pcomplete.el (pcomplete-completions-at-point):
25618 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
25619 pcomplete-seen is non-nil.
25620 (pcomplete-comint-setup): Also recognize the new comint/shell
25621 completion functions.
25622 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
25623 pcomplete-seen is non-nil.
25624
25625 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
25626
25627 * calendar/icalendar.el (diary-lib): Add require statement.
25628 (icalendar--create-uid): Read out a uid from a text-property on
25629 the first character in the entry. This allows for code to add its
25630 own uid to the entry.
25631 (icalendar--convert-float-to-ical): Add export of
25632 `diary-float'-entries save for those with the optional DAY
25633 argument.
25634
25635 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
25636
25637 * subr.el (shell-quote-argument): Use alternate escaping strategy
25638 when we spot a variable reference in a string.
25639
25640 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25641
25642 * cus-start.el (all): Define customization for debug-on-event.
25643
25644 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25645
25646 * subr.el (shell-quote-argument): Escape correctly under Windows.
25647
25648 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
25649
25650 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
25651
25652 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
25653
25654 * net/tramp.el (tramp-process-actions): Add POS argument.
25655 Delete region between POS and (pos).
25656
25657 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25658 Use `nil' position in `tramp-process-actions' call.
25659 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
25660
25661 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
25662 position in `tramp-process-actions' call.
25663
25664 * net/trampver.el: Update release number.
25665
25666 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
25667
25668 * custom.el (defcustom): Obey lexical-binding.
25669
25670 Fix octave-inf completion problems reported by Alexander Klimov.
25671 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
25672 Inherit from octave-mode-syntax-table.
25673 (inferior-octave-mode): Set info-lookup-mode.
25674 (inferior-octave-completion-at-point): New function.
25675 (inferior-octave-complete): Use it and completion-in-region.
25676 (inferior-octave-dynamic-complete-functions): Use it as well, and use
25677 comint-filename-completion.
25678 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
25679 symbol elements which shouldn't be word elements.
25680 (octave-font-lock-keywords, octave-beginning-of-defun)
25681 (octave-function-header-regexp): Adjust regexps accordingly.
25682 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
25683
25684 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
25685
25686 * net/gnutls.el (gnutls-errorp): Declare before first use.
25687
25688 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
25689
25690 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
25691 verify-error, and verify-hostname-error parameters. Check whether
25692 default trustfile exists before going to use it. Add missing
25693 argument to gnutls-message-maybe call. Return value.
25694 Reported by Claudio Bley <claudio.bley@gmail.com>.
25695 (open-gnutls-stream): Add usage example.
25696
25697 * net/network-stream.el (network-stream-open-starttls): Give host
25698 parameter to `gnutls-negotiate'.
25699 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
25700 * subr.el (shell-quote-argument): Escape correctly under Windows.
25701
25702 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
25703
25704 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
25705 Use correct match group (bug#8438).
25706
25707 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
25708
25709 * emacs-lisp/package.el (package-built-in-p): Fix typo.
25710 (package-menu--generate): New arg specifying packages to show.
25711 (package-menu-refresh, package-menu-execute, list-packages):
25712 Callers changed.
25713 (package-show-package-list): New function, replacing deleted
25714 package--list-packages (renamed because it is non-internal).
25715
25716 * finder.el (finder-list-matches): Use package-show-package-list
25717 instead of deleted package--list-packages.
25718
25719 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
25720 Based on a previous implementation by Juanma Barranquero (Bug#8366).
25721 (vc-annotate-mode-map): Bind it to RET.
25722
25723 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
25724
25725 * progmodes/etags.el (next-file): Don't use set-buffer to change
25726 buffers (Bug#8478).
25727
25728 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
25729
25730 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
25731
25732 * apropos.el (apropos-label-face): Avoid variable-pitch face.
25733 (apropos-accumulator): Doc fix.
25734 (apropos-function, apropos-macro, apropos-command)
25735 (apropos-variable, apropos-face, apropos-group, apropos-widget)
25736 (apropos-plist): Add face property.
25737 (apropos-symbols-internal): Fix indentation.
25738 (apropos-print): Simplify help, and recognize apropos-multi-type.
25739 (apropos-print-doc): Use button-type-get to extract the button's
25740 face property. Fill docstring (Bug#8352).
25741
25742 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
25743
25744 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
25745
25746 * play/mpuz.el (mpuz-silent): Doc fix.
25747 (mpuz-mode-map): Use mapc.
25748 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
25749 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
25750 Fix typos in docstrings.
25751
25752 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
25753 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
25754
25755 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
25756
25757 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
25758
25759 * minibuffer.el (completion--do-completion): Avoid the "Next char
25760 not unique" prompt if icomplete-mode is enabled (Bug#5849).
25761
25762 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
25763 mouse-2 into unread-command-events, it is interpreted correctly.
25764
25765 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
25766 (image-toggle-display): Doc fix.
25767
25768 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
25769
25770 * textmodes/page.el (what-page): Use line-number-at-pos to
25771 calculate line number (Bug#6825).
25772
25773 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
25774
25775 * eshell/esh-mode.el (find-tag-interactive): Declare function.
25776 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
25777 Pass argument NO-DEFAULT to `find-tag-interactive'.
25778
25779 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
25780
25781 Lexical-binding cleanup.
25782
25783 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
25784 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
25785 * progmodes/ada-prj.el (ada-prj-initialize-values)
25786 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
25787 (ada-prj-show-value):
25788 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
25789 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
25790 (antlr-invalidate-context-cache, antlr-options-menu-filter)
25791 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
25792 * progmodes/bug-reference.el (bug-reference-push-button):
25793 * progmodes/fortran.el (fortran-line-length):
25794 * progmodes/glasses.el (glasses-change):
25795 * progmodes/octave-mod.el (octave-fill-paragraph):
25796 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
25797 (python-pdbtrack-grub-for-buffer, python-sentinel):
25798 * progmodes/sql.el (sql-save-connection):
25799 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
25800 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
25801 Mark unused parameters.
25802
25803 * progmodes/compile.el (compilation--flush-directory-cache)
25804 (compilation--flush-parse, compile-internal): Mark unused parameters.
25805 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
25806 (compilation-next-error-function): Remove unused variable `timestamp'.
25807
25808 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
25809 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
25810
25811 * progmodes/dcl-mode.el (dcl-end-of-command):
25812 Remove unused variable `start'.
25813 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
25814 (dcl-option-value-basic, dcl-option-value-offset)
25815 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
25816 Mark unused parameters.
25817 (dcl-save-local-variable): Remove unused variable `val'.
25818 (mode): Declare.
25819
25820 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
25821 Mark unused parameters.
25822 (delphi-ignore-changes): Move before first use.
25823 (delphi-charset-token-at): Remove unused variable `start'.
25824 (delphi-else-start): Remove unused variable `if-count'.
25825 (delphi-comment-block-start, delphi-comment-block-end):
25826 Remove unused variable `kind'.
25827 (delphi-indent-line): Remove unused variable `new-point'.
25828
25829 * progmodes/ebrowse.el (ebrowse-files-list)
25830 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
25831 Mark unused parameters. Don't quote `lambda'.
25832 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
25833 Don't quote `lambda'.
25834 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
25835 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
25836 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
25837 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
25838 Use `ignore-errors'.
25839 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
25840 (ebrowse-view/find-file-and-search-pattern)
25841 (ebrowse-view/find-member-declaration/definition):
25842 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
25843 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
25844 Rename parameter PREFIX-ARG to PREFIX.
25845 (ebrowse-tags-read-name): Remove unused variables `start' and
25846 `member-info'.
25847 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
25848 to `tags-file'.
25849
25850 * progmodes/etags.el (local-find-tag-hook): Declare.
25851 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
25852 Mark unused parameters.
25853
25854 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
25855 (executable-interpret): Mark unused parameter.
25856
25857 * progmodes/flymake.el (flymake-process-sentinel)
25858 (flymake-after-change-function)
25859 (flymake-create-temp-with-folder-structure)
25860 (flymake-get-include-dirs-dot): Mark unused parameters.
25861 (flymake-safe-delete-directory): Remove unused variable `err'.
25862
25863 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
25864 (speedbar-timer-fn, speedbar-line-text)
25865 (speedbar-change-expand-button-char, speedbar-delete-subblock)
25866 (speedbar-center-buffer-smartly): Declare functions.
25867 (gdb-find-watch-expression): Remove unused variable `array'.
25868 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
25869 (gdb-starting): Mark unused parameters.
25870 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
25871 (gdb-table-string): Remove unused variable `res'.
25872 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
25873 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
25874 (gdb-display-buffer): Remove unused variable `cur-size'.
25875
25876 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
25877 allow lexical-binding compilation.
25878 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
25879 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
25880 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
25881 Mark unused parameters.
25882 (gud-gdb-marker-filter): Remove unused variable `match'.
25883 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
25884 lambda expressions and funcall them, instead of using `fset'.
25885
25886 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
25887 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
25888
25889 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
25890 variable `header-beg'; use `let'.
25891
25892 * progmodes/icon.el (indent-icon-exp): Remove unused variables
25893 `restart', `last-sexp' and `at-do'.
25894
25895 * progmodes/js.el (js--debug): Mark unused parameter.
25896 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
25897 (js--splice-into-items): Remove unused variable `item'.
25898 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
25899
25900 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
25901 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
25902 (makefile-complete): Remove unused variable `try'.
25903 (makefile-fill-paragraph, makefile-match-function-end):
25904 Mark unused parameters.
25905
25906 * progmodes/octave-inf.el (inferior-octave-complete):
25907 Remove unused variable `proc'.
25908 (inferior-octave-output-digest): Mark unused parameter.
25909
25910 * progmodes/perl-mode.el (perl-calculate-indent):
25911 Remove unused variable `err'.
25912
25913 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
25914 (prolog-indent-line): Mark unused parameters.
25915 (prolog-indent-line): Remove unused variable `beg'.
25916
25917 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
25918 (reporter-dont-compact-list): Declare.
25919
25920 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
25921 Remove unused variable `char'.
25922 (sh-debug): Mark unused parameter.
25923 (sh-get-indent-info): Remove unused variable `start'.
25924 (sh-calculate-indent): Remove unused variable `var'.
25925
25926 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
25927 (simula-electric-keyword): Remove unused variable `null'.
25928 (simula-search-backward, simula-search-forward): Remove unused
25929 variables `begin' and `end'.
25930
25931 * progmodes/vera-mode.el (vera-guess-basic-syntax):
25932 Remove unused variable `pos'.
25933 (vera-electric-tab, vera-comment-uncomment-region):
25934 Mark unused parameters.
25935 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
25936
25937 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
25938
25939 * emacs-lisp/package.el (package--builtins, package-alist)
25940 (package-load-descriptor, package-built-in-p, package-activate)
25941 (define-package, package-installed-p)
25942 (package-compute-transaction, package-buffer-info)
25943 (package--push): Doc fix. Distinguish more clearly between
25944 version strings and version lists.
25945
25946 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
25947
25948 Lexical-binding cleanup.
25949
25950 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
25951 (5x5-make-mutate-best):
25952 * play/fortune.el (fortune-in-buffer):
25953 * play/gomoku.el (gomoku-init-display):
25954 * play/solitaire.el (solitaire, solitaire-do-check):
25955 * play/tetris.el (tetris-default-update-speed-function):
25956 Mark unused parameters.
25957
25958 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
25959 (bubbles--shift): Remove unused variable `char-org'.
25960 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
25961 (bubbles--show-images): Remove unused variable `char'.
25962
25963 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
25964 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
25965 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
25966 (decipher-analyze-buffer): Use ?\s.
25967 (decipher-make-checkpoint): Remove unused variable `mapping'.
25968
25969 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
25970
25971 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
25972 Remove unused variable `result'; use `let'.
25973
25974 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
25975 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
25976 (gametree-children-shown-p, gametree-compute-reduced-score):
25977 Use `ignore-errors'.
25978
25979 * play/handwrite.el (ps-lpr-switches): Declare.
25980 (handwrite): Remove unused variables `pmin' and `lastp'.
25981
25982 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
25983
25984 * play/landmark.el (landmark-init-display)
25985 (landmark-update-naught-weights): Mark unused parameters.
25986 (landmark-y): Remove unused variable `noise'. Simplify.
25987 (landmark-human-plays): Remove unused variable `score'.
25988
25989 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
25990 (mpuz-try-proposal): Remove unused variable `game'.
25991
25992 * play/zone.el (life-patterns): Declare.
25993
25994 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
25995
25996 * vc/vc.el (ediff-vc-internal): Declare function.
25997
25998 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25999
26000 * shell.el: Use lexical-binding and std completion UI.
26001 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
26002 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
26003 comint-preoutput-filter-functions rather than on
26004 comint-output-filter-functions.
26005 (shell-command-completion, shell--command-completion-data)
26006 (shell-filename-completion, shell-environment-variable-completion)
26007 (shell-c-a-p-replace-by-expanded-directory): New functions.
26008 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
26009 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
26010 (shell-dynamic-complete-environment-variable): Use them.
26011 (shell-dynamic-complete-as-environment-variable)
26012 (shell-dynamic-complete-as-command): Remove.
26013 (shell-match-partial-variable): Match past point.
26014 * comint.el: Clean up use of completion-at-point-functions.
26015 (comint-completion-at-point): New function.
26016 (comint-mode): Use it completion-at-point-functions.
26017 (comint-dynamic-complete): Make it obsolete.
26018 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
26019 (comint-c-a-p-replace-by-expanded-history): New function.
26020 (comint-dynamic-complete-functions)
26021 (comint-replace-by-expanded-history): Use it.
26022 * minibuffer.el (completion-table-with-terminator): Allow dynamic
26023 termination strings. Try harder to avoid second try-completion.
26024 (completion-in-region-mode-map): Disable bindings that don't work yet.
26025
26026 * comint.el: Use lexical-binding. Require CL.
26027 (comint-dynamic-complete-functions): Use comint-filename-completion.
26028 (comint-completion-addsuffix): Tweak custom type.
26029 (comint-filename-completion, comint--common-suffix)
26030 (comint--common-quoted-suffix, comint--table-subvert)
26031 (comint--complete-file-name-data): New functions.
26032 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
26033 (comint-dynamic-list-filename-completions): Use them.
26034 (comint-dynamic-simple-complete): Make obsolete.
26035
26036 * minibuffer.el (completion-in-region-mode):
26037 Keep completion-in-region-mode--predicate global.
26038 (completion-in-region--postch):
26039 Assume completion-in-region-mode--predicate is not null.
26040
26041 * progmodes/flymake.el (flymake-start-syntax-check-process):
26042 Obey `dir'. Simplify.
26043
26044 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
26045 we're in VC after all.
26046
26047 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
26048
26049 * vc/vc.el (vc-diff-build-argument-list-internal)
26050 (vc-version-ediff, vc-ediff): New commands.
26051 (vc-version-diff): Use vc-diff-build-argument-list-internal.
26052
26053 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26054
26055 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
26056 add sanity check.
26057
26058 * obsolete/erc-hecomplete.el: Make obsolete.
26059 * obsolete/: Standardize obsolescence info in the header.
26060
26061 2011-04-20 Glenn Morris <rgm@gnu.org>
26062
26063 * calendar/solar.el (solar-horizontal-coordinates):
26064 Use the longitude argument rather than `calendar-longitude'.
26065 (solar-date-next-longitude): Remove unused locals.
26066
26067 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26068
26069 * whitespace.el: New version 13.2.1.
26070
26071 2011-04-20 felix <EmacsWiki> (tiny change)
26072
26073 * whitespace.el (global-whitespace-mode): Keep highlight when
26074 switching between major modes on a file.
26075
26076 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
26077
26078 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
26079 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
26080 multi-line comments as well.
26081
26082 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
26083
26084 Lexical-binding cleanup.
26085
26086 * arc-mode.el (archive-mode-revert):
26087 * cmuscheme.el (scheme-interactively-start-process):
26088 * custom.el (custom-initialize-delay):
26089 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
26090 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
26091 * emacs-lock.el (emacs-lock-clear-sentinel):
26092 * ezimage.el (defezimage):
26093 * follow.el (follow-avoid-tail-recenter):
26094 * fringe.el (set-fringe-mode-1):
26095 * generic-x.el (bat-generic-mode-compile):
26096 * help-mode.el (help-info-variable, help-do-xref)
26097 (help-mode-revert-buffer):
26098 * help.el (view-emacs-todo):
26099 * iswitchb.el (iswitchb-completion-help):
26100 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
26101 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
26102 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
26103 * locate.el (locate-update):
26104 * longlines.el (longlines-encode-region)
26105 (longlines-after-change-function):
26106 * outline.el (outline-isearch-open-invisible):
26107 * ps-def.el (declare-function, charset-dimension, char-width)
26108 (encode-char):
26109 * ps-mule.el (ps-mule-plot-string):
26110 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
26111 (recentf-edit-list-select, recentf-edit-list-validate)
26112 (recentf-open-files-action):
26113 * rect.el (delete-whitespace-rectangle-line)
26114 (rectangle-number-line-callback):
26115 * register.el (window-configuration-to-register)
26116 (frame-configuration-to-register):
26117 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
26118 * select.el (xselect-convert-to-string, xselect-convert-to-length)
26119 (xselect-convert-to-targets, xselect-convert-to-delete)
26120 (xselect-convert-to-filename, xselect-convert-to-charpos)
26121 (xselect-convert-to-lineno, xselect-convert-to-colno)
26122 (xselect-convert-to-os, xselect-convert-to-host)
26123 (xselect-convert-to-user, xselect-convert-to-class)
26124 (xselect-convert-to-name, xselect-convert-to-integer)
26125 (xselect-convert-to-atom, xselect-convert-to-identity):
26126 * subr.el (declare, ignore, process-kill-without-query)
26127 (text-clone-maintain):
26128 * terminal.el (te-get-char, te-tic-sentinel):
26129 * tool-bar.el (tool-bar-make-keymap):
26130 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
26131 * type-break.el (type-break-mode, type-break-noninteractive-query):
26132 * view.el (View-back-to-mark):
26133 * wid-browse.el (widget-browse-action, widget-browse-widget)
26134 (widget-browse-widgets, widget-browse-sexp):
26135 * widget.el (define-widget-keywords):
26136 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
26137 Mark unused parameters.
26138
26139 * align.el (align-adjust-col-for-rule): Mark unused parameter.
26140 (align-areas): Remove unused variable `look'.
26141 (align-region): Remove unused variables `real-end' and `pos-list'.
26142
26143 * apropos.el (apropos-score-doc): Remove unused variable `i'.
26144
26145 * bindings.el (mode-line-modified, mode-line-remote):
26146 Mark unused parameters.
26147 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
26148
26149 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
26150 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
26151
26152 * comint.el (comint-history-isearch-pop-state)
26153 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
26154 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
26155 (comint-substitute-in-file-name): Doc fix.
26156
26157 * completion.el (cmpl-statistics-block): Mark unused parameter.
26158 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
26159 (save-completions-to-file, load-completions-from-file):
26160 Remove unused local variable `e'.
26161
26162 * composite.el (compose-chars): Remove unused variable `len'.
26163 (lgstring-insert-glyph): Remove unused variable `g'.
26164 (compose-glyph-string): Remove unused variables `ascent',
26165 `descent', `lbearing' and `rbearing'.
26166 (compose-glyph-string-relative): Remove unused variables
26167 `lbearing', `rbearing' and `wadjust'.
26168 (compose-gstring-for-graphic): Remove unused variables `header',
26169 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
26170 (compose-gstring-for-terminal): Remove unused variables `header'
26171 and `nchars'. Use `let', not `let*'.
26172
26173 * cus-edit.el (Custom-set, Custom-save, custom-reset)
26174 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
26175 (Custom-buffer-done, custom-buffer-create-internal)
26176 (custom-browse-visibility-action, custom-browse-group-tag-action)
26177 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
26178 (widget-magic-mouse-down-action, custom-toggle-parent)
26179 (custom-add-parent-links, custom-toggle-hide-variable)
26180 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
26181 (custom-toggle-hide-face, face, hook, custom-group-link-action)
26182 (custom-face-menu-create, custom-variable-menu-create, get)
26183 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
26184 (custom-reset-standard-save-and-update): Remove unused variable `value'.
26185 (customize-apropos): Remove unused variable `tests'.
26186 (custom-group-value-create): Remove unused variable `hidden-p'.
26187 (sort-fold-case): Declare.
26188
26189 * cus-theme.el (custom-reset-standard-faces-list)
26190 (custom-reset-standard-variables-list): Declare.
26191 (customize-create-theme, custom-theme-revert, custom-theme-write)
26192 (custom-theme-choose-mode, customize-themes, custom-theme-save):
26193 Mark unused parameters.
26194
26195 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
26196
26197 * delim-col.el (delimit-columns-max): Move defvar before first use.
26198
26199 * descr-text.el (describe-char-categories): Don't quote `lambda'.
26200 (describe-char): Don't quote `lambda'. Mark unused parameter.
26201
26202 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
26203 (auto-insert): Declare.
26204 (desktop-restore-file-buffer): Rename desktop-* parameters;
26205 mark unused ones.
26206 (desktop-create-buffer): Rename desktop-* parameters and bind them.
26207 (desktop-buffer): Rename desktop-* parameters.
26208
26209 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
26210 (dframe-reposition-frame-xemacs, dframe-help-echo)
26211 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
26212 Mark unused parameters.
26213
26214 * dired-aux.el (backup-extract-version-start, overwrite-query)
26215 (overwrite-backup-query, rename-regexp-query)
26216 (rename-non-directory-query): Declare.
26217 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
26218 (dired-add-entry): Remove unused variable `orig-file-name'.
26219 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
26220 Use parameter PRESERVE-TIME instead of accessing dynamic variable
26221 `dired-copy-preserve-time' directly.
26222 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
26223 (dired-insert-subdir-newpos): Rename unused variable `pos'.
26224
26225 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
26226 (dired-virtual-revert, dired-make-relative-symlink):
26227 Mark unused parameters.
26228 (manual-program): Declare.
26229 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
26230 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
26231 wrapped in `with-no-warnings' to avoid replacing one warning by another.
26232
26233 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
26234
26235 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
26236
26237 * echistory.el (electric-history-in-progress, Helper-return-blurb):
26238 Declare.
26239
26240 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
26241
26242 * electric.el (Electric-command-loop): Rename parameter
26243 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
26244
26245 * expand.el (expand-in-literal): Remove unused variable `here'.
26246
26247 * facemenu.el (facemenu-add-new-color):
26248 Remove unused variable `docstring'.
26249
26250 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
26251 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
26252 (face-attr-construct): Mark unused parameter. Doc fix.
26253 (read-color): Remove unused variable `hex-string'.
26254
26255 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
26256 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
26257 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
26258 (display-buffer-other-frame): Remove unused variable `old-window'.
26259 (kill-buffer-hook): Declare.
26260 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
26261 Mark unused parameters.
26262 (after-find-file): Pass 1 to `auto-save-mode', not t.
26263
26264 * files-x.el (auto-insert): Declare.
26265 (modify-file-local-variable-prop-line): Remove unused variable `val'.
26266
26267 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
26268 variable `buf'. Mark unused parameter.
26269 (find-lisp-insert-directory): Mark unused parameter.
26270
26271 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
26272 (format-encode-region): Remove unused variables `cur-buf' and `result'.
26273 (format-common-tail): Remove, unused.
26274 (format-deannotate-region): Remove unused variable `loc'.
26275 (format-annotate-region): Remove unused variable `p'.
26276 (format-annotate-single-property-change): Remove unused variables
26277 `default' and `tail'.
26278
26279 * forms.el (read-file-filter): Declare.
26280 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
26281
26282 * frame.el (frame-creation-function-alist): Mark unused parameter.
26283 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
26284
26285 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
26286 Remove unused parameters.
26287 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
26288 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
26289
26290 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
26291 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
26292 (hfy-prepare-tag-map): Mark unused parameters.
26293 (htmlfontify-buffer): Use `called-interactively-p'.
26294
26295 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
26296 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
26297 (ibuffer-do-occur): Mark unused parameters.
26298 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
26299 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
26300
26301 * ibuffer.el: Don't quote `lambda'.
26302 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
26303 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
26304 Mark unused parameters.
26305
26306 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
26307 (ido-completing-read): Mark unused parameters.
26308 (ido-copy-current-word): Mark unused parameters;
26309 remove unused variable `name'.
26310 (ido-sort-merged-list): Remove unused parameter `dirs'.
26311
26312 * ielm.el (ielm-input-sender): Mark unused parameter.
26313 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
26314 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
26315 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
26316 `ielm-string' as a dynamic variable accessible from the IELM prompt.
26317 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
26318
26319 * image-dired.el (image-dired-display-thumbs): Remove unused
26320 variables `curr-file' and `count'.
26321 (image-dired-remove-tag): Remove unused variable `start'.
26322 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
26323 variable `curr-file'
26324 (image-dired-rotate-original): Remove unused variable `temp-file'.
26325 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
26326 Remove unused variable `file'.
26327 (image-dired-gallery-generate): Remove unused variable `curr'.
26328 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
26329
26330 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
26331
26332 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
26333
26334 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
26335
26336 * isearch.el (minibuffer-history-symbol): Declare.
26337 (isearch-edit-string): Remove unused variable `err'.
26338 (isearch-message-prefix, isearch-message-suffix):
26339 Mark unused parameters.
26340
26341 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
26342
26343 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
26344
26345 * makesum.el (double-column): Remove unused variable `cnt'.
26346
26347 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
26348 (ido-ignore-item-temp-list): Declare.
26349
26350 * mouse-drag.el (mouse-drag-throw): Remove unused variables
26351 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
26352 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
26353 (mouse-drag-drag): Remove unused variables `mouse-delta' and
26354 `mouse-col-delta'.
26355
26356 * mouse-sel.el (mouse-extend-internal):
26357 Remove unused variable `orig-window-frame'.
26358
26359 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
26360 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
26361 Move declarations before first use.
26362 (pcomplete-opt): Mark unused parameters; doc fix.
26363
26364 * proced.el (proced-revert): Mark unused parameter.
26365 (proced-send-signal): Remove unused variable `err'.
26366
26367 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
26368 Rename parameter PREFIX-ARG to ARG.
26369 (ps-basic-plot-string, ps-basic-plot-whitespace):
26370 Mark unused parameters.
26371
26372 * replace.el (replace-count): Define.
26373 (occur-revert-function): Mark unused parameters.
26374 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
26375 (isearch-case-fold-search, isearch-string): Declare.
26376 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
26377 bind `case-fold-search'. Remove unused variables `beg' and `end',
26378 and simplify.
26379 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
26380 COUNT and bind `replace-count'.
26381 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
26382 to COUNT.
26383
26384 * savehist.el (print-readably, print-string-length): Declare.
26385
26386 * shadowfile.el (shadow-expand-cluster-in-file-name):
26387 Remove unused variable `cluster'.
26388 (shadow-copy-file): Remove unused variable `i'.
26389 (shadow-noquery, shadow-clusters, shadow-site-cluster)
26390 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
26391 (shadow-define-literal-group, shadow-define-regexp-group)
26392 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
26393
26394 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
26395 (shell): Use `called-interactively-p'.
26396 (shell-directory-tracker): Remove unused variable `chdir-failure'.
26397
26398 * simple.el (compilation-context-lines, comint-file-name-quote-list)
26399 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
26400 (delete-backward-char): Remove unused variable `ocol'.
26401 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
26402 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
26403 (event-apply-hyper-modifier, event-apply-shift-modifier)
26404 (event-apply-control-modifier, event-apply-meta-modifier):
26405 Mark unused parameters.
26406 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
26407 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
26408
26409 * speedbar.el (speedbar-ignored-directory-expressions)
26410 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
26411 (speedbar-find-file, speedbar-dir-follow)
26412 (speedbar-directory-buttons-follow, speedbar-tag-find)
26413 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
26414 (speedbar-buffers-line-directory, speedbar-buffer-click):
26415 Mark unused parameters.
26416 (speedbar-tag-file): Remove unused variable `mode'.
26417 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
26418
26419 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
26420
26421 * talk.el (talk): Remove unused variable `display'.
26422
26423 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
26424 (tar-write-region-annotate): Mark unused parameter.
26425
26426 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
26427 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
26428 Declare them, wrapped in `with-no-warnings' to avoid replacing one
26429 warning by another.
26430
26431 * time-stamp.el (time-stamp-string-preprocess):
26432 Remove unused variable `require-padding'.
26433
26434 * tree-widget.el (widget-glyph-enable): Declare.
26435 (tree-widget-action): Mark unused parameter.
26436
26437 * w32-fns.el (x-get-selection): Mark unused parameter.
26438 (autoload-make-program, generated-autoload-file): Declare.
26439
26440 * wdired.el (wdired-revert): Mark unused parameters.
26441 (wdired-xcase-word): Remove unused variable `err'.
26442
26443 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
26444 (whitespace-help-scroll): Remove unused variable `data-help'.
26445
26446 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
26447 (widget-image-insert, widget-after-change, default)
26448 (widget-default-format-handler, widget-default-notify)
26449 (widget-default-prompt-value, widget-info-link-action)
26450 (widget-url-link-action, widget-function-link-action)
26451 (widget-variable-link-action, widget-file-link-action)
26452 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
26453 (widget-field-prompt-internal, widget-field-action, widget-field-match)
26454 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
26455 (widget-insert-button-action, widget-delete-button-action, visibility)
26456 (widget-documentation-link-action, widget-documentation-string-action)
26457 (widget-const-prompt-value, widget-regexp-match, symbol)
26458 (widget-coding-system-prompt-value)
26459 (widget-key-sequence-value-to-external, sexp)
26460 (widget-sexp-value-to-internal, character, vector, cons)
26461 (widget-choice-prompt-value, widget-boolean-prompt-value)
26462 (widget-color--choose-action): Mark unused parameters.
26463 (widget-item-match-inline, widget-choice-match-inline)
26464 (widget-checklist-match, widget-checklist-match-inline)
26465 (widget-group-match): Rename parameter VALUES to VALS.
26466 (widget-field-value-set): Remove unused variable `size'.
26467 (widget-color-action): Remove unused variables `value' and `start'.
26468
26469 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
26470 variable `dir'. Doc fix.
26471 (windmove-find-other-window): Don't pass it.
26472
26473 * window.el (count-windows): Mark unused parameter.
26474 (bw-adjust-window): Remove unused variable `err'.
26475
26476 * woman.el (woman-file-name): Remove unused variable `default'.
26477 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
26478 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
26479 (global-font-lock-mode): Declare.
26480 (woman-decode-region): Mark unused parameter.
26481 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
26482
26483 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
26484 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
26485 (x-dnd-handle-moz-url): Remove unused variable `title'.
26486 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
26487
26488 * xml.el (xml-parse-tag, xml-parse-attlist):
26489 Remove unused variable `pos'.
26490
26491 2011-04-19 Glenn Morris <rgm@gnu.org>
26492
26493 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
26494 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
26495 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
26496 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
26497 * calendar/cal-html.el (cal-html-insert-minical):
26498 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
26499 (calendar-mark-date-pattern):
26500 Prefix "unused" locals.
26501
26502 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
26503 optional argument `style'.
26504
26505 * calendar/appt.el (appt-make-list):
26506 * calendar/cal-china.el (calendar-chinese-date-string):
26507 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
26508 (diary-hebrew-yahrzeit):
26509 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
26510 * calendar/calendar.el (calendar-generate-window):
26511 * calendar/time-date.el (time-to-days):
26512 Remove unused local variables.
26513
26514 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
26515
26516 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
26517 glyphless-char-display table.
26518 (tabulated-list-glyphless-char-display): New var.
26519
26520 2011-04-18 Sam Steingold <sds@gnu.org>
26521
26522 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
26523 to acknowledgments.
26524
26525 2011-04-17 Glenn Morris <rgm@gnu.org>
26526
26527 * calendar/diary-lib.el (diary-sexp-entry):
26528 * calendar/holidays.el (holiday-sexp):
26529 Set debug-on-error rather than the removed stack-trace-on-error.
26530
26531 2011-04-16 Glenn Morris <rgm@gnu.org>
26532
26533 * progmodes/f90.el: Use lexical-binding.
26534 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
26535
26536 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26537
26538 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
26539 (mail-mode): Setup mailalias completion here instead.
26540 * mail/mailalias.el: Use lexical-binding.
26541 (pattern, mailalias-done): Declare dynamic.
26542 (mail-completion-at-point-function): New function, from mail-complete.
26543 (mail-complete): Use it.
26544 (mail-completion-expand): New function.
26545 (mail-get-names): Use it.
26546 (mail-directory, mail-directory-process, mail-directory-stream):
26547 Don't use `pattern' for lexically bound arg.
26548
26549 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
26550
26551 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
26552 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
26553 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
26554
26555 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
26556 (byte-save-window-excursion, byte-temp-output-buffer-setup)
26557 (byte-interactive-p): Define them again, for use when inlining
26558 old code.
26559
26560 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
26561
26562 * loadup.el: Use `string-to-number', not `string-to-int'.
26563
26564 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26565
26566 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
26567 gud-gdb-complete-command.
26568 (gud-gdb-completions): New function, from gud-gdb-complete-command.
26569 (gud-gdb-completion-at-point): New function.
26570 (gud-gdb-completions): Remove.
26571
26572 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
26573
26574 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
26575 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
26576 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
26577 whether `executable-find' is bound.
26578
26579 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
26580
26581 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
26582
26583 * minibuffer.el (completion-in-region-mode-predicate)
26584 (completion-in-region-mode--predicate): New vars.
26585 (completion-in-region, completion-in-region--postch)
26586 (completion-in-region-mode): Use them.
26587 (completion--capf-wrapper): Also return the hook function.
26588 (completion-at-point, completion-help-at-point):
26589 Adjust and provide a predicate.
26590
26591 Preserve arg names for advice of subr and lexical functions (bug#8457).
26592 * help-fns.el (help-function-arglist): Consolidate the subr and
26593 new-byte-code cases. Add argument `preserve-names' to extract names
26594 from the docstring when needed.
26595 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
26596 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
26597 (ad-arglist): Use help-function-arglist's new arg.
26598 (ad-definition-type): Use cond.
26599
26600 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
26601
26602 * autorevert.el (auto-revert-handler):
26603 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
26604 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
26605 Don't quote lambda.
26606
26607 * image-mode.el (image-transform-set-scale):
26608 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
26609
26610 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
26611
26612 * net/network-stream.el (network-stream-open-starttls): Only do
26613 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
26614 Upgrades via gnutls-cli are too slow to be done opportunistically.
26615
26616 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
26617
26618 * dframe.el (dframe-current-frame): Remove spurious quote.
26619
26620 2011-04-12 Glenn Morris <rgm@gnu.org>
26621
26622 * calendar/cal-tex.el (cal-tex-end-document):
26623 Try to automatically use latin1 input if needed.
26624
26625 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
26626 Don't try to cons a mark onto an empty element.
26627
26628 2011-04-11 Leo Liu <sdl.web@gmail.com>
26629
26630 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
26631 buffers.
26632 (ido-kill-buffer-at-head): Support killing virtual buffers.
26633
26634 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
26635
26636 * minibuffer.el (completion-show-inline-help): New var.
26637 (completion--do-completion, minibuffer-complete)
26638 (minibuffer-force-complete, minibuffer-complete-word):
26639 Inhibit minibuffer messages if completion-show-inline-help is nil.
26640
26641 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
26642 to avoid interference from inline help (Bug#5849).
26643
26644 2011-04-10 Leo Liu <sdl.web@gmail.com>
26645
26646 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
26647 Fix typo.
26648
26649 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
26650
26651 * image-mode.el (image-toggle-display-image): Signal an error if
26652 not in Image mode.
26653 (image-transform-mode, image-transform-resize)
26654 (image-transform-set-rotation): Doc fix.
26655 (image-transform-set-resize): Delete.
26656 (image-transform-set-scale, image-transform-fit-to-height)
26657 (image-transform-fit-to-width): Handle image-toggle-display-image
26658 and image-transform-resize directly.
26659
26660 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
26661
26662 * doc-view.el (doc-view-fit-width-to-window)
26663 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
26664 New functions for fitting the shown image to the Emacs window size.
26665 (doc-view-mode-map): Add bindings for the new functions.
26666
26667 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
26668
26669 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
26670 Fix typo in docstring.
26671
26672 2011-04-08 Eli Zaretskii <eliz@gnu.org>
26673
26674 * files.el (file-size-human-readable): Produce one digit after
26675 decimal, like "ls -lh" does.
26676
26677 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
26678 the file size representation.
26679
26680 * simple.el (list-processes): If async subprocesses are not
26681 available, error out with a clear error message.
26682
26683 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
26684
26685 * help.el (help-form-show): New function, to be called from C.
26686 Put help-form output in a buffer named differently than *Help*.
26687
26688 2011-04-08 Eli Zaretskii <eliz@gnu.org>
26689
26690 * files.el (file-size-human-readable): New function.
26691
26692 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
26693 computing the representation inline. Don't require `cl'.
26694
26695 2011-04-08 Glenn Morris <rgm@gnu.org>
26696
26697 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
26698
26699 * net/browse-url.el (browse-url-firefox):
26700 Test system-type, not system-configuration.
26701
26702 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
26703 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
26704 Use log-edit-empty-buffer-p. (Bug#7598)
26705
26706 * net/rlogin.el (rlogin-process-connection-type): Simplify.
26707 (rlogin-mode-map): Initialize in the defvar.
26708 (rlogin): Use ignore-errors.
26709
26710 * replace.el (occur-mode-map): Some fixes for menu items.
26711
26712 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
26713
26714 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
26715
26716 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
26717
26718 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
26719 issuing unused warnings.
26720
26721 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
26722 macro directly.
26723
26724 * simple.el: Lisp reimplement of list-processes. Based on an
26725 earlier reimplementation by Leo Liu, but using tabulated-list.el.
26726 (process-menu-mode): New major mode.
26727 (list-processes--refresh, list-processes):
26728 (process-menu-visit-buffer): New functions.
26729
26730 * files.el (save-buffers-kill-emacs): Don't assume any return
26731 value of list-processes, which is undocumented anyway.
26732
26733 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
26734
26735 * emacs-lisp/tabulated-list.el: New file.
26736
26737 * emacs-lisp/package.el: Use Tabulated List mode.
26738 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
26739 (package-menu-mode): Derive from tabulated-list-mode. Set up the
26740 table format using Tabulated List mode variables.
26741 (package--push): New macro, replacing package-list-maybe-add.
26742 (package-menu--generate): Use package--push. Renamed from
26743 package--generate-package-list.
26744 (package-menu-refresh, list-packages): Use it.
26745 (package-menu--print-info): Rename from package-print-package.
26746 Return insertion data instead of inserting it directly.
26747 (package-menu-describe-package, package-menu-execute):
26748 Use tabulated-list-get-id.
26749 (package-menu-mark-delete, package-menu-mark-install)
26750 (package-menu-mark-unmark, package-menu-backup-unmark)
26751 (package-menu-mark-obsolete-for-deletion):
26752 Use tabulated-list-put-tag.
26753 (package--list-packages, package-menu-revert)
26754 (package-menu-get-package, package-menu-get-version)
26755 (package-menu-sort-by-column): Functions deleted.
26756 (package-menu-package-list, package-menu-sort-key): Vars deleted.
26757 (package-menu--status-predicate, package-menu--version-predicate)
26758 (package-menu--name-predicate)
26759 (package-menu--description-predicate): Handle arguments in the
26760 Tabulated List format.
26761 (package-list-packages-no-fetch): Call list-packages.
26762
26763 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
26764
26765 * files.el (after-find-file-from-revert-buffer): Remove variable.
26766 (after-find-file): Don't bind it.
26767 (revert-buffer-in-progress-p): New variable.
26768 (revert-buffer): Bind it.
26769 Pass nil for `after-find-file-from-revert-buffer'.
26770
26771 * saveplace.el (save-place-find-file-hook): Use new variable
26772 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
26773
26774 2011-04-06 Glenn Morris <rgm@gnu.org>
26775
26776 * Makefile.in (AUTOGEN_VCS): New variable.
26777 (autoloads): Use $AUTOGEN_VCS.
26778
26779 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
26780 * calendar/calendar.el (calendar-mode-map):
26781 Check for toolkit scroll bars. (Bug#8305)
26782
26783 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
26784
26785 * minibuffer.el (completion-in-region--postch)
26786 (completion-in-region-mode): Remove unnecessary messages.
26787
26788 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
26789
26790 * font-lock.el (font-lock-refresh-defaults):
26791 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
26792 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
26793
26794 * info.el (Info-directory-list, Info-read-node-name-2)
26795 (Info-split-parameter-string): Doc fixes.
26796 (Info-virtual-nodes): Reflow docstring.
26797 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
26798 (Info-apropos-toc-nodes, info-finder, Info-get-token)
26799 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
26800 Fix typos in docstrings.
26801 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
26802 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
26803 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
26804 (Info-restore-desktop-buffer): Mark unused parameters.
26805 (Info-directory-find-file, Info-directory-find-node)
26806 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
26807 (Info-virtual-index-find-node, Info-apropos-find-file)
26808 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
26809 Mark unused parameters; fix typos in docstrings.
26810 (Info-virtual-index): Remove unused local variable `nodename'.
26811
26812 2011-04-05 Deniz Dogan <deniz@dogan.se>
26813
26814 * net/rcirc.el: Update my e-mail address.
26815 (rcirc-mode-map): Remove M-o binding.
26816
26817 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
26818
26819 * startup.el (command-line): Save the cursor's theme-face
26820 directly, instead of using face-override-spec.
26821
26822 * custom.el (load-theme): Minor optimization in assigning faces.
26823
26824 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
26825
26826 * help-fns.el (describe-variable): Complete all variables having
26827 documentation, including keywords.
26828 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
26829
26830 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
26831
26832 Convert to lexical-binding.
26833
26834 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
26835 (bs--get-marked-string, bs--get-modified-string)
26836 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
26837 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
26838 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
26839
26840 * ehelp.el (electric-help-execute-extended)
26841 (electric-help-ctrl-x-prefix):
26842 * hexl.el (hexl-revert-buffer-function):
26843 * linum.el (linum-after-change, linum-after-scroll):
26844 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
26845
26846 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
26847
26848 2011-04-04 Daiki Ueno <ueno@unixuser.org>
26849
26850 * epa-dired.el:
26851 * epa-mail.el:
26852 * epa-hook.el:
26853 * epa-file.el:
26854 * epa.el:
26855 * epg.el: Use lexical binding.
26856
26857 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
26858
26859 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
26860
26861 * textmodes/flyspell.el (flyspell-word): Recognize default
26862 dictionary case for flyspell-mark-duplications-exceptions.
26863 Use regexp matching for languages.
26864 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
26865 default dictionary (Bug#7926).
26866
26867 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
26868
26869 * emacs-lisp/package.el (package--with-work-buffer):
26870 Recognize https URLs.
26871
26872 * net/network-stream.el: Move from gnus/proto-stream.el.
26873 Change prefix to network-stream throughout.
26874 (open-protocol-stream): Merge into open-network-stream, leaving
26875 open-protocol-stream as an alias. Handle nil BUFFER args.
26876
26877 * subr.el (open-network-stream): Move to net/network-stream.el.
26878
26879 2011-04-02 Glenn Morris <rgm@gnu.org>
26880
26881 * find-dired.el (find-exec-terminator): New option.
26882 (find-ls-option): Test for -ls support.
26883 (find-ls-subdir-switches): Test for -b in find-ls-option.
26884 (find-dired, find-grep-dired): Doc fixes.
26885 (find-dired): Use find-exec-terminator.
26886
26887 * find-dired.el (find-ls-option, find-ls-subdir-switches)
26888 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
26889 (find-name-arg): Remove purecopy.
26890
26891 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
26892 (grep-compute-defaults): Check for `-exec COMMAND +' support.
26893 Set grep-find-use-xargs, grep-find-command, and grep-find-template
26894 accordingly. Don't add the null-device if not needed.
26895
26896 * files.el (save-some-buffers): Doc fix.
26897
26898 2011-04-02 Eli Zaretskii <eliz@gnu.org>
26899
26900 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
26901
26902 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
26903
26904 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
26905 Use `dolist' rather than `mapcar'.
26906
26907 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
26908
26909 Add lexical binding.
26910
26911 * subr.el (apply-partially): Use new closures rather than CL.
26912 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
26913 (dolist, dotimes): Use slightly different expansion for lexical code.
26914 (functionp): Move to C.
26915 (letrec): New macro.
26916 (with-wrapper-hook): Use it and apply-partially instead of CL.
26917 (eval-after-load): Preserve lexical-binding.
26918 (save-window-excursion, with-output-to-temp-buffer): Turn them
26919 into macros.
26920
26921 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
26922
26923 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
26924 than the arglist.
26925 (help-add-fundoc-usage): Don't add `Not documented'.
26926 (help-function-arglist): Handle closures, subroutines, and new
26927 byte-code-functions.
26928 (help-make-usage): Remove leading underscores.
26929 (describe-function-1): Handle closures.
26930 (describe-variable): Use special-variable-p for completion.
26931
26932 * files.el (lexical-binding): Declare safe.
26933
26934 * emacs-lisp/pcase.el: Don't use destructuring-bind.
26935 (pcase--memoize): Rename from pcase-memoize. Change weakness.
26936 (pcase): Add `let' pattern.
26937 Change memoization so it actually works.
26938 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
26939 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
26940 <let>: New case.
26941
26942 * emacs-lisp/macroexp.el: Use lexical binding.
26943 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
26944 Don't convert ' to #' without checking that it's indeed quoting
26945 a lambda.
26946
26947 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
26948 Use eval-sexp-add-defvars.
26949 (eval-sexp-add-defvars): New fun.
26950
26951 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
26952
26953 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
26954 Don't autoload.
26955 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
26956 than the internal `byte-compile-lambda'.
26957 (defmethod): Don't hide code under quotes.
26958 (eieio-defmethod): New `code' argument.
26959
26960 * emacs-lisp/eieio-comp.el: Remove.
26961
26962 * emacs-lisp/edebug.el (edebug-eval-defun)
26963 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
26964 (edebug-toggle): Avoid `eval'.
26965
26966 * emacs-lisp/disass.el (disassemble-internal): Handle new
26967 `closure' objects.
26968 (disassemble-1): Handle new byte codes.
26969
26970 * emacs-lisp/cl.el (pushnew): Silence warning.
26971
26972 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
26973 (cl-byte-compile-throw): Remove.
26974 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
26975
26976 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
26977 closures.
26978
26979 * emacs-lisp/cconv.el: New file.
26980
26981 * emacs-lisp/bytecomp.el: Use lexical binding instead of
26982 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
26983 (byte-compile-initial-macro-environment):
26984 Handle declare-function here.
26985 (byte-compile--lexical-environment): New var.
26986 (byte-stack-ref, byte-stack-set, byte-discardN)
26987 (byte-discardN-preserve-tos): New lap codes.
26988 (byte-interactive-p): Don't use any more.
26989 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
26990 New macros.
26991 (byte-compile-lapcode): Use them and handle new lap codes.
26992 (byte-compile-obsolete): Remove.
26993 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
26994 (byte-compile-arglist-warn): Check late def of inlinable funs.
26995 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
26996 since they should have been expanded by now.
26997 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
26998 (byte-compile-from-buffer): Remove unused second arg.
26999 (byte-compile-preprocess): New function.
27000 (byte-compile-toplevel-file-form): New function to distinguish
27001 file-form calls from outside from file-form calls from hunk-handlers.
27002 (byte-compile-file-form): Simplify.
27003 (byte-compile-file-form-defsubst): Remove.
27004 (byte-compile-file-form-defmumble): Simplify now that
27005 byte-compile-lambda always returns a byte-code-function.
27006 (byte-compile): Preprocess.
27007 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
27008 Remove, not used any more.
27009 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
27010 (byte-compile-make-args-desc): New funs.
27011 (byte-compile-lambda): Handle lexical functions. Always return
27012 a byte-code-function.
27013 (byte-compile-reserved-constants): New var, to make up room for
27014 closed-over variables.
27015 (byte-compile-constants-vector): Obey it.
27016 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
27017 (byte-compile-macroexpand-declare-function): New function.
27018 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
27019 byte-code-functions.
27020 (byte-compile-form): Check obsolescence here.
27021 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
27022 (byte-compile-variable-ref): Remove.
27023 (byte-compile-dynamic-variable-op): New fun.
27024 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
27025 (byte-compile-variable-set): New funs.
27026 (byte-compile-discard): Add 2 args.
27027 (byte-compile-stack-ref, byte-compile-stack-set)
27028 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
27029 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
27030 macroexpand-all instead.
27031 (byte-compile-quote-form): Remove.
27032 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
27033 (byte-compile-bind, byte-compile-unbind): New funs.
27034 (byte-compile-let): Handle let* and lexical binding.
27035 (byte-compile-let*): Remove.
27036 (byte-compile-catch, byte-compile-unwind-protect)
27037 (byte-compile-track-mouse, byte-compile-condition-case):
27038 Handle a new :fun-body form, used for lexical scoping.
27039 (byte-compile-save-window-excursion)
27040 (byte-compile-with-output-to-temp-buffer): Remove.
27041 (byte-compile-defun): Simplify.
27042 (byte-compile-stack-adjustment): New fun.
27043 (byte-compile-out): Use it.
27044 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
27045
27046 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
27047 handler any more.
27048
27049 * emacs-lisp/byte-opt.el: Use lexical binding.
27050 (byte-inline-lapcode): Remove (to bytecomp).
27051 (byte-compile-inline-expand): Pay attention to inlining to/from
27052 lexically bound code.
27053 (byte-compile-unfold-lambda): Don't handle byte-code-functions
27054 any more.
27055 (byte-optimize-form-code-walker): Don't handle save-window-excursion
27056 any more and don't call compiler-macros.
27057 (byte-compile-splice-in-already-compiled-code): Remove.
27058 (byte-code): Don't inline any more.
27059 (disassemble-offset): Receive `bytes' as argument rather than via
27060 dynamic scoping.
27061 (byte-compile-tag-number): Declare before first use.
27062 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
27063 `return' even if make-spliceable.
27064 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
27065 obsolete interactive-p.
27066 (byte-optimize-lapcode): Optimize new lap-codes.
27067 Don't trip up on new form of `byte-constant' lap code.
27068
27069 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
27070
27071 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
27072
27073 * custom.el (custom-initialize-default, custom-declare-variable):
27074 Use `defvar'.
27075
27076 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
27077 New variables.
27078 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
27079 (COMPILE_FIRST): Add macroexp and cconv.
27080 * makefile.w32-in: Mirror changes in Makefile.in.
27081
27082 * vc/cvs-status.el:
27083 * vc/diff-mode.el:
27084 * vc/log-edit.el:
27085 * vc/log-view.el:
27086 * vc/smerge-mode.el:
27087 * textmodes/bibtex-style.el:
27088 * textmodes/css-mode.el:
27089 * startup.el:
27090 * uniquify.el:
27091 * minibuffer.el:
27092 * newcomment.el:
27093 * reveal.el:
27094 * server.el:
27095 * mpc.el:
27096 * emacs-lisp/smie.el:
27097 * doc-view.el:
27098 * dired.el:
27099 * abbrev.el: Use lexical binding.
27100
27101 2011-04-01 Eli Zaretskii <eliz@gnu.org>
27102
27103 * info.el (info-display-manual): New function.
27104
27105 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
27106
27107 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
27108
27109 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
27110
27111 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
27112 an entry for that server in rcirc-authinfo. (Bug#8385)
27113
27114 2011-03-31 Glenn Morris <rgm@gnu.org>
27115
27116 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
27117
27118 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
27119
27120 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
27121
27122 * progmodes/python.el (python-default-interpreter)
27123 (python-python-command-args, python-jython-command-args)
27124 (python-which-shell, python-which-args, python-which-bufname)
27125 (python-file-queue, python-comint-output-filter-function)
27126 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
27127 variables and functions.
27128
27129 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
27130
27131 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
27132 (completion-in-region-mode): New minor mode.
27133 (completion-in-region): Use it.
27134 (completion-in-region--data, completion-in-region-mode-map): New vars.
27135 (completion-in-region--postch): New function.
27136 (completion--capf-misbehave-funs, completion--capf-safe-funs):
27137 New vars.
27138 (completion--capf-wrapper): New function.
27139 (completion-at-point): Use it to track well-behavedness of
27140 hook functions.
27141 (completion-help-at-point): New command.
27142
27143 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
27144
27145 * vc/add-log.el (add-change-log-entry): Don't use whitespace
27146 syntax class to search for whitespace on a single line
27147 (Message-ID: <4D938140.4030905@redhat.com>).
27148
27149 2011-03-30 Leo Liu <sdl.web@gmail.com>
27150
27151 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
27152 New commands.
27153 (edit-abbrevs-map): Bind them here.
27154 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
27155
27156 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
27157
27158 * allout.el (allout-hide-by-annotation, allout-flag-region):
27159 Reduce possibility of overlay leakage by making them volatile.
27160
27161 * allout-widgets.el (allout-widgets-tally): Define as nil so the
27162 hash is not shared between buffers. Mode initialization is
27163 responsible for giving it a useful starting value.
27164 (allout-item-span): Reduce possibility of overlay leakage by
27165 making them volatile.
27166 (allout-widgets-count-buttons-in-region): Add diagnostic function
27167 for tracking down button overlay leaks.
27168
27169 2011-03-29 Leo Liu <sdl.web@gmail.com>
27170
27171 * ido.el (ido-read-internal): Use the default history var
27172 minibuffer-history if no HISTORY is specified.
27173
27174 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
27175
27176 * net/imap.el (imap-shell-open, imap-process-connection-type):
27177 Use imap-process-connection-type for 'shell' streams as well as
27178 Kerberos, SSL, other subprocesses.
27179
27180 2011-03-28 Leo Liu <sdl.web@gmail.com>
27181
27182 * abbrev.el (abbrev-table-empty-p): New function.
27183 (prepare-abbrev-list-buffer): Place empty abbrev tables after
27184 nonempty ones. (Bug#5937)
27185
27186 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
27187
27188 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
27189
27190 2011-03-27 Leo Liu <sdl.web@gmail.com>
27191
27192 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
27193 for foreground and background colors.
27194 (ansi-color-make-color-map): Adapt.
27195
27196 2011-03-25 Leo Liu <sdl.web@gmail.com>
27197
27198 * midnight.el (midnight-time-float): Remove. Note it calculates
27199 the microsecond component incorrectly and seconds-to-time does the
27200 same job.
27201 Remove redundant (require 'timer).
27202
27203 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
27204 (ido-completions): Remove unused arguments. (Bug#8329)
27205
27206 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27207
27208 * minibuffer.el (completion--flush-all-sorted-completions):
27209 Remove itself from hook.
27210 (completion-at-point): Let the functions perform the completion
27211 immediately and return nil or t.
27212 * comint.el (comint-dynamic-complete-functions): Now identical to
27213 completion-at-point-functions.
27214 (comint-dynamic-list-input-ring): Remove unused var `index'.
27215 (comint--match-partial-filename, comint--unquote&expand-filename):
27216 New funs, split from comint-match-partial-filename.
27217 (comint-dynamic-complete): Use completion-at-point.
27218 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
27219
27220 2011-03-24 Drew Adams <drew.adams@oracle.com>
27221
27222 * thingatpt.el: Support `defun'.
27223
27224 2011-03-23 Leo Liu <sdl.web@gmail.com>
27225
27226 * abbrevlist.el: Move to obsolete/abbrevlist.el.
27227
27228 * help-mode.el (help-mode-finish): Tweak regexp.
27229
27230 2011-03-23 Glenn Morris <rgm@gnu.org>
27231
27232 * eshell/esh-opt.el (eshell-eval-using-options):
27233 Do not bind unused local variable `eshell-option-stub'.
27234
27235 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
27236
27237 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27238
27239 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
27240 keymap variable in `with-no-warnings' to avoid a warning when the
27241 keymap has been already `defconst'ed.
27242
27243 2011-03-22 Leo Liu <sdl.web@gmail.com>
27244
27245 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
27246 encode all chars in abbrevs; otherwise use emacs-mule or
27247 utf-8-emacs. (Bug#8308)
27248
27249 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27250
27251 * simple.el (backward-delete-char-untabify):
27252 Avoid warning about using `delete-backward-char'.
27253
27254 * image.el (image-type-file-name-regexps): Make it variable.
27255 `imagemagick-register-types' modifies it, and the user may want
27256 to add new extensions for known image types.
27257 (imagemagick-register-types): Throw error if not using ImageMagick.
27258
27259 2011-03-22 Leo Liu <sdl.web@gmail.com>
27260
27261 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
27262 located before rcirc-prompt-end-marker.
27263 (rcirc-complete): Error if point is not after rcirc prompt.
27264 Handle the case when table is nil.
27265 (rcirc-user-authenticated): Define to fix compiler warning.
27266
27267 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
27268
27269 * custom.el (custom--inhibit-theme-enable): Make it affect only
27270 custom-theme-set-variables and custom-theme-set-faces.
27271 (provide-theme): Ignore custom--inhibit-theme-enable.
27272 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
27273 (custom-enabling-themes): Delete variable.
27274 (enable-theme): Accept only loaded themes as arguments.
27275 Ignore the special custom-enabled-themes variable.
27276 (custom-enabled-themes): Forbid themes from setting this.
27277 Eliminate use of custom-enabling-themes.
27278 (custom-push-theme): Quote "changed" custom var entry.
27279
27280 2011-03-21 Leo Liu <sdl.web@gmail.com>
27281
27282 * ido.el (ido-read-internal): Add ido-selected to history instead
27283 of user input.
27284
27285 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27286
27287 * subr.el (deferred-action-list, deferred-action-function):
27288 Mark obsolete.
27289
27290 2011-03-21 Leo Liu <sdl.web@gmail.com>
27291
27292 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
27293 change on 2011-02-13 (bug#8309).
27294
27295 * minibuffer.el (read-file-name-function): Change default value.
27296 (read-file-name--defaults): Rename from read-file-name-defaults.
27297 (read-file-name-default): Rename from read-file-name.
27298 (read-file-name): Call read-file-name-function.
27299
27300 2011-03-21 Glenn Morris <rgm@gnu.org>
27301
27302 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
27303 Doc fixes.
27304
27305 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
27306
27307 * cus-theme.el: Add missing provide statement.
27308 (customize-create-theme): Extract theme value correctly.
27309 (custom-theme-visit-theme): Autoload.
27310 (customize-create-theme): Prompt before inserting default faces.
27311
27312 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
27313
27314 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
27315 units and musical notes.
27316
27317 2011-03-20 Leo Liu <sdl.web@gmail.com>
27318
27319 * ido.el (ido-read-internal): Use completing-read-default.
27320 (ido-completing-read): Fix compatibility with completing-read.
27321
27322 2011-03-20 Christian Ohler <ohler@gnu.org>
27323
27324 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
27325 (ert-delete-all-tests): Use `called-interactively-p' rather than
27326 `interactive-p'.
27327 (ert--make-xrefs-region): Respect END.
27328
27329 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27330
27331 * dired-aux.el (dired-create-directory): Signal an error if the
27332 directory already exists (Bug#8246).
27333
27334 * facemenu.el (list-colors-display): Call list-faces-display
27335 inside with-help-window.
27336 (list-colors-print): Use display property to align the final
27337 column, instead of checking window-width.
27338
27339 2011-03-19 Eli Zaretskii <eliz@gnu.org>
27340
27341 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
27342 windows-nt systems.
27343 (emerge-protect-metachars): Quote correctly for ms-dos and
27344 windows-nt systems.
27345
27346 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
27347
27348 * info.el (info-initialize): Replace all uses of `:' with
27349 path-separator for compatibility with non-Unix systems.
27350 Cache quoting of path-separator. (Bug#8258)
27351
27352 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
27353
27354 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
27355 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
27356 (mouse-avoidance-mode): Fix typos in docstrings.
27357
27358 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27359
27360 * startup.el (package-subdirectory-regexp): Move from package.el.
27361 Omit \\` and \\', and let callers add them.
27362
27363 * emacs-lisp/package.el (package-strip-version)
27364 (package-load-all-descriptors): Add \\` and \\' to
27365 package-subdirectory-regexp before using it.
27366 (package-untar-buffer): New arg DIR; ensure that file untars only
27367 into this expected directory. Remove superfluous delete-region.
27368 (package-unpack): Caller changed.
27369 (package-tar-file-info): Use package-subdirectory-regexp.
27370
27371 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
27372
27373 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
27374 diff-mode-shared-map (bug#8284).
27375 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
27376
27377 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
27378
27379 * calendar/time-date.el (format-seconds): Use assoc instead of
27380 assoc-string, since assoc-string doesn't exist in XEmacs.
27381
27382 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
27383
27384 * custom.el (custom-known-themes): Reflow docstring.
27385 (custom-theme-load-path): Fix typo in docstring.
27386 (load-theme): Fix typo in error message.
27387 (custom-available-themes, custom-variable-theme-value):
27388 Use `let', not `let*'.
27389
27390 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
27391
27392 * calc/README: Mention inclusion of musical notes.
27393
27394 * calc/calc-units.el (calc-lu-quant): Rename from
27395 `calc-logunits-quantity'.
27396 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
27397 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
27398 (calc-db): Rename from `calc-dblevel'.
27399 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
27400 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
27401 (calc-np): Rename from `calc-nplevel'.
27402 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
27403 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
27404 (calc-lu-plus): Rename from `calc-logunits-add'.
27405 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
27406 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
27407 (calc-lu-minus): Rename from `calc-logunits-sub'.
27408 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
27409 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
27410 (calc-lu-times): Rename from `calc-logunits-mul'.
27411 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
27412 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
27413 (calc-lu-divide): Rename from `calc-logunits-div'.
27414 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
27415 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
27416
27417 * calc/calc-ext.el (calc-init-extensions): Update the names of the
27418 functions being autoloaded.
27419
27420 * calc/calc.el (calc-lu-power-reference): Rename from
27421 `calc-logunits-power-reference'.
27422 (calc-lu-field-reference): Rename from
27423 `calc-logunits-field-reference'.
27424
27425 * calc/calc-help.el (calc-l-prefix-help):
27426 Mention musical note functions.
27427
27428 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
27429
27430 * minibuffer.el (completion-all-sorted-completions):
27431 Use :completion-cycle-penalty text property if present.
27432
27433 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
27434
27435 * allout.el (allout-yank-processing): Adjust for new rebulleting
27436 regime so bullet being yanked is used without prompting the user
27437 for a choice.
27438
27439 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27440
27441 * startup.el (command-line): Warn the user that _emacs is deprecated.
27442
27443 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27444
27445 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
27446 (delphi-verbose, delphi-comment-face, delphi-string-face)
27447 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
27448 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
27449 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
27450 (delphi-new-comment-line, delphi-font-lock-defaults)
27451 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
27452 Fix typos in docstrings.
27453
27454 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
27455
27456 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
27457 Invert the roles of character and string values for INSTEAD, so a
27458 string is used for the more common case of a defaulting prompt.
27459
27460 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27461
27462 * progmodes/ruby-mode.el (ruby-backward-sexp):
27463 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
27464 * play/gamegrid.el (gamegrid-make-face):
27465 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
27466 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
27467 * notifications.el (notifications-notify):
27468 * net/xesam.el (xesam-search-engines):
27469 * net/quickurl.el (quickurl-list-insert):
27470 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
27471
27472 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
27473
27474 * startup.el (command-line): Update package subdirectory regexp.
27475
27476 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27477
27478 * allout.el (allout-abbreviate-flattened-numbering)
27479 (allout-mode-deactivate-hook): Fix up obsolescence "date".
27480
27481 * subr.el (read-char-choice): Only show the cursor after the prompt,
27482 not after the answer.
27483
27484 2011-03-15 Kevin Ryde <user42@zip.com.au>
27485
27486 * help-fns.el (variable-at-point): Skip leading quotes, if any
27487 (bug#8253).
27488
27489 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27490
27491 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
27492 warning message.
27493
27494 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
27495
27496 * shell.el (shell): When called interactively, offer to change the
27497 shell file name on remote hosts.
27498
27499 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
27500
27501 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
27502 integration for LDAP parameters. The host, base, user or binddn,
27503 and secret tokens can be specified in a netrc file, for instance.
27504 This is optional because an `auth-source' parameter must be
27505 specified in the search attributes.
27506
27507 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
27508
27509 * help.el (describe-mode): Link to the mode's definition (bug#8185).
27510
27511 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27512
27513 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
27514 into declaration. Remove redundant and harmful binding.
27515
27516 2011-03-12 Eli Zaretskii <eliz@gnu.org>
27517
27518 * files.el (file-ownership-preserved-p): Pass `integer' as an
27519 explicit 2nd argument to `file-attributes'. If the file's owner
27520 is the Administrators group on Windows, and the current user is
27521 Administrator, consider that a match.
27522
27523 * server.el (server-ensure-safe-dir): Consider server directory
27524 safe on MS-Windows if its owner is the Administrators group while
27525 the current Emacs user is Administrator. Use `=' to compare
27526 numerical UIDs, since they could be integers or floats.
27527
27528 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
27529
27530 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
27531
27532 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
27533
27534 Sync with Tramp 2.2.1.
27535
27536 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
27537
27538 * net/trampver.el: Update release number.
27539
27540 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27541
27542 * progmodes/compile.el (compilation--previous-directory): Fix up
27543 various nil/dead-marker mismatches (bug#8014).
27544 (compilation-directory-properties, compilation-error-properties):
27545 Don't call it at a position past the one we're about to change.
27546
27547 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
27548 Disable obsolescence warnings in the file that declares it.
27549
27550 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
27551
27552 * allout-widgets.el (allout-widgets-tally):
27553 Initialize allout-widgets-tally as a hash table rather than nil to
27554 prevent mode-line redisplay warnings. Also, clarify the module
27555 description and fix a comment typo.
27556
27557 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
27558
27559 * help-fns.el (describe-variable): Don't complete keywords.
27560 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
27561
27562 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
27563
27564 * emacs-lisp/package.el (package-version-join): Impose a standard
27565 string representation for pre/alpha/beta version lists.
27566 (package-unpack-single): Standardize the directory name by passing
27567 it through package-version-join.
27568 (package-strip-rcs-id): Accept any version string that does not
27569 signal an error in version-to-list.
27570
27571 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
27572
27573 * simple.el (delete-trailing-whitespace): Return nil for the
27574 benefit of `write-file-functions'.
27575
27576 2011-03-10 Glenn Morris <rgm@gnu.org>
27577
27578 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
27579
27580 * vc/vc-git.el (vc-git-program): New option.
27581 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
27582 (vc-git--call): Use it.
27583
27584 * eshell/esh-util.el (eshell-condition-case): Doc fix.
27585
27586 * cus-edit.el (Custom-newline): If no button at point, look
27587 for a subgroup button at start-of-line. (Bug#2298)
27588
27589 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
27590
27591 2011-03-10 Julien Danjou <julien@danjou.info>
27592
27593 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
27594 `cursor-type' is nil.
27595
27596 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
27597
27598 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
27599
27600 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
27601
27602 * allout.el: Change so yank of distinctive-bullet items
27603 preserves the existing header prefix, rebulleting it if necessary,
27604 rather than replacing it. This is necessary for proper operation
27605 of cooperative addons like allout-widgets.
27606 (allout-make-topic-prefix, allout-rebullet-heading):
27607 Change SOLICIT arg to INSTEAD, and interpret additionally a string
27608 value as alternate bullet to be used, instead of prompting the user
27609 for a bullet character.
27610
27611 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
27612
27613 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
27614 Do not use `tramp-file-name-port', because this returns also
27615 `tramp-default-port'.
27616
27617 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
27618
27619 * net/rcirc.el (rcirc-handler-001): Remove useless
27620 with-rcirc-process-buffer.
27621 (rcirc-check-auth-status): Swap arguments to string-match.
27622
27623 2011-03-09 Glenn Morris <rgm@gnu.org>
27624
27625 * shell.el (shell-mode):
27626 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
27627
27628 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
27629 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
27630
27631 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27632
27633 * emacs-lisp/package.el (package-refresh-contents)
27634 (package-menu-execute): Use condition-case-no-debug.
27635
27636 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
27637
27638 * simple.el (shell-command-to-string): Use `process-file'.
27639
27640 * emacs-lisp/package.el (package-tar-file-info): Handle also
27641 remote files.
27642
27643 * emacs-lisp/package-x.el (package-upload-buffer-internal):
27644 Use `equal' for upload base check.
27645
27646 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
27647
27648 * textmodes/texinfo.el (texinfo-environments):
27649 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
27650
27651 2011-03-08 Glenn Morris <rgm@gnu.org>
27652
27653 * cus-start.el (cursor-in-non-selected-windows):
27654 Fix :set quoting oddness. (Bug#8192)
27655
27656 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
27657 in some setf expressions. (Bug#2159)
27658
27659 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27660
27661 * custom.el (custom-available-themes): Return themes in
27662 alphabetical order.
27663
27664 See ChangeLog.15 for earlier changes.
27665
27666 ;; Local Variables:
27667 ;; coding: utf-8
27668 ;; End:
27669
27670 Copyright (C) 2011-2013 Free Software Foundation, Inc.
27671
27672 This file is part of GNU Emacs.
27673
27674 GNU Emacs is free software: you can redistribute it and/or modify
27675 it under the terms of the GNU General Public License as published by
27676 the Free Software Foundation, either version 3 of the License, or
27677 (at your option) any later version.
27678
27679 GNU Emacs is distributed in the hope that it will be useful,
27680 but WITHOUT ANY WARRANTY; without even the implied warranty of
27681 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27682 GNU General Public License for more details.
27683
27684 You should have received a copy of the GNU General Public License
27685 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.