socks.el small cleanup
[bpt/emacs.git] / lisp / ChangeLog
1 2013-05-24 Glenn Morris <rgm@gnu.org>
2
3 * net/socks.el (socks-split-string): Use this rather than split-string.
4 (socks-nslookup-host): Update for above change.
5 (dynamic-choice, s5-dynamic-choice-match)
6 (s5-dynamic-choice-match-inline, s5-widget-value-create):
7 Comment out unused code.
8
9 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
10 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
11 (gud-tooltip-echo-area): Make obsolete.
12 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
13
14 * progmodes/js.el (js--optimize-arglist): Declare.
15
16 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
17
18 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
19 (ediff-window-C): Declare.
20
21 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
22 Tweak requires to silence compiler.
23
24 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
25 (he-search-string, he-tried-table, he-expand-list)
26 (he-init-string, he-string-member, he-substitute-string)
27 (he-reset-string): Declare.
28
29 * obsolete/options.el (list-options): Use custom-variable-p,
30 rather than obsolete alias.
31
32 2013-05-23 Sam Steingold <sds@gnu.org>
33
34 * simple.el (shell-command-on-region): Pass the `replace' argument
35 down to `call-process-region' to comply with the doc as reported on
36 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
37
38 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * emacs-lisp/smie.el (smie-indent-forward-token)
41 (smie-indent-backward-token): Handle string tokens (bug#14381).
42
43 2013-05-23 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
44
45 * ielm.el (ielm-menu): New menu.
46 (inferior-emacs-lisp-mode): Set comment-start.
47
48 2013-05-23 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
49
50 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
51 Fix deactivate action.
52
53 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
54 Add cleveref macros.
55
56 * lisp/textmodes/reftex-parse.el
57 (reftex-locate-bibliography-files): Accept options for
58 bibliography commands.
59 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
60 Add addbibresource. Basic Biblatex support.
61
62 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
63
64 * net/tramp-gvfs.el (top):
65 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
66 when loading package. (Bug#14447)
67
68 2013-05-23 Glenn Morris <rgm@gnu.org>
69
70 * progmodes/js.el: No need to load comint when compiling.
71 (ring-insert, comint-send-string, comint-send-input)
72 (comint-last-input-end, ido-chop): Declare.
73
74 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
75 * vc/ediff-mult.el: Adjust requires.
76 (ediff-directories-internal, ediff-directory-revisions-internal)
77 (ediff-patch-file-internal): Declare.
78 * vc/ediff-ptch.el: Adjust requires.
79 (ediff-use-last-dir, ediff-buffers-internal): Declare.
80 (ediff-find-file): Autoload.
81 * vc/ediff-util.el: No need to load ediff when compiling.
82 (ediff-regions-internal): Declare.
83 * vc/ediff-wind.el: Adjust requires.
84 (ediff-compute-toolbar-width): Define when compiling.
85 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
86 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
87 (dired-get-filename, dired-get-marked-files)
88 (ediff-last-dir-patch, ediff-patch-default-directory)
89 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
90 (ediff-patch-buffer-internal): Declare.
91
92 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
93 (ispell-process, ispell-buffer-local-words, lm-summary)
94 (lm-section-start, lm-section-end): Declare.
95 (checkdoc-ispell-init): Simplify.
96
97 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
98 (he-string-member, he-reset-string, he-substitute-string): Declare.
99
100 * eshell/em-ls.el: Adjust requires.
101 (eshell-glob-regexp): Declare.
102 * eshell/em-tramp.el: Adjust requires.
103 (eshell-parse-command): Autoload.
104 * eshell/em-xtra.el: Adjust requires.
105 (eshell-parse-command): Autoload.
106 * eshell/esh-ext.el: Adjust requires.
107 (eshell-parse-command, eshell-close-handles): Autoload.
108 * eshell/esh-io.el: Adjust requires.
109 (eshell-output-filter): Autoload.
110 * eshell/esh-util.el: No need to load tramp when compiling.
111 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
112 Declare.
113 (eshell-parse-ange-ls): Require ange-ftp and tramp.
114 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
115 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
116 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
117 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
118 * eshell/esh-opt.el, eshell/esh-proc.el:
119 * eshell/esh-var.el: Adjust requires.
120 * eshell/eshell.el: Do not require esh-util twice.
121 (eshell-add-input-to-history): Declare.
122 (eshell-command): Check history module is active before using it.
123
124 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
125
126 2013-05-22 Leo Liu <sdl.web@gmail.com>
127
128 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
129
130 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
131
132 * autorevert.el (auto-revert-notify-add-watch)
133 (auto-revert-notify-handler): Add `attrib' for the inotify case,
134 it indicates changes in file modification time.
135
136 2013-05-22 Glenn Morris <rgm@gnu.org>
137
138 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
139 Always delete the autoloaded function from the noruntime and
140 unresolved functions lists.
141
142 * allout.el: No need to load epa, epg, overlay when compiling.
143 (epg-context-set-passphrase-callback, epg-list-keys)
144 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
145 (epg-key-user-id-list): Declare.
146
147 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
148 (viper-set-parsing-style-toggling-macro)
149 (viper-set-emacs-state-searchstyle-macros):
150 Use called-interactively-p on Emacs.
151 (viper-looking-back): Make it an obsolete alias. Update callers.
152 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
153 Use looking-back rather than viper-looking-back.
154 (viper-tmp-insert-at-eob, viper-enlarge-region)
155 (viper-read-string-with-history, viper-register-to-point)
156 (viper-append-to-register, viper-change-state-to-vi)
157 (viper-backward-char-carefully, viper-forward-char-carefully)
158 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
159 (viper-change-state-to-emacs): Declare.
160 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
161 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
162 * emulation/viper-mous.el: Do not load viper-cmd.
163 (viper-backward-char-carefully, viper-forward-char-carefully)
164 (viper-forward-word, viper-adjust-window): Declare.
165
166 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
167
168 * progmodes/idlw-help.el (idlwave-help-fontify):
169 Use called-interactively-p.
170
171 * term/w32console.el (w32-get-console-codepage)
172 (w32-get-console-output-codepage): Declare.
173
174 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
175 Remove unnecessary declarations.
176 (dframe-message): Doc fix.
177
178 * info.el (dframe-select-attached-frame, dframe-current-frame):
179 Declare.
180
181 * speedbar.el (speedbar-message): Make it an obsolete alias.
182 Update all callers.
183 (speedbar-with-attached-buffer)
184 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
185 (speedbar-with-writable): Use backquote.
186 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
187 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
188 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
189 rather than speedbar- aliases.
190 * mail/rmail.el: Load dframe rather than speedbar when compiling.
191 (speedbar-make-specialized-keymap, speedbar-insert-button)
192 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
193 (speedbar-do-function-pointer): Declare.
194 (rmail-speedbar-button, rmail-speedbar-find-file)
195 (rmail-speedbar-move-message):
196 Use dframe-with-attached-buffer rather than speedbar- alias.
197 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
198 (dframe-message, speedbar-make-specialized-keymap)
199 (speedbar-add-expansion-list, speedbar-mode-functions-list)
200 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
201 (speedbar-insert-button, dframe-select-attached-frame)
202 (dframe-maybee-jump-to-attached-frame)
203 (speedbar-change-initial-expansion-list)
204 (speedbar-previously-used-expansion-list-name): Declare.
205 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
206 Use dframe-message, dframe-with-attached-buffer rather than
207 speedbar- aliases.
208 (gud-sentinel): Silence compiler.
209 * progmodes/vhdl-mode.el (speedbar-refresh)
210 (speedbar-do-function-pointer, speedbar-add-supported-extension)
211 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
212 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
213 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
214 (speedbar-file-lists, speedbar-make-tag-line)
215 (speedbar-line-directory, speedbar-goto-this-file)
216 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
217 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
218 (speedbar-make-button, speedbar-reset-scanners)
219 (speedbar-files-item-info, speedbar-line-text)
220 (speedbar-find-file-in-frame, speedbar-set-timer)
221 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
222 (speedbar-with-writable): Do not (re)define it.
223 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
224 rather than speedbar- alias.
225
226 2013-05-21 Leo Liu <sdl.web@gmail.com>
227
228 * progmodes/octave.el (octave-mode-menu): Update and re-organize
229 menu items.
230 (octave-mode): Tweak fill-nobreak-predicate.
231 (inferior-octave-startup): Check process to avoid infinite loop.
232 (inferior-octave): Pop to buffer first to show abornmal process
233 exit information.
234
235 2013-05-21 Glenn Morris <rgm@gnu.org>
236
237 * printing.el (pr-menu-bar): Define when compiling.
238
239 2013-05-21 Leo Liu <sdl.web@gmail.com>
240
241 * progmodes/octave.el (octave-auto-fill): Remove.
242 (octave-indent-new-comment-line): Improve.
243 (octave-mode): Use auto fill mode through
244 comment-line-break-function and fill-nobreak-predicate
245 (octave-goto-function-definition): Support DEFUN_DLD.
246 (octave-beginning-of-defun): Small Tweak
247 (octave-help): Show parent directory.
248
249 2013-05-21 Glenn Morris <rgm@gnu.org>
250
251 * files.el (dired-unmark):
252 * progmodes/gud.el (gdb-input): Update declarations.
253
254 * calculator.el (electric, ehelp): No need to load when compiling.
255 (Electric-command-loop, electric-describe-mode): Declare.
256
257 * doc-view.el (doc-view-current-converter-processes): Move before use.
258
259 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
260 Move MODE-set-explicitly definition before use.
261
262 * international/mule-diag.el (mule-diag):
263 Don't use obsolete window-system-version.
264
265 * mail/feedmail.el (smtpmail): No need to load when compiling.
266 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
267
268 * mail/mail-utils.el (rfc822): No need to load when compiling.
269 (rfc822-addresses): Autoload it.
270 (mail-strip-quoted-names): Trivial simplification.
271
272 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
273 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
274
275 * net/snmp-mode.el (tempo): Don't duplicate requires.
276
277 * progmodes/prolog.el (info): No need to load when compiling.
278 (comint): Require before shell requires it.
279 (Info-goto-node): Autoload it.
280 (Info-follow-nearest-node): Declare.
281 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
282
283 * textmodes/artist.el (picture-mode-exit): Declare.
284
285 * textmodes/reftex-parse.el (reftex-parse-from-file):
286 Trivial rewrite so the compiler can parse it better.
287
288 2013-05-20 Leo Liu <sdl.web@gmail.com>
289
290 * progmodes/octave.el (octave-help-mode-map)
291 (octave-help-mode-finish-hook): New variables.
292 (octave-help-mode, octave-help-mode-finish): New functions.
293 (octave-help): Use octave-help-mode.
294
295 2013-05-20 Glenn Morris <rgm@gnu.org>
296
297 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
298
299 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
300
301 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
302 start at point, so that expansion starting right after opening
303 slash in a regexp is recognized.
304 (ruby-syntax-before-regexp-re): New defvar, extracted from
305 ruby-syntax-propertize-function. Since the value of this regexp
306 is looked up at runtime now, we should be able to turn
307 `ruby-syntax-methods-before-regexp' into a defcustom later.
308 (ruby-syntax-propertize-function): Split regexp matching into two
309 parts, for opening and closing slashes. That allows us to skip
310 over string interpolations and support multiline regexps.
311 Don't call `ruby-syntax-propertize-expansions', instead use another rule
312 for them, which calls `ruby-syntax-propertize-expansion'.
313 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
314 call to `ruby-syntax-propertize-function'.
315 (ruby-syntax-propertize-expansion): Extracted from
316 `ruby-syntax-propertize-expansions'. Handles one expansion.
317 (ruby-syntax-propertize-percent-literal): Leave point right after
318 the percent symbol, so that the expression expansion rule can
319 propertize the contents.
320 (ruby-syntax-propertize-heredoc): Leave point at bol following the
321 heredoc openers.
322 (ruby-syntax-propertize-expansions): Remove.
323
324 2013-05-18 Juri Linkov <juri@jurta.org>
325
326 * man.el (Man-default-man-entry): Remove `-' from the end
327 of the default value. (Bug#14400)
328
329 2013-05-18 Glenn Morris <rgm@gnu.org>
330
331 * comint.el (comint-password-prompt-regexp):
332 Allow "password for XXX" where XXX contains colons (eg https://...).
333
334 2013-05-18 Leo Liu <sdl.web@gmail.com>
335
336 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
337 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
338 (octave-source-directories): Don't check process.
339 (octave-source-directories, octave-find-definition): Doc fix.
340
341 2013-05-18 Glenn Morris <rgm@gnu.org>
342
343 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
344 Remove backspace/delete bindings. (Bug#14392)
345
346 * cus-dep.el (custom-make-dependencies): Sort the output.
347 (custom-versions-load-alist): Convert comment to doc.
348
349 2013-05-17 Leo Liu <sdl.web@gmail.com>
350
351 * newcomment.el (comment-search-backward): Stricter in finding
352 comment start. (Bug#14303)
353
354 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
355 (octave-comment-start-skip): Properly anchored.
356
357 2013-05-17 Leo Liu <sdl.web@gmail.com>
358
359 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
360 Clean up when turned off. (Bug#14395)
361 (smie--highlight-matching-block-overlay): No longer buffer-local.
362 (smie-highlight-matching-block): Adjust.
363
364 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
365
366 Doc string fix for "nanoseconds" (Bug#14406).
367 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
368 Fix doc string typo that had "nanoseconds" instead of "microseconds".
369
370 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
371
372 * calc/calc-units.el (math-extract-units): Preserve powers
373 of units.
374
375 2013-05-17 Leo Liu <sdl.web@gmail.com>
376
377 * subr.el (delete-consecutive-dups): New function.
378 * ido.el (ido-set-matches-1): Use it.
379 * progmodes/octave.el (inferior-octave-completion-table): Use it.
380 * ido.el (ido-remove-consecutive-dups): Remove.
381
382 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
383
384 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
385 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
386 regexp-opt's `words'.
387
388 2013-05-16 Leo Liu <sdl.web@gmail.com>
389
390 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
391 (smie--highlight-matching-block-overlay)
392 (smie--highlight-matching-block-lastpos)
393 (smie--highlight-matching-block-timer): New variables.
394 (smie-highlight-matching-block): New function.
395 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
396 (smie-setup): Conditionally enable smie-blink-matching-open.
397
398 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
399
400 Sync with upstream verilog-mode r840.
401 * progmodes/verilog-mode.el (verilog-mode-version)
402 (verilog-mode-release-date): Update.
403 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
404 (verilog-sig-tieoff): Fix string error on
405 AUTORESET with colon define, bug594. Reported by Andrew Hou.
406 (verilog-read-decls): Fix parameters confusing
407 AUTOINST interfaces, bug565. Reported by Leith Johnson.
408
409 2013-05-16 Eli Zaretskii <eliz@gnu.org>
410
411 * subr.el (reveal-filename): New function.
412
413 * loadup.el: Compute Emacs executable versions on MS-Windows,
414 where executables have the .exe extension. Add a hard link
415 emacs-XX.YY.ZZ.exe on MS-Windows.
416
417 * Makefile.in (XARGS_LIMIT): New variable.
418 (custom-deps, finder-data, autoloads)
419 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
420 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
421 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
422 (compile-main): Limit xargs according to $(XARGS_LIMIT).
423
424 2013-05-16 Leo Liu <sdl.web@gmail.com>
425
426 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
427 (octave-mode-menu, octave-mode-map): Remove its uses.
428
429 2013-05-16 Reto Zimmermann <reto@gnu.org>
430
431 Sync with upstream vhdl mode v3.34.2.
432 * progmodes/vhdl-mode.el: Use `push' throughout.
433 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
434 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
435 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
436 (vhdl-actual-generic-name): New option to derive actual generic name.
437 (vhdl-port-paste-signals): Replace formal by actual generics.
438 (vhdl-beautify): New name for old group vhdl-align. Update users.
439 (vhdl-beautify-options): New option.
440 (vhdl-last-input-event): New compat alias. Use throughout.
441 (vhdl-goto-line): Replace user level function `goto-line'.
442 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
443 vhdl-fix-statement-buffer.
444 (vhdl-create-mode-menu): Add some entries.
445 (vhdl-align-region-groups): Respect vhdl-beautify-options.
446 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
447 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
448 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
449 to force statements on one line.
450 (vhdl-remove-trailing-spaces-region):
451 New, split from vhdl-remove-trailing-spaces.
452 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
453 Respect vhdl-beautify-options.
454 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
455 (vhdl-update-sensitivity-list): Not add with index if exists without.
456 Not include array index with signal. Ignore keywords in comments.
457 (vhdl-get-visible-signals): Regexp tweaks.
458 (vhdl-template-component-inst): Handle empty library.
459 (vhdl-template-type): Add template for 'enum' type.
460 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
461 Use vhdl-replace-string.
462 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
463 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
464 (vhdl-speedbar-initialize): Update for above name change.
465 (vhdl-compose-wire-components): Fix in handling of constants.
466 (vhdl-error-regexp-emacs-alist): New variable.
467 (vhdl-error-regexp-add-emacs): New function;
468 adds support for new compile.el (Emacs 22+)
469 (vhdl-generate-makefile-1): Change target order for single lib. units.
470 Allow use of absolute file names.
471
472 2013-05-16 Leo Liu <sdl.web@gmail.com>
473
474 * simple.el (prog-indent-sexp): Indent enclosing defun.
475
476 2013-05-15 Glenn Morris <rgm@gnu.org>
477
478 * cus-start.el (show-trailing-whitespace): Move to editing basics.
479 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
480 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
481 (whitespace-highlight): Move to whitespace group.
482
483 * comint.el (comint-source):
484 * pcmpl-linux.el (pcmpl-linux):
485 * shell.el (shell-faces):
486 * eshell/esh-opt.el (eshell-opt):
487 * international/ccl.el (ccl): Remove empty custom groups.
488
489 * completion.el (dynamic-completion-mode):
490 * jit-lock.el (jit-lock-debug-mode):
491 * minibuffer.el (completion-in-region-mode):
492 * type-break.el (type-break-mode-line-message-mode)
493 (type-break-query-mode):
494 * emulation/tpu-edt.el (tpu-edt-mode):
495 * progmodes/subword.el (global-subword-mode, global-superword-mode):
496 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
497 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
498
499 * term/xterm.el (xterm): Change parent group to terminals.
500
501 * master.el (master): Remove empty custom group.
502 (master-mode): Remove unused :group argument.
503 * textmodes/refill.el (refill): Remove empty custom group.
504 (refill-mode): Remove unused :group argument.
505
506 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
507
508 * cus-dep.el: Provide a feature.
509 (custom-make-dependencies): Ignore dotfiles (dir-locals).
510 Don't mistakenly ignore files whose basenames match a basename
511 from preloaded-file-list (eg cedet/ede/simple.el).
512 Add a fallback method for getting :group.
513
514 2013-05-15 Juri Linkov <juri@jurta.org>
515
516 * isearch.el (isearch-char-by-name): Rename from
517 `isearch-insert-char-by-name'. Doc fix.
518 (isearch-forward): Mention `isearch-char-by-name' in
519 the docstring. (Bug#13348)
520
521 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
522 `exit-minibuffer' instead of
523 `isearch-nonincremental-exit-minibuffer'.
524 (isearch-edit-string): Remove mention of
525 `isearch-nonincremental-exit-minibuffer' from docstring.
526 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
527 (isearch-forward-exit-minibuffer)
528 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
529
530 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
531
532 * loadup.el: Just use unversioned DOC.
533
534 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
535 literals as extending to EOB.
536 (nxml-last-fontify-end): Remove unused variable.
537 (nxml-after-change1): Use with-silent-modifications.
538 (nxml-extend-after-change-region): Simplify.
539 (nxml-extend-after-change-region1): Remove function.
540 (nxml-after-change1): Don't adjust for dependent regions.
541 (nxml-fontify-matcher): Simplify.
542 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
543 (xmltok-add-dependent): Remove function.
544 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
545 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
546 (xmltok-scan-prolog-after-processing-instruction-open): Treat
547 unclosed <[[, <?, comment, and other literals as extending to EOB.
548 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
549 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
550 Remove functions.
551 (rng-do-some-validation-1): Don't mark dependent regions.
552 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
553 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
554 (nxml-clear-dependent-regions): Remove functions.
555 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
556 (nxml-ensure-scan-up-to-date):
557 Don't clear&mark dependent regions.
558
559 2013-05-15 Leo Liu <sdl.web@gmail.com>
560
561 * progmodes/octave.el (octave-goto-function-definition):
562 Improve and fix callers.
563
564 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
567 the setter (bug#14387).
568
569 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
570 surrounding group (bug#14402).
571
572 2013-05-14 Juri Linkov <juri@jurta.org>
573
574 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
575 (Bug#14390)
576
577 2013-05-14 Glenn Morris <rgm@gnu.org>
578
579 * progmodes/f90.el (f90-imenu-generic-expression):
580 Fix typo in 2013-05-08 change. (Bug#14402)
581
582 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
583
584 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
585 Remove signals for which replies are never received.
586
587 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
588
589 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
590 (gdb-handler-alist, gdb-handler-number): Remove variables.
591 (gdb-handler-list): New variable.
592 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
593 (gdb-pending-handler-p, gdb-handle-reply)
594 (gdb-remove-all-pending-triggers): New functions.
595 (gdb-discard-unordered-replies): New defcustom.
596 (gdb-handler): New defstruct.
597 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
598 instead of gdb-pending-triggers. Update docstring.
599 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
600 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
601 (gdb-var-update-handler, def-gdb-auto-update-trigger)
602 (def-gdb-auto-update-handler, gdb-get-changed-registers)
603 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
604 (gdb-frame-handler): Pending triggers are now automatically managed.
605 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
606 Remove argument.
607 (gdb-input): Automatically handles pending triggers. Update docstring.
608 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
609 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
610 Update comments.
611 (gdb-done-or-error): Now use gdb-handle-reply.
612
613 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
614
615 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
616 gdb-debug-log.
617
618 2013-05-14 Glenn Morris <rgm@gnu.org>
619
620 * subr.el (user-emacs-directory-warning): New option.
621 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
622
623 2013-05-14 Leo Liu <sdl.web@gmail.com>
624
625 * progmodes/octave.el (octave-font-lock-keywords): Fix error
626 during redisplay.
627 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
628 (octave-font-lock-texinfo-comment): Fix invalid search bound
629 error: wrong side of point.
630
631 2013-05-14 Glenn Morris <rgm@gnu.org>
632
633 * progmodes/flymake.el (flymake-xml-program): New option.
634 (flymake-xml-init): Use it.
635
636 * term/xterm.el: Provide a feature.
637
638 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
639
640 2013-05-13 Glenn Morris <rgm@gnu.org>
641
642 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
643 Add compat aliases as a hack workaround. (Bug#14384)
644
645 2013-05-13 Leo Liu <sdl.web@gmail.com>
646
647 * progmodes/octave.el (octave-indent-comment): Fix indentation for
648 ###, and %!.
649 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
650 C-M-q.
651 (octave-comment-start-skip): Include %!.
652 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
653
654 2013-05-12 Leo Liu <sdl.web@gmail.com>
655
656 * progmodes/octave.el (inferior-octave-startup): Store the value
657 of __octave_srcdir__ for octave-source-directories.
658 (inferior-octave-check-process): New function refactored out of
659 inferior-octave-send-list-and-digest.
660 (octave-source-directories)
661 (octave-find-definition-filename-function): New variables.
662 (octave-source-directories)
663 (octave-find-definition-default-filename): New functions.
664 (octave-find-definition): Improve to find functions implemented in C++.
665
666 2013-05-12 Glenn Morris <rgm@gnu.org>
667
668 * calendar/diary-lib.el (diary-outlook-format-1):
669 Don't include dayname in the output. (Bug#14349)
670
671 2013-05-11 Glenn Morris <rgm@gnu.org>
672
673 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
674
675 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
676 Treat cc-provide like provide.
677
678 2013-05-11 Kevin Ryde <user42@zip.com.au>
679
680 * cus-dep.el (custom-make-dependencies):
681 Use generated-autoload-load-name for the sake of files such
682 such cedet/semantic/bovine/c.el, where the base file name
683 is not in load-path. (Bug#5277)
684
685 2013-05-11 Glenn Morris <rgm@gnu.org>
686
687 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
688 Provide features.
689
690 2013-05-11 Leo Liu <sdl.web@gmail.com>
691
692 * progmodes/octave.el (octave-indent-comment): Improve.
693 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
694 (octave-eldoc-function-signatures, octave-eldoc-function):
695 New functions.
696 (octave-mode, inferior-octave-mode): Add eldoc support.
697
698 2013-05-11 Richard Stallman <rms@gnu.org>
699
700 * epa.el (epa-decrypt-file): Take output file name as argument
701 and read it using `interactive'.
702
703 2013-05-11 Leo Liu <sdl.web@gmail.com>
704
705 * progmodes/octave.el (octave-beginning-of-line)
706 (octave-end-of-line): Check before using up-list because it jumps
707 out of more syntactic contructs since moving to smie.
708 (octave-indent-comment): New function.
709 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
710 (octave-begin-keywords, octave-end-keywords)
711 (octave-reserved-words, octave-smie-bnf-table)
712 (octave-smie-rules): Add new keywords from Octave 3.6.4.
713
714 2013-05-11 Glenn Morris <rgm@gnu.org>
715
716 * faces.el (internal-face-x-get-resource):
717 * frame.el (ns-display-monitor-attributes-list):
718 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
719
720 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
721
722 * calc/calc-menu.el: Make it loadable in isolation.
723
724 * net/eudcb-bbdb.el: Make it loadable without bbdb.
725 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
726 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
727 (eudc-bbdb-query-internal): Require 'bbdb.
728
729 * lpr.el (lpr-headers-switches):
730 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
731
732 * progmodes/sql.el (sql-login-params): Fix and improve :type.
733
734 * emulation/edt-mapper.el: In batch mode, error rather than hang.
735
736 * term.el (term-set-escape-char): Make it idempotent.
737
738 2013-05-10 Leo Liu <sdl.web@gmail.com>
739
740 * progmodes/octave.el (inferior-octave-completion-table):
741 No longer a function and all uses changed. Use cache to speed up
742 completion due to bug#11906.
743 (octave-beginning-of-defun): Re-write to be more general.
744
745 2013-05-10 Glenn Morris <rgm@gnu.org>
746
747 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
748
749 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
750
751 * comint.el (comint-redirect-send-command-to-process): Use :around
752 rather than :override for comint-redirect-filter.
753 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
754 Call it instead of comint-redirect-original-filter-function (which
755 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
756
757 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
758
759 * frame.el (display-monitor-attributes-list): Add NS case.
760 (ns-display-monitor-attributes-list): Declare.
761
762 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
763
764 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
765
766 2013-05-09 Glenn Morris <rgm@gnu.org>
767
768 * international/fontset.el (vertical-centering-font-regexp):
769 Set standard-value.
770
771 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
772
773 * bookmark.el (bookmark-search-delay):
774 * cus-start.el (vertical-centering-font-regexp):
775 * ps-mule.el (ps-mule-font-info-database-default):
776 * ps-print.el (ps-default-fg, ps-default-bg):
777 * type-break.el (type-break-good-break-interval):
778 * whitespace.el (whitespace-indentation-regexp)
779 (whitespace-space-after-tab-regexp):
780 * emacs-lisp/testcover.el (testcover-1value-functions)
781 (testcover-noreturn-functions, testcover-progn-functions)
782 (testcover-prog1-functions):
783 * emulation/viper-init.el (viper-emacs-state-cursor-color):
784 * eshell/em-glob.el (eshell-glob-translate-alist):
785 * play/tetris.el (tetris-tty-colors):
786 * progmodes/cpp.el (cpp-face-default-list):
787 * progmodes/flymake.el (flymake-allowed-file-name-masks):
788 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
789 (idlwave-help-browser-generic-args):
790 * progmodes/make-mode.el (makefile-special-targets-list):
791 * progmodes/python.el (python-shell-virtualenv-path):
792 * progmodes/verilog-mode.el (verilog-active-low-regexp)
793 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
794 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
795 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
796 * textmodes/reftex-vars.el (reftex-format-label-function):
797 * textmodes/remember.el (remember-diary-file): Fix custom types.
798
799 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
800 Add :version.
801
802 2013-05-09 Leo Liu <sdl.web@gmail.com>
803
804 * progmodes/octave.el (inferior-octave-completion-at-point):
805 Restore file completion. (Bug#14300)
806 (inferior-octave-startup): Fix incorrect highlighting for the
807 first prompt.
808
809 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
810
811 * progmodes/ruby-mode.el: First cut at SMIE support.
812 (ruby-use-smie): New var.
813 (ruby-smie-grammar): New constant.
814 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
815 (ruby-smie--forward-token, ruby-smie--backward-token)
816 (ruby-smie-rules): New functions.
817 (ruby-mode-variables): Setup SMIE if applicable.
818
819 2013-05-08 Eli Zaretskii <eliz@gnu.org>
820
821 * simple.el (line-move-visual): Signal beginning/end of buffer
822 only if vertical-motion moved less than it was requested. Avoids
823 silly incorrect error messages when there are display strings with
824 multiple newlines at EOL.
825
826 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
829 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
830 (prolog-char-quote-workaround):
831 * progmodes/cperl-mode.el (cperl-under-as-char):
832 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
833 Mark as obsolete.
834 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
835 their declaration.
836 (vhdl-mode-syntax-table-init): Remove.
837
838 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
839 last change.
840
841 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
842 syntax for "_".
843 (ld-script-font-lock-keywords):
844 Change regexps to use things like \_< and \_>.
845
846 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
847 Change all regexps to use things like \_< and \_>.
848
849 * progmodes/autoconf.el (autoconf-definition-regexp)
850 (autoconf-font-lock-keywords, autoconf-current-defun-function):
851 Handle a _ with symbol syntax.
852 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
853
854 * progmodes/ada-mode.el (ada-mode-abbrev-table):
855 Consolidate declaration.
856 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
857 the declaration.
858 (ada-create-syntax-table): Remove.
859 (ada-capitalize-word): Don't mess with the syntax of "_" since it
860 already has the right syntax nowadays.
861 (ada-goto-next-word): Don't change the syntax of "_".
862
863 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
864 with-wrapper-hook.
865
866 2013-05-08 Sam Steingold <sds@gnu.org>
867
868 * thingatpt.el (thing-at-point): Accept optional second argument
869 NO-PROPERTIES to strip the text properties from the return value.
870 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
871 to `thing-at-point' instead of stripping the properties ourselves.
872 Also, when `thing-at-point' fails to find a url, prepend "http://"
873 to the filename at point on the assumption that the user is
874 pointing at something like gnu.org/gnu.
875
876 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
877
878 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
879 * faces.el (crm-separator):
880 Silence byte-compiler.
881
882 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
883 (tool-bar-map): Remove unneeded defvars.
884
885 2013-05-08 Leo Liu <sdl.web@gmail.com>
886
887 Re-work a fix for bug#10994 based on Le Wang's patch.
888 * ido.el (ido-remove-consecutive-dups): New helper.
889 (ido-completing-read): Use it.
890 (ido-chop): Revert fix for bug#10994.
891
892 2013-05-08 Adam Spiers <emacs@adamspiers.org>
893
894 * cus-edit.el (custom-save-variables):
895 Pretty-print long values. (Bug#14187)
896
897 2013-05-08 Glenn Morris <rgm@gnu.org>
898
899 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
900 (m4-mode-syntax-table): Init in the defvar.
901 (m4-mode-abbrev-table): Let define-derived-mode define it.
902
903 2013-05-08 Tom Tromey <tromey@redhat.com>
904
905 * progmodes/m4-mode.el (m4-mode-syntax-table):
906 Do not treat "_" as word constituent. (Bug#14167)
907
908 2013-05-07 Glenn Morris <rgm@gnu.org>
909
910 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
911 Remove explicit eshell-isearch-cancel-map.
912
913 * progmodes/f90.el (f90-smart-end-names): New option.
914 (f90-smart-end): Doc fix.
915 (f90-end-block-optional-name): New constant.
916 (f90-block-match): Respect f90-smart-end-names.
917
918 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
919
920 * progmodes/octave.el (octave-smie-forward-token): Be more careful
921 about implicit semi-colons (bug#14218).
922
923 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
924
925 * frame.el (display-monitor-attributes-list)
926 (frame-monitor-attributes): New functions.
927
928 2013-05-06 Leo Liu <sdl.web@gmail.com>
929
930 * progmodes/octave.el (octave-syntax-propertize-function): Change
931 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
932 (octave-font-lock-keywords): Use octave-operator-regexp.
933 (octave-completion-at-point): Rename from
934 octave-completion-at-point-function.
935 (inferior-octave-directory-tracker): Robustify.
936 (octave-text-functions): Remove and fix its uses. No such things
937 any more.
938
939 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * emacs-lisp/trace.el (trace--display-buffer): New function.
942 (trace-make-advice): Use it.
943
944 2013-05-06 Juri Linkov <juri@jurta.org>
945
946 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
947 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
948 Doc fix.
949 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
950 in the help string. (Bug#12985)
951
952 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
953
954 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
955
956 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
957
958 * progmodes/perl-mode.el: Add support for here documents.
959 (perl-syntax-propertize-function): Match here-doc markers.
960 (perl-syntax-propertize-special-constructs): Find their end.
961 (perl-imenu-generic-expression): Use [:alnum:].
962
963 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
964 (advice--add-function): Refresh the advice if already present
965 (bug#14317).
966
967 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
968
969 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
970
971 2013-05-06 Glenn Morris <rgm@gnu.org>
972
973 * w32-fns.el (w32-charset-info-alist): Declare.
974
975 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
976 of its defcustom properties.
977 (eshell-cmpl-initialize): No need to load pcomplete.
978
979 * generic-x.el: No need to require comint when compiling.
980
981 * net/eudc-export.el: Make it loadable without bbdb.
982 (top-level): Use require rather than load-library.
983 (eudc-create-bbdb-record, eudc-bbdbify-phone)
984 (eudc-batch-export-records-to-bbdb)
985 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
986 Require bbdb.
987
988 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
989
990 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
991 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
992 some tweaks, instead.
993
994 2013-05-05 Leo Liu <sdl.web@gmail.com>
995
996 * progmodes/octave.el (octave-font-lock-keywords)
997 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
998 (inferior-octave-send-list-and-digest): Improve error message.
999 (octave-mode, inferior-octave-mode): Use setq-local.
1000 (octave-help): Set info-lookup-mode.
1001
1002 2013-05-05 Richard Stallman <rms@gnu.org>
1003
1004 * vc/compare-w.el (compare-windows-whitespace):
1005 Treat no-break space as whitespace.
1006
1007 * mail/rmailsum.el (rmail-summary-rmail-update):
1008 Detect empty summary and don't change selected message.
1009 (rmail-summary-goto-msg): Likewise.
1010
1011 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
1012 Doc fixes, rename args.
1013
1014 2013-05-05 Alan Mackenzie <acm@muc.de>
1015
1016 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
1017
1018 2013-05-05 Juri Linkov <juri@jurta.org>
1019
1020 * info.el (Info-read-subfile): Use (point-min) instead of (point)
1021 to not add the length of the summary segment to the return value.
1022 (Bug#14125)
1023
1024 2013-05-05 Leo Liu <sdl.web@gmail.com>
1025
1026 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
1027 (inferior-octave-output-filter): Remove.
1028 (octave-send-region, inferior-octave-startup): Fix callers.
1029 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
1030 (octave-binary-file-extensions): New user variable.
1031 (octave-find-definition): Confirm if opening binary files.
1032 (octave-help-file): Use octave-find-definition to get the binary
1033 confirmation.
1034 (octave-help): Adjust for octave-help-file change.
1035
1036 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1037
1038 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
1039 Merge the two entries that handle function definitions.
1040 (pascal--syntax-propertize): New const.
1041 (pascal-mode): Use it. Use setq-local.
1042
1043 2013-05-04 Glenn Morris <rgm@gnu.org>
1044
1045 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
1046 (diary-from-outlook): Respect diary-from-outlook-function.
1047
1048 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1049
1050 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
1051 Move the declaration from C.
1052 (read-minibuffer, eval-minibuffer): Move from C.
1053 (completion-setup-function): Avoid minibuffer-completion-contents.
1054
1055 2013-05-03 Leo Liu <sdl.web@gmail.com>
1056
1057 * progmodes/octave.el (octave-font-lock-keywords): Do not
1058 dehighlight 'end' in comments or strings.
1059 (octave-completing-read, octave-goto-function-definition):
1060 New helpers.
1061 (octave-help-buffer): New user variable.
1062 (octave-help-file, octave-help-function): New button types.
1063 (octave-help): New command and bind it to C-h ;.
1064 (octave-find-definition): New command and bind it to M-.
1065 (user-error): Alias to error if not defined.
1066
1067 2013-05-02 Leo Liu <sdl.web@gmail.com>
1068
1069 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
1070 for \. (bug#14332)
1071 (octave-font-lock-keywords): Include [ and {.
1072
1073 2013-05-02 Leo Liu <sdl.web@gmail.com>
1074
1075 * progmodes/octave.el (inferior-octave-startup-file): Change default.
1076 (inferior-octave): Remove calling comint-mode and return the buffer.
1077 (inferior-octave-startup): Cosmetic changes.
1078
1079 2013-05-02 Leo Liu <sdl.web@gmail.com>
1080
1081 * progmodes/octave.el (octave-syntax-propertize-function):
1082 Include the case when ' is at line beginning. (Bug#14336)
1083
1084 2013-05-02 Glenn Morris <rgm@gnu.org>
1085
1086 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
1087 * desktop.el (vc-dir-mode): Just autoload it here.
1088
1089 2013-05-02 Alan Mackenzie <acm@muc.de>
1090
1091 Eliminate variable c-standard-font-lock-fontify-region-function.
1092 * progmodes/cc-mode.el
1093 (c-standard-font-lock-fontify-region-function): Remove.
1094 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
1095
1096 2013-05-01 Leo Liu <sdl.web@gmail.com>
1097
1098 * progmodes/octave.el: Compatible with older emacs-24 releases.
1099 (inferior-octave-has-built-in-variables): Remove. Built-in
1100 variables were removed from Octave in 2007.
1101 (inferior-octave-startup): Fix uses.
1102 (comint-line-beginning-position): Remove compatibility code for
1103 emacs 21.
1104
1105 2013-05-01 Juri Linkov <juri@jurta.org>
1106
1107 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
1108
1109 2013-05-01 Juri Linkov <juri@jurta.org>
1110
1111 * comint.el (comint-previous-matching-input): Don't print message
1112 "History item: %d" when `isearch-mode' is active.
1113 (comint-history-isearch-message): Print message "History item: %d"
1114 when `comint-input-ring-index' is not empty and this function is
1115 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
1116
1117 2013-05-01 Leo Liu <sdl.web@gmail.com>
1118
1119 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
1120 definitions. Use completion-at-point to insert keywords.
1121 (octave-abbrev-start): Remove.
1122 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
1123
1124 2013-04-30 Leo Liu <sdl.web@gmail.com>
1125
1126 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
1127 change.
1128
1129 2013-04-30 Alan Mackenzie <acm@muc.de>
1130
1131 Handle arbitrarily long C++ member initialisation lists.
1132 * progmodes/cc-engine.el (c-back-over-member-initializers):
1133 new function.
1134 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
1135 (most) member init lists.
1136
1137 2013-04-30 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
1138
1139 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
1140 variable.
1141
1142 2013-04-30 Leo Liu <sdl.web@gmail.com>
1143
1144 * progmodes/octave.el (octave-variables): Remove. No builtin
1145 variables any more. All converted to functions.
1146 (octave-font-lock-keywords, octave-completion-at-point-function):
1147 Fix uses.
1148 (octave-font-lock-texinfo-comment): New user variable.
1149 (octave-texinfo-font-lock-keywords): New variable for texinfo
1150 comment block.
1151 (octave-function-comment-block): New face.
1152 (octave-font-lock-texinfo-comment): New function.
1153 (octave-mode): Font lock texinfo comment block.
1154
1155 2013-04-29 Leo Liu <sdl.web@gmail.com>
1156
1157 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
1158 indexing expression.
1159 (octave-continuation-string): Do not use \.
1160 (inferior-octave-complete-impossible): Remove.
1161 (inferior-octave-completion-table)
1162 (inferior-octave-completion-at-point): Remove its uses.
1163 (inferior-octave-startup): completion_matches was introduced to
1164 Octave in 1996 so safe to assume it.
1165 (octave-function-file-comment): Improve to follow how Octave does it.
1166 (octave-update-function-file-comment): Tweak.
1167
1168 2013-04-29 Leo Liu <sdl.web@gmail.com>
1169
1170 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
1171 (inferior-octave-startup): Remove inferior-octave-startup-hook.
1172 (octave-function-file-comment): Fix typo.
1173 (octave-sync-function-file-names): Use read-char-choice.
1174
1175 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
1176
1177 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
1178 to t for the less important warnings.
1179
1180 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1181
1182 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
1183
1184 2013-04-27 Glenn Morris <rgm@gnu.org>
1185
1186 * vc/log-view.el (log-view-current-entry):
1187 Treat "---" separator lines as part of the following rev. (Bug#14169)
1188
1189 2013-04-27 Juri Linkov <juri@jurta.org>
1190
1191 * subr.el (read-number): Doc fix about using it by interactive
1192 code letter `n'. (Bug#14254)
1193
1194 2013-04-27 Juri Linkov <juri@jurta.org>
1195
1196 * desktop.el (desktop-auto-save-timeout): New option.
1197 (desktop-file-checksum): New variable.
1198 (desktop-save): Add optional arg `auto-save' and don't auto-save
1199 if nothing changed.
1200 (desktop-auto-save-timer): New variable.
1201 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
1202 (after-init-hook): Call `desktop-auto-save-set-timer'.
1203 Suggested by Reuben Thomas <rrt@sc3d.org> in
1204 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
1205
1206 2013-04-27 Leo Liu <sdl.web@gmail.com>
1207
1208 * progmodes/octave.el (octave-function-file-p)
1209 (octave-skip-comment-forward, octave-function-file-comment)
1210 (octave-update-function-file-comment): New functions.
1211 (octave-mode-map): Bind C-c ; to
1212 octave-update-function-file-comment.
1213 (octave-mode-menu): Add octave-update-function-file-comment.
1214 (octave-mode, inferior-octave-mode): Fix doc-string.
1215 (octave-insert-defun): Conform to Octave's coding convention.
1216 (Bug#14285)
1217
1218 * files.el (basic-save-buffer): Don't let errors in
1219 before-save-hook prevent saving buffer.
1220
1221 2013-04-20 Roland Winkler <winkler@gnu.org>
1222
1223 * faces.el (read-face-name): Use completing-read if arg multiple
1224 is nil.
1225
1226 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
1227
1228 * ls-lisp.el (ls-lisp-insert-directory): If no files are
1229 displayed, move point to after the totals line.
1230 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
1231 for the details.
1232
1233 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1234
1235 * emacs-lisp/package.el (package-autoload-ensure-default-file):
1236 Add current dir to the load-path.
1237 (package-generate-autoloads): Don't rely on
1238 autoload-ensure-default-file.
1239
1240 2013-04-26 Reuben Thomas <rrt@sc3d.org>
1241
1242 * textmodes/remember.el (remember-store-in-files): Document that
1243 the file name format is passed to `format-time-string'.
1244
1245 2013-04-26 Leo Liu <sdl.web@gmail.com>
1246
1247 * progmodes/octave.el (octave-sync-function-file-names): New function.
1248 (octave-mode): Use it in before-save-hook.
1249
1250 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1251
1252 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
1253 (bug#14274).
1254
1255 * progmodes/octave.el (octave-smie-forward-token): Properly skip
1256 \n and comment, even if it's not an implicit ; (bug#14218).
1257
1258 2013-04-26 Glenn Morris <rgm@gnu.org>
1259
1260 * subr.el (read-number): Once more use `read' rather than
1261 `string-to-number', to trap non-numeric input. (Bug#14254)
1262
1263 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
1264
1265 * emacs-lisp/syntax.el (syntax-propertize-multiline):
1266 Use `syntax-multiline' text property consistently instead of
1267 `font-lock-multiline'. (bug#14237).
1268
1269 2013-04-26 Glenn Morris <rgm@gnu.org>
1270
1271 * emacs-lisp/shadow.el (list-load-path-shadows):
1272 No longer necessary to check for duplicate simple.el, since
1273 2012-07-07 change to init_lread to not include installation lisp
1274 directories in load-path when running uninstalled. (Bug#14270)
1275
1276 2013-04-26 Leo Liu <sdl.web@gmail.com>
1277
1278 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
1279 (octave-mode, inferior-octave-mode): Use setq-local.
1280 (octave-not-in-string-or-comment-p): Rename to
1281 octave-in-string-or-comment-p.
1282 (octave-in-comment-p, octave-in-string-p)
1283 (octave-in-string-or-comment-p): Replace defsubst with defun.
1284
1285 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
1286
1287 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
1288
1289 2013-04-25 Bastien Guerry <bzg@gnu.org>
1290
1291 * textmodes/remember.el (remember-data-directory)
1292 (remember-directory-file-name-format): Fix custom types.
1293
1294 2013-04-25 Leo Liu <sdl.web@gmail.com>
1295
1296 * progmodes/octave.el (octave-completion-at-point-function):
1297 Make use of inferior octave process.
1298 (octave-initialize-completions): Remove.
1299 (inferior-octave-completion-table): New function.
1300 (inferior-octave-completion-at-point): Use it.
1301 (octave-completion-alist): Remove.
1302
1303 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * progmodes/opascal.el: Use font-lock and syntax-propertize.
1306 (opascal-mode-syntax-table): New var.
1307 (opascal-literal-kind, opascal-is-literal-end)
1308 (opascal-literal-token-at): Rewrite.
1309 (opascal--literal-start-re, opascal-font-lock-keywords)
1310 (opascal--syntax-propertize): New constants.
1311 (opascal-font-lock-defaults): Adjust.
1312 (opascal-mode): Use them. Set comment-<foo> variables as well.
1313 (delphi-comment-face, opascal-comment-face, delphi-string-face)
1314 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
1315 (delphi-other-face, opascal-other-face): Remove face variables.
1316 (opascal-save-state): Remove macro.
1317 (opascal-fontifying-progress-step): Remove constant.
1318 (opascal--ignore-changes): Remove var.
1319 (opascal-set-token-property, opascal-parse-next-literal)
1320 (opascal-is-stable-literal, opascal-complete-literal)
1321 (opascal-is-literal-start, opascal-face-of)
1322 (opascal-parse-region, opascal-parse-region-until-stable)
1323 (opascal-fontify-region, opascal-after-change)
1324 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
1325 (opascal-debug-parse-region, opascal-debug-parse-window)
1326 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
1327 (opascal-debug-fontify-buffer): Remove.
1328 (opascal-debug-mode-map): Adjust accordingly.
1329
1330 2013-04-25 Leo Liu <sdl.web@gmail.com>
1331
1332 Merge octave-mod.el and octave-inf.el into octave.el with some
1333 cleanups.
1334 * progmodes/octave.el: New file renamed from octave-mod.el.
1335 * progmodes/octave-inf.el: Merged into octave.el.
1336 * progmodes/octave-mod.el: Renamed to octave.el.
1337
1338 2013-04-25 Tassilo Horn <tsdh@gnu.org>
1339
1340 * textmodes/reftex-vars.el
1341 (reftex-label-ignored-macros-and-environments): New defcustom.
1342
1343 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
1344
1345 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1346
1347 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
1348 (smie-indent-keyword): Improve the check to ensure that the next
1349 comment is really on the same line.
1350 (smie-indent-comment): Don't align with a subsequent closer (or eob).
1351
1352 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
1353 semi-colons if the line is not otherwise empty (bug#14218).
1354
1355 2013-04-25 Glenn Morris <rgm@gnu.org>
1356
1357 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
1358
1359 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1360
1361 * progmodes/opascal.el (opascal-set-token-property): Rename from
1362 opascal-set-text-properties and only set `token' (bug#14134).
1363 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
1364 (opascal-literal-text-properties): Remove.
1365 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
1366 Adjust callers.
1367
1368 2013-04-24 Reuben Thomas <rrt@sc3d.org>
1369
1370 * textmodes/remember.el (remember-handler-functions): Add an
1371 option for a new handler `remember-store-in-files'.
1372 (remember-data-directory, remember-directory-file-name-format):
1373 New options.
1374 (remember-store-in-files): New function to store remember notes
1375 as separate files within a directory.
1376
1377 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
1378
1379 * progmodes/compile.el (compilation-next-error-function):
1380 Pass "formats" to compilation-find-file (bug#11777).
1381
1382 2013-04-24 Glenn Morris <rgm@gnu.org>
1383
1384 * vc/vc-bzr.el (vc-bzr-print-log):
1385 * vc/vc-hg.el (vc-hg-print-log):
1386 * vc/vc-svn.el (vc-svn-print-log):
1387 Fix START-REVISION with LIMIT != 1. (Bug#14168)
1388
1389 * vc/vc-bzr.el (vc-bzr-print-log):
1390 * vc/vc-cvs.el (vc-cvs-print-log):
1391 * vc/vc-git.el (vc-git-print-log):
1392 * vc/vc-hg.el (vc-hg-print-log):
1393 * vc/vc-mtn.el (vc-mtn-print-log):
1394 * vc/vc-rcs.el (vc-rcs-print-log):
1395 * vc/vc-sccs.el (vc-sccs-print-log):
1396 * vc/vc-svn.el (vc-svn-print-log):
1397 * vc/vc.el (vc-print-log-internal): Doc fixes.
1398
1399 2013-04-23 Glenn Morris <rgm@gnu.org>
1400
1401 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
1402 Remove venerable code attempting to avoid substitute-command-keys.
1403
1404 2013-04-23 Tassilo Horn <tsdh@gnu.org>
1405
1406 * textmodes/reftex-vars.el (reftex-label-regexps):
1407 Call `reftex-compile-variables' after changes to this variable.
1408
1409 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
1412 Use lexical-binding.
1413 (jit-lock-force-redisplay): Use markers, check buffer's continued
1414 existence and beware narrowed buffers.
1415 (jit-lock-fontify-now): Adjust call accordingly.
1416
1417 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
1420 to avoid misleading the user.
1421
1422 2013-04-22 Leo Liu <sdl.web@gmail.com>
1423
1424 * info-look.el: Prefer latex2e.info. (Bug#14240)
1425
1426 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
1427
1428 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
1429
1430 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
1431 * net/tramp.el (tramp-call-process): ... here
1432 (tramp-set-completion-function, tramp-parse-putty):
1433 * net/tramp-adb.el (tramp-adb-execute-adb-command):
1434 * net/tramp-gvfs.el (tramp-gvfs-send-command):
1435 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1436 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
1437 (tramp-call-local-coding-command): Use `tramp-call-process'
1438 instead of `tramp-compat-call-process'.
1439
1440 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
1441 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
1442 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
1443 (tramp-find-inline-compress): Improve traces.
1444 (tramp-maybe-send-script): Check for Perl binary.
1445 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
1446
1447 2013-04-22 Daiki Ueno <ueno@gnu.org>
1448
1449 * epg.el (epg-context-pinentry-mode): New function.
1450 (epg-context-set-pinentry-mode): New function.
1451 (epg--start): Pass --pinentry-mode option to gpg command.
1452
1453 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1454
1455 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
1456 `comint-dynamic-complete' is obsolete since 24.1, replaced by
1457 `completion-at-point'. (Bug#13774)
1458
1459 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
1460 default key binding for `describe-distribution' has been moved to
1461 `C-h C-o'. (Bug#13970)
1462
1463 2013-04-21 Glenn Morris <rgm@gnu.org>
1464
1465 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
1466 Add doc strings.
1467 (vc-print-log): Clarify interactive prompt.
1468
1469 2013-04-20 Glenn Morris <rgm@gnu.org>
1470
1471 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1472 No longer include timestamp etc information.
1473
1474 2013-04-20 Roland Winkler <winkler@gnu.org>
1475
1476 * faces.el (read-face-name): Bug fix, return just one face if arg
1477 multiple is nil. (Bug#14209)
1478
1479 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1480
1481 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
1482 (remove-function): Autoload.
1483
1484 * comint.el (comint-redirect-original-filter-function): Remove.
1485 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
1486 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
1487 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
1488 * progmodes/prolog.el (prolog-consult-compile):
1489 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
1490 Use add/remove-function instead.
1491 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
1492 (gud-tooltip-process-output, gud-tooltip-tips):
1493 Use add/remove-function instead.
1494 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
1495 (scheme-interaction-mode, exit-scheme-interaction-mode):
1496 Use add/remove-function instead.
1497
1498 * vc/vc-dispatcher.el: Use lexical-binding.
1499 (vc--process-sentinel): Rename from vc-process-sentinel.
1500 Change last arg to be the code to run. Don't use vc-previous-sentinel
1501 and vc-sentinel-commands any more.
1502 (vc-exec-after): Allow code to be a function. Use add/remove-function.
1503 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
1504
1505 2013-04-19 Masatake YAMATO <yamato@redhat.com>
1506
1507 * progmodes/sh-script.el (sh-imenu-generic-expression):
1508 Handle function names with a single character. (Bug#14111)
1509
1510 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
1511
1512 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
1513 for subroutines defined in an eval (bug#14182).
1514
1515 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1516
1517 * bookmark.el (bookmark-completing-read): Improve handling of empty
1518 string (bug#14176).
1519
1520 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
1523
1524 2013-04-19 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
1525
1526 New faster Imenu implementation (bug#14058).
1527 * progmodes/python.el:
1528 (python-imenu-prev-index-position):
1529 (python-imenu-format-item-label-function)
1530 (python-imenu-format-parent-item-label-function)
1531 (python-imenu-format-parent-item-jump-label-function):
1532 New vars.
1533 (python-imenu-format-item-label)
1534 (python-imenu-format-parent-item-label)
1535 (python-imenu-format-parent-item-jump-label)
1536 (python-imenu--put-parent, python-imenu--build-tree)
1537 (python-imenu-create-index, python-imenu-create-flat-index)
1538 (python-util-popn): New functions.
1539 (python-mode): Set imenu-create-index-function to
1540 python-imenu-create-index.
1541
1542 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1543
1544 * winner.el (winner-active-region): Use region-active-p, activate-mark
1545 and deactivate-mark (bug#14225).
1546
1547 * simple.el (deactivate-mark): Don't inline it.
1548
1549 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
1550
1551 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
1552
1553 2013-04-18 Tassilo Horn <tsdh@gnu.org>
1554
1555 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
1556 file extensions from the archive-mode entry in order to prefer
1557 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
1558
1559 2013-04-18 Leo Liu <sdl.web@gmail.com>
1560
1561 * bindings.el (help-event-list): Add ?\?.
1562
1563 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * subr.el (with-wrapper-hook): Declare obsolete.
1566 * simple.el (filter-buffer-substring-function): New hook.
1567 (filter-buffer-substring): Use it.
1568 (filter-buffer-substring-functions): Mark obsolete.
1569 * minibuffer.el (completion-in-region-function): New hook.
1570 (completion-in-region): Use it.
1571 (completion-in-region-functions): Mark obsolete.
1572 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
1573 * abbrev.el (abbrev-expand-function): New hook.
1574 (expand-abbrev): Use it.
1575 (abbrev-expand-functions): Mark obsolete.
1576 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
1577 and :filter-return.
1578
1579 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
1580
1581 * progmodes/python.el (python-nav--syntactically): Fix cornercases
1582 and do not care about match data.
1583
1584 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1585
1586 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
1587 completion tables when completing error conditions and
1588 `declare' arguments.
1589 (lisp-complete-symbol, field-complete): Mark as obsolete.
1590 (check-parens): Unmatched parens are user errors.
1591 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
1592
1593 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
1594
1595 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
1596 command changed buffer (ie. `flyspell-pre-buffer' is not current
1597 buffer), which prevents making decisions based on invalid value of
1598 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
1599 cause an error when `flyspell-pre-point' was nil after switching
1600 buffers.
1601 (flyspell-post-command-hook): No longer needs to change buffers when
1602 checking pre-word. While at it remove unnecessary progn.
1603
1604 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
1605
1606 * textmodes/ispell.el (ispell-add-per-file-word-list):
1607 Fix `flyspell-correct-word-before-point' error when accepting
1608 words and `coment-padding' is an integer by using
1609 `comment-normalize-vars' (Bug #14214).
1610
1611 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
1612
1613 New defun movement commands.
1614 * progmodes/python.el (python-nav--syntactically)
1615 (python-nav--forward-defun, python-nav-backward-defun)
1616 (python-nav-forward-defun): New functions.
1617
1618 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
1619
1620 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
1621 (python-syntax-context): Use named compiler-macro for backwards
1622 compatibility with Emacs 24.x.
1623
1624 2013-04-17 Leo Liu <sdl.web@gmail.com>
1625
1626 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
1627 octave-hide-process-buffer.
1628
1629 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
1630
1631 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
1632 (bug#14216).
1633
1634 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
1635
1636 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
1637 Fix adjustment of offset when receiving incomplete responses from GDB
1638 (bug#14129).
1639
1640 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1641
1642 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
1643 python-mode-abbrev-table.
1644 (python-skeleton-define): Adjust accordingly.
1645 (python-mode-abbrev-table): New table that inherits from it so that
1646 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
1647
1648 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
1649 (abbrev-symbol): Use it.
1650 (abbrev--before-point): Use it since we already handle inheritance.
1651
1652 2013-04-16 Leo Liu <sdl.web@gmail.com>
1653
1654 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
1655 binding to info-lookup-symbol.
1656
1657 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
1658
1659 * minibuffer.el (completion--twq-all):
1660 * term/ns-win.el (ns-initialize-window-system):
1661 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
1662
1663 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
1666 global bindings.
1667
1668 * doc-view.el (doc-view-start-process): Handle url-handler directories.
1669
1670 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
1671
1672 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
1673 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
1674 to nil.
1675 (ruby-end-of-defun): Remove the unused arg, change the docstring
1676 to reflect that this function is only used as the value of
1677 `end-of-defun-function'.
1678 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
1679 to reflect an earlier change that beginning/end-of-defun functions
1680 jump between methods in a class definition, as well as top-level
1681 functions.
1682
1683 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1684
1685 * minibuffer.el (minibuffer-complete): Don't just scroll
1686 a *Completions* that's been iconified.
1687 (minibuffer-force-complete): Make sure repetitions do cycle when going
1688 through completion-in-region -> minibuffer-complete.
1689
1690 2013-04-15 Alan Mackenzie <acm@muc.de>
1691
1692 Correct the placement of c-cpp-delimiters when there're #s not at
1693 col 0.
1694
1695 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
1696 place a submatch around the #.
1697 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
1698 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
1699 on the #, not BOL.
1700
1701 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 * emacs-lisp/nadvice.el: Properly test names when adding advice.
1704 (advice--member-p): New arg `name'.
1705 (advice--add-function, advice-member-p): Use it (bug#14202).
1706
1707 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
1708
1709 Reformulate java imenu-generic-expression.
1710 The old expression contained ill formed regexps.
1711
1712 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
1713 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
1714 (cc-imenu-java-method-arg-regexp): New defconsts.
1715 (cc-imenu-java-build-type-args-regex): New defun.
1716 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
1717 handling of spaces in the regexp.
1718
1719 2013-03-15 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1720
1721 * textmodes/ispell.el (ispell-command-loop): Remove
1722 flyspell highlight of a word when ispell accepts it (bug #14178).
1723
1724 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
1725
1726 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
1727 uses code from the previous `ange-ftp-run-real-handler'.
1728 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
1729 only in case that function exist. This is needed for proper
1730 unloading of Tramp.
1731
1732 2013-04-15 Tassilo Horn <tsdh@gnu.org>
1733
1734 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
1735
1736 * textmodes/reftex.el (reftex-compile-variables): Use it.
1737
1738 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1739
1740 * files.el (normal-mode): Only use default major-mode if no other mode
1741 was specified.
1742
1743 * emacs-lisp/trace.el (trace-values): New function.
1744
1745 * files.el: Allow : in local variables (bug#14089).
1746 (hack-local-variable-regexp): New var.
1747 (hack-local-variables-prop-line, hack-local-variables): Use it.
1748
1749 2013-04-13 Roland Winkler <winkler@gnu.org>
1750
1751 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
1752 data before it gets modified by bibtex-beginning-of-entry.
1753
1754 2013-04-13 Roland Winkler <winkler@gnu.org>
1755
1756 * textmodes/bibtex.el (bibtex-url): Doc fix.
1757
1758 2013-04-13 Roland Winkler <winkler@gnu.org>
1759
1760 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
1761 does not visit a BibTeX file, exclude it from the list of buffers
1762 returned by bibtex-initialize.
1763
1764 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1765
1766 * window.el (split-window): Remove interactive form, since as a
1767 command this function is a special case of split-window-below.
1768 Correct doc string.
1769
1770 2013-04-12 Roland Winkler <winkler@gnu.org>
1771
1772 * faces.el (read-face-name): Do not override value of arg default.
1773 Allow single faces and strings as default values. Remove those
1774 elements from return value that are not faces.
1775 (describe-face): Simplify.
1776 (face-at-point): New optional args thing and multiple so that this
1777 function can provide the same functionality previously provided by
1778 read-face-name.
1779 (make-face-bold, make-face-unbold, make-face-italic)
1780 (make-face-unitalic, make-face-bold-italic, invert-face)
1781 (modify-face, read-face-and-attribute): Use face-at-point.
1782
1783 * cus-edit.el (customize-face, customize-face-other-window)
1784 * cus-theme.el (custom-theme-add-face)
1785 * face-remap.el (buffer-face-set)
1786 * facemenu.el (facemenu-set-face): Use face-at-point.
1787
1788 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
1789
1790 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
1791
1792 2013-04-10 Tassilo Horn <tsdh@gnu.org>
1793
1794 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
1795 off leading { and trailing } from field values.
1796
1797 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1798
1799 * emacs-lisp/timer.el (timer--check): New function.
1800 (timer--time, timer-set-function, timer-event-handler): Use it.
1801 (timer-set-idle-time): Simplify.
1802 (timer--activate): CSE.
1803 (timer-event-handler): Give more info in error message.
1804 (internal-timer-start-idle): New function, moved from C.
1805
1806 * mpc.el (mpc-proc): Add `restart' argument.
1807 (mpc-proc-cmd): Use it.
1808 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
1809 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
1810 less often.
1811
1812 2013-04-10 Masatake YAMATO <yamato@redhat.com>
1813
1814 * progmodes/sh-script.el: Implement `sh-mode' own
1815 `add-log-current-defun-function' (bug#14112).
1816 (sh-current-defun-name): New function.
1817 (sh-mode): Use the function.
1818
1819 2013-04-09 Bastien Guerry <bzg@gnu.org>
1820
1821 * simple.el (choose-completion-string): Fix docstring (bug#14163).
1822
1823 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1824
1825 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
1826
1827 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
1828 timer (bug#14156).
1829
1830 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
1831
1832 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
1833 declaration.
1834
1835 2013-04-07 Leo Liu <sdl.web@gmail.com>
1836
1837 * pcmpl-x.el: New file.
1838
1839 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
1840
1841 Do not set x-display-name until X connection is established.
1842 This is needed to prevent from weird situation described at
1843 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
1844 * frame.el (make-frame): Set x-display-name after call to
1845 window system initialization function, not before.
1846 * term/x-win.el (x-initialize-window-system): Add optional
1847 display argument and use it.
1848 * term/w32-win.el (w32-initialize-window-system):
1849 * term/ns-win.el (ns-initialize-window-system):
1850 * term/pc-win.el (msdos-initialize-window-system):
1851 Add compatible optional display argument.
1852
1853 2013-04-06 Eli Zaretskii <eliz@gnu.org>
1854
1855 * files.el (normal-backup-enable-predicate): On MS-Windows and
1856 MS-DOS compare truenames of temporary-file-directory and of the
1857 file, so that 8+3 aliases (usually found in $TEMP on Windows)
1858 don't fail comparison by compare-strings. Also, compare file
1859 names case-insensitively on MS-Windows and MS-DOS.
1860
1861 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1862
1863 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
1864 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
1865
1866 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
1867
1868 * whitespace.el (whitespace-color-on, whitespace-color-off):
1869 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
1870
1871 2013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
1872
1873 * ispell.el (ispell-set-spellchecker-params):
1874 Really set `ispell-args' for all equivs.
1875
1876 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * ido.el (ido-completions): Use extra elements of ido-decorations
1879 (bug#14143).
1880 (ido-decorations): Update docstring.
1881
1882 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
1883
1884 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1885 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
1886 nil during initialization, in order not to miss changes since the
1887 file was opened. (Bug#14140)
1888
1889 2013-04-05 Leo Liu <sdl.web@gmail.com>
1890
1891 * kmacro.el (kmacro-call-macro): Fix bug#14135.
1892
1893 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
1894
1895 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
1896
1897 2013-04-04 Glenn Morris <rgm@gnu.org>
1898
1899 * electric.el (electric-pair-inhibit-predicate): Add :version.
1900
1901 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1902
1903 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
1904 when a package is required several times (bug#14082).
1905
1906 2013-04-04 Roland Winkler <winkler@gnu.org>
1907
1908 * faces.el (read-face-name): Behave as promised by the docstring.
1909 Assume that arg default is a list of faces.
1910 (describe-face): Call read-face-name with list of default faces.
1911
1912 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1913
1914 * bookmark.el: Fix deletion of bookmarks (bug#13972).
1915 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
1916 (bookmark-bmenu-execute-deletions): Only skip first line if it's
1917 the header.
1918 (bookmark-exit-hook-internal): Save even if list is empty.
1919
1920 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
1921
1922 * emacs-lisp/package.el (package-pinned-packages): New var.
1923 (package--add-to-archive-contents): Obey it (bug#14118).
1924
1925 2013-04-03 Alan Mackenzie <acm@muc.de>
1926
1927 Handle `parse-partial-sexp' landing inside a comment opener
1928 (Bug#13244). Also adapt to the new values of element 7 of a parse
1929 state.
1930
1931 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
1932 parameter `not-in-delimiter'. Handle being inside comment opener.
1933 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
1934 character in case we're typing a '*' after a '/'.
1935 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
1936 instead by passing the parameter to c-state-pp-to-literal.
1937
1938 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
1939 for elt. 7 of a parse state.
1940
1941 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
1942
1943 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
1944 * international/latin1-disp.el, international/mule-util.el:
1945 * language/cyril-util.el, language/european.el, language/ind-util.el:
1946 * language/lao-util.el, language/thai.el, language/tibet-util.el:
1947 * language/tibetan.el, language/viet-util.el:
1948 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
1949
1950 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1951
1952 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
1953 (electric-pair-post-self-insert-function): Use it.
1954 (electric-pair-default-inhibit): New function, extracted from
1955 electric-pair-post-self-insert-function.
1956
1957 2013-03-31 Roland Winkler <winkler@gnu.org>
1958
1959 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
1960
1961 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1962
1963 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
1964
1965 2013-03-30 FabiĂ¡n Ezequiel Gallina <fabian@anue.biz>
1966
1967 Un-indent after "pass" and "return" statements (Bug#13888)
1968 * progmodes/python.el (python-indent-block-enders): New var.
1969 (python-indent-calculate-indentation): Use it.
1970
1971 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
1972
1973 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
1974 defun. Defining it as defalias could introduce too eager
1975 byte-compiler optimization. (Bug#14030)
1976
1977 2013-03-30 Chong Yidong <cyd@gnu.org>
1978
1979 * iswitchb.el (iswitchb-read-buffer): Fix typo.
1980
1981 2013-03-30 Leo Liu <sdl.web@gmail.com>
1982
1983 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
1984 (kmacro-execute-from-register): Pass the keyboard macro to
1985 kmacro-call-macro or repeating won't work correctly.
1986
1987 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
1988
1989 * progmodes/subword.el: Back to using `forward-symbol'.
1990
1991 * subr.el (forward-whitespace, forward-symbol)
1992 (forward-same-syntax): Move from thingatpt.el.
1993
1994 2013-03-29 Leo Liu <sdl.web@gmail.com>
1995
1996 * kmacro.el (kmacro-to-register): New command.
1997 (kmacro-execute-from-register): New function.
1998 (kmacro-keymap): Bind to 'x'. (Bug#14071)
1999
2000 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2001
2002 * mpc.el: Use defvar-local and setq-local.
2003 (mpc--proc-connect): Connection failures are not bugs.
2004 (mpc-mode-map): `follow-link' only applies to the buffer's content.
2005 (mpc-volume-map): Bind to the up-events.
2006
2007 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
2008
2009 * progmodes/subword.el (superword-mode): Use `forward-sexp'
2010 instead of `forward-symbol'.
2011
2012 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2013
2014 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
2015 (edebug--recursive-edit): Use it.
2016 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
2017 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
2018
2019 2013-03-28 Leo Liu <sdl.web@gmail.com>
2020
2021 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
2022
2023 2013-03-27 Eli Zaretskii <eliz@gnu.org>
2024
2025 * facemenu.el (list-colors-callback): New defvar.
2026 (list-colors-redisplay): New function.
2027 (list-colors-display): Install list-colors-redisplay as the
2028 revert-buffer-function. (Bug#14063)
2029
2030 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2031
2032 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
2033 and suffixes don't overlap (bug#14061).
2034
2035 * case-table.el: Use lexical-binding.
2036 (case-table-get-table): New function.
2037 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
2038
2039 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2040
2041 * progmodes/subword.el: Add `superword-mode' to do word motion
2042 over symbol_words (parallels and leverages `subword-mode' which
2043 does word motion inside MixedCaseWords).
2044
2045 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
2046
2047 * eshell/em-unix.el: Move su and sudo to...
2048 * eshell/em-tramp.el: ...Eshell tramp module.
2049
2050 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
2053 Change return value to be a sexp. Delay `get-buffer' to after
2054 restoring the desktop (bug#13951).
2055
2056 2013-03-26 Leo Liu <sdl.web@gmail.com>
2057
2058 * register.el: Move semantic tag handling back to
2059 cedet/semantic/senator.el. (Bug#14052)
2060
2061 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
2064 into the prompt either (bug#13963).
2065
2066 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2067
2068 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
2069 part of "(error-foo)".
2070
2071 2013-03-24 Juri Linkov <juri@jurta.org>
2072
2073 * replace.el (list-matching-lines-prefix-face): New defcustom.
2074 (occur-1): Pass `list-matching-lines-prefix-face' to the function
2075 `occur-engine' if `face-differs-from-default-p' returns t.
2076 (occur-engine): Add `,' inside backquote construct to evaluate
2077 `prefix-face'. Propertize the prefix with the `prefix-face' face.
2078 Pass `prefix-face' to the functions `occur-context-lines' and
2079 `occur-engine-add-prefix'.
2080 (occur-engine-add-prefix, occur-context-lines): Add optional arg
2081 `prefix-face' and propertize the prefix with `prefix-face'.
2082 (Bug#14017)
2083
2084 2013-03-24 Leo Liu <sdl.web@gmail.com>
2085
2086 * nxml/rng-valid.el (rng-validate-while-idle)
2087 (rng-validate-quick-while-idle): Guard against deleted buffer.
2088 (Bug#13999)
2089
2090 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
2091 is the last entry in kill-buffer-hook.
2092
2093 * files.el (kill-buffer-hook): Doc fix.
2094
2095 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
2096
2097 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2098 Make it safe-local.
2099
2100 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
2101
2102 2013-03-23 Leo Liu <sdl.web@gmail.com>
2103
2104 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
2105 Remove.
2106
2107 * nxml/rng-valid.el (rng-validate-mode)
2108 (rng-after-change-function, rng-do-some-validation):
2109 * nxml/rng-maint.el (rng-validate-buffer):
2110 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
2111 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
2112 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
2113 (nxml-extend-after-change-region): Use with-silent-modifications.
2114
2115 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
2116 timer-idle-list.
2117
2118 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
2119 (rng-next-error-1, rng-previous-error-1): Do not let-bind
2120 timer-idle-list. (Bug#13999)
2121
2122 2013-03-23 Juri Linkov <juri@jurta.org>
2123
2124 * info.el (info-index-match): New face.
2125 (Info-index, Info-apropos-matches): Add a nested subgroup to the
2126 main pattern and add text properties with the new face to matches
2127 in index entries relative to the beginning of the index entry.
2128 (Bug#14015)
2129
2130 2013-03-21 Eric Ludlam <zappo@gnu.org>
2131
2132 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
2133 Inhibit read only while inserting objects.
2134
2135 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
2136
2137 * progmodes/cfengine.el: Update docs to mention
2138 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
2139 symbol motion. Remove "_" from the word syntax.
2140
2141 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
2142
2143 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
2144 syntax for both `cfengine2-mode' and `cfengine3-mode'.
2145
2146 2013-03-20 Juri Linkov <juri@jurta.org>
2147
2148 * info.el (Info-next-reference-or-link)
2149 (Info-prev-reference-or-link): New functions.
2150 (Info-next-reference, Info-prev-reference): Use them.
2151 (Info-try-follow-nearest-node): Handle footnote navigation.
2152 (Info-fontify-node): Fontify footnotes. (Bug#13989)
2153
2154 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2155
2156 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
2157 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
2158
2159 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
2160
2161 Suppress unnecessary non-ASCII chatter during build process.
2162 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
2163 (batch-skkdic-convert): Suppress most of the chatter.
2164 It's not needed so much now that machines are faster,
2165 and its non-ASCII component was confusing; see Dmitry Gutov in
2166 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
2167
2168 2013-03-20 Leo Liu <sdl.web@gmail.com>
2169
2170 * ido.el (ido-chop): Fix bug#10994.
2171
2172 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2173
2174 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
2175 Remove vars.
2176 (whitespace-color-on, whitespace-color-off):
2177 Use `font-lock-fontify-buffer' (Bug#13817).
2178
2179 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2180
2181 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
2182 remapping in mode-line.
2183 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
2184
2185 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2186
2187 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
2188 value for `whitespace-line' face (Bug#13875).
2189 (whitespace-font-lock-keywords): Change description.
2190 (whitespace-color-on): Don't save `font-lock-keywords' value, save
2191 the constructed keywords instead.
2192 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
2193
2194 2013-03-19 Leo Liu <sdl.web@gmail.com>
2195
2196 * progmodes/compile.el (compilation-display-error): New command.
2197 (compilation-mode-map, compilation-minor-mode-map): Bind it to
2198 C-o. (Bug#13992)
2199
2200 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2201
2202 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
2203
2204 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
2205
2206 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
2207
2208 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
2209
2210 * net/tramp-compat.el (tramp-compat-user-error): New defun.
2211
2212 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2213 * net/tramp-gvfs.el (top):
2214 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
2215 (tramp-handle-shell-command): Use it.
2216 (tramp-dissect-file-name): Raise an error when hostname is a
2217 method name, and neither method nor user is specified.
2218
2219 * net/trampver.el: Update release number.
2220
2221 2013-03-18 Leo Liu <sdl.web@gmail.com>
2222
2223 Make sure eldoc can be turned off properly.
2224 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
2225 eldoc-mode.
2226 (eldoc-display-message-p): Revert last change.
2227 (eldoc-display-message-no-interference-p)
2228 (eldoc-print-current-symbol-info): Tweak.
2229
2230 2013-03-18 Tassilo Horn <tsdh@gnu.org>
2231
2232 * doc-view.el (doc-view-new-window-function): Check the new window
2233 overlay's display property instead the char property of the
2234 buffer's first char. Use `with-selected-window' instead of
2235 `save-window-excursion' with `select-window'.
2236 (doc-view-document->bitmap): Check the current doc-view overlay's
2237 display property instead the char property of the buffer's first char.
2238
2239 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2240
2241 Automate the build of ja-dic.el (Bug#13984).
2242 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
2243 from the input, rather than assume that it's been done for us by the
2244 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
2245 the current date into a ja-dic.el comment, as that complicates
2246 regression testing.
2247
2248 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2249
2250 * whitespace.el: Fix double evaluation.
2251 (whitespace-space, whitespace-hspace, whitespace-tab)
2252 (whitespace-newline, whitespace-trailing, whitespace-line)
2253 (whitespace-space-before-tab, whitespace-indentation)
2254 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
2255 obsolete defvars.
2256 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
2257 (whitespace-color-on): Use a single font-lock-add-keywords call.
2258 Fix double-evaluation of face variables.
2259
2260 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
2261
2262 * net/tramp-adb.el (tramp-adb-parse-device-names):
2263 Use `start-process' instead of `call-process'. Otherwise, the
2264 function might be blocked under MS Windows. (Bug#13299)
2265
2266 2013-03-17 Leo Liu <sdl.web@gmail.com>
2267
2268 Extend eldoc to display info in the mode-line. (Bug#13978)
2269 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
2270 (eldoc-mode-line-string): New variable.
2271 (eldoc-minibuffer-message): New function.
2272 (eldoc-message-function): New variable.
2273 (eldoc-message): Use it.
2274 (eldoc-display-message-p)
2275 (eldoc-display-message-no-interference-p):
2276 Support eldoc-post-insert-mode.
2277
2278 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
2279 (eval-expression): Run it.
2280
2281 2013-03-17 Roland Winkler <winkler@gnu.org>
2282
2283 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
2284 strings in the list of return values.
2285
2286 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2287
2288 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
2289 radix before checking for HMS forms.
2290
2291 2013-03-16 Leo Liu <sdl.web@gmail.com>
2292
2293 * progmodes/scheme.el: Add indentation and font-locking for λ.
2294 (Bug#13975)
2295
2296 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2297
2298 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
2299 token before point (bug#13942).
2300
2301 2013-03-16 Leo Liu <sdl.web@gmail.com>
2302
2303 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
2304
2305 2013-03-16 Eli Zaretskii <eliz@gnu.org>
2306
2307 * startup.el (command-line-normalize-file-name): Fix handling of
2308 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
2309 <xfq.free@gmail.com> in
2310 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
2311
2312 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
2313
2314 Sync with Tramp 2.2.7.
2315
2316 * net/trampver.el: Update release number.
2317
2318 2013-03-14 Tassilo Horn <tsdh@gnu.org>
2319
2320 * doc-view.el Fix bug#13887.
2321 (doc-view-insert-image): Don't modify overlay associated to
2322 non-live windows, and implement horizontal centering of image in
2323 case it's smaller than the window.
2324 (doc-view-new-window-function): Force redisplay of new windows on
2325 doc-view buffers.
2326
2327 2013-03-13 Karl Fogel <kfogel@red-bean.com>
2328
2329 * saveplace.el (save-place-alist-to-file): Don't sort
2330 `save-place-alist', just pretty-print it (bug#13882).
2331
2332 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
2333
2334 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
2335 whether `default-file-name-coding-system' is bound. It isn't in
2336 XEmacs.
2337
2338 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2339
2340 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
2341 backquotes for `obsolete' (bug#13929).
2342
2343 * international/mule.el (find-auto-coding): Include file name in
2344 obsolescence warning (bug#13922).
2345
2346 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2347
2348 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
2349 for CFEngine 3-specific indentation.
2350 (cfengine3-indent-line): Use it. Fix up category regex.
2351 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
2352
2353 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2354
2355 * type-break.el (type-break-file-name):
2356 * textmodes/remember.el (remember-data-file):
2357 * strokes.el (strokes-file):
2358 * shadowfile.el (shadow-initialize):
2359 * saveplace.el (save-place-file):
2360 * ps-bdf.el (bdf-cache-file):
2361 * progmodes/idlwave.el (idlwave-config-directory):
2362 * net/quickurl.el (quickurl-url-file):
2363 * international/kkc.el (kkc-init-file-name):
2364 * ido.el (ido-save-directory-list-file):
2365 * emulation/viper.el (viper-custom-file-name):
2366 * emulation/vip.el (vip-startup-file):
2367 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2368 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
2369
2370 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
2371
2372 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
2373 * language/thai-word.el: Switch to UTF-8.
2374
2375 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2376
2377 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
2378
2379 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2380
2381 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
2382 Use with-current-buffer and don't move point.
2383 (net-utils-run-simple): Remove useless code.
2384 (net-utils-remove-ctl-m): Remove unused custom.
2385
2386 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
2387
2388 * international/characters.el (glyphless-set-char-table-range): New fun.
2389 (update-glyphless-char-display): Use it (bug#13744).
2390
2391 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
2392
2393 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
2394 namespaces in the syntax, indent closer for hanging brace
2395 correctly, allow single-quote delimited 'strings', and make
2396 `cfengine3-mode' the default.
2397
2398 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
2399
2400 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
2401 Use lexical-binding. Fix up docstring according to conventions.
2402 (gdbmi-debug-mode): New var.
2403 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
2404 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
2405 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
2406 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
2407 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
2408 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
2409 (gdbmi-bnf-incomplete-record-result): New functions.
2410 (gdb-car<): Remove function.
2411 (gdbmi-record-list): Remove variable.
2412 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
2413 (gdbmi-bnf-result-state-configs): New const.
2414 (gud-gdbmi-marker-filter): Rewrite.
2415 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
2416 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
2417 Add `token' argument.
2418 (gdb-done, gdb-error): New functions.
2419 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
2420
2421 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2422
2423 * term/xterm.el (xterm--report-background-handler): Don't burp
2424 upon timeout.
2425 (xterm--version-handler): Extract from terminal-init-xterm.
2426 (xterm--query): Don't mishandle timeout. Remove debugging messages.
2427 Allow multiple handlers.
2428 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
2429
2430 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
2431 (xterm--report-background-handler, xterm--query): New functions.
2432 (terminal-init-xterm): Use them.
2433
2434 2013-03-11 Michael R. Mauger <michael@mauger.com>
2435
2436 * progmodes/sql.el Version 3.2
2437 Please note that my address changed to <michael@mauger.com>;
2438 the <mmaug@yahoo.com> address remains active.
2439 (sql-connection-alist): Updates documentation to fix bug#13715.
2440 (sql-connect): Handle missing `sql-connection-alist' correctly.
2441 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
2442 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
2443 property.
2444 (sql-default-value): New function.
2445 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
2446 values were not used.
2447 (sql-rename-buffer): Make sure alternate buffer name has no text
2448 properties.
2449 (sql-input-sender, sql-execute-feature): Fetch variable with
2450 `buffer-local-value' rather than `with-current-buffer'.
2451 (sql-*): Use #' function syntax consistently.
2452 (sql-*): Use message/error/user-error consistently.
2453
2454 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2455
2456 * xt-mouse.el (xterm-mouse-event-read): Remove.
2457 (xterm-mouse--read-event-sequence-1000)
2458 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
2459
2460 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * term/xterm.el (xterm-function-map): Support format used with
2463 formatOtherKeys=1 (bug#13839).
2464
2465 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
2466 (with-no-warnings): Use `declare'.
2467
2468 * whitespace.el (whitespace-enable-predicate): New variable.
2469 (whitespace-enable-predicate): Use it.
2470
2471 * comint.el (comint-send-input, comint-snapshot-last-prompt)
2472 (comint-output-filter, comint-update-fence):
2473 Use with-silent-modifications.
2474
2475 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
2476
2477 * replace.el (occur-read-regexp-defaults-function): New var.
2478 (occur-read-regexp-defaults): New defun.
2479 (occur-read-primary-args): Propagate above change (bug#13892).
2480
2481 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2482
2483 * mouse.el (mouse-drag-track): Remove left-over debugging code.
2484
2485 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
2486
2487 Major rewrite due to changed D-Bus interface of GVFS 1.14.
2488
2489 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
2490 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
2491 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
2492 New defconst.
2493 (tramp-gvfs-file-name-handler-alist) [directory-files]
2494 [directory-files-and-attributes, file-exists-p, file-modes]:
2495 Use Tramp default handler.
2496 [file-acl, file-selinux-context, process-file, set-file-acl]:
2497 [set-file-modes, set-file-selinux-context, shell-command]:
2498 [start-file-process]: Remove handler.
2499 [verify-visited-file-modtime]: New handler.
2500 (tramp-gvfs-dbus-string-to-byte-array)
2501 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
2502 calls of `dbus-string-to-byte-array' and
2503 `tramp-gvfs-dbus-byte-array-to-string'.
2504 (tramp-gvfs-handle-copy-file)
2505 (tramp-gvfs-handle-delete-directory)
2506 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
2507 (tramp-gvfs-handle-file-directory-p)
2508 (tramp-gvfs-handle-file-executable-p)
2509 (tramp-gvfs-handle-file-name-all-completions)
2510 (tramp-gvfs-handle-file-readable-p)
2511 (tramp-gvfs-handle-file-writable-p)
2512 (tramp-gvfs-handle-insert-directory)
2513 (tramp-gvfs-handle-insert-file-contents)
2514 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
2515 (tramp-gvfs-handle-set-visited-file-modtime)
2516 (tramp-gvfs-handle-write-region): Rewrite.
2517 (tramp-gvfs-handle-file-acl)
2518 (tramp-gvfs-handle-file-selinux-context)
2519 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
2520 (tramp-gvfs-handle-set-file-modes)
2521 (tramp-gvfs-handle-set-file-selinux-context)
2522 (tramp-gvfs-handle-shell-command)
2523 (tramp-gvfs-handle-start-file-process)
2524 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
2525 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
2526 over the symlinks. Fix user handling.
2527 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
2528 of the D-Bus signals.
2529 (tramp-gvfs-connection-mounted-p): Handle different names of the
2530 D-Bus methods.
2531 (tramp-gvfs-mount-spec-entry): New defun.
2532 (tramp-gvfs-mount-spec): Use it.
2533 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
2534 there is a share name. Handle different names of the D-Bus
2535 signals and methods. Set connection properties needed for
2536 `tramp-check-cached-permissions'.
2537 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
2538 Return t or nil.
2539
2540 * net/tramp.el (tramp-backtrace): Move up.
2541 (tramp-error): Dump a backtrace into the debug buffer when
2542 `tramp-verbose > 9.
2543 (tramp-file-mode-type-map, tramp-file-mode-from-int)
2544 (tramp-file-mode-permissions, tramp-get-local-uid)
2545 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
2546 tramp-sh.el.
2547
2548 * net/tramp-sh.el (tramp-file-mode-type-map)
2549 (tramp-check-cached-permissions, tramp-file-mode-from-int)
2550 (tramp-file-mode-permissions, tramp-get-local-uid)
2551 (tramp-get-local-gid): Move to tramp.el.
2552
2553 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 Separate mouse-1-click-follows-link from mouse-drag-region.
2556 * mouse.el (mouse--down-1-maybe-follows-link): New function.
2557 (key-translation-map): Use it to implement mouse-1-click-follows-link.
2558 (mouse-drag-line, mouse-drag-track):
2559 Remove mouse-1-click-follows-link code.
2560 (mouse--remap-link-click-p): Remove.
2561
2562 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
2563
2564 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
2565 (hi-lock-read-regexp-defaults): New defun.
2566 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2567 (hi-lock-face-phrase-buffer): Propagate above change.
2568 Update docstring (bug#13892).
2569
2570 * subr.el (find-tag-default-as-regexp): New defun.
2571 * replace.el (read-regexp): Propagate above change.
2572
2573 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
2574
2575 * calc/calc-units.el (calc-convert-units): Fix the way that default
2576 new units are stored.
2577
2578 2013-03-07 Matthias Meulien <orontee@gmail.com>
2579
2580 * bookmark.el: Define a face to highlight bookmark names in
2581 bookmark menu buffers, where the default is a bold face similarly
2582 to buffer names in buffer menu buffers.
2583 (bookmark-menu-bookmark): New face to highlight bookmark names.
2584 (bookmark-insert-location): Remove duplicated text property to
2585 conform to buffer list (see `list-buffers').
2586 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
2587 `bookmark-menu-bookmark' to bookmark names.
2588
2589 2013-03-07 Matthias Meulien <orontee@gmail.com>
2590 Karl Fogel <kfogel@red-bean.com>
2591
2592 * bookmark.el: Display the bookmark list header similarly to the
2593 buffer list header (see `list-buffers'), where the default is now
2594 an immovable/immutable header line.
2595 (bookmark-bmenu-use-header-line): New variable.
2596 (bookmark-bmenu-inline-header-height): New name for
2597 `bookmark-bmenu-header-height', to avoid confusion with the code
2598 for the new immovable header. All references changed.
2599 (bookmark-bmenu-set-header): New function.
2600 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
2601 Conditionalize header construction accordingly.
2602 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
2603 the inline header height.
2604 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2605 Conditionalize the skipping of the inline header height.
2606
2607 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
2608
2609 * progmodes/js.el (js--multi-line-declaration-indentation):
2610 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
2611
2612 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
2613
2614 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2615 Only propertize regexp when not inside a string (Bug#13885).
2616
2617 2013-03-06 Alan Mackenzie <acm@muc.de>
2618
2619 Correct the position of point in some line-up functions.
2620 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
2621 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
2622 point at column 0 rather than at a random place in the line.
2623
2624 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
2625
2626 * net/tramp-compat.el (tramp-compat-delete-directory):
2627 Implement TRASH argument.
2628
2629 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
2630
2631 Keep pre-existing highlighting in completion candidates (Bug#13250).
2632 * minibuffer.el (completions-first-difference): State that the
2633 face is "added" in the docstring.
2634 (completions-common-part): Same. And don't inherit from default.
2635 (completion-hilit-commonality): Prepend 'completions-common-part
2636 and 'completion-first-difference faces to the 'face property,
2637 instead of replacing the value(s).
2638 (completion--insert-strings): Same with 'completions-annotations face.
2639 (completion-hilit-commonality): Use 'face instead of
2640 'font-lock-face, because it gets priority if the completion
2641 strings already have 'face set.
2642
2643 2013-03-04 Alan Mackenzie <acm@muc.de>
2644
2645 Replace `last-command-event' by `last-command-char' in XEmacs.
2646 * progmodes/cc-defs.el (c-last-command-char): New macro.
2647 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
2648 (c-semi&comma-no-newlines-before-nonblanks)
2649 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
2650 in place of `last-command-event'.
2651 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
2652 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
2653 (c-electric-paren, c-electric-continued-statement): Use the new
2654 macro in place of `last-command-event'.
2655
2656 2013-03-04 Glenn Morris <rgm@gnu.org>
2657
2658 * files.el (inhibit-local-variables-regexps):
2659 Add .diff and .patch. (Bug#13862)
2660
2661 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
2662
2663 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
2664 whether the "su" command is available on the device.
2665
2666 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
2667
2668 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
2669 (tramp-adb-handle-process-file): Remove superfluous setting.
2670 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
2671 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
2672 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
2673
2674 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2675
2676 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
2677 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
2678 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
2679 Use dict-key rather than dict-name for the error message.
2680
2681 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2682
2683 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
2684 when reverting (bug#13831).
2685
2686 2013-03-01 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
2687
2688 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2689 Always expand affix-file before storing to protect against changed
2690 `default-directory'.
2691 (ispell-print-if-debug): Make sure message is printed at the end
2692 of the debug buffer.
2693
2694 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
2695
2696 * net/tramp.el (tramp-obsolete-methods): New defconst.
2697 (tramp-warned-obsolete-methods): New defvar.
2698 (tramp-find-method): Check for obsolete methods. Map them to a
2699 replacement method if appropriate.
2700
2701 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
2702 Remove methods.
2703 (top): Remove completion functions for "scp1", "scp2", "ssh1",
2704 "ssh2" and "plink1".
2705
2706 2013-02-28 Dale Sedivec <dale@codefu.org>
2707
2708 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
2709 Return valid syntax-table property value when converting
2710 quotes within text from string syntax to punctuation syntax (bug#13844).
2711
2712 2013-02-28 Juri Linkov <juri@jurta.org>
2713
2714 * dired-aux.el (dired-diff): If file at point is a backup file,
2715 use its original as the default value, and reverse the order
2716 of arguments to the `diff' call. Doc fix. (Bug#13772)
2717
2718 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
2719
2720 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
2721 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
2722
2723 2013-02-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
2724
2725 Initial support for hunspell dictionaries auto-detection (Bug#13639)
2726
2727 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
2728 Ask hunspell about available and default dictionaries.
2729 (ispell-parse-hunspell-affix-file): Extract relevant info from
2730 hunspell affix file.
2731 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
2732 `ispell-dictionary-alist' entry for given dictionary after info
2733 provided by `ispell-parse-hunspell-affix-file'.
2734 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
2735 of parsed hunspell dicts and associated affix files.
2736 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
2737 of parsed hunspell dicts and associated parameters.
2738 (ispell-set-spellchecker-params):
2739 Call `ispell-find-hunspell-dictionaries' if hunspell and not
2740 previously done.
2741 (ispell-start-process):
2742 Call `ispell-hunspell-fill-dictionary-entry' for current
2743 dictionary if it is not initialized.
2744
2745 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * imenu.el: Comment nitpicks.
2748
2749 2013-02-28 Sam Steingold <sds@gnu.org>
2750
2751 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
2752 See <http://stackoverflow.com/questions/14720205>.
2753
2754 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2755
2756 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
2757 (net-utils-mode): Use it.
2758 (net-utils--revert-cmd): New var.
2759 (net-utils-run-simple): Set it, and remove bogus interactive spec.
2760 (traceroute): Use net-utils-run-simple.
2761
2762 2013-02-28 Glenn Morris <rgm@gnu.org>
2763
2764 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
2765
2766 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
2769 (doc-view-fallback-mode): Remove overlays here.
2770 (doc-view-toggle-display): Instead of here. Don't throw away
2771 image-mode-winprops-alist.
2772 (doc-view-goto-page): Don't mess with hscroll.
2773
2774 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2775
2776 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
2777 &optional (bug#13819).
2778
2779 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
2780
2781 * net/tramp-adb.el (tramp-adb-parse-device-names)
2782 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
2783
2784 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
2785
2786 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2787 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
2788 defined. POSIX environments fall back to the "C" locale then and
2789 emit a warning, which shall be suppressed.
2790
2791 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2792
2793 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
2794 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
2795
2796 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
2799
2800 2013-02-25 Juri Linkov <juri@jurta.org>
2801
2802 * replace.el (read-regexp): Let-bind `default' to the first
2803 element of `defaults' if it's a list, otherwise it should be
2804 a string or nil. Let-bind `suggestions' to `defaults' if it's
2805 a list, otherwise make a list with the string value. Doc fix.
2806 (Bug#13805)
2807
2808 2013-02-25 Eli Zaretskii <eliz@gnu.org>
2809
2810 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
2811 that match "\`\.#", to avoid compiling lock files, even if they
2812 are readable (as they are on MS-Windows).
2813
2814 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
2815
2816 * files.el (basic-save-buffer): Remove redundant directory-creation.
2817
2818 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
2819
2820 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
2821 Add option to force `pi' to remain symbolic.
2822 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
2823 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
2824 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
2825 derivatives, when necessary.
2826
2827 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
2828
2829 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
2830 (ps-mode-octal-region): Use string-make-unibyte.
2831
2832 2013-02-23 Glenn Morris <rgm@gnu.org>
2833
2834 * emulation/viper-cmd.el (viper-submit-report):
2835 * progmodes/ps-mode.el (ps-mode-maintainer-address):
2836 * progmodes/vera-mode.el (vera-mode-help-address):
2837 * textmodes/artist.el (artist-maintainer-address):
2838 * textmodes/reftex.el (reftex-report-bug):
2839 * vc/ediff-util.el (ediff-submit-report):
2840 Add bug-gnu-emacs to bug report address.
2841
2842 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
2843 Remove bug report entries.
2844 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
2845
2846 * emacs-lisp/bytecomp.el (byte-compile-level): New.
2847 (byte-compile-file, byte-compile-from-buffer):
2848 Use separate input/output buffers for each level of recursive
2849 byte-compile-file calls. (Bug#13787)
2850
2851 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
2852
2853 * net/tramp.el (tramp-methods): Fix docstring.
2854 (tramp-ssh-controlmaster-options): Rename it from
2855 `tramp-ssh-controlmaster-template'. Return a string.
2856 (tramp-default-method): Adapt check for
2857 `tramp-ssh-controlmaster-options'.
2858
2859 * net/tramp-sh.el (tramp-methods):
2860 Replace `tramp-ssh-controlmaster-template' by "%c".
2861 (tramp-do-copy-or-rename-file-out-of-band)
2862 (tramp-maybe-open-connection): Use it in format spec. Ensure,
2863 that it is applied for the first hop only.
2864
2865 2013-02-22 Juri Linkov <juri@jurta.org>
2866
2867 * isearch.el (isearch-lazy-highlight-new-loop):
2868 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
2869 to `isearch-other-end' if it is not nil. (Bug#13402)
2870
2871 * replace.el (replace-highlight): Let-bind `isearch-other-end'
2872 to `match-beg'.
2873
2874 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2875 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
2876 and `isearch-error' to nil.
2877
2878 2013-03-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2879
2880 * progmodes/python.el (python-info-current-defun):
2881 Enhance match-data cluttering prevention.
2882
2883 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
2884
2885 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
2886
2887 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2888 Handle multibyte file names.
2889
2890 2013-02-22 Glenn Morris <rgm@gnu.org>
2891
2892 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
2893 (sgml-transformation-function): Give it a :set function.
2894 (sgml-tag): Doc fix.
2895
2896 * cmuscheme.el (scheme-buffer):
2897 * progmodes/inf-lisp.el (inferior-lisp-buffer):
2898 * progmodes/tcl.el (inferior-tcl-buffer):
2899 * textmodes/tex-mode.el (tex-command): Doc fixes.
2900
2901 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
2902
2903 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
2904
2905 2013-02-21 Bastien Guerry <bzg@gnu.org>
2906
2907 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
2908
2909 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2910
2911 * progmodes/python.el (python-info-current-defun):
2912 Enhance match-data cluttering prevention.
2913
2914 2013-02-21 Glenn Morris <rgm@gnu.org>
2915
2916 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
2917 loaded while outline-regexp is let bound. (Bug#9584)
2918
2919 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2920
2921 * progmodes/python.el (python-info-current-defun): Fix failed
2922 defun name retrieval because of unwanted match-data cluttering.
2923
2924 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
2925
2926 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
2927 defconst. Apply independent check for ControlPersist.
2928
2929 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
2930 temporarily, via "env".
2931
2932 2013-02-21 Glenn Morris <rgm@gnu.org>
2933
2934 * info.el (Info-enable-edit): Remove.
2935 (Info-edit): Disable it rather than using Info-enable.
2936 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
2937 (Info-cease-edit): Make editing of Info files obsolete.
2938
2939 * informat.el (Info-tagify):
2940 Handle buffers not visiting files. (Bug#13763)
2941
2942 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
2943
2944 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
2945
2946 2013-02-21 Glenn Morris <rgm@gnu.org>
2947
2948 * files.el (basic-save-buffer): Move check for existing parent
2949 directory after hooks. (Bug#13773)
2950
2951 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * simple.el (command-execute): Move from C. Add obsolete check.
2954 (extended-command-history): Move from C.
2955
2956 2013-02-20 Ulrich MĂ¼ller <ulm@gentoo.org>
2957
2958 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2959 (jka-compr-mode-alist-additions): Handle .txz suffix for
2960 XZ-compressed tar archives (bug#13770).
2961
2962 2013-02-20 Bastien Guerry <bzg@gnu.org>
2963
2964 * outline.el (outline-regexp, outline-heading-end-regexp):
2965 Make variables, not options (bug#13731).
2966
2967 2013-02-20 Glenn Morris <rgm@gnu.org>
2968
2969 * image.el (image-current-frame): Change from variable to function.
2970 (image-show-frame): Rename from image-nth-frame. Update callers.
2971 * image-mode.el (image-multi-frame): New variable.
2972 (image-mode-map, image-mode, image-goto-frame):
2973 Use image-multi-frame rather than image-current-frame.
2974 (image-mode, image-goto-frame): Use image-current-frame as
2975 function rather than as variable.
2976
2977 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
2978 * emacs-lisp/cl-macs.el (cl--make-type-test)
2979 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
2980
2981 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
2982
2983 * net/tramp-cache.el (tramp-get-hash-table): New defun.
2984 (tramp-get-file-property, tramp-set-file-property)
2985 (tramp-get-connection-property, tramp-set-connection-property): Use it.
2986 (tramp-flush-file-property, tramp-flush-directory-property):
2987 Rename argument to KEY.
2988 (tramp-flush-connection-property): Simplify a little bit.
2989 (tramp-connection-property-p): New defun.
2990 (top): Reapply saved values only if there isn't a corresponding
2991 entry in `tramp-connection-properties'.
2992
2993 2013-02-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2994
2995 * progmodes/python.el (python-indent-context):
2996 Fix python-info-line-ends-backslash-p call.
2997 (python-info-line-ends-backslash-p)
2998 (python-info-beginning-of-backslash): Respect line-number argument.
2999 (python-info-current-line-comment-p):
3000 Fix behavior when not at beginning-of-line.
3001 (python-util-position): Remove function.
3002 (python-util-goto-line): New function.
3003
3004 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3005
3006 * eshell/em-unix.el (eshell/su): Require tramp.
3007 (eshell/sudo): Require tramp. Remove now unnecessary check.
3008
3009 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
3010 `tramp-current-connection' in order to avoid an error when several
3011 commands are invoked in a short time in eshell and friends.
3012
3013 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3014
3015 Cleanup some of EIEIO's namespace.
3016 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
3017 Use it to define all the class-* and object-* field accessors (renamed
3018 to eieio--class-* and eieio--object-*). Update all uses.
3019 (eieio--class-num-slots, eieio--object-num-slots): Rename from
3020 class-num-slots and object-num-slots.
3021 (eieio--check-type): New macro.
3022 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
3023 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
3024 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
3025 (object-assoc-list-safe): Use it.
3026 (eieio-defclass): Tighten regexp.
3027 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
3028 Remove unreachable code.
3029 (object-class-fast): Declare obsolete.
3030 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
3031 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
3032 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
3033 Rename from class-name, object-name, object-set-name-string,
3034 object-class, object-class-name, class-parents, class-children,
3035 class-precedence-list, class-parent; with obsolete alias.
3036 (class-of, class-direct-superclasses, class-direct-subclasses):
3037 Declare obsolete.
3038 (eieio-defmethod): Use `memq'; remove unreachable code.
3039 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3040 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
3041 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
3042
3043 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3044
3045 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
3046 commentary.
3047
3048 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
3049
3050 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
3051 Use font-lock-keyword-face for macros and special forms (bug#8345).
3052
3053 2013-02-17 Didier Verna <didier@didierverna.net>
3054
3055 * net/network-stream.el (network-stream-open-starttls):
3056 Check that response to the starttls-command is non-nil. (Bug#13706)
3057
3058 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
3061 Don't assume all identifier chars have syntax word.
3062 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3063 Remove bar-not-symbol. Adjust callers.
3064 (lisp-mode-variables): Don't set a font-lock-syntax-table.
3065
3066 2013-02-17 Leo Liu <sdl.web@gmail.com>
3067
3068 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
3069
3070 2013-02-17 Glenn Morris <rgm@gnu.org>
3071
3072 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
3073
3074 * image-mode.el (image-mode-map): Add image-dired menu entry.
3075
3076 * image-dired.el (tumme): Make this alias obsolete.
3077
3078 2013-02-16 Glenn Morris <rgm@gnu.org>
3079
3080 * image.el (image-animated-types): Remove.
3081 (image-multi-frame-p): Rename from image-animated-p, and generalize.
3082 (image-animated-p): Make obsolete alias.
3083 (image-animate, image-nth-frame, image-animate-timeout):
3084 Use image-multi-frame-p.
3085 (image-animate-timeout): If no delay, use image-default-frame-delay.
3086 * image-mode.el (image-mode, image-toggle-animation):
3087 Use image-multi-frame-p. (Bug#763, bug#10739)
3088 (image-mode): Adjust startup message for a multi-frame image.
3089
3090 * image-mode.el (image-mode-map): Give it a menu.
3091
3092 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
3093
3094 * net/tramp-cache.el (tramp-connection-properties): New customer
3095 option.
3096 (tramp-get-connection-property): Use it.
3097
3098 * net/tramp-compat.el (top): Require 'trampver.
3099
3100 * net/tramp-sh.el (tramp-remote-process-environment):
3101 Set tramp-autoload cookie.
3102
3103 2013-02-16 Kevin Ryde <user42@zip.com.au>
3104
3105 * info-look.el (info-lookup-select-mode): If major-mode has no
3106 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
3107
3108 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
3109
3110 * replace.el (read-regexp): Tighten the regexp that matches tag.
3111 When tag is retrieved with `find-tag-default', use regexp that
3112 matches tag at point. Also update docstring (Bug#13687).
3113
3114 2013-02-16 Eli Zaretskii <eliz@gnu.org>
3115
3116 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
3117 add watch for the file, not its parent directory, since w32notify
3118 sets up the watch for the directory internally. (Bug#13725)
3119
3120 2013-02-16 Glenn Morris <rgm@gnu.org>
3121
3122 * image.el (image-default-frame-delay): New variable.
3123 (image-animated-p): Use image-default-frame-delay.
3124 (image-minimum-frame-delay): New constant.
3125 (image-animate-timeout): Use image-minimum-frame-delay.
3126
3127 * image.el (image-nth-frame): New, split from image-animate-timeout.
3128 (image-animate-timeout): Use image-nth-frame.
3129 * image-mode.el (image-goto-frame, image-next-frame)
3130 (image-previous-frame): New commands.
3131 (image-mode-map): Add new frame commands.
3132
3133 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
3134
3135 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
3136 If col-desc already has help-echo, use it. (Bug#13563)
3137
3138 2013-02-16 Glenn Morris <rgm@gnu.org>
3139
3140 * image.el (image-current-frame): New variable.
3141 (image-animate-timeout): Set image-current-frame.
3142 * image-mode.el (image-mode): For animated images,
3143 display a frame counter via mode-line-process.
3144
3145 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
3146
3147 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3148
3149 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
3150
3151 2013-02-15 Alan Mackenzie <acm@muc.de>
3152
3153 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
3154 global minor mode has been enabled, call the minor mode function
3155 for a new buffer once only, after the major mode hook, whilst
3156 allowing that hook explicitly to disable the minor mode.
3157 (MODE-disable-in-buffer): New (generated) function.
3158 (disable-MODE): New (generated) buffer local variable.
3159
3160 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
3161
3162 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
3163 `iswitchb-next-match' and `iswitchb-prev-match' resply.
3164 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
3165 `ido-next-match' and `ido-prev-match' resply.
3166 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
3167 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
3168 `icomplete-backward-completions' (Bug#13708).
3169
3170 2013-02-15 Glenn Morris <rgm@gnu.org>
3171
3172 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3173
3174 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 * net/goto-addr.el (goto-address-fontify): Add start and end args.
3177 (goto-address-fontify-region): Use them instead of narrowing, so
3178 syntax-ppss has access to the whole buffer.
3179
3180 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3181
3182 * progmodes/python.el: Explain how to restore "cc-mode"-like
3183 forward-sexp movement in header documentation (Bug#13642).
3184 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
3185 comments and strings (GH bug 114).
3186
3187 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3188
3189 * progmodes/python.el (python-info-current-defun): Fix current
3190 defun detection (Bug#13618).
3191
3192 2013-02-15 Chong Yidong <cyd@gnu.org>
3193
3194 * xml.el (xml-parse-string): Fix typo in handling of bad character
3195 references.
3196
3197 2013-02-15 Glenn Morris <rgm@gnu.org>
3198
3199 * play/fortune.el (fortune-compile): Simplify and fix previous change.
3200
3201 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
3202
3203 * net/tramp.el (tramp-debug-message):
3204 Add `tramp-condition-case-unless-debug'.
3205 (tramp-debug-on-error): New defvar.
3206 (tramp-condition-case-unless-debug): New defun.
3207 (tramp-file-name-handler): Use it.
3208
3209 2013-02-14 Juri Linkov <juri@jurta.org>
3210
3211 * info.el (Info-isearch-filter): Treat non-nil values of
3212 `search-invisible' including its default value `open'
3213 like the value `t' to match hidden text. (Bug#13402)
3214
3215 2013-02-14 Glenn Morris <rgm@gnu.org>
3216
3217 * help-fns.el (find-lisp-object-file-name): Give special treatment
3218 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
3219
3220 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
3221
3222 * net/quickurl.el (quickurl-save-urls):
3223 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
3224
3225 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
3226
3227 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
3228 depth for unfinished percent literal. Not using it in the caller.
3229 (ruby-move-to-block): Jump over multiline literals of all types,
3230 ignoring code-looking contents inside them.
3231 (ruby-add-log-current-method): Improve performance at the expense
3232 of accuracy. `ruby-block-contains-point' is relatively slow, so
3233 only use it for method and singleton class blocks.
3234
3235 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3236
3237 Use ControlMaster where applicable. (Bug#13677)
3238
3239 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
3240 replacing `tramp-detect-ssh-controlmaster'.
3241 (tramp-default-method): Use it.
3242
3243 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
3244 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
3245 arguments.
3246 [scpc, rsyncc]: Remove methods.
3247 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
3248 and "ssh2_old".
3249 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
3250 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
3251
3252 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * emacs-lisp/package.el (package--initialized): Move before first use.
3255
3256 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
3257
3258 * icomplete.el (icomplete-hide-common-prefix): New user option.
3259 (icomplete-first-match): New face.
3260 (icomplete-completions): Correct handling of "complete but not
3261 unique" (Bug#12638).
3262
3263 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
3264
3265 * descr-text.el (describe-char): Display the script (bug#13698).
3266
3267 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3268
3269 * tmm.el: Use lexical-binding and current-active-maps.
3270 (tmm-menubar): Use map-keymap and pcase.
3271 (tmm--completion-table): New function.
3272 (tmm-prompt): Use it to fix the menu order.
3273 (tmm-get-keybind): Use current-active-maps.
3274
3275 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
3276
3277 Add dired-hide-details-mode. (Bug#6799)
3278
3279 * locate.el (locate-mode): Set parent mode property to dired-mode.
3280
3281 * find-dired.el (find-dired): Call dired-insert-set-properties on
3282 initial information line. Set process mark on end of buffer.
3283 (find-dired-sentinel):
3284 Call dired-insert-set-properties on summary.
3285
3286 * dired.el (dired-hide-details-hide-symlink-targets)
3287 (dired-hide-details-hide-information-lines): New options.
3288 (dired-insert-directory):
3289 Set properties after final treatment of output.
3290 (dired-insert-set-properties):
3291 Set dired-hide-details-* properties.
3292 (dired-mode-map): Bind dired-hide-details-mode.
3293 (dired-mode): Set buffer-invisibility-spec to a list.
3294 (dired-next-line): Skip hidden lines.
3295 (dired-previous-line): Use dired-next-line.
3296 (dired-hide-details-mode): New minor mode.
3297 (dired-hide-details-update-invisibility-spec): New function.
3298
3299 2013-02-13 Glenn Morris <rgm@gnu.org>
3300
3301 * play/yow.el: Move to obsolete/. (Bug#9384)
3302
3303 2013-02-13 Juri Linkov <juri@jurta.org>
3304
3305 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
3306 to select `ediff-control-frame' and set input focus correctly on Xfce.
3307 (Bug#12218)
3308
3309 2013-02-13 Juri Linkov <juri@jurta.org>
3310
3311 * image-mode.el (image-mode-map):
3312 * doc-view.el (doc-view-mode-map):
3313 * vc/ediff-util.el (ediff-setup-keymap):
3314 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3315
3316 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
3317
3318 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
3319 performance. Instead of recalculating indentation fully for each
3320 line, sum up indentation depth based only on visited lines.
3321 (ruby-parse-partial): Increase the depth after "do" even when END
3322 is right after it.
3323 (ruby-parse-partial): When END is in the middle of a percent
3324 literal, increase the depth if the delimiter chars belong to the
3325 paren syntax class.
3326
3327 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
3328
3329 * play/fortune.el (fortune-compile): Also make the compiled file
3330 if it does not exist at all, not just if it is old. (Bug#5338)
3331
3332 2013-02-13 Glenn Morris <rgm@gnu.org>
3333
3334 * emacs-lisp/package.el (package-menu-execute): Doc fix.
3335
3336 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
3337
3338 * lisp/emacs-lisp/package.el (package-menu-execute):
3339 Add optional noquery argument. (Bug#13625)
3340
3341 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
3342
3343 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
3344 if DIR exists and PARENTS is non-nil.
3345
3346 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
3347
3348 * progmodes/js.el (js--multi-line-declaration-indentation):
3349 Silence byte-compiler warning.
3350
3351 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
3352
3353 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
3354
3355 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
3356 only if it doesn't exist.
3357
3358 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3359 Set process marker.
3360
3361 2013-02-12 Tassilo Horn <tsdh@gnu.org>
3362
3363 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
3364 UserInstallation when calling soffice to work around LibreOffice
3365 bug 37531.
3366
3367 2013-02-12 Glenn Morris <rgm@gnu.org>
3368
3369 * files.el (basic-save-buffer):
3370 Offer to create a non-existing directory. (Bug#3016)
3371
3372 * calc/calc-graph.el (calc-graph-show-dumb):
3373 * calendar/calendar.el (calendar-mode-map):
3374 * cus-edit.el (custom-mode-map):
3375 * ehelp.el (electric-help-map):
3376 * emulation/vip.el (vip-mode-map):
3377 * epa.el (epa-key-list-mode-map):
3378 * info.el (Info-mode-map):
3379 * mail/rmail.el (rmail-mode-map):
3380 * mail/rmailsum.el (rmail-summary-mode-map):
3381 * man.el (Man-mode-map):
3382 * net/newst-plainview.el (newsticker-mode-map):
3383 * progmodes/cpp.el (cpp-edit-mode-map):
3384 * progmodes/grep.el (grep-mode-map):
3385 * progmodes/idlw-help.el (idlwave-help-mode-map):
3386 * simple.el (special-mode-map):
3387 * startup.el (splash-screen-keymap):
3388 * view.el (view-mode-map):
3389 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
3390
3391 2013-02-11 Elias Pipping <pipping@lavabit.com>
3392
3393 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
3394 (bug#13679).
3395
3396 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3397
3398 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
3399
3400 2013-02-11 Glenn Morris <rgm@gnu.org>
3401
3402 * vc/diff.el (diff-use-labels): New variable.
3403 (diff-no-select): Use --label rather than -L, and first
3404 check that it is supported. (Bug#11067)
3405
3406 * files.el (enable-dir-local-variables): New variable.
3407 (hack-dir-local-variables): Respect enable-dir-local-variables.
3408 * tutorial.el (help-with-tutorial):
3409 Ignore directory-local variables. (Bug#11127)
3410
3411 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
3412 (vc-svn-global-switches): ... to here. (Bug#13513)
3413
3414 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
3415
3416 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
3417 Handle "foo (bar, default: xxx): " prompts.
3418
3419 2013-02-10 Chong Yidong <cyd@gnu.org>
3420
3421 * files.el (basic-save-buffer-1): Do not set
3422 buffer-file-coding-system-explicit (Bug#4533).
3423
3424 * mail/emacsbug.el (report-emacs-bug): Change binding of
3425 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
3426
3427 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
3428
3429 * calc/calc.el (calc-allow-units-as-numbers): New variable.
3430 * calc/calc-units.el (calc-convert-units): Use new variable.
3431
3432 2013-02-09 Eli Zaretskii <eliz@gnu.org>
3433
3434 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
3435
3436 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
3437 buffer-file-type.
3438
3439 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
3440 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
3441 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
3442 coding-system-for-write instead.
3443
3444 * jka-compr.el (jka-compr-write-region): Don't bind
3445 buffer-file-type.
3446
3447 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
3448 buffer-file-type.
3449
3450 * files.el (file-name-buffer-file-type-alist): Remove defvar.
3451 (insert-file-contents-literally): Remove reference to
3452 file-name-buffer-file-type-alist.
3453
3454 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
3455 make-obsolete.
3456 (find-buffer-file-type-match, find-buffer-file-type): Remove.
3457 (find-buffer-file-type-coding-system): Remove references to
3458 find-buffer-file-type-match, find-buffer-file-type, and
3459 buffer-file-type.
3460 Don't put find-buffer-file-type-coding-system into
3461 file-coding-system-alist.
3462 (find-file-binary, find-file-text): Bind coding-system-for-read
3463 instead of file-name-buffer-file-type-alist.
3464
3465 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
3466
3467 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
3468 converter (Bug#13622).
3469 (doc-view-unoconv-program): Make obsolete alias.
3470 (doc-view-odf->pdf-converter-program): New variable.
3471 (doc-view-odf->pdf-converter-function): New variable.
3472 (doc-view-mode-p): Use it.
3473 (doc-view-odf->pdf-converter-unoconv):
3474 Rename from `doc-view-odf->pdf-converter-unoconv'.
3475 (doc-view-odf->pdf-converter-soffice): New function.
3476 (doc-view-convert-current-doc):
3477 Use `doc-view-odf->pdf-converter-function'.
3478
3479 2013-02-09 Chong Yidong <cyd@gnu.org>
3480
3481 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
3482 view-echo-area-messages (Bug#13340).
3483
3484 * help.el (view-echo-area-messages): Use display-buffer.
3485
3486 * dired-x.el (dired-do-run-mail): Prompt for confirmation
3487 (Bug#13561).
3488
3489 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3490
3491 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3492 Eval body right away, now that we do eager macroexpansion (bug#13605).
3493
3494 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
3495 (fundamental-mode): Use run-mode-hooks.
3496
3497 * eshell/esh-proc.el (eshell/kill): Fix last change.
3498 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
3499
3500 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
3501
3502 * eshell/esh-proc.el (eshell/kill): Rewrite.
3503
3504 * eshell/em-ls.el (show-almost-all): Declare.
3505 (eshell-do-ls): Add support for -A argument.
3506
3507 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
3508
3509 * icomplete.el (icomplete-forward-completions)
3510 (icomplete-backward-completions): Handle corner case (bug#13602).
3511
3512 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
3513
3514 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
3515 be nil. Handle this. (Bug#13636)
3516
3517 2013-02-07 Richard Stallman <rms@gnu.org>
3518
3519 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
3520 `save-buffer-coding-system'.
3521
3522 2013-02-07 Alan Mackenzie <acm@muc.de>
3523
3524 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
3525 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
3526 (c-parse-state-get-strategy): Don't return 'BOD any more.
3527 (c-append-lower-brace-pair-to-state-cache):
3528 Extra parameter HERE instead of narrowing.
3529 Widen to top of buffer before searching backwards for a brace pair.
3530 (c-state-push-any-brace-pair): Add HERE parameter to function call.
3531 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
3532 Narrow to parameter HERE, in place of being called narrowed.
3533 (c-remove-stale-state-cache): Extra parameter HERE in place of
3534 narrowing. Check there's an open brace in the cache before
3535 searching for its match.
3536 (c-invalidate-state-cache-1): Add HERE parameter to function call.
3537 (c-parse-state-1): Don't narrow here for 'forward strategy,
3538 instead passing extra parameter HERE to several functions.
3539 Remove 'BOD strategy.
3540
3541 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
3542
3543 * emacs-lisp/package.el (describe-package-1): Tell what archive is
3544 used to install the package.
3545
3546 2013-02-06 Glenn Morris <rgm@gnu.org>
3547
3548 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
3549 if we can't get user input. (Bug#6567)
3550
3551 * startup.el (command-line): If simple.el is missing,
3552 test and warn about for some possible causes.
3553
3554 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
3555
3556 * cus-start.el (all): Add ns-use-native-fullscreen.
3557
3558 2013-02-05 Glenn Morris <rgm@gnu.org>
3559
3560 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
3561
3562 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3563 Fix directory creation in fallback case.
3564
3565 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3566
3567 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
3568 (vc-update-change-log): Use dolist.
3569
3570 2013-02-04 Chong Yidong <cyd@gnu.org>
3571
3572 * thingatpt.el: Rewrite the URL detection routines, absorbing some
3573 code from ffap.el.
3574 (thing-at-point-beginning-of-url-regexp): New var.
3575 (thing-at-point-uri-schemes): Update list of URI schemes.
3576 (thing-at-point-url-regexp): Variable deleted.
3577 (thing-at-point-markedup-url-regexp): Disallow newlines.
3578 (thing-at-point-newsgroup-regexp)
3579 (thing-at-point-newsgroup-heads)
3580 (thing-at-point-default-mail-uri-scheme): New variables.
3581 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
3582 method to find the possible bounds of the URI at point.
3583 New optional argument to find ill-formed URIs.
3584 (thing-at-point-url-at-point): Rewrite. New arguments for finding
3585 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
3586 the scheme-adding heuristics from ffap-url-at-point.
3587 (thing-at-point--bounds-of-well-formed-url): New function.
3588 Do parens matching to decide whether to include parens in the URI
3589 (Bug#9153).
3590
3591 * ffap.el: Require thingatpt.
3592 (ffap-url-at-point): Delegate URI detection to thing-at-point.
3593 All URI-valid characters are now recognized (Bug#5673).
3594 (ffap-string-at-point): Use use-region-p.
3595 (ffap-url-regexp): Extra character is handled by thing-at-point.
3596 (ffap-string-at-point-mode-alist): Allow parentheses.
3597 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
3598 Convert to aliases; code moved to thingatpt.el.
3599 (ffap-gnus-hook): Use setq-local.
3600
3601 2013-02-04 Glenn Morris <rgm@gnu.org>
3602
3603 * emacs-lisp/ert.el (ert--explain-format-atom):
3604 Don't try to print non-characters as characters. (Bug#13543)
3605
3606 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
3607
3608 * net/tramp.el (tramp-debug-message): Extend function exclude list.
3609 (tramp-backtrace): New defun.
3610 (tramp-handle-insert-file-contents): Use `visit' when inserting
3611 the local copy.
3612
3613 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
3614 Use `remote-file-name-inhibit-cache'.
3615
3616 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3617
3618 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
3619 (bug#13614).
3620
3621 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
3622 current-load-list (bug#13366).
3623
3624 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
3625
3626 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3627 Identify g++ template instantiation trace. (Bug#12287)
3628 (compilation-mode-hook, compilation-start-hook)
3629 (compilation-window-height): Simplify docstrings. (Bug#13379)
3630
3631 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 * mouse.el (mouse-drag-track): Always deactivate the mark before
3634 running the final event's command since that command is in charge of
3635 activating the mark if needed (bug#13523).
3636
3637 2013-02-02 Juri Linkov <juri@jurta.org>
3638
3639 * replace.el (perform-replace): Move let-bindings of isearch-*
3640 variables deeper to the loop that searches for the next match.
3641 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
3642 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
3643 (Bug#13579)
3644
3645 * isearch.el (isearch-search-fun-default): Check for null
3646 first element of isearch-cmds as a precaution when it's used
3647 with inactive isearch.
3648
3649 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
3650
3651 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
3652 error when buffer in question is narrowed so position 1 is out of
3653 visible part.
3654
3655 2013-02-02 Glenn Morris <rgm@gnu.org>
3656
3657 * textmodes/remember.el (remember-clipboard): Doc fix.
3658
3659 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3660
3661 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
3662 properties (bug#13179).
3663
3664 2013-02-02 Juri Linkov <juri@jurta.org>
3665
3666 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
3667 instead of hard-coded default face `match'. (Bug#9438)
3668
3669 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
3670
3671 * vc/vc-arch.el (vc-arch-registered):
3672 * vc/vc-bzr.el (vc-bzr-registered):
3673 * vc/vc-cvs.el (vc-cvs-registered):
3674 * vc/vc-git.el (vc-git-registered):
3675 * vc/vc-hg.el (vc-hg-registered):
3676 * vc/vc-mtn.el (vc-mtn-registered):
3677 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
3678 (Bug#13139)
3679
3680 * info.el (Info-next-reference, Info-prev-reference): Add numeric
3681 prefix argument. (Bug#11656)
3682
3683 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3684
3685 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
3686
3687 2013-02-01 Glenn Morris <rgm@gnu.org>
3688
3689 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
3690 if the backend is known not to support it.
3691
3692 * imenu.el (imenu-default-create-index-function):
3693 Tweak infinite loop test to check for forward motion as well as none.
3694
3695 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
3696
3697 * net/soap-client.el (soap-invoke): Encode the string for
3698 `url-request-data' as UTF-8.
3699 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
3700
3701 2013-02-01 Glenn Morris <rgm@gnu.org>
3702
3703 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
3704
3705 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
3706
3707 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
3708
3709 * net/tramp.el (tramp-tramp-file-p): Comment check for
3710 `string-as-unibyte'. The function does not exist on XEmacs, and
3711 likely we need another approach.
3712
3713 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
3714 `tramp-gw-*' variables are bound.
3715
3716 2013-01-31 Glenn Morris <rgm@gnu.org>
3717
3718 * files.el (basic-save-buffer-2): Choose coding system for
3719 writing the file before backing it up, to reduce delay between
3720 backing up and writing the new version. (Bug#13522)
3721
3722 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
3723
3724 * simple.el (cycle-spacing): New command.
3725 (just-one-space): Use it.
3726
3727 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
3728
3729 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
3730 (opascal-newline-always-indents): Remove custom.
3731 (opascal-tab, opascal-newline): Remove commands.
3732 (opascal-new-comment-line): Insert "\n" instead of calling newline.
3733 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
3734 (opascal-save-match-data): Remove, use save-match-data instead.
3735 (opascal-save-state): Use with-silent-modifications.
3736
3737 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
3738 (bug#13585).
3739
3740 2013-01-30 Juri Linkov <juri@jurta.org>
3741
3742 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
3743 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
3744 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
3745
3746 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3747
3748 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
3749 column if we're just deleting the backslashes.
3750 (makefile-fill-paragraph): Use eolp.
3751
3752 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
3753
3754 * autorevert.el (auto-revert-use-notify): Fix docstring.
3755
3756 2013-01-30 Leo Liu <sdl.web@gmail.com>
3757
3758 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
3759
3760 2013-01-30 Glenn Morris <rgm@gnu.org>
3761
3762 * mouse.el (mouse-drag-line): Avoid pushing same event onto
3763 unread-command-events twice in some cases. This tries to implement
3764 the 2012-07-26 changes in a different way. (Bug#13560)
3765
3766 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3767
3768 * progmodes/python.el
3769 (python-pdbtrack-comint-output-filter-function): Enhancements on
3770 stacktrace detection. (thanks @gnovak)
3771
3772 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3773
3774 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
3775 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
3776 Use defvar-local.
3777 (jit-lock-register): Use setq-local.
3778
3779 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
3780
3781 * calc-units.el (math-default-units-table): Remove initial value.
3782 (calc-convert-units): Treat expressions where all the units cancel as
3783 if they didn't have units.
3784
3785 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
3786
3787 * net/tramp.el (tramp-process-connection-type): Fix docstring.
3788 (tramp-completion-reread-directory-timeout): Fix type.
3789 (tramp-connection-min-time-diff): New defcustom.
3790
3791 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
3792
3793 2013-01-30 Glenn Morris <rgm@gnu.org>
3794
3795 * imenu.el (imenu-default-create-index-function):
3796 Put back a version of the infinite loop test removed 2013-01-23.
3797
3798 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3799
3800 * progmodes/python.el (python-shell-parse-command):
3801 Find python-shell-interpreter with modified environment.
3802
3803 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
3806
3807 2013-01-29 Alan Mackenzie <acm@muc.de>
3808
3809 Amend to fontify /regexp/s in actions correctly.
3810 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
3811 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
3812 are no longer included.
3813 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
3814 What used to be these variables without "-line" in the name.
3815 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
3816 (c-awk-non-arith-op-bra-re): Now also matches {.
3817 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
3818 "return", and "case".
3819 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
3820 by /.
3821 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
3822 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
3823
3824 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
3825
3826 * autorevert.el (auto-revert-use-notify):
3827 Use `custom-initialize-default' for initialization. (Bug#13583)
3828
3829 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
3830
3831 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3832 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
3833 in `tramp-file-name-handler'.
3834 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
3835 compatibility.
3836 (tramp-compute-multi-hops): Check, whether
3837 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
3838
3839 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
3840
3841 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
3842 (bug#13297).
3843
3844 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
3845
3846 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
3847 checks made superfluous by the \_< operator.
3848 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
3849 temporarily) broken indentation.
3850 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3851 Highlight nested constants, too. \_< broke that.
3852
3853 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
3854
3855 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
3856 instead of "\\b".
3857
3858 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
3859
3860 * autorevert.el (auto-revert-handler): Notifications which result
3861 from a saved file shall not be taken into account. (Bug#13557)
3862
3863 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
3864
3865 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
3866 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
3867 (lisp-mode): Pass t for it. (Bug#13556)
3868
3869 2013-01-25 Alan Mackenzie <acm@muc.de>
3870
3871 AWK Mode: Fix indentation bug at top level. Bug #12274.
3872
3873 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
3874 just before CASE 5D.
3875
3876 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
3877
3878 * net/socks.el (socks-nslookup-host): Use string-to-number.
3879
3880 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
3881
3882 * autorevert.el (auto-revert-remote-files)
3883 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
3884 (auto-revert-notify-enabled, auto-revert-use-notify)
3885 (auto-revert-notify-watch-descriptor-hash-list)
3886 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
3887 (auto-revert-notify-event-descriptor)
3888 (auto-revert-notify-event-action)
3889 (auto-revert-notify-event-file-name): Doc fix.
3890 (global-auto-revert-mode): Reorder checks.
3891 (auto-revert-notify-rm-watch): Respect changed values of
3892 `auto-revert-notify-watch-descriptor-hash-list'.
3893 (auto-revert-notify-add-watch): Check for
3894 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
3895 `inotify-add-watch'. Watch `default-directory' instead of
3896 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
3897 has a changed meaning now. (Bug#13540)
3898 (auto-revert-notify-handler): Change implementation wrt events
3899 returning from a directory.
3900 (auto-revert-handler): Reorder implementation for checks of remote
3901 files.
3902 (auto-revert-buffers): Fix parentheses error.
3903
3904 2013-01-25 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3905
3906 * progmodes/python.el: Enhancements to header documentation about
3907 skeletons. (Bug#5716)
3908
3909 * imenu.el (imenu-default-create-index-function): Remove useless
3910 infinite loop check. (Bug#13438)
3911
3912 2013-01-25 Alan Mackenzie <acm@muc.de>
3913
3914 Fix a bug in the state cache mechanism. Refactor this a bit.
3915
3916 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
3917 `cache-pos' element from the return value.
3918 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
3919 buffer to enable proper searching from beyond HERE. Amend the
3920 test for detecting the sought brace pair. Amend the value written
3921 to the "brace desert cache" when the brace isn't found.
3922 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
3923 and several other variables analogously.
3924 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
3925 parameter to a locally calculated variable.
3926 (c-parse-state-1): Change the calling conventions to the two
3927 defuns involving `cache-pos'.
3928
3929 2013-01-25 Chong Yidong <cyd@gnu.org>
3930
3931 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
3932
3933 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
3934
3935 * paren.el (show-paren-function): Make sure to set 'priority and
3936 'face only if the overlay does exist.
3937
3938 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
3939
3940 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
3941
3942 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
3943 basic attributes.
3944 (tramp-sh-handle-set-file-acl): Improve error checking.
3945
3946 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
3947
3948 * doc-view.el (doc-view-display): Force mode line update until all
3949 document is converted. Suggested by Stefan Monnier (Bug#13164).
3950
3951 2013-01-23 Bastien Guerry <bzg@gnu.org>
3952
3953 * paren.el (show-paren-function): Make sure an overlay exists
3954 before trying to delete it. Also use `pos' as a position only
3955 when it is an integer.
3956
3957 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
3958
3959 * play/gametree.el (gametree-break-line-here): Use point-marker.
3960
3961 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
3962
3963 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3964 Mark descriptive parts with `display' property.
3965
3966 2013-01-21 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
3967
3968 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
3969 New variable to map standard dict names to hunspell ones.
3970 (ispell-set-spellchecker-params): Make sure specific dict names
3971 are used for standard dicts with hunspell.
3972
3973 2013-01-21 Tassilo Horn <tsdh@gnu.org>
3974
3975 * textmodes/reftex-cite.el (reftex-format-citation): Add format
3976 chars for note (%N) and url (%U).
3977 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
3978
3979 2013-01-21 Juri Linkov <juri@jurta.org>
3980
3981 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
3982 in addition to existing separate binding `meta f10' in `global-map'.
3983 (Bug#13484)
3984
3985 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
3986
3987 Improve XEmacs compatibility.
3988
3989 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
3990
3991 * net/tramp-adb.el (top): Require `time-date'.
3992 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
3993 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
3994 Use `tramp-file-name-handler'.
3995 (tramp-adb-maybe-open-connection):
3996 Use `tramp-compat-set-process-query-on-exit-flag'.
3997
3998 * net/tramp-sh.el (tramp-sh-handle-file-acl):
3999 Use `tramp-compat-funcall'.
4000
4001 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
4002 `tramp-compat-funcall'.
4003
4004 2013-01-21 JĂ¼rgen Hötzel <juergen@archlinux.org>
4005
4006 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
4007 reimplementation using "adb shell command ..." instead of running
4008 remote shell interactively.
4009
4010 2013-01-20 Glenn Morris <rgm@gnu.org>
4011
4012 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4013 Add native profiler menu entries.
4014
4015 * profiler.el (profiler-running-p): New function.
4016 (profiler-cpu-profile): Use profiler-running-p.
4017 (profiler-report-mode-map): Add some more menu entries.
4018
4019 2013-01-19 Glenn Morris <rgm@gnu.org>
4020
4021 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
4022 fixes 2012-12-07 change. (Bug#13499)
4023
4024 2013-01-19 Leo Liu <sdl.web@gmail.com>
4025
4026 * dired.el (dired-get-marked-files): Prune erroneous values due to
4027 last change. (Bug#13152)
4028
4029 2013-01-19 Glenn Morris <rgm@gnu.org>
4030
4031 * progmodes/etags.el (tags-table-check-computed-list):
4032 Preserve point in tags buffer. (Bug#13412)
4033
4034 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4035
4036 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
4037 Chong Yidong <cyd@gnu.org>
4038
4039 * image-mode.el (image-next-file, image-previous-file):
4040 New commands (Bug#8453).
4041 (image-mode-map): Bind them to n and p.
4042 (image-mode--images-in-directory): New helper function.
4043
4044 2013-01-19 Chong Yidong <cyd@gnu.org>
4045
4046 * image-mode.el (image-mode-fit-frame): Add a frame argument.
4047 Suggested by Drew Adams (Bug#7730). Handle window decorations;
4048 save and restore the old window configuration.
4049
4050 2013-01-18 Leo Liu <sdl.web@gmail.com>
4051
4052 * progmodes/js.el: Tweak autoload cookie for alias.
4053
4054 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4055
4056 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
4057 buffer local, again. This was lost with the fix on 2013-01-12.
4058
4059 2013-01-17 JĂ¼rgen Hötzel <juergen@archlinux.org>
4060
4061 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
4062 order to support several eshell buffers in parallel.
4063
4064 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4065
4066 * autorevert.el (auto-revert-use-notify): In the :set function, do
4067 not modify `kill-buffer-hook'.
4068 (auto-revert-notify-rm-watch):
4069 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
4070 (auto-revert-notify-add-watch): Do not call
4071 `auto-revert-notify-rm-watch', but add it to a buffer local
4072 `kill-buffer-hook'.
4073
4074 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4075
4076 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
4077 call to `eval' rather than a backquoted lambda.
4078
4079 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
4082 to return an explicit nil.
4083 (advice--remove-function): Change accordingly.
4084
4085 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
4086 the use of nadvice.el.
4087
4088 * progmodes/which-func.el (which-function): Silence imenu errors
4089 (bug#13433).
4090
4091 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4092
4093 * progmodes/sql.el (sql-imenu-generic-expression):
4094 (sql-mode-font-lock-object-name): Match schema qualified names.
4095 (sql-connect): Use string keys.
4096 (sql-product-interactive): Wait for interpreter prompt.
4097 (sql-comint-oracle): Set process coding based on NLS_LANG.
4098
4099 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4100
4101 * progmodes/sql.el (sql-output-to-send): Remove, unused.
4102 (sql-interactive-remove-continuation-prompt):
4103 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
4104
4105 2013-01-14 Leo Liu <sdl.web@gmail.com>
4106
4107 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
4108 (Bug#13420)
4109
4110 2013-01-14 Glenn Morris <rgm@gnu.org>
4111
4112 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4113 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
4114
4115 2013-01-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4116
4117 * progmodes/python.el (python-nav-end-of-statement):
4118 Fix cornercase when handling multiline strings.
4119
4120 2013-01-13 Richard Stallman <rms@gnu.org>
4121
4122 * mail/sendmail.el (mail-position-on-field): Add doc string.
4123
4124 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4125 Get current message boundaries and pass them to
4126 message-forward-make-body-mime. Minor style changes.
4127
4128 2013-01-13 Eli Zaretskii <eliz@gnu.org>
4129
4130 * cus-start.el (all): Avoid warnings about
4131 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
4132
4133 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
4134
4135 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
4136
4137 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * jit-lock.el (jit-lock-debug-mode): New minor mode.
4140 (jit-lock--debug-fontifying): New var.
4141 (jit-lock--debug-fontify): New function.
4142 * subr.el (condition-case-unless-debug): Don't prevent catching the
4143 error, just let the debbugger run.
4144 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
4145 timer code and don't drop errors silently.
4146
4147 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
4148
4149 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
4150 `permanent-local' property.
4151 (auto-revert-notify-handler): Use `file-equal-p'.
4152
4153 2013-01-12 Eli Zaretskii <eliz@gnu.org>
4154
4155 * autorevert.el (auto-revert-notify-handler): Fix filtering of
4156 file notification by ACTION. For filtering by file name, compare
4157 only the non-directory part of the file name.
4158
4159 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4160
4161 * autorevert.el: Use cl-lib instead of cl.
4162
4163 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
4164 (vc-bzr-checkin): Use it.
4165 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
4166 will preserve match-data.
4167
4168 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
4169
4170 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
4171 (js--declaration-keyword-re): New var.
4172 (js--multi-line-declaration-indentation): New function.
4173 (js--proper-indentation): Use it.
4174
4175 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
4176
4177 * calc/calc.el (calc-highlight-selections-with-faces)
4178 (calc-dispatch):
4179 * comint.el (comint-history-isearch-message):
4180 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
4181 * ffap.el (ffap-string-at-point-region, ffap-next)
4182 (ffap-string-at-point, ffap-string-around)
4183 (ffap-copy-string-as-kill, ffap-highlight-overlay)
4184 (ffap-literally):
4185 * font-lock.el (font-lock-keywords-alist)
4186 (font-lock-removed-keywords-alist):
4187 * help-mode.el (help-xref-symbol-regexp):
4188 * info.el (Info-find-emacs-command-nodes):
4189 * international/mule.el (add-to-coding-system-list):
4190 * isearch.el (isearch-message-function, isearch-fail-pos):
4191 * misearch.el (multi-isearch-next-buffer-function):
4192 * newcomment.el (comment-box):
4193 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
4194 (pr-setting-database):
4195 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
4196 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
4197 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
4198 (pike-font-lock-keywords-3):
4199 * progmodes/compile.el (compile):
4200 * progmodes/etags.el (tags-table-files)
4201 (tags-table-files-function, tags-included-tables-function):
4202 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
4203 (gdb-restore-windows):
4204 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
4205 (ps-n-up-filling-database):
4206 * server.el (server-buffer, server-log):
4207 * simple.el (newline, delete-backward-char, delete-forward-char)
4208 (minibuffer-history-isearch-message, kill-line, track-eol)
4209 (temporary-goal-column):
4210 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
4211 (flyspell-default-deplacement-commands):
4212 * textmodes/ispell.el (ispell-accept-output):
4213 * textmodes/sgml-mode.el (html-tag-help):
4214 * vc/compare-w.el (compare-ignore-whitespace)
4215 (compare-ignore-case, compare-windows-dehighlight):
4216 * vc/diff.el (diff):
4217 * whitespace.el (whitespace-point)
4218 (whitespace-font-lock-refontify, whitespace-bob-marker)
4219 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
4220
4221 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
4222
4223 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4224 (auto-revert-notify-rm-watch): Ignore errors.
4225 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
4226 inotify, and '(size last-write-time) for w32notify.
4227 Set buffer-local `auto-revert-use-notify' to nil when adding a file
4228 watch fails - this is a fallback to the file modification check.
4229 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
4230 (auto-revert-notify-event-action)
4231 (auto-revert-notify-event-file-name): New defuns.
4232 (auto-revert-notify-handler): Use them. Implement first
4233 plausibility checks.
4234 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
4235
4236 2013-01-11 Julien Danjou <julien@danjou.info>
4237
4238 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
4239 max are almost equal. Also return the correct value for V which is
4240 already between 0 and 1.
4241
4242 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
4243
4244 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
4245
4246 2013-01-11 Eli Zaretskii <eliz@gnu.org>
4247
4248 * autorevert.el (auto-revert-notify-rm-watch)
4249 (auto-revert-notify-add-watch): Fix typos in w32notify function
4250 names.
4251
4252 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4253
4254 * autorevert.el (auto-revert-notify-enabled): Move up.
4255 (auto-revert-use-notify): New defcustom.
4256 (auto-revert-mode, global-auto-revert-mode)
4257 (auto-revert-notify-add-watch, auto-revert-handler)
4258 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
4259 `auto-revert-notify-enabled'.
4260
4261 2013-01-10 Elias Pipping <pipping@exherbo.org>
4262
4263 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
4264 * doc-view.el (doc-view-document->bitmap):
4265 Use doc-view-single-page-converter-function instead of
4266 single-page-converter arg; adjust callers.
4267
4268 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
4269
4270 * progmodes/which-func.el (which-function): Understand Semantic's use
4271 of overlays in imenu--index-alist.
4272
4273 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
4274
4275 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
4276 (Man-man-k-use-anchor): New var.
4277 (Man-parse-man-k): New function.
4278 (Man-completion-table): Use it.
4279 (man): Flush the completion cache between uses.
4280
4281 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
4282
4283 * autorevert.el: Add file watch support.
4284 (auto-revert-notify-enabled): New defconst.
4285 (auto-revert-notify-watch-descriptor-hash-list)
4286 (auto-revert-notify-watch-descriptor)
4287 (auto-revert-notify-modified-p): New defvars.
4288 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4289 (auto-revert-notify-handler): New defuns.
4290 (auto-revert-mode, global-auto-revert-mode): Remove file watches
4291 when mode is disabled.
4292 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
4293 (auto-revert-buffers): Add file watches for active buffers.
4294
4295 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
4296
4297 * cus-start.el (toplevel): Only allow float values for
4298 scroll-up-aggressively and scroll-down-aggressively.
4299 Allow any number for line-spacing.
4300
4301 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4302
4303 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
4304 (doc-view-pdf->png-converter-function): Use mupdf if available.
4305 (doc-view-djvu->png-converter-function)
4306 (doc-view-ps->png-converter-function): Remove.
4307 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
4308 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
4309 (doc-view-already-converted-p): Adjust accordingly.
4310 (doc-view-mode-p): Simplify.
4311 (doc-view-enlarge): Use setq-local.
4312 (doc-view-pdf->png-converter-ghostscript)
4313 (doc-view-djvu->png-converter-ddjvu)
4314 (doc-view-pdf->png-converter-mupdf): Rework to call
4315 doc-view-start-process directly.
4316 (doc-view-pdf/ps->png): Simplify accordingly.
4317 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
4318 (doc-view-document->bitmap): Rename from doc-view-document->png.
4319 (doc-view-convert-current-doc): Merge pdf and djvu cases.
4320 (doc-view-set-slice-from-bounding-box): Fix completion table.
4321 (doc-view-mode): Use add-hook for after-revert-hook.
4322
4323 2013-01-10 Glenn Morris <rgm@gnu.org>
4324
4325 * emacs-lisp/authors.el (authors-ignored-files)
4326 (authors-valid-file-names, authors-renamed-files-alist):
4327 Add some more entries.
4328
4329 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * image-mode.el (image-mode-winprops): Don't throw away the fallback
4332 `t' pseudo-window entry.
4333
4334 2013-01-10 Alan Mackenzie <acm@muc.de>
4335
4336 Fix bugs in the c-parse-state mechanism. Reuse some markers
4337 instead of continually generating new ones.
4338
4339 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
4340 (c-state-old-cpp-end-marker): New variables.
4341 (c-append-lower-brace-pair-to-state-cache): Start a backward
4342 search for "}" definitively outside CPP constructs.
4343 (c-remove-stale-state-cache): Inform the caller of a need to
4344 search back for a brace pair in certain circumstances.
4345 (c-state-maybe-marker): New macro.
4346 (c-parse-state): Reuse markers when appropriate.
4347
4348 2013-01-10 Glenn Morris <rgm@gnu.org>
4349
4350 * simple.el (execute-extended-command): Doc fix.
4351 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
4352
4353 2013-01-10 Chong Yidong <cyd@gnu.org>
4354
4355 * faces.el (read-face-name): Doc fix.
4356
4357 2013-01-10 Roland Winkler <winkler@gnu.org>
4358
4359 * emacs-lisp/crm.el: Allow any regexp for separators.
4360 (crm-default-separator): All spaces around the default comma separator.
4361 (crm--completion-command): New macro.
4362 (crm-completion-help, crm-complete, crm-complete-word): Use it.
4363 (crm-complete-and-exit): Handle non-single-char separators.
4364
4365 2013-01-09 Elias Pipping <pipping@lavabit.com>
4366
4367 * doc-view.el: Add support for DjVu (bug#13164).
4368 (doc-view-djvu->png-converter-function): New config var.
4369 (doc-view-single-page-converter-function, doc-view--image-type)
4370 (doc-view--image-file-extension): New vars.
4371 (doc-view-mode): Initialize them.
4372 (doc-view-goto-page): Use them.
4373 (doc-view-mode-p): Add support for ddjvu.
4374 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
4375 (doc-view-set-up-single-converter): New funs.
4376 (doc-view-pdf/ps->png): Extend for djvu.
4377 (doc-view-document->png): Rename from doc-view-pdf->png.
4378 (doc-view-convert-current-doc): Handle djvu.
4379 (doc-view-insert-image, doc-view-display)
4380 (doc-view-already-converted-p): Don't hardcode png.
4381 (doc-view-set-doc-type): Recognize djvu docs.
4382
4383 2013-01-09 Elias Pipping <pipping@lavabit.com>
4384
4385 * doc-view.el: Add support for mupdf converter (bug#13164).
4386 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
4387 (doc-view-ps->png-converter-function): New config vars.
4388 (doc-view-pdf->png-converter-ghostscript)
4389 (doc-view-ps->png-converter-ghostscript)
4390 (doc-view-pdf->png-converter-mupdf): New functions.
4391 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
4392
4393 2013-01-09 JĂ¼rgen Hötzel <juergen@archlinux.org>
4394
4395 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
4396 first in session cache: When `tramp-own-remote-path' is in
4397 `tramp-remote-path', the remote path is only set in the session
4398 cache.
4399
4400 2013-01-09 Glenn Morris <rgm@gnu.org>
4401
4402 * emacs-lisp/trace.el (trace-function-foreground)
4403 (trace-function-background): Doc fix.
4404
4405 2013-01-09 Juri Linkov <juri@jurta.org>
4406
4407 * international/mule-cmds.el (read-char-by-name): Move let-binding
4408 of completion-ignore-case around completing-read to fix regression
4409 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
4410 `string-match-p' using the nil value of `case-fold-search' and
4411 `completion-ignore-case' in `completion-pcm--all-completions'.
4412 (Bug#12615).
4413
4414 2013-01-09 Glenn Morris <rgm@gnu.org>
4415
4416 * progmodes/compile.el (compilation-parse-errors):
4417 Fix typo. (Bug#13369)
4418
4419 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4420
4421 * comint.el (comint-send-input): Check size of buffer before
4422 waiting for process output, in case already accepted. (Bug#13290)
4423
4424 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
4425
4426 Spelling fixes.
4427 * net/tramp-adb.el (tramp-adb-get-toolbox):
4428 Fix misspelling of 'unknown'.
4429
4430 2013-01-08 Juri Linkov <juri@jurta.org>
4431
4432 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4433 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4434 Use underline style wave on terminals that support it. (Bug#13000)
4435
4436 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4437
4438 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
4439 the predicate returns nil.
4440
4441 * simple.el: Use lexical-binding.
4442 (primitive-undo): Use pcase.
4443 (minibuffer-history-isearch-push-state): Use a closure.
4444
4445 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4446
4447 * simple.el (primitive-undo): Move from undo.c.
4448
4449 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4450
4451 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
4452 (cvs-mode-remove-handled): Use it (bug#13380).
4453
4454 * emacs-lisp/nadvice.el (advice--tweak): New function.
4455 (advice--remove-function, advice--subst-main): Use it.
4456
4457 * emacs-lisp/advice.el: Update commentary.
4458
4459 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
4460
4461 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4462 Remove spurious entry.
4463
4464 2013-01-08 Glenn Morris <rgm@gnu.org>
4465
4466 * net/tramp.el (tramp-default-host-alist): Add :version.
4467
4468 2013-01-08 Juri Linkov <juri@jurta.org>
4469
4470 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
4471 single completion. (Bug#12456)
4472 (info--manual-names): Expand node completions into an explicit list
4473 before appending it to another list. Filter out internal buffers
4474 with the leading space in the buffer name. (Bug#10771)
4475
4476 2013-01-08 Juri Linkov <juri@jurta.org>
4477
4478 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
4479 that defaults to the Top node.
4480 (Info-goto-node, Info-read-node-name): Doc fix to mention that
4481 the short format (FILENAME) goes to the Top node.
4482 (Info-build-node-completions): Rename arg `file' to `filename'.
4483 (Bug#13365)
4484
4485 2013-01-07 Bastien Guerry <bzg@gnu.org>
4486
4487 * menu-bar.el (menu-bar-search-documentation-menu):
4488 Use `apropos-user-option' and fix the help message.
4489
4490 2013-01-07 Bastien Guerry <bzg@gnu.org>
4491
4492 * apropos.el (apropos-do-all): Update docstring.
4493 (apropos-user-option-button): New face.
4494 (apropos-user-option): Rename from `apropos-variable' and update
4495 docstring.
4496 (apropos-variable): Rewrite, now show all variables by default.
4497 (apropos-print): Mention "User option" instead of "Variable" when
4498 printing doc for user options. (Bug#13276)
4499
4500 2013-01-07 JĂ¼rgen Hötzel <juergen@archlinux.org>
4501
4502 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4503 Handle filename correctly, when parsing "source -> target" symlink
4504 output.
4505 (tramp-adb-handle-set-file-times): New defun.
4506
4507 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
4508
4509 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
4510 advice list when the interactive-spec of ad-Advice-* changes.
4511
4512 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
4513
4514 * wid-edit.el (widget-default-get): Work for inlined elements.
4515 (Bug#12670)
4516
4517 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
4518
4519 * net/tramp.el (tramp-default-host-alist): New defcustom.
4520 (tramp-find-host): Use it.
4521 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
4522 `eshell-directory-change-hook'.
4523
4524 * net/tramp-adb.el (top): Add adb specific entry in
4525 `tramp-default-host-alist'.
4526 (tramp-adb-file-name-host): Remove function.
4527 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4528 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
4529
4530 * net/tramp-sh.el: Move eshell integration code to tramp.el.
4531
4532 2013-01-06 JĂ¼rgen Hötzel <juergen@archlinux.org>
4533
4534 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
4535
4536 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
4537
4538 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
4539 consist of more than one digit.
4540 (tramp-adb-file-name-handler-alist):
4541 Use `tramp-handle-file-exists-p' consistently.
4542 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
4543 (tramp-adb-handle-file-exists-p): Remove function.
4544 (tramp-adb-file-name-host): New defun.
4545 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
4546 Use it.
4547 (tramp-adb-maybe-open-connection): Set "remote-path" property.
4548
4549 2013-01-06 Chong Yidong <cyd@gnu.org>
4550
4551 * vc/vc.el (vc-next-action): Detect buffer modifications
4552 conflicting with locking VCS operation (Bug#11490).
4553
4554 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
4555
4556 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
4557
4558 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
4559 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
4560
4561 2013-01-05 JĂ¼rgen Hötzel <juergen@archlinux.org>
4562
4563 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
4564 parsing of ls output using regular expression (handle filenames
4565 with spaces). Use virtual device number.
4566 (tramp-do-parse-file-attributes-with-ls): New defun (Code
4567 cleanup).
4568
4569 2013-01-04 Daiki Ueno <ueno@gnu.org>
4570
4571 * epg.el: Silence byte-compiler warnings.
4572 (epg--start): Use delete-char instead of delete-backward-char.
4573 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
4574
4575 2013-01-04 Daiki Ueno <ueno@gnu.org>
4576
4577 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
4578 Suggested by Eli Zaretskii <eliz@gnu.org>.
4579
4580 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
4581
4582 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
4583 non-negative integers. Otherwise, the default values are used.
4584 (tramp-convert-file-attributes): Convert uid and gid to integers.
4585
4586 2013-01-04 Glenn Morris <rgm@gnu.org>
4587
4588 * term.el (term-handle-colors-array): Ensure face attributes
4589 are fully specified, not nil. (Bug#13337)
4590
4591 * term.el (term-default-fg-color, term-default-bg-color):
4592 Fix custom type.
4593
4594 * progmodes/etags.el (tags-compression-info-list): Doc fix.
4595 (tag-find-file-of-tag-noselect): Check auto-compression-mode
4596 rather than 'jka-compr being loaded. (Bug#13338)
4597
4598 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
4599
4600 * icomplete.el (icomplete-completions):
4601 Honor icomplete-prospects-height once more following
4602 2012-11-29 changes. (Bug#13224)
4603
4604 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4605
4606 * subr.el (internal--called-interactively-p--get-frame): Find aliases
4607 of called-interactively-p as well (bug#13237).
4608
4609 * view.el (view--enable, view--disable): Rename from view-mode-enable
4610 and view-mode-disable and assume it's called from view-mode.
4611 (view-mode-enable, view-mode-disable): Redefine as obsolete
4612 compatibility layer above view-mode.
4613 (view-mode-enter): Call `view-mode'.
4614
4615 * files.el (after-find-file): Call `view-mode'.
4616
4617 * doc-view.el (doc-view-scale-internally): New var.
4618 (doc-view-enlarge, doc-view-insert-image): Obey it.
4619
4620 2013-01-03 Daiki Ueno <ueno@gnu.org>
4621
4622 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
4623 exist. (Bug#13344)
4624
4625 2013-01-03 Glenn Morris <rgm@gnu.org>
4626
4627 * mail/rmail.el (rmail-set-header-1): Ignore case.
4628 Handle multi-line headers. (Bug#13330)
4629
4630 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
4631 Handle paragraph starting at beginning of buffer.
4632
4633 * subr.el (eval-after-load): Don't purecopy the form, so that it
4634 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
4635
4636 * emacs-lisp/byte-run.el (defun): Place cl declarations
4637 after any interactive spec. (Bug#13265)
4638
4639 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
4640
4641 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
4642 defun. Don't check for DECL if DOCSTRING isn't a string.
4643 (defun): Likewise.
4644
4645 2013-01-02 Glenn Morris <rgm@gnu.org>
4646
4647 * eshell/em-cmpl.el (eshell-pcomplete):
4648 More thoroughly imitate pcomplete. (Bug#13293)
4649
4650 * files.el (parse-colon-path): Doc fix. (Bug#12351)
4651 Return nil for empty path elements. (Bug#13296)
4652
4653 2013-01-02 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4654
4655 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
4656 order to improve efficiency (Based on Daniel Colascione's
4657 <dancol@dancol.org> patch). (Bug#13182)
4658
4659 2013-01-02 Glenn Morris <rgm@gnu.org>
4660
4661 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
4662
4663 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
4664
4665 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
4666 neither DOCSTRING nor DECL was given. (Bug#13316)
4667
4668 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
4669
4670 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
4671 `error' call.
4672 (tramp-do-copy-or-rename-file): Ignore errors when calling
4673 `set-file-extended-attributes'.
4674
4675 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4676 Add handler for `file-acl'.
4677 (tramp-smb-handle-file-acl): New defun.
4678
4679 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
4680
4681 * calc/README: Mention ISO 8601 week-numbering dates.
4682
4683 2013-01-01 Martin Rudalics <rudalics@gmx.at>
4684
4685 * view.el (view-mode-enable): New argument run-view-mode-hook.
4686 Run view-mode-hook only when it's non-nil (Bug#13315).
4687 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
4688 argument t.
4689
4690 2012-12-31 JĂ¼rgen Hötzel <juergen@archlinux.org>
4691
4692 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
4693 (No device connected, invalid device name). (Bug #13299)
4694
4695 2012-12-31 Martin Rudalics <rudalics@gmx.at>
4696
4697 * window.el (window-resizable--p): Rename to window-resizable-p.
4698 (window-resize-no-error): New function.
4699
4700 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
4701 broken in fix from 2012-12-28.
4702
4703 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * subr.el (special-form-p): Don't signal errors on undef aliases.
4706
4707 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
4708
4709 * calc/calc-forms.el (math-parse-date): Try using
4710 `math-parse-iso-date' when it looks like it might be needed.
4711 Allow times of 24:00.
4712 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
4713 of 24:00.
4714
4715 2012-12-30 Glenn Morris <rgm@gnu.org>
4716
4717 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
4718 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
4719 (rmail-summary-displayed, rmail-summary): Declare.
4720 (mairix-rmail-display): Just require rmail.
4721
4722 2012-12-30 Chong Yidong <cyd@gnu.org>
4723
4724 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
4725 check for the tarball contents.
4726
4727 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
4728
4729 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
4730 tarfile content listings (Bug#13136).
4731
4732 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
4733
4734 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4735 Insert the undecoded text of the message being forwarded. (Bug#9521)
4736
4737 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
4738
4739 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
4740 integers, if they are real numbers. (Bug#13282)
4741
4742 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
4743 Return `t' on success.
4744
4745 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4746 Add handler for `set-file-selinux-context'.
4747
4748 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
4749
4750 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
4751 (tramp-sh-handle-set-file-acl): Return `t' on success.
4752
4753 2012-12-29 Eli Zaretskii <eliz@gnu.org>
4754
4755 * files.el (backup-buffer-copy, basic-save-buffer-2):
4756 If set-file-extended-attributes fails, fall back on set-file-modes
4757 instead of signaling an error. (Bug#13298)
4758 (basic-save-buffer): Likewise.
4759
4760 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4761
4762 * progmodes/python.el: Support other commands triggering
4763 python-indent-line so indentation cycling continues to work.
4764 (python-indent-trigger-commands): New defcustom.
4765 (python-indent-line): Use it.
4766
4767 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4768
4769 * progmodes/python.el (python-shell-send-region): Add blank lines
4770 for non sent code so backtraces remain correct.
4771
4772 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4773
4774 * progmodes/python.el: Remove cl dependency.
4775 (python-syntax-count-quotes): Replace incf call.
4776 (python-fill-string): Replace setf call.
4777
4778 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
4779
4780 * info.el (info-other-window): New arg, for consistency with info.
4781
4782 2012-12-28 Martin Rudalics <rudalics@gmx.at>
4783
4784 * mail/rmail.el (rmail-maybe-display-summary):
4785 Rewrite (Bug#13066).
4786
4787 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
4788
4789 * epg.el (epg--start): Modify process-environment locally.
4790
4791 2012-12-28 Daiki Ueno <ueno@gnu.org>
4792
4793 * epg.el: Support pinentry-curses.
4794 Suggested by Werner Koch in
4795 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
4796 (epg-agent-file, epg-agent-mtime): New variable.
4797 (epg--start): Record the modified time of gpg-agent socket file,
4798 to restore Emacs frame after pinentry-curses termination.
4799 (epg-wait-for-completion): Restore Emacs frame here.
4800
4801 2012-12-27 Juri Linkov <juri@jurta.org>
4802
4803 * info.el (Info-file-completions): New variable.
4804 (Info-read-node-name-1): Complete node names in the Info file
4805 when a file name is given. Call `Info-build-node-completions'
4806 with a file name.
4807 (Info-build-node-completions): Add new arg `file'. When it is
4808 non-nil, visit it in a temporary buffer and cache its completions in
4809 `Info-current-file-completions'. Move most of the function body to
4810 `Info-build-node-completions-1'.
4811 (Info-build-node-completions-1): New function with the body from
4812 `Info-build-node-completions'. (Bug#12456)
4813
4814 2012-12-27 Juri Linkov <juri@jurta.org>
4815
4816 * frame.el (frame-maximization-style): Remove user option.
4817 (cycle-frame-maximized): Remove function.
4818 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
4819 (toggle-frame-fullscreen): New command bound to <f11> instead of
4820 `toggle-frame-maximized'.
4821 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
4822
4823 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
4824
4825 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
4826
4827 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4828 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4829 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4830 for `file-accessible-directory-p'. (Bug#13275)
4831
4832 2012-12-27 Sam Steingold <sds@gnu.org>
4833
4834 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
4835 continuations, see <http://stackoverflow.com/questions/3582436>.
4836
4837 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
4838
4839 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
4840 "module" and "def" to have indentation before them.
4841 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
4842
4843 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
4844
4845 2012-12-27 Alan Mackenzie <acm@muc.de>
4846
4847 Speed up fontification where there's large brace blocks.
4848 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
4849 to a call of c-beginning-of-decl-1.
4850
4851 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
4852
4853 * comint.el (comint-adjust-window-point): New function.
4854 (comint-postoutput-scroll-to-bottom):
4855 Call comint-adjust-window-point (Bug#13248).
4856
4857 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
4858
4859 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
4860 Rakefile regexp.
4861 (auto-mode-alist): Associate .gemspec files with ruby-mode
4862 (https://bugs.ruby-lang.org/issues/5453).
4863
4864 2012-12-26 JĂ¼rgen Hötzel <juergen@archlinux.org>
4865
4866 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
4867 Suppress coloring, if possible (required for BusyBox based systems like
4868 CyanogenMod).
4869 (tramp-adb-handle-file-attributes)
4870 (tramp-adb-handle-insert-directory)
4871 (tramp-adb-handle-file-name-all-completions): Use it.
4872 (tramp-adb-get-toolbox): New defun. Check for remote shell
4873 implementation (BusyBox or Toolbox).
4874
4875 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
4876
4877 * startup.el (initial-buffer-choice): Allow function as value
4878 (Bug#13251).
4879 (command-line-1): Handle case where initial-buffer-choice
4880 specifies a function.
4881 * server.el (server-execute): Handle case where
4882 initial-buffer-choice specifies a function.
4883
4884 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4885
4886 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
4887 its own function.
4888 (smtpmail-try-auth-methods): Forget the user name/password if the
4889 login is unsuccessful (bug#12424).
4890
4891 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
4892
4893 * notifications.el (notifications-notify): Protect body with
4894 `with-demoted-errors'.
4895
4896 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4897 Check properties of remote device. Restart connection, if there is a
4898 change.
4899
4900 2012-12-21 Chong Yidong <cyd@gnu.org>
4901
4902 * sort.el (sort-subr): Doc fix (Bug#13056).
4903
4904 2012-12-21 Bastien Guerry <bzg@gnu.org>
4905
4906 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
4907
4908 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
4909
4910 * simple.el (process-file): Overwrite stderr file, if exists.
4911
4912 2012-12-21 Daiki Ueno <ueno@gnu.org>
4913
4914 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
4915 (epg-error): Set `error-message' property.
4916
4917 2012-12-21 Chong Yidong <cyd@gnu.org>
4918
4919 * international/mule-cmds.el (read-char-by-name): Signal an error
4920 if the user does not supply a valid character (Bug#13177).
4921
4922 * simple.el (transpose-subr-1): Preserve marker positions by
4923 changing the insertion sequence (Bug#13122).
4924
4925 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4926
4927 * simple.el (kill-region): Deactivate mark even for empty regions
4928 (Bug#13169).
4929
4930 2012-12-21 Chong Yidong <cyd@gnu.org>
4931
4932 * help-fns.el (describe-variable): Make sure we get the right
4933 buffer name (Bug#13105). Suggested by Kelly Dean.
4934
4935 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
4936
4937 * comint.el (comint-redirect-previous-input-string): New variable.
4938 (comint-redirect-setup, comint-redirect-cleanup)
4939 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
4940 (comint-redirect-preoutput-filter): Fix verbose message.
4941
4942 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
4943
4944 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
4945 is too long for Tramp. See discussion in
4946 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
4947
4948 * progmodes/compile.el (compilation-start): Remove line escape
4949 template.
4950
4951 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
4952
4953 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
4954 Adjust comment.
4955
4956 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
4957
4958 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
4959 following non-comment text (bug#13207).
4960 (lm-header-multiline): Continuation lines need to be indented more than
4961 the first line.
4962 (lm-homepage): New function.
4963 (lm-with-file): Don't be confused if narrowing is in effect.
4964
4965 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4966
4967 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
4968 very beginning of a hunk (e.g. killing the first line).
4969
4970 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
4971
4972 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
4973 and text properties from returned ACL string.
4974 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
4975 for "setfacl" command.
4976
4977 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
4978
4979 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
4980 `tramp-cleanup-this-connection', when the process has died.
4981 (Bug#13151)
4982
4983 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4984
4985 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
4986
4987 2012-12-17 Kevin Ryde <user42@zip.com.au>
4988
4989 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
4990
4991 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
4992
4993 Add support for preserving ACL entries of files.
4994
4995 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
4996 `set-file-acl' handlers.
4997
4998 * net/tramp-adb.el (tramp-adb-handle-copy-file):
4999 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5000
5001 * net/tramp-compat.el (tramp-compat-copy-file):
5002 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5003
5004 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5005 Add `file-acl' and `set-file-acl' handlers.
5006 (tramp-gvfs-handle-copy-file):
5007 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5008 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
5009 New defuns.
5010
5011 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5012 Add `file-acl' and `set-file-acl' handlers.
5013 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
5014 (tramp-sh-handle-set-file-acl): New defuns.
5015 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
5016 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5017
5018 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5019 Add `file-acl' and `set-file-acl' handlers.
5020 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
5021
5022 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5023
5024 * help-macro.el (make-help-screen): Instead of switch-to-buffer
5025 use pop-to-buffer with NORECORD argument t. As buffer name, use
5026 *Metahelp* with a leading space (Bug#13190).
5027
5028 2012-12-16 Romain Francoise <romain@orebokech.com>
5029
5030 * files.el (file-extended-attributes)
5031 (set-file-extended-attributes): New functions.
5032 (backup-buffer): Use them to handle both SELinux context and ACL
5033 entries.
5034 (backup-buffer-copy): Work with an alist of extended attributes,
5035 rather than an SELinux context.
5036 (basic-save-buffer-2): Ditto.
5037
5038 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
5039
5040 * battery.el (battery-bsd-apm): New function.
5041
5042 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
5043
5044 * calc/calc.el (calc-standard-date-formats): Adjust one of the
5045 standard date formats.
5046
5047 2012-12-15 Juri Linkov <juri@jurta.org>
5048
5049 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
5050 `isearch-insert-char-by-name'.
5051 (with-isearch-suspended): New defmacro with body mostly from
5052 `isearch-edit-string' except the part that sets
5053 `isearch-new-string' and `isearch-new-message'.
5054 (isearch-edit-string): Use new macro `with-isearch-suspended' with
5055 body that sets `isearch-new-string' and `isearch-new-message'.
5056 (isearch-insert-char-by-name): New command.
5057 * international/mule-cmds.el (read-char-by-name): Let-bind
5058 `enable-recursive-minibuffers' to t.
5059 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
5060
5061 2012-12-15 Juri Linkov <juri@jurta.org>
5062
5063 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
5064 (Bug#13175)
5065
5066 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
5067
5068 * dired-x.el (dired-guess-shell-command): Put colon at the end of
5069 the prompt. (Bug#13045)
5070
5071 2012-12-14 Glenn Morris <rgm@gnu.org>
5072
5073 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
5074 Try to include filename in non-bytecomp warning. (Bug#13132)
5075
5076 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
5077
5078 Fix permissions bugs with setgid directories etc. (Bug#13125)
5079 * files.el (backup-buffer): Don't rely on 9th output of
5080 file-attributes, as it's now a placeholder. Instead, use the new
5081 optional arg of file-ownership-preserved-p.
5082 (file-ownership-preserved-p): New optional arg GROUP.
5083 Fix mishandling of setuid directories that would cause this
5084 function to return t when it should have returned nil.
5085 Document what happens if the file does not exist, and when
5086 it's not known whether the ownership will be preserved.
5087 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
5088 Likewise.
5089 (tramp-get-local-gid): Use group-gid for integer, as that's
5090 faster and more reliable.
5091
5092 2012-12-14 Julien Danjou <julien@danjou.info>
5093
5094 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
5095 Update keywords list, data type and PL/pgSQL.
5096
5097 2012-12-14 Dave Abrahams <dave@boostpro.com>
5098
5099 * vc/ediff-util.el (ediff-buffer-type): New function.
5100 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
5101 rather than taking it as as argument.
5102 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
5103
5104 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
5105
5106 * json.el: Add pretty-print option (bug#12634).
5107 (json-encoding-separator, json-encoding-default-indentation)
5108 (json--encoding-current-indentation, json-encoding-pretty-print)
5109 (json-encoding-lisp-style-closings): New vars.
5110 (json--with-indentation): New macro.
5111 (json-encode-hash-table, json-encode-alist, json-encode-plist)
5112 (json-encode-array): Use it to obey json-encoding-pretty-print.
5113 (json-pretty-print-buffer, json-pretty-print): New commands.
5114
5115 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
5116
5117 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5118 Extract `ruby-syntax-propertize-expansions'.
5119 (ruby-syntax-propertize-expansions): Only change syntax on
5120 certain string delimiters, to punctuation. This way the common
5121 functions like forward-word and thing-at-point still work.
5122 (ruby-match-expression-expansion): Improve readability.
5123 (ruby-block-contains-point): New function.
5124 (ruby-add-log-current-method): Handle several edge cases.
5125
5126 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5127
5128 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
5129 unload-feature finishes even when aborting an ongoing edebug session.
5130 Also, do not worry about edebug-mode, unload-feature takes care of it.
5131
5132 2012-12-13 Andreas Schwab <schwab@suse.de>
5133
5134 * net/tls.el (tls-program): Update customize type.
5135
5136 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5137
5138 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
5139 (edebug-setup-hook, cl-read-load-hooks): Use it.
5140 (edebug-unload-function): New function. (Bug#13163)
5141
5142 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
5143
5144 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
5145 Otherwise, there could be errors in autoloading. (Bug#13151)
5146
5147 2012-12-13 JĂ¼rgen Hötzel <juergen@archlinux.org>
5148
5149 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
5150 sequences.
5151
5152 2012-12-13 Alan Mackenzie <acm@muc.de>
5153
5154 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
5155 * progmodes/cc-engine.el (c-backward-comments): Add code to work
5156 around `forward-comment' not recognizing ^M as whitespace.
5157
5158 2012-12-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5159
5160 * progmodes/python.el (python-skeleton-class)
5161 (python-skeleton-def): Do not add space after defun name.
5162
5163 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5164
5165 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
5166 (cl--symbol-function): Remove (now that funbound is like nil).
5167
5168 2012-12-12 Glenn Morris <rgm@gnu.org>
5169
5170 * button.el (button--area-button-p): Fix typo.
5171
5172 2012-12-12 Sam Steingold <sds@gnu.org>
5173
5174 * frame.el (frame-maximization-style): New user option.
5175 (toggle-frame-maximized): Toggle frame maximization according to
5176 `frame-maximization-style', bound to <f11>.
5177 (cycle-frame-maximized): Cycle between all maximization styles and
5178 non-maximized frame, bound to shift-<f11>.
5179
5180 2012-12-12 David Cadé <codename68@gmail.com>
5181
5182 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
5183
5184 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
5185
5186 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
5187 (eieio-override-prin1): Don't quote kewords and booleans.
5188 (object-write) <eieio-default-superclass>: Don't put closing parens
5189 on new line, avoid needless empty lines, align values that are objects
5190 with the slot keyword (instead of beginning on the same line).
5191 (eieio-list-prin1): Align value with slot keyword; increase
5192 eieio-print-depth before printing members of the list.
5193
5194 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5195
5196 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
5197 a display text-property.
5198 (report-emacs-bug-hook): Don't bother deleting it any more.
5199
5200 * hilit-chg.el (highlight-save-buffer-state): Delete.
5201 Use with-silent-modifications instead.
5202 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
5203
5204 * button.el: Handle buttons in display text-properties.
5205 (button--area-button-p, button--area-button-string):
5206 Use (STRING . STRING-POS) representation instead of just STRING.
5207
5208 2012-12-11 Eli Zaretskii <eliz@gnu.org>
5209
5210 * makefile.w32-in (compile4-SH): Fix a typo that caused term
5211 subdirectory be skipped.
5212
5213 2012-12-11 Glenn Morris <rgm@gnu.org>
5214
5215 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
5216
5217 * progmodes/f90.el (f90-line-continued, f90-indent-region):
5218 Treat preprocessor lines embedded in continuations like comments.
5219 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
5220
5221 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
5222
5223 * calc/calc.el (calc-standard-date-formats): Add more date
5224 formats.
5225 * calc/calc-forms.el (math-parse-iso-date): New function.
5226 (math-parse-date): Use `math-parse-iso-date' when appropriate.
5227 (math-parse-iso-date-validate): Add extra error checking.
5228 (calc-date-notation): Add ability to access new date formats.
5229
5230 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5231
5232 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
5233 font-lock as well as when there's no text-property.
5234
5235 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
5236
5237 * hi-lock.el: Refine the choice of default face.
5238 (hi-lock-keyword->face): New function. Use it wherever we used
5239 cadadadr instead.
5240 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
5241 (hi-lock--last-face): Remove var.
5242 (hi-lock--unused-faces): New var to replace it.
5243 (hi-lock-read-face-name): Use/maintain it.
5244 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
5245 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
5246 if it has another face.
5247
5248 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5249
5250 * subr.el (w32notify-handle-event): New function.
5251 (inotify-handle-event): Doc fix.
5252
5253 2012-12-10 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
5254
5255 * subr.el (inotify-event-p, inotify-handle-event): New functions.
5256
5257 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
5258
5259 * simple.el (just-one-space): Doc fix.
5260
5261 2012-12-10 Eli Zaretskii <eliz@gnu.org>
5262
5263 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
5264
5265 2012-12-10 Le Wang <l26wang@gmail.com>
5266
5267 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
5268 narrowed buffer (bug#12361).
5269
5270 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
5271
5272 * vc/vc-hooks.el (vc-state): Doc fix.
5273
5274 2012-12-10 Glenn Morris <rgm@gnu.org>
5275
5276 * mail/rmail.el (rmail-maybe-display-summary):
5277 Preserve buffer, in case select-window changes it. (Bug#13066)
5278
5279 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5280
5281 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
5282 cl-load-hook where they belong.
5283
5284 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5285
5286 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
5287
5288 2012-12-09 Eli Zaretskii <eliz@gnu.org>
5289
5290 Parallelize byte compilation on MS-Windows.
5291 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
5292 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
5293 (WINS_BASIC): Define as concatenation of the above.
5294 (compile): Subdivide into 4 separate and independent jobs that can
5295 be run in parallel.
5296 (compile0-CMD, compile0-SH): New targets for compiling
5297 COMPILE_FIRST files, which are prerequisites for the rest of the
5298 byte-compilation.
5299 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
5300 New targets for parallel compilation with cmd.exe.
5301 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
5302 compiling under a Unixy shell.
5303
5304 2012-12-09 Chong Yidong <cyd@gnu.org>
5305
5306 * simple.el (set-mark-default-inactive): Delete this
5307 accidentally-introduced option.
5308 (set-mark-command, exchange-point-and-mark): Remove calls.
5309
5310 2012-12-09 Glenn Morris <rgm@gnu.org>
5311
5312 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
5313 Respect a defcustom's :set function, if appropriate. (Bug#109)
5314 (eval-defun): Doc fix.
5315
5316 2012-12-08 Juri Linkov <juri@jurta.org>
5317
5318 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
5319 (Info-fontify-node, Info-bookmark-make-record): Remove the
5320 file extension from Info-current-file (Bug#13016).
5321
5322 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
5325 point, still provide some default.
5326 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
5327 names, since we don't use it right now. Actually return the list.
5328 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
5329
5330 2012-12-07 Chong Yidong <cyd@gnu.org>
5331
5332 * novice.el (disabled-command-function): Remove a spurious help
5333 xref (Bug#13043). Suggested by Kelly Dean.
5334
5335 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
5336 syntax is specified (Bug#13025).
5337
5338 * info.el (Info-set-mode-line): Remove the file extension from
5339 Info-current-file if there is one (Bug#13016).
5340
5341 2012-12-07 Glenn Morris <rgm@gnu.org>
5342
5343 * mail/rmail.el (rmail-mime-decoded): New permanent local.
5344 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
5345 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
5346 and rmail-mime-decoded. (Bug#9841)
5347
5348 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
5349 (batch-unrmail, unrmail): Doc fixes.
5350 (unrmail): Respect unrmail-mbox-format.
5351 * mail/rmail.el (rmail-mbox-format): New option.
5352 (rmail-show-message-1): Respect rmail-mbox-format.
5353
5354 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5355
5356 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
5357
5358 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
5361 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
5362 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
5363 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
5364 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
5365 (cl-progv): Don't rely on dynamic scoping to find the body.
5366 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
5367 (cl--proclaims-deferred): Rename from the "cl-" prefix.
5368 (cl-declaim): Use backquotes.
5369 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
5370 Use "cl--" prefix for the object's tag.
5371
5372 * ses.el: Use advice-add/remove.
5373 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
5374 (copy-region-as-kill, yank): Use advice-add.
5375 (ses-unload-function): Use advice-remove.
5376
5377 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
5378
5379 * button.el: Make them work in header-lines (bug#12817).
5380 (button-map): Add bindings for header-line and mode-line use.
5381 (button-get, button-put, button-label): `button' may now be a string.
5382 (button-activate): Don't make it a defsubst.
5383 (button--area-button-p, button--area-button-string): New functions.
5384 (make-text-button): Fix the return value when `beg' was a string.
5385 (push-button): Handle the mode-line case.
5386
5387 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5388
5389 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
5390 (sql-signum): Remove. Use `cl-signum' instead.
5391 (sql-read-passwd): Remove; use read-passwd instread.
5392 (sql-get-login-ext): Use read-string.
5393 (sql-get-login): Use dolist and pcase.
5394 (sql--completion-table): Rename from sql-try-completion.
5395 Use complete-with-action.
5396 (sql-mode): Don't change abbrev-all-caps globally.
5397 (sql-connect): Don't rely on dynamic scoping for `new-name'.
5398 (sql-postgres-completion-object): Initialize vars in their `let'.
5399 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
5400 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
5401 (sql-comint-interbase): Use a single append, without setq.
5402 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
5403
5404 * hi-lock.el: Rework the default face and the serialize regexp code.
5405 (hi-lock--auto-select-face-defaults): Remove.
5406 (hi-lock-string-serialize-serial): Remove.
5407 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
5408 make weak.
5409 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
5410 equal string.
5411 (hi-lock-set-pattern): Adjust accordingly.
5412 (hi-lock--regexps-at-point): Simplify accordingly.
5413 (hi-lock--auto-select-face-defaults): Remove.
5414 (hi-lock--last-face): New var to replace it.
5415 (hi-lock-read-face-name): Rewrite (bug#11095).
5416 (hi-lock-unface-buffer): Arrange for the face to be the next default.
5417
5418 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
5419
5420 * net/tramp.el (tramp-replace-environment-variables):
5421 Hide compiler warning.
5422 (tramp-file-name-for-operation): Remove `executable-find',
5423 `start-process', `call-process' and `call-process-region'.
5424
5425 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5426
5427 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
5428 compatibility.
5429
5430 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
5431
5432 2012-12-06 Chong Yidong <cyd@gnu.org>
5433
5434 * ffap.el (ffap-replace-file-component): Fix typo.
5435
5436 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5437
5438 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
5439 fix open-paren-like token test (bug#12785).
5440
5441 2012-12-06 Glenn Morris <rgm@gnu.org>
5442
5443 * mail/rmailsum.el (rmail-new-summary): Tweak for
5444 rmail-maybe-display-summary changing buffer. (Bug#13066)
5445
5446 2012-12-06 Juri Linkov <juri@jurta.org>
5447
5448 * info.el (Info-fontify-node): Don't hide the last newline.
5449 (Bug#12272)
5450
5451 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
5452
5453 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
5454 so as to enable message-read-from-minibuffer to expand mail aliases.
5455
5456 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5457
5458 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
5459 the `intangible' property.
5460 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
5461
5462 2012-12-05 Deniz Dogan <deniz@dogan.se>
5463
5464 * net/rcirc.el (rcirc-urls): Update documentation.
5465 (rcirc-condition-filter): New function.
5466 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
5467 and exclude consecutive duplicate URLs (Bug#6082).
5468
5469 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
5470
5471 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5472 Check return code of copy command.
5473
5474 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
5475 Use group `tramp'. Add version.
5476
5477 2012-12-05 Chong Yidong <cyd@gnu.org>
5478
5479 * ffap.el (ffap-url-regexp): Don't require matching at front of
5480 string (Bug#4952).
5481 (ffap-url-p): If only a substring matches, return that.
5482 (ffap-url-at-point): Use the return value of ffap-url-p.
5483 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
5484 (find-file-at-point, dired-at-point, dired-at-point-prompter)
5485 (ffap-guess-file-name-at-point): Likewise.
5486 (ffap-replace-file-component): Fix typo.
5487
5488 * info.el (info-display-manual): Add existing Info buffers, whose
5489 files may not be in Info-directory-list, to the completion.
5490 (info--manual-names): New helper function.
5491
5492 2012-12-05 Glenn Morris <rgm@gnu.org>
5493
5494 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
5495 New functions, for detecting and resolving conflicts. (Bug#10709)
5496
5497 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
5498
5499 * hi-lock.el (hi-lock-auto-select-face): New user variable.
5500 (hi-lock-auto-select-face-defaults): New buffer local variable.
5501 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
5502 (hi-lock-unface-buffer): Prompt user with useful defaults.
5503 With prefix arg, unhighlight all hi-lock patterns in buffer.
5504
5505 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
5508
5509 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
5510
5511 * Makefile.in (TRAMP_SRC):
5512 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
5513
5514 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
5515
5516 * net/tramp-adb.el: New package.
5517
5518 2012-12-04 Chong Yidong <cyd@gnu.org>
5519
5520 * terminal.el: Move to obsolete/.
5521
5522 * longlines.el: Move to obsolete/.
5523
5524 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5525 Remove code referring to longlines mode.
5526
5527 2012-12-03 Juri Linkov <juri@jurta.org>
5528
5529 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
5530
5531 2012-12-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5532
5533 * textmodes/ispell.el (ispell-init-process)
5534 (ispell-start-process, ispell-internal-change-dictionary):
5535 Make sure personal dictionary name is expanded after initial
5536 `default-directory' value. Use expanded strings for
5537 keep/restart checks and for value (Bug#13019).
5538
5539 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5540
5541 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
5542
5543 2012-12-03 Leo Liu <sdl.web@gmail.com>
5544
5545 * files.el (dir-locals-read-from-file): Check file non-empty
5546 before reading. (Bug#13038)
5547
5548 2012-12-03 Glenn Morris <rgm@gnu.org>
5549
5550 * jka-cmpr-hook.el (jka-compr-get-compression-info):
5551 Remove any version extension before checking filename. (Bug#13006)
5552 (jka-compr-compression-info-list): Belated :version bump.
5553
5554 2012-12-03 Chong Yidong <cyd@gnu.org>
5555
5556 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
5557
5558 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
5559 (buffer-menu): Doc fix (Bug#12294).
5560
5561 2012-12-03 Roland Winkler <winkler@gnu.org>
5562
5563 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
5564 of diary-show-all-entries in the diary buffer (Bug#12994).
5565
5566 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
5567
5568 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
5569 "<STDIN>". This is binary safe.
5570
5571 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
5572
5573 * calc/calc-forms.el (math-absolute-from-iso-dt)
5574 (math-date-to-iso-dt, math-parse-iso-date-validate)
5575 (math-iso-dt-to-date): New functions.
5576 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
5577 (math-fd-isoweekday): New variables.
5578 (calc-date-notation, math-parse-standard-date, math-format-date)
5579 (math-format-date-part): Add support for more formatting codes.
5580
5581 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
5582
5583 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
5584 current buffer's file name when called interactively (Bug#12488).
5585
5586 2012-12-02 Juri Linkov <juri@jurta.org>
5587
5588 * info.el (info-display-manual): Don't clobber an existing Info
5589 buffer (Bug#10770). Add completion (Bug#10771).
5590
5591 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
5592
5593 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
5594 before using it for comparison (Bug#5297).
5595
5596 2012-12-01 Jari Aalto <jari.aalto@cante.net>
5597
5598 * textmodes/css-mode.el (css-current-defun-name): New function.
5599 (css-mode): Use it.
5600
5601 * textmodes/sgml-mode.el (html-current-defun-name): New function.
5602 (html-mode): Use it.
5603
5604 2012-12-01 Chong Yidong <cyd@gnu.org>
5605
5606 Modularize add-log-current-defun (Bug#2224).
5607 Suggested by Jari Aalto.
5608
5609 * vc/add-log.el (add-log-current-defun-function): Doc fix.
5610 (add-log-current-defun): Move mode-specific code to other files.
5611 (add-log-lisp-like-modes, add-log-c-like-modes)
5612 (add-log-tex-like-modes): Variables deleted.
5613
5614 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
5615 (lisp-mode-variables): Use it.
5616
5617 * progmodes/cc-mode.el (c-common-init):
5618 * progmodes/cperl-mode.el (cperl-mode): Set a value for
5619 add-log-current-defun-function.
5620
5621 * progmodes/m4-mode.el (m4-current-defun-name): New function.
5622 (m4-mode): Use it.
5623
5624 * progmodes/perl-mode.el (perl-current-defun-name): New.
5625 (perl-mode): Use it.
5626
5627 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
5628 Use lisp-current-defun-name.
5629
5630 * textmodes/tex-mode.el (tex-current-defun-name): New.
5631 (tex-common-initialization): Use it.
5632
5633 * textmodes/texinfo.el (texinfo-current-defun-name): New.
5634 (texinfo-mode): Use it.
5635
5636 2012-12-01 Chong Yidong <cyd@gnu.org>
5637
5638 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
5639 * progmodes/autoconf.el (autoconf-mode):
5640 * progmodes/js.el (js-mode):
5641 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
5642 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
5643 * progmodes/perl-mode.el (perl-mode):
5644 * progmodes/sh-script.el (sh-mode, sh-set-shell):
5645 * textmodes/css-mode.el (css-mode):
5646 * textmodes/sgml-mode.el (html-mode, sgml-mode)
5647 (sgml-tags-invisible, sgml-guess-indent):
5648 * textmodes/tex-mode.el (tex-common-initialization)
5649 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
5650 (doctex-mode, plain-tex-mode, latex-mode):
5651 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
5652
5653 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
5654
5655 * vc/vc-hg.el (vc-hg-next-revision):
5656 Ensure use of default "tip" output format. (Bug#6968)
5657
5658 2012-12-01 Kim F. Storm <storm@cua.dk>
5659
5660 * startup.el (fancy-startup-tail): Add a clickable link
5661 (Bug#2176).
5662
5663 2012-12-01 Chong Yidong <cyd@gnu.org>
5664
5665 * startup.el (fancy-startup-tail): Improve the message about
5666 auto-save files (Bug#2176).
5667
5668 * files.el (recover-session): Improve the descriptive message, and
5669 use substitute-command-keys.
5670
5671 2012-12-01 Glenn Morris <rgm@gnu.org>
5672
5673 * ido.el (ido-file-internal):
5674 Handle other-window, other-frame for dired. (Bug#13036)
5675
5676 2012-11-30 Glenn Morris <rgm@gnu.org>
5677
5678 * icomplete.el (icomplete-separator): Fix :version.
5679
5680 2012-11-30 Chong Yidong <cyd@gnu.org>
5681
5682 * shell.el (shell): For C-u M-x shell, use an inactive shell
5683 buffer as the default (Bug#1975).
5684 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
5685 (shell-mode): Use them to reapply ansi colorization if Shell mode
5686 is re-enabled.
5687
5688 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
5689
5690 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
5691
5692 2012-11-30 Samuel Bronson <naesten@gmail.com>
5693
5694 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
5695 flag to xargs, for compatibility with BSD xargs (Bug#11703).
5696
5697 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5698
5699 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
5700 by move-to-column (Bug#3234).
5701
5702 2012-11-30 Chong Yidong <cyd@gnu.org>
5703
5704 * longlines.el (longlines-wrap-line, longlines-encode-region):
5705 Preserve text properties (Bug#1425).
5706
5707 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5708
5709 * vc/vc.el (vc-register): Allow registering a file which is
5710 already registered with a different backend (Bug#10589).
5711
5712 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
5713 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * icomplete.el: Change separator; add ido-style commands.
5716 (icomplete-show-key-bindings): Remove custom var.
5717 (icomplete-get-keys): Remove function.
5718 (icomplete-forward-completions, icomplete-backward-completions):
5719 New commands.
5720 (icomplete-minibuffer-map): New var.
5721 (icomplete-minibuffer-setup): Use it.
5722 (icomplete-exhibit): Don't delay if the list of completions is known.
5723 (icomplete-separator): New custom.
5724 (icomplete-completions): Use it.
5725 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
5726 (minibuffer-force-complete-and-exit): New command.
5727 (minibuffer--complete-and-exit): New function extracted from
5728 minibuffer-complete-and-exit.
5729 (minibuffer-complete-and-exit): Use it.
5730
5731 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
5732 error message when the file doesn't exist (bug#12974).
5733
5734 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5735
5736 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
5737
5738 2012-11-29 Glenn Morris <rgm@gnu.org>
5739
5740 * files.el (hack-dir-local-variables): Warn if try to set
5741 coding via dir-locals, since it doesn't work. (Bug#7169)
5742
5743 Add desktop support for restoring vc-dir buffers. (Bug#10606)
5744 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
5745 Set buffer-local value of desktop-save-buffer.
5746 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
5747 New functions.
5748 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
5749 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
5750
5751 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
5752 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
5753 Doc fix.
5754 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
5755 Doc fixes.
5756
5757 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
5758
5759 * calc/calc-forms.el (calc-date-notation): Fix regexp
5760 used to find time codes. Fix symbol for seconds.
5761
5762 2012-11-27 Glenn Morris <rgm@gnu.org>
5763
5764 * emacs-lisp/derived.el (derived-mode-make-docstring):
5765 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
5766
5767 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5768
5769 * textmodes/table.el (table-insert): Don't use `symbol-name' on
5770 lexically scoped variables (bug#13005).
5771
5772 2012-11-27 Glenn Morris <rgm@gnu.org>
5773
5774 * vc/vc-hooks.el (vc-mistrust-permissions):
5775 Default to t, to avoid data-loss. (Bug#11490)
5776
5777 2012-11-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5778
5779 * progmodes/python.el (python-indent-guess-indent-offset):
5780 If indentation is guessed make python-indent-offset buffer-local.
5781
5782 Fix Imenu regression.
5783 * progmodes/python.el (python-nav-beginning-of-defun):
5784 Fix forward movement when statement(s) separates point from defun.
5785 (python-imenu-prev-index-position): New function.
5786
5787 2012-11-27 Eli Zaretskii <eliz@gnu.org>
5788
5789 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
5790
5791 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5792 Don't set buffer-file-type. Return nil. (Bug#12989)
5793
5794 2012-11-27 Glenn Morris <rgm@gnu.org>
5795
5796 * hippie-exp.el (hippie-expand-try-functions-list):
5797 Re-autoload it. (Bug#12982)
5798
5799 2012-11-27 Eli Zaretskii <eliz@gnu.org>
5800
5801 * descr-text.el (describe-char-padded-string):
5802 Call internal-char-font only on GUI frames. (Bug#11964)
5803
5804 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
5805
5806 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
5807 and obsoletion message.
5808
5809 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5810
5811 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
5812 the constructs to keep outside of the `cl-block' (bug#12977).
5813
5814 2012-11-27 Chong Yidong <cyd@gnu.org>
5815
5816 * mouse.el (mouse-drag-line): Even if the line is not draggable,
5817 keep reading until we get the up-event anyway, in order to process
5818 the up-event for mouse-1-click-follows-link (Bug#12971).
5819
5820 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5821
5822 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
5823 base function is not yet defined (bug#12965).
5824 (ad-activate-advised-definition): Use ad-compile-function.
5825 (ad-activate): Use cond.
5826
5827 2012-11-25 Leo Liu <sdl.web@gmail.com>
5828
5829 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
5830 (Bug#12979)
5831
5832 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
5833
5834 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
5835 reftex-section-info-function in order to be compatible with
5836 Texinfo integration.
5837
5838 * textmodes/reftex.el (reftex-section-pre-regexp)
5839 (reftex-section-post-regexp, reftex-section-info-function):
5840 New variable.
5841 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
5842 reftex-section-post-regexp, and reftex-section-info-function in order
5843 to be compatible with Texinfo integration.
5844
5845 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5846 use reftex-section-pre-regexp variable in order to be compatible with
5847 Texinfo integration.
5848
5849 2012-11-25 Chong Yidong <cyd@gnu.org>
5850
5851 * faces.el: Make face-spec-set more analogous to setq.
5852 (face-spec-set): Change the third arg to specify whether this
5853 function is being called via defface, customize, or a third party.
5854 Set the appropriate symbol properties. Clear the override spec if
5855 setting via Custom. Initialize face if necessary. (Bug#4988)
5856 (face-spec-recalc): Allow theme faces to completely replace the
5857 defface spec, in the same way as custom faces (Bug#8454).
5858
5859 * cus-face.el (custom-declare-face): Move face initialization to
5860 face-spec-set.
5861 (custom-theme-set-faces): Don't initialize the face name here, as
5862 that is now done in face-spec-set.
5863
5864 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
5865 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
5866 Simplify by using the new arg to face-spec-set.
5867
5868 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
5869 reset face-override-spec too, and use custom-declare-face.
5870
5871 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
5872
5873 * term/ns-win.el (ns-initialize-window-system): Move creation of
5874 fontsets here (Bug#11964).
5875
5876 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
5877
5878 * ses.el (ses-rename-cell): Correct bug on mode-line update after
5879 cell renaming.
5880
5881 2012-11-24 Chong Yidong <cyd@gnu.org>
5882
5883 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
5884 obsolete.
5885
5886 * custom.el (custom-theme-set-variables): Use a topological sort
5887 for ordering by custom dependencies (Bug#12952).
5888 (custom--sort-vars, custom--sort-vars-1): New functions.
5889
5890 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5891
5892 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
5893 lexical-binding (bug#12938).
5894
5895 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
5896
5897 * image-mode.el (image-transform-check-size): Use assertions only
5898 for images of type imagemagick.
5899
5900 Otherwise no error, image-transform-fit-to-{width,height} is
5901 silently ignored, as before. Doc fix.
5902
5903 2012-11-24 Chong Yidong <cyd@gnu.org>
5904
5905 * faces.el (color-defined-p): Doc fix (Bug#12853).
5906
5907 2012-11-24 Juri Linkov <juri@jurta.org>
5908
5909 * dired.el (dired-mark): Add optional arg `interactive'.
5910 Check for `use-region-p' if `interactive' is non-nil.
5911 (dired-unmark, dired-flag-file-deletion): Add optional arg
5912 `interactive'. Call `dired-mark' with the arg `interactive'.
5913 (Bug#10624)
5914
5915 * wdired.el: Revert 2012-10-17 change partly and replace it with
5916 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
5917 (wdired-finish-edit): Add marks for new file names to
5918 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
5919 after `revert-buffer'.
5920 (wdired-do-renames): Remove calls to `dired-remove-file',
5921 `dired-add-file', `dired-add-entry'. (Bug#11795)
5922
5923 2012-11-24 Alan Mackenzie <acm@muc.de>
5924
5925 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
5926
5927 Fix bugs in the state cache. Enhance a debugging mechanism.
5928 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
5929 "brace at column zero" strategy for C++.
5930 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
5931 (c-parse-state-point): New variable.
5932 (c-record-parse-state-state): Record old parse state with
5933 `copy-tree'. Record previous value of point.
5934 (c-debug-parse-state-double-cons): New debugging function.
5935 (c-debug-parse-state): Call the above new function.
5936 (c-toggle-parse-state-debug): Output a confirmatory message.
5937
5938 * progmodes/cc-mode.el (c-before-change, c-after-change):
5939 Call c-invalidate-state-cache from `c-before-change' instead of
5940 `c-after-change'.
5941
5942 2012-11-23 Chong Yidong <cyd@gnu.org>
5943
5944 * find-cmd.el (find-constituents): Add executable, ipath,
5945 readable, samefile, writable, daystart, regextype (Bug#12856).
5946
5947 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5948
5949 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
5950
5951 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
5952
5953 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
5954 definition. This fixes a bootstrap failure.
5955 (calc-gregorian-switch): In menu, put dates before regions.
5956 This is easier to follow, lines up better in the menu, and lets us
5957 coalesce regions that switch at the same time. Give country
5958 names, not "Vatican", as that's better for non-expert users.
5959 Use names that are stable between the date of switch and now, e.g.,
5960 Bohemia and Moravia (which existed then and now) and not
5961 Czechoslovakia (which didn't exist then and doesn't exist now).
5962 What is now the U.S. mostly did not switch at the same time as
5963 Britain, so omit the U.S. Correct spelling of "Britain".
5964 Catholic Switzerland was too much of a mess, so omit it.
5965
5966 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
5967
5968 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
5969 after the variable is changed.
5970
5971 2012-11-21 Daniel Colascione <dancol@dancol.org>
5972
5973 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
5974 in SQL declarations for font-lock.
5975 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
5976
5977 2012-11-21 Glenn Morris <rgm@gnu.org>
5978
5979 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
5980 (face-italic-p): Add optional argument "inherit".
5981
5982 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
5983 Remove -p suffix from names, for consistency with other set-face-*.
5984 (set-face-inverse-video): Fix interactive spec.
5985 * play/gamegrid.el (gamegrid-make-mono-tty-face):
5986 * textmodes/table.el (table--update-cell-face):
5987 Use set-face-inverse-video rather than now obsolete alias.
5988
5989 2012-11-21 Eli Zaretskii <eliz@gnu.org>
5990
5991 * simple.el (line-move): Don't call line-move-partial if
5992 scroll-conservatively is in effect. (Bug#12927)
5993
5994 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5995
5996 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
5997 Fallback on completion-at-point rather than
5998 pcomplete-expand-and-complete, and only if pcomplete actually failed.
5999 (eshell-cmpl-initialize): Setup completion-at-point.
6000
6001 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
6002
6003 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
6004
6005 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
6006
6007 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
6008 are remote, check out-of-band property for both.
6009
6010 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6011
6012 * window.el (switch-to-buffer): Re-add the warning that was lost in the
6013 code rewrite.
6014
6015 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
6016
6017 More minor time fixes.
6018 * calendar/time-date.el: Commentary fix.
6019 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
6020 too much other code depends on (0 0) time stamps.
6021 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
6022 Add a couple of FIXME comments.
6023
6024 Minor cleanup for times as lists of four integers.
6025 * files.el (dir-locals-directory-cache):
6026 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
6027 Doc fixes.
6028 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
6029 * ps-bdf.el (bdf-file-newer-than-time):
6030 Process four-integers time stamps, not two. Doc fixes.
6031
6032 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6033
6034 * uniquify.el (uniquify-managed): Use defvar-local.
6035 (rename-buffer, create-file-buffer): Advise with advice-add.
6036 (uniquify-unload-function): Unadvise accordingly.
6037
6038 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
6039 (trace-buffer): Don't purecopy.
6040 (trace-entry-message, trace-exit-message): Add `context' arg.
6041 (trace--timer): New var.
6042 (trace-make-advice): Adjust for use in nadvice.
6043 Add `context' argument. Delay `display-buffer' via a timer.
6044 (trace-function-internal): Use advice-add.
6045 (trace--read-args): New function.
6046 (trace-function-foreground, trace-function-background): Use it.
6047 (trace-function): Rename to trace-function-foreground and redefine as
6048 an alias to that new name.
6049 (untrace-function, untrace-all): Adjust to the use of nadvice.
6050
6051 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
6052
6053 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
6054
6055 * subr.el (called-interactively-p-functions): New var.
6056 (internal--called-interactively-p--get-frame): New macro.
6057 (called-interactively-p, interactive-p): Rewrite in Lisp.
6058 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
6059 (called-interactively-p-functions): Use it.
6060 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
6061 (called-interactively-p-functions): Use it.
6062 * allout.el (allout-called-interactively-p): Don't assume
6063 called-interactively-p is a subr.
6064
6065 2012-11-20 Glenn Morris <rgm@gnu.org>
6066
6067 * profiler.el (profiler-report-mode-map): Add a menu.
6068 No need to bind `q' because we derive from special-mode.
6069 (profiler-report-find-entry): Handle calls from the menu-bar.
6070
6071 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6072
6073 * emacs-lisp/byte-run.el (defun-declarations-alist):
6074 Allow a compiler-macro to be a lambda expression.
6075
6076 * progmodes/python.el: Use cl-lib. Move var declarations outside of
6077 eval-when-compile.
6078 (python-syntax-context): Add compiler-macro.
6079 (python-font-lock-keywords): Simplify with De Morgan.
6080
6081 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
6082
6083 * files.el (load-file): Require match in minibuffer selection, as was
6084 the case in Emacs-20 before we changed the spec to allow .elc files
6085 (bug#12935).
6086
6087 * json.el: Don't require cl since we don't use it.
6088 * color.el: Don't require cl.
6089 (color-complement): `caddr' -> `nth 2'.
6090
6091 * calendar/time-date.el (time-to-seconds): De-obsolete.
6092
6093 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
6094
6095 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
6096 year numbers.
6097 (math-date-to-julian-dt): Adjust the initial approximation for the
6098 year to deal with the new definition of the DATE.
6099
6100 2012-11-19 Daniel Colascione <dancol@dancol.org>
6101
6102 * term/w32-win.el (cygwin-convert-path-from-windows):
6103 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6104
6105 2012-11-18 Chong Yidong <cyd@gnu.org>
6106
6107 * filecache.el (file-cache--read-list): New function.
6108 (file-cache-add-directory-list, file-cache-add-file-list)
6109 (file-cache-delete-file-list, file-cache-delete-directory-list):
6110 Use it to read a list of files or directories (Bug#12846).
6111 (file-cache-add-file, file-cache-add-directory)
6112 (file-cache-delete-file-list, file-cache-delete-file-regexp)
6113 (file-cache-delete-directory): Print an message.
6114
6115 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
6116
6117 * calc/calc-forms.el (math-date-to-dt): Use integer date when
6118 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
6119
6120 2012-11-18 Glenn Morris <rgm@gnu.org>
6121
6122 * image.el (insert-image, insert-sliced-image): Doc fix.
6123
6124 2012-11-18 Chong Yidong <cyd@gnu.org>
6125
6126 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
6127 (Bug#12810).
6128
6129 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6130
6131 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
6132 response when the target file is in a subdirectory (Bug#12757).
6133
6134 2012-11-18 Chong Yidong <cyd@gnu.org>
6135
6136 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
6137
6138 2012-11-18 Glenn Morris <rgm@gnu.org>
6139
6140 * emacs-lisp/cl-lib.el (face-underline-p):
6141 Use set-face-underline rather than the alias set-face-underline-p.
6142
6143 * window.el (with-temp-buffer-window): Doc fix.
6144 * subr.el (with-output-to-temp-buffer):
6145 Add doc xref to with-temp-buffer-window.
6146
6147 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
6148
6149 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
6150 * calc/calc.el (math-format-date-cache): Declare.
6151
6152 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
6153
6154 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
6155 It also uses January 1, 1 AD as its day number 1.
6156 * calc/calc-forms.el (math-julian-date-beginning)
6157 (math-julian-date-beginning-int): Implement this.
6158
6159 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
6160
6161 * descr-text.el (quail-find-key):
6162 * dired.el (desktop-file-name):
6163 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
6164 * generic-x.el (comint-mode, comint-exec):
6165 * image-dired.el (widget-forward):
6166 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
6167 (speedbar-change-expand-button-char)
6168 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
6169 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
6170 * printing.el (easy-menu-add-item, easy-menu-remove-item)
6171 (widget-field-action, widget-value-set):
6172 * speedbar.el (imenu--make-index-alist):
6173 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
6174 (ring-length, ring-insert):
6175 * vcursor.el (compare-windows-skip-whitespace):
6176 * woman.el (dired-get-filename):
6177 Declare functions.
6178
6179 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
6180
6181 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6182
6183 * calc/calc.el (calc-gregorian-switch): New variable.
6184
6185 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
6186 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
6187 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
6188 (math-leap-year-p): Add option to distinguish between Julian
6189 and Gregorian calendars.
6190 (math-day-number): Use `math-day-in-year' to do the computations.
6191 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
6192 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
6193 to do the computations.
6194 (math-date-to-dt): Use `math-date-to-julian-dt' and
6195 `math-date-to-gregorian-dt' to do the computations.
6196 (calcFunc-weekday, math-format-date-part): Use the new version of
6197 the DATE to determine the weekday.
6198 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
6199 when necessary.
6200
6201 2012-11-17 Eli Zaretskii <eliz@gnu.org>
6202
6203 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
6204 Cygwin; otherwise use 'file:'. (Bug#12914)
6205 (cygwin-convert-path-from-windows): Declare, to avoid
6206 byte-compiler warnings.
6207
6208 2012-11-17 Andreas Politz <politza@fh-trier.de>
6209
6210 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
6211 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
6212 prefix and negative numeric prefix args (Bug#12795).
6213
6214 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
6215
6216 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6217 Don't signal an error with a score that is too low to add to the
6218 list of top scores. (Bug#12779)
6219
6220 2012-11-17 Chong Yidong <cyd@gnu.org>
6221
6222 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
6223
6224 * filecache.el (file-cache-add-file): Handle relative file name in
6225 the argument (Bug#12694).
6226
6227 2012-11-16 JĂ¼rgen Hötzel <juergen@archlinux.org> (tiny change)
6228
6229 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
6230
6231 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6232
6233 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
6234
6235 * emacs-lisp/cl-lib.el: Set more meaningful version number.
6236
6237 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6238
6239 * window.el (enlarge-window, shrink-window): Don't mention return
6240 value in doc-string (Bug#12896).
6241 (window--display-buffer): Don't resize frames - it won't work
6242 with all window managers and defeat pop-up-frame-alist.
6243 (display-buffer-alist): In doc-string explain that CONDITION can
6244 be a function and which arguments are passed to it (Bug#12854).
6245 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
6246 expressions (Bug#12854).
6247 (display-buffer): Pass ACTION argument to
6248 display-buffer-assq-regexp.
6249
6250 2012-11-16 Glenn Morris <rgm@gnu.org>
6251
6252 * window.el (fit-frame-to-buffer-bottom-margin)
6253 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
6254
6255 * faces.el (face-underline-p): Use face-attribute-specified-or.
6256
6257 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
6258
6259 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
6260
6261 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6262
6263 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
6264
6265 2012-11-16 Glenn Morris <rgm@gnu.org>
6266
6267 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
6268 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
6269
6270 * faces.el (face-underline-p): Doc fix. Handle :underline being
6271 things other than `t' (a string, a list).
6272 (face-inverse-video-p): Doc fix.
6273 (set-face-underline): Rename it back from set-face-underline-p.
6274 Doc fix. Allow interactive input of values other than t.
6275 (read-face-attribute): Apply formatting to :underline,
6276 since like :box and :stipple it can take list values.
6277
6278 * term.el (ansi-term): Don't let C-x escape-char binding
6279 clobber the more standard C-c binding. (Bug#12842)
6280
6281 * subr.el (set-temporary-overlay-map): Doc fix.
6282
6283 2012-11-16 Martin Rudalics <rudalics@gmx.at>
6284
6285 * window.el (record-window-buffer)
6286 (display-buffer-record-window): When copying the markers to
6287 window-point preserve window-point-insertion-type. (Bug#12588)
6288
6289 2012-11-16 Glenn Morris <rgm@gnu.org>
6290
6291 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
6292 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
6293 Use new names for hooks rather than obsolete aliases.
6294
6295 2012-11-15 Daniel Colascione <dancol@dancol.org>
6296
6297 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
6298 prefix instead of "file:" so that when FILE-NAME begins with "//",
6299 as it does when the target file is on a network share, url-handler
6300 isn't confused.
6301
6302 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6303
6304 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
6305 a preactivated advice from an old advice.el; they're not compatible!
6306
6307 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6308
6309 * emacs-lisp/nadvice.el (advice--make-interactive-form):
6310 Fix string-spec case.
6311
6312 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
6313
6314 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6315
6316 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
6317 (advice--buffer-local-function-sample): New var.
6318 (advice--set-buffer-local, advice--buffer-local): New functions.
6319 (add-function, remove-function): Use them.
6320
6321 2012-11-15 Drew Adams <drew.adams@oracle.com>
6322
6323 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
6324
6325 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
6328 potential binding of print-gensym to t, and prettify (back)quotes in
6329 case they appear in args's default values (bug#12884).
6330
6331 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6332
6333 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
6334 (advice-eval-interactive-spec): New function.
6335 (advice--make-interactive-form): Support around advice (bug#12844).
6336
6337 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
6338
6339 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
6340 more strict. Add docstring.
6341 (ruby-expression-expansion-re): Extract from
6342 `ruby-match-expression-expansion'.
6343 (ruby-syntax-propertize-function): After everything else, search
6344 for expansions in string literals, mark their insides as
6345 whitespace syntax and save match data for font-lock.
6346 (ruby-font-lock-keywords): Use the 2nd group from expression
6347 expansion matches.
6348 (ruby-match-expression-expansion): Use the match data saved to the
6349 text property in ruby-syntax-propertize-function.
6350
6351 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6352
6353 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
6354 (bug#12879).
6355
6356 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6357
6358 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
6359 start/end keyword a bit harder. Works with different values of N.
6360 Add more comments.
6361 (ruby-end-of-block): Update accordingly.
6362
6363 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6364
6365 * woman.el (woman-file-name): Don't mess with unread-command-events
6366 (bug#12861).
6367
6368 * emacs-lisp/advice.el: Layer on top of nadvice.el.
6369 Remove out of date self-require hack.
6370 (ad-do-advised-functions): Use simple `dolist'.
6371 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
6372 (ad-advice-definition): Redefine as functions.
6373 (ad-advice-classes): Move before first use.
6374 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
6375 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
6376 (ad--defalias-fset): Remove functions.
6377 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
6378 (ad-get-orig-definition): Rewrite.
6379 (ad-make-advised-definition-docstring): Change base docstring.
6380 (ad-real-orig-definition): Rewrite.
6381 (ad-map-arglists): Change name of called function.
6382 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
6383 (ad-make-advised-definition): Simplify.
6384 (ad-assemble-advised-definition): Tweak for new calling context.
6385 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
6386 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
6387 function and call ad-activate if needed.
6388 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
6389 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
6390 (ad-compile-function): Compile ad-Advice-*.
6391 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
6392 (ad-start-advice, ad-stop-advice): Remove.
6393
6394 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6395
6396 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
6397 period before class method names, not after. Remove handling of
6398 one impossible case. Add comments.
6399
6400 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * emacs-lisp/advice.el: Remove support for freezing.
6403 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
6404 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
6405 Remove support for `freeze'.
6406
6407 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
6408 override the default.
6409 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
6410 cl--dotimes/dolist.
6411 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
6412 `cl' is loaded.
6413
6414 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
6415 from add-advice.
6416 (advice--strip-macro): New function.
6417 (advice--defalias-fset): Use them to handle macros.
6418 (advice-add): Use them.
6419 (advice-member-p): Correctly handle macros.
6420
6421 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6422
6423 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6424 Never font-lock the beginning of singleton class as heredoc.
6425
6426 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6427
6428 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
6429
6430 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
6431
6432 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
6433 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
6434 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
6435
6436 2012-11-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6437
6438 Fix end-of-defun misbehavior.
6439 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
6440 python-beginning-of-defun-function. Handle nested defuns
6441 correctly.
6442 (python-nav-end-of-defun): Rename from
6443 python-end-of-defun-function. Ensure forward movement.
6444 (python-info-current-defun): Reimplement to work as intended
6445 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
6446 parent defuns as soon as possible.
6447
6448 2012-11-13 Glenn Morris <rgm@gnu.org>
6449
6450 * progmodes/flymake.el (flymake-error-bitmap)
6451 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
6452 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
6453
6454 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
6455
6456 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
6457 backward, always stop at indentation. Reverts the change from
6458 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
6459
6460 2012-11-13 Glenn Morris <rgm@gnu.org>
6461
6462 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
6463 Add ibuffer-filter-by-derived-mode.
6464
6465 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
6466 the same name shadowing each other.
6467
6468 * window.el (with-temp-buffer-window): Doc tweak.
6469
6470 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
6471
6472 * help.el (temp-buffer-max-height):
6473 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
6474 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
6475
6476 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6477
6478 * emacs-lisp/nadvice.el: New package.
6479 * subr.el (special-form-p): New function.
6480 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
6481 (elp-all-instrumented-list): Remove var.
6482 (elp-not-profilable): Remove elp-wrapper.
6483 (elp-profilable-p): Use autoloadp and special-form-p.
6484 (elp--advice-name): New const.
6485 (elp-instrument-function): Use advice-add.
6486 (elp--instrumented-p): New predicate.
6487 (elp-restore-function): Use advice-remove.
6488 (elp-restore-all, elp-reset-all): Use mapatoms.
6489 (elp-set-master): Use elp--instrumented-p.
6490 (elp--make-wrapper): Rename from elp-wrapper, return a function
6491 suitable for advice-add. Use cl-inf.
6492 (elp-results): Use mapatoms+elp--instrumented-p.
6493 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
6494 (debug-function-list): Remove var.
6495 (debug): Rename arg, and then let-bind it explicitly inside.
6496 (debugger-setup-buffer): Rename arg.
6497 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
6498 (debugger-frame-number): Adjust to new debug-on-entry setup.
6499 (debug--implement-debug-on-entry): Rename from
6500 implement-debug-on-entry, add argument.
6501 (debugger-special-form-p): Remove, use special-form-p instead.
6502 (debug-on-entry): Use advice-add.
6503 (debug--function-list): New function.
6504 (cancel-debug-on-entry): Use it, along with advice-remove.
6505 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
6506 (debugger-list-functions): Use debug--function-list instead of
6507 debug-function-list.
6508 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
6509 (ad-special-form-p): Remove, use special-form-p instead.
6510 (ad-set-advice-info): Use add-function and remove-function.
6511 (ad--defalias-fset): Adjust accordingly.
6512
6513 2012-11-10 Glenn Morris <rgm@gnu.org>
6514
6515 * mail/emacsbug.el (report-emacs-bug-tracker-url)
6516 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
6517 (report-emacs-bug-create-existing-bugs-buffer)
6518 (report-emacs-bug-parse-query-results)
6519 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
6520
6521 * term.el (term-default-fg-color, term-default-bg-color):
6522 Make obsolete, rather than just saying "deprecated" in the doc.
6523
6524 * term.el (term): Rename from `term-face'.
6525 (term-current-face, ansi-term-color-vector)
6526 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6527 Update all users.
6528
6529 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
6530
6531 * server.el (server-create-window-system-frame): Handle Nextstep
6532 specially (Bug#12780).
6533
6534 2012-11-10 Glenn Morris <rgm@gnu.org>
6535
6536 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
6537 Unautoload, and make obsolete. (Bug#7449)
6538
6539 2012-11-10 Chong Yidong <cyd@gnu.org>
6540
6541 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
6542 rename from diff-remove-trailing-whitespace (Bug#12831).
6543
6544 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6545
6546 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
6547 miscompilation of trace.el.
6548
6549 2012-11-10 Glenn Morris <rgm@gnu.org>
6550
6551 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
6552
6553 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6554
6555 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
6556 (bug#12812).
6557
6558 2012-11-10 Chong Yidong <cyd@gnu.org>
6559
6560 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
6561 a defcustom with an appropriate :set function.
6562 (minibuffer-default--in-prompt-regexps): New function.
6563
6564 2012-11-10 Glenn Morris <rgm@gnu.org>
6565
6566 * emacs-lisp/cl.el (define-setf-expander, defsetf)
6567 (define-modify-macro): Doc fixes.
6568
6569 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
6570 (gv-define-simple-setter): Update doc of `fix-return'.
6571
6572 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6573
6574 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
6575 twice when `fix-return' is set (bug#12813).
6576
6577 * emacs-lisp/cl.el (defsetf): Pass the third arg to
6578 gv-define-simple-setter (bug#12812).
6579
6580 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
6581 (bug#12756).
6582
6583 2012-11-10 Glenn Morris <rgm@gnu.org>
6584
6585 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
6586
6587 * emacs-lisp/cl-extra.el (cl-prettyexpand):
6588 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
6589 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
6590 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
6591
6592 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
6593
6594 2012-11-10 Leo Liu <sdl.web@gmail.com>
6595
6596 * ido.el (ido-set-matches-1): Improve flex matching performance by
6597 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
6598
6599 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6600
6601 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
6602 (ad--defalias-fset): New function.
6603 (ad-safe-fset): Remove.
6604 (ad-make-freeze-definition): Use cl-letf*.
6605
6606 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6607
6608 * subr.el (dolist): Don't bind VAR in RESULT.
6609
6610 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
6611 (fset, documentation): Don't save real def since we don't advise.
6612 (ad-do-advised-functions): Remove problematic `result-form'.
6613 (ad-safe-fset): `ad-real-fset' => `fset'.
6614 (ad-read-advised-function): Don't assume that ad-do-advised-functions
6615 uses CL's dolist internally.
6616 (ad-arglist): Remove unused arg `name'.
6617 (ad-docstring, ad-make-advised-docstring):
6618 `ad-real-documentation' => `documentation'.
6619 (warning-suppress-types): Declare.
6620 (ad-set-arguments): Simple CSE.
6621 (ad-recover-normality): Sanity check.
6622
6623 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
6624 (funcall '(lambda ..) ..) into ((lambda ..) ..).
6625
6626 2012-11-09 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
6627
6628 * ses.el: symbol to coordinate mapping is made by symbol property
6629 `ses-cell'. This means that the same mapping is done for all SES
6630 sheets. That is good enough for cells with standard A1 names, but
6631 not for named cell. So a hash map is added for the latter.
6632 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
6633 (ses-sym-rowcol): Use hashmap for named cell.
6634 (ses-is-cell-sym-p): New defun.
6635 (ses-decode-cell-symbol): New defun.
6636 (ses-create-cell-variable): Add cell to hashmap when name is not
6637 A1-like.
6638 (ses-rename-cell): Check that cell new name is not already in
6639 spreadsheet with the use of ses-is-cell-sym-p
6640 (ses-rename-cell): Use hash map for named cells, but accept also
6641 renaming back to A1-like.
6642
6643 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6644
6645 * emacs-lisp/advice.el: Use new dynamic docstrings.
6646 (ad-make-advised-definition-docstring, ad-advised-definition-p):
6647 Use dynamic-docstring-function instead of ad-advice-info.
6648 (ad--make-advised-docstring): New function extracted from
6649 ad-make-advised-docstring.
6650 (ad-make-advised-docstring): Use it.
6651 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
6652 from sql-help.
6653 (sql-help): Use it with dynamic-docstring-function.
6654
6655 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
6656
6657 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * files.el (hack-one-local-variable--obsolete): New function.
6660 (hack-one-local-variable): Use it for obsolete settings.
6661
6662 * subr.el (locate-user-emacs-file): If both old and new name exist, use
6663 the new name.
6664
6665 * progmodes/js.el (js--filling-paragraph): New var.
6666 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
6667 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
6668 less sneaky.
6669
6670 2012-11-08 Julien Danjou <julien@danjou.info>
6671
6672 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
6673 `auto-mode-alist' (Bug#12835).
6674
6675 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6676
6677 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
6678 (perl--prettify-symbols-alist): New const.
6679 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
6680 New functions.
6681 (perl-font-lock-keywords-2): Use them.
6682 (perl-electric-noindent-p): New function.
6683 (perl-mode): Use it to set up electric-indent-mode.
6684 (perl-electric-terminator, perl-indent-command): Mark obsolete.
6685 (perl-mode-map): Remove bindings for them.
6686 (perl-imenu-generic-expression, perl-outline-level):
6687 Match functions&packages in column>0.
6688
6689 * env.el (env--substitute-vars-regexp): New const.
6690 (substitute-env-vars): Use it. Add `only-defined' arg.
6691 * net/tramp.el (tramp-replace-environment-variables): Use it.
6692
6693 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
6694 Byte-compile *before* eval in eval-and-compile.
6695 (byte-compile-log-warning): Remove redundant inhibit-read-only.
6696 (byte-compile-file-form-autoload): Don't hide actual definition.
6697 (byte-compile-maybe-guarded): Accept `functionp' as well.
6698
6699 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
6700
6701 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
6702
6703 * notifications.el (notifications-get-server-information-method):
6704 New defconst.
6705 (notifications-get-capabilities): Fix docstring.
6706 (notifications-get-server-information): New defun.
6707
6708 2012-11-06 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
6709
6710 * textmodes/ispell.el (ispell-region): Standard re-indent for better
6711 readability.
6712
6713 * textmodes/ispell.el: Experimental support for support debugging.
6714 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
6715 buffer for ispell.
6716 (ispell-print-if-debug): New function to print stuff to
6717 `ispell-debug-buffer' if debugging is enabled.
6718 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
6719 show some debugging info.
6720 (ispell-buffer-with-debug): New function that creates a debugging
6721 buffer and calls `ispell-buffer' with debugging enabled.
6722
6723 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
6724 comment in autoconf mode. (Bug#12768)
6725
6726 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
6727
6728 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
6729 frame-first-window, frame-root-window, frame-selected-window,
6730 minibuffer-selected-window, minibuffer-window,
6731 window-absolute-pixel-edges, window-at, window-body-height,
6732 window-body-width, window-display-table, window-combination-limit,
6733 window-frame, window-fringes, window-inside-absolute-pixel-edges,
6734 window-inside-edges, window-inside-pixel-edges, window-left-child,
6735 window-left-column, window-margins, window-next-buffers,
6736 window-next-sibling, window-new-normal, window-new-total,
6737 window-normal-size, window-parameter, window-parameters, window-parent,
6738 window-pixel-edges, window-point, window-prev-buffers,
6739 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
6740 window-start, window-text-height, window-top-child, window-top-line,
6741 window-total-height, window-total-width and window-use-time to the list
6742 of functions without side-effects.
6743 (toplevel): Add window-valid-p to the list of error-free functions
6744 without side-effects.
6745
6746 2012-11-05 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
6747
6748 * textmodes/ispell.el (ispell-program-name):
6749 Update spellchecker parameters when customized.
6750
6751 2012-11-04 Glenn Morris <rgm@gnu.org>
6752
6753 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
6754
6755 2012-11-04 Chong Yidong <cyd@gnu.org>
6756
6757 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
6758 same-window-* variables.
6759
6760 2012-11-04 Juri Linkov <juri@jurta.org>
6761
6762 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
6763 (isearch-describe-key, isearch-describe-mode): Use a display
6764 action instead of binding same-window-* variables (Bug#10040).
6765
6766 2012-11-03 Glenn Morris <rgm@gnu.org>
6767
6768 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
6769 Rename handler properties back from cl-- to cl-. (Bug#12788)
6770
6771 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
6772
6773 2012-11-03 Eli Zaretskii <eliz@gnu.org>
6774
6775 * term/pc-win.el: Don't load term/internal from here.
6776
6777 * loadup.el: Load term/internal from here.
6778
6779 2012-11-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6780
6781 * progmodes/python.el (inferior-python-mode): Fix hang in
6782 jit-lock (Bug#12645).
6783
6784 2012-11-03 Martin Rudalics <rudalics@gmx.at>
6785
6786 * window.el (switch-to-visible-buffer)
6787 (switch-to-buffer-preserve-window-point): Fix doc-strings.
6788
6789 2012-11-03 Glenn Morris <rgm@gnu.org>
6790
6791 * emacs-lisp/cl-lib.el (cl--random-time):
6792 Rename from cl-random-time. (Bug#12773)
6793 (cl--gensym-counter, cl--random-state): Update callers.
6794 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
6795
6796 2012-11-03 Chong Yidong <cyd@gnu.org>
6797
6798 * cus-start.el: Make cursor-type customizable (Bug#11633).
6799
6800 2012-11-02 Glenn Morris <rgm@gnu.org>
6801
6802 * filecache.el: No need to load find-lisp when compiling.
6803 (find-lisp-find-files): Autoload it.
6804 (file-cache-add-directory-recursively): Don't require find-lisp.
6805
6806 * image.el (image-type-from-file-name): Trivial simplification.
6807
6808 * emacs-lisp/bytecomp.el (byte-compile-eval):
6809 Decouple "noruntime" and "cl-functions" warnings.
6810
6811 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
6812
6813 * play/gomoku.el (gomoku-display-statistics): Update mode line
6814 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
6815
6816 2012-10-31 Martin Rudalics <rudalics@gmx.at>
6817
6818 * window.el (quit-restore-window): If the window has been
6819 created on an existing frame and ended up as the sole window on
6820 that frame, do not delete it (Bug#12764).
6821
6822 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6823
6824 * progmodes/sh-script.el (sh--inside-noncommand-expression):
6825 Rename from sh--inside-arithmetic-expression, handle more cases
6826 (bug#11263).
6827
6828 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
6829 (sh-font-lock-open-heredoc): Use it (bug#12770).
6830
6831 2012-10-30 Glenn Morris <rgm@gnu.org>
6832
6833 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
6834
6835 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
6836
6837 2012-10-29 Chong Yidong <cyd@gnu.org>
6838
6839 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
6840 function key is stored in a keyboard macro (Bug#4894).
6841
6842 * thingatpt.el (number-at-point): Apply a thing-at-point property.
6843
6844 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6845
6846 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
6847 header comments".
6848 (diff-unified->context, diff-context->unified)
6849 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
6850
6851 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
6852
6853 * files.el (find-alternate-file): Only ask one question (bug#12487).
6854
6855 2012-10-29 Chong Yidong <cyd@gnu.org>
6856
6857 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
6858 Suggested by Dan Nicolaescu (Bug#6326).
6859
6860 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
6861
6862 * startup.el (fancy-about-screen): Don't message (Bug#12680).
6863
6864 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
6865
6866 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
6867
6868 * face-remap.el (face-remap-add-relative): Handle the case where a
6869 face-remapping-alist entry is a cons cell (Bug#12762).
6870
6871 2012-10-29 Kevin Ryde <user42@zip.com.au>
6872
6873 * woman.el (woman-parse-numeric-value): Handle picas correctly
6874 (Bug#12639).
6875
6876 2012-10-29 Glenn Morris <rgm@gnu.org>
6877
6878 * emacs-lisp/cl.el (defsetf): Doc fix.
6879
6880 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6881
6882 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
6883 syntax to the matching opener, if any (bug#12547).
6884 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
6885 matching open as a "case-(".
6886 (sh-smie-rc-grammar): Add a corresponding rule for it.
6887
6888 2012-10-28 Daniel Hackney <dan@haxney.org>
6889
6890 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
6891 "PKGNAME-autoloads.el" in case we created it.
6892
6893 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
6896 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
6897 (completion--twq-all): Disable too-strict assertions.
6898
6899 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
6900
6901 2012-10-27 Eli Zaretskii <eliz@gnu.org>
6902
6903 * profiler.el (profiler-report-make-entry-part): Fix help-echo
6904 text to match the real keybindings.
6905
6906 2012-10-27 Juri Linkov <juri@jurta.org>
6907
6908 * wdired.el (wdired-keep-marker-rename): New defcustom.
6909 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
6910 (Bug#11795)
6911
6912 * dired.el (dired-keep-marker-rename): Add reference to
6913 `wdired-keep-marker-rename' in the docstring.
6914 Add default character value ?R to display initially in
6915 Customization UI instead of ?@.
6916
6917 2012-10-27 Martin Rudalics <rudalics@gmx.at>
6918
6919 * window.el (display-buffer): In doc-string describe
6920 window-height and window-width alist entries.
6921
6922 * time.el (display-time-world): Restore fit-window-to-buffer
6923 behavior.
6924
6925 2012-10-27 Chong Yidong <cyd@gnu.org>
6926
6927 * subr.el (insert-buffer-substring-as-yank): Doc fix.
6928
6929 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
6930
6931 * minibuffer.el (completion-category-overrides): New completion
6932 category `bookmark' (bug#11131).
6933
6934 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6935
6936 * emacs-lisp/advice.el (ad-assemble-advised-definition):
6937 Silence bogus compiler warnings for ad-do-it.
6938
6939 * bookmark.el (bookmark-completing-read): Set the completion category
6940 to `bookmark' (bug#11131).
6941
6942 2012-10-26 Bastien <bzg@altern.org>
6943 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * face-remap.el: Use lexical-binding.
6946 (text-scale-adjust): Improve docstring. Use itself for the temporary
6947 overlay-map bindings, so as to repeat the "Use..." message each time.
6948
6949 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6950
6951 * emacs-lisp/macroexp.el (macroexp--expand-all):
6952 Obey byte-compile-warning-enabled-p (bug#12486).
6953
6954 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
6955 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
6956
6957 2012-10-26 Martin Rudalics <rudalics@gmx.at>
6958
6959 * mouse.el (mouse-drag-line): Move last form into preceding when
6960 clause (Bug#12731).
6961
6962 * help.el (resize-temp-buffer-window): Fix doc-string.
6963
6964 2012-10-25 David Engster <deng@randomsample.de>
6965
6966 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
6967 Remove. This feature is already integrated in imenu.
6968
6969 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
6970 always loaded. Require `speedbar' unconditionally.
6971
6972 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6973
6974 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
6975
6976 * minibuffer.el (minibuffer-force-complete): Fix thinko.
6977
6978 * net/ldap.el (ldap-search-internal): The official ldif format starts
6979 with a "version: 1" header (bug#12724).
6980
6981 * emacs-lisp/package.el (package-installed-p): Warn if not ready
6982 (bug#12721).
6983
6984 2012-10-25 Glenn Morris <rgm@gnu.org>
6985
6986 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
6987
6988 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6989
6990 * minibuffer.el (minibuffer-force-complete): Use one more marker
6991 for the temporary-overlay-map command (bug#12619).
6992
6993 2012-10-24 Chong Yidong <cyd@gnu.org>
6994
6995 * time.el (display-time-world-mode): Derive from special-mode.
6996 (display-time-world): Use display-buffer (Bug#12708).
6997 (display-time-world-mode-map): Variable deleted.
6998 (display-time-world-display): Wrap the final delete-char inside
6999 inhibit-read-only.
7000
7001 2012-10-24 Chong Yidong <cyd@gnu.org>
7002
7003 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
7004 Doc fix.
7005
7006 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
7007
7008 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7009
7010 * minibuffer.el (completion--all-sorted-completions-location): New var.
7011 (completion--cache-all-sorted-completions)
7012 (completion--flush-all-sorted-completions): Use it.
7013 (completion-in-region, completion-in-region--postch)
7014 (completion-at-point, completion-help-at-point): Use markers in
7015 completion-in-region--data (bug#12619).
7016
7017 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7018
7019 * progmodes/compile.el (compilation-start): Try to handle common
7020 quoting of `cd' argument (bug#12640).
7021
7022 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
7023 (bug#12671).
7024
7025 2012-10-23 Glenn Morris <rgm@gnu.org>
7026
7027 * progmodes/gud.el (gud-menu-map):
7028 Check gdb-active-process is bound. (Bug#12358)
7029
7030 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7031
7032 * repeat.el (repeat): Set real-this-command (bug#12232).
7033
7034 * htmlfontify.el (hfy-post-html-hook):
7035 * filesets.el (filesets-cache-fill-content-hook):
7036 * arc-mode.el (archive-extract-hook):
7037 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
7038 * net/rcirc.el (rcirc-sentinel-functions)
7039 (rcirc-receive-message-functions, rcirc-activity-functions)
7040 (rcirc-print-functions):
7041 * net/dbus.el (dbus-event-error-functions):
7042 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
7043 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
7044 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
7045 * term/sun.el (sun-raw-prefix-hooks):
7046 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
7047
7048 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
7049
7050 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7051 Set `tramp-chunksize' to 1. This improves the performance.
7052 (tramp-smb-wait-for-output): Add timeout to
7053 `tramp-accept-process-output' calls.
7054
7055 2012-10-23 Chong Yidong <cyd@gnu.org>
7056
7057 * faces.el (font-list-limit): Define as an obsolete variable.
7058
7059 * startup.el (command-line):
7060 * cus-start.el: Don't refer to font-list-limit.
7061
7062 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
7063
7064 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 * subr.el (internal-temp-output-buffer-show): Rename from
7067 temp-output-buffer-show, since previously compiled files expect this name.
7068
7069 2012-10-23 Glenn Morris <rgm@gnu.org>
7070
7071 * image.el (image-type-from-file-name): If multiple types match,
7072 return the first one that is supported. (Bug#9045)
7073
7074 2012-10-22 Glenn Morris <rgm@gnu.org>
7075
7076 * image.el (imagemagick-enabled-types): Doc fix.
7077
7078 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
7079
7080 * progmodes/which-func.el (which-func-current): The hash-table may have
7081 an explicit nil (bug#12338).
7082
7083 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7084
7085 * electric.el (electric-pair-delete-selection-self-insert-function):
7086 Rename to electric-pair-will-use-region, return a boolean.
7087 (electric-pair-mode): Adjust accordingly. Don't require delsel.
7088
7089 * delsel.el (delete-selection-helper): Use a function instead of a hook.
7090 (delete-selection-pre-hook): Use use-region-p.
7091 (delete-selection-self-insert-function): Remove.
7092 (self-insert-command): Obey self-insert-uses-region-functions.
7093 (self-insert-iso): Revert to previous setting, since we don't actually
7094 know what that command does.
7095 (delete-selection-self-insert-hooks): Remove.
7096
7097 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
7098
7099 * delsel.el (delete-selection-helper): New function, extracted from
7100 delete-selection-pre-hook.
7101 (delete-selection-pre-hook): Use it.
7102 (delete-selection-self-insert-function): New function.
7103 (delete-selection-self-insert-hooks): New hook.
7104 (self-insert-command, self-insert-iso): Use it.
7105 * electric.el (electric-pair-syntax): New function, extracted from
7106 electric-pair-post-self-insert-function.
7107 (electric-pair-post-self-insert-function): Use it.
7108 (electric-pair-delete-selection-self-insert-function): New function.
7109 (electric-pair-mode): Require delsel and setup
7110 delete-selection-self-insert-hooks (bug#11520).
7111
7112 2012-10-20 Chong Yidong <cyd@gnu.org>
7113
7114 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
7115 no changes to show (Bug#12586).
7116
7117 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
7118 list explicitly (Bug#12571).
7119
7120 2012-10-20 Arne Jørgensen <arne@arnested.dk>
7121
7122 * progmodes/flymake.el (flymake-create-temp-inplace):
7123 Use file-truename.
7124
7125 2012-10-20 Eli Zaretskii <eliz@gnu.org>
7126
7127 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
7128
7129 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7130
7131 * calc/calc-units.el (math-extract-units): Properly extract powers
7132 of units.
7133
7134 2012-10-20 Daniel Colascione <dancol@dancol.org>
7135
7136 * frame.el (make-frame): Set x-display-name as we used to in order
7137 to unbreak creating an X11 frame from an Emacs daemon started
7138 without a display.
7139
7140 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7141
7142 * minibuffer.el (minibuffer-force-complete): Make the next completion use
7143 the same completion-field (bug#12221).
7144
7145 2012-10-19 Martin Rudalics <rudalics@gmx.at>
7146
7147 * emacs-lisp/debug.el (debug): Record height of debugger window
7148 also when debugger will be back (Bug#8789).
7149
7150 2012-10-18 Chong Yidong <cyd@gnu.org>
7151
7152 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7153 Convert to defcustom.
7154 (gdb-get-source-file): Don't bind pop-up-windows.
7155
7156 * progmodes/gud.el (gud-display-line): Don't specially re-use
7157 other frames for the gdb-mi case (Bug#12648).
7158
7159 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7160
7161 * emacs-lisp/advice.el: Clean up commentary a bit.
7162 (ad-do-advised-functions, ad-with-originals): Use `declare'.
7163 (byte-code-function-p): Never redefine.
7164
7165 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
7166
7167 2012-10-18 Glenn Morris <rgm@gnu.org>
7168
7169 * dired.el (dired-sort-toggle): Some ls implementations only allow
7170 a single option string. (Bug#12666)
7171
7172 * minibuffer.el (completion-cycle-threshold): Doc fix.
7173
7174 2012-10-17 Kenichi Handa <handa@gnu.org>
7175
7176 * international/mule.el (set-keyboard-coding-system):
7177 Recover input meta mode when the new coding system doesn not use 8-bit.
7178 Supply TERMINAL arg to set-input-meta-mode.
7179
7180 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7181
7182 * wdired.el (wdired-old-marks): New variable.
7183 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
7184 (wdired-do-renames): Move point with renamed file and don't lose
7185 mark status (Bug#11795).
7186
7187 2012-10-16 Juri Linkov <juri@jurta.org>
7188
7189 * replace.el (query-replace-help): Mention multi-buffer replacement
7190 keys in the Help message. (Bug#12655)
7191
7192 2012-10-15 Chong Yidong <cyd@gnu.org>
7193
7194 * emacs-lisp/byte-run.el (defsubst): Doc fix.
7195
7196 2012-10-14 Eli Zaretskii <eliz@gnu.org>
7197
7198 * window.el (display-buffer): Doc fix.
7199
7200 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7201 Adjust the msft regexp to the output of Studio 2010, and move msft
7202 before edg-1. See the discussion on emacs-devel,
7203 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
7204 for the details.
7205
7206 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7207
7208 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
7209 (oset): Move uses of object-class-fast macro after its definition.
7210
7211 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
7212
7213 2012-10-13 Chong Yidong <cyd@gnu.org>
7214
7215 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
7216 enabled, re-enable it (Bug#11963).
7217
7218 2012-10-13 Martin Rudalics <rudalics@gmx.at>
7219
7220 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
7221 non-nil, restore window configuration (Bug#12623).
7222
7223 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * help-fns.el (describe-variable, describe-function-1):
7226 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
7227
7228 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
7229
7230 2012-10-12 Glenn Morris <rgm@gnu.org>
7231
7232 * mail/rmailsum.el (rmail-header-summary):
7233 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
7234
7235 2012-10-12 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7236
7237 * progmodes/python.el (python-mode-map):
7238 Replace subtitute-key-definition with proper command remapping.
7239 (python-nav--up-list): Fix behavior for blocks on the same level.
7240
7241 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7242
7243 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
7244
7245 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
7246 changes to the format of load-history.
7247
7248 * international/mule-cmds.el (read-char-by-name): Move let-binding of
7249 completion-ignore-case in case that var is buffer-local (bug#12615).
7250
7251 2012-10-11 Kenichi Handa <handa@gnu.org>
7252
7253 * international/eucjp-ms.el: Re-generated.
7254
7255 2012-10-10 Kenichi Handa <handa@gnu.org>
7256
7257 * select.el (xselect--encode-string): If a coding is specified for
7258 selection, and that is compatible with COMPOUND_TEXT, use it.
7259
7260 2012-10-10 Martin Rudalics <rudalics@gmx.at>
7261
7262 * window.el (switch-to-buffer-preserve-window-point): New option.
7263 (switch-to-buffer):
7264 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
7265
7266 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
7269 Don't document nil as a useful value (bug#12583).
7270
7271 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
7272
7273 * net/tramp.el (tramp-debug-message):
7274 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
7275 (with-tramp-progress-reporter): Rename from
7276 `tramp-with-progress-reporter'.
7277 (with-tramp-file-property, with-tramp-connection-property):
7278 Move from tramp-cache.el, rename from `with-file-property' and
7279 `with-connection-property', respectively.
7280
7281 * net/tramp-cache.el: Remove `with-file-property' and
7282 `with-connection-property'.
7283
7284 * net/tramp.el:
7285 * net/tramp-gvfs.el:
7286 * net/tramp-sh.el:
7287 * net/tramp-smb.el: Adapt callees.
7288
7289 * net/trampver.el: Update release number.
7290
7291 2012-10-09 Glenn Morris <rgm@gnu.org>
7292
7293 * w32-fns.el (set-message-beep):
7294 * term/w32-win.el (set-message-beep): Update declarations.
7295
7296 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7297
7298 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
7299 (mode-line-widen, mode-line-input-method-map)
7300 (mode-line-coding-system-map, mode-line-remote)
7301 (mode-line-unbury-buffer, mode-line-bury-buffer)
7302 (mode-line-next-buffer, mode-line-previous-buffer):
7303 Replace save-selected-window+select-window => with-selected-window.
7304
7305 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
7306 * progmodes/cc-vars.el (bq-process): Remove, unused.
7307
7308 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
7309
7310 2012-10-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7311
7312 Implemented `backward-up-list'-like navigation.
7313 * progmodes/python.el (python-nav-up-list)
7314 (python-nav-backward-up-list): New functions.
7315 (python-mode-map): Define substitute key for backward-up-list to
7316 python-nav-backward-up-list.
7317
7318 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7319
7320 * progmodes/python.el (python-fill-paragraph): Rename from
7321 python-fill-paragraph-function. Fixed fill-paragraph for
7322 decorators (Bug#12605).
7323
7324 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7325
7326 * progmodes/python.el (python-shell-output-filter): Handle extra
7327 carriage return in OSX (Bug#12409).
7328
7329 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7330
7331 Fix shell handling of unbalanced quotes and parens in output.
7332 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
7333 (python-syntax-propertize-function): Use it.
7334 (python-shell-output-syntax-table): New var.
7335 (inferior-python-mode): Prevent unbalanced parens/quotes from
7336 previous output mess with current input context.
7337
7338 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
7339
7340 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
7341 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
7342
7343 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
7344
7345 * ffap.el (ffap-replace-file-component): Support Tramp file name
7346 syntax, not only ange-ftp's one.
7347
7348 2012-10-08 Glenn Morris <rgm@gnu.org>
7349
7350 * cus-start.el (message-log-max): Set :version.
7351
7352 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
7353
7354 2012-10-08 Martin Rudalics <rudalics@gmx.at>
7355
7356 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
7357 the minibuffer window (Bug#10851).
7358
7359 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7360
7361 Enhancements on forward-sexp movement.
7362 * progmodes/python.el (python-nav-beginning-of-statement)
7363 (python-nav-end-of-statement): Return point-marker.
7364 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
7365 (python-info-current-symbol)
7366 (python-info-statement-starts-block-p): Rename from
7367 python-info-beginning-of-block-p.
7368 (python-info-statement-ends-block-p): Rename from
7369 python-info-end-of-block-p.
7370 (python-info-beginning-of-statement-p)
7371 (python-info-end-of-statement-p)
7372 (python-info-beginning-of-block-p, python-info-end-of-block-p):
7373 New functions.
7374
7375 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7376
7377 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
7378 frame-selected-windows.
7379
7380 2012-10-08 Daniel Colascione <dancol@dancol.org>
7381
7382 * battery.el (battery-status-function): Check for
7383 w32-battery-status itself, not system-time windows-nt.
7384
7385 * frame.el: Require cl-lib.
7386 (display-format-alist): New variable mapping frame types to
7387 functions that initialize them.
7388 (window-system-for-display): New function: interprets
7389 display-format-alist.
7390 (make-frame-on-display): Remove existing display-selection logic
7391 and just forward to make-frame, which will now DTRT.
7392 (make-frame): Restructure to use window-system-for-display to
7393 figure out how to create a frame on a given display.
7394 (display-mouse-p): Look for frame-type w32, not a particular
7395 system-type.
7396
7397 * loadup.el: Load w32 lisp code when we have the w32 feature.
7398
7399 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
7400 system-type windows-nt.
7401
7402 * server.el (server-create-window-system-frame): Look for window
7403 type.
7404 (server-proces-filter): Only force a window system when windows-nt
7405 _and_ w32. Explain why.
7406
7407 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
7408 of window systems we configure for the mode.
7409
7410 * startup.el (command-line): Mark window system is initialized
7411 after we've done it.
7412
7413 * common-win.el (x-select-text): Look for w32, not windows-nt.
7414
7415 * ns-win.el: Require cl-lib. Add ourselves to
7416 display-format-alist.
7417 (ns-initialize-window-system): Assert we're not initialized twice.
7418
7419 * w32-win.el: Enable lexical binding; require cl-lib; add
7420 ourselves to display-format-alist.
7421 (w32-handle-dropped-file): Convert incoming dropped files from
7422 Windows paths to Cygwin ones before passing them on to the rest of
7423 Emacs.
7424 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
7425 (w32-initialize-window-system): Assert we're not initialized twice.
7426
7427 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
7428 (x-initialize-window-system): Assert we're not initialized twice.
7429
7430 * w32-common-fns.el: New File.
7431 (w32-version, w32-using-nt, w32-get-clipboard-data)
7432 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7433 (w32-charset-info-alist, x-last-selected, text)
7434 (x-get-selection-value, x-selection-value): Move here.
7435
7436 * w32-fns.el: Require w32-common-fns.
7437 (w32-version, w32-using-nt, w32-get-clipboard-data)
7438 (w32-set-clipboard-data, x-set-selection, x-get-selection)
7439 (w32-charset-info-alist, x-last-selected, text)
7440 (x-get-selection-value, x-selection-value): Move to
7441 w32-common-fns.
7442
7443 * w32-vars.el:
7444 (w32-allow-system-shell, w32-system-shells): Define only in
7445 non-cygwin case.
7446
7447 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
7450 (read-passwd): Remove a few more potential sources of leaks.
7451
7452 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7453
7454 * progmodes/python.el (inferior-python-mode)
7455 (python-shell-make-comint): Fix initialization of local
7456 variables copied from parent buffer.
7457
7458 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
7459
7460 * term/ns-win.el (ns-read-file-name): Update declaration to match
7461 nsfns.m.
7462 (ns-respond-to-change-font): Change fontsize separately so we are sure
7463 it is set when font is acted upon.
7464
7465 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7466
7467 Enhancements to indentation.
7468 * progmodes/python.el (python-indent-context): Give priority to
7469 inside-string context. Make comments indentation markers.
7470 (python-indent-region): Do not mess with strings, unless it's the
7471 enclosing set of quotes.
7472
7473 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * window.el (internal--before-save-selected-window)
7476 (internal--after-save-selected-window): New functions extracted from
7477 save-selected-window. Make sure we return the `alist' we construct.
7478 (save-selected-window): Use them.
7479
7480 * textmodes/tex-mode.el (tex-recenter-output-buffer):
7481 Use with-selected-window.
7482
7483 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
7484 forms that define macros (bug#12593).
7485
7486 2012-10-07 Kenichi Handa <handa@gnu.org>
7487
7488 * international/mule-conf.el (compound-text-with-extensions):
7489 Add :mime-charset property as x-ctext.
7490
7491 2012-10-07 Stefan Merten <smerten@oekonux.de>
7492
7493 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7494 (rst-indent-literal-normal, rst-indent-literal-minimized)
7495 (rst-indent-comment): Correct :version tag.
7496 (rst-official-cvs-rev): Correct version string.
7497
7498 2012-10-07 Glenn Morris <rgm@gnu.org>
7499
7500 * mail/rmailmm.el (rmail-mime-process-multipart):
7501 Do not confuse a multipart message with an epilogue
7502 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
7503
7504 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7505
7506 Fix shell output retrieval and comint-prompt-regexp init.
7507 * progmodes/python.el (inferior-python-mode):
7508 (python-shell-make-comint): Fix initialization of
7509 comint-prompt-regexp from copied file local variables.
7510 (python-shell-fetched-lines): Remove var.
7511 (python-shell-output-filter-in-progress): Rename from
7512 python-shell-fetch-lines-in-progress.
7513 (python-shell-output-filter-buffer): Rename from
7514 python-shell-fetch-lines-string.
7515 (python-shell-fetch-lines-filter): Delete function.
7516 (python-shell-output-filter): New function.
7517 (python-shell-send-string-no-output): Use them.
7518
7519 2012-10-07 Glenn Morris <rgm@gnu.org>
7520
7521 * hi-lock.el (hi-lock-process-phrase):
7522 Try to make it less fragile. (Bug#7161)
7523
7524 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
7525
7526 2012-10-06 Glenn Morris <rgm@gnu.org>
7527
7528 * ehelp.el (electric-help-mode): Use help-mode rather than
7529 non-existent mode `help'.
7530 (electric-help-map): Use button-buffer-map. (Bug#10917)
7531
7532 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
7533 (reftex-create-bibtex-footer): Fix custom types.
7534
7535 * progmodes/sh-script.el (sh-indent-after-continuation):
7536 Add explicit :group.
7537
7538 * textmodes/rst.el (rst-preferred-decorations)
7539 (rst-shift-basic-offset): Clarify obsolescence versions.
7540
7541 * profiler.el (profiler): Add missing group :version tag.
7542 * avoid.el (mouse-avoidance-banish-position):
7543 * proced.el (proced-renice-command):
7544 * calc/calc.el (calc-ensure-consistent-units):
7545 * calendar/icalendar.el (icalendar-import-format-uid):
7546 * net/tramp.el (tramp-save-ad-hoc-proxies):
7547 * progmodes/bug-reference.el (bug-reference-bug-regexp):
7548 * progmodes/flymake.el (flymake-error-bitmap)
7549 (flymake-warning-bitmap, flymake-fringe-indicator-position):
7550 * progmodes/sh-script.el (sh-indent-after-continuation):
7551 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
7552 (verilog-before-save-font-hook, verilog-after-save-font-hook):
7553 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
7554 (vhdl-array-index-record-field-in-sensitivity-list)
7555 (vhdl-indent-comment-like-next-code-line):
7556 * textmodes/reftex-vars.el (reftex-ref-style-alist)
7557 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
7558 (reftex-cite-key-separator, reftex-create-bibtex-header)
7559 (reftex-create-bibtex-footer):
7560 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
7561 (rst-indent-literal-normal, rst-indent-literal-minimized)
7562 (rst-indent-comment): Add missing custom :version tags.
7563
7564 * calendar/timeclock.el (timeclock-modeline-display):
7565 Add missing obsolete alias for renamed user option.
7566
7567 * strokes.el (strokes-modeline-string):
7568 * emulation/crisp.el (crisp-mode-modeline-string):
7569 * eshell/esh-mode.el (eshell-status-in-modeline):
7570 Aliases to defcustoms must come before the defcustom.
7571
7572 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
7573 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7574 (cal-tex-cursor-week-monday): Doc fixes.
7575 (cal-tex-cursor-week2-summary): Doc fix.
7576 Rename from cal-tex-cursor-week-at-a-glance.
7577
7578 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
7579 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
7580
7581 * calendar/calendar.el (calendar-mode-map):
7582 Add cal-tex-cursor-week2-summary.
7583
7584 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
7585
7586 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
7587
7588 * subr.el (read-passwd-map): New var.
7589 (read-passwd): Use `read-string' again.
7590 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
7591
7592 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
7593
7594 * register.el (append-to-register, prepend-to-register):
7595 Deactivate mark, as does `copy-to-register' (bug#12389).
7596
7597 2012-10-06 Chong Yidong <cyd@gnu.org>
7598
7599 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
7600
7601 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
7602
7603 * international/characters.el: Fix simple mistake ((car chars) ->
7604 elt), delete duplicated code.
7605
7606 2012-10-06 Glenn Morris <rgm@gnu.org>
7607
7608 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
7609
7610 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
7611
7612 * color.el (color-hsl-to-rgb): Fix incorrect results for
7613 small and large hue values. (Bug#12559)
7614
7615 2012-10-05 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7616
7617 Enhancements to docstring formatting when filling paragraphs.
7618 * progmodes/python.el (python-fill-docstring-style): Rename from
7619 python-fill-string-style. Added new style.
7620 (python-fill-string): Use new style. Better checks for
7621 docstrings.
7622
7623 2012-10-05 Glenn Morris <rgm@gnu.org>
7624
7625 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
7626
7627 * color.el (color-name-to-rgb, color-rgb-to-hex)
7628 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
7629 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
7630 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7631 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
7632
7633 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
7634
7635 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
7636
7637 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
7638 to get the correct size across symlinks.
7639
7640 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
7641
7642 2012-10-04 Juri Linkov <juri@jurta.org>
7643
7644 * replace.el (query-replace-interactive): Declare obsolete.
7645 (query-replace-read-from): Add the last incremental search string
7646 to the list of default values accessible via M-n.
7647 (map-query-replace-regexp): Use `read-regexp'.
7648 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7649 (map-query-replace-regexp, replace-string, replace-regexp):
7650 Fix docstrings to replace mentions of `query-replace-interactive'
7651 with alternatives. (Bug#12526)
7652
7653 2012-10-04 Juri Linkov <juri@jurta.org>
7654
7655 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
7656 (dired-pop-to-buffer): Declare obsolete.
7657 (dired-mark-pop-up): Doc fix.
7658
7659 2012-10-04 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7660
7661 Allow user to set docstring style for fill-paragraph.
7662 * progmodes/python.el
7663 (python-fill-comment-function, python-fill-string-function)
7664 (python-fill-decorator-function, python-fill-paren-function):
7665 Remove :safe for defcustoms.
7666 (python-fill-string-style): New defcustom
7667 (python-fill-paragraph-function): Enhance context detection.
7668 (python-fill-string): Honor python-fill-string-style settings.
7669
7670 2012-10-04 Martin Rudalics <rudalics@gmx.at>
7671
7672 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
7673 after setting its buffer (Bug#10805).
7674
7675 2012-10-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7676
7677 Fix cornercase for string syntax.
7678 * progmodes/python.el (python-syntax-propertize-function):
7679 Simplify and enhance the regexp for unescaped quotes. Now it also
7680 matches quotes in weird situations like the single quote in
7681 "something\"'".
7682 (python-syntax-stringify): Simplify num-quotes detecting code.
7683
7684 2012-10-03 Glenn Morris <rgm@gnu.org>
7685
7686 * help-macro.el (three-step-help):
7687 Revert 2012-09-29 change. (Bug#12567)
7688
7689 2012-10-03 Martin Rudalics <rudalics@gmx.at>
7690
7691 * menu-bar.el (kill-this-buffer): Don't do anything when
7692 `menu-frame' is not alive or visible (Bug#8184).
7693
7694 * emacs-lisp/debug.el (debug): When quitting the debugger window
7695 restore current buffer (Bug#12502).
7696
7697 2012-10-02 Chong Yidong <cyd@gnu.org>
7698
7699 * progmodes/hideif.el (hif-lookup, hif-defined):
7700 Handle semantic-c-takeover-hideif.
7701
7702 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
7703
7704 Change sampling interval units from ms to ns.
7705 * profiler.el (profiler-sampling-interval): Change units
7706 from ms to ns, multiplying the default by 1000000 so that
7707 it remains 1 ms.
7708 (profiler-report-cpu-line-format): Give enough room for
7709 the maximum counters on 64-bit hosts.
7710 (profiler-report-render-calltree-1): Call them "CPU samples",
7711 not "Time (ms)", since they are not milliseconds now (and
7712 never really were).
7713
7714 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
7715
7716 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
7717 Fix querying BBDB for entries without a last name (Bug#11580).
7718
7719 2012-10-02 Chong Yidong <cyd@gnu.org>
7720
7721 * emacs-lisp/eieio.el: Restore Version header.
7722
7723 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7724
7725 * vc/diff-mode.el (diff--auto-refine-data): New var.
7726 (diff-hunk): Use it to delay refinement.
7727 (diff-mode): Remove overlays when we turn off font-lock.
7728
7729 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
7730 (table-initialize-table-fixed-width-mode)
7731 (table-set-table-fixed-width-mode): Remove functions.
7732 (table-command-list): Move initialization into declaration.
7733 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
7734 (table-with-cache-buffer): Use `declare'.
7735 (table-span-cell): Simplify via CSE.
7736 (table-fixed-width-mode): Use define-minor-mode.
7737 (table-call-interactively, table-funcall, table-apply): Remove.
7738 (table-function): New function, to replace them.
7739
7740 * bookmark.el (bookmark-search-pattern): Remove var.
7741 (bookmark-read-search-input): Remove function.
7742 (bookmark-bmenu-search): Reimplement using a minibuffer.
7743
7744 * faces.el (modeline): Remove obsolete face name.
7745
7746 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
7747 and give a non-nil default value.
7748 (add-change-log-entry): Simplify accordingly.
7749
7750 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
7751
7752 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
7753 (vc-git-log-edit-toggle-amend): New function.
7754 (vc-git-log-edit-toggle-signoff): New function.
7755 (vc-git-log-edit-mode): New major mode.
7756 (vc-git-log-edit-mode-map): Keymap for it.
7757 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
7758
7759 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
7760 header names.
7761 (log-edit-toggle-header): New function.
7762 (log-edit-extract-headers): Accept function values in HEADERS alist.
7763
7764 2012-10-01 David Engster <deng@randomsample.de>
7765
7766 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
7767 from symbol property and change message to be more consistent with
7768 Emacs proper.
7769 (eieio-describe-generic): Add filename for each implementation.
7770 Fix indices for generic and normal methods.
7771 (eieio-method-def, eieio-class-def): New buttons.
7772 (eieio-help-find-method-definition)
7773 (eieio-help-find-class-definition): New functions.
7774 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
7775 class, constructor and method definitions.
7776
7777 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
7778 information in symbol property.
7779 (scoped-class): Remove.
7780 (eieio-slot-name-index, call-next-method): Check if it is bound.
7781
7782 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
7783
7784 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
7785 (eieio-custom-mode): New major mode.
7786 (eieio-customize-object): Use it.
7787
7788 2012-10-01 Eric Ludlam <zappo@gnu.org>
7789
7790 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
7791 specifying the expected class, and whether subclassing is allowed.
7792 (eieio-persistent-convert-list-to-object):
7793 (eieio-persistent-validate/fix-slot-value)
7794 (eieio-persistent-slot-type-is-class-p): New functions.
7795 (eieio-named::slot-missing): Doc fix.
7796
7797 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
7798 Stop using unused publd variable.
7799
7800 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7801 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
7802 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
7803 (eieio-speedbar-handle-click): Do not specify a class for the
7804 method. Fixes method invocation order problems with EDE.
7805
7806 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
7809 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
7810
7811 2012-10-01 Karl Fogel <kfogel@red-bean.com>
7812
7813 * bookmark.el (bookmark-version-control): Give tags in the
7814 :type choices (Bug#12309), and improve doc string.
7815 (bookmark-write-file): Bind `print-circle' to `t' to allow
7816 circular custom bookmark types. (Bug#12503)
7817
7818 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
7819
7820 Revert the FOLLOW-SYMLINKS change for file-attributes.
7821 * files.el (remote-file-name-inhibit-cache, after-find-file):
7822 * time.el (display-time-file-nonempty-p): Undo last change.
7823
7824 * profiler.el (profiler-sampling-interval): Change default back to 1.
7825 See Stefan Monnier in
7826 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
7827
7828 2012-10-01 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7829
7830 Shell output catching a la gud-gdb.
7831 * progmodes/python.el (python-shell-fetch-lines-in-progress)
7832 (python-shell-fetch-lines-string, python-shell-fetched-lines):
7833 New Vars.
7834 (python-shell-fetch-lines-filter): New function.
7835 (python-shell-send-string-no-output): Use them.
7836
7837 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
7838
7839 * profiler.el (profiler-sampling-interval): Rename from
7840 profiler-sample-interval.
7841 (profiler-sampling-interval): Default to 10.
7842 (profiler-find-profile): New command (was profiler-find-log).
7843 (profiler-find-profile-other-window): New command.
7844 (profiler-find-profile-other-frame): New command.
7845 (profiler-profile): Introduce API-level data structure.
7846
7847 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
7848
7849 file-attributes has a new optional arg FOLLOW-SYMLINKS.
7850 * files.el (remote-file-name-inhibit-cache):
7851 * time.el (display-time-file-nonempty-p): Use it.
7852 * files.el (after-find-file): Don't chase links before calling
7853 file-exists-p, as file-exists-p already does the right thing.
7854
7855 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
7856
7857 Merge from standalone RefTeX repository.
7858
7859 The following ChangeLog entries are shortened versions of the
7860 original ones with file paths adapted. A not so strongly edited
7861 version of the original ChangeLog can be found in the commit log.
7862
7863 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
7864 (reftex-arg-cite): Use `reftex-cite-key-separator'.
7865 Correctly handle new value type returned by `reftex-citation'.
7866
7867 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
7868 that entries with whitespace at various places are found.
7869 Doc fix. Include entries that are cross-referenced from cited entries.
7870 Include @String definitions in the resulting bib file. Add header
7871 and footer defined in `reftex-create-bibtex-header' and
7872 `reftex-create-bibtex-footer'.
7873 (reftex-do-citation): Make it possible again to insert
7874 non-existent entries. Save match data when asking for optional
7875 arguments. Return all keys, not just the first one.
7876 (reftex-all-used-citation-keys): Fix regexp to correctly extract
7877 all citations in the same line.
7878 (reftex-parse-bibtex-entry): Accept additional optional argument
7879 `raw' and keep quotes or braces if it is non-nil. Match fields
7880 containing hyphens besides word constituents.
7881 (reftex-get-string-refs): New function.
7882 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
7883 and ask if it should be reread in case it did.
7884 (reftex-pop-to-bibtex-entry)
7885 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
7886 entries with spaces or tabs in front of arguments.
7887 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7888 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
7889 Match entries containing numbers and symbol constituents.
7890 (reftex-do-citation, reftex-figure-out-cite-format):
7891 Use `reftex-cite-key-separator'.
7892
7893 * textmodes/reftex-dcr.el: Move provide statement to end of file.
7894 (reftex-mouse-view-crossref): Explain why point is set.
7895
7896 * textmodes/reftex-global.el: Whitespace changes.
7897
7898 * textmodes/reftex-index.el: Move provide statement to end of
7899 file.
7900 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
7901 (reftex-index-visit-phrases-buffer): Set marker when visiting
7902 buffer. This allows for returning from the phrases file to the
7903 file one was just editing instead of the file where the last
7904 phrases was added from.
7905 (reftex-index-phrases-syntax-table): New variable. Give ?\"
7906 punctuation syntax as it usually is not used as string quote in
7907 TeX-related modes and may occur unmatched. The change also
7908 prevents fontification of quoted content.
7909 (reftex-index-phrases-mode): Use it.
7910
7911 * textmodes/reftex-parse.el (reftex-parse-from-file):
7912 Move backward one char if a `\' was matched after a section macro.
7913 (reftex-parse-from-file): Use beginning of match instead of end as
7914 bound.
7915
7916 * textmodes/reftex-ref.el: Adapt creation of
7917 `reftex-<package>-<macro>' functions to new structure of
7918 `reftex-ref-style-alist'.
7919 (reftex-reference): Use `reftex-ref-style-list' function.
7920 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
7921 reference macro if `reftex-ref-macro-prompt' is non-nil.
7922 (reftex-reference): Pass refstyle to `reftex-format-special'.
7923 Determine reference macro by looking at
7924 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
7925 Use only one special format function.
7926 (reftex-varioref-vref, reftex-fancyref-fref)
7927 (reftex-fancyref-Fref): Remove definitions. The functions are now
7928 generated from `reftex-ref-style-alist'.
7929 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
7930 Remove.
7931 (reftex-format-special): New function.
7932
7933 * textmodes/reftex-sel.el
7934 (reftex-select-cycle-ref-style-internal): Adapt to new structure
7935 of `reftex-ref-style-alist'. Remove code for testing macro type.
7936 (reftex-select-toggle-varioref)
7937 (reftex-select-toggle-fancyref): Remove.
7938 (reftex-select-cycle-ref-style-internal)
7939 (reftex-select-cycle-ref-style-forward)
7940 (reftex-select-cycle-ref-style-backward): New functions.
7941 (reftex-select-label-map): Use `v' and `V' for general cycling
7942 through reference styles. Add `p' for switching between number
7943 and page reference types.
7944
7945 * textmodes/reftex-toc.el (reftex-re-enlarge):
7946 Call `enlarge-window' only if there is something to do because in Emacs
7947 the horizontal version throws an error even if the parameter is 0.
7948
7949 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
7950 (reftex-plug-into-AUCTeX): Doc fix.
7951 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
7952 string. Adapt to new name.
7953 (reftex-ref-style-alist): Change structure so that it is not
7954 possible to use multiple different package names within a style.
7955 Remove the symbols for symbols for macro type distinction.
7956 Add characters for macro selection.
7957 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
7958 (reftex-create-bibtex-footer): New variables.
7959 (reftex-format-ref-function): Mention third argument of special
7960 format function.
7961 (reftex-ref-style-alist, reftex-ref-style-default-list):
7962 New variables.
7963 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
7964 to new implementation. Mark as obsolete. Add compatibility code
7965 for honoring the variable values in case they are set.
7966 (reftex-cite-format-builtin, reftex-bibliography-commands):
7967 Add support for ConTeXt.
7968 (reftex-format-ref-function, reftex-format-cite-function):
7969 Fix custom type.
7970 (reftex-cite-key-separator): New variable.
7971
7972 * textmodes/reftex.el (reftex-syntax-table-for-bib)
7973 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
7974 `reftex-syntax-table' because parens have to retain their paren
7975 syntax in order for parsing of BibTeX entries like @book(...) to
7976 work.
7977 (reftex-in-comment): Do not error out if `comment-start-skip' is
7978 not set. Deal correctly with escaped comment characters.
7979 (reftex-tie-multifile-symbols): Add doc string.
7980 Initialize `reftex-ref-style-list'.
7981 (reftex-untie-multifile-symbols): Add doc string.
7982 (reftex-add-index-macros): Doc fix.
7983 (reftex-ref-style-activate, reftex-ref-style-toggle)
7984 (reftex-ref-style-list): New functions.
7985 (reftex-mode-menu): Use them. Adapt to new structure of
7986 `reftex-ref-style-alist'.
7987 (reftex-select-with-char): Kill the RefTeX Select buffer when
7988 done.
7989 (reftex-remove-if): New function.
7990 (reftex-erase-all-selection-and-index-buffers)
7991 (reftex-mode-menu): Reference styles are now computed from
7992 `reftex-ref-style-alist'. Fix typo.
7993 (reftex-report-bug): New function.
7994 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
7995 algorithms with O(n log n). Introduce optional argument SORT (not
7996 yet used).
7997
7998 2012-09-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7999
8000 Enhancements for triple-quote string syntax.
8001 * progmodes/python.el (python-syntax-propertize-function):
8002 Match both quote cases in one regexp.
8003 (python-syntax-stringify): Handle matches properly.
8004
8005 2012-09-30 Juri Linkov <juri@jurta.org>
8006
8007 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
8008 to nil around the call to `insert' to prevent
8009 directory time modification by lock_file. (Bug#2295)
8010 * tar-mode.el (tar-summarize-buffer): Idem.
8011
8012 2012-09-30 Juri Linkov <juri@jurta.org>
8013
8014 * facemenu.el (list-colors-sort): Add option "Luminance".
8015 (list-colors-sort-key): Implement it.
8016
8017 * vc/diff-mode.el (diff-refine-removed):
8018 * vc/ediff-init.el (ediff-fine-diff-A):
8019 * vc/smerge-mode.el (smerge-refined-removed):
8020 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
8021
8022 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
8023
8024 * term/ns-win.el (x-file-dialog): New function.
8025
8026 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
8027
8028 * ido.el (ido-max-directory-size): Default to nil; the current
8029 default is small for POSIX systems, and impractical on Windows 7
8030 now that lstat returns directory sizes for NTFS.
8031
8032 2012-09-30 Martin Rudalics <rudalics@gmx.at>
8033
8034 In buffer display functions handle window-height/window-width
8035 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
8036 * window.el (window--display-buffer): New argument ALIST.
8037 Obey window-height and window-width alist entries.
8038 (window--try-to-split-window): New argument ALIST.
8039 Bind window-combination-limit to t when the window's size shall be
8040 changed and window-combination-limit equals `window-size'.
8041 (display-buffer-in-atom-window)
8042 (display-buffer-in-major-side-window)
8043 (display-buffer-in-side-window, display-buffer-same-window)
8044 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8045 (display-buffer-pop-up-window, display-buffer-below-selected)
8046 (display-buffer-at-bottom, display-buffer-in-previous-window)
8047 (display-buffer-use-some-window): Adjust all callers of
8048 window--display-buffer and window--try-to-split-window.
8049 (fit-frame-to-buffer): New option.
8050 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
8051 is non-nil.
8052 (display-buffer-in-major-side-window): Evaluate window-height /
8053 window-width alist entries.
8054
8055 * help.el (temp-buffer-resize-frames)
8056 (temp-buffer-resize-regexps): Remove options.
8057 (temp-buffer-resize-mode): Adjust doc-string.
8058 (resize-temp-buffer-window): Don't consult
8059 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
8060 temp-buffer-resize-frames.
8061
8062 * dired.el (dired-mark-pop-up):
8063 Call display-buffer-below-selected with a fit-window-to-buffer alist
8064 entry.
8065
8066 2012-09-30 Chong Yidong <cyd@gnu.org>
8067
8068 * server.el (server-host): Document the security implications.
8069 (server-auth-key): Doc fix.
8070
8071 * startup.el (initial-buffer-choice): Doc fix.
8072
8073 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
8074
8075 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
8076 restriction change.
8077
8078 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
8079
8080 * help-fns.el (help-fns--obsolete): Fix last change.
8081
8082 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8083
8084 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
8085 (minor-mode-map-alist): Remove redundant code.
8086
8087 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
8088 visited in a buffer.
8089 (cvs-insert-visited-file): New function.
8090 (find-file-hook): Use it.
8091
8092 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
8093
8094 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
8095 chose face.
8096 (log-edit-empty-buffer-p): Don't require a space after a header.
8097
8098 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
8099
8100 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
8101
8102 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
8103 a proper minor-mode.
8104
8105 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
8106
8107 2012-09-29 Glenn Morris <rgm@gnu.org>
8108
8109 * winner.el (winner-mode): Remove variable (let define-minor-mode
8110 handle it).
8111 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
8112 Doc fixes.
8113 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
8114 (winner-mode): Use define-minor-mode.
8115
8116 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
8117 the full definition in loaddefs, rather than duplicating it.
8118
8119 * help-macro.el (three-step-help): No need to autoload defcustom.
8120
8121 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8122 (inferior-lisp-program, inferior-lisp-load-command)
8123 (inferior-lisp-prompt, inferior-lisp-mode-hook):
8124 No need to autoload defcustoms.
8125
8126 * hippie-exp.el (hippie-expand-try-functions-list)
8127 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
8128 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
8129 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
8130 (hippie-expand-only-buffers): No need to autoload defcustoms.
8131 * progmodes/vhdl-mode.el (vhdl-line-expand):
8132 Explicitly load hippie-exp, so it does not get autoloaded
8133 while hippie-expand-try-functions-list is let-bound.
8134
8135 2012-09-28 Glenn Morris <rgm@gnu.org>
8136
8137 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
8138
8139 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
8140 Only "cl.el" counts as cl these days.
8141
8142 2012-09-28 Juri Linkov <juri@jurta.org>
8143
8144 Display archive errors in the echo area instead of inserting
8145 to the file buffer.
8146
8147 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
8148 to STDERR-TEST that can be a regexp matching a successful output.
8149 Create a temporary file and redirect stderr to it. Search for
8150 STDERR-TEST in the stderr output and display it in the echo area
8151 if no match is found.
8152 (archive-extract-by-file): New function like
8153 `archive-extract-by-stdout' but extracting archives to files
8154 and looking for successful matches in stdout. Function body is
8155 mostly copied from `archive-rar-extract'.
8156 (archive-rar-extract): Use `archive-extract-by-file'.
8157 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
8158
8159 2012-09-28 Leo Liu <sdl.web@gmail.com>
8160
8161 * pcomplete.el (pcomplete-show-completions):
8162 Use minibuffer-message to make pcomplete usable in minibuffer.
8163
8164 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
8165
8166 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8167
8168 * type-break.el: Use lexical-binding.
8169 (type-break-mode): Use define-minor-mode.
8170
8171 * emacs-lisp/pcase.el (pcase--mark-used): New.
8172 (pcase--u1): Use it (bug#12512).
8173
8174 * custom.el (load-theme): Set buffer-file-name so the load is recorded
8175 in load-history with the right file name.
8176
8177 2012-09-28 Tassilo Horn <tsdh@gnu.org>
8178
8179 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
8180 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
8181 (doc-view-get-bounding-box): Make bounding box slicing work for
8182 ODF and DVI documents.
8183
8184 2012-09-28 Glenn Morris <rgm@gnu.org>
8185
8186 * type-break.el (type-break-mode, type-break-interval)
8187 (type-break-good-rest-interval, type-break-keystroke-threshold):
8188 No need to autoload.
8189 (type-break-good-rest-interval, type-break-keystroke-threshold):
8190 Add :set-after.
8191
8192 2012-09-28 Chong Yidong <cyd@gnu.org>
8193
8194 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
8195 Add :version tag.
8196
8197 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
8200
8201 2012-09-27 Glenn Morris <rgm@gnu.org>
8202
8203 * faces.el (x-display-name): Declare (for without-x builds).
8204
8205 * linum.el (linum-format): Don't autoload it. Improve :type.
8206
8207 * progmodes/tcl.el: Don't require outline when compiling.
8208 (outline-regexp, outline-level): Declare.
8209 * textmodes/sgml-mode.el: Don't require outline when compiling.
8210 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
8211
8212 * term.el (term-ansi-reset):
8213 Try setting term-ansi-face-already-done to nil. (Bug#11785)
8214
8215 * vc/vc.el (vc-next-action): Only gripe about committing read-only
8216 files for RCS and SCCS. (Bug#9781)
8217
8218 2012-09-27 Chong Yidong <cyd@gnu.org>
8219
8220 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
8221 change; value should be t.
8222
8223 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8224
8225 * image-mode.el: Use lexical-binding.
8226 (image-mode-winprops): Use t to stand for the window of
8227 a buffer that's not displayed.
8228 * doc-view.el (doc-view-new-window-function): Handle the new
8229 t in winprops.
8230 (doc-view-enlarge): Make it a real nop if the size is not changed.
8231 (doc-view-display): Handle the case where the buffer is not (yet?)
8232 displayed in any window.
8233 (doc-view-saved-settings): New var.
8234 (doc-view-mode): Use it.
8235 (doc-view-fallback-mode): Set it.
8236
8237 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
8238 Set lexical-binding.
8239 (minibuffer-eldef-shorten-default): New var.
8240 (minibuffer-default-in-prompt-regexps): Use it for new default.
8241 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
8242
8243 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8244
8245 * international/uni-bidi.el:
8246 * international/uni-category.el:
8247 * international/uni-name.el:
8248 * international/uni-numeric.el: Regenerate.
8249
8250 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
8251 Stefan Monnier <monnier@iro.umontreal.ca>
8252
8253 * profiler.el: New file.
8254
8255 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8256
8257 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
8258 (testcover-reinstrument): Simplify with CSE.
8259
8260 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
8261
8262 * window.el (temp-buffer-window-setup): Fix typo in docstring.
8263
8264 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
8265
8266 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
8267 (verilog-auto-input, verilog-auto-insert-lisp)
8268 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8269 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
8270 (verilog-auto-unused, verilog-auto-wire)
8271 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
8272 newline. Reported by Andrew Jones.
8273 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
8274 Reported by Brad Dobbie.
8275 (verilog-batch-delete-trailing-whitespace):
8276 Create verilog-batch-delete-trailing-whitespace.
8277 Reported by Brad Dobbie.
8278 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
8279 parameters from another module. Reported by Dan Katz.
8280 (verilog-auto, verilog-auto-assign-modport)
8281 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
8282 AUTOINOUTMODPORT for UVM interface module shell generation.
8283 Reported by Brad Dobbie.
8284 (verilog-auto-inst-interfaced-ports): Make default nil, as more
8285 standard behavior.
8286 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
8287 Reported by Matt Martin.
8288
8289 2012-09-25 Martin Rudalics <rudalics@gmx.at>
8290
8291 * window.el (window--resize-child-windows): When resizing child
8292 windows proportionally, process them in reverse order to
8293 preserve the "when splitting a window the new one gets the odd
8294 line" behavior.
8295 (window--resize-root-window-vertically): When resizing the
8296 minibuffer window try to affect only windows at the bottom of the
8297 frame. (Bug#12419)
8298
8299 2012-09-25 Chong Yidong <cyd@gnu.org>
8300
8301 * subr.el (declare): Doc fix.
8302
8303 * help-fns.el (help-fns--obsolete): Handle macros properly.
8304
8305 2012-09-25 Chong Yidong <cyd@gnu.org>
8306
8307 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
8308 this function obsolete.
8309
8310 * calendar/cal-x.el (calendar-two-frame-setup)
8311 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8312 * calendar/calendar.el (american-calendar, european-calendar)
8313 (calendar-for-loop):
8314 * comint.el (comint-dynamic-simple-complete)
8315 (comint-dynamic-complete-as-filename, comint-unquote-filename):
8316 * desktop.el (desktop-load-default):
8317 * dired-x.el (dired-omit-here-always)
8318 (dired-hack-local-variables, dired-default-directory):
8319 * emacs-lisp/derived.el (derived-mode-class):
8320 * emacs-lisp/timer.el (timer-set-time-with-usecs):
8321 * emacs-lock.el (toggle-emacs-lock):
8322 * epa.el (epa-display-verify-result):
8323 * epg.el (epg-sign-keys, epg-start-sign-keys)
8324 (epg-passphrase-callback-function):
8325 * eshell/esh-util.el (eshell-for):
8326 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
8327 (eshell-add-to-window-buffer-names):
8328 * files.el (locate-file-completion):
8329 * imenu.el (imenu-example--create-c-index)
8330 (imenu-example--create-lisp-index)
8331 (imenu-example--lisp-extract-index-name)
8332 (imenu-example--name-and-position):
8333 * international/mule-cmds.el (princ-list):
8334 * international/mule-diag.el (decode-codepage-char):
8335 * international/mule-util.el (detect-coding-with-priority):
8336 * iswitchb.el (iswitchb-read-buffer):
8337 * mail/mailalias.el (mail-complete):
8338 * mail/sendmail.el (mail-sent-via):
8339 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
8340 (mouse-major-mode-menu):
8341 * password-cache.el (password-read-and-add):
8342 * pcomplete.el (pcomplete-parse-comint-arguments):
8343 * progmodes/sh-script.el (sh-maybe-here-document):
8344 * replace.el (query-replace-regexp-eval):
8345 * savehist.el (savehist-load):
8346 * simple.el (choose-completion-delete-max-match):
8347 * term.el (term-dynamic-simple-complete):
8348 * vc/ediff-init.el (ediff-check-version):
8349 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
8350 * vc/vc.el (vc-diff-switches-list):
8351 * view.el (view-return-to-alist-update): Likewise.
8352
8353 * subr.el (eval-next-after-load, makehash, insert-string)
8354 (assoc-ignore-representation, assoc-ignore-case): Use declare to
8355 mark obsolete.
8356 (mode-line-inverse-video): Variable deleted.
8357
8358 * international/mule-util.el (string-to-sequence): Remove.
8359
8360 * calendar/calendar.el (calendar-version):
8361 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
8362 (icalendar-convert-diary-to-ical):
8363 * cus-edit.el (custom-mode):
8364 * ansi-color.el (ansi-color-unfontify-region):
8365 * international/latin1-disp.el (latin1-char-displayable-p):
8366 * progmodes/cwarn.el (turn-on-cwarn-mode):
8367 * progmodes/which-func.el (which-func-update-1):
8368 Use define-obsolete-function-alias.
8369
8370 * net/newst-backend.el (newsticker-cache-filename):
8371 * net/newst-treeview.el (newsticker-groups-filename):
8372 Fix incorrect obsolescence declaration.
8373
8374 * allout.el (allout-passphrase-hint-string): Likewise.
8375 (allout-init): Use a declare form to mark obsolete.
8376
8377 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
8378 this applies to functions.
8379
8380 * iswitchb.el (iswitchb-read-buffer): Move code of
8381 iswitchb-define-mode-map here, and delete that obsolete function.
8382
8383 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
8384 font-lock-reference-face.
8385
8386 2012-09-25 Glenn Morris <rgm@gnu.org>
8387
8388 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
8389 Doc fixes.
8390
8391 * eshell/em-term.el (eshell-term-name):
8392 Default to term-term-name. (Bug#12485)
8393
8394 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8395
8396 * progmodes/python.el (python-shell-send-buffer): Better handling
8397 of "if __name__ == '__main__':" conditionals when sending the buffer.
8398
8399 2012-09-24 Glenn Morris <rgm@gnu.org>
8400
8401 * eshell/esh-cmd.el (eshell-find-alias-function):
8402 Tighten up file-name regexp. (Bug#12499)
8403
8404 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8405
8406 Enhancements for triple-quote string syntax.
8407 * progmodes/python.el (python-quote-syntax): Remove.
8408 (python-syntax-propertize-function): New value.
8409 (python-syntax-count-quotes, python-syntax-stringify):
8410 New functions.
8411
8412 2012-09-24 Chong Yidong <cyd@gnu.org>
8413
8414 * mail/supercite.el (sc-version): Remove obsolete function.
8415 (sc-describe): Don't mark as obsolete, since it is bound.
8416 (sc-submit-bug-report): Remove.
8417
8418 * vc/log-edit.el (cvs-changelog-full-paragraphs)
8419 (cvs-commit-buffer-require-final-newline): Remove.
8420 (log-edit-require-final-newline)
8421 (log-edit-changelog-full-paragraphs): Default to t.
8422
8423 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
8424 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
8425 * vc/vc.el (vc-checkout-carefully): Likewise.
8426
8427 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
8428 (emerge-version): Remove.
8429
8430 * progmodes/compile.el (compile-internal): Remove.
8431 (compilation-parse-errors-function): Fix typo.
8432
8433 * international/mule.el (set-char-table-default): Remove.
8434 (set-coding-priority, make-coding-system, generic-char-p)
8435 (charset-list, charset-bytes, charset-id): Use declare to mark
8436 functions as obsolete.
8437
8438 * vc/pcvs-defs.el (cvs-buffer-name-alist)
8439 (cvs-invert-ignore-marks): Remove references to obsolete vars.
8440 * vc/vc-hooks.el (vc-default-registered): Don't use
8441 vc-master-templates.
8442
8443 * font-lock.el (font-lock-reference-face):
8444 Use define-obsolete-variable-alias.
8445
8446 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
8447 * calendar/calendar.el (calendar-font-lock-keywords):
8448 * calendar/diary-lib.el (diary-font-lock-keywords)
8449 (diary-fancy-font-lock-keywords):
8450 * textmodes/reftex-sel.el (reftex-insert-docstruct):
8451 * textmodes/reftex-index.el (reftex-insert-index):
8452 * textmodes/reftex-cite.el (reftex-format-bib-entry):
8453 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8454 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
8455 * progmodes/prolog.el (prolog-font-lock-keywords):
8456 * progmodes/idlwave.el (idlwave-idl-keywords):
8457 * progmodes/ada-mode.el (ada-font-lock-keywords):
8458 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
8459
8460 2012-09-24 Glenn Morris <rgm@gnu.org>
8461
8462 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
8463
8464 2012-09-23 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8465
8466 * progmodes/python.el (python-indent-line): More consistent cursor
8467 movement behavior.
8468
8469 2012-09-23 Stefan Merten <smerten@oekonux.de>
8470
8471 * textmodes/rst.el: Fix compiler warning.
8472
8473 2012-09-23 Roland Winkler <winkler@gnu.org>
8474
8475 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
8476 Transcribe also LaTeX hyphenation.
8477 (bibtex-reformat): Bug fix. Do not quote twice the elements of
8478 bibtex-reformat-previous-options.
8479
8480 2012-09-23 Roland Winkler <winkler@gnu.org>
8481
8482 * proced.el (proced-renice-command): New variable.
8483 (proced-marked-processes): New function.
8484 (proced-with-processes-buffer): New macro.
8485 (proced-send-signal): Use them.
8486 (proced-renice): New command bound to r.
8487
8488 2012-09-23 Roland Winkler <winkler@gnu.org>
8489
8490 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
8491 ibuffer-saved-filter-groups has one element, shortcut the call of
8492 completing-read. (Bug#12331)
8493
8494 2012-09-23 Chong Yidong <cyd@gnu.org>
8495
8496 * bindings.el (mode-line-toggle-read-only):
8497 * bs.el (bs-toggle-readonly):
8498 * buff-menu.el (Buffer-menu-toggle-read-only):
8499 * dired.el (dired-toggle-read-only):
8500 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
8501
8502 2012-09-23 Chong Yidong <cyd@gnu.org>
8503
8504 * image.el (image-type-available-p): Adapt to init-image-library
8505 argument changes.
8506
8507 2012-09-22 Juri Linkov <juri@jurta.org>
8508
8509 * dired.el (dired-mode-map): Add [remap read-only-mode] for
8510 `dired-toggle-read-only'. (Bug#12462)
8511
8512 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8513
8514 * subr.el (temp-output-buffer-show): New function.
8515 (with-output-to-temp-buffer): Call temp-output-buffer-show
8516 instead of internal-temp-output-buffer-show.
8517
8518 2012-09-22 Chong Yidong <cyd@gnu.org>
8519
8520 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
8521 (Bug#12462).
8522
8523 * repeat.el (repeat): Doc fix (Bug#12348).
8524
8525 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
8526 (Bug#10909).
8527
8528 * simple.el (shell-command-on-region): Doc fix.
8529 (read-only-mode): Doc fix.
8530
8531 2012-09-22 Eli Zaretskii <eliz@gnu.org>
8532
8533 * emacs-lisp/timer.el (run-with-idle-timer)
8534 (timer-activate-when-idle): Warn against reinvoking an idle timer
8535 from within its own timer action. (Bug#12447)
8536
8537 2012-09-22 Martin Rudalics <rudalics@gmx.at>
8538
8539 * cus-start.el (window-combination-limit): Add new optional
8540 values.
8541 * window.el (temp-buffer-window-show)
8542 (window--try-to-split-window): Handle new values of
8543 window-combination-limit (Bug#1806).
8544 (split-window): Test window-combination-limit for t instead of
8545 non-nil.
8546 (display-buffer-at-bottom): New buffer display action function.
8547 * help.el (temp-buffer-resize-regexps): New option.
8548 (temp-buffer-resize-mode): Rewrite doc-string.
8549 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
8550 Don't resize reused window. Suggested by Glenn Morris.
8551
8552 2012-09-22 Stefan Merten <smerten@oekonux.de>
8553
8554 * textmodes/rst.el: Revamp section title faces.
8555 (rst-official-version)
8556 (rst-package-emacs-version-alist): Sync with official version
8557 V1.4.0.
8558 (rst-faces-defaults, rst-set-level-default)
8559 (rst-level-face-max, rst-level-face-base-color)
8560 (rst-level-face-base-light, rst-level-face-format-light)
8561 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
8562 (rst-adornment-faces-alist): Match new setup.
8563 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
8564 (rst-level-5, rst-level-6): New faces.
8565
8566 2012-09-22 Chong Yidong <cyd@gnu.org>
8567
8568 * simple.el (undo): Handle indirect buffers (Bug#8207).
8569
8570 2012-09-21 Leo Liu <sdl.web@gmail.com>
8571
8572 IDO: Disable match re-ordering for buffer switching.
8573 * ido.el (ido-buffer-disable-smart-matches): New variable.
8574 (ido-set-matches-1): Use it. (Bug#2042)
8575
8576 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
8577
8578 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8579 Fix 2011-05-17 change. (Bug#12418)
8580
8581 2012-09-21 Leo Liu <sdl.web@gmail.com>
8582
8583 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
8584
8585 2012-09-21 Glenn Morris <rgm@gnu.org>
8586
8587 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
8588 Be more robust about locating simple.el.
8589
8590 2012-09-21 Glenn Morris <rgm@gnu.org>
8591
8592 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
8593
8594 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
8595
8596 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
8597
8598 2012-09-20 Juri Linkov <juri@jurta.org>
8599
8600 * replace.el (query-replace-read-from): Use `read-regexp' instead
8601 of `read-from-minibuffer' when `regexp-flag' is non-nil.
8602 (occur-read-primary-args): Use `read-regexp' instead of
8603 `read-string'.
8604 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
8605 `read-from-minibuffer'.
8606 * isearch.el (isearch-occur): Use `read-regexp' instead of
8607 `read-string'.
8608 * dired.el (dired-read-regexp): Use `read-regexp' instead of
8609 `read-from-minibuffer'.
8610 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
8611 of `read-string'. (Bug#7567)
8612
8613 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
8614 and allow accepting a list of strings prepended to a list of
8615 standard default values. Doc fix. (Bug#12321)
8616
8617 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
8618
8619 * replace.el (read-regexp): Don't add ": " when PROMPT already
8620 ends with a colon and space. (Bug#12321)
8621
8622 2012-09-20 Tassilo Horn <tsdh@gnu.org>
8623
8624 * doc-view.el (doc-view-display): Better fix for the cl-assertion
8625 error.
8626
8627 2012-09-20 Stefan Merten <smerten@oekonux.de>
8628
8629 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
8630 Fixes feature request bug#11711.
8631 (rst-mode): Create `imenu-create-index-function'.
8632 (rst-get-stripped-line): Delete after refactoring.
8633 (rst-section-tree, rst-section-tree-rec)
8634 (rst-section-tree-point): Refactor and document properly.
8635 (rst-imenu-find-adornments-for-position)
8636 (rst-imenu-convert-cell, rst-imenu-create-index):
8637 New function.
8638
8639 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8640
8641 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
8642 (macroexp--expand-all): Use it.
8643 (macroexp--funcall-and-return): Remove by folding it into its sole
8644 caller (macroexp--warn-and-return).
8645 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
8646 Use macroexp--obsolete-warning.
8647
8648 * calc/calc.el: Fix last change by removing the whole chunk, since it
8649 was only needed back when Calc was not bundled.
8650
8651 2012-09-20 Martin Rudalics <rudalics@gmx.at>
8652
8653 * emacs-lisp/debug.el (debug): Restore assignment to
8654 debugger-old-buffer removed on 2012-09-08.
8655
8656 2012-09-20 Juri Linkov <juri@jurta.org>
8657
8658 * dired-aux.el (dired-diff): Remove (require 'diff) since
8659 `diff-latest-backup-file' is now autoloaded.
8660
8661 2012-09-20 Chong Yidong <cyd@gnu.org>
8662
8663 * vc/diff.el (diff-latest-backup-file): Autoload.
8664
8665 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8666
8667 * calc/calc.el: Remove redundant autoload shape check.
8668 (sel-mode): Don't defvar.
8669 (calc-get-stack-element): Add `sel-mode' arg instead.
8670 (calc-top, calc-top-list): Pass it this additional argument.
8671 * calc/calc-store.el (calc-store-map):
8672 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
8673 (calc-map-equation, calc-outer-product, calc-inner-product):
8674 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
8675
8676 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
8677
8678 2012-09-19 Juri Linkov <juri@jurta.org>
8679
8680 * dired-aux.el (dired-diff): Add (require 'diff) because
8681 `diff-latest-backup-file' is not autoloaded.
8682 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
8683 of `dired-get-filename' to t to not report error when there is
8684 no default file on the current line.
8685
8686 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8687
8688 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
8689 macroexp--eval-if-compile.
8690 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
8691 (macroexp--expand-all): Use them (bug#12371).
8692
8693 * doc-view.el (doc-view-guess-paper-size)
8694 (doc-view-scale-bounding-box): Fix unbound `caddr'.
8695
8696 2012-09-19 Tassilo Horn <tsdh@gnu.org>
8697
8698 New feature: set optimal slice from BoundingBox information.
8699 * doc-view.el (doc-view-mode-map): Add keybinding.
8700 (doc-view-menu): Add menu entry.
8701 (doc-view-set-slice): Adapt docstring.
8702 (doc-view-get-bounding-box, doc-view-guess-paper-size)
8703 (doc-view-scale-bounding-box)
8704 (doc-view-set-slice-from-bounding-box): New functions.
8705 (doc-view-paper-sizes): New defvar.
8706
8707 2012-09-19 Glenn Morris <rgm@gnu.org>
8708
8709 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
8710 (byte-compile-log-warning): Autoload. (Bug#12371)
8711
8712 * calendar/calendar.el (calendar-american-month-header)
8713 (calendar-european-month-header, calendar-iso-month-header)
8714 (calendar-month-header): New options.
8715 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
8716 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
8717
8718 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
8719
8720 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
8721
8722 2012-09-18 Juri Linkov <juri@jurta.org>
8723
8724 * dired-aux.el (dired-diff): Restore original functionality of
8725 getting the default value, but keep new feature of using the
8726 latest existing backup file (`diff-latest-backup-file').
8727
8728 2012-09-18 Juri Linkov <juri@jurta.org>
8729
8730 * dired.el (dired-mark): If the region is active in Transient Mark
8731 mode, mark all files in the active region. Doc fix.
8732 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
8733 Doc fix. (Bug#10624)
8734
8735 2012-09-18 Juri Linkov <juri@jurta.org>
8736
8737 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
8738 attributes for M-n are pulled from the file at point.
8739 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
8740 Suggested by Drew Adams. (Bug#10624)
8741
8742 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
8743
8744 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
8745 whitespace after "end".
8746 (ruby-do-end-to-brace): Collapse block to one line if it fits
8747 within fill-column.
8748
8749 2012-09-18 Martin Rudalics <rudalics@gmx.at>
8750
8751 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
8752 value.
8753 (debug): Don't remove debugger window when debugger is expected
8754 to be back.
8755
8756 2012-09-18 Chong Yidong <cyd@gnu.org>
8757
8758 * custom.el (defface): Doc fix.
8759
8760 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
8761
8762 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
8763
8764 * progmodes/compile.el (compilation-start): Use compilation-always-kill
8765 to initialize query-on-exit; then test that instead (bug#12288).
8766
8767 2012-09-17 Stefan Merten <smerten@oekonux.de>
8768
8769 * textmodes/rst.el: Add support for `testcover'.
8770 (rst-defcustom-testcover, rst-testcover-add-compose)
8771 (rst-testcover-add-1value): New functions.
8772 (rst-portable-mark-active-p): Replace by `use-region-p'.
8773 (rst-update-section, rst-classify-adornment)
8774 (rst-find-title-line): Mark `1value' forms.
8775 (rst-classify-adornment): Remove superfluous form.
8776 (rst-update-section, rst-get-adornments-around)
8777 (rst-adornment-complete-p, rst-get-next-adornment)
8778 (rst-adjust, rst-promote-region)
8779 (rst-display-adornments-hierarchy, rst-straighten-adornments)
8780 (rst-find-pfx-in-region, rst-section-tree-rec)
8781 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
8782 (rst-toc-node, rst-toc, rst-forward-section)
8783 (rst-iterate-leftmost-paragraphs)
8784 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
8785 (rst-bullet-list-region)
8786 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
8787 (rst-compile-find-conf, rst-compile)
8788 (rst-repeat-last-character): Fix style.
8789
8790 2012-09-17 Chong Yidong <cyd@gnu.org>
8791
8792 * comint.el (comint--complete-file-name-data): Don't add a space
8793 if the status is `sole'; that adds a gratuitous space in the
8794 completion-cycling case (Bug#12092).
8795
8796 * pcomplete.el (pcomplete-completions-at-point): Likewise.
8797
8798 2012-09-17 Richard Stallman <rms@gnu.org>
8799
8800 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
8801 only in the mime-shown mode, not in raw mode.
8802 (rmail-mime): Toggle off mime by displaying the message without
8803 mime processing. (Bug#12305)
8804
8805 * mail/rmail.el (rmail-retry-failure):
8806 Turn off mime processing first. (Bug#12037)
8807
8808 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
8809
8810 2012-09-17 Chong Yidong <cyd@gnu.org>
8811
8812 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
8813 (shell-dynamic-complete-functions): Convert to defcustom.
8814 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
8815
8816 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
8817 * comint.el (comint-prompt-read-only):
8818 * custom.el (defcustom):
8819 * hi-lock.el (hi-lock-mode):
8820 * ibuffer.el (ibuffer-formats):
8821 * ielm.el (ielm-prompt-read-only):
8822 * novice.el (disable-command):
8823 * saveplace.el (toggle-save-place):
8824 * speedbar.el (speedbar-supported-extension-expressions):
8825 * startup.el (auto-save-list-file-prefix, init-file-user)
8826 (after-init-hook, inhibit-startup-echo-area-message):
8827 * strokes.el (strokes-help):
8828 * time-stamp.el (time-stamp):
8829 * calendar/calendar.el (calendar, diary-file):
8830 * calendar/diary-lib.el (diary-mail-entries, diary)
8831 (diary-list-entries-hook):
8832 * calendar/holidays.el (holidays, calendar-holidays):
8833 * calendar/lunar.el (lunar-phases):
8834 * calendar/solar.el (sunrise-sunset):
8835 * emulation/edt.el (edt-load-keys):
8836 * emulation/viper.el (viper-mode):
8837 * eshell/em-alias.el (eshell-command-aliases-list):
8838 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8839 * international/ogonek.el (ogonek-information):
8840 * net/tramp-cmds.el (tramp-bug):
8841 * net/quickurl.el (quickurl-reread-hook-postfix):
8842 * play/decipher.el (decipher-font-lock-keywords):
8843 * progmodes/cc-styles.el (c-set-style):
8844 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
8845 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8846 * progmodes/octave-mod.el (octave-mode):
8847 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
8848 * progmodes/verilog-mode.el (verilog-read-defines):
8849 * textmodes/two-column.el (2C-mode): Likewise.
8850
8851 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
8852
8853 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
8854 that holds many addresses.
8855
8856 2012-09-16 Chong Yidong <cyd@gnu.org>
8857
8858 * align.el (align-areas): Call the indication function with
8859 positions instead of markers for arguments (Bug#12343).
8860
8861 * files.el (parse-colon-path): Use split-string (Bug#12351).
8862
8863 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
8864 (display-buffer-function): Mark as obsolete.
8865
8866 * progmodes/compile.el (compilation-parse-errors): Accept list
8867 values similar to font-lock-keywords (Bug#12136).
8868 Suggested by Oleksandr Manzyuk.
8869 (compilation-error-regexp-alist): Doc fix.
8870
8871 2012-09-15 Glenn Morris <rgm@gnu.org>
8872
8873 * version.el (emacs-bzr-version-bzr): New function.
8874 (emacs-bzr-get-version): Add optional EXTERNAL argument.
8875
8876 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
8877 checkouts, check the parent dirstate matches the branch.
8878 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
8879 empty string.
8880
8881 * version.el (emacs-bzr-version): Doc fix.
8882 (emacs-bzr-version-dirstate): New function.
8883 (emacs-bzr-get-version): For lightweight checkouts, if the parent
8884 is local try and check that it matches the branch. If not, just
8885 use dirstate information. (Bug#12441)
8886
8887 2012-09-14 Juri Linkov <juri@jurta.org>
8888
8889 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
8890 (Bug#12399)
8891
8892 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8893
8894 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
8895
8896 * emacs-lisp/edebug.el: Miscellaneous cleanup.
8897 Remove obsolete byte-compiler hack that tried to silence some warnings.
8898 (edebug-submit-bug-report): Remove.
8899 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
8900 Remove aliases, use the un-prefixed name instead.
8901 (edebug-pop-to-buffer): Consider other frames.
8902 (edebug-original-read):: Make it more obvious that it's always defined.
8903 (edebug--make-form-data-entry, edebug--form-data-name)
8904 (edebug--form-data-begin, edebug--form-data-end): Rename from the
8905 single-dashed name, and implement with cl-defstruct.
8906 (edebug-set-form-data-entry): Use the standard accessors.
8907 (edebug-make-top-form-data-entry): Use push.
8908 (edebug-no-match): Drop useless `funcall'.
8909 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
8910 to functions.
8911 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
8912 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
8913 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
8914 (easy-menu-define, with-custom-print): Remove redundant specs.
8915 (edebug-outside-overriding-local-map)
8916 (edebug-outside-overriding-terminal-local-map): Remove, unused.
8917 (edebug--display): Bind unread-command-events directly to nil rather
8918 than binding it to unread-command-events and later setting it to nil.
8919 (edebug--display): Kill edebug-eval-buffer here...
8920 (edebug--recursive-edit): ...rather than here.
8921 Bind standard-output and standard-input.
8922 (edebug-eval): Check cl-macroexpand-all is fboundp.
8923 (edebug-temp-display-freq-count): Fix last change.
8924
8925 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
8926 * subr.el (noreturn, 1value): Add `debug' spec.
8927 * emacs-lisp/advice.el: Require cl-lib.
8928 (ad-copy-tree): Remove, use copy-tree instead.
8929 (ad-dolist): Remove use dolist or cl-dolist instead.
8930 (ad-do-return): Remove, use cl-return instead.
8931 (defadvice): Add `debug' spec.
8932
8933 2012-09-13 Juri Linkov <juri@jurta.org>
8934
8935 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
8936 (Bug#12399)
8937
8938 2012-09-13 Glenn Morris <rgm@gnu.org>
8939
8940 * calc/calc.el (math-compose-expr):
8941 * calc/calc-ext.el (math-compose-expr):
8942 * progmodes/cc-defs.el (cl-macroexpand-all):
8943 * progmodes/cc-langs.el (delete-duplicates, mapcan)
8944 (cl-macroexpand-all): Update declarations.
8945
8946 * vc/vc.el: No need to require ediff.
8947 (ediff-load-version-control): Declare.
8948 (ediff-vc-internal): Fix declaration.
8949 (vc-version-ediff): Require ediff.
8950
8951 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
8952
8953 Use a more backwards-compatible timer format (Bug#12430).
8954 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
8955 being right after USECS, as that better supports old code that
8956 inadvisedly looked directly at the timer vector.
8957
8958 2012-09-13 Kenichi Handa <handa@gnu.org>
8959
8960 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8961 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
8962 `coding-priority' property of these language environment.
8963
8964 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
8965
8966 Fix glitches caused by addition of psec to timers (Bug#12430).
8967 * image.el (image-animate-timer):
8968 * time.el (display-time-world-timer):
8969 Use timer--function and timer--args rather than raw access to
8970 timer vector.
8971
8972 2012-09-13 Glenn Morris <rgm@gnu.org>
8973
8974 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8975 If not compiling a file, try using load-file-name.
8976
8977 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8978
8979 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
8980 Fix last change.
8981 (edebug-update-eval-list): Use `push'.
8982
8983 * emacs-lisp/edebug.el: Use lexical-binding.
8984 Remove the "edebug-" prefix from non-dynamically-scoped variables.
8985 Mark unused args with underscore.
8986 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
8987 (edebug-form-data): Use defvar-local.
8988 (edebug-make-before-and-after-form, edebug-make-after-form):
8989 Use backquote.
8990 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
8991 Not dynamically scoped any more.
8992 (edebug--enter-trace): Add arguments `function' and `args'.
8993 Rename from edebug-enter-trace.
8994 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
8995 (edebug--update-coverage): Add `after-index' and `value' args.
8996 Rename from edebug-update-coverage.
8997 (edebug-slow-after): Call it accordingly.
8998 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
8999 edebug-recursive-edit.
9000 (edebug--display): Call it accordingly. Add args `value',
9001 `offset-index', and `arg-mode'. Rename from edebug-display.
9002 (edebug-debugger, edebug): Call it accordingly.
9003 (edebug-eval-display-list): Use dolist.
9004
9005 2012-09-12 Juri Linkov <juri@jurta.org>
9006
9007 * info.el (Info-search): Don't check for isearch-mode and
9008 isearch-regexp before let-binding search-spaces-regexp to
9009 Info-search-whitespace-regexp.
9010 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
9011 search-whitespace-regexp if isearch-lax-whitespace or
9012 isearch-regexp-lax-whitespace is non-nil.
9013 (Info-mode): Don't set local variable search-whitespace-regexp.
9014 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
9015
9016 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9017
9018 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
9019 (debugger-env-macro): Remove support for unread-command-char.
9020
9021 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
9022 the temporary map re-appearing on emulation-mode-map-alists.
9023
9024 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
9025 since 22.1.
9026
9027 * ehelp.el (with-electric-help): Accept functions in
9028 electric-help-form-to-execute.
9029 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
9030 And replace unread-command-char -> unread-command-events.
9031
9032 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
9033
9034 Sync with Tramp 2.2.6.
9035
9036 * net/tramp.el (tramp-accept-process-output): Don't use
9037 JUST-THIS-ONE in the XEmacs case.
9038
9039 * net/trampver.el: Update release number.
9040
9041 2012-09-12 Martin Rudalics <rudalics@gmx.at>
9042
9043 * emacs-lisp/debug.el (debugger-previous-window-height):
9044 New variable.
9045 (debug): When debugger-jumping-flag is non-nil try to restore
9046 height of debugger window. (Bug#8789)
9047
9048 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
9051 overriding-local-map and pre/post-command-hook here.
9052 (edebug-recursive-edit): Do it here instead (bug#12345).
9053 (edebug-outside-unread-command-char): Remove all uses of
9054 unread-command-char.
9055
9056 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
9057 inhibit-debugger is bound instead.
9058
9059 2012-09-11 Bastien Guerry <bzg@gnu.org>
9060
9061 * subr.el (set-temporary-overlay-map): Add a docstring.
9062 (Bug#12346)
9063
9064 2012-09-11 Bastien Guerry <bzg@gnu.org>
9065
9066 * minibuffer.el (completion-table-subvert): Fix docstring.
9067 (Bug#12347)
9068
9069 2012-09-11 Bastien Guerry <bzg@gnu.org>
9070
9071 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
9072
9073 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
9074
9075 * progmodes/sql.el: Version 3.1
9076 (sql-db2-escape-newlines): New variable.
9077 (sql-escape-newlines-filter): Use it.
9078
9079 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
9080
9081 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
9082
9083 2012-09-10 Dan Nicolaescu <dann@gnu.org>
9084
9085 * vc/diff-mode.el (diff-mode-menu):
9086 Bind diff-remove-trailing-whitespace.
9087
9088 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9089
9090 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
9091 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
9092 (emacs-lisp-byte-code-mode): New functions.
9093 (eval-sexp-add-defvars): Don't skip defvars in column >0.
9094 (eval-defun-2): Remove bogus interactive spec.
9095 (lisp-indent-line): Remove redundant whole-exp code, now done in
9096 indent-according-to-mode.
9097 (save-match-data): Remove redundant indent data.
9098
9099 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
9100 Use `declare'.
9101
9102 2012-09-09 Juri Linkov <juri@jurta.org>
9103
9104 * replace.el (replace-regexp-lax-whitespace): New defcustom.
9105 (replace-lax-whitespace, query-replace-regexp)
9106 (query-replace-regexp-eval, replace-regexp): Doc fix.
9107 (perform-replace, replace-highlight): Let-bind
9108 isearch-lax-whitespace to replace-lax-whitespace and
9109 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
9110
9111 * isearch.el (isearch-query-replace): Let-bind
9112 replace-lax-whitespace to isearch-lax-whitespace and
9113 replace-regexp-lax-whitespace to
9114 isearch-regexp-lax-whitespace. (Bug#10885)
9115
9116 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9117
9118 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
9119
9120 2012-09-09 Alan Mackenzie <acm@muc.de>
9121
9122 * progmodes/cc-engine.el (c-state-cache-init):
9123 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
9124 (c-record-parse-state-state):
9125 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
9126
9127 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
9128
9129 * register.el (register-separator): Rename from
9130 separator-register. All uses changed. Doc fix.
9131 (register): Fix version.
9132
9133 2012-09-09 Chong Yidong <cyd@gnu.org>
9134
9135 * replace.el (query-replace-map): Bind four new symbols for
9136 requesting window scrolling.
9137
9138 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
9139 query-replace-map (Bug#8948).
9140
9141 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
9142
9143 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
9144 since they are now in query-replace-map.
9145
9146 * window.el (scroll-other-window-down): Make the arg optional.
9147
9148 2012-09-09 Chong Yidong <cyd@gnu.org>
9149
9150 * files.el (hack-local-variables-confirm): Use quit-window to kill
9151 the *Local Variables* buffer.
9152
9153 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9154
9155 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
9156 not just expect to be at its beginning. Adjust callees.
9157 Succeed when do-end block has no space before the pipe character.
9158 (ruby-brace-to-do-end): When the original block is one-liner,
9159 convert to multiline. Reindent the result.
9160
9161 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
9162
9163 * register.el (register): New group.
9164 (separator-register): New user option.
9165 (increment-register): Route it to `append-to-register', if
9166 register contains text. Implication is that `C-x r +' can now be
9167 used for appending to a text register (bug#12217).
9168 (append-to-register, prepend-to-register): Add separator based on
9169 `separator-register'.
9170
9171 2012-09-08 Alan Mackenzie <acm@muc.de>
9172
9173 AWK Mode: make auto-newline work when there's "==" in the pattern.
9174 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
9175 correctly.
9176 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
9177 Test more rigorously for "=" token.
9178
9179 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9180
9181 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
9182 Only fail when reached LIMIT.
9183
9184 2012-09-08 Chong Yidong <cyd@gnu.org>
9185
9186 * dired.el (dired-mode-map): Don't bind M-=.
9187
9188 * dired-aux.el (dired-diff): Use backup file as default.
9189
9190 2012-09-08 Drew Adams <drew.adams@oracle.com>
9191
9192 * subr.el (add-to-history): Fix delete usage (Bug#12314).
9193
9194 2012-09-08 Chong Yidong <cyd@gnu.org>
9195
9196 * subr.el (syntax-after, syntax-class): Doc fix.
9197
9198 2012-09-08 Martin Rudalics <rudalics@gmx.at>
9199
9200 * window.el (display-buffer-in-previous-window): New buffer
9201 display action function.
9202
9203 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
9204 (debugger-previous-window): New variable.
9205 (debug): Rewrite using display-buffer-in-previous-window,
9206 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
9207
9208 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
9211
9212 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
9213
9214 * progmodes/python.el (python-shell-send-string):
9215 When default-directory is remote, create temp file on remote
9216 filesystem.
9217 (python-shell-send-file): When file is remote, pass local view of
9218 file paths to remote Python interpreter. (Bug#12340)
9219
9220 2012-09-07 Chong Yidong <cyd@gnu.org>
9221
9222 * window.el (switch-to-buffer): Doc fix (Bug#12181).
9223
9224 * files.el (after-find-file): Don't fail on a read-only buffer if
9225 require-final-newline is `visit' or `visit-save' (Bug#11156).
9226
9227 * subr.el (read-char-choice): Allow quitting via ESC ESC.
9228
9229 * userlock.el (ask-user-about-supersession-threat):
9230 Use read-char-choice (Bug#12093).
9231
9232 2012-09-07 Chong Yidong <cyd@gnu.org>
9233
9234 * subr.el (buffer-narrowed-p): New function.
9235
9236 * ses.el (ses-widen):
9237 * simple.el (count-words--buffer-message):
9238 * net/browse-url.el (browse-url-of-buffer): Use it.
9239
9240 * simple.el (count-words-region): Don't signal an error if there
9241 is a non-nil prefix arg and the mark is not set.
9242
9243 * help.el (describe-key-briefly): Allow the message to be seen
9244 when invoked from the minibuffer (Bug#7014).
9245
9246 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9247
9248 * progmodes/ruby-mode.el (ruby-end-of-defun)
9249 (ruby-beginning-of-defun): Simplify, allow indentation before
9250 block beginning and end keywords.
9251 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
9252 (ruby-end-of-defun): Expect that the point is at the beginning of
9253 the defun.
9254
9255 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9256
9257 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
9258 (bug#12367).
9259 (cl--make-usage-args): Strip _ from argument names.
9260
9261 2012-09-06 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
9262
9263 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
9264 obsolete alias speedbar-key-map.
9265 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
9266 (vhdl-index-menu-init): Don't use obsolete variable
9267 font-lock-maximum-size.
9268
9269 2012-09-06 Chong Yidong <cyd@gnu.org>
9270
9271 * frame.el (window-system-version): Mark as obsolete.
9272
9273 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
9274 of obsolete variable speedbar-key-map.
9275
9276 2012-09-06 Juri Linkov <juri@jurta.org>
9277
9278 * replace.el (replace-lax-whitespace): New defcustom.
9279 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9280 (replace-string, replace-regexp): Mention it in docstrings.
9281 (perform-replace, replace-highlight): Let-bind
9282 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
9283 to the values of replace-lax-whitespace and regexp-flag.
9284 Don't let-bind search-whitespace-regexp. (Bug#10885)
9285
9286 * isearch.el (isearch-query-replace): Let-bind
9287 replace-lax-whitespace instead of let-binding
9288 replace-search-function and replace-re-search-function.
9289 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
9290 and isearch-regexp-lax-whitespace to lazy-highlight variables.
9291 (isearch-toggle-symbol): Set isearch-regexp to nil
9292 in isearch-word mode (like in isearch-toggle-word).
9293
9294 2012-09-06 Juri Linkov <juri@jurta.org>
9295
9296 * replace.el (replace-search-function)
9297 (replace-re-search-function): Set default values to nil.
9298 (perform-replace): Let-bind isearch-related variables based on
9299 replace-related values, call `isearch-search-fun' and let-bind
9300 the result to `search-function'. Remove code that sets
9301 `search-function' and `search-string' separately for
9302 `delimited-flag'.
9303 (replace-highlight): Add new argument `delimited-flag' and
9304 rename other arguments to the names used in `perform-replace'.
9305 Let-bind `isearch-word' to the argument `delimited-flag'.
9306 (Bug#10885, bug#10887)
9307
9308 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
9309
9310 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
9311 ruby-beginning-of-indent, simplify, allow all keywords to have
9312 indentation before them.
9313 (ruby-beginning-of-indent): Adjust for above. Search until the
9314 found point is not inside a string or comment.
9315 (ruby-font-lock-keywords): Allow symbols to start with "@"
9316 character, give them higher priority than variables.
9317 (ruby-syntax-propertize-function)
9318 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
9319 matchers. Expression expansions are not comments when inside a
9320 string, and there comment syntax status is irrelevant.
9321 (ruby-match-expression-expansion): New function. Check that
9322 expression expansion is inside a string, and it's not escaped.
9323 (ruby-font-lock-keywords): Use it.
9324
9325 2012-09-05 Martin Rudalics <rudalics@gmx.at>
9326
9327 * help.el (temp-buffer-max-height): New default value.
9328 (temp-buffer-resize-frames): New option.
9329 (resize-temp-buffer-window): Optionally resize frame.
9330
9331 * window.el (fit-frame-to-buffer-bottom-margin): New option.
9332 (fit-frame-to-buffer): New function.
9333
9334 2012-09-05 Glenn Morris <rgm@gnu.org>
9335
9336 * emulation/cua-rect.el (cua--init-rectangles):
9337 * textmodes/picture.el (picture-mode-map):
9338 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
9339 like forward-char and backward-char. (Bug#12317)
9340
9341 2012-09-05 Leo Liu <sdl.web@gmail.com>
9342
9343 * progmodes/flymake.el (flymake-warning-re): New variable.
9344 (flymake-parse-line): Use it.
9345
9346 2012-09-05 Glenn Morris <rgm@gnu.org>
9347
9348 * calendar/holidays.el (holiday-christian-holidays):
9349 Rename an entry. (Bug#12289)
9350
9351 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
9354 (bug#12222).
9355
9356 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9357
9358 * loadup.el: Load macroexp. Remove hack.
9359 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
9360 (macroexp--expand-all): Use it to get better warnings.
9361 (macroexp--backtrace, macroexp--trim-backtrace-frame)
9362 (internal-macroexpand-for-load): New functions.
9363 (macroexp--pending-eager-loads): New var.
9364 (emacs-startup-hook): New hack to replace one in loadup.el.
9365 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
9366 (cl--compiler-macro-cXXr): Move to top, before they can be used.
9367 (cl-psetf): Simplify.
9368 (cl-defstruct): Add indent rule.
9369
9370 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
9371
9372 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
9373 over `user-mail-address' for the SMTP MAIL FROM envelope.
9374 (smtpmail-via-smtp): Ditto.
9375
9376 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
9377
9378 * progmodes/ruby-mode.el: Clean up keybindings.
9379 (ruby-mode-map): Don't bind ruby-electric-brace,
9380 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
9381 backward-kill-word, reindent-then-newline-and-indent.
9382 (ruby-mark-defun): Remove.
9383 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
9384 (ruby-mode): Set local beginning-of-defun-function and
9385 end-of-defun-function values.
9386
9387 2012-09-03 Martin Rudalics <rudalics@gmx.at>
9388
9389 * window.el (temp-buffer-window-setup-hook)
9390 (temp-buffer-window-show-hook): New hooks.
9391 (temp-buffer-window-setup, temp-buffer-window-show)
9392 (with-temp-buffer-window): New functions.
9393 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
9394 (special-display-popup-frame): Make sure the window used shows BUFFER.
9395
9396 * help.el (temp-buffer-resize-mode): Fix doc-string.
9397 (resize-temp-buffer-window): New optional argument WINDOW.
9398
9399 * files.el (recover-file, save-buffers-kill-emacs):
9400 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
9401
9402 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
9403
9404 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
9405 remote definition of `default-directory', ensure we can connect.
9406
9407 2012-09-02 Juri Linkov <juri@jurta.org>
9408
9409 Toggle whitespace matching mode with M-s SPC.
9410 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
9411
9412 * isearch.el (search-whitespace-regexp): Doc fix.
9413 Remove cons cell customization.
9414 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
9415 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
9416 New variables.
9417 (isearch-forward, isearch-forward-regexp): Doc fix.
9418 (isearch-toggle-lax-whitespace): New command.
9419 (search-forward-lax-whitespace, search-backward-lax-whitespace)
9420 (re-search-forward-lax-whitespace)
9421 (re-search-backward-lax-whitespace): New functions.
9422 (isearch-whitespace-regexp): Remove function.
9423 (isearch-query-replace): Let-bind replace-search-function and
9424 replace-re-search-function.
9425 (isearch-occur): Let-bind search-spaces-regexp according to the
9426 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
9427 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
9428 condition for C-q SPC.
9429 (isearch-search-fun-default): Use new functions mentioned above.
9430 (isearch-search-forward, isearch-search-backward): Remove functions.
9431 (isearch-search): Don't let-bind search-spaces-regexp.
9432 (isearch-lazy-highlight-space-regexp): Remove variable.
9433 (isearch-lazy-highlight-lax-whitespace)
9434 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
9435 (isearch-lazy-highlight-new-loop): Use them.
9436 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
9437
9438 2012-09-02 Chong Yidong <cyd@gnu.org>
9439
9440 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
9441
9442 2012-09-02 Glenn Morris <rgm@gnu.org>
9443
9444 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
9445
9446 2012-09-01 Glenn Morris <rgm@gnu.org>
9447
9448 * term.el: Tidy up menu definitions.
9449 (term-mode-map): Use easymenu for In/Out, Complete menus.
9450 (term-pager-break-map): Initialize in the defvar.
9451 (term-terminal-menu, term-signals-menu): Define with easymenu.
9452 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
9453 (term-pager-menu): New, extracted from term-process-pager.
9454 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
9455 (term-update-mode-line): Propertize line/char and page items.
9456 (term-process-pager): Move keymap initialization elsewhere.
9457
9458 2012-09-01 Martin Rudalics <rudalics@gmx.at>
9459
9460 * window.el (switch-to-prev-buffer): Handle additional values of
9461 BURY-OR-KILL argument. Don't switch in minibuffer window.
9462 (switch-to-next-buffer): Don't switch in minibuffer window.
9463 (quit-restore-window): New function based on quit-window.
9464 Handle additional values of former KILL argument.
9465 (quit-window): Call quit-restore-window with appropriate
9466 interpretation of KILL argument.
9467 (display-buffer-below-selected): New buffer display action
9468 function.
9469
9470 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 * minibuffer.el (completion-at-point-functions): Complete docstring
9473 (bug#12254).
9474
9475 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
9476
9477 Better seed support for (random).
9478 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
9479 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
9480 * play/mpuz.el, play/tetris.el, play/zone.el:
9481 * calc/calc-comb.el (math-init-random-base):
9482 * play/blackbox.el (bb-init-board):
9483 * play/life.el (life):
9484 * server.el (server-use-tcp):
9485 * type-break.el (type-break):
9486 Remove unnecessary call to (random t).
9487 * net/sasl.el (sasl-unique-id-function):
9488 Change (random t) to (random), now that the latter is more random.
9489 * play/life.el (life-initialized): Remove no-longer-needed var.
9490
9491 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
9492
9493 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9494 Consider frame's buffer predicate when choosing the buffer.
9495 (Bug#12081)
9496
9497 2012-08-30 Richard Stallman <rms@gnu.org>
9498
9499 * simple.el (special-mode-map): Delete binding for `z'.
9500
9501 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
9502
9503 * progmodes/compile.el (compilation-always-kill): Doc fix.
9504
9505 2012-08-30 Chong Yidong <cyd@gnu.org>
9506
9507 * window.el (display-buffer-reuse-frames): Make the obsolescence
9508 message more informative.
9509
9510 2012-08-30 Glenn Morris <rgm@gnu.org>
9511
9512 * paren.el (show-paren-delay):
9513 Add a :set function. Doc fix. (Bug#12297)
9514
9515 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
9516
9517 * progmodes/compile.el (compilation-always-kill): New var.
9518 (compilation-start): Use it.
9519
9520 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9521
9522 * simple.el (read-only-mode): Move from files.el for bootstrapping.
9523 * files.el (read-only-mode): Move to simple.el.
9524
9525 * files.el (read-only-mode): New minor mode.
9526 (toggle-read-only): Use it and mark obsolete.
9527 (find-file--read-only):
9528 * vc/vc.el (vc-next-action, vc-checkout):
9529 * vc/vc-cvs.el (vc-cvs-checkout):
9530 * obsolete/vc-mcvs.el (vc-mcvs-update):
9531 * ffap.el (ffap--toggle-read-only): Update callers.
9532
9533 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
9534
9535 * eshell/esh-ext.el (eshell-external-command): Do not examine
9536 remote shell scripts.
9537 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
9538
9539 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
9540 "/usr/local/sbin".
9541
9542 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
9545
9546 2012-08-28 Leo Liu <sdl.web@gmail.com>
9547
9548 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
9549 completion-at-point. (Bug#12220)
9550
9551 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
9552
9553 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
9554
9555 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9556
9557 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
9558 be buffer-local; add delete-trailing-whitespace (bug#12259).
9559
9560 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
9561
9562 * progmodes/hideif.el (hif-compress-define-list):
9563 Fix typo. (Bug#11951)
9564
9565 2012-08-28 Dan Nicolaescu <dann@gnu.org>
9566
9567 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
9568 buffer local setting.
9569
9570 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
9571 rcirc-encode-coding-system.
9572
9573 2012-08-28 Leo Liu <sdl.web@gmail.com>
9574
9575 * net/rcirc.el (rcirc-split-message): New function.
9576 (rcirc-send-message): Use it. (Bug#12051)
9577
9578 2012-08-28 Juri Linkov <juri@jurta.org>
9579
9580 * info.el (Info-fontify-node): Hide empty lines at the end of
9581 the node. (Bug#12272)
9582
9583 2012-08-27 Drew Adams <drew.adams@oracle.com>
9584
9585 * dired.el (dired-pop-to-buffer): Make window start at beginning
9586 of buffer (Bug#12281).
9587
9588 2012-08-26 Chong Yidong <cyd@gnu.org>
9589
9590 * window.el (special-display-regexps, special-display-frame-alist)
9591 (special-display-buffer-names, special-display-function)
9592 (display-buffer-reuse-frames): Mark as obsolete.
9593
9594 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
9595
9596 * help.el (help-print-return-message): Don't treat
9597 display-buffer-reuse-frames specially.
9598
9599 2012-08-26 Chong Yidong <cyd@gnu.org>
9600
9601 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
9602 New variable, replacing gdb-frame-parameters.
9603 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
9604 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
9605 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
9606 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
9607 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
9608 the functions directly with gdb-display-buffer-other-frame-action.
9609 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
9610 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
9611 (gdb-display-stack-buffer, gdb-display-locals-buffer)
9612 (gdb-display-registers-buffer): Define directly.
9613 (def-gdb-display-buffer): Macro deleted.
9614 (gdb-display-buffer): Remove second and third args, callers don't
9615 use them. Defer to the default display-buffer behavior, apart
9616 from making windows dedicated.
9617 (gdb-setup-windows): Don't call display-buffer unnecessarily.
9618
9619 * progmodes/gud.el (gud-display-line): Just use display-buffer.
9620
9621 * window.el (display-buffer-pop-up-frame): Handle a
9622 pop-up-frame-parameters alist entry.
9623 (display-buffer): Document it.
9624
9625 2012-08-26 Chong Yidong <cyd@gnu.org>
9626
9627 * isearch.el (search-whitespace-regexp): Make string and nil
9628 values apply to both ordinary and regexp search. Allow a cons
9629 cell value to distinguish between the two.
9630 (isearch-whitespace-regexp, isearch-search-forward)
9631 (isearch-search-backward): New functions.
9632 (isearch-occur, isearch-search-fun-default, isearch-search)
9633 (isearch-lazy-highlight-new-loop): Use them.
9634 (isearch-forward, isearch-forward-regexp): Doc fix.
9635
9636 2012-08-26 Chong Yidong <cyd@gnu.org>
9637
9638 * faces.el (help-argument-name): Always inherit from italic
9639 (Bug#12213).
9640
9641 2012-08-25 Martin Rudalics <rudalics@gmx.at>
9642
9643 * window.el (window--even-window-heights): Even heights when
9644 WINDOW and the selected window form a vertical combination.
9645 (display-buffer-use-some-window): Provide that window used gets
9646 sized back by quit-window. (Bug#11880) and (Bug#12091)
9647
9648 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
9649
9650 Fix file time stamp problem with bzr and CVS (Bug#12001).
9651 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
9652 in the file's time stamp, since the version control system loses
9653 that information.
9654
9655 2012-08-22 Juri Linkov <juri@jurta.org>
9656
9657 * info.el (Info-fontify-node): Hide the suffix of the
9658 Info file name in the header line. (Bug#12187)
9659
9660 2012-08-22 Glenn Morris <rgm@gnu.org>
9661
9662 * calendar/cal-tex.el (cal-tex-weekly-common):
9663 Restore leading blank page.
9664
9665 2012-08-22 Le Wang <l26wang@gmail.com>
9666
9667 * misc.el (forward-to-word, backward-to-word): Activate or extend
9668 the region under `shift-select-mode'. (Bug#12231)
9669
9670 2012-08-22 Bastien Guerry <bzg@gnu.org>
9671
9672 * progmodes/executable.el (executable-prefix): Set to "#!" instead
9673 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
9674 gives details on why the space is never needed.
9675
9676 2012-08-22 Martin Rudalics <rudalics@gmx.at>
9677
9678 * window.el (walk-window-tree, window-with-parameter):
9679 New optional argument MINIBUF to control whether these functions
9680 should run on the minibuffer window.
9681 (window-at-side-list): Don't operate on minibuffer window.
9682 (window-in-direction): Simplify and rewrite doc-string.
9683 (window--size-ignore): Rename to window--size-ignore-p.
9684 Update callers.
9685 (display-buffer-in-atom-window, window--major-non-side-window)
9686 (window--major-side-window, display-buffer-in-major-side-window)
9687 (delete-side-window, display-buffer-in-side-window):
9688 New functions.
9689 (window--side-check, window-deletable-p, delete-window)
9690 (delete-other-windows, split-window): Handle side windows and
9691 atomic windows appropriately.
9692 (window--display-buffer): Call display-buffer-record-window also
9693 when the window buffer did not change.
9694
9695 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
9696
9697 * help-fns.el (help-fns--key-bindings):
9698 Abbreviate non-symbol remap targets. (Bug#12174)
9699
9700 2012-08-22 Martin Rudalics <rudalics@gmx.at>
9701
9702 * dired.el (dired-mark-remembered): Don't clobber point.
9703 (Bug#11795)
9704
9705 2012-08-22 Glenn Morris <rgm@gnu.org>
9706
9707 * progmodes/bug-reference.el (bug-reference): New custom group.
9708 (bug-reference-bug-regexp): Make it a defcustom.
9709
9710 2012-08-22 Daiki Ueno <ueno@unixuser.org>
9711
9712 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
9713 (js-paren-indent-offset, js-square-indent-offset)
9714 (js-curly-indent-offset): Add :safe (Bug#12257).
9715
9716 2012-08-22 Edward O'Connor <hober0@gmail.com>
9717
9718 * json.el (json-key-format): Add error properties.
9719 (json-encode-key): New function.
9720 (json-encode-hash-table, json-encode-alist, json-encode-plist):
9721 Use json-encode-key.
9722
9723 2012-08-22 Glenn Morris <rgm@gnu.org>
9724
9725 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
9726 (cal-tex-leftday, cal-tex-rightday): Remove functions.
9727 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
9728 Update for above change.
9729
9730 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
9731
9732 * cus-face.el (custom-face-attributes): Fix customize type for the
9733 :underline attribute. (Bug#11805)
9734
9735 2012-08-21 Martin Rudalics <rudalics@gmx.at>
9736
9737 * window.el (window-point-1, set-window-point-1): Remove.
9738 (window-in-direction, record-window-buffer)
9739 (set-window-buffer-start-and-point, split-window-below)
9740 (window--state-get-1, display-buffer-record-window):
9741 Replace calls to window-point-1 and set-window-point-1 by calls to
9742 window-point and set-window-point respectively.
9743
9744 2012-08-21 Glenn Morris <rgm@gnu.org>
9745
9746 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
9747 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
9748 Use it.
9749
9750 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
9751 (cal-tex-shortday): New function.
9752 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
9753 (cal-tex-cursor-filofax-daily): Use the above.
9754
9755 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
9756 New functions.
9757 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9758 (cal-tex-cursor-filofax-week): Use them.
9759
9760 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
9761 New constants.
9762 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
9763 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
9764
9765 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
9766 (cal-tex-end-document): Don't rely on buffer name.
9767
9768 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
9769 Use cal-tex-vspace.
9770 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
9771 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
9772 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
9773 Use cal-tex-arg.
9774
9775 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
9776 (cal-tex-cursor-week, cal-tex-cursor-week2)
9777 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
9778 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9779 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
9780 (cal-tex-insert-preamble, cal-tex-b-document)
9781 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
9782 Improve cal-tex-cmd usage.
9783
9784 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
9785 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
9786 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
9787 (cal-tex-weekly-paper): New function.
9788 (cal-tex-cursor-week, cal-tex-cursor-week2)
9789 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9790 (cal-tex-cursor-day): Use it.
9791
9792 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
9793 (cal-tex-cursor-filofax-week): Remove leading blank page.
9794
9795 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9796 Add autoload cookie. For now at least, don't use color, since
9797 no other cal-tex function does.
9798
9799 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
9800 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9801 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
9802
9803 2012-08-21 Juri Linkov <juri@jurta.org>
9804
9805 * info.el (Info-file-attributes): New variable.
9806 (info-insert-file-contents): Add file attributes to
9807 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
9808 `Info-toc-nodes' when previous modtime of the Info file is less
9809 than new modtime.
9810 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
9811 of info.el. (Bug#12230)
9812
9813 2012-08-20 Glenn Morris <rgm@gnu.org>
9814
9815 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
9816 * calendar/holidays.el (calendar-holiday-list):
9817 Report errors with display-warning rather than beep'n'sleep.
9818
9819 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
9820
9821 * net/tramp.el (tramp-accept-process-output): Accept only output
9822 from PROC. Otherwise, process filters and sentinels might be
9823 confused. (Bug#12145)
9824
9825 2012-08-20 Chong Yidong <cyd@gnu.org>
9826
9827 * descr-text.el (describe-text-properties-1): Use overlays-in to
9828 report on empty overlays (Bug#3322).
9829
9830 2012-08-20 Glenn Morris <rgm@gnu.org>
9831
9832 * mail/rmailout.el (rmail-output-read-file-name):
9833 Trap and report errors in rmail-output-file-alist elements.
9834
9835 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
9836 since most non-font-lock faces are not also variables).
9837
9838 2012-08-20 Edward Reingold <reingold@iit.edu>
9839
9840 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
9841 New function. (Bug12160)
9842
9843 2012-08-19 Glenn Morris <rgm@gnu.org>
9844
9845 * mail/rmailout.el (rmail-output-read-file-name):
9846 Fix previous change (when the alist is nil or does not match).
9847
9848 2012-08-19 Chong Yidong <cyd@gnu.org>
9849
9850 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
9851 (Bug#12228).
9852
9853 2012-08-18 Chong Yidong <cyd@gnu.org>
9854
9855 * simple.el (yank-handled-properties): New defcustom.
9856 (yank-excluded-properties): Add font-lock-face and category.
9857 (yank): Doc fix.
9858
9859 * subr.el (remove-yank-excluded-properties):
9860 Obey yank-handled-properties. The special handling of font-lock-face
9861 and category is now done this way, instead of being hard-coded.
9862 (insert-for-yank-1): Remove font-lock-face handling.
9863 (yank-handle-font-lock-face-property)
9864 (yank-handle-category-property): New function.
9865
9866 2012-08-17 Glenn Morris <rgm@gnu.org>
9867
9868 * mail/rmailout.el (rmail-output-read-file-name):
9869 Check rmail-output-file-alist against the full message body
9870 in the correct rmail buffer. (Bug#12214)
9871
9872 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
9873
9874 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
9875 Eliminate superfluous prompt. (Bug#12203)
9876
9877 2012-08-17 Chong Yidong <cyd@gnu.org>
9878
9879 * mouse.el (mouse-appearance-menu): If x-select-font returns a
9880 font spec, set the font directly (Bug#3228).
9881
9882 2012-08-17 Martin Rudalics <rudalics@gmx.at>
9883
9884 * window.el (delete-window): Fix last fix.
9885
9886 2012-08-16 Martin Rudalics <rudalics@gmx.at>
9887
9888 * window.el (window-valid-p): Move to window.c.
9889 (window-child, window-child-count, window-last-child)
9890 (window-normalize-window, window-combined-p)
9891 (window-combinations, window-atom-root, window-min-size)
9892 (window-sizable, window-sizable-p, window-size-fixed-p)
9893 (window-min-delta, window-max-delta, window--resizable)
9894 (window--resizable-p, window-resizable, window-total-size)
9895 (window-full-height-p, window-full-width-p, window-body-size)
9896 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
9897 (minimize-window, window-deletable-p, delete-window)
9898 (delete-other-windows, set-window-buffer-start-and-point)
9899 (next-buffer, previous-buffer, split-window, balance-windows-2)
9900 (set-window-text-height, window-buffer-height)
9901 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9902 (truncated-partial-width-window-p): Minor code adjustments.
9903 In doc-strings state whether the argument window has to denote a
9904 live, valid or any window.
9905
9906 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
9907
9908 * progmodes/subword.el (subword-forward-function)
9909 (subword-backward-function, subword-forward-regexp)
9910 (subword-backward-regexp): New variables.
9911 (subword-forward, subword-forward-internal, subword-backward-internal):
9912 Use new variables, eg so that different "word" definitions
9913 can be easily used. (Bug#11411)
9914
9915 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9916
9917 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
9918 for composite selectors.
9919 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
9920 operation just because we can't find a previous revision.
9921
9922 2012-08-15 Chong Yidong <cyd@gnu.org>
9923
9924 * frame.el (set-frame-font): Accept font objects.
9925
9926 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
9929
9930 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
9931
9932 * man.el (Man-overstrike-face, Man-underline-face)
9933 (Man-reverse-face): Remove variables.
9934 (Man-overstrike, Man-underline, Man-reverse): New faces.
9935 (Man-fontify-manpage): Use them instead of the variables.
9936 (Man-cleanup-manpage): Comment change.
9937 (Man-ansi-color-map): New variable.
9938 (Man-fontify-manpage): Use it.
9939 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
9940
9941 Implement ANSI SGR parameters 22-27 (bug#12146).
9942 * ansi-color.el (ansi-colors): Doc fix.
9943 (ansi-color-context, ansi-color-context-region): Doc fix.
9944 (ansi-color--find-face): New function.
9945 (ansi-color-apply, ansi-color-apply-on-region): Use it.
9946 Rename the local variable `face' to `codes' since it is now a list of
9947 ansi codes. Doc fix.
9948 (ansi-color-get-face): Remove.
9949 (ansi-color-parse-sequence): New function, derived from
9950 ansi-color-get-face.
9951 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
9952 codes 22-27.
9953
9954 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
9955
9956 * subr.el (read-passwd): Allow use from a minibuffer.
9957
9958 2012-08-14 Eli Zaretskii <eliz@gnu.org>
9959
9960 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
9961 inside comments and strings as identifiers.
9962
9963 * progmodes/gud.el (gud-tooltip-print-command): Quote the
9964 expression to evaluate. This allows to evaluate expressions with
9965 embedded whitespace.
9966 (gud-tooltip-tips): Add a blank before the newline in the
9967 message-box text, for the benefit of message-box emulation on
9968 MS-Windows.
9969
9970 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
9971 messages from GDB, pop them up in a tooltip to give feedback to
9972 user.
9973 (gdb-tooltip-print-1): Quote the expression to evaluate.
9974 This allows to evaluate expressions with embedded whitespace.
9975 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
9976 if the TTY name is nil or empty (which happens when communicating
9977 with the inferior via pipes, e.g. on MS-Windows).
9978 (gdb-internals): If GDB sends a "&\n" empty debugging message,
9979 don't send that to the GUD buffer.
9980
9981 2012-08-14 Glenn Morris <rgm@gnu.org>
9982
9983 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
9984 Optimize away setq-default with no args, as for setq. (Bug#12195)
9985
9986 2012-08-14 Chong Yidong <cyd@gnu.org>
9987
9988 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
9989
9990 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
9991 (Bug#12085).
9992
9993 2012-08-14 Glenn Morris <rgm@gnu.org>
9994
9995 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
9996
9997 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
9998
9999 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
10000 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10001 Use cached shell name.
10002
10003 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10004
10005 * progmodes/python.el (python-shell-send-string):
10006 (python-shell-send-setup-code): Do not use `format' with `message'.
10007
10008 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
10009
10010 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
10011 (ruby-percent-literal-beg-re): New constant.
10012 (ruby-syntax-general-delimiters-goto-beg): Rename to
10013 `ruby-syntax-enclosing-percent-literal', improve literal type check.
10014 (ruby-syntax-propertize-general-delimiters): Rename to
10015 `ruby-syntax-propertize-percent-literal', it's a shorter and more
10016 popular term. Adjust comments everywhere.
10017 (ruby-syntax-propertize-percent-literal): Only propertize when not
10018 inside a simple string or comment. When the literal is unclosed,
10019 leave the text after it unpropertized.
10020 (ruby-syntax-methods-before-regexp): New constant.
10021 (ruby-syntax-propertize-function): Use it to recognize regexps.
10022 Don't look at the text after regexp, just use the whitelist.
10023
10024 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
10025
10026 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
10027 non-nil always load the compiled file if it exists. (Bug#12197)
10028
10029 2012-08-14 Chong Yidong <cyd@gnu.org>
10030
10031 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
10032 (hi-lock-set-pattern): When deciding whether to use font lock or
10033 overlays, look at font-lock-mode instead of font-lock-fontified
10034 (Bug#12168).
10035 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
10036 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
10037
10038 2012-08-14 Daiki Ueno <ueno@unixuser.org>
10039
10040 * subr.el (internal--after-with-selected-window): Fix typo
10041 (Bug#12193).
10042
10043 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10044
10045 Use `completion-table-dynamic' for completion functions.
10046 * progmodes/python.el
10047 (python-shell-completion--do-completion-at-point)
10048 (python-shell-completion--get-completions):
10049 Remove functions.
10050 (python-shell-completion-complete-at-point): New function.
10051 (python-completion-complete-at-point): Use it.
10052
10053 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
10054
10055 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
10056 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
10057
10058 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10059
10060 * subr.el (function-get): Refine `autoload' arg so it can also
10061 autoload functions for gv.el (bug#12191).
10062 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
10063 autoloads macros.
10064
10065 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
10066 Prefer pcase-let over destructuring-bind.
10067 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
10068 Also, remove whitespace as we go, rather than after accumulating the
10069 various places.
10070
10071 * subr.el (internal--before-with-selected-window)
10072 (internal--after-with-selected-window): Fix typo seleted->selected.
10073 (with-selected-window): Adjust callers.
10074 Reported by Dmitry Gutov <dgutov@yandex.ru>.
10075
10076 2012-08-13 Bastien Guerry <bzg@gnu.org>
10077
10078 * window.el (special-display-popup-frame): Minor docstring
10079 enhancement. (Bug#12172)
10080
10081 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
10082
10083 * tar-mode.el (tar-header-data-end): Only ignore size for files of
10084 type 1-6.
10085 (tar-header-block-summarize, tar-get-descriptor): Handle pax
10086 extended headers.
10087
10088 * files.el (hack-local-variables-filter): Remove useless eval.
10089
10090 2012-08-13 Martin Rudalics <rudalics@gmx.at>
10091
10092 * subr.el (with-selected-window): Fix last change.
10093
10094 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * subr.el (internal--before-with-seleted-window)
10097 (internal--after-with-seleted-window): New functions.
10098 (with-selected-window): Use them, to replace dependency on
10099 tty-top-frame.
10100
10101 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
10102
10103 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
10104 binding for `newline'.
10105 (ruby-move-to-block): When moving backward, stop at block opening,
10106 not indentation.
10107 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
10108 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
10109 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
10110 `ruby-toggle-block'.
10111
10112 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10113
10114 * ibuffer.el (ibuffer-do-toggle-read-only):
10115 * dired.el (dired-toggle-read-only):
10116 * buff-menu.el (Buffer-menu-toggle-read-only):
10117 * bindings.el (mode-line-toggle-read-only):
10118 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
10119
10120 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
10121
10122 * descr-text.el (describe-char): Put the overlays over the
10123 "displayed as" character.
10124
10125 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
10126
10127 * calc/calc-units.el (math-default-units-table): Give an
10128 initial value.
10129 (math-put-default-units): Add options to put composite units and
10130 unit systems in the default units table.
10131 (calc-convert-units): Send composite units to
10132 `math-put-default-units' when appropriate.
10133
10134 2012-08-11 Glenn Morris <rgm@gnu.org>
10135
10136 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
10137
10138 * tutorial.el (help-with-tutorial):
10139 * emacs-lisp/copyright.el (copyright-update-directory):
10140 * emacs-lisp/autoload.el (autoload-find-generated-file)
10141 (autoload-find-file): Disable local eval: (for insurance).
10142
10143 * files.el (hack-local-variables-filter): If an eval: form is not
10144 known to be safe, and enable-local-variables is :safe, then ignore
10145 the form totally, as is done for non-eval forms. (Bug#12155)
10146 This is CVE-2012-3479.
10147
10148 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
10151 (rx-form): Simplify.
10152
10153 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
10154
10155 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
10156 ?, _, and : are symbol constituents, ! is not (but kinda should be).
10157 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
10158 (ruby-syntax-propertize-function): Adjust for changes in
10159 `ruby-syntax-propertize-heredoc'.
10160
10161 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
10162
10163 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
10164 binding (use `M-;' instead).
10165 (ruby-singleton-class-p): New function.
10166 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
10167
10168 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10169
10170 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
10171
10172 2012-08-10 Chong Yidong <cyd@gnu.org>
10173
10174 * progmodes/python.el (python-shell-get-process-name): Don't mess
10175 with same-window-buffer-names.
10176
10177 * eshell/eshell.el (eshell-add-to-window-buffer-names)
10178 (eshell-remove-from-window-buffer-names): Make obsolete.
10179 (eshell-buffer-name, eshell-unload-hook): Don't use them.
10180 (eshell): Just use pop-to-buffer-same-window instead.
10181
10182 2012-08-10 Chong Yidong <cyd@gnu.org>
10183
10184 * bindings.el: Bind M-= back to count-words-region.
10185
10186 * simple.el (count-words-region): Accept a prefix arg for acting
10187 on the entire buffer.
10188 (count-words--buffer-message): New helper function.
10189
10190 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10191
10192 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
10193 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
10194 (event-start, event-end): Use posn-at-point to return a more
10195 informative posn.
10196 (posnp): New function.
10197 * mouse.el (popup-menu-normalize-position): Use it.
10198
10199 2012-08-10 Masatake YAMATO <yamato@redhat.com>
10200
10201 * mouse.el (popup-menu-normalize-position): New function.
10202 (popup-menu): Use `popup-menu-normalize-position' to normalize
10203 the form for POSITION argument.
10204
10205 * term/x-win.el (x-menu-bar-open):
10206 Use the value returend from (posn-at-point) as position
10207 passed to `popup-menu'.
10208
10209 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10210
10211 * calc/calccomp.el (math-compose-expr): Add extra argument
10212 indicating that parentheses should be put around products in
10213 denominators. Give multiplication precedence over division during
10214 composition.
10215
10216 2012-08-09 Chong Yidong <cyd@gnu.org>
10217
10218 * man.el (Man-switches, Man-sed-command, Man-awk-command)
10219 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
10220 (Man-untabify-command, manual-program): Convert to defcustom
10221 (Bug#10429).
10222
10223 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
10224
10225 * descr-text.el (describe-char): Don't insert extra newlines
10226 (Bug#10127).
10227
10228 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
10229 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
10230
10231 * align.el (align-region): Delete temporary markers (Bug#10047).
10232 Plus some code cleanups.
10233
10234 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10235
10236 * progmodes/python.el (python-pdbtrack-tracked-buffer)
10237 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
10238 (python-shell-internal-last-output): Use make-local-variable
10239 instead of make-variable-buffer-local.
10240
10241 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10242
10243 * progmodes/python.el: Enhancements to forward-sexp.
10244 (python-nav-forward-sexp): Rename from
10245 python-nav-forward-sexp-function.
10246 (python-nav--forward-sexp, python-nav--backward-sexp):
10247 New functions.
10248
10249 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10250
10251 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
10252 modes and simplification modes.
10253
10254 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10255
10256 * delsel.el (delete-selection-pre-hook): Don't propagate the
10257 file-supersession signals (bug#12161).
10258
10259 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10260
10261 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
10262 (cl-map-extents): Add compatibility aliases (bug#12135).
10263
10264 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
10265
10266 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
10267 tests by `ignore-error'.
10268 (tramp-find-shell): Open also a new shell, when cache is already
10269 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
10270
10271 2012-08-08 Juri Linkov <juri@jurta.org>
10272
10273 * bookmark.el: Add `defaults' property to the bookmark record.
10274 (bookmark-current-buffer): Doc fix.
10275 (bookmark-make-record): Add `defaults' property with default values
10276 to the bookmark record.
10277 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
10278 with `bookmark-insert-current-bookmark'.
10279 (bookmark-set): Get `defaults' property from the bookmark record
10280 and use it in `read-from-minibuffer'.
10281 (bookmark-insert-current-bookmark): Remove function.
10282
10283 * info.el (Info-bookmark-make-record): Add `defaults' property
10284 with values of canonical Info node name, the current Info file
10285 name and the current Info node name. (Bug#12107)
10286
10287 2012-08-08 Juri Linkov <juri@jurta.org>
10288
10289 * files.el (basic-save-buffer): Use `buffer-name' as the default
10290 of `read-file-name' when buffer is not visiting a file (bug#12128).
10291
10292 2012-08-08 Juri Linkov <juri@jurta.org>
10293
10294 * info.el (Info-isearch-search): Doc fix.
10295 (Info-search): Change search-failed message from "initial node" to
10296 "end of node" (bug#12078).
10297 (Info-isearch-search): Change `isearch-string-state' to
10298 `isearch--state-string'.
10299
10300 2012-08-08 Glenn Morris <rgm@gnu.org>
10301
10302 * language/persian.el: Remove file.
10303 * language/misc-lang.el: Move unique part of persian.el here.
10304 * loadup.el: Remove language/persian.
10305
10306 2012-08-08 Ă“scar Fuentes <ofv@wanadoo.es>
10307
10308 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
10309
10310 2012-08-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10311
10312 * progmodes/python.el: Fix defsubst warning.
10313 (python-syntax-context) Rename from python-info-ppss-context.
10314 (python-syntax-context-type): Rename from
10315 python-info-ppss-context-type.
10316 (python-syntax-comment-or-string-p): Rename from
10317 python-info-ppss-comment-or-string-p.
10318
10319 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
10320
10321 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
10322
10323 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
10324
10325 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
10326 a defcustom that is quoted with backquote.
10327
10328 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
10329 Fix handling of interactive spec when the body uses return.
10330 (math-do-arg-check, math-define-function-body): Use backquote forms.
10331 * calc/calc-ext.el (math-defcache): Likewise.
10332 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
10333 * allout.el (allout-new-exposure): Likewise.
10334 * calc/calcalg2.el (math-tracing-integral): Likewise.
10335 * info.el (Info-last-menu-item): Likewise.
10336 * emulation/vip.el (vip-loop): Likewise.
10337 * textmodes/artist.el (artist-funcall): Likewise.
10338 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
10339 Construct menu-item directly.
10340
10341 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10342 Don't declare.
10343
10344 2012-08-07 Chong Yidong <cyd@gnu.org>
10345
10346 * simple.el (deactivate-mark): Preserve text properties when
10347 saving the primary selection (Bug#8384).
10348
10349 2012-08-07 Kevin Ryde <user42@zip.com.au>
10350
10351 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
10352 (woman-parse-numeric-value): On a bad .IP line, issue a warning
10353 and continue processing (Bug#12110).
10354
10355 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10356
10357 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
10358 syntax-propertize-function (bug#10095).
10359
10360 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
10361
10362 * help-fns.el (help-fns--key-bindings, help-fns--signature)
10363 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
10364 describe-function-1.
10365 (describe-function-1): Use them. Move compiler macro after sig.
10366 (help-fns--compiler-macro): Use function-get. Assume we're already in
10367 standard-output. Adjust layout to new call order.
10368
10369 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
10370 re-binding a symbol that has a symbol-macro (bug#12119).
10371
10372 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
10373
10374 * language/persian.el: New file. (Bug#11812)
10375 * loadup.el: Add language/persian.el.
10376
10377 2012-08-06 Chong Yidong <cyd@gnu.org>
10378
10379 * window.el (window--maybe-raise-frame): New function.
10380 (window--display-buffer): Split off from here.
10381 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10382 (display-buffer-pop-up-window, display-buffer-use-some-window):
10383 Obey an inhibit-switch-frame action alist entry.
10384 (display-buffer): Update doc.
10385
10386 * replace.el (occur-after-change-function): Avoid losing focus by
10387 using the inhibit-switch-frame display parameter (Bug#12139).
10388
10389 2012-08-06 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10390
10391 Make internal shell process buffer names start with space.
10392 * progmodes/python.el (python-shell-make-comint): Add optional
10393 argument INTERNAL.
10394 (run-python-internal): Use it.
10395 (python-shell-internal-get-or-create-process): Check for new
10396 internal buffer names.
10397
10398 2012-08-06 Glenn Morris <rgm@gnu.org>
10399
10400 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
10401 Do less getting and setting of environment variables.
10402
10403 2012-08-05 Chong Yidong <cyd@gnu.org>
10404
10405 * proced.el (proced): Add substitution string to docstring to
10406 trigger autoloading of the proced library on C-h f (Bug#1768).
10407
10408 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10409 Don't show defvars which have no second argument (Bug#8638).
10410
10411 * imenu.el (imenu-generic-expression): Move documentation here
10412 from imenu--generic-function.
10413 (imenu--generic-function): Refer to imenu-generic-expression.
10414
10415 2012-08-05 Vegard Ă˜ye <vegard_oye@hotmail.com> (tiny change)
10416
10417 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
10418 indentation declaration.
10419 (viper-loop): Add indentation declaration (Bug#7025).
10420
10421 2012-08-05 Chong Yidong <cyd@gnu.org>
10422
10423 * help-fns.el (describe-variable): Add hyperlink for
10424 directory-local variables files. Improve buffer-local and
10425 permanent-local reporting; suggested by MON KEY (Bug#6644).
10426
10427 * help-mode.el (help-dir-local-var-def): New button type.
10428
10429 * files.el (kill-buffer-hook): Provide a defvar.
10430
10431 2012-08-05 Glenn Morris <rgm@gnu.org>
10432
10433 * eshell/esh-ext.el (eshell/addpath):
10434 Also update eshell-path-env. (Bug#12013)
10435
10436 2012-08-05 Chong Yidong <cyd@gnu.org>
10437
10438 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
10439
10440 * fringe.el (fringe-styles): Add docstring.
10441 (fringe--check-mode): New function.
10442 (set-fringe-mode, set-fringe-style): Use it.
10443 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
10444
10445 * files.el (set-auto-mode): Fix invalid setq call.
10446
10447 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10448
10449 * isearch.el: Misc simplification; use defstruct.
10450 (isearch-mode-map): Dense maps now work like sparse ones.
10451 (isearch--state): New defstruct.
10452 (isearch-string-state, isearch-message-state, isearch-point-state)
10453 (isearch-success-state, isearch-forward-state)
10454 (isearch-other-end-state, isearch-word-state, isearch-error-state)
10455 (isearch-wrapped-state, isearch-barrier-state)
10456 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
10457 replaced by defstruct's accessors.
10458 (isearch--set-state): Rename from isearch-top-state and change
10459 calling convention.
10460 (isearch-push-state): Use new isearch--get-state.
10461 (isearch-toggle-word): Disable regexp when enabling word.
10462 (isearch-message-prefix): Remove unused arg _c-q-hack.
10463 (isearch-message-suffix): Remove unused arg _ellipsis.
10464
10465 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
10466
10467 * simple.el (list-processes--refresh): For a server use :host or
10468 :local as the address.
10469 (list-processes): Doc fix.
10470
10471 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
10472
10473 * lisp/mpc.el: Support password in host argument.
10474 (mpc--proc-connect): Parse and use new password element.
10475 Set mpc-proc variable instead of returning process.
10476 (mpc-proc): Adjust accordingly.
10477
10478 2012-08-03 Eli Zaretskii <eliz@gnu.org>
10479
10480 * whitespace.el (whitespace-display-mappings): Use Unicode
10481 codepoints, instead of emacs-mule codepoints. See
10482 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
10483 for the details.
10484
10485 * files.el (file-truename): Don't skip symlink-chasing part on
10486 windows-nt. Incorporate the resolution of 8+3 short aliases on
10487 Windows into the loop that recursively chases symlinks.
10488 Compare directory and its parent case-insensitively on MS-Windows and
10489 MS-DOS.
10490
10491 2012-08-03 Chong Yidong <cyd@gnu.org>
10492
10493 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
10494
10495 * sort.el (sort-regexp-fields): Doc fix.
10496
10497 2012-08-03 Tassilo Horn <tsdh@gnu.org>
10498
10499 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
10500 labels regex position point at the expected place.
10501
10502 2012-08-03 MON KEY <monkey@sandpframing.com>
10503
10504 * net/imap.el (imap-interactive-login, imap-authenticate)
10505 (imap-mailbox-lsub, imap-mailbox-list)
10506 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
10507 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
10508 (imap-parse-response): Doc fix.
10509
10510 2012-08-03 JoĂ£o TĂ¡vora <joaotavora@gmail.com>
10511
10512 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
10513 if sexp scanning does not move point (Bug#5734).
10514
10515 2012-08-02 Tassilo Horn <tsdh@gnu.org>
10516
10517 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
10518 Add listings, minted, and ctable packages.
10519 (reftex-label-alist-builtin): Move listings, minted, and ctable
10520 entries before LaTeX.
10521 (reftex-label-alist): Docfix.
10522
10523 2012-08-02 Bastien Guerry <bzg@gnu.org>
10524
10525 * replace.el (occur): Fix docstring (bug#12122).
10526
10527 2012-08-02 Glenn Morris <rgm@gnu.org>
10528
10529 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
10530
10531 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
10532
10533 Obsolete alias inactivate-current-input-method-function (Bug#10150).
10534 * international/mule-cmds.el: Create
10535 inactivate-current-input-method-function as an obsolete alias for
10536 deactivate-current-input-method-function. See Katsumi Yamaoka in
10537 <http://bugs.gnu.org/10150#46>.
10538
10539 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
10540
10541 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
10542 of nested `if's.
10543
10544 2012-08-01 Glenn Morris <rgm@gnu.org>
10545
10546 * progmodes/autoconf.el (autoconf-definition-regexp):
10547 Add AH_TEMPLATE, adjust submatch numbering.
10548 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
10549 (autoconf-current-defun-function): Update for above change.
10550 (autoconf-current-defun-function): First skip to end of current word.
10551
10552 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
10553
10554 * calendar/cal-html.el (cal-html-insert-agenda-days):
10555 Fix typo. (Bug#12018)
10556
10557 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10558
10559 Shell processes: enhancements to startup and CEDET compatibility.
10560 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
10561 (python-shell-make-comint): accept-process-output at startup.
10562 (run-python-internal): Set inferior-python-mode-hook to nil.
10563 (python-shell-internal-get-or-create-process): call sit-for.
10564 (python-preoutput-result): Add obsolete alias.
10565 (python-shell-internal-send-string): Use it.
10566 (python-shell-send-setup-code): Remove call to
10567 accept-process-output.
10568
10569 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
10570
10571 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
10572 (Bug#12108)
10573
10574 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
10575
10576 * calc-mode.el (calc-basic-simplification-mode): Rename from
10577 `calc-limited-simplification-mode'.
10578 (calc-alg-simplification-mode): New function.
10579 (calc-set-simplify-mode): Adjust message.
10580
10581 * calc.el (calc-set-mode-line): Adjust mode line display for
10582 basic simplification mode.
10583
10584 * calc-help.el (calc-m-prefix-help): Update help message.
10585
10586 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
10587 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
10588
10589 2012-07-31 Bastien Guerry <bzg@gnu.org>
10590
10591 * man.el (man): Fix comment. (bug#12101)
10592
10593 2012-07-31 Martin Rudalics <rudalics@gmx.at>
10594
10595 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10596 Don't return a non-nil value when no suitable buffer was found.
10597
10598 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10599
10600 * progmodes/python.el (run-python-internal): Disable font lock for
10601 internal shells.
10602
10603 2012-07-30 Stefan Merten <smerten@oekonux.de>
10604
10605 * textmodes/rst.el: Silence `checkdoc-ispell'.
10606 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10607 (rst-official-version, rst-official-cvs-rev)
10608 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
10609 (rst-mode-map): New key binding.
10610
10611 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
10612
10613 Update .PHONY listings in makefiles.
10614 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
10615 autoloads, update-subdirs, updates, bzr-update, update-authors,
10616 compile-onefile, compile-calc, backup-compiled-files,
10617 compile-after-backup, compile-one-process, mh-autoloads,
10618 bootstrap-clean, distclean, maintainer-clean.
10619
10620 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10621
10622 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
10623 (calc-set-mode-line): Don't display "AlgSimp ".
10624
10625 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
10626 (calc-lim-simplify-mode): New function.
10627 (calc-set-simplify-mode): Default to 'alg.
10628 (calc-default-simplify-mode): Make algebraic simplifications
10629 the default.
10630
10631 * calc/calc-ext.el (calc-init-extensions): Remove binding for
10632 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
10633
10634 * calc/calc-help.el (calc-m-prefix-help): Change messages to
10635 indicate new simplification modes.
10636
10637 * calc/README: Mention new default simplification mode.
10638
10639 * calc/calc.el (math-normalize-error): New variable.
10640 (math-normalize): Set `math-normalize-error' to t
10641 when there's an error.
10642
10643 * calc/calc-alg.el (math-simplify): Don't simplify when
10644 `math-normalize' returns an error.
10645
10646 2012-07-29 Eli Zaretskii <eliz@gnu.org>
10647
10648 * international/mule-cmds.el (set-locale-environment): Revert last
10649 change, since display-graphic-p returns nil when this function is
10650 called during startup. Instead...
10651
10652 * term/w32console.el (terminal-init-w32console): ...setup the
10653 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
10654
10655 2012-07-29 Juri Linkov <juri@jurta.org>
10656
10657 * simple.el (goto-line): Don't display default line number in the
10658 prompt because it should be displayed by `read-number' (bug#9952).
10659 Add the current line number to the defaults of `goto-line' to
10660 allow its easier modification by users with `M-n' (bug#9201).
10661
10662 * subr.el (read-number): Support multiple default values like in
10663 other minibuffer reading functions. Replace `read' with
10664 `string-to-number' for consistency with `number-to-string'.
10665
10666 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
10667
10668 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
10669 * emulation/viper-init.el (viper-deactivate-input-method-action):
10670 Rename from viper-inactivate-input-method-action.
10671 (viper-deactivate-input-method):
10672 Rename from viper-inactivate-input-method.
10673 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
10674 * international/mule-cmds.el (deactivate-input-method):
10675 Rename from inactivate-input-method.
10676 Also run input-method-deactivate-hook.
10677 (deactivate-current-input-method-function):
10678 Rename from inactivate-current-input-method-function.
10679 (input-method-deactivate-hook): New hook.
10680 (input-method-inactivate-hook): Mark obsolete.
10681 (inactivate-input-method): Mark obsolete.
10682
10683 * international/quail.el (quail-activate):
10684 Also run quail-deactivate-hook.
10685 (quail-deactivate): Rename from quail-inactivate.
10686 * international/robin.el (robin-activate):
10687 Also run robin-deactivate-hook.
10688 (robin-deactivate): Rename from robin-inactivate.
10689
10690 2012-07-29 Chong Yidong <cyd@gnu.org>
10691
10692 * simple.el (indicate-copied-region): New function.
10693 (kill-ring-save): Split off from here.
10694
10695 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
10696 (kill-rectangle): Set deactivate-mark to t on read-only error.
10697
10698 * register.el (copy-to-register, copy-rectangle-to-register):
10699 Deactivate the mark, and use indicate-copied-region (Bug#10056).
10700 (append-to-register, prepend-to-register): Call indicate-copied-region.
10701
10702 2012-07-29 Juri Linkov <juri@jurta.org>
10703
10704 * simple.el (async-shell-command-buffer): New defcustom.
10705 (shell-command): Use it. (Bug#4719)
10706
10707 2012-07-28 Eli Zaretskii <eliz@gnu.org>
10708
10709 * international/mule-cmds.el (set-locale-environment): In a
10710 console session on MS-Windows, set up keyboard and terminal
10711 encoding from the OEM codepage, not the ANSI codepage.
10712 (Bug#12055)
10713
10714 2012-07-28 Chong Yidong <cyd@gnu.org>
10715
10716 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
10717 gdb-get-location.
10718
10719 2012-07-28 Leo Liu <sdl.web@gmail.com>
10720
10721 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
10722 the alist (bug#12029).
10723
10724 2012-07-28 Eli Zaretskii <eliz@gnu.org>
10725
10726 * makefile.w32-in (custom-deps, finder-data, updates, compile)
10727 (compile-always, compile-first)
10728 ($(lisp)/calendar/cal-loaddefs.el)
10729 ($(lisp)/calendar/diary-loaddefs.el)
10730 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10731 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
10732 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
10733 instead of on update-subdirs.
10734 (bootstrap-clean): Delete $(lisp)/subdirs.el.
10735
10736 2012-07-28 Chong Yidong <cyd@gnu.org>
10737
10738 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
10739 directory if vc-deduce-backend returns nil (Bug#7350).
10740
10741 * simple.el (delete-trailing-lines): New option.
10742 (delete-trailing-whitespace): Obey it (Bug#11879).
10743
10744 2012-07-28 David Engster <deng@randomsample.de>
10745
10746 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
10747 Explanation of new 'symbol-qnames feature in doc-strings.
10748 (xml-maybe-do-ns): Return expanded names as plain symbols if
10749 'symbol-qnames was provided in XML-NS argument (Bug#11916).
10750 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
10751
10752 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10753
10754 Consistent completion in inferior python with emacs -nw.
10755 * progmodes/python.el (inferior-python-mode): replace "<tab>"
10756 binding in inferior-python-mode-map with "\t".
10757 (python-shell-completion-complete-at-point)
10758 (python-completion-complete-at-point): Remove interactive spec.
10759
10760 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
10761
10762 * calc/calccomp.el (math-compose-expr): Undo previous change.
10763
10764 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10765
10766 * progmodes/python.el (python-mode-map): Add keybinding for
10767 run-python.
10768 (python-shell-make-comint): Fix pop-to-buffer call.
10769 (run-python): Autoload. New arg SHOW.
10770 (python-shell-get-or-create-process): Do not pop python process
10771 buffer.
10772
10773 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
10774
10775 * notifications.el (notifications-on-action-signal)
10776 (notifications-on-closed-signal): Use also the bus address for the map.
10777 (notifications-notify, notifications-close-notification)
10778 (notifications-get-capabilities): Add optional argument BUS.
10779
10780 2012-07-27 Tassilo Horn <tsdh@gnu.org>
10781
10782 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
10783 Add support for the lstlisting and minted environments, and for the
10784 ctable macro.
10785 * textmodes/reftex.el (reftex-compile-variables): Also recognize
10786 labels written in keyvals syntax.
10787
10788 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
10789
10790 * calc/calccomp.el (math-compose-expr): Use parentheses when
10791 there is a product in the denominator of a fraction.
10792
10793 2012-07-26 Eli Zaretskii <eliz@gnu.org>
10794
10795 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
10796 ($(lisp)/calendar/diary-loaddefs.el)
10797 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
10798 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
10799 Fixes failures in parallel bootstrap because subdirs.el is being
10800 rewritten while the autoload files are built at the same time,
10801 which needs to load subdirs.el.
10802
10803 2012-07-26 Martin Rudalics <rudalics@gmx.at>
10804
10805 * mouse.el (popup-menu): Fix doc-string and re-indent code.
10806 (mouse-drag-line): Don't exit tracking when a switch-frame or
10807 switch-window event occurs (Bug#12006).
10808
10809 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10810
10811 * mouse.el (popup-menu): Fix last change.
10812
10813 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10814
10815 Autoload from Lisp with more care. Follow aliases when looking for
10816 function properties.
10817 * subr.el (autoloadp): New function.
10818 (symbol-file): Use it.
10819 (function-get): New function.
10820 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
10821 autoload-do-load.
10822 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
10823 (lisp-indent-function):
10824 * emacs-lisp/gv.el (gv-get):
10825 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
10826 * emacs-lisp/byte-opt.el (byte-optimize-form):
10827 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10828 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
10829 Use function-get.
10830 * emacs-lisp/cl.el: Don't propagate function properties any more.
10831
10832 * speedbar.el (speedbar-add-localized-speedbar-support):
10833 * emacs-lisp/disass.el (disassemble-internal):
10834 * desktop.el (desktop-load-file):
10835 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
10836 (describe-function-1):
10837 * emacs-lisp/find-func.el (find-function-noselect):
10838 * emacs-lisp/elp.el (elp-instrument-function):
10839 * emacs-lisp/advice.el (ad-has-proper-definition):
10840 * apropos.el (apropos-safe-documentation, apropos-macrop):
10841 * emacs-lisp/debug.el (debug-on-entry):
10842 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
10843 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
10844 * calc/calc.el (name): Use autoloadp & autoload-do-load.
10845
10846 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
10847
10848 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
10849 function, not an obsolete variable (Bug#12046).
10850
10851 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
10852
10853 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
10854
10855 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
10856
10857 * emacs-lisp/pp.el (pp-display-expression): Select old selected
10858 window only if it is still live (Bug#12034).
10859
10860 2012-07-25 Martin Rudalics <rudalics@gmx.at>
10861
10862 * subr.el (redirect-frame-focus): Add advertised calling
10863 convention (Bug#12030).
10864
10865 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
10866
10867 Prefer typical American spelling for "acknowledgment".
10868 * vc/add-log.el (change-log-acknowledgment): Rename from
10869 change-log-acknowledgement, with an alias for the old name.
10870
10871 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
10872
10873 * calc-alg.el (math-simplify-divide): Don't cross multiply
10874 in an equation when the lhs is a variable.
10875
10876 2012-07-24 Julien Danjou <julien@danjou.info>
10877
10878 * net/netrc.el (netrc-find-service-number, netrc-store-data):
10879 Remove, unused.
10880
10881 2012-07-23 Eli Zaretskii <eliz@gnu.org>
10882
10883 * startup.el (command-line): Don't display an empty user name in
10884 the error message about non-existent home directory, when
10885 init-file-user was set to an empty string. See
10886 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
10887 for the details and context.
10888
10889 2012-07-22 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
10890
10891 * ses.el (ses-cell-formula-aset): New macro.
10892 (ses-cell-references-aset): New macro.
10893 (ses-cell-p): New function.
10894 (ses-rename-cell): Do no longer rely on complex operations like
10895 ses-cell-set-formula or ses-set-cell to change the cell and handle
10896 the undo at the same time, but rather use lower level new macros
10897 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
10898 the undo directly. Refresh the mode line.
10899
10900 2012-07-21 Leo Liu <sdl.web@gmail.com>
10901
10902 * progmodes/cc-cmds.el (c-defun-name):
10903 Use match-string-no-properties instead for consistency.
10904
10905 2012-07-20 Leo Liu <sdl.web@gmail.com>
10906
10907 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
10908 (Bug#7879)
10909
10910 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
10911
10912 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10913
10914 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
10915 * progmodes/bug-reference.el, misearch.el: Provide themselves
10916 (bug#11915).
10917
10918 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
10919 of narrowed buffer (bug#11966).
10920
10921 2012-07-20 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
10922
10923 * ses.el (ses-rename-cell): Set new name also in reference list of
10924 cells of which the renamed cell depends.
10925
10926 2012-07-20 Masatake YAMATO <yamato@redhat.com>
10927
10928 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
10929 to check whether menu-bar is shown or not. If not shown,
10930 show the menu-bar as a popup menu instead of using tmm.
10931 * mouse.el (popup-menu): Accept `point' as `position' argument.
10932
10933 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
10934
10935 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
10936 up inside string symbol literal (bug#11923).
10937
10938 2012-07-20 Eli Zaretskii <eliz@gnu.org>
10939
10940 * startup.el (fancy-startup-text): Read the whole tutorial, not
10941 just its first 256 bytes. Prevents gibberish in display of the
10942 tutorial title.
10943
10944 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
10945
10946 Drop idle buffer compaction due to an absence of the
10947 proved efficiency.
10948 * compact.el: Remove.
10949
10950 2012-07-19 Sam Steingold <sds@gnu.org>
10951
10952 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
10953 vc-bzr-pull & vc-bzr-merge-branch.
10954 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
10955 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
10956 for consistency with compilation-error-regexp-alist.
10957 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
10958 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
10959 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
10960 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
10961
10962 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10963
10964 * emacs-lisp/chart.el: Use lexical-binding.
10965 (chart-emacs-storage): Don't hardcode the list of entries.
10966
10967 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
10968
10969 Next round of tweaks caused by Fgarbage_collect changes.
10970 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
10971
10972 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
10973
10974 Compact buffers when idle.
10975 * compact.el: New file.
10976
10977 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10978
10979 * subr.el (eventp): Presume that if it looks vaguely like an event,
10980 it's an event (bug#10190).
10981
10982 2012-07-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10983
10984 Enhancements to ppss related code (thanks Stefan).
10985 * progmodes/python.el (python-indent-context)
10986 (python-indent-calculate-indentation, python-indent-dedent-line)
10987 (python-indent-electric-colon, python-nav-forward-block)
10988 (python-mode-abbrev-table)
10989 (python-info-assignment-continuation-line-p): Simplify checks
10990 for ppss context.
10991 (python-info-continuation-line-p): Cleanup.
10992 (python-info-ppss-context): Do not catch 'quote.
10993 (python-info-ppss-context-type)
10994 (python-info-ppss-comment-or-string-p): Simplify.
10995
10996 2012-07-18 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10997
10998 * progmodes/python.el: Enhancements to eldoc support.
10999 (python-info-current-symbol): New function.
11000 (python-eldoc-at-point): Use python-info-current-symbol.
11001 (python-info-current-defun): Fix cornercase on first defun scan.
11002 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
11003 and signal error when no inferior python process is available.
11004
11005 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
11006
11007 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
11008 assume it's always t.
11009 (vc-git-registered): Remove caching, the function is only called
11010 once.
11011 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
11012
11013 2012-07-18 Chong Yidong <cyd@gnu.org>
11014
11015 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
11016
11017 * simple.el (count-words): Report on narrowing (Bug#9959).
11018
11019 * bindings.el: Bind M-= to count-words.
11020
11021 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
11022
11023 2012-07-18 Masatake YAMATO <yamato@redhat.com>
11024
11025 * progmodes/sh-script.el (sh-imenu-generic-expression):
11026 Capture a function with `function' keyword and without parentheses
11027 like "function FOO" (bug#11856).
11028
11029 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
11030
11031 * window.el (split-window-sensibly): Make WINDOW argument
11032 optional.
11033
11034 2012-07-18 Chong Yidong <cyd@gnu.org>
11035
11036 * subr.el (keyboard-translate): Doc fix (Bug#7261).
11037
11038 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
11039 and make C-x 8 RET exit isearch (Bug#11439).
11040
11041 * international/iso-transl.el: Move isearch-mode-map key
11042 definitions to isearch.el.
11043
11044 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11045
11046 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
11047 (eieio-defclass): Use gv-define-setter when possible.
11048
11049 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
11050
11051 Reflect recent changes in Fgarbage_collect.
11052 * emacs-lisp/chart.el (chart-emacs-storage): Change to
11053 reflect new format of data returned by Fgarbage_collect.
11054
11055 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11056
11057 New utility functions + python-info-ppss-context fix (Bug#11910).
11058 * progmodes/python.el (python-info-beginning-of-block-statement-p)
11059 (python-info-ppss-comment-or-string-p): New functions.
11060 (python-info-ppss-context): Small fix for string check.
11061
11062 2012-07-17 Juri Linkov <juri@jurta.org>
11063
11064 * dired-aux.el (dired-do-async-shell-command): Doc fix.
11065 (dired-do-async-shell-command): Don't add `*' at the end of the
11066 command (Bug#11815).
11067 (dired-do-shell-command): Doc fix.
11068 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
11069 Join the individual commands using either "&" or ";" as the
11070 separator depending on the values of these trailing characters.
11071 At the end re-add the trailing "&". (Bug#10598)
11072
11073 * simple.el (async-shell-command): Sync the interactive spec with
11074 `shell-command'. Doc fix.
11075 (shell-command): Doc fix.
11076
11077 2012-07-17 Juri Linkov <juri@jurta.org>
11078
11079 * descr-text.el (describe-char): Fix format args. (Bug#10129)
11080
11081 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11082
11083 Final renames and doc fixes for movement commands (bug#11899).
11084 * progmodes/python.el (python-nav-beginning-of-statement):
11085 Rename from python-nav-statement-start.
11086 (python-nav-end-of-statement): Rename from
11087 python-nav-statement-end.
11088 (python-nav-beginning-of-block): Rename from
11089 python-nav-block-start.
11090 (python-nav-end-of-block): Rename from python-nav-block-end.
11091
11092 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11093
11094 * progmodes/python.el (python-shell-send-string-no-output):
11095 Allow accept-process-output to quit, keeping shell process ready for
11096 future interactions (Bug#11868).
11097
11098 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11099
11100 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
11101
11102 * emacs-lisp/elint.el (elint-find-args-in-code):
11103 Use help-function-arglist, so as to handle lexical byte-code.
11104
11105 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
11106 change (bug#11826).
11107
11108 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11109
11110 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
11111 Avoid spuriously marking the buffer as modified because of c-is-sws.
11112
11113 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
11114 as not-a-comment (bug#11946).
11115
11116 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
11117 for uninterned vars.
11118
11119 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
11120 Use read-event since we don't really want to read chars but bytes.
11121
11122 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
11123 $$..$$ but also $..$ using regexps (bug#11953).
11124 Use tex-verbatim for \url and \path.
11125 (tex-font-lock-keywords): Define as defconst like the others.
11126 (tex-common-initialization): Don't use font-lock-syntax-table any more.
11127
11128 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
11129
11130 * international/mule-cmds.el (ucs-insert): Make it an obsolete
11131 alias for insert-char.
11132
11133 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11134
11135 * progmodes/python.el: Simplified imenu implementation.
11136 (python-nav-jump-to-defun): Remove command.
11137 (python-mode-map): Use `imenu' instead.
11138 (python-nav-list-defun-positions-cache)
11139 (python-imenu-include-defun-type, python-imenu-make-tree)
11140 (python-imenu-subtree-root-label, python-imenu-index-alist):
11141 Remove vars.
11142 (python-nav-list-defun-positions, python-nav-read-defun)
11143 (python-imenu-tree-assoc, python-imenu-make-element-tree)
11144 (python-imenu-make-tree, python-imenu-create-index):
11145 Remove functions.
11146 (python-mode): Update to interact with imenu by setting
11147 `imenu-extract-index-name-function' only.
11148
11149 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11150
11151 * progmodes/python.el: Enhancements to navigation commands.
11152 (python-nav-backward-sentence)
11153 (python-nav-forward-sentence): Remove.
11154 (python-nav-backward-statement, python-nav-forward-statement)
11155 (python-nav-statement-start, python-nav-statement-end)
11156 (python-nav-backward-block, python-nav-forward-block)
11157 (python-nav-block-start, python-nav-block-end)
11158 (python-nav-forward-sexp-function)
11159 (python-info-current-line-comment-p)
11160 (python-info-current-line-empty-p): New functions.
11161 (python-indent-context): Use `python-nav-statement-start'.
11162
11163 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
11164
11165 * eshell/em-ls.el (eshell/ls): Use `apply'.
11166
11167 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
11168 multi-hops, instead of Tramp internals.
11169
11170 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
11171
11172 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
11173 when F1 and F2 are located on different hosts.
11174
11175 2012-07-14 Chong Yidong <cyd@gnu.org>
11176
11177 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
11178 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
11179 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
11180 (xterm-mouse--read-event-sequence-1000)
11181 (xterm-mouse--read-event-sequence-1006): New functions. For old
11182 mouse protocol, handle M-mouse-X events correctly.
11183 (xterm-mouse-event): New arg specifying mouse protocol.
11184 (turn-on-xterm-mouse-tracking-on-terminal)
11185 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
11186 sequence to toggle extended coordinates on newer XTerms.
11187 This appears to be harmless on terminals which do not support this.
11188
11189 2012-07-14 Leo Liu <sdl.web@gmail.com>
11190
11191 Add fringe bitmap indicators for flymake. (Bug#11253)
11192 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
11193 (flymake-make-overlay): New arg BITMAP.
11194 (flymake-error-bitmap, flymake-warning-bitmap)
11195 (flymake-fringe-indicator-position): New user variables.
11196
11197 * fringe.el: New bitmap exclamation-mark.
11198
11199 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
11200
11201 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
11202 also (Bug#7879).
11203
11204 2012-07-14 Chong Yidong <cyd@gnu.org>
11205
11206 * electric.el (electric-pair-post-self-insert-function): Fix pair
11207 insertion in empty-region case (Bug#11520).
11208
11209 2012-07-14 Chong Yidong <cyd@gnu.org>
11210
11211 * bindings.el: Consolidate ctl-x-r-map bindings.
11212 Bind copy-rectangle-as-kill to C-x r w.
11213
11214 * rect.el, register.el: Move bindings to bindings.el.
11215
11216 2012-07-14 Reuben Thomas <rrt@sc3d.org>
11217
11218 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
11219
11220 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
11221
11222 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
11223
11224 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
11225
11226 * bindings.el (top): Use `mapc' instead of `mapcar'.
11227
11228 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
11229
11230 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
11231
11232 * progmodes/sql.el (sql-comint): Suppress the check for program on
11233 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
11234 (Bug#11908)
11235
11236 2012-07-13 Chong Yidong <cyd@gnu.org>
11237
11238 * bindings.el: Assign a non-nil permanent-local property to
11239 per-buffer variables which lack a default value (Bug#11930).
11240
11241 * help-fns.el (describe-variable): In the "automatically becomes
11242 local" notice, take note of permanent-local variables.
11243
11244 2012-07-13 Chong Yidong <cyd@gnu.org>
11245
11246 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
11247 to allow printing the message when called from Lisp.
11248
11249 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11250 Remove toggle-read-only.
11251
11252 * bs.el (bs-toggle-readonly):
11253 * buff-menu.el (Buffer-menu-toggle-read-only):
11254 Remove with-no-warnings around toggle-read-only.
11255
11256 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
11257 Remove with-no-warnings around toggle-read-only.
11258 (ffap-read-only, ffap-read-only-other-window)
11259 (ffap-read-only-other-frame): Callers changed.
11260
11261 * help-mode.el: Don't require view package.
11262 (help-mode-finish): Set buffer-read-only instead of calling
11263 toggle-read-only.
11264
11265 * bindings.el (mode-line-toggle-read-only):
11266 * dired.el (dired-toggle-read-only):
11267 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
11268 with non-nil second arg.
11269
11270 * emacs-lisp/eieio-custom.el (eieio-customize-object):
11271 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
11272 directly.
11273
11274 2012-07-12 Eli Zaretskii <eliz@gnu.org>
11275
11276 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
11277 not incf.
11278
11279 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11280
11281 More CL cleanups and reduction of use of cl.el.
11282 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
11283 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
11284 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
11285 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
11286 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
11287 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
11288 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
11289 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
11290 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
11291 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
11292 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
11293 * eshell/em-cmpl.el, eshell/em-banner.el:
11294 * calendar/parse-time.el: Use cl-lib.
11295 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
11296 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
11297 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
11298 * term/ns-win.el, term.el, shell.el, ps-samp.el:
11299 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
11300 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
11301 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
11302 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
11303 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
11304 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
11305 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
11306 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
11307 `lambda' rather than with `quote'.
11308 (eshell-do-opt): Adjust accordingly.
11309 (eshell-process-option): Simplify.
11310 * eshell/esh-var.el:
11311 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
11312 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
11313 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
11314 to `pcase--dontcare'.
11315 * emacs-lisp/cl.el (labels): Mark obsolete.
11316 (cl--letf, letf): Move to cl-lib.
11317 (cl--letf*, letf*): Remove.
11318 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
11319 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
11320 (cl-progv): Rewrite.
11321 (cl--letf, cl-letf): Move from cl.el.
11322 (cl-letf*): New macro.
11323 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
11324
11325 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
11326
11327 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
11328
11329 2012-07-11 Chong Yidong <cyd@gnu.org>
11330
11331 * vc/log-edit.el (log-edit-vc-backend): New variable.
11332 (log-edit): Doc fix.
11333
11334 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
11335 argument of log-edit to set up all local variables.
11336 (vc-start-logentry): New optional arg specifying VC backend.
11337
11338 * vc/vc.el (vc-checkin): Use it.
11339 (vc-deduce-fileset): Handle Log Edit buffers.
11340 (vc-diff): Make first argument optional too.
11341
11342 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
11343
11344 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
11345
11346 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
11347 command, just in case. The function is not needed anymore.
11348 (eshell-external-command): Do not call `eshell-remote-command'.
11349
11350 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11351
11352 Reduce use of (require 'cl).
11353 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
11354 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
11355 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
11356 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
11357 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
11358 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
11359 * battery.el, avoid.el, abbrev.el: Use cl-lib.
11360 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
11361 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
11362 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
11363 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
11364 * calculator.el, autorevert.el, apropos.el: Don't require CL.
11365 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
11366 (byte-compile-unfold-bcf, byte-compile-check-variable):
11367 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11368 (byte-compile-nilconstp):
11369 * emacs-lisp/autoload.el (make-autoload): Use pcase.
11370 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
11371
11372 * emacs-lisp/gv.el (cond): Make it a valid place.
11373 (if): Simplify slightly.
11374
11375 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
11376 (pcase--self-quoting-p): New function.
11377 (pcase--u1): Use it.
11378
11379 2012-07-10 Glenn Morris <rgm@gnu.org>
11380
11381 * emacs-lisp/authors.el (authors-fixed-entries):
11382 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
11383
11384 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
11385
11386 Rename configure.in to configure.ac (Bug#11603).
11387 * emacs-lisp/authors.el (authors-canonical-file-name):
11388 * progmodes/autoconf.el (autoconf-mode):
11389 Prefer configure.ac to configure.in.
11390
11391 2012-07-08 Chong Yidong <cyd@gnu.org>
11392
11393 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
11394 Implement the mouse-1-click-follows-link handling properly.
11395
11396 * info.el (Info-link-keymap): Use follow-link mechanism for
11397 header-line links (Bug#374).
11398
11399 * simple.el (deactivate-mark): Do not set the primary selection
11400 if another program has acquired it (Bug#11772).
11401
11402 2012-07-07 Kevin Ryde <user42@zip.com.au>
11403
11404 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
11405 (woman-decode-region): Replace escaped-escapes without destroying
11406 bold or underline (Bug#11552).
11407 (woman2-process-escapes): Handle nofill regions (Bug#11591).
11408
11409 2012-07-07 Chong Yidong <cyd@gnu.org>
11410
11411 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
11412 (interprogram-cut-function, interprogram-paste-function):
11413 Mention that we typically mean the clipboard.
11414
11415 2012-07-06 Glenn Morris <rgm@gnu.org>
11416
11417 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
11418
11419 * files.el (toggle-read-only): Restrict message to interactive use.
11420
11421 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
11422
11423 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
11424
11425 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
11426
11427 2012-07-06 Glenn Morris <rgm@gnu.org>
11428
11429 * Makefile.in (compile-one-process): Rename from "recompile".
11430
11431 * Makefile.in (bzr-update): "compile" is the same as "recompile
11432 autoloads", but parallelizable, so use that instead.
11433
11434 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
11435
11436 * window.el (quit-window): Always restore window height when
11437 it's saved in quit-restore parameter (Bug#11810).
11438
11439 2012-07-06 Glenn Morris <rgm@gnu.org>
11440
11441 * simple.el (kill-whole-line): Doc tweak.
11442
11443 2012-07-06 Eli Zaretskii <eliz@gnu.org>
11444
11445 * files.el (file-relative-name): Compare file names
11446 case-insensitively if on MS-Windows or MS-DOS, or if
11447 read-file-name-completion-ignore-case is non-nil. Don't use
11448 case-fold-search for this purpose. (Bug#11827)
11449
11450 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
11451
11452 * calendar/cal-dst.el (calendar-current-time-zone):
11453 Return calendar-current-time-zone-cache if non-nil.
11454
11455 2012-07-17 Masatake YAMATO <yamato@redhat.com>
11456 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
11457
11458 * calendar/cal-dst.el (calendar-current-time-zone):
11459 Return calendar-current-time-zone-cache if non-nil.
11460
11461 2012-07-06 Glenn Morris <rgm@gnu.org>
11462
11463 * Makefile.in (cvs-update): Remove old alias.
11464
11465 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
11466
11467 Sync with Tramp 2.2.6-pre.
11468
11469 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
11470 compatible declaration.
11471
11472 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11473 Protect `list-load-path-shadows' call.
11474
11475 * net/tramp-compat.el (top): Require packages, which aren't
11476 autoloaded anymore for XEmacs. Protect call of
11477 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
11478 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
11479 it hurts at least for SXEmacs.
11480 (tramp-compat-temporary-file-directory): In XEmacs, there is no
11481 standard-value for `temporary-file-directory'.
11482
11483 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
11484 Redirect stderr to /dev/null.
11485 (tramp-sh-handle-write-region): uid and gid can be floats.
11486 Reported by Russell Sim <russell.sim@gmail.com>.
11487 (tramp-sh-handle-vc-registered): Hide errors.
11488 (tramp-vc-file-name-handler): Use dummy results for `process-file'
11489 and `start-file-process'.
11490 (tramp-maybe-open-connection): Check also whether `non-essential'
11491 is bound.
11492
11493 2012-07-04 Chong Yidong <cyd@gnu.org>
11494
11495 * xml.el (xml--parse-buffer): Use xml-syntax-table.
11496 (xml-parse-tag): Likewise, and avoid changing entity tables.
11497 (xml-syntax-table): Define from scratch, making sure not to give
11498 x2000 and other Unicode spaces whitespace syntax, since those are
11499 not spaces in XML.
11500 (xml-parse-fragment): Delete unused function.
11501 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
11502 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
11503 (xml-entity-ref, xml-pe-reference-re)
11504 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
11505 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
11506 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
11507 (xml-entity-value-re): Use syntax references in regexps where
11508 possible; no need to define inside a let-binding.
11509 (xml-parse-dtd): Use xml-pe-reference-re.
11510 (xml-entity-or-char-ref-re): New defconst.
11511 (xml-parse-string, xml-substitute-special): Use it.
11512
11513 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11514
11515 * files.el (locate-dominating-file): Allow `name' to be a predicate.
11516 (find-file--read-only): New function.
11517 (find-file-read-only, find-file-read-only-other-window)
11518 (find-file-read-only-other-frame): Use it.
11519 (insert-file-contents-literally): Don't `fset'.
11520 (get-free-disk-space): Use locate-dominating-file.
11521
11522 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
11523 function is already compiled.
11524
11525 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
11526
11527 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
11528
11529 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
11530 files on the same host.
11531
11532 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
11533
11534 * help-fns.el (describe-function-1): Only call
11535 help-fns--autoloaded-p when we have a file name. (Bug#11848)
11536
11537 2012-07-03 Chong Yidong <cyd@gnu.org>
11538
11539 * xml.el: Protect parser against XML bombs.
11540 (xml-entity-expansion-limit): New variable.
11541 (xml-parse-string, xml-substitute-special): Use it.
11542 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
11543
11544 2012-07-03 Glenn Morris <rgm@gnu.org>
11545
11546 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11547 Allow linking to specific messages in debbugs reports (eg 123#5).
11548
11549 2012-07-02 Chong Yidong <cyd@gnu.org>
11550
11551 * xml.el: Fix entity and character reference expansion, allowing
11552 them to expand into markup as per XML spec.
11553 (xml-default-ns): New variable.
11554 (xml-entity-alist): Use XML spec definitions for lt and amp.
11555 (xml-parse-region): Make first two arguments optional.
11556 Discard text properties.
11557 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
11558 All callers changed.
11559 (xml-parse-tag): Call xml-parse-tag-1. For backward
11560 compatibility, this function should not modify buffer contents.
11561 (xml-parse-tag-1): Fix opening-tag regexp.
11562 (xml-parse-string): Rewrite, handling entity and character
11563 references properly.
11564 (xml--entity-replacement-text): Signal an error if a parameter
11565 entity is undefined.
11566
11567 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11568
11569 * comint.el (comint-output-filter): Filter out repeated prompts.
11570
11571 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
11572 and file-name-absolute-p.
11573 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
11574 internal calls.
11575
11576 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
11577
11578 Spelling fixes.
11579 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
11580 Rename from byte-compile--refiy-function. All uses changed.
11581
11582 2012-07-01 Chong Yidong <cyd@gnu.org>
11583
11584 * xml.el (xml--parse-buffer): New function. Move most of
11585 xml-parse-region here.
11586 (xml-parse-region): Copy region into a temporary buffer, since
11587 parameter entity substitution requires changing buffer contents.
11588 Use xml--parse-buffer.
11589 (xml-parse-file): Use xml--parse-buffer.
11590 (xml-parse-dtd): Make parameter entity substitution work right.
11591 Use proper regexps for ELEMENT declarations (Bug#7172).
11592
11593 2012-06-30 Glenn Morris <rgm@gnu.org>
11594
11595 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
11596
11597 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
11598 Remove outdated and unnecessary dbus declarations.
11599
11600 2012-06-30 Eli Zaretskii <eliz@gnu.org>
11601
11602 * emacs-lisp/timer.el (timer-until): Subtract results of
11603 float-time, instead of taking float-time of the result of
11604 time-subtract, since float-time signals an error for negative time
11605 arguments.
11606
11607 2012-06-30 Chong Yidong <cyd@gnu.org>
11608
11609 * xml.el (xml-*-re): Convert defvars into defconsts, and
11610 eval-and-compile them so eval-and-compile works on derivatives.
11611 (xml--entity-replacement-text): Use eval-and-comple.
11612
11613 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
11614
11615 * vc/vc-git.el (vc-git-registered): Use cache property
11616 `git-registered'.
11617 (vc-git-mode-line-string): Call `vc-working-revision' instead of
11618 `vc-git-working-revision' in order to benefit from the cache.
11619 (vc-git-root): Use cache property `git-root'. (Bug#11757)
11620
11621 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
11622
11623 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
11624 removed (likely outside Emacs). (Bug#11757)
11625
11626 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11627
11628 * emacs-lisp/cl-lib.el: Require macroexp.
11629
11630 2012-06-30 Chong Yidong <cyd@gnu.org>
11631
11632 * xml.el: Implement XML parameter entities.
11633 (xml-parameter-entity-alist): New variable.
11634 (xml-parse-region, xml-parse-fragment): Preserve previous values
11635 of xml-entity-alist and xml-parameter-entity-alist, so that
11636 repeated calls on different documents do not change them.
11637 (xml-parse-tag): Fix doctype regexp.
11638 (xml--entity-replacement-text): New function.
11639 (xml-parse-dtd): Use it. Don't handle system entities; doing that
11640 properly requires url retrieval which is unimplemented.
11641 (xml-escape-string): Doc fix.
11642
11643 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
11646
11647 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
11648
11649 * fringe.el (fringe-mode): Doc fix.
11650
11651 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
11652
11653 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
11654 is non-nil.
11655 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
11656 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
11657
11658 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
11659
11660 * calendar/cal-dst.el (calendar-current-time-zone):
11661 Return calendar-current-time-zone-cache if non-nil.
11662
11663 2012-06-29 Masatake YAMATO <yamato@redhat.com>
11664
11665 * progmodes/which-func.el (which-func-format):
11666 Add mouse-face. (Bug#11698)
11667
11668 2012-06-29 Leo Liu <sdl.web@gmail.com>
11669
11670 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
11671
11672 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11673
11674 * minibuffer.el (minibuffer-confirm-exit-commands):
11675 Add completion-at-point (bug#11725).
11676
11677 2012-06-29 Glenn Morris <rgm@gnu.org>
11678
11679 * progmodes/f90.el (f90-font-lock-keywords-2):
11680 Add some preprocessor elements. (Bug#10499)
11681
11682 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11683
11684 * progmodes/cperl-mode.el (cperl-update-syntaxification):
11685 Use syntax-propertize (bug#11739).
11686
11687 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
11688
11689 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
11690
11691 2012-06-28 Julien Danjou <julien@danjou.info>
11692
11693 * term.el (term-handle-colors-array): Use a set of new faces to
11694 color the terminal. Also uses :inverse-video property.
11695 (term-default-fg-color): Set to nil by default, deprecate in favor
11696 of `term-face'.
11697 (term-default-bg-color): Set to nil by default, deprecate in favor
11698 of `term-face'.
11699 (term-current-face): Use `term-face' by default.
11700 (term-bold-attribute): Variable deleted.
11701
11702 2012-06-28 Glenn Morris <rgm@gnu.org>
11703
11704 * simple.el (completion-list-mode-finish):
11705 Don't use toggle-read-only. (Since completion-list-mode has
11706 a special mode-class, it wasn't doing anything extra anyway.)
11707
11708 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11709
11710 Make inlining of other-mode interpreted functions work (bug#11799).
11711 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
11712 (byte-compile): Use it to fix compilation of lexical-binding closures.
11713 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
11714 function, if needed.
11715
11716 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11717
11718 * help-mode.el (help-make-xrefs): Don't just withstand
11719 cyclic-variable-indirection but any error in documentation-property.
11720
11721 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
11722 memory use.
11723 * bindings.el (bindings--define-key): New function.
11724 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
11725 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
11726 * bindings.el: Use it to purecopy define-key bindings.
11727
11728 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
11729
11730 * emacs-lisp/cl.el (flet): Mark obsolete.
11731 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
11732 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
11733 * progmodes/js.el (js-c-fill-paragraph):
11734 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
11735 (ebrowse-switch-member-buffer-to-derived-class):
11736 * play/5x5.el (5x5-solver): Use cl-flet.
11737
11738 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
11739 (cl--symbol-function): New macro.
11740 (cl--letf, cl--letf*): Use it.
11741
11742 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11743 Strip "toggle-" if any.
11744
11745 2012-06-27 Glenn Morris <rgm@gnu.org>
11746
11747 * info.el (Info-default-directory-list): Move here from paths.el.
11748 * paths.el: Remove file, which is now empty.
11749 * loadup.el: No longer load "paths".
11750
11751 * custom.el (custom-initialize-delay): Doc fix.
11752
11753 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11754 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11755 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11756 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11757 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11758 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
11759 * eshell/eshell.el (eshell-defgroup): Remove alias.
11760
11761 2012-06-27 Chong Yidong <cyd@gnu.org>
11762
11763 * help.el (help-enable-auto-load): New variable.
11764
11765 * help-fns.el (help-fns--autoloaded-p): New function.
11766 (describe-function-1): Refer to a function as "autoloaded" if it
11767 was autoloaded at any time in the past. Perform autoloading if
11768 help-enable-auto-load is non-nil.
11769
11770 2012-06-26 Eli Zaretskii <eliz@gnu.org>
11771
11772 * makefile.w32-in (compile, compile-always): Depend on
11773 update-subdirs, not on subdirs.el. Otherwise, several different
11774 sub-targets of 'bootstrap' running in parallel could
11775 simultaneously write to subdirs.el, producing a garbled file.
11776
11777 2012-06-26 Sam Steingold <sds@gnu.org>
11778
11779 * files.el (file-name-base): New convenience function.
11780 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
11781 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
11782 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
11783 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
11784 * textmodes/ispell.el, textmodes/reftex-ref.el:
11785 * textmodes/tex-mode.el: Use it.
11786 Did not touch cedet and org because they are maintained elsewhere.
11787
11788 2012-06-26 Martin Rudalics <rudalics@gmx.at>
11789
11790 * calendar/calendar.el (calendar-exit): Don't try to delete or
11791 iconify last frame. See:
11792 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
11793
11794 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
11795
11796 * server.el (server-process-filter): Remember dir in the
11797 process's `server-client-directory' properties.
11798
11799 2012-06-24 Chong Yidong <cyd@gnu.org>
11800
11801 * xml.el (xml-parse-tag): Correctly handle comment embedded in
11802 non-tag text.
11803
11804 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
11805
11806 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
11807
11808 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11809
11810 * help-fns.el (describe-variable): Don't croak when doc is not found.
11811 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
11812 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
11813 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
11814 * emacs-lisp/smie.el (smie-next-sexp): CSE.
11815 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
11816 ((lambda ..) ..).
11817 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
11818
11819 2012-06-23 Chong Yidong <cyd@gnu.org>
11820
11821 * info.el (Info-mouse-follow-link): Accept symbol values of
11822 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
11823 (Info-fontify-node): Use Info-link-keymap for all navigation
11824 buttons, with link-args property to perform the desired action.
11825 (Info-link-keymap): Doc fix.
11826 (Info-next-link-keymap, Info-prev-link-keymap)
11827 (Info-up-link-keymap): Delete now-unused keymaps.
11828
11829 2012-06-23 Chong Yidong <cyd@gnu.org>
11830
11831 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
11832
11833 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
11834 system abbrevs.
11835
11836 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
11837
11838 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11839
11840 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
11841 (bug#11719).
11842
11843 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
11844 the requote function doesn't work properly (bug#11714).
11845
11846 2012-06-23 Glenn Morris <rgm@gnu.org>
11847
11848 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
11849
11850 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11851
11852 Further GV/CL cleanups.
11853 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
11854 gv-expander.
11855 (gv--defun-declaration): New function.
11856 (defun-declarations-alist): Use it.
11857 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
11858 (gv-place): Autoload.
11859 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
11860 original definition of dotimes and dolist.
11861 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
11862 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
11863 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
11864 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11865 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
11866 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
11867 to the function's definition.
11868 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
11869 * window.el:
11870 * files.el:
11871 * faces.el:
11872 * env.el: Don't use CL.
11873
11874 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
11875
11876 Support higher-resolution time stamps (Bug#9000).
11877
11878 * calendar/time-date.el (with-decoded-time-value): New arg
11879 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
11880 (encode-time-value): New optional arg PICO. New type 3.
11881 (time-to-seconds) [!float-time]: Support the new picoseconds
11882 component if it's used.
11883 (seconds-to-time, time-subtract, time-add):
11884 Support ps-resolution time stamps as well.
11885
11886 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
11887 (timerp): Timer vectors now have length 9, not 8.
11888 (timer--time): Support new-style (4-part) time stamps.
11889 (timer-next-integral-multiple-of-time): Time stamps now have
11890 picosecond resolution, so take a bit more care about rounding.
11891 (timer-relative-time, timer-inc-time): New optional arg psecs.
11892 (timer-set-time-with-usecs): Set psecs to 0.
11893 (timer--activate): Check psecs component, too.
11894
11895 * proced.el (proced-time-lessp): Support ps-resolution stamps.
11896
11897 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
11900 Move the non-essential binding to the post/pre-command-hook where it is
11901 more obviously correct.
11902
11903 * subr.el (read-passwd): Don't use a history at all.
11904 * savehist.el (savehist-save): Remove password saved accidentally
11905 because of the above bug.
11906
11907 2012-06-22 Bastien Guerry <bzg@gnu.org>
11908
11909 * files.el (toggle-read-only): Display a message telling whether
11910 the buffer is read-only or not (bug#11726).
11911
11912 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11913
11914 * emacs-lisp/gv.el: New file.
11915 * subr.el (push, pop): Extend to generalized variables.
11916 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
11917 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
11918 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
11919 gv-define-simple-setter, and gv-define-expander.
11920 Remove setf-methods defined in gv. Rename cl-setf -> setf.
11921 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
11922 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
11923 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
11924 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
11925 gv-letplace.
11926 (cl-defstruct): Don't define setf-method any more.
11927 * emacs-lisp/cl.el (flet): Don't autoload.
11928 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
11929 (define-setf-expander, defsetf, define-modify-macro)
11930 (cl-struct-setf-expander): Move from cl-lib.el.
11931 * emacs-lisp/syntax.el:
11932 * emacs-lisp/ewoc.el:
11933 * emacs-lisp/smie.el:
11934 * emacs-lisp/cconv.el:
11935 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
11936 (timer--time): Use gv-define-simple-setter.
11937 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
11938 to avoid coding-system problems in subr.el. Adjust all users.
11939 (macroexp--maxsize, macroexp-small-p): New functions.
11940 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
11941 * scroll-bar.el (scroll-bar-mode):
11942 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11943 (normal-erase-is-backspace-mode): Don't use the `eq' place.
11944 * winner.el (winner-configuration, winner-make-point-alist)
11945 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
11946 * files.el (locate-file-completion-table): Avoid list*.
11947
11948 2012-06-22 Chong Yidong <cyd@gnu.org>
11949
11950 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
11951 (dired-create-files): Doc fix (Bug#11329).
11952 (dired-do-copy): Doc fix (Bug#11334).
11953 (dired-mark-read-string): Doc fix (Bug#11553).
11954
11955 * dired.el (dired-recursive-copies, dired-recursive-deletes):
11956 Doc fix (Bug#11326).
11957 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
11958 (dired-dwim-target): Doc fix.
11959
11960 * wdired.el (wdired-mode): Doc fix.
11961
11962 2012-06-22 Glenn Morris <rgm@gnu.org>
11963
11964 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
11965 (pcmpl-rpm-cache-stamp-file): New constant.
11966 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
11967 (pcmpl-rpm-packages): Optionally cache list of packages.
11968
11969 * pcmpl-rpm.el (pcmpl-rpm): New group.
11970 (pcmpl-rpm-query-options): New option.
11971 (pcmpl-rpm-packages): No need to inline it.
11972 Use pcmpl-rpm-query-options.
11973
11974 * calendar/calendar.el (calendar-in-read-only-buffer):
11975 Avoid some needless mode changes.
11976
11977 2012-06-21 Chong Yidong <cyd@gnu.org>
11978
11979 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
11980 (desktop-path): Remove . from the default value (Bug#10977).
11981 (desktop-read): Use user-emacs-directory if desktop-path is nil.
11982
11983 2012-06-20 Chong Yidong <cyd@gnu.org>
11984
11985 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
11986
11987 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
11988
11989 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
11990 (bug#11201).
11991
11992 2012-06-20 Chong Yidong <cyd@gnu.org>
11993
11994 * term.el (term-window-width): Handle the case of a missing right
11995 fringe (Bug#8837).
11996 (term-check-size): Use window-text-height (Bug#5445).
11997 (term-mode): Use define-derived-mode. Minor cleanups.
11998 Set font-lock-defaults (Bug#7692).
11999 (term-move-columns, term-insert-char, term-emulate-terminal)
12000 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
12001
12002 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
12003
12004 * net/ange-ftp.el (ange-ftp-get-passwd):
12005 Bind `enable-recursive-minibuffers'.
12006 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
12007
12008 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
12009
12010 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
12011
12012 2012-06-19 Glenn Morris <rgm@gnu.org>
12013
12014 * progmodes/python.el (python-mode): Derive from prog-mode.
12015
12016 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
12017
12018 * emulation/edt.el (edt-default-menu-bar-update-buffers)
12019 (edt-user-menu-bar-update-buffers): New functions.
12020 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
12021
12022 2012-06-19 Chong Yidong <cyd@gnu.org>
12023
12024 * subr.el (with-selected-window): Preserve the selected window's
12025 terminal's top-frame (Bug#4702).
12026
12027 * window.el (save-selected-window): Likewise.
12028
12029 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12030
12031 * progmodes/python.el (python-rx-constituents): Move backquote.
12032 (python-skeleton-define, python-define-auxiliary-skeleton):
12033 Use `declare'.
12034
12035 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
12036
12037 * minibuffer.el (read-file-name-default): Revert the patch from
12038 2012-06-17.
12039
12040 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12041
12042 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
12043 (pcase--u1, pcase--q1): Don't use apply-partially.
12044
12045 2012-06-18 Glenn Morris <rgm@gnu.org>
12046
12047 * progmodes/python.el (python-proc, python-buffer)
12048 (python-send-receive, python-send-string): Fix obsolete versions.
12049
12050 2012-06-18 Martin Rudalics <rudalics@gmx.at>
12051
12052 * window.el (special-display-p): Completely remove stringp
12053 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
12054
12055 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
12056
12057 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
12058
12059 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
12060
12061 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
12062 * net/tramp-sh.el (tramp-maybe-open-connection):
12063 Throw if `non-essential' is non-nil.
12064
12065 2012-06-17 Martin Rudalics <rudalics@gmx.at>
12066
12067 * window.el (special-display-p): Signal an error if BUFFER-NAME
12068 is not a string (Bug#11713).
12069
12070 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
12071
12072 * progmodes/python.el (python-info-beginning-of-backslash):
12073 Rename from python-info-beginning-of-backlash, as a spelling fix.
12074
12075 2012-06-17 Chong Yidong <cyd@gnu.org>
12076
12077 * term.el (term-emulate-terminal): If term-check-size is called,
12078 move point to the process mark without resetting point (Bug#4635).
12079
12080 2012-06-17 Glenn Morris <rgm@gnu.org>
12081
12082 * international/mule-cmds.el (mule-menu-keymap)
12083 (set-language-environment, set-locale-environment): Doc tweaks.
12084
12085 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
12086
12087 * cus-face.el (custom-face-attributes): Add wave-style underline
12088 attribute.
12089 * faces.el (set-face-attribute): Update docstring to describe
12090 wave-style underline attribute.
12091
12092 2012-06-16 Chong Yidong <cyd@gnu.org>
12093
12094 * term/xterm.el (terminal-init-xterm): Discard input before
12095 querying background mode (Bug#10959).
12096
12097 2012-06-16 Stefan Merten <smerten@oekonux.de>
12098
12099 * textmodes/rst.el: Added and corrected some comments.
12100 (rst-re-alist-def): Improve symbol syntax.
12101 (rst-mode-syntax-table): Correct syntax entries.
12102 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
12103 (rst-official-version, rst-official-cvs-rev): Update version
12104 information.
12105
12106 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
12107
12108 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
12109 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
12110
12111 2012-06-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
12112
12113 * progmodes/python.el: New python.el merge.
12114 (python-guess-indent): Obsolete var.
12115 (python-indent-guess-indent-offset): New defcustom.
12116 (python-indent): Obsolete var.
12117 (python-indent-offset): New defcustom.
12118 (python-python-command, python-jython-command): Delete var.
12119 (python-shell-interpreter): New defcustom.
12120 (python-pdbtrack-do-tracking-p): Delete var.
12121 (python-pdbtrack-activate): New defcustom.
12122 (python-use-skeletons): Obsolete var.
12123 (python-skeleton-autoinsert): New defcustom.
12124 (inferior-python-filter-regexp, python-continuation-offset)
12125 (python-honour-comment-indentation, python-indent-string-contents)
12126 (python-jython-packages, python-mode-hook)
12127 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
12128 (python-shell-prompt-alist)
12129 (python-source-modes): Delete defcustoms.
12130 (python-check-buffer-name, python-eldoc-setup-code)
12131 (python-eldoc-string-code, python-ffap-setup-code)
12132 (python-ffap-string-code, python-fill-comment-function)
12133 (python-fill-decorator-function, python-fill-paren-function)
12134 (python-fill-string-function, python-imenu-include-defun-type)
12135 (python-imenu-make-tree, python-imenu-subtree-root-label)
12136 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
12137 (python-shell-compilation-regexp-alist)
12138 (python-shell-completion-module-string-code)
12139 (python-shell-completion-pdb-string-code)
12140 (python-shell-completion-setup-code)
12141 (python-shell-completion-string-code)
12142 (python-shell-enable-font-lock, python-shell-exec-path)
12143 (python-shell-extra-pythonpaths)
12144 (python-shell-internal-buffer-name, python-shell-interpreter-args)
12145 (python-shell-process-environment)
12146 (python-shell-prompt-block-regexp)
12147 (python-shell-prompt-output-regexp)
12148 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
12149 (python-shell-send-setup-max-wait, python-shell-setup-codes)
12150 (python-shell-virtualenv-path): New defcustoms.
12151 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
12152 (inferior-python-mode-syntax-table, python--prompt-regexp)
12153 (python-buffer, python-command python-python-command)
12154 (python-default-template, python-imports, python-indent-index)
12155 (python-indent-list, python-indent-list-length)
12156 (python-mode-running, python-pdbtrack-is-tracking-p)
12157 (python-preoutput-continuation, python-preoutput-leftover)
12158 (python-preoutput-result, python-preoutput-skip-next-prompt)
12159 (python-prev-dir/file, python-recursing)
12160 (python-saved-check-command, python-version-checked)
12161 (python-which-func-length-limit)
12162 (view-return-to-alist): Delete vars.
12163 (python-check-custom-command, python-dotty-syntax-table)
12164 (python-imenu-index-alist, python-indent-current-level)
12165 (python-indent-dedenters, python-indent-levels)
12166 (python-nav-beginning-of-defun-regexp)
12167 (python-nav-list-defun-positions-cache)
12168 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
12169 (python-shell-internal-buffer)
12170 (python-skeleton-available): New vars.
12171 (def-python-skeleton): Delete macro.
12172 (python-skeleton-define): New macro.
12173 (python-define-auxiliary-skeleton, python-rx): New macros.
12174 (python-insert-class): Delete command.
12175 (python-skeleton-class): New command.
12176 (python-insert-def): Delete command.
12177 (python-skeleton-def): New command.
12178 (python-insert-for): Delete command.
12179 (python-skeleton-for): New command.
12180 (python-insert-if): Delete command.
12181 (python-skeleton-if): New command.
12182 (python-insert-try/except, python-insert-try/finally): Delete commands.
12183 (python-skeleton-try): New command.
12184 (python-insert-while): Delete command.
12185 (python-skeleton-while): New command.
12186 (python-backspace): Delete command.
12187 (python-indent-dedent-line-backspace): New command.
12188 (python-electric-colon): Delete command.
12189 (python-indent-electric-colon): New command.
12190 (python-guess-indent): Delete command.
12191 (python-indent-guess-indent-offset): New command.
12192 (python-shift-left): Delete command.
12193 (python-indent-shift-left): New command.
12194 (python-shift-right): Delete command.
12195 (python-indent-shift-right): New command.
12196 (python-find-function): Delete command.
12197 (python-nav-jump-to-defun): New command.
12198 (python-next-statement): Delete command.
12199 (python-nav-forward-sentence): New command.
12200 (python-previous-statement): Delete command.
12201 (python-nav-backward-sentence): New command.
12202 (python-fill-paragraph): Delete command.
12203 (python-fill-paragraph-function): New command.
12204 (python-send-buffer): Delete command.
12205 (python-shell-send-buffer): New command.
12206 (python-send-defun): Delete command.
12207 (python-shell-send-defun): New command.
12208 (python-send-region, python-send-region-and-go): Delete commands.
12209 (python-shell-send-region)
12210 (python-shell-switch-to-shell): New commands.
12211 (python-send-string): Delete command.
12212 (python-shell-send-string): New command.
12213 (python-switch-to-python): Delete command.
12214 (python-shell-switch-to-shell): New command.
12215 (python-describe-symbol): Delete command.
12216 (python-eldoc-at-point): New command.
12217 (python--set-prompt-regexp, python-args-to-list)
12218 (python-after-info-look, python-check-version)
12219 (python-check-comint-prompt, python-find-imports)
12220 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
12221 (python-unload-function, python-expand-template)
12222 (python-maybe-jython, python-preoutput-filter)
12223 (python-pdbtrack-get-source-buffer)
12224 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
12225 (python-pdbtrack-toggle-stack-tracking)
12226 (python-pdbtrack-track-stack-file, python-initial-text)
12227 (python-first-word, python-comment-line-p, python-send-command)
12228 (python-setup-brm, python-sentinel, python-set-proc)
12229 (python-skip-out, python-input-filter, python-outdent-p)
12230 (python-outline-level, python-backslash-continuation-line-p)
12231 (python-end-of-block, python-end-of-statement, python-mark-block)
12232 (python-beginning-of-block, python-beginning-of-statement)
12233 (python-blank-line-p, python-beginning-of-string)
12234 (python-open-block-statement-p): Delete functions.
12235 (python-indent-line, python-indent-line-1): Delete functions.
12236 (python-indent-line): New function.
12237 (python-indentation-levels): Delete function.
12238 (python-indent-calculate-levels): New function.
12239 (python-proc): Delete function.
12240 (python-shell-get-process): New function.
12241 (python-send-receive): Delete function.
12242 (python-shell-send-string-no-output): New function.
12243 (python-module-path): Delete function.
12244 (python-ffap-module-path): New function.
12245 (python-completion-at-point)
12246 (python-symbol-completions): Delete functions.
12247 (python-completion-complete-at-point): New function.
12248 (python-load-file): Delete function.
12249 (python-shell-send-file): New function.
12250 (python-calculate-indentation): Delete function.
12251 (python-indent-calculate-indentation): New function.
12252 (python-skip-comments/blanks): Delete function.
12253 (python-util-forward-comment): New function.
12254 (python-continuation-line-p): Delete function.
12255 (python-info-continuation-line-p): New function.
12256 (python-which-func, python-current-defun): Delete function.
12257 (python-info-current-defun): New function.
12258 (python-beginning-of-defun): Delete function.
12259 (python-nav-beginning-of-defun): New function.
12260 (python-close-block-statement-p)
12261 (python-block-end-p): Delete function.
12262 (python-info-closing-block): New function.
12263 (python-comint-output-filter-function)
12264 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
12265 (python-fill-comment, python-fill-decorator, python-fill-paren)
12266 (python-fill-string, python-imenu-make-element-tree)
12267 (python-imenu-make-tree, python-imenu-tree-assoc)
12268 (python-indent-context, python-indent-dedent-line)
12269 (python-indent-line-function)
12270 (python-indent-post-self-insert-function)
12271 (python-indent-toggle-levels)
12272 (python-info-assignment-continuation-line-p)
12273 (python-info-beginning-of-backlash)
12274 (python-info-block-continuation-line-p)
12275 (python-info-closing-block-message)
12276 (python-info-line-ends-backslash-p)
12277 (python-info-looking-at-beginning-of-defun)
12278 (python-info-ppss-context, python-info-ppss-context-type)
12279 (python-nav-list-defun-positions, python-nav-read-defun)
12280 (python-nav-sentence-end, python-nav-sentence-start)
12281 (python-pdbtrack-comint-output-filter-function)
12282 (python-pdbtrack-set-tracked-buffer)
12283 (python-shell-calculate-exec-path)
12284 (python-shell-calculate-process-environment)
12285 (python-shell-completion--do-completion-at-point)
12286 (python-shell-completion--get-completions)
12287 (python-shell-completion-complete-at-point)
12288 (python-shell-completion-complete-or-indent)
12289 (python-shell-get-or-create-process)
12290 (python-shell-get-process-name)
12291 (python-shell-internal-get-or-create-process)
12292 (python-shell-internal-get-process-name)
12293 (python-shell-internal-send-string, python-shell-make-comint)
12294 (python-shell-parse-command, python-shell-send-setup-code)
12295 (python-skeleton-add-menu-items)
12296 (python-util-clone-local-variables, python-util-position)
12297 (run-python-internal, python-indentation-levels)
12298 (python-nav-beginning-of-defun)
12299 (python-completion-complete-at-point): New functions.
12300 (run-python): Change arguments. New API requirements.
12301
12302 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12303
12304 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
12305 (bug#11649).
12306
12307 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
12308 (macroexp--expand-all): Use it.
12309
12310 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
12311 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
12312 Use `cl-function' instead.
12313
12314 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
12315
12316 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
12317 Suggested by Stefan Monnier while discussing bug#11657.
12318
12319 2012-06-14 Sam Steingold <sds@gnu.org>
12320
12321 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
12322
12323 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
12324
12325 * play/doctor.el (doctor-doc): Remove parameter and use
12326 doctor-sent instead of sent.
12327 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
12328
12329 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12330
12331 * files.el: Require cl-lib.
12332 (file-name-non-special): Replace case -> cl-case.
12333
12334 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
12335
12336 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
12337 mapping from #' to function*.
12338
12339 2012-06-13 Chong Yidong <cyd@gnu.org>
12340
12341 * mouse.el (mouse-drag-track): Do not set the mark if the user
12342 releases the mouse without selecting anything (Bug#11588).
12343
12344 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12345
12346 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
12347 as well (bug#11646).
12348
12349 * loadup.el: Count byte-code functions as well.
12350
12351 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
12352 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
12353
12354 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
12355 (bug#11649). Add cl-defun and cl-defmacro.
12356
12357 2012-06-13 Drew Adams <drew.adams@oracle.com>
12358
12359 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12360 Fix last change.
12361
12362 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
12363
12364 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
12365 Otherwise, it blocks in batch mode.
12366
12367 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
12368
12369 * help-mode.el (bookmark-make-record-default): Declare.
12370
12371 2012-06-13 Chong Yidong <cyd@gnu.org>
12372
12373 * emacs-lisp/package.el (list-packages): Compute a list of
12374 packages that are newly-available since the last list-packages
12375 invocation.
12376 (package-menu--new-package-list): New var.
12377 (package-menu--generate, package-menu--print-info)
12378 (package-menu--status-predicate, package-menu-mark-install):
12379 Handle new status label "new".
12380
12381 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12382
12383 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
12384 conversion to backquotes.
12385
12386 2012-06-12 Chong Yidong <cyd@gnu.org>
12387
12388 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
12389 Rename from gud-inhibit-global-bindings.
12390
12391 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
12392
12393 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
12394 hook from nxml-glyph-set-hook.
12395
12396 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
12397 declaration.
12398
12399 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
12400
12401 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
12402 Convert to defcustom.
12403
12404 2012-06-12 Drew Adams <drew.adams@oracle.com>
12405
12406 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
12407 New functions.
12408 (help-mode): Use them.
12409
12410 2012-06-11 Glenn Morris <rgm@gnu.org>
12411
12412 * progmodes/fortran.el (fortran-font-lock-keywords-3):
12413 Use preprocessor face for directives.
12414 (fortran-directive-re): Doc fix.
12415
12416 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12417
12418 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
12419 conversion to backquotes (bug#11652).
12420
12421 Fix compiler-expansion of CL's cXXr functions (bug#11673).
12422 * emacs-lisp/cl-lib.el (cl--defalias): New function.
12423 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
12424 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
12425 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12426 (cl-ninth, cl-tenth): Mark them as inlinable.
12427 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
12428 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
12429 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
12430 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
12431 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
12432 (cl-list*, cl-adjoin): Don't put an autoload manually.
12433 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
12434 (cl--compiler-macro-list*): Add autoload cookie.
12435 (cl--compiler-macro-cXXr): New function.
12436
12437 * help-fns.el (help-fns--compiler-macro): New function extracted from
12438 describe-function-1; follow aliases and use `compiler-macro' property.
12439 (describe-function-1): Use it.
12440
12441 2012-06-11 Chong Yidong <cyd@gnu.org>
12442
12443 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
12444 is uninstalled, if imagemagick is installed.
12445
12446 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12447
12448 * emacs-lisp/cl-lib.el: Use lexical-binding.
12449 (cl-map-extents, cl-maclisp-member): Remove.
12450 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
12451 (cl--set-substring, cl--block-wrapper, cl--block-throw)
12452 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
12453 * emacs-lisp/cl-extra.el: Use lexical-binding.
12454 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
12455 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
12456 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
12457 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
12458 * emacs-lisp/cl-seq.el: Use lexical-binding.
12459 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
12460 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
12461 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
12462 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
12463 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
12464 CL's internals.
12465
12466 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
12467
12468 Sync with Tramp 2.2.6-pre.
12469
12470 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
12471 `print-length' and `print-level' to nil, in order to avoid
12472 truncation. Reported by Christopher Schmidt
12473 <christopher@ristopher.com>.
12474
12475 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
12476
12477 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
12478 New defmacro.
12479 (tramp-compat-copy-directory): Add optional argument
12480 COPY-CONTENTS. It is not handled yet.
12481
12482 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
12483 (tramp-ftp-file-name-p): Simplify.
12484
12485 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
12486 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
12487 connection vector.
12488
12489 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
12490 (tramp-methods): Do not use `tramp-password-end-of-line'.
12491 (tramp-completion-function-alist-putty): Handle UNIX case.
12492 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
12493 (tramp-do-file-attributes-with-stat)
12494 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
12495 gid as real numbers. They could run out of integer range on cygwin.
12496 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
12497 (tramp-sh-handle-expand-file-name): Handle hops.
12498 (tramp-open-connection-setup-interactive-shell):
12499 Use `tramp-cleanup'. Move check for busyboxes ...
12500 (tramp-find-shell): ... here. Simplify implementation.
12501 Set "remote-shell" property also for alternative shells.
12502 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
12503 If failing, a regular file would be written otherwise.
12504 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
12505 (tramp-find-inline-encoding): Cache the coding commands in the
12506 process cache. Apply test command on the remote side, if defined.
12507 (tramp-find-inline-compress): Cache the compress commands in the
12508 process cache.
12509 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
12510 when requested. Handle hops.
12511 (tramp-current-connection): New defvar.
12512 (tramp-maybe-open-connection): Use `tramp-cleanup'.
12513 Throw `suppress', if there was a failed connection shortly before.
12514 Handle user interrupt. (Bug#10187)
12515 (tramp-get-inline-compress, tramp-get-inline-coding):
12516 Read connection properties from the process cache.
12517
12518 * net/tramp-smb.el (tramp-smb-server-version)
12519 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
12520 New defconsts.
12521 (tramp-smb-prompt): Extend for powershell prompt.
12522 (tramp-smb-file-name-handler-alist): Add handlers for
12523 `process-file', `shell-command' and `start-file-process'.
12524 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
12525 (tramp-smb-winexe-shell-command-switch): New defcustoms.
12526 (tramp-smb-file-name-p): Simplify.
12527 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
12528 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
12529 (tramp-smb-shell-quote-argument): New defuns.
12530 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
12531 Implement using "tar". By this, time-stamps are preserved.
12532 (tramp-smb-handle-copy-file): Handle also the case of directories.
12533 (tramp-smb-do-file-attributes-with-stat)
12534 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
12535 Use `tramp-get-connection-buffer').
12536 (tramp-smb-handle-rename-file): Use "rename", when source and
12537 target are on the same share.
12538 (tramp-smb-maybe-open-connection): Handle wrong passwords.
12539 Use `tramp-smb-server-version'.
12540 (tramp-smb-wait-for-output): Remove prompt.
12541
12542 * net/tramp.el (top): Require 'cl.
12543 (tramp-methods, tramp-rsh-end-of-line):
12544 Remove `tramp-password-end-of-line' from docstring.
12545 (tramp-save-ad-hoc-proxies): New defcustom.
12546 (tramp-completion-function-alist): Adapt docstring.
12547 (tramp-default-password-end-of-line): Remove defcustom.
12548 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
12549 (tramp-user-regexp, tramp-file-name-regexp-unified)
12550 (tramp-file-name-regexp-url): Extend regexp by hop separator.
12551 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
12552 (tramp-remote-file-name-spec-regexp): New defconst.
12553 (tramp-file-name-structure): Extend structure for hops.
12554 (tramp-get-method-parameter): Move up.
12555 (tramp-file-name-p, tramp-dissect-file-name)
12556 (with-parsed-tramp-file-name): Handle hops.
12557 (tramp-file-name-hop): New defun.
12558 (tramp-make-tramp-file-name): New optional arg HOP.
12559 (tramp-message-show-progress-reporter-message): New defvar.
12560 (tramp-with-progress-reporter): Use it. We cannot use
12561 `tramp-message-show-message' here, because this suppresses also
12562 error buffers.
12563 (tramp-error-with-buffer): Suppress buffer view, if
12564 `tramp-message-show-message' is nil.
12565 Use `tramp-get-connection-buffer'.
12566 (tramp-cleanup): New defun.
12567 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
12568 (tramp-file-name-handler): If `debug-on-error' is set, propagate
12569 an error unchanged.
12570 (tramp-completion-handle-file-name-all-completions): Handle hops.
12571 Fix an error when called from ido.
12572 (tramp-completion-dissect-file-name): Use better local variable
12573 name. Add hop to the vector.
12574 (tramp-handle-insert-file-contents): Use progress-reporter for the
12575 whole scenario.
12576 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
12577 to `t'.
12578 (tramp-check-for-regexp): Simplify search.
12579 (tramp-enter-password): Remove it. Move implementation ...
12580 (tramp-action-password): ... here.
12581 (tramp-mode-string-to-int, tramp-local-host-p)
12582 (tramp-make-tramp-temp-file, tramp-read-passwd)
12583 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
12584 Set tramp-autoload cookie.
12585
12586 * net/trampver.el: Update release number.
12587
12588 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12589 Michael Albinus <michael.albinus@gmx.de>
12590
12591 * net/tramp.el (tramp-set-completion-function): Fix docstring.
12592 (tramp-parse-group, tramp-parse-file)
12593 (tramp-parse-shostkeys-sknownhosts): New defuns.
12594 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
12595 (tramp-parse-shosts-group, tramp-parse-sconfig)
12596 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
12597 (tramp-parse-sknownhosts, tramp-parse-hosts)
12598 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
12599 Use them.
12600 (tramp-parse-passwd-group, tramp-parse-netrc-group)
12601 (tramp-parse-putty-group): Don't narrow.
12602 (tramp-parse-putty): Make a loop.
12603 (tramp-file-name-handler): Catch the `suppress' signal.
12604
12605 2012-06-11 Chong Yidong <cyd@gnu.org>
12606
12607 * image.el (imagemagick-register-types): Put the ImageMagick entry
12608 at the end of image-type-file-name-regexps.
12609
12610 2012-06-11 Johan BockgĂ¥rd <bojohan@gnu.org>
12611
12612 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
12613 (pcase, pcase-let*, pcase-dolist): Use them.
12614
12615 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12616
12617 * emacs-lisp/pcase.el (pcase--let*): New function.
12618 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
12619 (pcase--expand): Use macroexp-let².
12620
12621 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
12622
12623 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
12624 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
12625 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
12626 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
12627 * emacs-lisp/derived.el: Use pcase instead of `cl'.
12628 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
12629
12630 2012-06-10 Glenn Morris <rgm@gnu.org>
12631
12632 * mail/rmail.el (rmail-yank-current-message): Leave point at
12633 correct position. (Bug#11660)
12634
12635 2012-06-10 Chong Yidong <cyd@gnu.org>
12636
12637 * allout-widgets.el: Fix code header.
12638
12639 2012-06-10 Chong Yidong <cyd@gnu.org>
12640
12641 * cus-edit.el (customize-changed-options-previous-release):
12642 Bump to 24.1.
12643
12644 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
12645
12646 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
12647
12648 2012-06-09 Chong Yidong <cyd@gnu.org>
12649
12650 * ebuff-menu.el (electric-buffer-list): Preserve header line.
12651
12652 2012-06-09 Martin Rudalics <rudalics@gmx.at>
12653
12654 * window.el (special-display-popup-frame): Don't use
12655 window--display-buffer (Bug#11651).
12656
12657 2012-06-09 Eli Zaretskii <eliz@gnu.org>
12658
12659 Fix parallel builds: make sure loaddefs.el is not being written
12660 while Lisp files are compiled.
12661 (compile): Don't depend on 'mh-autoloads'.
12662 (compile-CMD, compile-SH): Depend on 'autoloads'.
12663 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
12664
12665 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
12666
12667 2012-06-09 Chong Yidong <cyd@gnu.org>
12668
12669 * face-remap.el (face-remap-add-relative, face-remap-set-base)
12670 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
12671 Doc fixes (Bug#11225).
12672
12673 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
12674
12675 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
12676 a function if there's a clear indication that it has a compiler-macro.
12677 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
12678 (macro-declarations-alist): Add arglist to declaration functions.
12679 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
12680 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
12681 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
12682 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
12683 Also add autoload to find the compiler macro.
12684 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
12685 (cl--compiler-macro-member, cl--compiler-macro-assoc)
12686 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
12687 (cl--compiler-macro-get): New functions, replacing calls to
12688 cl-define-compiler-macro.
12689 (cl-typep) [compiler-macro]: Use macroexp-let².
12690
12691 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
12692
12693 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
12694 string properly, fixes Bug#11473.
12695
12696 2012-06-08 Chong Yidong <cyd@gnu.org>
12697
12698 * faces.el (set-face-attribute): Doc fix.
12699 (modify-face): Don't use :bold and :italic.
12700 (error, warning, success): Tweak definitions.
12701
12702 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
12703 (custom-modified, custom-set, custom-changed, custom-themed)
12704 (custom-saved, custom-button, custom-button-mouse)
12705 (custom-button-pressed, custom-state, custom-comment-tag)
12706 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
12707 (custom-group-subtitle): Use new-style face specs.
12708 (custom-invalid-face, custom-rogue-face, custom-modified-face)
12709 (custom-set-face, custom-changed-face, custom-saved-face)
12710 (custom-button-face, custom-button-pressed-face)
12711 (custom-documentation-face, custom-state-face)
12712 (custom-comment-face, custom-comment-tag-face)
12713 (custom-variable-tag-face, custom-variable-button-face)
12714 (custom-face-tag-face, custom-group-tag-face-1)
12715 (custom-group-tag-face): Remove obsolete face alias.
12716
12717 * epa.el (epa-validity-high, epa-validity-medium)
12718 (epa-validity-low, epa-mark, epa-field-name, epa-string)
12719 (epa-field-name, epa-field-body):
12720 * font-lock.el (font-lock-comment-face, font-lock-string-face)
12721 (font-lock-keyword-face, font-lock-builtin-face)
12722 (font-lock-function-name-face, font-lock-variable-name-face)
12723 (font-lock-type-face, font-lock-constant-face):
12724 * ido.el (ido-first-match, ido-only-match, ido-subdir)
12725 (ido-virtual, ido-indicator, ido-incomplete-regexp):
12726 * speedbar.el (speedbar-button-face, speedbar-file-face)
12727 (speedbar-directory-face, speedbar-tag-face)
12728 (speedbar-selected-face, speedbar-highlight-face)
12729 (speedbar-separator-face):
12730 * whitespace.el (whitespace-newline, whitespace-space)
12731 (whitespace-hspace, whitespace-tab, whitespace-trailing)
12732 (whitespace-line, whitespace-space-before-tab)
12733 (whitespace-space-after-tab, whitespace-indentation)
12734 (whitespace-empty):
12735 * emulation/cua-base.el (cua-global-mark):
12736 * eshell/em-prompt.el (eshell-prompt):
12737 * net/newst-plainview.el (newsticker-new-item-face)
12738 (newsticker-old-item-face, newsticker-immortal-item-face)
12739 (newsticker-obsolete-item-face, newsticker-date-face)
12740 (newsticker-statistics-face, newsticker-default-face):
12741 * net/newst-reader.el (newsticker-feed-face)
12742 (newsticker-extra-face, newsticker-enclosure-face):
12743 * net/newst-treeview.el (newsticker-treeview-face)
12744 (newsticker-treeview-new-face, newsticker-treeview-old-face)
12745 (newsticker-treeview-immortal-face)
12746 (newsticker-treeview-obsolete-face)
12747 (newsticker-treeview-selection-face):
12748 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
12749 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
12750 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
12751 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
12752 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12753 (nxml-outline-active-indicator, nxml-outline-ellipsis):
12754 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12755 (mpuz-text):
12756 * progmodes/vera-mode.el (vera-font-lock-number)
12757 (vera-font-lock-function, vera-font-lock-interface):
12758 * textmodes/table.el (table-cell): Use new-style face specs, and
12759 don't use the old :bold and :italic attributes.
12760
12761 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12762 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
12763 (ebrowse-member-class, ebrowse-progress): Likewise.
12764 (ebrowse-tree-mark-face, ebrowse-root-class-face)
12765 (ebrowse-file-name-face, ebrowse-default-face)
12766 (ebrowse-member-attribute-face, ebrowse-member-class-face)
12767 (ebrowse-progress-face): Remove obsolete faces.
12768
12769 * progmodes/flymake.el (flymake-errline, flymake-warnline):
12770 Inherit from error and warning faces respectively.
12771
12772 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12773 Likewise.
12774 (flyspell-incorrect-face, flyspell-duplicate-face):
12775 Remove obsolete aliases.
12776
12777 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
12778
12779 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12780 Avoid infloop.
12781
12782 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12783
12784 * startup.el (argv, argi): Make lexically scoped.
12785 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
12786 * emacs-lisp/cl-macs.el: Use lexical-binding.
12787 Rename cl-bind-* to cl--bind-*.
12788 * files.el: Don't require `cl' since it doesn't use it.
12789 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
12790
12791 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
12792
12793 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
12794 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
12795 instead of calling external sort utility.
12796 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
12797
12798 2012-06-08 Eli Zaretskii <eliz@gnu.org>
12799
12800 * descr-text.el (describe-char): Mention how to insert the
12801 character, if the current input method doesn't support it.
12802 See the discussion in this thread for the details:
12803 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
12804
12805 2012-06-08 Sam Steingold <sds@gnu.org>
12806
12807 * bindings.el (global-map): Bind XF86Forward to next-buffer and
12808 XF86Back to previous-buffer.
12809 (minibuffer-local-map): Bind them to next-history-element and
12810 previous-history-element respectively.
12811 * help-mode.el (help-mode-map): Bind them to help-go-forward and
12812 help-go-back respectively.
12813 * info.el (Info-mode-map): Bind them to Info-history-forward and
12814 Info-history-back respectively.
12815 These are the keys next to Up on the ThinkPad keyboard.
12816
12817 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
12818
12819 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
12820 * emacs-lisp/cl-macs.el: Provide itself.
12821 (cl--labels-convert-cache): New var.
12822 (cl--labels-convert): New function.
12823 (cl-flet, cl-labels): New implementation with new semantics, relying on
12824 lexical-binding.
12825 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
12826 (cl-closure-vars, cl--function-convert-cache)
12827 (cl--function-convert): Move from cl-macs.el.
12828 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
12829 rename by removing the "cl-" prefix.
12830 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
12831
12832 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12833
12834 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
12835 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
12836 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
12837 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
12838 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
12839 (cl-hash-table-count): Add old compatibility aliases.
12840
12841 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
12842 Use macroexpand-all-environment instead.
12843 (cl--old-macroexpand): New var.
12844 (cl--sm-macroexpand): New function.
12845 (cl-symbol-macrolet): Use it during macro expansion.
12846 (cl--function-convert-cache): New var.
12847 (cl--function-convert): New function, extracted from
12848 cl-macroexpand-all.
12849 (cl-lexical-let): Use it.
12850
12851 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
12852 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
12853 (cl-member): Remove old alias.
12854
12855 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
12856 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
12857 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
12858 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
12859 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
12860 (cl-macroexpand-cmacs): Remove var.
12861 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
12862 Use macroexpand-all instead.
12863
12864 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12865
12866 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
12867 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
12868 (macroexp-copyable-p): New functions and macros.
12869 * emacs-lisp/edebug.el (edebug-unwrap):
12870 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
12871 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
12872 (pcase--let*): Remove.
12873 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
12874 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
12875 macroexp-const-p instead.
12876 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
12877
12878 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
12879 instead of "cl-" for internal definitions. Use macroexp-const-p.
12880 (cl-old-bc-file-form): Remove var.
12881 (cl-const-exprs-p): Remove fun.
12882 (cl-labels, cl-macrolet): Use backquote.
12883 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
12884 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
12885 (cl-define-setf-expander): Rename from cl-define-setf-method.
12886 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
12887
12888 * international/mule-cmds.el: Don't require CL.
12889 (view-hello-file): Don't use `letf'.
12890
12891 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12892
12893 * tmm.el (tmm-prompt): Use string-prefix-p.
12894 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
12895 (tmm-add-prompt): Use minibuffer-completion-help.
12896 (tmm-delete-map): Remove.
12897
12898 * subr.el (kbd): Make it its own function.
12899
12900 2012-06-07 Stefan Merten <smerten@oekonux.de>
12901
12902 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
12903 Silence compiler warnings. Fix versions.
12904 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
12905 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
12906 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
12907 (rst-package-emacs-version-alist): Correct Emacs version to
12908 represent major merge with upstream.
12909 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
12910
12911 2012-06-06 Glenn Morris <rgm@gnu.org>
12912
12913 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
12914 Only print environment variables if set.
12915
12916 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12917
12918 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
12919 (macroexp--cons): Rename from maybe-cons.
12920 (macroexp--accumulate): Rename from macroexp-accumulate.
12921 (macroexp--all-forms): Rename from macroexpand-all-forms.
12922 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
12923 (macroexp--expand-all): Rename from macroexpand-all-1.
12924
12925 2012-06-06 Sam Steingold <sds@gnu.org>
12926
12927 * calendar/calendar.el (calendar-in-read-only-buffer):
12928 Call `special-mode' to enable the standard read-only keybindings.
12929
12930 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
12931
12932 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
12933 with "loading" messages (bug#11635).
12934
12935 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
12936
12937 * files.el (enable-remote-dir-locals): New option.
12938 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
12939
12940 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
12941 Ensure, that the temp directory is local.
12942
12943 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
12944 `temporary-file-directory'.
12945
12946 * progmodes/python.el (python-send-region): Ensure, that the
12947 temporary file is created also in the remote case.
12948
12949 2012-06-06 Glenn Morris <rgm@gnu.org>
12950
12951 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
12952 (vc-rcs-update-changelog): Use it.
12953
12954 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
12955
12956 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
12957 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
12958 (vc-sccs-diff): Replace use of the external vcdiff script.
12959
12960 2012-06-05 Glenn Morris <rgm@gnu.org>
12961
12962 * ledit.el: Move to obsolete/.
12963
12964 2012-06-05 Sam Steingold <sds@gnu.org>
12965
12966 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
12967 patch (Bug#11140).
12968
12969 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12970
12971 * emacs-lisp/cust-print.el: Move to obsolete.
12972
12973 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
12974 compiler-macro expansion.
12975
12976 Add native compiler-macro support.
12977 * emacs-lisp/macroexp.el (macroexpand-all-1):
12978 Support compiler-macros directly. Properly follow aliases and apply
12979 the compiler macros more thoroughly.
12980 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
12981 macroexpand now properly follows aliases.
12982 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
12983 (cl-compiler-macroexpand): Use new prop.
12984 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
12985
12986 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
12987
12988 2012-06-05 Martin Rudalics <rudalics@gmx.at>
12989
12990 * window.el (get-lru-window, get-mru-window, get-largest-window):
12991 New argument NOT-SELECTED to avoid picking the selected window.
12992 (window--display-buffer-1, window--display-buffer-2): Replace by
12993 new function window--display-buffer
12994 (display-buffer-same-window, display-buffer-reuse-window)
12995 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12996 Use window--display-buffer.
12997 (display-buffer-use-some-window): Remove temporary dedication
12998 hack by calling get-lru-window and get-largest-window with
12999 NOT-SELECTED argument non-nil. Call window--display-buffer.
13000
13001 2012-06-05 Glenn Morris <rgm@gnu.org>
13002
13003 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
13004 Replace external vcdiff script.
13005
13006 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
13009
13010 2012-06-04 Chong Yidong <cyd@gnu.org>
13011
13012 * image.el (imagemagick-types-inhibit): Revert last change.
13013 Add INFO and M.
13014 (imagemagick-enabled-types): Remove CIN and EPS*.
13015
13016 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13017
13018 * emacs-lisp/cl-lib.el: Rename from cl.el.
13019 * emacs-lisp/cl.el: New compatibility file.
13020 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
13021 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
13022 to obey the "cl-" prefix.
13023 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
13024
13025 2012-06-03 Glenn Morris <rgm@gnu.org>
13026
13027 * emacs-lisp/authors.el (authors-aliases): Addition.
13028
13029 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
13030 Fix :version.
13031
13032 2012-06-03 Stefan Merten <smerten@oekonux.de>
13033
13034 * textmodes/rst.el: Add comments.
13035 (rst-transition, rst-adornment): New faces.
13036 (rst-adornment-faces-alist): Make default safe to reevaluate.
13037 Fixes
13038 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
13039 Improve customization tags.
13040 (rst-define-level-faces): Clarify meaning.
13041
13042 2012-06-03 Chong Yidong <cyd@gnu.org>
13043
13044 * progmodes/compile.el (compilation-mode-line-fail)
13045 (compilation-mode-line-run, compilation-mode-line-exit):
13046 New faces.
13047 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
13048
13049 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
13050
13051 * progmodes/which-func.el (which-func-update-ediff-windows):
13052 New function. Use it in ediff-select-hook (Bug#11478).
13053
13054 2012-06-03 Chong Yidong <cyd@gnu.org>
13055
13056 * bindings.el: Remove explicit help text from format-mode-line.
13057 It is now supplied by mode-line-default-help-echo.
13058 (mode-line-front-space, mode-line-end-spaces)
13059 (mode-line-misc-info): New variables.
13060 (mode-line-modes, mode-line-position): Move the default value to
13061 the variable definition.
13062 (mode-line-default-help-echo): New defcustom.
13063 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
13064 (mode-line-modified-help-echo): New functions.
13065 (mode-line-mule-info, mode-line-modified): Use them.
13066 (mode-line-eol-desc, propertized-buffer-identification):
13067 Consistency fixes for help text.
13068 (mode-line-coding-system-map): Allow using mouse-3 to invoke
13069 set-buffer-file-coding-system (Bug#289).
13070 (mode-line-mule-info-help-echo): Update help text.
13071
13072 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13073
13074 * simple.el (execute-extended-command): Set real-this-command
13075 (bug#11506).
13076
13077 2012-06-02 Chong Yidong <cyd@gnu.org>
13078
13079 Remove incorrect uses of "modeline" in comments, docstrings, and
13080 function/variable names (Bug#10329).
13081
13082 * cus-edit.el (mode-line):
13083 * dframe.el (dframe-mouse-hscroll):
13084 * emacs-lisp/re-builder.el:
13085 * emacs-lisp/easy-mmode.el (define-minor-mode):
13086 * frame.el (set-frame-name):
13087 * help.el (lookup-minor-mode-from-indicator):
13088 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
13089 * progmodes/cc-cmds.el (c-toggle-auto-newline)
13090 (c-toggle-hungry-state):
13091 * progmodes/antlr-mode.el (antlr-language-alist):
13092 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
13093 * progmodes/vhdl-mode.el (vhdl-mode):
13094 * progmodes/which-func.el (which-func, which-func-cleanup-function):
13095 * term/ns-win.el (ns-face-at-pos):
13096 * term/sup-mouse.el (sup-mouse-report):
13097 * textmodes/flyspell.el (flyspell-mode-line-string):
13098 * textmodes/ispell.el (ispell-highlight-face):
13099 * textmodes/reftex-global.el:
13100 * vc/vc-arch.el (vc-arch-mode-line-string):
13101 * vc/vc-cvs.el (vc-cvs-mode-line-string):
13102 * vc/vc-git.el (vc-git-mode-line-string):
13103 * vc/vc-hooks.el (vc-display-status)
13104 (vc-default-mode-line-string):
13105 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
13106
13107 * ansi-color.el (ansi-color-faces-vector): Change default faces.
13108
13109 * dired.el (dired-sort-set-mode-line): Rename from
13110 dired-sort-set-modeline. All callers changed.
13111
13112 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
13113 eshell-status-in-modeline.
13114
13115 * foldout.el (foldout-mode-line-string): Rename from
13116 foldout-modeline-string. All callers changed.
13117 (foldout-update-mode-line): Rename from foldout-update-modeline.
13118
13119 * subr.el (redraw-modeline): Make into obsolete alias.
13120
13121 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
13122 timeclock-modeline-display. Make old name an alias.
13123 (timeclock-update-mode-line): Likewise. All callers changed.
13124 (timeclock-mode-line-display): No need to check before using
13125 add-hook.
13126 (timeclock-relative, timeclock-day-over-hook)
13127 (timeclock-use-elapsed, timeclock-mode-string)
13128 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
13129
13130 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
13131 crisp-mode-modeline-string.
13132
13133 * play/solitaire.el (solitaire-build-mode-line): Rename from
13134 solitaire-build-modeline. All callers changed.
13135
13136 * play/zone.el (zone-hiding-mode-line): Rename from
13137 zone-hiding-modeline. All callers changed.
13138 (zone): Remove unusued `modeline-hidden-level' property.
13139
13140 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
13141 xscheme-modeline-initialize. All callers changed.
13142
13143 * strokes.el (strokes-lighter): Rename from
13144 strokes-modeline-string.
13145
13146 * textmodes/sgml-mode.el (html-face-tag-alist)
13147 (html-tag-face-alist): Use mode-line face instead of obsolete
13148 alias modeline.
13149
13150 2012-06-02 Stefan Merten <smerten@oekonux.de>
13151
13152 * textmodes/rst.el: Always require `cl'.
13153 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
13154
13155 2012-06-02 Chong Yidong <cyd@gnu.org>
13156
13157 * image.el (imagemagick-enabled-types): Rename from
13158 imagemagick-types-enable. Add many more types.
13159 (imagemagick-types-inhibit): Change default to nil.
13160 (imagemagick-filter-types): Caller changed.
13161
13162 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13163
13164 * emacs-lisp/cl-macs.el: Use backquotes.
13165 (cl-transform-function-property): Use eval-and-compile rather than
13166 abusing `require'.
13167 (defstruct): Use declare-function instead of with-no-warnings.
13168
13169 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
13170 (byte-compile-output-docform): Re-add the print-circle bindings.
13171 (byte-compile-fix-header): Use #$ just because it's shorter.
13172 (byte-compile-output-file-form): Remove defun/defmacro.
13173
13174 2012-06-01 Martin Rudalics <rudalics@gmx.at>
13175
13176 * simple.el (choose-completion): Remove now obsolete binding for
13177 owindow.
13178
13179 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
13180
13181 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
13182 in order to avoid "Stack overflow in regexp matcher".
13183
13184 2012-05-31 Glenn Morris <rgm@gnu.org>
13185
13186 * image.el: For clarity, call imagemagick-register-types at
13187 top-level, rather than relying on a custom :initialize.
13188 (imagemagick-types-enable): New option. (Bug#11557)
13189 (imagemagick-filter-types): New function. (Bug#7406)
13190 (imagemagick-register-types): Use imagemagick-filter-types.
13191 If disabling support, remove elements altogether rather
13192 than using an impossible regexp.
13193 (imagemagick-types-inhibit): Give it the default init function.
13194
13195 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13196
13197 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
13198 Handle arbitrary file name lengths (Bug#11585).
13199
13200 2012-05-31 Martin Rudalics <rudalics@gmx.at>
13201
13202 * desktop.el (desktop-read): Clear previous and next buffers for
13203 all windows and bury *Messages* buffer (bug#11556).
13204
13205 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13206
13207 Add `declare' for `defun'. Align `defmacro's with it.
13208 * emacs-lisp/easy-mmode.el (define-minor-mode)
13209 (define-globalized-minor-mode): Don't autoload the var definitions.
13210 * emacs-lisp/byte-run.el: Use lexical-binding.
13211 (defun-declarations-alist, macro-declarations-alist): New vars.
13212 (defmacro, defun): Use them.
13213 (make-obsolete, define-obsolete-function-alias)
13214 (make-obsolete-variable, define-obsolete-variable-alias):
13215 Use `declare'.
13216 (macro-declaration-function): Mark obsolete.
13217 * emacs-lisp/autoload.el: Use lexical-binding.
13218 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
13219
13220 2012-05-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13221
13222 * textmodes/ispell.el (ispell-with-no-warnings):
13223 Define as a macro.
13224 (ispell-kill-ispell, ispell-change-dictionary):
13225 Use `called-interactively-p' for Emacs instead of obsolete
13226 `interactive-p'.
13227
13228 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13229
13230 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
13231 (macro-declaration-function): Move var from C code.
13232 (macro-declaration-function): Define function with defalias.
13233 * emacs-lisp/macroexp.el (macroexpand-all-1):
13234 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
13235 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
13236 defun/defmacro any more.
13237 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
13238 Provide fallback for unknown arglist.
13239 (byte-compile-arglist-warn): Change calling convention.
13240 (byte-compile-output-file-form): Move print-vars binding.
13241 (byte-compile-output-docform): Simplify accordingly.
13242 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
13243 (byte-compile-defmacro-declaration): Remove.
13244 (byte-compile-file-form-defmumble): Generalize to defalias.
13245 (byte-compile-output-as-comment): Return byte-positions.
13246 Simplify callers accordingly.
13247 (byte-compile-lambda): Use `assert'.
13248 (byte-compile-defun, byte-compile-defmacro): Remove.
13249 (byte-compile-file-form-defalias):
13250 Use byte-compile-file-form-defmumble.
13251 (byte-compile-defalias-warn): Remove.
13252
13253 2012-05-29 Stefan Merten <smerten@oekonux.de>
13254
13255 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
13256 possible. Fix authors. Improve comments. Improve loading of `cl'.
13257
13258 (rst-mode-abbrev-table): Merge definition.
13259 (rst-mode): Make sure `font-lock-defaults' is buffer local.
13260 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
13261
13262 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
13263
13264 * calendar/icalendar.el
13265 (icalendar-export-region): Export UID properly.
13266
13267 2012-05-29 Leo Liu <sdl.web@gmail.com>
13268 * calendar/icalendar.el (icalendar-import-format):
13269 Add `icalendar-import-format-uid' (Bug#11525).
13270 (icalendar-import-format-uid): New.
13271 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
13272 Export UID.
13273
13274 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
13277 different alternative patterns.
13278 (pcase-codegen): Be more careful to preserve identity.
13279 (pcase--u1): Don't forget to mark vars as used.
13280
13281 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
13282 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
13283 (byte-compile-from-buffer): ...rather than here.
13284
13285 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
13286 functions from byte-compile-function-environment.
13287
13288 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
13289
13290 * window.el (window-deletable-p): Avoid deleting the root window
13291 of a frame with an active minibuffer.
13292
13293 2012-05-29 Martin Rudalics <rudalics@gmx.at>
13294
13295 * simple.el (choose-completion): Use quit-window (Bug#11567).
13296
13297 2012-05-29 Chong Yidong <cyd@gnu.org>
13298
13299 * whitespace.el (whitespace-cleanup): Fix usage of
13300 whitespace-empty-at-bob-regexp (Bug#11492).
13301
13302 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13303
13304 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
13305 revert (Bug#11488).
13306
13307 2012-05-29 Juri Linkov <juri@jurta.org>
13308
13309 * isearch.el (isearch-mode-map): Bind `M-s _' to
13310 `isearch-toggle-symbol'. Bind `M-s c' to
13311 `isearch-toggle-case-fold'.
13312 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
13313 (isearch-forward): Add `M-s _' to the docstring.
13314 (isearch-forward-symbol, isearch-toggle-case-fold)
13315 (isearch-symbol-regexp): New functions. (Bug#11381)
13316
13317 2012-05-29 Juri Linkov <juri@jurta.org>
13318
13319 * isearch.el (isearch-word): Add docstring. (Bug#11381)
13320 (isearch-occur, isearch-search-and-update): If `isearch-word' is
13321 a function, call it to get the regexp.
13322 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
13323 property `isearch-message-prefix' instead of the string "word ".
13324 (isearch-search-fun-default): For the case of `isearch-word',
13325 return a lambda that calls re-search-forward/re-search-backward
13326 with a regexp returned by `word-search-regexp' or by the function
13327 in `isearch-word'.
13328
13329 2012-05-29 Juri Linkov <juri@jurta.org>
13330
13331 * isearch.el (isearch-search-fun-default): New function.
13332 (isearch-search-fun): Move default part to the new function
13333 `isearch-search-fun-default'.
13334 (isearch-search-fun-function): Set the default value to
13335 `isearch-search-fun-default'. (Bug#11381)
13336
13337 * comint.el (comint-history-isearch-end):
13338 Use `isearch-search-fun-default'.
13339 (comint-history-isearch-search): Use `isearch-search-fun-default'
13340 and remove spacial case for `isearch-word'.
13341 (comint-history-isearch-wrap): Remove spacial case for
13342 `isearch-word'.
13343
13344 * hexl.el (hexl-isearch-search-function):
13345 Use `isearch-search-fun-default'.
13346
13347 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
13348 Use `word-search-regexp' for `isearch-word'.
13349
13350 * misearch.el (multi-isearch-search-fun):
13351 Use `isearch-search-fun-default'.
13352
13353 * simple.el (minibuffer-history-isearch-search):
13354 Use `isearch-search-fun-default' and remove spacial case for
13355 `isearch-word'.
13356 (minibuffer-history-isearch-wrap): Remove spacial case for
13357 `isearch-word'.
13358
13359 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
13360 Remove spacial case for `isearch-word'.
13361 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
13362
13363 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13364
13365 Decrease XEmacs incompatibilities.
13366 * textmodes/flyspell.el (flyspell-check-pre-word-p):
13367 Use `string-match'.
13368 (flyspell-delete-region-overlays): Use alternative definition for
13369 XEmacs.
13370 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
13371 (flyspell-word): Use `process-kill-without-query' if XEmacs.
13372 (flyspell-mode-on): Use `interactive-p' if XEmacs.
13373 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
13374 `define-obsolete-face-alias' under XEmacs, but old method.
13375
13376 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
13377 `with-no-warnings' definition or Emacs alias.
13378 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
13379 (ispell-word): Do not use `region-p' if XEmacs.
13380
13381 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13382
13383 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13384 Check for `ispell-dictionary-base-alist' instead of full
13385 `ispell-dictionary-alist'.
13386 (ispell-init-process): Show spellchecker when starting new Ispell
13387 process.
13388
13389 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13390
13391 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
13392 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
13393
13394 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
13395
13396 * version.el (motif-version-string, gtk-version-string)
13397 (ns-version-string): Declare.
13398
13399 2012-05-27 Juri Linkov <juri@jurta.org>
13400
13401 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
13402 after the `eval-defun-1' specialcaseing
13403 like in `edebug-eval-defun' (bug#10181).
13404
13405 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
13406 like in `eval-defun-1'.
13407
13408 2012-05-27 Eli Zaretskii <eliz@gnu.org>
13409
13410 * mail/sendmail.el (mail-yank-region):
13411 Recognize rmail-yank-current-message in addition to insert-buffer.
13412 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
13413 a *mail* buffer created through rmail-start-mail with sendmail as
13414 mail-user-agent.
13415
13416 2012-05-27 Chong Yidong <cyd@gnu.org>
13417
13418 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
13419 Default to 256 (Bug#11267).
13420
13421 * help.el (describe-mode): Doc fix.
13422
13423 2012-05-26 Glenn Morris <rgm@gnu.org>
13424
13425 * w32-fns.el (w32-init-info): Remove.
13426 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
13427
13428 * info.el (info-initialize): For self-contained NS builds, put the
13429 included info/ directory at the front. (Bug#2791)
13430
13431 * paths.el (Info-default-directory-list): Make it a defcustom,
13432 mainly so that we can use custom-initialize-delay.
13433
13434 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
13435
13436 * subr.el (buffer-has-markers-at): Mark obsolete.
13437
13438 * subr.el (lambda): Use declare.
13439
13440 * emacs-lisp/lisp-mode.el (lambda):
13441 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
13442
13443 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13444
13445 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
13446
13447 2012-05-26 Glenn Morris <rgm@gnu.org>
13448
13449 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
13450
13451 2012-05-25 Glenn Morris <rgm@gnu.org>
13452
13453 * paths.el: Remove no-byte-compile.
13454 * loadup.el: No need to load paths.el uncompiled.
13455
13456 * image.el (imagemagick-types-inhibit): Doc fix.
13457
13458 * version.el: Remove no-byte-compile and associated formatting.
13459 * loadup.el: No need to load version.el uncompiled. AFAICS, this
13460 is ancient code from when there was an "inc-vers.el".
13461
13462 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13463
13464 * progmodes/gdb-mi.el: Minor style changes.
13465 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
13466 Turn into minor modes.
13467 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
13468 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
13469 (gdb-shell): Remove unneeded let-binding.
13470 (gdb-get-many-fields): Eliminate O(n²) behavior.
13471
13472 2012-05-25 Eli Zaretskii <eliz@gnu.org>
13473
13474 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
13475 platforms that don't link in fontset.c.
13476
13477 2012-05-25 Juri Linkov <juri@jurta.org>
13478
13479 Use the same diff color scheme as in modern VCSes (bug#10181).
13480
13481 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
13482 to avoid confusion with `diff-added' that now uses green colors.
13483 (diff-removed): Use shades of red.
13484 (diff-added): Use shades of green.
13485 (diff-changed): Leave just the yellow color.
13486 (diff-use-changed-face): New variable.
13487 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
13488 how to highlight context diff changes.
13489 (diff-refine-change): Use shades of yellow.
13490 (diff-refine-removed): New face that uses shades of red.
13491 (diff-refine-added): New face that uses shades of green.
13492 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
13493 `diff-refine-removed' in the call to `smerge-refine-subst'
13494 depending on the value of `diff-use-changed-face'.
13495
13496 * vc/smerge-mode.el (smerge-mine): Use shades of red.
13497 (smerge-other): Use shades of green.
13498 (smerge-base): Use shades of yellow.
13499 (smerge-refined-change): Empty face.
13500 (smerge-refined-removed): New face that uses shades of red.
13501 (smerge-refined-added): New face that uses shades of green.
13502 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
13503 args `props-r' and `props-a', and use them. Doc fix.
13504 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
13505 on its value use different faces `smerge-refined-change',
13506 `smerge-refined-removed', `smerge-refined-added' in the call to
13507 `smerge-refine-subst'.
13508
13509 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
13510 Add face condition `min-colors 88' with shades of red.
13511 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
13512 `min-colors 88' with shades of green.
13513 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
13514 `min-colors 88' with shades of yellow.
13515
13516 2012-05-24 Glenn Morris <rgm@gnu.org>
13517
13518 * paths.el (prune-directory-list, remote-shell-program): Move to...
13519 * files.el (prune-directory-list, remote-shell-program): ...here.
13520 For the latter, delay initialization, prefer ssh, just search PATH.
13521
13522 * paths.el (term-file-prefix): Move to faces.el (the only user).
13523 * faces.el (term-file-prefix): Move here, make it a defcustom.
13524
13525 * paths.el (news-directory, news-path, news-inews-program):
13526 Move to gnus/nnspool.el.
13527
13528 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
13529
13530 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
13531 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13532 Make the latter a defcustom, with a delayed initialization.
13533
13534 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
13535 These were deleted from Gnus itself late 2010.
13536
13537 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
13538
13539 * progmodes/which-func.el (which-func-ff-hook):
13540 Check against user-error, not error.
13541
13542 * emacs-lisp/edebug.el (top): Do not load or set up loading of
13543 cl-specs.el, which no longer exists.
13544
13545 2012-05-22 Glenn Morris <rgm@gnu.org>
13546
13547 * info.el (info-emacs-bug): New command.
13548 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
13549 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
13550
13551 2012-05-21 Glenn Morris <rgm@gnu.org>
13552
13553 * makefile.w32-in (update-subdirs-SH):
13554 * Makefile.in (update-subdirs): Update for moved update-subdirs.
13555
13556 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13557
13558 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
13559
13560 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13561 Simplify Maven regexp, and make sure the file can't start with a space
13562 (bug#11517).
13563
13564 2012-05-21 Glenn Morris <rgm@gnu.org>
13565
13566 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
13567 Scrap superfluous subshells.
13568
13569 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13570
13571 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
13572 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
13573
13574 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
13575
13576 * calc/calc.el (calc-ensure-consistent-units): New variable.
13577
13578 * calc/calc-units.el (math-consistent-units-p)
13579 (math-check-unit-consistency): New functions.
13580 (calc-quick-units, calc-convert-units):
13581 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
13582 is non-nil.
13583 (calc-extract-units): Fix typo.
13584
13585 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13586
13587 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
13588
13589 * textmodes/flyspell.el: Commenting style, plus code simplifications.
13590 (flyspell-default-deplacement-commands): Don't spell check after
13591 repeated window/frame switches (e.g. triggered by mouse-movement).
13592 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
13593 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
13594 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
13595 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
13596 Remove unused vars.
13597 (flyspell-get-casechars, flyspell-get-not-casechars):
13598 Simplify; Don't bother removing a ] just to add it back.
13599 * textmodes/ispell.el (ispell-program-name): Use executable-find.
13600
13601 2012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
13602
13603 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
13604 New functions.
13605 (math-function-table): Add support for more C functions.
13606
13607 2012-05-18 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13608
13609 * textmodes/flyspell.el (flyspell-check-pre-word-p)
13610 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13611 Protect delay handling for otherchars against empty otherchars.
13612
13613 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13614
13615 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
13616 their respective macro declarations.
13617 * skeleton.el (define-skeleton):
13618 * progmodes/compile.el (define-compilation-mode):
13619 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
13620 (define-ibuffer-filter):
13621 * emacs-lisp/generic.el (define-generic-mode):
13622 * emacs-lisp/easy-mmode.el (define-minor-mode)
13623 (define-globalized-minor-mode):
13624 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
13625 * emacs-lisp/byte-run.el (defsubst):
13626 * custom.el (deftheme): Add doc-string metadata.
13627
13628 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13629
13630 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
13631
13632 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13633
13634 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
13635
13636 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
13637 * emacs-lisp/cl-macs.el: Idem.
13638 * emacs-lisp/cl-specs.el: Remove.
13639
13640 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13641
13642 Minor renaming of internal CL functions and variables.
13643 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
13644 (cl--position): Rename from cl-position.
13645 (cl--delete-duplicates): Rename from cl-delete-duplicates.
13646 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
13647 (cl--random-state): Rename from *random-state*.
13648
13649 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13650
13651 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
13652 parens around the arg list (bug#11499).
13653
13654 2012-05-17 Juri Linkov <juri@jurta.org>
13655
13656 * isearch.el (word-search-regexp, word-search-backward)
13657 (word-search-forward, word-search-backward-lax)
13658 (word-search-forward-lax): Move functions from search.c
13659 (bug#10145, bug#11381).
13660
13661 2012-05-16 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13662
13663 * textmodes/flyspell.el (flyspell-check-pre-word-p)
13664 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
13665 Delay for otherchars as for normal word components.
13666
13667 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13668
13669 * minibuffer.el (completion--sifn-requote): Fix last change.
13670 (minibuffer-local-must-match-filename-map):
13671 Move define-obsolete-variable-alias before its var.
13672
13673 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13674
13675 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
13676
13677 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
13678 behavior.
13679 (completion--string-equal-p): New function.
13680 (completion--twq-all): Use it to get better assertion failure data.
13681
13682 Only handle ".." and '..' quoting in shell-mode (bug#11466).
13683 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
13684 (shell--requote-argument): New functions.
13685 (shell-completion-vars): Use them.
13686 (shell--parse-pcomplete-arguments): Rename from
13687 shell-parse-pcomplete-arguments.
13688 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
13689 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
13690 Obey comint-file-name-quote-list.
13691
13692 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
13693 (smie-indent-keyword): Use it.
13694
13695 2012-05-14 Stefan Merten <smerten@oekonux.de>
13696
13697 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
13698
13699 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
13700
13701 * net/rlogin.el (rlogin-mode-map): Fix last change.
13702
13703 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
13704
13705 * mail/smtpmail.el (smtpmail-send-command): Send the command and
13706 the following \r\n using a single `process-send-string', since the
13707 Lotus SMTP server refuses to accept any commands if they are sent
13708 with two `process-send-string's (Bug#11444).
13709
13710 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
13711
13712 * shell.el (shell-parse-pcomplete-arguments):
13713 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
13714
13715 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
13716
13717 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
13718 (image-transform-scale, image-transform-right-angle-fudge): New vars.
13719 (image-transform-width, image-transform-fit-width): New functions.
13720 (image-transform-properties): Use them.
13721 (image-transform-check-size): New function.
13722 (image-toggle-display-image): Use it (for testing).
13723 (image-transform-set-rotation): Reduce angle mod 360.
13724 Delete obsolete comment.
13725
13726 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
13727
13728 * image-mode.el: Fix scaling (bug#11399).
13729 (image-transform-resize): Doc fix.
13730 (image-transform-properties): Default scale is 1 and height should
13731 be an integer.
13732
13733 2012-05-13 Johan BockgĂ¥rd <bojohan@gnu.org>
13734
13735 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
13736 than hard-coding `car', to fix misbehavior when moving forward.
13737
13738 2012-05-13 Chong Yidong <cyd@gnu.org>
13739
13740 * emacs-lisp/tabulated-list.el (tabulated-list-format)
13741 (tabulated-list-entries, tabulated-list-padding)
13742 (tabulated-list-sort-key): Make permanent-local.
13743
13744 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
13745 (electric-buffer-list): Put electric buffer menu
13746 command descriptions in this docstring, instead of the docstring
13747 of electric-buffer-menu-mode. Code cleanups.
13748 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
13749 Electric-buffer-menu-mode.
13750 (electric-buffer-update-highlight): Minor code cleanup.
13751
13752 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
13753
13754 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
13755 (Bug#11447)
13756
13757 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13758
13759 Move define-obsolete-variable-alias before the var's definition.
13760 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
13761 * tooltip.el (tooltip-hook):
13762 * textmodes/reftex-toc.el (reftex-toc-map):
13763 * textmodes/reftex-sel.el (reftex-select-label-map)
13764 (reftex-select-bib-map):
13765 * textmodes/reftex-index.el (reftex-index-map)
13766 (reftex-index-phrases-map):
13767 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
13768 * progmodes/meta-mode.el (meta-mode-map):
13769 * novice.el (disabled-command-hook):
13770 * loadhist.el (unload-hook-features-list):
13771 * frame.el (blink-cursor):
13772 * files.el (find-file-not-found-hooks, write-file-hooks)
13773 (write-contents-hooks):
13774 * emulation/tpu-edt.el (GOLD-map):
13775 * emacs-lock.el (emacs-lock-from-exiting):
13776 * emacs-lisp/generic.el (generic-font-lock-defaults):
13777 * emacs-lisp/chart.el (chart-map):
13778 * dos-fns.el (register-name-alist):
13779 * dired-x.el (dired-omit-files-p):
13780 * desktop.el (desktop-enable):
13781 * cus-edit.el (custom-mode-hook):
13782 * buff-menu.el (buffer-menu-mode-hook):
13783 * bookmark.el (bookmark-read-annotation-text-func)
13784 (bookmark-exit-hooks):
13785 * allout.el (allout-mode-deactivate-hook)
13786 (allout-exposure-change-hook, allout-structure-added-hook)
13787 (allout-structure-deleted-hook, allout-structure-shifted-hook):
13788 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
13789 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
13790 comes before the corresponding variable's definition.
13791
13792 2012-05-12 Chong Yidong <cyd@gnu.org>
13793
13794 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
13795 (Buffer-menu-mouse-select): Restore function (Bug#11459).
13796 (Buffer-menu-mode-map): Bind it.
13797 (Buffer-menu--pretty-name): Add a mouse-face property.
13798
13799 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
13800
13801 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
13802 (prolog-upper-case-string, prolog-lower-case-string)
13803 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
13804 (prolog-use-smie, prolog-smie-grammar): New vars.
13805 (prolog-smie-forward-token, prolog-smie-backward-token)
13806 (prolog-smie-rules): New funs.
13807 (prolog-comment-indent): Remove.
13808 (prolog-mode-variables): Use default comment indentation instead.
13809 Setup SMIE.
13810 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
13811 (prolog-mode): Don't call them any more.
13812 (prolog-electric-colon, prolog-electric-dash)
13813 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
13814
13815 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
13816
13817 * minibuffer.el (completion--twq-all): Again, allow case differences.
13818
13819 * term.el: Move keymap initialization code to be more idiomatic.
13820 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
13821 (term-terminal-menu): Move initialization into declaration.
13822 (term-escape-char): Let the user set it in her .emacs.
13823
13824 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
13825 Provide SMIE-based indentation (not enabled by default yet).
13826 (sh-mode-map): Don't bind electric keys.
13827 Use electric-pair-mode instead of skeleton-pair.
13828 (sh-assignment-regexp): Fit within 80 columns.
13829 (sh-indent-supported): Specify actual shell name instead of boolean.
13830 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
13831 (sh-maybe-here-document): Use it. Make obsolete.
13832 (sh-electric-here-document-mode) New minor mode.
13833 (sh-mode): Use it. Don't set sh-indent-supported-here here.
13834 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
13835 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
13836 (sh-smie-rc-grammar, sh-use-smie): New vars.
13837 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
13838 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
13839 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
13840 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
13841 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
13842 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
13843 (sh-set-shell): Use smie-setup if requested.
13844
13845 * term.el (term-set-escape-char): Properly set term-escape-char.
13846 See http://stackoverflow.com/questions/10524656.
13847
13848 2012-05-10 Chong Yidong <cyd@gnu.org>
13849
13850 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
13851 Use url-generic-parse-url, and handle host names and Windows
13852 filenames properly.
13853 (ffap-url-unwrap-remote): Use url-generic-parse-url.
13854 (ffap-url-unwrap-remote): Accept list values, specifying a list of
13855 URL schemes to work on.
13856 (ffap--toggle-read-only): New function.
13857 (ffap-read-only, ffap-read-only-other-window)
13858 (ffap-read-only-other-frame): Use it.
13859 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
13860 necessary for ffap-url-unwrap-remote.
13861
13862 2012-05-10 Dave Abrahams <dave@boostpro.com>
13863
13864 * cus-start.el (create-lockfiles): Add it.
13865
13866 2012-05-09 Chong Yidong <cyd@gnu.org>
13867
13868 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
13869 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
13870
13871 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13872
13873 * shell.el (shell-completion-vars): Fix last change (bug#11348).
13874
13875 2012-05-09 Chong Yidong <cyd@gnu.org>
13876
13877 * ansi-color.el (ansi-color-process-output): Check for validity of
13878 comint-last-output-start before using it. This avoids a bad
13879 interaction with gdb-mi's input/output buffer.
13880
13881 2012-05-09 Glenn Morris <rgm@gnu.org>
13882
13883 * files.el (dir-locals-read-from-file):
13884 Mention dir-locals in any error message.
13885
13886 2012-05-09 Chong Yidong <cyd@gnu.org>
13887
13888 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
13889 package (Bug#11410).
13890
13891 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
13892 variables into description.
13893
13894 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13895
13896 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
13897 shell-delimiter-argument-list (bug#11348).
13898 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
13899
13900 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
13901
13902 * textmodes/rst.el: Silence byte-compiler warnings.
13903 (rst-re-alist, rst-reset-section-caches): Move around.
13904 (rst-re): Use `characterp', not `char-valid-p'.
13905 (font-lock-beg, font-lock-end): Declare.
13906
13907 * progmodes/idlw-shell.el (specs): Remove reference to deleted
13908 variable `idlwave-shell-activate-alt-keybindings' and simplify.
13909
13910 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
13911
13912 2012-05-08 Glenn Morris <rgm@gnu.org>
13913
13914 * files.el (auto-mode-alist): Treat ".make" like ".mk".
13915
13916 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13917
13918 * vc/log-edit.el: Add GNU coding standards highlighting.
13919 (log-edit-font-lock-gnu-style)
13920 (log-edit-font-lock-gnu-keywords): New vars.
13921 (log-edit-font-lock-keywords): New fun.
13922 (log-edit-mode): Don't fold case in font-lock.
13923 (log-edit-font-lock-keywords): Do not assume case-folding.
13924
13925 * imenu.el: Misc cleanup. Make docstrings out of comments.
13926 Use lexical-binding.
13927 (imenu--index-alist, imenu--last-menubar-index-alist)
13928 (imenu-menubar-modified-tick): Use defvar-local.
13929 (imenu--split-menu): Remove unused var.
13930 (imenu--cleanup-seen): Declare as global.
13931 (imenu--cleanup): Use dolist.
13932
13933 * subr.el (defvar-local): Add debug spec and doc-string position.
13934
13935 2012-05-08 Glenn Morris <rgm@gnu.org>
13936
13937 * language/burmese.el, language/cham.el, language/czech.el:
13938 * language/english.el, language/georgian.el, language/greek.el:
13939 * language/japanese.el, language/khmer.el, language/korean.el:
13940 * language/lao.el, language/misc-lang.el, language/romanian.el:
13941 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
13942 * language/thai.el, language/utf-8-lang.el:
13943 Remove no-byte-compile setting.
13944
13945 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
13946
13947 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13948
13949 * progmodes/make-mode.el (makefile-browse):
13950 Remove unnecessary interactive. (Bug#11324)
13951
13952 2012-05-07 Glenn Morris <rgm@gnu.org>
13953
13954 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
13955
13956 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
13957
13958 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13959
13960 * loadup.el: Preload newcomment.el.
13961 * newcomment.el: Move autoload-only code to toplevel.
13962
13963 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
13964 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
13965 Handle new :right-align column property.
13966 (tabulated-list-print-col): Idem, plus use `display' text-property to
13967 try and preserve alignment for variable pitch fonts.
13968
13969 2012-05-07 Chong Yidong <cyd@gnu.org>
13970
13971 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
13972 (tabulated-list-use-header-line): New var.
13973 (tabulated-list-init-header): Use it.
13974 (tabulated-list-print-fake-header): New function.
13975 (tabulated-list-print): Use it.
13976 (tabulated-list-sort-button-map): Add non-header-line commands.
13977 (tabulated-list-init-header): Add column name property to basic
13978 labels as well.
13979 (tabulated-list-col-sort): Handle non-header-line button case.
13980 (tabulated-list--sort-by-column-name): Fix a corner case.
13981
13982 * buff-menu.el (list-buffers--refresh):
13983 Handle Buffer-menu-use-header-line.
13984
13985 2012-05-06 Chong Yidong <cyd@gnu.org>
13986
13987 * buff-menu.el: Convert to Tabulated List mode.
13988 (Buffer-menu-buffer+size-width): Make obsolete.
13989 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
13990 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
13991 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
13992 documentation into docstring of buffer-menu.
13993 (Buffer-menu-toggle-files-only): Add an informative message.
13994 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
13995 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
13996 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
13997 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
13998 (Buffer-menu-execute, Buffer-menu-select)
13999 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
14000 (Buffer-menu-bury): Use Tabulated List machinery.
14001 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
14002 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
14003 Delete.
14004 (list-buffers--refresh): New function.
14005 (list-buffers-noselect): Use it.
14006 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
14007 (Buffer-menu--pretty-file-name): New helper functions.
14008
14009 * loadup.el: Preload tabulated-list.
14010
14011 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
14012 tabulated-list-sort-column.
14013 (tabulated-list-init-header): Add the initial aligning space even
14014 if tabulated-list-padding is zero.
14015
14016 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
14017
14018 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
14019 whose cdr is not a cons cell correctly (bug#11038).
14020
14021 2012-05-06 Chong Yidong <cyd@gnu.org>
14022
14023 * emacs-lisp/tabulated-list.el (tabulated-list-format):
14024 Accept additional plist in column descriptors.
14025 (tabulated-list-init-header): Obey it.
14026 (tabulated-list-get-entry): New function.
14027 (tabulated-list-put-tag): Use it. Use string-width instead of
14028 length.
14029 (tabulated-list--column-number): New function.
14030 (tabulated-list-print): Use it.
14031 (tabulated-list-print-col): New function.
14032 Set `tabulated-list-column-name' property on each column's text.
14033 (tabulated-list-print-entry): Use it.
14034 (tabulated-list-delete-entry, tabulated-list-set-col):
14035 New functions.
14036 (tabulated-list-sort-column): New command (Bug#11337).
14037
14038 * buff-menu.el (list-buffers): Move C-x C-b binding from
14039 buff-menu.el to bindings.el.
14040
14041 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
14042 :advertised-binding feature.
14043
14044 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
14045
14046 * progmodes/compile.el (compilation-internal-error-properties):
14047 Calculate start position correctly when end-col is set but
14048 end-line is not (Bug#11382).
14049
14050 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
14051
14052 * man.el (Man-unindent): Use text-property-default-nonsticky to
14053 prevent untabify from inheriting face properties (Bug#11408).
14054
14055 2012-05-05 Stefan Merten <smerten@oekonux.de>
14056
14057 * textmodes/rst.el: Major merge with upstream development up to
14058 Docutils SVN r7399 / rst.el V1.2.1.
14059
14060 Clarify maintainership and authors.
14061
14062 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
14063 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
14064 (rst-official-version, rst-official-cvs-rev, rst-version)
14065 (rst-package-emacs-version-alist): New functions and variables
14066 for version information.
14067
14068 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
14069 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
14070 (rst-mode-syntax-table, rst-mode): New and corrected functions
14071 and variables representing reStructuredText features.
14072
14073 (rst-re): New function for reStructuredText regexes. Use in
14074 many places.
14075
14076 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
14077 (rst-mode-map): Rebind keys.
14078
14079 (rst-mode-lazy, rst-font-lock-keywords)
14080 (rst-font-lock-extend-region)
14081 (rst-font-lock-extend-region-internal)
14082 (rst-font-lock-extend-region-extend)
14083 (rst-font-lock-find-unindented-line-limit)
14084 (rst-font-lock-find-unindented-line-match)
14085 (rst-adornment-level, rst-font-lock-adornment-level)
14086 (rst-font-lock-adornment-match)
14087 (rst-font-lock-handle-adornment-pre-match-form)
14088 (rst-font-lock-handle-adornment-matcher): Major revision of
14089 font-locking. Integrate with other code. Use `jit-lock-mode'.
14090
14091 (rst-preferred-adornments, rst-adjust-hook)
14092 (rst-new-adornment-down, rst-preferred-bullets)
14093 (rst-preferred-bullets, rst-indent, rst-indent-width)
14094 (rst-indent-field, rst-indent-literal-normal)
14095 (rst-indent-literal-minimized, rst-indent-comment): Change,
14096 extend and improve customization.
14097
14098 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
14099 (rst-normalize-cursor-position, rst-get-decoration)
14100 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
14101 (rst-rstrip, rst-toc-insert-find-delete-contents)
14102 (rst-shift-fill-region, rst-compute-bullet-tabs)
14103 (rst-debug-print-tabs, rst-debug-mark-found)
14104 (rst-shift-region-guts, rst-shift-region-right)
14105 (rst-shift-region-left, rst-use-char-classes)
14106 (rst-font-lock-keywords-function)
14107 (rst-font-lock-indentation-point)
14108 (rst-font-lock-find-unindented-line-begin)
14109 (rst-font-lock-find-unindented-line-end)
14110 (rst-font-lock-find-unindented-line)
14111 (rst-font-lock-adornment-point, rst-font-lock-level)
14112 (rst-adornment-level-alist): Remove functions and variables.
14113
14114 (rst-compare-adornments, rst-get-adornment-match)
14115 (rst-suggest-new-adornment, rst-get-adornments-around)
14116 (rst-adornment-complete-p, rst-get-next-adornment)
14117 (rst-adjust-adornment, rst-display-adornments-hierarchy)
14118 (rst-straighten-adornments): Standardize function names to
14119 use "adornment" instead of "decoration". Correct callers.
14120 Similar standardizing in many places.
14121
14122 (rst-update-section, rst-adjust, rst-promote-region)
14123 (rst-enumerate-region, rst-bullet-list-region)
14124 (rst-repeat-last-character): Correct use of `interactive'.
14125
14126 (rst-classify-adornment, rst-find-all-adornments)
14127 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
14128 (rst-find-leftmost-column, rst-repeat-last-character):
14129 Refactor functions.
14130
14131 (rst-find-title-line, rst-reset-section-caches)
14132 (rst-get-adornments-around, rst-adjust-adornment-work)
14133 (rst-arabic-to-roman, rst-roman-to-arabic)
14134 (rst-insert-list-pos, rst-insert-list-new-item)
14135 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
14136 New functions.
14137
14138 (rst-all-sections, rst-section-hierarchy)
14139 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
14140 New variables.
14141
14142 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
14143 configuration instead of only buffer. Change where necessary.
14144
14145 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
14146 (rst-shift-region, rst-adaptive-fill): New functions for
14147 indentation and filling.
14148
14149 (rst-comment-line-break, rst-comment-indent)
14150 (rst-comment-insert-comment, rst-comment-region)
14151 (rst-uncomment-region): New functions for handling comments.
14152
14153 (rst-compile): Quote shell arguments.
14154
14155 (rst-compile-pdf-preview, rst-compile-slides-preview):
14156 Delete temporary files after use.
14157
14158 2012-05-05 Glenn Morris <rgm@gnu.org>
14159
14160 * calendar/cal-html.el: Optionally include holidays in the output.
14161 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
14162 (cal-html-holidays): New option.
14163 (cal-html-css-default): Add holiday entry.
14164 (holiday-in-range): Autoload it.
14165 (cal-html-htmlify-entry): Add optional class argument.
14166 (cal-html-htmlify-list): Add optional holidays argument.
14167 (cal-html-insert-agenda-days): Include holidays in the output.
14168 (cal-html-one-month): Maybe include holidays.
14169
14170 * calendar/holidays.el (holiday-in-range):
14171 Move here from cal-tex-list-holidays.
14172 * calendar/cal-tex.el (cal-tex-list-holidays):
14173 Make it an obsolete alias for holiday-in-range. Update all callers.
14174
14175 2012-05-05 Chong Yidong <cyd@gnu.org>
14176
14177 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
14178 Nextstep.
14179
14180 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
14181
14182 * files.el (file-auto-mode-skip): New var.
14183 (set-auto-mode-1): Use it.
14184
14185 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14186
14187 * repeat.el: Use lexical-binding.
14188 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
14189 (repeat-undo-count): Remove.
14190 (repeat):
14191 * progmodes/octave-mod.el (octave-abbrev-start):
14192 * progmodes/f90.el (f90-abbrev-start):
14193 * face-remap.el (text-scale-adjust):
14194 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
14195
14196 * emacs-lisp/pcase.el (pcase--let*): New function.
14197 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
14198 a bit more.
14199 (pcase--split-pred): Be more clever about ruling out overlap between
14200 a predicate and some constant pattern.
14201 (pcase--q1): Use `null' instead of (eq foo nil).
14202
14203 * subr.el (setq-local, defvar-local): New macros.
14204 (kbd): Redefine as an alias.
14205 (with-selected-window): Leave unrelated frames alone.
14206 (set-temporary-overlay-map): New function.
14207
14208 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14209
14210 * subr.el (user-error): New function.
14211 * window.el (switch-to-buffer):
14212 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
14213 (smerge-match-conflict):
14214 * simple.el (previous-matching-history-element)
14215 (next-matching-history-element, goto-history-element, undo-more)
14216 (undo-start):
14217 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
14218 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
14219 (next-file, tags-loop-scan, list-tags, complete-tag):
14220 * progmodes/compile.el (compilation-loop):
14221 * mouse.el (mouse-minibuffer-check):
14222 * man.el (Man-bgproc-sentinel, Man-goto-page):
14223 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
14224 (Info-history-forward, Info-follow-reference, Info-menu)
14225 (Info-extract-menu-item, Info-extract-menu-counting)
14226 (Info-forward-node, Info-backward-node, Info-next-menu-item)
14227 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
14228 (Info-next-reference, Info-prev-reference, Info-index)
14229 (Info-index-next, Info-follow-nearest-node)
14230 (Info-copy-current-node-name):
14231 * imenu.el (imenu--make-index-alist)
14232 (imenu-default-create-index-function, imenu-add-to-menubar):
14233 * files.el (basic-save-buffer, recover-file):
14234 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14235 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
14236 (checkdoc-message-text, checkdoc-defun):
14237 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
14238 * cus-edit.el (customize-changed-options, customize-rogue)
14239 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
14240 (custom-variable-mark-to-reset-standard)
14241 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
14242 (custom-file):
14243 * completion.el (check-completion-length):
14244 * comint.el (comint-search-arg)
14245 (comint-previous-matching-input-string-position)
14246 (comint-previous-matching-input)
14247 (comint-replace-by-expanded-history-before-point, comint-send-input)
14248 (comint-copy-old-input, comint-backward-matching-input)
14249 (comint-goto-process-mark, comint-set-process-mark):
14250 * calendar/calendar.el (calendar-cursor-to-date): Use it.
14251 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
14252
14253 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14254
14255 * dabbrev.el (dabbrev--ignore-case-p): New function.
14256 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
14257 Use it.
14258
14259 * files.el (automount-dir-prefix): Mark as obsolete.
14260
14261 2012-05-04 Glenn Morris <rgm@gnu.org>
14262
14263 * patcomp.el, play/bruce.el: Move to obsolete/.
14264
14265 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
14266
14267 Fix minor Y10k bugs.
14268 * arc-mode.el (archive-unixdate):
14269 * autoinsert.el (auto-insert-alist):
14270 * calc/calc-forms.el (math-this-year):
14271 * emacs-lisp/copyright.el (copyright-current-year)
14272 (copyright-update-year, copyright):
14273 * tar-mode.el (tar-clip-time-string):
14274 * time.el (display-time-update):
14275 Don't assume years have 4 digits.
14276
14277 2012-05-04 Chong Yidong <cyd@gnu.org>
14278
14279 * dos-w32.el (file-name-buffer-file-type-alist)
14280 (direct-print-region-use-command-dot-com):
14281 * ffap.el (ffap-menu-regexp):
14282 * find-file.el (ff-special-constructs):
14283 * follow.el (follow-debug):
14284 * forms.el (forms--debug):
14285 * iswitchb.el (iswitchb-all-frames):
14286 * ido.el (ido-all-frames):
14287 * emacs-lisp/timer.el (timer-max-repeats):
14288 * mail/feedmail.el (feedmail-mail-send-hook)
14289 (feedmail-mail-send-hook-queued):
14290 * mail/footnote.el (footnote-signature-separator):
14291 * mail/mailabbrev.el (mail-alias-separator-string)
14292 (mail-abbrev-mode-regexp):
14293 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
14294 * progmodes/idlwave.el (idlwave-libinfo-file)
14295 (idlwave-default-completion-case-is-down)
14296 (idlwave-library-routines): Convert defvars to defcustoms.
14297
14298 * mail/rmail.el (rmail-decode-mime-charset):
14299 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
14300 (idlwave-shell-fix-inserted-breaks)
14301 (idlwave-shell-activate-alt-keybindings)
14302 (idlwave-shell-use-breakpoint-glyph):
14303 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
14304
14305 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14306
14307 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
14308
14309 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
14310
14311 * progmodes/verilog-mode.el (font-lock-keywords):
14312 Fix mis-highligting auto. Reported by Craig Barner.
14313 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
14314 defines from global name space. Reported by Dan Dever.
14315 (verilog-auto-reset, verilog-auto-reset-widths)
14316 (verilog-auto-tieoff): Support using unbased numbers for
14317 AUTORESET and AUTOTIEOFF.
14318 (verilog-submit-bug-report): Update variable list.
14319 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
14320 parenthesis from not matching. Reported by Michael Rytting.
14321 (verilog-auto-template-lint): Fix hash error when linting modules
14322 with no used templates.
14323 (verilog-warn, verilog-warn-error)
14324 (verilog-warn-fatal): When non-interactive report multiple
14325 warnings before exiting. Suggested by Brad Dobbie.
14326 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
14327 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
14328 to report unused template errors. Reported by Brad Dobbie.
14329 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
14330 nets, bug438. Reported by Vns Blore.
14331 (verilog-auto-inout-module, verilog-auto-reg)
14332 (verilog-read-decls, verilog-read-sub-decls-sig)
14333 (verilog-signals-edit-wire-reg, verilog-signals-with):
14334 Fix passing of Verilog data types in ANSI input/output ports
14335 such as "output logic" into the AUTOs. Special case "wire" and
14336 "reg" for backwards compatibility presuming Verilog 2001.
14337 (verilog-auto-ascii-enum): Add "auto enum" as alias.
14338 (verilog-preprocess): Fix replication of preprocess output.
14339 Reported by Brad Dobbie.
14340 (verilog-auto-inst-interfaced-ports):
14341 Create verilog-auto-inst-interfaced-ports, bug429.
14342 Reported by Julian Gorfajn.
14343 (verilog-after-save-font-hook)
14344 (verilog-before-save-font-hook): New variable.
14345 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
14346 (verilog-save-font-mods): Wrap disabling fontification, reported
14347 by David Rogoff.
14348 (verilog-do-indent, verilog-pretty-declarations-auto)
14349 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
14350 Reported by Pierre-David Pfister.
14351 (verilog-set-auto-endcomments): Fix endtask auto comments outside
14352 of class declarations, bug292. Reported by Kevin Heilman.
14353 (verilog-read-decls): Fix 'parameter type' not appearing in
14354 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
14355 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
14356 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
14357 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
14358 Reported by David Kravitz.
14359
14360 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
14361
14362 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
14363 assignment with tests in ifs and for loops.
14364 (verilog-extended-complete-re, verilog-complete-reg): Change so
14365 that DPI inport functions don't look like fuction declarations.
14366 (verilog-pretty-expr): Don't line up assignment
14367 operations to the test and increment in if and for loops
14368 (verilog-extended-complete-re, verilog-complete-reg): Change so
14369 that DPI inport functions don't look like fuction declarations.
14370
14371 2012-05-03 Kenichi Handa <handa@m17n.org>
14372
14373 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
14374 decoding, and show a warning message without signaling an error
14375 (Bug#11282).
14376
14377 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14378
14379 * emacs-lisp/bytecomp.el
14380 (byte-compile-file-form-custom-declare-variable): Compile all elements,
14381 since cconv.el might have introduced :fun-body, internal-make-closure,
14382 and friends for bytecomp to handle (bug#11391).
14383 * custom.el (defcustom): Avoid ((λ ..) ..).
14384
14385 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14386
14387 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
14388
14389 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
14390
14391 * notifications.el (dbus-debug):
14392 * term/linux.el (gpm-mouse-enable):
14393 * term/screen.el (xterm-register-default-colors): Declare.
14394
14395 2012-05-02 Chong Yidong <cyd@gnu.org>
14396
14397 * cus-start.el (gc-cons-percentage, exec-suffixes)
14398 (dos-display-scancodes, dos-hyper-key, dos-super-key)
14399 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
14400 (make-cursor-line-fully-visible, void-text-area-pointer)
14401 (font-list-limit): Add customization data.
14402
14403 * allout.el (allout-exposure-change-functions)
14404 (allout-structure-added-functions)
14405 (allout-structure-deleted-functions)
14406 (allout-structure-shifted-functions): Rename abnormal hooks from
14407 *-hook, and convert to defcustoms.
14408 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
14409 Convert to defcustoms.
14410 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
14411
14412 * allout-widgets.el: Hook callers changed.
14413
14414 2012-05-02 Eli Zaretskii <eliz@gnu.org>
14415
14416 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
14417 the yanked message in preference to the default value of
14418 buffer-file-coding-system.
14419
14420 2012-05-02 Martin Rudalics <rudalics@gmx.at>
14421
14422 * window.el (display-buffer--action-function-custom-type):
14423 Fix entry.
14424
14425 2012-05-02 Alan Mackenzie <acm@muc.de>
14426
14427 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
14428
14429 2012-05-01 Glenn Morris <rgm@gnu.org>
14430
14431 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
14432
14433 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
14434
14435 * cus-edit.el (custom-variable-documentation): Simplify with format.
14436
14437 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14438 Stefan Monnier <monnier@iro.umontreal.ca>
14439
14440 * simple.el (suggest-key-bindings, execute-extended-command):
14441 Move from keyboard.c.
14442
14443 2012-05-01 Chong Yidong <cyd@gnu.org>
14444
14445 * follow.el: Eliminate advice.
14446 (set-process-filter, process-filter, sit-for): Advice deleted.
14447 (follow-mode-off-hook): Obsolete hook removed.
14448 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
14449 Vars deleted.
14450 (follow-auto): Use a :set function.
14451 (follow-mode): Rewritten. Don't advise process filters.
14452 (follow-switch-to-current-buffer-all, follow-scroll-up)
14453 (follow-scroll-down): Assume follow-mode is bound.
14454 (follow-comint-scroll-to-bottom)
14455 (follow-align-compilation-windows): New functions.
14456 (follow--window-sorter): New function.
14457 (follow-all-followers): Use it to explicitly sort windows by their
14458 positions; don't make assumptions about next-window order.
14459 (follow-windows-start-end, follow-delete-other-windows-and-split)
14460 (follow-calc-win-start): Doc fix.
14461 (follow-windows-aligned-p, follow-select-if-visible): Don't call
14462 vertical-motion unnecessarily.
14463 (follow-adjust-window): New function.
14464 (follow-post-command-hook): Use it.
14465 (follow-call-set-process-filter, follow-call-process-filter)
14466 (follow-intercept-process-output, follow-tidy-process-filter-alist)
14467 (follow-stop-intercept-process-output, follow-generic-filter):
14468 Functions deleted.
14469 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
14470 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
14471 New functions, replacing advice on scroll-bar-* commands.
14472 (follow-mwheel-scroll): New function (Bug#4112).
14473
14474 * comint.el (comint-adjust-point): New function.
14475 (comint-postoutput-scroll-to-bottom): Use it.
14476 Call follow-comint-scroll-to-bottom for Follow mode buffers.
14477
14478 2012-05-01 Glenn Morris <rgm@gnu.org>
14479
14480 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
14481 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
14482 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
14483 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
14484 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
14485 Remove no-byte-compile setting.
14486
14487 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14488
14489 * minibuffer.el (completion-table-with-quoting): Fix compatibility
14490 all-completions code to not return a number in the last cdr.
14491
14492 2012-04-30 Leo Liu <sdl.web@gmail.com>
14493
14494 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
14495 read-only error.
14496
14497 2012-04-29 Chong Yidong <cyd@gnu.org>
14498
14499 * follow.el (follow-calc-win-end): Rewrite to handle partial
14500 screen lines correctly (Bug#8390).
14501 (follow-avoid-tail-recenter): Minor cleanup.
14502
14503 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14504
14505 Avoid the obsolete `assoc' package.
14506 * speedbar.el (speedbar-refresh): Avoid adelete.
14507 (speedbar-file-lists): Simplify and avoid aput.
14508 * man.el (Man--sections, Man--refpages): New vars, replacing
14509 Man-sections-alist and Man-refpages-alist.
14510 (Man-build-section-alist, Man-build-references-alist):
14511 Use them; avoid aput.
14512 (Man--last-section, Man--last-refpage): New vars.
14513 (Man-follow-manual-reference): Use them.
14514 Use the `default' arg of completing-read.
14515 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
14516
14517 2012-04-27 Chong Yidong <cyd@gnu.org>
14518
14519 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
14520
14521 * startup.el (x-apply-session-resources): New function.
14522
14523 * term/ns-win.el (ns-initialize-window-system):
14524 * term/w32-win.el (w32-initialize-window-system):
14525 * term/x-win.el (x-initialize-window-system): Use it to properly
14526 set menu-bar-mode and other vars from X resources, even if the
14527 initial frame is not a window-system frame (Bug#2299).
14528
14529 * subr.el (read-key): Avoid running filter function when setting
14530 up temporary tool bar entries (Bug#9922).
14531
14532 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14533
14534 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
14535 (Bug#11344)
14536
14537 2012-04-27 Chong Yidong <cyd@gnu.org>
14538
14539 * select.el (xselect--encode-string): New function, split from
14540 xselect-convert-to-string.
14541 (xselect-convert-to-string): Use it.
14542 (xselect-convert-to-filename, xselect-convert-to-os)
14543 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
14544 returned strings are properly encoded (Bug#11315).
14545
14546 2012-04-27 Chong Yidong <cyd@gnu.org>
14547
14548 * simple.el (delete-active-region): Move to killing custom group.
14549
14550 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
14551
14552 * progmodes/which-func.el (which-func-current): Quote %
14553 characters for mode-line processing.
14554
14555 2012-04-27 Chong Yidong <cyd@gnu.org>
14556
14557 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
14558 reaching eob (Bug#11286).
14559
14560 2012-04-27 Eli Zaretskii <eliz@gnu.org>
14561
14562 * progmodes/gdb-mi.el (gdb-control-level): New variable.
14563 (gdb): Make it buffer-local and init to zero.
14564 (gdb-control-commands-regexp): New variable.
14565 (gdb-send): Don't wrap in "-interpreter-exec console" if
14566 gdb-control-level is positive. Increment gdb-control-level
14567 whenever the command matches gdb-control-commands-regexp, and
14568 decrement it each time the command is "end". (Bug#11279)
14569
14570 2012-04-27 Martin Rudalics <rudalics@gmx.at>
14571
14572 * window.el (adjust-window-trailing-edge, enlarge-window)
14573 (shrink-window, window-resize):
14574 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
14575 windows (Bug#11276).
14576
14577 2012-04-27 Chong Yidong <cyd@gnu.org>
14578
14579 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
14580 fix "missing prefix" warning. All callers changed.
14581
14582 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14583
14584 * emacs-lisp/assoc.el: Move to obsolete/.
14585
14586 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14587
14588 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
14589
14590 * term/ns-win.el (ns-define-service):
14591 * progmodes/pascal.el (pascal-goto-defun):
14592 * progmodes/js.el (js--read-tab):
14593 * progmodes/etags.el (tags-lazy-completion-table):
14594 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
14595 * emacs-lisp/ewoc.el (ewoc--wrap):
14596 * emacs-lisp/assoc.el (aput, adelete, amake):
14597 * doc-view.el (doc-view-convert-current-doc):
14598 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
14599
14600 2012-04-26 Chong Yidong <cyd@gnu.org>
14601
14602 * image.el (image-type-from-buffer): Only return supported image
14603 type (Bug#9045).
14604
14605 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
14606 value, for symmetry with diff-end-of-hunk.
14607 (diff-split-hunk, diff-find-source-location)
14608 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
14609 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
14610 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
14611 compute the relevant hunk or file properly (Bug#6005).
14612 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
14613
14614 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14615
14616 * vc/vc-mtn.el:
14617 * vc/vc-hg.el:
14618 * vc/vc-git.el:
14619 * vc/vc-dir.el:
14620 * vc/vc-cvs.el:
14621 * vc/vc-bzr.el:
14622 * vc/vc-arch.el:
14623 * vc/vc.el: Replace lexical-let by lexical-binding.
14624 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
14625 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
14626 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
14627
14628 2012-04-26 Chong Yidong <cyd@gnu.org>
14629
14630 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
14631 (diff-mode-shared-map): Bind it to / and [remap undo].
14632
14633 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
14634 (ediff-window-setup-function): Use it as the default, to set up
14635 windows based on whether the current frame is graphical (Bug#2138).
14636 (ediff-choose-window-setup-function-automatically): Make obsolete.
14637
14638 * vc/ediff-init.el: Always define ediff-pixel-width/height.
14639
14640 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14641
14642 * ffap.el: Remove old code for obsolete package.
14643 (ffap-complete-as-file-p): Remove.
14644
14645 Use completion-table-with-quoting for comint and pcomplete.
14646 * comint.el (comint--unquote&requote-argument)
14647 (comint--unquote-argument, comint--requote-argument): New functions.
14648 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
14649 (comint-quote-filename): Use regexp-opt-charset.
14650 (comint--common-suffix, comint--common-quoted-suffix)
14651 (comint--table-subvert): Remove.
14652 (comint-unquote-function, comint-requote-function): New vars.
14653 (comint--complete-file-name-data): Use them with
14654 completion-table-with-quoting.
14655 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
14656 * pcomplete.el (pcomplete-arg-quote-list)
14657 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
14658 (pcomplete-unquote-argument-function): Default to non-nil.
14659 (pcomplete-unquote-argument): Simplify.
14660 (pcomplete--common-quoted-suffix): Remove.
14661 (pcomplete-requote-argument-function): New var.
14662 (pcomplete--common-suffix): New function.
14663 (pcomplete-completions-at-point): Use completion-table-with-quoting
14664 and completion-table-subvert.
14665
14666 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
14667 (minibuffer--double-dollars): Preserve properties.
14668 (completion--sifn-requote): New function.
14669 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
14670
14671 * minibuffer.el: Add support for completion of quoted/escaped data.
14672 (completion-table-with-quoting, completion-table-subvert): New funs.
14673 (completion--twq-try, completion--twq-all): New functions.
14674 (completion--nth-completion): New function.
14675 (completion-try-completion, completion-all-completions): Use it.
14676
14677 2012-04-25 Leo Liu <sdl.web@gmail.com>
14678
14679 * progmodes/python.el (python-pdbtrack-get-source-buffer):
14680 Use compilation-message if available to find real filename.
14681
14682 2012-04-25 Chong Yidong <cyd@gnu.org>
14683
14684 * vc/diff-mode.el (diff-setup-whitespace): New function.
14685 (diff-mode): Use it.
14686
14687 * vc/diff.el (diff-sentinel):
14688 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
14689 Whitespace mode variables based on diff style (Bug#8612).
14690
14691 2012-04-25 Leo Liu <sdl.web@gmail.com>
14692
14693 * progmodes/python.el (python-send-region): Add suffix .py to the
14694 temp file.
14695
14696 * files.el (auto-mode-alist): Use javascript-mode instead.
14697
14698 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
14699
14700 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
14701
14702 * net/soap-client.el (soap-resolve-references-for-sequence-type)
14703 (soap-resolve-references-for-array-type): Hack to prevent self
14704 references, see Bug#9.
14705 (soap-parse-envelope): Report the contents of the 'detail' node
14706 when receiving a fault reply.
14707 (soap-parse-envelope): Report the contents of the entire 'detail' node.
14708
14709 * net/soap-inspect.el (soap-sample-value-for-simple-type)
14710 (soap-inspect-simple-type): New function.
14711
14712 * net/soap-client.el (soap-simple-type): New struct.
14713 (soap-default-xsd-types, soap-default-soapenc-types)
14714 (soap-decode-basic-type, soap-encode-basic-type):
14715 support unsignedInt and double basic types.
14716 (soap-resolve-references-for-simple-type)
14717 (soap-parse-simple-type, soap-encode-simple-type): New function.
14718 (soap-parse-schema): Parse xsd:simpleType declarations.
14719
14720 * net/soap-client.el (soap-default-xsd-types)
14721 (soap-default-soapenc-types): Add integer, byte and anyURI types.
14722 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
14723 the local name of "soapenc:Array".
14724 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
14725 decoding integer, byte and anyURI xsd types.
14726
14727 2012-04-25 Chong Yidong <cyd@gnu.org>
14728
14729 * cus-edit.el (custom-buffer-create-internal): Update header text.
14730
14731 2012-04-25 Eli Zaretskii <eliz@gnu.org>
14732
14733 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
14734 settings on 'system-type', not on 'window-system'. On MS-Windows,
14735 set interactive-mode on in GDB.
14736
14737 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14738
14739 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
14740 (ruby-syntax-propertize-regexp): Remove.
14741 (ruby-syntax-propertize-function): Split regexp into chunks.
14742 Match following code directly.
14743
14744 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
14745
14746 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
14747 (ruby-syntax-propertize-regexp): New function.
14748 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
14749 by a special keyword.
14750
14751 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
14752 (ruby-syntax-general-delimiters-goto-beg)
14753 (ruby-syntax-propertize-general-delimiters): New functions.
14754 (ruby-syntax-propertize-function): Use them to handle GDL.
14755 (ruby-font-lock-keywords): Move old handling of GDL...
14756 (ruby-font-lock-syntactic-keywords): .. to here.
14757 (ruby-calculate-indent): Adjust indentation for GDL.
14758
14759 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
14760
14761 * notifications.el (top): Remove unneeded declarations.
14762 (notifications-specification-version): Change to "1.2".
14763 (notifications-interface, notifications-notify-method)
14764 (notifications-close-notification-method): Fix docstring.
14765 (notifications-get-capabilities-method): New defconst.
14766 (notifications-notify): Add :action-items, :resident and
14767 :transient hints. Change "image_data" to "image-data" and
14768 "image_path" to "image-path".
14769 (notifications-get-capabilities): New defun.
14770
14771 2012-04-24 Leo Liu <sdl.web@gmail.com>
14772
14773 * progmodes/python.el: Move hideshow setup to the end.
14774
14775 2012-04-24 Martin Rudalics <rudalics@gmx.at>
14776
14777 * window.el (handle-select-window): Clear echo area since this is
14778 no more done by read_char (Bug#11304).
14779
14780 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14781
14782 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
14783 and `/ M' to filter-derived-mode.
14784 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
14785 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14786 (ibuffer-mark-by-mode): Use default rather than initial-input.
14787 (ibuffer-filter-by-derived-mode): Autoload and require-match.
14788
14789 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
14790
14791 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
14792 (ibuffer-filter-by-derived-mode): New filter.
14793 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
14794
14795 2012-04-23 Andreas Politz <politza@fh-trier.de>
14796
14797 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
14798
14799 2012-04-23 Chong Yidong <cyd@gnu.org>
14800
14801 * cus-edit.el (customize-apropos, customize-apropos-options):
14802 Disable matching of non-option variables (Bug#11176).
14803 (customize-option, customize-option-other-window)
14804 (customize-changed-options): Doc fix.
14805 (customize-apropos-options, customize-apropos-faces)
14806 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
14807
14808 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
14809 Fix word list splitting (Bug#11132).
14810 (apropos-symbol, apropos-keybinding, apropos-label)
14811 (apropos-property, apropos-function-button)
14812 (apropos-variable-button, apropos-misc-button): New faces.
14813 (apropos-symbol-face, apropos-keybinding-face)
14814 (apropos-label-face, apropos-property-face, apropos-match-face):
14815 Variables removed (Bug#8396).
14816 (apropos-library-button, apropos-format-plist, apropos-print)
14817 (apropos-print-doc, apropos-describe-plist): Callers changed.
14818
14819 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
14820
14821 * net/xesam.el (xesam-mode-map): Use let-bound map in
14822 initialization. (Bug#11292)
14823
14824 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14825
14826 Preserve ispell session localwords when switching back to
14827 original buffer.
14828
14829 * textmodes/ispell.el (ispell-buffer-session-localwords):
14830 New buffer-local variable to hold buffer session localwords.
14831 (ispell-kill-ispell): Add option 'clear to delete session
14832 localwords.
14833 (ispell-command-loop, ispell-change-dictionary)
14834 (ispell-buffer-local-words): Preserve session localwords when
14835 needed.
14836
14837 * textmodes/flyspell.el (flyspell-process-localwords)
14838 (flyspell-do-correct): Preserve session localwords when needed.
14839
14840 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14841
14842 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
14843 using obsolete `translation-table-for-input'.
14844 (ispell-word, ispell-process-line, ispell-complete-word):
14845 Use plain `insert' instead of removed `ispell-insert-word'.
14846
14847 2012-04-22 Chong Yidong <cyd@gnu.org>
14848
14849 * cus-edit.el (custom-variable-menu)
14850 (custom-variable-reset-saved, custom-face-menu)
14851 (custom-face-reset-saved): If there is no saved value, make the
14852 "reset-saved" operation bring back the default (Bug#9509).
14853 (custom-face-state): Properly detect themed faces.
14854
14855 * faces.el (face-spec-set): Stop supporting deprecated form of
14856 third arg.
14857
14858 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
14859
14860 Move functions from C to Lisp. Make non-blocking method calls
14861 the default. Implement further D-Bus standard interfaces.
14862
14863 * net/dbus.el (dbus-message-internal): Declare function.
14864 Remove unneeded function declarations.
14865 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
14866 (dbus-message-type-method-return, dbus-message-type-error)
14867 (dbus-message-type-signal): Declare variables. Remove local
14868 definitions.
14869 (dbus-interface-dbus, dbus-interface-peer)
14870 (dbus-interface-introspectable, dbus-interface-properties)
14871 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
14872 Adapt docstring.
14873 (dbus-interface-objectmanager): New defconst.
14874 (dbus-call-method, dbus-call-method-asynchronously)
14875 (dbus-send-signal, dbus-method-return-internal)
14876 (dbus-method-error-internal, dbus-register-service)
14877 (dbus-register-signal, dbus-register-method): New defuns, moved
14878 from dbusbind.c
14879 (dbus-call-method-handler, dbus-setenv)
14880 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
14881 New defuns.
14882 (dbus-call-method-non-blocking): Make it an obsolete function.
14883 (dbus-unregister-object, dbus-unregister-service)
14884 (dbus-handle-event, dbus-register-property)
14885 (dbus-property-handler): Obey the new structure of
14886 `bus-registered-objects'.
14887 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
14888 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14889 Use `dbus-call-method'.
14890
14891 2012-04-22 Chong Yidong <cyd@gnu.org>
14892
14893 * cus-edit.el (custom-commands, custom-reset-menu)
14894 (Custom-reset-standard): Tweak labels.
14895 (custom-reset-button-menu): Change default to t.
14896 (custom-buffer-create-internal): For the custom-reset-button-menu
14897 case, put the revert button first.
14898 (custom-group-subtitle): New face.
14899 (custom-group-value-create): Align docstring to a specific column.
14900
14901 * wid-edit.el (widget-documentation-link-add): Don't handle
14902 indentation in this function.
14903 (widget-documentation-string-indent-to): New function.
14904 (widget-documentation-string-value-create): Use it.
14905
14906 * autorevert.el (auto-revert):
14907 * epg-config.el (epg):
14908 * ibuffer.el (ibuffer):
14909 * mpc.el (mpc):
14910 * ses.el (ses):
14911 * eshell/eshell.el (eshell):
14912 * net/ange-ftp.el (ange-ftp):
14913 * progmodes/ebnf2ps.el (postscript):
14914 * progmodes/flymake.el (flymake):
14915 * progmodes/prolog.el (prolog):
14916 * progmodes/verilog-mode.el (verilog-mode):
14917 * progmodes/which-func.el (which-func):
14918 * term/xterm.el (xterm):
14919 * textmodes/picture.el (picture):
14920 * textmodes/tildify.el (tildify):
14921 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
14922 customization buffers.
14923
14924 2012-04-22 Alan Mackenzie <acm@muc.de>
14925
14926 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
14927 Adding a ) can hide the resulting (..) from searches. Fix it.
14928 Bound the backward search to the position of the existing (.
14929
14930 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
14931
14932 * progmodes/verilog-mode.el (verilog-mode): Check whether
14933 which-func-modes is t before adding verilog-mode.
14934 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
14935
14936 2012-04-21 Leo Liu <sdl.web@gmail.com>
14937
14938 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
14939
14940 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
14941
14942 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
14943 filling of the last column of a table (Bug#5635).
14944 (woman-find-next-control-line): New arg, specifying an additional
14945 regexp component for the control line.
14946 (woman2-roff-buffer): Use it.
14947 (woman-break-table): New function.
14948 (woman2-TS): Use it.
14949
14950 2012-04-21 Chong Yidong <cyd@gnu.org>
14951
14952 * woman.el (woman-set-buffer-display-table, woman-decode-region)
14953 (woman-horizontal-escapes, woman-negative-vertical-space)
14954 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
14955 (WoMan-warn-ignored): Use ?\s instead of ?\ .
14956
14957 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14958
14959 * minibuffer.el (completion-file-name-table): Complete user names.
14960
14961 2012-04-20 Leo Liu <sdl.web@gmail.com>
14962
14963 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
14964 and pcase-let*.
14965
14966 2012-04-20 Chong Yidong <cyd@gnu.org>
14967
14968 * server.el (server-execute): Respect initial-buffer-choice if it
14969 is a string and there are no files to open (Bug#2825).
14970 (server-create-window-system-frame, server-create-tty-frame):
14971 Don't switch buffers here.
14972 (server-process-filter): Only try to open a window system frame if
14973 compiled with graphical support (Bug#8314).
14974
14975 2012-04-20 Dan Nicolaescu <dann@gnu.org>
14976
14977 * battery.el (battery-echo-area-format): Display remaining time
14978 for sysfs backend too (Bug#11269).
14979 (battery-linux-sysfs): Fix conditional for the charge.
14980
14981 2012-04-20 Chong Yidong <cyd@gnu.org>
14982
14983 * progmodes/gdb-mi.el (gdb): Revert previous change.
14984 (gdb-inferior-io--init-proc): New function.
14985 (gdb-init-1): Use it.
14986 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
14987 responsible for allocating a new pty and hooking it to gdb when
14988 the old pty gets an EIO due to process exit.
14989 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
14990 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
14991 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
14992
14993 2012-04-20 Eli Zaretskii <eliz@gnu.org>
14994
14995 * window.el (window-min-size, window-sizable, window-min-delta)
14996 (window-max-delta, window--resizable, window-resizable)
14997 (window-total-size, window-full-height-p, window-full-width-p)
14998 (window-in-direction, window--resize-mini-window, window-resize)
14999 (window--resize-child-windows-normal)
15000 (window--resize-child-windows, window--resize-siblings)
15001 (window--resize-this-window, adjust-window-trailing-edge)
15002 (enlarge-window, shrink-window): Doc fixes.
15003
15004 2012-04-20 Chong Yidong <cyd@gnu.org>
15005
15006 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
15007 New function to call delete-process on the gdb-inferior buffer's pty.
15008 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
15009 pty process (Bug#11273).
15010 (gdb-update): New arg to suppress talking to the gdb process.
15011 (gdb-done-or-error): Use it.
15012 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
15013 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
15014 sentinel not being called.
15015
15016 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
15017
15018 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
15019
15020 2012-04-20 Glenn Morris <rgm@gnu.org>
15021
15022 * net/network-stream.el (open-network-stream): Doc fix.
15023
15024 2012-04-20 Chong Yidong <cyd@gnu.org>
15025
15026 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
15027
15028 2012-04-20 Alan Mackenzie <acm@muc.de>
15029
15030 Ensure searching for keywords is case sensitive.
15031
15032 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
15033 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
15034 (c-defun-name, c-mark-function, c-cpp-define-name)
15035 (c-comment-indent, c-scan-conditionals, c-indent-defun)
15036 (c-context-line-break): Bind case-fold-search to nil.
15037
15038 * progmodes/cc-mode.el (c-font-lock-fontify-region):
15039 Bind case-fold-search to nil.
15040
15041 2012-04-20 Chong Yidong <cyd@gnu.org>
15042
15043 * mail/sendmail.el (mail-bury): Call return action with the right
15044 Rmail buffer (Bug#11242).
15045
15046 * server.el (server-process-filter): Handle corner case where both
15047 tty and nowait options are present (Bug#11102).
15048
15049 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15050
15051 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
15052 (top level): Put into the executable the ident-style '$Id:' tag on
15053 windows-nt as well.
15054
15055 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15056
15057 * electric.el (electric-indent-post-self-insert-function): Check that
15058 electric-indent-mode is enabled in current buffer.
15059
15060 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15061
15062 * imenu.el (imenu-progress-message): Restore; it is "used" in
15063 erc/erc-imenu.el and net/snmp-mode.el.
15064
15065 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15066
15067 * avoid.el (mouse-avoidance-mode): Mark unused arg.
15068 (mouse-avoidance-nudge-mouse): Remove unused binding.
15069
15070 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
15071
15072 * descr-text.el (describe-char):
15073 * progmodes/python.el (python-describe-symbol):
15074 Don't call `toggle-read-only', set `buffer-read-only'.
15075
15076 * imenu.el (imenu-default-goto-function): Mark unused args.
15077 (imenu-progress-message): Remove obsolete macro; all callers changed.
15078
15079 * subr.el (keymap-canonicalize): Remove unused binding.
15080 (read-passwd): Mark unused arg.
15081
15082 * tutorial.el (tutorial--display-changes): Remove unused binding.
15083 (tutorial--save-tutorial-to): Remove unused variable.
15084
15085 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
15086 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
15087 (package-generate-autoloads, package-menu--generate)
15088 (package-menu--find-upgrades): Remove unused bindings.
15089
15090 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
15091 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
15092 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
15093 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
15094 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
15095 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
15096 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
15097 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
15098 (cua-delete-char-rectangle): Mark unused args.
15099 (cua-align-rectangle): Remove unused binding.
15100
15101 * mail/rmail.el (compilation--message->loc)
15102 (epa--find-coding-system-for-mime-charset): Declare.
15103
15104 * net/dbus.el (dbus-register-service): Declare.
15105 (dbus-name-owner-changed-handler): Remove unused binding.
15106
15107 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
15108 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
15109 (nxml-scan-backward-within): Mark unused arg.
15110 (nxml-dynamic-markup-word): Remove unused binding.
15111
15112 * mouse.el (mouse-menu-major-mode-map):
15113 * emacs-lisp/authors.el (authors-scan-change-log)
15114 (authors-add-to-author-list):
15115 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
15116 * emacs-lisp/smie.el (smie-auto-fill):
15117 * mail/sendmail.el (mail-bury):
15118 * mail/unrmail.el (unrmail):
15119 * net/tls.el (open-tls-stream):
15120 * textmodes/picture.el (picture-mouse-set-point):
15121 Remove unused bindings.
15122
15123 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
15124
15125 * net/tramp.el (tramp-action-password): Let-bind
15126 `enable-recursive-minibuffers' to t.
15127
15128 2012-04-18 Sam Steingold <sds@gnu.org>
15129
15130 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
15131 instead of 'string to accommodate values like [f11].
15132 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
15133 * progmodes/gdb-mi.el: Likewise.
15134
15135 2012-04-18 Leo Liu <sdl.web@gmail.com>
15136
15137 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
15138 current buffer.
15139 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
15140 LOCAL is nil.
15141
15142 2012-04-18 Chong Yidong <cyd@gnu.org>
15143
15144 * simple.el (line-move): Use forward-line if in batch mode
15145 (Bug#11053).
15146
15147 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
15148
15149 * files.el (after-find-file): Do not try to add a final newline if
15150 the buffer is read-only (Bug#11156).
15151
15152 2012-04-17 Richard Stallman <rms@gnu.org>
15153
15154 * mail/rmail.el (rmail-start-mail):
15155 Pass (rmail-mail-return...) for the return-action.
15156 Pass (rmail-yank-current-message...) for the yank-action.
15157 (rmail-yank-current-message): New function.
15158 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
15159 (rmail-reply): Likewise.
15160 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
15161
15162 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
15163 buffer, not the last. Reject temp buffers. Use the rmail-mode
15164 buffer, not newbuf.
15165
15166 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
15167
15168 * server.el (server-ensure-safe-dir): Simplify.
15169
15170 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15171
15172 * emacs-lisp/smie.el: Provide smarter auto-filling.
15173 (smie-auto-fill): New function.
15174 (smie-setup): Use it.
15175
15176 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
15177
15178 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
15179
15180 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
15181 (comment-indent): Use it.
15182
15183 2012-04-17 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
15184
15185 * ses.el: The overall change is to add cell renaming, that is
15186 setting fancy names for cell symbols other than name matching
15187 "\\`[A-Z]+[0-9]+\\'" regexp .
15188 (ses-localvars): Add ses--renamed-cell-symb-list.
15189 (ses-create-cell-variable): New defun.
15190 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
15191 (ses-relocate-formula): Relocate formulas only for cells the
15192 symbols of which are not renamed, i.e. symbols whose names do not
15193 match regexp "\\`[A-Z]+[0-9]+\\'".
15194 (ses-relocate-all): Relocate values only for cells the symbols of
15195 which are not renamed.
15196 (ses-load): Create cells variables as the (ses-cell ...) are read,
15197 in order to check row col consistency with cell symbol name only
15198 for cells that are not renamed.
15199 (ses-replace-name-in-formula): New defun.
15200 (ses-rename-cell): New defun.
15201
15202 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
15203
15204 * progmodes/perl-mode.el (perl-indent-parens-as-block):
15205 New option (bug#11118).
15206 (perl-calculate-indent): Respect it.
15207
15208 2012-04-17 Glenn Morris <rgm@gnu.org>
15209
15210 * dired-aux.el (dired-mark-read-string): Doc fix.
15211
15212 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
15213
15214 * dired-aux.el (dired-mark-read-string): Offer optional completion.
15215 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
15216
15217 2012-04-17 Glenn Morris <rgm@gnu.org>
15218
15219 * mouse.el (mouse-drag-track):
15220 * speedbar.el (speedbar-frame-mode):
15221 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
15222
15223 2012-04-16 Leo Liu <sdl.web@gmail.com>
15224
15225 * progmodes/python.el: Trivial cleanup.
15226
15227 2012-04-16 Glenn Morris <rgm@gnu.org>
15228
15229 * vc/vc.el (vc-string-prefix-p):
15230 * vc/pcvs-util.el (cvs-string-prefix-p):
15231 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
15232 * mpc.el (mpc-string-prefix-p):
15233 Make all of these into obsolete aliases for string-prefix-p.
15234 Update callers.
15235 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
15236
15237 * textmodes/two-column.el: Move custom options to the start.
15238 (frame-width): Remove compat definition.
15239 (2C-associate-buffer, 2C-dissociate):
15240 Use with-current-buffer rather than save-excursion.
15241 (2C-dissociate): Force a mode-line update.
15242 (2C-autoscroll): Use ignore-errors.
15243
15244 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
15245 Autoload trivia.
15246
15247 * emacs-lisp/cl-extra.el (*random-state*):
15248 Remove unnecessary declaration.
15249
15250 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
15251
15252 * play/cookie1.el (cookie-snarf):
15253 Give an explicit error if input file cannot be read.
15254
15255 * play/yow.el (yow-file): Use expand-file-name rather than concat.
15256
15257 * progmodes/perl-mode.el (c-macro-expand):
15258 Remove unnecessary autoload (it is in loaddefs.el).
15259
15260 * textmodes/picture.el (picture-desired-column)
15261 (picture-update-desired-column): Convert comments to doc-strings.
15262 (picture-substitute): Remove function.
15263 (picture-mode-map): Initialize in the defvar.
15264
15265 * woman.el: Remove eval-after-load for tar-mode.
15266 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
15267 (woman-tar-extract-file): Autoload it.
15268
15269 * frame.el (automatic-hscrolling): Make this alias obsolete.
15270
15271 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
15272
15273 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
15274 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
15275 (ispell-dictionary-base-alist): Revert to original XEmacs
15276 friendly version for default. [:alpha:] will be added in
15277 `ispell-set-spellchecker-params' if needed.
15278
15279 2012-04-16 Chong Yidong <cyd@gnu.org>
15280
15281 * image.el (imagemagick--file-regexp): New variable.
15282 (imagemagick-register-types): Use it.
15283 (imagemagick-types-inhibit): Add :set function. Allow new value
15284 of t to inhibit all types.
15285
15286 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
15287 so we can preload it.
15288
15289 * loadup.el (fboundp): Preload regexp-opt, needed by
15290 imagemagick-register-types.
15291
15292 2012-04-15 Chong Yidong <cyd@gnu.org>
15293
15294 * frame.el (scrolling): Remove nearly unused customization group.
15295
15296 * scroll-all.el (scroll-all-mode): Move to windows group.
15297
15298 2012-04-15 Chong Yidong <cyd@gnu.org>
15299
15300 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
15301
15302 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15303
15304 Avoid the use of ((lambda ...) ...) in lexical-binding code.
15305 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
15306
15307 2012-04-15 Glenn Morris <rgm@gnu.org>
15308
15309 * simple.el (process-file-side-effects): Doc fix.
15310
15311 2012-04-15 Glenn Morris <rgm@gnu.org>
15312
15313 * international/mule-cmds.el (set-language-environment): Doc fix.
15314
15315 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15316
15317 * server.el (server-auth-key, server-generate-key): Doc fixes.
15318 (server-get-auth-key): Doc fix. Use `string-match-p'.
15319 (server-start): Reflow docstring.
15320
15321 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
15322
15323 * server.el (server-generate-key): `called-interactively-p'
15324 requires a parameter.
15325
15326 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
15327
15328 * server.el (server-auth-key): New variable.
15329 (server-generate-key, server-get-auth-key): New function.
15330 (server-start): Use the new variable and functions to allow
15331 setting a permanent server key (bug#9423).
15332
15333 2012-04-14 Leo Liu <sdl.web@gmail.com>
15334
15335 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
15336
15337 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
15338
15339 Spelling fixes.
15340 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
15341 Emacs uses American spelling.
15342
15343 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
15344
15345 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
15346 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
15347 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
15348 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
15349
15350 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15351
15352 * progmodes/which-func.el (which-func-modes): Change default.
15353
15354 2012-04-14 Kim F. Storm <storm@cua.dk>
15355
15356 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
15357 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
15358
15359 2012-04-14 Chong Yidong <cyd@gnu.org>
15360
15361 * custom.el (custom-theme-set-variables): Doc fix.
15362
15363 2012-04-14 Glenn Morris <rgm@gnu.org>
15364
15365 * international/mule.el (set-auto-coding-for-load): Doc fix.
15366
15367 2012-04-14 Alan Mackenzie <acm@muc.de>
15368
15369 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
15370 imenu work again for Objective C Mode. Correct the *-index values,
15371 these having been disturbed by a previous change in 2011-08.
15372
15373 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
15374 Correct two search limits.
15375
15376 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15377
15378 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
15379
15380 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
15381
15382 * international/characters.el: Fix sorting.
15383
15384 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15385
15386 * international/characters.el: Add more missing Latin case pairs.
15387
15388 2012-04-14 Glenn Morris <rgm@gnu.org>
15389
15390 * files.el (dir-locals-set-class-variables): Doc fix.
15391
15392 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15393
15394 * international/characters.el: Add set-case-syntax-pair call for
15395 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
15396 counterpart. (Bug#11209)
15397
15398 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
15399
15400 2012-04-14 Glenn Morris <rgm@gnu.org>
15401
15402 * calendar/holidays.el (calendar-check-holidays): Doc fix.
15403
15404 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15405
15406 * textmodes/ispell.el (ispell-dictionary-base-alist):
15407 Add data for Hebrew.
15408
15409 2012-04-14 Chong Yidong <cyd@gnu.org>
15410
15411 * net/rcirc.el (rcirc-cmd-quit):
15412 Revert 2012-03-18 change (Bug#11192).
15413
15414 2012-04-14 Glenn Morris <rgm@gnu.org>
15415
15416 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
15417
15418 2012-04-14 Eli Zaretskii <eliz@gnu.org>
15419
15420 * minibuffer.el (completion-in-region-mode-map):
15421 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
15422
15423 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
15424
15425 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
15426
15427 2012-04-13 Masatake YAMATO <yamato@redhat.com>
15428
15429 * minibuffer.el (minibuffer-local-filename-syntax): New variable
15430 to allow `C-M-f' and `C-M-b' to move to the nearest path
15431 separator (bug#9511).
15432
15433 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
15434
15435 * avoid.el: Require cl when compiling. And also move the
15436 `provide' to the end.
15437
15438 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15439
15440 * avoid.el (mouse-avoidance-banish-position): New variable.
15441 (mouse-avoidance-banish-destination): Use it (bug#10165).
15442
15443 2012-04-13 Leo Liu <sdl.web@gmail.com>
15444
15445 * progmodes/which-func.el (which-func-modes): Add objc-mode.
15446
15447 2012-04-13 Ken Brown <kbrown@cornell.edu>
15448
15449 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
15450 this is no longer needed now that cygstart understands file:// URLs.
15451 (browse-url-filename-alist): For the same reason, don't modify
15452 file:// URLs on Cygwin.
15453
15454 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15455
15456 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
15457 the region on shift if the binding is already shifted (bug#11221).
15458
15459 2012-04-12 Glenn Morris <rgm@gnu.org>
15460
15461 * mail/mailpost.el: Move to obsolete/.
15462
15463 2012-04-12 Drew Adams <drew.adams@oracle.com>
15464
15465 * imenu.el (imenu--generic-function): Ignore invisible definitions
15466 (bug#10123).
15467
15468 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
15469
15470 * hexl.el (hexl-bits): New variable.
15471 (hexl-options): Mention the variable in the doc string.
15472 (hexl-rulerise, hexl-line-displen): New functions.
15473 (hexl-mode): Mention the new variable.
15474 (hexl-mode, hexl-current-address, hexl-current-address):
15475 Use the displen.
15476 (hexl-ascii-start-column): New function.
15477 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
15478 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
15479
15480 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
15481
15482 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
15483 '("-i" ENCODING), in 2 separate command-line arguments, to specify
15484 the encoding, as expected by hunspell.
15485
15486 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15487
15488 * battery.el (battery--linux-sysfs-regexp): New const.
15489 (battery-status-function): Use it. Remove yeeloong special case.
15490 (battery-yeeloong-sysfs): Remove.
15491 (battery-echo-area-format): Remove yeeloong special case.
15492
15493 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15494
15495 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
15496 Reported by Noah Friedman.
15497
15498 * subr.el (read-passwd): Use read-string.
15499
15500 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15501
15502 * vcursor.el (vcursor-move): Increase the priority of the overlay
15503 (bug#9663).
15504
15505 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
15506
15507 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
15508 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
15509
15510 2012-04-11 William Stevenson <yhvh2000@gmail.com>
15511
15512 * textmodes/artist.el (artist-mode): Convert artist-mode to use
15513 define-minor-mode (bug#10760).
15514
15515 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15516
15517 * progmodes/grep.el (rgrep): Tweak the find command line so
15518 that directories matching `grep-find-ignored-files' won't be
15519 pruned (bug#10351).
15520
15521 2012-04-11 Chong Yidong <cyd@gnu.org>
15522
15523 * startup.el (command-line): Remove support for long-obsolete
15524 variable font-lock-face-attributes.
15525
15526 2012-04-11 Glenn Morris <rgm@gnu.org>
15527
15528 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
15529
15530 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15531
15532 * window.el (window--state-get-1): Obey window-point-insertion-type.
15533
15534 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
15535
15536 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
15537 to previous function when point is on the first character of a
15538 function. Take care of that in `narrow-to-defun' (bug#6157).
15539
15540 2012-04-11 Glenn Morris <rgm@gnu.org>
15541
15542 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
15543 not just file-errors.
15544
15545 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
15546 (vc-bzr-sha1): Use internal sha1.
15547
15548 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
15549
15550 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
15551
15552 2012-04-10 SĂ©bastien Gross <seb@chezwam.org> (tiny change)
15553
15554 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
15555 that start in the middle of the line (bug#10496).
15556
15557 2012-04-10 Dan Nicolaescu <dann@gnu.org>
15558
15559 * battery.el (battery-linux-proc-acpi): Only one battery is
15560 discharged at a time, but that seems to confuse battery.el when
15561 computing `rate-type' for the battery not being discharged
15562 (bug#10332).
15563
15564 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15565
15566 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
15567
15568 * international/quail.el: Use dolist and simplify.
15569 (quail-define-package, quail-update-keyboard-layout)
15570 (quail-define-rules): Use dolist.
15571 (quail-insert-kbd-layout, quail-get-translation): CSE.
15572
15573 * tmm.el: Use dolist, remove left over hook.
15574 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
15575 Use dolist.
15576 (calendar-load-hook): Don't mess with it.
15577
15578 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
15579 Use derived-mode-p. Run the diff asynchronously.
15580
15581 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15582
15583 * obsolete/mouse-sel.el: Add an Obsolete-since header.
15584
15585 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
15586
15587 * misc.el: Display absolute path of loaded DLLs (bug#10424).
15588 (list-dynamic-libraries--loaded): New function.
15589 (list-dynamic-libraries--refresh): Use it.
15590
15591 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
15592
15593 * progmodes/python.el (python-fill-paragraph):
15594 Make python-fill-region in a multiline string work when font-lock is
15595 disabled (bug#7018).
15596
15597 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
15598
15599 * language/european.el (cp775): Add oem/legacy (en)coding on
15600 DOS/MS Windows for the Baltic languages. There are still plenty
15601 of texts written in this encoding/codepage (bug#6519).
15602
15603 2012-04-10 Glenn Morris <rgm@gnu.org>
15604
15605 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
15606 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
15607
15608 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
15609
15610 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
15611 next-line "n" and previous-line "p" in order to make recentf more
15612 consistent with ibuffer, dired or org-mode (bug#9387).
15613
15614 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15615
15616 * image.el (put-image): Return the overlay created instead of the
15617 optional input string (bug#7834). Note that this may break code
15618 that is (for some reason or other) depending on `put-image'
15619 returning the string.
15620
15621 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
15622
15623 * simple.el (zap-to-char): Allow zapping using input methods
15624 (bug#1580).
15625
15626 * textmodes/fill.el (fill-region): Leave point and mark where they
15627 were before filling (bug#5399).
15628
15629 2012-04-09 Glenn Morris <rgm@gnu.org>
15630
15631 * version.el (emacs-bzr-get-version):
15632 Handle lightweight checkouts of local branches.
15633
15634 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
15635
15636 * international/characters.el: Recover lost case pairs. (Bug#11209)
15637
15638 2012-04-09 Chong Yidong <cyd@gnu.org>
15639
15640 * custom.el (custom-variable-p): Return nil for non-symbol
15641 arguments instead of signaling an error.
15642 (user-variable-p): Obsolete alias for custom-variable-p.
15643
15644 * apropos.el (apropos-variable):
15645 * files-x.el (read-file-local-variable):
15646 * simple.el (set-variable):
15647 * woman.el (woman-mini-help):
15648 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
15649
15650 2012-04-09 Glenn Morris <rgm@gnu.org>
15651
15652 * startup.el (normal-top-level): Don't look for leim-list.el
15653 in places where it will not be found. (Bug#910)
15654
15655 * international/mule-cmds.el (set-default-coding-systems):
15656 * files.el (normal-mode):
15657 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
15658 This function was removed with ucs-tables.el in 2008.
15659
15660 2012-04-08 Eli Zaretskii <eliz@gnu.org>
15661
15662 * textmodes/ispell.el (ispell-check-version): For hunspell, set
15663 ispell-encoding8-command to "-i", without a trailing space.
15664 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
15665 separate command-line arguments, to specify the encoding, since
15666 that's how hunspell expects it.
15667
15668 2012-04-08 Glenn Morris <rgm@gnu.org>
15669
15670 * loadup.el: Load bindings before cus-start.
15671 This reduces somewhat the number of "rogue" settings in emacs -Q.
15672
15673 2012-04-07 Glenn Morris <rgm@gnu.org>
15674
15675 * version.el (emacs-bzr-get-version): New function.
15676 (emacs-bzr-version): New variable.
15677 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
15678 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
15679
15680 2012-04-07 Eli Zaretskii <eliz@gnu.org>
15681
15682 * international/uni-bidi.el, international/uni-category.el:
15683 * international/uni-combining.el, international/uni-decimal.el:
15684 * international/uni-decomposition.el, international/uni-digit.el:
15685 * international/uni-lowercase.el, international/uni-mirrored.el:
15686 * international/uni-name.el, international/uni-numeric.el:
15687 * international/uni-titlecase.el, international/uni-uppercase.el:
15688 Update for Unicode 6.1.
15689
15690 2012-04-07 Eli Zaretskii <eliz@gnu.org>
15691
15692 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
15693
15694 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
15695
15696 * window.el (shrink-window): Mention the `window-min-height'
15697 variable in the doc string.
15698
15699 2012-04-05 Bastien Guerry <bzg@altern.org>
15700
15701 * color.el (color-lighten-name): Fix typo.
15702
15703 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15704
15705 * server.el (server--on-display-p): New function.
15706 (server--on-display-p): Use it.
15707
15708 2012-04-04 GĂ¡bor Vida <vidagabor@gmail.com> (tiny change)
15709
15710 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
15711 (bug#11145).
15712
15713 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15714
15715 * comint.el (comint--common-quoted-suffix): Check string boundary
15716 before comparing (bug#11158).
15717 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
15718
15719 2012-04-04 Chong Yidong <cyd@gnu.org>
15720
15721 * minibuffer.el (completion-extra-properties): Doc fix.
15722
15723 * subr.el (delayed-warnings-hook): Doc fix.
15724
15725 2012-04-04 Daiki Ueno <ueno@unixuser.org>
15726
15727 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
15728 selection (Bug#11159).
15729 (epa-insert-keys): Inform that the default public key will be
15730 exported if no key is selected.
15731
15732 2012-04-04 Richard Stallman <rms@gnu.org>
15733
15734 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
15735
15736 2012-04-03 Chong Yidong <cyd@gnu.org>
15737
15738 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
15739 mail-insert-file, not its obsolete alias mail-attach-file.
15740
15741 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
15742
15743 * notifications.el (notifications-notify): Fix docstring.
15744
15745 2012-04-02 Glenn Morris <rgm@gnu.org>
15746
15747 * emacs-lisp/authors.el (authors-aliases): Another addition.
15748
15749 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
15750
15751 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
15752 `tramp-compat-call-process' instead of `tramp-local-call-process'.
15753 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
15754
15755 2012-04-01 Chong Yidong <cyd@gnu.org>
15756
15757 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
15758 Handle root directory properly.
15759 (copy-directory): Caller changed.
15760
15761 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15762 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
15763
15764 2012-03-31 Glenn Morris <rgm@gnu.org>
15765
15766 * term/xterm.el (xterm-extra-capabilities): Doc fix.
15767
15768 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
15769
15770 * calendar/calendar.el (calendar-window-list)
15771 (calendar-hide-window): Restore. (Bug#11140)
15772 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
15773
15774 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
15775
15776 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15777
15778 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
15779 Check if file is a symlink (Bug#10489).
15780
15781 * files.el (copy-directory): Likewise.
15782
15783 2012-03-30 Chong Yidong <cyd@gnu.org>
15784
15785 * image.el (imagemagick-types-inhibit)
15786 (imagemagick-register-types): Doc fix.
15787
15788 2012-03-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
15789
15790 * textmodes/ispell.el (ispell-get-extended-character-mode):
15791 Disable extended-char-mode for hunspell. hunspell does not support it
15792 and treats ~word as ordinary words in pipe mode.
15793
15794 2012-03-30 Glenn Morris <rgm@gnu.org>
15795
15796 * tutorial.el (help-with-tutorial): Ensure local variables don't
15797 happen to make the buffer read-only. (Bug#11127)
15798
15799 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15800
15801 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
15802 (perl-calculate-indent): Return `noindent' in strings.
15803
15804 2012-03-28 Sam Steingold <sds@gnu.org>
15805
15806 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
15807 instead of the broken adhockery which does not prevent calendar
15808 buffers from being displayed at random after exit.
15809 (calendar-window-list, calendar-hide-window): Remove the broken
15810 adhockery.
15811
15812 2012-03-28 Glenn Morris <rgm@gnu.org>
15813
15814 * replace.el (query-replace-map): Doc fix.
15815
15816 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
15817
15818 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
15819 contents. (Bug#11109)
15820
15821 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15822
15823 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
15824 (bug#11077).
15825 (avl-tree--check, avl-tree--check-node): New funs.
15826
15827 2012-03-27 Martin Rudalics <rudalics@gmx.at>
15828
15829 * window.el (switch-to-visible-buffer): New option.
15830 (switch-to-prev-buffer, switch-to-next-buffer):
15831 Observe switch-to-visible-buffer. Make sure that checking for a window
15832 showing a buffer already is done on the same frame.
15833
15834 2012-03-27 Glenn Morris <rgm@gnu.org>
15835
15836 * startup.el (mail-host-address): Doc fix.
15837
15838 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15839
15840 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
15841 than 197 variables.
15842
15843 2012-03-26 Ami Fischman <ami@fischman.org>
15844
15845 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
15846
15847 2012-03-26 Glenn Morris <rgm@gnu.org>
15848
15849 * files.el (save-buffers-kill-emacs): Doc fix.
15850
15851 * startup.el (normal-top-level, command-line, command-line-1):
15852 Give them doc strings.
15853
15854 2012-03-25 Eli Zaretskii <eliz@gnu.org>
15855
15856 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
15857 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
15858
15859 2012-03-25 Chong Yidong <cyd@gnu.org>
15860
15861 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
15862 theme if it was previously enabled before (Bug#11031).
15863
15864 * cus-theme.el (custom-theme-write-faces): Retrieve current face
15865 spec with custom-face-get-current-spec if its :shown-value is not
15866 determined yet (Bug#9337).
15867 (customize-create-theme, custom-theme-revert): Doc fixes.
15868
15869 * button.el (button-at): Minor addition to docstring.
15870
15871 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
15872
15873 * vc/vc.el (vc-merge): Fix a prompt.
15874
15875 2012-03-24 Chong Yidong <cyd@gnu.org>
15876
15877 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
15878 point (Bug#9623).
15879
15880 * button.el (button-at): Minor addition to docstring.
15881
15882 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
15883
15884 * newcomment.el (comment-choose-indent): No space after BOL.
15885
15886 2012-03-22 Sam Steingold <sds@gnu.org>
15887
15888 * window.el (switch-to-prev-buffer): Revert last patch because the
15889 bug turned out to be an advertised feature (Elisp manual 28.14).
15890
15891 2012-03-22 Glenn Morris <rgm@gnu.org>
15892
15893 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
15894 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
15895
15896 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15897
15898 * net/network-stream.el (network-stream-open-starttls): Make error
15899 message under Windows be less misleading.
15900
15901 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
15902
15903 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
15904 understands (bug#9942).
15905
15906 2012-03-22 Chong Yidong <cyd@gnu.org>
15907
15908 * simple.el (end-of-visible-line): Handle return value of
15909 next-single-property-change properly (Bug#9371).
15910
15911 2012-03-22 Kenichi Handa <handa@m17n.org>
15912
15913 * international/quail.el (quail-insert-kbd-layout): Fix previous
15914 change. To avoid unwanted bidi reordering, use
15915 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
15916
15917 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
15918
15919 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
15920 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
15921 (ruby-beginning-of-indent): Be more careful with the difference
15922 between word-boundary and symbol boundary.
15923 (ruby-mode-syntax-table): Make : a symbol constituent.
15924
15925 2012-03-21 Andreas Politz <politza@fh-trier.de>
15926
15927 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
15928
15929 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15930
15931 * progmodes/etags.el (tags-completion-at-point-function):
15932 Improve last fix.
15933
15934 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
15935
15936 2012-03-21 Sam Steingold <sds@gnu.org>
15937
15938 * progmodes/etags.el (tags-completion-at-point-function):
15939 Avoid the error when point is inside the pattern.
15940
15941 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
15942
15943 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
15944 line (Bug#10855).
15945
15946 2012-03-21 Drew Adams <drew.adams@oracle.com>
15947
15948 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
15949
15950 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
15951
15952 * ido.el (ido-set-current-directory, ido-read-internal)
15953 (ido-choose-completion-string, ido-completion-help): Handle nil
15954 value of ido-completion-buffer (Bug#11008).
15955
15956 2012-03-21 Sam Steingold <sds@gnu.org>
15957
15958 * window.el (switch-to-prev-buffer): Do not switch to a visible
15959 window previous buffer, just like with the frame previous buffers.
15960
15961 2012-03-21 Chong Yidong <cyd@gnu.org>
15962
15963 * faces.el (make-face, make-empty-face, copy-face):
15964 * face-remap.el (face-remap-add-relative, face-remap-set-base):
15965 Doc fixes.
15966
15967 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15968
15969 * wid-edit.el (widget-complete-field): Remove (bug#11051).
15970 (widget-complete): Remove broken use of it.
15971
15972 2012-03-20 Chong Yidong <cyd@gnu.org>
15973
15974 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15975 Use string-width and truncate-string-width to handle arbitrary
15976 characters.
15977
15978 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
15979
15980 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
15981 to draw rectangles, not squares. (Regression introduced by revno
15982 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
15983
15984 2012-03-18 Chong Yidong <cyd@gnu.org>
15985
15986 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
15987 it is not yet defined (for temacs).
15988
15989 2012-03-18 Leo Liu <sdl.web@gmail.com>
15990
15991 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
15992 prefix.
15993
15994 2012-03-17 Eli Zaretskii <eliz@gnu.org>
15995
15996 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
15997 (ispell-choices-win-default-height, ispell-silently-savep)
15998 (ispell-dictionary-alist, ispell-encoding8-command)
15999 (ispell-check-version, ispell-aspell-find-dictionary)
16000 (ispell-valid-dictionary-list, ispell-words-keyword)
16001 (ispell-get-word, ispell-internal-change-dictionary)
16002 (ispell-region, ispell-skip-region-list)
16003 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
16004 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
16005 (ispell-message-text-end, ispell-message)
16006 (ispell-buffer-local-parsing): Doc fix.
16007
16008 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
16009
16010 * htmlfontify.el: Add support for code block fontification for ODT
16011 export (Bug #9914).
16012 (hfy-optimisations): Define new option
16013 `body-text-only'
16014 (hfy-fontify-buffer): Honor above setting.
16015 (hfy-begin-span, hfy-end-span): New routines factored out form
16016 `hfy-fontify-buffer'.
16017 (hfy-begin-span-handler, hfy-end-span-handler): New variables
16018 that permit insertion of custom tags.
16019 (hfy-fontify-buffer): Use above handlers.
16020 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
16021 (hfy-face-to-css): Re-defined to be a variable.
16022 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
16023 over multiple runs. This is made possible by having the caller let
16024 bind a special variable `hfy-user-sheet-assoc'.
16025 (htmlfontify-string): New defun.
16026 (hfy-compile-face-map): Make sure that the last char in the
16027 buffer is correctly fontified.
16028 (hfy-face-resolve-face): Whitespace only change.
16029
16030 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16031
16032 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
16033 message more clear.
16034
16035 2012-03-16 Leo Liu <sdl.web@gmail.com>
16036
16037 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
16038
16039 2012-03-16 Alan Mackenzie <acm@muc.de>
16040
16041 Further optimize the handling of large macros.
16042
16043 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
16044 limit to a call of `c-literal-limits'.
16045 (c-determine-+ve-limit): New function.
16046 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
16047 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
16048 In CASE 5B, restrict a search limit to 500.
16049 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
16050
16051 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
16052 Restrict macro bounds to +-500 from after-change's BEG END.
16053
16054 2012-03-16 Leo Liu <sdl.web@gmail.com>
16055
16056 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
16057
16058 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
16059
16060 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
16061 `special-mode' setting of `buffer-read-only'. (Bug#11010)
16062
16063 2012-03-16 Glenn Morris <rgm@gnu.org>
16064
16065 * view.el (view-buffer, view-buffer-other-window)
16066 (view-buffer-other-frame): Doc fixes re special mode-class.
16067
16068 * subr.el (eval-after-load): If named feature is provided not from
16069 a file, run after-load forms. (Bug#10946)
16070
16071 * calendar/calendar.el (calendar-insert-at-column):
16072 Handle non-unit-width characters a bit better. (Bug#10978)
16073
16074 2012-03-15 Chong Yidong <cyd@gnu.org>
16075
16076 * emacs-lisp/ring.el (ring-extend): New function.
16077 (ring-insert+extend): Extend the ring correctly (Bug#11019).
16078
16079 * comint.el (comint-read-input-ring)
16080 (comint-add-to-input-history): Grow comint-input-ring lazily.
16081
16082 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16083
16084 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
16085 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
16086
16087 * imenu.el: Fix multiple inheritance breakage (bug#9199).
16088 (imenu-add-to-menubar): Don't add a redundant index.
16089 (imenu-update-menubar): Handle a dynamically composed keymap.
16090
16091 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16092
16093 * mail/sendmail.el (mail-encode-header):
16094 Bind rfc2047-encode-encoded-words to nil.
16095
16096 2012-03-13 Glenn Morris <rgm@gnu.org>
16097
16098 * calendar/calendar.el (calendar-string-spread):
16099 Handle non-unit-width characters a bit better. (Bug#10978)
16100
16101 2012-03-13 Leo Liu <sdl.web@gmail.com>
16102
16103 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
16104 directory and file as argument (Bug#10822).
16105
16106 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16107
16108 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
16109 For dynamically generated code, follow $PC.
16110 (gdb-disassembly-handler-custom): Handle no function name case.
16111
16112 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
16113
16114 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
16115 * emulation/ws-mode.el (ws-query-replace):
16116 * sort.el (sort-regexp-fields):
16117 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
16118
16119 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16120
16121 * dabbrev.el: Fix cycle completion order (bug#10963).
16122 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
16123 (dabbrev-completion): Don't use an obarray; provide
16124 a cycle-sort-function.
16125
16126 2012-03-12 Leo Liu <sdl.web@gmail.com>
16127
16128 * simple.el (kill-new): Use equal-including-properties for comparison.
16129 (kill-do-not-save-duplicates): Doc fix.
16130
16131 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16132
16133 * dabbrev.el: Fix cycle completion (bug#10963).
16134 Use lexical binding and wrap to 80 columns.
16135 (dabbrev-completion): Delay computing the list of completions.
16136
16137 2012-03-12 Kenichi Handa <handa@m17n.org>
16138
16139 * international/quail.el (quail-insert-kbd-layout): Surround each
16140 row by LRO and PDF instead of inserting many LRMs. Pad the left
16141 and right of each non-spacing marks. Insert invisible space
16142 between lower and upper characters to prevent composition.
16143
16144 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16145
16146 * minibuffer.el (minibuffer-complete): Don't get confused when the
16147 function is run twice via different commands (bug#10958).
16148 (complete-with-action): Fix docstring.
16149
16150 2012-03-12 Chong Yidong <cyd@gnu.org>
16151
16152 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
16153 (nxml-completion-at-point-function): New function.
16154 (nxml-mode): Use it.
16155 (nxml-bind-meta-tab-to-complete-flag): Default to t.
16156
16157 * emacs-lisp/package.el (package-unpack, package-unpack-single):
16158 Load generated autoloads file before byte compiling (Bug#10970).
16159 (package--make-autoloads-and-compile): New helper fun.
16160
16161 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
16162
16163 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
16164
16165 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
16166
16167 * autorevert.el (auto-revert-handler): Ensure, that
16168 file-readable-p is applied only for local files or in
16169 auto-revert-tail-mode.
16170
16171 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
16172
16173 * server.el (server-eval-at): Handle non-tcp connections.
16174 Decode result string.
16175
16176 * server.el (server-msg-size): New constant.
16177 (server-reply-print): New function.
16178 (server-eval-and-print): Use it.
16179 (server-eval-at): Use server-quote-arg and server-unquote-arg.
16180 Handle -print-nonl.
16181
16182 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
16183
16184 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
16185 (Bug#10987).
16186
16187 2012-03-11 Chong Yidong <cyd@gnu.org>
16188
16189 * simple.el (goto-line): Doc fix (Bug#9938).
16190
16191 * subr.el (save-window-excursion): Doc fix (Bug#9979).
16192
16193 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
16194 when finished (Bug#10963).
16195
16196 2012-03-11 Martin Rudalics <rudalics@gmx.at>
16197
16198 * window.el (split-window-below): Fix bug in case where
16199 split-window-keep-point is nil (Bug#10971).
16200
16201 2012-03-11 Juri Linkov <juri@jurta.org>
16202
16203 * replace.el (replace-highlight): Set isearch-word to nil
16204 unconditionally. (Bug#10887)
16205
16206 2012-03-10 Eli Zaretskii <eliz@gnu.org>
16207
16208 * net/mairix.el (mairix-replace-invalid-chars): Rename from
16209 mairix-replace-illegal-chars; all callers changed. Don't remove
16210 ^, ~, and = characters: they are meaningful in mairix search specs.
16211 (mairix-widget-create-query): Add usage information about mairix
16212 search forms: negating words, searching for substrings, etc.
16213
16214 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
16215
16216 * international/fontset.el (font-encoding-alist): Add an entry for
16217 ksx1001 (Bug#5667).
16218
16219 2012-03-10 Richard Stallman <rms@gnu.org>
16220
16221 * mail/sendmail.el (mail-encode-header):
16222 Set rfc2047-encode-encoded-words.
16223
16224 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
16225
16226 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
16227 view buffer means not swapped.
16228 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
16229 (rmail-write-region-annotate): Error if real text has disappeared.
16230
16231 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
16232
16233 2012-03-10 Chong Yidong <cyd@gnu.org>
16234
16235 * emulation/cua-rect.el (cua--init-rectangles):
16236 * emulation/cua-base.el (cua--init-keymaps):
16237 Add delete-forward-char to remappings (Bug#9666).
16238
16239 2012-03-10 Martin Rudalics <rudalics@gmx.at>
16240
16241 * speedbar.el (speedbar-unhighlight-one-tag-line):
16242 Avoid unhighlighting due to frame switching (Bug#10275).
16243
16244 2012-03-10 Chong Yidong <cyd@gnu.org>
16245
16246 * minibuffer.el (completion-in-region, completion-help-at-point):
16247 Give the completion field overlay a high priority (Bug#6830).
16248
16249 * dired.el (dired-goto-file): Recognize absolute file name
16250 listings (Bug#7126).
16251 (dired-goto-file-1): New helper function.
16252 (dired-toggle-read-only): Inhibit warnings.
16253
16254 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
16255
16256 * net/dbus.el (dbus-property-handler): Return empty array if
16257 there are no properties.
16258
16259 2012-03-09 Leo Liu <sdl.web@gmail.com>
16260
16261 * savehist.el (savehist-printable): Stricter check for string
16262 value (Bug#10937).
16263
16264 2012-03-09 Eli Zaretskii <eliz@gnu.org>
16265
16266 * mail/smtpmail.el (smtpmail-send-it):
16267 Bind coding-system-for-write to *-unix, so that FCC files are kept in
16268 valid mbox format.
16269
16270 2012-03-09 Glenn Morris <rgm@gnu.org>
16271
16272 * files.el (dir-locals-find-file):
16273 Don't check result is regular, readable.
16274 (dir-locals-read-from-file): Demote errors.
16275
16276 2012-03-08 Eli Zaretskii <eliz@gnu.org>
16277
16278 * international/quail.el (quail-insert-kbd-layout):
16279 Insert invisible LRM characters before each character in a keyboard
16280 layout cell, to prevent their reordering by bidi display engine.
16281 For details, see the discussion in
16282 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
16283
16284 2012-03-08 Alan Mackenzie <acm@muc.de>
16285
16286 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
16287 the starting position; make it extend the marked region when
16288 invoked repeatedly - all under appropriate circumstances.
16289 Fixes bugs #5525, #10906.
16290
16291 2012-03-08 Glenn Morris <rgm@gnu.org>
16292
16293 * files.el (locate-dominating-file, dir-locals-find-file):
16294 Undo 2012-03-06 change.
16295
16296 2012-03-07 Eli Zaretskii <eliz@gnu.org>
16297
16298 * international/quail.el (quail-help):
16299 Force bidi-paragraph-direction be left-to-right. See discussion in
16300 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
16301 for the reason.
16302
16303 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
16304
16305 Avoid superfluous registering of signals. (Bug#10807)
16306
16307 * notifications.el (notifications-on-action-object)
16308 (notifications-on-close-object): New defvars.
16309 (notifications-on-action-signal, notifications-on-closed-signal):
16310 Unregister the signal if not needed any longer.
16311 (notifications-notify): Register `notifications-action-signal' or
16312 `notifications-closed-signal', if :on-action or :on-close has been
16313 passed as argument.
16314
16315 2012-03-07 Chong Yidong <cyd@gnu.org>
16316
16317 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
16318 non-X platforms.
16319
16320 2012-03-06 Glenn Morris <rgm@gnu.org>
16321
16322 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16323 (x-disown-selection-internal, x-get-selection-internal):
16324 Doc fix (add arglist signatures). (Bug#10783)
16325
16326 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16327
16328 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16329 Handle breakpoints with no "type".
16330
16331 2012-03-06 Glenn Morris <rgm@gnu.org>
16332
16333 * files.el (locate-dominating-file): Add optional predicate argument.
16334 (dir-locals-find-file): Make use of above change.
16335
16336 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
16337
16338 * info.el (Info-insert-dir): Also try "dir.gz".
16339
16340 2012-03-06 Glenn Morris <rgm@gnu.org>
16341
16342 * files.el (dir-locals-find-file):
16343 Ignore non-readable or non-regular files. (Bug#10928)
16344
16345 * files.el (locate-dominating-file): Doc fix.
16346
16347 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
16348
16349 * calendar/calendar.el (calendar-set-mode-line):
16350 `getenv' returns a string. (Bug#10951)
16351
16352 2012-03-05 Leo Liu <sdl.web@gmail.com>
16353
16354 * simple.el (backward-delete-char-untabify): Constrain point to
16355 field (Bug#10939).
16356
16357 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
16358
16359 2012-03-05 Chong Yidong <cyd@gnu.org>
16360
16361 * simple.el (count-words): If called from Lisp, return the word
16362 count, for symmetry with `count-lines'. Arglist changed.
16363 (count-words--message): Args changed. Consolidate counting code
16364 from count-words and count-words-region.
16365 (count-words-region): Caller changed.
16366 (count-lines-region): Make it an obsolete alias.
16367
16368 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
16369
16370 * saveplace.el (save-place-to-alist)
16371 (save-place-ignore-files-regexp): Allow value nil to disable this
16372 feature.
16373
16374 2012-03-04 Chong Yidong <cyd@gnu.org>
16375
16376 * faces.el (face-spec-reset-face): For the default face, reset the
16377 attributes to default values (Bug#10748).
16378
16379 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16380
16381 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
16382 previous patch: Check `message-send-mail-function', and not the
16383 default function (bug#10897).
16384
16385 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
16386
16387 * notifications.el (notifications-on-action-signal)
16388 (notifications-on-closed-signal): Check for unique service name of
16389 incoming event. Fix error in removing entry.
16390 (top): Register for signals with wildcard service name.
16391 (notifications-notify): Use daemon unique service name for map entries.
16392
16393 2012-03-04 Chong Yidong <cyd@gnu.org>
16394
16395 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
16396
16397 2012-03-04 Glenn Morris <rgm@gnu.org>
16398
16399 * abbrev.el (copy-abbrev-table, abbrev-table-p)
16400 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
16401 (expand-abbrev, define-abbrev-table): Doc fixes.
16402
16403 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16404
16405 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
16406 `message-default-send-mail-function' and not `send-mail-function'
16407 when doing the prompting for `sendmail-query-once' before sending
16408 in Message buffers (bug#10897).
16409
16410 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
16411 This is inconsistent with all the other stream functions, which leave
16412 the setting up to the higher levels (if so wanted) (bug#10931).
16413
16414 2012-03-02 Alan Mackenzie <acm@muc.de>
16415
16416 Depessimize the handling of very large macros.
16417
16418 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
16419 (c-macro-cache-syntactic): New variables to implement a one
16420 element macro cache.
16421 (c-invalidate-macro-cache): New function.
16422 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
16423 Adapt to use the new cache.
16424 (c-state-safe-place): Use better the cache of safe positions.
16425 (c-state-semi-nonlit-pos-cache)
16426 (c-state-semi-nonlit-pos-cache-limit):
16427 New variables for...
16428 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
16429 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
16430 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
16431 Use c-state-semi-safe-place.
16432
16433 * progmodes/cc-langs.el (c-get-state-before-change-functions):
16434 Add c-invalidate-macro-cache to the C, C++, Obj entries.
16435
16436 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
16437
16438 * jka-compr.el (jka-compr-call-process):
16439 Apply `file-accessible-directory-p' only when the default directory is
16440 not remote.
16441
16442 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
16443
16444 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
16445 access of FILE2, if FILE1 does not exist.
16446
16447 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
16448 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
16449
16450 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
16451 Add "PAGER=" to `process-environment'.
16452
16453 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
16454
16455 * progmodes/sql.el: Bug fix
16456 (sql-get-login-ext): Save login values in globals.
16457 (sql-get-login): Use new version of `sql-get-login-ext'.
16458 (sql-interactive-mode): Set global `sql-connection' to nil.
16459 (sql-connect): Set global values for connection.
16460 (sql-product-interactive): Save global values as buffer local.
16461
16462 2012-02-29 Leo Liu <sdl.web@gmail.com>
16463
16464 * abbrev.el (define-abbrevs): Reset sys to nil.
16465
16466 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16467
16468 * files.el (file-equal-p): Rename from `files-equal-p'.
16469 Return nil when one or both files don't exist.
16470 (file-subdir-of-p): Now only top directory must exists,
16471 return nil if it doesn't.
16472 (copy-directory): No need to test with `file-subdir-of-p' after
16473 creating dir.
16474 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
16475 to `file-equal-p'.
16476
16477 2012-02-28 Glenn Morris <rgm@gnu.org>
16478
16479 * shell.el (shell-mode):
16480 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
16481 * play/landmark.el (landmark-font-lock-face-O):
16482 * play/handwrite.el (handwrite):
16483 * play/gomoku.el (gomoku-O):
16484 * net/browse-url.el (browse-url-browser-display):
16485 * international/mule.el (define-charset):
16486 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
16487 * filesets.el (filesets-find-file-delay):
16488 * eshell/em-xtra.el (eshell-xtra):
16489 * eshell/em-unix.el (eshell-grep):
16490 * emulation/viper.el (viper-mode):
16491 * emacs-lisp/regexp-opt.el (regexp-opt-group):
16492 * emacs-lisp/easymenu.el (easy-menu-define):
16493 * calendar/timeclock.el (timeclock-use-display-time):
16494 * bs.el (bs-mode):
16495 * bookmark.el (bookmark-save-flag):
16496 Doc fix (standardize possessive apostrophe usage).
16497
16498 2012-02-27 Chong Yidong <cyd@gnu.org>
16499
16500 * emulation/viper-cmd.el (viper-intercept-ESC-key):
16501 Fix key-binding lookup for ESC key (Bug#9146).
16502
16503 * font-lock.el (font-lock-specified-p): Rename from
16504 font-lock-spec-present. Callers changed.
16505
16506 2012-02-27 Daniel Hackney <dan@haxney.org>
16507
16508 * emacs-lisp/package.el (package-compute-transaction):
16509 Handle holding a package version to t in package-load-list.
16510
16511 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
16512
16513 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
16514 (tramp-get-inode, tramp-get-device): Use cached values.
16515
16516 2012-02-26 Alan Mackenzie <acm@muc.de>
16517
16518 Check there is a font-lock specification before doing initial
16519 fontification.
16520
16521 * font-core.el (font-lock-mode): Move the conditional from
16522 :after-hook to font-lock-initial-fontify.
16523 (font-lock-default-function): Move the check for a specification
16524 to font-lock-spec-present.
16525
16526 * font-lock.el (font-lock-initial-fontify): Call ...
16527 (font-lock-spec-present): New function.
16528
16529 2012-02-26 Jim Blandy <jimb@red-bean.com>
16530
16531 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
16532 (gdb-send): Apply it to the operand of the '-interpreter-exec
16533 console' command, so that we can pass arguments with (say) quotes
16534 in them. Store exact string sent in gdb-debug-log (Bug#10765).
16535
16536 2012-02-26 Chong Yidong <cyd@gnu.org>
16537
16538 * help-fns.el (describe-function-1): Clarify description of
16539 remapping (Bug#10844).
16540
16541 * files.el (files-equal-p): Doc fix.
16542 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
16543 and quit the loop once a mismatch is found.
16544
16545 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
16546
16547 * bs.el (bs--show-with-configuration): Don't throw an error
16548 if the window cannot be split; otherwise, subsequent calls to
16549 bs-show fail, restoring a stale window config. (Bug#10882)
16550
16551 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
16552
16553 * term/ns-win.el (global-map): Bind ns-drag-file to
16554 ns-find-file (Bug#5855, Bug#10050).
16555
16556 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
16557
16558 * calendar/parse-time.el (parse-time-string): Allow extractor to
16559 return nil.
16560
16561 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
16562
16563 * net/tramp.el (tramp-file-name-for-operation):
16564 Add `files-equal-p' and `file-subdir-of-p'.
16565
16566 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16567 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16568 Add COPY-CONTENTS argument.
16569
16570 2012-02-25 Chong Yidong <cyd@gnu.org>
16571
16572 Add custom groups for VC backends, for consistency with vc-bzr.
16573
16574 * vc/vc-arch.el (vc-arch):
16575 * vc/vc-cvs.el (vc-cvs):
16576 * vc/vc-git.el (vc-git):
16577 * vc/vc-hg.el (vc-hg):
16578 * vc/vc-mtn.el (vc-mtn):
16579 * vc/vc-rcs.el (vc-rcs):
16580 * vc/vc-sccs.el (vc-sccs):
16581 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
16582 All relevant defcustoms reassigned.
16583
16584 2012-02-25 Chong Yidong <cyd@gnu.org>
16585
16586 * newcomment.el (comment-styles): Add autoload (Bug#10868).
16587
16588 * term/x-win.el (x-initialize-window-system): Reduce default for
16589 x-selection-timeout to 5 seconds (Bug#8869).
16590
16591 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16592
16593 * files.el (files-equal-p, file-subdir-of-p): New functions.
16594 (copy-directory): Error when trying to copy a directory on itself.
16595 Add missing copy-contents arg to tramp handler.
16596 * dired-aux.el (dired-copy-file-recursive): Same.
16597 (dired-create-files): Modify destination when source is equal to
16598 dest when copying files.
16599 Return also when dest is a subdir of source. (Bug#10489)
16600
16601 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
16602
16603 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
16604 (Bug#10874)
16605
16606 2012-02-23 Alan Mackenzie <acm@muc.de>
16607
16608 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
16609 parameter "after-hook:" to allow the expansion to run code after
16610 the execution of the mode hooks.
16611
16612 * font-lock.el (font-lock-initial-fontify): New function extracted
16613 from font-lock-mode-internal.
16614
16615 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
16616 :after-hook.
16617
16618 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16619
16620 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
16621 (completion--cache-all-sorted-completions): New function.
16622 (completion-all-sorted-completions): Use it.
16623 (completion--do-completion, minibuffer-force-complete):
16624 Use it to re-instate the flush hook.
16625
16626 * icomplete.el (icomplete-completions): Replace last fix with a better
16627 one (bug#10850).
16628
16629 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
16630
16631 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
16632 when it might call us back infinitely (bug#10797).
16633
16634 2012-02-23 Glenn Morris <rgm@gnu.org>
16635
16636 * minibuffer.el (completion-category-overrides): Doc fix.
16637
16638 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16639
16640 * minibuffer.el (completion-table-with-context): Fix inf-loop.
16641 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
16642
16643 2012-02-23 Glenn Morris <rgm@gnu.org>
16644
16645 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
16646 (authors-obsolete-files-regexps, authors-ignored-files)
16647 (authors-ambiguous-files, authors-renamed-files-alist):
16648 Add more entries.
16649
16650 2012-02-23 Juri Linkov <juri@jurta.org>
16651
16652 * isearch.el (isearch-occur): Sync interactive spec with occur's
16653 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
16654
16655 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
16656
16657 2012-02-22 Juri Linkov <juri@jurta.org>
16658
16659 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
16660 (ucs-insert): Doc fix. Check for hex digits in the string.
16661 Don't display `nil' in the error message. (Bug#10857)
16662
16663 2012-02-22 Alan Mackenzie <acm@muc.de>
16664
16665 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
16666
16667 2012-02-22 Glenn Morris <rgm@gnu.org>
16668
16669 * ffap.el (ffap-c-path):
16670 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
16671
16672 2012-02-22 Chong Yidong <cyd@gnu.org>
16673
16674 * custom.el (load-theme): Doc fix.
16675
16676 2012-02-22 Glenn Morris <rgm@gnu.org>
16677
16678 * dired-x.el (dired-guess-shell-alist-default):
16679 Remove escape sequences from nroff output. (Bug#172)
16680
16681 2012-02-21 Glenn Morris <rgm@gnu.org>
16682
16683 * vc/emerge.el (emerge-defvar-local):
16684 Set `permanent-local' property rather than unused `preserved'.
16685
16686 * textmodes/picture.el (picture-delete-char): New alias.
16687 (picture-mode-map): Use it. (Bug#10860)
16688 (picture-mode): Doc fix.
16689
16690 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
16691
16692 * newcomment.el (uncomment-region-default): Remove unused binding.
16693
16694 2012-02-21 Glenn Morris <rgm@gnu.org>
16695
16696 * textmodes/picture.el (picture-motion, picture-motion-reverse)
16697 (picture-self-insert, picture-tab-chars): Doc fix.
16698 (picture-mode-map): Fix C-a, C-e.
16699
16700 2012-02-20 Glenn Morris <rgm@gnu.org>
16701
16702 * emacs-lisp/authors.el (authors-aliases): Add another entry.
16703
16704 2012-02-20 Leo Liu <sdl.web@gmail.com>
16705
16706 * icomplete.el (icomplete-completions): Check FROM arg before
16707 passing to substring (Bug#10850).
16708
16709 2012-02-19 Chong Yidong <cyd@gnu.org>
16710
16711 * comint.el: Require ansi-color.
16712 (comint-output-filter-functions): Add ansi-color-process-output.
16713
16714 * ansi-color.el: Don't set comint-output-filter-functions; it is
16715 now in the initial value defined in comint.el.
16716 (ansi-color-apply-face-function): New variable.
16717 (ansi-color-apply-on-region): Use it.
16718 (ansi-color-apply-overlay-face): New function.
16719
16720 * shell.el (shell): No need to require ansi-color.
16721 (shell-mode): Use ansi-color-apply-face-function to highlight
16722 color escapes using font-lock-face property (Bug#10835).
16723
16724 2012-02-19 Chong Yidong <cyd@gnu.org>
16725
16726 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
16727 mode-line formats (Bug#10839).
16728
16729 2012-02-18 Glenn Morris <rgm@gnu.org>
16730
16731 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
16732
16733 * mail/undigest.el (unforward-rmail-message): Doc fix.
16734
16735 * saveplace.el (save-place-ignore-files-regexp): Add :version.
16736
16737 2012-02-18 Eli Zaretskii <eliz@gnu.org>
16738
16739 * international/characters.el (script-list): Sync with the latest
16740 Unicode Character Database.
16741
16742 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
16743
16744 * international/titdic-cnv.el: Remove duplicate coding tag.
16745 * language/cham.el: Likewise.
16746 * language/tai-viet.el: Likewise.
16747
16748 2012-02-18 Glenn Morris <rgm@gnu.org>
16749
16750 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
16751 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
16752 (calendar-bahai-all-holidays-flag, calendar-other-dates):
16753 * calendar/diary-lib.el (diary-abbreviated-year-flag):
16754 * calendar/holidays.el (holiday-bahai-holidays)
16755 (calendar-holidays, list-holidays):
16756 Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
16757
16758 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
16759
16760 * saveplace.el (save-place-ignore-files-regexp): New variable
16761 allowing for excluding files from saving their location of point.
16762 The default value matches the temporary commit message editing
16763 files from Git, SVN, Bazaar, and Mercurial.
16764 (save-place-to-alist): Use it.
16765
16766 2012-02-17 Lawrence Mitchell <wence@gmx.li>
16767 Stefan Monnier <monnier@iro.umontreal.ca>
16768
16769 * newcomment.el (uncomment-region-default): Don't leave extra space
16770 when an arg is provided (bug#8150).
16771
16772 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
16773
16774 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
16775
16776 2012-02-17 Glenn Morris <rgm@gnu.org>
16777
16778 * net/socks.el: Require network-stream. (Bug#10599)
16779
16780 2012-02-17 Kenichi Handa <handa@m17n.org>
16781
16782 * international/charprop.el:
16783 * international/uni-name.el:
16784 * international/uni-old-name.el:
16785 * international/uni-comment.el: Regenerate.
16786
16787 2012-02-16 Glenn Morris <rgm@gnu.org>
16788
16789 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
16790 Interactively in calendar buffer, give an error if not on a date.
16791
16792 2012-02-15 Glenn Morris <rgm@gnu.org>
16793
16794 * shell.el (shell-delimiter-argument-list):
16795 Revert 2011-02-17 change. (Bug#8027)
16796
16797 2012-02-15 Chong Yidong <cyd@gnu.org>
16798
16799 * minibuffer.el (completion-at-point-functions): Doc fix.
16800
16801 * custom.el (defcustom): Doc fix; note use of defvar.
16802
16803 2012-02-15 Glenn Morris <rgm@gnu.org>
16804
16805 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
16806 Doc fixes.
16807
16808 2012-02-14 Glenn Morris <rgm@gnu.org>
16809
16810 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
16811
16812 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
16813
16814 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
16815 way the ports list is computed.
16816 (smtpmail-query-smtp-server): Prompt the user for a port number if
16817 we can't connect to any of the standard ports (bug#10810).
16818
16819 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16820
16821 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
16822
16823 2012-02-13 Glenn Morris <rgm@gnu.org>
16824
16825 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
16826
16827 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
16828
16829 * net/gnutls.el (gnutls-trustfiles): New variable.
16830 (gnutls-negotiate): Use it.
16831
16832 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
16833
16834 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
16835 does its stuff if Gnus is running.
16836
16837 2012-02-13 Alan Mackenzie <acm@muc.de>
16838
16839 Fix a loop in c-set-fl-decl-start.
16840
16841 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
16842 c-backward-syntactic-ws actually moves backwards.
16843
16844 2012-02-13 Leo Liu <sdl.web@gmail.com>
16845
16846 * net/rcirc.el (rcirc-markup-attributes): Move point to the
16847 beginning so that all \C-o chars are removed.
16848
16849 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
16850
16851 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
16852
16853 2012-02-12 Alan Mackenzie <acm@muc.de>
16854
16855 Fix infinite loop with long macros.
16856 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
16857
16858 2012-02-12 Chong Yidong <cyd@gnu.org>
16859
16860 * window.el (display-buffer): Doc fix (Bug#10785).
16861
16862 2012-02-12 Glenn Morris <rgm@gnu.org>
16863
16864 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16865 (x-disown-selection-internal, x-get-selection-internal):
16866 Sync docs with the xselect.c versions.
16867
16868 * allout-widgets.el: Add missing license notice.
16869
16870 2012-02-11 Glenn Morris <rgm@gnu.org>
16871
16872 * select.el (x-get-selection-internal, x-own-selection-internal)
16873 (x-disown-selection-internal):
16874 * x-dnd.el (x-get-selection-internal): Update declarations.
16875
16876 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
16877
16878 * window.el (window-sides-slots):
16879 * tool-bar.el (tool-bar-position):
16880 * term/xterm.el (xterm-extra-capabilities):
16881 * ses.el (ses-self-reference-early-detection):
16882 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
16883 (verilog-auto-wire-type)
16884 (verilog-auto-delete-trailing-whitespace)
16885 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
16886 (verilog-auto-tieoff-declaration):
16887 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
16888 (sql-oracle-statement-starters, sql-oracle-scan-on):
16889 * progmodes/prolog.el (prolog-align-comments-flag)
16890 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
16891 (prolog-left-indent-regexp, prolog-paren-indent-p)
16892 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
16893 (prolog-types, prolog-mode-specificators)
16894 (prolog-determinism-specificators, prolog-directives)
16895 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
16896 (prolog-electric-dot-flag)
16897 (prolog-electric-dot-full-predicate-template)
16898 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
16899 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
16900 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
16901 (prolog-program-switches, prolog-prompt-regexp)
16902 (prolog-debug-on-string, prolog-debug-off-string)
16903 (prolog-trace-on-string, prolog-trace-off-string)
16904 (prolog-zip-on-string, prolog-zip-off-string)
16905 (prolog-use-standard-consult-compile-method-flag)
16906 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
16907 (prolog-imenu-max-lines, prolog-info-predicate-index)
16908 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
16909 (prolog-char-quote-workaround):
16910 * progmodes/cc-vars.el (c-defun-tactic):
16911 * net/tramp.el (tramp-encoding-command-interactive)
16912 (tramp-local-end-of-line):
16913 * net/soap-client.el (soap-client):
16914 * net/netrc.el (netrc-file):
16915 * net/gnutls.el (gnutls):
16916 * minibuffer.el (completion-category-overrides)
16917 (completion-cycle-threshold)
16918 (completion-pcm-complete-word-inserts-delimiters):
16919 * man.el (Man-name-local-regexp):
16920 * mail/feedmail.el (feedmail-display-full-frame):
16921 * international/characters.el (glyphless-char-display-control):
16922 * eshell/em-ls.el (eshell-ls-date-format):
16923 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
16924 (lisp-lambda-list-keyword-parameter-indentation)
16925 (lisp-lambda-list-keyword-parameter-alignment):
16926 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
16927 * dired-x.el (dired-omit-verbose):
16928 * cus-theme.el (custom-theme-allow-multiple-selections):
16929 * calc/calc.el (calc-highlight-selections-with-faces)
16930 (calc-lu-field-reference, calc-lu-power-reference)
16931 (calc-note-threshold):
16932 * battery.el (battery-mode-line-limit):
16933 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
16934 (archive-7z-update):
16935 * allout.el (allout-prefixed-keybindings)
16936 (allout-unprefixed-keybindings)
16937 (allout-inhibit-auto-fill-on-headline)
16938 (allout-flattened-numbering-abbreviation):
16939 * allout-widgets.el (allout-widgets-auto-activation)
16940 (allout-widgets-icons-dark-subdir)
16941 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
16942 (allout-widgets-theme-dark-background)
16943 (allout-widgets-theme-light-background)
16944 (allout-widgets-item-image-properties-emacs)
16945 (allout-widgets-item-image-properties-xemacs)
16946 (allout-widgets-run-unit-tests-on-load)
16947 (allout-widgets-time-decoration-activity)
16948 (allout-widgets-hook-error-post-time)
16949 (allout-widgets-track-decoration):
16950 Add missing :version tags to new defcustoms and defgroups.
16951
16952 * progmodes/sql.el (sql-ansi-statement-starters)
16953 (sql-oracle-statement-starters): Add custom type.
16954
16955 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
16956 (prolog-system-version): Give it a type.
16957
16958 2012-02-11 Eli Zaretskii <eliz@gnu.org>
16959
16960 * term/pc-win.el (x-select-text, x-selection-owner-p)
16961 (x-own-selection-internal, x-disown-selection-internal)
16962 (x-get-selection-internal): Sync doc strings and argument lists
16963 with xselect.c, common-win.el and x-win.el. (Bug#10783)
16964
16965 2012-02-11 Leo Liu <sdl.web@gmail.com>
16966
16967 * progmodes/python.el (python-end-of-statement): Fix infinite
16968 loop. (Bug#10788)
16969
16970 2012-02-10 Glenn Morris <rgm@gnu.org>
16971
16972 * international/mule-cmds.el (unify-8859-on-encoding-mode)
16973 (unify-8859-on-decoding-mode): Properly mark as obsolete.
16974
16975 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
16976
16977 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
16978 about SMTP before checking the From header.
16979
16980 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
16981 into own function for reuse by emacsbug.el.
16982
16983 2012-02-10 Leo Liu <sdl.web@gmail.com>
16984
16985 * subr.el (condition-case-unless-debug): Rename from
16986 condition-case-no-debug. All callers changed.
16987 (with-demoted-errors): Fix caller.
16988
16989 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
16990 * nxml/rng-valid.el (rng-do-some-validation):
16991 * emacs-lisp/package.el (package-refresh-contents)
16992 (package-menu-execute):
16993 * desktop.el (desktop-create-buffer):
16994 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
16995
16996 2012-02-10 Glenn Morris <rgm@gnu.org>
16997
16998 * textmodes/bibtex.el:
16999 Add missing :version tags for new/changed defcustoms.
17000
17001 * files.el (remote-file-name-inhibit-cache): Doc fixes.
17002
17003 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
17004
17005 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
17006 (smtpmail-via-smtp): Use it, or fall back on the From address.
17007 (smtpmail-send-it): Ditto.
17008
17009 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
17010
17011 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
17012 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
17013 (byte-compile-tmp-var): New const.
17014 (byte-compile-defvar): Use it to minimize .elc size.
17015 Just use `defvar' rather than simulate it (bug#10761).
17016
17017 2012-02-09 Glenn Morris <rgm@gnu.org>
17018
17019 * files.el (rename-uniquely): Doc fix. (Bug#3806)
17020
17021 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
17022 Add :version tags.
17023
17024 * progmodes/compile.el (compilation-error-screen-columns)
17025 (compilation-first-column, compilation-filter-start): Doc fixes.
17026
17027 * vc/log-view.el (log-view-toggle-entry-display):
17028 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
17029
17030 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
17031 (report-emacs-bug-can-use-xdg-email):
17032 (report-emacs-bug-insert-to-mailer): Doc fixes.
17033 (report-emacs-bug): Message fix.
17034
17035 * net/browse-url.el (browse-url-can-use-xdg-open)
17036 (browse-url-xdg-open): Doc fixes.
17037
17038 * electric.el (electric-indent-mode, electric-pair-mode)
17039 (electric-layout-rules, electric-layout-mode): Doc fixes.
17040 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
17041
17042 2012-02-08 Martin Rudalics <rudalics@gmx.at>
17043
17044 * server.el (server-unselect-display): Don't inadvertently kill
17045 the current buffer. (Bug#10729)
17046
17047 2012-02-08 Glenn Morris <rgm@gnu.org>
17048
17049 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
17050 (sql-list-table): Doc fixes.
17051
17052 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
17053 Comment out (does nothing).
17054
17055 * completion.el (dynamic-completion-mode):
17056 * dirtrack.el (dirtrack-debug-mode):
17057 * electric.el (electric-layout-mode):
17058 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
17059 * face-remap.el (text-scale-mode, buffer-face-mode):
17060 * iimage.el (iimage-mode):
17061 * image-mode.el (image-transform-mode):
17062 * minibuffer.el (completion-in-region-mode):
17063 * scroll-lock.el (scroll-lock-mode):
17064 * simple.el (next-error-follow-minor-mode):
17065 * tar-mode.el (tar-subfile-mode):
17066 * tooltip.el (tooltip-mode):
17067 * vcursor.el (vcursor-use-vcursor-map):
17068 * wid-browse.el (widget-minor-mode):
17069 * emulation/tpu-edt.el (tpu-edt-mode):
17070 * emulation/tpu-extras.el (tpu-cursor-free-mode):
17071 * international/iso-ascii.el (iso-ascii-mode):
17072 * language/thai-util.el (thai-word-mode):
17073 * mail/supercite.el (sc-minor-mode):
17074 * net/goto-addr.el (goto-address-mode):
17075 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
17076 * progmodes/cwarn.el (cwarn-mode):
17077 * progmodes/flymake.el (flymake-mode):
17078 * progmodes/glasses.el (glasses-mode):
17079 * progmodes/hideshow.el (hs-minor-mode):
17080 * progmodes/pascal.el (pascal-outline-mode):
17081 * textmodes/enriched.el (enriched-mode):
17082 * vc/smerge-mode.el (smerge-mode):
17083 Doc fixes (minor mode argument).
17084
17085 2012-02-07 Eli Zaretskii <eliz@gnu.org>
17086
17087 * ls-lisp.el (ls-lisp-sanitize): New function.
17088 (ls-lisp-insert-directory): Use it to fix or remove any elements
17089 in file-alist with missing attributes. (Bug#4673)
17090
17091 2012-02-07 Alan Mackenzie <acm@muc.de>
17092
17093 Fix spurious recognition of c-in-knr-argdecl.
17094
17095 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
17096 putative K&R region.
17097
17098 2012-02-07 Alan Mackenzie <acm@muc.de>
17099
17100 * progmodes/cc-engine.el (c-forward-objc-directive):
17101 Prevent looping in "#pragma mark @implementation".
17102
17103 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
17104
17105 * notifications.el (notifications-on-closed-signal): Make `reason'
17106 optional. (Bug#10744)
17107
17108 2012-02-07 Glenn Morris <rgm@gnu.org>
17109
17110 * emacs-lisp/easy-mmode.el (define-minor-mode):
17111 Doc fixes for the macro and the mode it defines.
17112
17113 * image.el (imagemagick-types-inhibit): Doc fix.
17114
17115 * cus-start.el (imagemagick-render-type): Add it.
17116
17117 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
17118
17119 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
17120 Set the default at load time, too, so that `font-lock-fontify-buffer'
17121 can be called without setting up the entire mode first. This fixes
17122 a bug in `mm-inline-text' with C MIME parts.
17123
17124 2012-02-06 Chong Yidong <cyd@gnu.org>
17125
17126 * simple.el (list-processes--refresh): Delete exited processes
17127 (Bug#8094).
17128
17129 * comint.el (comint-next-prompt): next-single-char-property-change
17130 and prev-single-char-property-change never return nil (Bug#8657).
17131
17132 * custom.el (defcustom): Doc fix (Bug#9711).
17133
17134 2012-02-05 Chong Yidong <cyd@gnu.org>
17135
17136 * cus-edit.el (custom-variable-reset-backup): Quote the value
17137 before storing it in the customized-value property (Bug#6712).
17138 (custom-display): Add a customization type tag.
17139 (custom-buffer-create-internal): Improve tooltip message.
17140
17141 * wid-edit.el (widget-field-value-get): New optional arg to
17142 suppress trailing whitespace truncation.
17143 (character): Use it (Bug#2689).
17144
17145 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
17146
17147 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
17148 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
17149
17150 2012-02-05 Chong Yidong <cyd@gnu.org>
17151
17152 * cus-edit.el (custom-variable-value-create): For mismatched
17153 types, show the current value (Bug#7600).
17154
17155 * custom.el (defcustom): Doc fix.
17156
17157 2012-02-05 Glenn Morris <rgm@gnu.org>
17158
17159 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
17160
17161 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
17162
17163 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
17164 (pp-buffer): Use `ignore-errors', `looking-at-p'.
17165 (pp-last-sexp): Use `looking-at-p'.
17166
17167 2012-02-04 Glenn Morris <rgm@gnu.org>
17168
17169 * files.el (revert-buffer):
17170 Doc fix (mention revert-buffer-in-progress-p).
17171
17172 * emacs-lisp/ert-x.el (ert-simulate-command):
17173 Check deferred-action-list (which is obsolete) is bound.
17174
17175 * subr.el (with-wrapper-hook): Doc fixes.
17176
17177 * simple.el (filter-buffer-substring-functions)
17178 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
17179
17180 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
17181
17182 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
17183 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
17184
17185 2012-02-04 Leo Liu <sdl.web@gmail.com>
17186
17187 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
17188
17189 2012-02-04 Glenn Morris <rgm@gnu.org>
17190
17191 * image.el (image-extension-data): Add obsolete alias.
17192
17193 * isearch.el (isearch-update): Doc fix.
17194
17195 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
17196
17197 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
17198
17199 2012-02-03 Glenn Morris <rgm@gnu.org>
17200
17201 * image.el (image-animated-p): Doc fix. Use image-animated-types.
17202 (image-animate-timeout): Doc fix.
17203
17204 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
17205
17206 2012-02-02 Glenn Morris <rgm@gnu.org>
17207
17208 * server.el (server-auth-dir): Doc fix.
17209 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
17210
17211 * subr.el (run-mode-hooks): Doc fix.
17212
17213 2012-02-02 Juri Linkov <juri@jurta.org>
17214
17215 * image-mode.el (image-toggle-display-image): Remove tautological
17216 `major-mode' from the `derived-mode-p' test.
17217
17218 2012-02-02 Kenichi Handa <handa@m17n.org>
17219
17220 * composite.el (compose-region): Cancel previous change.
17221
17222 2012-02-02 Kenichi Handa <handa@m17n.org>
17223
17224 * composite.el (compose-region, compose-string): Signal error for
17225 a null string component (Bug#6988).
17226
17227 2012-02-01 Chong Yidong <cyd@gnu.org>
17228
17229 * view.el (view-buffer-other-window, view-buffer-other-frame):
17230 Handle special modes like view-buffer (Bug#10650).
17231 (view-buffer): Simplify.
17232
17233 * frame.el (set-frame-font): Tweak meaning of third argument.
17234
17235 * dynamic-setting.el (font-setting-change-default-font):
17236 Use set-frame-font (Bug#9982).
17237
17238 2012-02-01 Glenn Morris <rgm@gnu.org>
17239
17240 * progmodes/compile.el (compilation-internal-error-properties):
17241 Respect compilation-first-column in the "*compilation*" buffer.
17242
17243 * emacs-lisp/easy-mmode.el (define-minor-mode):
17244 Relax :variable's test for a named function.
17245
17246 2012-01-31 Alan Mackenzie <acm@muc.de>
17247
17248 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
17249 off by one error.
17250
17251 2012-01-31 Chong Yidong <cyd@gnu.org>
17252
17253 * frame.el (set-frame-font): New arg ALL-FRAMES.
17254
17255 * menu-bar.el (menu-set-font): Use set-frame-font.
17256
17257 * faces.el (face-spec-reset-face): Don't apply unspecified
17258 attribute values to the default face.
17259
17260 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
17261
17262 * progmodes/cwarn.el (cwarn): Remove dead link.
17263 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
17264 Remove * from defcustom docstrings.
17265 (turn-on-cwarn-mode): Make obsolete.
17266 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
17267 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
17268
17269 2012-01-31 Glenn Morris <rgm@gnu.org>
17270
17271 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
17272 Fix :variable handling of mode a symbol not equal to modefun.
17273 Allow named functions to be used as the cdr of :variable.
17274
17275 2012-01-30 Glenn Morris <rgm@gnu.org>
17276
17277 * emacs-lisp/authors.el (authors-fixed-entries):
17278 Remove reference to deleted file rnewspost.el.
17279
17280 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
17281
17282 * window.el (window-with-parameter): Remove unused variable `windows'.
17283 (window--side-check): Remove unused variable `code'.
17284 (window--resize-siblings): Remove unused variable `first'.
17285 (adjust-window-trailing-edge): Remove unused variable `failed'.
17286 (window-deletable-p, window--delete): Remove unused variable `buffer'.
17287 Use `let', not `let*'.
17288 (balance-windows-2): Remove unused variable `found'.
17289 (window--state-put-2): Remove unused variable `splits'.
17290 (window-state-put): Remove unused variable `selected'.
17291 (same-window-p): Use `string-match-p'.
17292 (display-buffer-assq-regexp): Remove unused variable `value'.
17293 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17294 Mark argument ALIST as ignored.
17295 (pop-to-buffer): Remove unused variable `old-window'.
17296
17297 2012-01-29 Eli Zaretskii <eliz@gnu.org>
17298
17299 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
17300 and .lzma compressed files.
17301
17302 2012-01-29 Chong Yidong <cyd@gnu.org>
17303
17304 * frame.el (window-system-default-frame-alist): Doc fix.
17305
17306 * dynamic-setting.el (font-setting-change-default-font): Don't
17307 change the default face if SET-FONT argument is non-nil (Bug#9982).
17308
17309 2012-01-29 Samuel Bronson <naesten@gmail.com>
17310
17311 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
17312
17313 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
17314
17315 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
17316 breakpoints in files outside current directory (Bug#6098).
17317
17318 2012-01-29 Chong Yidong <cyd@gnu.org>
17319
17320 * progmodes/python.el: Require ansi-color at top-level.
17321
17322 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
17323 Define and use in Emacs Lisp mode (Bug#9360).
17324 (lisp-mode-abbrev-table): Add doc.
17325 (lisp-mode-variables): Don't set local-abbrev-table.
17326 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
17327
17328 2012-01-28 Roland Winkler <winkler@gnu.org>
17329
17330 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
17331
17332 2012-01-28 Roland Winkler <winkler@gnu.org>
17333
17334 * textmodes/bibtex.el (bibtex-entry-alist): New function.
17335 (bibtex-set-dialect): Use it. Either set global values of
17336 dialect-dependent variables or bind these variables buffer-locally
17337 (Bug#10254).
17338 (bibtex-mode): Call bibtex-set-dialect via
17339 hack-local-variables-hook.
17340 (bibtex-dialect): Update docstring.
17341 Add safe-local-variable predicate.
17342 (bibtex-entry-alist, bibtex-field-alist): Initialize via
17343 bibtex-set-dialect.
17344 (bibtex-mode-map): Define menu for each dialect.
17345 (bibtex-entry): Fix docstring.
17346
17347 2012-01-28 Chong Yidong <cyd@gnu.org>
17348
17349 * eshell/esh-arg.el (eshell-quote-argument): New function.
17350
17351 * eshell/esh-ext.el (eshell-invoke-batch-file):
17352 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
17353 first arg to eshell-parse-command (Bug#10523).
17354
17355 2012-01-28 Drew Adams <drew.adams@oracle.com>
17356
17357 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
17358 `default-directory' is non-nil.
17359
17360 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17361
17362 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
17363 line that displays system-configuration-options. (Bug#9924)
17364
17365 2012-01-28 Drew Adams <drew.adams@oracle.com>
17366
17367 * descr-text.el (describe-char): Show information about POS, in
17368 addition to information about the character at POS. Improve and
17369 update the doc string. Change "code point" to "code point in
17370 charset", to avoid confusion with the character's Unicode code
17371 point shown above that. (Bug#10129)
17372
17373 2012-01-28 Eli Zaretskii <eliz@gnu.org>
17374
17375 * descr-text.el (describe-char): Show the raw character, not only
17376 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
17377 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
17378 for the reasons.
17379
17380 2012-01-28 Phil Hagelberg <phil@hagelb.org>
17381
17382 * emacs-lisp/package.el (package-install):
17383 Run package-refresh-contents if there is no archive yet (Bug#9798).
17384
17385 2012-01-28 Chong Yidong <cyd@gnu.org>
17386
17387 * emacs-lisp/package.el (package-maybe-load-descriptor):
17388 New function, split from package-maybe-load-descriptor.
17389 (package-maybe-load-descriptor): Use it.
17390 (package-download-transaction): Fully load required packages
17391 inside the loop, so that `require' calls work (Bug#10593).
17392 (package-install): No need to call package-initialize now.
17393
17394 2012-01-28 Chong Yidong <cyd@gnu.org>
17395
17396 * simple.el (deactivate-mark): Doc fix (Bug#8614).
17397
17398 * tooltip.el (tooltip-mode): Doc fix.
17399 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
17400
17401 * frame.el (set-cursor-color): Doc fix (Bug#352).
17402
17403 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
17404 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
17405
17406 * cus-edit.el (custom-buffer-create-internal): Fix search button
17407 action (Bug#10542).
17408 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
17409
17410 2012-01-27 Eduard Wiebe <usenet@pusto.de>
17411
17412 * dired.el (dired-mark-files-regexp):
17413 Include any subdirectory components. (Bug#10445)
17414
17415 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
17416
17417 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
17418 Handle [host]:port syntax. (Bug#10533)
17419
17420 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
17421
17422 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
17423
17424 2012-01-26 Glenn Morris <rgm@gnu.org>
17425
17426 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
17427 * term.el (term-raw-escape-map): Use Control-X-prefix.
17428 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
17429
17430 2012-01-25 Martin Rudalics <rudalics@gmx.at>
17431
17432 * window.el (window-state-get, window--state-get-1): Don't deal
17433 with fixed-sizeness of windows. Simplify code.
17434
17435 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
17436
17437 * window.el (window--state-get-1, window--state-put-2):
17438 Don't save and restore the mark.
17439
17440 2012-01-25 Chong Yidong <cyd@gnu.org>
17441
17442 * custom.el (custom-variable-p): Doc fix.
17443
17444 2012-01-25 Glenn Morris <rgm@gnu.org>
17445
17446 * dired.el (dired-goto-file): Handle some of the more common
17447 characters that `ls -b' escapes. (Bug#10596)
17448
17449 * progmodes/compile.el (compilation-next-error-function):
17450 Respect compilation-first-column in the "*compilation*" buffer.
17451 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
17452
17453 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
17454
17455 2012-01-24 Glenn Morris <rgm@gnu.org>
17456
17457 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
17458
17459 2012-01-24 Julien Danjou <julien@danjou.info>
17460
17461 * color.el (color-rgb-to-hsl): Fix value computing.
17462 (color-hue-to-rgb): New function.
17463 (color-hsl-to-rgb): New function.
17464 (color-clamp, color-saturate-hsl, color-saturate-name)
17465 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
17466 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
17467
17468 2012-01-24 Glenn Morris <rgm@gnu.org>
17469
17470 * vc/vc-rcs.el (vc-rcs-create-tag):
17471 * vc/vc-sccs.el (vc-sccs-create-tag):
17472 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
17473
17474 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
17475
17476 * eshell/esh-util.el (eshell-read-hosts-file):
17477 Skip comment lines. (Bug#10549)
17478
17479 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
17480
17481 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
17482
17483 * subr.el (display-delayed-warnings): Doc fix.
17484 (collapse-delayed-warnings): New function to collapse identical
17485 adjacent warnings.
17486 (delayed-warnings-hook): Add it.
17487
17488 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
17489
17490 * net/tramp.el (tramp-action-login): Set connection property "login-as".
17491
17492 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
17493 (tramp-default-user-alist): Don't add "pscp".
17494 (tramp-do-copy-or-rename-file-out-of-band): Use connection
17495 property "login-as", if set. (Bug#10530)
17496
17497 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
17498
17499 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
17500 "plink1" and "psftp". (Bug#10530)
17501
17502 2012-01-21 Kenichi Handa <handa@m17n.org>
17503
17504 * international/mule-cmds.el (prefer-coding-system): Show a
17505 warning message if the default value of file-name-coding-system
17506 was not changed.
17507
17508 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
17509
17510 * windmove.el (windmove-reference-loc):
17511 Fix windmove-reference-loc miscalculation.
17512
17513 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
17514
17515 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
17516 default unit.
17517
17518 2012-01-21 Glenn Morris <rgm@gnu.org>
17519
17520 * international/mule.el (auto-coding-alist): Add .tbz.
17521
17522 * files.el (local-enable-local-variables): Doc fix.
17523 (inhibit-local-variables-regexps): Rename from
17524 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
17525 Doc fix. Add some extensions from auto-coding-alist.
17526 (inhibit-local-variables-suffixes):
17527 Rename from inhibit-first-line-modes-suffixes. Doc fix.
17528 (inhibit-local-variables-p):
17529 New function, extracted from set-auto-mode-1.
17530 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
17531 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
17532 (hack-local-variables): Doc fix. Make the mode-only case
17533 respect enable-local-variables and friends.
17534 Respect inhibit-local-variables-regexps for file-locals, but
17535 not for directory-locals.
17536 (set-visited-file-name):
17537 Take account of inhibit-local-variables-regexps.
17538 Whether it applies may change as the file name is changed.
17539 * jka-cmpr-hook.el (jka-compr-install):
17540 * jka-compr.el (jka-compr-uninstall):
17541 Update for inhibit-first-line-modes-suffixes name change.
17542
17543 2012-01-20 Martin Rudalics <rudalics@gmx.at>
17544
17545 * help-macro.el (make-help-screen): Temporarily restore original
17546 binding for minor-mode-map-alist (Bug#10454).
17547
17548 2012-01-19 Julien Danjou <julien@danjou.info>
17549
17550 * color.el (color-name-to-rgb): Use the white color to find the max
17551 color component value and return correctly computed values.
17552 (color-name-to-rgb): Add missing float conversion for max value.
17553
17554 2012-01-19 Martin Rudalics <rudalics@gmx.at>
17555
17556 * window.el (window--state-get-1, window-state-get): Do not use
17557 special state value for window-persistent-parameters.
17558 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
17559 (window--state-put-2): Reset all window parameters to nil before
17560 assigning values of persistent parameters.
17561
17562 2012-01-18 Alan Mackenzie <acm@muc.de>
17563
17564 Eliminate sluggishness and hangs in fontification of "semicolon
17565 deserts".
17566
17567 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
17568 Change value 10000 -> 3000.
17569 (c-state-safe-place): Reformulate so it doesn't stack up an
17570 infinite number of wrong entries in c-state-nonlit-pos-cache.
17571 (c-determine-limit-get-base, c-determine-limit): New functions to
17572 determine backward search limits disregarding literals.
17573 (c-find-decl-spots): Amend commenting.
17574 (c-cheap-inside-bracelist-p): New function which detects "={".
17575
17576 * progmodes/cc-fonts.el
17577 (c-make-font-lock-BO-decl-search-function): Give a limit to a
17578 backward search.
17579 (c-font-lock-declarations): Fix an occurrence of point being
17580 undefined. Check additionally for point being in a bracelist or
17581 near a macro invocation without a semicolon so as to avoid a
17582 fruitless time consuming search for a declarator. Give a more
17583 precise search limit for declarators using the new
17584 c-determine-limit.
17585
17586 2012-01-18 Glenn Morris <rgm@gnu.org>
17587
17588 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
17589 (set-auto-mode): Doc fixes.
17590
17591 2012-01-17 Glenn Morris <rgm@gnu.org>
17592
17593 * isearch.el (search-nonincremental-instead): Fix doc typo.
17594
17595 * dired.el (dired-insert-directory): Handle newlines in directory name.
17596 (dired-build-subdir-alist): Unescape newlines in directory name.
17597
17598 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
17599
17600 * net/tramp.el (tramp-local-end-of-line): New defcustom.
17601 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
17602 (tramp-action-terminal): Use it. (Bug#10530)
17603
17604 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
17605
17606 * minibuffer.el (completion--replace): Strip properties (bug#10062).
17607
17608 2012-01-16 Martin Rudalics <rudalics@gmx.at>
17609
17610 * window.el (window-state-ignored-parameters): Remove variable.
17611 (window--state-get-1): Rename argument MARKERS to IGNORE.
17612 Handle persistent window parameters. Make copy of clone-of
17613 parameter only if requested. (Bug#10348)
17614 (window--state-put-2): Install a window parameter only if it has
17615 a non-nil value or an existing parameter shall be overwritten.
17616
17617 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
17618
17619 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
17620
17621 2012-01-14 Eli Zaretskii <eliz@gnu.org>
17622
17623 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
17624 don't pass the (nil) value of `upnode' to string-match.
17625
17626 2012-01-14 Chong Yidong <cyd@gnu.org>
17627
17628 * startup.el (command-line): Fix X resource class for cursorColor.
17629 Fix values recognized by the cursorBlink resource.
17630
17631 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
17632
17633 * epg.el (epg--make-temp-file): Avoid permission race condition
17634 when running on old Emacs versions (bug#10403).
17635
17636 2012-01-14 Glenn Morris <rgm@gnu.org>
17637
17638 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
17639
17640 2012-01-13 Alan Mackenzie <acm@muc.de>
17641
17642 Fix filling for when filladapt mode is enabled.
17643
17644 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
17645 c-mask-paragraph, pass in `fill-paragraph' rather than
17646 `fill-region-as-paragraph'. (This is a reversion of a previous
17647 change.)
17648 * progmodes/cc-mode.el (c-basic-common-init):
17649 Make fill-paragraph-handle-comment buffer local and set it to nil.
17650
17651 2012-01-13 Glenn Morris <rgm@gnu.org>
17652
17653 * dired.el (dired-switches-escape-p): New function.
17654 (dired-insert-directory): Use dired-switches-escape-p.
17655 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
17656
17657 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
17658
17659 2012-01-12 Glenn Morris <rgm@gnu.org>
17660
17661 * mail/sendmail.el (mail-mode): Update paragraph-separate for
17662 changes in adaptive-fill-regexp. (Bug#10276)
17663
17664 2012-01-11 Alan Mackenzie <acm@muc.de>
17665
17666 Fix Emacs bug #10463 - put `widen's around the critical spots.
17667
17668 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
17669 widen around each invocation of c-state-pp-to-literal. Remove an
17670 unused let variable.
17671
17672 2012-01-11 Glenn Morris <rgm@gnu.org>
17673
17674 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
17675 Doc fix.
17676
17677 2012-01-10 Chong Yidong <cyd@gnu.org>
17678
17679 * net/network-stream.el (network-stream-open-starttls):
17680 Avoid emitting a confusing error message when the server gives a bad
17681 response to the capability command.
17682
17683 2012-01-10 Glenn Morris <rgm@gnu.org>
17684
17685 * mail/unrmail.el (unrmail): Tweak previous change.
17686
17687 2012-01-09 Chong Yidong <cyd@gnu.org>
17688
17689 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
17690
17691 2012-01-08 Alan Mackenzie <acm@muc.de>
17692
17693 Optimize font locking in long enum definitions.
17694
17695 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
17696 arm to a cond form to handle enums.
17697 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
17698 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
17699
17700 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
17701
17702 * files.el (move-file-to-trash): Preserve default file modes on error.
17703 (Bug#10401)
17704
17705 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17706
17707 * faces.el (set-face-attribute): Clarify the meaning of the nil
17708 frame (bug#10294).
17709
17710 * subr.el (with-selected-frame): Mention that the selected frame
17711 is restored (bug#9980).
17712
17713 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
17714 (bug#9759).
17715
17716 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
17717 (password-read): Don't autoload unused function.
17718
17719 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
17720
17721 * progmodes/which-func.el (which-func-mode): Turn into a
17722 non-interactive function and mark as obsolete (bug#10428).
17723
17724 2012-01-06 Chong Yidong <cyd@gnu.org>
17725
17726 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
17727 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
17728 functions, along with 1 and -1.
17729
17730 2012-01-06 Eli Zaretskii <eliz@gnu.org>
17731
17732 * time.el (display-time-load-average)
17733 (display-time-default-load-average): Doc fixes. See the thread
17734 starting at
17735 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
17736 for the details.
17737
17738 2012-01-06 Glenn Morris <rgm@gnu.org>
17739
17740 * mail/unrmail.el (unrmail): Give an explicit error if the input file
17741 has no messages. (Bug#10377)
17742
17743 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
17744 than Info-edit. (Bug#10385)
17745
17746 * time.el (display-time-load-average, display-time-next-load-average):
17747 Doc fixes.
17748
17749 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
17750 local setting of buffer-read-only to the input buffer. (Bug#10419)
17751
17752 * calendar/calendar.el (calendar-mode):
17753 Locally set scroll-margin to 0. (Bug#10379)
17754
17755 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
17756
17757 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
17758
17759 2012-01-05 Glenn Morris <rgm@gnu.org>
17760
17761 * eshell/em-unix.el (diff-no-select): Autoload it.
17762 (eshell/diff): Use diff-no-select. (Bug#10420)
17763
17764 2012-01-05 Chong Yidong <cyd@gnu.org>
17765
17766 * shell.el (shell-dynamic-complete-functions): Revert last change.
17767 (shell-command-completion-function): New function.
17768 (shell-completion-vars): Use it to implement
17769 shell-completion-execonly (Bug#10417).
17770
17771 * custom.el (enable-theme): Don't set custom-safe-themes.
17772
17773 * cus-theme.el (custom-theme-merge-theme):
17774 Ignore custom-enabled-themes and custom-safe-themes.
17775
17776 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
17777
17778 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
17779 first prompt in `sql-interacive-mode'.
17780 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
17781 keywords.
17782 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
17783 (sql-product-interactive): Bug fix: Set `sql-buffer' in
17784 context of original buffer. Invoke `sql-login-hook'.
17785
17786 2012-01-04 Eli Zaretskii <eliz@gnu.org>
17787
17788 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
17789 letters in cite-prefix.
17790
17791 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17792
17793 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
17794
17795 2012-01-03 Chong Yidong <cyd@gnu.org>
17796
17797 * shell.el (shell-dynamic-complete-functions):
17798 Put pcomplete-completions-at-point, so as to try
17799 comint-filename-completion first (Bug#10417).
17800
17801 2012-01-02 Richard Stallman <rms@gnu.org>
17802
17803 * battery.el (battery-status-function):
17804 Detect when to use battery-yeeloong-sysfs.
17805 (battery-echo-area-format): Add string for Yeeloong.
17806 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
17807 (battery-yeeloong-sysfs): New function.
17808
17809 2012-01-02 Chong Yidong <cyd@gnu.org>
17810
17811 * dirtrack.el (dirtrack-list): Eliminate unused third element.
17812 (dirtrack): Merge code for handling relative filenames in prompt
17813 from shell-dir-cookie-watcher.
17814 (dirtrack-debug-message): New arg to avoid excess format calls.
17815
17816 * shell.el (shell-dir-cookie-re): Variable deleted.
17817 (shell-dir-cookie-watcher): Function deleted.
17818 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
17819 with dirtrack-mode.
17820
17821 2012-01-01 Eli Zaretskii <eliz@gnu.org>
17822
17823 * term/w32-win.el (dynamic-library-alist) <gnutls>:
17824 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
17825 libgnutls-26.dll.
17826
17827 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
17828
17829 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
17830
17831 2011-12-31 Eli Zaretskii <eliz@gnu.org>
17832
17833 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
17834 headers of non-MIME messages, when rmail-enable-mime is non-nil.
17835
17836 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
17837
17838 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
17839 also for alternative shells.
17840 (tramp-open-connection-setup-interactive-shell): Check, whether
17841 the shell is a busybox.
17842 (tramp-send-command): Don't suppress multiple prompts for
17843 busyboxes, it hurts.
17844
17845 2011-12-28 Chong Yidong <cyd@gnu.org>
17846
17847 * progmodes/gdb-mi.el (gdb-get-source-file-list)
17848 (gdb-get-source-file): Move mode line update to
17849 gdb-get-source-file (Bug#10087).
17850
17851 2011-12-25 Chong Yidong <cyd@gnu.org>
17852
17853 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
17854 gud-gdb-marker-filter without taking it as an argument.
17855 (gud-gdb-run-command-fetch-lines): Caller changed.
17856 (gud-gdb-completion-function): New variable.
17857 (gud-gdb-completion-at-point): Use it.
17858 (gud-gdb-completions-1): Split from gud-gdb-completions.
17859
17860 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
17861 function as separate arguments.
17862 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
17863 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
17864 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
17865 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
17866 (gdb-stopped, def-gdb-auto-update-trigger)
17867 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
17868 (gdb-get-changed-registers, gdb-get-main-selected-frame):
17869 Callers changed.
17870 (gud-gdbmi-completions): New function.
17871 (gdb): Use it for generating the completion table.
17872
17873 2011-12-24 Alan Mackenzie <acm@muc.de>
17874
17875 Introduce a mechanism to widen the region used in context font
17876 locking. Use this to protect declarations from losing their contexts.
17877
17878 * progmodes/cc-langs.el (c-before-font-lock-functions):
17879 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
17880 (c-before-context-fontification-functions): New defvar, a list of
17881 functions to be run just before context (etc.) font locking.
17882
17883 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
17884 New, functionality extracted from
17885 c-neutralize-syntax-in-and-mark-CPP.
17886 (c-in-after-change-fontification): New variable.
17887 (c-after-change): Set c-in-after-change-fontification.
17888 (c-set-fl-decl-start): Rejig its interface, so it can be called
17889 from both after-change and context fontifying.
17890 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
17891 New functions.
17892 (c-standard-font-lock-fontify-region-function): New variable.
17893 (c-font-lock-fontify-region): New function.
17894
17895 2011-12-24 Juri Linkov <juri@jurta.org>
17896
17897 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
17898 (Bug#10348)
17899
17900 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
17901
17902 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
17903 existence of source file. (Bug#10325)
17904
17905 2011-12-23 Alan Mackenzie <acm@muc.de>
17906
17907 Fix unstable fontification inside templates.
17908
17909 * progmodes/cc-langs.el (c-before-font-lock-functions):
17910 Newly created from the singular version. The (c c++ objc) entry now
17911 additionally has c-set-fl-decl-start. The other languages (apart
17912 from AWK) have that as a single entry.
17913
17914 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17915 The functionality for "local" declarations has been extracted to
17916 c-set-fl-decl-start.
17917
17918 * progmodes/cc-mode.el (c-common-init, c-after-change):
17919 Changes due to pluralisation of c-before-font-lock-functions.
17920 (c-set-fl-decl-start): New function, extracted from
17921 c-font-lock-enclosing-decls and enhanced.
17922
17923 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
17924
17925 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
17926
17927 2011-12-22 Juri Linkov <juri@jurta.org>
17928
17929 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
17930
17931 2011-12-22 Chong Yidong <cyd@gnu.org>
17932
17933 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
17934
17935 2011-12-21 Drew Adams <drew.adams@oracle.com>
17936
17937 * files.el (file-remote-p): Fix docstring. (Bug#10319)
17938
17939 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
17940
17941 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
17942
17943 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
17944
17945 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
17946 highlighting and support. Fix up comments for capitalization.
17947 (cfengine-mode-debug): New var.
17948 (cfengine3-mode): Change the modeline indicator to "CFE3".
17949 (cfengine3-font-lock-keywords): Improve defun highlighting.
17950 (cfengine2-actions): Rename from `cfengine-actions'.
17951 (cfengine2-font-lock-keywords): Rename from
17952 `cfengine-font-lock-keywords'.
17953 (cfengine2-imenu-expression): Rename from
17954 `cfengine-imenu-expression'.
17955 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
17956 (cfengine2-beginning-of-defun): Rename from
17957 `cfengine-beginning-of-defun'.
17958 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
17959 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
17960 (cfengine2-mode): Rename from `cfengine-mode'. Change the
17961 modeline indicator to "CFE2".
17962 (cfengine-mode): Defalias to `cfengine-auto-mode'.
17963 (cfengine-mode-abbrevs): Mark obsolete.
17964
17965 2011-12-21 Chong Yidong <cyd@gnu.org>
17966
17967 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
17968 filename argument.
17969
17970 2011-12-20 Martin Rudalics <rudalics@gmx.at>
17971
17972 * window.el (window-normalize-buffer-to-display): Remove.
17973 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
17974
17975 2011-12-19 Chong Yidong <cyd@gnu.org>
17976
17977 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
17978 Don't signal an error in a predicate function; return non-nil.
17979 (vc-dir-mark-file): Move the error here.
17980 (vc-dir-mark-unmark): If acting on the region, keep going if one
17981 of the entries cannot be marked/unmarked.
17982 (vc-dir-mark-all-files): If current entry is a directory, mark
17983 only child files, as documented.
17984
17985 2011-12-19 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
17986
17987 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
17988 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
17989 addition.
17990
17991 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
17992
17993 * term/ns-win.el (ns-get-selection-internal)
17994 (ns-store-selection-internal): Declare.
17995 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
17996 Declare as obsolete.
17997 (ns-get-pasteboard, ns-paste-secondary):
17998 Use ns-get-selection-internal.
17999 (ns-set-pasteboard, ns-copy-including-secondary):
18000 Use ns-store-selection-internal.
18001
18002 2011-12-17 Chong Yidong <cyd@gnu.org>
18003
18004 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
18005 (vc-deduce-fileset): Doc fix.
18006
18007 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
18008
18009 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
18010
18011 2011-12-13 Sam Steingold <sds@gnu.org>
18012
18013 * man.el (Man-getpage-in-background): When running under a
18014 window-system, ignore $MANWIDTH and $COLUMNS.
18015
18016 2011-12-15 Kenichi Handa <handa@m17n.org>
18017
18018 * language/ethio-util.el: Change coding tag to utf-8-emacs.
18019 (setup-ethiopic-environment-internal): Comment out key-binding for
18020 ethio-toggle-punctuation.
18021
18022 2011-12-13 Alan Mackenzie <acm@muc.de>
18023
18024 Add the switch statement to AWK Mode.
18025
18026 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
18027 "default" to the keywords regexp.
18028
18029 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
18030 expression as the rest.
18031 (c-nonlabel-token-key): Allow string literals for AWK.
18032 Refactor for the other modes.
18033
18034 Large brace-block initialisation makes CC Mode slow: Fix.
18035 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
18036 routines. Limit backward searching in c-font-lock-enclosing.decl.
18037
18038 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
18039 pp-state and literal type in addition to the limits.
18040 (c-state-safe-place): New defun, extracted from c-state-literal-at.
18041 (c-state-literal-at): Use the above new defun.
18042 (c-slow-in-literal, c-fast-in-literal): Remove.
18043 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
18044
18045 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
18046 being in a literal. Add a limit for backward searching.
18047
18048 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
18049 c-slow-in-literal.
18050
18051 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18052
18053 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
18054
18055 2011-12-13 Martin Rudalics <rudalics@gmx.at>
18056
18057 * window.el (delete-other-windows): Use correct frame in call to
18058 window-with-parameter.
18059
18060 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
18061
18062 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
18063 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
18064 (makefile-gmake-statements, makefile-makepp-statements):
18065 Use it and add new makepp keywords.
18066 (makefile-makepp-font-lock-keywords): Add new patterns.
18067 (makefile-match-function-end): Match new [...] and [[...]].
18068
18069 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
18070
18071 * ses.el (ses-call-printer-return, ses-cell-property-get)
18072 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
18073 (ses-create-cell-variable, ses-reset-header-string)
18074 (ses-cell-set-formula, ses-repair-cell-reference-all)
18075 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
18076 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
18077 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
18078 (ses-aset-with-undo, ses-load, ses-truncate-cell)
18079 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
18080 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
18081 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
18082 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
18083 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
18084 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
18085 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
18086 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
18087
18088 2011-12-11 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
18089
18090 * ses.el: The overall change is to add cell renaming, that is
18091 setting fancy names for cell symbols other than name matching
18092 "\\`[A-Z]+[0-9]+\\'" regexp .
18093 (ses-create-cell-variable): New defun.
18094 (ses-relocate-formula): Relocate formulas only for cells the
18095 symbols of which are not renamed, i.e. symbols whose names do not
18096 match regexp "\\`[A-Z]+[0-9]+\\'".
18097 (ses-relocate-all): Relocate values only for cells the symbols of
18098 which are not renamed.
18099 (ses-load): Create cells variables as the (ses-cell ...) are read,
18100 in order to check row col consistency with cell symbol name only
18101 for cells that are not renamed.
18102 (ses-replace-name-in-formula): New defun.
18103 (ses-rename-cell): New defun.
18104
18105 2011-12-11 Chong Yidong <cyd@gnu.org>
18106
18107 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
18108 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
18109
18110 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
18111
18112 * window.el (other-window): Fix docstring.
18113
18114 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18115
18116 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
18117 `from' or `to' address before taking its substring.
18118 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
18119 encoded name is chopped in the middle of the encoded string, and
18120 thus displayed encoded.
18121
18122 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
18123
18124 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
18125
18126 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18127
18128 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
18129 to use texinfo-update-node and commands that call it if the
18130 Texinfo file uses @node lines without next/prev/up pointers.
18131 Correct outdated description about texinfo-master-menu.
18132 (texinfo-all-menus-update, texinfo-master-menu)
18133 (texinfo-update-node, texinfo-every-node-update)
18134 (texinfo-multiple-files-update): Doc fix. Warn against updating
18135 all the @node lines.
18136 (texinfo-master-menu): Only call texinfo-update-node if the prefix
18137 argument is numeric. Explain better in the doc string what the
18138 function really does.
18139 (texinfo-insert-master-menu-list): Improve the error message
18140 displayed if there's no menu in the Top node.
18141 (Bug#2975) See also this thread:
18142 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
18143
18144 2011-12-09 Manuel GĂ³mez <mgrojo@gmail.com> (tiny change)
18145
18146 * speedbar.el (speedbar-supported-extension-expressions):
18147 Add .adb and .ads, commonly used for Ada source code (bug#10256).
18148
18149 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
18150
18151 * printing.el (pr-mode-alist):
18152 * simple.el (filter-buffer-substring-functions)
18153 (completion-list-insert-choice-function):
18154 * window.el (window-with-parameter, window-atom-root)
18155 (window-sides-slots, window-size-fixed, window-min-delta)
18156 (window-max-delta, window--resize-mini-window)
18157 (window--resize-child-windows-normal, window-tree)
18158 (delete-other-windows, quit-window, split-window)
18159 (display-buffer-record-window, special-display-buffer-names)
18160 (special-display-regexps, special-display-popup-frame)
18161 (same-window-p, split-window-sensibly)
18162 (display-buffer-overriding-action, display-buffer-alist)
18163 (display-buffer-base-action, display-buffer, switch-to-buffer)
18164 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
18165 (fit-window-to-buffer, recenter-positions)
18166 (mouse-autoselect-window-state, mouse-autoselect-window-select):
18167 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
18168 and remove unneeded backslashes in docstrings.
18169
18170 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
18171
18172 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
18173
18174 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
18175 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
18176 end in ".mk".
18177 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
18178 when reading the makefile (bug#10116).
18179
18180 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18181
18182 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
18183 (bug#10116).
18184
18185 2011-12-06 Glenn Morris <rgm@gnu.org>
18186
18187 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
18188
18189 2011-12-06 Chong Yidong <cyd@gnu.org>
18190
18191 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
18192
18193 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
18194
18195 * textmodes/table.el (table-shorten-cell): Fix typo.
18196
18197 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
18198
18199 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
18200
18201 2011-12-05 Eli Zaretskii <eliz@gnu.org>
18202
18203 * descr-text.el (describe-char): Fix display of strong
18204 right-to-left characters and directional embeddings and overrides.
18205
18206 * simple.el (what-cursor-position): Fix display of codepoints of
18207 strong right-to-left characters.
18208
18209 2011-12-05 Chong Yidong <cyd@gnu.org>
18210
18211 * faces.el (read-color): Doc fix.
18212
18213 2011-12-05 Glenn Morris <rgm@gnu.org>
18214
18215 * align.el (align--set-marker): Add doc-string.
18216 Don't try to move something that is not a marker. (Bug#10216)
18217
18218 2011-12-04 Glenn Morris <rgm@gnu.org>
18219
18220 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
18221 overly zealous deletion of trailing whitespace.
18222
18223 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
18224
18225 * server.el (server-delete-client): On Windows, do not try to delete
18226 the only terminal.
18227 (server-process-filter): On Windows, treat requests for a tty frame as
18228 if they were for a GUI frame if the running server is in GUI mode.
18229
18230 2011-12-03 Glenn Morris <rgm@gnu.org>
18231
18232 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
18233
18234 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
18235
18236 * electric.el: Streamline electric-indent's hook.
18237 (electric-indent-chars): Revert to simple list.
18238 (electric-indent-functions): New var.
18239 (electric-indent-post-self-insert-function): Use it.
18240
18241 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
18242 there's no inferior buffer (bug#10196).
18243 (prolog-consult-compile): Don't use toggle-read-only.
18244
18245 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
18246
18247 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
18248 interrupt. (Bug#10187)
18249
18250 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18251
18252 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
18253 (bug#9160).
18254
18255 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
18256 (bug#10191).
18257
18258 2011-12-02 Juri Linkov <juri@jurta.org>
18259
18260 * info.el (Info-search): Display "end of manual" when Isearch
18261 reaches the end of single-file Info manual. (Bug#9918)
18262
18263 2011-12-02 Eli Zaretskii <eliz@gnu.org>
18264
18265 * isearch.el (isearch-message-prefix): Run the input method part
18266 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
18267
18268 2011-12-02 Juri Linkov <juri@jurta.org>
18269
18270 * isearch.el (isearch-occur): Use `word-search-regexp' for
18271 `isearch-word'.
18272 (isearch-search-and-update): Add condition for `isearch-word' and
18273 call `word-search-regexp'. (Bug#10145)
18274
18275 2011-12-01 Glenn Morris <rgm@gnu.org>
18276
18277 * eshell/em-hist.el (eshell-hist-initialize):
18278 Handle eshell-history-size nil and HISTSIZE set or unset.
18279 (eshell-history-file-name, eshell-history-size): Fix custom type.
18280
18281 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
18282
18283 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
18284
18285 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
18286
18287 * progmodes/verilog-mode.el (verilog-pretty-expr):
18288 Rework verilog-pretty-expr to handle new assignment operators in system
18289 verilog, such as += *= and the like.
18290 (verilog-assignment-operator-re): Regular expression to find the
18291 assigment operator in a verilog assignment.
18292 (verilog-assignment-operation-re): Regular expression to find an
18293 assignment statement for pretty-expr.
18294 (verilog-in-attribute-p): Query returns true if point is in an
18295 attribute context; used to skip these for expression line up from
18296 pretty-expr.
18297 (verilog-in-parameter-p): Query returns true if point is in an
18298 parameter definition context; used to skip these for expression
18299 line up from pretty-expr.
18300 (verilog-in-parenthesis-p): Query returns true if point is in a
18301 parenthetical expression, specifically ( ) but not [ ] or { };
18302 used by pretty-expr.
18303 (verilog-just-one-space): If there is no space, don't add one.
18304 (verilog-get-lineup-indent-2): Specifically skip just attribute
18305 contexts for expression lineup, rather than skipping all
18306 parenthetical expressions.
18307 (verilog-calculate-indent): Fix comment, and fix indent.
18308 (verilog-do-indent): Indent declarations in lists (suggested by
18309 Joachim Lechner).
18310 (verilog-mode-abbrev-table): Populate abbrev mode with the various
18311 skeleton items.
18312 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
18313 by Alain Mellan).
18314
18315 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
18316
18317 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
18318 parameters with embedded comments. Reported by Ray Stevens.
18319 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
18320 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
18321 Reported by Tim Holt.
18322 (verilog-auto): Fix AUTOing a upper module then AUTOing module
18323 instantiated by upper module causing wrong expansion until AUTOed a
18324 second time. Reported by K C Buckenmaier.
18325 (verilog-diff-auto): Fix showing .* as a difference when
18326 `verilog-auto-star-save' off. Reported by Dan Dever.
18327 (verilog-auto-reset, verilog-read-always-signals)
18328 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
18329 temporary signals in reset list if
18330 verilog-auto-reset-blocking-in-non is nil, and match assignment
18331 style to each signal's assignment type, bug381.
18332 Reported by Thomas Esposito.
18333 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
18334 (verilog-uvm-statement-re): Support UVM indentation and
18335 highlighting, with old OVM keywords only.
18336 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
18337 Support AUTOTIEOFF creating non-wire data types.
18338 Suggested by Jonathan Greenlaw.
18339 (verilog-auto-insert-lisp, verilog-delete-to-paren)
18340 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
18341 (verilog-inject-sense, verilog-read-inst-pins)
18342 (verilog-read-sub-decls, verilog-read-sub-decls-line):
18343 Fix mismatching parenthesis inside commented out code when deleting
18344 AUTOINST, bug383. Reported by Jonathan Greenlaw.
18345 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
18346 non-numeric vector width. Reported by Alex Reed.
18347 (verilog-auto-ascii-enum): Add "onehot" option to work around not
18348 detecting signals with parameter widths. Reported by Alex Reed.
18349 (verilog-auto-delete-trailing-whitespace):
18350 With `verilog-auto-delete-trailing-whitespace' remove trailing
18351 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
18352 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
18353 Fix verilog-scan-cache corruption when running user AUTO expansion
18354 hooks that call indentation routines.
18355 (verilog-simplify-range-expression): Fix typo ignoring lower case
18356 identifiers.
18357 (verilog-delete-auto): Fix delete-autos to also remove user created
18358 automatics, as long as they start with AUTO.
18359 (verilog-batch-diff-auto, verilog-diff-auto)
18360 (verilog-diff-function): Add `verilog-diff-auto' and bind to
18361 "C-c?" to report differences in AUTO expansion, ignoring spaces.
18362 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
18363 (verilog-in-paren-quick, verilog-re-search-backward-quick)
18364 (verilog-re-search-forward-quick, verilog-syntax-ppss):
18365 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
18366 is disabled and its cache will get corrupt, causing AUTOS not to
18367 expand. Instead use only -quick functions.
18368 (verilog-scan-region): Fix scanning over escaped quotes.
18369 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
18370 (verilog-re-search-backward-quick)
18371 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
18372 related functions now ignore strings, to fix misparsing of strings
18373 with magic comments embedded in them.
18374 (verilog-read-auto-template):
18375 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
18376 Reported by Brad Dobbie.
18377 (verilog-read-auto-template):
18378 Fix 'verilog-auto-inst-template-numbers' with comments.
18379 Reported by Brad Dobbie.
18380 (verilog-auto-inst, verilog-auto-inst-param)
18381 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
18382 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
18383 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
18384 debugging templates without merge conflicts, bug357.
18385 Reported by Brad Dobbie.
18386 (verilog-read-auto-template):
18387 Fix verilog-auto-inst-template-numbers with multiple templates.
18388 Reported by Brad Dobbie.
18389 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
18390 abbrevs so user won't be asked to save.
18391 (verilog-read-auto-lisp-present): Fix to start at beginning of
18392 buffer in case called outside of verilog-auto.
18393 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
18394 to "X-2". Reported by Matthew Myers.
18395 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
18396 all inputs from module templates. Reported by Leith Johnson.
18397 (verilog-module-inside-filename-p): Fix locating programs as with
18398 modules.
18399 (verilog-auto-inst-port): Fix vl-width expressions when using
18400 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
18401 (verilog-decls-get-regs, verilog-decls-get-signals,
18402 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
18403 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
18404 verilog-read-decls): Combine reg and wire structures into one var
18405 structure to represent SystemVerilog concepts.
18406 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
18407 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
18408 (verilog-auto-wire-type, verilog-insert-definition):
18409 Add verilog-auto-wire-type and AUTOLOGIC to support using
18410 SystemVerilog "logic" keyword instead of "wire"/"reg".
18411 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
18412 to declares outputs that also have assignments (presumably in an
18413 ifdef or generate if so there's not a driver conflict).
18414 Reported by Matthew Myers.
18415 (verilog-auto-declare-nettype, verilog-insert-definition):
18416 Add verilog-auto-declare-nettype to fix declarations using
18417 `default_nettype none. Reported by Julian Gorfajn.
18418 (verilog-read-always-signals-recurse, verilog-read-decls)
18419 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
18420 malformed end statement, bug325. Reported by Joshua Wise and
18421 Andrew Drake.
18422 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
18423 (verilog-inst-comment-re): Fix not deleting Interfaced comment
18424 when expanding .* in interfaces, bug320.
18425 Reported by Pierre-David Pfister.
18426 (verilog-read-module-name): Fix import statements between module
18427 name and open parenthesis, bug317.
18428 Reported by Pierre-David Pfister.
18429 (verilog-simplify-range-expression): Fix simplification of
18430 multiplications inside AUTOWIRE connections, bug303.
18431 (verilog-auto-inst-port): Support parameter expansion in
18432 multidimensional arrays.
18433 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
18434 after "assert property". Reported by Julian Gorfajn.
18435 (verilog-simplify-range-expression): Fix "couldn't merge" errors
18436 with multiplication, bug303.
18437 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
18438 Reported by Jan Frode Lonnum.
18439
18440 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
18441
18442 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
18443 (hfy-shell-file-name, hfy-shell):
18444 * international/fontset.el (x-decompose-font-name): Fix typos.
18445
18446 2011-11-29 Ken Brown <kbrown@cornell.edu>
18447
18448 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
18449 (gdb-version): Remove defvar.
18450 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
18451 (gdb-gud-context-command, gdb-non-stop-handler)
18452 (gdb-current-context-command, gdb-stopped): Use it.
18453 (gdb-init-1): Enable pretty printing here.
18454 (gdb-non-stop-handler): Don't enable pretty-printing here.
18455 Check to see if the target supports non-stop mode; if not, turn off
18456 non-stop mode. Use the following.
18457 (gdb-check-target-async): New defun.
18458 (gud-watch, gdb-stopped): Fix whitespace.
18459 (gdb-get-source-file): Don't try to display the source file if
18460 `gdb-main-file' is nil.
18461
18462 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18463
18464 * align.el: Try to generate fewer markers (bug#10047).
18465 (align--set-marker): New macro.
18466 (align-region): Use it.
18467
18468 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
18469
18470 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
18471
18472 2011-11-29 Chong Yidong <cyd@gnu.org>
18473
18474 * indent.el (indent-for-tab-command, indent-according-to-mode):
18475 Doc fix.
18476 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
18477
18478 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
18479
18480 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
18481 aware of remote file names. (Bug#10124)
18482
18483 2011-11-29 Chong Yidong <cyd@gnu.org>
18484
18485 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
18486
18487 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18488
18489 * files.el (find-file): Don't use force-same-window (bug#10144).
18490 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
18491 use pop-to-buffer if the selected window can't be used.
18492 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
18493
18494 2011-11-28 Eli Zaretskii <eliz@gnu.org>
18495
18496 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
18497 special-mode-map.
18498
18499 2011-11-28 Chong Yidong <cyd@gnu.org>
18500
18501 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
18502
18503 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
18504
18505 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
18506 gdb-get-source-file-list on gdb-create-source-file-list.
18507
18508 2011-11-26 Eli Zaretskii <eliz@gnu.org>
18509
18510 * whitespace.el (whitespace-newline): Use a different foreground
18511 color for 16-color light-background displays.
18512
18513 2011-11-24 Chong Yidong <cyd@gnu.org>
18514
18515 * window.el (display-buffer--special-action): Doc fix.
18516
18517 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
18518
18519 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
18520 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
18521 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
18522 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
18523 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
18524 (avl-tree-stack-first):
18525 * emacs-lisp/cconv.el (cconv--analyse-use):
18526 * net/gnutls.el (gnutls-negotiate): Fix typos.
18527
18528 2011-11-24 Glenn Morris <rgm@gnu.org>
18529
18530 * lpr.el (lpr-windows-system, lpr-lp-system):
18531 * mail/binhex.el (binhex-begin-line):
18532 * progmodes/grep.el (grep-history, grep-find-history):
18533 * textmodes/flyspell.el:
18534 * vc/pcvs-defs.el (cvs-global-menu):
18535 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
18536 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
18537 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
18538
18539 * net/tls.el: Fix case of "GnuTLS".
18540
18541 * paths.el (rmail-file-name): Format doc-string for make-docfile.
18542
18543 * version.el (emacs-build-system): Give it a doc-string.
18544
18545 2011-11-24 Juri Linkov <juri@jurta.org>
18546
18547 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
18548
18549 2011-11-24 Glenn Morris <rgm@gnu.org>
18550
18551 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
18552 if called on a non-mime message just toggle the headers. (Bug#8006)
18553
18554 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
18555
18556 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
18557 (allout-lead-with-comment-string, allout-structure-deleted-hook)
18558 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
18559 (allout-rebullet-heading, allout-open-sibtopic)
18560 (allout-toggle-current-subtree-encryption)
18561 (allout-toggle-subtree-encryption, allout-encrypt-string)
18562 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
18563 (allout-distinctive-bullets-string, allout-auto-activation):
18564 * window.el (window-normalize-buffer-to-display):
18565 * progmodes/verilog-mode.el (verilog-batch-indent):
18566 * textmodes/bibtex.el (bibtex-field-braces-opt)
18567 (bibtex-field-strings-opt):
18568 * vc/cvs-status.el (cvs-tree-merge):
18569 Fix typos.
18570
18571 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
18572
18573 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
18574 `non-essential' to t, in order to avoid remote connections.
18575
18576 2011-11-23 Eli Zaretskii <eliz@gnu.org>
18577
18578 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18579 On MS-DOS and MS-Windows, compare with loaddefs.el
18580 case-insensitively.
18581
18582 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18583
18584 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
18585
18586 2011-11-23 Glenn Morris <rgm@gnu.org>
18587
18588 * paths.el (rmail-file-name): Reformat the doc-string so that it
18589 is picked up.
18590
18591 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
18592 (rmail-auto-file): Ignore case in the "special" field names,
18593 as mail-fetch-field does for all others.
18594
18595 * mail/rmail.el (rmail-forward):
18596 * mail/rmailkwd.el (rmail-set-label):
18597 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
18598 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
18599
18600 * mail/rmail.el (rmail-current-message): Doc fix.
18601
18602 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
18603
18604 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18605
18606 * server.el (server-eval-and-print): Allow C-g (bug#6585).
18607
18608 2011-11-22 Glenn Morris <rgm@gnu.org>
18609
18610 * mail/rmailmm.el (test-rmail-mime-handler)
18611 (test-rmail-mime-bulk-handler)
18612 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
18613
18614 2011-11-21 Juri Linkov <juri@jurta.org>
18615
18616 * calc/calc.el (calc-read-key-sequence):
18617 Let-bind `input-method-function' to nil. (Bug#10018)
18618
18619 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18620
18621 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
18622 Tell the caller that the next line needs recomputation, even
18623 though it doesn't start a sexp (bug#10094).
18624
18625 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18626
18627 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
18628
18629 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18630
18631 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18632 Use force-same-window.
18633
18634 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
18635
18636 * descr-text.el (describe-char-unicode-data):
18637 * json.el (json-string-escape):
18638 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
18639 (Footnote-unicode, Footnote-style-p):
18640 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
18641
18642 2011-11-20 Chong Yidong <cyd@gnu.org>
18643
18644 * window.el (replace-buffer-in-windows): Restore interactive spec.
18645
18646 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18647
18648 * electric.el (electric-indent-mode): Fix last change (too optimistic).
18649
18650 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
18651 (byte-compile-global-not-obsolete-vars): New var.
18652 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
18653 Use it.
18654 (byte-compile-warn-obsolete): Align text with the one in *Help*.
18655
18656 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
18657
18658 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
18659 * progmodes/pascal.el (electric-pascal-equal):
18660 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
18661 * xml.el (xml-substitute-special): Fix typos.
18662
18663 2011-11-20 Glenn Morris <rgm@gnu.org>
18664
18665 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
18666 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
18667 Doc fixes.
18668 (rmail-decode-mime-charset): Mark as obsolete.
18669
18670 * mail/rmailsum.el (rmail-message-regexp-p-1):
18671 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
18672 Before using mime functions, check they are set. (Bug#10077)
18673
18674 2011-11-19 Juri Linkov <juri@jurta.org>
18675
18676 * info.el (Info-finder-find-node): Use `package--builtins' instead
18677 of `package-alist'. Use node names formed by the pattern "Keyword "
18678 and the keyword name.
18679
18680 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
18681
18682 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
18683
18684 2011-11-19 Juri Linkov <juri@jurta.org>
18685
18686 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
18687 that calls `revert-buffer' on all Info buffers. (Bug#9915)
18688 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
18689 `old-history', `old-history-forward'. Add let-binding
18690 `window-selected'. Remove calls to `kill-buffer',
18691 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
18692 before calling `Info-find-node', so `Info-find-node-2' will reread
18693 the Info file. Restore window positions only when `window-selected'
18694 is non-nil.
18695
18696 2011-11-19 Juri Linkov <juri@jurta.org>
18697
18698 * isearch.el (isearch-lazy-highlight-new-loop):
18699 Remove condition `(not isearch-error)'. (Bug#9918)
18700
18701 * misearch.el (multi-isearch-search-fun): Add condition
18702 `(not bound)' to ignore lazy-highlighting search.
18703 Add the search-failed message "end of multi" when the end of
18704 multi-sequence is reached. Uncapitalize the search-failed
18705 message "Repeat for next buffer".
18706
18707 * info.el (Info-search): Add the search-failed message
18708 "end of the manual" when the end of the manual is reached
18709 in Isearch mode.
18710
18711 2011-11-19 Juri Linkov <juri@jurta.org>
18712
18713 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
18714 Use non-destructive `remove' instead of `delete' because
18715 `Info-history-list' stored to `Info-isearch-initial-history-list' in
18716 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
18717
18718 2011-11-19 Juri Linkov <juri@jurta.org>
18719
18720 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
18721 to nil instead of binding `search-ring' and `regexp-search-ring'.
18722 (Bug#9185)
18723
18724 2011-11-19 Eli Zaretskii <eliz@gnu.org>
18725
18726 * simple.el (line-move): Force movement by logical lines for any
18727 hscrolled window, not only when auto-hscroll-mode is on.
18728 (line-move-visual): Update doc string to that effect. (Bug#10076)
18729
18730 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
18731
18732 * language/european.el (macintosh): Define as alias for mac-roman.
18733
18734 2011-11-19 Eli Zaretskii <eliz@gnu.org>
18735
18736 * mail/rmailmm.el (rmail-mime-display-header)
18737 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
18738 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
18739 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
18740 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
18741 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
18742 of a raw aref.
18743 (rmail-mime-entity-segment): To get past the tagline, move forward
18744 2 more lines, to account for the 2 empty lines that precede and
18745 follow the line with the buttons.
18746 (rmail-mime-update-tagline): Move one more line, to get past the
18747 empty line that follows the buttons in the tagline. (Bug#9520)
18748
18749 2011-11-19 Martin Rudalics <rudalics@gmx.at>
18750
18751 * window.el (window-max-delta-1, window-min-delta-1)
18752 (window-min-size-1, window-state-get-1, window-state-put-1)
18753 (window-state-put-2): Use "window--" prefix.
18754
18755 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
18756
18757 * emacs-lisp/smie.el: Improve warnings and conflict detection.
18758 (smie-warning-count): New var.
18759 (smie-set-prec2tab): Use it.
18760 (smie-bnf->prec2): Improve warnings. Add docstring.
18761 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
18762 (smie-bnf--set-class): New function.
18763 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
18764 corner case.
18765
18766 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
18767 (compilation-error-properties, compilation-move-to-column):
18768 Handle compilation-first-column while in the target buffer.
18769
18770 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
18771 Don't hardcode point-min==1.
18772
18773 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
18774 (eshell-rewrite-for-command): Remove workaround.
18775 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
18776 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
18777 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
18778
18779 * files-x.el (modify-file-local-variable): Obey commenting conventions.
18780
18781 2011-11-17 Glenn Morris <rgm@gnu.org>
18782
18783 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
18784 Ignore buffer-local generated-autoload-file if it is the same
18785 as the global value. (Bug#10049)
18786
18787 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
18788
18789 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
18790 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
18791 (reftex-toc-previous-heading, reftex-toc-max-level)
18792 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
18793 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
18794 (reftex-toc-do-promote, reftex-toc-promote-prepare)
18795 (reftex-toc-promote-action, reftex-toc-extract-section-number)
18796 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
18797 (reftex-toc-rename-label, reftex-toc-visit-location)
18798 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
18799 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
18800 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
18801 leaving "*toc*" only for references to the buffer.
18802
18803 2011-11-17 Martin Rudalics <rudalics@gmx.at>
18804
18805 * window.el (window-resize, delete-window, split-window):
18806 Replace window-splits by window-combination-resize.
18807 * cus-start.el (window-splits): Replace by window-combination-resize.
18808
18809 2011-11-17 Glenn Morris <rgm@gnu.org>
18810
18811 * progmodes/sh-script.el (sh-font-lock-keywords-var):
18812 Make bash entry derive from sh entry, not shell entry.
18813
18814 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
18815
18816 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
18817 local file name.
18818
18819 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
18820
18821 * menu-bar.el (menu-bar-file-menu):
18822 * printing.el (pr-ps-utility):
18823 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
18824 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
18825 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
18826 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
18827 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
18828 (icalendar--convert-cyclic-to-ical)
18829 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
18830 (icalendar--convert-ical-to-diary)
18831 (icalendar--convert-recurring-to-diary)
18832 (icalendar--convert-non-recurring-all-day-to-diary)
18833 (icalendar-import-format-sample):
18834 * progmodes/idlw-shell.el (idlwave-shell-mode):
18835 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
18836 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
18837 (vhdl-ps-print-init): Fix typos.
18838
18839 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
18840
18841 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
18842 FSF and collapse date sequence, obscure author/maintainer email address
18843 better, remove extra version line, track relocation of author's webpage.
18844
18845 * progmodes/python.el (python-pdbtrack-input-prompt)
18846 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
18847 regular python pdb prompts. Adjustments shamelessly taken exactly as
18848 suggested in EmacsWiki page (tiny change):
18849 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
18850
18851 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
18852
18853 * expand.el (expand-pos, expand-index, expand-point):
18854 Remove redundant info from docstring.
18855 (expand-add-abbrevs): Doc fix.
18856 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
18857 (expand-sample-perl-mode-expand-list): Fix typos.
18858
18859 * net/dbus.el (dbus-event-member-name):
18860 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
18861 * term/pc-win.el (msdos-create-frame-with-faces):
18862 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
18863
18864 2011-11-16 Martin Rudalics <rudalics@gmx.at>
18865
18866 * window.el (split-window, window-state-get-1)
18867 (window-state-put-1, window-state-put-2): Rename occurrences of
18868 window-nest to window-combination-limit.
18869 * cus-start.el (window-nest): Rename to window-combination-limit.
18870
18871 2011-11-16 Chong Yidong <cyd@gnu.org>
18872
18873 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
18874 regexp (Bug#10033).
18875
18876 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18877
18878 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
18879 `completing-read' will remove *Completions* and will preserve
18880 current-buffer for us.
18881 (tmm-add-prompt): Users of *Completions* will always (re)set its
18882 major mode.
18883 (tmm-old-comp-map): Remove.
18884
18885 2011-11-16 Glenn Morris <rgm@gnu.org>
18886
18887 * mail/rmailedit.el: Require rmailmm when compiling.
18888 (rmail-old-mime-state): New declaration.
18889 (rmail-edit-current-message): If editing a mime message,
18890 edit the "raw" message from the mbox buffer.
18891 (rmail-cease-edit): Handle mime messages. (Bug#9840)
18892
18893 2011-11-15 Glenn Morris <rgm@gnu.org>
18894
18895 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
18896 which wasn't being used. Add optional arg to force given state.
18897 (rmail-mime): Add optional arg to force given state.
18898
18899 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
18900
18901 * allout.el (allout-encryption-plaintext-sanitization-regexps):
18902 * frame.el (display-mm-dimensions-alist):
18903 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
18904 (outline-move-subtree-down):
18905 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
18906 (newsticker--treeview-do-get-node):
18907 * net/quickurl.el (quickurl-list-buffer-name):
18908 * progmodes/dcl-mode.el (dcl-mode):
18909 * progmodes/gdb-mi.el (gdb-mapcar*):
18910 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
18911
18912 2011-11-15 Glenn Morris <rgm@gnu.org>
18913
18914 * mail/rmail.el (rmail-file-coding-system): It's only ever used
18915 in a boolean sense, so just make it a boolean, and fix the doc.
18916 (rmail-show-mime-function, rmail-mime-feature)
18917 (rmail-require-mime-maybe): Doc fixes.
18918 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
18919
18920 * mail/rmailmm.el (rmail-show-mime): Doc fix.
18921
18922 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
18923
18924 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
18925 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
18926 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
18927 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
18928
18929 2011-11-15 Glenn Morris <rgm@gnu.org>
18930
18931 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
18932 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
18933 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
18934 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
18935 (rmail-mime, rmail-show-mime): Doc fixes.
18936
18937 * term/ns-win.el (mode-line-frame-identification):
18938 Leave it alone. (Bug#10051)
18939
18940 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
18941
18942 * mail/rmailout.el (rmail-output-to-rmail-buffer):
18943 Handle empty buffers. (Bug#9978)
18944
18945 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
18946
18947 * international/mule.el (define-charset):
18948 * mail/rmailmm.el (rmail-mime-find-header-encoding):
18949 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
18950 * progmodes/verilog-mode.el (verilog-backward-token):
18951 * textmodes/ispell.el (lookup-words):
18952 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
18953
18954 2011-11-14 Glenn Morris <rgm@gnu.org>
18955
18956 * progmodes/executable.el
18957 (executable-make-buffer-file-executable-if-script-p):
18958 Handle file-modes returning nil.
18959
18960 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
18961 message - not necessary, and causes problems. (Bug#9831)
18962
18963 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
18964
18965 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
18966
18967 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
18968 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
18969 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
18970
18971 2011-11-12 Martin Rudalics <rudalics@gmx.at>
18972
18973 * window.el (window-resize, delete-window): Use window-splits
18974 variable instead of function.
18975 (window-state-get-1, window-state-put-2, window-state-put):
18976 Don't deal with windows' splits status.
18977
18978 2011-11-12 Glenn Morris <rgm@gnu.org>
18979
18980 * apropos.el (apropos-do-all, apropos-library, apropos-value)
18981 (apropos-documentation): Doc fixes.
18982
18983 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
18984
18985 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
18986 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
18987
18988 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
18989
18990 * electric.el (electric-indent-post-self-insert-function): Make it
18991 possible for a char to only indent in some circumstances.
18992 (electric-indent-mode): Simplify.
18993
18994 2011-11-11 Martin Rudalics <rudalics@gmx.at>
18995
18996 * window.el (windows-with-parameter): Remove unused function.
18997 (windows-at-side): Rename to window-at-side-list.
18998 (window-check, window-atom-check, window-atom-check-1)
18999 (window-side-check, window-size-ignore, window-size-fixed-1)
19000 (window-in-direction-2): Prefix with "window--".
19001 (window-tree-1): Rename to window--subtree, fix doc-string.
19002
19003 2011-11-11 Glenn Morris <rgm@gnu.org>
19004
19005 * subr.el (eval-after-load): If FILE is already loaded,
19006 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
19007
19008 2011-11-10 Glenn Morris <rgm@gnu.org>
19009
19010 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
19011 Call svn via vc-svn-command rather than vc-do-command.
19012 (vc-svn-command): Add --non-interactive. (Bug#9993)
19013 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
19014
19015 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19016 Add toggle-read-only. (Bug#7292)
19017 * files.el (toggle-read-only): Mention that it should only
19018 be used interactively. (Bug#10006)
19019
19020 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19021
19022 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19023 Adjust regexp for OCaml warnings.
19024
19025 * electric.el (electric-pair-post-self-insert-function): Let user
19026 turn it off buffer-locally (bug#9932).
19027
19028 * progmodes/python.el (python-beginning-of-statement):
19029 Rewrite (bug#2703).
19030
19031 * progmodes/compile.el: Better handle TABs (bug#9749).
19032 (compilation-internal-error-properties)
19033 (compilation-next-error-function): Obey the target buffer's
19034 compilation-error-screen-columns.
19035
19036 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
19037
19038 * progmodes/meta-mode.el: Remove obsolete comments.
19039 (meta-right-comment-regexp, meta-ignore-comment-regexp):
19040 Fix typos in docstrings.
19041
19042 2011-11-09 Martin Rudalics <rudalics@gmx.at>
19043
19044 * window.el (window-size-fixed-p): Rewrite doc-string.
19045 (window-resizable-p): Rename to window--resizable-p. Update callers.
19046 (window--resizable): New function. Make all callers of
19047 window-resizable call window--resizable instead.
19048 (window-resizable): Rewrite in terms of window--resizable.
19049
19050 2011-11-08 Glenn Morris <rgm@gnu.org>
19051
19052 * progmodes/delphi.el (delphi-mode-syntax-table):
19053 Let define-derived-mode define a proper syntax table. (Bug#9994)
19054
19055 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19056
19057 * window.el: Stay away from defsubst.
19058 (window-list-no-nils): Remove.
19059 (window-state-get-1, window-state-get): Use backquote instead.
19060
19061 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19062
19063 * emacs-lisp/find-func.el (find-function-read):
19064 Fix incorrect use of default argument in `completing-read'.
19065
19066 2011-11-08 Martin Rudalics <rudalics@gmx.at>
19067
19068 * window.el (display-buffer-function, special-display-function):
19069 Mention display-buffer-record-window but do not mention
19070 help-setup parameter in doc-strings.
19071 (window-min-delta): Fix doc-string typo.
19072
19073 2011-11-08 Chong Yidong <cyd@gnu.org>
19074
19075 * window.el (window-total-height, window-total-width): Doc fix.
19076 (window-body-size): Move from C.
19077 (window-body-height, window-body-width): Move to C.
19078
19079 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19080
19081 * window.el: Make special-display like display-buffer-alist (bug#9532).
19082 (display-buffer--special-action): New function, morphed
19083 from display-buffer--special.
19084 (display-buffer): Use it to handle special-display-buffers at higher
19085 priority (just after display-buffer-alist).
19086 (display-buffer-fallback-action, display-buffer--other-frame-action)
19087 (pop-to-buffer-same-window): Remove display-buffer--special.
19088
19089 2011-11-07 Glenn Morris <rgm@gnu.org>
19090
19091 * calendar/cal-menu.el (cal-menu-set-date-title):
19092 Do nothing if not in a calendar. (Bug#9976)
19093
19094 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
19095
19096 * files.el (find-file): Always use selected-window.
19097
19098 2011-11-07 Martin Rudalics <rudalics@gmx.at>
19099
19100 * window.el (window-combinations): Make WINDOW argument
19101 mandatory. Rewrite doc-string.
19102 (walk-window-subtree, window-atom-check, window-min-delta)
19103 (window-max-delta, window--resize-this-window)
19104 (window--resize-root-window-vertically, window-tree)
19105 (balance-windows, window-state-put): Rewrite doc-strings as to
19106 not mention the term "subwindow".
19107 (window--resize-subwindows-skip-p): Rename to
19108 window--resize-child-windows-skip-p.
19109 (window--resize-subwindows-normal): Rename to
19110 window--resize-child-windows-normal.
19111 (window--resize-subwindows): Rename to
19112 window--resize-child-windows.
19113 (window-or-subwindow-p): Rename to window--in-subtree-p.
19114
19115 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19116
19117 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
19118 Ensure that mbox format messages end in two newlines (Bug#9974).
19119
19120 2011-11-06 Chong Yidong <cyd@gnu.org>
19121
19122 * window.el (window-combination-p): Function deleted; its
19123 side-effect is not used in any existing code.
19124 (window-combinations, window-combined-p): Call window-*-child
19125 directly.
19126
19127 2011-11-05 Chong Yidong <cyd@gnu.org>
19128
19129 * window.el (window-valid-p): Rename from window-any-p.
19130 (window-size-ignore, window-state-get): Callers changed.
19131 (window-normalize-window): Rename from window-normalize-any-window.
19132 New arg LIVE-ONLY, replacing window-normalize-live-window.
19133 (window-normalize-live-window): Delete.
19134 (window-combination-p, window-combined-p, window-combinations)
19135 (walk-window-subtree, window-atom-root, window-min-size)
19136 (window-sizable, window-sizable-p, window-size-fixed-p)
19137 (window-min-delta, window-max-delta, window-resizable)
19138 (window-resizable-p, window-full-height-p, window-full-width-p)
19139 (window-current-scroll-bars, window-point-1, set-window-point-1)
19140 (window-at-side-p, window-in-direction, window-resize)
19141 (adjust-window-trailing-edge, maximize-window, minimize-window)
19142 (window-deletable-p, delete-window, delete-other-windows)
19143 (record-window-buffer, unrecord-window-buffer)
19144 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
19145 (quit-window, split-window, window-state-put)
19146 (set-window-text-height, fit-window-to-buffer)
19147 (shrink-window-if-larger-than-buffer): Callers changed.
19148
19149 2011-11-04 Eli Zaretskii <eliz@gnu.org>
19150
19151 * mail/rmail.el (rmail-simplified-subject): Decode subject with
19152 rfc2047-decode-string.
19153 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
19154 warnings.
19155
19156 * window.el (window-body-height, window-body-width): Mention in
19157 the doc string that the return values are in frame's canonical
19158 units. (Bug#9949)
19159
19160 2011-11-03 Alan Mackenzie <acm@muc.de>
19161
19162 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
19163 change in cc-engine.el.
19164
19165 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19166
19167 * window.el (switch-to-buffer): Use `force-same-window' interactively.
19168
19169 2011-11-02 Martin Rudalics <rudalics@gmx.at>
19170
19171 * window.el (quit-window): Call unrecord-window-buffer after
19172 showing another buffer in the window. (Bug#9937)
19173 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
19174
19175 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
19176
19177 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
19178 Accept status with more than 9 shelves. (Bug#9935)
19179 Reported by Colin D Bennett <colin@gibibit.com>.
19180
19181 2011-11-01 Martin Rudalics <rudalics@gmx.at>
19182
19183 * help.el (with-help-window): Don't reference
19184 temp-buffer-show-specifiers in doc-string.
19185
19186 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
19187
19188 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
19189 menu-item.
19190
19191 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19192
19193 * whitespace.el: New version 13.2.2.
19194 (whitespace-newline-mode): Disable properly. Reported by Sarah
19195 <EmacsWiki>.
19196
19197 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
19198
19199 * net/newst-treeview.el: Remove "Time-stamp".
19200 (newsticker--group-manage-orphan-feeds): Do not call
19201 newsticker--treeview-tree-update.
19202 (newsticker-treeview-update, newsticker-treeview):
19203 Call newsticker--treeview-tree-update if necessary.
19204
19205 2011-10-30 Martin Rudalics <rudalics@gmx.at>
19206
19207 * window.el (window-iso-combination-p, window-iso-combined-p)
19208 (window-iso-combinations): Remove "iso-" infix.
19209 Suggested by Chong Yidong.
19210 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
19211 (window-max-delta-1, window-resize, window--resize-siblings)
19212 (window--resize-this-window, adjust-window-trailing-edge)
19213 (split-window, balance-windows-1)
19214 (shrink-window-if-larger-than-buffer):
19215 * calendar/calendar.el (calendar-generate-window):
19216 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
19217
19218 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19219
19220 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
19221 in place (bug#9907).
19222 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
19223 (eshell-rewrite-if-command, eshell-rewrite-for-command)
19224 (eshell-structure-basic-command, eshell-rewrite-while-command)
19225 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
19226 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
19227 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
19228 (eshell-do-pipelines-synchronously, eshell-eval-command):
19229 Use backquotes and prefer setq to set.
19230 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
19231 (eshell-macrop): Use functionp.
19232 (eshell-do-eval): Handle multiple expressions in `while' body.
19233
19234 2011-10-30 Chong Yidong <cyd@gnu.org>
19235
19236 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
19237 instead of set-mark (Bug#9810).
19238
19239 2011-10-30 Chong Yidong <cyd@gnu.org>
19240
19241 * window.el (split-window-below, split-window-right): Rename from
19242 split-window-above-each-other and split-window-side-by-side
19243 respectively. All callers changed.
19244 (split-window-sensibly, split-window-sensibly): Use them.
19245 (split-window-keep-point): Doc fix.
19246
19247 * isearch.el: Add isearch-scroll property to split-window-below
19248 and split-window-right.
19249
19250 * follow.el (follow-mode):
19251 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19252 * progmodes/ada-xref.el (ada-gdb-application):
19253 * emulation/vip.el (vip-buffer-in-two-windows):
19254 * image-dired.el (image-dired-dired-with-window-configuration):
19255 * dired-x.el (dired-do-find-marked-files):
19256 * dired.el (dired-pop-to-buffer):
19257 * bs.el (bs--show-with-configuration):
19258 * vc/emerge.el (emerge-setup-windows):
19259 * textmodes/two-column.el (2C-two-columns):
19260 * textmodes/reftex-toc.el (reftex-toc):
19261 * progmodes/gdb-mi.el (gdb-setup-windows):
19262 * progmodes/fortran.el (fortran-window-create):
19263 * net/newst-treeview.el (newsticker--treeview-window-init):
19264 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
19265 * emulation/tpu-edt.el (tpu-gold-map):
19266 * emulation/crisp.el (crisp-mode-map):
19267 * calendar/calendar.el (calendar-basic-setup): Callers changed.
19268
19269 2011-10-29 Chong Yidong <cyd@gnu.org>
19270
19271 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
19272
19273 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
19274
19275 * textmodes/flyspell.el (flyspell-word): Fix char offset for
19276 forged Ispell output (Bug#7904).
19277
19278 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
19279
19280 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19281
19282 * doc-view.el: Avoid ugly errors about not finding nil.
19283 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
19284 (doc-view-dvipdf-program, doc-view-unoconv-program)
19285 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
19286 Avoid nil or absolute file name as default value.
19287 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
19288
19289 2011-10-28 Alan Mackenzie <acm@muc.de>
19290
19291 * progmodes/cc-defs.el (c-version): -> 5.32.2.
19292
19293 2011-10-28 Alan Mackenzie <acm@muc.de>
19294
19295 Amend the handling of c-beginning/end-of-defun in nested declaration
19296 scopes.
19297
19298 * progmodes/cc-vars.el (c-defun-tactic): Move here from
19299 cc-langs.el. Change it to a defcustom.
19300
19301 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
19302 cc-vars.el.
19303
19304 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19305 Prevent "class foo : bar" being spuriously recognized as a label.
19306
19307 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
19308 Add parameter `inclusive' (to include enclosing braces in the region).
19309 (c-widen-to-enclosing-decl-scope): New function.
19310 (c-while-widening-to-decl-block): New macro.
19311 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
19312 outward for defun boundaries, and correspondingly change symbol
19313 `respect-enclosure' to `go-outward'.
19314 (c-declaration-limits): Change algorithm to report only the "innermost"
19315 defun's boundaries.
19316
19317 2011-10-28 Deniz Dogan <deniz@dogan.se>
19318
19319 * net/rcirc.el (rcirc-mode): Use hard newlines.
19320
19321 2011-10-28 Alan Mackenzie <acm@muc.de>
19322
19323 Amend to indent and fontify macros "which include their own semicolon"
19324 correctly, using the "virtual semicolon" mechanism.
19325
19326 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
19327
19328 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
19329 Recode to scan one line at a time rather than having \n and \r
19330 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
19331 (c-forward-label): Amend for virtual semicolons.
19332 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
19333
19334 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
19335 of the new C macros.
19336
19337 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
19338 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
19339 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
19340 (c-opt-cpp-macro-define): Make into a full language variable.
19341 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
19342 AWK Mode (including \n, \r) removed, no longer needed.
19343
19344 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
19345 Invoke c-make-macro-with-semi-re.
19346
19347 * progmodes/cc-vars.el (c-macro-with-semi-re):
19348 (c-macro-names-with-semicolon): New variables.
19349 (c-make-macro-with-semi-re): New function.
19350
19351 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19352
19353 * vc/log-edit.el: Fill empty field rather than adding new one.
19354 (log-edit-add-field): New function.
19355 (log-edit-insert-changelog): Use it.
19356
19357 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19358
19359 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
19360
19361 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
19362
19363 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
19364 (gdb--check-interpreter): New function.
19365 (gdb): Use it.
19366
19367 2011-10-27 Glenn Morris <rgm@gnu.org>
19368
19369 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
19370 (least-positive-float, least-negative-float)
19371 (least-positive-normalized-float, least-negative-normalized-float)
19372 (float-epsilon, float-negative-epsilon):
19373 Remove unnecessary declarations.
19374
19375 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
19376 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
19377 (least-positive-float, least-negative-float)
19378 (least-positive-normalized-float, least-negative-normalized-float)
19379 (float-epsilon, float-negative-epsilon): Add doc-strings,
19380 based on those in cl.texi.
19381
19382 * files.el (set-visited-file-name): If the major-mode changed,
19383 reload the local variables. (Bug#9796)
19384
19385 2011-10-27 Chong Yidong <cyd@gnu.org>
19386
19387 * subr.el (change-major-mode-after-body-hook): New hook.
19388 (run-mode-hooks): Run it.
19389
19390 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19391 Use change-major-mode-before-body-hook.
19392
19393 * simple.el (fundamental-mode):
19394 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
19395 change introducing fundamental-mode-hook.
19396
19397 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
19398
19399 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
19400
19401 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
19402
19403 * ido.el (ido-file-name-all-completions-1): Do not require
19404 tramp.el explicitly. (Bug#7583)
19405
19406 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
19407
19408 * progmodes/octave-mod.el:
19409 * progmodes/octave-inf.el: Update maintainer.
19410
19411 2011-10-26 Chong Yidong <cyd@gnu.org>
19412
19413 * subr.el (with-wrapper-hook): Rewrite doc.
19414
19415 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
19416
19417 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
19418 filenames "/method:foo:". (Bug#9793)
19419
19420 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19421
19422 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
19423 (bug#9865).
19424
19425 2011-10-24 Glenn Morris <rgm@gnu.org>
19426
19427 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
19428
19429 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
19430
19431 * notifications.el: Add the requirement of a running D-Bus session
19432 bus to the Commentary.
19433
19434 2011-10-24 Juri Linkov <juri@jurta.org>
19435
19436 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19437 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
19438 (Bug#9364)
19439
19440 2011-10-24 Juri Linkov <juri@jurta.org>
19441
19442 * info.el (Info-following-node-name-re): Add newline to the list
19443 of allowed characters for leading space. (Bug#9824)
19444
19445 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19446
19447 * progmodes/octave-inf.el (inferior-octave-mode-map):
19448 Fix C-c C-h binding.
19449 * progmodes/octave-mod.el (octave-help): Remove.
19450
19451 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
19452
19453 Sync with Tramp 2.2.3.
19454
19455 * net/tramp-cache.el (top): Pacify byte-compiler using
19456 `init-file-user' and `site-run-file'.
19457
19458 * net/trampver.el: Update release number.
19459
19460 2011-10-23 Chong Yidong <cyd@gnu.org>
19461
19462 * files.el (toggle-read-only): Remove obsolete comment about
19463 version control.
19464
19465 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
19466 for toggle-read-only. Note that this hasn't called vc-next-action
19467 since 2008-05-02, though it wasn't documented at the time.
19468
19469 * vc/ediff-init.el (ediff-toggle-read-only-function):
19470 Use toggle-read-only.
19471
19472 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
19473
19474 Fix bug #9560, sporadic wrong indentation; improve instrumentation
19475 of c-parse-state.
19476
19477 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
19478 correct faulty logical expression.
19479 (c-parse-state-state, c-record-parse-state-state):
19480 (c-replay-parse-state-state): New defvar/defuns.
19481 (c-debug-parse-state): Use new functions.
19482
19483 2011-10-22 Martin Rudalics <rudalics@gmx.at>
19484
19485 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
19486 last fix. Use window-in-direction correctly.
19487
19488 2011-10-21 Chong Yidong <cyd@gnu.org>
19489
19490 * progmodes/idlwave.el (idlwave-mode):
19491 * progmodes/vera-mode.el (vera-mode): No need to set
19492 require-final-newline; that's done in prog-mode.
19493 Suggested by Stefan Monnier.
19494
19495 2011-10-21 Martin Rudalics <rudalics@gmx.at>
19496
19497 * mouse.el (mouse-drag-window-above)
19498 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
19499 (mouse-drag-mode-line-1, mouse-drag-header-line)
19500 (mouse-drag-vertical-line-rightward-window): Remove.
19501 (mouse-drag-line): New function.
19502 (mouse-drag-mode-line, mouse-drag-header-line)
19503 (mouse-drag-vertical-line): Call mouse-drag-line.
19504 * window.el (window-at-side-p, windows-at-side): New functions.
19505
19506 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
19507
19508 * tar-mode.el (tar-grind-file-mode):
19509 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
19510
19511 2011-10-21 Chong Yidong <cyd@gnu.org>
19512
19513 * progmodes/idlwave.el (idlwave-mode):
19514 * progmodes/vera-mode.el (vera-mode):
19515 Use mode-require-final-newline.
19516
19517 2011-10-20 Glenn Morris <rgm@gnu.org>
19518
19519 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
19520
19521 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
19522
19523 * emulation/cua-base.el (cua-set-mark): Fix case of string.
19524
19525 2011-10-20 Chong Yidong <cyd@gnu.org>
19526
19527 * emulation/cua-base.el (cua-mode):
19528 * mail/footnote.el (footnote-mode):
19529 * mail/mailabbrev.el (mail-abbrevs-mode):
19530 * net/xesam.el (xesam-minor-mode):
19531 * progmodes/bug-reference.el (bug-reference-mode):
19532 * progmodes/cap-words.el (capitalized-words-mode):
19533 * progmodes/compile.el (compilation-minor-mode)
19534 (compilation-shell-minor-mode):
19535 * progmodes/gud.el (gud-tooltip-mode):
19536 * progmodes/hideif.el (hide-ifdef-mode):
19537 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19538 * progmodes/subword.el (subword-mode):
19539 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19540 * progmodes/which-func.el (which-function-mode):
19541 * term/tvi970.el (tvi970-set-keypad-mode):
19542 * term/vt100.el (vt100-wide-mode):
19543 * textmodes/flyspell.el (flyspell-mode):
19544 * textmodes/ispell.el (ispell-minor-mode):
19545 * textmodes/nroff-mode.el (nroff-electric-mode):
19546 * textmodes/paragraphs.el (use-hard-newlines):
19547 * textmodes/refill.el (refill-mode):
19548 * textmodes/reftex.el (reftex-mode):
19549 * textmodes/rst.el (rst-minor-mode):
19550 * textmodes/sgml-mode.el (html-autoview-mode)
19551 (sgml-electric-tag-pair-mode):
19552 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
19553 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
19554 * emulation/crisp.el (crisp-mode):
19555 * emacs-lisp/eldoc.el (eldoc-mode):
19556 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
19557 minor mode behavior.
19558
19559 2011-10-19 Juri Linkov <juri@jurta.org>
19560
19561 * descr-text.el (describe-char): Add #x2010 and #x2011 to
19562 the list of hard-coded chars with escape-glyph face.
19563
19564 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
19565
19566 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
19567
19568 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
19569
19570 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
19571 running process.
19572
19573 2011-10-19 Glenn Morris <rgm@gnu.org>
19574
19575 * vc/vc-bzr.el (vc-bzr-after-dir-status):
19576 Ignore ignored files. (Bug#9726)
19577
19578 2011-10-19 Chong Yidong <cyd@gnu.org>
19579
19580 Doc fix for minor modes, stating that an omitted argument enables
19581 the mode unconditionally when called from Lisp.
19582
19583 * abbrev.el (abbrev-mode):
19584 * allout.el (allout-mode):
19585 * autoinsert.el (auto-insert-mode):
19586 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19587 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
19588 (global-auto-revert-mode):
19589 * battery.el (display-battery-mode):
19590 * composite.el (global-auto-composition-mode)
19591 (auto-composition-mode):
19592 * delsel.el (delete-selection-mode):
19593 * desktop.el (desktop-save-mode):
19594 * dired-x.el (dired-omit-mode):
19595 * dirtrack.el (dirtrack-mode):
19596 * doc-view.el (doc-view-minor-mode):
19597 * double.el (double-mode):
19598 * electric.el (electric-indent-mode, electric-pair-mode):
19599 * emacs-lock.el (emacs-lock-mode):
19600 * epa-hook.el (auto-encryption-mode):
19601 * follow.el (follow-mode):
19602 * font-core.el (font-lock-mode):
19603 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
19604 * help.el (temp-buffer-resize-mode):
19605 * hilit-chg.el (highlight-changes-mode)
19606 (highlight-changes-visible-mode):
19607 * hi-lock.el (hi-lock-mode):
19608 * hl-line.el (hl-line-mode, global-hl-line-mode):
19609 * icomplete.el (icomplete-mode):
19610 * ido.el (ido-everywhere):
19611 * image-file.el (auto-image-file-mode):
19612 * image-mode.el (image-minor-mode):
19613 * iswitchb.el (iswitchb-mode):
19614 * jka-cmpr-hook.el (auto-compression-mode):
19615 * linum.el (linum-mode):
19616 * longlines.el (longlines-mode):
19617 * master.el (master-mode):
19618 * mb-depth.el (minibuffer-depth-indicate-mode):
19619 * menu-bar.el (menu-bar-mode):
19620 * minibuf-eldef.el (minibuffer-electric-default-mode):
19621 * mouse-sel.el (mouse-sel-mode):
19622 * msb.el (msb-mode):
19623 * mwheel.el (mouse-wheel-mode):
19624 * outline.el (outline-minor-mode):
19625 * paren.el (show-paren-mode):
19626 * recentf.el (recentf-mode):
19627 * reveal.el (reveal-mode, global-reveal-mode):
19628 * rfn-eshadow.el (file-name-shadow-mode):
19629 * ruler-mode.el (ruler-mode):
19630 * savehist.el (savehist-mode):
19631 * scroll-all.el (scroll-all-mode):
19632 * scroll-bar.el (scroll-bar-mode):
19633 * server.el (server-mode):
19634 * shell.el (shell-dirtrack-mode):
19635 * simple.el (auto-fill-mode, transient-mark-mode)
19636 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
19637 (line-number-mode, column-number-mode, size-indication-mode)
19638 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
19639 * strokes.el (strokes-mode):
19640 * time.el (display-time-mode):
19641 * t-mouse.el (gpm-mouse-mode):
19642 * tool-bar.el (tool-bar-mode):
19643 * tooltip.el (tooltip-mode):
19644 * type-break.el (type-break-mode-line-message-mode)
19645 (type-break-query-mode):
19646 * view.el (view-mode):
19647 * whitespace.el (whitespace-mode, whitespace-newline-mode)
19648 (global-whitespace-mode, global-whitespace-newline-mode):
19649 * xt-mouse.el (xterm-mouse-mode): Doc fix.
19650
19651 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19652 Fix autogenerated docstring.
19653
19654 2011-10-19 Juri Linkov <juri@jurta.org>
19655
19656 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
19657 by checking environment variables "DESKTOP_SESSION" and
19658 "XDG_CURRENT_DESKTOP". (Bug#9779)
19659
19660 2011-10-19 Juri Linkov <juri@jurta.org>
19661
19662 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
19663 (browse-url-chromium-program, browse-url-chromium-arguments):
19664 New defcustoms.
19665 (browse-url-default-browser): Check for `browse-url-chromium' and
19666 call `browse-url-chromium-program'.
19667 (browse-url-chromium): New command. (Bug#9779)
19668
19669 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
19670
19671 * facemenu.el (list-colors-duplicates): On Windows, detect more
19672 duplicates by assuming that only colors matching "^System" are
19673 special "system colors". (Bug#9722)
19674
19675 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19676
19677 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
19678 to distinguish the author from the committer.
19679
19680 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
19681
19682 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
19683
19684 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
19685
19686 * international/mule.el (sgml-html-meta-auto-coding-function):
19687 Add support for detecting encoding in HTML5 specified only as
19688 <meta charset="UTF-8">. Implementation just makes http-equiv and
19689 content-type parts from HTML4 encoding string optional. (Bug#9716)
19690
19691 2011-10-18 Glenn Morris <rgm@gnu.org>
19692
19693 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
19694
19695 2011-10-18 Chong Yidong <cyd@gnu.org>
19696
19697 * faces.el (cursor): Doc fix.
19698
19699 2011-10-17 Chong Yidong <cyd@gnu.org>
19700
19701 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
19702
19703 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
19704
19705 * dirtrack.el (dirtrack): Support shell buffers with path
19706 prefixes, e.g. tramp-based remote shells. (Bug#9647)
19707
19708 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
19709
19710 * json.el: Bump version to 1.3 and note change in History.
19711 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
19712
19713 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19714
19715 * comint.el (comint-insert-input, comint-send-input)
19716 (comint-get-old-input-default, comint-backward-matching-input)
19717 (comint-next-prompt): Use nil instead of `input' for field property of
19718 past user input (bug#114).
19719
19720 * minibuffer.el (completion--replace): Inherit surrounding properties
19721 (bug#114).
19722 (minibuffer-complete-and-exit): Use it.
19723
19724 * comint.el (comint--table-subvert): Quote the all-completions output
19725 (bug#9160).
19726
19727 2011-10-17 Martin Rudalics <rudalics@gmx.at>
19728
19729 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
19730
19731 * menu-bar.el (menu-bar-file-menu): Add entry for making new
19732 window on right of selected. (Bug#9350) Reword other window
19733 entries and separate them from frame entries.
19734
19735 2011-10-15 Glenn Morris <rgm@gnu.org>
19736
19737 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
19738 Doc fixes.
19739
19740 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
19741
19742 * net/network-stream.el (network-stream-open-starttls):
19743 Improve detection of failure due to lack of TLS support.
19744
19745 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
19746 putting the input text in front and in bold.
19747
19748 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
19749
19750 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
19751
19752 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
19753 empty buffer.
19754
19755 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
19756 unread-command-events rather than pushing yet-another event.
19757
19758 2011-10-14 Eli Zaretskii <eliz@gnu.org>
19759
19760 * mail/sendmail.el (sendmail-query-once): Improve the wording of
19761 the explanation of the possible choices. Make the options passed
19762 to completing-read shorter.
19763
19764 2011-10-13 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
19765
19766 * textmodes/flyspell.el (flyspell-large-region): Make sure
19767 extended character mode is used if defined (Bug#1339).
19768
19769 2011-10-13 Eli Zaretskii <eliz@gnu.org>
19770
19771 * simple.el (what-cursor-position): Fix the display of the
19772 character info for LRE, LRO, RLE, and RLO characters by appending
19773 an invisible PDF.
19774
19775 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
19776
19777 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
19778 even in case of error; add debug spec; simplify data flow.
19779 (with-timeout-handler): Remove.
19780
19781 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
19782
19783 Fix Bug#6019, Bug#9315.
19784
19785 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
19786 complete `buffer-file-name', the local file name part could look
19787 remotely (for example on VMS).
19788
19789 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
19790 `tramp-run-real-handler'.
19791 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
19792 already quoted by '"'.
19793
19794 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
19795 Let `file-name-handler-alist' be nil, the local file name part
19796 could look remotely (for example on VMS).
19797
19798 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
19799
19800 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
19801 from here...
19802 (flyspell-post-command-hook): ...to here.
19803
19804 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19805
19806 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
19807 if not needed.
19808 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
19809 using completion. Protect against "slow" callers.
19810 Remove the "message hack".
19811
19812 2011-10-11 Juri Linkov <juri@jurta.org>
19813
19814 * isearch.el (isearch-lazy-highlight-word): New variable.
19815 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
19816 Use it. (Bug#9727)
19817
19818 2011-10-11 Glenn Morris <rgm@gnu.org>
19819
19820 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
19821 like f90-previous-statement does.
19822
19823 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19824
19825 * eshell/eshell.el (eshell-command): History should be saved
19826 only in interactive use, to avoid error.
19827
19828 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19829
19830 * minibuffer.el (completion-file-name-table): Fix last change,
19831 i.e. ignore normal errors but not the other ones.
19832
19833 2011-10-10 Martin Rudalics <rudalics@gmx.at>
19834
19835 * window.el (special-display-buffer-names)
19836 (special-display-regexps): Remove some remnants of earlier
19837 changes from doc-strings.
19838 (quit-windows-on): New function.
19839
19840 * vc/vc.el (vc-revert, vc-rollback):
19841 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
19842 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
19843 (Bug#6183) (Bug#7074) (Bug#7447)
19844
19845 2011-10-09 Martin Rudalics <rudalics@gmx.at>
19846
19847 * window.el (frame-auto-hide-function): Add version tag.
19848 (Bug#9699)
19849
19850 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
19851
19852 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
19853 condition.
19854
19855 2011-10-09 Leo Liu <sdl.web@gmail.com>
19856
19857 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
19858 (Bug#9701)
19859
19860 2011-10-08 Glenn Morris <rgm@gnu.org>
19861
19862 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
19863 before the first code statement zero indent. (Bug#9690)
19864
19865 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
19866
19867 * simple.el (count-words-region): Always count in the region.
19868 Report the number of lines and characters too.
19869 (count-words): New command, which counts in the buffer if the
19870 region is inactive, as count-words-region used to.
19871 (count-words--message): New function. Handle plurals.
19872 (count-lines-region): Make it an alias for count-words-region.
19873
19874 * bindings.el (esc-map): Replace count-lines-region with
19875 count-words-region.
19876
19877 2011-10-08 Martin Rudalics <rudalics@gmx.at>
19878
19879 * window.el (window--delete): Delete dedicated frame
19880 unconditionally when argument KILL is non-nil. (Bug#9699)
19881 (switch-to-buffer): Fix doc-string typo.
19882
19883 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19884
19885 * eshell/eshell.el (eshell-command): Avoid using hooks.
19886
19887 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
19888
19889 * bindings.el ([M-left],[M-right]): Bind to left-word and
19890 right-word respectively.
19891
19892 2011-10-07 Glenn Morris <rgm@gnu.org>
19893
19894 * cus-start.el (debug-on-quit): Fix custom type.
19895
19896 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19897
19898 * subr.el (define-key-after): Clarify that the function is not
19899 useful for non-menu keymaps.
19900
19901 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
19902
19903 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19904
19905 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
19906 in current minibuffer (Fix bug with recursive minibuffers).
19907
19908 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
19909
19910 * progmodes/gdb-mi.el (gdb): Doc fix.
19911
19912 2011-10-05 Martin Rudalics <rudalics@gmx.at>
19913
19914 * window.el (frame-auto-hide-function): New option replacing
19915 frame-auto-delete. Suggested by Stefan Monnier.
19916 (window--delete): Call frame-auto-hide-function instead of
19917 investigating frame-auto-delete.
19918 (window-point-1, set-window-point-1): New functions.
19919 (window-in-direction, record-window-buffer, window-state-get-1)
19920 (display-buffer-record-window): Use window-point-1 instead of
19921 window-point.
19922 (set-window-buffer-start-and-point): Use set-window-point-1.
19923
19924 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
19925
19926 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
19927
19928 2011-10-05 Glenn Morris <rgm@gnu.org>
19929
19930 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
19931 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
19932
19933 2011-10-05 Leo Liu <sdl.web@gmail.com>
19934
19935 * subr.el (read-char-choice): Fix argument to buffer-live-p which
19936 works with buffer object.
19937
19938 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
19939
19940 * mpc.el (mpc-tool-bar-map): Add labels.
19941
19942 2011-10-04 Glenn Morris <rgm@gnu.org>
19943
19944 * calendar/holidays.el (calendar-check-holidays): Doc fix.
19945
19946 2011-10-04 Martin Rudalics <rudalics@gmx.at>
19947
19948 * window.el (window--delete): New function.
19949 (frame-auto-delete): Resuscitate option.
19950 (bury-buffer, replace-buffer-in-windows)
19951 (quit-window): Rewrite using window--delete.
19952 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19953 Pass display-buffer-mark-dedicated to window--display-buffer-2
19954 (Bug#9639).
19955
19956 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19957
19958 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
19959 returns a list (bug#9554). Add remote file name completion.
19960 * comint.el (comint--table-subvert): Curry and get quote&unquote
19961 functions as arguments.
19962 (comint--complete-file-name-data): Adjust call accordingly.
19963 * pcomplete.el (pcomplete--table-subvert): Remove.
19964 (pcomplete-completions-at-point): Use comint--table-subvert instead.
19965
19966 * minibuffer.el (completion-table-case-fold): Use currying.
19967 (completion--styles-type, completion--cycling-threshold-type):
19968 New constants.
19969 (completion-styles, completion-category-overrides)
19970 (completion-cycle-threshold): Use them.
19971 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
19972 completion-table-case-fold.
19973
19974 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
19975
19976 * minibuffer.el (completion-category-overrides): Fix type of styles
19977 and add more user friendly tags (bug#9660).
19978
19979 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19980
19981 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
19982 (mule-input-method-string): New widget.
19983 (default-input-method, language-info-custom-alist): Use it.
19984
19985 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19986
19987 * pcomplete.el: Require comint.
19988 (pcomplete--common-suffix): Remove.
19989 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
19990 (pcomplete--table-subvert): Sync with comint--table-subvert.
19991 (pcomplete--entries): Use comint-completion-file-name-table.
19992 * comint.el (comint-unquote-filename): Simplify.
19993 (comint-completion-file-name-table): New function (bug#9616).
19994 (comint--complete-file-name-data): Use it.
19995
19996 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
19997 (pcmpl-gnu-tar-buffer): Remove.
19998 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
19999 around. Make sure pcomplete-suffix-list is only changed temporarily.
20000 Don't look inside the tar's file if it's too large.
20001
20002 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
20003
20004 * cus-edit.el (custom-mode-map):
20005 * epa.el (epa-key-list-mode-map):
20006 * man.el (Man-mode-map):
20007 * startup.el (splash-screen-keymap):
20008 * simple.el (special-mode-map): Use scroll-up-command and
20009 scroll-down-command.
20010
20011 * progmodes/idlw-help.el (idlwave-help-mode-map):
20012 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
20013 * net/newst-plainview.el (newsticker-mode-map):
20014 * emulation/ws-mode.el (wordstar-mode-map):
20015 * emulation/vi.el (vi-com-map):
20016 * calc/calc-graph.el (calc-graph-show-dumb):
20017 * term/sun.el (terminal-init-sun):
20018 * term/ns-win.el (global-map):
20019 * progmodes/grep.el (grep-mode-map):
20020 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
20021 * mail/rmail.el (rmail-mode-map):
20022 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
20023
20024 * custom.el (custom-safe-themes, load-theme): Treat value of t for
20025 custom-safe-themes as special.
20026
20027 2011-10-01 Julien Danjou <julien@danjou.info>
20028
20029 * notifications.el (notifications-notify): Fix docstring.
20030
20031 2011-10-01 Per Starbäck <per@starback.se>
20032
20033 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
20034
20035 2011-09-30 Martin Rudalics <rudalics@gmx.at>
20036
20037 * startup.el (command-line-1): Fix last fix by inserting
20038 initial-scratch-message into *scratch* before displaying it.
20039 (Bug#9605) and (Bug#9636)
20040
20041 2011-09-29 Eli Zaretskii <eliz@gnu.org>
20042
20043 * simple.el (line-move): If auto-hscroll-mode is disabled and the
20044 window is hscrolled, move by logical lines. (Bug#9607)
20045 (line-move-visual): Update the doc string to the above effect.
20046
20047 2011-09-29 Martin Rudalics <rudalics@gmx.at>
20048
20049 * window.el (display-buffer-record-window): When WINDOW is the
20050 selected window use `point' instead of `window-point'. (Bug#9626)
20051
20052 * startup.el (command-line-1): Use insert-before-markers when
20053 inserting initial-scratch-message. (Bug#9605)
20054
20055 * help.el (help-window): Remove variable.
20056
20057 2011-09-29 Glenn Morris <rgm@gnu.org>
20058
20059 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
20060
20061 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
20062
20063 * descr-text.el (describe-char-categories): Accept category
20064 descriptions more than one line long.
20065
20066 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20067
20068 * simple.el (delete-trailing-whitespace): Fix last change.
20069
20070 * progmodes/perl-mode.el (perl-syntax-propertize-function):
20071 Don't confuse "y => 3" as the beginning of a `y' operation.
20072
20073 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
20074 object has more than 4 slots (bug#9613).
20075
20076 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
20077
20078 * subr.el (with-output-to-temp-buffer):
20079 * net/quickurl.el (quickurl, quickurl-browse-url):
20080 Fix typos in docstrings.
20081
20082 2011-09-27 Eli Zaretskii <eliz@gnu.org>
20083
20084 * minibuffer.el (completion-styles)
20085 (completion-category-overrides): Cross reference each other in doc
20086 strings.
20087
20088 2011-09-27 Glenn Morris <rgm@gnu.org>
20089
20090 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
20091 to split-string. (Bug#9606)
20092
20093 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20094
20095 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
20096 (bug#9615).
20097
20098 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
20099
20100 * emacs-lisp/package.el (list-packages): Fix echo area message.
20101
20102 2011-09-27 Leo Liu <sdl.web@gmail.com>
20103
20104 * ido.el (ido-read-internal): Accept cons cell HIST arg.
20105
20106 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
20107
20108 * net/dbus.el (dbus-unregister-object): Don't release services for
20109 registered signals. (Bug#9581)
20110
20111 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
20112
20113 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
20114 function that picks between cfengine 2 and 3 support
20115 automatically. Update docs accordingly.
20116
20117 2011-09-22 Kenichi Handa <handa@m17n.org>
20118
20119 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
20120 ZERO.
20121 (indian-itrans-v5-table-for-tamil): New variable.
20122 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
20123
20124 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
20125
20126 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
20127 that's true if the current command involved collapsing of text.
20128 It's reset to false at the beginning of the next command.
20129 (allout-post-command-business): Move the cursor to the beginning
20130 of entry if the cursor is hidden and collapsing activity just
20131 happened.
20132
20133 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
20134
20135 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
20136 tracking (Bug#9541).
20137
20138 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
20139
20140 * net/newst-reader.el (newsticker-html-renderer)
20141 (newsticker-show-news): Automatically load html rendering package
20142 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
20143 because w3m-fill-column is let-bound" and the error "Symbol's value
20144 as variable is void: w3m-fill-column".
20145
20146 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
20147
20148 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
20149 Release services only if they are defined. (Bug#9581)
20150
20151 2011-09-23 Richard Stallman <rms@gnu.org>
20152
20153 * textmodes/paragraphs.el (forward-sentence): For backwards case,
20154 distinguish start of paragraph from start of its text.
20155
20156 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
20157
20158 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
20159 (rmail-generate-viewer-buffer): Put that hook on view buffer.
20160 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
20161
20162 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
20163
20164 * international/mule-diag.el (mule-diag): Insert a newline after
20165 each fontset description.
20166
20167 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20168
20169 * simple.el (delete-trailing-whitespace):
20170 Document last change; simplify.
20171
20172 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
20173
20174 * simple.el (delete-trailing-whitespace): Also delete
20175 extra newlines at the end of the buffer.
20176
20177 * textmodes/picture.el: Make motion commands obey shift-select-mode.
20178 (picture-newline): Use forward-line so as to ignore fields.
20179
20180 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20181
20182 * subr.el (with-wrapper-hook): Fix edebug spec.
20183
20184 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20185
20186 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
20187 (bug#4538).
20188
20189 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
20190
20191 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
20192 Fix nasty bug using wrong cached values.
20193
20194 2011-09-23 Alan Mackenzie <acm@muc.de>
20195
20196 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
20197
20198 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
20199
20200 * window.el (pop-to-buffer): Ensure right window is selected if we
20201 chose another frame.
20202
20203 2011-09-22 Eli Zaretskii <eliz@gnu.org>
20204
20205 * simple.el (what-cursor-position): Use get-char-property-change
20206 and next-single-char-property-change, to be able to show display
20207 properties that come from overlays as well as text properties.
20208
20209 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
20210
20211 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
20212
20213 * cmuscheme.el (run-scheme, switch-to-scheme):
20214 * cus-edit.el (customize-group, custom-buffer-create)
20215 (customize-browse):
20216 * info.el (info):
20217 * shell.el (shell):
20218 * mail/sendmail.el (mail):
20219 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
20220
20221 2011-09-22 Richard Stallman <rms@gnu.org>
20222
20223 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
20224 move back only to line beg, don't move back over blank lines.
20225
20226 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
20227
20228 * files.el (copy-directory): Set directory attributes only in case
20229 they could be retrieved from the source directory. (Bug#9565)
20230
20231 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
20232
20233 * progmodes/hideshow.el (hs-looking-at-block-start-p)
20234 (hs-find-block-beginning, hs-hide-level-recursive):
20235 Ignore strings as well as comments. (Bug#9502)
20236
20237 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
20238
20239 * progmodes/sql.el (sql-comint-postgres):
20240 Convert port number to a string. (Bug#9566)
20241
20242 2011-09-22 Martin Rudalics <rudalics@gmx.at>
20243
20244 * window.el (quit-window): Undedicate window when switching to
20245 previous buffer. Reported by Thierry Volpiatto
20246 <thierry.volpiatto@gmail.com>.
20247 (special-display-popup-frame): When popping up a new frame reset
20248 its previous buffers to nil. Simplify code.
20249
20250 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
20251
20252 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
20253 and process filter, as done also in `shell-command'.
20254
20255 2011-09-21 Martin Rudalics <rudalics@gmx.at>
20256
20257 * window.el (set-window-buffer-start-and-point):
20258 Call set-window-start with NOFORCE argument t.
20259 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20260 (quit-window): Reword doc-string. Handle new format of
20261 quit-restore parameter. Don't delete window if it has a
20262 previous buffer we can show instead of the present one.
20263 (display-buffer-record-window): Rewrite using a new format for
20264 the quit-restore window parameter
20265 (special-display-popup-frame, display-buffer-same-window)
20266 (display-buffer-reuse-window, display-buffer-pop-up-frame)
20267 (display-buffer-pop-up-window, display-buffer-use-some-window):
20268 Adapt symbol passed to display-buffer-record-window.
20269 * help.el (help-window-setup): Handle new format of quit-restore
20270 parameter.
20271
20272 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20273
20274 * faces.el (face-list): Fix docstring (bug#9564).
20275
20276 * window.el (display-buffer--action-function-custom-type):
20277 Don't include internal functions in the Custom interface.
20278
20279 2011-09-20 Juri Linkov <juri@jurta.org>
20280
20281 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
20282 (Info-forward-node, Info-backward-node, Info-next-preorder)
20283 (Info-last-preorder): Use it. (Bug#9528)
20284
20285 2011-09-20 Juri Linkov <juri@jurta.org>
20286
20287 * info.el (Info-last-preorder): Visit last menu item only when
20288 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
20289
20290 2011-09-20 Julien Danjou <julien@danjou.info>
20291
20292 * password-cache.el (password-cache-remove): Remove entries even if the
20293 value is nil, so that password with a nil value (negative caching) is
20294 possible to invalidate.
20295
20296 2011-09-20 Lawrence Mitchell <wence@gmx.li>
20297
20298 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
20299 all whitespace around breakpoint. (Bug#9553)
20300 (f90-find-breakpoint): Only break at whitespace inside a comment.
20301
20302 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20303
20304 * minibuffer.el (completion-file-name-table): Keep track of errors.
20305 (completion-table-with-predicate): Handle the case where pred1 is nil.
20306 * pcomplete.el (pcomplete-completions-at-point): Simplify.
20307
20308 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20309
20310 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
20311 (debugger-return-value): Signal an error if the debugging context does
20312 not await any return value.
20313
20314 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
20315 * image-mode.el (image-toggle-display-text)
20316 (image-toggle-display-image): Stay away from evil `intangible'.
20317
20318 2011-09-19 Leo Liu <sdl.web@gmail.com>
20319
20320 * replace.el (occur-revert-arguments): Make it permanent-local.
20321 (occur-mode): Don't call font-lock-defontify.
20322
20323 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
20324
20325 * net/ldap.el (ldap-search-internal): Don't push empty search
20326 result (Bug#9508).
20327
20328 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20329
20330 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
20331
20332 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
20333
20334 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
20335 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
20336
20337 2011-09-18 Juri Linkov <juri@jurta.org>
20338
20339 * buff-menu.el (Buffer-menu-mode-map):
20340 * dired.el (dired-mode-map):
20341 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
20342 (lisp-interaction-mode-map):
20343 * emacs-lisp/package.el (package-menu-mode-map):
20344 * epa.el (epa-key-list-mode-map):
20345 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
20346 (menu-bar-options-menu):
20347 * outline.el (outline-mode-menu-bar-map):
20348 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
20349 * vc/vc-dir.el (vc-dir-menu-map):
20350 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
20351 Capitalize non-function content words in menu item strings.
20352
20353 * dired.el (dired-mode-map): Add menu item for
20354 `image-dired-dired-toggle-marked-thumbs'.
20355
20356 2011-09-18 Juri Linkov <juri@jurta.org>
20357
20358 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
20359 to `isearch-case-fold-search' and restore its original value
20360 after the `isearch-mode' call.
20361
20362 2011-09-18 Juri Linkov <juri@jurta.org>
20363
20364 * progmodes/grep.el (grep-process-setup): Don't check code for 1
20365 because `zgrep' returns 1 for successful matches (bug#9226).
20366
20367 2011-09-18 Juri Linkov <juri@jurta.org>
20368
20369 * info.el (Info-extract-menu-node-name): Check the second match
20370 for empty string (second test-case of bug#9528).
20371 (Info-last-preorder): Let-bind `Info-history' to nil to not add
20372 intermediate nodes to the history (first test-case of bug#9528).
20373
20374 2011-09-18 Juri Linkov <juri@jurta.org>
20375
20376 * info.el (Info-mode-syntax-table): New variable.
20377 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
20378
20379 2011-09-18 Juri Linkov <juri@jurta.org>
20380
20381 * info.el (Info-file-supports-index-cookies):
20382 Increment line-beginning-position's arg from 3 to 4 because makeinfo
20383 outputs one more line for long file names (bug#4142).
20384
20385 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20386
20387 * newcomment.el (comment-normalize-vars): If prompting for
20388 comment-start, set comment-start-skip too (Bug#8424).
20389
20390 2011-09-18 Johan BockgĂ¥rd <bojohan@gnu.org>
20391
20392 * icomplete.el: Fix previous fix of Bug#5849.
20393 (icomplete-mode): Don't set completion-show-inline-help.
20394 (icomplete-minibuffer-setup): Set completion-show-inline-help
20395 locally during icompletion.
20396
20397 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
20398
20399 * woman.el (woman2-process-escapes): Don't delete unrecognized
20400 escapes (Bug#7843).
20401
20402 * files.el (inhibit-first-line-modes-regexps): Add image files.
20403 (hack-local-variables-prop-line): Return nil for malformed
20404 prop-lines (Bug#9044).
20405
20406 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
20407
20408 * net/tramp.el (top): Don't require 'shell.
20409 (tramp-methods): Fix docstring.
20410 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
20411 Return complete remote file name. Handle "smb" case.
20412 Use `tramp-tmpdir', if defined for the respective method.
20413 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
20414
20415 * net/tramp-compat.el (top): Require 'shell.
20416
20417 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
20418 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
20419 `tramp-current-host'.
20420 (tramp-get-remote-tmpdir): Remove.
20421
20422 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
20423 `tramp-tmpdir' entries.
20424 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
20425 (tramp-smb-handle-file-attributes): Ignore errors.
20426 (tramp-smb-wait-for-output): Check also for process end.
20427
20428 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20429
20430 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
20431 when sending QUIT (bug#9312).
20432
20433 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
20434
20435 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
20436 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
20437 occur-mode-display-occurrence.
20438 (occur-edit-mode): Add usage message.
20439 (occur-cease-edit): New command.
20440 (occur-after-change-function): Use text properties to find the
20441 position of the prefix text.
20442 (occur-engine): Set stickiness of prefix text properties.
20443
20444 2011-09-17 Glenn Morris <rgm@gnu.org>
20445
20446 * progmodes/etags.el (complete-tag):
20447 Fix call to completion-in-region. (Bug#9526)
20448
20449 2011-09-17 Juri Linkov <juri@jurta.org>
20450
20451 * textmodes/ispell.el (ispell-word): Add to the error message
20452 the word, ispell program name and current dictionary (bug#9121).
20453 (ispell-tex-arg-end): Capitalize "error" in the error message.
20454
20455 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
20456
20457 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
20458 check. (Bug#4251)
20459
20460 2011-09-17 Juri Linkov <juri@jurta.org>
20461
20462 * window.el (window-safe-min-height, window-safe-min-width):
20463 Fix typos (followup to bug#9522).
20464
20465 2011-09-17 Sven Joachim <svenjoac@gmx.de>
20466
20467 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
20468
20469 2011-09-16 Eli Zaretskii <eliz@gnu.org>
20470
20471 * simple.el (line-move): If goal-column is set, move by logical
20472 lines, not by display lines. (Bug#971)
20473 (next-line, previous-line, goal-column, line-move-visual): Doc fix
20474 to reflect the above change.
20475
20476 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
20477
20478 * image.el (imagemagick-register-types): Use regexp-opt.
20479
20480 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20481
20482 * window.el (display-buffer-base-action): Rename from
20483 display-buffer-default-action. Make default value empty.
20484 (display-buffer-overriding-action): Convert to defvar.
20485 (display-buffer-fallback-action): New var.
20486
20487 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
20488
20489 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
20490 declaration.
20491 (package--add-to-archive-contents): If there is a duplicate entry
20492 with an older version, remove it.
20493 (package-menu-mark-delete, package-menu-mark-install)
20494 (package-menu-mark-unmark): Make unused args optional.
20495 (package-menu-mark-obsolete-for-deletion):
20496 Use package-menu-get-status instead of a regexp search.
20497 (package-menu-get-status): Use tabulated-list-entry.
20498 (package-menu-mark-upgrades): New command.
20499 (package-menu-mode-map): Bind it to U. Add it to menu bar.
20500 (package-menu-execute): Do installation before deletion.
20501 (package-menu-refresh, package-menu-execute): Use derived-mode-p
20502 instead of checking major-mode.
20503 (package-menu--find-upgrades): New function.
20504
20505 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20506
20507 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
20508 passwords in the log buffer.
20509 (smtpmail-process-filter): Update the process marker so that the
20510 "broken by peer" status message is inserted in the right place.
20511
20512 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
20513
20514 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
20515 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
20516 bibtex-completion-at-point-function.
20517 (bibtex-completion-at-point-function): Use them.
20518
20519 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
20520
20521 * mpc.el (mpc-constraints-tag-lookup): New function.
20522 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
20523 also to browser "album|playlist".
20524
20525 2011-09-14 Juri Linkov <juri@jurta.org>
20526
20527 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
20528 (isearch-edit-string): Use length of `isearch-string' when
20529 `isearch-fail-pos' returns nil.
20530 (isearch-message): Remove duplicate code and call
20531 `isearch-fail-pos' with arg `t'.
20532
20533 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
20534
20535 * replace.el (occur-mode-goto-occurrence): Don't force using other
20536 window (Bug#9499).
20537
20538 * dired-aux.el (dired-do-chmod): Don't provide initial input.
20539
20540 2011-09-14 Martin Rudalics <rudalics@gmx.at>
20541
20542 * window.el (display-buffer-window): Remove.
20543 (display-buffer-record-window): Use help-setup window parameter
20544 instead of variable display-buffer-window.
20545 (display-buffer-function, special-display-buffer-names)
20546 (special-display-function): Mention help-setup parameter instead
20547 of display-buffer-window in doc-string.
20548 * help.el (help-window-setup): New argument help-window.
20549 Use help-window-setup parameter instead of display-buffer-window.
20550 Reword some messages.
20551 (with-help-window): Pass window used for displaying the buffer
20552 to help-window-setup. Don't set display-buffer-window.
20553
20554 2011-09-13 Glenn Morris <rgm@gnu.org>
20555
20556 * emacs-lisp/debug.el (debugger-make-xrefs):
20557 Preserve point. (Bug#9462)
20558
20559 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20560
20561 * window.el (window-deletable-p): Use next-frame.
20562
20563 2011-09-13 Martin Rudalics <rudalics@gmx.at>
20564
20565 * window.el (window-auto-delete): Remove.
20566 (window-deletable-p): Remove argument FORCE. Don't deal with
20567 dedication and previous buffers.
20568 (switch-to-prev-buffer): Don't delete window.
20569 (delete-windows-on): Delete a window's frame if and only if the
20570 window is dedicated.
20571 (replace-buffer-in-windows): Delete buffer's window or frame if
20572 and only if window is dedicated.
20573 (quit-window): Handle quit-restore as before last change.
20574 (bury-buffer): Delete window only if window-deletable-p returns t.
20575
20576 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
20577
20578 * window.el (window-deletable-p): Never delete the last frame on a
20579 given terminal.
20580
20581 2011-09-13 Glenn Morris <rgm@gnu.org>
20582
20583 * help.el (describe-key-briefly): Copy previous standard-output change.
20584
20585 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
20586
20587 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
20588
20589 2011-09-13 Glenn Morris <rgm@gnu.org>
20590
20591 * emacs-lisp/lisp-mode.el (lisp-indent-function):
20592 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
20593
20594 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
20595
20596 * dired-aux.el (dired-mark-read-string): Don't return default
20597 value on empty input (Bug#9361).
20598 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
20599 Omit initial minibuffer contents.
20600 (dired-do-chmod): Signal an error on empty input.
20601 (dired-mark-read-string): Don't return default on empty input.
20602
20603 * files.el (file-modes-symbolic-to-number): Doc fix.
20604
20605 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20606
20607 * international/mule-cmds.el (ucs-completions): Remove.
20608 (read-char-by-name): Use complete-with-action instead; add metadata.
20609
20610 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
20611
20612 * window.el (display-buffer--action-function-custom-type)
20613 (display-buffer--action-custom-type): New vars.
20614 (display-buffer-alist, display-buffer-default-action)
20615 (display-buffer-overriding-action): Add defcustom types.
20616
20617 * frame.el (delete-other-frames): Doc fix (Bug#276).
20618
20619 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20620
20621 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
20622
20623 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
20624
20625 Change modes that used same-window-* vars to use switch-to-buffer.
20626
20627 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
20628 Use switch-to-buffer.
20629
20630 * cus-edit.el (customize-group, custom-buffer-create)
20631 (customize-browse, custom-buffer-create-other-window):
20632 Use switch-to-buffer or switch-to-buffer-other-window.
20633
20634 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
20635 (Info-prev, Info-up, Info-speedbar-goto-node)
20636 (info-display-manual): Use switch-to-buffer.
20637 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
20638
20639 * mail/sendmail.el (mail): Use switch-to-buffer.
20640 (mail-recover): Use switch-to-buffer-other-window.
20641
20642 * cmuscheme.el (run-scheme, switch-to-scheme):
20643 * ielm.el (ielm):
20644 * shell.el (shell):
20645 * net/rlogin.el (rlogin):
20646 * net/telnet.el (telnet, rsh):
20647 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
20648
20649 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
20650
20651 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
20652
20653 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20654
20655 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
20656 so don't mention it (bug#9301).
20657 (dired-sort-toggle-or-edit): Clarify string further.
20658
20659 * faces.el (face-spec-set-match-display): Make `(type graphic)'
20660 match `x', `w32' and `ns', like the manual says (bug#9029).
20661
20662 * subr.el (eval-after-load): Doc string clarification (bug#9125).
20663 (process-kill-buffer-query-function): Mention the buffer name in
20664 the query.
20665
20666 * image-mode.el (image-next-line): The line parameter is mandatory
20667 (bug#9258).
20668
20669 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
20670 which can be useful (bug#9301).
20671
20672 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
20673
20674 * subr.el (match-string): Mention that the current buffer should
20675 be the same as the search was done in (bug#9282).
20676
20677 * facemenu.el: Disable the remove-* commands if the mark isn't
20678 active (bug#9162).
20679
20680 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
20681
20682 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
20683 of display-buffer.
20684 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
20685
20686 * replace.el (occur-mode-goto-occurrence)
20687 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
20688 and display-buffer.
20689
20690 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
20691 display-buffer.
20692
20693 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
20694 special-display and same-window variables.
20695 (mail-other-window): Use switch-to-buffer-other-window.
20696 (mail-other-frame): USe switch-to-buffer-other-frame.
20697
20698 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
20699 Use display-buffer-other-frame.
20700 (gdb-display-gdb-buffer): Use pop-to-buffer.
20701
20702 * progmodes/gud.el (gud-goto-info): Use info-other-window.
20703
20704 * progmodes/python.el: Don't set same-window-buffer-names.
20705
20706 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
20707
20708 * window.el (display-buffer-alist): Add *Python*.
20709
20710 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
20711
20712 * window.el (display-buffer-alist): Add entry for buffers
20713 previously handled same-window-*.
20714 (display-buffer-alist, display-buffer-default-action)
20715 (display-buffer-overriding-action): Mark as risky.
20716 (display-buffer-alist): Document action function changes.
20717 (display-buffer--same-window-action)
20718 (display-buffer--other-frame-action): New variables.
20719 (switch-to-buffer, display-buffer-other-frame): Use them.
20720 (display-buffer): Rename reuse-frame entry to reusable-frames.
20721 (display-buffer-reuse-selected-window): Function deleted.
20722 (display-buffer-reuse-window): Handle reusable-frames alist entry.
20723 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
20724 (display-buffer-special): New function.
20725 (display-buffer--maybe-pop-up-frame-or-window): Rename from
20726 display-buffer-reuse-or-pop-window. Split off special-display
20727 part into display-buffer-special.
20728 (display-buffer-use-some-window): Don't perform any special
20729 pop-up-frames handling.
20730 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
20731 (display-buffer--maybe-same-window): Rename from
20732 display-buffer-maybe-same-window.
20733
20734 * info.el: Don't set same-window-regexps.
20735 (info-setup): New function.
20736 (info-other-window, info): Call it.
20737
20738 * cus-edit.el: Don't set same-window-regexps.
20739 (customize-group): New argument.
20740 (customize-group-other-window): Use it.
20741 (customize-face, customize-face-other-window): Likewise.
20742 (custom-buffer-create-other-window): Use pop-to-buffer directly.
20743
20744 * net/rlogin.el:
20745 * net/telnet.el:
20746 * progmodes/gud.el: Don't set same-window-regexps.
20747
20748 * cmuscheme.el:
20749 * ielm.el:
20750 * shell.el:
20751 * mail/sendmail.el:
20752 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
20753
20754 2011-09-10 Juri Linkov <juri@jurta.org>
20755
20756 * isearch.el (isearch-edit-string): Remove obsolete mention of
20757 `C-w' (`isearch-yank-word-or-char') from docstring.
20758 (isearch-query-replace): Fix typo in docstring (bug#9466).
20759
20760 2011-09-10 Juri Linkov <juri@jurta.org>
20761
20762 * paren.el (show-paren-function): Don't show escaped parens.
20763 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
20764
20765 2011-09-10 Eli Zaretskii <eliz@gnu.org>
20766
20767 * mail/sendmail.el (mml-to-mime, mml-attach-file)
20768 (mm-default-file-encoding): Remove autoload forms, they are
20769 replaced with autoload cookies in mml.el and mm-encode.el.
20770 (mail-add-attachment): New command.
20771 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
20772 (mail-mode): Mention mail-insert-file and mail-add-attachment in
20773 the doc string.
20774 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
20775
20776 2011-09-10 Reuben Thomas <rrt@sc3d.org>
20777
20778 * simple.el (count-words-region): Use buffer if there's no region
20779 (bug#9429).
20780
20781 2011-09-09 Juri Linkov <juri@jurta.org>
20782
20783 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
20784 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
20785 (wdired-isearch-filter-read-only): New function. (Bug#6362)
20786
20787 2011-09-09 Alan Mackenzie <acm@muc.de>
20788
20789 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
20790 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
20791
20792 2011-09-09 Eli Zaretskii <eliz@gnu.org>
20793
20794 Fix for Savannah bug#9392.
20795 * simple.el (mail-encode-mml): New defvar.
20796
20797 * mail/rmail.el (mail-encode-mml): Add a defvar.
20798 (rmail-enable-mime-composing): Default to t.
20799 (rmail-forward): Use MIME method of forwarding only if both
20800 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
20801 Set mail-encode-mml non-nil if the MIME method was used.
20802
20803 * mail/sendmail.el (mml-to-mime): Add autoload form.
20804 (mail-encode-mml): Add a defvar.
20805 (mail-mode): Make mail-encode-mml buffer-local and initialize it
20806 to nil.
20807 (mail-send): If mail-encode-mml is non-nil, run the outgoing
20808 message through mml-to-mime, and reset mail-encode-mml to nil.
20809
20810 2011-09-09 Glenn Morris <rgm@gnu.org>
20811
20812 * woman.el (woman-if-body): When processing an .el block,
20813 do not delete the next .el block as well. (Bug#9447)
20814 (woman-special-characters): Add oq, cq, and hy characters.
20815
20816 2011-09-08 Martin Rudalics <rudalics@gmx.at>
20817
20818 * window.el (window-deletable-p): Make sure window is live before
20819 invoking window-prev-buffers.
20820
20821 2011-09-08 Leo Liu <sdl.web@gmail.com>
20822
20823 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
20824
20825 2011-09-08 Juri Linkov <juri@jurta.org>
20826
20827 * progmodes/compile.el (compilation-environment): Make it
20828 a defcustom (bug#8340).
20829
20830 2011-09-08 Martin Rudalics <rudalics@gmx.at>
20831
20832 * window.el (frame-auto-delete): Rename to window-auto-delete.
20833 Make it control auto-deletion of windows and/or frames.
20834 (window-deletable-p): New argument FORCE. Rewrite conditions
20835 for deleting window/frame. (Bug#9419)
20836 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
20837 Rewrite handling of case when window/frame can be deleted.
20838 (delete-windows-on): Call window-deletable-p with new FORCE
20839 argument t. (Bug#9456)
20840
20841 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
20842
20843 * help-mode.el (help-mode): Restore autoload.
20844
20845 2011-09-07 Juri Linkov <juri@jurta.org>
20846
20847 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
20848 `compilation-environment'. Set buffer-local
20849 `compilation-environment' to `thisenv' later after (funcall mode).
20850 (Bug#8340)
20851
20852 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
20853 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
20854 instead of replacing its value. (Bug#8340)
20855
20856 2011-09-07 Juri Linkov <juri@jurta.org>
20857
20858 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
20859 based on text properties put by `grep-filter' instead of matching
20860 escape sequences.
20861 (grep-mode): Set buffer-local `compilation-error-screen-columns'
20862 to the value of `grep-error-screen-columns' (bug#9438).
20863
20864 2011-09-07 Juri Linkov <juri@jurta.org>
20865
20866 * simple.el (next-error-highlight, next-error-highlight-no-select):
20867 Doc fix (bug#9432).
20868
20869 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
20870
20871 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20872 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
20873
20874 2011-09-07 Leo Liu <sdl.web@gmail.com>
20875
20876 * net/rcirc.el (rcirc-mode): Conditionally initialize
20877 rcirc-input-ring.
20878
20879 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
20880
20881 * emacs-lisp/find-func.el (find-function-C-source): Only set
20882 find-function-C-source-directory after checking that we found a source
20883 file there (bug#9440).
20884
20885 2011-09-06 Alan Mackenzie <acm@muc.de>
20886
20887 * isearch.el (isearch-other-meta-char): Wherever a key list is
20888 unread, "unread" the prefix arg, too. This fixes bug #8901.
20889
20890 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
20891
20892 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
20893
20894 2011-09-05 Juri Linkov <juri@jurta.org>
20895
20896 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
20897
20898 2011-09-05 Juri Linkov <juri@jurta.org>
20899
20900 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
20901 keeping point where processing of grep matches begins, and
20902 continue to delete remaining escape sequences from the same point.
20903 (grep-filter): Make leading zero optional in "0?1;31m" because
20904 git-grep emits "\033[1;31m" escape sequences unlike expected
20905 "\033[01;31m" as GNU Grep does (bug#9408).
20906 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
20907
20908 2011-09-05 Juri Linkov <juri@jurta.org>
20909
20910 * subr.el (y-or-n-p): Capitalize "yes".
20911
20912 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
20913
20914 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
20915 `tramp-cache-unload-hook' where appropriate.
20916 (tramp-methods): Rename `tramp-remote-sh' to
20917 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
20918 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
20919
20920 * net/tramp-sh.el (top): Don't require 'shell.
20921 (tramp-methods): Add `tramp-remote-shell' and
20922 `tramp-remote-shell-args' entries.
20923 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
20924 (tramp-sh-handle-shell-command): Remove.
20925 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
20926 Use `tramp-remote-shell'.
20927
20928 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
20929
20930 * mail/sendmail.el (sendmail-query-once-function): Delete.
20931 (sendmail-query-once): Save directly to send-mail-function.
20932 Update message-send-mail-function too.
20933
20934 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
20935
20936 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
20937
20938 * progmodes/python.el (python-mode-map): Use correct function to
20939 start python interpreter from menu-bar (as reported by Geert
20940 Kloosterman).
20941 (inferior-python-mode-map): Fix typo.
20942 (python-shell-map): Remove.
20943
20944 2011-09-03 Deniz Dogan <deniz@dogan.se>
20945
20946 * net/rcirc.el (rcirc-print): Simplify code for
20947 rcirc-scroll-show-maximum-output. There is no need to walk
20948 through all windows to find the right one.
20949
20950 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
20951
20952 * help.el (help-return-method): Doc fix.
20953
20954 2011-09-03 Martin Rudalics <rudalics@gmx.at>
20955
20956 * window.el (window-deletable-p): Don't return a non-nil value
20957 when there's a buffer that was shown in the window before.
20958 (Bug#9419)
20959 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20960 Set window's previous buffers to nil.
20961
20962 2011-09-03 Eli Zaretskii <eliz@gnu.org>
20963
20964 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
20965 newline before and after the tag line, so it doesn't interfere
20966 with determining the paragraph direction of bidirectional text.
20967
20968 2011-09-03 Leo Liu <sdl.web@gmail.com>
20969
20970 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
20971
20972 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
20973
20974 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
20975 (pop-to-buffer): Change interactive spec. Pass second argument
20976 directly to display-buffer.
20977 (display-buffer): Fix interactive spec. Use functionp to
20978 distinguish between a function and a list of functions.
20979
20980 * abbrev.el (edit-abbrevs):
20981 * arc-mode.el (archive-extract):
20982 * autoinsert.el (auto-insert):
20983 * bookmark.el (bookmark-bmenu-list):
20984 * files.el (find-file):
20985 * view.el (view-buffer):
20986 * progmodes/compile.el (compilation-goto-locus):
20987 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
20988
20989 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
20990
20991 * window.el (display-buffer-alist): Doc fix.
20992 (display-buffer): Add docstring. Don't treat
20993 display-buffer-default specially.
20994 (display-buffer-reuse-selected-window)
20995 (display-buffer-same-window, display-buffer-maybe-same-window)
20996 (display-buffer-reuse-window, display-buffer-pop-up-frame)
20997 (display-buffer-pop-up-window)
20998 (display-buffer-reuse-or-pop-window)
20999 (display-buffer-use-some-window): New functions.
21000 (display-buffer-default-action): Use them.
21001 (display-buffer-default): Delete.
21002 (pop-to-buffer-1): Fix choice of actions.
21003
21004 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21005
21006 * minibuffer.el (completion--insert-strings): Don't get confused by
21007 completion entries that end with an LF char.
21008
21009 2011-09-01 Eli Zaretskii <eliz@gnu.org>
21010
21011 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
21012
21013 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
21014
21015 * window.el (display-buffer): Restore interactive spec.
21016 (display-buffer-same-window, display-buffer-other-window):
21017 New functions.
21018 (pop-to-buffer-1): New function. Use the above.
21019 (pop-to-buffer, pop-to-buffer-same-window): Use it.
21020 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
21021
21022 * view.el (view-buffer-other-window, view-buffer-other-frame):
21023 Just use pop-to-buffer.
21024
21025 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
21026
21027 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
21028
21029 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
21030
21031 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
21032
21033 2011-08-31 Richard Stallman <rms@gnu.org>
21034
21035 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
21036 of the separation of rmail-view-buffer from rmail-buffer.
21037 If you say no to "replace original", the decrypt is in the
21038 view buffer. If you say yes, the decrypt goes into the
21039 rmail buffer also.
21040
21041 2011-08-31 Martin Rudalics <rudalics@gmx.at>
21042
21043 * window.el (display-buffer-window): Rewrite doc-string.
21044 (display-buffer-record-window): New function.
21045 (display-buffer-macro-specifiers)
21046 (display-buffer-even-window-sizes, display-buffer-set-height)
21047 (display-buffer-set-width, display-buffer-in-window)
21048 (display-buffer-reuse-window, display-buffer-split-specifiers)
21049 (display-buffer-side-specifiers, display-buffer-split-window-1)
21050 (display-buffer-split-window, display-buffer-split-atom-window)
21051 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21052 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
21053 (display-buffer-other-window-means-other-frame)
21054 (display-buffer-normalize-special)
21055 (display-buffer-normalize-default)
21056 (display-buffer-normalize-argument)
21057 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
21058 (display-buffer-normalize-specifiers, display-buffer-frame)
21059 (display-buffer-same-window, display-buffer-same-frame)
21060 (display-buffer-other-window)
21061 (display-buffer-same-frame-other-window)
21062 (display-buffer-other-frame, pop-to-buffer-same-window)
21063 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
21064 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
21065 (switch-to-buffer-same-frame)
21066 (switch-to-buffer-other-window-same-frame)
21067 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
21068 (display-buffer-alist-set-1, display-buffer-alist-set-2)
21069 (display-buffer-alist-set): Remove.
21070 (display-buffer-function, special-display-buffer-names)
21071 (special-display-regexps, special-display-function):
21072 In doc-string refer to display-buffer-window and quit-restore
21073 parameter.
21074 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
21075 (special-display-frame-alist, special-display-popup-frame)
21076 (same-window-buffer-names, same-window-regexps, same-window-p)
21077 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21078 (split-window-preferred-function, split-height-threshold)
21079 (split-width-threshold, window-splittable-p)
21080 (split-window-sensibly, window--try-to-split-window)
21081 (window--frame-usable-p, even-window-heights)
21082 (window--even-window-heights, window--display-buffer-1)
21083 (window--display-buffer-2, display-buffer-other-frame):
21084 Restore old Emacs 23 code, order and doc-strings where applicable.
21085 (display-buffer-default, display-buffer-assq-regexp): New functions.
21086 (display-buffer-alist): Rewrite doc-string.
21087 (display-buffer-default-action)
21088 (display-buffer-overriding-action): New variables.
21089 (display-buffer, switch-to-buffer): Rewrite.
21090 (pop-to-buffer): Restore Emacs 23 behavior but use
21091 window-normalize-buffer-to-display.
21092 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
21093 Restore Emacs 23 behavior but use
21094 window-normalize-buffer-to-switch-to.
21095 (pop-to-buffer-same-window): Rewrite.
21096 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
21097 Rewrite using Emacs 23 options.
21098
21099 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
21100
21101 * net/tramp.el (tramp-root-regexp): Remove.
21102 (tramp-completion-file-name-regexp-unified)
21103 (tramp-completion-file-name-regexp-separate)
21104 (tramp-completion-file-name-regexp-url): Don't use leading volume
21105 letter on w32 systems. (Bug#5303, Bug#9311)
21106 (tramp-drop-volume-letter): Simplify definition.
21107 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21108
21109 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21110
21111 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
21112 (bug#9356).
21113
21114 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
21115
21116 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
21117
21118 2011-08-29 Juri Linkov <juri@jurta.org>
21119
21120 * isearch.el (isearch-done): Don't display message "Mark saved"
21121 when arg `edit' is non-nil to prevent its flicker in the echo area.
21122
21123 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21124
21125 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
21126 obsolete packages for deletion.
21127
21128 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
21129
21130 * help-mode.el (help-mode-map): Add special-mode-map to parent.
21131 (help-mode): Derive help-mode from special-mode. Don't invoke
21132 view-mode from help-mode.
21133 (help-xref-override-view-map): Remove.
21134 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
21135 view-mode is not used anymore.
21136
21137 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21138
21139 * server.el (server-port): Doc fix.
21140
21141 * cus-theme.el (custom-theme-choose-mode): Inherit from
21142 special-mode (Bug#9124).
21143 (custom-theme-choose-mode-map): Add special-mode to parent.
21144
21145 2011-08-28 Alan Mackenzie <acm@muc.de>
21146
21147 * progmodes/cc-fonts.el
21148 (c-make-font-lock-BO-decl-search-function): New function.
21149 (c-basic-matchers-after - "Fontify the clauses after various
21150 keywords"): Extract the three keyword lists for the 3 erroneous
21151 constructs from the list of four, and use the new function above
21152 in place of an old one.
21153
21154 2011-08-28 Deniz Dogan <deniz@dogan.se>
21155
21156 * net/rcirc.el (rcirc-insert-prev-input)
21157 (rcirc-insert-next-input): Remove unused argument.
21158
21159 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
21160
21161 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
21162
21163 2011-08-27 Alan Mackenzie <acm@muc.de>
21164
21165 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
21166 handle function pointer parameters properly.
21167
21168 2011-08-27 Martin Rudalics <rudalics@gmx.at>
21169
21170 * window.el (display-buffer-reuse-window): Fix case where
21171 selected window was reused with non-nil OTHER-WINDOW argument.
21172 (Bug#9381)
21173
21174 2011-08-27 Deniz Dogan <deniz@dogan.se>
21175
21176 * net/rcirc.el (rcirc-check-auth-status): Adding support for
21177 oftc's NickServ messages.
21178
21179 2011-08-27 Glenn Morris <rgm@gnu.org>
21180
21181 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
21182
21183 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
21184
21185 * emacs-lisp/package.el (package-install): Call package-initialize
21186 if called interactively.
21187
21188 2011-08-26 Leo Liu <sdl.web@gmail.com>
21189
21190 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
21191
21192 2011-08-25 Juri Linkov <juri@jurta.org>
21193
21194 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
21195 `search-whitespace-regexp' (bug#9364).
21196
21197 2011-08-25 Juri Linkov <juri@jurta.org>
21198
21199 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
21200 `regexp-search-ring' to their global values to protect from
21201 updating by `read-from-minibuffer' (bug#9185).
21202
21203 2011-08-25 Juri Linkov <juri@jurta.org>
21204
21205 * textmodes/ispell.el (ispell-command-loop): Add newline
21206 at the end of the "Use option `i'..." line.
21207
21208 2011-08-25 Juri Linkov <juri@jurta.org>
21209
21210 * battery.el (display-battery-mode): If `battery-status-function'
21211 or `battery-mode-line-format' is nil, display the message and set
21212 `display-battery-mode' to nil (bug#9363).
21213
21214 2011-08-25 Eli Zaretskii <eliz@gnu.org>
21215
21216 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
21217 bidi-string-mark-left-to-right; they are unnecessary now.
21218
21219 2011-08-25 Deniz Dogan <deniz@dogan.se>
21220
21221 * net/quickurl.el: Documentation typo fixes.
21222
21223 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
21224
21225 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
21226
21227 2011-08-25 Glenn Morris <rgm@gnu.org>
21228
21229 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21230
21231 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
21232 (smtpmail-via-smtp): Handle nil response from smtp.
21233
21234 2011-08-24 Juri Linkov <juri@jurta.org>
21235
21236 * proced.el (proced-marked): Inherit from `error' instead of
21237 `font-lock-warning-face'.
21238
21239 * ibuffer.el (ibuffer-marked-face): Change default face from
21240 `font-lock-warning-face' to `warning'.
21241 (ibuffer-deletion-face): Change default face from
21242 `font-lock-type-face' to `error'.
21243
21244 * battery.el (battery-update): Use the face `error' instead of
21245 `font-lock-warning-face' (bug#6117).
21246
21247 2011-08-24 Juri Linkov <juri@jurta.org>
21248
21249 * faces.el (success): Change face color from "Green3" to
21250 "ForestGreen" on light background (bug#9353).
21251
21252 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
21253
21254 * window.el (quit-window): Rename from quit-restore-window.
21255 Use same arglist as old quit-window.
21256 (frame-auto-delete): Doc fix.
21257
21258 * view.el (view-mode-exit): Use quit-window.
21259
21260 2011-08-24 Juri Linkov <juri@jurta.org>
21261
21262 * isearch.el (isearch-ring-adjust1): Start visiting previous
21263 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
21264 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
21265 for empty search string (when the last search string is reused
21266 automatically) to adjust the isearch ring to the last element and
21267 prepare the correct index for further M-p commands (bug#9185).
21268
21269 2011-08-24 Kenichi Handa <handa@m17n.org>
21270
21271 * international/ucs-normalize.el: If decomposition property of
21272 CHAR is the default one (i.e. a list of CHAR itself), treat it as
21273 nil.
21274 (nfd, nfkd): Likewise.
21275
21276 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21277
21278 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
21279 from process filters aren't reliably transmitted to the surrounding
21280 accept-process-output.
21281 (mpc-proc-check): New function.
21282 (mpc-proc-sync): Use it (bug#8293)
21283
21284 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21285
21286 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
21287 Add compatibility functions (bug#9313).
21288
21289 2011-08-23 Eli Zaretskii <eliz@gnu.org>
21290
21291 * cus-start.el (all): Add entry for bidi-paragraph-direction.
21292
21293 * international/uni-bidi.el: Regenerate.
21294
21295 2011-08-23 Kenichi Handa <handa@m17n.org>
21296
21297 * international/charprop.el:
21298 * international/uni-bidi.el:
21299 * international/uni-category.el:
21300 * international/uni-combining.el:
21301 * international/uni-comment.el:
21302 * international/uni-decimal.el:
21303 * international/uni-decomposition.el:
21304 * international/uni-digit.el:
21305 * international/uni-lowercase.el:
21306 * international/uni-mirrored.el:
21307 * international/uni-name.el:
21308 * international/uni-numeric.el:
21309 * international/uni-old-name.el:
21310 * international/uni-titlecase.el:
21311 * international/uni-uppercase.el: Regenerate.
21312
21313 2011-08-23 Martin Rudalics <rudalics@gmx.at>
21314
21315 * help.el (help-window-setup): Fix message displayed when other
21316 window is reused. (Bug#9341)
21317
21318 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
21319
21320 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
21321 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
21322
21323 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
21324 Mark obsolete.
21325 * shell.el (shell-parse-pcomplete-arguments): New function.
21326 (shell-completion-vars): Use it instead (bug#9160).
21327
21328 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21329
21330 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
21331 strings and comments (bug#9333).
21332
21333 * emacs-lisp/debug.el (debug-arglist): New function.
21334 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
21335 (debug-on-entry-1): Handle interpreted closures (bug#9120).
21336
21337 2011-08-22 Juri Linkov <juri@jurta.org>
21338
21339 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21340 Revert regexp that highlights output switches to its old
21341 pre-2010-10-28 value and remove one `?' from it (bug#9319).
21342
21343 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
21344 to check for empty output (bug#9226).
21345
21346 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
21347
21348 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
21349 symbol-constituent as the default, as that stops font-lock from
21350 working properly (Bug#8843).
21351
21352 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21353
21354 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
21355 `coding-system-for-*' around the process open call to avoid
21356 auth-source side effects.
21357 (smtpmail-try-auth-methods): Expand the secret password.
21358 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
21359 probe hangs.
21360
21361 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21362
21363 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
21364
21365 * emacs-lisp/find-func.el (find-function-noselect): New arg
21366 lisp-only.
21367
21368 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
21369 signal an error for built-in functions (Bug#6664).
21370
21371 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21372
21373 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
21374 (smtpmail-try-auth-methods): Use it.
21375
21376 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
21377
21378 * font-lock.el (font-lock-fontify-region)
21379 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
21380 (font-lock-default-unfontify-buffer)
21381 (font-lock-default-fontify-region)
21382 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
21383
21384 * progmodes/compile.el (compilation-error-properties):
21385 Fix confusion between file struct and message struct (Bug#9319).
21386 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
21387 `ant' regexp.
21388
21389 * net/browse-url.el (browse-url-firefox): Don't call
21390 browse-url-firefox-sentinel unless using -remote (Bug#9328).
21391
21392 2011-08-20 Glenn Morris <rgm@gnu.org>
21393
21394 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
21395
21396 * tutorial.el (tutorial--default-keys): Update some default bindings.
21397
21398 * files.el (hack-local-variables): Fully ignore case for "mode:".
21399
21400 2011-08-20 Alan Mackenzie <acm@muc.de>
21401
21402 Resolve invalid use of a regexp in regexp-opt.
21403
21404 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
21405 detection for a java annotation.
21406
21407 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
21408 detection for a java annotation.
21409
21410 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
21411 handling for java.
21412 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
21413
21414 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
21415
21416 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
21417 (Bug#9274).
21418
21419 2011-08-20 Alan Mackenzie <acm@muc.de>
21420
21421 Fontify CPP expressions correctly when starting in the middle of
21422 such a construct. Mainly for when jit-lock etc. starts a chunk
21423 here.
21424
21425 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
21426 variable.
21427 (c-make-font-lock-search-form): New function, extracted from
21428 c-make-font-lock-search-function.
21429 (c-make-font-lock-search-function): Use the above function.
21430 (c-make-font-lock-context-search-function): New function.
21431 (c-cpp-matchers): Enhance the preprocessor expression case with
21432 the above function
21433 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
21434 which takes an expression.
21435
21436 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
21437
21438 2011-08-20 Martin Rudalics <rudalics@gmx.at>
21439
21440 * window.el (display-buffer-reuse-window)
21441 (display-buffer-pop-up-window): Don't reuse or split a side
21442 window.
21443
21444 2011-08-19 Glenn Morris <rgm@gnu.org>
21445
21446 * files.el (hack-local-variables-prop-line, hack-local-variables):
21447 Downcase "Mode:". (Bug#9331)
21448
21449 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
21450
21451 * international/characters.el: Add L and R categories.
21452
21453 * subr.el (bidi-string-mark-left-to-right): Rename from
21454 string-mark-left-to-right. Use category search.
21455
21456 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
21457
21458 2011-08-18 Juri Linkov <juri@jurta.org>
21459
21460 * faces.el (error, warning, success): New faces with definitions
21461 copied from old default values of `font-lock-warning-face',
21462 `compilation-warning', `compilation-info' (bug#6117).
21463
21464 * font-lock.el (font-lock-warning-face): Inherit from `error'.
21465
21466 * progmodes/compile.el (compilation-error): Inherit from `error'.
21467 (compilation-warning): Inherit from `warning'.
21468 (compilation-info): Inherit from `success'.
21469
21470 * dired.el (dired-marked): Inherit from `warning'.
21471 (dired-flagged): Inherit from `error'.
21472
21473 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21474
21475 * mail/smtpmail.el (auth-source): Require to avoid problems with
21476 binding variables (bug#9298). Also clean up some unused
21477 autoloads.
21478
21479 * net/network-stream.el (network-stream-open-starttls):
21480 Support using starttls.el without using gnutls-cli.
21481
21482 2011-08-17 Juri Linkov <juri@jurta.org>
21483
21484 * progmodes/grep.el (rgrep): Handle the case when
21485 `grep-find-command' is a cons cell (bug#9278).
21486
21487 2011-08-17 Martin Rudalics <rudalics@gmx.at>
21488
21489 * window.el (display-buffer-pop-up-frame): Run frame creation
21490 function with BUFFER current (as special-display-popup-frame
21491 does). Reported by Drew Adams.
21492
21493 2011-08-17 Daiki Ueno <ueno@unixuser.org>
21494
21495 * epa-mail.el: Simplify GnuPG group expansion using
21496 epg-expand-group.
21497 (epa-mail-group-alist, epa-mail-group-modtime)
21498 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
21499 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
21500 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
21501 Remove.
21502
21503 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
21504
21505 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
21506
21507 2011-08-16 Alan Mackenzie <acm@muc.de>
21508
21509 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
21510 Correct, to avoid the inside of macros.
21511
21512 2011-08-16 Richard Stallman <rms@gnu.org>
21513
21514 * epa-mail.el: Handle GnuPG group definitions.
21515 (epa-mail-group-alist, epa-mail-group-modtime)
21516 (epa-mail-gnupg-conf-file): New variables.
21517 (epa-mail-parse-groups, epa-mail-sync-groups)
21518 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
21519 (epa-mail-expand-recipients): New functions.
21520 (epa-mail-encrypt): Call epa-mail-expand-recipients.
21521
21522 * mail/rmail.el (rmail-epa-decrypt): New command.
21523
21524 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
21525 Don't bind buffer-read-only, just inhibit-read-only.
21526 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
21527 (epa-decrypt-armor-in-region): Make error message clearer.
21528
21529 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
21530
21531 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
21532 and "a2b" to "ab" for `prefix'.
21533
21534 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
21535
21536 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
21537 filter groups.
21538 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
21539 Fourquet (Bug#8804).
21540
21541 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
21542
21543 * startup.el (argi): Declare as global variable (bug#9275).
21544
21545 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
21546
21547 * subr.el (string-mark-left-to-right): Search the entire string
21548 for RTL script, not just the terminating character. Doc fix.
21549
21550 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
21551
21552 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
21553 New function.
21554 (js--regexp-literal, js-syntax-propertize-function): Remove.
21555 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
21556 (js-mode-map): Don't rebind electric keys.
21557 (js-insert-and-indent): Remove.
21558 (js-mode): Setup electric-layout and electric-indent instead.
21559
21560 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
21561
21562 2011-08-12 Daiki Ueno <ueno@unixuser.org>
21563
21564 * epa.el (epa-progress-callback-function): Fix the logic of
21565 displaying progress.
21566 * epa-file.el (epa-file-insert-file-contents): Make progress
21567 display more user-friendly.
21568 (epa-file-write-region): Ditto.
21569
21570 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
21571
21572 * subr.el (string-mark-left-to-right): New function.
21573
21574 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
21575 Use string-mark-left-to-right.
21576 (list-buffers-noselect): Caller changed.
21577
21578 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21579 Use string-mark-left-to-right.
21580 (tabulated-list-print): Recenter after moving point.
21581
21582 2011-08-10 Juri Linkov <juri@jurta.org>
21583
21584 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
21585 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
21586 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
21587
21588 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
21589
21590 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
21591 (Bug#7554).
21592
21593 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
21594
21595 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
21596 character. (Bug#6594)
21597
21598 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
21599
21600 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
21601 (image-dired--with-db-file): New macro.
21602 (image-dired-write-tags, image-dired-remove-tag)
21603 (image-dired-create-gallery-lists, image-dired-write-comments)
21604 (image-dired-get-comment, image-dired-mark-tagged-files)
21605 (image-dired-list-tags, image-dired-gallery-generate): Use it.
21606 (image-dired-gallery-generate): Use insert-file-contents.
21607
21608 * time.el (display-time-world-list, display-time-world-display):
21609 * time-stamp.el (time-stamp-string):
21610 * vc/add-log.el (add-change-log-entry): Use setenv instead of
21611 set-time-zone-rule (Bug#7337).
21612
21613 2011-08-08 Daiki Ueno <ueno@unixuser.org>
21614
21615 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
21616 (epg-error-to-string, epg-errors-to-string): New function.
21617 (epg-wait-for-completion): Reverse errors list.
21618 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
21619 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
21620 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
21621 (epg-sign-keys, epg-generate-key-from-file)
21622 (epg-generate-key-from-string): Format errors by using
21623 epg-errors-to-string (bug#9255).
21624 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
21625
21626 2011-08-07 Juri Linkov <juri@jurta.org>
21627
21628 * faces.el (list-faces-display): Remove extra angle bracket
21629 from `help-mode-map'.
21630
21631 * info.el (Info-history-toc-nodes): Doc fix.
21632
21633 * longlines.el (longlines-mode): Doc fix.
21634
21635 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
21636
21637 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
21638 of statements and in a few more cases (bug#9183).
21639
21640 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
21641 New functions.
21642 (cl-transform-lambda): Use them (bug#9239).
21643
21644 2011-08-05 Martin Rudalics <rudalics@gmx.at>
21645
21646 * window.el (display-buffer-same-window)
21647 (display-buffer-same-frame, display-buffer-other-window)
21648 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21649 (pop-to-buffer-other-window)
21650 (pop-to-buffer-same-frame-other-window)
21651 (pop-to-buffer-other-frame): Make them defuns.
21652 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
21653
21654 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21655
21656 * subr.el (make-composed-keymap): Move from C. Change calling
21657 convention, and improve docstring to bring attention to a subtle point.
21658 * minibuffer.el (completing-read-default): Adjust accordingly.
21659
21660 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
21661
21662 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
21663 (tramp-open-shell): Use `tramp-shell-quote-argument'.
21664
21665 * net/trampver.el: Update release number.
21666
21667 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
21668
21669 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
21670 "in" (bug#9190).
21671
21672 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21673
21674 * mail/sendmail.el (sendmail-query-once): Restore the current
21675 buffer after querying (bug#9074).
21676
21677 * dired.el (dired-flagged): Use different faces for marked and
21678 flagged files (bug#6117).
21679
21680 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
21681 (bug#4433).
21682
21683 * ido.el (ido-mode): Switch off the message if called
21684 non-interactively.
21685
21686 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
21687 before 587, since it appears that that's more likely to work for
21688 more people.
21689
21690 * cus-edit.el (custom-file): When running under emacs -q, always
21691 refuse to save the customizations, even if the .emacs file doesn't
21692 exist.
21693
21694 * info.el: Remove the `Info-beginning-of-buffer' function
21695 (bug#8325).
21696
21697 * net/network-stream.el (network-stream-open-starttls):
21698 Use `starttls-available-p' to see whether starttls.el can be used.
21699
21700 2011-08-01 Martin Rudalics <rudalics@gmx.at>
21701
21702 * window.el (display-buffer-in-window): Don't set dedicated status
21703 of window here (Bug#9215).
21704 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21705 (display-buffer-pop-up-side-window)
21706 (display-buffer-in-side-window): Set dedicated status of window here.
21707
21708 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
21709
21710 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
21711 before binding generated-autoload-file.
21712
21713 2011-08-01 Deniz Dogan <deniz@dogan.se>
21714
21715 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
21716
21717 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
21718
21719 Sync with Tramp 2.2.2.
21720
21721 * net/trampver.el: Update release number.
21722
21723 2011-07-30 Juri Linkov <juri@jurta.org>
21724
21725 * dired-aux.el (dired-touch-initial): Remove function.
21726 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
21727 current time, and `default' to the last modification time of the
21728 current marked file (bug#6887).
21729
21730 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
21731
21732 * simple.el (goto-line): Use string-to-number to provide a
21733 numeric argument to read-number (bug#9163).
21734
21735 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
21736
21737 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
21738 connection process, it could be nil.
21739
21740 2011-07-27 Leo Liu <sdl.web@gmail.com>
21741
21742 Simplify url handling in rcirc-mode.
21743
21744 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
21745 (rcirc-browse-url-at-mouse): Remove.
21746 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
21747
21748 2011-07-26 Alan Mackenzie <acm@muc.de>
21749
21750 Fontify bitfield declarations properly.
21751
21752 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
21753 (c-symbol-chars): Now exported as a lang variable.
21754 (c-not-primitive-type-keywords): New lang variable.
21755
21756 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
21757 QT keyword "more" to prevent "more slots: ...." being spuriously
21758 parsed as a bitfield declaration.
21759
21760 * progmodes/cc-engine.el (c-beginning-of-statement-1):
21761 Refactor and enhance to handle bitfield declarations.
21762 (c-punctuation-in): New function.
21763 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
21764 declarations properly.
21765
21766 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
21767
21768 * calendar/icalendar.el (icalendar--all-events): Take care of
21769 multiple vcalendars in a single file.
21770 (icalendar--convert-float-to-ical): Checkdoc fixes.
21771
21772 2011-07-25 Deniz Dogan <deniz@dogan.se>
21773
21774 * image.el (insert-image): Clarifying docstring.
21775
21776 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
21777
21778 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
21779 `tramp-send-command-and-check' if there is no error.
21780 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
21781
21782 2011-07-22 Alan Mackenzie <acm@muc.de>
21783
21784 Prevent cc-langs.elc being loaded at run time.
21785
21786 * progmodes/cc-mode.el: Remove two autoload forms which loaded
21787 cc-langs.
21788
21789 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
21790 "(require 'cc-langs)". Quote a form so it will evaluate at
21791 (cc-mode's) compilation time.
21792
21793 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
21794
21795 * net/tramp.el (tramp-file-name-handler): Avoid recursive
21796 loading. (Bug#9114)
21797
21798 2011-07-21 Martin Rudalics <rudalics@gmx.at>
21799
21800 * window.el (display-buffer-pop-up-window)
21801 (display-buffer-pop-up-side-window)
21802 (display-buffer-in-side-window): Call display-buffer-set-height
21803 and display-buffer-set-width after setting the new window's
21804 buffer so `fit-window-to-buffer' and friends work on the right buffer.
21805
21806 2011-07-20 Sam Steingold <sds@gnu.org>
21807
21808 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
21809 (etags-tags-included-tables): Call `convert-standard-filename' on
21810 the file names contained in TAGS so that windows Emacs can handle
21811 TAGS files created by cygwin ctags.
21812
21813 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
21814
21815 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
21816 which apparently didn't work.
21817
21818 2011-07-19 Roland Winkler <winkler@gnu.org>
21819
21820 * proced.el (proced-send-signal): For *Marked Processes* buffer
21821 put point at beginning of buffer.
21822
21823 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
21824
21825 * proced.el (proced-format): Make header lines align with the text
21826 (bug#1779).
21827
21828 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21829
21830 * view.el (view-buffer): Allow running in `special' modes if we're
21831 visiting a file (bug#8615).
21832
21833 2011-07-19 Martin Rudalics <rudalics@gmx.at>
21834
21835 * window.el (display-buffer-alist-of-strings-p)
21836 (display-buffer-alist-set-1, display-buffer-alist-set-2):
21837 New functions.
21838 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
21839 more accurately.
21840
21841 2011-07-18 Alan Mackenzie <acm@muc.de>
21842
21843 Fontify declarators properly when, e.g., a jit-lock chunk begins
21844 inside a declaration.
21845
21846 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
21847
21848 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21849 New function.
21850 (c-complex-decl-matchers): Insert reference to
21851 c-font-lock-enclosing-decls.
21852
21853 * progmodes/cc-engine.el (c-backward-single-comment):
21854 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
21855 to nil around calls to (forward-comment -1).
21856
21857 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21858
21859 * image.el (put-image): Doc typo fix.
21860
21861 * progmodes/etags.el (tags-search): Doc typo fix.
21862
21863 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
21864 password if we get errors 550 to 554.
21865
21866 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21867
21868 * net/gnutls.el (gnutls-log-level): Remove.
21869
21870 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
21871 indentation character (bug#6380).
21872
21873 * files.el (buffer-offer-save): Made permanently local (bug#6241).
21874
21875 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
21876 to clarify what the problem is (bug#4291).
21877
21878 * simple.el (current-kill): Clarify what
21879 `interprogram-paste-function' does (bug#7500).
21880 (auto-fill-mode): Document `auto-fill-function' in relation to
21881 `auto-fill-mode' (bug#2470).
21882
21883 2011-07-16 Lawrence Mitchell <wence@gmx.li>
21884
21885 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
21886 method if slot is read-only (bug#9035).
21887
21888 2011-07-16 Martin Rudalics <rudalics@gmx.at>
21889
21890 * frame.el (select-frame-set-input-focus): New argument NORECORD.
21891 * window.el (pop-to-buffer): Select window used even if it was
21892 selected before, see discussion of (Bug#8615), (Bug#6954).
21893 Pass argument NORECORD on to select-frame-set-input-focus.
21894
21895 2011-07-15 Glenn Morris <rgm@gnu.org>
21896
21897 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
21898 Respect help-form.
21899
21900 2011-07-09 Lawrence Mitchell <wence@gmx.li>
21901
21902 * net/gnutls.el (gnutls-min-prime-bits): New variable.
21903 (gnutls-negotiate): Use it.
21904
21905 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21906
21907 * net/gnutls.el (gnutls-negotiate):
21908 Upcase `gnutls-algorithm-priority'.
21909
21910 2011-07-15 Glenn Morris <rgm@gnu.org>
21911
21912 * jka-compr.el (jka-compr-verbose): Move from here...
21913 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
21914 Add missing :version tag.
21915 * info.el: No need to require jka-compr when compiling.
21916
21917 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21918
21919 * net/gnutls.el (gnutls-algorithm-priority): New variable.
21920 (gnutls-negotiate): Use it.
21921
21922 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
21923
21924 * info.el (Info-beginning-of-buffer): New command.
21925 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
21926 announcing `b' as the key (bug#8325).
21927 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
21928
21929 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
21930
21931 * international/mule-cmds.el
21932 (describe-specified-language-support): Make the error message
21933 clearer (bug#8905).
21934
21935 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
21936
21937 * isearch.el (isearch-barrier): Add a doc string, since it's
21938 mentioned in a function doc string (bug#8678).
21939
21940 2011-07-15 Martin Rudalics <rudalics@gmx.at>
21941
21942 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
21943 buffer argument (Bug#9083) and self-identifying label argument.
21944
21945 2011-07-15 Glenn Morris <rgm@gnu.org>
21946
21947 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
21948
21949 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21950
21951 * man.el (Man-fontify-manpage): Fix message when formatting the
21952 man page (bug#7929).
21953
21954 2011-07-14 Eli Zaretskii <eliz@gnu.org>
21955
21956 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
21957 argument LRM; if non-nil, append an invisible LRM character to the
21958 buffer name.
21959 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
21960 last argument non-nil, when formatting buffer names.
21961 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
21962 paragraph direction.
21963
21964 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21965
21966 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
21967 the man page name (bug#7929).
21968
21969 * image.el (put-image): Mention the `put-image' overlay property
21970 (bug#7834).
21971
21972 * scroll-bar.el (set-scroll-bar-mode): Mention that
21973 `scroll-bar-mode' lists the values (bug#7772).
21974
21975 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
21976 command (bug#7729).
21977
21978 * rect.el (apply-on-rectangle): Return the point after the last
21979 operation.
21980 (string-rectangle): Go to the point after the last operation
21981 (bug#7522).
21982
21983 * printing.el (pr-toggle-region): Clarify the documentation
21984 slightly (bug#7493).
21985
21986 * time.el (display-time-update):
21987 Allow `display-time-mail-function' to return nil (bug#7158).
21988 Fix suggested by Detlev Zundel.
21989
21990 * vc/diff.el (diff): Clarify the order the file names are read
21991 (bug#7111).
21992
21993 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
21994 the doc string (bug#7015).
21995
21996 * font-lock.el (font-lock-maximum-decoration): Mention what
21997 numeric levels mean (bug#6935).
21998
21999 * startup.el (initial-buffer-choice): Don't mention the `none'
22000 selection, which is against policy.
22001
22002 2011-07-14 Martin Rudalics <rudalics@gmx.at>
22003
22004 * window.el (display-buffer-normalize-special):
22005 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
22006
22007 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22008
22009 * subr.el (version<, version<=, version=): Mention "-CVS" and
22010 "-12345" alpha version numbers.
22011
22012 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22013
22014 * bindings.el: Add advertised binding for set-mark-command
22015 (Bug#5772).
22016
22017 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22018
22019 * bindings.el (mode-line-other-buffer):
22020 * bookmark.el (bookmark-bmenu-2-window):
22021 * bs.el (bs-cycle-next, bs-cycle-previous):
22022 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
22023 switch-to-buffer.
22024
22025 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22026 Delete.
22027
22028 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
22029
22030 * follow.el (follow-debug-message, follow-redisplay):
22031 * jka-cmpr-hook.el (with-auto-compression-mode):
22032 Fix typos in docstrings.
22033
22034 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22035
22036 * subr.el (with-silent-modifications): Clarify somewhat what the
22037 macro inhibits (bug#6525).
22038
22039 * simple.el (eval-expression): Note what it does if called
22040 interactively (bug#6495).
22041
22042 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22043
22044 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
22045 Use pop-to-buffer buffer-or-name if it is nil.
22046
22047 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22048 Remove switch-to-buffer.
22049
22050 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22051
22052 * files.el (make-directory): Clarify that an error will be raised
22053 if there's an error (bug#6397).
22054
22055 * startup.el (initial-buffer-choice): Add `none' as a choice
22056 (bug#6234).
22057
22058 * subr.el (add-hook): Clarify section about buffer-local hooks
22059 (bug#6218).
22060
22061 * dired.el (dired-flagged): Clarify doc string (bug#6117).
22062
22063 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22064
22065 * tabify.el (untabify): Preserve the current column so that point
22066 doesn't move (bug#6032).
22067
22068 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22069
22070 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
22071 Rewrite to avoid awkward possessive "s" (bug#5986).
22072
22073 2011-07-13 Glenn Morris <rgm@gnu.org>
22074
22075 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
22076 (dired-insert-directory): Give a message the first time
22077 if ls is found not to support --dired.
22078
22079 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22080
22081 * simple.el (toggle-truncate-lines): Clarify what is toggled
22082 (bug#5580). Text by Drew Adams.
22083
22084 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22085
22086 * simple.el (blink-matching-open): Make the error message from the
22087 last change less verbose.
22088
22089 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
22090
22091 * font-lock.el (font-lock-comment-face): Use the high contrast
22092 "yellow" color for font-lock-comment-face on low color terminals
22093 using a dark background color (bug#4221).
22094
22095 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22096
22097 * dired.el (dired-insert-set-properties): Make the doc string
22098 reflect what it does now (bug#5325).
22099
22100 * simple.el (blink-matching-open): Say that we were unable to find
22101 the match within the limit, if we're limited (bug#5122).
22102
22103 * international/mule-cmds.el (prefer-coding-system): Add an
22104 example (bug#4869).
22105
22106 * progmodes/etags.el (tags-search): Document `file-list-form'
22107 (bug#4731).
22108
22109 2011-07-13 Lawrence Mitchell <wence@gmx.li>
22110
22111 * net/browse-url.el (browse-url-default-browser)
22112 (browse-url-browser-function): Make the default browser choice a
22113 bit more logical (bug#4300). Also clean up the doc string.
22114
22115 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22116
22117 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
22118 binary endings (bug#4440).
22119
22120 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22121
22122 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
22123 which can be pretty annoying (bug#8971).
22124
22125 * jka-compr.el (jka-compr-verbose): New variable, and use
22126 throughout (bug#8971).
22127
22128 * info.el (Info-find-file): Fall back on the installation
22129 directory if we can't find the info node anywhere else.
22130
22131 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
22132
22133 * vc/vc.el (vc-revert-file):
22134 Don't set file time-stamp in the past. (Bug#5181)
22135
22136 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22137
22138 * files.el (after-find-file): Give a better error message when
22139 trying to find a symlink that points to a file that doesn't exist
22140 (bug#4398).
22141
22142 * progmodes/cc-vars.el: Remove (probably) misleading comment
22143 (bug#4396).
22144
22145 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
22146
22147 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
22148
22149 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22150
22151 * mouse-sel.el: Hack restoring functionality, while keeping
22152 compatibility with 2010-07-03 changes to mouse selection.
22153 (mouse-sel-primary-overlay): New var.
22154 (mouse-sel-selection-alist): Use it.
22155 (mouse-sel-mode): Doc fix; remove points that are default features
22156 of mouse.el.
22157
22158 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
22159
22160 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22161 Fix previous fix (bug#2490).
22162
22163 2011-07-12 Roland Winkler <winkler@gnu.org>
22164
22165 * textmodes/bibtex.el (bibtex-initialize):
22166 Use pop-to-buffer-same-window.
22167 (bibtex-search-entries): Fix interactive call.
22168
22169 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22170
22171 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22172 Fontise bytecomp Error lines more correctly (bug#2490).
22173 Fix suggested by Johan BockgĂ¥rd.
22174
22175 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
22176
22177 * dired-x.el (dired-guess-default): Use `delete-dups'.
22178
22179 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22180
22181 * dired.el (dired-mark-prompt):
22182 * dired-aux.el (dired-read-shell-command): Doc fix.
22183
22184 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22185
22186 * mail/sendmail.el (sendmail-query-once):
22187 Use `customize-save-variable' unconditionally, now that it works under
22188 emacs -Q.
22189
22190 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22191
22192 * cus-edit.el (custom-file): Take an optional no-error variable.
22193 (customize-save-variable): Set the variable, and give a warning if
22194 running under "emacs -q".
22195
22196 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
22197
22198 * loadhist.el (unload-feature-special-hooks):
22199 Add `auto-coding-functions', `fill-nobreak-predicate' and
22200 `find-directory-functions' (bug#5327).
22201
22202 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22203
22204 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
22205
22206 * cus-edit.el (custom-guess-name-alist): -alist variables should
22207 use the `alist' type (bug#3120). Suggested by Drew Adams.
22208
22209 * printing.el: Add documentation to all the `pr-toggle-' commands.
22210
22211 2011-07-11 Leo Liu <sdl.web@gmail.com>
22212
22213 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
22214 backends where it makes sense (bug#2623).
22215
22216 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22217
22218 * dired-x.el (dired-guess-default): Remove duplicate shell command
22219 entries (bug#2028).
22220 (dired-guess-default): Fix grammar in doc string (bug#2028).
22221 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
22222
22223 * subr.el (remove-duplicates): New conveniency function.
22224
22225 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22226
22227 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
22228 (bug#1526).
22229
22230 2011-07-10 Martin Rudalics <rudalics@gmx.at>
22231
22232 * window.el (display-buffer-normalize-default): Don't invert
22233 meaning of even-window-heights. Reported by Eli Zaretskii
22234 <eliz@gnu.org>.
22235
22236 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
22237
22238 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
22239
22240 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
22241
22242 * window.el (display-buffer): Fix arguments to
22243 display-buffer-reuse-window in last change.
22244
22245 * faces.el (link): Use a less saturated blue on light backgrounds.
22246
22247 * startup.el (fancy-startup-text, fancy-about-text)
22248 (fancy-startup-tail): Use font-lock faces, for background safety.
22249
22250 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
22251
22252 * emulation/viper-cmd.el (viper-change-state-to-vi):
22253 Limit triggering of abbrev expansion (Bug#9038).
22254
22255 2011-07-09 Martin Rudalics <rudalics@gmx.at>
22256
22257 * window.el (display-buffer-default-specifiers): Remove.
22258 (display-buffer-macro-specifiers): Remove default specifiers.
22259 (display-buffer-alist): Default to nil.
22260 (display-buffer-reuse-window): New optional argument other-window.
22261 (display-buffer-pop-up-window): Allow splitting internal
22262 windows. Check whether a live window was created.
22263 (display-buffer-other-window-means-other-frame)
22264 (display-buffer-normalize-arguments): Rename to
22265 display-buffer-normalize-argument and rewrite. Set the
22266 other-window specifier.
22267 (display-buffer-normalize-special): New function.
22268 (display-buffer-normalize-options): Rename to
22269 display-buffer-normalize-default and rewrite.
22270 (display-buffer-normalize-options-inhibit): Remove.
22271 (display-buffer-normalize-specifiers): Rewrite.
22272 (display-buffer): Process other-window specifier and call
22273 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
22274 more faithfully.
22275 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
22276 (display-buffer-alist-set): Don't handle 'unset default values.
22277 (display-buffer-in-window, display-buffer-alist-set):
22278 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
22279 <tassilo@member.fsf.org>.
22280
22281 2011-07-09 Leo Liu <sdl.web@gmail.com>
22282
22283 * register.el (insert-register): Restore accidental change on
22284 2011-06-26. (Bug#9028)
22285
22286 2011-07-09 Glenn Morris <rgm@gnu.org>
22287
22288 * subr.el (remq): Handle the empty list. (Bug#9024)
22289
22290 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
22291
22292 * mail/sendmail.el (send-mail-function): No longer delay custom
22293 initialization.
22294 * custom.el (custom-initialize-delay): Doc fix.
22295
22296 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22297
22298 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
22299
22300 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
22301
22302 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
22303 human-friendly prompt.
22304
22305 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
22306
22307 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
22308 provided by a particular plugin.
22309
22310 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
22311
22312 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
22313 save customizations (with "emacs -Q"), just set the variable
22314 instead of erroring out.
22315
22316 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22317
22318 2011-07-08 Juri Linkov <juri@jurta.org>
22319
22320 * arc-mode.el (archive-zip-expunge, archive-zip-update)
22321 (archive-zip-update-case): Use 7z if found by `executable-find'.
22322 The order of searching the available programs is the same as in
22323 `archive-zip-extract' (bug#8968).
22324
22325 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22326
22327 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
22328 (menu-bar-options-menu): Tweak descriptions.
22329
22330 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22331
22332 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
22333 menu items into verb phrases (bug#1421). Also refill to fit under
22334 80 columns.
22335
22336 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22337
22338 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
22339 (Info-read-node-name): Doc fix (Bug#1084).
22340
22341 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
22342 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
22343 (end-of-sexp, beginning-of-sexp)
22344 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
22345 (forward-symbol, forward-same-syntax, word-at-point)
22346 (sentence-at-point): Doc fix (Bug#1144).
22347
22348 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22349
22350 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
22351 should cover it (bug#1281).
22352
22353 * cus-edit.el (custom-show): Mark as obsolete.
22354
22355 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
22356 negotiation fails, then possibly try again with a non-encrypted
22357 connection (bug#9017).
22358
22359 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
22360 be used.
22361
22362 2011-07-07 Richard Stallman <rms@gnu.org>
22363
22364 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
22365 property, and handle its changed format.
22366 Look for the correct line number.
22367 Use file's line contents (but not past first =) to find
22368 correct line in message.
22369
22370 2011-07-07 Kenichi Handa <handa@m17n.org>
22371
22372 * international/characters.el (build-unicode-category-table):
22373 Delete it.
22374 (unicode-category-table): Set it by unicode-property-table-internal.
22375
22376 * international/mule-cmds.el (char-code-property-alist): Move to
22377 to src/chartab.c.
22378 (get-char-code-property): Call unicode-property-table-internal to
22379 load a file. Call get-unicode-property-internal where necessary.
22380 (put-char-code-property): Call unicode-property-table-internal to
22381 load a file. Call put-unicode-property-internal where necessary.
22382 put-unicode-property-internal where necessary.
22383 (char-code-property-description):
22384 Call unicode-property-table-internal to load a file.
22385
22386 * international/charprop.el:
22387 * international/uni-bidi.el:
22388 * international/uni-category.el:
22389 * international/uni-combining.el:
22390 * international/uni-comment.el:
22391 * international/uni-decimal.el:
22392 * international/uni-decomposition.el:
22393 * international/uni-digit.el:
22394 * international/uni-lowercase.el:
22395 * international/uni-mirrored.el:
22396 * international/uni-name.el:
22397 * international/uni-numeric.el:
22398 * international/uni-old-name.el:
22399 * international/uni-titlecase.el:
22400 * international/uni-uppercase.el: Regenerate.
22401
22402 * loadup.el: Load international/charprop.el before
22403 international/characters.
22404
22405 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
22406
22407 * window.el (next-buffer, previous-buffer): Signal an error if
22408 called from a minibuffer window.
22409
22410 * bindings.el: Revert 2011-07-04 change.
22411
22412 2011-07-06 Richard Stallman <rms@gnu.org>
22413
22414 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
22415 (rmail-mime-insert-bulk, rmail-mime-insert-text):
22416 Treat markers like ints.
22417 (rmail-mime-entity): Doc fix.
22418
22419 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22420
22421 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
22422 defcustom again for backwards compatibility.
22423
22424 * simple.el (shell-command-on-region): Fill.
22425
22426 * dired-aux.el (dired-kill-line): Add a doc string.
22427
22428 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
22429 to "\\sw\\|\\s_" (bug#358).
22430
22431 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
22432 (dired-unmark-backward): Ditto.
22433 (dired-flag-backup-files): Ditto.
22434
22435 * dired-x.el (dired-mark-sexp): Ditto.
22436
22437 2011-07-06 Richard Stallman <rms@gnu.org>
22438
22439 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
22440 (rmail-mime-entity): New arg TRUNCATED.
22441 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
22442 New functions.
22443 (rmail-mime-save): Warn if entity is truncated.
22444 (rmail-mime-toggle-hidden): Likewise, for showing.
22445 (rmail-mime-process-multipart): Record when an entity is truncated.
22446
22447 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
22448 if ENTITY is a string.
22449
22450 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22451
22452 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
22453 of faces when `M-C-x'-ing their definitions (bug#8378).
22454 Also clean up the code slightly.
22455
22456 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
22457 because that makes the colors go away.
22458
22459 * mail/sendmail.el (send-mail-function): Change the default to
22460 `sendmail-query-once'.
22461 (sendmail-query-once): Add an autoload cookie.
22462
22463 * net/network-stream.el (network-stream-open-starttls): Try using
22464 a plain connection even if the server offered STARTTLS, and we
22465 kinda wanted to use it, if Emacs doesn't have any STARTTLS
22466 capability. This should make smtpmail.el work in slightly more
22467 configurations.
22468
22469 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
22470
22471 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22472 New defun.
22473 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
22474
22475 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
22476
22477 * progmodes/sql.el: Version 3.0
22478 (sql-product-alist): Add product :completion-object,
22479 :completion-column, and :statement attributes.
22480 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
22481 (sql-mode-syntax-table): Mark all punctuation.
22482 (sql-font-lock-keywords-builder): Temporarily remove fallback on
22483 ansi keywords.
22484 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
22485 (sql-mode-oracle-font-lock-keywords): Improve.
22486 (sql-oracle-show-reserved-words): New function for development.
22487 (sql-product-font-lock): Simplify for source code buffers.
22488 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
22489 New functions.
22490 (sql-highlight-product): Set product specific syntax table.
22491 (sql-mode-map): Add statement movement functions.
22492 (sql-ansi-statement-starters, sql-oracle-statement-starters):
22493 New variable.
22494 (sql-statement-regexp, sql-beginning-of-statement)
22495 (sql-end-of-statement, sql-signum): New functions.
22496 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
22497 (sql-show-sqli-buffer): Bug fix.
22498 (sql-interactive-mode): Store connection data as buffer local.
22499 (sql-connect): Add NEW-NAME parameter. Redesign interaction
22500 with sql-interactive-mode.
22501 (sql-save-connection): Save buffer local settings.
22502 (sql-connection-menu-filter): Change menu entry name.
22503 (sql-product-interactive): Bug fix.
22504 (sql-preoutput-hold): New variable.
22505 (sql-interactive-remove-continuation-prompt): Bug fixes.
22506 (sql-debug-redirect): New variable.
22507 (sql-str-literal): New function.
22508 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
22509 Redesign.
22510 (sql-oracle-save-settings, sql-oracle-restore-settings)
22511 (sql-oracle-list-all, sql-oracle-list-table): New functions.
22512 (sql-completion-object, sql-completion-column)
22513 (sql-completion-sqlbuf): New variables.
22514 (sql-build-completions-1, sql-build-completions)
22515 (sql-try-completion): New functions.
22516 (sql-read-table-name): Use them.
22517 (sql-contains-names): New buffer local variable.
22518 (sql-list-all, sql-list-table): Use it.
22519 (sql-oracle-completion-types): New variable.
22520 (sql-oracle-completion-object, sql-sqlite-completion-object)
22521 (sql-postgres-completion-object): New functions.
22522
22523 2011-07-06 Glenn Morris <rgm@gnu.org>
22524
22525 * window.el (pop-to-buffer): Doc fix.
22526
22527 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
22528
22529 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
22530
22531 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
22532
22533 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
22534
22535 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
22536
22537 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
22538
22539 * button.el (button): Inherit from link face. Suggested by Dan
22540 Nicolaescu.
22541
22542 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22543
22544 * progmodes/gdb-mi.el: Fit in 80 columns.
22545 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
22546 switch-to-buffer.
22547
22548 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
22549 if imenu is simply not configured (bug#8941).
22550
22551 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
22552
22553 * allout.el (allout-post-undo-hook): New allout outline-change
22554 event hook to signal undo activity.
22555 (allout-post-command-business): Run allout-post-undo-hook if an
22556 undo just occurred.
22557 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
22558 * allout-widgets.el (allout-widgets-after-undo-function):
22559 Ensure the integrity of the current item's decoration after it has been
22560 in the vicinity of an undo.
22561 (allout-widgets-mode): Include allout-widgets-after-undo-function
22562 on the new allout-post-undo-hook.
22563
22564 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22565
22566 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
22567 Let define-derived-mode define it.
22568 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
22569 cycles of abbrev-table inheritance (bug#8998).
22570
22571 2011-07-05 Roland Winkler <winkler@gnu.org>
22572
22573 * textmodes/bibtex.el: Add support for biblatex.
22574 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
22575 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
22576 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
22577 (bibtex-entry-alist, bibtex-field-alist): New variables.
22578 (bibtex-entry-field-alist): Obsolete alias for
22579 bibtex-BibTeX-entry-alist.
22580 (bibtex-entry-alist, bibtex-field-alist): New widgets.
22581 (bibtex-set-dialect): New command.
22582 (bibtex-entry-type, bibtex-entry-head)
22583 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
22584 Bind via bibtex-set-dialect.
22585 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
22586 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
22587 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
22588 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
22589 Define via bibtex-set-dialect.
22590 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
22591 Obey bibtex-no-opt-remove-re.
22592 (bibtex-vec-push, bibtex-vec-incr): New functions.
22593 (bibtex-format-entry, bibtex-field-list)
22594 (bibtex-print-help-message, bibtex-validate)
22595 (bibtex-search-entries): Use new format of bibtex-entry-alist.
22596
22597 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22598
22599 * progmodes/compile.el (compilation-goto-locus):
22600 * net/tramp-cmds.el (tramp-append-tramp-buffers):
22601 * bs.el (bs-cycle-next, bs-cycle-previous):
22602 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
22603 * bindings.el (mode-line-other-buffer):
22604 * autoinsert.el (auto-insert):
22605 * arc-mode.el (archive-extract):
22606 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
22607
22608 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22609
22610 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
22611 Fix check of `emacs-lock-unlockable-modes'.
22612 Coerce true values of `emacs-lock--try-unlocking' to t.
22613
22614 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22615
22616 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
22617 * emacs-lock.el: New file.
22618
22619 2011-07-05 Julien Danjou <julien@danjou.info>
22620
22621 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
22622 than `boundp' to check if face is set.
22623
22624 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
22625
22626 * register.el (registerv-make):
22627 * window.el (window-min-height): Fix typos in docstrings.
22628
22629 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
22630
22631 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
22632 Update doc string.
22633
22634 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
22635
22636 * server.el (server-execute): Catch quit and call
22637 `server-return-error' to pass the error back to emacsclient and
22638 close the connection (bug#8942).
22639
22640 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
22641
22642 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
22643 insecure exception for current topic. Also note that auto-saves
22644 are handled differently.
22645
22646 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
22647 State variables for tracking auto-save inhibition situation.
22648
22649 (allout-write-contents-hook-handler): Rename from
22650 'allout-write-file-hook-handler', and describe how it depends on
22651 write-contents-functions sensitivity to non-nil value to prevent
22652 file write.
22653
22654 (allout-auto-save-hook-handler): Remove. auto-save does not check
22655 this in individual buffers, only in the starting buffer, so this
22656 is not the right way for us to inhibit auto-save in a buffer
22657 according to its condition.
22658
22659 (allout-mode): Use new allout-write-contents-hook-handler, and
22660 only with write-contents-functions. Remove auto-save provisions -
22661 they're implemented elsewhere.
22662
22663 (allout-before-change-handler): If undo is in progress, note that
22664 for attention of allout-post-command-business.
22665
22666 (allout-post-command-business): If the command we're following was
22667 an undo, check for change in the status of encrypted items and
22668 adjust auto-save inhibitions accordingly.
22669
22670 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
22671 according to whether there are or aren't any plain-text topics
22672 pending encryption.
22673
22674 (allout-inhibit-auto-save-info-for-decryption):
22675 Adjust buffer-saved-size and some allout state to inhibit auto-saves
22676 if there are plain-text topics pending encryption.
22677
22678 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
22679 buffer-saved-size and some allout state to not inhibit auto-saves
22680 if there are no longer any plain-text topics pending encryption.
22681
22682 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
22683 No longer provide for exemption of the current topic.
22684
22685 2011-07-04 Juri Linkov <juri@jurta.org>
22686
22687 Add 7z operations to delete and save changed members (bug#8968).
22688 * arc-mode.el (archive-7z-expunge, archive-7z-update):
22689 New defcustoms.
22690 (archive-7z-write-file-member): New function.
22691 (archive-7z-summarize): Fix the number of dashes in the
22692 listing output.
22693
22694 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22695
22696 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
22697 (bug#8958).
22698
22699 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
22700
22701 * bindings.el: Ignore next-buffer and previous-buffer in
22702 minibuffer-local-map.
22703
22704 * font-lock.el (font-lock-builtin-face): Change light background
22705 color to dark slate blue (Bug#6693).
22706
22707 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
22708
22709 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
22710
22711 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22712
22713 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
22714 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22715 Add switch-to-buffer.
22716
22717 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22718
22719 * isearch.el (isearch-search-fun-function): Clarify further the
22720 meaning of the function returned.
22721
22722 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
22723
22724 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
22725
22726 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
22727 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
22728 Use it.
22729 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
22730 `tramp-default-remote-path' does not exist.
22731 (tramp-send-command-and-read): New optional argument NOERROR.
22732 (tramp-open-connection-setup-interactive-shell)
22733 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
22734 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
22735 (tramp-process-sentinel): Flush also process' connection property.
22736 (tramp-sh-handle-start-file-process): Do not set process
22737 sentinel. It is done now ...
22738 (tramp-maybe-open-connection): ... here. (Bug#8929)
22739
22740 2011-07-04 MON KEY <monkey@sandpframing.com>
22741
22742 * play/animate.el (animate-string): Doc fixes and allow changing
22743 the buffer name (bug#5417).
22744
22745 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22746
22747 * play/animate.el (animation-buffer-name): Rename from *animate*.
22748
22749 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
22750
22751 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
22752 This is simpler and helps future-proof the code.
22753 (timer-until): Use time-subtract and float-time.
22754 (timer--time-less-p): Use time-less-p.
22755
22756 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
22757
22758 * type-break.el (timep): Use the value of `float-time' to avoid a
22759 byte-compiler warning.
22760
22761 * server.el (server-eval-and-print): Return any result, even nil.
22762
22763 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
22764
22765 * type-break.el: Accept time formats that the builtins accept.
22766 (timep, type-break-time-difference): Accept any format that
22767 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
22768 This is simpler and helps future-proof the code.
22769 (type-break-time-difference): Round rather than ignoring
22770 subseconds components.
22771
22772 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22773
22774 * info.el (Info-apropos-matches): Make non-interactive, since it
22775 doesn't seem to do anything useful as a command (bug#8829).
22776
22777 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
22778
22779 * frame.el (frame-background-mode, frame-set-background-mode):
22780 Move from faces.el.
22781 (frame-default-terminal-background): New function.
22782
22783 * custom.el (custom-push-theme): Don't record faces in `changed'
22784 theme; this doesn't work correctly for per-frame face settings.
22785 (disable-theme): Use face-set-after-frame-default to reset faces.
22786 (custom--frame-color-default): New function.
22787
22788 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22789
22790 * dired.el (dired-flagging-regexp): Remove unused variable
22791 (bug#8769).
22792
22793 2011-03-29 Kevin Ryde <user42@zip.com.au>
22794
22795 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22796 `perl-Test2' extend to match possible "fail #N" rep count
22797 (bug#8377).
22798
22799 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22800
22801 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
22802 `smtpmail-via-smtp' now returns the error instead of nil.
22803
22804 * isearch.el (isearch-search-fun-function): Clarify the doc string
22805 (bug#8101).
22806
22807 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
22808
22809 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
22810 unnecessary spaces (bug#8987).
22811
22812 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22813
22814 * net/network-stream.el (open-network-stream): Use the
22815 :end-of-capability command thoughout.
22816
22817 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
22818
22819 * net/network-stream.el (open-network-stream): Add the
22820 :end-of-capability command parameter, used by pop3.el.
22821
22822 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22823
22824 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
22825
22826 * fringe.el (fringe-query-style): Remove redundant text " (type ?
22827 for list)" (bug#6475).
22828
22829 * files.el (file-expand-wildcards): Ignore non-readable
22830 sub-directories while trying to find matches instead of signaling
22831 an error (bug#6297).
22832
22833 * man.el (Man-reference-regexp): Allow matching possible
22834 word-wrapped references (bug#6289).
22835
22836 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
22837 for consistency with the other vc buffers (bug#6197).
22838 (vc-checkin): Ditto.
22839
22840 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
22841
22842 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
22843
22844 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22845
22846 * custom.el (defcustom): Clarify that :set is only used in the
22847 Customize user interface (bug#6089).
22848
22849 * progmodes/flymake.el (flymake-mode): If the buffer isn't
22850 associated with a file, refuse to run instead of erroring out
22851 (bug#6084).
22852
22853 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
22854 the doc string, since it appears that using `fill-column' always
22855 controls the width (bug#7845).
22856
22857 * simple.el (shell-command-on-region): Say where the error output
22858 went if `shell-command-default-error-buffer' is set (bug#6857).
22859
22860 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
22861
22862 * allout.el (allout-yank-processing): Adjust cursor position for
22863 backwards-deleted space.
22864
22865 (allout-rebullet-heading): Register changes with
22866 allout-exposure-changed-hook, so the modified topic is properly
22867 decorated.
22868
22869 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22870
22871 * minibuffer.el (completion-in-region): Document PREDICATE
22872 (bug#7136).
22873
22874 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
22875 of keyword/argument pairs (bug#6904).
22876
22877 * replace.el (multi-occur):
22878 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
22879
22880 2011-07-02 Drew Adams <drew.adams@oracle.com>
22881
22882 * dired.el (dired-mark-if): Make the message about whether it's
22883 marking or unmarking clearer (bug#8523).
22884
22885 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22886
22887 * disp-table.el (display-table-print-array): New function.
22888 (describe-display-table): Use it to print the vectors more pretty
22889 (Bug#8859).
22890
22891 2011-07-02 Martin Rudalics <rudalics@gmx.at>
22892
22893 * window.el (window-state-get-1): Don't assign clone numbers.
22894 Add clone-of item to list of window parameters.
22895 (window-state-put-2): Don't process clone numbers.
22896 (display-buffer-alist): Fix doc-string.
22897
22898 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
22899
22900 * subr.el (remq): Don't allocate if it's not needed.
22901 (keymap--menu-item-binding, keymap--menu-item-with-binding)
22902 (keymap--merge-bindings): New functions.
22903 (keymap-canonicalize): Use them to refine the canonicalization.
22904 * minibuffer.el (minibuffer-local-completion-map)
22905 (minibuffer-local-must-match-map): Move initialization from C.
22906 (minibuffer-local-filename-completion-map): Move initialization from C;
22907 don't inherit from anything here.
22908 (minibuffer-local-filename-must-match-map): Make obsolete.
22909 (completing-read-default): Use make-composed-keymap to combine
22910 minibuffer-local-filename-completion-map with either
22911 minibuffer-local-must-match-map or
22912 minibuffer-local-filename-completion-map.
22913
22914 2011-07-01 Glenn Morris <rgm@gnu.org>
22915
22916 * type-break.el (type-break-time-sum): Use dolist.
22917
22918 * textmodes/flyspell.el (flyspell-word-search-backward):
22919 Replace CL function.
22920
22921 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22922
22923 * mouse.el (mouse--strip-first-event): New function.
22924 (function-key-map): Use it to map fringe clicks to normal clicks
22925 by default.
22926
22927 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
22928 (vc-bzr-revision-completion-table): Add support for annotate and date.
22929
22930 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
22931 inherit from parent.
22932
22933 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22934
22935 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
22936 (dired-show-file-type): Doc fixup (bug#8818).
22937
22938 * dired.el (dired-mode): Fix up the doc string as suggested by
22939 Drew Adams (bug#8817).
22940
22941 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
22942 cookie, since the manual says that it should be possible to add
22943 this function to `find-file-hook' (bug#8709).
22944
22945 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
22946
22947 * progmodes/cfengine.el: Moved all cfengine3.el functionality
22948 here. Noted Ted Zlatanov as the maintainer.
22949 (cfengine-common-settings, cfengine-common-syntax): New functions
22950 to set up common things between `cfengine-mode' and
22951 `cfengine3-mode'.
22952 (cfengine3-mode): New mode.
22953 (cfengine3-defuns cfengine3-defuns-regex
22954 (cfengine3-class-selector-regex cfengine3-category-regex)
22955 (cfengine3-vartypes cfengine3-font-lock-keywords)
22956 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
22957 (cfengine3-indent-line): Add from cfengine3.el.
22958
22959 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
22960
22961 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
22962
22963 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
22964
22965 2011-07-01 Martin Rudalics <rudalics@gmx.at>
22966
22967 * window.el (same-window-buffer-names, same-window-regexps)
22968 (same-window-p, special-display-frame-alist)
22969 (special-display-popup-frame, special-display-function)
22970 (special-display-buffer-names, special-display-regexps)
22971 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
22972 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22973 (split-window-preferred-function, split-height-threshold)
22974 (split-width-threshold, even-window-heights)
22975 (display-buffer-mark-dedicated, window-splittable-p)
22976 (split-window-sensibly, window-safely-shrinkable-p):
22977 Un-obsolete.
22978 (display-buffer): Don't spread args with function specifier
22979 because special-display-popup-frame won't like it.
22980
22981 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
22982
22983 Time-stamp simplifications and fixes.
22984 These improve accuracy slightly, and future-proof the code
22985 against some potential changes to current-time format.
22986
22987 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
22988 by using time-since and float-time.
22989
22990 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
22991 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
22992 + NNN microseconds".
22993
22994 * type-break.el (type-break-time-sum): Rewrite using time-add.
22995
22996 * play/hanoi.el (hanoi-current-time-float): Remove.
22997 All uses replaced by float-time.
22998
22999 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
23000 This yields a more-accurate answer.
23001 (rng-time-to-float): Remove; no longer needed.
23002
23003 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
23004
23005 * calendar/timeclock.el (timeclock-seconds-to-time):
23006 Defalias to seconds-to-time, since they're the same thing.
23007
23008 * emacs-lisp/elp.el (elp-elapsed-time):
23009 * emacs-lisp/benchmark.el (benchmark-elapse):
23010 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
23011
23012 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23013
23014 * window.el (bury-buffer): Don't iconify the only frame.
23015 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
23016 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
23017
23018 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
23019
23020 * eshell/em-smart.el (eshell-smart-display-navigate-list):
23021 Add mouse-yank-primary.
23022
23023 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23024
23025 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
23026
23027 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23028
23029 * emacs-lisp/find-func.el (find-library--load-name): New fun.
23030 (find-library-name): Use it to find relative load names when provided
23031 absolute file name (bug#8803).
23032
23033 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23034
23035 * textmodes/flyspell.el (flyspell-word): Consider words that
23036 differ only in case as potential doublons (bug#5687).
23037
23038 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
23039 Remove two rather uninteresting debugging-like messages to make
23040 debbugs.el more silent.
23041
23042 * comint.el (comint-password-prompt-regexp): Accept "Response" as
23043 a password-like phrase.
23044
23045 2011-06-30 Masatake YAMATO <yamato@redhat.com>
23046
23047 * progmodes/cc-guess.el: New file.
23048
23049 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
23050
23051 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
23052 derived from `c-basic-common-init'.
23053
23054 * progmodes/cc-mode.el (top-level): Require cc-guess.
23055 (c-basic-common-init): Use `cc-choose-style-for-mode'.
23056
23057 2011-06-30 Lawrence Mitchell <wence@gmx.li>
23058
23059 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
23060
23061 2011-06-30 Alan Mackenzie <acm@muc.de>
23062
23063 * progmodes/cc-engine.el (c-guess-continued-construct):
23064 Correct the handling of template-args-cont, particularly for when font
23065 lock is disabled. Name this case as "CASE G".
23066
23067 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
23068
23069 * allout.el (allout-yank-processing): Fix injection of extra space
23070 between bullet and non-whitespace character in first topic when
23071 pasting, ensuring that the actual spacing in the pasted topic
23072 following the bullet char is preserved. This extra space was
23073 causing pasted encrypted topics to get a decrypted status even
23074 when the content was actually still encrypted. Now the decryption
23075 status from before the paste is preserved.
23076
23077 (allout-flag-region): Set all allout overlays so they evaporate
23078 when reduced to zero length (evanescent), to prevent overlay
23079 leakage.
23080
23081 2011-06-30 Glenn Morris <rgm@gnu.org>
23082
23083 * w32-fns.el (w32-charset-info-alist): Declare.
23084
23085 * find-dired.el (find-grep-options): Simplify.
23086
23087 * term/ns-win.el (ns-set-resource): Declare.
23088
23089 * ses.el (row, col): Declare dynamic variables honestly.
23090
23091 * textmodes/reftex-parse.el (index-tags): Declare.
23092
23093 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
23094
23095 * cus-edit.el (customize-push-and-save): New function.
23096
23097 * files.el (hack-local-variables-confirm): Use it.
23098
23099 * custom.el (load-theme): New arg NO-CONFIRM.
23100 Use customize-push-and-save (Bug#8720).
23101 (custom-enabled-themes): Doc fix.
23102
23103 * cus-theme.el (customize-create-theme)
23104 (custom-theme-merge-theme): Callers to load-theme changed.
23105
23106 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23107
23108 * thingatpt.el (thing-at-point-short-url-regexp): Require that
23109 short URLs have at least one dot in them (bug #7614).
23110
23111 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
23112 nil, because using a pty is apparently too slow (bug #895).
23113
23114 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23115
23116 * mail/sendmail.el (sendmail-query-once): New function.
23117 (sendmail-query-once-function): New variable.
23118
23119 2011-06-29 Glenn Morris <rgm@gnu.org>
23120
23121 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
23122
23123 * ses.el (top-level): Require cl when compiling.
23124 (ses-set-localvars): Fix error statement.
23125 Call it at compile time to silence a storm of warnings.
23126
23127 2011-06-29 Martin Rudalics <rudalics@gmx.at>
23128
23129 * window.el (normalize-live-buffer): Rename to
23130 window-normalize-buffer.
23131 (normalize-live-frame): Rename to window-normalize-frame.
23132 (normalize-any-window): Rename to window-normalize-any-window.
23133 (normalize-live-window): Rename to window-normalize-live-window.
23134 (make-window-atom): Rename to window-make-atom.
23135 (window-resize-reset): Rename to window--resize-reset.
23136 (window-resize-reset-1): Rename to window--resize-reset-1.
23137 (resize-mini-window): Rename to window--resize-mini-window.
23138 (resize-subwindows-skip-p): Rename to
23139 window--resize-subwindows-skip-p.
23140 (resize-subwindows-normal): Rename to
23141 window--resize-subwindows-normal.
23142 (resize-subwindows): Rename to window--resize-subwindows.
23143 (resize-other-windows): Rename to window--resize-siblings.
23144 (resize-this-window): Rename to window--resize-this-window.
23145 (resize-root-window): Rename to window--resize-root-window.
23146 (resize-root-window-vertically): Rename to
23147 window--resize-root-window-vertically.
23148 (normalize-buffer-to-display): Rename to
23149 window-normalize-buffer-to-display.
23150 (normalize-buffer-to-switch-to): Rename to
23151 window-normalize-buffer-to-switch-to.
23152 Correspondingly update all callers of the functions listed
23153 above.
23154 (display-buffer-alist, display-buffer-normalize-arguments)
23155 (display-buffer-normalize-options, display-buffer)
23156 (display-buffer-alist-set): Use "function" instead of
23157 "fun-with-args".
23158
23159 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
23160
23161 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
23162 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
23163 debbugs.gnu.org. Mention acknowledgment email.
23164
23165 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
23166
23167 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
23168 buffer multibyteness, since it shouldn't matter.
23169
23170 2011-06-28 Martin Rudalics <rudalics@gmx.at>
23171
23172 * window.el (display-buffer-in-side-window): Handle dedicated
23173 windows as in display-buffer-reuse-window.
23174 (display-buffer-normalize-alist): Use value of override
23175 specifier.
23176 (display-buffer-normalize-specifiers): Use value of
23177 other-window-means-other-frame specifier.
23178 (display-buffer-alist): Rewrite some texts in widgets.
23179 (display-buffer): Spread arguments when calling function
23180 specified by fun-with-args.
23181
23182 2011-06-28 Deniz Dogan <deniz@dogan.se>
23183
23184 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23185 Unnest `let'.
23186
23187 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
23188 selectors (Bug#5732).
23189 (css-proprietary-nmstart-re): Use `regexp-opt'.
23190
23191 2011-06-27 Jari Aalto <jari.aalto@cante.net>
23192
23193 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
23194 (eshell-ls-date-format): New defcustom.
23195 (eshell-ls-file): Use it.
23196
23197 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23198
23199 * help-fns.el (describe-variable): Fix message for terminal-local vars.
23200
23201 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
23202
23203 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
23204 (ange-ftp-make-tmp-name): New arg.
23205 (ange-ftp-file-local-copy): Use it.
23206
23207 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
23208
23209 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
23210 no-conversion (Bug#8870).
23211
23212 2011-06-27 Martin Rudalics <rudalics@gmx.at>
23213
23214 * window.el (window-right, window-left, window-child)
23215 (window-child-count, window-last-child)
23216 (window-iso-combination-p, walk-window-tree-1)
23217 (window-atom-check-1, window-tree-1, delete-window)
23218 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
23219 new naming conventions - window-vchild, window-hchild,
23220 window-next and window-prev are now called window-top-child,
23221 window-left-child, window-next-sibling and window-prev-sibling
23222 respectively.
23223 (resize-window-reset): Rename to window-resize-reset.
23224 (resize-window-reset-1): Rename to window-resize-reset-1.
23225 (resize-window): Rename to window-resize.
23226 (window-min-height, window-min-width)
23227 (resize-mini-window, resize-this-window, resize-root-window)
23228 (resize-root-window-vertically, adjust-window-trailing-edge)
23229 (enlarge-window, shrink-window, maximize-window)
23230 (minimize-window, delete-window, quit-restore-window)
23231 (split-window, balance-windows, balance-windows-area-adjust)
23232 (balance-windows-area, window-state-put-2)
23233 (display-buffer-even-window-sizes, display-buffer-set-height)
23234 (display-buffer-set-width, set-window-text-height)
23235 (fit-window-to-buffer): Rename all "resize-window" prefixed
23236 calls to use the "window-resize" prefix convention.
23237 (display-buffer-alist): Fix symbol for label specifier.
23238 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
23239 corresponding specifier.
23240 Reported by Juanma Barranquero <lekktu@gmail.com>.
23241
23242 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23243
23244 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
23245 convention.
23246 (ses-call-printer): Does not pass an empty string to formatter when the
23247 cell is empty to keep from barking printer Calc math-format-value.
23248
23249 2011-06-27 Richard Stallman <rms@gnu.org>
23250
23251 * battery.el (battery-mode-line-limit): New variable.
23252 (battery-update): Handle it.
23253
23254 * mail/rmailmm.el (rmail-mime-process-multipart):
23255 Handle truncated messages.
23256
23257 2011-06-27 Glenn Morris <rgm@gnu.org>
23258
23259 * progmodes/flymake.el (flymake-err-line-patterns):
23260 Allow for column numbers in the ant/javac pattern. (Bug#8866)
23261
23262 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23263
23264 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
23265 (ses--clean-!, ses--clean-_): New functions.
23266 (ses-range): Add configurability of readout order, and conversion
23267 to Calc vector.
23268
23269 * ses.el (ses-repair-cell-reference-all): New function.
23270 (ses-cell-symbol): Set macro as safe, so that it can be used in
23271 formulas.
23272
23273 * ses.el: Update cycle detection algorithm.
23274 (ses-localvars): Add ses--Dijkstra-attempt-nb and
23275 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
23276 (ses-set-localvars): New function.
23277 (ses-make-cell): Add property-list as a cell element.
23278 (ses-cell-property-get-fun, ses-cell-property-get)
23279 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
23280 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
23281 New functions.
23282 (ses-cell-property-set, ses-cell-property-pop)
23283 (ses-cell-property-get-handle): New macro.
23284 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
23285 New aliases, used for code readability.
23286 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
23287 cycle detection.
23288 (ses-self-reference-early-detection): New defcustom.
23289 (ses-formula-references): Robustify against self-referring cells.
23290 (ses-mode): Use ses-set-localvars.
23291 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
23292 before lauching the update processing.
23293 (ses-initialize-Dijkstra-attempt): New function.
23294 (ses-recalculate-cell): Update for cycle detection based on
23295 Dijkstra algorithm.
23296
23297 * ses.el: Fix commenting and indenting convention.
23298
23299 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23300
23301 * bs.el (bs-cycle-next): Complete last change.
23302
23303 2011-06-27 Drew Adams <drew.adams@oracle.com>
23304
23305 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
23306
23307 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
23308
23309 * net/network-stream.el (network-stream-open-starttls):
23310 Don't re-get capabilities unless we've reestablished connection.
23311 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
23312
23313 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
23314 to binary to possibly avoid line encoding issues on Windows (among
23315 other things).
23316
23317 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23318
23319 * net/network-stream.el (open-network-stream): Return an :error
23320 saying what the problem was, if possible.
23321
23322 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
23323 server.
23324
23325 * net/network-stream.el (network-stream-open-starttls): If we
23326 wanted to use STARTTLS, and the server offered it, but we weren't
23327 able to because we had no STARTTLS support, then close the connection.
23328 (open-network-stream): Return an :error element, if present.
23329
23330 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23331
23332 * hl-line.el (hl-line-sticky-flag): Doc fix.
23333 (global-hl-line-sticky-flag): New option (Bug#8323).
23334 (global-hl-line-highlight): Obey it.
23335
23336 * vc/vc.el (vc-revert-show-diff): Default to t.
23337
23338 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
23339
23340 * allout-widgets.el (allout-widgets-post-command-business):
23341 Stop decorating intermediate isearch matches. They're not being
23342 undecorated when an isearch is continued past, and isearch
23343 automatically collapses them. This leads to "widget leaks", where
23344 decorated items accumulate in collapsed areas. Lines with lots of
23345 hidden widgets can slow down cursor travel, substantially.
23346 Too much complicated machinery would be needed to ensure undecoration,
23347 so we're doing without this nicety.
23348
23349 (allout-widgets-tally-string): Don't try to do a hash-table-count
23350 of allout-widgets-tally when it's nil. This eliminates spurious "Error
23351 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
23352 *Messages* when allout-widgets-maintain-tally is t.
23353
23354 2011-06-26 Martin Rudalics <rudalics@gmx.at>
23355
23356 * window.el (display-buffer-normalize-argument): Rename to
23357 display-buffer-normalize-arguments. Handle special meaning of
23358 LABEL argument. Respect special-display-function when popping up
23359 a new frame. Fix code searching for a window showing the buffer
23360 on another frame.
23361 (display-buffer-normalize-specifiers):
23362 Call display-buffer-normalize-arguments.
23363 (display-buffer-in-window): Don't undedicate the window if its
23364 buffer remains the same.
23365 Reported by Drew Adams <drew.adams@oracle.com>.
23366 (display-buffer-alist): Add choice for same-window macro
23367 specfier.
23368 (display-buffer): Mention special meaning of LABEL argument in
23369 doc-string. Fix quoting. Don't pop up a new frame even as
23370 fallback.
23371
23372 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
23373
23374 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
23375 avoid deleting the current window in some cases (bug#8911).
23376
23377 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
23378
23379 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
23380 (Bug#8934)
23381
23382 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
23383
23384 * net/network-stream.el (network-stream-open-starttls):
23385 Use built-in TLS support if `gnutls-available-p' is true.
23386 (network-stream-open-tls): Ditto.
23387
23388 2011-06-26 Leo Liu <sdl.web@gmail.com>
23389
23390 * register.el (registerv): New struct.
23391 (registerv-make): New function.
23392 (jump-to-register, describe-register-1, insert-register):
23393 Support the jump-func, print-func and insert-func slot of a registerv
23394 struct. (Bug#8415)
23395
23396 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
23397
23398 * vc/vc.el (vc-revert-show-diff): New defcustom.
23399 (vc-diff-internal): New arg specifying diff buffer.
23400 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
23401 reuse an existing *vc-diff* buffer (Bug#8927).
23402
23403 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
23404
23405 2011-06-26 Glenn Morris <rgm@gnu.org>
23406
23407 * progmodes/f90.el (f90-critical-indent): New option.
23408 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
23409 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
23410 (f90-mode): Doc fix.
23411 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
23412 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
23413 (f90-beginning-of-block, f90-next-block, f90-indent-region)
23414 (f90-match-end): Handle block, critical.
23415
23416 2011-06-25 Glenn Morris <rgm@gnu.org>
23417
23418 * calendar/diary-lib.el (diary-included-files): Doc fix.
23419 (diary-include-files): New function, extracted from
23420 diary-include-other-diary-files and diary-mark-included-diary-files.
23421 (diary-include-other-diary-files, diary-mark-included-diary-files):
23422 Just call diary-include-files.
23423 (diary-mark-entries): Reset diary-included-files on first call.
23424
23425 * calendar/diary-lib.el (diary-mark-entries)
23426 (diary-mark-included-diary-files):
23427 Visit included diary-files in temp buffers.
23428
23429 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
23430 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
23431 (f90-start-block-re, f90-imenu-generic-expression)
23432 (f90-looking-at-program-block-start, f90-no-block-limit):
23433 Add support for submodules.
23434
23435 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23436 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
23437
23438 2011-06-25 Eli Zaretskii <eliz@gnu.org>
23439
23440 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
23441 buffer-file-type before setting its value, to avoid disastrous
23442 global effects on decoding files for DOS/Windows systems. (Bug#8780)
23443
23444 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23445
23446 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
23447
23448 * ses.el (ses-unload-function):
23449 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
23450
23451 * proced.el (proced-unload-function):
23452 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
23453
23454 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
23455
23456 * server.el (server-create-window-system-frame): Add parameters arg.
23457 (server-process-filter): Doc fix. Handle frame-parameters.
23458
23459 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
23460
23461 Fix bug#8730, bug#8781.
23462
23463 * loadhist.el (unload--set-major-mode): New function.
23464 (unload-feature): Use it.
23465
23466 * progmodes/python.el (python-after-info-look): Add autoload cookie.
23467 (python-unload-function): New function.
23468
23469 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
23470
23471 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
23472
23473 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
23474
23475 * net/browse-url.el (browse-url-firefox-program): Add icecat to
23476 the candidates list.
23477
23478 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
23479
23480 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
23481
23482 2011-06-23 Richard Stallman <rms@gnu.org>
23483
23484 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
23485 (rmail-variables): Set next-error-move-function.
23486 (rmail-what-message): Take argument POS.
23487 (rmail-next-error-move): New function.
23488
23489 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
23490
23491 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
23492 messages for adjacent non-terminals.
23493
23494 2011-06-23 Richard Stallman <rms@gnu.org>
23495
23496 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
23497 (rmail-show-message-1): Preserve buffer modified flag.
23498 (rmail-start-mail): Don't specify use of rmail-mail-return;
23499 that's done by mail-bury now.
23500 (rmail-mail-return): Handle arg NEWBUF.
23501
23502 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
23503
23504 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
23505 SIZE is a number.
23506
23507 2011-06-23 Martin Rudalics <rudalics@gmx.at>
23508
23509 * window.el (get-lru-window, get-mru-window)
23510 (get-largest-window): Never return a minibuffer window.
23511 (display-buffer-pop-up-window): Fix a bug that could lead to
23512 reusing the minibuffer window.
23513 (display-buffer): Pass original specifier argument to
23514 display-buffer-function instead of the normalized one.
23515 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
23516
23517 2011-06-22 Leo Liu <sdl.web@gmail.com>
23518
23519 * minibuffer.el (completing-read-function)
23520 (completing-read-default): Move from minibuf.c.
23521
23522 2011-06-22 Richard Stallman <rms@gnu.org>
23523
23524 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
23525 to Rmail even if not started by a special Rmail command.
23526
23527 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
23528 Copy the buffer currently showing just one message.
23529
23530 2011-06-22 Roland Winkler <winkler@gnu.org>
23531
23532 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
23533 (bibtex-clean-entry): First delete the old key so that a
23534 customized algorithm for generating the new key does not get
23535 confused by the old key.
23536 (bibtex-url): Obey regexp of first step.
23537 (bibtex-search-entries): Do not use add-to-list with local
23538 list-var.
23539
23540 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23541
23542 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
23543 stored a user name, then query for the password first, instead of
23544 waiting for SMTP to give an error message and the trying again.
23545
23546 2011-06-22 Lawrence Mitchell <wence@gmx.li>
23547
23548 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
23549 BUFFER in call-process.
23550
23551 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23552
23553 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
23554 QUIT twice.
23555 (smtpmail-try-auth-methods): Require user name and password from
23556 auth-source.
23557
23558 2011-06-22 Martin Rudalics <rudalics@gmx.at>
23559
23560 * window.el (display-buffer-default-specifiers)
23561 (display-buffer-alist): Remove entries for pop-up-frame-alist.
23562 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
23563 (split-window): Normalize SIDE argument (Bug#8916).
23564
23565 * frame.el (pop-up-frame-alist, pop-up-frame-function)
23566 (special-display-frame-alist, special-display-popup-frame):
23567 Remove duplicate declarations. These are now in window.el.
23568
23569 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23570
23571 * mail/smtpmail.el (smtpmail-via-smtp):
23572 Set :use-starttls-if-possible so that we always use STARTTLS if the
23573 server supports it. SMTP servers that support STARTTLS commonly
23574 require it.
23575
23576 * net/network-stream.el (network-stream-open-starttls): Support
23577 upgrading to STARTTLS always, even if we don't have built-in support.
23578 (open-network-stream): Add the :always-query-capabilities keyword.
23579
23580 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
23581 upgrades with `open-network-stream', and rely solely on
23582 auth-source for all credentials. Big changes throughout the file,
23583 but in particular:
23584 (smtpmail-auth-credentials): Remove.
23585 (smtpmail-starttls-credentials): Remove.
23586 (smtpmail-via-smtp): Check for servers saying they want AUTH after
23587 MAIL FROM, too.
23588
23589 * net/network-stream.el (network-stream-open-starttls):
23590 Provide support for client certificates both for external and built-in
23591 STARTTLS.
23592 (auth-source): Require.
23593 (open-network-stream): Document the :client-certificate keyword.
23594 (network-stream-certificate): Change cert-cert to cert and
23595 cert-key to key.
23596
23597 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
23598
23599 * net/tramp-cache.el (top): Don't load the persistency file when
23600 "emacs -Q" has been called.
23601
23602 2011-06-21 Tim Harper <timcharper@gmail.com>
23603
23604 * term/ns-win.el (ns-initialize-window-system):
23605 Set application-specific `ApplePressAndHoldEnabled' system
23606 resource to NO as it is not yet supported by the NS port.
23607
23608 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
23609
23610 * misc.el (list-dynamic-libraries--refresh): Compute header here...
23611 (list-dynamic-libraries): ...not here.
23612
23613 2011-06-21 Leo Liu <sdl.web@gmail.com>
23614
23615 * subr.el (sha1): Implement sha1 using secure-hash.
23616
23617 2011-06-21 Martin Rudalics <rudalics@gmx.at>
23618
23619 * window.el (display-buffer-alist): In default value do not
23620 enforce searching a window on any but the selected frame.
23621 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
23622 (display-buffer-select-window): Remove function.
23623 (display-buffer-in-window): When a window on another frame gets
23624 reused, do not select it any more but just raise its frame if
23625 necessary (Bug#8851) and (Bug#8856).
23626 (display-buffer-normalize-options): Handle pop-up-frames related
23627 options more faithfully.
23628 (pop-to-buffer): Don't rely on `display-buffer' selecting the
23629 window if it is on another frame.
23630 (display-buffer-alist, display-buffer-default-specifiers):
23631 Don't make new frame unsplittable by default.
23632 (display-buffer-normalize-argument): Fix doc-string typo and use
23633 'same-frame-other-window instead of 'other-window when associating
23634 with display-buffer-macro-specifiers.
23635
23636 2011-06-21 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
23637
23638 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
23639 New functions.
23640 (5x5-mode-map, 5x5-mode-menu): Bind them.
23641 (5x5-draw-grid): Tweak the solver's rendering.
23642
23643 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
23644
23645 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
23646 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
23647
23648 2011-06-21 Drew Adams <drew.adams@oracle.com>
23649
23650 * menu-bar.el: Use function variable instead of switch-to-buffer.
23651 (menu-bar-select-buffer-function): New variable.
23652 (menu-bar-update-buffers): Use it (bug#8876).
23653
23654 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
23655
23656 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
23657 variable's status.
23658
23659 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
23660
23661 * x-dnd.el (x-dnd-version-from-flags)
23662 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
23663 and long as number (Bug#8899).
23664 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
23665
23666 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
23667
23668 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
23669 (completion-try-completion, completion-all-completions): Compute the
23670 metadata argument if it's missing; make it optional (bug#8795).
23671
23672 * wid-edit.el: Use lex-bind and move towards completion-at-point.
23673 (widget-complete): Use new :completion-function property.
23674 (widget-completions-at-point): New function.
23675 (default): Use :completion-function instead of :complete.
23676 (widget-default-completions): Rename from widget-default-complete;
23677 Rewrite.
23678 (widget-string-complete, widget-file-complete, widget-color-complete):
23679 Remove functions.
23680 (file, symbol, function, variable, coding-system, color):
23681 * international/mule-cmds.el (default-input-method, charset)
23682 (language-info-custom-alist):
23683 * cus-edit.el (face): Use new property :completions.
23684
23685 * progmodes/pascal.el (pascal-completions-at-point): New function.
23686 (pascal-mode): Use it.
23687 (pascal-mode-map): Use completion-at-point.
23688 (pascal-toggle-completions): Make obsolete.
23689 (pascal-complete-word, pascal-show-completions):
23690 * progmodes/octave-mod.el (octave-complete-symbol):
23691 Redefine as obsolete alias.
23692 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
23693 Signal absence of completion info for old Octave,
23694 (inferior-octave-complete): Redefine as obsolete alias.
23695 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
23696 (meta-completions-at-point): Rename from meta-complete-symbol and
23697 adapt it for use on completion-at-point-functions.
23698 (meta-common-mode): Use it.
23699 (meta-looking-at-backward, meta-match-buffer): Remove.
23700 (meta-complete-symbol): Redefine as obsolete alias.
23701 (meta-common-mode-map): Use completion-at-point.
23702 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
23703 (makefile-mode-map): Use completion-at-point.
23704 (makefile-completions-at-point): Rename from makefile-complete and
23705 adapt it for use on completion-at-point-functions.
23706 (makefile-mode): Use it.
23707 (makefile-complete): Redefine as obsolete alias.
23708
23709 2011-06-20 Deniz Dogan <deniz@dogan.se>
23710
23711 * net/rcirc.el: Delete trailing whitespaces once and for all.
23712
23713 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
23714
23715 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
23716
23717 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
23718
23719 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
23720
23721 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
23722
23723 2011-06-19 Martin Rudalics <rudalics@gmx.at>
23724
23725 * window.el (display-buffer-other-window-means-other-frame):
23726 Call display-buffer-normalize-alist.
23727 (display-buffer-normalize-specifiers-1): Rename to
23728 display-buffer-normalize-argument. New argument other-frame.
23729 Rewrite.
23730 (display-buffer-normalize-specifiers-2): Rename to
23731 display-buffer-normalize-options.
23732 (display-buffer-normalize-alist-1): New function.
23733 (display-buffer-normalize-specifiers-3): Rename to
23734 display-buffer-normalize-alist.
23735 Call display-buffer-normalize-alist-1.
23736 (display-buffer-normalize-options-inhibit): New variable.
23737 (display-buffer-normalize-specifiers): Rewrite calling
23738 display-buffer-normalize-alist,
23739 display-buffer-normalize-argument, and
23740 display-buffer-normalize-options. Don't call the latter if
23741 display-buffer-normalize-options-inhibit is non-nil.
23742 (frame-auto-delete): New option.
23743 (window-deletable-p): Use frame-auto-delete.
23744 (window-list-no-nils, window-state-ignored-parameters)
23745 (window-state-get-1, window-state-get, window-state-put-list)
23746 (window-state-put-1, window-state-put-2, window-state-put):
23747 New functions.
23748 (display-buffer-normalize-options): Move special-display-p group
23749 after pop-up-frame group (Bug#8851) and (Bug#8856).
23750
23751 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
23752
23753 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
23754 groups (Bug#8776).
23755 (rx-submatch-n): New function.
23756 (rx): Document it.
23757
23758 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
23759 (Bug#8768).
23760
23761 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
23762
23763 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
23764
23765 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
23766 anytime existing face settings are present (Bug#8889).
23767
23768 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
23769 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
23770 Remove unused argument.
23771
23772 2011-06-18 Martin Rudalics <rudalics@gmx.at>
23773
23774 * window.el (display-buffer-default-specifiers):
23775 Remove pop-up-frame. Add pop-up-window-min-height,
23776 pop-up-window-min-width, and another reuse-window specifier
23777 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
23778 (display-buffer-normalize-specifiers-2):
23779 Handle split-height-threshold and split-width-threshold also when
23780 pop-up-windows is unset. Add a reuse-window specifier for the
23781 case popping up a new window fails.
23782 (special-display-popup-frame): Remove double quoting.
23783 (display-buffer-normalize-specifiers-1): Fix thinko.
23784
23785 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
23786
23787 * shell.el (shell-completion-vars): Set pcomplete-termination-string
23788 according to comint-completion-addsuffix.
23789
23790 * pcomplete.el: Convert to lexical binding and fix bug#8819.
23791 (pcomplete-suffix-list): Mark as obsolete.
23792 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
23793 pcomplete-seen in the closure.
23794 (pcomplete-comint-setup): Setup completion-at-point as well.
23795 (pcomplete--entries): New function.
23796 (pcomplete--env-regexp): New var.
23797 (pcomplete-entries): Rewrite to work with partial-completion and
23798 without relying on pcomplete-suffix-list.
23799 (pcomplete-pare-list): Remove, unused.
23800
23801 2011-06-17 Martin Rudalics <rudalics@gmx.at>
23802
23803 * window.el (display-buffer-alist): Set pop-up-window-min-height
23804 and pop-up-window-min-width in default value. Reported by
23805 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
23806 other-window-means-other-frame.
23807 (display-buffer-macro-specifiers): Comment out entry for
23808 other-window specifier.
23809 (display-buffer-other-window-means-other-frame): New function.
23810 (display-buffer-normalize-specifiers-1): New arguments
23811 buffer-name and label. Treat other-window case specially.
23812 (display-buffer-normalize-specifiers-2): Treat other-window case
23813 specially.
23814 (display-buffer-normalize-specifiers-3): New function.
23815 (display-buffer-normalize-specifiers):
23816 Call display-buffer-normalize-specifiers-3.
23817
23818 2011-06-17 Martin Rudalics <rudalics@gmx.at>
23819
23820 * window.el (same-window-p): Fix two typos introduced when
23821 adding with-no-warnings.
23822 (display-buffer-normalize-specifiers-1): Don't check
23823 pop-up-frames for 'unset initialization.
23824 (display-buffer-normalize-specifiers-2): Major rewrite using
23825 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
23826 (pop-up-frames, display-buffer-reuse-frames)
23827 (display-buffer-mark-dedicated): Don't initialize to 'unset.
23828 Suggested by David Engster <deng@randomsample.de>.
23829 (even-window-heights): Initialize to 'unset.
23830 (display-buffer-alist-set): Handle new 'unset initializations.
23831 (display-buffer-macro-specifiers): Don't pop up a new frame in the
23832 other window case.
23833
23834 2011-06-16 Martin Rudalics <rudalics@gmx.at>
23835
23836 * window.el (display-buffer-normalize-specifiers-1):
23837 Respect current value of pop-up-frames for most reasonable values of
23838 second argument of display-buffer (Bug#8865).
23839 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
23840 (switch-to-buffer-other-window-same-frame)
23841 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
23842 Adams (Bug#8875).
23843 (display-buffer): Don't check noninteractive when calling
23844 display-buffer-pop-up-frame.
23845 (display-buffer-pop-up-frame): Never pop up a frame in
23846 noninteractive mode (Bug#8857).
23847 (enlarge-window, shrink-window): Don't report an error when the
23848 window can't be resized as requested (Bug#8862).
23849
23850 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
23851
23852 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
23853
23854 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
23855
23856 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
23857
23858 2011-06-15 Alan Mackenzie <acm@muc.de>
23859
23860 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
23861 for declarators, disable knr checking to speed up for normal files.
23862 2: Refactor, replacing a sequence of nested if forms by a cond form.
23863
23864 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
23865
23866 * net/network-stream.el (open-network-stream): Add the keyword
23867 :always-query-capabilities for the case where you want to force a
23868 `plain' network connection, but the protocol still requires the
23869 capabilitiy command (i.e., SMTP and EHLO).
23870
23871 * subr.el (process-live-p): Rename from `process-alive-p' for
23872 consistency with other `-live-p' functions.
23873
23874 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
23875
23876 * window.el (same-window-buffer-names, same-window-regexps)
23877 (special-display-frame-alist, special-display-popup-frame)
23878 (special-display-function, special-display-buffer-names)
23879 (special-display-regexps, pop-up-frame-alist)
23880 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
23881 (pop-up-windows, split-window-preferred-function)
23882 (split-height-threshold, split-width-threshold, even-window-heights)
23883 (display-buffer-mark-dedicated): Don't encourage the use of
23884 display-buffer-alist from Elisp code.
23885
23886 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
23887
23888 * progmodes/python.el (python-mode): Derive from prog-mode.
23889 * progmodes/ps-mode.el (ps-mode):
23890 * progmodes/mixal-mode.el (mixal-mode):
23891 * progmodes/cfengine.el (cfengine-mode):
23892 * progmodes/ld-script.el (ld-script-mode): Likewise.
23893
23894 2011-06-15 Martin Rudalics <rudalics@gmx.at>
23895
23896 * window.el (display-buffer-alist): Trim default value to avoid
23897 popping up a new frame (Bug#8857) or reusing an arbitrary window
23898 on another frame.
23899 (display-buffer): Do not fall back on popping up a new frame in
23900 batch mode (Bug#8857).
23901
23902 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
23903
23904 * cus-theme.el (describe-theme-1): Use custom-theme-p.
23905 (custom-theme-summary): New function.
23906 (customize-themes): Use it.
23907
23908 2011-06-13 Glenn Morris <rgm@gnu.org>
23909
23910 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
23911
23912 2011-06-13 Martin Rudalics <rudalics@gmx.at>
23913
23914 * help.el (help-window): Remove variable.
23915 (help-window-point-marker, temp-buffer-max-height)
23916 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
23917 (help-print-return-message): Don't set help-window.
23918 (resize-temp-buffer-window): Rewrite cod eand doc-string.
23919 (help-window-setup-finish): Remove.
23920 (help-window-display-message, help-window-setup)
23921 (with-help-window): Major rewrite based on new
23922 display-buffer-window variable.
23923
23924 * help-mode.el (help-mode-finish): Remove help-window related
23925 code.
23926
23927 * view.el (view-exits-all-viewing-windows): Remove reference to
23928 view-return-to-alist in doc-string.
23929 (view-return-to-alist): Make obsolete.
23930 (view-buffer): Call pop-to-buffer-same-window and remove
23931 undo-window code.
23932 (view-buffer-other-window): Call pop-to-buffer-other-window and
23933 simplify code. Ignore second argument.
23934 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
23935 simplify code. Ignore second argument.
23936 (view-return-to-alist-update): Make obsolete.
23937 (view-mode-enter): Rename second argument to QUIT-RESTORE.
23938 Rewrite using quit-restore window parameters.
23939 (view-mode-exit): Rename second argument to EXIT-ONLY.
23940 Rewrite using quit-restore-window.
23941 (View-exit, View-exit-and-edit, View-leave, View-quit)
23942 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
23943 appropriate arguments.
23944 (view-end-message): Use quit-restore window parameter.
23945
23946 * window.el (display-buffer-function): Rewrite doc-string.
23947 (display-buffer-window, display-buffer-alist): New variables.
23948 (display-buffer-split-specifiers)
23949 (display-buffer-side-specifiers)
23950 (display-buffer-macro-specifiers): New constants.
23951 (display-buffer-even-window-sizes, display-buffer-set-height)
23952 (display-buffer-set-width, display-buffer-select-window)
23953 (display-buffer-in-window, display-buffer-reuse-window)
23954 (display-buffer-split-window-1, display-buffer-split-window)
23955 (display-buffer-split-atom-window, display-buffer-pop-up-window)
23956 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
23957 (display-buffer-in-side-window, normalize-buffer-to-display)
23958 (display-buffer-normalize-specifiers-1)
23959 (display-buffer-normalize-specifiers-2)
23960 (display-buffer-normalize-specifiers, display-buffer-frame):
23961 New functions.
23962 (display-buffer): Major rewrite.
23963 (display-buffer-other-window, display-buffer-other-frame)
23964 (pop-to-buffer, switch-to-buffer-other-window)
23965 (switch-to-buffer-other-frame): Rewrite.
23966 (display-buffer-same-window, display-buffer-same-frame)
23967 (display-buffer-same-frame-other-window)
23968 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
23969 (pop-to-buffer-other-window)
23970 (pop-to-buffer-same-frame-other-window)
23971 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
23972 (switch-to-buffer-other-window-same-frame): New functions.
23973 (same-window-p, special-display-p): Rewrite disabling warnings.
23974 Make obsolete.
23975 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23976 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
23977 Make obsolete
23978 (same-window-buffer-names, same-window-regexps)
23979 (special-display-frame-alist, special-display-popup-frame)
23980 (special-display-function, special-display-buffer-names)
23981 (special-display-regexps, pop-up-frame-alist)
23982 (pop-up-frame-function, split-window-preferred-function)
23983 (split-height-threshold, split-width-threshold)
23984 (even-window-heights): Make obsolete.
23985
23986 2011-06-12 Glenn Morris <rgm@gnu.org>
23987
23988 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
23989 Misc simplifications.
23990
23991 2011-06-12 Martin Rudalics <rudalics@gmx.at>
23992
23993 * window.el (window-safely-shrinkable-p): Restore function which
23994 was inadvertently removed in change from 2011-06-11. Declare as
23995 obsolete.
23996
23997 * calendar/calendar.el (calendar-generate-window):
23998 Use window-iso-combined-p instead of combination of one-window-p and
23999 window-safely-shrinkable-p.
24000
24001 2011-06-12 Glenn Morris <rgm@gnu.org>
24002
24003 * progmodes/fortran.el (fortran-mode-syntax-table):
24004 * progmodes/f90.el (f90-mode-syntax-table):
24005 Set % to punctuation. (Bug#8820)
24006 (f90-find-tag-default): Remove, no longer needed.
24007
24008 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
24009
24010 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
24011
24012 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
24013
24014 * image.el (image-animated-p): Return animation delay in seconds.
24015 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
24016 (image-animate-timeout): Remove DELAY argument. Don't assume
24017 every subimage has the same delay; get it from image-animated-p.
24018 (image-animate): Caller changed.
24019
24020 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
24021
24022 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
24023 to ignored backtrace functions.
24024
24025 2011-06-11 Glenn Morris <rgm@gnu.org>
24026
24027 * calendar/appt.el (appt-disp-window-function): Doc fix.
24028 (appt-check): Handle overlapping appointments. (Bug#8337)
24029
24030 2011-06-11 Martin Rudalics <rudalics@gmx.at>
24031
24032 * window.el (window-tree-1, window-tree): New functions, moving
24033 the latter to window.el.
24034 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
24035 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
24036 (bw-refresh-edges): Remove.
24037 (balance-windows-1, balance-windows-2): New functions.
24038 (balance-windows): Rewrite in terms of window tree functions,
24039 balance-windows-1 and balance-windows-2.
24040 (bw-adjust-window): Remove.
24041 (balance-windows-area-adjust): New function with functionality of
24042 bw-adjust-window but using resize-window.
24043 (set-window-text-height): Rewrite doc-string.
24044 Use normalize-live-window and resize-window.
24045 (enlarge-window-horizontally, shrink-window-horizontally):
24046 Rename argument to DELTA.
24047 (window-buffer-height): New function.
24048 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
24049 Rewrite using new window resize routines.
24050 (kill-buffer-and-window, mouse-autoselect-window-select):
24051 Use ignore-errors instead of condition-case.
24052 (quit-window): Call delete-frame instead of delete-windows-on
24053 for the only buffer on frame.
24054
24055 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24056
24057 * loadup.el (top-level): Load window before files for the sake
24058 of replace-buffer-in-windows.
24059
24060 * files.el (read-buffer-to-switch)
24061 (switch-to-buffer-other-window)
24062 (switch-to-buffer-other-frame, display-buffer-other-frame):
24063 Move to window.el.
24064
24065 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
24066 (previous-buffer): Move to window.el.
24067
24068 * bindings.el (unbury-buffer): Move to window.el.
24069
24070 * window.el (delete-other-windows-vertically): Move after
24071 definition of delete-other-windows.
24072 (other-window, delete-windows-on, replace-buffer-in-windows):
24073 Move here from window.c.
24074 (record-window-buffer, unrecord-window-buffer)
24075 (set-window-buffer-start-and-point, switch-to-prev-buffer)
24076 (switch-to-next-buffer): New functions.
24077 (get-next-valid-buffer, last-buffer, next-buffer): Move here
24078 from simple.el. Call switch-to-next-buffer.
24079 (previous-buffer): Move here from simple.el.
24080 Call switch-to-prev-buffer.
24081 (bury-buffer): Move here from buffer.c. Switch to previous
24082 buffer when window cannot be deleted.
24083 (unbury-buffer): Move here from bindings.el.
24084 (ctl-x-map): Move binding for other-window from window.c to
24085 here.
24086 (read-buffer-to-switch, switch-to-buffer-other-window)
24087 (switch-to-buffer-other-frame): Move here from files.el.
24088 (normalize-buffer-to-switch-to): New functions.
24089 (switch-to-buffer): Move here from buffer.c.
24090 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
24091
24092 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24093
24094 * window.el (window-min-height, window-min-width): Move here
24095 from window.c. Add defcustoms and rewrite doc-strings.
24096 (resize-mini-window, resize-window): New functions.
24097 (adjust-window-trailing-edge, enlarge-window, shrink-window):
24098 Move here from window.c.
24099 (maximize-window, minimize-window): New functions.
24100 (delete-window, delete-other-windows, split-window): Move here
24101 from window.c.
24102 (window-split-min-size): New function.
24103 (split-window-keep-point): Mention split-window-above-each-other
24104 instead of split-window-vertically.
24105 (split-window-above-each-other, split-window-vertically):
24106 Rename split-window-vertically to split-window-above-each-other
24107 and provide defalias for old definition.
24108 (split-window-side-by-side, split-window-horizontally):
24109 Rename split-window-horizontally to split-window-side-by-side
24110 and provide defalias for the old definition.
24111 (ctl-x-map): Move bindings for delete-window,
24112 delete-other-windows and enlarge-window here from window.c.
24113 Replace bindings for split-window-vertically and
24114 split-window-horizontally by bindings for
24115 split-window-above-each-other and split-window-side-by-side.
24116
24117 * cus-start.el (all): Remove entries for window-min-height and
24118 window-min-width. Add entries for window-splits and
24119 window-nest.
24120
24121 2011-06-09 Glenn Morris <rgm@gnu.org>
24122
24123 * calendar/appt.el (appt-mode-line): New function.
24124 (appt-check, appt-disp-window): Use it.
24125
24126 * files.el (hack-one-local-variable-eval-safep):
24127 Allow minor-modes with explicit +/-1 arguments.
24128
24129 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
24130
24131 * term/xterm.el (xterm): Add defgroup.
24132 (xterm-extra-capabilities): Add defcustom to supply known xterm
24133 capabilities, skip querying them, or query them (default).
24134 (terminal-init-xterm): Use it.
24135 (terminal-init-xterm-modify-other-keys): New function to set up
24136 modifyOtherKeys support to simplify `terminal-init-xterm'.
24137
24138 2011-06-09 Martin Rudalics <rudalics@gmx.at>
24139
24140 * window.el (resize-window-reset, resize-window-reset-1)
24141 (resize-subwindows-skip-p, resize-subwindows-normal)
24142 (resize-subwindows, resize-other-windows, resize-this-window)
24143 (resize-root-window, resize-root-window-vertically)
24144 (window-deletable-p, window-or-subwindow-p)
24145 (frame-root-window-p): New functions.
24146
24147 2011-06-09 Glenn Morris <rgm@gnu.org>
24148
24149 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
24150 (ange-ftp-get-files): Use it.
24151
24152 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
24153
24154 * mail/sendmail.el (mail-recover-1, mail-recover):
24155 * files.el (recover-file, recover-session):
24156 Handle dired-listing-switches not being just a single short option.
24157
24158 2011-06-09 Glenn Morris <rgm@gnu.org>
24159
24160 * calendar/appt.el (appt-display-message, appt-disp-window):
24161 Handle lists of appointments.
24162
24163 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24164
24165 * window.el (one-window-p): Move down in code.
24166 Rewrite doc-string.
24167 (window-current-scroll-bars): Rewrite doc-string.
24168 Normalize live window argument.
24169 (walk-windows, get-window-with-predicate, count-windows):
24170 Rewrite doc-string. Use window-list-1.
24171 (window-in-direction-2, window-in-direction, get-mru-window):
24172 New functions.
24173
24174 2011-06-08 Reuben Thomas <rrt@sc3d.org>
24175
24176 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
24177 Doc fix (Bug#8713).
24178
24179 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
24180
24181 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
24182
24183 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
24184
24185 * loadhist.el (unload-feature-special-hooks):
24186 Add `comint-output-filter-functions'.
24187
24188 2011-06-08 Ivan Kanis <gnu@kanis.fr>
24189
24190 * calendar/appt.el (appt-check): Move some initializations into the let.
24191
24192 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24193
24194 * window.el (window-height): Defalias to window-total-height.
24195 (window-width): Defalias to window-body-width.
24196
24197 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
24198
24199 * image-mode.el (image-toggle-animation): New command.
24200 (image-mode-map): Bind it to RET.
24201 (image-mode): Update message.
24202 (image-toggle-display-image): Avoid a spurious cache flush.
24203 (image-transform-rotation): Doc fix.
24204 (image-transform-properties): Return quickly in the normal case.
24205 (image-animate-loop): Rename from image-animate-max-time.
24206
24207 * image.el (image-animate-max-time): Move to image-mode.el.
24208 (create-animated-image): Remove unnecessary function.
24209 (image-animate): Rename from image-animate-start. New arg.
24210 (image-animate-stop): Remove; just use image-animate-timer.
24211 (image-animate-timer): Use car-safe.
24212 (image-animate-timeout): Rename argument.
24213
24214 2011-06-07 Martin Rudalics <rudalics@gmx.at>
24215
24216 * window.el (get-lru-window, get-largest-window): Move here from
24217 window.c. Rename first argument to ALL-FRAMES.
24218 Rephrase doc-strings.
24219 (get-buffer-window-list): Rewrite using window-list-1.
24220 Rephrase doc-string.
24221 (window-safe-min-height, window-safe-min-width): New constants.
24222 (window-size-ignore, window-min-size, window-min-size-1)
24223 (window-sizable, window-sizable-p, window-size-fixed-1)
24224 (window-size-fixed-p, window-min-delta-1, window-min-delta)
24225 (window-max-delta-1, window-max-delta, window-resizable)
24226 (window-resizable-p, window-total-height, window-total-width)
24227 (window-body-width): New functions.
24228 (window-full-height-p, window-full-width-p): Rewrite using
24229 window-total-size.
24230 (window-body-height): Rewrite using window-body-size.
24231
24232 2011-06-06 Martin Rudalics <rudalics@gmx.at>
24233
24234 * window.el (window-right, window-left, window-child)
24235 (window-child-count, window-last-child, window-any-p)
24236 (normalize-live-buffer, normalize-live-frame)
24237 (normalize-any-window, normalize-live-window)
24238 (window-iso-combination-p, window-iso-combined-p)
24239 (window-iso-combinations)
24240 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
24241 (windows-with-parameter, window-with-parameter)
24242 (window-atom-root, make-window-atom, window-atom-check-1)
24243 (window-atom-check, window-side-check, window-check):
24244 New functions.
24245 (ignore-window-parameters, window-sides, window-sides-vertical)
24246 (window-sides-slots): New variables.
24247 (window-size-fixed): Move down in code. Minor doc-string fix.
24248
24249 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
24250
24251 * comint.el (comint-dynamic-complete-as-filename)
24252 (comint-dynamic-complete-filename): Correctly call
24253 completion-in-region.
24254
24255 2011-06-05 Deniz Dogan <deniz@dogan.se>
24256
24257 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
24258 in last change.
24259
24260 2011-06-05 Deniz Dogan <deniz@dogan.se>
24261
24262 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
24263 (rcirc): Use it to prompt for encryption.
24264
24265 2011-06-05 Roland Winkler <winkler@gnu.org>
24266
24267 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
24268 (bibtex-search-entries): New command bound to C-c C-a.
24269 (bibtex-display-entries): New function.
24270
24271 2011-06-05 Roland Winkler <winkler@gnu.org>
24272
24273 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
24274 (bibtex-insert-kill): After yanking insert newline if necessary.
24275 (bibtex-initialize): Call bibtex-string-files-init only once.
24276 (bibtex-mode): Do not call easy-menu-add.
24277 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
24278 (bibtex-yank): Set arg properly if nil.
24279
24280 2011-06-05 Roland Winkler <winkler@gnu.org>
24281
24282 * textmodes/bibtex.el (bibtex-search-entry-globally):
24283 New variable.
24284 (bibtex-search-entry): Use it.
24285
24286 2011-06-05 Roland Winkler <winkler@gnu.org>
24287
24288 * textmodes/bibtex.el (bibtex-entry-format): New option
24289 sort-fields.
24290 (bibtex-format-entry, bibtex-reformat): Honor this option.
24291 (bibtex-parse-entry): Return fields in proper order.
24292
24293 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
24294
24295 * doc-view.el (doc-view-remove-if): Move computation of result out
24296 of `dolist' to silence misleading lexical-binding warning.
24297
24298 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
24299
24300 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
24301 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
24302
24303 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24304
24305 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
24306 "SunOS 5.10".
24307
24308 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
24309
24310 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
24311 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
24312 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
24313 (tramp-parse-putty):
24314 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
24315 (tramp-completion-function-alist-ssh)
24316 (tramp-completion-function-alist-telnet)
24317 (tramp-completion-function-alist-su)
24318 (tramp-completion-function-alist-putty): Set `tramp-autoload'
24319 cookie.
24320
24321 * net/tramp-ftp.el:
24322 * net/tramp-sh.el:
24323 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
24324 load "tramp.el" `tramp-set-completion-function'.
24325
24326 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
24327
24328 * shell.el: Require and use pcomplete.
24329 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
24330 (shell-completion-vars): Set pcomplete-default-completion-function.
24331
24332 2011-06-04 Deniz Dogan <deniz@dogan.se>
24333
24334 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
24335 `memq' (Bug#8799).
24336
24337 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24338
24339 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
24340
24341 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
24342
24343 * bs.el (bs--mark-unmark, bs--nth-wrapper):
24344 * mpc.el (mpc-select-extend, mpc-songpointer-context):
24345 * vc/log-view.el (log-view-beginning-of-defun):
24346 * vc/smerge-mode.el (smerge-apply-resolution-patch)
24347 (smerge-refine-forward, smerge-refine-chopup-region):
24348 Silence warning for unused `dotimes' counter variables.
24349
24350 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
24351
24352 * net/tramp.el (tramp-with-progress-reporter): Rename from
24353 with-progress-reporter. Use `declare'.
24354 * net/tramp-smb.el:
24355 * net/tramp-sh.el:
24356 * net/tramp-gvfs.el: Update all uses.
24357
24358 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
24359
24360 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
24361 buffer isn't killed before making it current.
24362
24363 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24364
24365 Silence various byte-compiler warnings.
24366 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
24367 `access-type' and new obsolescence format.
24368 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
24369 new format.
24370 (byte-compile-check-variable): New `access-type' argument.
24371 Only warn if the access-type is obsolete.
24372 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24373 (byte-compile-variable-set): Adjust callers.
24374 * help-fns.el (describe-variable): Adjust to new obsolescence format.
24375 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
24376 setting it as obsolete.
24377 * simple.el (minibuffer-completing-symbol):
24378 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
24379 access as obsolete.
24380 * minibuffer.el (minibuffer-completing-file-name): Don't make it
24381 obsolete yet.
24382 * international/quail.el (quail-mouse-choose-completion): Remove unused
24383 code referring to obsolete var.
24384 (quail-choose-completion-string): Remove.
24385 * server.el (server-clients-with, server-kill-buffer-query-function)
24386 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
24387 * proced.el (proced-send-signal):
24388 * emacs-lisp/lisp.el (lisp-complete-symbol):
24389 Replace completion-annotate-function with completion-extra-properties.
24390
24391 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24392
24393 * simple.el (goto-line): Use read-number.
24394 (overriding-map-is-bound): Remove.
24395 (saved-overriding-map): Change default.
24396 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
24397 Take the map as argument.
24398 (universal-argument, negative-argument, digit-argument): Use it.
24399 (restore-overriding-map): Adjust.
24400 (do-auto-fill): Use fill-forward-paragraph.
24401 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
24402
24403 * minibuffer.el (minibuffer-inactive-mode-map): New var.
24404 (minibuffer-inactive-mode): New major mode.
24405 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
24406 the *Messages* buffer" hack.
24407 (mouse-popup-menubar): Don't burp if the event is a normal key.
24408
24409 Miscellaneous tweaks.
24410 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
24411 lexical scoping as in subr.el's dolist and dotimes.
24412 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
24413 Silence compiler warning.
24414 * thingatpt.el (forward-whitespace): Trivial coding style fix.
24415 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
24416 * international/ccl.el (ccl-compile): Trivial simplification.
24417 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
24418 * emacs-lisp/testcover.el (testcover-end): Remove spurious
24419 `printflag' argument.
24420 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
24421 Purecopy the whole obsolescence data.
24422
24423 2011-06-01 Leo Liu <sdl.web@gmail.com>
24424
24425 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
24426 improve doc-string as suggested by Marco Pessotto
24427 <melmothx@gmail.com>.
24428 (rcirc-print): Fix last change.
24429
24430 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24431
24432 * minibuffer.el (complete-with-action): Return nil for the metadata and
24433 boundaries of non-functional tables.
24434 (completion-table-dynamic): Return nil for the metadata.
24435 (completion-table-with-terminator): Add default case, using
24436 complete-with-action.
24437 (completion--metadata): New function.
24438 (completion-all-sorted-completions, minibuffer-completion-help): Use it
24439 to try and avoid pathological performance problems.
24440 (completion--embedded-envvar-table): Return `category' metadata.
24441
24442 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
24443
24444 * subr.el (process-alive-p): New tiny convenience function.
24445
24446 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24447
24448 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
24449 content but also its previous major mode.
24450
24451 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
24452
24453 * emacs-lisp/debug.el (debug): Restore the previous content of the
24454 *Backtrace* buffer when we exit with C-M-c.
24455
24456 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24457
24458 * minibuffer.el: Add metadata method to completion tables.
24459 (completion-category-overrides): New defcustom.
24460 (completion-metadata, completion--field-metadata)
24461 (completion-metadata-get, completion--styles)
24462 (completion--cycle-threshold): New functions.
24463 (completion-try-completion, completion-all-completions):
24464 Add `metadata' argument to choose completion-styles.
24465 (completion--do-completion): Use metadata to choose cycling.
24466 (completion-all-sorted-completions): Use metadata for sorting.
24467 Remove :completion-cycle-penalty which is not needed any more.
24468 (completion--try-word-completion): Add `metadata' argument.
24469 (minibuffer-completion-help): Check metadata for annotation function
24470 and sorting.
24471 (completion-file-name-table): Return `category' metadata.
24472 (minibuffer-completing-file-name): Make obsolete.
24473 * simple.el (minibuffer-completing-symbol): Make obsolete.
24474 * icomplete.el (icomplete-completions): Pass new `metadata' param to
24475 completion-try-completion.
24476
24477 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
24478
24479 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
24480
24481 2011-05-30 Leo Liu <sdl.web@gmail.com>
24482
24483 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
24484 (rcirc-print): Decode all incoming messages (bug#8744).
24485 (rcirc-decode-coding-system): Allow value nil for automatic coding
24486 system detection.
24487
24488 2011-06-01 Glenn Morris <rgm@gnu.org>
24489
24490 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
24491
24492 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24493
24494 * image.el (image-animate-max-time): Allow nil and t values.
24495 Default to nil.
24496 (create-animated-image): Doc fix.
24497 (image-animate-start): Remove second arg; just use
24498 image-animate-max-time.
24499 (image-animate-timeout): Doc fix. Args changed.
24500
24501 * image-mode.el (image-toggle-display-image): Ensure that the
24502 image spec passed to the animate timer is the same object as in
24503 the buffer's display property (Bug#6981).
24504 (image-transform-properties): Doc fix.
24505
24506 * image.el (image-animate-max-time): Default to nil.
24507
24508 2011-05-29 Martin Rudalics <rudalics@gmx.at>
24509
24510 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
24511 entire buffer list (Bug#8184).
24512
24513 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24514
24515 * image.el (imagemagick-types-inhibit)
24516 (imagemagick-register-types): Doc fix.
24517
24518 2011-05-29 Deniz Dogan <deniz@dogan.se>
24519
24520 * net/rcirc.el (rcirc): Use the user's stored encryption method by
24521 default.
24522
24523 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
24524
24525 * select.el: Don't perform clipboard-manager saving in hooks;
24526 leave the hooks empty.
24527
24528 2011-05-28 Leo Liu <sdl.web@gmail.com>
24529
24530 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
24531 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
24532 (occur-edit-mode): New major mode (Bug#8463).
24533 (occur-after-change-function): New function.
24534 (occur-engine): Give Occur tags a read-only property.
24535
24536 2011-05-28 Kevin Ryde <user42@zip.com.au>
24537
24538 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
24539
24540 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24541
24542 * bindings.el (help-echo): Make the initial non-indicator dash
24543 empty on graphical terminals (Bug#7295).
24544
24545 * files.el (auto-mode-alist): Move config rule after the
24546 in-stripping one (Bug#8547).
24547
24548 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
24549
24550 * startup.el (normal-splash-screen): Remove gratuitous mode-line
24551 setting (Bug#8740).
24552
24553 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
24554
24555 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
24556 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
24557 (Bug#8539).
24558
24559 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24560
24561 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
24562
24563 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
24564
24565 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
24566 (hs-hide-block-at-point, hs-find-block-beginning)
24567 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
24568 (Bug#8279).
24569
24570 2011-05-28 Glenn Morris <rgm@gnu.org>
24571
24572 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
24573
24574 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
24575
24576 * help-fns.el (describe-function-1): If the function is a derived
24577 major mode, print the parent mode.
24578
24579 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
24580 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
24581
24582 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
24583
24584 * minibuffer.el (completion--capf-wrapper): Check applicability before
24585 returning non-nil for non-exclusive completion data.
24586 * progmodes/etags.el (tags-completion-at-point-function):
24587 * info-look.el (info-lookup-completions-at-point): Mark as
24588 non-exclusive.
24589 (info-complete): Adjust accordingly.
24590
24591 * info-look.el: Convert to lexical-binding and completion-at-point.
24592 (info-lookup-completions-at-point): New function.
24593 (info-complete): Use it and completion-in-region.
24594
24595 2011-05-28 Drew Adams <drew.adams@oracle.com>
24596
24597 * isearch.el: Let M-e start with point at the first mismatched char.
24598 (isearch-fail-pos): New function.
24599 (isearch-edit-string): Use it.
24600
24601 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
24602
24603 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24604
24605 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
24606
24607 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
24608 traversal functions for avl-trees.
24609 (avl-tree--stack): New struct.
24610 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
24611 (avl-tree-enter): Add optional `updatefun' arg.
24612 (avl-tree--do-enter): Add optional `updatefun' arg.
24613 Change return value.
24614 (avl-tree-delete): Add optional `test' and `nilflag' args.
24615 (avl-tree--do-delete): Add `test' and `nilflag' args.
24616 Change return value.
24617 (avl-tree-member): Add optional `nilflag'
24618 (avl-tree-member-p): New function.
24619 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
24620 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
24621 (avl-tree-stack-empty-p): New functions.
24622
24623 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
24624 avl-tree--del-balance1 and make it work both ways.
24625 (avl-tree--del-balance2): Remove.
24626 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
24627 make it work both ways.
24628 (avl-tree--enter-balance2): Remove.
24629 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
24630 New macros.
24631 (avl-tree--mapc, avl-tree-map): Add direction argument.
24632
24633 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
24634
24635 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
24636
24637 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
24638
24639 * select.el: Support clipboard managers with built-in function
24640 x-clipboard-manager-save, via delete-frame-functions and
24641 kill-emacs-hook.
24642 (xselect-convert-to-targets): Add MULTIPLE target to list.
24643 (xselect-convert-to-save-targets): New function.
24644
24645 2011-05-27 Kenichi Handa <handa@m17n.org>
24646
24647 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
24648 let-binding rfc2047-encode-encoded-words to nil.
24649
24650 2011-05-27 Glenn Morris <rgm@gnu.org>
24651
24652 * mail/emacsbug.el: Don't require url-util.
24653
24654 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
24655
24656 * files.el (set-auto-mode):
24657 Also respect mode: entries at the end of the file. (Bug#8586)
24658
24659 2011-05-26 Glenn Morris <rgm@gnu.org>
24660
24661 * files.el (hack-local-variables-prop-line, hack-local-variables):
24662 Downcase mode names, as seems to be traditional.
24663 (hack-local-variables, hack-local-variables-apply): Doc fixes.
24664
24665 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
24666 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
24667
24668 2011-05-25 Julien Danjou <julien@danjou.info>
24669
24670 * textmodes/rst.el (rst-define-level-faces): Do not define face
24671 symbol if it is already defined.
24672
24673 2011-05-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
24674
24675 * play/5x5.el (5x5-new-game, 5x5-randomize):
24676 Reset 5x5-solver-output to nil when a new grid is cast.
24677 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
24678 these debugging traces, as defmacro breaks the compiled code.
24679
24680 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
24681
24682 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
24683
24684 2011-05-24 Leo Liu <sdl.web@gmail.com>
24685
24686 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
24687 (vc-bzr-sha1): Adapt.
24688
24689 * sha1.el: Remove. Function `sha1' is now builtin.
24690
24691 * bindings.el: Provide sha1 feature.
24692
24693 2011-05-24 Kenichi Handa <handa@m17n.org>
24694
24695 * mail/sendmail.el: Require `rfc2047'.
24696 (mail-insert-from-field): Do not perform RFC2047 encoding.
24697 (mail-encode-header): New function.
24698 (sendmail-send-it): Set buffer-file-coding-system of the work
24699 buffer to the return value of select-message-coding-system.
24700 Call mail-encode-header.
24701
24702 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
24703
24704 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
24705
24706 * mail/supercite.el (sc-default-cite-frame):
24707 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
24708
24709 2011-05-24 Glenn Morris <rgm@gnu.org>
24710
24711 * progmodes/python.el (brm-menu): Declare.
24712
24713 * emulation/viper.el (viper-set-hooks): Declare.
24714
24715 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
24716 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
24717 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
24718 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
24719 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
24720 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
24721
24722 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
24723
24724 Add an :exit-function for completion-at-point.
24725
24726 * minibuffer.el (completion--done): New fun.
24727 (completion--do-completion): Use it. New arg `expect-exact'.
24728 (minibuffer-complete, minibuffer-complete-word): Don't output message,
24729 since completion--do-completion does it for us now.
24730 (minibuffer-force-complete): Use completion--done and
24731 completion--replace. Handle sole-completion case with more care.
24732 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
24733 (completion-extra-properties): New var.
24734 (completion-annotate-function): Make obsolete.
24735 (minibuffer-completion-help): Adjust accordingly.
24736 Use completion-list-insert-choice-function.
24737 (completion-at-point, completion-help-at-point):
24738 Bind completion-extra-properties.
24739 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
24740 * simple.el (completion-list-insert-choice-function): New var.
24741 (completion-setup-function): Preserve it.
24742 (choose-completion): Pay attention to it, shuffle the code a bit.
24743 (choose-completion-string): New arg `insert-function'.
24744
24745 * textmodes/bibtex.el: Convert to lexical binding.
24746 (bibtex-mode-map): Use completion-at-point.
24747 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
24748 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
24749 (bibtex-complete): Define as obsolete alias.
24750 (bibtex-complete-internal): Remove.
24751 (bibtex-format-entry): Remove unused sub-group in regexp.
24752 * shell.el (shell--command-completion-data)
24753 (shell-environment-variable-completion):
24754 * pcomplete.el (pcomplete-completions-at-point):
24755 * comint.el (comint--complete-file-name-data): Use :exit-function
24756 instead of completion-table-with-terminator so it also works for
24757 choose-completion.
24758
24759 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
24760
24761 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
24762
24763 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
24764 (bug#8710).
24765
24766 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
24767
24768 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
24769
24770 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
24771 customization variable and implement: If non-nil, auto-fill will
24772 be inhibited while on topic's header line.
24773
24774 2011-05-23 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
24775
24776 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
24777 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
24778 always have a solution in grid size = 5 cases.
24779 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
24780 (5x5-solver-output, 5x5-log-buffer): New vars.
24781 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
24782 Make these variables buffer local to achieve 5x5 multi-session-ness.
24783 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
24784 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
24785 (5x5-solve-suggest): New funs.
24786 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
24787 randomize a grid so that we ensure that there is always a solution.
24788 (5x5-make-random-grid): Allow other movement than flipping.
24789
24790 2011-05-23 Kevin Ryde <user42@zip.com.au>
24791
24792 * emacs-lisp/advice.el (ad-read-advised-function):
24793 Use `function-called-at-point' as the default, if it has
24794 advice and passes PREDICATE.
24795
24796 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
24797
24798 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
24799 byte-compile-lambda if it's actually a lambda.
24800
24801 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
24802 Fix function quoting. Use backquote better.
24803
24804 2011-05-22 Yuanle Song <sylecn@gmail.com>
24805
24806 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
24807 matching (Bug#8516).
24808
24809 2011-05-22 Jari Aalto <jari.aalto@cante.net>
24810
24811 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
24812 different face (Bug#8178).
24813
24814 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
24815
24816 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
24817 defface (Bug#8144).
24818
24819 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
24820
24821 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
24822 funcall as well (bug#8712). Warn when performing those conversions.
24823 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
24824
24825 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
24826
24827 2011-05-22 Glenn Morris <rgm@gnu.org>
24828
24829 * files.el (hack-local-variables-prop-line): Small simplifications.
24830 (hack-local-variables, hack-local-variables-prop-line):
24831 If MODE-ONLY, return the mode, rather than just `t'.
24832
24833 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
24834
24835 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
24836
24837 2011-05-21 Glenn Morris <rgm@gnu.org>
24838
24839 * files.el (hack-local-variables-prop-line, hack-local-variables):
24840 If only interested in the mode, don't bother doing the other stuff.
24841
24842 * image-mode.el (image-after-revert-hook):
24843 Redraw all frames on which the image is visible. (Bug#8567)
24844
24845 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
24846
24847 * wid-edit.el (widget-checklist-match-inline):
24848 Fix 2011-04-19 change. (Bug#8649)
24849
24850 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
24851
24852 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
24853 Also allow singlespace after single-letter capitals followed by a dot.
24854
24855 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
24856 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
24857
24858 2011-05-20 Nix <nix@esperi.org.uk>
24859
24860 * files.el (basic-save-buffer-2):
24861 Fix handling of break-hardlink-on-save with non-existent files.
24862
24863 2011-05-19 Deniz Dogan <deniz@dogan.se>
24864
24865 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
24866 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
24867
24868 2011-05-19 Glenn Morris <rgm@gnu.org>
24869
24870 * progmodes/f90.el (f90-type-def-re):
24871 Handle "type, bind(c)". (Bug#8691)
24872
24873 * emacs-lisp/autoload.el (batch-update-autoloads):
24874 Set autoload-excludes by parsing loadup.el rather than Makefiles.
24875
24876 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
24877
24878 * net/tramp.el (tramp-process-actions): Set "first-password-request"
24879 property for the correct connection in case of multihops.
24880
24881 2011-05-18 Glenn Morris <rgm@gnu.org>
24882
24883 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
24884 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
24885
24886 Rationalize calendar handling of day and month abbrev-arrays.
24887 * calendar/calendar.el (calendar-customized-p): New function.
24888 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
24889 (calendar-day-name-array, calendar-month-name-array): Doc fix.
24890 Add :set function.
24891 (calendar-abbrev-length, calendar-day-abbrev-array)
24892 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
24893 (calendar-day-abbrev-array, calendar-month-abbrev-array):
24894 Elements may no longer be nil.
24895 (calendar-day-name, calendar-month-name):
24896 Update for changed nature of abbrev arrays.
24897 * calendar/diary-lib.el (diary-name-pattern):
24898 Update for changed nature of abbrev arrays.
24899 (diary-mark-entries-1): Update calendar-make-alist calls.
24900 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
24901 * calendar/cal-html.el (cal-html-day-abbrev-array):
24902 Simply inherit from calendar-day-abbrev-array.
24903
24904 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
24905
24906 * progmodes/grep.el (grep-mode): Disable default
24907 compilation-directory-matcher setting (bug#8684).
24908
24909 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
24910
24911 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
24912 instead of "head" and "tail". There were problems with SunOS 5.9,
24913 and it performs better.
24914
24915 2011-05-17 Glenn Morris <rgm@gnu.org>
24916
24917 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
24918
24919 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
24920 Replace obsolete function.
24921
24922 * shell.el (pcomplete-parse-arguments-function): Declare.
24923
24924 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
24925 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
24926 (appt-check): Doc fixes.
24927 (appt-disp-window-function, appt-delete-window-function):
24928 Remove needless special case in custom :type.
24929 (appt-display-count): Default to 0, not nil.
24930 (appt-check): Reset appt-display-count to 0, not nil.
24931
24932 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
24933
24934 * progmodes/python.el (python-font-lock-keywords):
24935 Add the Python 3.X keyword "nonlocal" (bug#8639).
24936
24937 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
24938
24939 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
24940
24941 2011-05-16 Kevin Ryde <user42@zip.com.au>
24942
24943 * info-look.el (makefile-automake-mode): New setups, looking in
24944 automake manual, then makefile-mode.
24945 (makefile-mode): Remove automake manual, have it just in
24946 makefile-automake-mode since there's various things different or
24947 not relevant to plain make.
24948 (makefile-mode): Remove "other-modes" non-existent automake-mode,
24949 believe a hypothetical automake-mode would go to makefile-mode,
24950 not the other way around.
24951
24952 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
24953
24954 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
24955 hunk-end tags (Bug#8672).
24956
24957 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
24958 vc-annotate-show-diff-revision-at-line (Bug#8671).
24959
24960 2011-05-14 Glenn Morris <rgm@gnu.org>
24961
24962 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
24963 in the middle of an existing one with multiple authors. (Bug#8645)
24964 (change-log-font-lock-keywords): Also handle multiple author lines
24965 with leading tabs. (Bug#8644)
24966
24967 * calendar/appt.el (appt-check): Rename some local variables.
24968 Some simplification/reordering.
24969
24970 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
24971 (feedmail-sendmail-f-doesnt-sell-me-out)
24972 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24973 (feedmail-debug-sit-for, feedmail-queue-express-hook)
24974 (feedmail-queue-runner-message-sender): Set :version.
24975 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
24976 (bbdb-dwim-net-address, vm-mail): Declare.
24977 (feedmail-binmail-gnulinuxish-template):
24978 Rename from feedmail-binmail-linuxish-template.
24979 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
24980 Use insert-buffer-substring.
24981
24982 2011-05-14 Bill Carpenter <bill@carpenter.org>
24983
24984 * mail/feedmail.el (feedmail-patch-level): Increase.
24985 (feedmail-debug): New custom group.
24986 (feedmail-confirm-outgoing-timeout)
24987 (feedmail-sendmail-f-doesnt-sell-me-out)
24988 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24989 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
24990 (feedmail-sender-line, feedmail-from-line)
24991 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
24992 (feedmail-spray-this-address)
24993 (feedmail-spray-address-fiddle-plex-list)
24994 (feedmail-queue-use-send-time-for-date)
24995 (feedmail-queue-use-send-time-for-message-id)
24996 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
24997 (feedmail-buffer-eating-function):
24998 Doc fixes.
24999 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
25000 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
25001 (feedmail-message-action-scroll-down): New functions.
25002 (feedmail-queue-directory, feedmail-queue-draft-directory):
25003 Use expand-file-name.
25004 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
25005 Remove C-v help entry.
25006 (feedmail-queue-buffer-file-name): New variable.
25007 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
25008 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
25009 (feedmail-message-action-send-strong, feedmail-message-action-edit)
25010 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
25011 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
25012 (feedmail-message-action-toggle-spray)
25013 (feedmail-run-the-queue-no-prompts)
25014 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
25015 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
25016 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
25017 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
25018 (feedmail-envelope-deducer, feedmail-fiddle-from)
25019 (feedmail-fiddle-sender, feedmail-default-date-generator)
25020 (feedmail-fiddle-date, feedmail-fiddle-message-id)
25021 (feedmail-fiddle-spray-address)
25022 (feedmail-fiddle-list-of-spray-fiddle-plexes)
25023 (feedmail-fiddle-list-of-fiddle-plexes)
25024 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
25025 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
25026 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
25027 Change default. Doc fix.
25028 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
25029 (feedmail-binmail-linuxish-template): New constant.
25030 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
25031 Respect feedmail-sendmail-f-doesnt-sell-me-out.
25032 (feedmail-send-it): Add debug call.
25033 Use feedmail-queue-buffer-file-name, and
25034 feedmail-send-it-immediately-wrapper.
25035 (feedmail-message-action-send): Add debug call.
25036 Use feedmail-send-it-immediately-wrapper.
25037 (feedmail-queue-express-to-queue): Add debug call.
25038 Run feedmail-queue-express-hook.
25039 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
25040 (feedmail-message-action-help-blat):
25041 Rename from feedmail-queue-send-edit-prompt-help-first.
25042 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
25043 Check line-endings. Handle errors better.
25044 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
25045 Doc fix. Add debug call.
25046 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
25047 Use feedmail-queue-send-edit-prompt-inner.
25048 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
25049 (feedmail-queue-send-edit-prompt-inner): New function, extracted
25050 from feedmail-queue-send-edit-prompt.
25051 (feedmail-queue-send-edit-prompt-help)
25052 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
25053 (feedmail-tidy-up-slug): Add debug call.
25054 Respect feedmail-queue-slug-suspect-regexp.
25055 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
25056 (feedmail-dump-message-to-queue): Add debug call.
25057 Expand queue-directory.
25058 (feedmail-dump-message-to-queue): Change message slightly.
25059 Use feedmail-say-chatter.
25060 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
25061 (feedmail-send-it-immediately-wrapper): New function.
25062 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
25063 Insert empty string rather than newline. Handle full-frame case.
25064 Use catch/throw. Use feedmail-say-chatter.
25065 (feedmail-fiddle-from): Try mail-host-address.
25066 (feedmail-default-message-id-generator): Doc fix.
25067 Bind system-time-locale. Handle missing end.
25068 (feedmail-fiddle-x-mailer): Add debug call.
25069 Handle feedmail-x-mailer-line being nil.
25070 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
25071 Add debug call. Use buffer-substring-no-properties.
25072 (feedmail-say-debug, feedmail-say-chatter): New functions.
25073 (feedmail-find-eoh): Give an explicit error.
25074
25075 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
25076
25077 * net/newst-treeview.el (newsticker-treeview-face): Change default
25078 family from helvetica to sans.
25079 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
25080 etc/images/newsticker.
25081
25082 * net/newst-reader.el (newsticker-feed-face): Change default
25083 family from helvetica to sans.
25084
25085 * net/newst-plainview.el (newsticker-new-item-face)
25086 (newsticker-old-item-face, newsticker-immortal-item-face)
25087 (newsticker-obsolete-item-face, newsticker-date-face)
25088 (newsticker-statistics-face): Change default family from
25089 helvetica to sans.
25090 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
25091 etc/images/newsticker.
25092
25093 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
25094 (newsticker--process-auto-mark-filter-match): Tell user about
25095 auto-marking.
25096
25097 2011-05-13 Didier Verna <didier@xemacs.org>
25098
25099 Common Lisp indentation improvements on defmethod and lambda-lists.
25100 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
25101 TODO entries.
25102 (lisp-lambda-list-keyword-parameter-indentation)
25103 (lisp-lambda-list-keyword-parameter-alignment)
25104 (lisp-lambda-list-keyword-alignment): New customizable user options.
25105 (lisp-indent-defun-method): Improve docstring.
25106 (extended-loop-p): Fix comment.
25107 (lisp-indent-lambda-list-keywords-regexp): New variable.
25108 (lisp-indent-lambda-list): New function.
25109 (lisp-indent-259): Use it.
25110 (lisp-indent-defmethod): Support for more than one
25111 method qualifier and properly indent methods lambda-lists.
25112 (defgeneric): Provide a missing common-lisp-indent-function property.
25113
25114 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
25115
25116 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
25117 bounds for the empty string (bug#8667).
25118
25119 2011-05-13 Glenn Morris <rgm@gnu.org>
25120
25121 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
25122
25123 * mail/sendmail.el (sendmail-program): Try executable-find first.
25124 (sendmail-send-it): `sendmail-program' cannot be unbound.
25125
25126 * calendar/appt.el (appt-make-list): Simplify.
25127 (appt-time-msg-list): Doc fix.
25128 (appt-check): Change mode-line message at the time of the appointment.
25129
25130 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
25131
25132 * progmodes/ld-script.el (ld-script-keywords)
25133 (ld-script-builtins): Update keywords list.
25134
25135 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25136
25137 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
25138
25139 * shell.el (shell-completion-vars): New function.
25140 (shell-mode):
25141 * simple.el (read-shell-command): Use it.
25142 (blink-matching-open): No need for " [...]" in minibuffer-message.
25143
25144 2011-05-12 Glenn Morris <rgm@gnu.org>
25145
25146 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
25147 (appt-check): Simplify.
25148
25149 2011-05-12 Eli Zaretskii <eliz@gnu.org>
25150
25151 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
25152 literal "/dev/null".
25153
25154 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25155
25156 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
25157 Fix typo.
25158
25159 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
25160
25161 * progmodes/which-func.el (which-function):
25162 Use add-log-current-defun instead of add-log-current-defun-function,
25163 which might not be defined (Bug#8260).
25164
25165 2011-05-12 Glenn Morris <rgm@gnu.org>
25166
25167 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
25168 Let byte-compile-initial-macro-environment always take precedence.
25169
25170 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25171
25172 * net/rcirc.el: Add support for SSL/TLS connections.
25173 (rcirc-server-alist): New field `encryption'.
25174 (rcirc): Check `encryption' settings.
25175 (rcirc-connect): New arg `encryption'. Use open-network-stream.
25176 Merge make-local-variable into `set'.
25177 (rcirc--connection-open-p): New function.
25178 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
25179 the process is not a network process (e.g. running gnutls-cli).
25180 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
25181 Make rcirc-(en|de)code-coding-system local here.
25182 (rcirc-mode): Merge make-local-variable into `set'.
25183 (rcirc-parent-buffer): Make permanent buffer-local.
25184 (rcirc-multiline-minor-mode): Don't do it here.
25185 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
25186 there's no server buffer.
25187
25188 2011-05-11 Glenn Morris <rgm@gnu.org>
25189
25190 * newcomment.el (comment-kill): Prefix "unused" local.
25191
25192 * term/w32console.el (get-screen-color): Declare.
25193
25194 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
25195 Handle symbol elements of byte-compile-initial-macro-environment.
25196
25197 2011-05-10 Leo Liu <sdl.web@gmail.com>
25198
25199 * bookmark.el (bookmark-bmenu-mode-map):
25200 Bind bookmark-bmenu-search to `/'.
25201
25202 * mail/footnote.el: Convert to utf-8 encoding.
25203 (footnote-unicode-string, footnote-unicode-regexp): New variable.
25204 (Footnote-unicode): New function.
25205 (footnote-style-alist): Add unicode style to the list.
25206 (footnote-style): Doc fix.
25207
25208 2011-05-10 Jim Meyering <meyering@redhat.com>
25209
25210 Fix doubled-word typos.
25211 * international/quail.el (quail-insert-kbd-layout): and and -> and
25212 * kermit.el: and and -> and
25213 * net/ldap.el (ldap-search-internal): to to -> to
25214 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
25215 * progmodes/js.el (js-mode): and and -> and
25216 * textmodes/artist.el (artist-move-to-xy): at at -> at
25217 (artist-draw-region-trim-line-endings): if if -> if
25218 And Safetyc -> Safety.
25219 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
25220
25221 2011-05-10 Glenn Morris <rgm@gnu.org>
25222 Stefan Monnier <monnier@iro.umontreal.ca>
25223
25224 * files.el (hack-one-local-variable-eval-safep):
25225 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
25226
25227 2011-05-10 Glenn Morris <rgm@gnu.org>
25228
25229 * calendar/diary-lib.el (diary-list-entries-hook)
25230 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
25231 (diary-nongregorian-marking-hook, diary-list-entries)
25232 (diary-include-other-diary-files, diary-mark-entries)
25233 (diary-mark-included-diary-files): Doc fixes.
25234
25235 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25236
25237 * misc.el: Require tabulated-list.el during compilation.
25238
25239 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25240
25241 * progmodes/compile.el (compilation-start):
25242 Run compilation-filter-hook for the async case too.
25243 (compilation-filter-hook): Doc fix.
25244
25245 2011-05-09 Deniz Dogan <deniz@dogan.se>
25246
25247 * wdired.el: Remove outdated installation comment. Fix usage
25248 comment.
25249
25250 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
25251
25252 * misc.el: Implement new command `list-dynamic-libraries'.
25253 (list-dynamic-libraries--loaded-only-p): New variable.
25254 (list-dynamic-libraries--refresh): New function.
25255 (list-dynamic-libraries): New command.
25256
25257 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
25258
25259 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25260 Fix the ant regexp to handle end-line and end-column info from jikes.
25261 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
25262 higher priority to avoid clobbering by gnu.
25263
25264 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25265
25266 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
25267 if the face has existing theme settings (Bug#8454).
25268
25269 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
25270
25271 * progmodes/perl-mode.el (perl-imenu-generic-expression):
25272 Only match variables declared via `my' or `our' (Bug#8261).
25273
25274 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
25275 special file names `.' and `..' (Bug#8259).
25276
25277 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
25278
25279 * progmodes/grep.el (grep-mode-font-lock-keywords):
25280 Remove buffer-changing entries.
25281 (grep-filter): New function.
25282 (grep-mode): Add it to compilation-filter-hook.
25283
25284 * progmodes/compile.el (compilation-filter-hook)
25285 (compilation-filter-start): New defvars.
25286 (compilation-filter): Call compilation-filter-hook prior to
25287 updating the process mark.
25288
25289 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
25290
25291 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
25292
25293 2011-05-07 Eli Zaretskii <eliz@gnu.org>
25294
25295 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
25296 mailclient-send-it even if window-system is nil. (Bug#8595)
25297
25298 * term/w32console.el (terminal-init-w32console):
25299 Call get-screen-color and use its output to set the frame
25300 background-mode. (Bug#8597)
25301
25302 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25303
25304 Make bytecomp.el understand that defmethod defines funs (bug#8631).
25305 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
25306 New functions.
25307 (defgeneric, eieio--defmethod): Use them.
25308 (eieio-defgeneric): Remove.
25309 (defmethod): Call defgeneric in a way visible to the byte-compiler.
25310
25311 2011-05-07 Glenn Morris <rgm@gnu.org>
25312
25313 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
25314 Use let rather than let*.
25315 (timeclock-find-discrep): Remove unused local.
25316
25317 * calendar/diary-lib.el (diary-comment-start): Doc fix.
25318
25319 * calendar/appt.el (appt-time-msg-list): Doc fix.
25320
25321 2011-05-06 Noah Friedman <friedman@splode.com>
25322
25323 * apropos.el (apropos-print-doc): Only use
25324 emacs-lisp-docstring-fill-column when it is bound to an integer,
25325 per that variable's documentation.
25326
25327 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25328
25329 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
25330 and warnings are not silently discarded (e.g. use -d instead of -P).
25331
25332 2011-05-06 Glenn Morris <rgm@gnu.org>
25333
25334 * calendar/appt.el (appt-message-warning-time): Doc fix.
25335 (appt-warning-time-regexp): New option.
25336 (appt-make-list): Respect appt-message-warning-time.
25337
25338 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
25339 New options.
25340 (diary-add-to-list): Strip comments from the displayed string.
25341 (diary-mode): Set comment-start and comment-end.
25342
25343 * vc/diff-mode.el (smerge-refine-subst): Declare.
25344 (diff-refine-hunk): Don't require smerge-mode when compiling.
25345
25346 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
25347
25348 * simple.el (list-processes): Return nil as the docstring says.
25349
25350 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25351
25352 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
25353 to "".
25354 (ange-ftp-write-region, ange-ftp-insert-file-contents)
25355 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
25356 determining of binary transfer. (Bug#7383)
25357
25358 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
25359
25360 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25361 Fix port computation bug. (Bug#8618)
25362
25363 2011-05-05 Glenn Morris <rgm@gnu.org>
25364
25365 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
25366
25367 * simple.el (shell-dynamic-complete-functions)
25368 (comint-dynamic-complete-functions): Declare.
25369
25370 * net/network-stream.el (gnutls-negotiate):
25371 * simple.el (tabulated-list-print): Fix declarations.
25372
25373 * progmodes/gud.el (syntax-symbol, syntax-point):
25374 Remove unnecessary and incorrect declarations.
25375
25376 * emacs-lisp/check-declare.el (check-declare-scan):
25377 Handle byte-compile-initial-macro-environment in bytecomp.el.
25378
25379 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25380
25381 Fix earlier half-done eieio-defmethod change (bug#8338).
25382 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
25383 Streamline and change calling convention.
25384 (defmethod): Adjust accordingly and simplify.
25385 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
25386 new eieio--defmethod.
25387 (slot-boundp): Minor CSE simplification.
25388
25389 2011-05-05 Milan Zamazal <pdm@zamazal.org>
25390
25391 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
25392 (glasses-make-readable): Use glasses-separate-capital-groups.
25393
25394 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
25395
25396 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
25397 (warning-series): Doc fix.
25398 (display-warning): Don't try to create the buffer if we just found it.
25399
25400 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
25401
25402 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
25403 (autoload-find-generated-file): New function.
25404 (generate-file-autoloads): Bind generated-autoload-file to
25405 buffer-file-name.
25406 (update-file-autoloads, update-directory-autoloads):
25407 Use autoload-find-generated-file. If called interactively, prompt for
25408 output file (Bug#7989).
25409 (batch-update-autoloads): Doc fix.
25410
25411 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
25412
25413 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
25414
25415 2011-05-04 Glenn Morris <rgm@gnu.org>
25416
25417 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
25418 function, so it follows changes in calendar-date-style.
25419 (diary-fancy-date-matcher): New function.
25420 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
25421 (diary-fancy-font-lock-fontify-region-function):
25422 Use diary-fancy-date-pattern as a function.
25423
25424 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
25425 non-numbers for `year' etc pseudo-variables. (Bug#8583)
25426
25427 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
25428
25429 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
25430 instead of positional arguments. Allow :keylist and :crlfiles
25431 arguments.
25432 (open-gnutls-stream): Call it.
25433
25434 * net/network-stream.el (network-stream-open-starttls): Adjust to
25435 call `gnutls-negotiate' with :process and :hostname arguments.
25436
25437 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
25438
25439 * minibuffer.el (completion--message): New function.
25440 (completion--do-completion, minibuffer-complete)
25441 (minibuffer-force-complete, minibuffer-complete-word): Use it.
25442 (completion--do-completion): Don't ignore completion-auto-help when in
25443 icomplete-mode.
25444
25445 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
25446 internal encoding (e.g. tibetan zero is not whitespace).
25447 (global-whitespace-mode): Prefer save-current-buffer.
25448 (whitespace-trailing-regexp): Remove useless save-match-data.
25449 (whitespace-empty-at-bob-regexp): Minor simplification.
25450
25451 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
25452
25453 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
25454
25455 2011-05-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
25456
25457 * textmodes/ispell.el (ispell-add-per-file-word-list):
25458 Use `concat' to create string for insertion.
25459
25460 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25461
25462 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
25463 Avoid open-line which runs post-self-insert-hook.
25464 (bibtex-fill-entry): Remove unused `end' var.
25465
25466 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
25467
25468 * textmodes/ispell.el (ispell-add-per-file-word-list):
25469 Protect against `nil' value of `comment-start' (Bug#8579).
25470
25471 2011-05-03 Leo Liu <sdl.web@gmail.com>
25472
25473 * isearch.el (isearch-yank-pop): New command.
25474 (isearch-mode-map): Bind it to `M-y'.
25475 (isearch-forward): Mention it.
25476
25477 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25478
25479 * simple.el (minibuffer-complete-shell-command): Remove.
25480 (minibuffer-local-shell-command-map): Use completion-at-point.
25481 (read-shell-command): Setup completion vars here instead.
25482 (read-expression-map): Bind TAB to symbol completion.
25483
25484 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
25485 error directly rather via storing it into `results'.
25486
25487 2011-05-02 Leo Liu <sdl.web@gmail.com>
25488
25489 * vc/diff.el: Fix description.
25490
25491 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
25492
25493 * server.el (server-eval-at): New function.
25494
25495 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
25496
25497 * net/network-stream.el (open-network-stream): Take a :nowait
25498 parameter and pass it on to `make-network-process'.
25499 (network-stream-open-plain): Ditto.
25500
25501 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
25502
25503 * faces.el (face-spec-set-match-display): Don't match toolkit
25504 options on terminal frames.
25505
25506 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25507
25508 * progmodes/pascal.el: Use lexical binding.
25509 (pascal-mode-map): Remove author preferences.
25510
25511 * pcomplete.el (pcomplete-std-complete): Don't abuse
25512 completion-at-point.
25513
25514 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25515
25516 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
25517 removing code that has been dead since 1991 or so.
25518
25519 * startup.el (command-line): When warning about "_emacs", use a
25520 delayed warning to allow the user to filter it out.
25521
25522 2011-04-28 Deniz Dogan <deniz@dogan.se>
25523
25524 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
25525 user has not joined.
25526
25527 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25528
25529 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
25530 aren't any completions at point.
25531
25532 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
25533
25534 * subr.el (display-delayed-warnings): New function.
25535 (delayed-warnings-hook): New variable.
25536
25537 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25538
25539 * minibuffer.el (completion-at-point, completion-help-at-point):
25540 Don't presume that a given completion-at-point-function will always
25541 use the same calling convention.
25542
25543 * pcomplete.el (pcomplete-completions-at-point):
25544 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
25545 pcomplete-seen is non-nil.
25546 (pcomplete-comint-setup): Also recognize the new comint/shell
25547 completion functions.
25548 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
25549 pcomplete-seen is non-nil.
25550
25551 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
25552
25553 * calendar/icalendar.el (diary-lib): Add require statement.
25554 (icalendar--create-uid): Read out a uid from a text-property on
25555 the first character in the entry. This allows for code to add its
25556 own uid to the entry.
25557 (icalendar--convert-float-to-ical): Add export of
25558 `diary-float'-entries save for those with the optional DAY
25559 argument.
25560
25561 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
25562
25563 * subr.el (shell-quote-argument): Use alternate escaping strategy
25564 when we spot a variable reference in a string.
25565
25566 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25567
25568 * cus-start.el (all): Define customization for debug-on-event.
25569
25570 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
25571
25572 * subr.el (shell-quote-argument): Escape correctly under Windows.
25573
25574 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
25575
25576 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
25577
25578 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
25579
25580 * net/tramp.el (tramp-process-actions): Add POS argument.
25581 Delete region between POS and (pos).
25582
25583 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25584 Use `nil' position in `tramp-process-actions' call.
25585 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
25586
25587 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
25588 position in `tramp-process-actions' call.
25589
25590 * net/trampver.el: Update release number.
25591
25592 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
25593
25594 * custom.el (defcustom): Obey lexical-binding.
25595
25596 Fix octave-inf completion problems reported by Alexander Klimov.
25597 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
25598 Inherit from octave-mode-syntax-table.
25599 (inferior-octave-mode): Set info-lookup-mode.
25600 (inferior-octave-completion-at-point): New function.
25601 (inferior-octave-complete): Use it and completion-in-region.
25602 (inferior-octave-dynamic-complete-functions): Use it as well, and use
25603 comint-filename-completion.
25604 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
25605 symbol elements which shouldn't be word elements.
25606 (octave-font-lock-keywords, octave-beginning-of-defun)
25607 (octave-function-header-regexp): Adjust regexps accordingly.
25608 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
25609
25610 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
25611
25612 * net/gnutls.el (gnutls-errorp): Declare before first use.
25613
25614 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
25615
25616 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
25617 verify-error, and verify-hostname-error parameters. Check whether
25618 default trustfile exists before going to use it. Add missing
25619 argument to gnutls-message-maybe call. Return value.
25620 Reported by Claudio Bley <claudio.bley@gmail.com>.
25621 (open-gnutls-stream): Add usage example.
25622
25623 * net/network-stream.el (network-stream-open-starttls): Give host
25624 parameter to `gnutls-negotiate'.
25625 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
25626 * subr.el (shell-quote-argument): Escape correctly under Windows.
25627
25628 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
25629
25630 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
25631 Use correct match group (bug#8438).
25632
25633 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
25634
25635 * emacs-lisp/package.el (package-built-in-p): Fix typo.
25636 (package-menu--generate): New arg specifying packages to show.
25637 (package-menu-refresh, package-menu-execute, list-packages):
25638 Callers changed.
25639 (package-show-package-list): New function, replacing deleted
25640 package--list-packages (renamed because it is non-internal).
25641
25642 * finder.el (finder-list-matches): Use package-show-package-list
25643 instead of deleted package--list-packages.
25644
25645 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
25646 Based on a previous implementation by Juanma Barranquero (Bug#8366).
25647 (vc-annotate-mode-map): Bind it to RET.
25648
25649 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
25650
25651 * progmodes/etags.el (next-file): Don't use set-buffer to change
25652 buffers (Bug#8478).
25653
25654 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
25655
25656 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
25657
25658 * apropos.el (apropos-label-face): Avoid variable-pitch face.
25659 (apropos-accumulator): Doc fix.
25660 (apropos-function, apropos-macro, apropos-command)
25661 (apropos-variable, apropos-face, apropos-group, apropos-widget)
25662 (apropos-plist): Add face property.
25663 (apropos-symbols-internal): Fix indentation.
25664 (apropos-print): Simplify help, and recognize apropos-multi-type.
25665 (apropos-print-doc): Use button-type-get to extract the button's
25666 face property. Fill docstring (Bug#8352).
25667
25668 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
25669
25670 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
25671
25672 * play/mpuz.el (mpuz-silent): Doc fix.
25673 (mpuz-mode-map): Use mapc.
25674 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
25675 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
25676 Fix typos in docstrings.
25677
25678 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
25679 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
25680
25681 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
25682
25683 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
25684
25685 * minibuffer.el (completion--do-completion): Avoid the "Next char
25686 not unique" prompt if icomplete-mode is enabled (Bug#5849).
25687
25688 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
25689 mouse-2 into unread-command-events, it is interpreted correctly.
25690
25691 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
25692 (image-toggle-display): Doc fix.
25693
25694 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
25695
25696 * textmodes/page.el (what-page): Use line-number-at-pos to
25697 calculate line number (Bug#6825).
25698
25699 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
25700
25701 * eshell/esh-mode.el (find-tag-interactive): Declare function.
25702 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
25703 Pass argument NO-DEFAULT to `find-tag-interactive'.
25704
25705 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
25706
25707 Lexical-binding cleanup.
25708
25709 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
25710 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
25711 * progmodes/ada-prj.el (ada-prj-initialize-values)
25712 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
25713 (ada-prj-show-value):
25714 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
25715 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
25716 (antlr-invalidate-context-cache, antlr-options-menu-filter)
25717 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
25718 * progmodes/bug-reference.el (bug-reference-push-button):
25719 * progmodes/fortran.el (fortran-line-length):
25720 * progmodes/glasses.el (glasses-change):
25721 * progmodes/octave-mod.el (octave-fill-paragraph):
25722 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
25723 (python-pdbtrack-grub-for-buffer, python-sentinel):
25724 * progmodes/sql.el (sql-save-connection):
25725 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
25726 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
25727 Mark unused parameters.
25728
25729 * progmodes/compile.el (compilation--flush-directory-cache)
25730 (compilation--flush-parse, compile-internal): Mark unused parameters.
25731 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
25732 (compilation-next-error-function): Remove unused variable `timestamp'.
25733
25734 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
25735 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
25736
25737 * progmodes/dcl-mode.el (dcl-end-of-command):
25738 Remove unused variable `start'.
25739 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
25740 (dcl-option-value-basic, dcl-option-value-offset)
25741 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
25742 Mark unused parameters.
25743 (dcl-save-local-variable): Remove unused variable `val'.
25744 (mode): Declare.
25745
25746 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
25747 Mark unused parameters.
25748 (delphi-ignore-changes): Move before first use.
25749 (delphi-charset-token-at): Remove unused variable `start'.
25750 (delphi-else-start): Remove unused variable `if-count'.
25751 (delphi-comment-block-start, delphi-comment-block-end):
25752 Remove unused variable `kind'.
25753 (delphi-indent-line): Remove unused variable `new-point'.
25754
25755 * progmodes/ebrowse.el (ebrowse-files-list)
25756 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
25757 Mark unused parameters. Don't quote `lambda'.
25758 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
25759 Don't quote `lambda'.
25760 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
25761 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
25762 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
25763 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
25764 Use `ignore-errors'.
25765 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
25766 (ebrowse-view/find-file-and-search-pattern)
25767 (ebrowse-view/find-member-declaration/definition):
25768 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
25769 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
25770 Rename parameter PREFIX-ARG to PREFIX.
25771 (ebrowse-tags-read-name): Remove unused variables `start' and
25772 `member-info'.
25773 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
25774 to `tags-file'.
25775
25776 * progmodes/etags.el (local-find-tag-hook): Declare.
25777 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
25778 Mark unused parameters.
25779
25780 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
25781 (executable-interpret): Mark unused parameter.
25782
25783 * progmodes/flymake.el (flymake-process-sentinel)
25784 (flymake-after-change-function)
25785 (flymake-create-temp-with-folder-structure)
25786 (flymake-get-include-dirs-dot): Mark unused parameters.
25787 (flymake-safe-delete-directory): Remove unused variable `err'.
25788
25789 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
25790 (speedbar-timer-fn, speedbar-line-text)
25791 (speedbar-change-expand-button-char, speedbar-delete-subblock)
25792 (speedbar-center-buffer-smartly): Declare functions.
25793 (gdb-find-watch-expression): Remove unused variable `array'.
25794 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
25795 (gdb-starting): Mark unused parameters.
25796 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
25797 (gdb-table-string): Remove unused variable `res'.
25798 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
25799 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
25800 (gdb-display-buffer): Remove unused variable `cur-size'.
25801
25802 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
25803 allow lexical-binding compilation.
25804 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
25805 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
25806 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
25807 Mark unused parameters.
25808 (gud-gdb-marker-filter): Remove unused variable `match'.
25809 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
25810 lambda expressions and funcall them, instead of using `fset'.
25811
25812 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
25813 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
25814
25815 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
25816 variable `header-beg'; use `let'.
25817
25818 * progmodes/icon.el (indent-icon-exp): Remove unused variables
25819 `restart', `last-sexp' and `at-do'.
25820
25821 * progmodes/js.el (js--debug): Mark unused parameter.
25822 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
25823 (js--splice-into-items): Remove unused variable `item'.
25824 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
25825
25826 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
25827 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
25828 (makefile-complete): Remove unused variable `try'.
25829 (makefile-fill-paragraph, makefile-match-function-end):
25830 Mark unused parameters.
25831
25832 * progmodes/octave-inf.el (inferior-octave-complete):
25833 Remove unused variable `proc'.
25834 (inferior-octave-output-digest): Mark unused parameter.
25835
25836 * progmodes/perl-mode.el (perl-calculate-indent):
25837 Remove unused variable `err'.
25838
25839 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
25840 (prolog-indent-line): Mark unused parameters.
25841 (prolog-indent-line): Remove unused variable `beg'.
25842
25843 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
25844 (reporter-dont-compact-list): Declare.
25845
25846 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
25847 Remove unused variable `char'.
25848 (sh-debug): Mark unused parameter.
25849 (sh-get-indent-info): Remove unused variable `start'.
25850 (sh-calculate-indent): Remove unused variable `var'.
25851
25852 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
25853 (simula-electric-keyword): Remove unused variable `null'.
25854 (simula-search-backward, simula-search-forward): Remove unused
25855 variables `begin' and `end'.
25856
25857 * progmodes/vera-mode.el (vera-guess-basic-syntax):
25858 Remove unused variable `pos'.
25859 (vera-electric-tab, vera-comment-uncomment-region):
25860 Mark unused parameters.
25861 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
25862
25863 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
25864
25865 * emacs-lisp/package.el (package--builtins, package-alist)
25866 (package-load-descriptor, package-built-in-p, package-activate)
25867 (define-package, package-installed-p)
25868 (package-compute-transaction, package-buffer-info)
25869 (package--push): Doc fix. Distinguish more clearly between
25870 version strings and version lists.
25871
25872 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
25873
25874 Lexical-binding cleanup.
25875
25876 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
25877 (5x5-make-mutate-best):
25878 * play/fortune.el (fortune-in-buffer):
25879 * play/gomoku.el (gomoku-init-display):
25880 * play/solitaire.el (solitaire, solitaire-do-check):
25881 * play/tetris.el (tetris-default-update-speed-function):
25882 Mark unused parameters.
25883
25884 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
25885 (bubbles--shift): Remove unused variable `char-org'.
25886 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
25887 (bubbles--show-images): Remove unused variable `char'.
25888
25889 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
25890 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
25891 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
25892 (decipher-analyze-buffer): Use ?\s.
25893 (decipher-make-checkpoint): Remove unused variable `mapping'.
25894
25895 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
25896
25897 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
25898 Remove unused variable `result'; use `let'.
25899
25900 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
25901 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
25902 (gametree-children-shown-p, gametree-compute-reduced-score):
25903 Use `ignore-errors'.
25904
25905 * play/handwrite.el (ps-lpr-switches): Declare.
25906 (handwrite): Remove unused variables `pmin' and `lastp'.
25907
25908 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
25909
25910 * play/landmark.el (landmark-init-display)
25911 (landmark-update-naught-weights): Mark unused parameters.
25912 (landmark-y): Remove unused variable `noise'. Simplify.
25913 (landmark-human-plays): Remove unused variable `score'.
25914
25915 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
25916 (mpuz-try-proposal): Remove unused variable `game'.
25917
25918 * play/zone.el (life-patterns): Declare.
25919
25920 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
25921
25922 * vc/vc.el (ediff-vc-internal): Declare function.
25923
25924 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25925
25926 * shell.el: Use lexical-binding and std completion UI.
25927 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
25928 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
25929 comint-preoutput-filter-functions rather than on
25930 comint-output-filter-functions.
25931 (shell-command-completion, shell--command-completion-data)
25932 (shell-filename-completion, shell-environment-variable-completion)
25933 (shell-c-a-p-replace-by-expanded-directory): New functions.
25934 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
25935 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
25936 (shell-dynamic-complete-environment-variable): Use them.
25937 (shell-dynamic-complete-as-environment-variable)
25938 (shell-dynamic-complete-as-command): Remove.
25939 (shell-match-partial-variable): Match past point.
25940 * comint.el: Clean up use of completion-at-point-functions.
25941 (comint-completion-at-point): New function.
25942 (comint-mode): Use it completion-at-point-functions.
25943 (comint-dynamic-complete): Make it obsolete.
25944 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
25945 (comint-c-a-p-replace-by-expanded-history): New function.
25946 (comint-dynamic-complete-functions)
25947 (comint-replace-by-expanded-history): Use it.
25948 * minibuffer.el (completion-table-with-terminator): Allow dynamic
25949 termination strings. Try harder to avoid second try-completion.
25950 (completion-in-region-mode-map): Disable bindings that don't work yet.
25951
25952 * comint.el: Use lexical-binding. Require CL.
25953 (comint-dynamic-complete-functions): Use comint-filename-completion.
25954 (comint-completion-addsuffix): Tweak custom type.
25955 (comint-filename-completion, comint--common-suffix)
25956 (comint--common-quoted-suffix, comint--table-subvert)
25957 (comint--complete-file-name-data): New functions.
25958 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
25959 (comint-dynamic-list-filename-completions): Use them.
25960 (comint-dynamic-simple-complete): Make obsolete.
25961
25962 * minibuffer.el (completion-in-region-mode):
25963 Keep completion-in-region-mode--predicate global.
25964 (completion-in-region--postch):
25965 Assume completion-in-region-mode--predicate is not null.
25966
25967 * progmodes/flymake.el (flymake-start-syntax-check-process):
25968 Obey `dir'. Simplify.
25969
25970 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
25971 we're in VC after all.
25972
25973 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
25974
25975 * vc/vc.el (vc-diff-build-argument-list-internal)
25976 (vc-version-ediff, vc-ediff): New commands.
25977 (vc-version-diff): Use vc-diff-build-argument-list-internal.
25978
25979 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25980
25981 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
25982 add sanity check.
25983
25984 * obsolete/erc-hecomplete.el: Make obsolete.
25985 * obsolete/: Standardize obsolescence info in the header.
25986
25987 2011-04-20 Glenn Morris <rgm@gnu.org>
25988
25989 * calendar/solar.el (solar-horizontal-coordinates):
25990 Use the longitude argument rather than `calendar-longitude'.
25991 (solar-date-next-longitude): Remove unused locals.
25992
25993 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25994
25995 * whitespace.el: New version 13.2.1.
25996
25997 2011-04-20 felix <EmacsWiki> (tiny change)
25998
25999 * whitespace.el (global-whitespace-mode): Keep highlight when
26000 switching between major modes on a file.
26001
26002 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
26003
26004 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
26005 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
26006 multi-line comments as well.
26007
26008 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
26009
26010 Lexical-binding cleanup.
26011
26012 * arc-mode.el (archive-mode-revert):
26013 * cmuscheme.el (scheme-interactively-start-process):
26014 * custom.el (custom-initialize-delay):
26015 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
26016 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
26017 * emacs-lock.el (emacs-lock-clear-sentinel):
26018 * ezimage.el (defezimage):
26019 * follow.el (follow-avoid-tail-recenter):
26020 * fringe.el (set-fringe-mode-1):
26021 * generic-x.el (bat-generic-mode-compile):
26022 * help-mode.el (help-info-variable, help-do-xref)
26023 (help-mode-revert-buffer):
26024 * help.el (view-emacs-todo):
26025 * iswitchb.el (iswitchb-completion-help):
26026 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
26027 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
26028 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
26029 * locate.el (locate-update):
26030 * longlines.el (longlines-encode-region)
26031 (longlines-after-change-function):
26032 * outline.el (outline-isearch-open-invisible):
26033 * ps-def.el (declare-function, charset-dimension, char-width)
26034 (encode-char):
26035 * ps-mule.el (ps-mule-plot-string):
26036 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
26037 (recentf-edit-list-select, recentf-edit-list-validate)
26038 (recentf-open-files-action):
26039 * rect.el (delete-whitespace-rectangle-line)
26040 (rectangle-number-line-callback):
26041 * register.el (window-configuration-to-register)
26042 (frame-configuration-to-register):
26043 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
26044 * select.el (xselect-convert-to-string, xselect-convert-to-length)
26045 (xselect-convert-to-targets, xselect-convert-to-delete)
26046 (xselect-convert-to-filename, xselect-convert-to-charpos)
26047 (xselect-convert-to-lineno, xselect-convert-to-colno)
26048 (xselect-convert-to-os, xselect-convert-to-host)
26049 (xselect-convert-to-user, xselect-convert-to-class)
26050 (xselect-convert-to-name, xselect-convert-to-integer)
26051 (xselect-convert-to-atom, xselect-convert-to-identity):
26052 * subr.el (declare, ignore, process-kill-without-query)
26053 (text-clone-maintain):
26054 * terminal.el (te-get-char, te-tic-sentinel):
26055 * tool-bar.el (tool-bar-make-keymap):
26056 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
26057 * type-break.el (type-break-mode, type-break-noninteractive-query):
26058 * view.el (View-back-to-mark):
26059 * wid-browse.el (widget-browse-action, widget-browse-widget)
26060 (widget-browse-widgets, widget-browse-sexp):
26061 * widget.el (define-widget-keywords):
26062 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
26063 Mark unused parameters.
26064
26065 * align.el (align-adjust-col-for-rule): Mark unused parameter.
26066 (align-areas): Remove unused variable `look'.
26067 (align-region): Remove unused variables `real-end' and `pos-list'.
26068
26069 * apropos.el (apropos-score-doc): Remove unused variable `i'.
26070
26071 * bindings.el (mode-line-modified, mode-line-remote):
26072 Mark unused parameters.
26073 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
26074
26075 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
26076 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
26077
26078 * comint.el (comint-history-isearch-pop-state)
26079 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
26080 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
26081 (comint-substitute-in-file-name): Doc fix.
26082
26083 * completion.el (cmpl-statistics-block): Mark unused parameter.
26084 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
26085 (save-completions-to-file, load-completions-from-file):
26086 Remove unused local variable `e'.
26087
26088 * composite.el (compose-chars): Remove unused variable `len'.
26089 (lgstring-insert-glyph): Remove unused variable `g'.
26090 (compose-glyph-string): Remove unused variables `ascent',
26091 `descent', `lbearing' and `rbearing'.
26092 (compose-glyph-string-relative): Remove unused variables
26093 `lbearing', `rbearing' and `wadjust'.
26094 (compose-gstring-for-graphic): Remove unused variables `header',
26095 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
26096 (compose-gstring-for-terminal): Remove unused variables `header'
26097 and `nchars'. Use `let', not `let*'.
26098
26099 * cus-edit.el (Custom-set, Custom-save, custom-reset)
26100 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
26101 (Custom-buffer-done, custom-buffer-create-internal)
26102 (custom-browse-visibility-action, custom-browse-group-tag-action)
26103 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
26104 (widget-magic-mouse-down-action, custom-toggle-parent)
26105 (custom-add-parent-links, custom-toggle-hide-variable)
26106 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
26107 (custom-toggle-hide-face, face, hook, custom-group-link-action)
26108 (custom-face-menu-create, custom-variable-menu-create, get)
26109 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
26110 (custom-reset-standard-save-and-update): Remove unused variable `value'.
26111 (customize-apropos): Remove unused variable `tests'.
26112 (custom-group-value-create): Remove unused variable `hidden-p'.
26113 (sort-fold-case): Declare.
26114
26115 * cus-theme.el (custom-reset-standard-faces-list)
26116 (custom-reset-standard-variables-list): Declare.
26117 (customize-create-theme, custom-theme-revert, custom-theme-write)
26118 (custom-theme-choose-mode, customize-themes, custom-theme-save):
26119 Mark unused parameters.
26120
26121 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
26122
26123 * delim-col.el (delimit-columns-max): Move defvar before first use.
26124
26125 * descr-text.el (describe-char-categories): Don't quote `lambda'.
26126 (describe-char): Don't quote `lambda'. Mark unused parameter.
26127
26128 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
26129 (auto-insert): Declare.
26130 (desktop-restore-file-buffer): Rename desktop-* parameters;
26131 mark unused ones.
26132 (desktop-create-buffer): Rename desktop-* parameters and bind them.
26133 (desktop-buffer): Rename desktop-* parameters.
26134
26135 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
26136 (dframe-reposition-frame-xemacs, dframe-help-echo)
26137 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
26138 Mark unused parameters.
26139
26140 * dired-aux.el (backup-extract-version-start, overwrite-query)
26141 (overwrite-backup-query, rename-regexp-query)
26142 (rename-non-directory-query): Declare.
26143 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
26144 (dired-add-entry): Remove unused variable `orig-file-name'.
26145 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
26146 Use parameter PRESERVE-TIME instead of accessing dynamic variable
26147 `dired-copy-preserve-time' directly.
26148 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
26149 (dired-insert-subdir-newpos): Rename unused variable `pos'.
26150
26151 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
26152 (dired-virtual-revert, dired-make-relative-symlink):
26153 Mark unused parameters.
26154 (manual-program): Declare.
26155 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
26156 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
26157 wrapped in `with-no-warnings' to avoid replacing one warning by another.
26158
26159 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
26160
26161 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
26162
26163 * echistory.el (electric-history-in-progress, Helper-return-blurb):
26164 Declare.
26165
26166 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
26167
26168 * electric.el (Electric-command-loop): Rename parameter
26169 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
26170
26171 * expand.el (expand-in-literal): Remove unused variable `here'.
26172
26173 * facemenu.el (facemenu-add-new-color):
26174 Remove unused variable `docstring'.
26175
26176 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
26177 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
26178 (face-attr-construct): Mark unused parameter. Doc fix.
26179 (read-color): Remove unused variable `hex-string'.
26180
26181 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
26182 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
26183 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
26184 (display-buffer-other-frame): Remove unused variable `old-window'.
26185 (kill-buffer-hook): Declare.
26186 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
26187 Mark unused parameters.
26188 (after-find-file): Pass 1 to `auto-save-mode', not t.
26189
26190 * files-x.el (auto-insert): Declare.
26191 (modify-file-local-variable-prop-line): Remove unused variable `val'.
26192
26193 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
26194 variable `buf'. Mark unused parameter.
26195 (find-lisp-insert-directory): Mark unused parameter.
26196
26197 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
26198 (format-encode-region): Remove unused variables `cur-buf' and `result'.
26199 (format-common-tail): Remove, unused.
26200 (format-deannotate-region): Remove unused variable `loc'.
26201 (format-annotate-region): Remove unused variable `p'.
26202 (format-annotate-single-property-change): Remove unused variables
26203 `default' and `tail'.
26204
26205 * forms.el (read-file-filter): Declare.
26206 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
26207
26208 * frame.el (frame-creation-function-alist): Mark unused parameter.
26209 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
26210
26211 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
26212 Remove unused parameters.
26213 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
26214 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
26215
26216 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
26217 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
26218 (hfy-prepare-tag-map): Mark unused parameters.
26219 (htmlfontify-buffer): Use `called-interactively-p'.
26220
26221 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
26222 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
26223 (ibuffer-do-occur): Mark unused parameters.
26224 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
26225 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
26226
26227 * ibuffer.el: Don't quote `lambda'.
26228 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
26229 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
26230 Mark unused parameters.
26231
26232 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
26233 (ido-completing-read): Mark unused parameters.
26234 (ido-copy-current-word): Mark unused parameters;
26235 remove unused variable `name'.
26236 (ido-sort-merged-list): Remove unused parameter `dirs'.
26237
26238 * ielm.el (ielm-input-sender): Mark unused parameter.
26239 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
26240 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
26241 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
26242 `ielm-string' as a dynamic variable accessible from the IELM prompt.
26243 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
26244
26245 * image-dired.el (image-dired-display-thumbs): Remove unused
26246 variables `curr-file' and `count'.
26247 (image-dired-remove-tag): Remove unused variable `start'.
26248 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
26249 variable `curr-file'
26250 (image-dired-rotate-original): Remove unused variable `temp-file'.
26251 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
26252 Remove unused variable `file'.
26253 (image-dired-gallery-generate): Remove unused variable `curr'.
26254 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
26255
26256 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
26257
26258 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
26259
26260 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
26261
26262 * isearch.el (minibuffer-history-symbol): Declare.
26263 (isearch-edit-string): Remove unused variable `err'.
26264 (isearch-message-prefix, isearch-message-suffix):
26265 Mark unused parameters.
26266
26267 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
26268
26269 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
26270
26271 * makesum.el (double-column): Remove unused variable `cnt'.
26272
26273 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
26274 (ido-ignore-item-temp-list): Declare.
26275
26276 * mouse-drag.el (mouse-drag-throw): Remove unused variables
26277 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
26278 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
26279 (mouse-drag-drag): Remove unused variables `mouse-delta' and
26280 `mouse-col-delta'.
26281
26282 * mouse-sel.el (mouse-extend-internal):
26283 Remove unused variable `orig-window-frame'.
26284
26285 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
26286 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
26287 Move declarations before first use.
26288 (pcomplete-opt): Mark unused parameters; doc fix.
26289
26290 * proced.el (proced-revert): Mark unused parameter.
26291 (proced-send-signal): Remove unused variable `err'.
26292
26293 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
26294 Rename parameter PREFIX-ARG to ARG.
26295 (ps-basic-plot-string, ps-basic-plot-whitespace):
26296 Mark unused parameters.
26297
26298 * replace.el (replace-count): Define.
26299 (occur-revert-function): Mark unused parameters.
26300 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
26301 (isearch-case-fold-search, isearch-string): Declare.
26302 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
26303 bind `case-fold-search'. Remove unused variables `beg' and `end',
26304 and simplify.
26305 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
26306 COUNT and bind `replace-count'.
26307 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
26308 to COUNT.
26309
26310 * savehist.el (print-readably, print-string-length): Declare.
26311
26312 * shadowfile.el (shadow-expand-cluster-in-file-name):
26313 Remove unused variable `cluster'.
26314 (shadow-copy-file): Remove unused variable `i'.
26315 (shadow-noquery, shadow-clusters, shadow-site-cluster)
26316 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
26317 (shadow-define-literal-group, shadow-define-regexp-group)
26318 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
26319
26320 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
26321 (shell): Use `called-interactively-p'.
26322 (shell-directory-tracker): Remove unused variable `chdir-failure'.
26323
26324 * simple.el (compilation-context-lines, comint-file-name-quote-list)
26325 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
26326 (delete-backward-char): Remove unused variable `ocol'.
26327 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
26328 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
26329 (event-apply-hyper-modifier, event-apply-shift-modifier)
26330 (event-apply-control-modifier, event-apply-meta-modifier):
26331 Mark unused parameters.
26332 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
26333 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
26334
26335 * speedbar.el (speedbar-ignored-directory-expressions)
26336 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
26337 (speedbar-find-file, speedbar-dir-follow)
26338 (speedbar-directory-buttons-follow, speedbar-tag-find)
26339 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
26340 (speedbar-buffers-line-directory, speedbar-buffer-click):
26341 Mark unused parameters.
26342 (speedbar-tag-file): Remove unused variable `mode'.
26343 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
26344
26345 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
26346
26347 * talk.el (talk): Remove unused variable `display'.
26348
26349 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
26350 (tar-write-region-annotate): Mark unused parameter.
26351
26352 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
26353 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
26354 Declare them, wrapped in `with-no-warnings' to avoid replacing one
26355 warning by another.
26356
26357 * time-stamp.el (time-stamp-string-preprocess):
26358 Remove unused variable `require-padding'.
26359
26360 * tree-widget.el (widget-glyph-enable): Declare.
26361 (tree-widget-action): Mark unused parameter.
26362
26363 * w32-fns.el (x-get-selection): Mark unused parameter.
26364 (autoload-make-program, generated-autoload-file): Declare.
26365
26366 * wdired.el (wdired-revert): Mark unused parameters.
26367 (wdired-xcase-word): Remove unused variable `err'.
26368
26369 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
26370 (whitespace-help-scroll): Remove unused variable `data-help'.
26371
26372 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
26373 (widget-image-insert, widget-after-change, default)
26374 (widget-default-format-handler, widget-default-notify)
26375 (widget-default-prompt-value, widget-info-link-action)
26376 (widget-url-link-action, widget-function-link-action)
26377 (widget-variable-link-action, widget-file-link-action)
26378 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
26379 (widget-field-prompt-internal, widget-field-action, widget-field-match)
26380 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
26381 (widget-insert-button-action, widget-delete-button-action, visibility)
26382 (widget-documentation-link-action, widget-documentation-string-action)
26383 (widget-const-prompt-value, widget-regexp-match, symbol)
26384 (widget-coding-system-prompt-value)
26385 (widget-key-sequence-value-to-external, sexp)
26386 (widget-sexp-value-to-internal, character, vector, cons)
26387 (widget-choice-prompt-value, widget-boolean-prompt-value)
26388 (widget-color--choose-action): Mark unused parameters.
26389 (widget-item-match-inline, widget-choice-match-inline)
26390 (widget-checklist-match, widget-checklist-match-inline)
26391 (widget-group-match): Rename parameter VALUES to VALS.
26392 (widget-field-value-set): Remove unused variable `size'.
26393 (widget-color-action): Remove unused variables `value' and `start'.
26394
26395 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
26396 variable `dir'. Doc fix.
26397 (windmove-find-other-window): Don't pass it.
26398
26399 * window.el (count-windows): Mark unused parameter.
26400 (bw-adjust-window): Remove unused variable `err'.
26401
26402 * woman.el (woman-file-name): Remove unused variable `default'.
26403 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
26404 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
26405 (global-font-lock-mode): Declare.
26406 (woman-decode-region): Mark unused parameter.
26407 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
26408
26409 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
26410 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
26411 (x-dnd-handle-moz-url): Remove unused variable `title'.
26412 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
26413
26414 * xml.el (xml-parse-tag, xml-parse-attlist):
26415 Remove unused variable `pos'.
26416
26417 2011-04-19 Glenn Morris <rgm@gnu.org>
26418
26419 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
26420 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
26421 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
26422 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
26423 * calendar/cal-html.el (cal-html-insert-minical):
26424 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
26425 (calendar-mark-date-pattern):
26426 Prefix "unused" locals.
26427
26428 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
26429 optional argument `style'.
26430
26431 * calendar/appt.el (appt-make-list):
26432 * calendar/cal-china.el (calendar-chinese-date-string):
26433 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
26434 (diary-hebrew-yahrzeit):
26435 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
26436 * calendar/calendar.el (calendar-generate-window):
26437 * calendar/time-date.el (time-to-days):
26438 Remove unused local variables.
26439
26440 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
26441
26442 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
26443 glyphless-char-display table.
26444 (tabulated-list-glyphless-char-display): New var.
26445
26446 2011-04-18 Sam Steingold <sds@gnu.org>
26447
26448 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
26449 to acknowledgments.
26450
26451 2011-04-17 Glenn Morris <rgm@gnu.org>
26452
26453 * calendar/diary-lib.el (diary-sexp-entry):
26454 * calendar/holidays.el (holiday-sexp):
26455 Set debug-on-error rather than the removed stack-trace-on-error.
26456
26457 2011-04-16 Glenn Morris <rgm@gnu.org>
26458
26459 * progmodes/f90.el: Use lexical-binding.
26460 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
26461
26462 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26463
26464 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
26465 (mail-mode): Setup mailalias completion here instead.
26466 * mail/mailalias.el: Use lexical-binding.
26467 (pattern, mailalias-done): Declare dynamic.
26468 (mail-completion-at-point-function): New function, from mail-complete.
26469 (mail-complete): Use it.
26470 (mail-completion-expand): New function.
26471 (mail-get-names): Use it.
26472 (mail-directory, mail-directory-process, mail-directory-stream):
26473 Don't use `pattern' for lexically bound arg.
26474
26475 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
26476
26477 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
26478 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
26479 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
26480
26481 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
26482 (byte-save-window-excursion, byte-temp-output-buffer-setup)
26483 (byte-interactive-p): Define them again, for use when inlining
26484 old code.
26485
26486 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
26487
26488 * loadup.el: Use `string-to-number', not `string-to-int'.
26489
26490 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
26491
26492 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
26493 gud-gdb-complete-command.
26494 (gud-gdb-completions): New function, from gud-gdb-complete-command.
26495 (gud-gdb-completion-at-point): New function.
26496 (gud-gdb-completions): Remove.
26497
26498 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
26499
26500 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
26501 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
26502 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
26503 whether `executable-find' is bound.
26504
26505 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
26506
26507 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
26508
26509 * minibuffer.el (completion-in-region-mode-predicate)
26510 (completion-in-region-mode--predicate): New vars.
26511 (completion-in-region, completion-in-region--postch)
26512 (completion-in-region-mode): Use them.
26513 (completion--capf-wrapper): Also return the hook function.
26514 (completion-at-point, completion-help-at-point):
26515 Adjust and provide a predicate.
26516
26517 Preserve arg names for advice of subr and lexical functions (bug#8457).
26518 * help-fns.el (help-function-arglist): Consolidate the subr and
26519 new-byte-code cases. Add argument `preserve-names' to extract names
26520 from the docstring when needed.
26521 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
26522 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
26523 (ad-arglist): Use help-function-arglist's new arg.
26524 (ad-definition-type): Use cond.
26525
26526 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
26527
26528 * autorevert.el (auto-revert-handler):
26529 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
26530 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
26531 Don't quote lambda.
26532
26533 * image-mode.el (image-transform-set-scale):
26534 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
26535
26536 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
26537
26538 * net/network-stream.el (network-stream-open-starttls): Only do
26539 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
26540 Upgrades via gnutls-cli are too slow to be done opportunistically.
26541
26542 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
26543
26544 * dframe.el (dframe-current-frame): Remove spurious quote.
26545
26546 2011-04-12 Glenn Morris <rgm@gnu.org>
26547
26548 * calendar/cal-tex.el (cal-tex-end-document):
26549 Try to automatically use latin1 input if needed.
26550
26551 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
26552 Don't try to cons a mark onto an empty element.
26553
26554 2011-04-11 Leo Liu <sdl.web@gmail.com>
26555
26556 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
26557 buffers.
26558 (ido-kill-buffer-at-head): Support killing virtual buffers.
26559
26560 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
26561
26562 * minibuffer.el (completion-show-inline-help): New var.
26563 (completion--do-completion, minibuffer-complete)
26564 (minibuffer-force-complete, minibuffer-complete-word):
26565 Inhibit minibuffer messages if completion-show-inline-help is nil.
26566
26567 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
26568 to avoid interference from inline help (Bug#5849).
26569
26570 2011-04-10 Leo Liu <sdl.web@gmail.com>
26571
26572 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
26573 Fix typo.
26574
26575 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
26576
26577 * image-mode.el (image-toggle-display-image): Signal an error if
26578 not in Image mode.
26579 (image-transform-mode, image-transform-resize)
26580 (image-transform-set-rotation): Doc fix.
26581 (image-transform-set-resize): Delete.
26582 (image-transform-set-scale, image-transform-fit-to-height)
26583 (image-transform-fit-to-width): Handle image-toggle-display-image
26584 and image-transform-resize directly.
26585
26586 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
26587
26588 * doc-view.el (doc-view-fit-width-to-window)
26589 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
26590 New functions for fitting the shown image to the Emacs window size.
26591 (doc-view-mode-map): Add bindings for the new functions.
26592
26593 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
26594
26595 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
26596 Fix typo in docstring.
26597
26598 2011-04-08 Eli Zaretskii <eliz@gnu.org>
26599
26600 * files.el (file-size-human-readable): Produce one digit after
26601 decimal, like "ls -lh" does.
26602
26603 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
26604 the file size representation.
26605
26606 * simple.el (list-processes): If async subprocesses are not
26607 available, error out with a clear error message.
26608
26609 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
26610
26611 * help.el (help-form-show): New function, to be called from C.
26612 Put help-form output in a buffer named differently than *Help*.
26613
26614 2011-04-08 Eli Zaretskii <eliz@gnu.org>
26615
26616 * files.el (file-size-human-readable): New function.
26617
26618 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
26619 computing the representation inline. Don't require `cl'.
26620
26621 2011-04-08 Glenn Morris <rgm@gnu.org>
26622
26623 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
26624
26625 * net/browse-url.el (browse-url-firefox):
26626 Test system-type, not system-configuration.
26627
26628 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
26629 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
26630 Use log-edit-empty-buffer-p. (Bug#7598)
26631
26632 * net/rlogin.el (rlogin-process-connection-type): Simplify.
26633 (rlogin-mode-map): Initialize in the defvar.
26634 (rlogin): Use ignore-errors.
26635
26636 * replace.el (occur-mode-map): Some fixes for menu items.
26637
26638 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
26639
26640 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
26641
26642 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
26643
26644 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
26645 issuing unused warnings.
26646
26647 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
26648 macro directly.
26649
26650 * simple.el: Lisp reimplement of list-processes. Based on an
26651 earlier reimplementation by Leo Liu, but using tabulated-list.el.
26652 (process-menu-mode): New major mode.
26653 (list-processes--refresh, list-processes):
26654 (process-menu-visit-buffer): New functions.
26655
26656 * files.el (save-buffers-kill-emacs): Don't assume any return
26657 value of list-processes, which is undocumented anyway.
26658
26659 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
26660
26661 * emacs-lisp/tabulated-list.el: New file.
26662
26663 * emacs-lisp/package.el: Use Tabulated List mode.
26664 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
26665 (package-menu-mode): Derive from tabulated-list-mode. Set up the
26666 table format using Tabulated List mode variables.
26667 (package--push): New macro, replacing package-list-maybe-add.
26668 (package-menu--generate): Use package--push. Renamed from
26669 package--generate-package-list.
26670 (package-menu-refresh, list-packages): Use it.
26671 (package-menu--print-info): Rename from package-print-package.
26672 Return insertion data instead of inserting it directly.
26673 (package-menu-describe-package, package-menu-execute):
26674 Use tabulated-list-get-id.
26675 (package-menu-mark-delete, package-menu-mark-install)
26676 (package-menu-mark-unmark, package-menu-backup-unmark)
26677 (package-menu-mark-obsolete-for-deletion):
26678 Use tabulated-list-put-tag.
26679 (package--list-packages, package-menu-revert)
26680 (package-menu-get-package, package-menu-get-version)
26681 (package-menu-sort-by-column): Functions deleted.
26682 (package-menu-package-list, package-menu-sort-key): Vars deleted.
26683 (package-menu--status-predicate, package-menu--version-predicate)
26684 (package-menu--name-predicate)
26685 (package-menu--description-predicate): Handle arguments in the
26686 Tabulated List format.
26687 (package-list-packages-no-fetch): Call list-packages.
26688
26689 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
26690
26691 * files.el (after-find-file-from-revert-buffer): Remove variable.
26692 (after-find-file): Don't bind it.
26693 (revert-buffer-in-progress-p): New variable.
26694 (revert-buffer): Bind it.
26695 Pass nil for `after-find-file-from-revert-buffer'.
26696
26697 * saveplace.el (save-place-find-file-hook): Use new variable
26698 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
26699
26700 2011-04-06 Glenn Morris <rgm@gnu.org>
26701
26702 * Makefile.in (AUTOGEN_VCS): New variable.
26703 (autoloads): Use $AUTOGEN_VCS.
26704
26705 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
26706 * calendar/calendar.el (calendar-mode-map):
26707 Check for toolkit scroll bars. (Bug#8305)
26708
26709 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
26710
26711 * minibuffer.el (completion-in-region--postch)
26712 (completion-in-region-mode): Remove unnecessary messages.
26713
26714 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
26715
26716 * font-lock.el (font-lock-refresh-defaults):
26717 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
26718 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
26719
26720 * info.el (Info-directory-list, Info-read-node-name-2)
26721 (Info-split-parameter-string): Doc fixes.
26722 (Info-virtual-nodes): Reflow docstring.
26723 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
26724 (Info-apropos-toc-nodes, info-finder, Info-get-token)
26725 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
26726 Fix typos in docstrings.
26727 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
26728 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
26729 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
26730 (Info-restore-desktop-buffer): Mark unused parameters.
26731 (Info-directory-find-file, Info-directory-find-node)
26732 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
26733 (Info-virtual-index-find-node, Info-apropos-find-file)
26734 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
26735 Mark unused parameters; fix typos in docstrings.
26736 (Info-virtual-index): Remove unused local variable `nodename'.
26737
26738 2011-04-05 Deniz Dogan <deniz@dogan.se>
26739
26740 * net/rcirc.el: Update my e-mail address.
26741 (rcirc-mode-map): Remove M-o binding.
26742
26743 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
26744
26745 * startup.el (command-line): Save the cursor's theme-face
26746 directly, instead of using face-override-spec.
26747
26748 * custom.el (load-theme): Minor optimization in assigning faces.
26749
26750 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
26751
26752 * help-fns.el (describe-variable): Complete all variables having
26753 documentation, including keywords.
26754 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
26755
26756 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
26757
26758 Convert to lexical-binding.
26759
26760 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
26761 (bs--get-marked-string, bs--get-modified-string)
26762 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
26763 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
26764 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
26765
26766 * ehelp.el (electric-help-execute-extended)
26767 (electric-help-ctrl-x-prefix):
26768 * hexl.el (hexl-revert-buffer-function):
26769 * linum.el (linum-after-change, linum-after-scroll):
26770 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
26771
26772 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
26773
26774 2011-04-04 Daiki Ueno <ueno@unixuser.org>
26775
26776 * epa-dired.el:
26777 * epa-mail.el:
26778 * epa-hook.el:
26779 * epa-file.el:
26780 * epa.el:
26781 * epg.el: Use lexical binding.
26782
26783 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
26784
26785 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
26786
26787 * textmodes/flyspell.el (flyspell-word): Recognize default
26788 dictionary case for flyspell-mark-duplications-exceptions.
26789 Use regexp matching for languages.
26790 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
26791 default dictionary (Bug#7926).
26792
26793 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
26794
26795 * emacs-lisp/package.el (package--with-work-buffer):
26796 Recognize https URLs.
26797
26798 * net/network-stream.el: Move from gnus/proto-stream.el.
26799 Change prefix to network-stream throughout.
26800 (open-protocol-stream): Merge into open-network-stream, leaving
26801 open-protocol-stream as an alias. Handle nil BUFFER args.
26802
26803 * subr.el (open-network-stream): Move to net/network-stream.el.
26804
26805 2011-04-02 Glenn Morris <rgm@gnu.org>
26806
26807 * find-dired.el (find-exec-terminator): New option.
26808 (find-ls-option): Test for -ls support.
26809 (find-ls-subdir-switches): Test for -b in find-ls-option.
26810 (find-dired, find-grep-dired): Doc fixes.
26811 (find-dired): Use find-exec-terminator.
26812
26813 * find-dired.el (find-ls-option, find-ls-subdir-switches)
26814 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
26815 (find-name-arg): Remove purecopy.
26816
26817 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
26818 (grep-compute-defaults): Check for `-exec COMMAND +' support.
26819 Set grep-find-use-xargs, grep-find-command, and grep-find-template
26820 accordingly. Don't add the null-device if not needed.
26821
26822 * files.el (save-some-buffers): Doc fix.
26823
26824 2011-04-02 Eli Zaretskii <eliz@gnu.org>
26825
26826 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
26827
26828 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
26829
26830 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
26831 Use `dolist' rather than `mapcar'.
26832
26833 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
26834
26835 Add lexical binding.
26836
26837 * subr.el (apply-partially): Use new closures rather than CL.
26838 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
26839 (dolist, dotimes): Use slightly different expansion for lexical code.
26840 (functionp): Move to C.
26841 (letrec): New macro.
26842 (with-wrapper-hook): Use it and apply-partially instead of CL.
26843 (eval-after-load): Preserve lexical-binding.
26844 (save-window-excursion, with-output-to-temp-buffer): Turn them
26845 into macros.
26846
26847 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
26848
26849 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
26850 than the arglist.
26851 (help-add-fundoc-usage): Don't add `Not documented'.
26852 (help-function-arglist): Handle closures, subroutines, and new
26853 byte-code-functions.
26854 (help-make-usage): Remove leading underscores.
26855 (describe-function-1): Handle closures.
26856 (describe-variable): Use special-variable-p for completion.
26857
26858 * files.el (lexical-binding): Declare safe.
26859
26860 * emacs-lisp/pcase.el: Don't use destructuring-bind.
26861 (pcase--memoize): Rename from pcase-memoize. Change weakness.
26862 (pcase): Add `let' pattern.
26863 Change memoization so it actually works.
26864 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
26865 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
26866 <let>: New case.
26867
26868 * emacs-lisp/macroexp.el: Use lexical binding.
26869 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
26870 Don't convert ' to #' without checking that it's indeed quoting
26871 a lambda.
26872
26873 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
26874 Use eval-sexp-add-defvars.
26875 (eval-sexp-add-defvars): New fun.
26876
26877 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
26878
26879 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
26880 Don't autoload.
26881 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
26882 than the internal `byte-compile-lambda'.
26883 (defmethod): Don't hide code under quotes.
26884 (eieio-defmethod): New `code' argument.
26885
26886 * emacs-lisp/eieio-comp.el: Remove.
26887
26888 * emacs-lisp/edebug.el (edebug-eval-defun)
26889 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
26890 (edebug-toggle): Avoid `eval'.
26891
26892 * emacs-lisp/disass.el (disassemble-internal): Handle new
26893 `closure' objects.
26894 (disassemble-1): Handle new byte codes.
26895
26896 * emacs-lisp/cl.el (pushnew): Silence warning.
26897
26898 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
26899 (cl-byte-compile-throw): Remove.
26900 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
26901
26902 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
26903 closures.
26904
26905 * emacs-lisp/cconv.el: New file.
26906
26907 * emacs-lisp/bytecomp.el: Use lexical binding instead of
26908 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
26909 (byte-compile-initial-macro-environment):
26910 Handle declare-function here.
26911 (byte-compile--lexical-environment): New var.
26912 (byte-stack-ref, byte-stack-set, byte-discardN)
26913 (byte-discardN-preserve-tos): New lap codes.
26914 (byte-interactive-p): Don't use any more.
26915 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
26916 New macros.
26917 (byte-compile-lapcode): Use them and handle new lap codes.
26918 (byte-compile-obsolete): Remove.
26919 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
26920 (byte-compile-arglist-warn): Check late def of inlinable funs.
26921 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
26922 since they should have been expanded by now.
26923 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
26924 (byte-compile-from-buffer): Remove unused second arg.
26925 (byte-compile-preprocess): New function.
26926 (byte-compile-toplevel-file-form): New function to distinguish
26927 file-form calls from outside from file-form calls from hunk-handlers.
26928 (byte-compile-file-form): Simplify.
26929 (byte-compile-file-form-defsubst): Remove.
26930 (byte-compile-file-form-defmumble): Simplify now that
26931 byte-compile-lambda always returns a byte-code-function.
26932 (byte-compile): Preprocess.
26933 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
26934 Remove, not used any more.
26935 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
26936 (byte-compile-make-args-desc): New funs.
26937 (byte-compile-lambda): Handle lexical functions. Always return
26938 a byte-code-function.
26939 (byte-compile-reserved-constants): New var, to make up room for
26940 closed-over variables.
26941 (byte-compile-constants-vector): Obey it.
26942 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
26943 (byte-compile-macroexpand-declare-function): New function.
26944 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
26945 byte-code-functions.
26946 (byte-compile-form): Check obsolescence here.
26947 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
26948 (byte-compile-variable-ref): Remove.
26949 (byte-compile-dynamic-variable-op): New fun.
26950 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
26951 (byte-compile-variable-set): New funs.
26952 (byte-compile-discard): Add 2 args.
26953 (byte-compile-stack-ref, byte-compile-stack-set)
26954 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
26955 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
26956 macroexpand-all instead.
26957 (byte-compile-quote-form): Remove.
26958 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
26959 (byte-compile-bind, byte-compile-unbind): New funs.
26960 (byte-compile-let): Handle let* and lexical binding.
26961 (byte-compile-let*): Remove.
26962 (byte-compile-catch, byte-compile-unwind-protect)
26963 (byte-compile-track-mouse, byte-compile-condition-case):
26964 Handle a new :fun-body form, used for lexical scoping.
26965 (byte-compile-save-window-excursion)
26966 (byte-compile-with-output-to-temp-buffer): Remove.
26967 (byte-compile-defun): Simplify.
26968 (byte-compile-stack-adjustment): New fun.
26969 (byte-compile-out): Use it.
26970 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
26971
26972 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
26973 handler any more.
26974
26975 * emacs-lisp/byte-opt.el: Use lexical binding.
26976 (byte-inline-lapcode): Remove (to bytecomp).
26977 (byte-compile-inline-expand): Pay attention to inlining to/from
26978 lexically bound code.
26979 (byte-compile-unfold-lambda): Don't handle byte-code-functions
26980 any more.
26981 (byte-optimize-form-code-walker): Don't handle save-window-excursion
26982 any more and don't call compiler-macros.
26983 (byte-compile-splice-in-already-compiled-code): Remove.
26984 (byte-code): Don't inline any more.
26985 (disassemble-offset): Receive `bytes' as argument rather than via
26986 dynamic scoping.
26987 (byte-compile-tag-number): Declare before first use.
26988 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
26989 `return' even if make-spliceable.
26990 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
26991 obsolete interactive-p.
26992 (byte-optimize-lapcode): Optimize new lap-codes.
26993 Don't trip up on new form of `byte-constant' lap code.
26994
26995 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
26996
26997 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
26998
26999 * custom.el (custom-initialize-default, custom-declare-variable):
27000 Use `defvar'.
27001
27002 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
27003 New variables.
27004 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
27005 (COMPILE_FIRST): Add macroexp and cconv.
27006 * makefile.w32-in: Mirror changes in Makefile.in.
27007
27008 * vc/cvs-status.el:
27009 * vc/diff-mode.el:
27010 * vc/log-edit.el:
27011 * vc/log-view.el:
27012 * vc/smerge-mode.el:
27013 * textmodes/bibtex-style.el:
27014 * textmodes/css-mode.el:
27015 * startup.el:
27016 * uniquify.el:
27017 * minibuffer.el:
27018 * newcomment.el:
27019 * reveal.el:
27020 * server.el:
27021 * mpc.el:
27022 * emacs-lisp/smie.el:
27023 * doc-view.el:
27024 * dired.el:
27025 * abbrev.el: Use lexical binding.
27026
27027 2011-04-01 Eli Zaretskii <eliz@gnu.org>
27028
27029 * info.el (info-display-manual): New function.
27030
27031 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
27032
27033 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
27034
27035 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
27036
27037 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
27038 an entry for that server in rcirc-authinfo. (Bug#8385)
27039
27040 2011-03-31 Glenn Morris <rgm@gnu.org>
27041
27042 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
27043
27044 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
27045
27046 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
27047
27048 * progmodes/python.el (python-default-interpreter)
27049 (python-python-command-args, python-jython-command-args)
27050 (python-which-shell, python-which-args, python-which-bufname)
27051 (python-file-queue, python-comint-output-filter-function)
27052 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
27053 variables and functions.
27054
27055 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
27056
27057 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
27058 (completion-in-region-mode): New minor mode.
27059 (completion-in-region): Use it.
27060 (completion-in-region--data, completion-in-region-mode-map): New vars.
27061 (completion-in-region--postch): New function.
27062 (completion--capf-misbehave-funs, completion--capf-safe-funs):
27063 New vars.
27064 (completion--capf-wrapper): New function.
27065 (completion-at-point): Use it to track well-behavedness of
27066 hook functions.
27067 (completion-help-at-point): New command.
27068
27069 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
27070
27071 * vc/add-log.el (add-change-log-entry): Don't use whitespace
27072 syntax class to search for whitespace on a single line
27073 (Message-ID: <4D938140.4030905@redhat.com>).
27074
27075 2011-03-30 Leo Liu <sdl.web@gmail.com>
27076
27077 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
27078 New commands.
27079 (edit-abbrevs-map): Bind them here.
27080 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
27081
27082 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
27083
27084 * allout.el (allout-hide-by-annotation, allout-flag-region):
27085 Reduce possibility of overlay leakage by making them volatile.
27086
27087 * allout-widgets.el (allout-widgets-tally): Define as nil so the
27088 hash is not shared between buffers. Mode initialization is
27089 responsible for giving it a useful starting value.
27090 (allout-item-span): Reduce possibility of overlay leakage by
27091 making them volatile.
27092 (allout-widgets-count-buttons-in-region): Add diagnostic function
27093 for tracking down button overlay leaks.
27094
27095 2011-03-29 Leo Liu <sdl.web@gmail.com>
27096
27097 * ido.el (ido-read-internal): Use the default history var
27098 minibuffer-history if no HISTORY is specified.
27099
27100 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
27101
27102 * net/imap.el (imap-shell-open, imap-process-connection-type):
27103 Use imap-process-connection-type for 'shell' streams as well as
27104 Kerberos, SSL, other subprocesses.
27105
27106 2011-03-28 Leo Liu <sdl.web@gmail.com>
27107
27108 * abbrev.el (abbrev-table-empty-p): New function.
27109 (prepare-abbrev-list-buffer): Place empty abbrev tables after
27110 nonempty ones. (Bug#5937)
27111
27112 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
27113
27114 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
27115
27116 2011-03-27 Leo Liu <sdl.web@gmail.com>
27117
27118 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
27119 for foreground and background colors.
27120 (ansi-color-make-color-map): Adapt.
27121
27122 2011-03-25 Leo Liu <sdl.web@gmail.com>
27123
27124 * midnight.el (midnight-time-float): Remove. Note it calculates
27125 the microsecond component incorrectly and seconds-to-time does the
27126 same job.
27127 Remove redundant (require 'timer).
27128
27129 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
27130 (ido-completions): Remove unused arguments. (Bug#8329)
27131
27132 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27133
27134 * minibuffer.el (completion--flush-all-sorted-completions):
27135 Remove itself from hook.
27136 (completion-at-point): Let the functions perform the completion
27137 immediately and return nil or t.
27138 * comint.el (comint-dynamic-complete-functions): Now identical to
27139 completion-at-point-functions.
27140 (comint-dynamic-list-input-ring): Remove unused var `index'.
27141 (comint--match-partial-filename, comint--unquote&expand-filename):
27142 New funs, split from comint-match-partial-filename.
27143 (comint-dynamic-complete): Use completion-at-point.
27144 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
27145
27146 2011-03-24 Drew Adams <drew.adams@oracle.com>
27147
27148 * thingatpt.el: Support `defun'.
27149
27150 2011-03-23 Leo Liu <sdl.web@gmail.com>
27151
27152 * abbrevlist.el: Move to obsolete/abbrevlist.el.
27153
27154 * help-mode.el (help-mode-finish): Tweak regexp.
27155
27156 2011-03-23 Glenn Morris <rgm@gnu.org>
27157
27158 * eshell/esh-opt.el (eshell-eval-using-options):
27159 Do not bind unused local variable `eshell-option-stub'.
27160
27161 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
27162
27163 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27164
27165 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
27166 keymap variable in `with-no-warnings' to avoid a warning when the
27167 keymap has been already `defconst'ed.
27168
27169 2011-03-22 Leo Liu <sdl.web@gmail.com>
27170
27171 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
27172 encode all chars in abbrevs; otherwise use emacs-mule or
27173 utf-8-emacs. (Bug#8308)
27174
27175 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27176
27177 * simple.el (backward-delete-char-untabify):
27178 Avoid warning about using `delete-backward-char'.
27179
27180 * image.el (image-type-file-name-regexps): Make it variable.
27181 `imagemagick-register-types' modifies it, and the user may want
27182 to add new extensions for known image types.
27183 (imagemagick-register-types): Throw error if not using ImageMagick.
27184
27185 2011-03-22 Leo Liu <sdl.web@gmail.com>
27186
27187 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
27188 located before rcirc-prompt-end-marker.
27189 (rcirc-complete): Error if point is not after rcirc prompt.
27190 Handle the case when table is nil.
27191 (rcirc-user-authenticated): Define to fix compiler warning.
27192
27193 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
27194
27195 * custom.el (custom--inhibit-theme-enable): Make it affect only
27196 custom-theme-set-variables and custom-theme-set-faces.
27197 (provide-theme): Ignore custom--inhibit-theme-enable.
27198 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
27199 (custom-enabling-themes): Delete variable.
27200 (enable-theme): Accept only loaded themes as arguments.
27201 Ignore the special custom-enabled-themes variable.
27202 (custom-enabled-themes): Forbid themes from setting this.
27203 Eliminate use of custom-enabling-themes.
27204 (custom-push-theme): Quote "changed" custom var entry.
27205
27206 2011-03-21 Leo Liu <sdl.web@gmail.com>
27207
27208 * ido.el (ido-read-internal): Add ido-selected to history instead
27209 of user input.
27210
27211 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27212
27213 * subr.el (deferred-action-list, deferred-action-function):
27214 Mark obsolete.
27215
27216 2011-03-21 Leo Liu <sdl.web@gmail.com>
27217
27218 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
27219 change on 2011-02-13 (bug#8309).
27220
27221 * minibuffer.el (read-file-name-function): Change default value.
27222 (read-file-name--defaults): Rename from read-file-name-defaults.
27223 (read-file-name-default): Rename from read-file-name.
27224 (read-file-name): Call read-file-name-function.
27225
27226 2011-03-21 Glenn Morris <rgm@gnu.org>
27227
27228 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
27229 Doc fixes.
27230
27231 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
27232
27233 * cus-theme.el: Add missing provide statement.
27234 (customize-create-theme): Extract theme value correctly.
27235 (custom-theme-visit-theme): Autoload.
27236 (customize-create-theme): Prompt before inserting default faces.
27237
27238 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
27239
27240 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
27241 units and musical notes.
27242
27243 2011-03-20 Leo Liu <sdl.web@gmail.com>
27244
27245 * ido.el (ido-read-internal): Use completing-read-default.
27246 (ido-completing-read): Fix compatibility with completing-read.
27247
27248 2011-03-20 Christian Ohler <ohler@gnu.org>
27249
27250 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
27251 (ert-delete-all-tests): Use `called-interactively-p' rather than
27252 `interactive-p'.
27253 (ert--make-xrefs-region): Respect END.
27254
27255 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27256
27257 * dired-aux.el (dired-create-directory): Signal an error if the
27258 directory already exists (Bug#8246).
27259
27260 * facemenu.el (list-colors-display): Call list-faces-display
27261 inside with-help-window.
27262 (list-colors-print): Use display property to align the final
27263 column, instead of checking window-width.
27264
27265 2011-03-19 Eli Zaretskii <eliz@gnu.org>
27266
27267 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
27268 windows-nt systems.
27269 (emerge-protect-metachars): Quote correctly for ms-dos and
27270 windows-nt systems.
27271
27272 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
27273
27274 * info.el (info-initialize): Replace all uses of `:' with
27275 path-separator for compatibility with non-Unix systems.
27276 Cache quoting of path-separator. (Bug#8258)
27277
27278 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
27279
27280 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
27281 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
27282 (mouse-avoidance-mode): Fix typos in docstrings.
27283
27284 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
27285
27286 * startup.el (package-subdirectory-regexp): Move from package.el.
27287 Omit \\` and \\', and let callers add them.
27288
27289 * emacs-lisp/package.el (package-strip-version)
27290 (package-load-all-descriptors): Add \\` and \\' to
27291 package-subdirectory-regexp before using it.
27292 (package-untar-buffer): New arg DIR; ensure that file untars only
27293 into this expected directory. Remove superfluous delete-region.
27294 (package-unpack): Caller changed.
27295 (package-tar-file-info): Use package-subdirectory-regexp.
27296
27297 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
27298
27299 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
27300 diff-mode-shared-map (bug#8284).
27301 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
27302
27303 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
27304
27305 * calendar/time-date.el (format-seconds): Use assoc instead of
27306 assoc-string, since assoc-string doesn't exist in XEmacs.
27307
27308 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
27309
27310 * custom.el (custom-known-themes): Reflow docstring.
27311 (custom-theme-load-path): Fix typo in docstring.
27312 (load-theme): Fix typo in error message.
27313 (custom-available-themes, custom-variable-theme-value):
27314 Use `let', not `let*'.
27315
27316 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
27317
27318 * calc/README: Mention inclusion of musical notes.
27319
27320 * calc/calc-units.el (calc-lu-quant): Rename from
27321 `calc-logunits-quantity'.
27322 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
27323 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
27324 (calc-db): Rename from `calc-dblevel'.
27325 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
27326 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
27327 (calc-np): Rename from `calc-nplevel'.
27328 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
27329 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
27330 (calc-lu-plus): Rename from `calc-logunits-add'.
27331 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
27332 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
27333 (calc-lu-minus): Rename from `calc-logunits-sub'.
27334 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
27335 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
27336 (calc-lu-times): Rename from `calc-logunits-mul'.
27337 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
27338 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
27339 (calc-lu-divide): Rename from `calc-logunits-div'.
27340 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
27341 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
27342
27343 * calc/calc-ext.el (calc-init-extensions): Update the names of the
27344 functions being autoloaded.
27345
27346 * calc/calc.el (calc-lu-power-reference): Rename from
27347 `calc-logunits-power-reference'.
27348 (calc-lu-field-reference): Rename from
27349 `calc-logunits-field-reference'.
27350
27351 * calc/calc-help.el (calc-l-prefix-help):
27352 Mention musical note functions.
27353
27354 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
27355
27356 * minibuffer.el (completion-all-sorted-completions):
27357 Use :completion-cycle-penalty text property if present.
27358
27359 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
27360
27361 * allout.el (allout-yank-processing): Adjust for new rebulleting
27362 regime so bullet being yanked is used without prompting the user
27363 for a choice.
27364
27365 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27366
27367 * startup.el (command-line): Warn the user that _emacs is deprecated.
27368
27369 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
27370
27371 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
27372 (delphi-verbose, delphi-comment-face, delphi-string-face)
27373 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
27374 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
27375 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
27376 (delphi-new-comment-line, delphi-font-lock-defaults)
27377 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
27378 Fix typos in docstrings.
27379
27380 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
27381
27382 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
27383 Invert the roles of character and string values for INSTEAD, so a
27384 string is used for the more common case of a defaulting prompt.
27385
27386 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27387
27388 * progmodes/ruby-mode.el (ruby-backward-sexp):
27389 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
27390 * play/gamegrid.el (gamegrid-make-face):
27391 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
27392 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
27393 * notifications.el (notifications-notify):
27394 * net/xesam.el (xesam-search-engines):
27395 * net/quickurl.el (quickurl-list-insert):
27396 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
27397
27398 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
27399
27400 * startup.el (command-line): Update package subdirectory regexp.
27401
27402 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27403
27404 * allout.el (allout-abbreviate-flattened-numbering)
27405 (allout-mode-deactivate-hook): Fix up obsolescence "date".
27406
27407 * subr.el (read-char-choice): Only show the cursor after the prompt,
27408 not after the answer.
27409
27410 2011-03-15 Kevin Ryde <user42@zip.com.au>
27411
27412 * help-fns.el (variable-at-point): Skip leading quotes, if any
27413 (bug#8253).
27414
27415 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
27416
27417 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
27418 warning message.
27419
27420 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
27421
27422 * shell.el (shell): When called interactively, offer to change the
27423 shell file name on remote hosts.
27424
27425 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
27426
27427 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
27428 integration for LDAP parameters. The host, base, user or binddn,
27429 and secret tokens can be specified in a netrc file, for instance.
27430 This is optional because an `auth-source' parameter must be
27431 specified in the search attributes.
27432
27433 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
27434
27435 * help.el (describe-mode): Link to the mode's definition (bug#8185).
27436
27437 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27438
27439 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
27440 into declaration. Remove redundant and harmful binding.
27441
27442 2011-03-12 Eli Zaretskii <eliz@gnu.org>
27443
27444 * files.el (file-ownership-preserved-p): Pass `integer' as an
27445 explicit 2nd argument to `file-attributes'. If the file's owner
27446 is the Administrators group on Windows, and the current user is
27447 Administrator, consider that a match.
27448
27449 * server.el (server-ensure-safe-dir): Consider server directory
27450 safe on MS-Windows if its owner is the Administrators group while
27451 the current Emacs user is Administrator. Use `=' to compare
27452 numerical UIDs, since they could be integers or floats.
27453
27454 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
27455
27456 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
27457
27458 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
27459
27460 Sync with Tramp 2.2.1.
27461
27462 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
27463
27464 * net/trampver.el: Update release number.
27465
27466 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
27467
27468 * progmodes/compile.el (compilation--previous-directory): Fix up
27469 various nil/dead-marker mismatches (bug#8014).
27470 (compilation-directory-properties, compilation-error-properties):
27471 Don't call it at a position past the one we're about to change.
27472
27473 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
27474 Disable obsolescence warnings in the file that declares it.
27475
27476 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
27477
27478 * allout-widgets.el (allout-widgets-tally):
27479 Initialize allout-widgets-tally as a hash table rather than nil to
27480 prevent mode-line redisplay warnings. Also, clarify the module
27481 description and fix a comment typo.
27482
27483 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
27484
27485 * help-fns.el (describe-variable): Don't complete keywords.
27486 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
27487
27488 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
27489
27490 * emacs-lisp/package.el (package-version-join): Impose a standard
27491 string representation for pre/alpha/beta version lists.
27492 (package-unpack-single): Standardize the directory name by passing
27493 it through package-version-join.
27494 (package-strip-rcs-id): Accept any version string that does not
27495 signal an error in version-to-list.
27496
27497 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
27498
27499 * simple.el (delete-trailing-whitespace): Return nil for the
27500 benefit of `write-file-functions'.
27501
27502 2011-03-10 Glenn Morris <rgm@gnu.org>
27503
27504 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
27505
27506 * vc/vc-git.el (vc-git-program): New option.
27507 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
27508 (vc-git--call): Use it.
27509
27510 * eshell/esh-util.el (eshell-condition-case): Doc fix.
27511
27512 * cus-edit.el (Custom-newline): If no button at point, look
27513 for a subgroup button at start-of-line. (Bug#2298)
27514
27515 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
27516
27517 2011-03-10 Julien Danjou <julien@danjou.info>
27518
27519 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
27520 `cursor-type' is nil.
27521
27522 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
27523
27524 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
27525
27526 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
27527
27528 * allout.el: Change so yank of distinctive-bullet items
27529 preserves the existing header prefix, rebulleting it if necessary,
27530 rather than replacing it. This is necessary for proper operation
27531 of cooperative addons like allout-widgets.
27532 (allout-make-topic-prefix, allout-rebullet-heading):
27533 Change SOLICIT arg to INSTEAD, and interpret additionally a string
27534 value as alternate bullet to be used, instead of prompting the user
27535 for a bullet character.
27536
27537 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
27538
27539 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
27540 Do not use `tramp-file-name-port', because this returns also
27541 `tramp-default-port'.
27542
27543 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
27544
27545 * net/rcirc.el (rcirc-handler-001): Remove useless
27546 with-rcirc-process-buffer.
27547 (rcirc-check-auth-status): Swap arguments to string-match.
27548
27549 2011-03-09 Glenn Morris <rgm@gnu.org>
27550
27551 * shell.el (shell-mode):
27552 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
27553
27554 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
27555 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
27556
27557 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27558
27559 * emacs-lisp/package.el (package-refresh-contents)
27560 (package-menu-execute): Use condition-case-no-debug.
27561
27562 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
27563
27564 * simple.el (shell-command-to-string): Use `process-file'.
27565
27566 * emacs-lisp/package.el (package-tar-file-info): Handle also
27567 remote files.
27568
27569 * emacs-lisp/package-x.el (package-upload-buffer-internal):
27570 Use `equal' for upload base check.
27571
27572 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
27573
27574 * textmodes/texinfo.el (texinfo-environments):
27575 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
27576
27577 2011-03-08 Glenn Morris <rgm@gnu.org>
27578
27579 * cus-start.el (cursor-in-non-selected-windows):
27580 Fix :set quoting oddness. (Bug#8192)
27581
27582 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
27583 in some setf expressions. (Bug#2159)
27584
27585 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
27586
27587 * custom.el (custom-available-themes): Return themes in
27588 alphabetical order.
27589
27590 See ChangeLog.15 for earlier changes.
27591
27592 ;; Local Variables:
27593 ;; coding: utf-8
27594 ;; End:
27595
27596 Copyright (C) 2011-2013 Free Software Foundation, Inc.
27597
27598 This file is part of GNU Emacs.
27599
27600 GNU Emacs is free software: you can redistribute it and/or modify
27601 it under the terms of the GNU General Public License as published by
27602 the Free Software Foundation, either version 3 of the License, or
27603 (at your option) any later version.
27604
27605 GNU Emacs is distributed in the hope that it will be useful,
27606 but WITHOUT ANY WARRANTY; without even the implied warranty of
27607 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27608 GNU General Public License for more details.
27609
27610 You should have received a copy of the GNU General Public License
27611 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.