Remove unnecessary require when compiling tcl.el
[bpt/emacs.git] / lisp / ChangeLog
1 2012-09-27 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/tcl.el: Don't require outline when compiling.
4 (outline-regexp, outline-level): Declare.
5 * textmodes/sgml-mode.el: Don't require outline when compiling.
6 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7
8 * term.el (term-ansi-reset):
9 Try setting term-ansi-face-already-done to nil. (Bug#11785)
10
11 * vc/vc.el (vc-next-action): Only gripe about committing read-only
12 files for RCS and SCCS. (Bug#9781)
13
14 2012-09-27 Chong Yidong <cyd@gnu.org>
15
16 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
17 change; value should be t.
18
19 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * image-mode.el: Use lexical-binding.
22 (image-mode-winprops): Use t to stand for the window of
23 a buffer that's not displayed.
24 * doc-view.el (doc-view-new-window-function): Handle the new
25 t in winprops.
26 (doc-view-enlarge): Make it a real nop if the size is not changed.
27 (doc-view-display): Handle the case where the buffer is not (yet?)
28 displayed in any window.
29 (doc-view-saved-settings): New var.
30 (doc-view-mode): Use it.
31 (doc-view-fallback-mode): Set it.
32
33 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
34 Set lexical-binding.
35 (minibuffer-eldef-shorten-default): New var.
36 (minibuffer-default-in-prompt-regexps): Use it for new default.
37 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
38
39 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
40
41 * international/uni-bidi.el:
42 * international/uni-category.el:
43 * international/uni-name.el:
44 * international/uni-numeric.el: Regenerate.
45
46 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
47 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * profiler.el: New file.
50
51 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
54 (testcover-reinstrument): Simplify with CSE.
55
56 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
57
58 * window.el (temp-buffer-window-setup): Fix typo in docstring.
59
60 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
61
62 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
63 (verilog-auto-input, verilog-auto-insert-lisp)
64 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
65 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
66 (verilog-auto-unused, verilog-auto-wire)
67 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
68 newline. Reported by Andrew Jones.
69 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
70 Reported by Brad Dobbie.
71 (verilog-batch-delete-trailing-whitespace):
72 Create verilog-batch-delete-trailing-whitespace.
73 Reported by Brad Dobbie.
74 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
75 parameters from another module. Reported by Dan Katz.
76 (verilog-auto, verilog-auto-assign-modport)
77 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
78 AUTOINOUTMODPORT for UVM interface module shell generation.
79 Reported by Brad Dobbie.
80 (verilog-auto-inst-interfaced-ports): Make default nil, as more
81 standard behavior.
82 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
83 Reported by Matt Martin.
84
85 2012-09-25 Martin Rudalics <rudalics@gmx.at>
86
87 * window.el (window--resize-child-windows): When resizing child
88 windows proportionally, process them in reverse order to
89 preserve the "when splitting a window the new one gets the odd
90 line" behavior.
91 (window--resize-root-window-vertically): When resizing the
92 minibuffer window try to affect only windows at the bottom of the
93 frame. (Bug#12419)
94
95 2012-09-25 Chong Yidong <cyd@gnu.org>
96
97 * subr.el (declare): Doc fix.
98
99 * help-fns.el (help-fns--obsolete): Handle macros properly.
100
101 2012-09-25 Chong Yidong <cyd@gnu.org>
102
103 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
104 this function obsolete.
105
106 * calendar/cal-x.el (calendar-two-frame-setup)
107 (calendar-only-one-frame-setup, calendar-one-frame-setup):
108 * calendar/calendar.el (american-calendar, european-calendar)
109 (calendar-for-loop):
110 * comint.el (comint-dynamic-simple-complete)
111 (comint-dynamic-complete-as-filename, comint-unquote-filename):
112 * desktop.el (desktop-load-default):
113 * dired-x.el (dired-omit-here-always)
114 (dired-hack-local-variables, dired-default-directory):
115 * emacs-lisp/derived.el (derived-mode-class):
116 * emacs-lisp/timer.el (timer-set-time-with-usecs):
117 * emacs-lock.el (toggle-emacs-lock):
118 * epa.el (epa-display-verify-result):
119 * epg.el (epg-sign-keys, epg-start-sign-keys)
120 (epg-passphrase-callback-function):
121 * eshell/esh-util.el (eshell-for):
122 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
123 (eshell-add-to-window-buffer-names):
124 * files.el (locate-file-completion):
125 * imenu.el (imenu-example--create-c-index)
126 (imenu-example--create-lisp-index)
127 (imenu-example--lisp-extract-index-name)
128 (imenu-example--name-and-position):
129 * international/mule-cmds.el (princ-list):
130 * international/mule-diag.el (decode-codepage-char):
131 * international/mule-util.el (detect-coding-with-priority):
132 * iswitchb.el (iswitchb-read-buffer):
133 * mail/mailalias.el (mail-complete):
134 * mail/sendmail.el (mail-sent-via):
135 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
136 (mouse-major-mode-menu):
137 * password-cache.el (password-read-and-add):
138 * pcomplete.el (pcomplete-parse-comint-arguments):
139 * progmodes/sh-script.el (sh-maybe-here-document):
140 * replace.el (query-replace-regexp-eval):
141 * savehist.el (savehist-load):
142 * simple.el (choose-completion-delete-max-match):
143 * term.el (term-dynamic-simple-complete):
144 * vc/ediff-init.el (ediff-check-version):
145 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
146 * vc/vc.el (vc-diff-switches-list):
147 * view.el (view-return-to-alist-update): Likewise.
148
149 * subr.el (eval-next-after-load, makehash, insert-string)
150 (assoc-ignore-representation, assoc-ignore-case): Use declare to
151 mark obsolete.
152 (mode-line-inverse-video): Variable deleted.
153
154 * international/mule-util.el (string-to-sequence): Remove.
155
156 * calendar/calendar.el (calendar-version):
157 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
158 (icalendar-convert-diary-to-ical):
159 * cus-edit.el (custom-mode):
160 * ansi-color.el (ansi-color-unfontify-region):
161 * international/latin1-disp.el (latin1-char-displayable-p):
162 * progmodes/cwarn.el (turn-on-cwarn-mode):
163 * progmodes/which-func.el (which-func-update-1):
164 Use define-obsolete-function-alias.
165
166 * net/newst-backend.el (newsticker-cache-filename):
167 * net/newst-treeview.el (newsticker-groups-filename):
168 Fix incorrect obsolescence declaration.
169
170 * allout.el (allout-passphrase-hint-string): Likewise.
171 (allout-init): Use a declare form to mark obsolete.
172
173 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
174 this applies to functions.
175
176 * iswitchb.el (iswitchb-read-buffer): Move code of
177 iswitchb-define-mode-map here, and delete that obsolete function.
178
179 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
180 font-lock-reference-face.
181
182 2012-09-25 Glenn Morris <rgm@gnu.org>
183
184 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
185 Doc fixes.
186
187 * eshell/em-term.el (eshell-term-name):
188 Default to term-term-name. (Bug#12485)
189
190 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
191
192 * progmodes/python.el (python-shell-send-buffer): Better handling
193 of "if __name__ == '__main__':" conditionals when sending the buffer.
194
195 2012-09-24 Glenn Morris <rgm@gnu.org>
196
197 * eshell/esh-cmd.el (eshell-find-alias-function):
198 Tighten up file-name regexp. (Bug#12499)
199
200 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
201
202 Enhancements for triple-quote string syntax.
203 * progmodes/python.el (python-quote-syntax): Remove.
204 (python-syntax-propertize-function): New value.
205 (python-syntax-count-quotes, python-syntax-stringify):
206 New functions.
207
208 2012-09-24 Chong Yidong <cyd@gnu.org>
209
210 * mail/supercite.el (sc-version): Remove obsolete function.
211 (sc-describe): Don't mark as obsolete, since it is bound.
212 (sc-submit-bug-report): Remove.
213
214 * vc/log-edit.el (cvs-changelog-full-paragraphs)
215 (cvs-commit-buffer-require-final-newline): Remove.
216 (log-edit-require-final-newline)
217 (log-edit-changelog-full-paragraphs): Default to t.
218
219 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
220 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
221 * vc/vc.el (vc-checkout-carefully): Likewise.
222
223 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
224 (emerge-version): Remove.
225
226 * progmodes/compile.el (compile-internal): Remove.
227 (compilation-parse-errors-function): Fix typo.
228
229 * international/mule.el (set-char-table-default): Remove.
230 (set-coding-priority, make-coding-system, generic-char-p)
231 (charset-list, charset-bytes, charset-id): Use declare to mark
232 functions as obsolete.
233
234 * vc/pcvs-defs.el (cvs-buffer-name-alist)
235 (cvs-invert-ignore-marks): Remove references to obsolete vars.
236 * vc/vc-hooks.el (vc-default-registered): Don't use
237 vc-master-templates.
238
239 * font-lock.el (font-lock-reference-face):
240 Use define-obsolete-variable-alias.
241
242 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
243 * calendar/calendar.el (calendar-font-lock-keywords):
244 * calendar/diary-lib.el (diary-font-lock-keywords)
245 (diary-fancy-font-lock-keywords):
246 * textmodes/reftex-sel.el (reftex-insert-docstruct):
247 * textmodes/reftex-index.el (reftex-insert-index):
248 * textmodes/reftex-cite.el (reftex-format-bib-entry):
249 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
250 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
251 * progmodes/prolog.el (prolog-font-lock-keywords):
252 * progmodes/idlwave.el (idlwave-idl-keywords):
253 * progmodes/ada-mode.el (ada-font-lock-keywords):
254 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
255
256 2012-09-24 Glenn Morris <rgm@gnu.org>
257
258 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
259
260 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
261
262 * progmodes/python.el (python-indent-line): More consistent cursor
263 movement behavior.
264
265 2012-09-23 Stefan Merten <smerten@oekonux.de>
266
267 * textmodes/rst.el: Fix compiler warning.
268
269 2012-09-23 Roland Winkler <winkler@gnu.org>
270
271 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
272 Transcribe also LaTeX hyphenation.
273 (bibtex-reformat): Bug fix. Do not quote twice the elements of
274 bibtex-reformat-previous-options.
275
276 2012-09-23 Roland Winkler <winkler@gnu.org>
277
278 * proced.el (proced-renice-command): New variable.
279 (proced-marked-processes): New function.
280 (proced-with-processes-buffer): New macro.
281 (proced-send-signal): Use them.
282 (proced-renice): New command bound to r.
283
284 2012-09-23 Roland Winkler <winkler@gnu.org>
285
286 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
287 ibuffer-saved-filter-groups has one element, shortcut the call of
288 completing-read. (Bug#12331)
289
290 2012-09-23 Chong Yidong <cyd@gnu.org>
291
292 * bindings.el (mode-line-toggle-read-only):
293 * bs.el (bs-toggle-readonly):
294 * buff-menu.el (Buffer-menu-toggle-read-only):
295 * dired.el (dired-toggle-read-only):
296 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
297
298 2012-09-23 Chong Yidong <cyd@gnu.org>
299
300 * image.el (image-type-available-p): Adapt to init-image-library
301 argument changes.
302
303 2012-09-22 Juri Linkov <juri@jurta.org>
304
305 * dired.el (dired-mode-map): Add [remap read-only-mode] for
306 `dired-toggle-read-only'. (Bug#12462)
307
308 2012-09-22 Martin Rudalics <rudalics@gmx.at>
309
310 * subr.el (temp-output-buffer-show): New function.
311 (with-output-to-temp-buffer): Call temp-output-buffer-show
312 instead of internal-temp-output-buffer-show.
313
314 2012-09-22 Chong Yidong <cyd@gnu.org>
315
316 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
317 (Bug#12462).
318
319 * repeat.el (repeat): Doc fix (Bug#12348).
320
321 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
322 (Bug#10909).
323
324 * simple.el (shell-command-on-region): Doc fix.
325 (read-only-mode): Doc fix.
326
327 2012-09-22 Eli Zaretskii <eliz@gnu.org>
328
329 * emacs-lisp/timer.el (run-with-idle-timer)
330 (timer-activate-when-idle): Warn against reinvoking an idle timer
331 from within its own timer action. (Bug#12447)
332
333 2012-09-22 Martin Rudalics <rudalics@gmx.at>
334
335 * cus-start.el (window-combination-limit): Add new optional
336 values.
337 * window.el (temp-buffer-window-show)
338 (window--try-to-split-window): Handle new values of
339 window-combination-limit (Bug#1806).
340 (split-window): Test window-combination-limit for t instead of
341 non-nil.
342 (display-buffer-at-bottom): New buffer display action function.
343 * help.el (temp-buffer-resize-regexps): New option.
344 (temp-buffer-resize-mode): Rewrite doc-string.
345 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
346 Don't resize reused window. Suggested by Glenn Morris.
347
348 2012-09-22 Stefan Merten <smerten@oekonux.de>
349
350 * textmodes/rst.el: Revamp section title faces.
351 (rst-official-version)
352 (rst-package-emacs-version-alist): Sync with official version
353 V1.4.0.
354 (rst-faces-defaults, rst-set-level-default)
355 (rst-level-face-max, rst-level-face-base-color)
356 (rst-level-face-base-light, rst-level-face-format-light)
357 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
358 (rst-adornment-faces-alist): Match new setup.
359 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
360 (rst-level-5, rst-level-6): New faces.
361
362 2012-09-22 Chong Yidong <cyd@gnu.org>
363
364 * simple.el (undo): Handle indirect buffers (Bug#8207).
365
366 2012-09-21 Leo Liu <sdl.web@gmail.com>
367
368 IDO: Disable match re-ordering for buffer switching.
369 * ido.el (ido-buffer-disable-smart-matches): New variable.
370 (ido-set-matches-1): Use it. (Bug#2042)
371
372 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
373
374 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
375 Fix 2011-05-17 change. (Bug#12418)
376
377 2012-09-21 Leo Liu <sdl.web@gmail.com>
378
379 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
380
381 2012-09-21 Glenn Morris <rgm@gnu.org>
382
383 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
384 Be more robust about locating simple.el.
385
386 2012-09-21 Glenn Morris <rgm@gnu.org>
387
388 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
389
390 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
391
392 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
393
394 2012-09-20 Juri Linkov <juri@jurta.org>
395
396 * replace.el (query-replace-read-from): Use `read-regexp' instead
397 of `read-from-minibuffer' when `regexp-flag' is non-nil.
398 (occur-read-primary-args): Use `read-regexp' instead of
399 `read-string'.
400 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
401 `read-from-minibuffer'.
402 * isearch.el (isearch-occur): Use `read-regexp' instead of
403 `read-string'.
404 * dired.el (dired-read-regexp): Use `read-regexp' instead of
405 `read-from-minibuffer'.
406 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
407 of `read-string'. (Bug#7567)
408
409 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
410 and allow accepting a list of strings prepended to a list of
411 standard default values. Doc fix. (Bug#12321)
412
413 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
414
415 * replace.el (read-regexp): Don't add ": " when PROMPT already
416 ends with a colon and space. (Bug#12321)
417
418 2012-09-20 Tassilo Horn <tsdh@gnu.org>
419
420 * doc-view.el (doc-view-display): Better fix for the cl-assertion
421 error.
422
423 2012-09-20 Stefan Merten <smerten@oekonux.de>
424
425 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
426 Fixes feature request bug#11711.
427 (rst-mode): Create `imenu-create-index-function'.
428 (rst-get-stripped-line): Delete after refactoring.
429 (rst-section-tree, rst-section-tree-rec)
430 (rst-section-tree-point): Refactor and document properly.
431 (rst-imenu-find-adornments-for-position)
432 (rst-imenu-convert-cell, rst-imenu-create-index):
433 New function.
434
435 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
436
437 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
438 (macroexp--expand-all): Use it.
439 (macroexp--funcall-and-return): Remove by folding it into its sole
440 caller (macroexp--warn-and-return).
441 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
442 Use macroexp--obsolete-warning.
443
444 * calc/calc.el: Fix last change by removing the whole chunk, since it
445 was only needed back when Calc was not bundled.
446
447 2012-09-20 Martin Rudalics <rudalics@gmx.at>
448
449 * emacs-lisp/debug.el (debug): Restore assignment to
450 debugger-old-buffer removed on 2012-09-08.
451
452 2012-09-20 Juri Linkov <juri@jurta.org>
453
454 * dired-aux.el (dired-diff): Remove (require 'diff) since
455 `diff-latest-backup-file' is now autoloaded.
456
457 2012-09-20 Chong Yidong <cyd@gnu.org>
458
459 * vc/diff.el (diff-latest-backup-file): Autoload.
460
461 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * calc/calc.el: Remove redundant autoload shape check.
464 (sel-mode): Don't defvar.
465 (calc-get-stack-element): Add `sel-mode' arg instead.
466 (calc-top, calc-top-list): Pass it this additional argument.
467 * calc/calc-store.el (calc-store-map):
468 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
469 (calc-map-equation, calc-outer-product, calc-inner-product):
470 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
471
472 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
473
474 2012-09-19 Juri Linkov <juri@jurta.org>
475
476 * dired-aux.el (dired-diff): Add (require 'diff) because
477 `diff-latest-backup-file' is not autoloaded.
478 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
479 of `dired-get-filename' to t to not report error when there is
480 no default file on the current line.
481
482 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
483
484 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
485 macroexp--eval-if-compile.
486 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
487 (macroexp--expand-all): Use them (bug#12371).
488
489 * doc-view.el (doc-view-guess-paper-size)
490 (doc-view-scale-bounding-box): Fix unbound `caddr'.
491
492 2012-09-19 Tassilo Horn <tsdh@gnu.org>
493
494 New feature: set optimal slice from BoundingBox information.
495 * doc-view.el (doc-view-mode-map): Add keybinding.
496 (doc-view-menu): Add menu entry.
497 (doc-view-set-slice): Adapt docstring.
498 (doc-view-get-bounding-box, doc-view-guess-paper-size)
499 (doc-view-scale-bounding-box)
500 (doc-view-set-slice-from-bounding-box): New functions.
501 (doc-view-paper-sizes): New defvar.
502
503 2012-09-19 Glenn Morris <rgm@gnu.org>
504
505 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
506 (byte-compile-log-warning): Autoload. (Bug#12371)
507
508 * calendar/calendar.el (calendar-american-month-header)
509 (calendar-european-month-header, calendar-iso-month-header)
510 (calendar-month-header): New options.
511 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
512 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
513
514 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
515
516 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
517
518 2012-09-18 Juri Linkov <juri@jurta.org>
519
520 * dired-aux.el (dired-diff): Restore original functionality of
521 getting the default value, but keep new feature of using the
522 latest existing backup file (`diff-latest-backup-file').
523
524 2012-09-18 Juri Linkov <juri@jurta.org>
525
526 * dired.el (dired-mark): If the region is active in Transient Mark
527 mode, mark all files in the active region. Doc fix.
528 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
529 Doc fix. (Bug#10624)
530
531 2012-09-18 Juri Linkov <juri@jurta.org>
532
533 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
534 attributes for M-n are pulled from the file at point.
535 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
536 Suggested by Drew Adams. (Bug#10624)
537
538 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
539
540 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
541 whitespace after "end".
542 (ruby-do-end-to-brace): Collapse block to one line if it fits
543 within fill-column.
544
545 2012-09-18 Martin Rudalics <rudalics@gmx.at>
546
547 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
548 value.
549 (debug): Don't remove debugger window when debugger is expected
550 to be back.
551
552 2012-09-18 Chong Yidong <cyd@gnu.org>
553
554 * custom.el (defface): Doc fix.
555
556 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
557
558 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
559
560 * progmodes/compile.el (compilation-start): Use compilation-always-kill
561 to initialize query-on-exit; then test that instead (bug#12288).
562
563 2012-09-17 Stefan Merten <smerten@oekonux.de>
564
565 * textmodes/rst.el: Add support for `testcover'.
566 (rst-defcustom-testcover, rst-testcover-add-compose)
567 (rst-testcover-add-1value): New functions.
568 (rst-portable-mark-active-p): Replace by `use-region-p'.
569 (rst-update-section, rst-classify-adornment)
570 (rst-find-title-line): Mark `1value' forms.
571 (rst-classify-adornment): Remove superfluous form.
572 (rst-update-section, rst-get-adornments-around)
573 (rst-adornment-complete-p, rst-get-next-adornment)
574 (rst-adjust, rst-promote-region)
575 (rst-display-adornments-hierarchy, rst-straighten-adornments)
576 (rst-find-pfx-in-region, rst-section-tree-rec)
577 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
578 (rst-toc-node, rst-toc, rst-forward-section)
579 (rst-iterate-leftmost-paragraphs)
580 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
581 (rst-bullet-list-region)
582 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
583 (rst-compile-find-conf, rst-compile)
584 (rst-repeat-last-character): Fix style.
585
586 2012-09-17 Chong Yidong <cyd@gnu.org>
587
588 * comint.el (comint--complete-file-name-data): Don't add a space
589 if the status is `sole'; that adds a gratuitous space in the
590 completion-cycling case (Bug#12092).
591
592 * pcomplete.el (pcomplete-completions-at-point): Likewise.
593
594 2012-09-17 Richard Stallman <rms@gnu.org>
595
596 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
597 only in the mime-shown mode, not in raw mode.
598 (rmail-mime): Toggle off mime by displaying the message without
599 mime processing. (Bug#12305)
600
601 * mail/rmail.el (rmail-retry-failure):
602 Turn off mime processing first. (Bug#12037)
603
604 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
605
606 2012-09-17 Chong Yidong <cyd@gnu.org>
607
608 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
609 (shell-dynamic-complete-functions): Convert to defcustom.
610 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
611
612 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
613 * comint.el (comint-prompt-read-only):
614 * custom.el (defcustom):
615 * hi-lock.el (hi-lock-mode):
616 * ibuffer.el (ibuffer-formats):
617 * ielm.el (ielm-prompt-read-only):
618 * novice.el (disable-command):
619 * saveplace.el (toggle-save-place):
620 * speedbar.el (speedbar-supported-extension-expressions):
621 * startup.el (auto-save-list-file-prefix, init-file-user)
622 (after-init-hook, inhibit-startup-echo-area-message):
623 * strokes.el (strokes-help):
624 * time-stamp.el (time-stamp):
625 * calendar/calendar.el (calendar, diary-file):
626 * calendar/diary-lib.el (diary-mail-entries, diary)
627 (diary-list-entries-hook):
628 * calendar/holidays.el (holidays, calendar-holidays):
629 * calendar/lunar.el (lunar-phases):
630 * calendar/solar.el (sunrise-sunset):
631 * emulation/edt.el (edt-load-keys):
632 * emulation/viper.el (viper-mode):
633 * eshell/em-alias.el (eshell-command-aliases-list):
634 * eshell/esh-util.el (eshell-convert-numeric-arguments):
635 * international/ogonek.el (ogonek-information):
636 * net/tramp-cmds.el (tramp-bug):
637 * net/quickurl.el (quickurl-reread-hook-postfix):
638 * play/decipher.el (decipher-font-lock-keywords):
639 * progmodes/cc-styles.el (c-set-style):
640 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
641 * progmodes/inf-lisp.el (inferior-lisp-prompt):
642 * progmodes/octave-mod.el (octave-mode):
643 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
644 * progmodes/verilog-mode.el (verilog-read-defines):
645 * textmodes/two-column.el (2C-mode): Likewise.
646
647 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
648
649 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
650 that holds many addresses.
651
652 2012-09-16 Chong Yidong <cyd@gnu.org>
653
654 * align.el (align-areas): Call the indication function with
655 positions instead of markers for arguments (Bug#12343).
656
657 * files.el (parse-colon-path): Use split-string (Bug#12351).
658
659 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
660 (display-buffer-function): Mark as obsolete.
661
662 * progmodes/compile.el (compilation-parse-errors): Accept list
663 values similar to font-lock-keywords (Bug#12136).
664 Suggested by Oleksandr Manzyuk.
665 (compilation-error-regexp-alist): Doc fix.
666
667 2012-09-15 Glenn Morris <rgm@gnu.org>
668
669 * version.el (emacs-bzr-version-bzr): New function.
670 (emacs-bzr-get-version): Add optional EXTERNAL argument.
671
672 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
673 checkouts, check the parent dirstate matches the branch.
674 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
675 empty string.
676
677 * version.el (emacs-bzr-version): Doc fix.
678 (emacs-bzr-version-dirstate): New function.
679 (emacs-bzr-get-version): For lightweight checkouts, if the parent
680 is local try and check that it matches the branch. If not, just
681 use dirstate information. (Bug#12441)
682
683 2012-09-14 Juri Linkov <juri@jurta.org>
684
685 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
686 (Bug#12399)
687
688 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
691
692 * emacs-lisp/edebug.el: Miscellaneous cleanup.
693 Remove obsolete byte-compiler hack that tried to silence some warnings.
694 (edebug-submit-bug-report): Remove.
695 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
696 Remove aliases, use the un-prefixed name instead.
697 (edebug-pop-to-buffer): Consider other frames.
698 (edebug-original-read):: Make it more obvious that it's always defined.
699 (edebug--make-form-data-entry, edebug--form-data-name)
700 (edebug--form-data-begin, edebug--form-data-end): Rename from the
701 single-dashed name, and implement with cl-defstruct.
702 (edebug-set-form-data-entry): Use the standard accessors.
703 (edebug-make-top-form-data-entry): Use push.
704 (edebug-no-match): Drop useless `funcall'.
705 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
706 to functions.
707 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
708 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
709 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
710 (easy-menu-define, with-custom-print): Remove redundant specs.
711 (edebug-outside-overriding-local-map)
712 (edebug-outside-overriding-terminal-local-map): Remove, unused.
713 (edebug--display): Bind unread-command-events directly to nil rather
714 than binding it to unread-command-events and later setting it to nil.
715 (edebug--display): Kill edebug-eval-buffer here...
716 (edebug--recursive-edit): ...rather than here.
717 Bind standard-output and standard-input.
718 (edebug-eval): Check cl-macroexpand-all is fboundp.
719 (edebug-temp-display-freq-count): Fix last change.
720
721 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
722 * subr.el (noreturn, 1value): Add `debug' spec.
723 * emacs-lisp/advice.el: Require cl-lib.
724 (ad-copy-tree): Remove, use copy-tree instead.
725 (ad-dolist): Remove use dolist or cl-dolist instead.
726 (ad-do-return): Remove, use cl-return instead.
727 (defadvice): Add `debug' spec.
728
729 2012-09-13 Juri Linkov <juri@jurta.org>
730
731 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
732 (Bug#12399)
733
734 2012-09-13 Glenn Morris <rgm@gnu.org>
735
736 * calc/calc.el (math-compose-expr):
737 * calc/calc-ext.el (math-compose-expr):
738 * progmodes/cc-defs.el (cl-macroexpand-all):
739 * progmodes/cc-langs.el (delete-duplicates, mapcan)
740 (cl-macroexpand-all): Update declarations.
741
742 * vc/vc.el: No need to require ediff.
743 (ediff-load-version-control): Declare.
744 (ediff-vc-internal): Fix declaration.
745 (vc-version-ediff): Require ediff.
746
747 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
748
749 Use a more backwards-compatible timer format (Bug#12430).
750 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
751 being right after USECS, as that better supports old code that
752 inadvisedly looked directly at the timer vector.
753
754 2012-09-13 Kenichi Handa <handa@gnu.org>
755
756 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
757 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
758 `coding-priority' property of these language environment.
759
760 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
761
762 Fix glitches caused by addition of psec to timers (Bug#12430).
763 * image.el (image-animate-timer):
764 * time.el (display-time-world-timer):
765 Use timer--function and timer--args rather than raw access to
766 timer vector.
767
768 2012-09-13 Glenn Morris <rgm@gnu.org>
769
770 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
771 If not compiling a file, try using load-file-name.
772
773 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
774
775 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
776 Fix last change.
777 (edebug-update-eval-list): Use `push'.
778
779 * emacs-lisp/edebug.el: Use lexical-binding.
780 Remove the "edebug-" prefix from non-dynamically-scoped variables.
781 Mark unused args with underscore.
782 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
783 (edebug-form-data): Use defvar-local.
784 (edebug-make-before-and-after-form, edebug-make-after-form):
785 Use backquote.
786 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
787 Not dynamically scoped any more.
788 (edebug--enter-trace): Add arguments `function' and `args'.
789 Rename from edebug-enter-trace.
790 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
791 (edebug--update-coverage): Add `after-index' and `value' args.
792 Rename from edebug-update-coverage.
793 (edebug-slow-after): Call it accordingly.
794 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
795 edebug-recursive-edit.
796 (edebug--display): Call it accordingly. Add args `value',
797 `offset-index', and `arg-mode'. Rename from edebug-display.
798 (edebug-debugger, edebug): Call it accordingly.
799 (edebug-eval-display-list): Use dolist.
800
801 2012-09-12 Juri Linkov <juri@jurta.org>
802
803 * info.el (Info-search): Don't check for isearch-mode and
804 isearch-regexp before let-binding search-spaces-regexp to
805 Info-search-whitespace-regexp.
806 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
807 search-whitespace-regexp if isearch-lax-whitespace or
808 isearch-regexp-lax-whitespace is non-nil.
809 (Info-mode): Don't set local variable search-whitespace-regexp.
810 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
811
812 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
815 (debugger-env-macro): Remove support for unread-command-char.
816
817 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
818 the temporary map re-appearing on emulation-mode-map-alists.
819
820 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
821 since 22.1.
822
823 * ehelp.el (with-electric-help): Accept functions in
824 electric-help-form-to-execute.
825 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
826 And replace unread-command-char -> unread-command-events.
827
828 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
829
830 Sync with Tramp 2.2.6.
831
832 * net/tramp.el (tramp-accept-process-output): Don't use
833 JUST-THIS-ONE in the XEmacs case.
834
835 * net/trampver.el: Update release number.
836
837 2012-09-12 Martin Rudalics <rudalics@gmx.at>
838
839 * emacs-lisp/debug.el (debugger-previous-window-height):
840 New variable.
841 (debug): When debugger-jumping-flag is non-nil try to restore
842 height of debugger window. (Bug#8789)
843
844 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
845
846 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
847 overriding-local-map and pre/post-command-hook here.
848 (edebug-recursive-edit): Do it here instead (bug#12345).
849 (edebug-outside-unread-command-char): Remove all uses of
850 unread-command-char.
851
852 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
853 inhibit-debugger is bound instead.
854
855 2012-09-11 Bastien Guerry <bzg@gnu.org>
856
857 * subr.el (set-temporary-overlay-map): Add a docstring.
858 (Bug#12346)
859
860 2012-09-11 Bastien Guerry <bzg@gnu.org>
861
862 * minibuffer.el (completion-table-subvert): Fix docstring.
863 (Bug#12347)
864
865 2012-09-11 Bastien Guerry <bzg@gnu.org>
866
867 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
868
869 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
870
871 * progmodes/sql.el: Version 3.1
872 (sql-db2-escape-newlines): New variable.
873 (sql-escape-newlines-filter): Use it.
874
875 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
876
877 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
878
879 2012-09-10 Dan Nicolaescu <dann@gnu.org>
880
881 * vc/diff-mode.el (diff-mode-menu):
882 Bind diff-remove-trailing-whitespace.
883
884 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
887 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
888 (emacs-lisp-byte-code-mode): New functions.
889 (eval-sexp-add-defvars): Don't skip defvars in column >0.
890 (eval-defun-2): Remove bogus interactive spec.
891 (lisp-indent-line): Remove redundant whole-exp code, now done in
892 indent-according-to-mode.
893 (save-match-data): Remove redundant indent data.
894
895 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
896 Use `declare'.
897
898 2012-09-09 Juri Linkov <juri@jurta.org>
899
900 * replace.el (replace-regexp-lax-whitespace): New defcustom.
901 (replace-lax-whitespace, query-replace-regexp)
902 (query-replace-regexp-eval, replace-regexp): Doc fix.
903 (perform-replace, replace-highlight): Let-bind
904 isearch-lax-whitespace to replace-lax-whitespace and
905 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
906
907 * isearch.el (isearch-query-replace): Let-bind
908 replace-lax-whitespace to isearch-lax-whitespace and
909 replace-regexp-lax-whitespace to
910 isearch-regexp-lax-whitespace. (Bug#10885)
911
912 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
913
914 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
915
916 2012-09-09 Alan Mackenzie <acm@muc.de>
917
918 * progmodes/cc-engine.el (c-state-cache-init):
919 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
920 (c-record-parse-state-state):
921 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
922
923 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
924
925 * register.el (register-separator): Rename from
926 separator-register. All uses changed. Doc fix.
927 (register): Fix version.
928
929 2012-09-09 Chong Yidong <cyd@gnu.org>
930
931 * replace.el (query-replace-map): Bind four new symbols for
932 requesting window scrolling.
933
934 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
935 query-replace-map (Bug#8948).
936
937 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
938
939 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
940 since they are now in query-replace-map.
941
942 * window.el (scroll-other-window-down): Make the arg optional.
943
944 2012-09-09 Chong Yidong <cyd@gnu.org>
945
946 * files.el (hack-local-variables-confirm): Use quit-window to kill
947 the *Local Variables* buffer.
948
949 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
950
951 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
952 not just expect to be at its beginning. Adjust callees.
953 Succeed when do-end block has no space before the pipe character.
954 (ruby-brace-to-do-end): When the original block is one-liner,
955 convert to multiline. Reindent the result.
956
957 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
958
959 * register.el (register): New group.
960 (register-separator): New user option.
961 (increment-register): Route it to `append-to-register', if
962 register contains text. Implication is that `C-x r +' can now be
963 used for appending to a text register (bug#12217).
964 (append-to-register, prepend-to-register): Add separator based on
965 `register-separator.
966
967 2012-09-08 Alan Mackenzie <acm@muc.de>
968
969 AWK Mode: make auto-newline work when there's "==" in the pattern.
970 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
971 correctly.
972 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
973 Test more rigorously for "=" token.
974
975 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
976
977 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
978 Only fail when reached LIMIT.
979
980 2012-09-08 Chong Yidong <cyd@gnu.org>
981
982 * dired.el (dired-mode-map): Don't bind M-=.
983
984 * dired-aux.el (dired-diff): Use backup file as default.
985
986 2012-09-08 Drew Adams <drew.adams@oracle.com>
987
988 * subr.el (add-to-history): Fix delete usage (Bug#12314).
989
990 2012-09-08 Chong Yidong <cyd@gnu.org>
991
992 * subr.el (syntax-after, syntax-class): Doc fix.
993
994 2012-09-08 Martin Rudalics <rudalics@gmx.at>
995
996 * window.el (display-buffer-in-previous-window): New buffer
997 display action function.
998
999 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
1000 (debugger-previous-window): New variable.
1001 (debug): Rewrite using display-buffer-in-previous-window,
1002 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
1003
1004 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
1007
1008 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
1009
1010 * progmodes/python.el (python-shell-send-string):
1011 When default-directory is remote, create temp file on remote
1012 filesystem.
1013 (python-shell-send-file): When file is remote, pass local view of
1014 file paths to remote Python interpreter. (Bug#12340)
1015
1016 2012-09-07 Chong Yidong <cyd@gnu.org>
1017
1018 * window.el (switch-to-buffer): Doc fix (Bug#12181).
1019
1020 * files.el (after-find-file): Don't fail on a read-only buffer if
1021 require-final-newline is `visit' or `visit-save' (Bug#11156).
1022
1023 * subr.el (read-char-choice): Allow quitting via ESC ESC.
1024
1025 * userlock.el (ask-user-about-supersession-threat):
1026 Use read-char-choice (Bug#12093).
1027
1028 2012-09-07 Chong Yidong <cyd@gnu.org>
1029
1030 * subr.el (buffer-narrowed-p): New function.
1031
1032 * ses.el (ses-widen):
1033 * simple.el (count-words--buffer-message):
1034 * net/browse-url.el (browse-url-of-buffer): Use it
1035
1036 * simple.el (count-words-region): Don't signal an error if there
1037 is a non-nil prefix arg and the mark is not set.
1038
1039 * help.el (describe-key-briefly): Allow the message to be seen
1040 when invoked from the minibuffer (Bug#7014).
1041
1042 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
1043
1044 * progmodes/ruby-mode.el (ruby-end-of-defun)
1045 (ruby-beginning-of-defun): Simplify, allow indentation before
1046 block beginning and end keywords.
1047 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
1048 (ruby-end-of-defun): Expect that the point is at the beginning of
1049 the defun.
1050
1051 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
1054 (bug#12367).
1055 (cl--make-usage-args): Strip _ from argument names.
1056
1057 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1058
1059 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
1060 obsolete alias speedbar-key-map.
1061 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
1062 (vhdl-index-menu-init): Don't use obsolete variable
1063 font-lock-maximum-size.
1064
1065 2012-09-06 Chong Yidong <cyd@gnu.org>
1066
1067 * frame.el (window-system-version): Mark as obsolete.
1068
1069 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
1070 of obsolete variable speedbar-key-map.
1071
1072 2012-09-06 Juri Linkov <juri@jurta.org>
1073
1074 * replace.el (replace-lax-whitespace): New defcustom.
1075 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1076 (replace-string, replace-regexp): Mention it in docstrings.
1077 (perform-replace, replace-highlight): Let-bind
1078 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
1079 to the values of replace-lax-whitespace and regexp-flag.
1080 Don't let-bind search-whitespace-regexp. (Bug#10885)
1081
1082 * isearch.el (isearch-query-replace): Let-bind
1083 replace-lax-whitespace instead of let-binding
1084 replace-search-function and replace-re-search-function.
1085 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
1086 and isearch-regexp-lax-whitespace to lazy-highlight variables.
1087 (isearch-toggle-symbol): Set isearch-regexp to nil
1088 in isearch-word mode (like in isearch-toggle-word).
1089
1090 2012-09-06 Juri Linkov <juri@jurta.org>
1091
1092 * replace.el (replace-search-function)
1093 (replace-re-search-function): Set default values to nil.
1094 (perform-replace): Let-bind isearch-related variables based on
1095 replace-related values, call `isearch-search-fun' and let-bind
1096 the result to `search-function'. Remove code that sets
1097 `search-function' and `search-string' separately for
1098 `delimited-flag'.
1099 (replace-highlight): Add new argument `delimited-flag' and
1100 rename other arguments to the names used in `perform-replace'.
1101 Let-bind `isearch-word' to the argument `delimited-flag'.
1102 (Bug#10885, bug#10887)
1103
1104 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
1105
1106 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
1107 ruby-beginning-of-indent, simplify, allow all keywords to have
1108 indentation before them.
1109 (ruby-beginning-of-indent): Adjust for above. Search until the
1110 found point is not inside a string or comment.
1111 (ruby-font-lock-keywords): Allow symbols to start with "@"
1112 character, give them higher priority than variables.
1113 (ruby-syntax-propertize-function)
1114 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
1115 matchers. Expression expansions are not comments when inside a
1116 string, and there comment syntax status is irrelevant.
1117 (ruby-match-expression-expansion): New function. Check that
1118 expression expansion is inside a string, and it's not escaped.
1119 (ruby-font-lock-keywords): Use it.
1120
1121 2012-09-05 Martin Rudalics <rudalics@gmx.at>
1122
1123 * help.el (temp-buffer-max-height): New default value.
1124 (temp-buffer-resize-frames): New option.
1125 (resize-temp-buffer-window): Optionally resize frame.
1126
1127 * window.el (fit-frame-to-buffer-bottom-margin): New option.
1128 (fit-frame-to-buffer): New function.
1129
1130 2012-09-05 Glenn Morris <rgm@gnu.org>
1131
1132 * emulation/cua-rect.el (cua--init-rectangles):
1133 * textmodes/picture.el (picture-mode-map):
1134 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
1135 like forward-char and backward-char. (Bug#12317)
1136
1137 2012-09-05 Leo Liu <sdl.web@gmail.com>
1138
1139 * progmodes/flymake.el (flymake-warning-re): New variable.
1140 (flymake-parse-line): Use it.
1141
1142 2012-09-05 Glenn Morris <rgm@gnu.org>
1143
1144 * calendar/holidays.el (holiday-christian-holidays):
1145 Rename an entry. (Bug#12289)
1146
1147 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
1150 (bug#12222).
1151
1152 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 * loadup.el: Load macroexp. Remove hack.
1155 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
1156 (macroexp--expand-all): Use it to get better warnings.
1157 (macroexp--backtrace, macroexp--trim-backtrace-frame)
1158 (internal-macroexpand-for-load): New functions.
1159 (macroexp--pending-eager-loads): New var.
1160 (emacs-startup-hook): New hack to replace one in loadup.el.
1161 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
1162 (cl--compiler-macro-cXXr): Move to top, before they can be used.
1163 (cl-psetf): Simplify.
1164 (cl-defstruct): Add indent rule.
1165
1166 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1167
1168 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
1169 over `user-mail-address' for the SMTP MAIL FROM envelope.
1170 (smtpmail-via-smtp): Ditto.
1171
1172 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
1173
1174 * progmodes/ruby-mode.el: Clean up keybindings.
1175 (ruby-mode-map): Don't bind ruby-electric-brace,
1176 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
1177 backward-kill-word, reindent-then-newline-and-indent.
1178 (ruby-mark-defun): Remove.
1179 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
1180 (ruby-mode): Set local beginning-of-defun-function and
1181 end-of-defun-function values.
1182
1183 2012-09-03 Martin Rudalics <rudalics@gmx.at>
1184
1185 * window.el (temp-buffer-window-setup-hook)
1186 (temp-buffer-window-show-hook): New hooks.
1187 (temp-buffer-window-setup, temp-buffer-window-show)
1188 (with-temp-buffer-window): New functions.
1189 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
1190 (special-display-popup-frame): Make sure the window used shows BUFFER.
1191
1192 * help.el (temp-buffer-resize-mode): Fix doc-string.
1193 (resize-temp-buffer-window): New optional argument WINDOW.
1194
1195 * files.el (recover-file, save-buffers-kill-emacs):
1196 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
1197
1198 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
1199
1200 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
1201 remote definition of `default-directory', ensure we can connect.
1202
1203 2012-09-02 Juri Linkov <juri@jurta.org>
1204
1205 Toggle whitespace matching mode with M-s SPC.
1206 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
1207
1208 * isearch.el (search-whitespace-regexp): Doc fix.
1209 Remove cons cell customization.
1210 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
1211 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
1212 New variables.
1213 (isearch-forward, isearch-forward-regexp): Doc fix.
1214 (isearch-toggle-lax-whitespace): New command.
1215 (search-forward-lax-whitespace, search-backward-lax-whitespace)
1216 (re-search-forward-lax-whitespace)
1217 (re-search-backward-lax-whitespace): New functions.
1218 (isearch-whitespace-regexp): Remove function.
1219 (isearch-query-replace): Let-bind replace-search-function and
1220 replace-re-search-function.
1221 (isearch-occur): Let-bind search-spaces-regexp according to the
1222 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
1223 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
1224 condition for C-q SPC.
1225 (isearch-search-fun-default): Use new functions mentioned above.
1226 (isearch-search-forward, isearch-search-backward): Remove functions.
1227 (isearch-search): Don't let-bind search-spaces-regexp.
1228 (isearch-lazy-highlight-space-regexp): Remove variable.
1229 (isearch-lazy-highlight-lax-whitespace)
1230 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
1231 (isearch-lazy-highlight-new-loop): Use them.
1232 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
1233
1234 2012-09-02 Chong Yidong <cyd@gnu.org>
1235
1236 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
1237
1238 2012-09-02 Glenn Morris <rgm@gnu.org>
1239
1240 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
1241
1242 2012-09-01 Glenn Morris <rgm@gnu.org>
1243
1244 * term.el: Tidy up menu definitions.
1245 (term-mode-map): Use easymenu for In/Out, Complete menus.
1246 (term-pager-break-map): Initialize in the defvar.
1247 (term-terminal-menu, term-signals-menu): Define with easymenu.
1248 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
1249 (term-pager-menu): New, extracted from term-process-pager.
1250 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
1251 (term-update-mode-line): Propertize line/char and page items.
1252 (term-process-pager): Move keymap initialization elsewhere.
1253
1254 2012-09-01 Martin Rudalics <rudalics@gmx.at>
1255
1256 * window.el (switch-to-prev-buffer): Handle additional values of
1257 BURY-OR-KILL argument. Don't switch in minibuffer window.
1258 (switch-to-next-buffer): Don't switch in minibuffer window.
1259 (quit-restore-window): New function based on quit-window.
1260 Handle additional values of former KILL argument.
1261 (quit-window): Call quit-restore-window with appropriate
1262 interpretation of KILL argument.
1263 (display-buffer-below-selected): New buffer display action
1264 function.
1265
1266 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * minibuffer.el (completion-at-point-functions): Complete docstring
1269 (bug#12254).
1270
1271 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1272
1273 Better seed support for (random).
1274 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
1275 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
1276 * play/mpuz.el, play/tetris.el, play/zone.el:
1277 * calc/calc-comb.el (math-init-random-base):
1278 * play/blackbox.el (bb-init-board):
1279 * play/life.el (life):
1280 * server.el (server-use-tcp):
1281 * type-break.el (type-break):
1282 Remove unnecessary call to (random t).
1283 * net/sasl.el (sasl-unique-id-function):
1284 Change (random t) to (random), now that the latter is more random.
1285 * play/life.el (life-initialized): Remove no-longer-needed var.
1286
1287 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
1288
1289 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
1290 Consider frame's buffer predicate when choosing the buffer.
1291 (Bug#12081)
1292
1293 2012-08-30 Richard Stallman <rms@gnu.org>
1294
1295 * simple.el (special-mode-map): Delete binding for `z'.
1296
1297 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
1298
1299 * progmodes/compile.el (compilation-always-kill): Doc fix.
1300
1301 2012-08-30 Chong Yidong <cyd@gnu.org>
1302
1303 * window.el (display-buffer-reuse-frames): Make the obsolescence
1304 message more informative.
1305
1306 2012-08-30 Glenn Morris <rgm@gnu.org>
1307
1308 * paren.el (show-paren-delay):
1309 Add a :set function. Doc fix. (Bug#12297)
1310
1311 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
1312
1313 * progmodes/compile.el (compilation-always-kill): New var.
1314 (compilation-start): Use it.
1315
1316 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * simple.el (read-only-mode): Move from files.el for bootstrapping.
1319 * files.el (read-only-mode): Move to simple.el.
1320
1321 * files.el (read-only-mode): New minor mode.
1322 (toggle-read-only): Use it and mark obsolete.
1323 (find-file--read-only):
1324 * vc/vc.el (vc-next-action, vc-checkout):
1325 * vc/vc-cvs.el (vc-cvs-checkout):
1326 * obsolete/vc-mcvs.el (vc-mcvs-update):
1327 * ffap.el (ffap--toggle-read-only): Update callers.
1328
1329 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
1330
1331 * eshell/esh-ext.el (eshell-external-command): Do not examine
1332 remote shell scripts.
1333 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
1334
1335 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
1336 "/usr/local/sbin".
1337
1338 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
1341
1342 2012-08-28 Leo Liu <sdl.web@gmail.com>
1343
1344 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
1345 completion-at-point. (Bug#12220)
1346
1347 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
1348
1349 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
1350
1351 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1352
1353 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
1354 be buffer-local; add delete-trailing-whitespace (bug#12259).
1355
1356 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
1357
1358 * progmodes/hideif.el (hif-compress-define-list):
1359 Fix typo. (Bug#11951)
1360
1361 2012-08-28 Dan Nicolaescu <dann@gnu.org>
1362
1363 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
1364 buffer local setting.
1365
1366 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
1367 rcirc-encode-coding-system.
1368
1369 2012-08-28 Leo Liu <sdl.web@gmail.com>
1370
1371 * net/rcirc.el (rcirc-split-message): New function.
1372 (rcirc-send-message): Use it. (Bug#12051)
1373
1374 2012-08-28 Juri Linkov <juri@jurta.org>
1375
1376 * info.el (Info-fontify-node): Hide empty lines at the end of
1377 the node. (Bug#12272)
1378
1379 2012-08-27 Drew Adams <drew.adams@oracle.com>
1380
1381 * dired.el (dired-pop-to-buffer): Make window start at beginning
1382 of buffer (Bug#12281).
1383
1384 2012-08-26 Chong Yidong <cyd@gnu.org>
1385
1386 * window.el (special-display-regexps, special-display-frame-alist)
1387 (special-display-buffer-names, special-display-function)
1388 (display-buffer-reuse-frames): Mark as obsolete.
1389
1390 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
1391
1392 * help.el (help-print-return-message): Don't treat
1393 display-buffer-reuse-frames specially.
1394
1395 2012-08-26 Chong Yidong <cyd@gnu.org>
1396
1397 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1398 New variable, replacing gdb-frame-parameters.
1399 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
1400 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
1401 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
1402 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
1403 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
1404 the functions directly with gdb-display-buffer-other-frame-action.
1405 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
1406 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
1407 (gdb-display-stack-buffer, gdb-display-locals-buffer)
1408 (gdb-display-registers-buffer): Define directly.
1409 (def-gdb-display-buffer): Macro deleted.
1410 (gdb-display-buffer): Remove second and third args, callers don't
1411 use them. Defer to the default display-buffer behavior, apart
1412 from making windows dedicated.
1413 (gdb-setup-windows): Don't call display-buffer unnecessarily.
1414
1415 * progmodes/gud.el (gud-display-line): Just use display-buffer.
1416
1417 * window.el (display-buffer-pop-up-frame): Handle a
1418 pop-up-frame-parameters alist entry.
1419 (display-buffer): Document it.
1420
1421 2012-08-26 Chong Yidong <cyd@gnu.org>
1422
1423 * isearch.el (search-whitespace-regexp): Make string and nil
1424 values apply to both ordinary and regexp search. Allow a cons
1425 cell value to distinguish between the two.
1426 (isearch-whitespace-regexp, isearch-search-forward)
1427 (isearch-search-backward): New functions.
1428 (isearch-occur, isearch-search-fun-default, isearch-search)
1429 (isearch-lazy-highlight-new-loop): Use them.
1430 (isearch-forward, isearch-forward-regexp): Doc fix.
1431
1432 2012-08-26 Chong Yidong <cyd@gnu.org>
1433
1434 * faces.el (help-argument-name): Always inherit from italic
1435 (Bug#12213).
1436
1437 2012-08-25 Martin Rudalics <rudalics@gmx.at>
1438
1439 * window.el (window--even-window-heights): Even heights when
1440 WINDOW and the selected window form a vertical combination.
1441 (display-buffer-use-some-window): Provide that window used gets
1442 sized back by quit-window. (Bug#11880) and (Bug#12091)
1443
1444 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
1445
1446 Fix file time stamp problem with bzr and CVS (Bug#12001).
1447 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
1448 in the file's time stamp, since the version control system loses
1449 that information.
1450
1451 2012-08-22 Juri Linkov <juri@jurta.org>
1452
1453 * info.el (Info-fontify-node): Hide the suffix of the
1454 Info file name in the header line. (Bug#12187)
1455
1456 2012-08-22 Glenn Morris <rgm@gnu.org>
1457
1458 * calendar/cal-tex.el (cal-tex-weekly-common):
1459 Restore leading blank page.
1460
1461 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
1462
1463 * misc.el (forward-to-word, backward-to-word): Activate or extend
1464 the region under `shift-select-mode'. (Bug#12231)
1465
1466 2012-08-22 Bastien Guerry <bzg@gnu.org>
1467
1468 * progmodes/executable.el (executable-prefix): Set to "#!" instead
1469 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
1470 gives details on why the space is never needed.
1471
1472 2012-08-22 Martin Rudalics <rudalics@gmx.at>
1473
1474 * window.el (walk-window-tree, window-with-parameter):
1475 New optional argument MINIBUF to control whether these functions
1476 should run on the minibuffer window.
1477 (window-at-side-list): Don't operate on minibuffer window.
1478 (window-in-direction): Simplify and rewrite doc-string.
1479 (window--size-ignore): Rename to window--size-ignore-p.
1480 Update callers.
1481 (display-buffer-in-atom-window, window--major-non-side-window)
1482 (window--major-side-window, display-buffer-in-major-side-window)
1483 (delete-side-window, display-buffer-in-side-window):
1484 New functions.
1485 (window--side-check, window-deletable-p, delete-window)
1486 (delete-other-windows, split-window): Handle side windows and
1487 atomic windows appropriately.
1488 (window--display-buffer): Call display-buffer-record-window also
1489 when the window buffer did not change.
1490
1491 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
1492
1493 * help-fns.el (help-fns--key-bindings):
1494 Abbreviate non-symbol remap targets. (Bug#12174)
1495
1496 2012-08-22 Martin Rudalics <rudalics@gmx.at>
1497
1498 * dired.el (dired-mark-remembered): Don't clobber point.
1499 (Bug#11795)
1500
1501 2012-08-22 Glenn Morris <rgm@gnu.org>
1502
1503 * progmodes/bug-reference.el (bug-reference): New custom group.
1504 (bug-reference-bug-regexp): Make it a defcustom.
1505
1506 2012-08-22 Daiki Ueno <ueno@unixuser.org>
1507
1508 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
1509 (js-paren-indent-offset, js-square-indent-offset)
1510 (js-curly-indent-offset): Add :safe (Bug#12257).
1511
1512 2012-08-22 Edward O'Connor <hober0@gmail.com>
1513
1514 * json.el (json-key-format): Add error properties.
1515 (json-encode-key): New function.
1516 (json-encode-hash-table, json-encode-alist, json-encode-plist):
1517 Use json-encode-key.
1518
1519 2012-08-22 Glenn Morris <rgm@gnu.org>
1520
1521 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
1522 (cal-tex-leftday, cal-tex-rightday): Remove functions.
1523 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
1524 Update for above change.
1525
1526 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
1527
1528 * cus-face.el (custom-face-attributes): Fix customize type for the
1529 :underline attribute. (Bug#11805)
1530
1531 2012-08-21 Martin Rudalics <rudalics@gmx.at>
1532
1533 * window.el (window-point-1, set-window-point-1): Remove.
1534 (window-in-direction, record-window-buffer)
1535 (set-window-buffer-start-and-point, split-window-below)
1536 (window--state-get-1, display-buffer-record-window):
1537 Replace calls to window-point-1 and set-window-point-1 by calls to
1538 window-point and set-window-point respectively.
1539
1540 2012-08-21 Glenn Morris <rgm@gnu.org>
1541
1542 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
1543 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
1544 Use it.
1545
1546 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
1547 (cal-tex-shortday): New function.
1548 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
1549 (cal-tex-cursor-filofax-daily): Use the above.
1550
1551 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
1552 New functions.
1553 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1554 (cal-tex-cursor-filofax-week): Use them.
1555
1556 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
1557 New constants.
1558 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1559 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
1560
1561 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
1562 (cal-tex-end-document): Don't rely on buffer name.
1563
1564 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
1565 Use cal-tex-vspace.
1566 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
1567 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
1568 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
1569 Use cal-tex-arg.
1570
1571 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
1572 (cal-tex-cursor-week, cal-tex-cursor-week2)
1573 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
1574 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1575 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
1576 (cal-tex-insert-preamble, cal-tex-b-document)
1577 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
1578 Improve cal-tex-cmd usage.
1579
1580 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
1581 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
1582 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
1583 (cal-tex-weekly-paper): New function.
1584 (cal-tex-cursor-week, cal-tex-cursor-week2)
1585 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1586 (cal-tex-cursor-day): Use it.
1587
1588 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
1589 (cal-tex-cursor-filofax-week): Remove leading blank page.
1590
1591 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1592 Add autoload cookie. For now at least, don't use color, since
1593 no other cal-tex function does.
1594
1595 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
1596 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1597 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
1598
1599 2012-08-21 Juri Linkov <juri@jurta.org>
1600
1601 * info.el (Info-file-attributes): New variable.
1602 (info-insert-file-contents): Add file attributes to
1603 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
1604 `Info-toc-nodes' when previous modtime of the Info file is less
1605 than new modtime.
1606 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
1607 of info.el. (Bug#12230)
1608
1609 2012-08-20 Glenn Morris <rgm@gnu.org>
1610
1611 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
1612 * calendar/holidays.el (calendar-holiday-list):
1613 Report errors with display-warning rather than beep'n'sleep.
1614
1615 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
1616
1617 * net/tramp.el (tramp-accept-process-output): Accept only output
1618 from PROC. Otherwise, process filters and sentinels might be
1619 confused. (Bug#12145)
1620
1621 2012-08-20 Chong Yidong <cyd@gnu.org>
1622
1623 * descr-text.el (describe-text-properties-1): Use overlays-in to
1624 report on empty overlays (Bug#3322).
1625
1626 2012-08-20 Glenn Morris <rgm@gnu.org>
1627
1628 * mail/rmailout.el (rmail-output-read-file-name):
1629 Trap and report errors in rmail-output-file-alist elements.
1630
1631 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
1632 since most non-font-lock faces are not also variables).
1633
1634 2012-08-20 Edward Reingold <reingold@iit.edu>
1635
1636 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1637 New function. (Bug12160)
1638
1639 2012-08-19 Glenn Morris <rgm@gnu.org>
1640
1641 * mail/rmailout.el (rmail-output-read-file-name):
1642 Fix previous change (when the alist is nil or does not match).
1643
1644 2012-08-19 Chong Yidong <cyd@gnu.org>
1645
1646 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
1647 (Bug#12228).
1648
1649 2012-08-18 Chong Yidong <cyd@gnu.org>
1650
1651 * simple.el (yank-handled-properties): New defcustom.
1652 (yank-excluded-properties): Add font-lock-face and category.
1653 (yank): Doc fix.
1654
1655 * subr.el (remove-yank-excluded-properties):
1656 Obey yank-handled-properties. The special handling of font-lock-face
1657 and category is now done this way, instead of being hard-coded.
1658 (insert-for-yank-1): Remove font-lock-face handling.
1659 (yank-handle-font-lock-face-property)
1660 (yank-handle-category-property): New function.
1661
1662 2012-08-17 Glenn Morris <rgm@gnu.org>
1663
1664 * mail/rmailout.el (rmail-output-read-file-name):
1665 Check rmail-output-file-alist against the full message body
1666 in the correct rmail buffer. (Bug#12214)
1667
1668 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
1669
1670 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1671 Eliminate superfluous prompt. (Bug#12203)
1672
1673 2012-08-17 Chong Yidong <cyd@gnu.org>
1674
1675 * mouse.el (mouse-appearance-menu): If x-select-font returns a
1676 font spec, set the font directly (Bug#3228).
1677
1678 2012-08-17 Martin Rudalics <rudalics@gmx.at>
1679
1680 * window.el (delete-window): Fix last fix.
1681
1682 2012-08-16 Martin Rudalics <rudalics@gmx.at>
1683
1684 * window.el (window-valid-p): Move to window.c.
1685 (window-child, window-child-count, window-last-child)
1686 (window-normalize-window, window-combined-p)
1687 (window-combinations, window-atom-root, window-min-size)
1688 (window-sizable, window-sizable-p, window-size-fixed-p)
1689 (window-min-delta, window-max-delta, window--resizable)
1690 (window--resizable-p, window-resizable, window-total-size)
1691 (window-full-height-p, window-full-width-p, window-body-size)
1692 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
1693 (minimize-window, window-deletable-p, delete-window)
1694 (delete-other-windows, set-window-buffer-start-and-point)
1695 (next-buffer, previous-buffer, split-window, balance-windows-2)
1696 (set-window-text-height, window-buffer-height)
1697 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1698 (truncated-partial-width-window-p): Minor code adjustments.
1699 In doc-strings state whether the argument window has to denote a
1700 live, valid or any window.
1701
1702 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
1703
1704 * progmodes/subword.el (subword-forward-function)
1705 (subword-backward-function, subword-forward-regexp)
1706 (subword-backward-regexp): New variables.
1707 (subword-forward, subword-forward-internal, subword-backward-internal):
1708 Use new variables, eg so that different "word" definitions
1709 can be easily used. (Bug#11411)
1710
1711 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1713 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
1714 for composite selectors.
1715 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
1716 operation just because we can't find a previous revision.
1717
1718 2012-08-15 Chong Yidong <cyd@gnu.org>
1719
1720 * frame.el (set-frame-font): Accept font objects.
1721
1722 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1723
1724 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
1725
1726 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
1727
1728 * man.el (Man-overstrike-face, Man-underline-face)
1729 (Man-reverse-face): Remove variables.
1730 (Man-overstrike, Man-underline, Man-reverse): New faces.
1731 (Man-fontify-manpage): Use them instead of the variables.
1732 (Man-cleanup-manpage): Comment change.
1733 (Man-ansi-color-map): New variable.
1734 (Man-fontify-manpage): Use it.
1735 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
1736
1737 Implement ANSI SGR parameters 22-27 (bug#12146).
1738 * ansi-color.el (ansi-colors): Doc fix.
1739 (ansi-color-context, ansi-color-context-region): Doc fix.
1740 (ansi-color--find-face): New function.
1741 (ansi-color-apply, ansi-color-apply-on-region): Use it.
1742 Rename the local variable `face' to `codes' since it is now a list of
1743 ansi codes. Doc fix.
1744 (ansi-color-get-face): Remove.
1745 (ansi-color-parse-sequence): New function, derived from
1746 ansi-color-get-face.
1747 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
1748 codes 22-27.
1749
1750 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
1751
1752 * subr.el (read-passwd): Allow use from a minibuffer.
1753
1754 2012-08-14 Eli Zaretskii <eliz@gnu.org>
1755
1756 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
1757 inside comments and strings as identifiers.
1758
1759 * progmodes/gud.el (gud-tooltip-print-command): Quote the
1760 expression to evaluate. This allows to evaluate expressions with
1761 embedded whitespace.
1762 (gud-tooltip-tips): Add a blank before the newline in the
1763 message-box text, for the benefit of message-box emulation on
1764 MS-Windows.
1765
1766 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
1767 messages from GDB, pop them up in a tooltip to give feedback to
1768 user.
1769 (gdb-tooltip-print-1): Quote the expression to evaluate.
1770 This allows to evaluate expressions with embedded whitespace.
1771 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
1772 if the TTY name is nil or empty (which happens when communicating
1773 with the inferior via pipes, e.g. on MS-Windows).
1774 (gdb-internals): If GDB sends a "&\n" empty debugging message,
1775 don't send that to the GUD buffer.
1776
1777 2012-08-14 Glenn Morris <rgm@gnu.org>
1778
1779 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
1780 Optimize away setq-default with no args, as for setq. (Bug#12195)
1781
1782 2012-08-14 Chong Yidong <cyd@gnu.org>
1783
1784 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
1785
1786 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
1787 (Bug#12085).
1788
1789 2012-08-14 Glenn Morris <rgm@gnu.org>
1790
1791 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
1792
1793 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
1794
1795 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
1796 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1797 Use cached shell name.
1798
1799 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1800
1801 * progmodes/python.el (python-shell-send-string):
1802 (python-shell-send-setup-code): Do not use `format' with `message'.
1803
1804 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
1805
1806 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
1807 (ruby-percent-literal-beg-re): New constant.
1808 (ruby-syntax-general-delimiters-goto-beg): Rename to
1809 `ruby-syntax-enclosing-percent-literal', improve literal type check.
1810 (ruby-syntax-propertize-general-delimiters): Rename to
1811 `ruby-syntax-propertize-percent-literal', it's a shorter and more
1812 popular term. Adjust comments everywhere.
1813 (ruby-syntax-propertize-percent-literal): Only propertize when not
1814 inside a simple string or comment. When the literal is unclosed,
1815 leave the text after it unpropertized.
1816 (ruby-syntax-methods-before-regexp): New constant.
1817 (ruby-syntax-propertize-function): Use it to recognize regexps.
1818 Don't look at the text after regexp, just use the whitelist.
1819
1820 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
1821
1822 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
1823 non-nil always load the compiled file if it exists. (Bug#12197)
1824
1825 2012-08-14 Chong Yidong <cyd@gnu.org>
1826
1827 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
1828 (hi-lock-set-pattern): When deciding whether to use font lock or
1829 overlays, look at font-lock-mode instead of font-lock-fontified
1830 (Bug#12168).
1831 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
1832 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
1833
1834 2012-08-14 Daiki Ueno <ueno@unixuser.org>
1835
1836 * subr.el (internal--after-with-selected-window): Fix typo
1837 (Bug#12193).
1838
1839 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1840
1841 Use `completion-table-dynamic' for completion functions.
1842 * progmodes/python.el
1843 (python-shell-completion--do-completion-at-point)
1844 (python-shell-completion--get-completions):
1845 Remove functions.
1846 (python-shell-completion-complete-at-point): New function.
1847 (python-completion-complete-at-point): Use it.
1848
1849 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
1850
1851 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
1852 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
1853
1854 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1855
1856 * subr.el (function-get): Refine `autoload' arg so it can also
1857 autoload functions for gv.el (bug#12191).
1858 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
1859 autoloads macros.
1860
1861 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
1862 Prefer pcase-let over destructuring-bind.
1863 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
1864 Also, remove whitespace as we go, rather than after accumulating the
1865 various places.
1866
1867 * subr.el (internal--before-with-selected-window)
1868 (internal--after-with-selected-window): Fix typo seleted->selected.
1869 (with-selected-window): Adjust callers.
1870 Reported by Dmitry Gutov <dgutov@yandex.ru>.
1871
1872 2012-08-13 Bastien Guerry <bzg@gnu.org>
1873
1874 * window.el (special-display-popup-frame): Minor docstring
1875 enhancement. (Bug#12172)
1876
1877 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
1878
1879 * tar-mode.el (tar-header-data-end): Only ignore size for files of
1880 type 1-6.
1881 (tar-header-block-summarize, tar-get-descriptor): Handle pax
1882 extended headers.
1883
1884 * files.el (hack-local-variables-filter): Remove useless eval.
1885
1886 2012-08-13 Martin Rudalics <rudalics@gmx.at>
1887
1888 * subr.el (with-selected-window): Fix last change.
1889
1890 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * subr.el (internal--before-with-seleted-window)
1893 (internal--after-with-seleted-window): New functions.
1894 (with-selected-window): Use them, to replace dependency on
1895 tty-top-frame.
1896
1897 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
1898
1899 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
1900 binding for `newline'.
1901 (ruby-move-to-block): When moving backward, stop at block opening,
1902 not indentation.
1903 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
1904 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
1905 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1906 `ruby-toggle-block'.
1907
1908 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1909
1910 * ibuffer.el (ibuffer-do-toggle-read-only):
1911 * dired.el (dired-toggle-read-only):
1912 * buff-menu.el (Buffer-menu-toggle-read-only):
1913 * bindings.el (mode-line-toggle-read-only):
1914 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
1915
1916 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
1917
1918 * descr-text.el (describe-char): Put the overlays over the
1919 "displayed as" character.
1920
1921 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
1922
1923 * calc/calc-units.el (math-default-units-table): Give an
1924 initial value.
1925 (math-put-default-units): Add options to put composite units and
1926 unit systems in the default units table.
1927 (calc-convert-units): Send composite units to
1928 `math-put-default-units' when appropriate.
1929
1930 2012-08-11 Glenn Morris <rgm@gnu.org>
1931
1932 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
1933
1934 * tutorial.el (help-with-tutorial):
1935 * emacs-lisp/copyright.el (copyright-update-directory):
1936 * emacs-lisp/autoload.el (autoload-find-generated-file)
1937 (autoload-find-file): Disable local eval: (for insurance).
1938
1939 * files.el (hack-local-variables-filter): If an eval: form is not
1940 known to be safe, and enable-local-variables is :safe, then ignore
1941 the form totally, as is done for non-eval forms. (Bug#12155)
1942 This is CVE-2012-3479.
1943
1944 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
1947 (rx-form): Simplify.
1948
1949 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
1950
1951 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
1952 ?, _, and : are symbol constituents, ! is not (but kinda should be).
1953 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
1954 (ruby-syntax-propertize-function): Adjust for changes in
1955 `ruby-syntax-propertize-heredoc'.
1956
1957 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
1958
1959 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
1960 binding (use `M-;' instead).
1961 (ruby-singleton-class-p): New function.
1962 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
1963
1964 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1965
1966 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
1967
1968 2012-08-10 Chong Yidong <cyd@gnu.org>
1969
1970 * progmodes/python.el (python-shell-get-process-name): Don't mess
1971 with same-window-buffer-names.
1972
1973 * eshell/eshell.el (eshell-add-to-window-buffer-names)
1974 (eshell-remove-from-window-buffer-names): Make obsolete.
1975 (eshell-buffer-name, eshell-unload-hook): Don't use them.
1976 (eshell): Just use pop-to-buffer-same-window instead.
1977
1978 2012-08-10 Chong Yidong <cyd@gnu.org>
1979
1980 * bindings.el: Bind M-= back to count-words-region.
1981
1982 * simple.el (count-words-region): Accept a prefix arg for acting
1983 on the entire buffer.
1984 (count-words--buffer-message): New helper function.
1985
1986 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
1989 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
1990 (event-start, event-end): Use posn-at-point to return a more
1991 informative posn.
1992 (posnp): New function.
1993 * mouse.el (popup-menu-normalize-position): Use it.
1994
1995 2012-08-10 Masatake YAMATO <yamato@redhat.com>
1996
1997 * mouse.el (popup-menu-normalize-position): New function.
1998 (popup-menu): Use `popup-menu-normalize-position' to normalize
1999 the form for POSITION argument.
2000
2001 * term/x-win.el (x-menu-bar-open):
2002 Use the value returend from (posn-at-point) as position
2003 passed to `popup-menu'.
2004
2005 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2006
2007 * calc/calccomp.el (math-compose-expr): Add extra argument
2008 indicating that parentheses should be put around products in
2009 denominators. Give multiplication precedence over division during
2010 composition.
2011
2012 2012-08-09 Chong Yidong <cyd@gnu.org>
2013
2014 * man.el (Man-switches, Man-sed-command, Man-awk-command)
2015 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
2016 (Man-untabify-command, manual-program): Convert to defcustom
2017 (Bug#10429).
2018
2019 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
2020
2021 * descr-text.el (describe-char): Don't insert extra newlines
2022 (Bug#10127).
2023
2024 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
2025 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
2026
2027 * align.el (align-region): Delete temporary markers (Bug#10047).
2028 Plus some code cleanups.
2029
2030 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
2031
2032 * progmodes/python.el (python-pdbtrack-tracked-buffer)
2033 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
2034 (python-shell-internal-last-output): Use make-local-variable
2035 instead of make-variable-buffer-local.
2036
2037 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
2038
2039 * progmodes/python.el: Enhancements to forward-sexp.
2040 (python-nav-forward-sexp): Rename from
2041 python-nav-forward-sexp-function.
2042 (python-nav--forward-sexp, python-nav--backward-sexp):
2043 New functions.
2044
2045 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2046
2047 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
2048 modes and simplification modes.
2049
2050 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 * delsel.el (delete-selection-pre-hook): Don't propagate the
2053 file-supersession signals (bug#12161).
2054
2055 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2056
2057 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
2058 (cl-map-extents): Add compatibility aliases (bug#12135).
2059
2060 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
2061
2062 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
2063 tests by `ignore-error'.
2064 (tramp-find-shell): Open also a new shell, when cache is already
2065 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
2066
2067 2012-08-08 Juri Linkov <juri@jurta.org>
2068
2069 * bookmark.el: Add `defaults' property to the bookmark record.
2070 (bookmark-current-buffer): Doc fix.
2071 (bookmark-make-record): Add `defaults' property with default values
2072 to the bookmark record.
2073 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
2074 with `bookmark-insert-current-bookmark'.
2075 (bookmark-set): Get `defaults' property from the bookmark record
2076 and use it in `read-from-minibuffer'.
2077 (bookmark-insert-current-bookmark): Remove function.
2078
2079 * info.el (Info-bookmark-make-record): Add `defaults' property
2080 with values of canonical Info node name, the current Info file
2081 name and the current Info node name. (Bug#12107)
2082
2083 2012-08-08 Juri Linkov <juri@jurta.org>
2084
2085 * files.el (basic-save-buffer): Use `buffer-name' as the default
2086 of `read-file-name' when buffer is not visiting a file (bug#12128).
2087
2088 2012-08-08 Juri Linkov <juri@jurta.org>
2089
2090 * info.el (Info-isearch-search): Doc fix.
2091 (Info-search): Change search-failed message from "initial node" to
2092 "end of node" (bug#12078).
2093 (Info-isearch-search): Change `isearch-string-state' to
2094 `isearch--state-string'.
2095
2096 2012-08-08 Glenn Morris <rgm@gnu.org>
2097
2098 * language/persian.el: Remove file.
2099 * language/misc-lang.el: Move unique part of persian.el here.
2100 * loadup.el: Remove language/persian.
2101
2102 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
2103
2104 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
2105
2106 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
2107
2108 * progmodes/python.el Fixed defsubst warning.
2109 (python-syntax-context) Rename from python-info-ppss-context.
2110 (python-syntax-context-type): Rename from
2111 python-info-ppss-context-type.
2112 (python-syntax-comment-or-string-p): Rename from
2113 python-info-ppss-comment-or-string-p.
2114
2115 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2116
2117 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
2118
2119 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
2120
2121 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
2122 a defcustom that is quoted with backquote.
2123
2124 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
2125 Fix handling of interactive spec when the body uses return.
2126 (math-do-arg-check, math-define-function-body): Use backquote forms.
2127 * calc/calc-ext.el (math-defcache): Likewise.
2128 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
2129 * allout.el (allout-new-exposure): Likewise.
2130 * calc/calcalg2.el (math-tracing-integral): Likewise.
2131 * info.el (Info-last-menu-item): Likewise.
2132 * emulation/vip.el (vip-loop): Likewise.
2133 * textmodes/artist.el (artist-funcall): Likewise.
2134 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
2135 Construct menu-item directly.
2136
2137 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2138 Don't declare.
2139
2140 2012-08-07 Chong Yidong <cyd@gnu.org>
2141
2142 * simple.el (deactivate-mark): Preserve text properties when
2143 saving the primary selection (Bug#8384).
2144
2145 2012-08-07 Kevin Ryde <user42@zip.com.au>
2146
2147 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
2148 (woman-parse-numeric-value): On a bad .IP line, issue a warning
2149 and continue processing (Bug#12110).
2150
2151 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2152
2153 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
2154 syntax-propertize-function (bug#10095).
2155
2156 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * help-fns.el (help-fns--key-bindings, help-fns--signature)
2159 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
2160 describe-function-1.
2161 (describe-function-1): Use them. Move compiler macro after sig.
2162 (help-fns--compiler-macro): Use function-get. Assume we're already in
2163 standard-output. Adjust layout to new call order.
2164
2165 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
2166 re-binding a symbol that has a symbol-macro (bug#12119).
2167
2168 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
2169
2170 * language/persian.el: New file. (Bug#11812)
2171 * loadup.el: Add language/persian.el.
2172
2173 2012-08-06 Chong Yidong <cyd@gnu.org>
2174
2175 * window.el (window--maybe-raise-frame): New function.
2176 (window--display-buffer): Split off from here.
2177 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2178 (display-buffer-pop-up-window, display-buffer-use-some-window):
2179 Obey an inhibit-switch-frame action alist entry.
2180 (display-buffer): Update doc.
2181
2182 * replace.el (occur-after-change-function): Avoid losing focus by
2183 using the inhibit-switch-frame display parameter (Bug#12139).
2184
2185 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
2186
2187 Make internal shell process buffer names start with space.
2188 * progmodes/python.el (python-shell-make-comint): Add optional
2189 argument INTERNAL.
2190 (run-python-internal): Use it.
2191 (python-shell-internal-get-or-create-process): Check for new
2192 internal buffer names.
2193
2194 2012-08-06 Glenn Morris <rgm@gnu.org>
2195
2196 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
2197 Do less getting and setting of environment variables.
2198
2199 2012-08-05 Chong Yidong <cyd@gnu.org>
2200
2201 * proced.el (proced): Add substitution string to docstring to
2202 trigger autoloading of the proced library on C-h f (Bug#1768).
2203
2204 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2205 Don't show defvars which have no second argument (Bug#8638).
2206
2207 * imenu.el (imenu-generic-expression): Move documentation here
2208 from imenu--generic-function.
2209 (imenu--generic-function): Refer to imenu-generic-expression.
2210
2211 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
2212
2213 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
2214 indentation declaration.
2215 (viper-loop): Add indentation declaration (Bug#7025).
2216
2217 2012-08-05 Chong Yidong <cyd@gnu.org>
2218
2219 * help-fns.el (describe-variable): Add hyperlink for
2220 directory-local variables files. Improve buffer-local and
2221 permanent-local reporting; suggested by MON KEY (Bug#6644).
2222
2223 * help-mode.el (help-dir-local-var-def): New button type.
2224
2225 * files.el (kill-buffer-hook): Provide a defvar.
2226
2227 2012-08-05 Glenn Morris <rgm@gnu.org>
2228
2229 * eshell/esh-ext.el (eshell/addpath):
2230 Also update eshell-path-env. (Bug#12013)
2231
2232 2012-08-05 Chong Yidong <cyd@gnu.org>
2233
2234 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
2235
2236 * fringe.el (fringe-styles): Add docstring.
2237 (fringe--check-mode): New function.
2238 (set-fringe-mode, set-fringe-style): Use it.
2239 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
2240
2241 * files.el (set-auto-mode): Fix invalid setq call.
2242
2243 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2244
2245 * isearch.el: Misc simplification; use defstruct.
2246 (isearch-mode-map): Dense maps now work like sparse ones.
2247 (isearch--state): New defstruct.
2248 (isearch-string-state, isearch-message-state, isearch-point-state)
2249 (isearch-success-state, isearch-forward-state)
2250 (isearch-other-end-state, isearch-word-state, isearch-error-state)
2251 (isearch-wrapped-state, isearch-barrier-state)
2252 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
2253 replaced by defstruct's accessors.
2254 (isearch--set-state): Rename from isearch-top-state and change
2255 calling convention.
2256 (isearch-push-state): Use new isearch--get-state.
2257 (isearch-toggle-word): Disable regexp when enabling word.
2258 (isearch-message-prefix): Remove unused arg _c-q-hack.
2259 (isearch-message-suffix): Remove unused arg _ellipsis.
2260
2261 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
2262
2263 * simple.el (list-processes--refresh): For a server use :host or
2264 :local as the address.
2265 (list-processes): Doc fix.
2266
2267 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
2268
2269 * lisp/mpc.el: Support password in host argument.
2270 (mpc--proc-connect): Parse and use new password element.
2271 Set mpc-proc variable instead of returning process.
2272 (mpc-proc): Adjust accordingly.
2273
2274 2012-08-03 Eli Zaretskii <eliz@gnu.org>
2275
2276 * whitespace.el (whitespace-display-mappings): Use Unicode
2277 codepoints, instead of emacs-mule codepoints. See
2278 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
2279 for the details.
2280
2281 * files.el (file-truename): Don't skip symlink-chasing part on
2282 windows-nt. Incorporate the resolution of 8+3 short aliases on
2283 Windows into the loop that recursively chases symlinks.
2284 Compare directory and its parent case-insensitively on MS-Windows and
2285 MS-DOS.
2286
2287 2012-08-03 Chong Yidong <cyd@gnu.org>
2288
2289 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
2290
2291 * sort.el (sort-regexp-fields): Doc fix.
2292
2293 2012-08-03 Tassilo Horn <tsdh@gnu.org>
2294
2295 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
2296 labels regex position point at the expected place.
2297
2298 2012-08-03 MON KEY <monkey@sandpframing.com>
2299
2300 * net/imap.el (imap-interactive-login, imap-authenticate)
2301 (imap-mailbox-lsub, imap-mailbox-list)
2302 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
2303 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
2304 (imap-parse-response): Doc fix.
2305
2306 2012-08-03 João Távora <joaotavora@gmail.com>
2307
2308 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
2309 if sexp scanning does not move point (Bug#5734).
2310
2311 2012-08-02 Tassilo Horn <tsdh@gnu.org>
2312
2313 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
2314 Add listings, minted, and ctable packages.
2315 (reftex-label-alist-builtin): Move listings, minted, and ctable
2316 entries before LaTeX.
2317 (reftex-label-alist): Docfix.
2318
2319 2012-08-02 Bastien Guerry <bzg@gnu.org>
2320
2321 * replace.el (occur): Fix docstring (bug#12122).
2322
2323 2012-08-02 Glenn Morris <rgm@gnu.org>
2324
2325 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
2326
2327 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2328
2329 Obsolete alias inactivate-current-input-method-function (Bug#10150).
2330 * international/mule-cmds.el: Create
2331 inactivate-current-input-method-function as an obsolete alias for
2332 deactivate-current-input-method-function. See Katsumi Yamaoka in
2333 <http://bugs.gnu.org/10150#46>.
2334
2335 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2336
2337 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
2338 of nested `if's.
2339
2340 2012-08-01 Glenn Morris <rgm@gnu.org>
2341
2342 * progmodes/autoconf.el (autoconf-definition-regexp):
2343 Add AH_TEMPLATE, adjust submatch numbering.
2344 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
2345 (autoconf-current-defun-function): Update for above change.
2346 (autoconf-current-defun-function): First skip to end of current word.
2347
2348 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
2349
2350 * calendar/cal-html.el (cal-html-insert-agenda-days):
2351 Fix typo. (Bug#12018)
2352
2353 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
2354
2355 Shell processes: enhancements to startup and CEDET compatibility.
2356 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
2357 (python-shell-make-comint): accept-process-output at startup.
2358 (run-python-internal): Set inferior-python-mode-hook to nil.
2359 (python-shell-internal-get-or-create-process): call sit-for.
2360 (python-preoutput-result): Add obsolete alias.
2361 (python-shell-internal-send-string): Use it.
2362 (python-shell-send-setup-code): Remove call to
2363 accept-process-output.
2364
2365 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2366
2367 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
2368 (Bug#12108)
2369
2370 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
2371
2372 * calc-mode.el (calc-basic-simplification-mode): Rename from
2373 `calc-limited-simplification-mode'.
2374 (calc-alg-simplification-mode): New function.
2375 (calc-set-simplify-mode): Adjust message.
2376
2377 * calc.el (calc-set-mode-line): Adjust mode line display for
2378 basic simplification mode.
2379
2380 * calc-help.el (calc-m-prefix-help): Update help message.
2381
2382 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
2383 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
2384
2385 2012-07-31 Bastien Guerry <bzg@gnu.org>
2386
2387 * man.el (man): Fix comment. (bug#12101)
2388
2389 2012-07-31 Martin Rudalics <rudalics@gmx.at>
2390
2391 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2392 Don't return a non-nil value when no suitable buffer was found.
2393
2394 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
2395
2396 * progmodes/python.el (run-python-internal): Disable font lock for
2397 internal shells.
2398
2399 2012-07-30 Stefan Merten <smerten@oekonux.de>
2400
2401 * textmodes/rst.el: Silence `checkdoc-ispell'.
2402 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
2403 (rst-official-version, rst-official-cvs-rev)
2404 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
2405 (rst-mode-map): New key binding.
2406
2407 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2408
2409 Update .PHONY listings in makefiles.
2410 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
2411 autoloads, update-subdirs, updates, bzr-update, update-authors,
2412 compile-onefile, compile-calc, backup-compiled-files,
2413 compile-after-backup, compile-one-process, mh-autoloads,
2414 bootstrap-clean, distclean, maintainer-clean.
2415
2416 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
2417
2418 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
2419 (calc-set-mode-line): Don't display "AlgSimp ".
2420
2421 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
2422 (calc-lim-simplify-mode): New function.
2423 (calc-set-simplify-mode): Default to 'alg.
2424 (calc-default-simplify-mode): Make algebraic simplifications
2425 the default.
2426
2427 * calc/calc-ext.el (calc-init-extensions): Remove binding for
2428 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
2429
2430 * calc/calc-help.el (calc-m-prefix-help): Change messages to
2431 indicate new simplification modes.
2432
2433 * calc/README: Mention new default simplification mode.
2434
2435 * calc/calc.el (math-normalize-error): New variable.
2436 (math-normalize): Set `math-normalize-error' to t
2437 when there's an error.
2438
2439 * calc/calc-alg.el (math-simplify): Don't simplify when
2440 `math-normalize' returns an error.
2441
2442 2012-07-29 Eli Zaretskii <eliz@gnu.org>
2443
2444 * international/mule-cmds.el (set-locale-environment): Revert last
2445 change, since display-graphic-p returns nil when this function is
2446 called during startup. Instead...
2447
2448 * term/w32console.el (terminal-init-w32console): ...setup the
2449 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
2450
2451 2012-07-29 Juri Linkov <juri@jurta.org>
2452
2453 * simple.el (goto-line): Don't display default line number in the
2454 prompt because it should be displayed by `read-number' (bug#9952).
2455 Add the current line number to the defaults of `goto-line' to
2456 allow its easier modification by users with `M-n' (bug#9201).
2457
2458 * subr.el (read-number): Support multiple default values like in
2459 other minibuffer reading functions. Replace `read' with
2460 `string-to-number' for consistency with `number-to-string'.
2461
2462 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
2463
2464 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
2465 * emulation/viper-init.el (viper-deactivate-input-method-action):
2466 Rename from viper-inactivate-input-method-action.
2467 (viper-deactivate-input-method):
2468 Rename from viper-inactivate-input-method.
2469 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
2470 * international/mule-cmds.el (deactivate-input-method):
2471 Rename from inactivate-input-method.
2472 Also run input-method-deactivate-hook.
2473 (deactivate-current-input-method-function):
2474 Rename from inactivate-current-input-method-function.
2475 (input-method-deactivate-hook): New hook.
2476 (input-method-inactivate-hook): Mark obsolete.
2477 (inactivate-input-method): Mark obsolete.
2478
2479 * international/quail.el (quail-activate):
2480 Also run quail-deactivate-hook.
2481 (quail-deactivate): Rename from quail-inactivate.
2482 * international/robin.el (robin-activate):
2483 Also run robin-deactivate-hook.
2484 (robin-deactivate): Rename from robin-inactivate.
2485
2486 2012-07-29 Chong Yidong <cyd@gnu.org>
2487
2488 * simple.el (indicate-copied-region): New function.
2489 (kill-ring-save): Split off from here.
2490
2491 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
2492 (kill-rectangle): Set deactivate-mark to t on read-only error.
2493
2494 * register.el (copy-to-register, copy-rectangle-to-register):
2495 Deactivate the mark, and use indicate-copied-region (Bug#10056).
2496 (append-to-register, prepend-to-register):
2497 Call 2012-07-29 Juri Linkov <juri@jurta.org>
2498
2499 * simple.el (async-shell-command-buffer): New defcustom.
2500 (shell-command): Use it. (Bug#4719)
2501
2502 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2503
2504 * international/mule-cmds.el (set-locale-environment): In a
2505 console session on MS-Windows, set up keyboard and terminal
2506 encoding from the OEM codepage, not the ANSI codepage.
2507 (Bug#12055)
2508
2509 2012-07-28 Chong Yidong <cyd@gnu.org>
2510
2511 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
2512 gdb-get-location.
2513
2514 2012-07-28 Leo Liu <sdl.web@gmail.com>
2515
2516 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
2517 the alist (bug#12029).
2518
2519 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2520
2521 * makefile.w32-in (custom-deps, finder-data, updates, compile)
2522 (compile-always, compile-first)
2523 ($(lisp)/calendar/cal-loaddefs.el)
2524 ($(lisp)/calendar/diary-loaddefs.el)
2525 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
2526 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
2527 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
2528 instead of on update-subdirs.
2529 (bootstrap-clean): Delete $(lisp)/subdirs.el.
2530
2531 2012-07-28 Chong Yidong <cyd@gnu.org>
2532
2533 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
2534 directory if vc-deduce-backend returns nil (Bug#7350).
2535
2536 * simple.el (delete-trailing-lines): New option.
2537 (delete-trailing-whitespace): Obey it (Bug#11879).
2538
2539 2012-07-28 David Engster <deng@randomsample.de>
2540
2541 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
2542 Explanation of new 'symbol-qnames feature in doc-strings.
2543 (xml-maybe-do-ns): Return expanded names as plain symbols if
2544 'symbol-qnames was provided in XML-NS argument (Bug#11916).
2545 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
2546
2547 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2548
2549 Consistent completion in inferior python with emacs -nw.
2550 * progmodes/python.el (inferior-python-mode): replace "<tab>"
2551 binding in inferior-python-mode-map with "\t".
2552 (python-shell-completion-complete-at-point)
2553 (python-completion-complete-at-point): Remove interactive spec.
2554
2555 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2556
2557 * calc/calccomp.el (math-compose-expr): Undo previous change.
2558
2559 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2560
2561 * progmodes/python.el (python-mode-map): Add keybinding for
2562 run-python.
2563 (python-shell-make-comint): Fix pop-to-buffer call.
2564 (run-python): Autoload. New arg SHOW.
2565 (python-shell-get-or-create-process): Do not pop python process
2566 buffer.
2567
2568 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
2569
2570 * notifications.el (notifications-on-action-signal)
2571 (notifications-on-closed-signal): Use also the bus address for the map.
2572 (notifications-notify, notifications-close-notification)
2573 (notifications-get-capabilities): Add optional argument BUS.
2574
2575 2012-07-27 Tassilo Horn <tsdh@gnu.org>
2576
2577 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2578 Add support for the lstlisting and minted environments, and for the
2579 ctable macro.
2580 * textmodes/reftex.el (reftex-compile-variables): Also recognize
2581 labels written in keyvals syntax.
2582
2583 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2584
2585 * calc/calccomp.el (math-compose-expr): Use parentheses when
2586 there is a product in the denominator of a fraction.
2587
2588 2012-07-26 Eli Zaretskii <eliz@gnu.org>
2589
2590 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
2591 ($(lisp)/calendar/diary-loaddefs.el)
2592 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
2593 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
2594 Fixes failures in parallel bootstrap because subdirs.el is being
2595 rewritten while the autoload files are built at the same time,
2596 which needs to load subdirs.el.
2597
2598 2012-07-26 Martin Rudalics <rudalics@gmx.at>
2599
2600 * mouse.el (popup-menu): Fix doc-string and re-indent code.
2601 (mouse-drag-line): Don't exit tracking when a switch-frame or
2602 switch-window event occurs (Bug#12006).
2603
2604 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2605
2606 * mouse.el (popup-menu): Fix last change.
2607
2608 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 Autoload from Lisp with more care. Follow aliases when looking for
2611 function properties.
2612 * subr.el (autoloadp): New function.
2613 (symbol-file): Use it.
2614 (function-get): New function.
2615 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
2616 autoload-do-load.
2617 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
2618 (lisp-indent-function):
2619 * emacs-lisp/gv.el (gv-get):
2620 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
2621 * emacs-lisp/byte-opt.el (byte-optimize-form):
2622 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
2623 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
2624 Use function-get.
2625 * emacs-lisp/cl.el: Don't propagate function properties any more.
2626
2627 * speedbar.el (speedbar-add-localized-speedbar-support):
2628 * emacs-lisp/disass.el (disassemble-internal):
2629 * desktop.el (desktop-load-file):
2630 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
2631 (describe-function-1):
2632 * emacs-lisp/find-func.el (find-function-noselect):
2633 * emacs-lisp/elp.el (elp-instrument-function):
2634 * emacs-lisp/advice.el (ad-has-proper-definition):
2635 * apropos.el (apropos-safe-documentation, apropos-macrop):
2636 * emacs-lisp/debug.el (debug-on-entry):
2637 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
2638 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2639 * calc/calc.el (name): Use autoloadp & autoload-do-load.
2640
2641 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
2642
2643 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
2644 function, not an obsolete variable (Bug#12046).
2645
2646 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
2647
2648 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
2649
2650 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
2651
2652 * emacs-lisp/pp.el (pp-display-expression): Select old selected
2653 window only if it is still live (Bug#12034).
2654
2655 2012-07-25 Martin Rudalics <rudalics@gmx.at>
2656
2657 * subr.el (redirect-frame-focus): Add advertised calling
2658 convention (Bug#12030).
2659
2660 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2661
2662 Prefer typical American spelling for "acknowledgment".
2663 * vc/add-log.el (change-log-acknowledgment): Rename from
2664 change-log-acknowledgement, with an alias for the old name.
2665
2666 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
2667
2668 * calc-alg.el (math-simplify-divide): Don't cross multiply
2669 in an equation when the lhs is a variable.
2670
2671 2012-07-24 Julien Danjou <julien@danjou.info>
2672
2673 * net/netrc.el (netrc-find-service-number, netrc-store-data):
2674 Remove, unused.
2675
2676 2012-07-23 Eli Zaretskii <eliz@gnu.org>
2677
2678 * startup.el (command-line): Don't display an empty user name in
2679 the error message about non-existent home directory, when
2680 init-file-user was set to an empty string. See
2681 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
2682 for the details and context.
2683
2684 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
2685
2686 * ses.el (ses-cell-formula-aset): New macro.
2687 (ses-cell-references-aset): New macro.
2688 (ses-cell-p): New function.
2689 (ses-rename-cell): Do no longer rely on complex operations like
2690 ses-cell-set-formula or ses-set-cell to change the cell and handle
2691 the undo at the same time, but rather use lower level new macros
2692 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
2693 the undo directly. Refresh the mode line.
2694
2695 2012-07-21 Leo Liu <sdl.web@gmail.com>
2696
2697 * progmodes/cc-cmds.el (c-defun-name):
2698 Use match-string-no-properties instead for consistency.
2699
2700 2012-07-20 Leo Liu <sdl.web@gmail.com>
2701
2702 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
2703 (Bug#7879)
2704
2705 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
2706
2707 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2708
2709 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
2710 * progmodes/bug-reference.el, misearch.el: Provide themselves
2711 (bug#11915).
2712
2713 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
2714 of narrowed buffer (bug#11966).
2715
2716 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
2717
2718 * ses.el (ses-rename-cell): Set new name also in reference list of
2719 cells of which the renamed cell depends.
2720
2721 2012-07-20 Masatake YAMATO <yamato@redhat.com>
2722
2723 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
2724 to check whether menu-bar is shown or not. If not shown,
2725 show the menu-bar as a popup menu instead of using tmm.
2726 * mouse.el (popup-menu): Accept `point' as `position' argument.
2727
2728 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
2729
2730 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
2731 up inside string symbol literal (bug#11923).
2732
2733 2012-07-20 Eli Zaretskii <eliz@gnu.org>
2734
2735 * startup.el (fancy-startup-text): Read the whole tutorial, not
2736 just its first 256 bytes. Prevents gibberish in display of the
2737 tutorial title.
2738
2739 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2740
2741 Drop idle buffer compaction due to an absence of the
2742 proved efficiency.
2743 * compact.el: Remove.
2744
2745 2012-07-19 Sam Steingold <sds@gnu.org>
2746
2747 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
2748 vc-bzr-pull & vc-bzr-merge-branch.
2749 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
2750 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
2751 for consistency with compilation-error-regexp-alist.
2752 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
2753 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
2754 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
2755 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
2756
2757 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * emacs-lisp/chart.el: Use lexical-binding.
2760 (chart-emacs-storage): Don't hardcode the list of entries.
2761
2762 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2763
2764 Next round of tweaks caused by Fgarbage_collect changes.
2765 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
2766
2767 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2768
2769 Compact buffers when idle.
2770 * compact.el: New file.
2771
2772 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2773
2774 * subr.el (eventp): Presume that if it looks vaguely like an event,
2775 it's an event (bug#10190).
2776
2777 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
2778
2779 Enhancements to ppss related code (thanks Stefan).
2780 * progmodes/python.el (python-indent-context)
2781 (python-indent-calculate-indentation, python-indent-dedent-line)
2782 (python-indent-electric-colon, python-nav-forward-block)
2783 (python-mode-abbrev-table)
2784 (python-info-assignment-continuation-line-p): Simplify checks
2785 for ppss context.
2786 (python-info-continuation-line-p): Cleanup.
2787 (python-info-ppss-context): Do not catch 'quote.
2788 (python-info-ppss-context-type)
2789 (python-info-ppss-comment-or-string-p): Simplify.
2790
2791 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
2792
2793 * progmodes/python.el: Enhancements to eldoc support.
2794 (python-info-current-symbol): New function.
2795 (python-eldoc-at-point): Use python-info-current-symbol.
2796 (python-info-current-defun): Fix cornercase on first defun scan.
2797 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
2798 and signal error when no inferior python process is available.
2799
2800 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
2801
2802 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
2803 assume it's always t.
2804 (vc-git-registered): Remove caching, the function is only called
2805 once.
2806 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
2807
2808 2012-07-18 Chong Yidong <cyd@gnu.org>
2809
2810 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
2811
2812 * simple.el (count-words): Report on narrowing (Bug#9959).
2813
2814 * bindings.el: Bind M-= to count-words.
2815
2816 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
2817
2818 2012-07-18 Masatake YAMATO <yamato@redhat.com>
2819
2820 * progmodes/sh-script.el (sh-imenu-generic-expression):
2821 Capture a function with `function' keyword and without parentheses
2822 like "function FOO" (bug#11856).
2823
2824 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
2825
2826 * window.el (split-window-sensibly): Make WINDOW argument
2827 optional.
2828
2829 2012-07-18 Chong Yidong <cyd@gnu.org>
2830
2831 * subr.el (keyboard-translate): Doc fix (Bug#7261).
2832
2833 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
2834 and make C-x 8 RET exit isearch (Bug#11439).
2835
2836 * international/iso-transl.el: Move isearch-mode-map key
2837 definitions to isearch.el.
2838
2839 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
2842 (eieio-defclass): Use gv-define-setter when possible.
2843
2844 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
2845
2846 Reflect recent changes in Fgarbage_collect.
2847 * emacs-lisp/chart.el (chart-emacs-storage): Change to
2848 reflect new format of data returned by Fgarbage_collect.
2849
2850 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2851
2852 New utility functions + python-info-ppss-context fix (Bug#11910).
2853 * progmodes/python.el (python-info-beginning-of-block-statement-p)
2854 (python-info-ppss-comment-or-string-p): New functions.
2855 (python-info-ppss-context): Small fix for string check.
2856
2857 2012-07-17 Juri Linkov <juri@jurta.org>
2858
2859 * dired-aux.el (dired-do-async-shell-command): Doc fix.
2860 (dired-do-async-shell-command): Don't add `*' at the end of the
2861 command (Bug#11815).
2862 (dired-do-shell-command): Doc fix.
2863 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
2864 Join the individual commands using either "&" or ";" as the
2865 separator depending on the values of these trailing characters.
2866 At the end re-add the trailing "&". (Bug#10598)
2867
2868 * simple.el (async-shell-command): Sync the interactive spec with
2869 `shell-command'. Doc fix.
2870 (shell-command): Doc fix.
2871
2872 2012-07-17 Juri Linkov <juri@jurta.org>
2873
2874 * descr-text.el (describe-char): Fix format args. (Bug#10129)
2875
2876 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2877
2878 Final renames and doc fixes for movement commands (bug#11899).
2879 * progmodes/python.el (python-nav-beginning-of-statement):
2880 Rename from python-nav-statement-start.
2881 (python-nav-end-of-statement): Rename from
2882 python-nav-statement-end.
2883 (python-nav-beginning-of-block): Rename from
2884 python-nav-block-start.
2885 (python-nav-end-of-block): Rename from python-nav-block-end.
2886
2887 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2888
2889 * progmodes/python.el (python-shell-send-string-no-output):
2890 Allow accept-process-output to quit, keeping shell process ready for
2891 future interactions (Bug#11868).
2892
2893 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2894
2895 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
2896
2897 * emacs-lisp/elint.el (elint-find-args-in-code):
2898 Use help-function-arglist, so as to handle lexical byte-code.
2899
2900 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
2901 change (bug#11826).
2902
2903 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
2906 Avoid spuriously marking the buffer as modified because of c-is-sws.
2907
2908 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
2909 as not-a-comment (bug#11946).
2910
2911 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
2912 for uninterned vars.
2913
2914 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
2915 Use read-event since we don't really want to read chars but bytes.
2916
2917 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
2918 $$..$$ but also $..$ using regexps (bug#11953).
2919 Use tex-verbatim for \url and \path.
2920 (tex-font-lock-keywords): Define as defconst like the others.
2921 (tex-common-initialization): Don't use font-lock-syntax-table any more.
2922
2923 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
2924
2925 * international/mule-cmds.el (ucs-insert): Make it an obsolete
2926 alias for insert-char.
2927
2928 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
2929
2930 * progmodes/python.el: Simplified imenu implementation.
2931 (python-nav-jump-to-defun): Remove command.
2932 (python-mode-map): Use `imenu' instead.
2933 (python-nav-list-defun-positions-cache)
2934 (python-imenu-include-defun-type, python-imenu-make-tree)
2935 (python-imenu-subtree-root-label, python-imenu-index-alist):
2936 Remove vars.
2937 (python-nav-list-defun-positions, python-nav-read-defun)
2938 (python-imenu-tree-assoc, python-imenu-make-element-tree)
2939 (python-imenu-make-tree, python-imenu-create-index):
2940 Remove functions.
2941 (python-mode): Update to interact with imenu by setting
2942 `imenu-extract-index-name-function' only.
2943
2944 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
2945
2946 * progmodes/python.el: Enhancements to navigation commands.
2947 (python-nav-backward-sentence)
2948 (python-nav-forward-sentence): Remove.
2949 (python-nav-backward-statement, python-nav-forward-statement)
2950 (python-nav-statement-start, python-nav-statement-end)
2951 (python-nav-backward-block, python-nav-forward-block)
2952 (python-nav-block-start, python-nav-block-end)
2953 (python-nav-forward-sexp-function)
2954 (python-info-current-line-comment-p)
2955 (python-info-current-line-empty-p): New functions.
2956 (python-indent-context): Use `python-nav-statement-start'.
2957
2958 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
2959
2960 * eshell/em-ls.el (eshell/ls): Use `apply'.
2961
2962 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
2963 multi-hops, instead of Tramp internals.
2964
2965 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
2966
2967 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
2968 when F1 and F2 are located on different hosts.
2969
2970 2012-07-14 Chong Yidong <cyd@gnu.org>
2971
2972 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
2973 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
2974 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
2975 (xterm-mouse--read-event-sequence-1000)
2976 (xterm-mouse--read-event-sequence-1006): New functions. For old
2977 mouse protocol, handle M-mouse-X events correctly.
2978 (xterm-mouse-event): New arg specifying mouse protocol.
2979 (turn-on-xterm-mouse-tracking-on-terminal)
2980 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
2981 sequence to toggle extended coordinates on newer XTerms.
2982 This appears to be harmless on terminals which do not support this.
2983
2984 2012-07-14 Leo Liu <sdl.web@gmail.com>
2985
2986 Add fringe bitmap indicators for flymake. (Bug#11253)
2987 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
2988 (flymake-make-overlay): New arg BITMAP.
2989 (flymake-error-bitmap, flymake-warning-bitmap)
2990 (flymake-fringe-indicator-position): New user variables.
2991
2992 * fringe.el: New bitmap exclamation-mark.
2993
2994 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
2995
2996 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
2997 also (Bug#7879).
2998
2999 2012-07-14 Chong Yidong <cyd@gnu.org>
3000
3001 * electric.el (electric-pair-post-self-insert-function): Fix pair
3002 insertion in empty-region case (Bug#11520).
3003
3004 2012-07-14 Chong Yidong <cyd@gnu.org>
3005
3006 * bindings.el: Consolidate ctl-x-r-map bindings.
3007 Bind copy-rectangle-as-kill to C-x r w.
3008
3009 * rect.el, register.el: Move bindings to bindings.el.
3010
3011 2012-07-14 Reuben Thomas <rrt@sc3d.org>
3012
3013 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
3014
3015 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
3016
3017 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
3018
3019 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
3020
3021 * bindings.el (top): Use `mapc' instead of `mapcar'.
3022
3023 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
3024
3025 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
3026
3027 * progmodes/sql.el (sql-comint): Suppress the check for program on
3028 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
3029 (Bug#11908)
3030
3031 2012-07-13 Chong Yidong <cyd@gnu.org>
3032
3033 * bindings.el: Assign a non-nil permanent-local property to
3034 per-buffer variables which lack a default value (Bug#11930).
3035
3036 * help-fns.el (describe-variable): In the "automatically becomes
3037 local" notice, take note of permanent-local variables.
3038
3039 2012-07-13 Chong Yidong <cyd@gnu.org>
3040
3041 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
3042 to allow printing the message when called from Lisp.
3043
3044 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3045 Remove toggle-read-only.
3046
3047 * bs.el (bs-toggle-readonly):
3048 * buff-menu.el (Buffer-menu-toggle-read-only):
3049 Remove with-no-warnings around toggle-read-only.
3050
3051 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
3052 Remove with-no-warnings around toggle-read-only.
3053 (ffap-read-only, ffap-read-only-other-window)
3054 (ffap-read-only-other-frame): Callers changed.
3055
3056 * help-mode.el: Don't require view package.
3057 (help-mode-finish): Set buffer-read-only instead of calling
3058 toggle-read-only.
3059
3060 * bindings.el (mode-line-toggle-read-only):
3061 * dired.el (dired-toggle-read-only):
3062 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
3063 with non-nil second arg.
3064
3065 * emacs-lisp/eieio-custom.el (eieio-customize-object):
3066 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
3067 directly.
3068
3069 2012-07-12 Eli Zaretskii <eliz@gnu.org>
3070
3071 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
3072 not incf.
3073
3074 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3075
3076 More CL cleanups and reduction of use of cl.el.
3077 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
3078 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
3079 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
3080 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
3081 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
3082 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
3083 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
3084 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
3085 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
3086 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
3087 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
3088 * eshell/em-cmpl.el, eshell/em-banner.el:
3089 * calendar/parse-time.el: Use cl-lib.
3090 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
3091 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
3092 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
3093 * term/ns-win.el, term.el, shell.el, ps-samp.el:
3094 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
3095 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
3096 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
3097 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
3098 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
3099 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
3100 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
3101 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
3102 `lambda' rather than with `quote'.
3103 (eshell-do-opt): Adjust accordingly.
3104 (eshell-process-option): Simplify.
3105 * eshell/esh-var.el:
3106 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
3107 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
3108 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
3109 to `pcase--dontcare'.
3110 * emacs-lisp/cl.el (labels): Mark obsolete.
3111 (cl--letf, letf): Move to cl-lib.
3112 (cl--letf*, letf*): Remove.
3113 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
3114 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
3115 (cl-progv): Rewrite.
3116 (cl--letf, cl-letf): Move from cl.el.
3117 (cl-letf*): New macro.
3118 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
3119
3120 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
3121
3122 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
3123
3124 2012-07-11 Chong Yidong <cyd@gnu.org>
3125
3126 * vc/log-edit.el (log-edit-vc-backend): New variable.
3127 (log-edit): Doc fix.
3128
3129 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
3130 argument of log-edit to set up all local variables.
3131 (vc-start-logentry): New optional arg specifying VC backend.
3132
3133 * vc/vc.el (vc-checkin): Use it.
3134 (vc-deduce-fileset): Handle Log Edit buffers.
3135 (vc-diff): Make first argument optional too.
3136
3137 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
3138
3139 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
3140
3141 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
3142 command, just in case. The function is not needed anymore.
3143 (eshell-external-command): Do not call `eshell-remote-command'.
3144
3145 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
3146
3147 Reduce use of (require 'cl).
3148 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
3149 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
3150 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
3151 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
3152 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
3153 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
3154 * battery.el, avoid.el, abbrev.el: Use cl-lib.
3155 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
3156 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
3157 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
3158 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
3159 * calculator.el, autorevert.el, apropos.el: Don't require CL.
3160 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
3161 (byte-compile-unfold-bcf, byte-compile-check-variable):
3162 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
3163 (byte-compile-nilconstp):
3164 * emacs-lisp/autoload.el (make-autoload): Use pcase.
3165 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
3166
3167 * emacs-lisp/gv.el (cond): Make it a valid place.
3168 (if): Simplify slightly.
3169
3170 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
3171 (pcase--self-quoting-p): New function.
3172 (pcase--u1): Use it.
3173
3174 2012-07-10 Glenn Morris <rgm@gnu.org>
3175
3176 * emacs-lisp/authors.el (authors-fixed-entries):
3177 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
3178
3179 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3180
3181 Rename configure.in to configure.ac (Bug#11603).
3182 * emacs-lisp/authors.el (authors-canonical-file-name):
3183 * progmodes/autoconf.el (autoconf-mode):
3184 Prefer configure.ac to configure.in.
3185
3186 2012-07-08 Chong Yidong <cyd@gnu.org>
3187
3188 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
3189 Implement the mouse-1-click-follows-link handling properly.
3190
3191 * info.el (Info-link-keymap): Use follow-link mechanism for
3192 header-line links (Bug#374).
3193
3194 * simple.el (deactivate-mark): Do not set the primary selection
3195 if another program has acquired it (Bug#11772).
3196
3197 2012-07-07 Kevin Ryde <user42@zip.com.au>
3198
3199 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
3200 (woman-decode-region): Replace escaped-escapes without destroying
3201 bold or underline (Bug#11552).
3202 (woman2-process-escapes): Handle nofill regions (Bug#11591).
3203
3204 2012-07-07 Chong Yidong <cyd@gnu.org>
3205
3206 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
3207 (interprogram-cut-function, interprogram-paste-function):
3208 Mention that we typically mean the clipboard.
3209
3210 2012-07-06 Glenn Morris <rgm@gnu.org>
3211
3212 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
3213
3214 * files.el (toggle-read-only): Restrict message to interactive use.
3215
3216 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
3217
3218 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
3219
3220 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
3221
3222 2012-07-06 Glenn Morris <rgm@gnu.org>
3223
3224 * Makefile.in (compile-one-process): Rename from "recompile".
3225
3226 * Makefile.in (bzr-update): "compile" is the same as "recompile
3227 autoloads", but parallelizable, so use that instead.
3228
3229 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
3230
3231 * window.el (quit-window): Always restore window height when
3232 it's saved in quit-restore parameter (Bug#11810).
3233
3234 2012-07-06 Glenn Morris <rgm@gnu.org>
3235
3236 * simple.el (kill-whole-line): Doc tweak.
3237
3238 2012-07-06 Eli Zaretskii <eliz@gnu.org>
3239
3240 * files.el (file-relative-name): Compare file names
3241 case-insensitively if on MS-Windows or MS-DOS, or if
3242 read-file-name-completion-ignore-case is non-nil. Don't use
3243 case-fold-search for this purpose. (Bug#11827)
3244
3245 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3246
3247 * calendar/cal-dst.el (calendar-current-time-zone):
3248 Return calendar-current-time-zone-cache if non-nil.
3249
3250 2012-07-17 Masatake YAMATO <yamato@redhat.com>
3251 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3252
3253 * calendar/cal-dst.el (calendar-current-time-zone):
3254 Return calendar-current-time-zone-cache if non-nil.
3255
3256 2012-07-06 Glenn Morris <rgm@gnu.org>
3257
3258 * Makefile.in (cvs-update): Remove old alias.
3259
3260 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
3261
3262 Sync with Tramp 2.2.6-pre.
3263
3264 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
3265 compatible declaration.
3266
3267 * net/tramp-cmds.el (tramp-append-tramp-buffers):
3268 Protect `list-load-path-shadows' call.
3269
3270 * net/tramp-compat.el (top): Require packages, which aren't
3271 autoloaded anymore for XEmacs. Protect call of
3272 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
3273 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
3274 it hurts at least for SXEmacs.
3275 (tramp-compat-temporary-file-directory): In XEmacs, there is no
3276 standard-value for `temporary-file-directory'.
3277
3278 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
3279 Redirect stderr to /dev/null.
3280 (tramp-sh-handle-write-region): uid and gid can be floats.
3281 Reported by Russell Sim <russell.sim@gmail.com>.
3282 (tramp-sh-handle-vc-registered): Hide errors.
3283 (tramp-vc-file-name-handler): Use dummy results for `process-file'
3284 and `start-file-process'.
3285 (tramp-maybe-open-connection): Check also whether `non-essential'
3286 is bound.
3287
3288 2012-07-04 Chong Yidong <cyd@gnu.org>
3289
3290 * xml.el (xml--parse-buffer): Use xml-syntax-table.
3291 (xml-parse-tag): Likewise, and avoid changing entity tables.
3292 (xml-syntax-table): Define from scratch, making sure not to give
3293 x2000 and other Unicode spaces whitespace syntax, since those are
3294 not spaces in XML.
3295 (xml-parse-fragment): Delete unused function.
3296 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
3297 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
3298 (xml-entity-ref, xml-pe-reference-re)
3299 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
3300 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
3301 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
3302 (xml-entity-value-re): Use syntax references in regexps where
3303 possible; no need to define inside a let-binding.
3304 (xml-parse-dtd): Use xml-pe-reference-re.
3305 (xml-entity-or-char-ref-re): New defconst.
3306 (xml-parse-string, xml-substitute-special): Use it.
3307
3308 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3309
3310 * files.el (locate-dominating-file): Allow `name' to be a predicate.
3311 (find-file--read-only): New function.
3312 (find-file-read-only, find-file-read-only-other-window)
3313 (find-file-read-only-other-frame): Use it.
3314 (insert-file-contents-literally): Don't `fset'.
3315 (get-free-disk-space): Use locate-dominating-file.
3316
3317 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
3318 function is already compiled.
3319
3320 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
3321
3322 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
3323
3324 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
3325 files on the same host.
3326
3327 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
3328
3329 * help-fns.el (describe-function-1): Only call
3330 help-fns--autoloaded-p when we have a file name. (Bug#11848)
3331
3332 2012-07-03 Chong Yidong <cyd@gnu.org>
3333
3334 * xml.el: Protect parser against XML bombs.
3335 (xml-entity-expansion-limit): New variable.
3336 (xml-parse-string, xml-substitute-special): Use it.
3337 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
3338
3339 2012-07-03 Glenn Morris <rgm@gnu.org>
3340
3341 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3342 Allow linking to specific messages in debbugs reports (eg 123#5).
3343
3344 2012-07-02 Chong Yidong <cyd@gnu.org>
3345
3346 * xml.el: Fix entity and character reference expansion, allowing
3347 them to expand into markup as per XML spec.
3348 (xml-default-ns): New variable.
3349 (xml-entity-alist): Use XML spec definitions for lt and amp.
3350 (xml-parse-region): Make first two arguments optional.
3351 Discard text properties.
3352 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
3353 All callers changed.
3354 (xml-parse-tag): Call xml-parse-tag-1. For backward
3355 compatibility, this function should not modify buffer contents.
3356 (xml-parse-tag-1): Fix opening-tag regexp.
3357 (xml-parse-string): Rewrite, handling entity and character
3358 references properly.
3359 (xml--entity-replacement-text): Signal an error if a parameter
3360 entity is undefined.
3361
3362 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3363
3364 * comint.el (comint-output-filter): Filter out repeated prompts.
3365
3366 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
3367 and file-name-absolute-p.
3368 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
3369 internal calls.
3370
3371 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
3372
3373 Spelling fixes.
3374 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
3375 Rename from byte-compile--refiy-function. All uses changed.
3376
3377 2012-07-01 Chong Yidong <cyd@gnu.org>
3378
3379 * xml.el (xml--parse-buffer): New function. Move most of
3380 xml-parse-region here.
3381 (xml-parse-region): Copy region into a temporary buffer, since
3382 parameter entity substitution requires changing buffer contents.
3383 Use xml--parse-buffer.
3384 (xml-parse-file): Use xml--parse-buffer.
3385 (xml-parse-dtd): Make parameter entity substitution work right.
3386 Use proper regexps for ELEMENT declarations (Bug#7172).
3387
3388 2012-06-30 Glenn Morris <rgm@gnu.org>
3389
3390 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
3391
3392 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
3393 Remove outdated and unnecessary dbus declarations.
3394
3395 2012-06-30 Eli Zaretskii <eliz@gnu.org>
3396
3397 * emacs-lisp/timer.el (timer-until): Subtract results of
3398 float-time, instead of taking float-time of the result of
3399 time-subtract, since float-time signals an error for negative time
3400 arguments.
3401
3402 2012-06-30 Chong Yidong <cyd@gnu.org>
3403
3404 * xml.el (xml-*-re): Convert defvars into defconsts, and
3405 eval-and-compile them so eval-and-compile works on derivatives.
3406 (xml--entity-replacement-text): Use eval-and-comple.
3407
3408 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
3409
3410 * vc/vc-git.el (vc-git-registered): Use cache property
3411 `git-registered'.
3412 (vc-git-mode-line-string): Call `vc-working-revision' instead of
3413 `vc-git-working-revision' in order to benefit from the cache.
3414 (vc-git-root): Use cache property `git-root'. (Bug#11757)
3415
3416 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
3417
3418 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
3419 removed (likely outside Emacs). (Bug#11757)
3420
3421 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
3422
3423 * emacs-lisp/cl-lib.el: Require macroexp.
3424
3425 2012-06-30 Chong Yidong <cyd@gnu.org>
3426
3427 * xml.el: Implement XML parameter entities.
3428 (xml-parameter-entity-alist): New variable.
3429 (xml-parse-region, xml-parse-fragment): Preserve previous values
3430 of xml-entity-alist and xml-parameter-entity-alist, so that
3431 repeated calls on different documents do not change them.
3432 (xml-parse-tag): Fix doctype regexp.
3433 (xml--entity-replacement-text): New function.
3434 (xml-parse-dtd): Use it. Don't handle system entities; doing that
3435 properly requires url retrieval which is unimplemented.
3436 (xml-escape-string): Doc fix.
3437
3438 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
3439
3440 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
3441
3442 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
3443
3444 * fringe.el (fringe-mode): Doc fix.
3445
3446 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
3447
3448 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
3449 is non-nil.
3450 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
3451 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
3452
3453 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3454
3455 * calendar/cal-dst.el (calendar-current-time-zone):
3456 Return calendar-current-time-zone-cache if non-nil.
3457
3458 2012-06-29 Masatake YAMATO <yamato@redhat.com>
3459
3460 * progmodes/which-func.el (which-func-format):
3461 Add mouse-face. (Bug#11698)
3462
3463 2012-06-29 Leo Liu <sdl.web@gmail.com>
3464
3465 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
3466
3467 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * minibuffer.el (minibuffer-confirm-exit-commands):
3470 Add completion-at-point (bug#11725).
3471
3472 2012-06-29 Glenn Morris <rgm@gnu.org>
3473
3474 * progmodes/f90.el (f90-font-lock-keywords-2):
3475 Add some preprocessor elements. (Bug#10499)
3476
3477 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3478
3479 * progmodes/cperl-mode.el (cperl-update-syntaxification):
3480 Use syntax-propertize (bug#11739).
3481
3482 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
3483
3484 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
3485
3486 2012-06-28 Julien Danjou <julien@danjou.info>
3487
3488 * term.el (term-handle-colors-array): Use a set of new faces to
3489 color the terminal. Also uses :inverse-video property.
3490 (term-default-fg-color): Set to nil by default, deprecate in favor
3491 of `term-face'.
3492 (term-default-bg-color): Set to nil by default, deprecate in favor
3493 of `term-face'.
3494 (term-current-face): Use `term-face' by default.
3495 (term-bold-attribute): Variable deleted.
3496
3497 2012-06-28 Glenn Morris <rgm@gnu.org>
3498
3499 * simple.el (completion-list-mode-finish):
3500 Don't use toggle-read-only. (Since completion-list-mode has
3501 a special mode-class, it wasn't doing anything extra anyway.)
3502
3503 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
3504
3505 Make inlining of other-mode interpreted functions work (bug#11799).
3506 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
3507 (byte-compile): Use it to fix compilation of lexical-binding closures.
3508 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
3509 function, if needed.
3510
3511 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3512
3513 * help-mode.el (help-make-xrefs): Don't just withstand
3514 cyclic-variable-indirection but any error in documentation-property.
3515
3516 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
3517 memory use.
3518 * bindings.el (bindings--define-key): New function.
3519 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
3520 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
3521 * bindings.el: Use it to purecopy define-key bindings.
3522
3523 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
3524
3525 * emacs-lisp/cl.el (flet): Mark obsolete.
3526 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
3527 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
3528 * progmodes/js.el (js-c-fill-paragraph):
3529 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
3530 (ebrowse-switch-member-buffer-to-derived-class):
3531 * play/5x5.el (5x5-solver): Use cl-flet.
3532
3533 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
3534 (cl--symbol-function): New macro.
3535 (cl--letf, cl--letf*): Use it.
3536
3537 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3538 Strip "toggle-" if any.
3539
3540 2012-06-27 Glenn Morris <rgm@gnu.org>
3541
3542 * info.el (Info-default-directory-list): Move here from paths.el.
3543 * paths.el: Remove file, which is now empty.
3544 * loadup.el: No longer load "paths".
3545
3546 * custom.el (custom-initialize-delay): Doc fix.
3547
3548 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3549 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3550 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3551 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3552 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3553 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
3554 * eshell/eshell.el (eshell-defgroup): Remove alias.
3555
3556 2012-06-27 Chong Yidong <cyd@gnu.org>
3557
3558 * help.el (help-enable-auto-load): New variable.
3559
3560 * help-fns.el (help-fns--autoloaded-p): New function.
3561 (describe-function-1): Refer to a function as "autoloaded" if it
3562 was autoloaded at any time in the past. Perform autoloading if
3563 help-enable-auto-load is non-nil.
3564
3565 2012-06-26 Eli Zaretskii <eliz@gnu.org>
3566
3567 * makefile.w32-in (compile, compile-always): Depend on
3568 update-subdirs, not on subdirs.el. Otherwise, several different
3569 sub-targets of 'bootstrap' running in parallel could
3570 simultaneously write to subdirs.el, producing a garbled file.
3571
3572 2012-06-26 Sam Steingold <sds@gnu.org>
3573
3574 * files.el (file-name-base): New convenience function.
3575 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
3576 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
3577 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
3578 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
3579 * textmodes/ispell.el, textmodes/reftex-ref.el:
3580 * textmodes/tex-mode.el: Use it.
3581 Did not touch cedet and org because they are maintained elsewhere.
3582
3583 2012-06-26 Martin Rudalics <rudalics@gmx.at>
3584
3585 * calendar/calendar.el (calendar-exit): Don't try to delete or
3586 iconify last frame. See:
3587 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
3588
3589 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
3590
3591 * server.el (server-process-filter): Remember dir in the
3592 process's `server-client-directory' properties.
3593
3594 2012-06-24 Chong Yidong <cyd@gnu.org>
3595
3596 * xml.el (xml-parse-tag): Correctly handle comment embedded in
3597 non-tag text.
3598
3599 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
3600
3601 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
3602
3603 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * help-fns.el (describe-variable): Don't croak when doc is not found.
3606 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
3607 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
3608 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
3609 * emacs-lisp/smie.el (smie-next-sexp): CSE.
3610 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
3611 ((lambda ..) ..).
3612 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
3613
3614 2012-06-23 Chong Yidong <cyd@gnu.org>
3615
3616 * info.el (Info-mouse-follow-link): Accept symbol values of
3617 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
3618 (Info-fontify-node): Use Info-link-keymap for all navigation
3619 buttons, with link-args property to perform the desired action.
3620 (Info-link-keymap): Doc fix.
3621 (Info-next-link-keymap, Info-prev-link-keymap)
3622 (Info-up-link-keymap): Delete now-unused keymaps.
3623
3624 2012-06-23 Chong Yidong <cyd@gnu.org>
3625
3626 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
3627
3628 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
3629 system abbrevs.
3630
3631 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
3632
3633 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3634
3635 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
3636 (bug#11719).
3637
3638 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
3639 the requote function doesn't work properly (bug#11714).
3640
3641 2012-06-23 Glenn Morris <rgm@gnu.org>
3642
3643 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
3644
3645 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 Further GV/CL cleanups.
3648 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
3649 gv-expander.
3650 (gv--defun-declaration): New function.
3651 (defun-declarations-alist): Use it.
3652 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
3653 (gv-place): Autoload.
3654 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
3655 original definition of dotimes and dolist.
3656 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
3657 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
3658 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
3659 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
3660 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
3661 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
3662 to the function's definition.
3663 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
3664 * window.el:
3665 * files.el:
3666 * faces.el:
3667 * env.el: Don't use CL.
3668
3669 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3670
3671 Support higher-resolution time stamps (Bug#9000).
3672
3673 * calendar/time-date.el (with-decoded-time-value): New arg
3674 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
3675 (encode-time-value): New optional arg PICO. New type 3.
3676 (time-to-seconds) [!float-time]: Support the new picoseconds
3677 component if it's used.
3678 (seconds-to-time, time-subtract, time-add):
3679 Support ps-resolution time stamps as well.
3680
3681 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
3682 (timerp): Timer vectors now have length 9, not 8.
3683 (timer--time): Support new-style (4-part) time stamps.
3684 (timer-next-integral-multiple-of-time): Time stamps now have
3685 picosecond resolution, so take a bit more care about rounding.
3686 (timer-relative-time, timer-inc-time): New optional arg psecs.
3687 (timer-set-time-with-usecs): Set psecs to 0.
3688 (timer--activate): Check psecs component, too.
3689
3690 * proced.el (proced-time-lessp): Support ps-resolution stamps.
3691
3692 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3693
3694 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
3695 Move the non-essential binding to the post/pre-command-hook where it is
3696 more obviously correct.
3697
3698 * subr.el (read-passwd): Don't use a history at all.
3699 * savehist.el (savehist-save): Remove password saved accidentally
3700 because of the above bug.
3701
3702 2012-06-22 Bastien Guerry <bzg@gnu.org>
3703
3704 * files.el (toggle-read-only): Display a message telling whether
3705 the buffer is read-only or not (bug#11726).
3706
3707 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 * emacs-lisp/gv.el: New file.
3710 * subr.el (push, pop): Extend to generalized variables.
3711 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
3712 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
3713 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
3714 gv-define-simple-setter, and gv-define-expander.
3715 Remove setf-methods defined in gv. Rename cl-setf -> setf.
3716 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
3717 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
3718 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
3719 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
3720 gv-letplace.
3721 (cl-defstruct): Don't define setf-method any more.
3722 * emacs-lisp/cl.el (flet): Don't autoload.
3723 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
3724 (define-setf-expander, defsetf, define-modify-macro)
3725 (cl-struct-setf-expander): Move from cl-lib.el.
3726 * emacs-lisp/syntax.el:
3727 * emacs-lisp/ewoc.el:
3728 * emacs-lisp/smie.el:
3729 * emacs-lisp/cconv.el:
3730 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
3731 (timer--time): Use gv-define-simple-setter.
3732 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
3733 to avoid coding-system problems in subr.el. Adjust all users.
3734 (macroexp--maxsize, macroexp-small-p): New functions.
3735 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
3736 * scroll-bar.el (scroll-bar-mode):
3737 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3738 (normal-erase-is-backspace-mode): Don't use the `eq' place.
3739 * winner.el (winner-configuration, winner-make-point-alist)
3740 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
3741 * files.el (locate-file-completion-table): Avoid list*.
3742
3743 2012-06-22 Chong Yidong <cyd@gnu.org>
3744
3745 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
3746 (dired-create-files): Doc fix (Bug#11329).
3747 (dired-do-copy): Doc fix (Bug#11334).
3748 (dired-mark-read-string): Doc fix (Bug#11553).
3749
3750 * dired.el (dired-recursive-copies, dired-recursive-deletes):
3751 Doc fix (Bug#11326).
3752 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
3753 (dired-dwim-target): Doc fix.
3754
3755 * wdired.el (wdired-mode): Doc fix.
3756
3757 2012-06-22 Glenn Morris <rgm@gnu.org>
3758
3759 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
3760 (pcmpl-rpm-cache-stamp-file): New constant.
3761 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
3762 (pcmpl-rpm-packages): Optionally cache list of packages.
3763
3764 * pcmpl-rpm.el (pcmpl-rpm): New group.
3765 (pcmpl-rpm-query-options): New option.
3766 (pcmpl-rpm-packages): No need to inline it.
3767 Use pcmpl-rpm-query-options.
3768
3769 * calendar/calendar.el (calendar-in-read-only-buffer):
3770 Avoid some needless mode changes.
3771
3772 2012-06-21 Chong Yidong <cyd@gnu.org>
3773
3774 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
3775 (desktop-path): Remove . from the default value (Bug#10977).
3776 (desktop-read): Use user-emacs-directory if desktop-path is nil.
3777
3778 2012-06-20 Chong Yidong <cyd@gnu.org>
3779
3780 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
3781
3782 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
3783
3784 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
3785 (bug#11201).
3786
3787 2012-06-20 Chong Yidong <cyd@gnu.org>
3788
3789 * term.el (term-window-width): Handle the case of a missing right
3790 fringe (Bug#8837).
3791 (term-check-size): Use window-text-height (Bug#5445).
3792 (term-mode): Use define-derived-mode. Minor cleanups.
3793 Set font-lock-defaults (Bug#7692).
3794 (term-move-columns, term-insert-char, term-emulate-terminal)
3795 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
3796
3797 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
3798
3799 * net/ange-ftp.el (ange-ftp-get-passwd):
3800 Bind `enable-recursive-minibuffers'.
3801 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
3802
3803 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
3804
3805 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
3806
3807 2012-06-19 Glenn Morris <rgm@gnu.org>
3808
3809 * progmodes/python.el (python-mode): Derive from prog-mode.
3810
3811 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3812
3813 * emulation/edt.el (edt-default-menu-bar-update-buffers)
3814 (edt-user-menu-bar-update-buffers): New functions.
3815 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
3816
3817 2012-06-19 Chong Yidong <cyd@gnu.org>
3818
3819 * subr.el (with-selected-window): Preserve the selected window's
3820 terminal's top-frame (Bug#4702).
3821
3822 * window.el (save-selected-window): Likewise.
3823
3824 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3825
3826 * progmodes/python.el (python-rx-constituents): Move backquote.
3827 (python-skeleton-define, python-define-auxiliary-skeleton):
3828 Use `declare'.
3829
3830 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
3831
3832 * minibuffer.el (read-file-name-default): Revert the patch from
3833 2012-06-17.
3834
3835 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3836
3837 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
3838 (pcase--u1, pcase--q1): Don't use apply-partially.
3839
3840 2012-06-18 Glenn Morris <rgm@gnu.org>
3841
3842 * progmodes/python.el (python-proc, python-buffer)
3843 (python-send-receive, python-send-string): Fix obsolete versions.
3844
3845 2012-06-18 Martin Rudalics <rudalics@gmx.at>
3846
3847 * window.el (special-display-p): Completely remove stringp
3848 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
3849
3850 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
3851
3852 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
3853
3854 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
3855
3856 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
3857 * net/tramp-sh.el (tramp-maybe-open-connection):
3858 Throw if `non-essential' is non-nil.
3859
3860 2012-06-17 Martin Rudalics <rudalics@gmx.at>
3861
3862 * window.el (special-display-p): Signal an error if BUFFER-NAME
3863 is not a string (Bug#11713).
3864
3865 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
3866
3867 * progmodes/python.el (python-info-beginning-of-backslash):
3868 Rename from python-info-beginning-of-backlash, as a spelling fix.
3869
3870 2012-06-17 Chong Yidong <cyd@gnu.org>
3871
3872 * term.el (term-emulate-terminal): If term-check-size is called,
3873 move point to the process mark without resetting point (Bug#4635).
3874
3875 2012-06-17 Glenn Morris <rgm@gnu.org>
3876
3877 * international/mule-cmds.el (mule-menu-keymap)
3878 (set-language-environment, set-locale-environment): Doc tweaks.
3879
3880 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
3881
3882 * cus-face.el (custom-face-attributes): Add wave-style underline
3883 attribute.
3884 * faces.el (set-face-attribute): Update docstring to describe
3885 wave-style underline attribute.
3886
3887 2012-06-16 Chong Yidong <cyd@gnu.org>
3888
3889 * term/xterm.el (terminal-init-xterm): Discard input before
3890 querying background mode (Bug#10959).
3891
3892 2012-06-16 Stefan Merten <smerten@oekonux.de>
3893
3894 * textmodes/rst.el: Added and corrected some comments.
3895 (rst-re-alist-def): Improve symbol syntax.
3896 (rst-mode-syntax-table): Correct syntax entries.
3897 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3898 (rst-official-version, rst-official-cvs-rev): Update version
3899 information.
3900
3901 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
3902
3903 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
3904 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
3905
3906 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
3907
3908 * progmodes/python.el: New python.el merge.
3909 (python-guess-indent): Obsolete var.
3910 (python-indent-guess-indent-offset): New defcustom.
3911 (python-indent): Obsolete var.
3912 (python-indent-offset): New defcustom.
3913 (python-python-command, python-jython-command): Delete var.
3914 (python-shell-interpreter): New defcustom.
3915 (python-pdbtrack-do-tracking-p): Delete var.
3916 (python-pdbtrack-activate): New defcustom.
3917 (python-use-skeletons): Obsolete var.
3918 (python-skeleton-autoinsert): New defcustom.
3919 (inferior-python-filter-regexp, python-continuation-offset)
3920 (python-honour-comment-indentation, python-indent-string-contents)
3921 (python-jython-packages, python-mode-hook)
3922 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
3923 (python-shell-prompt-alist)
3924 (python-source-modes): Delete defcustoms.
3925 (python-check-buffer-name, python-eldoc-setup-code)
3926 (python-eldoc-string-code, python-ffap-setup-code)
3927 (python-ffap-string-code, python-fill-comment-function)
3928 (python-fill-decorator-function, python-fill-paren-function)
3929 (python-fill-string-function, python-imenu-include-defun-type)
3930 (python-imenu-make-tree, python-imenu-subtree-root-label)
3931 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
3932 (python-shell-compilation-regexp-alist)
3933 (python-shell-completion-module-string-code)
3934 (python-shell-completion-pdb-string-code)
3935 (python-shell-completion-setup-code)
3936 (python-shell-completion-string-code)
3937 (python-shell-enable-font-lock, python-shell-exec-path)
3938 (python-shell-extra-pythonpaths)
3939 (python-shell-internal-buffer-name, python-shell-interpreter-args)
3940 (python-shell-process-environment)
3941 (python-shell-prompt-block-regexp)
3942 (python-shell-prompt-output-regexp)
3943 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
3944 (python-shell-send-setup-max-wait, python-shell-setup-codes)
3945 (python-shell-virtualenv-path): New defcustoms.
3946 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
3947 (inferior-python-mode-syntax-table, python--prompt-regexp)
3948 (python-buffer, python-command python-python-command)
3949 (python-default-template, python-imports, python-indent-index)
3950 (python-indent-list, python-indent-list-length)
3951 (python-mode-running, python-pdbtrack-is-tracking-p)
3952 (python-preoutput-continuation, python-preoutput-leftover)
3953 (python-preoutput-result, python-preoutput-skip-next-prompt)
3954 (python-prev-dir/file, python-recursing)
3955 (python-saved-check-command, python-version-checked)
3956 (python-which-func-length-limit)
3957 (view-return-to-alist): Delete vars.
3958 (python-check-custom-command, python-dotty-syntax-table)
3959 (python-imenu-index-alist, python-indent-current-level)
3960 (python-indent-dedenters, python-indent-levels)
3961 (python-nav-beginning-of-defun-regexp)
3962 (python-nav-list-defun-positions-cache)
3963 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
3964 (python-shell-internal-buffer)
3965 (python-skeleton-available): New vars.
3966 (def-python-skeleton): Delete macro.
3967 (python-skeleton-define): New macro.
3968 (python-define-auxiliary-skeleton, python-rx): New macros.
3969 (python-insert-class): Delete command.
3970 (python-skeleton-class): New command.
3971 (python-insert-def): Delete command.
3972 (python-skeleton-def): New command.
3973 (python-insert-for): Delete command.
3974 (python-skeleton-for): New command.
3975 (python-insert-if): Delete command.
3976 (python-skeleton-if): New command.
3977 (python-insert-try/except, python-insert-try/finally): Delete commands.
3978 (python-skeleton-try): New command.
3979 (python-insert-while): Delete command.
3980 (python-skeleton-while): New command.
3981 (python-backspace): Delete command.
3982 (python-indent-dedent-line-backspace): New command.
3983 (python-electric-colon): Delete command.
3984 (python-indent-electric-colon): New command.
3985 (python-guess-indent): Delete command.
3986 (python-indent-guess-indent-offset): New command.
3987 (python-shift-left): Delete command.
3988 (python-indent-shift-left): New command.
3989 (python-shift-right): Delete command.
3990 (python-indent-shift-right): New command.
3991 (python-find-function): Delete command.
3992 (python-nav-jump-to-defun): New command.
3993 (python-next-statement): Delete command.
3994 (python-nav-forward-sentence): New command.
3995 (python-previous-statement): Delete command.
3996 (python-nav-backward-sentence): New command.
3997 (python-fill-paragraph): Delete command.
3998 (python-fill-paragraph-function): New command.
3999 (python-send-buffer): Delete command.
4000 (python-shell-send-buffer): New command.
4001 (python-send-defun): Delete command.
4002 (python-shell-send-defun): New command.
4003 (python-send-region, python-send-region-and-go): Delete commands.
4004 (python-shell-send-region)
4005 (python-shell-switch-to-shell): New commands.
4006 (python-send-string): Delete command.
4007 (python-shell-send-string): New command.
4008 (python-switch-to-python): Delete command.
4009 (python-shell-switch-to-shell): New command.
4010 (python-describe-symbol): Delete command.
4011 (python-eldoc-at-point): New command.
4012 (python--set-prompt-regexp, python-args-to-list)
4013 (python-after-info-look, python-check-version)
4014 (python-check-comint-prompt, python-find-imports)
4015 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
4016 (python-unload-function, python-expand-template)
4017 (python-maybe-jython, python-preoutput-filter)
4018 (python-pdbtrack-get-source-buffer)
4019 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
4020 (python-pdbtrack-toggle-stack-tracking)
4021 (python-pdbtrack-track-stack-file, python-initial-text)
4022 (python-first-word, python-comment-line-p, python-send-command)
4023 (python-setup-brm, python-sentinel, python-set-proc)
4024 (python-skip-out, python-input-filter, python-outdent-p)
4025 (python-outline-level, python-backslash-continuation-line-p)
4026 (python-end-of-block, python-end-of-statement, python-mark-block)
4027 (python-beginning-of-block, python-beginning-of-statement)
4028 (python-blank-line-p, python-beginning-of-string)
4029 (python-open-block-statement-p): Delete functions.
4030 (python-indent-line, python-indent-line-1): Delete functions.
4031 (python-indent-line): New function.
4032 (python-indentation-levels): Delete function.
4033 (python-indent-calculate-levels): New function.
4034 (python-proc): Delete function.
4035 (python-shell-get-process): New function.
4036 (python-send-receive): Delete function.
4037 (python-shell-send-string-no-output): New function.
4038 (python-module-path): Delete function.
4039 (python-ffap-module-path): New function.
4040 (python-completion-at-point)
4041 (python-symbol-completions): Delete functions.
4042 (python-completion-complete-at-point): New function.
4043 (python-load-file): Delete function.
4044 (python-shell-send-file): New function.
4045 (python-calculate-indentation): Delete function.
4046 (python-indent-calculate-indentation): New function.
4047 (python-skip-comments/blanks): Delete function.
4048 (python-util-forward-comment): New function.
4049 (python-continuation-line-p): Delete function.
4050 (python-info-continuation-line-p): New function.
4051 (python-which-func, python-current-defun): Delete function.
4052 (python-info-current-defun): New function.
4053 (python-beginning-of-defun): Delete function.
4054 (python-nav-beginning-of-defun): New function.
4055 (python-close-block-statement-p)
4056 (python-block-end-p): Delete function.
4057 (python-info-closing-block): New function.
4058 (python-comint-output-filter-function)
4059 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
4060 (python-fill-comment, python-fill-decorator, python-fill-paren)
4061 (python-fill-string, python-imenu-make-element-tree)
4062 (python-imenu-make-tree, python-imenu-tree-assoc)
4063 (python-indent-context, python-indent-dedent-line)
4064 (python-indent-line-function)
4065 (python-indent-post-self-insert-function)
4066 (python-indent-toggle-levels)
4067 (python-info-assignment-continuation-line-p)
4068 (python-info-beginning-of-backlash)
4069 (python-info-block-continuation-line-p)
4070 (python-info-closing-block-message)
4071 (python-info-line-ends-backslash-p)
4072 (python-info-looking-at-beginning-of-defun)
4073 (python-info-ppss-context, python-info-ppss-context-type)
4074 (python-nav-list-defun-positions, python-nav-read-defun)
4075 (python-nav-sentence-end, python-nav-sentence-start)
4076 (python-pdbtrack-comint-output-filter-function)
4077 (python-pdbtrack-set-tracked-buffer)
4078 (python-shell-calculate-exec-path)
4079 (python-shell-calculate-process-environment)
4080 (python-shell-completion--do-completion-at-point)
4081 (python-shell-completion--get-completions)
4082 (python-shell-completion-complete-at-point)
4083 (python-shell-completion-complete-or-indent)
4084 (python-shell-get-or-create-process)
4085 (python-shell-get-process-name)
4086 (python-shell-internal-get-or-create-process)
4087 (python-shell-internal-get-process-name)
4088 (python-shell-internal-send-string, python-shell-make-comint)
4089 (python-shell-parse-command, python-shell-send-setup-code)
4090 (python-skeleton-add-menu-items)
4091 (python-util-clone-local-variables, python-util-position)
4092 (run-python-internal, python-indentation-levels)
4093 (python-nav-beginning-of-defun)
4094 (python-completion-complete-at-point): New functions.
4095 (run-python): Change arguments. New API requirements.
4096
4097 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4098
4099 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
4100 (bug#11649).
4101
4102 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
4103 (macroexp--expand-all): Use it.
4104
4105 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
4106 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
4107 Use `cl-function' instead.
4108
4109 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
4110
4111 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
4112 Suggested by Stefan Monnier while discussing bug#11657.
4113
4114 2012-06-14 Sam Steingold <sds@gnu.org>
4115
4116 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
4117
4118 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
4119
4120 * play/doctor.el (doctor-doc): Remove parameter and use
4121 doctor-sent instead of sent.
4122 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
4123
4124 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4125
4126 * files.el: Require cl-lib.
4127 (file-name-non-special): Replace case -> cl-case.
4128
4129 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
4130
4131 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
4132 mapping from #' to function*.
4133
4134 2012-06-13 Chong Yidong <cyd@gnu.org>
4135
4136 * mouse.el (mouse-drag-track): Do not set the mark if the user
4137 releases the mouse without selecting anything (Bug#11588).
4138
4139 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4140
4141 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
4142 as well (bug#11646).
4143
4144 * loadup.el: Count byte-code functions as well.
4145
4146 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
4147 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
4148
4149 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
4150 (bug#11649). Add cl-defun and cl-defmacro.
4151
4152 2012-06-13 Drew Adams <drew.adams@oracle.com>
4153
4154 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
4155 Fix last change.
4156
4157 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
4158
4159 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
4160 Otherwise, it blocks in batch mode.
4161
4162 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
4163
4164 * help-mode.el (bookmark-make-record-default): Declare.
4165
4166 2012-06-13 Chong Yidong <cyd@gnu.org>
4167
4168 * emacs-lisp/package.el (list-packages): Compute a list of
4169 packages that are newly-available since the last list-packages
4170 invocation.
4171 (package-menu--new-package-list): New var.
4172 (package-menu--generate, package-menu--print-info)
4173 (package-menu--status-predicate, package-menu-mark-install):
4174 Handle new status label "new".
4175
4176 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4177
4178 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
4179 conversion to backquotes.
4180
4181 2012-06-12 Chong Yidong <cyd@gnu.org>
4182
4183 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
4184 Rename from gud-inhibit-global-bindings.
4185
4186 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
4187
4188 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
4189 hook from nxml-glyph-set-hook.
4190
4191 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
4192 declaration.
4193
4194 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
4195
4196 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
4197 Convert to defcustom.
4198
4199 2012-06-12 Drew Adams <drew.adams@oracle.com>
4200
4201 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
4202 New functions.
4203 (help-mode): Use them.
4204
4205 2012-06-11 Glenn Morris <rgm@gnu.org>
4206
4207 * progmodes/fortran.el (fortran-font-lock-keywords-3):
4208 Use preprocessor face for directives.
4209 (fortran-directive-re): Doc fix.
4210
4211 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4212
4213 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
4214 conversion to backquotes (bug#11652).
4215
4216 Fix compiler-expansion of CL's cXXr functions (bug#11673).
4217 * emacs-lisp/cl-lib.el (cl--defalias): New function.
4218 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
4219 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
4220 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
4221 (cl-ninth, cl-tenth): Mark them as inlinable.
4222 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
4223 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
4224 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
4225 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
4226 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
4227 (cl-list*, cl-adjoin): Don't put an autoload manually.
4228 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
4229 (cl--compiler-macro-list*): Add autoload cookie.
4230 (cl--compiler-macro-cXXr): New function.
4231
4232 * help-fns.el (help-fns--compiler-macro): New function extracted from
4233 describe-function-1; follow aliases and use `compiler-macro' property.
4234 (describe-function-1): Use it.
4235
4236 2012-06-11 Chong Yidong <cyd@gnu.org>
4237
4238 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
4239 is uninstalled, if imagemagick is installed.
4240
4241 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4242
4243 * emacs-lisp/cl-lib.el: Use lexical-binding.
4244 (cl-map-extents, cl-maclisp-member): Remove.
4245 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
4246 (cl--set-substring, cl--block-wrapper, cl--block-throw)
4247 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
4248 * emacs-lisp/cl-extra.el: Use lexical-binding.
4249 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
4250 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
4251 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
4252 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
4253 * emacs-lisp/cl-seq.el: Use lexical-binding.
4254 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
4255 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
4256 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
4257 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
4258 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
4259 CL's internals.
4260
4261 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
4262
4263 Sync with Tramp 2.2.6-pre.
4264
4265 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
4266 `print-length' and `print-level' to nil, in order to avoid
4267 truncation. Reported by Christopher Schmidt
4268 <christopher@ristopher.com>.
4269
4270 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
4271
4272 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
4273 New defmacro.
4274 (tramp-compat-copy-directory): Add optional argument
4275 COPY-CONTENTS. It is not handled yet.
4276
4277 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
4278 (tramp-ftp-file-name-p): Simplify.
4279
4280 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
4281 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
4282 connection vector.
4283
4284 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
4285 (tramp-methods): Do not use `tramp-password-end-of-line'.
4286 (tramp-completion-function-alist-putty): Handle UNIX case.
4287 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
4288 (tramp-do-file-attributes-with-stat)
4289 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
4290 gid as real numbers. They could run out of integer range on cygwin.
4291 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
4292 (tramp-sh-handle-expand-file-name): Handle hops.
4293 (tramp-open-connection-setup-interactive-shell):
4294 Use `tramp-cleanup'. Move check for busyboxes ...
4295 (tramp-find-shell): ... here. Simplify implementation.
4296 Set "remote-shell" property also for alternative shells.
4297 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
4298 If failing, a regular file would be written otherwise.
4299 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
4300 (tramp-find-inline-encoding): Cache the coding commands in the
4301 process cache. Apply test command on the remote side, if defined.
4302 (tramp-find-inline-compress): Cache the compress commands in the
4303 process cache.
4304 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
4305 when requested. Handle hops.
4306 (tramp-current-connection): New defvar.
4307 (tramp-maybe-open-connection): Use `tramp-cleanup'.
4308 Throw `suppress', if there was a failed connection shortly before.
4309 Handle user interrupt. (Bug#10187)
4310 (tramp-get-inline-compress, tramp-get-inline-coding):
4311 Read connection properties from the process cache.
4312
4313 * net/tramp-smb.el (tramp-smb-server-version)
4314 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
4315 New defconsts.
4316 (tramp-smb-prompt): Extend for powershell prompt.
4317 (tramp-smb-file-name-handler-alist): Add handlers for
4318 `process-file', `shell-command' and `start-file-process'.
4319 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
4320 (tramp-smb-winexe-shell-command-switch): New defcustoms.
4321 (tramp-smb-file-name-p): Simplify.
4322 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
4323 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
4324 (tramp-smb-shell-quote-argument): New defuns.
4325 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
4326 Implement using "tar". By this, time-stamps are preserved.
4327 (tramp-smb-handle-copy-file): Handle also the case of directories.
4328 (tramp-smb-do-file-attributes-with-stat)
4329 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
4330 Use `tramp-get-connection-buffer').
4331 (tramp-smb-handle-rename-file): Use "rename", when source and
4332 target are on the same share.
4333 (tramp-smb-maybe-open-connection): Handle wrong passwords.
4334 Use `tramp-smb-server-version'.
4335 (tramp-smb-wait-for-output): Remove prompt.
4336
4337 * net/tramp.el (top): Require 'cl.
4338 (tramp-methods, tramp-rsh-end-of-line):
4339 Remove `tramp-password-end-of-line' from docstring.
4340 (tramp-save-ad-hoc-proxies): New defcustom.
4341 (tramp-completion-function-alist): Adapt docstring.
4342 (tramp-default-password-end-of-line): Remove defcustom.
4343 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
4344 (tramp-user-regexp, tramp-file-name-regexp-unified)
4345 (tramp-file-name-regexp-url): Extend regexp by hop separator.
4346 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
4347 (tramp-remote-file-name-spec-regexp): New defconst.
4348 (tramp-file-name-structure): Extend structure for hops.
4349 (tramp-get-method-parameter): Move up.
4350 (tramp-file-name-p, tramp-dissect-file-name)
4351 (with-parsed-tramp-file-name): Handle hops.
4352 (tramp-file-name-hop): New defun.
4353 (tramp-make-tramp-file-name): New optional arg HOP.
4354 (tramp-message-show-progress-reporter-message): New defvar.
4355 (tramp-with-progress-reporter): Use it. We cannot use
4356 `tramp-message-show-message' here, because this suppresses also
4357 error buffers.
4358 (tramp-error-with-buffer): Suppress buffer view, if
4359 `tramp-message-show-message' is nil.
4360 Use `tramp-get-connection-buffer'.
4361 (tramp-cleanup): New defun.
4362 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
4363 (tramp-file-name-handler): If `debug-on-error' is set, propagate
4364 an error unchanged.
4365 (tramp-completion-handle-file-name-all-completions): Handle hops.
4366 Fix an error when called from ido.
4367 (tramp-completion-dissect-file-name): Use better local variable
4368 name. Add hop to the vector.
4369 (tramp-handle-insert-file-contents): Use progress-reporter for the
4370 whole scenario.
4371 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
4372 to `t'.
4373 (tramp-check-for-regexp): Simplify search.
4374 (tramp-enter-password): Remove it. Move implementation ...
4375 (tramp-action-password): ... here.
4376 (tramp-mode-string-to-int, tramp-local-host-p)
4377 (tramp-make-tramp-temp-file, tramp-read-passwd)
4378 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
4379 Set tramp-autoload cookie.
4380
4381 * net/trampver.el: Update release number.
4382
4383 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4384 Michael Albinus <michael.albinus@gmx.de>
4385
4386 * net/tramp.el (tramp-set-completion-function): Fix docstring.
4387 (tramp-parse-group, tramp-parse-file)
4388 (tramp-parse-shostkeys-sknownhosts): New defuns.
4389 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
4390 (tramp-parse-shosts-group, tramp-parse-sconfig)
4391 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
4392 (tramp-parse-sknownhosts, tramp-parse-hosts)
4393 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
4394 Use them.
4395 (tramp-parse-passwd-group, tramp-parse-netrc-group)
4396 (tramp-parse-putty-group): Don't narrow.
4397 (tramp-parse-putty): Make a loop.
4398 (tramp-file-name-handler): Catch the `suppress' signal.
4399
4400 2012-06-11 Chong Yidong <cyd@gnu.org>
4401
4402 * image.el (imagemagick-register-types): Put the ImageMagick entry
4403 at the end of image-type-file-name-regexps.
4404
4405 2012-06-11 Johan Bockgård <bojohan@gnu.org>
4406
4407 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
4408 (pcase, pcase-let*, pcase-dolist): Use them.
4409
4410 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * emacs-lisp/pcase.el (pcase--let*): New function.
4413 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
4414 (pcase--expand): Use macroexp-let².
4415
4416 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4417
4418 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
4419 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
4420 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
4421 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
4422 * emacs-lisp/derived.el: Use pcase instead of `cl'.
4423 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
4424
4425 2012-06-10 Glenn Morris <rgm@gnu.org>
4426
4427 * mail/rmail.el (rmail-yank-current-message): Leave point at
4428 correct position. (Bug#11660)
4429
4430 2012-06-10 Chong Yidong <cyd@gnu.org>
4431
4432 * allout-widgets.el: Fix code header.
4433
4434 2012-06-10 Chong Yidong <cyd@gnu.org>
4435
4436 * cus-edit.el (customize-changed-options-previous-release):
4437 Bump to 24.1.
4438
4439 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
4440
4441 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
4442
4443 2012-06-09 Chong Yidong <cyd@gnu.org>
4444
4445 * ebuff-menu.el (electric-buffer-list): Preserve header line.
4446
4447 2012-06-09 Martin Rudalics <rudalics@gmx.at>
4448
4449 * window.el (special-display-popup-frame): Don't use
4450 window--display-buffer (Bug#11651).
4451
4452 2012-06-09 Eli Zaretskii <eliz@gnu.org>
4453
4454 Fix parallel builds: make sure loaddefs.el is not being written
4455 while Lisp files are compiled.
4456 (compile): Don't depend on 'mh-autoloads'.
4457 (compile-CMD, compile-SH): Depend on 'autoloads'.
4458 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
4459
4460 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
4461
4462 2012-06-09 Chong Yidong <cyd@gnu.org>
4463
4464 * face-remap.el (face-remap-add-relative, face-remap-set-base)
4465 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
4466 Doc fixes (Bug#11225).
4467
4468 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
4471 a function if there's a clear indication that it has a compiler-macro.
4472 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
4473 (macro-declarations-alist): Add arglist to declaration functions.
4474 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
4475 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
4476 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
4477 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
4478 Also add autoload to find the compiler macro.
4479 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
4480 (cl--compiler-macro-member, cl--compiler-macro-assoc)
4481 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
4482 (cl--compiler-macro-get): New functions, replacing calls to
4483 cl-define-compiler-macro.
4484 (cl-typep) [compiler-macro]: Use macroexp-let².
4485
4486 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
4487
4488 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
4489 string properly, fixes Bug#11473.
4490
4491 2012-06-08 Chong Yidong <cyd@gnu.org>
4492
4493 * faces.el (set-face-attribute): Doc fix.
4494 (modify-face): Don't use :bold and :italic.
4495 (error, warning, success): Tweak definitions.
4496
4497 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
4498 (custom-modified, custom-set, custom-changed, custom-themed)
4499 (custom-saved, custom-button, custom-button-mouse)
4500 (custom-button-pressed, custom-state, custom-comment-tag)
4501 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
4502 (custom-group-subtitle): Use new-style face specs.
4503 (custom-invalid-face, custom-rogue-face, custom-modified-face)
4504 (custom-set-face, custom-changed-face, custom-saved-face)
4505 (custom-button-face, custom-button-pressed-face)
4506 (custom-documentation-face, custom-state-face)
4507 (custom-comment-face, custom-comment-tag-face)
4508 (custom-variable-tag-face, custom-variable-button-face)
4509 (custom-face-tag-face, custom-group-tag-face-1)
4510 (custom-group-tag-face): Remove obsolete face alias.
4511
4512 * epa.el (epa-validity-high, epa-validity-medium)
4513 (epa-validity-low, epa-mark, epa-field-name, epa-string)
4514 (epa-field-name, epa-field-body):
4515 * font-lock.el (font-lock-comment-face, font-lock-string-face)
4516 (font-lock-keyword-face, font-lock-builtin-face)
4517 (font-lock-function-name-face, font-lock-variable-name-face)
4518 (font-lock-type-face, font-lock-constant-face):
4519 * ido.el (ido-first-match, ido-only-match, ido-subdir)
4520 (ido-virtual, ido-indicator, ido-incomplete-regexp):
4521 * speedbar.el (speedbar-button-face, speedbar-file-face)
4522 (speedbar-directory-face, speedbar-tag-face)
4523 (speedbar-selected-face, speedbar-highlight-face)
4524 (speedbar-separator-face):
4525 * whitespace.el (whitespace-newline, whitespace-space)
4526 (whitespace-hspace, whitespace-tab, whitespace-trailing)
4527 (whitespace-line, whitespace-space-before-tab)
4528 (whitespace-space-after-tab, whitespace-indentation)
4529 (whitespace-empty):
4530 * emulation/cua-base.el (cua-global-mark):
4531 * eshell/em-prompt.el (eshell-prompt):
4532 * net/newst-plainview.el (newsticker-new-item-face)
4533 (newsticker-old-item-face, newsticker-immortal-item-face)
4534 (newsticker-obsolete-item-face, newsticker-date-face)
4535 (newsticker-statistics-face, newsticker-default-face):
4536 * net/newst-reader.el (newsticker-feed-face)
4537 (newsticker-extra-face, newsticker-enclosure-face):
4538 * net/newst-treeview.el (newsticker-treeview-face)
4539 (newsticker-treeview-new-face, newsticker-treeview-old-face)
4540 (newsticker-treeview-immortal-face)
4541 (newsticker-treeview-obsolete-face)
4542 (newsticker-treeview-selection-face):
4543 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
4544 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
4545 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
4546 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
4547 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
4548 (nxml-outline-active-indicator, nxml-outline-ellipsis):
4549 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
4550 (mpuz-text):
4551 * progmodes/vera-mode.el (vera-font-lock-number)
4552 (vera-font-lock-function, vera-font-lock-interface):
4553 * textmodes/table.el (table-cell): Use new-style face specs, and
4554 don't use the old :bold and :italic attributes.
4555
4556 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
4557 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
4558 (ebrowse-member-class, ebrowse-progress): Likewise.
4559 (ebrowse-tree-mark-face, ebrowse-root-class-face)
4560 (ebrowse-file-name-face, ebrowse-default-face)
4561 (ebrowse-member-attribute-face, ebrowse-member-class-face)
4562 (ebrowse-progress-face): Remove obsolete faces.
4563
4564 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4565 Inherit from error and warning faces respectively.
4566
4567 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4568 Likewise.
4569 (flyspell-incorrect-face, flyspell-duplicate-face):
4570 Remove obsolete aliases.
4571
4572 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
4573
4574 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4575 Avoid infloop.
4576
4577 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * startup.el (argv, argi): Make lexically scoped.
4580 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
4581 * emacs-lisp/cl-macs.el: Use lexical-binding.
4582 Rename cl-bind-* to cl--bind-*.
4583 * files.el: Don't require `cl' since it doesn't use it.
4584 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
4585
4586 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
4587
4588 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
4589 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
4590 instead of calling external sort utility.
4591 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
4592
4593 2012-06-08 Eli Zaretskii <eliz@gnu.org>
4594
4595 * descr-text.el (describe-char): Mention how to insert the
4596 character, if the current input method doesn't support it.
4597 See the discussion in this thread for the details:
4598 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
4599
4600 2012-06-08 Sam Steingold <sds@gnu.org>
4601
4602 * bindings.el (global-map): Bind XF86Forward to next-buffer and
4603 XF86Back to previous-buffer.
4604 (minibuffer-local-map): Bind them to next-history-element and
4605 previous-history-element respectively.
4606 * help-mode.el (help-mode-map): Bind them to help-go-forward and
4607 help-go-back respectively.
4608 * info.el (Info-mode-map): Bind them to Info-history-forward and
4609 Info-history-back respectively.
4610 These are the keys next to Up on the ThinkPad keyboard.
4611
4612 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4613
4614 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
4615 * emacs-lisp/cl-macs.el: Provide itself.
4616 (cl--labels-convert-cache): New var.
4617 (cl--labels-convert): New function.
4618 (cl-flet, cl-labels): New implementation with new semantics, relying on
4619 lexical-binding.
4620 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
4621 (cl-closure-vars, cl--function-convert-cache)
4622 (cl--function-convert): Move from cl-macs.el.
4623 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
4624 rename by removing the "cl-" prefix.
4625 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
4626
4627 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4628
4629 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
4630 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
4631 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
4632 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
4633 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
4634 (cl-hash-table-count): Add old compatibility aliases.
4635
4636 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
4637 Use macroexpand-all-environment instead.
4638 (cl--old-macroexpand): New var.
4639 (cl--sm-macroexpand): New function.
4640 (cl-symbol-macrolet): Use it during macro expansion.
4641 (cl--function-convert-cache): New var.
4642 (cl--function-convert): New function, extracted from
4643 cl-macroexpand-all.
4644 (cl-lexical-let): Use it.
4645
4646 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
4647 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
4648 (cl-member): Remove old alias.
4649
4650 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
4651 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
4652 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
4653 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
4654 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
4655 (cl-macroexpand-cmacs): Remove var.
4656 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
4657 Use macroexpand-all instead.
4658
4659 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4660
4661 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
4662 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
4663 (macroexp-copyable-p): New functions and macros.
4664 * emacs-lisp/edebug.el (edebug-unwrap):
4665 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
4666 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
4667 (pcase--let*): Remove.
4668 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
4669 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
4670 macroexp-const-p instead.
4671 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
4672
4673 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
4674 instead of "cl-" for internal definitions. Use macroexp-const-p.
4675 (cl-old-bc-file-form): Remove var.
4676 (cl-const-exprs-p): Remove fun.
4677 (cl-labels, cl-macrolet): Use backquote.
4678 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
4679 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
4680 (cl-define-setf-expander): Rename from cl-define-setf-method.
4681 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
4682
4683 * international/mule-cmds.el: Don't require CL.
4684 (view-hello-file): Don't use `letf'.
4685
4686 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4687
4688 * tmm.el (tmm-prompt): Use string-prefix-p.
4689 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
4690 (tmm-add-prompt): Use minibuffer-completion-help.
4691 (tmm-delete-map): Remove.
4692
4693 * subr.el (kbd): Make it its own function.
4694
4695 2012-06-07 Stefan Merten <smerten@oekonux.de>
4696
4697 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
4698 Silence compiler warnings. Fix versions.
4699 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
4700 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
4701 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
4702 (rst-package-emacs-version-alist): Correct Emacs version to
4703 represent major merge with upstream.
4704 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
4705
4706 2012-06-06 Glenn Morris <rgm@gnu.org>
4707
4708 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
4709 Only print environment variables if set.
4710
4711 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
4714 (macroexp--cons): Rename from maybe-cons.
4715 (macroexp--accumulate): Rename from macroexp-accumulate.
4716 (macroexp--all-forms): Rename from macroexpand-all-forms.
4717 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
4718 (macroexp--expand-all): Rename from macroexpand-all-1.
4719
4720 2012-06-06 Sam Steingold <sds@gnu.org>
4721
4722 * calendar/calendar.el (calendar-in-read-only-buffer):
4723 Call `special-mode' to enable the standard read-only keybindings.
4724
4725 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4726
4727 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
4728 with "loading" messages (bug#11635).
4729
4730 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
4731
4732 * files.el (enable-remote-dir-locals): New option.
4733 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
4734
4735 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4736 Ensure, that the temp directory is local.
4737
4738 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
4739 `temporary-file-directory'.
4740
4741 * progmodes/python.el (python-send-region): Ensure, that the
4742 temporary file is created also in the remote case.
4743
4744 2012-06-06 Glenn Morris <rgm@gnu.org>
4745
4746 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
4747 (vc-rcs-update-changelog): Use it.
4748
4749 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
4750
4751 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
4752 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
4753 (vc-sccs-diff): Replace use of the external vcdiff script.
4754
4755 2012-06-05 Glenn Morris <rgm@gnu.org>
4756
4757 * ledit.el: Move to obsolete/.
4758
4759 2012-06-05 Sam Steingold <sds@gnu.org>
4760
4761 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
4762 patch (Bug#11140).
4763
4764 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4765
4766 * emacs-lisp/cust-print.el: Move to obsolete.
4767
4768 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
4769 compiler-macro expansion.
4770
4771 Add native compiler-macro support.
4772 * emacs-lisp/macroexp.el (macroexpand-all-1):
4773 Support compiler-macros directly. Properly follow aliases and apply
4774 the compiler macros more thoroughly.
4775 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
4776 macroexpand now properly follows aliases.
4777 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
4778 (cl-compiler-macroexpand): Use new prop.
4779 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
4780
4781 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
4782
4783 2012-06-05 Martin Rudalics <rudalics@gmx.at>
4784
4785 * window.el (get-lru-window, get-mru-window, get-largest-window):
4786 New argument NOT-SELECTED to avoid picking the selected window.
4787 (window--display-buffer-1, window--display-buffer-2): Replace by
4788 new function window--display-buffer
4789 (display-buffer-same-window, display-buffer-reuse-window)
4790 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4791 Use window--display-buffer.
4792 (display-buffer-use-some-window): Remove temporary dedication
4793 hack by calling get-lru-window and get-largest-window with
4794 NOT-SELECTED argument non-nil. Call window--display-buffer.
4795
4796 2012-06-05 Glenn Morris <rgm@gnu.org>
4797
4798 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
4799 Replace external vcdiff script.
4800
4801 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4802
4803 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
4804
4805 2012-06-04 Chong Yidong <cyd@gnu.org>
4806
4807 * image.el (imagemagick-types-inhibit): Revert last change.
4808 Add INFO and M.
4809 (imagemagick-enabled-types): Remove CIN and EPS*.
4810
4811 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4812
4813 * emacs-lisp/cl-lib.el: Rename from cl.el.
4814 * emacs-lisp/cl.el: New compatibility file.
4815 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
4816 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
4817 to obey the "cl-" prefix.
4818 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
4819
4820 2012-06-03 Glenn Morris <rgm@gnu.org>
4821
4822 * emacs-lisp/authors.el (authors-aliases): Addition.
4823
4824 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
4825 Fix :version.
4826
4827 2012-06-03 Stefan Merten <smerten@oekonux.de>
4828
4829 * textmodes/rst.el: Add comments.
4830 (rst-transition, rst-adornment): New faces.
4831 (rst-adornment-faces-alist): Make default safe to reevaluate.
4832 Fixes
4833 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
4834 Improve customization tags.
4835 (rst-define-level-faces): Clarify meaning.
4836
4837 2012-06-03 Chong Yidong <cyd@gnu.org>
4838
4839 * progmodes/compile.el (compilation-mode-line-fail)
4840 (compilation-mode-line-run, compilation-mode-line-exit):
4841 New faces.
4842 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
4843
4844 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
4845
4846 * progmodes/which-func.el (which-func-update-ediff-windows):
4847 New function. Use it in ediff-select-hook (Bug#11478).
4848
4849 2012-06-03 Chong Yidong <cyd@gnu.org>
4850
4851 * bindings.el: Remove explicit help text from format-mode-line.
4852 It is now supplied by mode-line-default-help-echo.
4853 (mode-line-front-space, mode-line-end-spaces)
4854 (mode-line-misc-info): New variables.
4855 (mode-line-modes, mode-line-position): Move the default value to
4856 the variable definition.
4857 (mode-line-default-help-echo): New defcustom.
4858 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
4859 (mode-line-modified-help-echo): New functions.
4860 (mode-line-mule-info, mode-line-modified): Use them.
4861 (mode-line-eol-desc, propertized-buffer-identification):
4862 Consistency fixes for help text.
4863 (mode-line-coding-system-map): Allow using mouse-3 to invoke
4864 set-buffer-file-coding-system (Bug#289).
4865 (mode-line-mule-info-help-echo): Update help text.
4866
4867 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4868
4869 * simple.el (execute-extended-command): Set real-this-command
4870 (bug#11506).
4871
4872 2012-06-02 Chong Yidong <cyd@gnu.org>
4873
4874 Remove incorrect uses of "modeline" in comments, docstrings, and
4875 function/variable names (Bug#10329).
4876
4877 * cus-edit.el (mode-line):
4878 * dframe.el (dframe-mouse-hscroll):
4879 * emacs-lisp/re-builder.el:
4880 * emacs-lisp/easy-mmode.el (define-minor-mode):
4881 * frame.el (set-frame-name):
4882 * help.el (lookup-minor-mode-from-indicator):
4883 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
4884 * progmodes/cc-cmds.el (c-toggle-auto-newline)
4885 (c-toggle-hungry-state):
4886 * progmodes/antlr-mode.el (antlr-language-alist):
4887 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
4888 * progmodes/vhdl-mode.el (vhdl-mode):
4889 * progmodes/which-func.el (which-func, which-func-cleanup-function):
4890 * term/ns-win.el (ns-face-at-pos):
4891 * term/sup-mouse.el (sup-mouse-report):
4892 * textmodes/flyspell.el (flyspell-mode-line-string):
4893 * textmodes/ispell.el (ispell-highlight-face):
4894 * textmodes/reftex-global.el:
4895 * vc/vc-arch.el (vc-arch-mode-line-string):
4896 * vc/vc-cvs.el (vc-cvs-mode-line-string):
4897 * vc/vc-git.el (vc-git-mode-line-string):
4898 * vc/vc-hooks.el (vc-display-status)
4899 (vc-default-mode-line-string):
4900 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
4901
4902 * ansi-color.el (ansi-color-faces-vector): Change default faces.
4903
4904 * dired.el (dired-sort-set-mode-line): Rename from
4905 dired-sort-set-modeline. All callers changed.
4906
4907 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
4908 eshell-status-in-modeline.
4909
4910 * foldout.el (foldout-mode-line-string): Rename from
4911 foldout-modeline-string. All callers changed.
4912 (foldout-update-mode-line): Rename from foldout-update-modeline.
4913
4914 * subr.el (redraw-modeline): Make into obsolete alias.
4915
4916 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
4917 timeclock-modeline-display. Make old name an alias.
4918 (timeclock-update-mode-line): Likewise. All callers changed.
4919 (timeclock-mode-line-display): No need to check before using
4920 add-hook.
4921 (timeclock-relative, timeclock-day-over-hook)
4922 (timeclock-use-elapsed, timeclock-mode-string)
4923 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
4924
4925 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
4926 crisp-mode-modeline-string.
4927
4928 * play/solitaire.el (solitaire-build-mode-line): Rename from
4929 solitaire-build-modeline. All callers changed.
4930
4931 * play/zone.el (zone-hiding-mode-line): Rename from
4932 zone-hiding-modeline. All callers changed.
4933 (zone): Remove unusued `modeline-hidden-level' property.
4934
4935 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
4936 xscheme-modeline-initialize. All callers changed.
4937
4938 * strokes.el (strokes-lighter): Rename from
4939 strokes-modeline-string.
4940
4941 * textmodes/sgml-mode.el (html-face-tag-alist)
4942 (html-tag-face-alist): Use mode-line face instead of obsolete
4943 alias modeline.
4944
4945 2012-06-02 Stefan Merten <smerten@oekonux.de>
4946
4947 * textmodes/rst.el: Always require `cl'.
4948 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
4949
4950 2012-06-02 Chong Yidong <cyd@gnu.org>
4951
4952 * image.el (imagemagick-enabled-types): Rename from
4953 imagemagick-types-enable. Add many more types.
4954 (imagemagick-types-inhibit): Change default to nil.
4955 (imagemagick-filter-types): Caller changed.
4956
4957 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4958
4959 * emacs-lisp/cl-macs.el: Use backquotes.
4960 (cl-transform-function-property): Use eval-and-compile rather than
4961 abusing `require'.
4962 (defstruct): Use declare-function instead of with-no-warnings.
4963
4964 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
4965 (byte-compile-output-docform): Re-add the print-circle bindings.
4966 (byte-compile-fix-header): Use #$ just because it's shorter.
4967 (byte-compile-output-file-form): Remove defun/defmacro.
4968
4969 2012-06-01 Martin Rudalics <rudalics@gmx.at>
4970
4971 * simple.el (choose-completion): Remove now obsolete binding for
4972 owindow.
4973
4974 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
4975
4976 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
4977 in order to avoid "Stack overflow in regexp matcher".
4978
4979 2012-05-31 Glenn Morris <rgm@gnu.org>
4980
4981 * image.el: For clarity, call imagemagick-register-types at
4982 top-level, rather than relying on a custom :initialize.
4983 (imagemagick-types-enable): New option. (Bug#11557)
4984 (imagemagick-filter-types): New function. (Bug#7406)
4985 (imagemagick-register-types): Use imagemagick-filter-types.
4986 If disabling support, remove elements altogether rather
4987 than using an impossible regexp.
4988 (imagemagick-types-inhibit): Give it the default init function.
4989
4990 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
4993 Handle arbitrary file name lengths (Bug#11585).
4994
4995 2012-05-31 Martin Rudalics <rudalics@gmx.at>
4996
4997 * desktop.el (desktop-read): Clear previous and next buffers for
4998 all windows and bury *Messages* buffer (bug#11556).
4999
5000 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5001
5002 Add `declare' for `defun'. Align `defmacro's with it.
5003 * emacs-lisp/easy-mmode.el (define-minor-mode)
5004 (define-globalized-minor-mode): Don't autoload the var definitions.
5005 * emacs-lisp/byte-run.el: Use lexical-binding.
5006 (defun-declarations-alist, macro-declarations-alist): New vars.
5007 (defmacro, defun): Use them.
5008 (make-obsolete, define-obsolete-function-alias)
5009 (make-obsolete-variable, define-obsolete-variable-alias):
5010 Use `declare'.
5011 (macro-declaration-function): Mark obsolete.
5012 * emacs-lisp/autoload.el: Use lexical-binding.
5013 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
5014
5015 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5016
5017 * textmodes/ispell.el (ispell-with-no-warnings):
5018 Define as a macro.
5019 (ispell-kill-ispell, ispell-change-dictionary):
5020 Use `called-interactively-p' for Emacs instead of obsolete
5021 `interactive-p'.
5022
5023 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5024
5025 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
5026 (macro-declaration-function): Move var from C code.
5027 (macro-declaration-function): Define function with defalias.
5028 * emacs-lisp/macroexp.el (macroexpand-all-1):
5029 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
5030 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
5031 defun/defmacro any more.
5032 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
5033 Provide fallback for unknown arglist.
5034 (byte-compile-arglist-warn): Change calling convention.
5035 (byte-compile-output-file-form): Move print-vars binding.
5036 (byte-compile-output-docform): Simplify accordingly.
5037 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
5038 (byte-compile-defmacro-declaration): Remove.
5039 (byte-compile-file-form-defmumble): Generalize to defalias.
5040 (byte-compile-output-as-comment): Return byte-positions.
5041 Simplify callers accordingly.
5042 (byte-compile-lambda): Use `assert'.
5043 (byte-compile-defun, byte-compile-defmacro): Remove.
5044 (byte-compile-file-form-defalias):
5045 Use byte-compile-file-form-defmumble.
5046 (byte-compile-defalias-warn): Remove.
5047
5048 2012-05-29 Stefan Merten <smerten@oekonux.de>
5049
5050 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
5051 possible. Fix authors. Improve comments. Improve loading of `cl'.
5052
5053 (rst-mode-abbrev-table): Merge definition.
5054 (rst-mode): Make sure `font-lock-defaults' is buffer local.
5055 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
5056
5057 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
5058
5059 * calendar/icalendar.el
5060 (icalendar-export-region): Export UID properly.
5061
5062 2012-05-29 Leo Liu <sdl.web@gmail.com>
5063 * calendar/icalendar.el (icalendar-import-format):
5064 Add `icalendar-import-format-uid' (Bug#11525).
5065 (icalendar-import-format-uid): New.
5066 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
5067 Export UID.
5068
5069 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5070
5071 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
5072 different alternative patterns.
5073 (pcase-codegen): Be more careful to preserve identity.
5074 (pcase--u1): Don't forget to mark vars as used.
5075
5076 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
5077 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
5078 (byte-compile-from-buffer): ...rather than here.
5079
5080 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
5081 functions from byte-compile-function-environment.
5082
5083 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
5084
5085 * window.el (window-deletable-p): Avoid deleting the root window
5086 of a frame with an active minibuffer.
5087
5088 2012-05-29 Martin Rudalics <rudalics@gmx.at>
5089
5090 * simple.el (choose-completion): Use quit-window (Bug#11567).
5091
5092 2012-05-29 Chong Yidong <cyd@gnu.org>
5093
5094 * whitespace.el (whitespace-cleanup): Fix usage of
5095 whitespace-empty-at-bob-regexp (Bug#11492).
5096
5097 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5098
5099 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
5100 revert (Bug#11488).
5101
5102 2012-05-29 Juri Linkov <juri@jurta.org>
5103
5104 * isearch.el (isearch-mode-map): Bind `M-s _' to
5105 `isearch-toggle-symbol'. Bind `M-s c' to
5106 `isearch-toggle-case-fold'.
5107 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
5108 (isearch-forward): Add `M-s _' to the docstring.
5109 (isearch-forward-symbol, isearch-toggle-case-fold)
5110 (isearch-symbol-regexp): New functions. (Bug#11381)
5111
5112 2012-05-29 Juri Linkov <juri@jurta.org>
5113
5114 * isearch.el (isearch-word): Add docstring. (Bug#11381)
5115 (isearch-occur, isearch-search-and-update): If `isearch-word' is
5116 a function, call it to get the regexp.
5117 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
5118 property `isearch-message-prefix' instead of the string "word ".
5119 (isearch-search-fun-default): For the case of `isearch-word',
5120 return a lambda that calls re-search-forward/re-search-backward
5121 with a regexp returned by `word-search-regexp' or by the function
5122 in `isearch-word'.
5123
5124 2012-05-29 Juri Linkov <juri@jurta.org>
5125
5126 * isearch.el (isearch-search-fun-default): New function.
5127 (isearch-search-fun): Move default part to the new function
5128 `isearch-search-fun-default'.
5129 (isearch-search-fun-function): Set the default value to
5130 `isearch-search-fun-default'. (Bug#11381)
5131
5132 * comint.el (comint-history-isearch-end):
5133 Use `isearch-search-fun-default'.
5134 (comint-history-isearch-search): Use `isearch-search-fun-default'
5135 and remove spacial case for `isearch-word'.
5136 (comint-history-isearch-wrap): Remove spacial case for
5137 `isearch-word'.
5138
5139 * hexl.el (hexl-isearch-search-function):
5140 Use `isearch-search-fun-default'.
5141
5142 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
5143 Use `word-search-regexp' for `isearch-word'.
5144
5145 * misearch.el (multi-isearch-search-fun):
5146 Use `isearch-search-fun-default'.
5147
5148 * simple.el (minibuffer-history-isearch-search):
5149 Use `isearch-search-fun-default' and remove spacial case for
5150 `isearch-word'.
5151 (minibuffer-history-isearch-wrap): Remove spacial case for
5152 `isearch-word'.
5153
5154 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
5155 Remove spacial case for `isearch-word'.
5156 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
5157
5158 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5159
5160 Decrease XEmacs incompatibilities.
5161 * textmodes/flyspell.el (flyspell-check-pre-word-p):
5162 Use `string-match'.
5163 (flyspell-delete-region-overlays): Use alternative definition for
5164 XEmacs.
5165 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
5166 (flyspell-word): Use `process-kill-without-query' if XEmacs.
5167 (flyspell-mode-on): Use `interactive-p' if XEmacs.
5168 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
5169 `define-obsolete-face-alias' under XEmacs, but old method.
5170
5171 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
5172 `with-no-warnings' definition or Emacs alias.
5173 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
5174 (ispell-word): Do not use `region-p' if XEmacs.
5175
5176 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5177
5178 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5179 Check for `ispell-dictionary-base-alist' instead of full
5180 `ispell-dictionary-alist'.
5181 (ispell-init-process): Show spellchecker when starting new Ispell
5182 process.
5183
5184 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5185
5186 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
5187 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
5188
5189 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
5190
5191 * version.el (motif-version-string, gtk-version-string)
5192 (ns-version-string): Declare.
5193
5194 2012-05-27 Juri Linkov <juri@jurta.org>
5195
5196 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
5197 after the `eval-defun-1' specialcaseing
5198 like in `edebug-eval-defun' (bug#10181).
5199
5200 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
5201 like in `eval-defun-1'.
5202
5203 2012-05-27 Eli Zaretskii <eliz@gnu.org>
5204
5205 * mail/sendmail.el (mail-yank-region):
5206 Recognize rmail-yank-current-message in addition to insert-buffer.
5207 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
5208 a *mail* buffer created through rmail-start-mail with sendmail as
5209 mail-user-agent.
5210
5211 2012-05-27 Chong Yidong <cyd@gnu.org>
5212
5213 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
5214 Default to 256 (Bug#11267).
5215
5216 * help.el (describe-mode): Doc fix.
5217
5218 2012-05-26 Glenn Morris <rgm@gnu.org>
5219
5220 * w32-fns.el (w32-init-info): Remove.
5221 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
5222
5223 * info.el (info-initialize): For self-contained NS builds, put the
5224 included info/ directory at the front. (Bug#2791)
5225
5226 * paths.el (Info-default-directory-list): Make it a defcustom,
5227 mainly so that we can use custom-initialize-delay.
5228
5229 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5230
5231 * subr.el (buffer-has-markers-at): Mark obsolete.
5232
5233 * subr.el (lambda): Use declare.
5234
5235 * emacs-lisp/lisp-mode.el (lambda):
5236 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
5237
5238 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5239
5240 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
5241
5242 2012-05-26 Glenn Morris <rgm@gnu.org>
5243
5244 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
5245
5246 2012-05-25 Glenn Morris <rgm@gnu.org>
5247
5248 * paths.el: Remove no-byte-compile.
5249 * loadup.el: No need to load paths.el uncompiled.
5250
5251 * image.el (imagemagick-types-inhibit): Doc fix.
5252
5253 * version.el: Remove no-byte-compile and associated formatting.
5254 * loadup.el: No need to load version.el uncompiled. AFAICS, this
5255 is ancient code from when there was an "inc-vers.el".
5256
5257 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5258
5259 * progmodes/gdb-mi.el: Minor style changes.
5260 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
5261 Turn into minor modes.
5262 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
5263 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
5264 (gdb-shell): Remove unneeded let-binding.
5265 (gdb-get-many-fields): Eliminate O(n²) behavior.
5266
5267 2012-05-25 Eli Zaretskii <eliz@gnu.org>
5268
5269 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
5270 platforms that don't link in fontset.c.
5271
5272 2012-05-25 Juri Linkov <juri@jurta.org>
5273
5274 Use the same diff color scheme as in modern VCSes (bug#10181).
5275
5276 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
5277 to avoid confusion with `diff-added' that now uses green colors.
5278 (diff-removed): Use shades of red.
5279 (diff-added): Use shades of green.
5280 (diff-changed): Leave just the yellow color.
5281 (diff-use-changed-face): New variable.
5282 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
5283 how to highlight context diff changes.
5284 (diff-refine-change): Use shades of yellow.
5285 (diff-refine-removed): New face that uses shades of red.
5286 (diff-refine-added): New face that uses shades of green.
5287 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
5288 `diff-refine-removed' in the call to `smerge-refine-subst'
5289 depending on the value of `diff-use-changed-face'.
5290
5291 * vc/smerge-mode.el (smerge-mine): Use shades of red.
5292 (smerge-other): Use shades of green.
5293 (smerge-base): Use shades of yellow.
5294 (smerge-refined-change): Empty face.
5295 (smerge-refined-removed): New face that uses shades of red.
5296 (smerge-refined-added): New face that uses shades of green.
5297 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
5298 args `props-r' and `props-a', and use them. Doc fix.
5299 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
5300 on its value use different faces `smerge-refined-change',
5301 `smerge-refined-removed', `smerge-refined-added' in the call to
5302 `smerge-refine-subst'.
5303
5304 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
5305 Add face condition `min-colors 88' with shades of red.
5306 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
5307 `min-colors 88' with shades of green.
5308 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
5309 `min-colors 88' with shades of yellow.
5310
5311 2012-05-24 Glenn Morris <rgm@gnu.org>
5312
5313 * paths.el (prune-directory-list, remote-shell-program): Move to...
5314 * files.el (prune-directory-list, remote-shell-program): ...here.
5315 For the latter, delay initialization, prefer ssh, just search PATH.
5316
5317 * paths.el (term-file-prefix): Move to faces.el (the only user).
5318 * faces.el (term-file-prefix): Move here, make it a defcustom.
5319
5320 * paths.el (news-directory, news-path, news-inews-program):
5321 Move to gnus/nnspool.el.
5322
5323 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
5324
5325 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
5326 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
5327 Make the latter a defcustom, with a delayed initialization.
5328
5329 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
5330 These were deleted from Gnus itself late 2010.
5331
5332 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
5333
5334 * progmodes/which-func.el (which-func-ff-hook):
5335 Check against user-error, not error.
5336
5337 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5338 cl-specs.el, which no longer exists.
5339
5340 2012-05-22 Glenn Morris <rgm@gnu.org>
5341
5342 * info.el (info-emacs-bug): New command.
5343 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
5344 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
5345
5346 2012-05-21 Glenn Morris <rgm@gnu.org>
5347
5348 * makefile.w32-in (update-subdirs-SH):
5349 * Makefile.in (update-subdirs): Update for moved update-subdirs.
5350
5351 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5352
5353 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
5354
5355 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5356 Simplify Maven regexp, and make sure the file can't start with a space
5357 (bug#11517).
5358
5359 2012-05-21 Glenn Morris <rgm@gnu.org>
5360
5361 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5362 Scrap superfluous subshells.
5363
5364 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
5367 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
5368
5369 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
5370
5371 * calc/calc.el (calc-ensure-consistent-units): New variable.
5372
5373 * calc/calc-units.el (math-consistent-units-p)
5374 (math-check-unit-consistency): New functions.
5375 (calc-quick-units, calc-convert-units):
5376 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
5377 is non-nil.
5378 (calc-extract-units): Fix typo.
5379
5380 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5382 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
5383
5384 * textmodes/flyspell.el: Commenting style, plus code simplifications.
5385 (flyspell-default-deplacement-commands): Don't spell check after
5386 repeated window/frame switches (e.g. triggered by mouse-movement).
5387 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
5388 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
5389 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
5390 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
5391 Remove unused vars.
5392 (flyspell-get-casechars, flyspell-get-not-casechars):
5393 Simplify; Don't bother removing a ] just to add it back.
5394 * textmodes/ispell.el (ispell-program-name): Use executable-find.
5395
5396 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5397
5398 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
5399 New functions.
5400 (math-function-table): Add support for more C functions.
5401
5402 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5403
5404 * textmodes/flyspell.el (flyspell-check-pre-word-p)
5405 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5406 Protect delay handling for otherchars against empty otherchars.
5407
5408 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5409
5410 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
5411 their respective macro declarations.
5412 * skeleton.el (define-skeleton):
5413 * progmodes/compile.el (define-compilation-mode):
5414 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
5415 (define-ibuffer-filter):
5416 * emacs-lisp/generic.el (define-generic-mode):
5417 * emacs-lisp/easy-mmode.el (define-minor-mode)
5418 (define-globalized-minor-mode):
5419 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
5420 * emacs-lisp/byte-run.el (defsubst):
5421 * custom.el (deftheme): Add doc-string metadata.
5422
5423 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5424
5425 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
5426
5427 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
5430
5431 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
5432 * emacs-lisp/cl-macs.el: Idem.
5433 * emacs-lisp/cl-specs.el: Remove.
5434
5435 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5436
5437 Minor renaming of internal CL functions and variables.
5438 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
5439 (cl--position): Rename from cl-position.
5440 (cl--delete-duplicates): Rename from cl-delete-duplicates.
5441 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
5442 (cl--random-state): Rename from *random-state*.
5443
5444 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5445
5446 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
5447 parens around the arg list (bug#11499).
5448
5449 2012-05-17 Juri Linkov <juri@jurta.org>
5450
5451 * isearch.el (word-search-regexp, word-search-backward)
5452 (word-search-forward, word-search-backward-lax)
5453 (word-search-forward-lax): Move functions from search.c
5454 (bug#10145, bug#11381).
5455
5456 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5457
5458 * textmodes/flyspell.el (flyspell-check-pre-word-p)
5459 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5460 Delay for otherchars as for normal word components.
5461
5462 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5463
5464 * minibuffer.el (completion--sifn-requote): Fix last change.
5465 (minibuffer-local-must-match-filename-map):
5466 Move define-obsolete-variable-alias before its var.
5467
5468 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5469
5470 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
5471
5472 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
5473 behavior.
5474 (completion--string-equal-p): New function.
5475 (completion--twq-all): Use it to get better assertion failure data.
5476
5477 Only handle ".." and '..' quoting in shell-mode (bug#11466).
5478 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
5479 (shell--requote-argument): New functions.
5480 (shell-completion-vars): Use them.
5481 (shell--parse-pcomplete-arguments): Rename from
5482 shell-parse-pcomplete-arguments.
5483 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
5484 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
5485 Obey comint-file-name-quote-list.
5486
5487 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
5488 (smie-indent-keyword): Use it.
5489
5490 2012-05-14 Stefan Merten <smerten@oekonux.de>
5491
5492 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
5493
5494 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * net/rlogin.el (rlogin-mode-map): Fix last change.
5497
5498 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
5499
5500 * mail/smtpmail.el (smtpmail-send-command): Send the command and
5501 the following \r\n using a single `process-send-string', since the
5502 Lotus SMTP server refuses to accept any commands if they are sent
5503 with two `process-send-string's (Bug#11444).
5504
5505 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 * shell.el (shell-parse-pcomplete-arguments):
5508 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
5509
5510 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
5511
5512 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
5513 (image-transform-scale, image-transform-right-angle-fudge): New vars.
5514 (image-transform-width, image-transform-fit-width): New functions.
5515 (image-transform-properties): Use them.
5516 (image-transform-check-size): New function.
5517 (image-toggle-display-image): Use it (for testing).
5518 (image-transform-set-rotation): Reduce angle mod 360.
5519 Delete obsolete comment.
5520
5521 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
5522
5523 * image-mode.el: Fix scaling (bug#11399).
5524 (image-transform-resize): Doc fix.
5525 (image-transform-properties): Default scale is 1 and height should
5526 be an integer.
5527
5528 2012-05-13 Johan Bockgård <bojohan@gnu.org>
5529
5530 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
5531 than hard-coding `car', to fix misbehavior when moving forward.
5532
5533 2012-05-13 Chong Yidong <cyd@gnu.org>
5534
5535 * emacs-lisp/tabulated-list.el (tabulated-list-format)
5536 (tabulated-list-entries, tabulated-list-padding)
5537 (tabulated-list-sort-key): Make permanent-local.
5538
5539 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
5540 (electric-buffer-list): Put electric buffer menu
5541 command descriptions in this docstring, instead of the docstring
5542 of electric-buffer-menu-mode. Code cleanups.
5543 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
5544 Electric-buffer-menu-mode.
5545 (electric-buffer-update-highlight): Minor code cleanup.
5546
5547 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
5548
5549 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
5550 (Bug#11447)
5551
5552 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5553
5554 Move define-obsolete-variable-alias before the var's definition.
5555 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
5556 * tooltip.el (tooltip-hook):
5557 * textmodes/reftex-toc.el (reftex-toc-map):
5558 * textmodes/reftex-sel.el (reftex-select-label-map)
5559 (reftex-select-bib-map):
5560 * textmodes/reftex-index.el (reftex-index-map)
5561 (reftex-index-phrases-map):
5562 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
5563 * progmodes/meta-mode.el (meta-mode-map):
5564 * novice.el (disabled-command-hook):
5565 * loadhist.el (unload-hook-features-list):
5566 * frame.el (blink-cursor):
5567 * files.el (find-file-not-found-hooks, write-file-hooks)
5568 (write-contents-hooks):
5569 * emulation/tpu-edt.el (GOLD-map):
5570 * emacs-lock.el (emacs-lock-from-exiting):
5571 * emacs-lisp/generic.el (generic-font-lock-defaults):
5572 * emacs-lisp/chart.el (chart-map):
5573 * dos-fns.el (register-name-alist):
5574 * dired-x.el (dired-omit-files-p):
5575 * desktop.el (desktop-enable):
5576 * cus-edit.el (custom-mode-hook):
5577 * buff-menu.el (buffer-menu-mode-hook):
5578 * bookmark.el (bookmark-read-annotation-text-func)
5579 (bookmark-exit-hooks):
5580 * allout.el (allout-mode-deactivate-hook)
5581 (allout-exposure-change-hook, allout-structure-added-hook)
5582 (allout-structure-deleted-hook, allout-structure-shifted-hook):
5583 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
5584 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
5585 comes before the corresponding variable's definition.
5586
5587 2012-05-12 Chong Yidong <cyd@gnu.org>
5588
5589 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
5590 (Buffer-menu-mouse-select): Restore function (Bug#11459).
5591 (Buffer-menu-mode-map): Bind it.
5592 (Buffer-menu--pretty-name): Add a mouse-face property.
5593
5594 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5595
5596 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
5597 (prolog-upper-case-string, prolog-lower-case-string)
5598 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
5599 (prolog-use-smie, prolog-smie-grammar): New vars.
5600 (prolog-smie-forward-token, prolog-smie-backward-token)
5601 (prolog-smie-rules): New funs.
5602 (prolog-comment-indent): Remove.
5603 (prolog-mode-variables): Use default comment indentation instead.
5604 Setup SMIE.
5605 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
5606 (prolog-mode): Don't call them any more.
5607 (prolog-electric-colon, prolog-electric-dash)
5608 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
5609
5610 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
5611
5612 * minibuffer.el (completion--twq-all): Again, allow case differences.
5613
5614 * term.el: Move keymap initialization code to be more idiomatic.
5615 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
5616 (term-terminal-menu): Move initialization into declaration.
5617 (term-escape-char): Let the user set it in her .emacs.
5618
5619 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
5620 Provide SMIE-based indentation (not enabled by default yet).
5621 (sh-mode-map): Don't bind electric keys.
5622 Use electric-pair-mode instead of skeleton-pair.
5623 (sh-assignment-regexp): Fit within 80 columns.
5624 (sh-indent-supported): Specify actual shell name instead of boolean.
5625 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
5626 (sh-maybe-here-document): Use it. Make obsolete.
5627 (sh-electric-here-document-mode) New minor mode.
5628 (sh-mode): Use it. Don't set sh-indent-supported-here here.
5629 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
5630 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
5631 (sh-smie-rc-grammar, sh-use-smie): New vars.
5632 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
5633 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
5634 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
5635 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
5636 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
5637 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
5638 (sh-set-shell): Use smie-setup if requested.
5639
5640 * term.el (term-set-escape-char): Properly set term-escape-char.
5641 See http://stackoverflow.com/questions/10524656.
5642
5643 2012-05-10 Chong Yidong <cyd@gnu.org>
5644
5645 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
5646 Use url-generic-parse-url, and handle host names and Windows
5647 filenames properly.
5648 (ffap-url-unwrap-remote): Use url-generic-parse-url.
5649 (ffap-url-unwrap-remote): Accept list values, specifying a list of
5650 URL schemes to work on.
5651 (ffap--toggle-read-only): New function.
5652 (ffap-read-only, ffap-read-only-other-window)
5653 (ffap-read-only-other-frame): Use it.
5654 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
5655 necessary for ffap-url-unwrap-remote.
5656
5657 2012-05-10 Dave Abrahams <dave@boostpro.com>
5658
5659 * cus-start.el (create-lockfiles): Add it.
5660
5661 2012-05-09 Chong Yidong <cyd@gnu.org>
5662
5663 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
5664 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
5665
5666 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * shell.el (shell-completion-vars): Fix last change (bug#11348).
5669
5670 2012-05-09 Chong Yidong <cyd@gnu.org>
5671
5672 * ansi-color.el (ansi-color-process-output): Check for validity of
5673 comint-last-output-start before using it. This avoids a bad
5674 interaction with gdb-mi's input/output buffer.
5675
5676 2012-05-09 Glenn Morris <rgm@gnu.org>
5677
5678 * files.el (dir-locals-read-from-file):
5679 Mention dir-locals in any error message.
5680
5681 2012-05-09 Chong Yidong <cyd@gnu.org>
5682
5683 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
5684 package (Bug#11410).
5685
5686 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
5687 variables into description.
5688
5689 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5690
5691 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
5692 shell-delimiter-argument-list (bug#11348).
5693 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
5694
5695 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
5696
5697 * textmodes/rst.el: Silence byte-compiler warnings.
5698 (rst-re-alist, rst-reset-section-caches): Move around.
5699 (rst-re): Use `characterp', not `char-valid-p'.
5700 (font-lock-beg, font-lock-end): Declare.
5701
5702 * progmodes/idlw-shell.el (specs): Remove reference to deleted
5703 variable `idlwave-shell-activate-alt-keybindings' and simplify.
5704
5705 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
5706
5707 2012-05-08 Glenn Morris <rgm@gnu.org>
5708
5709 * files.el (auto-mode-alist): Treat ".make" like ".mk".
5710
5711 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5712
5713 * vc/log-edit.el: Add GNU coding standards highlighting.
5714 (log-edit-font-lock-gnu-style)
5715 (log-edit-font-lock-gnu-keywords): New vars.
5716 (log-edit-font-lock-keywords): New fun.
5717 (log-edit-mode): Don't fold case in font-lock.
5718 (log-edit-font-lock-keywords): Do not assume case-folding.
5719
5720 * imenu.el: Misc cleanup. Make docstrings out of comments.
5721 Use lexical-binding.
5722 (imenu--index-alist, imenu--last-menubar-index-alist)
5723 (imenu-menubar-modified-tick): Use defvar-local.
5724 (imenu--split-menu): Remove unused var.
5725 (imenu--cleanup-seen): Declare as global.
5726 (imenu--cleanup): Use dolist.
5727
5728 * subr.el (defvar-local): Add debug spec and doc-string position.
5729
5730 2012-05-08 Glenn Morris <rgm@gnu.org>
5731
5732 * language/burmese.el, language/cham.el, language/czech.el:
5733 * language/english.el, language/georgian.el, language/greek.el:
5734 * language/japanese.el, language/khmer.el, language/korean.el:
5735 * language/lao.el, language/misc-lang.el, language/romanian.el:
5736 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
5737 * language/thai.el, language/utf-8-lang.el:
5738 Remove no-byte-compile setting.
5739
5740 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
5741
5742 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5743
5744 * progmodes/make-mode.el (makefile-browse):
5745 Remove unnecessary interactive. (Bug#11324)
5746
5747 2012-05-07 Glenn Morris <rgm@gnu.org>
5748
5749 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
5750
5751 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
5752
5753 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5754
5755 * loadup.el: Preload newcomment.el.
5756 * newcomment.el: Move autoload-only code to toplevel.
5757
5758 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
5759 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5760 Handle new :right-align column property.
5761 (tabulated-list-print-col): Idem, plus use `display' text-property to
5762 try and preserve alignment for variable pitch fonts.
5763
5764 2012-05-07 Chong Yidong <cyd@gnu.org>
5765
5766 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
5767 (tabulated-list-use-header-line): New var.
5768 (tabulated-list-init-header): Use it.
5769 (tabulated-list-print-fake-header): New function.
5770 (tabulated-list-print): Use it.
5771 (tabulated-list-sort-button-map): Add non-header-line commands.
5772 (tabulated-list-init-header): Add column name property to basic
5773 labels as well.
5774 (tabulated-list-col-sort): Handle non-header-line button case.
5775 (tabulated-list--sort-by-column-name): Fix a corner case.
5776
5777 * buff-menu.el (list-buffers--refresh):
5778 Handle Buffer-menu-use-header-line.
5779
5780 2012-05-06 Chong Yidong <cyd@gnu.org>
5781
5782 * buff-menu.el: Convert to Tabulated List mode.
5783 (Buffer-menu-buffer+size-width): Make obsolete.
5784 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
5785 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
5786 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
5787 documentation into docstring of buffer-menu.
5788 (Buffer-menu-toggle-files-only): Add an informative message.
5789 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
5790 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
5791 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
5792 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
5793 (Buffer-menu-execute, Buffer-menu-select)
5794 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
5795 (Buffer-menu-bury): Use Tabulated List machinery.
5796 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
5797 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
5798 Delete.
5799 (list-buffers--refresh): New function.
5800 (list-buffers-noselect): Use it.
5801 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
5802 (Buffer-menu--pretty-file-name): New helper functions.
5803
5804 * loadup.el: Preload tabulated-list.
5805
5806 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
5807 tabulated-list-sort-column.
5808 (tabulated-list-init-header): Add the initial aligning space even
5809 if tabulated-list-padding is zero.
5810
5811 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
5812
5813 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
5814 whose cdr is not a cons cell correctly (bug#11038).
5815
5816 2012-05-06 Chong Yidong <cyd@gnu.org>
5817
5818 * emacs-lisp/tabulated-list.el (tabulated-list-format):
5819 Accept additional plist in column descriptors.
5820 (tabulated-list-init-header): Obey it.
5821 (tabulated-list-get-entry): New function.
5822 (tabulated-list-put-tag): Use it. Use string-width instead of
5823 length.
5824 (tabulated-list--column-number): New function.
5825 (tabulated-list-print): Use it.
5826 (tabulated-list-print-col): New function.
5827 Set `tabulated-list-column-name' property on each column's text.
5828 (tabulated-list-print-entry): Use it.
5829 (tabulated-list-delete-entry, tabulated-list-set-col):
5830 New functions.
5831 (tabulated-list-sort-column): New command (Bug#11337).
5832
5833 * buff-menu.el (list-buffers): Move C-x C-b binding from
5834 buff-menu.el to bindings.el.
5835
5836 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
5837 :advertised-binding feature.
5838
5839 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
5840
5841 * progmodes/compile.el (compilation-internal-error-properties):
5842 Calculate start position correctly when end-col is set but
5843 end-line is not (Bug#11382).
5844
5845 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
5846
5847 * man.el (Man-unindent): Use text-property-default-nonsticky to
5848 prevent untabify from inheriting face properties (Bug#11408).
5849
5850 2012-05-05 Stefan Merten <smerten@oekonux.de>
5851
5852 * textmodes/rst.el: Major merge with upstream development up to
5853 Docutils SVN r7399 / rst.el V1.2.1.
5854
5855 Clarify maintainership and authors.
5856
5857 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
5858 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
5859 (rst-official-version, rst-official-cvs-rev, rst-version)
5860 (rst-package-emacs-version-alist): New functions and variables
5861 for version information.
5862
5863 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
5864 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
5865 (rst-mode-syntax-table, rst-mode): New and corrected functions
5866 and variables representing reStructuredText features.
5867
5868 (rst-re): New function for reStructuredText regexes. Use in
5869 many places.
5870
5871 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
5872 (rst-mode-map): Rebind keys.
5873
5874 (rst-mode-lazy, rst-font-lock-keywords)
5875 (rst-font-lock-extend-region)
5876 (rst-font-lock-extend-region-internal)
5877 (rst-font-lock-extend-region-extend)
5878 (rst-font-lock-find-unindented-line-limit)
5879 (rst-font-lock-find-unindented-line-match)
5880 (rst-adornment-level, rst-font-lock-adornment-level)
5881 (rst-font-lock-adornment-match)
5882 (rst-font-lock-handle-adornment-pre-match-form)
5883 (rst-font-lock-handle-adornment-matcher): Major revision of
5884 font-locking. Integrate with other code. Use `jit-lock-mode'.
5885
5886 (rst-preferred-adornments, rst-adjust-hook)
5887 (rst-new-adornment-down, rst-preferred-bullets)
5888 (rst-preferred-bullets, rst-indent, rst-indent-width)
5889 (rst-indent-field, rst-indent-literal-normal)
5890 (rst-indent-literal-minimized, rst-indent-comment): Change,
5891 extend and improve customization.
5892
5893 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
5894 (rst-normalize-cursor-position, rst-get-decoration)
5895 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
5896 (rst-rstrip, rst-toc-insert-find-delete-contents)
5897 (rst-shift-fill-region, rst-compute-bullet-tabs)
5898 (rst-debug-print-tabs, rst-debug-mark-found)
5899 (rst-shift-region-guts, rst-shift-region-right)
5900 (rst-shift-region-left, rst-use-char-classes)
5901 (rst-font-lock-keywords-function)
5902 (rst-font-lock-indentation-point)
5903 (rst-font-lock-find-unindented-line-begin)
5904 (rst-font-lock-find-unindented-line-end)
5905 (rst-font-lock-find-unindented-line)
5906 (rst-font-lock-adornment-point, rst-font-lock-level)
5907 (rst-adornment-level-alist): Remove functions and variables.
5908
5909 (rst-compare-adornments, rst-get-adornment-match)
5910 (rst-suggest-new-adornment, rst-get-adornments-around)
5911 (rst-adornment-complete-p, rst-get-next-adornment)
5912 (rst-adjust-adornment, rst-display-adornments-hierarchy)
5913 (rst-straighten-adornments): Standardize function names to
5914 use "adornment" instead of "decoration". Correct callers.
5915 Similar standardizing in many places.
5916
5917 (rst-update-section, rst-adjust, rst-promote-region)
5918 (rst-enumerate-region, rst-bullet-list-region)
5919 (rst-repeat-last-character): Correct use of `interactive'.
5920
5921 (rst-classify-adornment, rst-find-all-adornments)
5922 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
5923 (rst-find-leftmost-column, rst-repeat-last-character):
5924 Refactor functions.
5925
5926 (rst-find-title-line, rst-reset-section-caches)
5927 (rst-get-adornments-around, rst-adjust-adornment-work)
5928 (rst-arabic-to-roman, rst-roman-to-arabic)
5929 (rst-insert-list-pos, rst-insert-list-new-item)
5930 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
5931 New functions.
5932
5933 (rst-all-sections, rst-section-hierarchy)
5934 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
5935 New variables.
5936
5937 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
5938 configuration instead of only buffer. Change where necessary.
5939
5940 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
5941 (rst-shift-region, rst-adaptive-fill): New functions for
5942 indentation and filling.
5943
5944 (rst-comment-line-break, rst-comment-indent)
5945 (rst-comment-insert-comment, rst-comment-region)
5946 (rst-uncomment-region): New functions for handling comments.
5947
5948 (rst-compile): Quote shell arguments.
5949
5950 (rst-compile-pdf-preview, rst-compile-slides-preview):
5951 Delete temporary files after use.
5952
5953 2012-05-05 Glenn Morris <rgm@gnu.org>
5954
5955 * calendar/cal-html.el: Optionally include holidays in the output.
5956 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
5957 (cal-html-holidays): New option.
5958 (cal-html-css-default): Add holiday entry.
5959 (holiday-in-range): Autoload it.
5960 (cal-html-htmlify-entry): Add optional class argument.
5961 (cal-html-htmlify-list): Add optional holidays argument.
5962 (cal-html-insert-agenda-days): Include holidays in the output.
5963 (cal-html-one-month): Maybe include holidays.
5964
5965 * calendar/holidays.el (holiday-in-range):
5966 Move here from cal-tex-list-holidays.
5967 * calendar/cal-tex.el (cal-tex-list-holidays):
5968 Make it an obsolete alias for holiday-in-range. Update all callers.
5969
5970 2012-05-05 Chong Yidong <cyd@gnu.org>
5971
5972 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
5973 Nextstep.
5974
5975 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
5976
5977 * files.el (file-auto-mode-skip): New var.
5978 (set-auto-mode-1): Use it.
5979
5980 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5981
5982 * repeat.el: Use lexical-binding.
5983 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
5984 (repeat-undo-count): Remove.
5985 (repeat):
5986 * progmodes/octave-mod.el (octave-abbrev-start):
5987 * progmodes/f90.el (f90-abbrev-start):
5988 * face-remap.el (text-scale-adjust):
5989 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
5990
5991 * emacs-lisp/pcase.el (pcase--let*): New function.
5992 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
5993 a bit more.
5994 (pcase--split-pred): Be more clever about ruling out overlap between
5995 a predicate and some constant pattern.
5996 (pcase--q1): Use `null' instead of (eq foo nil).
5997
5998 * subr.el (setq-local, defvar-local): New macros.
5999 (kbd): Redefine as an alias.
6000 (with-selected-window): Leave unrelated frames alone.
6001 (set-temporary-overlay-map): New function.
6002
6003 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * subr.el (user-error): New function.
6006 * window.el (switch-to-buffer):
6007 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
6008 (smerge-match-conflict):
6009 * simple.el (previous-matching-history-element)
6010 (next-matching-history-element, goto-history-element, undo-more)
6011 (undo-start):
6012 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
6013 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
6014 (next-file, tags-loop-scan, list-tags, complete-tag):
6015 * progmodes/compile.el (compilation-loop):
6016 * mouse.el (mouse-minibuffer-check):
6017 * man.el (Man-bgproc-sentinel, Man-goto-page):
6018 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
6019 (Info-history-forward, Info-follow-reference, Info-menu)
6020 (Info-extract-menu-item, Info-extract-menu-counting)
6021 (Info-forward-node, Info-backward-node, Info-next-menu-item)
6022 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
6023 (Info-next-reference, Info-prev-reference, Info-index)
6024 (Info-index-next, Info-follow-nearest-node)
6025 (Info-copy-current-node-name):
6026 * imenu.el (imenu--make-index-alist)
6027 (imenu-default-create-index-function, imenu-add-to-menubar):
6028 * files.el (basic-save-buffer, recover-file):
6029 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6030 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
6031 (checkdoc-message-text, checkdoc-defun):
6032 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
6033 * cus-edit.el (customize-changed-options, customize-rogue)
6034 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
6035 (custom-variable-mark-to-reset-standard)
6036 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
6037 (custom-file):
6038 * completion.el (check-completion-length):
6039 * comint.el (comint-search-arg)
6040 (comint-previous-matching-input-string-position)
6041 (comint-previous-matching-input)
6042 (comint-replace-by-expanded-history-before-point, comint-send-input)
6043 (comint-copy-old-input, comint-backward-matching-input)
6044 (comint-goto-process-mark, comint-set-process-mark):
6045 * calendar/calendar.el (calendar-cursor-to-date): Use it.
6046 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
6047
6048 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6049
6050 * dabbrev.el (dabbrev--ignore-case-p): New function.
6051 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
6052 Use it.
6053
6054 * files.el (automount-dir-prefix): Mark as obsolete.
6055
6056 2012-05-04 Glenn Morris <rgm@gnu.org>
6057
6058 * patcomp.el, play/bruce.el: Move to obsolete/.
6059
6060 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
6061
6062 Fix minor Y10k bugs.
6063 * arc-mode.el (archive-unixdate):
6064 * autoinsert.el (auto-insert-alist):
6065 * calc/calc-forms.el (math-this-year):
6066 * emacs-lisp/copyright.el (copyright-current-year)
6067 (copyright-update-year, copyright):
6068 * tar-mode.el (tar-clip-time-string):
6069 * time.el (display-time-update):
6070 Don't assume years have 4 digits.
6071
6072 2012-05-04 Chong Yidong <cyd@gnu.org>
6073
6074 * dos-w32.el (file-name-buffer-file-type-alist)
6075 (direct-print-region-use-command-dot-com):
6076 * ffap.el (ffap-menu-regexp):
6077 * find-file.el (ff-special-constructs):
6078 * follow.el (follow-debug):
6079 * forms.el (forms--debug):
6080 * iswitchb.el (iswitchb-all-frames):
6081 * ido.el (ido-all-frames):
6082 * emacs-lisp/timer.el (timer-max-repeats):
6083 * mail/feedmail.el (feedmail-mail-send-hook)
6084 (feedmail-mail-send-hook-queued):
6085 * mail/footnote.el (footnote-signature-separator):
6086 * mail/mailabbrev.el (mail-alias-separator-string)
6087 (mail-abbrev-mode-regexp):
6088 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
6089 * progmodes/idlwave.el (idlwave-libinfo-file)
6090 (idlwave-default-completion-case-is-down)
6091 (idlwave-library-routines): Convert defvars to defcustoms.
6092
6093 * mail/rmail.el (rmail-decode-mime-charset):
6094 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
6095 (idlwave-shell-fix-inserted-breaks)
6096 (idlwave-shell-activate-alt-keybindings)
6097 (idlwave-shell-use-breakpoint-glyph):
6098 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
6099
6100 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6101
6102 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
6103
6104 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
6105
6106 * progmodes/verilog-mode.el (font-lock-keywords):
6107 Fix mis-highligting auto. Reported by Craig Barner.
6108 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
6109 defines from global name space. Reported by Dan Dever.
6110 (verilog-auto-reset, verilog-auto-reset-widths)
6111 (verilog-auto-tieoff): Support using unbased numbers for
6112 AUTORESET and AUTOTIEOFF.
6113 (verilog-submit-bug-report): Update variable list.
6114 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
6115 parenthesis from not matching. Reported by Michael Rytting.
6116 (verilog-auto-template-lint): Fix hash error when linting modules
6117 with no used templates.
6118 (verilog-warn, verilog-warn-error)
6119 (verilog-warn-fatal): When non-interactive report multiple
6120 warnings before exiting. Suggested by Brad Dobbie.
6121 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
6122 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
6123 to report unused template errors. Reported by Brad Dobbie.
6124 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
6125 nets, bug438. Reported by Vns Blore.
6126 (verilog-auto-inout-module, verilog-auto-reg)
6127 (verilog-read-decls, verilog-read-sub-decls-sig)
6128 (verilog-signals-edit-wire-reg, verilog-signals-with):
6129 Fix passing of Verilog data types in ANSI input/output ports
6130 such as "output logic" into the AUTOs. Special case "wire" and
6131 "reg" for backwards compatibility presuming Verilog 2001.
6132 (verilog-auto-ascii-enum): Add "auto enum" as alias.
6133 (verilog-preprocess): Fix replication of preprocess output.
6134 Reported by Brad Dobbie.
6135 (verilog-auto-inst-interfaced-ports):
6136 Create verilog-auto-inst-interfaced-ports, bug429.
6137 Reported by Julian Gorfajn.
6138 (verilog-after-save-font-hook)
6139 (verilog-before-save-font-hook): New variable.
6140 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
6141 (verilog-save-font-mods): Wrap disabling fontification, reported
6142 by David Rogoff.
6143 (verilog-do-indent, verilog-pretty-declarations-auto)
6144 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
6145 Reported by Pierre-David Pfister.
6146 (verilog-set-auto-endcomments): Fix endtask auto comments outside
6147 of class declarations, bug292. Reported by Kevin Heilman.
6148 (verilog-read-decls): Fix 'parameter type' not appearing in
6149 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
6150 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
6151 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
6152 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
6153 Reported by David Kravitz.
6154
6155 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
6156
6157 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
6158 assignment with tests in ifs and for loops.
6159 (verilog-extended-complete-re, verilog-complete-reg): Change so
6160 that DPI inport functions don't look like fuction declarations.
6161 (verilog-pretty-expr): Don't line up assignment
6162 operations to the test and increment in if and for loops
6163 (verilog-extended-complete-re, verilog-complete-reg): Change so
6164 that DPI inport functions don't look like fuction declarations.
6165
6166 2012-05-03 Kenichi Handa <handa@m17n.org>
6167
6168 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
6169 decoding, and show a warning message without signaling an error
6170 (Bug#11282).
6171
6172 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6173
6174 * emacs-lisp/bytecomp.el
6175 (byte-compile-file-form-custom-declare-variable): Compile all elements,
6176 since cconv.el might have introduced :fun-body, internal-make-closure,
6177 and friends for bytecomp to handle (bug#11391).
6178 * custom.el (defcustom): Avoid ((λ ..) ..).
6179
6180 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
6183
6184 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
6185
6186 * notifications.el (dbus-debug):
6187 * term/linux.el (gpm-mouse-enable):
6188 * term/screen.el (xterm-register-default-colors): Declare.
6189
6190 2012-05-02 Chong Yidong <cyd@gnu.org>
6191
6192 * cus-start.el (gc-cons-percentage, exec-suffixes)
6193 (dos-display-scancodes, dos-hyper-key, dos-super-key)
6194 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
6195 (make-cursor-line-fully-visible, void-text-area-pointer)
6196 (font-list-limit): Add customization data.
6197
6198 * allout.el (allout-exposure-change-functions)
6199 (allout-structure-added-functions)
6200 (allout-structure-deleted-functions)
6201 (allout-structure-shifted-functions): Rename abnormal hooks from
6202 *-hook, and convert to defcustoms.
6203 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
6204 Convert to defcustoms.
6205 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
6206
6207 * allout-widgets.el: Hook callers changed.
6208
6209 2012-05-02 Eli Zaretskii <eliz@gnu.org>
6210
6211 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
6212 the yanked message in preference to the default value of
6213 buffer-file-coding-system.
6214
6215 2012-05-02 Martin Rudalics <rudalics@gmx.at>
6216
6217 * window.el (display-buffer--action-function-custom-type):
6218 Fix entry.
6219
6220 2012-05-02 Alan Mackenzie <acm@muc.de>
6221
6222 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
6223
6224 2012-05-01 Glenn Morris <rgm@gnu.org>
6225
6226 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
6227
6228 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
6229
6230 * cus-edit.el (custom-variable-documentation): Simplify with format.
6231
6232 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6233 Stefan Monnier <monnier@iro.umontreal.ca>
6234
6235 * simple.el (suggest-key-bindings, execute-extended-command):
6236 Move from keyboard.c.
6237
6238 2012-05-01 Chong Yidong <cyd@gnu.org>
6239
6240 * follow.el: Eliminate advice.
6241 (set-process-filter, process-filter, sit-for): Advice deleted.
6242 (follow-mode-off-hook): Obsolete hook removed.
6243 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
6244 Vars deleted.
6245 (follow-auto): Use a :set function.
6246 (follow-mode): Rewritten. Don't advise process filters.
6247 (follow-switch-to-current-buffer-all, follow-scroll-up)
6248 (follow-scroll-down): Assume follow-mode is bound.
6249 (follow-comint-scroll-to-bottom)
6250 (follow-align-compilation-windows): New functions.
6251 (follow--window-sorter): New function.
6252 (follow-all-followers): Use it to explicitly sort windows by their
6253 positions; don't make assumptions about next-window order.
6254 (follow-windows-start-end, follow-delete-other-windows-and-split)
6255 (follow-calc-win-start): Doc fix.
6256 (follow-windows-aligned-p, follow-select-if-visible): Don't call
6257 vertical-motion unnecessarily.
6258 (follow-adjust-window): New function.
6259 (follow-post-command-hook): Use it.
6260 (follow-call-set-process-filter, follow-call-process-filter)
6261 (follow-intercept-process-output, follow-tidy-process-filter-alist)
6262 (follow-stop-intercept-process-output, follow-generic-filter):
6263 Functions deleted.
6264 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
6265 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
6266 New functions, replacing advice on scroll-bar-* commands.
6267 (follow-mwheel-scroll): New function (Bug#4112).
6268
6269 * comint.el (comint-adjust-point): New function.
6270 (comint-postoutput-scroll-to-bottom): Use it.
6271 Call follow-comint-scroll-to-bottom for Follow mode buffers.
6272
6273 2012-05-01 Glenn Morris <rgm@gnu.org>
6274
6275 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
6276 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
6277 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
6278 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
6279 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
6280 Remove no-byte-compile setting.
6281
6282 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6283
6284 * minibuffer.el (completion-table-with-quoting): Fix compatibility
6285 all-completions code to not return a number in the last cdr.
6286
6287 2012-04-30 Leo Liu <sdl.web@gmail.com>
6288
6289 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
6290 read-only error.
6291
6292 2012-04-29 Chong Yidong <cyd@gnu.org>
6293
6294 * follow.el (follow-calc-win-end): Rewrite to handle partial
6295 screen lines correctly (Bug#8390).
6296 (follow-avoid-tail-recenter): Minor cleanup.
6297
6298 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6299
6300 Avoid the obsolete `assoc' package.
6301 * speedbar.el (speedbar-refresh): Avoid adelete.
6302 (speedbar-file-lists): Simplify and avoid aput.
6303 * man.el (Man--sections, Man--refpages): New vars, replacing
6304 Man-sections-alist and Man-refpages-alist.
6305 (Man-build-section-alist, Man-build-references-alist):
6306 Use them; avoid aput.
6307 (Man--last-section, Man--last-refpage): New vars.
6308 (Man-follow-manual-reference): Use them.
6309 Use the `default' arg of completing-read.
6310 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
6311
6312 2012-04-27 Chong Yidong <cyd@gnu.org>
6313
6314 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
6315
6316 * startup.el (x-apply-session-resources): New function.
6317
6318 * term/ns-win.el (ns-initialize-window-system):
6319 * term/w32-win.el (w32-initialize-window-system):
6320 * term/x-win.el (x-initialize-window-system): Use it to properly
6321 set menu-bar-mode and other vars from X resources, even if the
6322 initial frame is not a window-system frame (Bug#2299).
6323
6324 * subr.el (read-key): Avoid running filter function when setting
6325 up temporary tool bar entries (Bug#9922).
6326
6327 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
6328
6329 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
6330 (Bug#11344)
6331
6332 2012-04-27 Chong Yidong <cyd@gnu.org>
6333
6334 * select.el (xselect--encode-string): New function, split from
6335 xselect-convert-to-string.
6336 (xselect-convert-to-string): Use it.
6337 (xselect-convert-to-filename, xselect-convert-to-os)
6338 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
6339 returned strings are properly encoded (Bug#11315).
6340
6341 2012-04-27 Chong Yidong <cyd@gnu.org>
6342
6343 * simple.el (delete-active-region): Move to killing custom group.
6344
6345 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
6346
6347 * progmodes/which-func.el (which-func-current): Quote %
6348 characters for mode-line processing.
6349
6350 2012-04-27 Chong Yidong <cyd@gnu.org>
6351
6352 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
6353 reaching eob (Bug#11286).
6354
6355 2012-04-27 Eli Zaretskii <eliz@gnu.org>
6356
6357 * progmodes/gdb-mi.el (gdb-control-level): New variable.
6358 (gdb): Make it buffer-local and init to zero.
6359 (gdb-control-commands-regexp): New variable.
6360 (gdb-send): Don't wrap in "-interpreter-exec console" if
6361 gdb-control-level is positive. Increment gdb-control-level
6362 whenever the command matches gdb-control-commands-regexp, and
6363 decrement it each time the command is "end". (Bug#11279)
6364
6365 2012-04-27 Martin Rudalics <rudalics@gmx.at>
6366
6367 * window.el (adjust-window-trailing-edge, enlarge-window)
6368 (shrink-window, window-resize):
6369 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
6370 windows (Bug#11276).
6371
6372 2012-04-27 Chong Yidong <cyd@gnu.org>
6373
6374 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
6375 fix "missing prefix" warning. All callers changed.
6376
6377 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6378
6379 * emacs-lisp/assoc.el: Move to obsolete/.
6380
6381 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6382
6383 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
6384
6385 * term/ns-win.el (ns-define-service):
6386 * progmodes/pascal.el (pascal-goto-defun):
6387 * progmodes/js.el (js--read-tab):
6388 * progmodes/etags.el (tags-lazy-completion-table):
6389 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
6390 * emacs-lisp/ewoc.el (ewoc--wrap):
6391 * emacs-lisp/assoc.el (aput, adelete, amake):
6392 * doc-view.el (doc-view-convert-current-doc):
6393 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
6394
6395 2012-04-26 Chong Yidong <cyd@gnu.org>
6396
6397 * image.el (image-type-from-buffer): Only return supported image
6398 type (Bug#9045).
6399
6400 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
6401 value, for symmetry with diff-end-of-hunk.
6402 (diff-split-hunk, diff-find-source-location)
6403 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
6404 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
6405 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
6406 compute the relevant hunk or file properly (Bug#6005).
6407 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
6408
6409 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * vc/vc-mtn.el:
6412 * vc/vc-hg.el:
6413 * vc/vc-git.el:
6414 * vc/vc-dir.el:
6415 * vc/vc-cvs.el:
6416 * vc/vc-bzr.el:
6417 * vc/vc-arch.el:
6418 * vc/vc.el: Replace lexical-let by lexical-binding.
6419 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
6420 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
6421 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
6422
6423 2012-04-26 Chong Yidong <cyd@gnu.org>
6424
6425 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
6426 (diff-mode-shared-map): Bind it to / and [remap undo].
6427
6428 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
6429 (ediff-window-setup-function): Use it as the default, to set up
6430 windows based on whether the current frame is graphical (Bug#2138).
6431 (ediff-choose-window-setup-function-automatically): Make obsolete.
6432
6433 * vc/ediff-init.el: Always define ediff-pixel-width/height.
6434
6435 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6436
6437 * ffap.el: Remove old code for obsolete package.
6438 (ffap-complete-as-file-p): Remove.
6439
6440 Use completion-table-with-quoting for comint and pcomplete.
6441 * comint.el (comint--unquote&requote-argument)
6442 (comint--unquote-argument, comint--requote-argument): New functions.
6443 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
6444 (comint-quote-filename): Use regexp-opt-charset.
6445 (comint--common-suffix, comint--common-quoted-suffix)
6446 (comint--table-subvert): Remove.
6447 (comint-unquote-function, comint-requote-function): New vars.
6448 (comint--complete-file-name-data): Use them with
6449 completion-table-with-quoting.
6450 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
6451 * pcomplete.el (pcomplete-arg-quote-list)
6452 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
6453 (pcomplete-unquote-argument-function): Default to non-nil.
6454 (pcomplete-unquote-argument): Simplify.
6455 (pcomplete--common-quoted-suffix): Remove.
6456 (pcomplete-requote-argument-function): New var.
6457 (pcomplete--common-suffix): New function.
6458 (pcomplete-completions-at-point): Use completion-table-with-quoting
6459 and completion-table-subvert.
6460
6461 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
6462 (minibuffer--double-dollars): Preserve properties.
6463 (completion--sifn-requote): New function.
6464 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
6465
6466 * minibuffer.el: Add support for completion of quoted/escaped data.
6467 (completion-table-with-quoting, completion-table-subvert): New funs.
6468 (completion--twq-try, completion--twq-all): New functions.
6469 (completion--nth-completion): New function.
6470 (completion-try-completion, completion-all-completions): Use it.
6471
6472 2012-04-25 Leo Liu <sdl.web@gmail.com>
6473
6474 * progmodes/python.el (python-pdbtrack-get-source-buffer):
6475 Use compilation-message if available to find real filename.
6476
6477 2012-04-25 Chong Yidong <cyd@gnu.org>
6478
6479 * vc/diff-mode.el (diff-setup-whitespace): New function.
6480 (diff-mode): Use it.
6481
6482 * vc/diff.el (diff-sentinel):
6483 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
6484 Whitespace mode variables based on diff style (Bug#8612).
6485
6486 2012-04-25 Leo Liu <sdl.web@gmail.com>
6487
6488 * progmodes/python.el (python-send-region): Add suffix .py to the
6489 temp file.
6490
6491 * files.el (auto-mode-alist): Use javascript-mode instead.
6492
6493 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
6494
6495 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
6496
6497 * net/soap-client.el (soap-resolve-references-for-sequence-type)
6498 (soap-resolve-references-for-array-type): Hack to prevent self
6499 references, see Bug#9.
6500 (soap-parse-envelope): Report the contents of the 'detail' node
6501 when receiving a fault reply.
6502 (soap-parse-envelope): Report the contents of the entire 'detail' node.
6503
6504 * net/soap-inspect.el (soap-sample-value-for-simple-type)
6505 (soap-inspect-simple-type): New function.
6506
6507 * net/soap-client.el (soap-simple-type): New struct.
6508 (soap-default-xsd-types, soap-default-soapenc-types)
6509 (soap-decode-basic-type, soap-encode-basic-type):
6510 support unsignedInt and double basic types.
6511 (soap-resolve-references-for-simple-type)
6512 (soap-parse-simple-type, soap-encode-simple-type): New function.
6513 (soap-parse-schema): Parse xsd:simpleType declarations.
6514
6515 * net/soap-client.el (soap-default-xsd-types)
6516 (soap-default-soapenc-types): Add integer, byte and anyURI types.
6517 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
6518 the local name of "soapenc:Array".
6519 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
6520 decoding integer, byte and anyURI xsd types.
6521
6522 2012-04-25 Chong Yidong <cyd@gnu.org>
6523
6524 * cus-edit.el (custom-buffer-create-internal): Update header text.
6525
6526 2012-04-25 Eli Zaretskii <eliz@gnu.org>
6527
6528 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
6529 settings on 'system-type', not on 'window-system'. On MS-Windows,
6530 set interactive-mode on in GDB.
6531
6532 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6533
6534 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
6535 (ruby-syntax-propertize-regexp): Remove.
6536 (ruby-syntax-propertize-function): Split regexp into chunks.
6537 Match following code directly.
6538
6539 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
6540
6541 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
6542 (ruby-syntax-propertize-regexp): New function.
6543 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
6544 by a special keyword.
6545
6546 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
6547 (ruby-syntax-general-delimiters-goto-beg)
6548 (ruby-syntax-propertize-general-delimiters): New functions.
6549 (ruby-syntax-propertize-function): Use them to handle GDL.
6550 (ruby-font-lock-keywords): Move old handling of GDL...
6551 (ruby-font-lock-syntactic-keywords): .. to here.
6552 (ruby-calculate-indent): Adjust indentation for GDL.
6553
6554 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
6555
6556 * notifications.el (top): Remove unneeded declarations.
6557 (notifications-specification-version): Change to "1.2".
6558 (notifications-interface, notifications-notify-method)
6559 (notifications-close-notification-method): Fix docstring.
6560 (notifications-get-capabilities-method): New defconst.
6561 (notifications-notify): Add :action-items, :resident and
6562 :transient hints. Change "image_data" to "image-data" and
6563 "image_path" to "image-path".
6564 (notifications-get-capabilities): New defun.
6565
6566 2012-04-24 Leo Liu <sdl.web@gmail.com>
6567
6568 * progmodes/python.el: Move hideshow setup to the end.
6569
6570 2012-04-24 Martin Rudalics <rudalics@gmx.at>
6571
6572 * window.el (handle-select-window): Clear echo area since this is
6573 no more done by read_char (Bug#11304).
6574
6575 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6576
6577 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
6578 and `/ M' to filter-derived-mode.
6579 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
6580 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6581 (ibuffer-mark-by-mode): Use default rather than initial-input.
6582 (ibuffer-filter-by-derived-mode): Autoload and require-match.
6583
6584 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
6585
6586 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
6587 (ibuffer-filter-by-derived-mode): New filter.
6588 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
6589
6590 2012-04-23 Andreas Politz <politza@fh-trier.de>
6591
6592 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
6593
6594 2012-04-23 Chong Yidong <cyd@gnu.org>
6595
6596 * cus-edit.el (customize-apropos, customize-apropos-options):
6597 Disable matching of non-option variables (Bug#11176).
6598 (customize-option, customize-option-other-window)
6599 (customize-changed-options): Doc fix.
6600 (customize-apropos-options, customize-apropos-faces)
6601 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
6602
6603 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
6604 Fix word list splitting (Bug#11132).
6605 (apropos-symbol, apropos-keybinding, apropos-label)
6606 (apropos-property, apropos-function-button)
6607 (apropos-variable-button, apropos-misc-button): New faces.
6608 (apropos-symbol-face, apropos-keybinding-face)
6609 (apropos-label-face, apropos-property-face, apropos-match-face):
6610 Variables removed (Bug#8396).
6611 (apropos-library-button, apropos-format-plist, apropos-print)
6612 (apropos-print-doc, apropos-describe-plist): Callers changed.
6613
6614 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
6615
6616 * net/xesam.el (xesam-mode-map): Use let-bound map in
6617 initialization. (Bug#11292)
6618
6619 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6620
6621 Preserve ispell session localwords when switching back to
6622 original buffer.
6623
6624 * textmodes/ispell.el (ispell-buffer-session-localwords):
6625 New buffer-local variable to hold buffer session localwords.
6626 (ispell-kill-ispell): Add option 'clear to delete session
6627 localwords.
6628 (ispell-command-loop, ispell-change-dictionary)
6629 (ispell-buffer-local-words): Preserve session localwords when
6630 needed.
6631
6632 * textmodes/flyspell.el (flyspell-process-localwords)
6633 (flyspell-do-correct): Preserve session localwords when needed.
6634
6635 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6636
6637 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
6638 using obsolete `translation-table-for-input'.
6639 (ispell-word, ispell-process-line, ispell-complete-word):
6640 Use plain `insert' instead of removed `ispell-insert-word'.
6641
6642 2012-04-22 Chong Yidong <cyd@gnu.org>
6643
6644 * cus-edit.el (custom-variable-menu)
6645 (custom-variable-reset-saved, custom-face-menu)
6646 (custom-face-reset-saved): If there is no saved value, make the
6647 "reset-saved" operation bring back the default (Bug#9509).
6648 (custom-face-state): Properly detect themed faces.
6649
6650 * faces.el (face-spec-set): Stop supporting deprecated form of
6651 third arg.
6652
6653 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
6654
6655 Move functions from C to Lisp. Make non-blocking method calls
6656 the default. Implement further D-Bus standard interfaces.
6657
6658 * net/dbus.el (dbus-message-internal): Declare function.
6659 Remove unneeded function declarations.
6660 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
6661 (dbus-message-type-method-return, dbus-message-type-error)
6662 (dbus-message-type-signal): Declare variables. Remove local
6663 definitions.
6664 (dbus-interface-dbus, dbus-interface-peer)
6665 (dbus-interface-introspectable, dbus-interface-properties)
6666 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
6667 Adapt docstring.
6668 (dbus-interface-objectmanager): New defconst.
6669 (dbus-call-method, dbus-call-method-asynchronously)
6670 (dbus-send-signal, dbus-method-return-internal)
6671 (dbus-method-error-internal, dbus-register-service)
6672 (dbus-register-signal, dbus-register-method): New defuns, moved
6673 from dbusbind.c
6674 (dbus-call-method-handler, dbus-setenv)
6675 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
6676 New defuns.
6677 (dbus-call-method-non-blocking): Make it an obsolete function.
6678 (dbus-unregister-object, dbus-unregister-service)
6679 (dbus-handle-event, dbus-register-property)
6680 (dbus-property-handler): Obey the new structure of
6681 `bus-registered-objects'.
6682 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
6683 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6684 Use `dbus-call-method'.
6685
6686 2012-04-22 Chong Yidong <cyd@gnu.org>
6687
6688 * cus-edit.el (custom-commands, custom-reset-menu)
6689 (Custom-reset-standard): Tweak labels.
6690 (custom-reset-button-menu): Change default to t.
6691 (custom-buffer-create-internal): For the custom-reset-button-menu
6692 case, put the revert button first.
6693 (custom-group-subtitle): New face.
6694 (custom-group-value-create): Align docstring to a specific column.
6695
6696 * wid-edit.el (widget-documentation-link-add): Don't handle
6697 indentation in this function.
6698 (widget-documentation-string-indent-to): New function.
6699 (widget-documentation-string-value-create): Use it.
6700
6701 * autorevert.el (auto-revert):
6702 * epg-config.el (epg):
6703 * ibuffer.el (ibuffer):
6704 * mpc.el (mpc):
6705 * ses.el (ses):
6706 * eshell/eshell.el (eshell):
6707 * net/ange-ftp.el (ange-ftp):
6708 * progmodes/ebnf2ps.el (postscript):
6709 * progmodes/flymake.el (flymake):
6710 * progmodes/prolog.el (prolog):
6711 * progmodes/verilog-mode.el (verilog-mode):
6712 * progmodes/which-func.el (which-func):
6713 * term/xterm.el (xterm):
6714 * textmodes/picture.el (picture):
6715 * textmodes/tildify.el (tildify):
6716 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
6717 customization buffers.
6718
6719 2012-04-22 Alan Mackenzie <acm@muc.de>
6720
6721 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
6722 Adding a ) can hide the resulting (..) from searches. Fix it.
6723 Bound the backward search to the position of the existing (.
6724
6725 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
6726
6727 * progmodes/verilog-mode.el (verilog-mode): Check whether
6728 which-func-modes is t before adding verilog-mode.
6729 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
6730
6731 2012-04-21 Leo Liu <sdl.web@gmail.com>
6732
6733 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
6734
6735 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
6736
6737 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
6738 filling of the last column of a table (Bug#5635).
6739 (woman-find-next-control-line): New arg, specifying an additional
6740 regexp component for the control line.
6741 (woman2-roff-buffer): Use it.
6742 (woman-break-table): New function.
6743 (woman2-TS): Use it.
6744
6745 2012-04-21 Chong Yidong <cyd@gnu.org>
6746
6747 * woman.el (woman-set-buffer-display-table, woman-decode-region)
6748 (woman-horizontal-escapes, woman-negative-vertical-space)
6749 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
6750 (WoMan-warn-ignored): Use ?\s instead of ?\ .
6751
6752 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6753
6754 * minibuffer.el (completion-file-name-table): Complete user names.
6755
6756 2012-04-20 Leo Liu <sdl.web@gmail.com>
6757
6758 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
6759 and pcase-let*.
6760
6761 2012-04-20 Chong Yidong <cyd@gnu.org>
6762
6763 * server.el (server-execute): Respect initial-buffer-choice if it
6764 is a string and there are no files to open (Bug#2825).
6765 (server-create-window-system-frame, server-create-tty-frame):
6766 Don't switch buffers here.
6767 (server-process-filter): Only try to open a window system frame if
6768 compiled with graphical support (Bug#8314).
6769
6770 2012-04-20 Dan Nicolaescu <dann@gnu.org>
6771
6772 * battery.el (battery-echo-area-format): Display remaining time
6773 for sysfs backend too (Bug#11269).
6774 (battery-linux-sysfs): Fix conditional for the charge.
6775
6776 2012-04-20 Chong Yidong <cyd@gnu.org>
6777
6778 * progmodes/gdb-mi.el (gdb): Revert previous change.
6779 (gdb-inferior-io--init-proc): New function.
6780 (gdb-init-1): Use it.
6781 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
6782 responsible for allocating a new pty and hooking it to gdb when
6783 the old pty gets an EIO due to process exit.
6784 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
6785 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
6786 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
6787
6788 2012-04-20 Eli Zaretskii <eliz@gnu.org>
6789
6790 * window.el (window-min-size, window-sizable, window-min-delta)
6791 (window-max-delta, window--resizable, window-resizable)
6792 (window-total-size, window-full-height-p, window-full-width-p)
6793 (window-in-direction, window--resize-mini-window, window-resize)
6794 (window--resize-child-windows-normal)
6795 (window--resize-child-windows, window--resize-siblings)
6796 (window--resize-this-window, adjust-window-trailing-edge)
6797 (enlarge-window, shrink-window): Doc fixes.
6798
6799 2012-04-20 Chong Yidong <cyd@gnu.org>
6800
6801 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
6802 New function to call delete-process on the gdb-inferior buffer's pty.
6803 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
6804 pty process (Bug#11273).
6805 (gdb-update): New arg to suppress talking to the gdb process.
6806 (gdb-done-or-error): Use it.
6807 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
6808 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
6809 sentinel not being called.
6810
6811 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
6812
6813 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
6814
6815 2012-04-20 Glenn Morris <rgm@gnu.org>
6816
6817 * net/network-stream.el (open-network-stream): Doc fix.
6818
6819 2012-04-20 Chong Yidong <cyd@gnu.org>
6820
6821 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
6822
6823 2012-04-20 Alan Mackenzie <acm@muc.de>
6824
6825 Ensure searching for keywords is case sensitive.
6826
6827 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
6828 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
6829 (c-defun-name, c-mark-function, c-cpp-define-name)
6830 (c-comment-indent, c-scan-conditionals, c-indent-defun)
6831 (c-context-line-break): Bind case-fold-search to nil.
6832
6833 * progmodes/cc-mode.el (c-font-lock-fontify-region):
6834 Bind case-fold-search to nil.
6835
6836 2012-04-20 Chong Yidong <cyd@gnu.org>
6837
6838 * mail/sendmail.el (mail-bury): Call return action with the right
6839 Rmail buffer (Bug#11242).
6840
6841 * server.el (server-process-filter): Handle corner case where both
6842 tty and nowait options are present (Bug#11102).
6843
6844 2012-04-20 Eli Zaretskii <eliz@gnu.org>
6845
6846 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6847 (top level): Put into the executable the ident-style '$Id:' tag on
6848 windows-nt as well.
6849
6850 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6851
6852 * electric.el (electric-indent-post-self-insert-function): Check that
6853 electric-indent-mode is enabled in current buffer.
6854
6855 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
6856
6857 * imenu.el (imenu-progress-message): Restore; it is "used" in
6858 erc/erc-imenu.el and net/snmp-mode.el.
6859
6860 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
6861
6862 * avoid.el (mouse-avoidance-mode): Mark unused arg.
6863 (mouse-avoidance-nudge-mouse): Remove unused binding.
6864
6865 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
6866
6867 * descr-text.el (describe-char):
6868 * progmodes/python.el (python-describe-symbol):
6869 Don't call `toggle-read-only', set `buffer-read-only'.
6870
6871 * imenu.el (imenu-default-goto-function): Mark unused args.
6872 (imenu-progress-message): Remove obsolete macro; all callers changed.
6873
6874 * subr.el (keymap-canonicalize): Remove unused binding.
6875 (read-passwd): Mark unused arg.
6876
6877 * tutorial.el (tutorial--display-changes): Remove unused binding.
6878 (tutorial--save-tutorial-to): Remove unused variable.
6879
6880 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
6881 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
6882 (package-generate-autoloads, package-menu--generate)
6883 (package-menu--find-upgrades): Remove unused bindings.
6884
6885 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
6886 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
6887 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
6888 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
6889 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
6890 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
6891 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
6892 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
6893 (cua-delete-char-rectangle): Mark unused args.
6894 (cua-align-rectangle): Remove unused binding.
6895
6896 * mail/rmail.el (compilation--message->loc)
6897 (epa--find-coding-system-for-mime-charset): Declare.
6898
6899 * net/dbus.el (dbus-register-service): Declare.
6900 (dbus-name-owner-changed-handler): Remove unused binding.
6901
6902 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
6903 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
6904 (nxml-scan-backward-within): Mark unused arg.
6905 (nxml-dynamic-markup-word): Remove unused binding.
6906
6907 * mouse.el (mouse-menu-major-mode-map):
6908 * emacs-lisp/authors.el (authors-scan-change-log)
6909 (authors-add-to-author-list):
6910 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
6911 * emacs-lisp/smie.el (smie-auto-fill):
6912 * mail/sendmail.el (mail-bury):
6913 * mail/unrmail.el (unrmail):
6914 * net/tls.el (open-tls-stream):
6915 * textmodes/picture.el (picture-mouse-set-point):
6916 Remove unused bindings.
6917
6918 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
6919
6920 * net/tramp.el (tramp-action-password): Let-bind
6921 `enable-recursive-minibuffers' to t.
6922
6923 2012-04-18 Sam Steingold <sds@gnu.org>
6924
6925 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
6926 instead of 'string to accommodate values like [f11].
6927 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
6928 * progmodes/gdb-mi.el: Likewise.
6929
6930 2012-04-18 Leo Liu <sdl.web@gmail.com>
6931
6932 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
6933 current buffer.
6934 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
6935 LOCAL is nil.
6936
6937 2012-04-18 Chong Yidong <cyd@gnu.org>
6938
6939 * simple.el (line-move): Use forward-line if in batch mode
6940 (Bug#11053).
6941
6942 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
6943
6944 * files.el (after-find-file): Do not try to add a final newline if
6945 the buffer is read-only (Bug#11156).
6946
6947 2012-04-17 Richard Stallman <rms@gnu.org>
6948
6949 * mail/rmail.el (rmail-start-mail):
6950 Pass (rmail-mail-return...) for the return-action.
6951 Pass (rmail-yank-current-message...) for the yank-action.
6952 (rmail-yank-current-message): New function.
6953 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
6954 (rmail-reply): Likewise.
6955 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
6956
6957 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
6958 buffer, not the last. Reject temp buffers. Use the rmail-mode
6959 buffer, not newbuf.
6960
6961 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
6962
6963 * server.el (server-ensure-safe-dir): Simplify.
6964
6965 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
6966
6967 * emacs-lisp/smie.el: Provide smarter auto-filling.
6968 (smie-auto-fill): New function.
6969 (smie-setup): Use it.
6970
6971 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
6972
6973 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
6974
6975 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
6976 (comment-indent): Use it.
6977
6978 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
6979
6980 * ses.el: The overall change is to add cell renaming, that is
6981 setting fancy names for cell symbols other than name matching
6982 "\\`[A-Z]+[0-9]+\\'" regexp .
6983 (ses-localvars): Add ses--renamed-cell-symb-list.
6984 (ses-create-cell-variable): New defun.
6985 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
6986 (ses-relocate-formula): Relocate formulas only for cells the
6987 symbols of which are not renamed, i.e. symbols whose names do not
6988 match regexp "\\`[A-Z]+[0-9]+\\'".
6989 (ses-relocate-all): Relocate values only for cells the symbols of
6990 which are not renamed.
6991 (ses-load): Create cells variables as the (ses-cell ...) are read,
6992 in order to check row col consistency with cell symbol name only
6993 for cells that are not renamed.
6994 (ses-replace-name-in-formula): New defun.
6995 (ses-rename-cell): New defun.
6996
6997 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
6998
6999 * progmodes/perl-mode.el (perl-indent-parens-as-block):
7000 New option (bug#11118).
7001 (perl-calculate-indent): Respect it.
7002
7003 2012-04-17 Glenn Morris <rgm@gnu.org>
7004
7005 * dired-aux.el (dired-mark-read-string): Doc fix.
7006
7007 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
7008
7009 * dired-aux.el (dired-mark-read-string): Offer optional completion.
7010 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
7011
7012 2012-04-17 Glenn Morris <rgm@gnu.org>
7013
7014 * mouse.el (mouse-drag-track):
7015 * speedbar.el (speedbar-frame-mode):
7016 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
7017
7018 2012-04-16 Leo Liu <sdl.web@gmail.com>
7019
7020 * progmodes/python.el: Trivial cleanup.
7021
7022 2012-04-16 Glenn Morris <rgm@gnu.org>
7023
7024 * vc/vc.el (vc-string-prefix-p):
7025 * vc/pcvs-util.el (cvs-string-prefix-p):
7026 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
7027 * mpc.el (mpc-string-prefix-p):
7028 Make all of these into obsolete aliases for string-prefix-p.
7029 Update callers.
7030 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
7031
7032 * textmodes/two-column.el: Move custom options to the start.
7033 (frame-width): Remove compat definition.
7034 (2C-associate-buffer, 2C-dissociate):
7035 Use with-current-buffer rather than save-excursion.
7036 (2C-dissociate): Force a mode-line update.
7037 (2C-autoscroll): Use ignore-errors.
7038
7039 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
7040 Autoload trivia.
7041
7042 * emacs-lisp/cl-extra.el (*random-state*):
7043 Remove unnecessary declaration.
7044
7045 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
7046
7047 * play/cookie1.el (cookie-snarf):
7048 Give an explicit error if input file cannot be read.
7049
7050 * play/yow.el (yow-file): Use expand-file-name rather than concat.
7051
7052 * progmodes/perl-mode.el (c-macro-expand):
7053 Remove unnecessary autoload (it is in loaddefs.el).
7054
7055 * textmodes/picture.el (picture-desired-column)
7056 (picture-update-desired-column): Convert comments to doc-strings.
7057 (picture-substitute): Remove function.
7058 (picture-mode-map): Initialize in the defvar.
7059
7060 * woman.el: Remove eval-after-load for tar-mode.
7061 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
7062 (woman-tar-extract-file): Autoload it.
7063
7064 * frame.el (automatic-hscrolling): Make this alias obsolete.
7065
7066 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7067
7068 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
7069 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
7070 (ispell-dictionary-base-alist): Revert to original XEmacs
7071 friendly version for default. [:alpha:] will be added in
7072 `ispell-set-spellchecker-params' if needed.
7073
7074 2012-04-16 Chong Yidong <cyd@gnu.org>
7075
7076 * image.el (imagemagick--file-regexp): New variable.
7077 (imagemagick-register-types): Use it.
7078 (imagemagick-types-inhibit): Add :set function. Allow new value
7079 of t to inhibit all types.
7080
7081 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
7082 so we can preload it.
7083
7084 * loadup.el (fboundp): Preload regexp-opt, needed by
7085 imagemagick-register-types.
7086
7087 2012-04-15 Chong Yidong <cyd@gnu.org>
7088
7089 * frame.el (scrolling): Remove nearly unused customization group.
7090
7091 * scroll-all.el (scroll-all-mode): Move to windows group.
7092
7093 2012-04-15 Chong Yidong <cyd@gnu.org>
7094
7095 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
7096
7097 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7098
7099 Avoid the use of ((lambda ...) ...) in lexical-binding code.
7100 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
7101
7102 2012-04-15 Glenn Morris <rgm@gnu.org>
7103
7104 * simple.el (process-file-side-effects): Doc fix.
7105
7106 2012-04-15 Glenn Morris <rgm@gnu.org>
7107
7108 * international/mule-cmds.el (set-language-environment): Doc fix.
7109
7110 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
7111
7112 * server.el (server-auth-key, server-generate-key): Doc fixes.
7113 (server-get-auth-key): Doc fix. Use `string-match-p'.
7114 (server-start): Reflow docstring.
7115
7116 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
7117
7118 * server.el (server-generate-key): `called-interactively-p'
7119 requires a parameter.
7120
7121 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
7122
7123 * server.el (server-auth-key): New variable.
7124 (server-generate-key, server-get-auth-key): New function.
7125 (server-start): Use the new variable and functions to allow
7126 setting a permanent server key (bug#9423).
7127
7128 2012-04-14 Leo Liu <sdl.web@gmail.com>
7129
7130 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
7131
7132 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
7133
7134 Spelling fixes.
7135 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
7136 Emacs uses American spelling.
7137
7138 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
7139
7140 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
7141 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
7142 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
7143 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
7144
7145 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7146
7147 * progmodes/which-func.el (which-func-modes): Change default.
7148
7149 2012-04-14 Kim F. Storm <storm@cua.dk>
7150
7151 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
7152 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
7153
7154 2012-04-14 Chong Yidong <cyd@gnu.org>
7155
7156 * custom.el (custom-theme-set-variables): Doc fix.
7157
7158 2012-04-14 Glenn Morris <rgm@gnu.org>
7159
7160 * international/mule.el (set-auto-coding-for-load): Doc fix.
7161
7162 2012-04-14 Alan Mackenzie <acm@muc.de>
7163
7164 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
7165 imenu work again for Objective C Mode. Correct the *-index values,
7166 these having been disturbed by a previous change in 2011-08.
7167
7168 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
7169 Correct two search limits.
7170
7171 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7172
7173 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
7174
7175 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
7176
7177 * international/characters.el: Fix sorting.
7178
7179 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7180
7181 * international/characters.el: Add more missing Latin case pairs.
7182
7183 2012-04-14 Glenn Morris <rgm@gnu.org>
7184
7185 * files.el (dir-locals-set-class-variables): Doc fix.
7186
7187 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7188
7189 * international/characters.el: Add set-case-syntax-pair call for
7190 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
7191 counterpart. (Bug#11209)
7192
7193 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
7194
7195 2012-04-14 Glenn Morris <rgm@gnu.org>
7196
7197 * calendar/holidays.el (calendar-check-holidays): Doc fix.
7198
7199 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7200
7201 * textmodes/ispell.el (ispell-dictionary-base-alist):
7202 Add data for Hebrew.
7203
7204 2012-04-14 Chong Yidong <cyd@gnu.org>
7205
7206 * net/rcirc.el (rcirc-cmd-quit):
7207 Revert 2012-03-18 change (Bug#11192).
7208
7209 2012-04-14 Glenn Morris <rgm@gnu.org>
7210
7211 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
7212
7213 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7214
7215 * minibuffer.el (completion-in-region-mode-map):
7216 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
7217
7218 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
7219
7220 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
7221
7222 2012-04-13 Masatake YAMATO <yamato@redhat.com>
7223
7224 * minibuffer.el (minibuffer-local-filename-syntax): New variable
7225 to allow `C-M-f' and `C-M-b' to move to the nearest path
7226 separator (bug#9511).
7227
7228 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
7229
7230 * avoid.el: Require cl when compiling. And also move the
7231 `provide' to the end.
7232
7233 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7234
7235 * avoid.el (mouse-avoidance-banish-position): New variable.
7236 (mouse-avoidance-banish-destination): Use it (bug#10165).
7237
7238 2012-04-13 Leo Liu <sdl.web@gmail.com>
7239
7240 * progmodes/which-func.el (which-func-modes): Add objc-mode.
7241
7242 2012-04-13 Ken Brown <kbrown@cornell.edu>
7243
7244 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
7245 this is no longer needed now that cygstart understands file:// URLs.
7246 (browse-url-filename-alist): For the same reason, don't modify
7247 file:// URLs on Cygwin.
7248
7249 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7250
7251 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
7252 the region on shift if the binding is already shifted (bug#11221).
7253
7254 2012-04-12 Glenn Morris <rgm@gnu.org>
7255
7256 * mail/mailpost.el: Move to obsolete/.
7257
7258 2012-04-12 Drew Adams <drew.adams@oracle.com>
7259
7260 * imenu.el (imenu--generic-function): Ignore invisible definitions
7261 (bug#10123).
7262
7263 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
7264
7265 * hexl.el (hexl-bits): New variable.
7266 (hexl-options): Mention the variable in the doc string.
7267 (hexl-rulerise, hexl-line-displen): New functions.
7268 (hexl-mode): Mention the new variable.
7269 (hexl-mode, hexl-current-address, hexl-current-address):
7270 Use the displen.
7271 (hexl-ascii-start-column): New function.
7272 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
7273 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
7274
7275 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7276
7277 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
7278 '("-i" ENCODING), in 2 separate command-line arguments, to specify
7279 the encoding, as expected by hunspell.
7280
7281 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7282
7283 * battery.el (battery--linux-sysfs-regexp): New const.
7284 (battery-status-function): Use it. Remove yeeloong special case.
7285 (battery-yeeloong-sysfs): Remove.
7286 (battery-echo-area-format): Remove yeeloong special case.
7287
7288 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7289
7290 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
7291 Reported by Noah Friedman.
7292
7293 * subr.el (read-passwd): Use read-string.
7294
7295 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7296
7297 * vcursor.el (vcursor-move): Increase the priority of the overlay
7298 (bug#9663).
7299
7300 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7301
7302 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
7303 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
7304
7305 2012-04-11 William Stevenson <yhvh2000@gmail.com>
7306
7307 * textmodes/artist.el (artist-mode): Convert artist-mode to use
7308 define-minor-mode (bug#10760).
7309
7310 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7311
7312 * progmodes/grep.el (rgrep): Tweak the find command line so
7313 that directories matching `grep-find-ignored-files' won't be
7314 pruned (bug#10351).
7315
7316 2012-04-11 Chong Yidong <cyd@gnu.org>
7317
7318 * startup.el (command-line): Remove support for long-obsolete
7319 variable font-lock-face-attributes.
7320
7321 2012-04-11 Glenn Morris <rgm@gnu.org>
7322
7323 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
7324
7325 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7326
7327 * window.el (window--state-get-1): Obey window-point-insertion-type.
7328
7329 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
7330
7331 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
7332 to previous function when point is on the first character of a
7333 function. Take care of that in `narrow-to-defun' (bug#6157).
7334
7335 2012-04-11 Glenn Morris <rgm@gnu.org>
7336
7337 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
7338 not just file-errors.
7339
7340 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
7341 (vc-bzr-sha1): Use internal sha1.
7342
7343 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7344
7345 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
7346
7347 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
7348
7349 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
7350 that start in the middle of the line (bug#10496).
7351
7352 2012-04-10 Dan Nicolaescu <dann@gnu.org>
7353
7354 * battery.el (battery-linux-proc-acpi): Only one battery is
7355 discharged at a time, but that seems to confuse battery.el when
7356 computing `rate-type' for the battery not being discharged
7357 (bug#10332).
7358
7359 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7360
7361 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
7362
7363 * international/quail.el: Use dolist and simplify.
7364 (quail-define-package, quail-update-keyboard-layout)
7365 (quail-define-rules): Use dolist.
7366 (quail-insert-kbd-layout, quail-get-translation): CSE.
7367
7368 * tmm.el: Use dolist, remove left over hook.
7369 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
7370 Use dolist.
7371 (calendar-load-hook): Don't mess with it.
7372
7373 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
7374 Use derived-mode-p. Run the diff asynchronously.
7375
7376 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7377
7378 * obsolete/mouse-sel.el: Add an Obsolete-since header.
7379
7380 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
7381
7382 * misc.el: Display absolute path of loaded DLLs (bug#10424).
7383 (list-dynamic-libraries--loaded): New function.
7384 (list-dynamic-libraries--refresh): Use it.
7385
7386 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
7387
7388 * progmodes/python.el (python-fill-paragraph):
7389 Make python-fill-region in a multiline string work when font-lock is
7390 disabled (bug#7018).
7391
7392 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
7393
7394 * language/european.el (cp775): Add oem/legacy (en)coding on
7395 DOS/MS Windows for the Baltic languages. There are still plenty
7396 of texts written in this encoding/codepage (bug#6519).
7397
7398 2012-04-10 Glenn Morris <rgm@gnu.org>
7399
7400 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
7401 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
7402
7403 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
7404
7405 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
7406 next-line "n" and previous-line "p" in order to make recentf more
7407 consistent with ibuffer, dired or org-mode (bug#9387).
7408
7409 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7410
7411 * image.el (put-image): Return the overlay created instead of the
7412 optional input string (bug#7834). Note that this may break code
7413 that is (for some reason or other) depending on `put-image'
7414 returning the string.
7415
7416 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
7417
7418 * simple.el (zap-to-char): Allow zapping using input methods
7419 (bug#1580).
7420
7421 * textmodes/fill.el (fill-region): Leave point and mark where they
7422 were before filling (bug#5399).
7423
7424 2012-04-09 Glenn Morris <rgm@gnu.org>
7425
7426 * version.el (emacs-bzr-get-version):
7427 Handle lightweight checkouts of local branches.
7428
7429 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
7430
7431 * international/characters.el: Recover lost case pairs. (Bug#11209)
7432
7433 2012-04-09 Chong Yidong <cyd@gnu.org>
7434
7435 * custom.el (custom-variable-p): Return nil for non-symbol
7436 arguments instead of signaling an error.
7437 (user-variable-p): Obsolete alias for custom-variable-p.
7438
7439 * apropos.el (apropos-variable):
7440 * files-x.el (read-file-local-variable):
7441 * simple.el (set-variable):
7442 * woman.el (woman-mini-help):
7443 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
7444
7445 2012-04-09 Glenn Morris <rgm@gnu.org>
7446
7447 * startup.el (normal-top-level): Don't look for leim-list.el
7448 in places where it will not be found. (Bug#910)
7449
7450 * international/mule-cmds.el (set-default-coding-systems):
7451 * files.el (normal-mode):
7452 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
7453 This function was removed with ucs-tables.el in 2008.
7454
7455 2012-04-08 Eli Zaretskii <eliz@gnu.org>
7456
7457 * textmodes/ispell.el (ispell-check-version): For hunspell, set
7458 ispell-encoding8-command to "-i", without a trailing space.
7459 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
7460 separate command-line arguments, to specify the encoding, since
7461 that's how hunspell expects it.
7462
7463 2012-04-08 Glenn Morris <rgm@gnu.org>
7464
7465 * loadup.el: Load bindings before cus-start.
7466 This reduces somewhat the number of "rogue" settings in emacs -Q.
7467
7468 2012-04-07 Glenn Morris <rgm@gnu.org>
7469
7470 * version.el (emacs-bzr-get-version): New function.
7471 (emacs-bzr-version): New variable.
7472 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
7473 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
7474
7475 2012-04-07 Eli Zaretskii <eliz@gnu.org>
7476
7477 * international/uni-bidi.el, international/uni-category.el:
7478 * international/uni-combining.el, international/uni-decimal.el:
7479 * international/uni-decomposition.el, international/uni-digit.el:
7480 * international/uni-lowercase.el, international/uni-mirrored.el:
7481 * international/uni-name.el, international/uni-numeric.el:
7482 * international/uni-titlecase.el, international/uni-uppercase.el:
7483 Update for Unicode 6.1.
7484
7485 2012-04-07 Eli Zaretskii <eliz@gnu.org>
7486
7487 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
7488
7489 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7490
7491 * window.el (shrink-window): Mention the `window-min-height'
7492 variable in the doc string.
7493
7494 2012-04-05 Bastien Guerry <bzg@altern.org>
7495
7496 * color.el (color-lighten-name): Fix typo.
7497
7498 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7499
7500 * server.el (server--on-display-p): New function.
7501 (server--on-display-p): Use it.
7502
7503 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
7504
7505 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
7506 (bug#11145).
7507
7508 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7509
7510 * comint.el (comint--common-quoted-suffix): Check string boundary
7511 before comparing (bug#11158).
7512 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
7513
7514 2012-04-04 Chong Yidong <cyd@gnu.org>
7515
7516 * minibuffer.el (completion-extra-properties): Doc fix.
7517
7518 * subr.el (delayed-warnings-hook): Doc fix.
7519
7520 2012-04-04 Daiki Ueno <ueno@unixuser.org>
7521
7522 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
7523 selection (Bug#11159).
7524 (epa-insert-keys): Inform that the default public key will be
7525 exported if no key is selected.
7526
7527 2012-04-04 Richard Stallman <rms@gnu.org>
7528
7529 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
7530
7531 2012-04-03 Chong Yidong <cyd@gnu.org>
7532
7533 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
7534 mail-insert-file, not its obsolete alias mail-attach-file.
7535
7536 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
7537
7538 * notifications.el (notifications-notify): Fix docstring.
7539
7540 2012-04-02 Glenn Morris <rgm@gnu.org>
7541
7542 * emacs-lisp/authors.el (authors-aliases): Another addition.
7543
7544 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
7545
7546 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
7547 `tramp-compat-call-process' instead of `tramp-local-call-process'.
7548 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
7549
7550 2012-04-01 Chong Yidong <cyd@gnu.org>
7551
7552 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
7553 Handle root directory properly.
7554 (copy-directory): Caller changed.
7555
7556 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7557 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
7558
7559 2012-03-31 Glenn Morris <rgm@gnu.org>
7560
7561 * term/xterm.el (xterm-extra-capabilities): Doc fix.
7562
7563 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
7564
7565 * calendar/calendar.el (calendar-window-list)
7566 (calendar-hide-window): Restore. (Bug#11140)
7567 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
7568
7569 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
7570
7571 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7572
7573 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7574 Check if file is a symlink (Bug#10489).
7575
7576 * files.el (copy-directory): Likewise.
7577
7578 2012-03-30 Chong Yidong <cyd@gnu.org>
7579
7580 * image.el (imagemagick-types-inhibit)
7581 (imagemagick-register-types): Doc fix.
7582
7583 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7584
7585 * textmodes/ispell.el (ispell-get-extended-character-mode):
7586 Disable extended-char-mode for hunspell. hunspell does not support it
7587 and treats ~word as ordinary words in pipe mode.
7588
7589 2012-03-30 Glenn Morris <rgm@gnu.org>
7590
7591 * tutorial.el (help-with-tutorial): Ensure local variables don't
7592 happen to make the buffer read-only. (Bug#11127)
7593
7594 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7595
7596 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
7597 (perl-calculate-indent): Return `noindent' in strings.
7598
7599 2012-03-28 Sam Steingold <sds@gnu.org>
7600
7601 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
7602 instead of the broken adhockery which does not prevent calendar
7603 buffers from being displayed at random after exit.
7604 (calendar-window-list, calendar-hide-window): Remove the broken
7605 adhockery.
7606
7607 2012-03-28 Glenn Morris <rgm@gnu.org>
7608
7609 * replace.el (query-replace-map): Doc fix.
7610
7611 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
7612
7613 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
7614 contents. (Bug#11109)
7615
7616 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7617
7618 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
7619 (bug#11077).
7620 (avl-tree--check, avl-tree--check-node): New funs.
7621
7622 2012-03-27 Martin Rudalics <rudalics@gmx.at>
7623
7624 * window.el (switch-to-visible-buffer): New option.
7625 (switch-to-prev-buffer, switch-to-next-buffer):
7626 Observe switch-to-visible-buffer. Make sure that checking for a window
7627 showing a buffer already is done on the same frame.
7628
7629 2012-03-27 Glenn Morris <rgm@gnu.org>
7630
7631 * startup.el (mail-host-address): Doc fix.
7632
7633 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
7636 than 197 variables.
7637
7638 2012-03-26 Ami Fischman <ami@fischman.org>
7639
7640 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
7641
7642 2012-03-26 Glenn Morris <rgm@gnu.org>
7643
7644 * files.el (save-buffers-kill-emacs): Doc fix.
7645
7646 * startup.el (normal-top-level, command-line, command-line-1):
7647 Give them doc strings.
7648
7649 2012-03-25 Eli Zaretskii <eliz@gnu.org>
7650
7651 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
7652 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
7653
7654 2012-03-25 Chong Yidong <cyd@gnu.org>
7655
7656 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
7657 theme if it was previously enabled before (Bug#11031).
7658
7659 * cus-theme.el (custom-theme-write-faces): Retrieve current face
7660 spec with custom-face-get-current-spec if its :shown-value is not
7661 determined yet (Bug#9337).
7662 (customize-create-theme, custom-theme-revert): Doc fixes.
7663
7664 * button.el (button-at): Minor addition to docstring.
7665
7666 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
7667
7668 * vc/vc.el (vc-merge): Fix a prompt.
7669
7670 2012-03-24 Chong Yidong <cyd@gnu.org>
7671
7672 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
7673 point (Bug#9623).
7674
7675 * button.el (button-at): Minor addition to docstring.
7676
7677 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7678
7679 * newcomment.el (comment-choose-indent): No space after BOL.
7680
7681 2012-03-22 Sam Steingold <sds@gnu.org>
7682
7683 * window.el (switch-to-prev-buffer): Revert last patch because the
7684 bug turned out to be an advertised feature (Elisp manual 28.14).
7685
7686 2012-03-22 Glenn Morris <rgm@gnu.org>
7687
7688 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
7689 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
7690
7691 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7692
7693 * net/network-stream.el (network-stream-open-starttls): Make error
7694 message under Windows be less misleading.
7695
7696 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
7697
7698 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
7699 understands (bug#9942).
7700
7701 2012-03-22 Chong Yidong <cyd@gnu.org>
7702
7703 * simple.el (end-of-visible-line): Handle return value of
7704 next-single-property-change properly (Bug#9371).
7705
7706 2012-03-22 Kenichi Handa <handa@m17n.org>
7707
7708 * international/quail.el (quail-insert-kbd-layout): Fix previous
7709 change. To avoid unwanted bidi reordering, use
7710 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
7711
7712 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
7713
7714 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
7715 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
7716 (ruby-beginning-of-indent): Be more careful with the difference
7717 between word-boundary and symbol boundary.
7718 (ruby-mode-syntax-table): Make : a symbol constituent.
7719
7720 2012-03-21 Andreas Politz <politza@fh-trier.de>
7721
7722 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
7723
7724 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7725
7726 * progmodes/etags.el (tags-completion-at-point-function):
7727 Improve last fix.
7728
7729 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
7730
7731 2012-03-21 Sam Steingold <sds@gnu.org>
7732
7733 * progmodes/etags.el (tags-completion-at-point-function):
7734 Avoid the error when point is inside the pattern.
7735
7736 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
7737
7738 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
7739 line (Bug#10855).
7740
7741 2012-03-21 Drew Adams <drew.adams@oracle.com>
7742
7743 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
7744
7745 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
7746
7747 * ido.el (ido-set-current-directory, ido-read-internal)
7748 (ido-choose-completion-string, ido-completion-help): Handle nil
7749 value of ido-completion-buffer (Bug#11008).
7750
7751 2012-03-21 Sam Steingold <sds@gnu.org>
7752
7753 * window.el (switch-to-prev-buffer): Do not switch to a visible
7754 window previous buffer, just like with the frame previous buffers.
7755
7756 2012-03-21 Chong Yidong <cyd@gnu.org>
7757
7758 * faces.el (make-face, make-empty-face, copy-face):
7759 * face-remap.el (face-remap-add-relative, face-remap-set-base):
7760 Doc fixes.
7761
7762 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7763
7764 * wid-edit.el (widget-complete-field): Remove (bug#11051).
7765 (widget-complete): Remove broken use of it.
7766
7767 2012-03-20 Chong Yidong <cyd@gnu.org>
7768
7769 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7770 Use string-width and truncate-string-width to handle arbitrary
7771 characters.
7772
7773 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
7774
7775 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
7776 to draw rectangles, not squares. (Regression introduced by revno
7777 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
7778
7779 2012-03-18 Chong Yidong <cyd@gnu.org>
7780
7781 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
7782 it is not yet defined (for temacs).
7783
7784 2012-03-18 Leo Liu <sdl.web@gmail.com>
7785
7786 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
7787
7788 2012-03-17 Eli Zaretskii <eliz@gnu.org>
7789
7790 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
7791 (ispell-choices-win-default-height, ispell-silently-savep)
7792 (ispell-dictionary-alist, ispell-encoding8-command)
7793 (ispell-check-version, ispell-aspell-find-dictionary)
7794 (ispell-valid-dictionary-list, ispell-words-keyword)
7795 (ispell-get-word, ispell-internal-change-dictionary)
7796 (ispell-region, ispell-skip-region-list)
7797 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
7798 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
7799 (ispell-message-text-end, ispell-message)
7800 (ispell-buffer-local-parsing): Doc fix.
7801
7802 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
7803
7804 * htmlfontify.el: Add support for code block fontification for ODT
7805 export (Bug #9914).
7806 (hfy-optimisations): Define new option
7807 `body-text-only'
7808 (hfy-fontify-buffer): Honor above setting.
7809 (hfy-begin-span, hfy-end-span): New routines factored out form
7810 `hfy-fontify-buffer'.
7811 (hfy-begin-span-handler, hfy-end-span-handler): New variables
7812 that permit insertion of custom tags.
7813 (hfy-fontify-buffer): Use above handlers.
7814 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
7815 (hfy-face-to-css): Re-defined to be a variable.
7816 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
7817 over multiple runs. This is made possible by having the caller let
7818 bind a special variable `hfy-user-sheet-assoc'.
7819 (htmlfontify-string): New defun.
7820 (hfy-compile-face-map): Make sure that the last char in the
7821 buffer is correctly fontified.
7822 (hfy-face-resolve-face): Whitespace only change.
7823
7824 2012-03-17 Eli Zaretskii <eliz@gnu.org>
7825
7826 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
7827 message more clear.
7828
7829 2012-03-16 Leo Liu <sdl.web@gmail.com>
7830
7831 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
7832
7833 2012-03-16 Alan Mackenzie <acm@muc.de>
7834
7835 Further optimise the handling of large macros.
7836
7837 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
7838 limit to a call of `c-literal-limits'.
7839 (c-determine-+ve-limit): New function.
7840 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
7841 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
7842 In CASE 5B, restrict a search limit to 500.
7843 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
7844
7845 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
7846 Restrict macro bounds to +-500 from after-change's BEG END.
7847
7848 2012-03-16 Leo Liu <sdl.web@gmail.com>
7849
7850 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
7851
7852 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
7853
7854 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
7855 `special-mode' setting of `buffer-read-only'. (Bug#11010)
7856
7857 2012-03-16 Glenn Morris <rgm@gnu.org>
7858
7859 * view.el (view-buffer, view-buffer-other-window)
7860 (view-buffer-other-frame): Doc fixes re special mode-class.
7861
7862 * subr.el (eval-after-load): If named feature is provided not from
7863 a file, run after-load forms. (Bug#10946)
7864
7865 * calendar/calendar.el (calendar-insert-at-column):
7866 Handle non-unit-width characters a bit better. (Bug#10978)
7867
7868 2012-03-15 Chong Yidong <cyd@gnu.org>
7869
7870 * emacs-lisp/ring.el (ring-extend): New function.
7871 (ring-insert+extend): Extend the ring correctly (Bug#11019).
7872
7873 * comint.el (comint-read-input-ring)
7874 (comint-add-to-input-history): Grow comint-input-ring lazily.
7875
7876 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7877
7878 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
7879 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
7880
7881 * imenu.el: Fix multiple inheritance breakage (bug#9199).
7882 (imenu-add-to-menubar): Don't add a redundant index.
7883 (imenu-update-menubar): Handle a dynamically composed keymap.
7884
7885 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7886
7887 * mail/sendmail.el (mail-encode-header):
7888 Bind rfc2047-encode-encoded-words to nil.
7889
7890 2012-03-13 Glenn Morris <rgm@gnu.org>
7891
7892 * calendar/calendar.el (calendar-string-spread):
7893 Handle non-unit-width characters a bit better. (Bug#10978)
7894
7895 2012-03-13 Leo Liu <sdl.web@gmail.com>
7896
7897 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
7898 directory and file as argument (Bug#10822).
7899
7900 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
7901
7902 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
7903 For dynamically generated code, follow $PC.
7904 (gdb-disassembly-handler-custom): Handle no function name case.
7905
7906 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
7907
7908 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
7909 * emulation/ws-mode.el (ws-query-replace):
7910 * sort.el (sort-regexp-fields):
7911 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
7912
7913 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7914
7915 * dabbrev.el: Fix cycle completion order (bug#10963).
7916 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
7917 (dabbrev-completion): Don't use an obarray; provide
7918 a cycle-sort-function.
7919
7920 2012-03-12 Leo Liu <sdl.web@gmail.com>
7921
7922 * simple.el (kill-new): Use equal-including-properties for comparison.
7923 (kill-do-not-save-duplicates): Doc fix.
7924
7925 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7926
7927 * dabbrev.el: Fix cycle completion (bug#10963).
7928 Use lexical binding and wrap to 80 columns.
7929 (dabbrev-completion): Delay computing the list of completions.
7930
7931 2012-03-12 Kenichi Handa <handa@m17n.org>
7932
7933 * international/quail.el (quail-insert-kbd-layout): Surround each
7934 row by LRO and PDF instead of inserting many LRMs. Pad the left
7935 and right of each non-spacing marks. Insert invisible space
7936 between lower and upper characters to prevent composition.
7937
7938 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * minibuffer.el (minibuffer-complete): Don't get confused when the
7941 function is run twice via different commands (bug#10958).
7942 (complete-with-action): Fix docstring.
7943
7944 2012-03-12 Chong Yidong <cyd@gnu.org>
7945
7946 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
7947 (nxml-completion-at-point-function): New function.
7948 (nxml-mode): Use it.
7949 (nxml-bind-meta-tab-to-complete-flag): Default to t.
7950
7951 * emacs-lisp/package.el (package-unpack, package-unpack-single):
7952 Load generated autoloads file before byte compiling (Bug#10970).
7953 (package--make-autoloads-and-compile): New helper fun.
7954
7955 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
7956
7957 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
7958
7959 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
7960
7961 * autorevert.el (auto-revert-handler): Ensure, that
7962 file-readable-p is applied only for local files or in
7963 auto-revert-tail-mode.
7964
7965 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
7966
7967 * server.el (server-eval-at): Handle non-tcp connections.
7968 Decode result string.
7969
7970 * server.el (server-msg-size): New constant.
7971 (server-reply-print): New function.
7972 (server-eval-and-print): Use it.
7973 (server-eval-at): Use server-quote-arg and server-unquote-arg.
7974 Handle -print-nonl.
7975
7976 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
7977
7978 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
7979 (Bug#10987).
7980
7981 2012-03-11 Chong Yidong <cyd@gnu.org>
7982
7983 * simple.el (goto-line): Doc fix (Bug#9938).
7984
7985 * subr.el (save-window-excursion): Doc fix (Bug#9979).
7986
7987 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
7988 when finished (Bug#10963).
7989
7990 2012-03-11 Martin Rudalics <rudalics@gmx.at>
7991
7992 * window.el (split-window-below): Fix bug in case where
7993 split-window-keep-point is nil (Bug#10971).
7994
7995 2012-03-11 Juri Linkov <juri@jurta.org>
7996
7997 * replace.el (replace-highlight): Set isearch-word to nil
7998 unconditionally. (Bug#10887)
7999
8000 2012-03-10 Eli Zaretskii <eliz@gnu.org>
8001
8002 * net/mairix.el (mairix-replace-invalid-chars): Rename from
8003 mairix-replace-illegal-chars; all callers changed. Don't remove
8004 ^, ~, and = characters: they are meaningful in mairix search specs.
8005 (mairix-widget-create-query): Add usage information about mairix
8006 search forms: negating words, searching for substrings, etc.
8007
8008 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
8009
8010 * international/fontset.el (font-encoding-alist): Add an entry for
8011 ksx1001 (Bug#5667).
8012
8013 2012-03-10 Richard Stallman <rms@gnu.org>
8014
8015 * mail/sendmail.el (mail-encode-header):
8016 Set rfc2047-encode-encoded-words.
8017
8018 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
8019
8020 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
8021 view buffer means not swapped.
8022 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
8023 (rmail-write-region-annotate): Error if real text has disappeared.
8024
8025 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
8026
8027 2012-03-10 Chong Yidong <cyd@gnu.org>
8028
8029 * emulation/cua-rect.el (cua--init-rectangles):
8030 * emulation/cua-base.el (cua--init-keymaps):
8031 Add delete-forward-char to remappings (Bug#9666).
8032
8033 2012-03-10 Martin Rudalics <rudalics@gmx.at>
8034
8035 * speedbar.el (speedbar-unhighlight-one-tag-line):
8036 Avoid unhighlighting due to frame switching (Bug#10275).
8037
8038 2012-03-10 Chong Yidong <cyd@gnu.org>
8039
8040 * minibuffer.el (completion-in-region, completion-help-at-point):
8041 Give the completion field overlay a high priority (Bug#6830).
8042
8043 * dired.el (dired-goto-file): Recognize absolute file name
8044 listings (Bug#7126).
8045 (dired-goto-file-1): New helper function.
8046 (dired-toggle-read-only): Inhibit warnings.
8047
8048 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
8049
8050 * net/dbus.el (dbus-property-handler): Return empty array if
8051 there are no properties.
8052
8053 2012-03-09 Leo Liu <sdl.web@gmail.com>
8054
8055 * savehist.el (savehist-printable): Stricter check for string
8056 value (Bug#10937).
8057
8058 2012-03-09 Eli Zaretskii <eliz@gnu.org>
8059
8060 * mail/smtpmail.el (smtpmail-send-it):
8061 Bind coding-system-for-write to *-unix, so that FCC files are kept in
8062 valid mbox format.
8063
8064 2012-03-09 Glenn Morris <rgm@gnu.org>
8065
8066 * files.el (dir-locals-find-file):
8067 Don't check result is regular, readable.
8068 (dir-locals-read-from-file): Demote errors.
8069
8070 2012-03-08 Eli Zaretskii <eliz@gnu.org>
8071
8072 * international/quail.el (quail-insert-kbd-layout):
8073 Insert invisible LRM characters before each character in a keyboard
8074 layout cell, to prevent their reordering by bidi display engine.
8075 For details, see the discussion in
8076 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
8077
8078 2012-03-08 Alan Mackenzie <acm@muc.de>
8079
8080 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
8081 the starting position; make it extend the marked region when
8082 invoked repeatedly - all under appropriate circumstances.
8083 Fixes bugs #5525, #10906.
8084
8085 2012-03-08 Glenn Morris <rgm@gnu.org>
8086
8087 * files.el (locate-dominating-file, dir-locals-find-file):
8088 Undo 2012-03-06 change.
8089
8090 2012-03-07 Eli Zaretskii <eliz@gnu.org>
8091
8092 * international/quail.el (quail-help):
8093 Force bidi-paragraph-direction be left-to-right. See discussion in
8094 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
8095 for the reason.
8096
8097 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
8098
8099 Avoid superfluous registering of signals. (Bug#10807)
8100
8101 * notifications.el (notifications-on-action-object)
8102 (notifications-on-close-object): New defvars.
8103 (notifications-on-action-signal, notifications-on-closed-signal):
8104 Unregister the signal if not needed any longer.
8105 (notifications-notify): Register `notifications-action-signal' or
8106 `notifications-closed-signal', if :on-action or :on-close has been
8107 passed as argument.
8108
8109 2012-03-07 Chong Yidong <cyd@gnu.org>
8110
8111 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
8112 non-X platforms.
8113
8114 2012-03-06 Glenn Morris <rgm@gnu.org>
8115
8116 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8117 (x-disown-selection-internal, x-get-selection-internal):
8118 Doc fix (add arglist signatures). (Bug#10783)
8119
8120 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
8121
8122 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8123 Handle breakpoints with no "type".
8124
8125 2012-03-06 Glenn Morris <rgm@gnu.org>
8126
8127 * files.el (locate-dominating-file): Add optional predicate argument.
8128 (dir-locals-find-file): Make use of above change.
8129
8130 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
8131
8132 * info.el (Info-insert-dir): Also try "dir.gz".
8133
8134 2012-03-06 Glenn Morris <rgm@gnu.org>
8135
8136 * files.el (dir-locals-find-file):
8137 Ignore non-readable or non-regular files. (Bug#10928)
8138
8139 * files.el (locate-dominating-file): Doc fix.
8140
8141 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
8142
8143 * calendar/calendar.el (calendar-set-mode-line):
8144 `getenv' returns a string. (Bug#10951)
8145
8146 2012-03-05 Leo Liu <sdl.web@gmail.com>
8147
8148 * simple.el (backward-delete-char-untabify): Constrain point to
8149 field (Bug#10939).
8150
8151 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
8152
8153 2012-03-05 Chong Yidong <cyd@gnu.org>
8154
8155 * simple.el (count-words): If called from Lisp, return the word
8156 count, for symmetry with `count-lines'. Arglist changed.
8157 (count-words--message): Args changed. Consolidate counting code
8158 from count-words and count-words-region.
8159 (count-words-region): Caller changed.
8160 (count-lines-region): Make it an obsolete alias.
8161
8162 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
8163
8164 * saveplace.el (save-place-to-alist)
8165 (save-place-ignore-files-regexp): Allow value nil to disable this
8166 feature.
8167
8168 2012-03-04 Chong Yidong <cyd@gnu.org>
8169
8170 * faces.el (face-spec-reset-face): For the default face, reset the
8171 attributes to default values (Bug#10748).
8172
8173 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8174
8175 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
8176 previous patch: Check `message-send-mail-function', and not the
8177 default function (bug#10897).
8178
8179 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
8180
8181 * notifications.el (notifications-on-action-signal)
8182 (notifications-on-closed-signal): Check for unique service name of
8183 incoming event. Fix error in removing entry.
8184 (top): Register for signals with wildcard service name.
8185 (notifications-notify): Use daemon unique service name for map entries.
8186
8187 2012-03-04 Chong Yidong <cyd@gnu.org>
8188
8189 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
8190
8191 2012-03-04 Glenn Morris <rgm@gnu.org>
8192
8193 * abbrev.el (copy-abbrev-table, abbrev-table-p)
8194 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
8195 (expand-abbrev, define-abbrev-table): Doc fixes.
8196
8197 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8198
8199 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
8200 `message-default-send-mail-function' and not `send-mail-function'
8201 when doing the prompting for `sendmail-query-once' before sending
8202 in Message buffers (bug#10897).
8203
8204 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
8205 This is inconsistent with all the other stream functions, which leave
8206 the setting up to the higher levels (if so wanted) (bug#10931).
8207
8208 2012-03-02 Alan Mackenzie <acm@muc.de>
8209
8210 Depessimize the handling of very large macros.
8211
8212 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
8213 (c-macro-cache-syntactic): New variables to implement a one
8214 element macro cache.
8215 (c-invalidate-macro-cache): New function.
8216 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
8217 Adapt to use the new cache.
8218 (c-state-safe-place): Use better the cache of safe positions.
8219 (c-state-semi-nonlit-pos-cache)
8220 (c-state-semi-nonlit-pos-cache-limit):
8221 New variables for...
8222 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
8223 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
8224 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
8225 Use c-state-semi-safe-place.
8226
8227 * progmodes/cc-langs.el (c-get-state-before-change-functions):
8228 Add c-invalidate-macro-cache to the C, C++, Obj entries.
8229
8230 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
8231
8232 * jka-compr.el (jka-compr-call-process):
8233 Apply `file-accessible-directory-p' only when the default directory is
8234 not remote.
8235
8236 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
8237
8238 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
8239 access of FILE2, if FILE1 does not exist.
8240
8241 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
8242 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
8243
8244 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
8245 Add "PAGER=" to `process-environment'.
8246
8247 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
8248
8249 * progmodes/sql.el: Bug fix
8250 (sql-get-login-ext): Save login values in globals.
8251 (sql-get-login): Use new version of `sql-get-login-ext'.
8252 (sql-interactive-mode): Set global `sql-connection' to nil.
8253 (sql-connect): Set global values for connection.
8254 (sql-product-interactive): Save global values as buffer local.
8255
8256 2012-02-29 Leo Liu <sdl.web@gmail.com>
8257
8258 * abbrev.el (define-abbrevs): Reset sys to nil.
8259
8260 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8261
8262 * files.el (file-equal-p): Rename from `files-equal-p'.
8263 Return nil when one or both files don't exist.
8264 (file-subdir-of-p): Now only top directory must exists,
8265 return nil if it doesn't.
8266 (copy-directory): No need to test with `file-subdir-of-p' after
8267 creating dir.
8268 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
8269 to `file-equal-p'.
8270
8271 2012-02-28 Glenn Morris <rgm@gnu.org>
8272
8273 * shell.el (shell-mode):
8274 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
8275 * play/landmark.el (landmark-font-lock-face-O):
8276 * play/handwrite.el (handwrite):
8277 * play/gomoku.el (gomoku-O):
8278 * net/browse-url.el (browse-url-browser-display):
8279 * international/mule.el (define-charset):
8280 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
8281 * filesets.el (filesets-find-file-delay):
8282 * eshell/em-xtra.el (eshell-xtra):
8283 * eshell/em-unix.el (eshell-grep):
8284 * emulation/viper.el (viper-mode):
8285 * emacs-lisp/regexp-opt.el (regexp-opt-group):
8286 * emacs-lisp/easymenu.el (easy-menu-define):
8287 * calendar/timeclock.el (timeclock-use-display-time):
8288 * bs.el (bs-mode):
8289 * bookmark.el (bookmark-save-flag):
8290 Doc fix (standardize possessive apostrophe usage).
8291
8292 2012-02-27 Chong Yidong <cyd@gnu.org>
8293
8294 * emulation/viper-cmd.el (viper-intercept-ESC-key):
8295 Fix key-binding lookup for ESC key (Bug#9146).
8296
8297 * font-lock.el (font-lock-specified-p): Rename from
8298 font-lock-spec-present. Callers changed.
8299
8300 2012-02-27 Daniel Hackney <dan@haxney.org>
8301
8302 * emacs-lisp/package.el (package-compute-transaction):
8303 Handle holding a package version to t in package-load-list.
8304
8305 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
8306
8307 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
8308 (tramp-get-inode, tramp-get-device): Use cached values.
8309
8310 2012-02-26 Alan Mackenzie <acm@muc.de>
8311
8312 Check there is a font-lock specification before doing initial
8313 fontification.
8314
8315 * font-core.el (font-lock-mode): Move the conditional from
8316 :after-hook to font-lock-initial-fontify.
8317 (font-lock-default-function): Move the check for a specification
8318 to font-lock-spec-present.
8319
8320 * font-lock.el (font-lock-initial-fontify): Call ...
8321 (font-lock-spec-present): New function.
8322
8323 2012-02-26 Jim Blandy <jimb@red-bean.com>
8324
8325 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
8326 (gdb-send): Apply it to the operand of the '-interpreter-exec
8327 console' command, so that we can pass arguments with (say) quotes
8328 in them. Store exact string sent in gdb-debug-log (Bug#10765).
8329
8330 2012-02-26 Chong Yidong <cyd@gnu.org>
8331
8332 * help-fns.el (describe-function-1): Clarify description of
8333 remapping (Bug#10844).
8334
8335 * files.el (files-equal-p): Doc fix.
8336 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
8337 and quit the loop once a mismatch is found.
8338
8339 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
8340
8341 * bs.el (bs--show-with-configuration): Don't throw an error
8342 if the window cannot be split; otherwise, subsequent calls to
8343 bs-show fail, restoring a stale window config. (Bug#10882)
8344
8345 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
8346
8347 * term/ns-win.el (global-map): Bind ns-drag-file to
8348 ns-find-file (Bug#5855, Bug#10050).
8349
8350 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
8351
8352 * calendar/parse-time.el (parse-time-string): Allow extractor to
8353 return nil.
8354
8355 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
8356
8357 * net/tramp.el (tramp-file-name-for-operation):
8358 Add `files-equal-p' and `file-subdir-of-p'.
8359
8360 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
8361 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
8362 Add COPY-CONTENTS argument.
8363
8364 2012-02-25 Chong Yidong <cyd@gnu.org>
8365
8366 Add custom groups for VC backends, for consistency with vc-bzr.
8367
8368 * vc/vc-arch.el (vc-arch):
8369 * vc/vc-cvs.el (vc-cvs):
8370 * vc/vc-git.el (vc-git):
8371 * vc/vc-hg.el (vc-hg):
8372 * vc/vc-mtn.el (vc-mtn):
8373 * vc/vc-rcs.el (vc-rcs):
8374 * vc/vc-sccs.el (vc-sccs):
8375 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
8376 All relevant defcustoms reassigned.
8377
8378 2012-02-25 Chong Yidong <cyd@gnu.org>
8379
8380 * newcomment.el (comment-styles): Add autoload (Bug#10868).
8381
8382 * term/x-win.el (x-initialize-window-system): Reduce default for
8383 x-selection-timeout to 5 seconds (Bug#8869).
8384
8385 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8386
8387 * files.el (files-equal-p, file-subdir-of-p): New functions.
8388 (copy-directory): Error when trying to copy a directory on itself.
8389 Add missing copy-contents arg to tramp handler.
8390 * dired-aux.el (dired-copy-file-recursive): Same.
8391 (dired-create-files): Modify destination when source is equal to
8392 dest when copying files.
8393 Return also when dest is a subdir of source. (Bug#10489)
8394
8395 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
8396
8397 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
8398 (Bug#10874)
8399
8400 2012-02-23 Alan Mackenzie <acm@muc.de>
8401
8402 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
8403 parameter "after-hook:" to allow the expansion to run code after
8404 the execution of the mode hooks.
8405
8406 * font-lock.el (font-lock-initial-fontify): New function extracted
8407 from font-lock-mode-internal.
8408
8409 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
8410 :after-hook.
8411
8412 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8413
8414 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
8415 (completion--cache-all-sorted-completions): New function.
8416 (completion-all-sorted-completions): Use it.
8417 (completion--do-completion, minibuffer-force-complete):
8418 Use it to re-instate the flush hook.
8419
8420 * icomplete.el (icomplete-completions): Replace last fix with a better
8421 one (bug#10850).
8422
8423 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
8424
8425 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
8426 when it might call us back infinitely (bug#10797).
8427
8428 2012-02-23 Glenn Morris <rgm@gnu.org>
8429
8430 * minibuffer.el (completion-category-overrides): Doc fix.
8431
8432 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8433
8434 * minibuffer.el (completion-table-with-context): Fix inf-loop.
8435 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
8436
8437 2012-02-23 Glenn Morris <rgm@gnu.org>
8438
8439 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
8440 (authors-obsolete-files-regexps, authors-ignored-files)
8441 (authors-ambiguous-files, authors-renamed-files-alist):
8442 Add more entries.
8443
8444 2012-02-23 Juri Linkov <juri@jurta.org>
8445
8446 * isearch.el (isearch-occur): Sync interactive spec with occur's
8447 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
8448
8449 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
8450
8451 2012-02-22 Juri Linkov <juri@jurta.org>
8452
8453 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
8454 (ucs-insert): Doc fix. Check for hex digits in the string.
8455 Don't display `nil' in the error message. (Bug#10857)
8456
8457 2012-02-22 Alan Mackenzie <acm@muc.de>
8458
8459 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
8460
8461 2012-02-22 Glenn Morris <rgm@gnu.org>
8462
8463 * ffap.el (ffap-c-path):
8464 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
8465
8466 2012-02-22 Chong Yidong <cyd@gnu.org>
8467
8468 * custom.el (load-theme): Doc fix.
8469
8470 2012-02-22 Glenn Morris <rgm@gnu.org>
8471
8472 * dired-x.el (dired-guess-shell-alist-default):
8473 Remove escape sequences from nroff output. (Bug#172)
8474
8475 2012-02-21 Glenn Morris <rgm@gnu.org>
8476
8477 * vc/emerge.el (emerge-defvar-local):
8478 Set `permanent-local' property rather than unused `preserved'.
8479
8480 * textmodes/picture.el (picture-delete-char): New alias.
8481 (picture-mode-map): Use it. (Bug#10860)
8482 (picture-mode): Doc fix.
8483
8484 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
8485
8486 * newcomment.el (uncomment-region-default): Remove unused binding.
8487
8488 2012-02-21 Glenn Morris <rgm@gnu.org>
8489
8490 * textmodes/picture.el (picture-motion, picture-motion-reverse)
8491 (picture-self-insert, picture-tab-chars): Doc fix.
8492 (picture-mode-map): Fix C-a, C-e.
8493
8494 2012-02-20 Glenn Morris <rgm@gnu.org>
8495
8496 * emacs-lisp/authors.el (authors-aliases): Add another entry.
8497
8498 2012-02-20 Leo Liu <sdl.web@gmail.com>
8499
8500 * icomplete.el (icomplete-completions): Check FROM arg before
8501 passing to substring (Bug#10850).
8502
8503 2012-02-19 Chong Yidong <cyd@gnu.org>
8504
8505 * comint.el: Require ansi-color.
8506 (comint-output-filter-functions): Add ansi-color-process-output.
8507
8508 * ansi-color.el: Don't set comint-output-filter-functions; it is
8509 now in the initial value defined in comint.el.
8510 (ansi-color-apply-face-function): New variable.
8511 (ansi-color-apply-on-region): Use it.
8512 (ansi-color-apply-overlay-face): New function.
8513
8514 * shell.el (shell): No need to require ansi-color.
8515 (shell-mode): Use ansi-color-apply-face-function to highlight
8516 color escapes using font-lock-face property (Bug#10835).
8517
8518 2012-02-19 Chong Yidong <cyd@gnu.org>
8519
8520 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
8521 mode-line formats (Bug#10839).
8522
8523 2012-02-18 Glenn Morris <rgm@gnu.org>
8524
8525 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
8526
8527 * mail/undigest.el (unforward-rmail-message): Doc fix.
8528
8529 * saveplace.el (save-place-ignore-files-regexp): Add :version.
8530
8531 2012-02-18 Eli Zaretskii <eliz@gnu.org>
8532
8533 * international/characters.el (script-list): Sync with the latest
8534 Unicode Character Database.
8535
8536 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
8537
8538 * international/titdic-cnv.el: Remove duplicate coding tag.
8539 * language/cham.el: Likewise.
8540 * language/tai-viet.el: Likewise.
8541
8542 2012-02-18 Glenn Morris <rgm@gnu.org>
8543
8544 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
8545 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
8546 (calendar-bahai-all-holidays-flag, calendar-other-dates):
8547 * calendar/diary-lib.el (diary-abbreviated-year-flag):
8548 * calendar/holidays.el (holiday-bahai-holidays)
8549 (calendar-holidays, list-holidays):
8550 Use utf-8 Bahá'í in doc-strings, menus, etc.
8551
8552 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
8553
8554 * saveplace.el (save-place-ignore-files-regexp): New variable
8555 allowing for excluding files from saving their location of point.
8556 The default value matches the temporary commit message editing
8557 files from Git, SVN, Bazaar, and Mercurial.
8558 (save-place-to-alist): Use it.
8559
8560 2012-02-17 Lawrence Mitchell <wence@gmx.li>
8561 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * newcomment.el (uncomment-region-default): Don't leave extra space
8564 when an arg is provided (bug#8150).
8565
8566 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
8567
8568 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
8569
8570 2012-02-17 Glenn Morris <rgm@gnu.org>
8571
8572 * net/socks.el: Require network-stream. (Bug#10599)
8573
8574 2012-02-17 Kenichi Handa <handa@m17n.org>
8575
8576 * international/charprop.el:
8577 * international/uni-name.el:
8578 * international/uni-old-name.el:
8579 * international/uni-comment.el: Regenerate.
8580
8581 2012-02-16 Glenn Morris <rgm@gnu.org>
8582
8583 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
8584 Interactively in calendar buffer, give an error if not on a date.
8585
8586 2012-02-15 Glenn Morris <rgm@gnu.org>
8587
8588 * shell.el (shell-delimiter-argument-list):
8589 Revert 2011-02-17 change. (Bug#8027)
8590
8591 2012-02-15 Chong Yidong <cyd@gnu.org>
8592
8593 * minibuffer.el (completion-at-point-functions): Doc fix.
8594
8595 * custom.el (defcustom): Doc fix; note use of defvar.
8596
8597 2012-02-15 Glenn Morris <rgm@gnu.org>
8598
8599 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
8600 Doc fixes.
8601
8602 2012-02-14 Glenn Morris <rgm@gnu.org>
8603
8604 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
8605
8606 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
8607
8608 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
8609 way the ports list is computed.
8610 (smtpmail-query-smtp-server): Prompt the user for a port number if
8611 we can't connect to any of the standard ports (bug#10810).
8612
8613 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8614
8615 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
8616
8617 2012-02-13 Glenn Morris <rgm@gnu.org>
8618
8619 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
8620
8621 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
8622
8623 * net/gnutls.el (gnutls-trustfiles): New variable.
8624 (gnutls-negotiate): Use it.
8625
8626 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
8627
8628 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
8629 does its stuff if Gnus is running.
8630
8631 2012-02-13 Alan Mackenzie <acm@muc.de>
8632
8633 Fix a loop in c-set-fl-decl-start.
8634
8635 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
8636 c-backward-syntactic-ws actually moves backwards.
8637
8638 2012-02-13 Leo Liu <sdl.web@gmail.com>
8639
8640 * net/rcirc.el (rcirc-markup-attributes): Move point to the
8641 beginning so that all \C-o chars are removed.
8642
8643 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
8644
8645 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
8646
8647 2012-02-12 Alan Mackenzie <acm@muc.de>
8648
8649 Fix infinite loop with long macros.
8650 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
8651
8652 2012-02-12 Chong Yidong <cyd@gnu.org>
8653
8654 * window.el (display-buffer): Doc fix (Bug#10785).
8655
8656 2012-02-12 Glenn Morris <rgm@gnu.org>
8657
8658 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8659 (x-disown-selection-internal, x-get-selection-internal):
8660 Sync docs with the xselect.c versions.
8661
8662 * allout-widgets.el: Add missing license notice.
8663
8664 2012-02-11 Glenn Morris <rgm@gnu.org>
8665
8666 * select.el (x-get-selection-internal, x-own-selection-internal)
8667 (x-disown-selection-internal):
8668 * x-dnd.el (x-get-selection-internal): Update declarations.
8669
8670 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
8671
8672 * window.el (window-sides-slots):
8673 * tool-bar.el (tool-bar-position):
8674 * term/xterm.el (xterm-extra-capabilities):
8675 * ses.el (ses-self-reference-early-detection):
8676 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
8677 (verilog-auto-wire-type)
8678 (verilog-auto-delete-trailing-whitespace)
8679 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
8680 (verilog-auto-tieoff-declaration):
8681 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
8682 (sql-oracle-statement-starters, sql-oracle-scan-on):
8683 * progmodes/prolog.el (prolog-align-comments-flag)
8684 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
8685 (prolog-left-indent-regexp, prolog-paren-indent-p)
8686 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
8687 (prolog-types, prolog-mode-specificators)
8688 (prolog-determinism-specificators, prolog-directives)
8689 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
8690 (prolog-electric-dot-flag)
8691 (prolog-electric-dot-full-predicate-template)
8692 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
8693 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
8694 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
8695 (prolog-program-switches, prolog-prompt-regexp)
8696 (prolog-debug-on-string, prolog-debug-off-string)
8697 (prolog-trace-on-string, prolog-trace-off-string)
8698 (prolog-zip-on-string, prolog-zip-off-string)
8699 (prolog-use-standard-consult-compile-method-flag)
8700 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
8701 (prolog-imenu-max-lines, prolog-info-predicate-index)
8702 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
8703 (prolog-char-quote-workaround):
8704 * progmodes/cc-vars.el (c-defun-tactic):
8705 * net/tramp.el (tramp-encoding-command-interactive)
8706 (tramp-local-end-of-line):
8707 * net/soap-client.el (soap-client):
8708 * net/netrc.el (netrc-file):
8709 * net/gnutls.el (gnutls):
8710 * minibuffer.el (completion-category-overrides)
8711 (completion-cycle-threshold)
8712 (completion-pcm-complete-word-inserts-delimiters):
8713 * man.el (Man-name-local-regexp):
8714 * mail/feedmail.el (feedmail-display-full-frame):
8715 * international/characters.el (glyphless-char-display-control):
8716 * eshell/em-ls.el (eshell-ls-date-format):
8717 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
8718 (lisp-lambda-list-keyword-parameter-indentation)
8719 (lisp-lambda-list-keyword-parameter-alignment):
8720 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
8721 * dired-x.el (dired-omit-verbose):
8722 * cus-theme.el (custom-theme-allow-multiple-selections):
8723 * calc/calc.el (calc-highlight-selections-with-faces)
8724 (calc-lu-field-reference, calc-lu-power-reference)
8725 (calc-note-threshold):
8726 * battery.el (battery-mode-line-limit):
8727 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8728 (archive-7z-update):
8729 * allout.el (allout-prefixed-keybindings)
8730 (allout-unprefixed-keybindings)
8731 (allout-inhibit-auto-fill-on-headline)
8732 (allout-flattened-numbering-abbreviation):
8733 * allout-widgets.el (allout-widgets-auto-activation)
8734 (allout-widgets-icons-dark-subdir)
8735 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
8736 (allout-widgets-theme-dark-background)
8737 (allout-widgets-theme-light-background)
8738 (allout-widgets-item-image-properties-emacs)
8739 (allout-widgets-item-image-properties-xemacs)
8740 (allout-widgets-run-unit-tests-on-load)
8741 (allout-widgets-time-decoration-activity)
8742 (allout-widgets-hook-error-post-time)
8743 (allout-widgets-track-decoration):
8744 Add missing :version tags to new defcustoms and defgroups.
8745
8746 * progmodes/sql.el (sql-ansi-statement-starters)
8747 (sql-oracle-statement-starters): Add custom type.
8748
8749 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
8750 (prolog-system-version): Give it a type.
8751
8752 2012-02-11 Eli Zaretskii <eliz@gnu.org>
8753
8754 * term/pc-win.el (x-select-text, x-selection-owner-p)
8755 (x-own-selection-internal, x-disown-selection-internal)
8756 (x-get-selection-internal): Sync doc strings and argument lists
8757 with xselect.c, common-win.el and x-win.el. (Bug#10783)
8758
8759 2012-02-11 Leo Liu <sdl.web@gmail.com>
8760
8761 * progmodes/python.el (python-end-of-statement): Fix infinite
8762 loop. (Bug#10788)
8763
8764 2012-02-10 Glenn Morris <rgm@gnu.org>
8765
8766 * international/mule-cmds.el (unify-8859-on-encoding-mode)
8767 (unify-8859-on-decoding-mode): Properly mark as obsolete.
8768
8769 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
8770
8771 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
8772 about SMTP before checking the From header.
8773
8774 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
8775 into own function for reuse by emacsbug.el.
8776
8777 2012-02-10 Leo Liu <sdl.web@gmail.com>
8778
8779 * subr.el (condition-case-unless-debug): Rename from
8780 condition-case-no-debug. All callers changed.
8781 (with-demoted-errors): Fix caller.
8782
8783 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
8784 * nxml/rng-valid.el (rng-do-some-validation):
8785 * emacs-lisp/package.el (package-refresh-contents)
8786 (package-menu-execute):
8787 * desktop.el (desktop-create-buffer):
8788 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
8789
8790 2012-02-10 Glenn Morris <rgm@gnu.org>
8791
8792 * textmodes/bibtex.el:
8793 Add missing :version tags for new/changed defcustoms.
8794
8795 * files.el (remote-file-name-inhibit-cache): Doc fixes.
8796
8797 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
8798
8799 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
8800 (smtpmail-via-smtp): Use it, or fall back on the From address.
8801 (smtpmail-send-it): Ditto.
8802
8803 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
8804
8805 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
8806 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
8807 (byte-compile-tmp-var): New const.
8808 (byte-compile-defvar): Use it to minimize .elc size.
8809 Just use `defvar' rather than simulate it (bug#10761).
8810
8811 2012-02-09 Glenn Morris <rgm@gnu.org>
8812
8813 * files.el (rename-uniquely): Doc fix. (Bug#3806)
8814
8815 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
8816 Add :version tags.
8817
8818 * progmodes/compile.el (compilation-error-screen-columns)
8819 (compilation-first-column, compilation-filter-start): Doc fixes.
8820
8821 * vc/log-view.el (log-view-toggle-entry-display):
8822 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
8823
8824 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
8825 (report-emacs-bug-can-use-xdg-email):
8826 (report-emacs-bug-insert-to-mailer): Doc fixes.
8827 (report-emacs-bug): Message fix.
8828
8829 * net/browse-url.el (browse-url-can-use-xdg-open)
8830 (browse-url-xdg-open): Doc fixes.
8831
8832 * electric.el (electric-indent-mode, electric-pair-mode)
8833 (electric-layout-rules, electric-layout-mode): Doc fixes.
8834 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
8835
8836 2012-02-08 Martin Rudalics <rudalics@gmx.at>
8837
8838 * server.el (server-unselect-display): Don't inadvertently kill
8839 the current buffer. (Bug#10729)
8840
8841 2012-02-08 Glenn Morris <rgm@gnu.org>
8842
8843 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
8844 (sql-list-table): Doc fixes.
8845
8846 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
8847 Comment out (does nothing).
8848
8849 * completion.el (dynamic-completion-mode):
8850 * dirtrack.el (dirtrack-debug-mode):
8851 * electric.el (electric-layout-mode):
8852 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
8853 * face-remap.el (text-scale-mode, buffer-face-mode):
8854 * iimage.el (iimage-mode):
8855 * image-mode.el (image-transform-mode):
8856 * minibuffer.el (completion-in-region-mode):
8857 * scroll-lock.el (scroll-lock-mode):
8858 * simple.el (next-error-follow-minor-mode):
8859 * tar-mode.el (tar-subfile-mode):
8860 * tooltip.el (tooltip-mode):
8861 * vcursor.el (vcursor-use-vcursor-map):
8862 * wid-browse.el (widget-minor-mode):
8863 * emulation/tpu-edt.el (tpu-edt-mode):
8864 * emulation/tpu-extras.el (tpu-cursor-free-mode):
8865 * international/iso-ascii.el (iso-ascii-mode):
8866 * language/thai-util.el (thai-word-mode):
8867 * mail/supercite.el (sc-minor-mode):
8868 * net/goto-addr.el (goto-address-mode):
8869 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
8870 * progmodes/cwarn.el (cwarn-mode):
8871 * progmodes/flymake.el (flymake-mode):
8872 * progmodes/glasses.el (glasses-mode):
8873 * progmodes/hideshow.el (hs-minor-mode):
8874 * progmodes/pascal.el (pascal-outline-mode):
8875 * textmodes/enriched.el (enriched-mode):
8876 * vc/smerge-mode.el (smerge-mode):
8877 Doc fixes (minor mode argument).
8878
8879 2012-02-07 Eli Zaretskii <eliz@gnu.org>
8880
8881 * ls-lisp.el (ls-lisp-sanitize): New function.
8882 (ls-lisp-insert-directory): Use it to fix or remove any elements
8883 in file-alist with missing attributes. (Bug#4673)
8884
8885 2012-02-07 Alan Mackenzie <acm@muc.de>
8886
8887 Fix spurious recognition of c-in-knr-argdecl.
8888
8889 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
8890 putative K&R region.
8891
8892 2012-02-07 Alan Mackenzie <acm@muc.de>
8893
8894 * progmodes/cc-engine.el (c-forward-objc-directive):
8895 Prevent looping in "#pragma mark @implementation".
8896
8897 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
8898
8899 * notifications.el (notifications-on-closed-signal): Make `reason'
8900 optional. (Bug#10744)
8901
8902 2012-02-07 Glenn Morris <rgm@gnu.org>
8903
8904 * emacs-lisp/easy-mmode.el (define-minor-mode):
8905 Doc fixes for the macro and the mode it defines.
8906
8907 * image.el (imagemagick-types-inhibit): Doc fix.
8908
8909 * cus-start.el (imagemagick-render-type): Add it.
8910
8911 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
8912
8913 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
8914 Set the default at load time, too, so that `font-lock-fontify-buffer'
8915 can be called without setting up the entire mode first. This fixes
8916 a bug in `mm-inline-text' with C MIME parts.
8917
8918 2012-02-06 Chong Yidong <cyd@gnu.org>
8919
8920 * simple.el (list-processes--refresh): Delete exited processes
8921 (Bug#8094).
8922
8923 * comint.el (comint-next-prompt): next-single-char-property-change
8924 and prev-single-char-property-change never return nil (Bug#8657).
8925
8926 * custom.el (defcustom): Doc fix (Bug#9711).
8927
8928 2012-02-05 Chong Yidong <cyd@gnu.org>
8929
8930 * cus-edit.el (custom-variable-reset-backup): Quote the value
8931 before storing it in the customized-value property (Bug#6712).
8932 (custom-display): Add a customization type tag.
8933 (custom-buffer-create-internal): Improve tooltip message.
8934
8935 * wid-edit.el (widget-field-value-get): New optional arg to
8936 suppress trailing whitespace truncation.
8937 (character): Use it (Bug#2689).
8938
8939 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
8940
8941 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
8942 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
8943
8944 2012-02-05 Chong Yidong <cyd@gnu.org>
8945
8946 * cus-edit.el (custom-variable-value-create): For mismatched
8947 types, show the current value (Bug#7600).
8948
8949 * custom.el (defcustom): Doc fix.
8950
8951 2012-02-05 Glenn Morris <rgm@gnu.org>
8952
8953 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
8954
8955 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
8956
8957 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
8958 (pp-buffer): Use `ignore-errors', `looking-at-p'.
8959 (pp-last-sexp): Use `looking-at-p'.
8960
8961 2012-02-04 Glenn Morris <rgm@gnu.org>
8962
8963 * files.el (revert-buffer):
8964 Doc fix (mention revert-buffer-in-progress-p).
8965
8966 * emacs-lisp/ert-x.el (ert-simulate-command):
8967 Check deferred-action-list (which is obsolete) is bound.
8968
8969 * subr.el (with-wrapper-hook): Doc fixes.
8970
8971 * simple.el (filter-buffer-substring-functions)
8972 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
8973
8974 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
8975
8976 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
8977 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
8978
8979 2012-02-04 Leo Liu <sdl.web@gmail.com>
8980
8981 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
8982
8983 2012-02-04 Glenn Morris <rgm@gnu.org>
8984
8985 * image.el (image-extension-data): Add obsolete alias.
8986
8987 * isearch.el (isearch-update): Doc fix.
8988
8989 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
8990
8991 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
8992
8993 2012-02-03 Glenn Morris <rgm@gnu.org>
8994
8995 * image.el (image-animated-p): Doc fix. Use image-animated-types.
8996 (image-animate-timeout): Doc fix.
8997
8998 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
8999
9000 2012-02-02 Glenn Morris <rgm@gnu.org>
9001
9002 * server.el (server-auth-dir): Doc fix.
9003 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
9004
9005 * subr.el (run-mode-hooks): Doc fix.
9006
9007 2012-02-02 Juri Linkov <juri@jurta.org>
9008
9009 * image-mode.el (image-toggle-display-image): Remove tautological
9010 `major-mode' from the `derived-mode-p' test.
9011
9012 2012-02-02 Kenichi Handa <handa@m17n.org>
9013
9014 * composite.el (compose-region): Cancel previous change.
9015
9016 2012-02-02 Kenichi Handa <handa@m17n.org>
9017
9018 * composite.el (compose-region, compose-string): Signal error for
9019 a null string component (Bug#6988).
9020
9021 2012-02-01 Chong Yidong <cyd@gnu.org>
9022
9023 * view.el (view-buffer-other-window, view-buffer-other-frame):
9024 Handle special modes like view-buffer (Bug#10650).
9025 (view-buffer): Simplify.
9026
9027 * frame.el (set-frame-font): Tweak meaning of third argument.
9028
9029 * dynamic-setting.el (font-setting-change-default-font):
9030 Use set-frame-font (Bug#9982).
9031
9032 2012-02-01 Glenn Morris <rgm@gnu.org>
9033
9034 * progmodes/compile.el (compilation-internal-error-properties):
9035 Respect compilation-first-column in the "*compilation*" buffer.
9036
9037 * emacs-lisp/easy-mmode.el (define-minor-mode):
9038 Relax :variable's test for a named function.
9039
9040 2012-01-31 Alan Mackenzie <acm@muc.de>
9041
9042 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
9043 off by one error.
9044
9045 2012-01-31 Chong Yidong <cyd@gnu.org>
9046
9047 * frame.el (set-frame-font): New arg ALL-FRAMES.
9048
9049 * menu-bar.el (menu-set-font): Use set-frame-font.
9050
9051 * faces.el (face-spec-reset-face): Don't apply unspecified
9052 attribute values to the default face.
9053
9054 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
9055
9056 * progmodes/cwarn.el (cwarn): Remove dead link.
9057 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
9058 Remove * from defcustom docstrings.
9059 (turn-on-cwarn-mode): Make obsolete.
9060 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
9061 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
9062
9063 2012-01-31 Glenn Morris <rgm@gnu.org>
9064
9065 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9066 Fix :variable handling of mode a symbol not equal to modefun.
9067 Allow named functions to be used as the cdr of :variable.
9068
9069 2012-01-30 Glenn Morris <rgm@gnu.org>
9070
9071 * emacs-lisp/authors.el (authors-fixed-entries):
9072 Remove reference to deleted file rnewspost.el.
9073
9074 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
9075
9076 * window.el (window-with-parameter): Remove unused variable `windows'.
9077 (window--side-check): Remove unused variable `code'.
9078 (window--resize-siblings): Remove unused variable `first'.
9079 (adjust-window-trailing-edge): Remove unused variable `failed'.
9080 (window-deletable-p, window--delete): Remove unused variable `buffer'.
9081 Use `let', not `let*'.
9082 (balance-windows-2): Remove unused variable `found'.
9083 (window--state-put-2): Remove unused variable `splits'.
9084 (window-state-put): Remove unused variable `selected'.
9085 (same-window-p): Use `string-match-p'.
9086 (display-buffer-assq-regexp): Remove unused variable `value'.
9087 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9088 Mark argument ALIST as ignored.
9089 (pop-to-buffer): Remove unused variable `old-window'.
9090
9091 2012-01-29 Eli Zaretskii <eliz@gnu.org>
9092
9093 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
9094 and .lzma compressed files.
9095
9096 2012-01-29 Chong Yidong <cyd@gnu.org>
9097
9098 * frame.el (window-system-default-frame-alist): Doc fix.
9099
9100 * dynamic-setting.el (font-setting-change-default-font): Don't
9101 change the default face if SET-FONT argument is non-nil (Bug#9982).
9102
9103 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
9104
9105 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
9106
9107 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
9108
9109 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
9110 breakpoints in files outside current directory (Bug#6098).
9111
9112 2012-01-29 Chong Yidong <cyd@gnu.org>
9113
9114 * progmodes/python.el: Require ansi-color at top-level.
9115
9116 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
9117 Define and use in Emacs Lisp mode (Bug#9360).
9118 (lisp-mode-abbrev-table): Add doc.
9119 (lisp-mode-variables): Don't set local-abbrev-table.
9120 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
9121
9122 2012-01-28 Roland Winkler <winkler@gnu.org>
9123
9124 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
9125
9126 2012-01-28 Roland Winkler <winkler@gnu.org>
9127
9128 * textmodes/bibtex.el (bibtex-entry-alist): New function.
9129 (bibtex-set-dialect): Use it. Either set global values of
9130 dialect-dependent variables or bind these variables buffer-locally
9131 (Bug#10254).
9132 (bibtex-mode): Call bibtex-set-dialect via
9133 hack-local-variables-hook.
9134 (bibtex-dialect): Update docstring.
9135 Add safe-local-variable predicate.
9136 (bibtex-entry-alist, bibtex-field-alist): Initialize via
9137 bibtex-set-dialect.
9138 (bibtex-mode-map): Define menu for each dialect.
9139 (bibtex-entry): Fix docstring.
9140
9141 2012-01-28 Chong Yidong <cyd@gnu.org>
9142
9143 * eshell/esh-arg.el (eshell-quote-argument): New function.
9144
9145 * eshell/esh-ext.el (eshell-invoke-batch-file):
9146 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
9147 first arg to eshell-parse-command (Bug#10523).
9148
9149 2012-01-28 Drew Adams <drew.adams@oracle.com>
9150
9151 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
9152 `default-directory' is non-nil.
9153
9154 2012-01-28 Eli Zaretskii <eliz@gnu.org>
9155
9156 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
9157 line that displays system-configuration-options. (Bug#9924)
9158
9159 2012-01-28 Drew Adams <drew.adams@oracle.com>
9160
9161 * descr-text.el (describe-char): Show information about POS, in
9162 addition to information about the character at POS. Improve and
9163 update the doc string. Change "code point" to "code point in
9164 charset", to avoid confusion with the character's Unicode code
9165 point shown above that. (Bug#10129)
9166
9167 2012-01-28 Eli Zaretskii <eliz@gnu.org>
9168
9169 * descr-text.el (describe-char): Show the raw character, not only
9170 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
9171 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
9172 for the reasons.
9173
9174 2012-01-28 Phil Hagelberg <phil@hagelb.org>
9175
9176 * emacs-lisp/package.el (package-install):
9177 Run package-refresh-contents if there is no archive yet (Bug#9798).
9178
9179 2012-01-28 Chong Yidong <cyd@gnu.org>
9180
9181 * emacs-lisp/package.el (package-maybe-load-descriptor):
9182 New function, split from package-maybe-load-descriptor.
9183 (package-maybe-load-descriptor): Use it.
9184 (package-download-transaction): Fully load required packages
9185 inside the loop, so that `require' calls work (Bug#10593).
9186 (package-install): No need to call package-initialize now.
9187
9188 2012-01-28 Chong Yidong <cyd@gnu.org>
9189
9190 * simple.el (deactivate-mark): Doc fix (Bug#8614).
9191
9192 * tooltip.el (tooltip-mode): Doc fix.
9193 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
9194
9195 * frame.el (set-cursor-color): Doc fix (Bug#352).
9196
9197 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
9198 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
9199
9200 * cus-edit.el (custom-buffer-create-internal): Fix search button
9201 action (Bug#10542).
9202 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
9203
9204 2012-01-27 Eduard Wiebe <usenet@pusto.de>
9205
9206 * dired.el (dired-mark-files-regexp):
9207 Include any subdirectory components. (Bug#10445)
9208
9209 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
9210
9211 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
9212 Handle [host]:port syntax. (Bug#10533)
9213
9214 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
9215
9216 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
9217
9218 2012-01-26 Glenn Morris <rgm@gnu.org>
9219
9220 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
9221 * term.el (term-raw-escape-map): Use Control-X-prefix.
9222 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
9223
9224 2012-01-25 Martin Rudalics <rudalics@gmx.at>
9225
9226 * window.el (window-state-get, window--state-get-1): Don't deal
9227 with fixed-sizeness of windows. Simplify code.
9228
9229 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
9230
9231 * window.el (window--state-get-1, window--state-put-2):
9232 Don't save and restore the mark.
9233
9234 2012-01-25 Chong Yidong <cyd@gnu.org>
9235
9236 * custom.el (custom-variable-p): Doc fix.
9237
9238 2012-01-25 Glenn Morris <rgm@gnu.org>
9239
9240 * dired.el (dired-goto-file): Handle some of the more common
9241 characters that `ls -b' escapes. (Bug#10596)
9242
9243 * progmodes/compile.el (compilation-next-error-function):
9244 Respect compilation-first-column in the "*compilation*" buffer.
9245 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
9246
9247 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
9248
9249 2012-01-24 Glenn Morris <rgm@gnu.org>
9250
9251 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
9252
9253 2012-01-24 Julien Danjou <julien@danjou.info>
9254
9255 * color.el (color-rgb-to-hsl): Fix value computing.
9256 (color-hue-to-rgb): New function.
9257 (color-hsl-to-rgb): New function.
9258 (color-clamp, color-saturate-hsl, color-saturate-name)
9259 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
9260 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
9261
9262 2012-01-24 Glenn Morris <rgm@gnu.org>
9263
9264 * vc/vc-rcs.el (vc-rcs-create-tag):
9265 * vc/vc-sccs.el (vc-sccs-create-tag):
9266 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
9267
9268 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
9269
9270 * eshell/esh-util.el (eshell-read-hosts-file):
9271 Skip comment lines. (Bug#10549)
9272
9273 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
9274
9275 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
9276
9277 * subr.el (display-delayed-warnings): Doc fix.
9278 (collapse-delayed-warnings): New function to collapse identical
9279 adjacent warnings.
9280 (delayed-warnings-hook): Add it.
9281
9282 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
9283
9284 * net/tramp.el (tramp-action-login): Set connection property "login-as".
9285
9286 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
9287 (tramp-default-user-alist): Don't add "pscp".
9288 (tramp-do-copy-or-rename-file-out-of-band): Use connection
9289 property "login-as", if set. (Bug#10530)
9290
9291 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
9292
9293 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
9294 "plink1" and "psftp". (Bug#10530)
9295
9296 2012-01-21 Kenichi Handa <handa@m17n.org>
9297
9298 * international/mule-cmds.el (prefer-coding-system): Show a
9299 warning message if the default value of file-name-coding-system
9300 was not changed.
9301
9302 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
9303
9304 * windmove.el (windmove-reference-loc):
9305 Fix windmove-reference-loc miscalculation.
9306
9307 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
9308
9309 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
9310 default unit.
9311
9312 2012-01-21 Glenn Morris <rgm@gnu.org>
9313
9314 * international/mule.el (auto-coding-alist): Add .tbz.
9315
9316 * files.el (local-enable-local-variables): Doc fix.
9317 (inhibit-local-variables-regexps): Rename from
9318 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
9319 Doc fix. Add some extensions from auto-coding-alist.
9320 (inhibit-local-variables-suffixes):
9321 Rename from inhibit-first-line-modes-suffixes. Doc fix.
9322 (inhibit-local-variables-p):
9323 New function, extracted from set-auto-mode-1.
9324 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
9325 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
9326 (hack-local-variables): Doc fix. Make the mode-only case
9327 respect enable-local-variables and friends.
9328 Respect inhibit-local-variables-regexps for file-locals, but
9329 not for directory-locals.
9330 (set-visited-file-name):
9331 Take account of inhibit-local-variables-regexps.
9332 Whether it applies may change as the file name is changed.
9333 * jka-cmpr-hook.el (jka-compr-install):
9334 * jka-compr.el (jka-compr-uninstall):
9335 Update for inhibit-first-line-modes-suffixes name change.
9336
9337 2012-01-20 Martin Rudalics <rudalics@gmx.at>
9338
9339 * help-macro.el (make-help-screen): Temporarily restore original
9340 binding for minor-mode-map-alist (Bug#10454).
9341
9342 2012-01-19 Julien Danjou <julien@danjou.info>
9343
9344 * color.el (color-name-to-rgb): Use the white color to find the max
9345 color component value and return correctly computed values.
9346 (color-name-to-rgb): Add missing float conversion for max value.
9347
9348 2012-01-19 Martin Rudalics <rudalics@gmx.at>
9349
9350 * window.el (window--state-get-1, window-state-get): Do not use
9351 special state value for window-persistent-parameters.
9352 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
9353 (window--state-put-2): Reset all window parameters to nil before
9354 assigning values of persistent parameters.
9355
9356 2012-01-18 Alan Mackenzie <acm@muc.de>
9357
9358 Eliminate sluggishness and hangs in fontification of "semicolon
9359 deserts".
9360
9361 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
9362 Change value 10000 -> 3000.
9363 (c-state-safe-place): Reformulate so it doesn't stack up an
9364 infinite number of wrong entries in c-state-nonlit-pos-cache.
9365 (c-determine-limit-get-base, c-determine-limit): New functions to
9366 determine backward search limits disregarding literals.
9367 (c-find-decl-spots): Amend commenting.
9368 (c-cheap-inside-bracelist-p): New function which detects "={".
9369
9370 * progmodes/cc-fonts.el
9371 (c-make-font-lock-BO-decl-search-function): Give a limit to a
9372 backward search.
9373 (c-font-lock-declarations): Fix an occurrence of point being
9374 undefined. Check additionally for point being in a bracelist or
9375 near a macro invocation without a semicolon so as to avoid a
9376 fruitless time consuming search for a declarator. Give a more
9377 precise search limit for declarators using the new
9378 c-determine-limit.
9379
9380 2012-01-18 Glenn Morris <rgm@gnu.org>
9381
9382 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
9383 (set-auto-mode): Doc fixes.
9384
9385 2012-01-17 Glenn Morris <rgm@gnu.org>
9386
9387 * isearch.el (search-nonincremental-instead): Fix doc typo.
9388
9389 * dired.el (dired-insert-directory): Handle newlines in directory name.
9390 (dired-build-subdir-alist): Unescape newlines in directory name.
9391
9392 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
9393
9394 * net/tramp.el (tramp-local-end-of-line): New defcustom.
9395 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
9396 (tramp-action-terminal): Use it. (Bug#10530)
9397
9398 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * minibuffer.el (completion--replace): Strip properties (bug#10062).
9401
9402 2012-01-16 Martin Rudalics <rudalics@gmx.at>
9403
9404 * window.el (window-state-ignored-parameters): Remove variable.
9405 (window--state-get-1): Rename argument MARKERS to IGNORE.
9406 Handle persistent window parameters. Make copy of clone-of
9407 parameter only if requested. (Bug#10348)
9408 (window--state-put-2): Install a window parameter only if it has
9409 a non-nil value or an existing parameter shall be overwritten.
9410
9411 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
9412
9413 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
9414
9415 2012-01-14 Eli Zaretskii <eliz@gnu.org>
9416
9417 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
9418 don't pass the (nil) value of `upnode' to string-match.
9419
9420 2012-01-14 Chong Yidong <cyd@gnu.org>
9421
9422 * startup.el (command-line): Fix X resource class for cursorColor.
9423 Fix values recognized by the cursorBlink resource.
9424
9425 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
9426
9427 * epg.el (epg--make-temp-file): Avoid permission race condition
9428 when running on old Emacs versions (bug#10403).
9429
9430 2012-01-14 Glenn Morris <rgm@gnu.org>
9431
9432 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
9433
9434 2012-01-13 Alan Mackenzie <acm@muc.de>
9435
9436 Fix filling for when filladapt mode is enabled.
9437
9438 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
9439 c-mask-paragraph, pass in `fill-paragraph' rather than
9440 `fill-region-as-paragraph'. (This is a reversion of a previous
9441 change.)
9442 * progmodes/cc-mode.el (c-basic-common-init):
9443 Make fill-paragraph-handle-comment buffer local and set it to nil.
9444
9445 2012-01-13 Glenn Morris <rgm@gnu.org>
9446
9447 * dired.el (dired-switches-escape-p): New function.
9448 (dired-insert-directory): Use dired-switches-escape-p.
9449 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
9450
9451 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
9452
9453 2012-01-12 Glenn Morris <rgm@gnu.org>
9454
9455 * mail/sendmail.el (mail-mode): Update paragraph-separate for
9456 changes in adaptive-fill-regexp. (Bug#10276)
9457
9458 2012-01-11 Alan Mackenzie <acm@muc.de>
9459
9460 Fix Emacs bug #10463 - put `widen's around the critical spots.
9461
9462 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
9463 widen around each invocation of c-state-pp-to-literal. Remove an
9464 unused let variable.
9465
9466 2012-01-11 Glenn Morris <rgm@gnu.org>
9467
9468 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
9469 Doc fix.
9470
9471 2012-01-10 Chong Yidong <cyd@gnu.org>
9472
9473 * net/network-stream.el (network-stream-open-starttls):
9474 Avoid emitting a confusing error message when the server gives a bad
9475 response to the capability command.
9476
9477 2012-01-10 Glenn Morris <rgm@gnu.org>
9478
9479 * mail/unrmail.el (unrmail): Tweak previous change.
9480
9481 2012-01-09 Chong Yidong <cyd@gnu.org>
9482
9483 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
9484
9485 2012-01-08 Alan Mackenzie <acm@muc.de>
9486
9487 Optimise font locking in long enum definitions.
9488
9489 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
9490 arm to a cond form to handle enums.
9491 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
9492 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
9493
9494 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
9495
9496 * files.el (move-file-to-trash): Preserve default file modes on error.
9497 (Bug#10401)
9498
9499 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9500
9501 * faces.el (set-face-attribute): Clarify the meaning of the nil
9502 frame (bug#10294).
9503
9504 * subr.el (with-selected-frame): Mention that the selected frame
9505 is restored (bug#9980).
9506
9507 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
9508 (bug#9759).
9509
9510 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
9511 (password-read): Don't autoload unused function.
9512
9513 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
9514
9515 * progmodes/which-func.el (which-func-mode): Turn into a
9516 non-interactive function and mark as obsolete (bug#10428).
9517
9518 2012-01-06 Chong Yidong <cyd@gnu.org>
9519
9520 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
9521 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
9522 functions, along with 1 and -1.
9523
9524 2012-01-06 Eli Zaretskii <eliz@gnu.org>
9525
9526 * time.el (display-time-load-average)
9527 (display-time-default-load-average): Doc fixes. See the thread
9528 starting at
9529 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
9530 for the details.
9531
9532 2012-01-06 Glenn Morris <rgm@gnu.org>
9533
9534 * mail/unrmail.el (unrmail): Give an explicit error if the input file
9535 has no messages. (Bug#10377)
9536
9537 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
9538 than Info-edit. (Bug#10385)
9539
9540 * time.el (display-time-load-average, display-time-next-load-average):
9541 Doc fixes.
9542
9543 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
9544 local setting of buffer-read-only to the input buffer. (Bug#10419)
9545
9546 * calendar/calendar.el (calendar-mode):
9547 Locally set scroll-margin to 0. (Bug#10379)
9548
9549 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
9550
9551 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
9552
9553 2012-01-05 Glenn Morris <rgm@gnu.org>
9554
9555 * eshell/em-unix.el (diff-no-select): Autoload it.
9556 (eshell/diff): Use diff-no-select. (Bug#10420)
9557
9558 2012-01-05 Chong Yidong <cyd@gnu.org>
9559
9560 * shell.el (shell-dynamic-complete-functions): Revert last change.
9561 (shell-command-completion-function): New function.
9562 (shell-completion-vars): Use it to implement
9563 shell-completion-execonly (Bug#10417).
9564
9565 * custom.el (enable-theme): Don't set custom-safe-themes.
9566
9567 * cus-theme.el (custom-theme-merge-theme):
9568 Ignore custom-enabled-themes and custom-safe-themes.
9569
9570 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
9571
9572 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
9573 first prompt in `sql-interacive-mode'.
9574 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
9575 keywords.
9576 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
9577 (sql-product-interactive): Bug fix: Set `sql-buffer' in
9578 context of original buffer. Invoke `sql-login-hook'.
9579
9580 2012-01-04 Eli Zaretskii <eliz@gnu.org>
9581
9582 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
9583 letters in cite-prefix.
9584
9585 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9586
9587 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
9588
9589 2012-01-03 Chong Yidong <cyd@gnu.org>
9590
9591 * shell.el (shell-dynamic-complete-functions):
9592 Put pcomplete-completions-at-point, so as to try
9593 comint-filename-completion first (Bug#10417).
9594
9595 2012-01-02 Richard Stallman <rms@gnu.org>
9596
9597 * battery.el (battery-status-function):
9598 Detect when to use battery-yeeloong-sysfs.
9599 (battery-echo-area-format): Add string for Yeeloong.
9600 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
9601 (battery-yeeloong-sysfs): New function.
9602
9603 2012-01-02 Chong Yidong <cyd@gnu.org>
9604
9605 * dirtrack.el (dirtrack-list): Eliminate unused third element.
9606 (dirtrack): Merge code for handling relative filenames in prompt
9607 from shell-dir-cookie-watcher.
9608 (dirtrack-debug-message): New arg to avoid excess format calls.
9609
9610 * shell.el (shell-dir-cookie-re): Variable deleted.
9611 (shell-dir-cookie-watcher): Function deleted.
9612 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
9613 with dirtrack-mode.
9614
9615 2012-01-01 Eli Zaretskii <eliz@gnu.org>
9616
9617 * term/w32-win.el (dynamic-library-alist) <gnutls>:
9618 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
9619 libgnutls-26.dll.
9620
9621 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
9622
9623 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
9624
9625 2011-12-31 Eli Zaretskii <eliz@gnu.org>
9626
9627 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
9628 headers of non-MIME messages, when rmail-enable-mime is non-nil.
9629
9630 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
9631
9632 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
9633 also for alternative shells.
9634 (tramp-open-connection-setup-interactive-shell): Check, whether
9635 the shell is a busybox.
9636 (tramp-send-command): Don't suppress multiple prompts for
9637 busyboxes, it hurts.
9638
9639 2011-12-28 Chong Yidong <cyd@gnu.org>
9640
9641 * progmodes/gdb-mi.el (gdb-get-source-file-list)
9642 (gdb-get-source-file): Move mode line update to
9643 gdb-get-source-file (Bug#10087).
9644
9645 2011-12-25 Chong Yidong <cyd@gnu.org>
9646
9647 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
9648 gud-gdb-marker-filter without taking it as an argument.
9649 (gud-gdb-run-command-fetch-lines): Caller changed.
9650 (gud-gdb-completion-function): New variable.
9651 (gud-gdb-completion-at-point): Use it.
9652 (gud-gdb-completions-1): Split from gud-gdb-completions.
9653
9654 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
9655 function as separate arguments.
9656 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
9657 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
9658 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
9659 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
9660 (gdb-stopped, def-gdb-auto-update-trigger)
9661 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
9662 (gdb-get-changed-registers, gdb-get-main-selected-frame):
9663 Callers changed.
9664 (gud-gdbmi-completions): New function.
9665 (gdb): Use it for generating the completion table.
9666
9667 2011-12-24 Alan Mackenzie <acm@muc.de>
9668
9669 Introduce a mechanism to widen the region used in context font
9670 locking. Use this to protect declarations from losing their contexts.
9671
9672 * progmodes/cc-langs.el (c-before-font-lock-functions):
9673 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
9674 (c-before-context-fontification-functions): New defvar, a list of
9675 functions to be run just before context (etc.) font locking.
9676
9677 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
9678 New, functionality extracted from
9679 c-neutralize-syntax-in-and-mark-CPP.
9680 (c-in-after-change-fontification): New variable.
9681 (c-after-change): Set c-in-after-change-fontification.
9682 (c-set-fl-decl-start): Rejig its interface, so it can be called
9683 from both after-change and context fontifying.
9684 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
9685 New functions.
9686 (c-standard-font-lock-fontify-region-function): New variable.
9687 (c-font-lock-fontify-region): New function.
9688
9689 2011-12-24 Juri Linkov <juri@jurta.org>
9690
9691 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
9692 (Bug#10348)
9693
9694 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
9695
9696 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
9697 existence of source file. (Bug#10325)
9698
9699 2011-12-23 Alan Mackenzie <acm@muc.de>
9700
9701 Fix unstable fontification inside templates.
9702
9703 * progmodes/cc-langs.el (c-before-font-lock-functions):
9704 Newly created from the singular version. The (c c++ objc) entry now
9705 additionally has c-set-fl-decl-start. The other languages (apart
9706 from AWK) have that as a single entry.
9707
9708 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9709 The functionality for "local" declarations has been extracted to
9710 c-set-fl-decl-start.
9711
9712 * progmodes/cc-mode.el (c-common-init, c-after-change):
9713 Changes due to pluralisation of c-before-font-lock-functions.
9714 (c-set-fl-decl-start): New function, extracted from
9715 c-font-lock-enclosing-decls and enhanced.
9716
9717 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
9718
9719 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
9720
9721 2011-12-22 Juri Linkov <juri@jurta.org>
9722
9723 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
9724
9725 2011-12-22 Chong Yidong <cyd@gnu.org>
9726
9727 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
9728
9729 2011-12-21 Drew Adams <drew.adams@oracle.com>
9730
9731 * files.el (file-remote-p): Fix docstring. (Bug#10319)
9732
9733 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
9734
9735 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
9736
9737 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9738
9739 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
9740 highlighting and support. Fix up comments for capitalization.
9741 (cfengine-mode-debug): New var.
9742 (cfengine3-mode): Change the modeline indicator to "CFE3".
9743 (cfengine3-font-lock-keywords): Improve defun highlighting.
9744 (cfengine2-actions): Rename from `cfengine-actions'.
9745 (cfengine2-font-lock-keywords): Rename from
9746 `cfengine-font-lock-keywords'.
9747 (cfengine2-imenu-expression): Rename from
9748 `cfengine-imenu-expression'.
9749 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
9750 (cfengine2-beginning-of-defun): Rename from
9751 `cfengine-beginning-of-defun'.
9752 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
9753 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
9754 (cfengine2-mode): Rename from `cfengine-mode'. Change the
9755 modeline indicator to "CFE2".
9756 (cfengine-mode): Defalias to `cfengine-auto-mode'.
9757 (cfengine-mode-abbrevs): Mark obsolete.
9758
9759 2011-12-21 Chong Yidong <cyd@gnu.org>
9760
9761 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
9762 filename argument.
9763
9764 2011-12-20 Martin Rudalics <rudalics@gmx.at>
9765
9766 * window.el (window-normalize-buffer-to-display): Remove.
9767 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
9768
9769 2011-12-19 Chong Yidong <cyd@gnu.org>
9770
9771 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
9772 Don't signal an error in a predicate function; return non-nil.
9773 (vc-dir-mark-file): Move the error here.
9774 (vc-dir-mark-unmark): If acting on the region, keep going if one
9775 of the entries cannot be marked/unmarked.
9776 (vc-dir-mark-all-files): If current entry is a directory, mark
9777 only child files, as documented.
9778
9779 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
9780
9781 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
9782 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
9783 addition.
9784
9785 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
9786
9787 * term/ns-win.el (ns-get-selection-internal)
9788 (ns-store-selection-internal): Declare.
9789 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
9790 Declare as obsolete.
9791 (ns-get-pasteboard, ns-paste-secondary):
9792 Use ns-get-selection-internal.
9793 (ns-set-pasteboard, ns-copy-including-secondary):
9794 Use ns-store-selection-internal.
9795
9796 2011-12-17 Chong Yidong <cyd@gnu.org>
9797
9798 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9799 (vc-deduce-fileset): Doc fix.
9800
9801 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
9802
9803 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
9804
9805 2011-12-13 Sam Steingold <sds@gnu.org>
9806
9807 * man.el (Man-getpage-in-background): When running under a
9808 window-system, ignore $MANWIDTH and $COLUMNS.
9809
9810 2011-12-15 Kenichi Handa <handa@m17n.org>
9811
9812 * language/ethio-util.el: Change coding tag to utf-8-emacs.
9813 (setup-ethiopic-environment-internal): Comment out key-binding for
9814 ethio-toggle-punctuation.
9815
9816 2011-12-13 Alan Mackenzie <acm@muc.de>
9817
9818 Add the switch statement to AWK Mode.
9819
9820 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
9821 "default" to the keywords regexp.
9822
9823 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
9824 expression as the rest.
9825 (c-nonlabel-token-key): Allow string literals for AWK.
9826 Refactor for the other modes.
9827
9828 Large brace-block initialisation makes CC Mode slow: Fix.
9829 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
9830 routines. Limit backward searching in c-font-lock-enclosing.decl.
9831
9832 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
9833 pp-state and literal type in addition to the limits.
9834 (c-state-safe-place): New defun, extracted from c-state-literal-at.
9835 (c-state-literal-at): Use the above new defun.
9836 (c-slow-in-literal, c-fast-in-literal): Remove.
9837 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
9838
9839 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
9840 being in a literal. Add a limit for backward searching.
9841
9842 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
9843 c-slow-in-literal.
9844
9845 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9846
9847 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
9848
9849 2011-12-13 Martin Rudalics <rudalics@gmx.at>
9850
9851 * window.el (delete-other-windows): Use correct frame in call to
9852 window-with-parameter.
9853
9854 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
9855
9856 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
9857 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
9858 (makefile-gmake-statements, makefile-makepp-statements):
9859 Use it and add new makepp keywords.
9860 (makefile-makepp-font-lock-keywords): Add new patterns.
9861 (makefile-match-function-end): Match new [...] and [[...]].
9862
9863 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
9864
9865 * ses.el (ses-call-printer-return, ses-cell-property-get)
9866 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
9867 (ses-create-cell-variable, ses-reset-header-string)
9868 (ses-cell-set-formula, ses-repair-cell-reference-all)
9869 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
9870 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
9871 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
9872 (ses-aset-with-undo, ses-load, ses-truncate-cell)
9873 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
9874 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
9875 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
9876 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
9877 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
9878 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
9879 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
9880 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
9881
9882 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
9883
9884 * ses.el: The overall change is to add cell renaming, that is
9885 setting fancy names for cell symbols other than name matching
9886 "\\`[A-Z]+[0-9]+\\'" regexp .
9887 (ses-create-cell-variable): New defun.
9888 (ses-relocate-formula): Relocate formulas only for cells the
9889 symbols of which are not renamed, i.e. symbols whose names do not
9890 match regexp "\\`[A-Z]+[0-9]+\\'".
9891 (ses-relocate-all): Relocate values only for cells the symbols of
9892 which are not renamed.
9893 (ses-load): Create cells variables as the (ses-cell ...) are read,
9894 in order to check row col consistency with cell symbol name only
9895 for cells that are not renamed.
9896 (ses-replace-name-in-formula): New defun.
9897 (ses-rename-cell): New defun.
9898
9899 2011-12-11 Chong Yidong <cyd@gnu.org>
9900
9901 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
9902 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
9903
9904 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
9905
9906 * window.el (other-window): Fix docstring.
9907
9908 2011-12-10 Eli Zaretskii <eliz@gnu.org>
9909
9910 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
9911 `from' or `to' address before taking its substring.
9912 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
9913 encoded name is chopped in the middle of the encoded string, and
9914 thus displayed encoded.
9915
9916 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
9917
9918 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
9919
9920 2011-12-10 Eli Zaretskii <eliz@gnu.org>
9921
9922 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
9923 to use texinfo-update-node and commands that call it if the
9924 Texinfo file uses @node lines without next/prev/up pointers.
9925 Correct outdated description about texinfo-master-menu.
9926 (texinfo-all-menus-update, texinfo-master-menu)
9927 (texinfo-update-node, texinfo-every-node-update)
9928 (texinfo-multiple-files-update): Doc fix. Warn against updating
9929 all the @node lines.
9930 (texinfo-master-menu): Only call texinfo-update-node if the prefix
9931 argument is numeric. Explain better in the doc string what the
9932 function really does.
9933 (texinfo-insert-master-menu-list): Improve the error message
9934 displayed if there's no menu in the Top node.
9935 (Bug#2975) See also this thread:
9936 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
9937
9938 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
9939
9940 * speedbar.el (speedbar-supported-extension-expressions):
9941 Add .adb and .ads, commonly used for Ada source code (bug#10256).
9942
9943 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
9944
9945 * printing.el (pr-mode-alist):
9946 * simple.el (filter-buffer-substring-functions)
9947 (completion-list-insert-choice-function):
9948 * window.el (window-with-parameter, window-atom-root)
9949 (window-sides-slots, window-size-fixed, window-min-delta)
9950 (window-max-delta, window--resize-mini-window)
9951 (window--resize-child-windows-normal, window-tree)
9952 (delete-other-windows, quit-window, split-window)
9953 (display-buffer-record-window, special-display-buffer-names)
9954 (special-display-regexps, special-display-popup-frame)
9955 (same-window-p, split-window-sensibly)
9956 (display-buffer-overriding-action, display-buffer-alist)
9957 (display-buffer-base-action, display-buffer, switch-to-buffer)
9958 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
9959 (fit-window-to-buffer, recenter-positions)
9960 (mouse-autoselect-window-state, mouse-autoselect-window-select):
9961 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
9962 and remove unneeded backslashes in docstrings.
9963
9964 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
9965
9966 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
9967
9968 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
9969 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
9970 end in ".mk".
9971 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
9972 when reading the makefile (bug#10116).
9973
9974 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9975
9976 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
9977 (bug#10116).
9978
9979 2011-12-06 Glenn Morris <rgm@gnu.org>
9980
9981 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
9982
9983 2011-12-06 Chong Yidong <cyd@gnu.org>
9984
9985 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
9986
9987 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
9988
9989 * textmodes/table.el (table-shorten-cell): Fix typo.
9990
9991 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
9992
9993 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
9994
9995 2011-12-05 Eli Zaretskii <eliz@gnu.org>
9996
9997 * descr-text.el (describe-char): Fix display of strong
9998 right-to-left characters and directional embeddings and overrides.
9999
10000 * simple.el (what-cursor-position): Fix display of codepoints of
10001 strong right-to-left characters.
10002
10003 2011-12-05 Chong Yidong <cyd@gnu.org>
10004
10005 * faces.el (read-color): Doc fix.
10006
10007 2011-12-05 Glenn Morris <rgm@gnu.org>
10008
10009 * align.el (align--set-marker): Add doc-string.
10010 Don't try to move something that is not a marker. (Bug#10216)
10011
10012 2011-12-04 Glenn Morris <rgm@gnu.org>
10013
10014 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
10015 overly zealous deletion of trailing whitespace.
10016
10017 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
10018
10019 * server.el (server-delete-client): On Windows, do not try to delete
10020 the only terminal.
10021 (server-process-filter): On Windows, treat requests for a tty frame as
10022 if they were for a GUI frame if the running server is in GUI mode.
10023
10024 2011-12-03 Glenn Morris <rgm@gnu.org>
10025
10026 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
10027
10028 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * electric.el: Streamline electric-indent's hook.
10031 (electric-indent-chars): Revert to simple list.
10032 (electric-indent-functions): New var.
10033 (electric-indent-post-self-insert-function): Use it.
10034
10035 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
10036 there's no inferior buffer (bug#10196).
10037 (prolog-consult-compile): Don't use toggle-read-only.
10038
10039 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
10040
10041 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
10042 interrupt. (Bug#10187)
10043
10044 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
10047 (bug#9160).
10048
10049 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
10050 (bug#10191).
10051
10052 2011-12-02 Juri Linkov <juri@jurta.org>
10053
10054 * info.el (Info-search): Display "end of manual" when Isearch
10055 reaches the end of single-file Info manual. (Bug#9918)
10056
10057 2011-12-02 Eli Zaretskii <eliz@gnu.org>
10058
10059 * isearch.el (isearch-message-prefix): Run the input method part
10060 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
10061
10062 2011-12-02 Juri Linkov <juri@jurta.org>
10063
10064 * isearch.el (isearch-occur): Use `word-search-regexp' for
10065 `isearch-word'.
10066 (isearch-search-and-update): Add condition for `isearch-word' and
10067 call `word-search-regexp'. (Bug#10145)
10068
10069 2011-12-01 Glenn Morris <rgm@gnu.org>
10070
10071 * eshell/em-hist.el (eshell-hist-initialize):
10072 Handle eshell-history-size nil and HISTSIZE set or unset.
10073 (eshell-history-file-name, eshell-history-size): Fix custom type.
10074
10075 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
10078
10079 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
10080
10081 * progmodes/verilog-mode.el (verilog-pretty-expr):
10082 Rework verilog-pretty-expr to handle new assignment operators in system
10083 verilog, such as += *= and the like.
10084 (verilog-assignment-operator-re): Regular expression to find the
10085 assigment operator in a verilog assignment.
10086 (verilog-assignment-operation-re): Regular expression to find an
10087 assignment statement for pretty-expr.
10088 (verilog-in-attribute-p): Query returns true if point is in an
10089 attribute context; used to skip these for expression line up from
10090 pretty-expr.
10091 (verilog-in-parameter-p): Query returns true if point is in an
10092 parameter definition context; used to skip these for expression
10093 line up from pretty-expr.
10094 (verilog-in-parenthesis-p): Query returns true if point is in a
10095 parenthetical expression, specifically ( ) but not [ ] or { };
10096 used by pretty-expr.
10097 (verilog-just-one-space): If there is no space, don't add one.
10098 (verilog-get-lineup-indent-2): Specifically skip just attribute
10099 contexts for expression lineup, rather than skipping all
10100 parenthetical expressions.
10101 (verilog-calculate-indent): Fix comment, and fix indent.
10102 (verilog-do-indent): Indent declarations in lists (suggested by
10103 Joachim Lechner).
10104 (verilog-mode-abbrev-table): Populate abbrev mode with the various
10105 skeleton items.
10106 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
10107 by Alain Mellan).
10108
10109 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
10110
10111 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
10112 parameters with embedded comments. Reported by Ray Stevens.
10113 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
10114 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
10115 Reported by Tim Holt.
10116 (verilog-auto): Fix AUTOing a upper module then AUTOing module
10117 instantiated by upper module causing wrong expansion until AUTOed a
10118 second time. Reported by K C Buckenmaier.
10119 (verilog-diff-auto): Fix showing .* as a difference when
10120 `verilog-auto-star-save' off. Reported by Dan Dever.
10121 (verilog-auto-reset, verilog-read-always-signals)
10122 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
10123 temporary signals in reset list if
10124 verilog-auto-reset-blocking-in-non is nil, and match assignment
10125 style to each signal's assignment type, bug381.
10126 Reported by Thomas Esposito.
10127 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
10128 (verilog-uvm-statement-re): Support UVM indentation and
10129 highlighting, with old OVM keywords only.
10130 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
10131 Support AUTOTIEOFF creating non-wire data types.
10132 Suggested by Jonathan Greenlaw.
10133 (verilog-auto-insert-lisp, verilog-delete-to-paren)
10134 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
10135 (verilog-inject-sense, verilog-read-inst-pins)
10136 (verilog-read-sub-decls, verilog-read-sub-decls-line):
10137 Fix mismatching parenthesis inside commented out code when deleting
10138 AUTOINST, bug383. Reported by Jonathan Greenlaw.
10139 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
10140 non-numeric vector width. Reported by Alex Reed.
10141 (verilog-auto-ascii-enum): Add "onehot" option to work around not
10142 detecting signals with parameter widths. Reported by Alex Reed.
10143 (verilog-auto-delete-trailing-whitespace):
10144 With `verilog-auto-delete-trailing-whitespace' remove trailing
10145 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
10146 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
10147 Fix verilog-scan-cache corruption when running user AUTO expansion
10148 hooks that call indentation routines.
10149 (verilog-simplify-range-expression): Fix typo ignoring lower case
10150 identifiers.
10151 (verilog-delete-auto): Fix delete-autos to also remove user created
10152 automatics, as long as they start with AUTO.
10153 (verilog-batch-diff-auto, verilog-diff-auto)
10154 (verilog-diff-function): Add `verilog-diff-auto' and bind to
10155 "C-c?" to report differences in AUTO expansion, ignoring spaces.
10156 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
10157 (verilog-in-paren-quick, verilog-re-search-backward-quick)
10158 (verilog-re-search-forward-quick, verilog-syntax-ppss):
10159 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
10160 is disabled and its cache will get corrupt, causing AUTOS not to
10161 expand. Instead use only -quick functions.
10162 (verilog-scan-region): Fix scanning over escaped quotes.
10163 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
10164 (verilog-re-search-backward-quick)
10165 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
10166 related functions now ignore strings, to fix misparsing of strings
10167 with magic comments embedded in them.
10168 (verilog-read-auto-template):
10169 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
10170 Reported by Brad Dobbie.
10171 (verilog-read-auto-template):
10172 Fix 'verilog-auto-inst-template-numbers' with comments.
10173 Reported by Brad Dobbie.
10174 (verilog-auto-inst, verilog-auto-inst-param)
10175 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
10176 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
10177 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
10178 debugging templates without merge conflicts, bug357.
10179 Reported by Brad Dobbie.
10180 (verilog-read-auto-template):
10181 Fix verilog-auto-inst-template-numbers with multiple templates.
10182 Reported by Brad Dobbie.
10183 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
10184 abbrevs so user won't be asked to save.
10185 (verilog-read-auto-lisp-present): Fix to start at beginning of
10186 buffer in case called outside of verilog-auto.
10187 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
10188 to "X-2". Reported by Matthew Myers.
10189 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
10190 all inputs from module templates. Reported by Leith Johnson.
10191 (verilog-module-inside-filename-p): Fix locating programs as with
10192 modules.
10193 (verilog-auto-inst-port): Fix vl-width expressions when using
10194 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
10195 (verilog-decls-get-regs, verilog-decls-get-signals,
10196 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
10197 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
10198 verilog-read-decls): Combine reg and wire structures into one var
10199 structure to represent SystemVerilog concepts.
10200 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
10201 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
10202 (verilog-auto-wire-type, verilog-insert-definition):
10203 Add verilog-auto-wire-type and AUTOLOGIC to support using
10204 SystemVerilog "logic" keyword instead of "wire"/"reg".
10205 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
10206 to declares outputs that also have assignments (presumably in an
10207 ifdef or generate if so there's not a driver conflict).
10208 Reported by Matthew Myers.
10209 (verilog-auto-declare-nettype, verilog-insert-definition):
10210 Add verilog-auto-declare-nettype to fix declarations using
10211 `default_nettype none. Reported by Julian Gorfajn.
10212 (verilog-read-always-signals-recurse, verilog-read-decls)
10213 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
10214 malformed end statement, bug325. Reported by Joshua Wise and
10215 Andrew Drake.
10216 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
10217 (verilog-inst-comment-re): Fix not deleting Interfaced comment
10218 when expanding .* in interfaces, bug320.
10219 Reported by Pierre-David Pfister.
10220 (verilog-read-module-name): Fix import statements between module
10221 name and open parenthesis, bug317.
10222 Reported by Pierre-David Pfister.
10223 (verilog-simplify-range-expression): Fix simplification of
10224 multiplications inside AUTOWIRE connections, bug303.
10225 (verilog-auto-inst-port): Support parameter expansion in
10226 multidimensional arrays.
10227 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
10228 after "assert property". Reported by Julian Gorfajn.
10229 (verilog-simplify-range-expression): Fix "couldn't merge" errors
10230 with multiplication, bug303.
10231 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
10232 Reported by Jan Frode Lonnum.
10233
10234 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
10235
10236 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
10237 (hfy-shell-file-name, hfy-shell):
10238 * international/fontset.el (x-decompose-font-name): Fix typos.
10239
10240 2011-11-29 Ken Brown <kbrown@cornell.edu>
10241
10242 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
10243 (gdb-version): Remove defvar.
10244 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
10245 (gdb-gud-context-command, gdb-non-stop-handler)
10246 (gdb-current-context-command, gdb-stopped): Use it.
10247 (gdb-init-1): Enable pretty printing here.
10248 (gdb-non-stop-handler): Don't enable pretty-printing here.
10249 Check to see if the target supports non-stop mode; if not, turn off
10250 non-stop mode. Use the following.
10251 (gdb-check-target-async): New defun.
10252 (gud-watch, gdb-stopped): Fix whitespace.
10253 (gdb-get-source-file): Don't try to display the source file if
10254 `gdb-main-file' is nil.
10255
10256 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * align.el: Try to generate fewer markers (bug#10047).
10259 (align--set-marker): New macro.
10260 (align-region): Use it.
10261
10262 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10263
10264 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
10265
10266 2011-11-29 Chong Yidong <cyd@gnu.org>
10267
10268 * indent.el (indent-for-tab-command, indent-according-to-mode):
10269 Doc fix.
10270 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
10271
10272 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
10273
10274 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
10275 aware of remote file names. (Bug#10124)
10276
10277 2011-11-29 Chong Yidong <cyd@gnu.org>
10278
10279 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
10280
10281 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10282
10283 * files.el (find-file): Don't use force-same-window (bug#10144).
10284 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
10285 use pop-to-buffer if the selected window can't be used.
10286 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
10287
10288 2011-11-28 Eli Zaretskii <eliz@gnu.org>
10289
10290 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
10291 special-mode-map.
10292
10293 2011-11-28 Chong Yidong <cyd@gnu.org>
10294
10295 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
10296
10297 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
10298
10299 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
10300 gdb-get-source-file-list on gdb-create-source-file-list.
10301
10302 2011-11-26 Eli Zaretskii <eliz@gnu.org>
10303
10304 * whitespace.el (whitespace-newline): Use a different foreground
10305 color for 16-color light-background displays.
10306
10307 2011-11-24 Chong Yidong <cyd@gnu.org>
10308
10309 * window.el (display-buffer--special-action): Doc fix.
10310
10311 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
10312
10313 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
10314 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
10315 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
10316 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
10317 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
10318 (avl-tree-stack-first):
10319 * emacs-lisp/cconv.el (cconv--analyse-use):
10320 * net/gnutls.el (gnutls-negotiate): Fix typos.
10321
10322 2011-11-24 Glenn Morris <rgm@gnu.org>
10323
10324 * lpr.el (lpr-windows-system, lpr-lp-system):
10325 * mail/binhex.el (binhex-begin-line):
10326 * progmodes/grep.el (grep-history, grep-find-history):
10327 * textmodes/flyspell.el:
10328 * vc/pcvs-defs.el (cvs-global-menu):
10329 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
10330 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
10331 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
10332
10333 * net/tls.el: Fix case of "GnuTLS".
10334
10335 * paths.el (rmail-file-name): Format doc-string for make-docfile.
10336
10337 * version.el (emacs-build-system): Give it a doc-string.
10338
10339 2011-11-24 Juri Linkov <juri@jurta.org>
10340
10341 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
10342
10343 2011-11-24 Glenn Morris <rgm@gnu.org>
10344
10345 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
10346 if called on a non-mime message just toggle the headers. (Bug#8006)
10347
10348 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
10349
10350 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
10351 (allout-lead-with-comment-string, allout-structure-deleted-hook)
10352 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
10353 (allout-rebullet-heading, allout-open-sibtopic)
10354 (allout-toggle-current-subtree-encryption)
10355 (allout-toggle-subtree-encryption, allout-encrypt-string)
10356 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
10357 (allout-distinctive-bullets-string, allout-auto-activation):
10358 * window.el (window-normalize-buffer-to-display):
10359 * progmodes/verilog-mode.el (verilog-batch-indent):
10360 * textmodes/bibtex.el (bibtex-field-braces-opt)
10361 (bibtex-field-strings-opt):
10362 * vc/cvs-status.el (cvs-tree-merge):
10363 Fix typos.
10364
10365 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
10366
10367 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
10368 `non-essential' to t, in order to avoid remote connections.
10369
10370 2011-11-23 Eli Zaretskii <eliz@gnu.org>
10371
10372 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10373 On MS-DOS and MS-Windows, compare with loaddefs.el
10374 case-insensitively.
10375
10376 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10377
10378 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
10379
10380 2011-11-23 Glenn Morris <rgm@gnu.org>
10381
10382 * paths.el (rmail-file-name): Reformat the doc-string so that it
10383 is picked up.
10384
10385 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
10386 (rmail-auto-file): Ignore case in the "special" field names,
10387 as mail-fetch-field does for all others.
10388
10389 * mail/rmail.el (rmail-forward):
10390 * mail/rmailkwd.el (rmail-set-label):
10391 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
10392 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
10393
10394 * mail/rmail.el (rmail-current-message): Doc fix.
10395
10396 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
10397
10398 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10399
10400 * server.el (server-eval-and-print): Allow C-g (bug#6585).
10401
10402 2011-11-22 Glenn Morris <rgm@gnu.org>
10403
10404 * mail/rmailmm.el (test-rmail-mime-handler)
10405 (test-rmail-mime-bulk-handler)
10406 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
10407
10408 2011-11-21 Juri Linkov <juri@jurta.org>
10409
10410 * calc/calc.el (calc-read-key-sequence):
10411 Let-bind `input-method-function' to nil. (Bug#10018)
10412
10413 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10414
10415 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
10416 Tell the caller that the next line needs recomputation, even
10417 though it doesn't start a sexp (bug#10094).
10418
10419 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
10422
10423 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10424
10425 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
10426 Use force-same-window.
10427
10428 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
10429
10430 * descr-text.el (describe-char-unicode-data):
10431 * json.el (json-string-escape):
10432 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
10433 (Footnote-unicode, Footnote-style-p):
10434 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
10435
10436 2011-11-20 Chong Yidong <cyd@gnu.org>
10437
10438 * window.el (replace-buffer-in-windows): Restore interactive spec.
10439
10440 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10441
10442 * electric.el (electric-indent-mode): Fix last change (too optimistic).
10443
10444 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
10445 (byte-compile-global-not-obsolete-vars): New var.
10446 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
10447 Use it.
10448 (byte-compile-warn-obsolete): Align text with the one in *Help*.
10449
10450 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
10451
10452 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
10453 * progmodes/pascal.el (electric-pascal-equal):
10454 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
10455 * xml.el (xml-substitute-special): Fix typos.
10456
10457 2011-11-20 Glenn Morris <rgm@gnu.org>
10458
10459 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
10460 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
10461 Doc fixes.
10462 (rmail-decode-mime-charset): Mark as obsolete.
10463
10464 * mail/rmailsum.el (rmail-message-regexp-p-1):
10465 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
10466 Before using mime functions, check they are set. (Bug#10077)
10467
10468 2011-11-19 Juri Linkov <juri@jurta.org>
10469
10470 * info.el (Info-finder-find-node): Use `package--builtins' instead
10471 of `package-alist'. Use node names formed by the pattern "Keyword "
10472 and the keyword name.
10473
10474 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
10475
10476 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
10477
10478 2011-11-19 Juri Linkov <juri@jurta.org>
10479
10480 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
10481 that calls `revert-buffer' on all Info buffers. (Bug#9915)
10482 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
10483 `old-history', `old-history-forward'. Add let-binding
10484 `window-selected'. Remove calls to `kill-buffer',
10485 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
10486 before calling `Info-find-node', so `Info-find-node-2' will reread
10487 the Info file. Restore window positions only when `window-selected'
10488 is non-nil.
10489
10490 2011-11-19 Juri Linkov <juri@jurta.org>
10491
10492 * isearch.el (isearch-lazy-highlight-new-loop):
10493 Remove condition `(not isearch-error)'. (Bug#9918)
10494
10495 * misearch.el (multi-isearch-search-fun): Add condition
10496 `(not bound)' to ignore lazy-highlighting search.
10497 Add the search-failed message "end of multi" when the end of
10498 multi-sequence is reached. Uncapitalize the search-failed
10499 message "Repeat for next buffer".
10500
10501 * info.el (Info-search): Add the search-failed message
10502 "end of the manual" when the end of the manual is reached
10503 in Isearch mode.
10504
10505 2011-11-19 Juri Linkov <juri@jurta.org>
10506
10507 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
10508 Use non-destructive `remove' instead of `delete' because
10509 `Info-history-list' stored to `Info-isearch-initial-history-list' in
10510 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
10511
10512 2011-11-19 Juri Linkov <juri@jurta.org>
10513
10514 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
10515 to nil instead of binding `search-ring' and `regexp-search-ring'.
10516 (Bug#9185)
10517
10518 2011-11-19 Eli Zaretskii <eliz@gnu.org>
10519
10520 * simple.el (line-move): Force movement by logical lines for any
10521 hscrolled window, not only when auto-hscroll-mode is on.
10522 (line-move-visual): Update doc string to that effect. (Bug#10076)
10523
10524 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
10525
10526 * language/european.el (macintosh): Define as alias for mac-roman.
10527
10528 2011-11-19 Eli Zaretskii <eliz@gnu.org>
10529
10530 * mail/rmailmm.el (rmail-mime-display-header)
10531 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
10532 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
10533 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
10534 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
10535 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
10536 of a raw aref.
10537 (rmail-mime-entity-segment): To get past the tagline, move forward
10538 2 more lines, to account for the 2 empty lines that precede and
10539 follow the line with the buttons.
10540 (rmail-mime-update-tagline): Move one more line, to get past the
10541 empty line that follows the buttons in the tagline. (Bug#9520)
10542
10543 2011-11-19 Martin Rudalics <rudalics@gmx.at>
10544
10545 * window.el (window-max-delta-1, window-min-delta-1)
10546 (window-min-size-1, window-state-get-1, window-state-put-1)
10547 (window-state-put-2): Use "window--" prefix.
10548
10549 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10550
10551 * emacs-lisp/smie.el: Improve warnings and conflict detection.
10552 (smie-warning-count): New var.
10553 (smie-set-prec2tab): Use it.
10554 (smie-bnf->prec2): Improve warnings. Add docstring.
10555 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
10556 (smie-bnf--set-class): New function.
10557 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
10558 corner case.
10559
10560 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
10561 (compilation-error-properties, compilation-move-to-column):
10562 Handle compilation-first-column while in the target buffer.
10563
10564 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
10565 Don't hardcode point-min==1.
10566
10567 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
10568 (eshell-rewrite-for-command): Remove workaround.
10569 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
10570 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
10571 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
10572
10573 * files-x.el (modify-file-local-variable): Obey commenting conventions.
10574
10575 2011-11-17 Glenn Morris <rgm@gnu.org>
10576
10577 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10578 Ignore buffer-local generated-autoload-file if it is the same
10579 as the global value. (Bug#10049)
10580
10581 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
10582
10583 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
10584 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
10585 (reftex-toc-previous-heading, reftex-toc-max-level)
10586 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
10587 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
10588 (reftex-toc-do-promote, reftex-toc-promote-prepare)
10589 (reftex-toc-promote-action, reftex-toc-extract-section-number)
10590 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
10591 (reftex-toc-rename-label, reftex-toc-visit-location)
10592 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
10593 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
10594 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
10595 leaving "*toc*" only for references to the buffer.
10596
10597 2011-11-17 Martin Rudalics <rudalics@gmx.at>
10598
10599 * window.el (window-resize, delete-window, split-window):
10600 Replace window-splits by window-combination-resize.
10601 * cus-start.el (window-splits): Replace by window-combination-resize.
10602
10603 2011-11-17 Glenn Morris <rgm@gnu.org>
10604
10605 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10606 Make bash entry derive from sh entry, not shell entry.
10607
10608 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
10609
10610 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
10611 local file name.
10612
10613 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
10614
10615 * menu-bar.el (menu-bar-file-menu):
10616 * printing.el (pr-ps-utility):
10617 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
10618 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
10619 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
10620 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
10621 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
10622 (icalendar--convert-cyclic-to-ical)
10623 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
10624 (icalendar--convert-ical-to-diary)
10625 (icalendar--convert-recurring-to-diary)
10626 (icalendar--convert-non-recurring-all-day-to-diary)
10627 (icalendar-import-format-sample):
10628 * progmodes/idlw-shell.el (idlwave-shell-mode):
10629 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
10630 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
10631 (vhdl-ps-print-init): Fix typos.
10632
10633 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
10634
10635 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
10636 FSF and collapse date sequence, obscure author/maintainer email address
10637 better, remove extra version line, track relocation of author's webpage.
10638
10639 * progmodes/python.el (python-pdbtrack-input-prompt)
10640 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
10641 regular python pdb prompts. Adjustments shamelessly taken exactly as
10642 suggested in EmacsWiki page (tiny change):
10643 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
10644
10645 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
10646
10647 * expand.el (expand-pos, expand-index, expand-point):
10648 Remove redundant info from docstring.
10649 (expand-add-abbrevs): Doc fix.
10650 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
10651 (expand-sample-perl-mode-expand-list): Fix typos.
10652
10653 * net/dbus.el (dbus-event-member-name):
10654 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
10655 * term/pc-win.el (msdos-create-frame-with-faces):
10656 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
10657
10658 2011-11-16 Martin Rudalics <rudalics@gmx.at>
10659
10660 * window.el (split-window, window-state-get-1)
10661 (window-state-put-1, window-state-put-2): Rename occurrences of
10662 window-nest to window-combination-limit.
10663 * cus-start.el (window-nest): Rename to window-combination-limit.
10664
10665 2011-11-16 Chong Yidong <cyd@gnu.org>
10666
10667 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
10668 regexp (Bug#10033).
10669
10670 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10671
10672 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
10673 `completing-read' will remove *Completions* and will preserve
10674 current-buffer for us.
10675 (tmm-add-prompt): Users of *Completions* will always (re)set its
10676 major mode.
10677 (tmm-old-comp-map): Remove.
10678
10679 2011-11-16 Glenn Morris <rgm@gnu.org>
10680
10681 * mail/rmailedit.el: Require rmailmm when compiling.
10682 (rmail-old-mime-state): New declaration.
10683 (rmail-edit-current-message): If editing a mime message,
10684 edit the "raw" message from the mbox buffer.
10685 (rmail-cease-edit): Handle mime messages. (Bug#9840)
10686
10687 2011-11-15 Glenn Morris <rgm@gnu.org>
10688
10689 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
10690 which wasn't being used. Add optional arg to force given state.
10691 (rmail-mime): Add optional arg to force given state.
10692
10693 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
10694
10695 * allout.el (allout-encryption-plaintext-sanitization-regexps):
10696 * frame.el (display-mm-dimensions-alist):
10697 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
10698 (outline-move-subtree-down):
10699 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
10700 (newsticker--treeview-do-get-node):
10701 * net/quickurl.el (quickurl-list-buffer-name):
10702 * progmodes/dcl-mode.el (dcl-mode):
10703 * progmodes/gdb-mi.el (gdb-mapcar*):
10704 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
10705
10706 2011-11-15 Glenn Morris <rgm@gnu.org>
10707
10708 * mail/rmail.el (rmail-file-coding-system): It's only ever used
10709 in a boolean sense, so just make it a boolean, and fix the doc.
10710 (rmail-show-mime-function, rmail-mime-feature)
10711 (rmail-require-mime-maybe): Doc fixes.
10712 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
10713
10714 * mail/rmailmm.el (rmail-show-mime): Doc fix.
10715
10716 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
10717
10718 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
10719 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
10720 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
10721 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
10722
10723 2011-11-15 Glenn Morris <rgm@gnu.org>
10724
10725 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
10726 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
10727 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
10728 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
10729 (rmail-mime, rmail-show-mime): Doc fixes.
10730
10731 * term/ns-win.el (mode-line-frame-identification):
10732 Leave it alone. (Bug#10051)
10733
10734 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
10735
10736 * mail/rmailout.el (rmail-output-to-rmail-buffer):
10737 Handle empty buffers. (Bug#9978)
10738
10739 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
10740
10741 * international/mule.el (define-charset):
10742 * mail/rmailmm.el (rmail-mime-find-header-encoding):
10743 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
10744 * progmodes/verilog-mode.el (verilog-backward-token):
10745 * textmodes/ispell.el (lookup-words):
10746 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
10747
10748 2011-11-14 Glenn Morris <rgm@gnu.org>
10749
10750 * progmodes/executable.el
10751 (executable-make-buffer-file-executable-if-script-p):
10752 Handle file-modes returning nil.
10753
10754 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
10755 message - not necessary, and causes problems. (Bug#9831)
10756
10757 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
10758
10759 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
10760
10761 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
10762 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
10763 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
10764
10765 2011-11-12 Martin Rudalics <rudalics@gmx.at>
10766
10767 * window.el (window-resize, delete-window): Use window-splits
10768 variable instead of function.
10769 (window-state-get-1, window-state-put-2, window-state-put):
10770 Don't deal with windows' splits status.
10771
10772 2011-11-12 Glenn Morris <rgm@gnu.org>
10773
10774 * apropos.el (apropos-do-all, apropos-library, apropos-value)
10775 (apropos-documentation): Doc fixes.
10776
10777 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
10778
10779 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
10780 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
10781
10782 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10783
10784 * electric.el (electric-indent-post-self-insert-function): Make it
10785 possible for a char to only indent in some circumstances.
10786 (electric-indent-mode): Simplify.
10787
10788 2011-11-11 Martin Rudalics <rudalics@gmx.at>
10789
10790 * window.el (windows-with-parameter): Remove unused function.
10791 (windows-at-side): Rename to window-at-side-list.
10792 (window-check, window-atom-check, window-atom-check-1)
10793 (window-side-check, window-size-ignore, window-size-fixed-1)
10794 (window-in-direction-2): Prefix with "window--".
10795 (window-tree-1): Rename to window--subtree, fix doc-string.
10796
10797 2011-11-11 Glenn Morris <rgm@gnu.org>
10798
10799 * subr.el (eval-after-load): If FILE is already loaded,
10800 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
10801
10802 2011-11-10 Glenn Morris <rgm@gnu.org>
10803
10804 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
10805 Call svn via vc-svn-command rather than vc-do-command.
10806 (vc-svn-command): Add --non-interactive. (Bug#9993)
10807 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
10808
10809 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10810 Add toggle-read-only. (Bug#7292)
10811 * files.el (toggle-read-only): Mention that it should only
10812 be used interactively. (Bug#10006)
10813
10814 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10815
10816 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10817 Adjust regexp for OCaml warnings.
10818
10819 * electric.el (electric-pair-post-self-insert-function): Let user
10820 turn it off buffer-locally (bug#9932).
10821
10822 * progmodes/python.el (python-beginning-of-statement):
10823 Rewrite (bug#2703).
10824
10825 * progmodes/compile.el: Better handle TABs (bug#9749).
10826 (compilation-internal-error-properties)
10827 (compilation-next-error-function): Obey the target buffer's
10828 compilation-error-screen-columns.
10829
10830 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
10831
10832 * progmodes/meta-mode.el: Remove obsolete comments.
10833 (meta-right-comment-regexp, meta-ignore-comment-regexp):
10834 Fix typos in docstrings.
10835
10836 2011-11-09 Martin Rudalics <rudalics@gmx.at>
10837
10838 * window.el (window-size-fixed-p): Rewrite doc-string.
10839 (window-resizable-p): Rename to window--resizable-p. Update callers.
10840 (window--resizable): New function. Make all callers of
10841 window-resizable call window--resizable instead.
10842 (window-resizable): Rewrite in terms of window--resizable.
10843
10844 2011-11-08 Glenn Morris <rgm@gnu.org>
10845
10846 * progmodes/delphi.el (delphi-mode-syntax-table):
10847 Let define-derived-mode define a proper syntax table. (Bug#9994)
10848
10849 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10850
10851 * window.el: Stay away from defsubst.
10852 (window-list-no-nils): Remove.
10853 (window-state-get-1, window-state-get): Use backquote instead.
10854
10855 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10856
10857 * emacs-lisp/find-func.el (find-function-read):
10858 Fix incorrect use of default argument in `completing-read'.
10859
10860 2011-11-08 Martin Rudalics <rudalics@gmx.at>
10861
10862 * window.el (display-buffer-function, special-display-function):
10863 Mention display-buffer-record-window but do not mention
10864 help-setup parameter in doc-strings.
10865 (window-min-delta): Fix doc-string typo.
10866
10867 2011-11-08 Chong Yidong <cyd@gnu.org>
10868
10869 * window.el (window-total-height, window-total-width): Doc fix.
10870 (window-body-size): Move from C.
10871 (window-body-height, window-body-width): Move to C.
10872
10873 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10874
10875 * window.el: Make special-display like display-buffer-alist (bug#9532).
10876 (display-buffer--special-action): New function, morphed
10877 from display-buffer--special.
10878 (display-buffer): Use it to handle special-display-buffers at higher
10879 priority (just after display-buffer-alist).
10880 (display-buffer-fallback-action, display-buffer--other-frame-action)
10881 (pop-to-buffer-same-window): Remove display-buffer--special.
10882
10883 2011-11-07 Glenn Morris <rgm@gnu.org>
10884
10885 * calendar/cal-menu.el (cal-menu-set-date-title):
10886 Do nothing if not in a calendar. (Bug#9976)
10887
10888 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10889
10890 * files.el (find-file): Always use selected-window.
10891
10892 2011-11-07 Martin Rudalics <rudalics@gmx.at>
10893
10894 * window.el (window-combinations): Make WINDOW argument
10895 mandatory. Rewrite doc-string.
10896 (walk-window-subtree, window-atom-check, window-min-delta)
10897 (window-max-delta, window--resize-this-window)
10898 (window--resize-root-window-vertically, window-tree)
10899 (balance-windows, window-state-put): Rewrite doc-strings as to
10900 not mention the term "subwindow".
10901 (window--resize-subwindows-skip-p): Rename to
10902 window--resize-child-windows-skip-p.
10903 (window--resize-subwindows-normal): Rename to
10904 window--resize-child-windows-normal.
10905 (window--resize-subwindows): Rename to
10906 window--resize-child-windows.
10907 (window-or-subwindow-p): Rename to window--in-subtree-p.
10908
10909 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10910
10911 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
10912 Ensure that mbox format messages end in two newlines (Bug#9974).
10913
10914 2011-11-06 Chong Yidong <cyd@gnu.org>
10915
10916 * window.el (window-combination-p): Function deleted; its
10917 side-effect is not used in any existing code.
10918 (window-combinations, window-combined-p): Call window-*-child
10919 directly.
10920
10921 2011-11-05 Chong Yidong <cyd@gnu.org>
10922
10923 * window.el (window-valid-p): Rename from window-any-p.
10924 (window-size-ignore, window-state-get): Callers changed.
10925 (window-normalize-window): Rename from window-normalize-any-window.
10926 New arg LIVE-ONLY, replacing window-normalize-live-window.
10927 (window-normalize-live-window): Delete.
10928 (window-combination-p, window-combined-p, window-combinations)
10929 (walk-window-subtree, window-atom-root, window-min-size)
10930 (window-sizable, window-sizable-p, window-size-fixed-p)
10931 (window-min-delta, window-max-delta, window-resizable)
10932 (window-resizable-p, window-full-height-p, window-full-width-p)
10933 (window-current-scroll-bars, window-point-1, set-window-point-1)
10934 (window-at-side-p, window-in-direction, window-resize)
10935 (adjust-window-trailing-edge, maximize-window, minimize-window)
10936 (window-deletable-p, delete-window, delete-other-windows)
10937 (record-window-buffer, unrecord-window-buffer)
10938 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
10939 (quit-window, split-window, window-state-put)
10940 (set-window-text-height, fit-window-to-buffer)
10941 (shrink-window-if-larger-than-buffer): Callers changed.
10942
10943 2011-11-04 Eli Zaretskii <eliz@gnu.org>
10944
10945 * mail/rmail.el (rmail-simplified-subject): Decode subject with
10946 rfc2047-decode-string.
10947 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
10948 warnings.
10949
10950 * window.el (window-body-height, window-body-width): Mention in
10951 the doc string that the return values are in frame's canonical
10952 units. (Bug#9949)
10953
10954 2011-11-03 Alan Mackenzie <acm@muc.de>
10955
10956 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
10957 change in cc-engine.el.
10958
10959 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10960
10961 * window.el (switch-to-buffer): Use `force-same-window' interactively.
10962
10963 2011-11-02 Martin Rudalics <rudalics@gmx.at>
10964
10965 * window.el (quit-window): Call unrecord-window-buffer after
10966 showing another buffer in the window. (Bug#9937)
10967 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
10968
10969 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
10970
10971 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
10972 Accept status with more than 9 shelves. (Bug#9935)
10973 Reported by Colin D Bennett <colin@gibibit.com>.
10974
10975 2011-11-01 Martin Rudalics <rudalics@gmx.at>
10976
10977 * help.el (with-help-window): Don't reference
10978 temp-buffer-show-specifiers in doc-string.
10979
10980 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
10981
10982 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
10983 menu-item.
10984
10985 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10986
10987 * whitespace.el: New version 13.2.2.
10988 (whitespace-newline-mode): Disable properly. Reported by Sarah
10989 <EmacsWiki>.
10990
10991 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
10992
10993 * net/newst-treeview.el: Remove "Time-stamp".
10994 (newsticker--group-manage-orphan-feeds): Do not call
10995 newsticker--treeview-tree-update.
10996 (newsticker-treeview-update, newsticker-treeview):
10997 Call newsticker--treeview-tree-update if necessary.
10998
10999 2011-10-30 Martin Rudalics <rudalics@gmx.at>
11000
11001 * window.el (window-iso-combination-p, window-iso-combined-p)
11002 (window-iso-combinations): Remove "iso-" infix.
11003 Suggested by Chong Yidong.
11004 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
11005 (window-max-delta-1, window-resize, window--resize-siblings)
11006 (window--resize-this-window, adjust-window-trailing-edge)
11007 (split-window, balance-windows-1)
11008 (shrink-window-if-larger-than-buffer):
11009 * calendar/calendar.el (calendar-generate-window):
11010 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
11011
11012 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11013
11014 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
11015 in place (bug#9907).
11016 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
11017 (eshell-rewrite-if-command, eshell-rewrite-for-command)
11018 (eshell-structure-basic-command, eshell-rewrite-while-command)
11019 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
11020 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
11021 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
11022 (eshell-do-pipelines-synchronously, eshell-eval-command):
11023 Use backquotes and prefer setq to set.
11024 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
11025 (eshell-macrop): Use functionp.
11026 (eshell-do-eval): Handle multiple expressions in `while' body.
11027
11028 2011-10-30 Chong Yidong <cyd@gnu.org>
11029
11030 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
11031 instead of set-mark (Bug#9810).
11032
11033 2011-10-30 Chong Yidong <cyd@gnu.org>
11034
11035 * window.el (split-window-below, split-window-right): Rename from
11036 split-window-above-each-other and split-window-side-by-side
11037 respectively. All callers changed.
11038 (split-window-sensibly, split-window-sensibly): Use them.
11039 (split-window-keep-point): Doc fix.
11040
11041 * isearch.el: Add isearch-scroll property to split-window-below
11042 and split-window-right.
11043
11044 * follow.el (follow-mode):
11045 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
11046 * progmodes/ada-xref.el (ada-gdb-application):
11047 * emulation/vip.el (vip-buffer-in-two-windows):
11048 * image-dired.el (image-dired-dired-with-window-configuration):
11049 * dired-x.el (dired-do-find-marked-files):
11050 * dired.el (dired-pop-to-buffer):
11051 * bs.el (bs--show-with-configuration):
11052 * vc/emerge.el (emerge-setup-windows):
11053 * textmodes/two-column.el (2C-two-columns):
11054 * textmodes/reftex-toc.el (reftex-toc):
11055 * progmodes/gdb-mi.el (gdb-setup-windows):
11056 * progmodes/fortran.el (fortran-window-create):
11057 * net/newst-treeview.el (newsticker--treeview-window-init):
11058 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
11059 * emulation/tpu-edt.el (tpu-gold-map):
11060 * emulation/crisp.el (crisp-mode-map):
11061 * calendar/calendar.el (calendar-basic-setup): Callers changed.
11062
11063 2011-10-29 Chong Yidong <cyd@gnu.org>
11064
11065 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
11066
11067 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
11068
11069 * textmodes/flyspell.el (flyspell-word): Fix char offset for
11070 forged Ispell output (Bug#7904).
11071
11072 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
11073
11074 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11075
11076 * doc-view.el: Avoid ugly errors about not finding nil.
11077 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
11078 (doc-view-dvipdf-program, doc-view-unoconv-program)
11079 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
11080 Avoid nil or absolute file name as default value.
11081 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
11082
11083 2011-10-28 Alan Mackenzie <acm@muc.de>
11084
11085 * progmodes/cc-defs.el (c-version): -> 5.32.2.
11086
11087 2011-10-28 Alan Mackenzie <acm@muc.de>
11088
11089 Amend the handling of c-beginning/end-of-defun in nested declaration
11090 scopes.
11091
11092 * progmodes/cc-vars.el (c-defun-tactic): Move here from
11093 cc-langs.el. Change it to a defcustom.
11094
11095 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
11096 cc-vars.el.
11097
11098 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11099 Prevent "class foo : bar" being spuriously recognized as a label.
11100
11101 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
11102 Add parameter `inclusive' (to include enclosing braces in the region).
11103 (c-widen-to-enclosing-decl-scope): New function.
11104 (c-while-widening-to-decl-block): New macro.
11105 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
11106 outward for defun boundaries, and correspondingly change symbol
11107 `respect-enclosure' to `go-outward'.
11108 (c-declaration-limits): Change algorithm to report only the "innermost"
11109 defun's boundaries.
11110
11111 2011-10-28 Deniz Dogan <deniz@dogan.se>
11112
11113 * net/rcirc.el (rcirc-mode): Use hard newlines.
11114
11115 2011-10-28 Alan Mackenzie <acm@muc.de>
11116
11117 Amend to indent and fontify macros "which include their own semicolon"
11118 correctly, using the "virtual semicolon" mechanism.
11119
11120 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
11121
11122 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
11123 Recode to scan one line at a time rather than having \n and \r
11124 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
11125 (c-forward-label): Amend for virtual semicolons.
11126 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
11127
11128 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
11129 of the new C macros.
11130
11131 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
11132 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
11133 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
11134 (c-opt-cpp-macro-define): Make into a full language variable.
11135 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
11136 AWK Mode (including \n, \r) removed, no longer needed.
11137
11138 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
11139 Invoke c-make-macro-with-semi-re.
11140
11141 * progmodes/cc-vars.el (c-macro-with-semi-re):
11142 (c-macro-names-with-semicolon): New variables.
11143 (c-make-macro-with-semi-re): New function.
11144
11145 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11146
11147 * vc/log-edit.el: Fill empty field rather than adding new one.
11148 (log-edit-add-field): New function.
11149 (log-edit-insert-changelog): Use it.
11150
11151 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11152
11153 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
11154
11155 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11156
11157 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
11158 (gdb--check-interpreter): New function.
11159 (gdb): Use it.
11160
11161 2011-10-27 Glenn Morris <rgm@gnu.org>
11162
11163 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
11164 (least-positive-float, least-negative-float)
11165 (least-positive-normalized-float, least-negative-normalized-float)
11166 (float-epsilon, float-negative-epsilon):
11167 Remove unnecessary declarations.
11168
11169 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
11170 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
11171 (least-positive-float, least-negative-float)
11172 (least-positive-normalized-float, least-negative-normalized-float)
11173 (float-epsilon, float-negative-epsilon): Add doc-strings,
11174 based on those in cl.texi.
11175
11176 * files.el (set-visited-file-name): If the major-mode changed,
11177 reload the local variables. (Bug#9796)
11178
11179 2011-10-27 Chong Yidong <cyd@gnu.org>
11180
11181 * subr.el (change-major-mode-after-body-hook): New hook.
11182 (run-mode-hooks): Run it.
11183
11184 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11185 Use change-major-mode-before-body-hook.
11186
11187 * simple.el (fundamental-mode):
11188 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
11189 change introducing fundamental-mode-hook.
11190
11191 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
11192
11193 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
11194
11195 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
11196
11197 * ido.el (ido-file-name-all-completions-1): Do not require
11198 tramp.el explicitly. (Bug#7583)
11199
11200 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11201
11202 * progmodes/octave-mod.el:
11203 * progmodes/octave-inf.el: Update maintainer.
11204
11205 2011-10-26 Chong Yidong <cyd@gnu.org>
11206
11207 * subr.el (with-wrapper-hook): Rewrite doc.
11208
11209 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
11210
11211 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
11212 filenames "/method:foo:". (Bug#9793)
11213
11214 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11215
11216 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
11217 (bug#9865).
11218
11219 2011-10-24 Glenn Morris <rgm@gnu.org>
11220
11221 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
11222
11223 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
11224
11225 * notifications.el: Add the requirement of a running D-Bus session
11226 bus to the Commentary.
11227
11228 2011-10-24 Juri Linkov <juri@jurta.org>
11229
11230 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
11231 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
11232 (Bug#9364)
11233
11234 2011-10-24 Juri Linkov <juri@jurta.org>
11235
11236 * info.el (Info-following-node-name-re): Add newline to the list
11237 of allowed characters for leading space. (Bug#9824)
11238
11239 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11240
11241 * progmodes/octave-inf.el (inferior-octave-mode-map):
11242 Fix C-c C-h binding.
11243 * progmodes/octave-mod.el (octave-help): Remove.
11244
11245 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
11246
11247 Sync with Tramp 2.2.3.
11248
11249 * net/tramp-cache.el (top): Pacify byte-compiler using
11250 `init-file-user' and `site-run-file'.
11251
11252 * net/trampver.el: Update release number.
11253
11254 2011-10-23 Chong Yidong <cyd@gnu.org>
11255
11256 * files.el (toggle-read-only): Remove obsolete comment about
11257 version control.
11258
11259 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
11260 for toggle-read-only. Note that this hasn't called vc-next-action
11261 since 2008-05-02, though it wasn't documented at the time.
11262
11263 * vc/ediff-init.el (ediff-toggle-read-only-function):
11264 Use toggle-read-only.
11265
11266 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
11267
11268 Fix bug #9560, sporadic wrong indentation; improve instrumentation
11269 of c-parse-state.
11270
11271 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11272 correct faulty logical expression.
11273 (c-parse-state-state, c-record-parse-state-state):
11274 (c-replay-parse-state-state): New defvar/defuns.
11275 (c-debug-parse-state): Use new functions.
11276
11277 2011-10-22 Martin Rudalics <rudalics@gmx.at>
11278
11279 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
11280 last fix. Use window-in-direction correctly.
11281
11282 2011-10-21 Chong Yidong <cyd@gnu.org>
11283
11284 * progmodes/idlwave.el (idlwave-mode):
11285 * progmodes/vera-mode.el (vera-mode): No need to set
11286 require-final-newline; that's done in prog-mode.
11287 Suggested by Stefan Monnier.
11288
11289 2011-10-21 Martin Rudalics <rudalics@gmx.at>
11290
11291 * mouse.el (mouse-drag-window-above)
11292 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
11293 (mouse-drag-mode-line-1, mouse-drag-header-line)
11294 (mouse-drag-vertical-line-rightward-window): Remove.
11295 (mouse-drag-line): New function.
11296 (mouse-drag-mode-line, mouse-drag-header-line)
11297 (mouse-drag-vertical-line): Call mouse-drag-line.
11298 * window.el (window-at-side-p, windows-at-side): New functions.
11299
11300 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
11301
11302 * tar-mode.el (tar-grind-file-mode):
11303 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
11304
11305 2011-10-21 Chong Yidong <cyd@gnu.org>
11306
11307 * progmodes/idlwave.el (idlwave-mode):
11308 * progmodes/vera-mode.el (vera-mode):
11309 Use mode-require-final-newline.
11310
11311 2011-10-20 Glenn Morris <rgm@gnu.org>
11312
11313 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
11314
11315 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
11316
11317 * emulation/cua-base.el (cua-set-mark): Fix case of string.
11318
11319 2011-10-20 Chong Yidong <cyd@gnu.org>
11320
11321 * emulation/cua-base.el (cua-mode):
11322 * mail/footnote.el (footnote-mode):
11323 * mail/mailabbrev.el (mail-abbrevs-mode):
11324 * net/xesam.el (xesam-minor-mode):
11325 * progmodes/bug-reference.el (bug-reference-mode):
11326 * progmodes/cap-words.el (capitalized-words-mode):
11327 * progmodes/compile.el (compilation-minor-mode)
11328 (compilation-shell-minor-mode):
11329 * progmodes/gud.el (gud-tooltip-mode):
11330 * progmodes/hideif.el (hide-ifdef-mode):
11331 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
11332 * progmodes/subword.el (subword-mode):
11333 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11334 * progmodes/which-func.el (which-function-mode):
11335 * term/tvi970.el (tvi970-set-keypad-mode):
11336 * term/vt100.el (vt100-wide-mode):
11337 * textmodes/flyspell.el (flyspell-mode):
11338 * textmodes/ispell.el (ispell-minor-mode):
11339 * textmodes/nroff-mode.el (nroff-electric-mode):
11340 * textmodes/paragraphs.el (use-hard-newlines):
11341 * textmodes/refill.el (refill-mode):
11342 * textmodes/reftex.el (reftex-mode):
11343 * textmodes/rst.el (rst-minor-mode):
11344 * textmodes/sgml-mode.el (html-autoview-mode)
11345 (sgml-electric-tag-pair-mode):
11346 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
11347 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
11348 * emulation/crisp.el (crisp-mode):
11349 * emacs-lisp/eldoc.el (eldoc-mode):
11350 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
11351 minor mode behavior.
11352
11353 2011-10-19 Juri Linkov <juri@jurta.org>
11354
11355 * descr-text.el (describe-char): Add #x2010 and #x2011 to
11356 the list of hard-coded chars with escape-glyph face.
11357
11358 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11359
11360 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
11361
11362 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
11363
11364 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
11365 running process.
11366
11367 2011-10-19 Glenn Morris <rgm@gnu.org>
11368
11369 * vc/vc-bzr.el (vc-bzr-after-dir-status):
11370 Ignore ignored files. (Bug#9726)
11371
11372 2011-10-19 Chong Yidong <cyd@gnu.org>
11373
11374 Doc fix for minor modes, stating that an omitted argument enables
11375 the mode unconditionally when called from Lisp.
11376
11377 * abbrev.el (abbrev-mode):
11378 * allout.el (allout-mode):
11379 * autoinsert.el (auto-insert-mode):
11380 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11381 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11382 (global-auto-revert-mode):
11383 * battery.el (display-battery-mode):
11384 * composite.el (global-auto-composition-mode)
11385 (auto-composition-mode):
11386 * delsel.el (delete-selection-mode):
11387 * desktop.el (desktop-save-mode):
11388 * dired-x.el (dired-omit-mode):
11389 * dirtrack.el (dirtrack-mode):
11390 * doc-view.el (doc-view-minor-mode):
11391 * double.el (double-mode):
11392 * electric.el (electric-indent-mode, electric-pair-mode):
11393 * emacs-lock.el (emacs-lock-mode):
11394 * epa-hook.el (auto-encryption-mode):
11395 * follow.el (follow-mode):
11396 * font-core.el (font-lock-mode):
11397 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
11398 * help.el (temp-buffer-resize-mode):
11399 * hilit-chg.el (highlight-changes-mode)
11400 (highlight-changes-visible-mode):
11401 * hi-lock.el (hi-lock-mode):
11402 * hl-line.el (hl-line-mode, global-hl-line-mode):
11403 * icomplete.el (icomplete-mode):
11404 * ido.el (ido-everywhere):
11405 * image-file.el (auto-image-file-mode):
11406 * image-mode.el (image-minor-mode):
11407 * iswitchb.el (iswitchb-mode):
11408 * jka-cmpr-hook.el (auto-compression-mode):
11409 * linum.el (linum-mode):
11410 * longlines.el (longlines-mode):
11411 * master.el (master-mode):
11412 * mb-depth.el (minibuffer-depth-indicate-mode):
11413 * menu-bar.el (menu-bar-mode):
11414 * minibuf-eldef.el (minibuffer-electric-default-mode):
11415 * mouse-sel.el (mouse-sel-mode):
11416 * msb.el (msb-mode):
11417 * mwheel.el (mouse-wheel-mode):
11418 * outline.el (outline-minor-mode):
11419 * paren.el (show-paren-mode):
11420 * recentf.el (recentf-mode):
11421 * reveal.el (reveal-mode, global-reveal-mode):
11422 * rfn-eshadow.el (file-name-shadow-mode):
11423 * ruler-mode.el (ruler-mode):
11424 * savehist.el (savehist-mode):
11425 * scroll-all.el (scroll-all-mode):
11426 * scroll-bar.el (scroll-bar-mode):
11427 * server.el (server-mode):
11428 * shell.el (shell-dirtrack-mode):
11429 * simple.el (auto-fill-mode, transient-mark-mode)
11430 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
11431 (line-number-mode, column-number-mode, size-indication-mode)
11432 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
11433 * strokes.el (strokes-mode):
11434 * time.el (display-time-mode):
11435 * t-mouse.el (gpm-mouse-mode):
11436 * tool-bar.el (tool-bar-mode):
11437 * tooltip.el (tooltip-mode):
11438 * type-break.el (type-break-mode-line-message-mode)
11439 (type-break-query-mode):
11440 * view.el (view-mode):
11441 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11442 (global-whitespace-mode, global-whitespace-newline-mode):
11443 * xt-mouse.el (xterm-mouse-mode): Doc fix.
11444
11445 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11446 Fix autogenerated docstring.
11447
11448 2011-10-19 Juri Linkov <juri@jurta.org>
11449
11450 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
11451 by checking environment variables "DESKTOP_SESSION" and
11452 "XDG_CURRENT_DESKTOP". (Bug#9779)
11453
11454 2011-10-19 Juri Linkov <juri@jurta.org>
11455
11456 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
11457 (browse-url-chromium-program, browse-url-chromium-arguments):
11458 New defcustoms.
11459 (browse-url-default-browser): Check for `browse-url-chromium' and
11460 call `browse-url-chromium-program'.
11461 (browse-url-chromium): New command. (Bug#9779)
11462
11463 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
11464
11465 * facemenu.el (list-colors-duplicates): On Windows, detect more
11466 duplicates by assuming that only colors matching "^System" are
11467 special "system colors". (Bug#9722)
11468
11469 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11470
11471 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
11472 to distinguish the author from the committer.
11473
11474 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
11475
11476 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
11477
11478 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
11479
11480 * international/mule.el (sgml-html-meta-auto-coding-function):
11481 Add support for detecting encoding in HTML5 specified only as
11482 <meta charset="UTF-8">. Implementation just makes http-equiv and
11483 content-type parts from HTML4 encoding string optional. (Bug#9716)
11484
11485 2011-10-18 Glenn Morris <rgm@gnu.org>
11486
11487 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
11488
11489 2011-10-18 Chong Yidong <cyd@gnu.org>
11490
11491 * faces.el (cursor): Doc fix.
11492
11493 2011-10-17 Chong Yidong <cyd@gnu.org>
11494
11495 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
11496
11497 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
11498
11499 * dirtrack.el (dirtrack): Support shell buffers with path
11500 prefixes, e.g. tramp-based remote shells. (Bug#9647)
11501
11502 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
11503
11504 * json.el: Bump version to 1.3 and note change in History.
11505 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
11506
11507 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11508
11509 * comint.el (comint-insert-input, comint-send-input)
11510 (comint-get-old-input-default, comint-backward-matching-input)
11511 (comint-next-prompt): Use nil instead of `input' for field property of
11512 past user input (bug#114).
11513
11514 * minibuffer.el (completion--replace): Inherit surrounding properties
11515 (bug#114).
11516 (minibuffer-complete-and-exit): Use it.
11517
11518 * comint.el (comint--table-subvert): Quote the all-completions output
11519 (bug#9160).
11520
11521 2011-10-17 Martin Rudalics <rudalics@gmx.at>
11522
11523 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
11524
11525 * menu-bar.el (menu-bar-file-menu): Add entry for making new
11526 window on right of selected. (Bug#9350) Reword other window
11527 entries and separate them from frame entries.
11528
11529 2011-10-15 Glenn Morris <rgm@gnu.org>
11530
11531 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
11532 Doc fixes.
11533
11534 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
11535
11536 * net/network-stream.el (network-stream-open-starttls):
11537 Improve detection of failure due to lack of TLS support.
11538
11539 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
11540 putting the input text in front and in bold.
11541
11542 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11543
11544 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
11545
11546 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
11547 empty buffer.
11548
11549 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
11550 unread-command-events rather than pushing yet-another event.
11551
11552 2011-10-14 Eli Zaretskii <eliz@gnu.org>
11553
11554 * mail/sendmail.el (sendmail-query-once): Improve the wording of
11555 the explanation of the possible choices. Make the options passed
11556 to completing-read shorter.
11557
11558 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11559
11560 * textmodes/flyspell.el (flyspell-large-region): Make sure
11561 extended character mode is used if defined (Bug#1339).
11562
11563 2011-10-13 Eli Zaretskii <eliz@gnu.org>
11564
11565 * simple.el (what-cursor-position): Fix the display of the
11566 character info for LRE, LRO, RLE, and RLO characters by appending
11567 an invisible PDF.
11568
11569 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11570
11571 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
11572 even in case of error; add debug spec; simplify data flow.
11573 (with-timeout-handler): Remove.
11574
11575 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
11576
11577 Fix Bug#6019, Bug#9315.
11578
11579 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
11580 complete `buffer-file-name', the local file name part could look
11581 remotely (for example on VMS).
11582
11583 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
11584 `tramp-run-real-handler'.
11585 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
11586 already quoted by '"'.
11587
11588 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
11589 Let `file-name-handler-alist' be nil, the local file name part
11590 could look remotely (for example on VMS).
11591
11592 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11593
11594 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
11595 from here...
11596 (flyspell-post-command-hook): ...to here.
11597
11598 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11599
11600 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
11601 if not needed.
11602 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
11603 using completion. Protect against "slow" callers.
11604 Remove the "message hack".
11605
11606 2011-10-11 Juri Linkov <juri@jurta.org>
11607
11608 * isearch.el (isearch-lazy-highlight-word): New variable.
11609 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
11610 Use it. (Bug#9727)
11611
11612 2011-10-11 Glenn Morris <rgm@gnu.org>
11613
11614 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
11615 like f90-previous-statement does.
11616
11617 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11618
11619 * eshell/eshell.el (eshell-command): History should be saved
11620 only in interactive use, to avoid error.
11621
11622 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11623
11624 * minibuffer.el (completion-file-name-table): Fix last change,
11625 i.e. ignore normal errors but not the other ones.
11626
11627 2011-10-10 Martin Rudalics <rudalics@gmx.at>
11628
11629 * window.el (special-display-buffer-names)
11630 (special-display-regexps): Remove some remnants of earlier
11631 changes from doc-strings.
11632 (quit-windows-on): New function.
11633
11634 * vc/vc.el (vc-revert, vc-rollback):
11635 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
11636 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
11637 (Bug#6183) (Bug#7074) (Bug#7447)
11638
11639 2011-10-09 Martin Rudalics <rudalics@gmx.at>
11640
11641 * window.el (frame-auto-hide-function): Add version tag.
11642 (Bug#9699)
11643
11644 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
11645
11646 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
11647 condition.
11648
11649 2011-10-09 Leo Liu <sdl.web@gmail.com>
11650
11651 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
11652 (Bug#9701)
11653
11654 2011-10-08 Glenn Morris <rgm@gnu.org>
11655
11656 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
11657 before the first code statement zero indent. (Bug#9690)
11658
11659 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
11660
11661 * simple.el (count-words-region): Always count in the region.
11662 Report the number of lines and characters too.
11663 (count-words): New command, which counts in the buffer if the
11664 region is inactive, as count-words-region used to.
11665 (count-words--message): New function. Handle plurals.
11666 (count-lines-region): Make it an alias for count-words-region.
11667
11668 * bindings.el (esc-map): Replace count-lines-region with
11669 count-words-region.
11670
11671 2011-10-08 Martin Rudalics <rudalics@gmx.at>
11672
11673 * window.el (window--delete): Delete dedicated frame
11674 unconditionally when argument KILL is non-nil. (Bug#9699)
11675 (switch-to-buffer): Fix doc-string typo.
11676
11677 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11678
11679 * eshell/eshell.el (eshell-command): Avoid using hooks.
11680
11681 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
11682
11683 * bindings.el ([M-left],[M-right]): Bind to left-word and
11684 right-word respectively.
11685
11686 2011-10-07 Glenn Morris <rgm@gnu.org>
11687
11688 * cus-start.el (debug-on-quit): Fix custom type.
11689
11690 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11691
11692 * subr.el (define-key-after): Clarify that the function is not
11693 useful for non-menu keymaps.
11694
11695 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
11696
11697 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11698
11699 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
11700 in current minibuffer (Fix bug with recursive minibuffers).
11701
11702 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
11703
11704 * progmodes/gdb-mi.el (gdb): Doc fix.
11705
11706 2011-10-05 Martin Rudalics <rudalics@gmx.at>
11707
11708 * window.el (frame-auto-hide-function): New option replacing
11709 frame-auto-delete. Suggested by Stefan Monnier.
11710 (window--delete): Call frame-auto-hide-function instead of
11711 investigating frame-auto-delete.
11712 (window-point-1, set-window-point-1): New functions.
11713 (window-in-direction, record-window-buffer, window-state-get-1)
11714 (display-buffer-record-window): Use window-point-1 instead of
11715 window-point.
11716 (set-window-buffer-start-and-point): Use set-window-point-1.
11717
11718 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11719
11720 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
11721
11722 2011-10-05 Glenn Morris <rgm@gnu.org>
11723
11724 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
11725 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
11726
11727 2011-10-05 Leo Liu <sdl.web@gmail.com>
11728
11729 * subr.el (read-char-choice): Fix argument to buffer-live-p which
11730 works with buffer object.
11731
11732 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11733
11734 * mpc.el (mpc-tool-bar-map): Add labels.
11735
11736 2011-10-04 Glenn Morris <rgm@gnu.org>
11737
11738 * calendar/holidays.el (calendar-check-holidays): Doc fix.
11739
11740 2011-10-04 Martin Rudalics <rudalics@gmx.at>
11741
11742 * window.el (window--delete): New function.
11743 (frame-auto-delete): Resuscitate option.
11744 (bury-buffer, replace-buffer-in-windows)
11745 (quit-window): Rewrite using window--delete.
11746 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11747 Pass display-buffer-mark-dedicated to window--display-buffer-2
11748 (Bug#9639).
11749
11750 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11751
11752 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
11753 returns a list (bug#9554). Add remote file name completion.
11754 * comint.el (comint--table-subvert): Curry and get quote&unquote
11755 functions as arguments.
11756 (comint--complete-file-name-data): Adjust call accordingly.
11757 * pcomplete.el (pcomplete--table-subvert): Remove.
11758 (pcomplete-completions-at-point): Use comint--table-subvert instead.
11759
11760 * minibuffer.el (completion-table-case-fold): Use currying.
11761 (completion--styles-type, completion--cycling-threshold-type):
11762 New constants.
11763 (completion-styles, completion-category-overrides)
11764 (completion-cycle-threshold): Use them.
11765 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
11766 completion-table-case-fold.
11767
11768 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
11769
11770 * minibuffer.el (completion-category-overrides): Fix type of styles
11771 and add more user friendly tags (bug#9660).
11772
11773 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11774
11775 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
11776 (mule-input-method-string): New widget.
11777 (default-input-method, language-info-custom-alist): Use it.
11778
11779 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11780
11781 * pcomplete.el: Require comint.
11782 (pcomplete--common-suffix): Remove.
11783 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
11784 (pcomplete--table-subvert): Sync with comint--table-subvert.
11785 (pcomplete--entries): Use comint-completion-file-name-table.
11786 * comint.el (comint-unquote-filename): Simplify.
11787 (comint-completion-file-name-table): New function (bug#9616).
11788 (comint--complete-file-name-data): Use it.
11789
11790 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
11791 (pcmpl-gnu-tar-buffer): Remove.
11792 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
11793 around. Make sure pcomplete-suffix-list is only changed temporarily.
11794 Don't look inside the tar's file if it's too large.
11795
11796 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
11797
11798 * cus-edit.el (custom-mode-map):
11799 * epa.el (epa-key-list-mode-map):
11800 * man.el (Man-mode-map):
11801 * startup.el (splash-screen-keymap):
11802 * simple.el (special-mode-map): Use scroll-up-command and
11803 scroll-down-command.
11804
11805 * progmodes/idlw-help.el (idlwave-help-mode-map):
11806 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
11807 * net/newst-plainview.el (newsticker-mode-map):
11808 * emulation/ws-mode.el (wordstar-mode-map):
11809 * emulation/vi.el (vi-com-map):
11810 * calc/calc-graph.el (calc-graph-show-dumb):
11811 * term/sun.el (terminal-init-sun):
11812 * term/ns-win.el (global-map):
11813 * progmodes/grep.el (grep-mode-map):
11814 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
11815 * mail/rmail.el (rmail-mode-map):
11816 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
11817
11818 * custom.el (custom-safe-themes, load-theme): Treat value of t for
11819 custom-safe-themes as special.
11820
11821 2011-10-01 Julien Danjou <julien@danjou.info>
11822
11823 * notifications.el (notifications-notify): Fix docstring.
11824
11825 2011-10-01 Per Starbäck <per@starback.se>
11826
11827 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
11828
11829 2011-09-30 Martin Rudalics <rudalics@gmx.at>
11830
11831 * startup.el (command-line-1): Fix last fix by inserting
11832 initial-scratch-message into *scratch* before displaying it.
11833 (Bug#9605) and (Bug#9636)
11834
11835 2011-09-29 Eli Zaretskii <eliz@gnu.org>
11836
11837 * simple.el (line-move): If auto-hscroll-mode is disabled and the
11838 window is hscrolled, move by logical lines. (Bug#9607)
11839 (line-move-visual): Update the doc string to the above effect.
11840
11841 2011-09-29 Martin Rudalics <rudalics@gmx.at>
11842
11843 * window.el (display-buffer-record-window): When WINDOW is the
11844 selected window use `point' instead of `window-point'. (Bug#9626)
11845
11846 * startup.el (command-line-1): Use insert-before-markers when
11847 inserting initial-scratch-message. (Bug#9605)
11848
11849 * help.el (help-window): Remove variable.
11850
11851 2011-09-29 Glenn Morris <rgm@gnu.org>
11852
11853 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
11854
11855 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
11856
11857 * descr-text.el (describe-char-categories): Accept category
11858 descriptions more than one line long.
11859
11860 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11861
11862 * simple.el (delete-trailing-whitespace): Fix last change.
11863
11864 * progmodes/perl-mode.el (perl-syntax-propertize-function):
11865 Don't confuse "y => 3" as the beginning of a `y' operation.
11866
11867 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
11868 object has more than 4 slots (bug#9613).
11869
11870 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
11871
11872 * subr.el (with-output-to-temp-buffer):
11873 * net/quickurl.el (quickurl, quickurl-browse-url):
11874 Fix typos in docstrings.
11875
11876 2011-09-27 Eli Zaretskii <eliz@gnu.org>
11877
11878 * minibuffer.el (completion-styles)
11879 (completion-category-overrides): Cross reference each other in doc
11880 strings.
11881
11882 2011-09-27 Glenn Morris <rgm@gnu.org>
11883
11884 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
11885 to split-string. (Bug#9606)
11886
11887 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11888
11889 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
11890 (bug#9615).
11891
11892 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
11893
11894 * emacs-lisp/package.el (list-packages): Fix echo area message.
11895
11896 2011-09-27 Leo Liu <sdl.web@gmail.com>
11897
11898 * ido.el (ido-read-internal): Accept cons cell HIST arg.
11899
11900 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
11901
11902 * net/dbus.el (dbus-unregister-object): Don't release services for
11903 registered signals. (Bug#9581)
11904
11905 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11906
11907 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
11908 function that picks between cfengine 2 and 3 support
11909 automatically. Update docs accordingly.
11910
11911 2011-09-22 Kenichi Handa <handa@m17n.org>
11912
11913 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
11914 ZERO.
11915 (indian-itrans-v5-table-for-tamil): New variable.
11916 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
11917
11918 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
11919
11920 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
11921 that's true if the current command involved collapsing of text.
11922 It's reset to false at the beginning of the next command.
11923 (allout-post-command-business): Move the cursor to the beginning
11924 of entry if the cursor is hidden and collapsing activity just
11925 happened.
11926
11927 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
11928
11929 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
11930 tracking (Bug#9541).
11931
11932 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
11933
11934 * net/newst-reader.el (newsticker-html-renderer)
11935 (newsticker-show-news): Automatically load html rendering package
11936 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
11937 because w3m-fill-column is let-bound" and the error "Symbol's value
11938 as variable is void: w3m-fill-column".
11939
11940 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
11941
11942 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
11943 Release services only if they are defined. (Bug#9581)
11944
11945 2011-09-23 Richard Stallman <rms@gnu.org>
11946
11947 * textmodes/paragraphs.el (forward-sentence): For backwards case,
11948 distinguish start of paragraph from start of its text.
11949
11950 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
11951
11952 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
11953 (rmail-generate-viewer-buffer): Put that hook on view buffer.
11954 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
11955
11956 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
11957
11958 * international/mule-diag.el (mule-diag): Insert a newline after
11959 each fontset description.
11960
11961 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11962
11963 * simple.el (delete-trailing-whitespace):
11964 Document last change; simplify.
11965
11966 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
11967
11968 * simple.el (delete-trailing-whitespace): Also delete
11969 extra newlines at the end of the buffer.
11970
11971 * textmodes/picture.el: Make motion commands obey shift-select-mode.
11972 (picture-newline): Use forward-line so as to ignore fields.
11973
11974 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11975
11976 * subr.el (with-wrapper-hook): Fix edebug spec.
11977
11978 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11979
11980 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
11981 (bug#4538).
11982
11983 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
11984
11985 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
11986 Fix nasty bug using wrong cached values.
11987
11988 2011-09-23 Alan Mackenzie <acm@muc.de>
11989
11990 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
11991
11992 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
11993
11994 * window.el (pop-to-buffer): Ensure right window is selected if we
11995 chose another frame.
11996
11997 2011-09-22 Eli Zaretskii <eliz@gnu.org>
11998
11999 * simple.el (what-cursor-position): Use get-char-property-change
12000 and next-single-char-property-change, to be able to show display
12001 properties that come from overlays as well as text properties.
12002
12003 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
12004
12005 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
12006
12007 * cmuscheme.el (run-scheme, switch-to-scheme):
12008 * cus-edit.el (customize-group, custom-buffer-create)
12009 (customize-browse):
12010 * info.el (info):
12011 * shell.el (shell):
12012 * mail/sendmail.el (mail):
12013 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
12014
12015 2011-09-22 Richard Stallman <rms@gnu.org>
12016
12017 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
12018 move back only to line beg, don't move back over blank lines.
12019
12020 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
12021
12022 * files.el (copy-directory): Set directory attributes only in case
12023 they could be retrieved from the source directory. (Bug#9565)
12024
12025 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
12026
12027 * progmodes/hideshow.el (hs-looking-at-block-start-p)
12028 (hs-find-block-beginning, hs-hide-level-recursive):
12029 Ignore strings as well as comments. (Bug#9502)
12030
12031 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
12032
12033 * progmodes/sql.el (sql-comint-postgres):
12034 Convert port number to a string. (Bug#9566)
12035
12036 2011-09-22 Martin Rudalics <rudalics@gmx.at>
12037
12038 * window.el (quit-window): Undedicate window when switching to
12039 previous buffer. Reported by Thierry Volpiatto
12040 <thierry.volpiatto@gmail.com>.
12041 (special-display-popup-frame): When popping up a new frame reset
12042 its previous buffers to nil. Simplify code.
12043
12044 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
12045
12046 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
12047 and process filter, as done also in `shell-command'.
12048
12049 2011-09-21 Martin Rudalics <rudalics@gmx.at>
12050
12051 * window.el (set-window-buffer-start-and-point):
12052 Call set-window-start with NOFORCE argument t.
12053 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12054 (quit-window): Reword doc-string. Handle new format of
12055 quit-restore parameter. Don't delete window if it has a
12056 previous buffer we can show instead of the present one.
12057 (display-buffer-record-window): Rewrite using a new format for
12058 the quit-restore window parameter
12059 (special-display-popup-frame, display-buffer-same-window)
12060 (display-buffer-reuse-window, display-buffer-pop-up-frame)
12061 (display-buffer-pop-up-window, display-buffer-use-some-window):
12062 Adapt symbol passed to display-buffer-record-window.
12063 * help.el (help-window-setup): Handle new format of quit-restore
12064 parameter.
12065
12066 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12067
12068 * faces.el (face-list): Fix docstring (bug#9564).
12069
12070 * window.el (display-buffer--action-function-custom-type):
12071 Don't include internal functions in the Custom interface.
12072
12073 2011-09-20 Juri Linkov <juri@jurta.org>
12074
12075 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
12076 (Info-forward-node, Info-backward-node, Info-next-preorder)
12077 (Info-last-preorder): Use it. (Bug#9528)
12078
12079 2011-09-20 Juri Linkov <juri@jurta.org>
12080
12081 * info.el (Info-last-preorder): Visit last menu item only when
12082 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
12083
12084 2011-09-20 Julien Danjou <julien@danjou.info>
12085
12086 * password-cache.el (password-cache-remove): Remove entries even if the
12087 value is nil, so that password with a nil value (negative caching) is
12088 possible to invalidate.
12089
12090 2011-09-20 Lawrence Mitchell <wence@gmx.li>
12091
12092 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
12093 all whitespace around breakpoint. (Bug#9553)
12094 (f90-find-breakpoint): Only break at whitespace inside a comment.
12095
12096 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
12097
12098 * minibuffer.el (completion-file-name-table): Keep track of errors.
12099 (completion-table-with-predicate): Handle the case where pred1 is nil.
12100 * pcomplete.el (pcomplete-completions-at-point): Simplify.
12101
12102 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12103
12104 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
12105 (debugger-return-value): Signal an error if the debugging context does
12106 not await any return value.
12107
12108 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
12109 * image-mode.el (image-toggle-display-text)
12110 (image-toggle-display-image): Stay away from evil `intangible'.
12111
12112 2011-09-19 Leo Liu <sdl.web@gmail.com>
12113
12114 * replace.el (occur-revert-arguments): Make it permanent-local.
12115 (occur-mode): Don't call font-lock-defontify.
12116
12117 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
12118
12119 * net/ldap.el (ldap-search-internal): Don't push empty search
12120 result (Bug#9508).
12121
12122 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12123
12124 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
12125
12126 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
12127
12128 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
12129 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
12130
12131 2011-09-18 Juri Linkov <juri@jurta.org>
12132
12133 * buff-menu.el (Buffer-menu-mode-map):
12134 * dired.el (dired-mode-map):
12135 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
12136 (lisp-interaction-mode-map):
12137 * emacs-lisp/package.el (package-menu-mode-map):
12138 * epa.el (epa-key-list-mode-map):
12139 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
12140 (menu-bar-options-menu):
12141 * outline.el (outline-mode-menu-bar-map):
12142 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
12143 * vc/vc-dir.el (vc-dir-menu-map):
12144 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
12145 Capitalize non-function content words in menu item strings.
12146
12147 * dired.el (dired-mode-map): Add menu item for
12148 `image-dired-dired-toggle-marked-thumbs'.
12149
12150 2011-09-18 Juri Linkov <juri@jurta.org>
12151
12152 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
12153 to `isearch-case-fold-search' and restore its original value
12154 after the `isearch-mode' call.
12155
12156 2011-09-18 Juri Linkov <juri@jurta.org>
12157
12158 * progmodes/grep.el (grep-process-setup): Don't check code for 1
12159 because `zgrep' returns 1 for successful matches (bug#9226).
12160
12161 2011-09-18 Juri Linkov <juri@jurta.org>
12162
12163 * info.el (Info-extract-menu-node-name): Check the second match
12164 for empty string (second test-case of bug#9528).
12165 (Info-last-preorder): Let-bind `Info-history' to nil to not add
12166 intermediate nodes to the history (first test-case of bug#9528).
12167
12168 2011-09-18 Juri Linkov <juri@jurta.org>
12169
12170 * info.el (Info-mode-syntax-table): New variable.
12171 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
12172
12173 2011-09-18 Juri Linkov <juri@jurta.org>
12174
12175 * info.el (Info-file-supports-index-cookies):
12176 Increment line-beginning-position's arg from 3 to 4 because makeinfo
12177 outputs one more line for long file names (bug#4142).
12178
12179 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
12180
12181 * newcomment.el (comment-normalize-vars): If prompting for
12182 comment-start, set comment-start-skip too (Bug#8424).
12183
12184 2011-09-18 Johan Bockgård <bojohan@gnu.org>
12185
12186 * icomplete.el: Fix previous fix of Bug#5849.
12187 (icomplete-mode): Don't set completion-show-inline-help.
12188 (icomplete-minibuffer-setup): Set completion-show-inline-help
12189 locally during icompletion.
12190
12191 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
12192
12193 * woman.el (woman2-process-escapes): Don't delete unrecognized
12194 escapes (Bug#7843).
12195
12196 * files.el (inhibit-first-line-modes-regexps): Add image files.
12197 (hack-local-variables-prop-line): Return nil for malformed
12198 prop-lines (Bug#9044).
12199
12200 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
12201
12202 * net/tramp.el (top): Don't require 'shell.
12203 (tramp-methods): Fix docstring.
12204 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
12205 Return complete remote file name. Handle "smb" case.
12206 Use `tramp-tmpdir', if defined for the respective method.
12207 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
12208
12209 * net/tramp-compat.el (top): Require 'shell.
12210
12211 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12212 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
12213 `tramp-current-host'.
12214 (tramp-get-remote-tmpdir): Remove.
12215
12216 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
12217 `tramp-tmpdir' entries.
12218 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
12219 (tramp-smb-handle-file-attributes): Ignore errors.
12220 (tramp-smb-wait-for-output): Check also for process end.
12221
12222 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12223
12224 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
12225 when sending QUIT (bug#9312).
12226
12227 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
12228
12229 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
12230 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
12231 occur-mode-display-occurrence.
12232 (occur-edit-mode): Add usage message.
12233 (occur-cease-edit): New command.
12234 (occur-after-change-function): Use text properties to find the
12235 position of the prefix text.
12236 (occur-engine): Set stickiness of prefix text properties.
12237
12238 2011-09-17 Glenn Morris <rgm@gnu.org>
12239
12240 * progmodes/etags.el (complete-tag):
12241 Fix call to completion-in-region. (Bug#9526)
12242
12243 2011-09-17 Juri Linkov <juri@jurta.org>
12244
12245 * textmodes/ispell.el (ispell-word): Add to the error message
12246 the word, ispell program name and current dictionary (bug#9121).
12247 (ispell-tex-arg-end): Capitalize "error" in the error message.
12248
12249 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
12250
12251 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
12252 check. (Bug#4251)
12253
12254 2011-09-17 Juri Linkov <juri@jurta.org>
12255
12256 * window.el (window-safe-min-height, window-safe-min-width):
12257 Fix typos (followup to bug#9522).
12258
12259 2011-09-17 Sven Joachim <svenjoac@gmx.de>
12260
12261 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
12262
12263 2011-09-16 Eli Zaretskii <eliz@gnu.org>
12264
12265 * simple.el (line-move): If goal-column is set, move by logical
12266 lines, not by display lines. (Bug#971)
12267 (next-line, previous-line, goal-column, line-move-visual): Doc fix
12268 to reflect the above change.
12269
12270 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12271
12272 * image.el (imagemagick-register-types): Use regexp-opt.
12273
12274 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
12275
12276 * window.el (display-buffer-base-action): Rename from
12277 display-buffer-default-action. Make default value empty.
12278 (display-buffer-overriding-action): Convert to defvar.
12279 (display-buffer-fallback-action): New var.
12280
12281 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
12282
12283 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
12284 declaration.
12285 (package--add-to-archive-contents): If there is a duplicate entry
12286 with an older version, remove it.
12287 (package-menu-mark-delete, package-menu-mark-install)
12288 (package-menu-mark-unmark): Make unused args optional.
12289 (package-menu-mark-obsolete-for-deletion):
12290 Use package-menu-get-status instead of a regexp search.
12291 (package-menu-get-status): Use tabulated-list-entry.
12292 (package-menu-mark-upgrades): New command.
12293 (package-menu-mode-map): Bind it to U. Add it to menu bar.
12294 (package-menu-execute): Do installation before deletion.
12295 (package-menu-refresh, package-menu-execute): Use derived-mode-p
12296 instead of checking major-mode.
12297 (package-menu--find-upgrades): New function.
12298
12299 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12300
12301 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
12302 passwords in the log buffer.
12303 (smtpmail-process-filter): Update the process marker so that the
12304 "broken by peer" status message is inserted in the right place.
12305
12306 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12307
12308 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
12309 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
12310 bibtex-completion-at-point-function.
12311 (bibtex-completion-at-point-function): Use them.
12312
12313 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
12314
12315 * mpc.el (mpc-constraints-tag-lookup): New function.
12316 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
12317 also to browser "album|playlist".
12318
12319 2011-09-14 Juri Linkov <juri@jurta.org>
12320
12321 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
12322 (isearch-edit-string): Use length of `isearch-string' when
12323 `isearch-fail-pos' returns nil.
12324 (isearch-message): Remove duplicate code and call
12325 `isearch-fail-pos' with arg `t'.
12326
12327 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
12328
12329 * replace.el (occur-mode-goto-occurrence): Don't force using other
12330 window (Bug#9499).
12331
12332 * dired-aux.el (dired-do-chmod): Don't provide initial input.
12333
12334 2011-09-14 Martin Rudalics <rudalics@gmx.at>
12335
12336 * window.el (display-buffer-window): Remove.
12337 (display-buffer-record-window): Use help-setup window parameter
12338 instead of variable display-buffer-window.
12339 (display-buffer-function, special-display-buffer-names)
12340 (special-display-function): Mention help-setup parameter instead
12341 of display-buffer-window in doc-string.
12342 * help.el (help-window-setup): New argument help-window.
12343 Use help-window-setup parameter instead of display-buffer-window.
12344 Reword some messages.
12345 (with-help-window): Pass window used for displaying the buffer
12346 to help-window-setup. Don't set display-buffer-window.
12347
12348 2011-09-13 Glenn Morris <rgm@gnu.org>
12349
12350 * emacs-lisp/debug.el (debugger-make-xrefs):
12351 Preserve point. (Bug#9462)
12352
12353 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
12354
12355 * window.el (window-deletable-p): Use next-frame.
12356
12357 2011-09-13 Martin Rudalics <rudalics@gmx.at>
12358
12359 * window.el (window-auto-delete): Remove.
12360 (window-deletable-p): Remove argument FORCE. Don't deal with
12361 dedication and previous buffers.
12362 (switch-to-prev-buffer): Don't delete window.
12363 (delete-windows-on): Delete a window's frame if and only if the
12364 window is dedicated.
12365 (replace-buffer-in-windows): Delete buffer's window or frame if
12366 and only if window is dedicated.
12367 (quit-window): Handle quit-restore as before last change.
12368 (bury-buffer): Delete window only if window-deletable-p returns t.
12369
12370 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
12371
12372 * window.el (window-deletable-p): Never delete the last frame on a
12373 given terminal.
12374
12375 2011-09-13 Glenn Morris <rgm@gnu.org>
12376
12377 * help.el (describe-key-briefly): Copy previous standard-output change.
12378
12379 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
12380
12381 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
12382
12383 2011-09-13 Glenn Morris <rgm@gnu.org>
12384
12385 * emacs-lisp/lisp-mode.el (lisp-indent-function):
12386 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
12387
12388 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
12389
12390 * dired-aux.el (dired-mark-read-string): Don't return default
12391 value on empty input (Bug#9361).
12392 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
12393 Omit initial minibuffer contents.
12394 (dired-do-chmod): Signal an error on empty input.
12395 (dired-mark-read-string): Don't return default on empty input.
12396
12397 * files.el (file-modes-symbolic-to-number): Doc fix.
12398
12399 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12400
12401 * international/mule-cmds.el (ucs-completions): Remove.
12402 (read-char-by-name): Use complete-with-action instead; add metadata.
12403
12404 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
12405
12406 * window.el (display-buffer--action-function-custom-type)
12407 (display-buffer--action-custom-type): New vars.
12408 (display-buffer-alist, display-buffer-default-action)
12409 (display-buffer-overriding-action): Add defcustom types.
12410
12411 * frame.el (delete-other-frames): Doc fix (Bug#276).
12412
12413 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12414
12415 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
12416
12417 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
12418
12419 Change modes that used same-window-* vars to use switch-to-buffer.
12420
12421 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
12422 Use switch-to-buffer.
12423
12424 * cus-edit.el (customize-group, custom-buffer-create)
12425 (customize-browse, custom-buffer-create-other-window):
12426 Use switch-to-buffer or switch-to-buffer-other-window.
12427
12428 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
12429 (Info-prev, Info-up, Info-speedbar-goto-node)
12430 (info-display-manual): Use switch-to-buffer.
12431 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
12432
12433 * mail/sendmail.el (mail): Use switch-to-buffer.
12434 (mail-recover): Use switch-to-buffer-other-window.
12435
12436 * cmuscheme.el (run-scheme, switch-to-scheme):
12437 * ielm.el (ielm):
12438 * shell.el (shell):
12439 * net/rlogin.el (rlogin):
12440 * net/telnet.el (telnet, rsh):
12441 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
12442
12443 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
12444
12445 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
12446
12447 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12448
12449 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
12450 so don't mention it (bug#9301).
12451 (dired-sort-toggle-or-edit): Clarify string further.
12452
12453 * faces.el (face-spec-set-match-display): Make `(type graphic)'
12454 match `x', `w32' and `ns', like the manual says (bug#9029).
12455
12456 * subr.el (eval-after-load): Doc string clarification (bug#9125).
12457 (process-kill-buffer-query-function): Mention the buffer name in
12458 the query.
12459
12460 * image-mode.el (image-next-line): The line parameter is mandatory
12461 (bug#9258).
12462
12463 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
12464 which can be useful (bug#9301).
12465
12466 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
12467
12468 * subr.el (match-string): Mention that the current buffer should
12469 be the same as the search was done in (bug#9282).
12470
12471 * facemenu.el: Disable the remove-* commands if the mark isn't
12472 active (bug#9162).
12473
12474 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
12475
12476 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
12477 of display-buffer.
12478 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
12479
12480 * replace.el (occur-mode-goto-occurrence)
12481 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
12482 and display-buffer.
12483
12484 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
12485 display-buffer.
12486
12487 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
12488 special-display and same-window variables.
12489 (mail-other-window): Use switch-to-buffer-other-window.
12490 (mail-other-frame): USe switch-to-buffer-other-frame.
12491
12492 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
12493 Use display-buffer-other-frame.
12494 (gdb-display-gdb-buffer): Use pop-to-buffer.
12495
12496 * progmodes/gud.el (gud-goto-info): Use info-other-window.
12497
12498 * progmodes/python.el: Don't set same-window-buffer-names.
12499
12500 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
12501
12502 * window.el (display-buffer-alist): Add *Python*.
12503
12504 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
12505
12506 * window.el (display-buffer-alist): Add entry for buffers
12507 previously handled same-window-*.
12508 (display-buffer-alist, display-buffer-default-action)
12509 (display-buffer-overriding-action): Mark as risky.
12510 (display-buffer-alist): Document action function changes.
12511 (display-buffer--same-window-action)
12512 (display-buffer--other-frame-action): New variables.
12513 (switch-to-buffer, display-buffer-other-frame): Use them.
12514 (display-buffer): Rename reuse-frame entry to reusable-frames.
12515 (display-buffer-reuse-selected-window): Function deleted.
12516 (display-buffer-reuse-window): Handle reusable-frames alist entry.
12517 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
12518 (display-buffer-special): New function.
12519 (display-buffer--maybe-pop-up-frame-or-window): Rename from
12520 display-buffer-reuse-or-pop-window. Split off special-display
12521 part into display-buffer-special.
12522 (display-buffer-use-some-window): Don't perform any special
12523 pop-up-frames handling.
12524 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
12525 (display-buffer--maybe-same-window): Rename from
12526 display-buffer-maybe-same-window.
12527
12528 * info.el: Don't set same-window-regexps.
12529 (info-setup): New function.
12530 (info-other-window, info): Call it.
12531
12532 * cus-edit.el: Don't set same-window-regexps.
12533 (customize-group): New argument.
12534 (customize-group-other-window): Use it.
12535 (customize-face, customize-face-other-window): Likewise.
12536 (custom-buffer-create-other-window): Use pop-to-buffer directly.
12537
12538 * net/rlogin.el:
12539 * net/telnet.el:
12540 * progmodes/gud.el: Don't set same-window-regexps.
12541
12542 * cmuscheme.el:
12543 * ielm.el:
12544 * shell.el:
12545 * mail/sendmail.el:
12546 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
12547
12548 2011-09-10 Juri Linkov <juri@jurta.org>
12549
12550 * isearch.el (isearch-edit-string): Remove obsolete mention of
12551 `C-w' (`isearch-yank-word-or-char') from docstring.
12552 (isearch-query-replace): Fix typo in docstring (bug#9466).
12553
12554 2011-09-10 Juri Linkov <juri@jurta.org>
12555
12556 * paren.el (show-paren-function): Don't show escaped parens.
12557 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
12558
12559 2011-09-10 Eli Zaretskii <eliz@gnu.org>
12560
12561 * mail/sendmail.el (mml-to-mime, mml-attach-file)
12562 (mm-default-file-encoding): Remove autoload forms, they are
12563 replaced with autoload cookies in mml.el and mm-encode.el.
12564 (mail-add-attachment): New command.
12565 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
12566 (mail-mode): Mention mail-insert-file and mail-add-attachment in
12567 the doc string.
12568 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
12569
12570 2011-09-10 Reuben Thomas <rrt@sc3d.org>
12571
12572 * simple.el (count-words-region): Use buffer if there's no region
12573 (bug#9429).
12574
12575 2011-09-09 Juri Linkov <juri@jurta.org>
12576
12577 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
12578 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
12579 (wdired-isearch-filter-read-only): New function. (Bug#6362)
12580
12581 2011-09-09 Alan Mackenzie <acm@muc.de>
12582
12583 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
12584 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
12585
12586 2011-09-09 Eli Zaretskii <eliz@gnu.org>
12587
12588 Fix for Savannah bug#9392.
12589 * simple.el (mail-encode-mml): New defvar.
12590
12591 * mail/rmail.el (mail-encode-mml): Add a defvar.
12592 (rmail-enable-mime-composing): Default to t.
12593 (rmail-forward): Use MIME method of forwarding only if both
12594 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
12595 Set mail-encode-mml non-nil if the MIME method was used.
12596
12597 * mail/sendmail.el (mml-to-mime): Add autoload form.
12598 (mail-encode-mml): Add a defvar.
12599 (mail-mode): Make mail-encode-mml buffer-local and initialize it
12600 to nil.
12601 (mail-send): If mail-encode-mml is non-nil, run the outgoing
12602 message through mml-to-mime, and reset mail-encode-mml to nil.
12603
12604 2011-09-09 Glenn Morris <rgm@gnu.org>
12605
12606 * woman.el (woman-if-body): When processing an .el block,
12607 do not delete the next .el block as well. (Bug#9447)
12608 (woman-special-characters): Add oq, cq, and hy characters.
12609
12610 2011-09-08 Martin Rudalics <rudalics@gmx.at>
12611
12612 * window.el (window-deletable-p): Make sure window is live before
12613 invoking window-prev-buffers.
12614
12615 2011-09-08 Leo Liu <sdl.web@gmail.com>
12616
12617 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
12618
12619 2011-09-08 Juri Linkov <juri@jurta.org>
12620
12621 * progmodes/compile.el (compilation-environment): Make it
12622 a defcustom (bug#8340).
12623
12624 2011-09-08 Martin Rudalics <rudalics@gmx.at>
12625
12626 * window.el (frame-auto-delete): Rename to window-auto-delete.
12627 Make it control auto-deletion of windows and/or frames.
12628 (window-deletable-p): New argument FORCE. Rewrite conditions
12629 for deleting window/frame. (Bug#9419)
12630 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
12631 Rewrite handling of case when window/frame can be deleted.
12632 (delete-windows-on): Call window-deletable-p with new FORCE
12633 argument t. (Bug#9456)
12634
12635 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
12636
12637 * help-mode.el (help-mode): Restore autoload.
12638
12639 2011-09-07 Juri Linkov <juri@jurta.org>
12640
12641 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
12642 `compilation-environment'. Set buffer-local
12643 `compilation-environment' to `thisenv' later after (funcall mode).
12644 (Bug#8340)
12645
12646 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
12647 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
12648 instead of replacing its value. (Bug#8340)
12649
12650 2011-09-07 Juri Linkov <juri@jurta.org>
12651
12652 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
12653 based on text properties put by `grep-filter' instead of matching
12654 escape sequences.
12655 (grep-mode): Set buffer-local `compilation-error-screen-columns'
12656 to the value of `grep-error-screen-columns' (bug#9438).
12657
12658 2011-09-07 Juri Linkov <juri@jurta.org>
12659
12660 * simple.el (next-error-highlight, next-error-highlight-no-select):
12661 Doc fix (bug#9432).
12662
12663 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
12664
12665 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12666 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
12667
12668 2011-09-07 Leo Liu <sdl.web@gmail.com>
12669
12670 * net/rcirc.el (rcirc-mode): Conditionally initialize
12671 rcirc-input-ring.
12672
12673 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12674
12675 * emacs-lisp/find-func.el (find-function-C-source): Only set
12676 find-function-C-source-directory after checking that we found a source
12677 file there (bug#9440).
12678
12679 2011-09-06 Alan Mackenzie <acm@muc.de>
12680
12681 * isearch.el (isearch-other-meta-char): Wherever a key list is
12682 unread, "unread" the prefix arg, too. This fixes bug #8901.
12683
12684 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
12685
12686 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
12687
12688 2011-09-05 Juri Linkov <juri@jurta.org>
12689
12690 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
12691
12692 2011-09-05 Juri Linkov <juri@jurta.org>
12693
12694 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
12695 keeping point where processing of grep matches begins, and
12696 continue to delete remaining escape sequences from the same point.
12697 (grep-filter): Make leading zero optional in "0?1;31m" because
12698 git-grep emits "\033[1;31m" escape sequences unlike expected
12699 "\033[01;31m" as GNU Grep does (bug#9408).
12700 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
12701
12702 2011-09-05 Juri Linkov <juri@jurta.org>
12703
12704 * subr.el (y-or-n-p): Capitalize "yes".
12705
12706 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
12707
12708 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
12709 `tramp-cache-unload-hook' where appropriate.
12710 (tramp-methods): Rename `tramp-remote-sh' to
12711 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
12712 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
12713
12714 * net/tramp-sh.el (top): Don't require 'shell.
12715 (tramp-methods): Add `tramp-remote-shell' and
12716 `tramp-remote-shell-args' entries.
12717 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
12718 (tramp-sh-handle-shell-command): Remove.
12719 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12720 Use `tramp-remote-shell'.
12721
12722 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
12723
12724 * mail/sendmail.el (sendmail-query-once-function): Delete.
12725 (sendmail-query-once): Save directly to send-mail-function.
12726 Update message-send-mail-function too.
12727
12728 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
12729
12730 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12731
12732 * progmodes/python.el (python-mode-map): Use correct function to
12733 start python interpreter from menu-bar (as reported by Geert
12734 Kloosterman).
12735 (inferior-python-mode-map): Fix typo.
12736 (python-shell-map): Remove.
12737
12738 2011-09-03 Deniz Dogan <deniz@dogan.se>
12739
12740 * net/rcirc.el (rcirc-print): Simplify code for
12741 rcirc-scroll-show-maximum-output. There is no need to walk
12742 through all windows to find the right one.
12743
12744 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12745
12746 * help.el (help-return-method): Doc fix.
12747
12748 2011-09-03 Martin Rudalics <rudalics@gmx.at>
12749
12750 * window.el (window-deletable-p): Don't return a non-nil value
12751 when there's a buffer that was shown in the window before.
12752 (Bug#9419)
12753 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12754 Set window's previous buffers to nil.
12755
12756 2011-09-03 Eli Zaretskii <eliz@gnu.org>
12757
12758 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
12759 newline before and after the tag line, so it doesn't interfere
12760 with determining the paragraph direction of bidirectional text.
12761
12762 2011-09-03 Leo Liu <sdl.web@gmail.com>
12763
12764 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
12765
12766 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
12767
12768 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
12769 (pop-to-buffer): Change interactive spec. Pass second argument
12770 directly to display-buffer.
12771 (display-buffer): Fix interactive spec. Use functionp to
12772 distinguish between a function and a list of functions.
12773
12774 * abbrev.el (edit-abbrevs):
12775 * arc-mode.el (archive-extract):
12776 * autoinsert.el (auto-insert):
12777 * bookmark.el (bookmark-bmenu-list):
12778 * files.el (find-file):
12779 * view.el (view-buffer):
12780 * progmodes/compile.el (compilation-goto-locus):
12781 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
12782
12783 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
12784
12785 * window.el (display-buffer-alist): Doc fix.
12786 (display-buffer): Add docstring. Don't treat
12787 display-buffer-default specially.
12788 (display-buffer-reuse-selected-window)
12789 (display-buffer-same-window, display-buffer-maybe-same-window)
12790 (display-buffer-reuse-window, display-buffer-pop-up-frame)
12791 (display-buffer-pop-up-window)
12792 (display-buffer-reuse-or-pop-window)
12793 (display-buffer-use-some-window): New functions.
12794 (display-buffer-default-action): Use them.
12795 (display-buffer-default): Delete.
12796 (pop-to-buffer-1): Fix choice of actions.
12797
12798 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
12799
12800 * minibuffer.el (completion--insert-strings): Don't get confused by
12801 completion entries that end with an LF char.
12802
12803 2011-09-01 Eli Zaretskii <eliz@gnu.org>
12804
12805 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
12806
12807 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
12808
12809 * window.el (display-buffer): Restore interactive spec.
12810 (display-buffer-same-window, display-buffer-other-window):
12811 New functions.
12812 (pop-to-buffer-1): New function. Use the above.
12813 (pop-to-buffer, pop-to-buffer-same-window): Use it.
12814 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
12815
12816 * view.el (view-buffer-other-window, view-buffer-other-frame):
12817 Just use pop-to-buffer.
12818
12819 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12820
12821 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
12822
12823 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
12824
12825 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
12826
12827 2011-08-31 Richard Stallman <rms@gnu.org>
12828
12829 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
12830 of the separation of rmail-view-buffer from rmail-buffer.
12831 If you say no to "replace original", the decrypt is in the
12832 view buffer. If you say yes, the decrypt goes into the
12833 rmail buffer also.
12834
12835 2011-08-31 Martin Rudalics <rudalics@gmx.at>
12836
12837 * window.el (display-buffer-window): Rewrite doc-string.
12838 (display-buffer-record-window): New function.
12839 (display-buffer-macro-specifiers)
12840 (display-buffer-even-window-sizes, display-buffer-set-height)
12841 (display-buffer-set-width, display-buffer-in-window)
12842 (display-buffer-reuse-window, display-buffer-split-specifiers)
12843 (display-buffer-side-specifiers, display-buffer-split-window-1)
12844 (display-buffer-split-window, display-buffer-split-atom-window)
12845 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
12846 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
12847 (display-buffer-other-window-means-other-frame)
12848 (display-buffer-normalize-special)
12849 (display-buffer-normalize-default)
12850 (display-buffer-normalize-argument)
12851 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
12852 (display-buffer-normalize-specifiers, display-buffer-frame)
12853 (display-buffer-same-window, display-buffer-same-frame)
12854 (display-buffer-other-window)
12855 (display-buffer-same-frame-other-window)
12856 (display-buffer-other-frame, pop-to-buffer-same-window)
12857 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
12858 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
12859 (switch-to-buffer-same-frame)
12860 (switch-to-buffer-other-window-same-frame)
12861 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
12862 (display-buffer-alist-set-1, display-buffer-alist-set-2)
12863 (display-buffer-alist-set): Remove.
12864 (display-buffer-function, special-display-buffer-names)
12865 (special-display-regexps, special-display-function):
12866 In doc-string refer to display-buffer-window and quit-restore
12867 parameter.
12868 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
12869 (special-display-frame-alist, special-display-popup-frame)
12870 (same-window-buffer-names, same-window-regexps, same-window-p)
12871 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12872 (split-window-preferred-function, split-height-threshold)
12873 (split-width-threshold, window-splittable-p)
12874 (split-window-sensibly, window--try-to-split-window)
12875 (window--frame-usable-p, even-window-heights)
12876 (window--even-window-heights, window--display-buffer-1)
12877 (window--display-buffer-2, display-buffer-other-frame):
12878 Restore old Emacs 23 code, order and doc-strings where applicable.
12879 (display-buffer-default, display-buffer-assq-regexp): New functions.
12880 (display-buffer-alist): Rewrite doc-string.
12881 (display-buffer-default-action)
12882 (display-buffer-overriding-action): New variables.
12883 (display-buffer, switch-to-buffer): Rewrite.
12884 (pop-to-buffer): Restore Emacs 23 behavior but use
12885 window-normalize-buffer-to-display.
12886 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12887 Restore Emacs 23 behavior but use
12888 window-normalize-buffer-to-switch-to.
12889 (pop-to-buffer-same-window): Rewrite.
12890 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
12891 Rewrite using Emacs 23 options.
12892
12893 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
12894
12895 * net/tramp.el (tramp-root-regexp): Remove.
12896 (tramp-completion-file-name-regexp-unified)
12897 (tramp-completion-file-name-regexp-separate)
12898 (tramp-completion-file-name-regexp-url): Don't use leading volume
12899 letter on w32 systems. (Bug#5303, Bug#9311)
12900 (tramp-drop-volume-letter): Simplify definition.
12901 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12902
12903 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12904
12905 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
12906 (bug#9356).
12907
12908 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
12909
12910 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
12911
12912 2011-08-29 Juri Linkov <juri@jurta.org>
12913
12914 * isearch.el (isearch-done): Don't display message "Mark saved"
12915 when arg `edit' is non-nil to prevent its flicker in the echo area.
12916
12917 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
12918
12919 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
12920 obsolete packages for deletion.
12921
12922 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
12923
12924 * help-mode.el (help-mode-map): Add special-mode-map to parent.
12925 (help-mode): Derive help-mode from special-mode. Don't invoke
12926 view-mode from help-mode.
12927 (help-xref-override-view-map): Remove.
12928 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
12929 view-mode is not used anymore.
12930
12931 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
12932
12933 * server.el (server-port): Doc fix.
12934
12935 * cus-theme.el (custom-theme-choose-mode): Inherit from
12936 special-mode (Bug#9124).
12937 (custom-theme-choose-mode-map): Add special-mode to parent.
12938
12939 2011-08-28 Alan Mackenzie <acm@muc.de>
12940
12941 * progmodes/cc-fonts.el
12942 (c-make-font-lock-BO-decl-search-function): New function.
12943 (c-basic-matchers-after - "Fontify the clauses after various
12944 keywords"): Extract the three keyword lists for the 3 erroneous
12945 constructs from the list of four, and use the new function above
12946 in place of an old one.
12947
12948 2011-08-28 Deniz Dogan <deniz@dogan.se>
12949
12950 * net/rcirc.el (rcirc-insert-prev-input)
12951 (rcirc-insert-next-input): Remove unused argument.
12952
12953 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12954
12955 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
12956
12957 2011-08-27 Alan Mackenzie <acm@muc.de>
12958
12959 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
12960 handle function pointer parameters properly.
12961
12962 2011-08-27 Martin Rudalics <rudalics@gmx.at>
12963
12964 * window.el (display-buffer-reuse-window): Fix case where
12965 selected window was reused with non-nil OTHER-WINDOW argument.
12966 (Bug#9381)
12967
12968 2011-08-27 Deniz Dogan <deniz@dogan.se>
12969
12970 * net/rcirc.el (rcirc-check-auth-status): Adding support for
12971 oftc's NickServ messages.
12972
12973 2011-08-27 Glenn Morris <rgm@gnu.org>
12974
12975 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
12976
12977 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
12978
12979 * emacs-lisp/package.el (package-install): Call package-initialize
12980 if called interactively.
12981
12982 2011-08-26 Leo Liu <sdl.web@gmail.com>
12983
12984 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
12985
12986 2011-08-25 Juri Linkov <juri@jurta.org>
12987
12988 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12989 `search-whitespace-regexp' (bug#9364).
12990
12991 2011-08-25 Juri Linkov <juri@jurta.org>
12992
12993 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
12994 `regexp-search-ring' to their global values to protect from
12995 updating by `read-from-minibuffer' (bug#9185).
12996
12997 2011-08-25 Juri Linkov <juri@jurta.org>
12998
12999 * textmodes/ispell.el (ispell-command-loop): Add newline
13000 at the end of the "Use option `i'..." line.
13001
13002 2011-08-25 Juri Linkov <juri@jurta.org>
13003
13004 * battery.el (display-battery-mode): If `battery-status-function'
13005 or `battery-mode-line-format' is nil, display the message and set
13006 `display-battery-mode' to nil (bug#9363).
13007
13008 2011-08-25 Eli Zaretskii <eliz@gnu.org>
13009
13010 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
13011 bidi-string-mark-left-to-right; they are unnecessary now.
13012
13013 2011-08-25 Deniz Dogan <deniz@dogan.se>
13014
13015 * net/quickurl.el: Documentation typo fixes.
13016
13017 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
13018
13019 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
13020
13021 2011-08-25 Glenn Morris <rgm@gnu.org>
13022
13023 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
13024
13025 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
13026 (smtpmail-via-smtp): Handle nil response from smtp.
13027
13028 2011-08-24 Juri Linkov <juri@jurta.org>
13029
13030 * proced.el (proced-marked): Inherit from `error' instead of
13031 `font-lock-warning-face'.
13032
13033 * ibuffer.el (ibuffer-marked-face): Change default face from
13034 `font-lock-warning-face' to `warning'.
13035 (ibuffer-deletion-face): Change default face from
13036 `font-lock-type-face' to `error'.
13037
13038 * battery.el (battery-update): Use the face `error' instead of
13039 `font-lock-warning-face' (bug#6117).
13040
13041 2011-08-24 Juri Linkov <juri@jurta.org>
13042
13043 * faces.el (success): Change face color from "Green3" to
13044 "ForestGreen" on light background (bug#9353).
13045
13046 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
13047
13048 * window.el (quit-window): Rename from quit-restore-window.
13049 Use same arglist as old quit-window.
13050 (frame-auto-delete): Doc fix.
13051
13052 * view.el (view-mode-exit): Use quit-window.
13053
13054 2011-08-24 Juri Linkov <juri@jurta.org>
13055
13056 * isearch.el (isearch-ring-adjust1): Start visiting previous
13057 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
13058 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
13059 for empty search string (when the last search string is reused
13060 automatically) to adjust the isearch ring to the last element and
13061 prepare the correct index for further M-p commands (bug#9185).
13062
13063 2011-08-24 Kenichi Handa <handa@m17n.org>
13064
13065 * international/ucs-normalize.el: If decomposition property of
13066 CHAR is the default one (i.e. a list of CHAR itself), treat it as
13067 nil.
13068 (nfd, nfkd): Likewise.
13069
13070 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13071
13072 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
13073 from process filters aren't reliably transmitted to the surrounding
13074 accept-process-output.
13075 (mpc-proc-check): New function.
13076 (mpc-proc-sync): Use it (bug#8293)
13077
13078 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13079
13080 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
13081 Add compatibility functions (bug#9313).
13082
13083 2011-08-23 Eli Zaretskii <eliz@gnu.org>
13084
13085 * cus-start.el (all): Add entry for bidi-paragraph-direction.
13086
13087 * international/uni-bidi.el: Regenerate.
13088
13089 2011-08-23 Kenichi Handa <handa@m17n.org>
13090
13091 * international/charprop.el:
13092 * international/uni-bidi.el:
13093 * international/uni-category.el:
13094 * international/uni-combining.el:
13095 * international/uni-comment.el:
13096 * international/uni-decimal.el:
13097 * international/uni-decomposition.el:
13098 * international/uni-digit.el:
13099 * international/uni-lowercase.el:
13100 * international/uni-mirrored.el:
13101 * international/uni-name.el:
13102 * international/uni-numeric.el:
13103 * international/uni-old-name.el:
13104 * international/uni-titlecase.el:
13105 * international/uni-uppercase.el: Regenerate.
13106
13107 2011-08-23 Martin Rudalics <rudalics@gmx.at>
13108
13109 * help.el (help-window-setup): Fix message displayed when other
13110 window is reused. (Bug#9341)
13111
13112 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13113
13114 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
13115 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
13116
13117 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
13118 Mark obsolete.
13119 * shell.el (shell-parse-pcomplete-arguments): New function.
13120 (shell-completion-vars): Use it instead (bug#9160).
13121
13122 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13123
13124 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
13125 strings and comments (bug#9333).
13126
13127 * emacs-lisp/debug.el (debug-arglist): New function.
13128 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
13129 (debug-on-entry-1): Handle interpreted closures (bug#9120).
13130
13131 2011-08-22 Juri Linkov <juri@jurta.org>
13132
13133 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13134 Revert regexp that highlights output switches to its old
13135 pre-2010-10-28 value and remove one `?' from it (bug#9319).
13136
13137 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
13138 to check for empty output (bug#9226).
13139
13140 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
13141
13142 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
13143 symbol-constituent as the default, as that stops font-lock from
13144 working properly (Bug#8843).
13145
13146 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13147
13148 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
13149 `coding-system-for-*' around the process open call to avoid
13150 auth-source side effects.
13151 (smtpmail-try-auth-methods): Expand the secret password.
13152 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
13153 probe hangs.
13154
13155 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
13156
13157 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
13158
13159 * emacs-lisp/find-func.el (find-function-noselect): New arg
13160 lisp-only.
13161
13162 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
13163 signal an error for built-in functions (Bug#6664).
13164
13165 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13166
13167 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
13168 (smtpmail-try-auth-methods): Use it.
13169
13170 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
13171
13172 * font-lock.el (font-lock-fontify-region)
13173 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
13174 (font-lock-default-unfontify-buffer)
13175 (font-lock-default-fontify-region)
13176 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
13177
13178 * progmodes/compile.el (compilation-error-properties):
13179 Fix confusion between file struct and message struct (Bug#9319).
13180 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
13181 `ant' regexp.
13182
13183 * net/browse-url.el (browse-url-firefox): Don't call
13184 browse-url-firefox-sentinel unless using -remote (Bug#9328).
13185
13186 2011-08-20 Glenn Morris <rgm@gnu.org>
13187
13188 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
13189
13190 * tutorial.el (tutorial--default-keys): Update some default bindings.
13191
13192 * files.el (hack-local-variables): Fully ignore case for "mode:".
13193
13194 2011-08-20 Alan Mackenzie <acm@muc.de>
13195
13196 Resolve invalid use of a regexp in regexp-opt.
13197
13198 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
13199 detection for a java annotation.
13200
13201 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
13202 detection for a java annotation.
13203
13204 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
13205 handling for java.
13206 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
13207
13208 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
13209
13210 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
13211 (Bug#9274).
13212
13213 2011-08-20 Alan Mackenzie <acm@muc.de>
13214
13215 Fontify CPP expressions correctly when starting in the middle of
13216 such a construct. Mainly for when jit-lock etc. starts a chunk
13217 here.
13218
13219 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
13220 variable.
13221 (c-make-font-lock-search-form): New function, extracted from
13222 c-make-font-lock-search-function.
13223 (c-make-font-lock-search-function): Use the above function.
13224 (c-make-font-lock-context-search-function): New function.
13225 (c-cpp-matchers): Enhance the preprocessor expression case with
13226 the above function
13227 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
13228 which takes an expression.
13229
13230 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
13231
13232 2011-08-20 Martin Rudalics <rudalics@gmx.at>
13233
13234 * window.el (display-buffer-reuse-window)
13235 (display-buffer-pop-up-window): Don't reuse or split a side
13236 window.
13237
13238 2011-08-19 Glenn Morris <rgm@gnu.org>
13239
13240 * files.el (hack-local-variables-prop-line, hack-local-variables):
13241 Downcase "Mode:". (Bug#9331)
13242
13243 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
13244
13245 * international/characters.el: Add L and R categories.
13246
13247 * subr.el (bidi-string-mark-left-to-right): Rename from
13248 string-mark-left-to-right. Use category search.
13249
13250 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
13251
13252 2011-08-18 Juri Linkov <juri@jurta.org>
13253
13254 * faces.el (error, warning, success): New faces with definitions
13255 copied from old default values of `font-lock-warning-face',
13256 `compilation-warning', `compilation-info' (bug#6117).
13257
13258 * font-lock.el (font-lock-warning-face): Inherit from `error'.
13259
13260 * progmodes/compile.el (compilation-error): Inherit from `error'.
13261 (compilation-warning): Inherit from `warning'.
13262 (compilation-info): Inherit from `success'.
13263
13264 * dired.el (dired-marked): Inherit from `warning'.
13265 (dired-flagged): Inherit from `error'.
13266
13267 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13268
13269 * mail/smtpmail.el (auth-source): Require to avoid problems with
13270 binding variables (bug#9298). Also clean up some unused
13271 autoloads.
13272
13273 * net/network-stream.el (network-stream-open-starttls):
13274 Support using starttls.el without using gnutls-cli.
13275
13276 2011-08-17 Juri Linkov <juri@jurta.org>
13277
13278 * progmodes/grep.el (rgrep): Handle the case when
13279 `grep-find-command' is a cons cell (bug#9278).
13280
13281 2011-08-17 Martin Rudalics <rudalics@gmx.at>
13282
13283 * window.el (display-buffer-pop-up-frame): Run frame creation
13284 function with BUFFER current (as special-display-popup-frame
13285 does). Reported by Drew Adams.
13286
13287 2011-08-17 Daiki Ueno <ueno@unixuser.org>
13288
13289 * epa-mail.el: Simplify GnuPG group expansion using
13290 epg-expand-group.
13291 (epa-mail-group-alist, epa-mail-group-modtime)
13292 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
13293 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
13294 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
13295 Remove.
13296
13297 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
13298
13299 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
13300
13301 2011-08-16 Alan Mackenzie <acm@muc.de>
13302
13303 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
13304 Correct, to avoid the inside of macros.
13305
13306 2011-08-16 Richard Stallman <rms@gnu.org>
13307
13308 * epa-mail.el: Handle GnuPG group definitions.
13309 (epa-mail-group-alist, epa-mail-group-modtime)
13310 (epa-mail-gnupg-conf-file): New variables.
13311 (epa-mail-parse-groups, epa-mail-sync-groups)
13312 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
13313 (epa-mail-expand-recipients): New functions.
13314 (epa-mail-encrypt): Call epa-mail-expand-recipients.
13315
13316 * mail/rmail.el (rmail-epa-decrypt): New command.
13317
13318 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
13319 Don't bind buffer-read-only, just inhibit-read-only.
13320 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
13321 (epa-decrypt-armor-in-region): Make error message clearer.
13322
13323 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
13324
13325 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
13326 and "a2b" to "ab" for `prefix'.
13327
13328 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
13329
13330 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
13331 filter groups.
13332 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
13333 Fourquet (Bug#8804).
13334
13335 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
13336
13337 * startup.el (argi): Declare as global variable (bug#9275).
13338
13339 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
13340
13341 * subr.el (string-mark-left-to-right): Search the entire string
13342 for RTL script, not just the terminating character. Doc fix.
13343
13344 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
13345
13346 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
13347 New function.
13348 (js--regexp-literal, js-syntax-propertize-function): Remove.
13349 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
13350 (js-mode-map): Don't rebind electric keys.
13351 (js-insert-and-indent): Remove.
13352 (js-mode): Setup electric-layout and electric-indent instead.
13353
13354 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
13355
13356 2011-08-12 Daiki Ueno <ueno@unixuser.org>
13357
13358 * epa.el (epa-progress-callback-function): Fix the logic of
13359 displaying progress.
13360 * epa-file.el (epa-file-insert-file-contents): Make progress
13361 display more user-friendly.
13362 (epa-file-write-region): Ditto.
13363
13364 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
13365
13366 * subr.el (string-mark-left-to-right): New function.
13367
13368 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
13369 Use string-mark-left-to-right.
13370 (list-buffers-noselect): Caller changed.
13371
13372 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13373 Use string-mark-left-to-right.
13374 (tabulated-list-print): Recenter after moving point.
13375
13376 2011-08-10 Juri Linkov <juri@jurta.org>
13377
13378 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
13379 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
13380 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
13381
13382 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
13383
13384 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
13385 (Bug#7554).
13386
13387 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
13388
13389 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
13390 character. (Bug#6594)
13391
13392 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
13393
13394 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
13395 (image-dired--with-db-file): New macro.
13396 (image-dired-write-tags, image-dired-remove-tag)
13397 (image-dired-create-gallery-lists, image-dired-write-comments)
13398 (image-dired-get-comment, image-dired-mark-tagged-files)
13399 (image-dired-list-tags, image-dired-gallery-generate): Use it.
13400 (image-dired-gallery-generate): Use insert-file-contents.
13401
13402 * time.el (display-time-world-list, display-time-world-display):
13403 * time-stamp.el (time-stamp-string):
13404 * vc/add-log.el (add-change-log-entry): Use setenv instead of
13405 set-time-zone-rule (Bug#7337).
13406
13407 2011-08-08 Daiki Ueno <ueno@unixuser.org>
13408
13409 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
13410 (epg-error-to-string, epg-errors-to-string): New function.
13411 (epg-wait-for-completion): Reverse errors list.
13412 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
13413 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
13414 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
13415 (epg-sign-keys, epg-generate-key-from-file)
13416 (epg-generate-key-from-string): Format errors by using
13417 epg-errors-to-string (bug#9255).
13418 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
13419
13420 2011-08-07 Juri Linkov <juri@jurta.org>
13421
13422 * faces.el (list-faces-display): Remove extra angle bracket
13423 from `help-mode-map'.
13424
13425 * info.el (Info-history-toc-nodes): Doc fix.
13426
13427 * longlines.el (longlines-mode): Doc fix.
13428
13429 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
13430
13431 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
13432 of statements and in a few more cases (bug#9183).
13433
13434 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
13435 New functions.
13436 (cl-transform-lambda): Use them (bug#9239).
13437
13438 2011-08-05 Martin Rudalics <rudalics@gmx.at>
13439
13440 * window.el (display-buffer-same-window)
13441 (display-buffer-same-frame, display-buffer-other-window)
13442 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13443 (pop-to-buffer-other-window)
13444 (pop-to-buffer-same-frame-other-window)
13445 (pop-to-buffer-other-frame): Make them defuns.
13446 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
13447
13448 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
13449
13450 * subr.el (make-composed-keymap): Move from C. Change calling
13451 convention, and improve docstring to bring attention to a subtle point.
13452 * minibuffer.el (completing-read-default): Adjust accordingly.
13453
13454 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
13455
13456 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
13457 (tramp-open-shell): Use `tramp-shell-quote-argument'.
13458
13459 * net/trampver.el: Update release number.
13460
13461 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
13462
13463 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
13464 "in" (bug#9190).
13465
13466 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13467
13468 * mail/sendmail.el (sendmail-query-once): Restore the current
13469 buffer after querying (bug#9074).
13470
13471 * dired.el (dired-flagged): Use different faces for marked and
13472 flagged files (bug#6117).
13473
13474 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
13475 (bug#4433).
13476
13477 * ido.el (ido-mode): Switch off the message if called
13478 non-interactively.
13479
13480 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
13481 before 587, since it appears that that's more likely to work for
13482 more people.
13483
13484 * cus-edit.el (custom-file): When running under emacs -q, always
13485 refuse to save the customizations, even if the .emacs file doesn't
13486 exist.
13487
13488 * info.el: Remove the `Info-beginning-of-buffer' function
13489 (bug#8325).
13490
13491 * net/network-stream.el (network-stream-open-starttls):
13492 Use `starttls-available-p' to see whether starttls.el can be used.
13493
13494 2011-08-01 Martin Rudalics <rudalics@gmx.at>
13495
13496 * window.el (display-buffer-in-window): Don't set dedicated status
13497 of window here (Bug#9215).
13498 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
13499 (display-buffer-pop-up-side-window)
13500 (display-buffer-in-side-window): Set dedicated status of window here.
13501
13502 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
13503
13504 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
13505 before binding generated-autoload-file.
13506
13507 2011-08-01 Deniz Dogan <deniz@dogan.se>
13508
13509 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
13510
13511 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
13512
13513 Sync with Tramp 2.2.2.
13514
13515 * net/trampver.el: Update release number.
13516
13517 2011-07-30 Juri Linkov <juri@jurta.org>
13518
13519 * dired-aux.el (dired-touch-initial): Remove function.
13520 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
13521 current time, and `default' to the last modification time of the
13522 current marked file (bug#6887).
13523
13524 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
13525
13526 * simple.el (goto-line): Use string-to-number to provide a
13527 numeric argument to read-number (bug#9163).
13528
13529 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
13530
13531 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
13532 connection process, it could be nil.
13533
13534 2011-07-27 Leo Liu <sdl.web@gmail.com>
13535
13536 Simplify url handling in rcirc-mode.
13537
13538 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
13539 (rcirc-browse-url-at-mouse): Remove.
13540 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
13541
13542 2011-07-26 Alan Mackenzie <acm@muc.de>
13543
13544 Fontify bitfield declarations properly.
13545
13546 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
13547 (c-symbol-chars): Now exported as a lang variable.
13548 (c-not-primitive-type-keywords): New lang variable.
13549
13550 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
13551 QT keyword "more" to prevent "more slots: ...." being spuriously
13552 parsed as a bitfield declaration.
13553
13554 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13555 Refactor and enhance to handle bitfield declarations.
13556 (c-punctuation-in): New function.
13557 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
13558 declarations properly.
13559
13560 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
13561
13562 * calendar/icalendar.el (icalendar--all-events): Take care of
13563 multiple vcalendars in a single file.
13564 (icalendar--convert-float-to-ical): Checkdoc fixes.
13565
13566 2011-07-25 Deniz Dogan <deniz@dogan.se>
13567
13568 * image.el (insert-image): Clarifying docstring.
13569
13570 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
13571
13572 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
13573 `tramp-send-command-and-check' if there is no error.
13574 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
13575
13576 2011-07-22 Alan Mackenzie <acm@muc.de>
13577
13578 Prevent cc-langs.elc being loaded at run time.
13579
13580 * progmodes/cc-mode.el: Remove two autoload forms which loaded
13581 cc-langs.
13582
13583 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
13584 "(require 'cc-langs)". Quote a form so it will evaluate at
13585 (cc-mode's) compilation time.
13586
13587 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
13588
13589 * net/tramp.el (tramp-file-name-handler): Avoid recursive
13590 loading. (Bug#9114)
13591
13592 2011-07-21 Martin Rudalics <rudalics@gmx.at>
13593
13594 * window.el (display-buffer-pop-up-window)
13595 (display-buffer-pop-up-side-window)
13596 (display-buffer-in-side-window): Call display-buffer-set-height
13597 and display-buffer-set-width after setting the new window's
13598 buffer so `fit-window-to-buffer' and friends work on the right buffer.
13599
13600 2011-07-20 Sam Steingold <sds@gnu.org>
13601
13602 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
13603 (etags-tags-included-tables): Call `convert-standard-filename' on
13604 the file names contained in TAGS so that windows Emacs can handle
13605 TAGS files created by cygwin ctags.
13606
13607 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13608
13609 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
13610 which apparently didn't work.
13611
13612 2011-07-19 Roland Winkler <winkler@gnu.org>
13613
13614 * proced.el (proced-send-signal): For *Marked Processes* buffer
13615 put point at beginning of buffer.
13616
13617 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
13618
13619 * proced.el (proced-format): Make header lines align with the text
13620 (bug#1779).
13621
13622 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13623
13624 * view.el (view-buffer): Allow running in `special' modes if we're
13625 visiting a file (bug#8615).
13626
13627 2011-07-19 Martin Rudalics <rudalics@gmx.at>
13628
13629 * window.el (display-buffer-alist-of-strings-p)
13630 (display-buffer-alist-set-1, display-buffer-alist-set-2):
13631 New functions.
13632 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
13633 more accurately.
13634
13635 2011-07-18 Alan Mackenzie <acm@muc.de>
13636
13637 Fontify declarators properly when, e.g., a jit-lock chunk begins
13638 inside a declaration.
13639
13640 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
13641
13642 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13643 New function.
13644 (c-complex-decl-matchers): Insert reference to
13645 c-font-lock-enclosing-decls.
13646
13647 * progmodes/cc-engine.el (c-backward-single-comment):
13648 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
13649 to nil around calls to (forward-comment -1).
13650
13651 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13652
13653 * image.el (put-image): Doc typo fix.
13654
13655 * progmodes/etags.el (tags-search): Doc typo fix.
13656
13657 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
13658 password if we get errors 550 to 554.
13659
13660 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13661
13662 * net/gnutls.el (gnutls-log-level): Remove.
13663
13664 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
13665 indentation character (bug#6380).
13666
13667 * files.el (buffer-offer-save): Made permanently local (bug#6241).
13668
13669 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
13670 to clarify what the problem is (bug#4291).
13671
13672 * simple.el (current-kill): Clarify what
13673 `interprogram-paste-function' does (bug#7500).
13674 (auto-fill-mode): Document `auto-fill-function' in relation to
13675 `auto-fill-mode' (bug#2470).
13676
13677 2011-07-16 Lawrence Mitchell <wence@gmx.li>
13678
13679 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
13680 method if slot is read-only (bug#9035).
13681
13682 2011-07-16 Martin Rudalics <rudalics@gmx.at>
13683
13684 * frame.el (select-frame-set-input-focus): New argument NORECORD.
13685 * window.el (pop-to-buffer): Select window used even if it was
13686 selected before, see discussion of (Bug#8615), (Bug#6954).
13687 Pass argument NORECORD on to select-frame-set-input-focus.
13688
13689 2011-07-15 Glenn Morris <rgm@gnu.org>
13690
13691 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
13692 Respect help-form.
13693
13694 2011-07-09 Lawrence Mitchell <wence@gmx.li>
13695
13696 * net/gnutls.el (gnutls-min-prime-bits): New variable.
13697 (gnutls-negotiate): Use it.
13698
13699 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13700
13701 * net/gnutls.el (gnutls-negotiate):
13702 Upcase `gnutls-algorithm-priority'.
13703
13704 2011-07-15 Glenn Morris <rgm@gnu.org>
13705
13706 * jka-compr.el (jka-compr-verbose): Move from here...
13707 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
13708 Add missing :version tag.
13709 * info.el: No need to require jka-compr when compiling.
13710
13711 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13712
13713 * net/gnutls.el (gnutls-algorithm-priority): New variable.
13714 (gnutls-negotiate): Use it.
13715
13716 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
13717
13718 * info.el (Info-beginning-of-buffer): New command.
13719 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
13720 announcing `b' as the key (bug#8325).
13721 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
13722
13723 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
13724
13725 * international/mule-cmds.el
13726 (describe-specified-language-support): Make the error message
13727 clearer (bug#8905).
13728
13729 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
13730
13731 * isearch.el (isearch-barrier): Add a doc string, since it's
13732 mentioned in a function doc string (bug#8678).
13733
13734 2011-07-15 Martin Rudalics <rudalics@gmx.at>
13735
13736 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
13737 buffer argument (Bug#9083) and self-identifying label argument.
13738
13739 2011-07-15 Glenn Morris <rgm@gnu.org>
13740
13741 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
13742
13743 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13744
13745 * man.el (Man-fontify-manpage): Fix message when formatting the
13746 man page (bug#7929).
13747
13748 2011-07-14 Eli Zaretskii <eliz@gnu.org>
13749
13750 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
13751 argument LRM; if non-nil, append an invisible LRM character to the
13752 buffer name.
13753 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
13754 last argument non-nil, when formatting buffer names.
13755 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
13756 paragraph direction.
13757
13758 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13759
13760 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
13761 the man page name (bug#7929).
13762
13763 * image.el (put-image): Mention the `put-image' overlay property
13764 (bug#7834).
13765
13766 * scroll-bar.el (set-scroll-bar-mode): Mention that
13767 `scroll-bar-mode' lists the values (bug#7772).
13768
13769 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
13770 command (bug#7729).
13771
13772 * rect.el (apply-on-rectangle): Return the point after the last
13773 operation.
13774 (string-rectangle): Go to the point after the last operation
13775 (bug#7522).
13776
13777 * printing.el (pr-toggle-region): Clarify the documentation
13778 slightly (bug#7493).
13779
13780 * time.el (display-time-update):
13781 Allow `display-time-mail-function' to return nil (bug#7158).
13782 Fix suggested by Detlev Zundel.
13783
13784 * vc/diff.el (diff): Clarify the order the file names are read
13785 (bug#7111).
13786
13787 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
13788 the doc string (bug#7015).
13789
13790 * font-lock.el (font-lock-maximum-decoration): Mention what
13791 numeric levels mean (bug#6935).
13792
13793 * startup.el (initial-buffer-choice): Don't mention the `none'
13794 selection, which is against policy.
13795
13796 2011-07-14 Martin Rudalics <rudalics@gmx.at>
13797
13798 * window.el (display-buffer-normalize-special):
13799 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
13800
13801 2011-07-14 Eli Zaretskii <eliz@gnu.org>
13802
13803 * subr.el (version<, version<=, version=): Mention "-CVS" and
13804 "-12345" alpha version numbers.
13805
13806 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
13807
13808 * bindings.el: Add advertised binding for set-mark-command
13809 (Bug#5772).
13810
13811 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
13812
13813 * bindings.el (mode-line-other-buffer):
13814 * bookmark.el (bookmark-bmenu-2-window):
13815 * bs.el (bs-cycle-next, bs-cycle-previous):
13816 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
13817 switch-to-buffer.
13818
13819 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
13820 Delete.
13821
13822 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
13823
13824 * follow.el (follow-debug-message, follow-redisplay):
13825 * jka-cmpr-hook.el (with-auto-compression-mode):
13826 Fix typos in docstrings.
13827
13828 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13829
13830 * subr.el (with-silent-modifications): Clarify somewhat what the
13831 macro inhibits (bug#6525).
13832
13833 * simple.el (eval-expression): Note what it does if called
13834 interactively (bug#6495).
13835
13836 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
13837
13838 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
13839 Use pop-to-buffer buffer-or-name if it is nil.
13840
13841 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13842 Remove switch-to-buffer.
13843
13844 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13845
13846 * files.el (make-directory): Clarify that an error will be raised
13847 if there's an error (bug#6397).
13848
13849 * startup.el (initial-buffer-choice): Add `none' as a choice
13850 (bug#6234).
13851
13852 * subr.el (add-hook): Clarify section about buffer-local hooks
13853 (bug#6218).
13854
13855 * dired.el (dired-flagged): Clarify doc string (bug#6117).
13856
13857 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
13858
13859 * tabify.el (untabify): Preserve the current column so that point
13860 doesn't move (bug#6032).
13861
13862 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13863
13864 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
13865 Rewrite to avoid awkward possessive "s" (bug#5986).
13866
13867 2011-07-13 Glenn Morris <rgm@gnu.org>
13868
13869 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
13870 (dired-insert-directory): Give a message the first time
13871 if ls is found not to support --dired.
13872
13873 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13874
13875 * simple.el (toggle-truncate-lines): Clarify what is toggled
13876 (bug#5580). Text by Drew Adams.
13877
13878 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
13879
13880 * simple.el (blink-matching-open): Make the error message from the
13881 last change less verbose.
13882
13883 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
13884
13885 * font-lock.el (font-lock-comment-face): Use the high contrast
13886 "yellow" color for font-lock-comment-face on low color terminals
13887 using a dark background color (bug#4221).
13888
13889 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13890
13891 * dired.el (dired-insert-set-properties): Make the doc string
13892 reflect what it does now (bug#5325).
13893
13894 * simple.el (blink-matching-open): Say that we were unable to find
13895 the match within the limit, if we're limited (bug#5122).
13896
13897 * international/mule-cmds.el (prefer-coding-system): Add an
13898 example (bug#4869).
13899
13900 * progmodes/etags.el (tags-search): Document `file-list-form'
13901 (bug#4731).
13902
13903 2011-07-13 Lawrence Mitchell <wence@gmx.li>
13904
13905 * net/browse-url.el (browse-url-default-browser)
13906 (browse-url-browser-function): Make the default browser choice a
13907 bit more logical (bug#4300). Also clean up the doc string.
13908
13909 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
13910
13911 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
13912 binary endings (bug#4440).
13913
13914 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13915
13916 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
13917 which can be pretty annoying (bug#8971).
13918
13919 * jka-compr.el (jka-compr-verbose): New variable, and use
13920 throughout (bug#8971).
13921
13922 * info.el (Info-find-file): Fall back on the installation
13923 directory if we can't find the info node anywhere else.
13924
13925 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
13926
13927 * vc/vc.el (vc-revert-file):
13928 Don't set file time-stamp in the past. (Bug#5181)
13929
13930 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13931
13932 * files.el (after-find-file): Give a better error message when
13933 trying to find a symlink that points to a file that doesn't exist
13934 (bug#4398).
13935
13936 * progmodes/cc-vars.el: Remove (probably) misleading comment
13937 (bug#4396).
13938
13939 2011-07-12 Johan Bockgård <bojohan@gnu.org>
13940
13941 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
13942
13943 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
13944
13945 * mouse-sel.el: Hack restoring functionality, while keeping
13946 compatibility with 2010-07-03 changes to mouse selection.
13947 (mouse-sel-primary-overlay): New var.
13948 (mouse-sel-selection-alist): Use it.
13949 (mouse-sel-mode): Doc fix; remove points that are default features
13950 of mouse.el.
13951
13952 2011-07-12 Johan Bockgård <bojohan@gnu.org>
13953
13954 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13955 Fix previous fix (bug#2490).
13956
13957 2011-07-12 Roland Winkler <winkler@gnu.org>
13958
13959 * textmodes/bibtex.el (bibtex-initialize):
13960 Use pop-to-buffer-same-window.
13961 (bibtex-search-entries): Fix interactive call.
13962
13963 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13964
13965 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13966 Fontise bytecomp Error lines more correctly (bug#2490).
13967 Fix suggested by Johan Bockgård.
13968
13969 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
13970
13971 * dired-x.el (dired-guess-default): Use `delete-dups'.
13972
13973 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
13974
13975 * dired.el (dired-mark-prompt):
13976 * dired-aux.el (dired-read-shell-command): Doc fix.
13977
13978 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13979
13980 * mail/sendmail.el (sendmail-query-once):
13981 Use `customize-save-variable' unconditionally, now that it works under
13982 emacs -Q.
13983
13984 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
13985
13986 * cus-edit.el (custom-file): Take an optional no-error variable.
13987 (customize-save-variable): Set the variable, and give a warning if
13988 running under "emacs -q".
13989
13990 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
13991
13992 * loadhist.el (unload-feature-special-hooks):
13993 Add `auto-coding-functions', `fill-nobreak-predicate' and
13994 `find-directory-functions' (bug#5327).
13995
13996 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13997
13998 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
13999
14000 * cus-edit.el (custom-guess-name-alist): -alist variables should
14001 use the `alist' type (bug#3120). Suggested by Drew Adams.
14002
14003 * printing.el: Add documentation to all the `pr-toggle-' commands.
14004
14005 2011-07-11 Leo Liu <sdl.web@gmail.com>
14006
14007 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
14008 backends where it makes sense (bug#2623).
14009
14010 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14011
14012 * dired-x.el (dired-guess-default): Remove duplicate shell command
14013 entries (bug#2028).
14014 (dired-guess-default): Fix grammar in doc string (bug#2028).
14015 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
14016
14017 * subr.el (remove-duplicates): New conveniency function.
14018
14019 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14020
14021 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
14022 (bug#1526).
14023
14024 2011-07-10 Martin Rudalics <rudalics@gmx.at>
14025
14026 * window.el (display-buffer-normalize-default): Don't invert
14027 meaning of even-window-heights. Reported by Eli Zaretskii
14028 <eliz@gnu.org>.
14029
14030 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
14031
14032 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
14033
14034 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
14035
14036 * window.el (display-buffer): Fix arguments to
14037 display-buffer-reuse-window in last change.
14038
14039 * faces.el (link): Use a less saturated blue on light backgrounds.
14040
14041 * startup.el (fancy-startup-text, fancy-about-text)
14042 (fancy-startup-tail): Use font-lock faces, for background safety.
14043
14044 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
14045
14046 * emulation/viper-cmd.el (viper-change-state-to-vi):
14047 Limit triggering of abbrev expansion (Bug#9038).
14048
14049 2011-07-09 Martin Rudalics <rudalics@gmx.at>
14050
14051 * window.el (display-buffer-default-specifiers): Remove.
14052 (display-buffer-macro-specifiers): Remove default specifiers.
14053 (display-buffer-alist): Default to nil.
14054 (display-buffer-reuse-window): New optional argument other-window.
14055 (display-buffer-pop-up-window): Allow splitting internal
14056 windows. Check whether a live window was created.
14057 (display-buffer-other-window-means-other-frame)
14058 (display-buffer-normalize-arguments): Rename to
14059 display-buffer-normalize-argument and rewrite. Set the
14060 other-window specifier.
14061 (display-buffer-normalize-special): New function.
14062 (display-buffer-normalize-options): Rename to
14063 display-buffer-normalize-default and rewrite.
14064 (display-buffer-normalize-options-inhibit): Remove.
14065 (display-buffer-normalize-specifiers): Rewrite.
14066 (display-buffer): Process other-window specifier and call
14067 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
14068 more faithfully.
14069 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
14070 (display-buffer-alist-set): Don't handle 'unset default values.
14071 (display-buffer-in-window, display-buffer-alist-set):
14072 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
14073 <tassilo@member.fsf.org>.
14074
14075 2011-07-09 Leo Liu <sdl.web@gmail.com>
14076
14077 * register.el (insert-register): Restore accidental change on
14078 2011-06-26. (Bug#9028)
14079
14080 2011-07-09 Glenn Morris <rgm@gnu.org>
14081
14082 * subr.el (remq): Handle the empty list. (Bug#9024)
14083
14084 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
14085
14086 * mail/sendmail.el (send-mail-function): No longer delay custom
14087 initialization.
14088 * custom.el (custom-initialize-delay): Doc fix.
14089
14090 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
14091
14092 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
14093
14094 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
14095
14096 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
14097 human-friendly prompt.
14098
14099 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
14100
14101 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
14102 provided by a particular plugin.
14103
14104 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
14105
14106 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
14107 save customizations (with "emacs -Q"), just set the variable
14108 instead of erroring out.
14109
14110 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
14111
14112 2011-07-08 Juri Linkov <juri@jurta.org>
14113
14114 * arc-mode.el (archive-zip-expunge, archive-zip-update)
14115 (archive-zip-update-case): Use 7z if found by `executable-find'.
14116 The order of searching the available programs is the same as in
14117 `archive-zip-extract' (bug#8968).
14118
14119 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
14120
14121 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
14122 (menu-bar-options-menu): Tweak descriptions.
14123
14124 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14125
14126 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
14127 menu items into verb phrases (bug#1421). Also refill to fit under
14128 80 columns.
14129
14130 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
14131
14132 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
14133 (Info-read-node-name): Doc fix (Bug#1084).
14134
14135 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
14136 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
14137 (end-of-sexp, beginning-of-sexp)
14138 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
14139 (forward-symbol, forward-same-syntax, word-at-point)
14140 (sentence-at-point): Doc fix (Bug#1144).
14141
14142 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14143
14144 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
14145 should cover it (bug#1281).
14146
14147 * cus-edit.el (custom-show): Mark as obsolete.
14148
14149 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
14150 negotiation fails, then possibly try again with a non-encrypted
14151 connection (bug#9017).
14152
14153 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
14154 be used.
14155
14156 2011-07-07 Richard Stallman <rms@gnu.org>
14157
14158 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
14159 property, and handle its changed format.
14160 Look for the correct line number.
14161 Use file's line contents (but not past first =) to find
14162 correct line in message.
14163
14164 2011-07-07 Kenichi Handa <handa@m17n.org>
14165
14166 * international/characters.el (build-unicode-category-table):
14167 Delete it.
14168 (unicode-category-table): Set it by unicode-property-table-internal.
14169
14170 * international/mule-cmds.el (char-code-property-alist): Move to
14171 to src/chartab.c.
14172 (get-char-code-property): Call unicode-property-table-internal to
14173 load a file. Call get-unicode-property-internal where necessary.
14174 (put-char-code-property): Call unicode-property-table-internal to
14175 load a file. Call put-unicode-property-internal where necessary.
14176 put-unicode-property-internal where necessary.
14177 (char-code-property-description):
14178 Call unicode-property-table-internal to load a file.
14179
14180 * international/charprop.el:
14181 * international/uni-bidi.el:
14182 * international/uni-category.el:
14183 * international/uni-combining.el:
14184 * international/uni-comment.el:
14185 * international/uni-decimal.el:
14186 * international/uni-decomposition.el:
14187 * international/uni-digit.el:
14188 * international/uni-lowercase.el:
14189 * international/uni-mirrored.el:
14190 * international/uni-name.el:
14191 * international/uni-numeric.el:
14192 * international/uni-old-name.el:
14193 * international/uni-titlecase.el:
14194 * international/uni-uppercase.el: Regenerate.
14195
14196 * loadup.el: Load international/charprop.el before
14197 international/characters.
14198
14199 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
14200
14201 * window.el (next-buffer, previous-buffer): Signal an error if
14202 called from a minibuffer window.
14203
14204 * bindings.el: Revert 2011-07-04 change.
14205
14206 2011-07-06 Richard Stallman <rms@gnu.org>
14207
14208 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
14209 (rmail-mime-insert-bulk, rmail-mime-insert-text):
14210 Treat markers like ints.
14211 (rmail-mime-entity): Doc fix.
14212
14213 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14214
14215 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
14216 defcustom again for backwards compatibility.
14217
14218 * simple.el (shell-command-on-region): Fill.
14219
14220 * dired-aux.el (dired-kill-line): Add a doc string.
14221
14222 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
14223 to "\\sw\\|\\s_" (bug#358).
14224
14225 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
14226 (dired-unmark-backward): Ditto.
14227 (dired-flag-backup-files): Ditto.
14228
14229 * dired-x.el (dired-mark-sexp): Ditto.
14230
14231 2011-07-06 Richard Stallman <rms@gnu.org>
14232
14233 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
14234 (rmail-mime-entity): New arg TRUNCATED.
14235 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
14236 New functions.
14237 (rmail-mime-save): Warn if entity is truncated.
14238 (rmail-mime-toggle-hidden): Likewise, for showing.
14239 (rmail-mime-process-multipart): Record when an entity is truncated.
14240
14241 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
14242 if ENTITY is a string.
14243
14244 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14245
14246 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
14247 of faces when `M-C-x'-ing their definitions (bug#8378).
14248 Also clean up the code slightly.
14249
14250 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
14251 because that makes the colors go away.
14252
14253 * mail/sendmail.el (send-mail-function): Change the default to
14254 `sendmail-query-once'.
14255 (sendmail-query-once): Add an autoload cookie.
14256
14257 * net/network-stream.el (network-stream-open-starttls): Try using
14258 a plain connection even if the server offered STARTTLS, and we
14259 kinda wanted to use it, if Emacs doesn't have any STARTTLS
14260 capability. This should make smtpmail.el work in slightly more
14261 configurations.
14262
14263 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
14264
14265 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
14266 New defun.
14267 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
14268
14269 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
14270
14271 * progmodes/sql.el: Version 3.0
14272 (sql-product-alist): Add product :completion-object,
14273 :completion-column, and :statement attributes.
14274 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
14275 (sql-mode-syntax-table): Mark all punctuation.
14276 (sql-font-lock-keywords-builder): Temporarily remove fallback on
14277 ansi keywords.
14278 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
14279 (sql-mode-oracle-font-lock-keywords): Improve.
14280 (sql-oracle-show-reserved-words): New function for development.
14281 (sql-product-font-lock): Simplify for source code buffers.
14282 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
14283 New functions.
14284 (sql-highlight-product): Set product specific syntax table.
14285 (sql-mode-map): Add statement movement functions.
14286 (sql-ansi-statement-starters, sql-oracle-statement-starters):
14287 New variable.
14288 (sql-statement-regexp, sql-beginning-of-statement)
14289 (sql-end-of-statement, sql-signum): New functions.
14290 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
14291 (sql-show-sqli-buffer): Bug fix.
14292 (sql-interactive-mode): Store connection data as buffer local.
14293 (sql-connect): Add NEW-NAME parameter. Redesign interaction
14294 with sql-interactive-mode.
14295 (sql-save-connection): Save buffer local settings.
14296 (sql-connection-menu-filter): Change menu entry name.
14297 (sql-product-interactive): Bug fix.
14298 (sql-preoutput-hold): New variable.
14299 (sql-interactive-remove-continuation-prompt): Bug fixes.
14300 (sql-debug-redirect): New variable.
14301 (sql-str-literal): New function.
14302 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
14303 Redesign.
14304 (sql-oracle-save-settings, sql-oracle-restore-settings)
14305 (sql-oracle-list-all, sql-oracle-list-table): New functions.
14306 (sql-completion-object, sql-completion-column)
14307 (sql-completion-sqlbuf): New variables.
14308 (sql-build-completions-1, sql-build-completions)
14309 (sql-try-completion): New functions.
14310 (sql-read-table-name): Use them.
14311 (sql-contains-names): New buffer local variable.
14312 (sql-list-all, sql-list-table): Use it.
14313 (sql-oracle-completion-types): New variable.
14314 (sql-oracle-completion-object, sql-sqlite-completion-object)
14315 (sql-postgres-completion-object): New functions.
14316
14317 2011-07-06 Glenn Morris <rgm@gnu.org>
14318
14319 * window.el (pop-to-buffer): Doc fix.
14320
14321 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
14322
14323 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
14324
14325 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
14326
14327 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
14328
14329 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
14330
14331 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
14332
14333 * button.el (button): Inherit from link face. Suggested by Dan
14334 Nicolaescu.
14335
14336 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14337
14338 * progmodes/gdb-mi.el: Fit in 80 columns.
14339 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
14340 switch-to-buffer.
14341
14342 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
14343 if imenu is simply not configured (bug#8941).
14344
14345 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
14346
14347 * allout.el (allout-post-undo-hook): New allout outline-change
14348 event hook to signal undo activity.
14349 (allout-post-command-business): Run allout-post-undo-hook if an
14350 undo just occurred.
14351 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
14352 * allout-widgets.el (allout-widgets-after-undo-function):
14353 Ensure the integrity of the current item's decoration after it has been
14354 in the vicinity of an undo.
14355 (allout-widgets-mode): Include allout-widgets-after-undo-function
14356 on the new allout-post-undo-hook.
14357
14358 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14359
14360 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
14361 Let define-derived-mode define it.
14362 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
14363 cycles of abbrev-table inheritance (bug#8998).
14364
14365 2011-07-05 Roland Winkler <winkler@gnu.org>
14366
14367 * textmodes/bibtex.el: Add support for biblatex.
14368 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
14369 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
14370 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
14371 (bibtex-entry-alist, bibtex-field-alist): New variables.
14372 (bibtex-entry-field-alist): Obsolete alias for
14373 bibtex-BibTeX-entry-alist.
14374 (bibtex-entry-alist, bibtex-field-alist): New widgets.
14375 (bibtex-set-dialect): New command.
14376 (bibtex-entry-type, bibtex-entry-head)
14377 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
14378 Bind via bibtex-set-dialect.
14379 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
14380 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
14381 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
14382 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
14383 Define via bibtex-set-dialect.
14384 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
14385 Obey bibtex-no-opt-remove-re.
14386 (bibtex-vec-push, bibtex-vec-incr): New functions.
14387 (bibtex-format-entry, bibtex-field-list)
14388 (bibtex-print-help-message, bibtex-validate)
14389 (bibtex-search-entries): Use new format of bibtex-entry-alist.
14390
14391 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14392
14393 * progmodes/compile.el (compilation-goto-locus):
14394 * net/tramp-cmds.el (tramp-append-tramp-buffers):
14395 * bs.el (bs-cycle-next, bs-cycle-previous):
14396 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
14397 * bindings.el (mode-line-other-buffer):
14398 * autoinsert.el (auto-insert):
14399 * arc-mode.el (archive-extract):
14400 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
14401
14402 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
14403
14404 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
14405 Fix check of `emacs-lock-unlockable-modes'.
14406 Coerce true values of `emacs-lock--try-unlocking' to t.
14407
14408 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
14409
14410 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
14411 * emacs-lock.el: New file.
14412
14413 2011-07-05 Julien Danjou <julien@danjou.info>
14414
14415 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
14416 than `boundp' to check if face is set.
14417
14418 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
14419
14420 * register.el (registerv-make):
14421 * window.el (window-min-height): Fix typos in docstrings.
14422
14423 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
14424
14425 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
14426 Update doc string.
14427
14428 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
14429
14430 * server.el (server-execute): Catch quit and call
14431 `server-return-error' to pass the error back to emacsclient and
14432 close the connection (bug#8942).
14433
14434 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
14435
14436 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
14437 insecure exception for current topic. Also note that auto-saves
14438 are handled differently.
14439
14440 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
14441 State variables for tracking auto-save inhibition situation.
14442
14443 (allout-write-contents-hook-handler): Rename from
14444 'allout-write-file-hook-handler', and describe how it depends on
14445 write-contents-functions sensitivity to non-nil value to prevent
14446 file write.
14447
14448 (allout-auto-save-hook-handler): Remove. auto-save does not check
14449 this in individual buffers, only in the starting buffer, so this
14450 is not the right way for us to inhibit auto-save in a buffer
14451 according to its condition.
14452
14453 (allout-mode): Use new allout-write-contents-hook-handler, and
14454 only with write-contents-functions. Remove auto-save provisions -
14455 they're implemented elsewhere.
14456
14457 (allout-before-change-handler): If undo is in progress, note that
14458 for attention of allout-post-command-business.
14459
14460 (allout-post-command-business): If the command we're following was
14461 an undo, check for change in the status of encrypted items and
14462 adjust auto-save inhibitions accordingly.
14463
14464 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
14465 according to whether there are or aren't any plain-text topics
14466 pending encryption.
14467
14468 (allout-inhibit-auto-save-info-for-decryption):
14469 Adjust buffer-saved-size and some allout state to inhibit auto-saves
14470 if there are plain-text topics pending encryption.
14471
14472 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
14473 buffer-saved-size and some allout state to not inhibit auto-saves
14474 if there are no longer any plain-text topics pending encryption.
14475
14476 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
14477 No longer provide for exemption of the current topic.
14478
14479 2011-07-04 Juri Linkov <juri@jurta.org>
14480
14481 Add 7z operations to delete and save changed members (bug#8968).
14482 * arc-mode.el (archive-7z-expunge, archive-7z-update):
14483 New defcustoms.
14484 (archive-7z-write-file-member): New function.
14485 (archive-7z-summarize): Fix the number of dashes in the
14486 listing output.
14487
14488 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14489
14490 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
14491 (bug#8958).
14492
14493 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
14494
14495 * bindings.el: Ignore next-buffer and previous-buffer in
14496 minibuffer-local-map.
14497
14498 * font-lock.el (font-lock-builtin-face): Change light background
14499 color to dark slate blue (Bug#6693).
14500
14501 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
14502
14503 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
14504
14505 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14506
14507 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
14508 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14509 Add switch-to-buffer.
14510
14511 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14512
14513 * isearch.el (isearch-search-fun-function): Clarify further the
14514 meaning of the function returned.
14515
14516 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
14517
14518 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
14519
14520 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
14521 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
14522 Use it.
14523 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
14524 `tramp-default-remote-path' does not exist.
14525 (tramp-send-command-and-read): New optional argument NOERROR.
14526 (tramp-open-connection-setup-interactive-shell)
14527 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
14528 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
14529 (tramp-process-sentinel): Flush also process' connection property.
14530 (tramp-sh-handle-start-file-process): Do not set process
14531 sentinel. It is done now ...
14532 (tramp-maybe-open-connection): ... here. (Bug#8929)
14533
14534 2011-07-04 MON KEY <monkey@sandpframing.com>
14535
14536 * play/animate.el (animate-string): Doc fixes and allow changing
14537 the buffer name (bug#5417).
14538
14539 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14540
14541 * play/animate.el (animation-buffer-name): Rename from *animate*.
14542
14543 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
14544
14545 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
14546 This is simpler and helps future-proof the code.
14547 (timer-until): Use time-subtract and float-time.
14548 (timer--time-less-p): Use time-less-p.
14549
14550 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
14551
14552 * type-break.el (timep): Use the value of `float-time' to avoid a
14553 byte-compiler warning.
14554
14555 * server.el (server-eval-and-print): Return any result, even nil.
14556
14557 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
14558
14559 * type-break.el: Accept time formats that the builtins accept.
14560 (timep, type-break-time-difference): Accept any format that
14561 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
14562 This is simpler and helps future-proof the code.
14563 (type-break-time-difference): Round rather than ignoring
14564 subseconds components.
14565
14566 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14567
14568 * info.el (Info-apropos-matches): Make non-interactive, since it
14569 doesn't seem to do anything useful as a command (bug#8829).
14570
14571 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
14572
14573 * frame.el (frame-background-mode, frame-set-background-mode):
14574 Move from faces.el.
14575 (frame-default-terminal-background): New function.
14576
14577 * custom.el (custom-push-theme): Don't record faces in `changed'
14578 theme; this doesn't work correctly for per-frame face settings.
14579 (disable-theme): Use face-set-after-frame-default to reset faces.
14580 (custom--frame-color-default): New function.
14581
14582 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14583
14584 * dired.el (dired-flagging-regexp): Remove unused variable
14585 (bug#8769).
14586
14587 2011-03-29 Kevin Ryde <user42@zip.com.au>
14588
14589 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14590 `perl-Test2' extend to match possible "fail #N" rep count
14591 (bug#8377).
14592
14593 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14594
14595 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
14596 `smtpmail-via-smtp' now returns the error instead of nil.
14597
14598 * isearch.el (isearch-search-fun-function): Clarify the doc string
14599 (bug#8101).
14600
14601 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
14602
14603 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
14604 unnecessary spaces (bug#8987).
14605
14606 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14607
14608 * net/network-stream.el (open-network-stream): Use the
14609 :end-of-capability command thoughout.
14610
14611 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14612
14613 * net/network-stream.el (open-network-stream): Add the
14614 :end-of-capability command parameter, used by pop3.el.
14615
14616 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14617
14618 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
14619
14620 * fringe.el (fringe-query-style): Remove redundant text " (type ?
14621 for list)" (bug#6475).
14622
14623 * files.el (file-expand-wildcards): Ignore non-readable
14624 sub-directories while trying to find matches instead of signaling
14625 an error (bug#6297).
14626
14627 * man.el (Man-reference-regexp): Allow matching possible
14628 word-wrapped references (bug#6289).
14629
14630 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
14631 for consistency with the other vc buffers (bug#6197).
14632 (vc-checkin): Ditto.
14633
14634 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
14635
14636 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
14637
14638 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14639
14640 * custom.el (defcustom): Clarify that :set is only used in the
14641 Customize user interface (bug#6089).
14642
14643 * progmodes/flymake.el (flymake-mode): If the buffer isn't
14644 associated with a file, refuse to run instead of erroring out
14645 (bug#6084).
14646
14647 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
14648 the doc string, since it appears that using `fill-column' always
14649 controls the width (bug#7845).
14650
14651 * simple.el (shell-command-on-region): Say where the error output
14652 went if `shell-command-default-error-buffer' is set (bug#6857).
14653
14654 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
14655
14656 * allout.el (allout-yank-processing): Adjust cursor position for
14657 backwards-deleted space.
14658
14659 (allout-rebullet-heading): Register changes with
14660 allout-exposure-changed-hook, so the modified topic is properly
14661 decorated.
14662
14663 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14664
14665 * minibuffer.el (completion-in-region): Document PREDICATE
14666 (bug#7136).
14667
14668 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
14669 of keyword/argument pairs (bug#6904).
14670
14671 * replace.el (multi-occur):
14672 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
14673
14674 2011-07-02 Drew Adams <drew.adams@oracle.com>
14675
14676 * dired.el (dired-mark-if): Make the message about whether it's
14677 marking or unmarking clearer (bug#8523).
14678
14679 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14680
14681 * disp-table.el (display-table-print-array): New function.
14682 (describe-display-table): Use it to print the vectors more pretty
14683 (Bug#8859).
14684
14685 2011-07-02 Martin Rudalics <rudalics@gmx.at>
14686
14687 * window.el (window-state-get-1): Don't assign clone numbers.
14688 Add clone-of item to list of window parameters.
14689 (window-state-put-2): Don't process clone numbers.
14690 (display-buffer-alist): Fix doc-string.
14691
14692 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14693
14694 * subr.el (remq): Don't allocate if it's not needed.
14695 (keymap--menu-item-binding, keymap--menu-item-with-binding)
14696 (keymap--merge-bindings): New functions.
14697 (keymap-canonicalize): Use them to refine the canonicalization.
14698 * minibuffer.el (minibuffer-local-completion-map)
14699 (minibuffer-local-must-match-map): Move initialization from C.
14700 (minibuffer-local-filename-completion-map): Move initialization from C;
14701 don't inherit from anything here.
14702 (minibuffer-local-filename-must-match-map): Make obsolete.
14703 (completing-read-default): Use make-composed-keymap to combine
14704 minibuffer-local-filename-completion-map with either
14705 minibuffer-local-must-match-map or
14706 minibuffer-local-filename-completion-map.
14707
14708 2011-07-01 Glenn Morris <rgm@gnu.org>
14709
14710 * type-break.el (type-break-time-sum): Use dolist.
14711
14712 * textmodes/flyspell.el (flyspell-word-search-backward):
14713 Replace CL function.
14714
14715 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14716
14717 * mouse.el (mouse--strip-first-event): New function.
14718 (function-key-map): Use it to map fringe clicks to normal clicks
14719 by default.
14720
14721 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
14722 (vc-bzr-revision-completion-table): Add support for annotate and date.
14723
14724 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
14725 inherit from parent.
14726
14727 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14728
14729 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
14730 (dired-show-file-type): Doc fixup (bug#8818).
14731
14732 * dired.el (dired-mode): Fix up the doc string as suggested by
14733 Drew Adams (bug#8817).
14734
14735 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
14736 cookie, since the manual says that it should be possible to add
14737 this function to `find-file-hook' (bug#8709).
14738
14739 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14740
14741 * progmodes/cfengine.el: Moved all cfengine3.el functionality
14742 here. Noted Ted Zlatanov as the maintainer.
14743 (cfengine-common-settings, cfengine-common-syntax): New functions
14744 to set up common things between `cfengine-mode' and
14745 `cfengine3-mode'.
14746 (cfengine3-mode): New mode.
14747 (cfengine3-defuns cfengine3-defuns-regex
14748 (cfengine3-class-selector-regex cfengine3-category-regex)
14749 (cfengine3-vartypes cfengine3-font-lock-keywords)
14750 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
14751 (cfengine3-indent-line): Add from cfengine3.el.
14752
14753 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
14754
14755 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
14756
14757 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
14758
14759 2011-07-01 Martin Rudalics <rudalics@gmx.at>
14760
14761 * window.el (same-window-buffer-names, same-window-regexps)
14762 (same-window-p, special-display-frame-alist)
14763 (special-display-popup-frame, special-display-function)
14764 (special-display-buffer-names, special-display-regexps)
14765 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
14766 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14767 (split-window-preferred-function, split-height-threshold)
14768 (split-width-threshold, even-window-heights)
14769 (display-buffer-mark-dedicated, window-splittable-p)
14770 (split-window-sensibly, window-safely-shrinkable-p):
14771 Un-obsolete.
14772 (display-buffer): Don't spread args with function specifier
14773 because special-display-popup-frame won't like it.
14774
14775 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
14776
14777 Time-stamp simplifications and fixes.
14778 These improve accuracy slightly, and future-proof the code
14779 against some potential changes to current-time format.
14780
14781 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
14782 by using time-since and float-time.
14783
14784 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
14785 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
14786 + NNN microseconds".
14787
14788 * type-break.el (type-break-time-sum): Rewrite using time-add.
14789
14790 * play/hanoi.el (hanoi-current-time-float): Remove.
14791 All uses replaced by float-time.
14792
14793 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
14794 This yields a more-accurate answer.
14795 (rng-time-to-float): Remove; no longer needed.
14796
14797 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
14798
14799 * calendar/timeclock.el (timeclock-seconds-to-time):
14800 Defalias to seconds-to-time, since they're the same thing.
14801
14802 * emacs-lisp/elp.el (elp-elapsed-time):
14803 * emacs-lisp/benchmark.el (benchmark-elapse):
14804 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
14805
14806 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14807
14808 * window.el (bury-buffer): Don't iconify the only frame.
14809 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
14810 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
14811
14812 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
14813
14814 * eshell/em-smart.el (eshell-smart-display-navigate-list):
14815 Add mouse-yank-primary.
14816
14817 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14818
14819 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
14820
14821 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14822
14823 * emacs-lisp/find-func.el (find-library--load-name): New fun.
14824 (find-library-name): Use it to find relative load names when provided
14825 absolute file name (bug#8803).
14826
14827 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14828
14829 * textmodes/flyspell.el (flyspell-word): Consider words that
14830 differ only in case as potential doublons (bug#5687).
14831
14832 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
14833 Remove two rather uninteresting debugging-like messages to make
14834 debbugs.el more silent.
14835
14836 * comint.el (comint-password-prompt-regexp): Accept "Response" as
14837 a password-like phrase.
14838
14839 2011-06-30 Masatake YAMATO <yamato@redhat.com>
14840
14841 * progmodes/cc-guess.el: New file.
14842
14843 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
14844
14845 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
14846 derived from `c-basic-common-init'.
14847
14848 * progmodes/cc-mode.el (top-level): Require cc-guess.
14849 (c-basic-common-init): Use `cc-choose-style-for-mode'.
14850
14851 2011-06-30 Lawrence Mitchell <wence@gmx.li>
14852
14853 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
14854
14855 2011-06-30 Alan Mackenzie <acm@muc.de>
14856
14857 * progmodes/cc-engine.el (c-guess-continued-construct):
14858 Correct the handling of template-args-cont, particularly for when font
14859 lock is disabled. Name this case as "CASE G".
14860
14861 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
14862
14863 * allout.el (allout-yank-processing): Fix injection of extra space
14864 between bullet and non-whitespace character in first topic when
14865 pasting, ensuring that the actual spacing in the pasted topic
14866 following the bullet char is preserved. This extra space was
14867 causing pasted encrypted topics to get a decrypted status even
14868 when the content was actually still encrypted. Now the decryption
14869 status from before the paste is preserved.
14870
14871 (allout-flag-region): Set all allout overlays so they evaporate
14872 when reduced to zero length (evanescent), to prevent overlay
14873 leakage.
14874
14875 2011-06-30 Glenn Morris <rgm@gnu.org>
14876
14877 * w32-fns.el (w32-charset-info-alist): Declare.
14878
14879 * find-dired.el (find-grep-options): Simplify.
14880
14881 * term/ns-win.el (ns-set-resource): Declare.
14882
14883 * ses.el (row, col): Declare dynamic variables honestly.
14884
14885 * textmodes/reftex-parse.el (index-tags): Declare.
14886
14887 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
14888
14889 * cus-edit.el (customize-push-and-save): New function.
14890
14891 * files.el (hack-local-variables-confirm): Use it.
14892
14893 * custom.el (load-theme): New arg NO-CONFIRM.
14894 Use customize-push-and-save (Bug#8720).
14895 (custom-enabled-themes): Doc fix.
14896
14897 * cus-theme.el (customize-create-theme)
14898 (custom-theme-merge-theme): Callers to load-theme changed.
14899
14900 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14901
14902 * thingatpt.el (thing-at-point-short-url-regexp): Require that
14903 short URLs have at least one dot in them (bug #7614).
14904
14905 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
14906 nil, because using a pty is apparently too slow (bug #895).
14907
14908 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
14909
14910 * mail/sendmail.el (sendmail-query-once): New function.
14911 (sendmail-query-once-function): New variable.
14912
14913 2011-06-29 Glenn Morris <rgm@gnu.org>
14914
14915 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
14916
14917 * ses.el (top-level): Require cl when compiling.
14918 (ses-set-localvars): Fix error statement.
14919 Call it at compile time to silence a storm of warnings.
14920
14921 2011-06-29 Martin Rudalics <rudalics@gmx.at>
14922
14923 * window.el (normalize-live-buffer): Rename to
14924 window-normalize-buffer.
14925 (normalize-live-frame): Rename to window-normalize-frame.
14926 (normalize-any-window): Rename to window-normalize-any-window.
14927 (normalize-live-window): Rename to window-normalize-live-window.
14928 (make-window-atom): Rename to window-make-atom.
14929 (window-resize-reset): Rename to window--resize-reset.
14930 (window-resize-reset-1): Rename to window--resize-reset-1.
14931 (resize-mini-window): Rename to window--resize-mini-window.
14932 (resize-subwindows-skip-p): Rename to
14933 window--resize-subwindows-skip-p.
14934 (resize-subwindows-normal): Rename to
14935 window--resize-subwindows-normal.
14936 (resize-subwindows): Rename to window--resize-subwindows.
14937 (resize-other-windows): Rename to window--resize-siblings.
14938 (resize-this-window): Rename to window--resize-this-window.
14939 (resize-root-window): Rename to window--resize-root-window.
14940 (resize-root-window-vertically): Rename to
14941 window--resize-root-window-vertically.
14942 (normalize-buffer-to-display): Rename to
14943 window-normalize-buffer-to-display.
14944 (normalize-buffer-to-switch-to): Rename to
14945 window-normalize-buffer-to-switch-to.
14946 Correspondingly update all callers of the functions listed
14947 above.
14948 (display-buffer-alist, display-buffer-normalize-arguments)
14949 (display-buffer-normalize-options, display-buffer)
14950 (display-buffer-alist-set): Use "function" instead of
14951 "fun-with-args".
14952
14953 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
14954
14955 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
14956 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
14957 debbugs.gnu.org. Mention acknowledgment email.
14958
14959 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
14960
14961 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
14962 buffer multibyteness, since it shouldn't matter.
14963
14964 2011-06-28 Martin Rudalics <rudalics@gmx.at>
14965
14966 * window.el (display-buffer-in-side-window): Handle dedicated
14967 windows as in display-buffer-reuse-window.
14968 (display-buffer-normalize-alist): Use value of override
14969 specifier.
14970 (display-buffer-normalize-specifiers): Use value of
14971 other-window-means-other-frame specifier.
14972 (display-buffer-alist): Rewrite some texts in widgets.
14973 (display-buffer): Spread arguments when calling function
14974 specified by fun-with-args.
14975
14976 2011-06-28 Deniz Dogan <deniz@dogan.se>
14977
14978 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14979 Unnest `let'.
14980
14981 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
14982 selectors (Bug#5732).
14983 (css-proprietary-nmstart-re): Use `regexp-opt'.
14984
14985 2011-06-27 Jari Aalto <jari.aalto@cante.net>
14986
14987 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
14988 (eshell-ls-date-format): New defcustom.
14989 (eshell-ls-file): Use it.
14990
14991 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
14992
14993 * help-fns.el (describe-variable): Fix message for terminal-local vars.
14994
14995 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
14996
14997 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
14998 (ange-ftp-make-tmp-name): New arg.
14999 (ange-ftp-file-local-copy): Use it.
15000
15001 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
15002
15003 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
15004 no-conversion (Bug#8870).
15005
15006 2011-06-27 Martin Rudalics <rudalics@gmx.at>
15007
15008 * window.el (window-right, window-left, window-child)
15009 (window-child-count, window-last-child)
15010 (window-iso-combination-p, walk-window-tree-1)
15011 (window-atom-check-1, window-tree-1, delete-window)
15012 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
15013 new naming conventions - window-vchild, window-hchild,
15014 window-next and window-prev are now called window-top-child,
15015 window-left-child, window-next-sibling and window-prev-sibling
15016 respectively.
15017 (resize-window-reset): Rename to window-resize-reset.
15018 (resize-window-reset-1): Rename to window-resize-reset-1.
15019 (resize-window): Rename to window-resize.
15020 (window-min-height, window-min-width)
15021 (resize-mini-window, resize-this-window, resize-root-window)
15022 (resize-root-window-vertically, adjust-window-trailing-edge)
15023 (enlarge-window, shrink-window, maximize-window)
15024 (minimize-window, delete-window, quit-restore-window)
15025 (split-window, balance-windows, balance-windows-area-adjust)
15026 (balance-windows-area, window-state-put-2)
15027 (display-buffer-even-window-sizes, display-buffer-set-height)
15028 (display-buffer-set-width, set-window-text-height)
15029 (fit-window-to-buffer): Rename all "resize-window" prefixed
15030 calls to use the "window-resize" prefix convention.
15031 (display-buffer-alist): Fix symbol for label specifier.
15032 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
15033 corresponding specifier.
15034 Reported by Juanma Barranquero <lekktu@gmail.com>.
15035
15036 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
15037
15038 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
15039 convention.
15040 (ses-call-printer): Does not pass an empty string to formatter when the
15041 cell is empty to keep from barking printer Calc math-format-value.
15042
15043 2011-06-27 Richard Stallman <rms@gnu.org>
15044
15045 * battery.el (battery-mode-line-limit): New variable.
15046 (battery-update): Handle it.
15047
15048 * mail/rmailmm.el (rmail-mime-process-multipart):
15049 Handle truncated messages.
15050
15051 2011-06-27 Glenn Morris <rgm@gnu.org>
15052
15053 * progmodes/flymake.el (flymake-err-line-patterns):
15054 Allow for column numbers in the ant/javac pattern. (Bug#8866)
15055
15056 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
15057
15058 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
15059 (ses--clean-!, ses--clean-_): New functions.
15060 (ses-range): Add configurability of readout order, and conversion
15061 to Calc vector.
15062
15063 * ses.el (ses-repair-cell-reference-all): New function.
15064 (ses-cell-symbol): Set macro as safe, so that it can be used in
15065 formulas.
15066
15067 * ses.el: Update cycle detection algorithm.
15068 (ses-localvars): Add ses--Dijkstra-attempt-nb and
15069 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
15070 (ses-set-localvars): New function.
15071 (ses-make-cell): Add property-list as a cell element.
15072 (ses-cell-property-get-fun, ses-cell-property-get)
15073 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
15074 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
15075 New functions.
15076 (ses-cell-property-set, ses-cell-property-pop)
15077 (ses-cell-property-get-handle): New macro.
15078 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
15079 New aliases, used for code readability.
15080 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
15081 cycle detection.
15082 (ses-self-reference-early-detection): New defcustom.
15083 (ses-formula-references): Robustify against self-referring cells.
15084 (ses-mode): Use ses-set-localvars.
15085 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
15086 before lauching the update processing.
15087 (ses-initialize-Dijkstra-attempt): New function.
15088 (ses-recalculate-cell): Update for cycle detection based on
15089 Dijkstra algorithm.
15090
15091 * ses.el: Fix commenting and indenting convention.
15092
15093 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
15094
15095 * bs.el (bs-cycle-next): Complete last change.
15096
15097 2011-06-27 Drew Adams <drew.adams@oracle.com>
15098
15099 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
15100
15101 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15102
15103 * net/network-stream.el (network-stream-open-starttls):
15104 Don't re-get capabilities unless we've reestablished connection.
15105 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
15106
15107 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
15108 to binary to possibly avoid line encoding issues on Windows (among
15109 other things).
15110
15111 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
15112
15113 * net/network-stream.el (open-network-stream): Return an :error
15114 saying what the problem was, if possible.
15115
15116 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
15117 server.
15118
15119 * net/network-stream.el (network-stream-open-starttls): If we
15120 wanted to use STARTTLS, and the server offered it, but we weren't
15121 able to because we had no STARTTLS support, then close the connection.
15122 (open-network-stream): Return an :error element, if present.
15123
15124 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
15125
15126 * hl-line.el (hl-line-sticky-flag): Doc fix.
15127 (global-hl-line-sticky-flag): New option (Bug#8323).
15128 (global-hl-line-highlight): Obey it.
15129
15130 * vc/vc.el (vc-revert-show-diff): Default to t.
15131
15132 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
15133
15134 * allout-widgets.el (allout-widgets-post-command-business):
15135 Stop decorating intermediate isearch matches. They're not being
15136 undecorated when an isearch is continued past, and isearch
15137 automatically collapses them. This leads to "widget leaks", where
15138 decorated items accumulate in collapsed areas. Lines with lots of
15139 hidden widgets can slow down cursor travel, substantially.
15140 Too much complicated machinery would be needed to ensure undecoration,
15141 so we're doing without this nicety.
15142
15143 (allout-widgets-tally-string): Don't try to do a hash-table-count
15144 of allout-widgets-tally when it's nil. This eliminates spurious "Error
15145 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
15146 *Messages* when allout-widgets-maintain-tally is t.
15147
15148 2011-06-26 Martin Rudalics <rudalics@gmx.at>
15149
15150 * window.el (display-buffer-normalize-argument): Rename to
15151 display-buffer-normalize-arguments. Handle special meaning of
15152 LABEL argument. Respect special-display-function when popping up
15153 a new frame. Fix code searching for a window showing the buffer
15154 on another frame.
15155 (display-buffer-normalize-specifiers):
15156 Call display-buffer-normalize-arguments.
15157 (display-buffer-in-window): Don't undedicate the window if its
15158 buffer remains the same.
15159 Reported by Drew Adams <drew.adams@oracle.com>.
15160 (display-buffer-alist): Add choice for same-window macro
15161 specfier.
15162 (display-buffer): Mention special meaning of LABEL argument in
15163 doc-string. Fix quoting. Don't pop up a new frame even as
15164 fallback.
15165
15166 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
15167
15168 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
15169 avoid deleting the current window in some cases (bug#8911).
15170
15171 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
15172
15173 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
15174 (Bug#8934)
15175
15176 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
15177
15178 * net/network-stream.el (network-stream-open-starttls):
15179 Use built-in TLS support if `gnutls-available-p' is true.
15180 (network-stream-open-tls): Ditto.
15181
15182 2011-06-26 Leo Liu <sdl.web@gmail.com>
15183
15184 * register.el (registerv): New struct.
15185 (registerv-make): New function.
15186 (jump-to-register, describe-register-1, insert-register):
15187 Support the jump-func, print-func and insert-func slot of a registerv
15188 struct. (Bug#8415)
15189
15190 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
15191
15192 * vc/vc.el (vc-revert-show-diff): New defcustom.
15193 (vc-diff-internal): New arg specifying diff buffer.
15194 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
15195 reuse an existing *vc-diff* buffer (Bug#8927).
15196
15197 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
15198
15199 2011-06-26 Glenn Morris <rgm@gnu.org>
15200
15201 * progmodes/f90.el (f90-critical-indent): New option.
15202 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
15203 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
15204 (f90-mode): Doc fix.
15205 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
15206 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
15207 (f90-beginning-of-block, f90-next-block, f90-indent-region)
15208 (f90-match-end): Handle block, critical.
15209
15210 2011-06-25 Glenn Morris <rgm@gnu.org>
15211
15212 * calendar/diary-lib.el (diary-included-files): Doc fix.
15213 (diary-include-files): New function, extracted from
15214 diary-include-other-diary-files and diary-mark-included-diary-files.
15215 (diary-include-other-diary-files, diary-mark-included-diary-files):
15216 Just call diary-include-files.
15217 (diary-mark-entries): Reset diary-included-files on first call.
15218
15219 * calendar/diary-lib.el (diary-mark-entries)
15220 (diary-mark-included-diary-files):
15221 Visit included diary-files in temp buffers.
15222
15223 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
15224 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
15225 (f90-start-block-re, f90-imenu-generic-expression)
15226 (f90-looking-at-program-block-start, f90-no-block-limit):
15227 Add support for submodules.
15228
15229 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15230 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
15231
15232 2011-06-25 Eli Zaretskii <eliz@gnu.org>
15233
15234 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
15235 buffer-file-type before setting its value, to avoid disastrous
15236 global effects on decoding files for DOS/Windows systems. (Bug#8780)
15237
15238 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
15239
15240 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
15241
15242 * ses.el (ses-unload-function):
15243 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
15244
15245 * proced.el (proced-unload-function):
15246 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
15247
15248 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
15249
15250 * server.el (server-create-window-system-frame): Add parameters arg.
15251 (server-process-filter): Doc fix. Handle frame-parameters.
15252
15253 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
15254
15255 Fix bug#8730, bug#8781.
15256
15257 * loadhist.el (unload--set-major-mode): New function.
15258 (unload-feature): Use it.
15259
15260 * progmodes/python.el (python-after-info-look): Add autoload cookie.
15261 (python-unload-function): New function.
15262
15263 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
15264
15265 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
15266
15267 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
15268
15269 * net/browse-url.el (browse-url-firefox-program): Add icecat to
15270 the candidates list.
15271
15272 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
15273
15274 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
15275
15276 2011-06-23 Richard Stallman <rms@gnu.org>
15277
15278 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
15279 (rmail-variables): Set next-error-move-function.
15280 (rmail-what-message): Take argument POS.
15281 (rmail-next-error-move): New function.
15282
15283 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
15284
15285 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
15286 messages for adjacent non-terminals.
15287
15288 2011-06-23 Richard Stallman <rms@gnu.org>
15289
15290 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
15291 (rmail-show-message-1): Preserve buffer modified flag.
15292 (rmail-start-mail): Don't specify use of rmail-mail-return;
15293 that's done by mail-bury now.
15294 (rmail-mail-return): Handle arg NEWBUF.
15295
15296 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
15297
15298 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
15299 SIZE is a number.
15300
15301 2011-06-23 Martin Rudalics <rudalics@gmx.at>
15302
15303 * window.el (get-lru-window, get-mru-window)
15304 (get-largest-window): Never return a minibuffer window.
15305 (display-buffer-pop-up-window): Fix a bug that could lead to
15306 reusing the minibuffer window.
15307 (display-buffer): Pass original specifier argument to
15308 display-buffer-function instead of the normalized one.
15309 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
15310
15311 2011-06-22 Leo Liu <sdl.web@gmail.com>
15312
15313 * minibuffer.el (completing-read-function)
15314 (completing-read-default): Move from minibuf.c
15315
15316 2011-06-22 Richard Stallman <rms@gnu.org>
15317
15318 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
15319 to Rmail even if not started by a special Rmail command.
15320
15321 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
15322 Copy the buffer currently showing just one message.
15323
15324 2011-06-22 Roland Winkler <winkler@gnu.org>
15325
15326 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
15327 (bibtex-clean-entry): First delete the old key so that a
15328 customized algorithm for generating the new key does not get
15329 confused by the old key.
15330 (bibtex-url): Obey regexp of first step.
15331 (bibtex-search-entries): Do not use add-to-list with local
15332 list-var.
15333
15334 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15335
15336 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
15337 stored a user name, then query for the password first, instead of
15338 waiting for SMTP to give an error message and the trying again.
15339
15340 2011-06-22 Lawrence Mitchell <wence@gmx.li>
15341
15342 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
15343 BUFFER in call-process.
15344
15345 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15346
15347 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
15348 QUIT twice.
15349 (smtpmail-try-auth-methods): Require user name and password from
15350 auth-source.
15351
15352 2011-06-22 Martin Rudalics <rudalics@gmx.at>
15353
15354 * window.el (display-buffer-default-specifiers)
15355 (display-buffer-alist): Remove entries for pop-up-frame-alist.
15356 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
15357 (split-window): Normalize SIDE argument (Bug#8916).
15358
15359 * frame.el (pop-up-frame-alist, pop-up-frame-function)
15360 (special-display-frame-alist, special-display-popup-frame):
15361 Remove duplicate declarations. These are now in window.el.
15362
15363 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15364
15365 * mail/smtpmail.el (smtpmail-via-smtp):
15366 Set :use-starttls-if-possible so that we always use STARTTLS if the
15367 server supports it. SMTP servers that support STARTTLS commonly
15368 require it.
15369
15370 * net/network-stream.el (network-stream-open-starttls): Support
15371 upgrading to STARTTLS always, even if we don't have built-in support.
15372 (open-network-stream): Add the :always-query-capabilities keyword.
15373
15374 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
15375 upgrades with `open-network-stream', and rely solely on
15376 auth-source for all credentials. Big changes throughout the file,
15377 but in particular:
15378 (smtpmail-auth-credentials): Remove.
15379 (smtpmail-starttls-credentials): Remove.
15380 (smtpmail-via-smtp): Check for servers saying they want AUTH after
15381 MAIL FROM, too.
15382
15383 * net/network-stream.el (network-stream-open-starttls):
15384 Provide support for client certificates both for external and built-in
15385 STARTTLS.
15386 (auth-source): Require.
15387 (open-network-stream): Document the :client-certificate keyword.
15388 (network-stream-certificate): Change cert-cert to cert and
15389 cert-key to key.
15390
15391 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
15392
15393 * net/tramp-cache.el (top): Don't load the persistency file when
15394 "emacs -Q" has been called.
15395
15396 2011-06-21 Tim Harper <timcharper@gmail.com>
15397
15398 * term/ns-win.el (ns-initialize-window-system):
15399 Set application-specific `ApplePressAndHoldEnabled' system
15400 resource to NO as it is not yet supported by the NS port.
15401
15402 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
15403
15404 * misc.el (list-dynamic-libraries--refresh): Compute header here...
15405 (list-dynamic-libraries): ...not here.
15406
15407 2011-06-21 Leo Liu <sdl.web@gmail.com>
15408
15409 * subr.el (sha1): Implement sha1 using secure-hash.
15410
15411 2011-06-21 Martin Rudalics <rudalics@gmx.at>
15412
15413 * window.el (display-buffer-alist): In default value do not
15414 enforce searching a window on any but the selected frame.
15415 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15416 (display-buffer-select-window): Remove function.
15417 (display-buffer-in-window): When a window on another frame gets
15418 reused, do not select it any more but just raise its frame if
15419 necessary (Bug#8851) and (Bug#8856).
15420 (display-buffer-normalize-options): Handle pop-up-frames related
15421 options more faithfully.
15422 (pop-to-buffer): Don't rely on `display-buffer' selecting the
15423 window if it is on another frame.
15424 (display-buffer-alist, display-buffer-default-specifiers):
15425 Don't make new frame unsplittable by default.
15426 (display-buffer-normalize-argument): Fix doc-string typo and use
15427 'same-frame-other-window instead of 'other-window when associating
15428 with display-buffer-macro-specifiers.
15429
15430 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
15431
15432 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
15433 New functions.
15434 (5x5-mode-map, 5x5-mode-menu): Bind them.
15435 (5x5-draw-grid): Tweak the solver's rendering.
15436
15437 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15438
15439 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
15440 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
15441
15442 2011-06-21 Drew Adams <drew.adams@oracle.com>
15443
15444 * menu-bar.el: Use function variable instead of switch-to-buffer.
15445 (menu-bar-select-buffer-function): New variable.
15446 (menu-bar-update-buffers): Use it (bug#8876).
15447
15448 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15449
15450 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
15451 variable's status.
15452
15453 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
15454
15455 * x-dnd.el (x-dnd-version-from-flags)
15456 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
15457 and long as number (Bug#8899).
15458 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
15459
15460 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15461
15462 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
15463 (completion-try-completion, completion-all-completions): Compute the
15464 metadata argument if it's missing; make it optional (bug#8795).
15465
15466 * wid-edit.el: Use lex-bind and move towards completion-at-point.
15467 (widget-complete): Use new :completion-function property.
15468 (widget-completions-at-point): New function.
15469 (default): Use :completion-function instead of :complete.
15470 (widget-default-completions): Rename from widget-default-complete;
15471 Rewrite.
15472 (widget-string-complete, widget-file-complete, widget-color-complete):
15473 Remove functions.
15474 (file, symbol, function, variable, coding-system, color):
15475 * international/mule-cmds.el (default-input-method, charset)
15476 (language-info-custom-alist):
15477 * cus-edit.el (face): Use new property :completions.
15478
15479 * progmodes/pascal.el (pascal-completions-at-point): New function.
15480 (pascal-mode): Use it.
15481 (pascal-mode-map): Use completion-at-point.
15482 (pascal-toggle-completions): Make obsolete.
15483 (pascal-complete-word, pascal-show-completions):
15484 * progmodes/octave-mod.el (octave-complete-symbol):
15485 Redefine as obsolete alias.
15486 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
15487 Signal absence of completion info for old Octave,
15488 (inferior-octave-complete): Redefine as obsolete alias.
15489 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
15490 (meta-completions-at-point): Rename from meta-complete-symbol and
15491 adapt it for use on completion-at-point-functions.
15492 (meta-common-mode): Use it.
15493 (meta-looking-at-backward, meta-match-buffer): Remove.
15494 (meta-complete-symbol): Redefine as obsolete alias.
15495 (meta-common-mode-map): Use completion-at-point.
15496 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
15497 (makefile-mode-map): Use completion-at-point.
15498 (makefile-completions-at-point): Rename from makefile-complete and
15499 adapt it for use on completion-at-point-functions.
15500 (makefile-mode): Use it.
15501 (makefile-complete): Redefine as obsolete alias.
15502
15503 2011-06-20 Deniz Dogan <deniz@dogan.se>
15504
15505 * net/rcirc.el: Delete trailing whitespaces once and for all.
15506
15507 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
15508
15509 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
15510
15511 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
15512
15513 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
15514
15515 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
15516
15517 2011-06-19 Martin Rudalics <rudalics@gmx.at>
15518
15519 * window.el (display-buffer-other-window-means-other-frame):
15520 Call display-buffer-normalize-alist.
15521 (display-buffer-normalize-specifiers-1): Rename to
15522 display-buffer-normalize-argument. New argument other-frame.
15523 Rewrite.
15524 (display-buffer-normalize-specifiers-2): Rename to
15525 display-buffer-normalize-options.
15526 (display-buffer-normalize-alist-1): New function.
15527 (display-buffer-normalize-specifiers-3): Rename to
15528 display-buffer-normalize-alist.
15529 Call display-buffer-normalize-alist-1.
15530 (display-buffer-normalize-options-inhibit): New variable.
15531 (display-buffer-normalize-specifiers): Rewrite calling
15532 display-buffer-normalize-alist,
15533 display-buffer-normalize-argument, and
15534 display-buffer-normalize-options. Don't call the latter if
15535 display-buffer-normalize-options-inhibit is non-nil.
15536 (frame-auto-delete): New option.
15537 (window-deletable-p): Use frame-auto-delete.
15538 (window-list-no-nils, window-state-ignored-parameters)
15539 (window-state-get-1, window-state-get, window-state-put-list)
15540 (window-state-put-1, window-state-put-2, window-state-put):
15541 New functions.
15542 (display-buffer-normalize-options): Move special-display-p group
15543 after pop-up-frame group (Bug#8851) and (Bug#8856).
15544
15545 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
15546
15547 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
15548 groups (Bug#8776).
15549 (rx-submatch-n): New function.
15550 (rx): Document it.
15551
15552 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
15553 (Bug#8768).
15554
15555 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
15556
15557 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
15558
15559 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
15560 anytime existing face settings are present (Bug#8889).
15561
15562 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
15563 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
15564 Remove unused argument.
15565
15566 2011-06-18 Martin Rudalics <rudalics@gmx.at>
15567
15568 * window.el (display-buffer-default-specifiers):
15569 Remove pop-up-frame. Add pop-up-window-min-height,
15570 pop-up-window-min-width, and another reuse-window specifier
15571 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
15572 (display-buffer-normalize-specifiers-2):
15573 Handle split-height-threshold and split-width-threshold also when
15574 pop-up-windows is unset. Add a reuse-window specifier for the
15575 case popping up a new window fails.
15576 (special-display-popup-frame): Remove double quoting.
15577 (display-buffer-normalize-specifiers-1): Fix thinko.
15578
15579 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
15580
15581 * shell.el (shell-completion-vars): Set pcomplete-termination-string
15582 according to comint-completion-addsuffix.
15583
15584 * pcomplete.el: Convert to lexical binding and fix bug#8819.
15585 (pcomplete-suffix-list): Mark as obsolete.
15586 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
15587 pcomplete-seen in the closure.
15588 (pcomplete-comint-setup): Setup completion-at-point as well.
15589 (pcomplete--entries): New function.
15590 (pcomplete--env-regexp): New var.
15591 (pcomplete-entries): Rewrite to work with partial-completion and
15592 without relying on pcomplete-suffix-list.
15593 (pcomplete-pare-list): Remove, unused.
15594
15595 2011-06-17 Martin Rudalics <rudalics@gmx.at>
15596
15597 * window.el (display-buffer-alist): Set pop-up-window-min-height
15598 and pop-up-window-min-width in default value. Reported by
15599 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
15600 other-window-means-other-frame.
15601 (display-buffer-macro-specifiers): Comment out entry for
15602 other-window specifier.
15603 (display-buffer-other-window-means-other-frame): New function.
15604 (display-buffer-normalize-specifiers-1): New arguments
15605 buffer-name and label. Treat other-window case specially.
15606 (display-buffer-normalize-specifiers-2): Treat other-window case
15607 specially.
15608 (display-buffer-normalize-specifiers-3): New function.
15609 (display-buffer-normalize-specifiers):
15610 Call display-buffer-normalize-specifiers-3.
15611
15612 2011-06-17 Martin Rudalics <rudalics@gmx.at>
15613
15614 * window.el (same-window-p): Fix two typos introduced when
15615 adding with-no-warnings.
15616 (display-buffer-normalize-specifiers-1): Don't check
15617 pop-up-frames for 'unset initialization.
15618 (display-buffer-normalize-specifiers-2): Major rewrite using
15619 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
15620 (pop-up-frames, display-buffer-reuse-frames)
15621 (display-buffer-mark-dedicated): Don't initialize to 'unset.
15622 Suggested by David Engster <deng@randomsample.de>.
15623 (even-window-heights): Initialize to 'unset.
15624 (display-buffer-alist-set): Handle new 'unset initializations.
15625 (display-buffer-macro-specifiers): Don't pop up a new frame in the
15626 other window case.
15627
15628 2011-06-16 Martin Rudalics <rudalics@gmx.at>
15629
15630 * window.el (display-buffer-normalize-specifiers-1):
15631 Respect current value of pop-up-frames for most reasonable values of
15632 second argument of display-buffer (Bug#8865).
15633 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
15634 (switch-to-buffer-other-window-same-frame)
15635 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
15636 Adams (Bug#8875).
15637 (display-buffer): Don't check noninteractive when calling
15638 display-buffer-pop-up-frame.
15639 (display-buffer-pop-up-frame): Never pop up a frame in
15640 noninteractive mode (Bug#8857).
15641 (enlarge-window, shrink-window): Don't report an error when the
15642 window can't be resized as requested (Bug#8862).
15643
15644 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15645
15646 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
15647
15648 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
15649
15650 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
15651
15652 2011-06-15 Alan Mackenzie <acm@muc.de>
15653
15654 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
15655 for declarators, disable knr checking to speed up for normal files.
15656 2: Refactor, replacing a sequence of nested if forms by a cond form.
15657
15658 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15659
15660 * net/network-stream.el (open-network-stream): Add the keyword
15661 :always-query-capabilities for the case where you want to force a
15662 `plain' network connection, but the protocol still requires the
15663 capabilitiy command (i.e., SMTP and EHLO).
15664
15665 * subr.el (process-live-p): Rename from `process-alive-p' for
15666 consistency with other `-live-p' functions.
15667
15668 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15669
15670 * window.el (same-window-buffer-names, same-window-regexps)
15671 (special-display-frame-alist, special-display-popup-frame)
15672 (special-display-function, special-display-buffer-names)
15673 (special-display-regexps, pop-up-frame-alist)
15674 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
15675 (pop-up-windows, split-window-preferred-function)
15676 (split-height-threshold, split-width-threshold, even-window-heights)
15677 (display-buffer-mark-dedicated): Don't encourage the use of
15678 display-buffer-alist from Elisp code.
15679
15680 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
15681
15682 * progmodes/python.el (python-mode): Derive from prog-mode.
15683 * progmodes/ps-mode.el (ps-mode):
15684 * progmodes/mixal-mode.el (mixal-mode):
15685 * progmodes/cfengine.el (cfengine-mode):
15686 * progmodes/ld-script.el (ld-script-mode): Likewise.
15687
15688 2011-06-15 Martin Rudalics <rudalics@gmx.at>
15689
15690 * window.el (display-buffer-alist): Trim default value to avoid
15691 popping up a new frame (Bug#8857) or reusing an arbitrary window
15692 on another frame.
15693 (display-buffer): Do not fall back on popping up a new frame in
15694 batch mode (Bug#8857).
15695
15696 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
15697
15698 * cus-theme.el (describe-theme-1): Use custom-theme-p.
15699 (custom-theme-summary): New function.
15700 (customize-themes): Use it.
15701
15702 2011-06-13 Glenn Morris <rgm@gnu.org>
15703
15704 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
15705
15706 2011-06-13 Martin Rudalics <rudalics@gmx.at>
15707
15708 * help.el (help-window): Remove variable.
15709 (help-window-point-marker, temp-buffer-max-height)
15710 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
15711 (help-print-return-message): Don't set help-window.
15712 (resize-temp-buffer-window): Rewrite cod eand doc-string.
15713 (help-window-setup-finish): Remove.
15714 (help-window-display-message, help-window-setup)
15715 (with-help-window): Major rewrite based on new
15716 display-buffer-window variable.
15717
15718 * help-mode.el (help-mode-finish): Remove help-window related
15719 code.
15720
15721 * view.el (view-exits-all-viewing-windows): Remove reference to
15722 view-return-to-alist in doc-string.
15723 (view-return-to-alist): Make obsolete.
15724 (view-buffer): Call pop-to-buffer-same-window and remove
15725 undo-window code.
15726 (view-buffer-other-window): Call pop-to-buffer-other-window and
15727 simplify code. Ignore second argument.
15728 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
15729 simplify code. Ignore second argument.
15730 (view-return-to-alist-update): Make obsolete.
15731 (view-mode-enter): Rename second argument to QUIT-RESTORE.
15732 Rewrite using quit-restore window parameters.
15733 (view-mode-exit): Rename second argument to EXIT-ONLY.
15734 Rewrite using quit-restore-window.
15735 (View-exit, View-exit-and-edit, View-leave, View-quit)
15736 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
15737 appropriate arguments.
15738 (view-end-message): Use quit-restore window parameter.
15739
15740 * window.el (display-buffer-function): Rewrite doc-string.
15741 (display-buffer-window, display-buffer-alist): New variables.
15742 (display-buffer-split-specifiers)
15743 (display-buffer-side-specifiers)
15744 (display-buffer-macro-specifiers): New constants.
15745 (display-buffer-even-window-sizes, display-buffer-set-height)
15746 (display-buffer-set-width, display-buffer-select-window)
15747 (display-buffer-in-window, display-buffer-reuse-window)
15748 (display-buffer-split-window-1, display-buffer-split-window)
15749 (display-buffer-split-atom-window, display-buffer-pop-up-window)
15750 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
15751 (display-buffer-in-side-window, normalize-buffer-to-display)
15752 (display-buffer-normalize-specifiers-1)
15753 (display-buffer-normalize-specifiers-2)
15754 (display-buffer-normalize-specifiers, display-buffer-frame):
15755 New functions.
15756 (display-buffer): Major rewrite.
15757 (display-buffer-other-window, display-buffer-other-frame)
15758 (pop-to-buffer, switch-to-buffer-other-window)
15759 (switch-to-buffer-other-frame): Rewrite.
15760 (display-buffer-same-window, display-buffer-same-frame)
15761 (display-buffer-same-frame-other-window)
15762 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15763 (pop-to-buffer-other-window)
15764 (pop-to-buffer-same-frame-other-window)
15765 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
15766 (switch-to-buffer-other-window-same-frame): New functions.
15767 (same-window-p, special-display-p): Rewrite disabling warnings.
15768 Make obsolete.
15769 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15770 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
15771 Make obsolete
15772 (same-window-buffer-names, same-window-regexps)
15773 (special-display-frame-alist, special-display-popup-frame)
15774 (special-display-function, special-display-buffer-names)
15775 (special-display-regexps, pop-up-frame-alist)
15776 (pop-up-frame-function, split-window-preferred-function)
15777 (split-height-threshold, split-width-threshold)
15778 (even-window-heights): Make obsolete.
15779
15780 2011-06-12 Glenn Morris <rgm@gnu.org>
15781
15782 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
15783 Misc simplifications.
15784
15785 2011-06-12 Martin Rudalics <rudalics@gmx.at>
15786
15787 * window.el (window-safely-shrinkable-p): Restore function which
15788 was inadvertently removed in change from 2011-06-11. Declare as
15789 obsolete.
15790
15791 * calendar/calendar.el (calendar-generate-window):
15792 Use window-iso-combined-p instead of combination of one-window-p and
15793 window-safely-shrinkable-p.
15794
15795 2011-06-12 Glenn Morris <rgm@gnu.org>
15796
15797 * progmodes/fortran.el (fortran-mode-syntax-table):
15798 * progmodes/f90.el (f90-mode-syntax-table):
15799 Set % to punctuation. (Bug#8820)
15800 (f90-find-tag-default): Remove, no longer needed.
15801
15802 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
15803
15804 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
15805
15806 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
15807
15808 * image.el (image-animated-p): Return animation delay in seconds.
15809 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
15810 (image-animate-timeout): Remove DELAY argument. Don't assume
15811 every subimage has the same delay; get it from image-animated-p.
15812 (image-animate): Caller changed.
15813
15814 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
15815
15816 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
15817 to ignored backtrace functions.
15818
15819 2011-06-11 Glenn Morris <rgm@gnu.org>
15820
15821 * calendar/appt.el (appt-disp-window-function): Doc fix.
15822 (appt-check): Handle overlapping appointments. (Bug#8337)
15823
15824 2011-06-11 Martin Rudalics <rudalics@gmx.at>
15825
15826 * window.el (window-tree-1, window-tree): New functions, moving
15827 the latter to window.el.
15828 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15829 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15830 (bw-refresh-edges): Remove.
15831 (balance-windows-1, balance-windows-2): New functions.
15832 (balance-windows): Rewrite in terms of window tree functions,
15833 balance-windows-1 and balance-windows-2.
15834 (bw-adjust-window): Remove.
15835 (balance-windows-area-adjust): New function with functionality of
15836 bw-adjust-window but using resize-window.
15837 (set-window-text-height): Rewrite doc-string.
15838 Use normalize-live-window and resize-window.
15839 (enlarge-window-horizontally, shrink-window-horizontally):
15840 Rename argument to DELTA.
15841 (window-buffer-height): New function.
15842 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
15843 Rewrite using new window resize routines.
15844 (kill-buffer-and-window, mouse-autoselect-window-select):
15845 Use ignore-errors instead of condition-case.
15846 (quit-window): Call delete-frame instead of delete-windows-on
15847 for the only buffer on frame.
15848
15849 2011-06-10 Martin Rudalics <rudalics@gmx.at>
15850
15851 * loadup.el (top-level): Load window before files for the sake
15852 of replace-buffer-in-windows.
15853
15854 * files.el (read-buffer-to-switch)
15855 (switch-to-buffer-other-window)
15856 (switch-to-buffer-other-frame, display-buffer-other-frame):
15857 Move to window.el.
15858
15859 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
15860 (previous-buffer): Move to window.el.
15861
15862 * bindings.el (unbury-buffer): Move to window.el.
15863
15864 * window.el (delete-other-windows-vertically): Move after
15865 definition of delete-other-windows.
15866 (other-window, delete-windows-on, replace-buffer-in-windows):
15867 Move here from window.c.
15868 (record-window-buffer, unrecord-window-buffer)
15869 (set-window-buffer-start-and-point, switch-to-prev-buffer)
15870 (switch-to-next-buffer): New functions.
15871 (get-next-valid-buffer, last-buffer, next-buffer): Move here
15872 from simple.el. Call switch-to-next-buffer.
15873 (previous-buffer): Move here from simple.el.
15874 Call switch-to-prev-buffer.
15875 (bury-buffer): Move here from buffer.c. Switch to previous
15876 buffer when window cannot be deleted.
15877 (unbury-buffer): Move here from bindings.el.
15878 (ctl-x-map): Move binding for other-window from window.c to
15879 here.
15880 (read-buffer-to-switch, switch-to-buffer-other-window)
15881 (switch-to-buffer-other-frame): Move here from files.el.
15882 (normalize-buffer-to-switch-to): New functions.
15883 (switch-to-buffer): Move here from buffer.c.
15884 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
15885
15886 2011-06-10 Martin Rudalics <rudalics@gmx.at>
15887
15888 * window.el (window-min-height, window-min-width): Move here
15889 from window.c. Add defcustoms and rewrite doc-strings.
15890 (resize-mini-window, resize-window): New functions.
15891 (adjust-window-trailing-edge, enlarge-window, shrink-window):
15892 Move here from window.c.
15893 (maximize-window, minimize-window): New functions.
15894 (delete-window, delete-other-windows, split-window): Move here
15895 from window.c.
15896 (window-split-min-size): New function.
15897 (split-window-keep-point): Mention split-window-above-each-other
15898 instead of split-window-vertically.
15899 (split-window-above-each-other, split-window-vertically):
15900 Rename split-window-vertically to split-window-above-each-other
15901 and provide defalias for old definition.
15902 (split-window-side-by-side, split-window-horizontally):
15903 Rename split-window-horizontally to split-window-side-by-side
15904 and provide defalias for the old definition.
15905 (ctl-x-map): Move bindings for delete-window,
15906 delete-other-windows and enlarge-window here from window.c.
15907 Replace bindings for split-window-vertically and
15908 split-window-horizontally by bindings for
15909 split-window-above-each-other and split-window-side-by-side.
15910
15911 * cus-start.el (all): Remove entries for window-min-height and
15912 window-min-width. Add entries for window-splits and
15913 window-nest.
15914
15915 2011-06-09 Glenn Morris <rgm@gnu.org>
15916
15917 * calendar/appt.el (appt-mode-line): New function.
15918 (appt-check, appt-disp-window): Use it.
15919
15920 * files.el (hack-one-local-variable-eval-safep):
15921 Allow minor-modes with explicit +/-1 arguments.
15922
15923 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
15924
15925 * term/xterm.el (xterm): Add defgroup.
15926 (xterm-extra-capabilities): Add defcustom to supply known xterm
15927 capabilities, skip querying them, or query them (default).
15928 (terminal-init-xterm): Use it.
15929 (terminal-init-xterm-modify-other-keys): New function to set up
15930 modifyOtherKeys support to simplify `terminal-init-xterm'.
15931
15932 2011-06-09 Martin Rudalics <rudalics@gmx.at>
15933
15934 * window.el (resize-window-reset, resize-window-reset-1)
15935 (resize-subwindows-skip-p, resize-subwindows-normal)
15936 (resize-subwindows, resize-other-windows, resize-this-window)
15937 (resize-root-window, resize-root-window-vertically)
15938 (window-deletable-p, window-or-subwindow-p)
15939 (frame-root-window-p): New functions.
15940
15941 2011-06-09 Glenn Morris <rgm@gnu.org>
15942
15943 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
15944 (ange-ftp-get-files): Use it.
15945
15946 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
15947
15948 * mail/sendmail.el (mail-recover-1, mail-recover):
15949 * files.el (recover-file, recover-session):
15950 Handle dired-listing-switches not being just a single short option.
15951
15952 2011-06-09 Glenn Morris <rgm@gnu.org>
15953
15954 * calendar/appt.el (appt-display-message, appt-disp-window):
15955 Handle lists of appointments.
15956
15957 2011-06-08 Martin Rudalics <rudalics@gmx.at>
15958
15959 * window.el (one-window-p): Move down in code.
15960 Rewrite doc-string.
15961 (window-current-scroll-bars): Rewrite doc-string.
15962 Normalize live window argument.
15963 (walk-windows, get-window-with-predicate, count-windows):
15964 Rewrite doc-string. Use window-list-1.
15965 (window-in-direction-2, window-in-direction, get-mru-window):
15966 New functions.
15967
15968 2011-06-08 Reuben Thomas <rrt@sc3d.org>
15969
15970 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
15971 Doc fix (Bug#8713).
15972
15973 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
15974
15975 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
15976
15977 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
15978
15979 * loadhist.el (unload-feature-special-hooks):
15980 Add `comint-output-filter-functions'.
15981
15982 2011-06-08 Ivan Kanis <gnu@kanis.fr>
15983
15984 * calendar/appt.el (appt-check): Move some initializations into the let.
15985
15986 2011-06-08 Martin Rudalics <rudalics@gmx.at>
15987
15988 * window.el (window-height): Defalias to window-total-height.
15989 (window-width): Defalias to window-body-width.
15990
15991 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
15992
15993 * image-mode.el (image-toggle-animation): New command.
15994 (image-mode-map): Bind it to RET.
15995 (image-mode): Update message.
15996 (image-toggle-display-image): Avoid a spurious cache flush.
15997 (image-transform-rotation): Doc fix.
15998 (image-transform-properties): Return quickly in the normal case.
15999 (image-animate-loop): Rename from image-animate-max-time.
16000
16001 * image.el (image-animate-max-time): Move to image-mode.el.
16002 (create-animated-image): Remove unnecessary function.
16003 (image-animate): Rename from image-animate-start. New arg.
16004 (image-animate-stop): Remove; just use image-animate-timer.
16005 (image-animate-timer): Use car-safe.
16006 (image-animate-timeout): Rename argument.
16007
16008 2011-06-07 Martin Rudalics <rudalics@gmx.at>
16009
16010 * window.el (get-lru-window, get-largest-window): Move here from
16011 window.c. Rename first argument to ALL-FRAMES.
16012 Rephrase doc-strings.
16013 (get-buffer-window-list): Rewrite using window-list-1.
16014 Rephrase doc-string.
16015 (window-safe-min-height, window-safe-min-width): New constants.
16016 (window-size-ignore, window-min-size, window-min-size-1)
16017 (window-sizable, window-sizable-p, window-size-fixed-1)
16018 (window-size-fixed-p, window-min-delta-1, window-min-delta)
16019 (window-max-delta-1, window-max-delta, window-resizable)
16020 (window-resizable-p, window-total-height, window-total-width)
16021 (window-body-width): New functions.
16022 (window-full-height-p, window-full-width-p): Rewrite using
16023 window-total-size.
16024 (window-body-height): Rewrite using window-body-size.
16025
16026 2011-06-06 Martin Rudalics <rudalics@gmx.at>
16027
16028 * window.el (window-right, window-left, window-child)
16029 (window-child-count, window-last-child, window-any-p)
16030 (normalize-live-buffer, normalize-live-frame)
16031 (normalize-any-window, normalize-live-window)
16032 (window-iso-combination-p, window-iso-combined-p)
16033 (window-iso-combinations)
16034 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
16035 (windows-with-parameter, window-with-parameter)
16036 (window-atom-root, make-window-atom, window-atom-check-1)
16037 (window-atom-check, window-side-check, window-check):
16038 New functions.
16039 (ignore-window-parameters, window-sides, window-sides-vertical)
16040 (window-sides-slots): New variables.
16041 (window-size-fixed): Move down in code. Minor doc-string fix.
16042
16043 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
16044
16045 * comint.el (comint-dynamic-complete-as-filename)
16046 (comint-dynamic-complete-filename): Correctly call
16047 completion-in-region.
16048
16049 2011-06-05 Deniz Dogan <deniz@dogan.se>
16050
16051 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
16052 in last change.
16053
16054 2011-06-05 Deniz Dogan <deniz@dogan.se>
16055
16056 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
16057 (rcirc): Use it to prompt for encryption.
16058
16059 2011-06-05 Roland Winkler <winkler@gnu.org>
16060
16061 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
16062 (bibtex-search-entries): New command bound to C-c C-a.
16063 (bibtex-display-entries): New function.
16064
16065 2011-06-05 Roland Winkler <winkler@gnu.org>
16066
16067 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
16068 (bibtex-insert-kill): After yanking insert newline if necessary.
16069 (bibtex-initialize): Call bibtex-string-files-init only once.
16070 (bibtex-mode): Do not call easy-menu-add.
16071 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
16072 (bibtex-yank): Set arg properly if nil.
16073
16074 2011-06-05 Roland Winkler <winkler@gnu.org>
16075
16076 * textmodes/bibtex.el (bibtex-search-entry-globally):
16077 New variable.
16078 (bibtex-search-entry): Use it.
16079
16080 2011-06-05 Roland Winkler <winkler@gnu.org>
16081
16082 * textmodes/bibtex.el (bibtex-entry-format): New option
16083 sort-fields.
16084 (bibtex-format-entry, bibtex-reformat): Honor this option.
16085 (bibtex-parse-entry): Return fields in proper order.
16086
16087 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
16088
16089 * doc-view.el (doc-view-remove-if): Move computation of result out
16090 of `dolist' to silence misleading lexical-binding warning.
16091
16092 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
16093
16094 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
16095 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
16096
16097 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
16098
16099 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
16100 "SunOS 5.10".
16101
16102 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
16103
16104 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
16105 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
16106 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
16107 (tramp-parse-putty):
16108 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
16109 (tramp-completion-function-alist-ssh)
16110 (tramp-completion-function-alist-telnet)
16111 (tramp-completion-function-alist-su)
16112 (tramp-completion-function-alist-putty): Set `tramp-autoload'
16113 cookie.
16114
16115 * net/tramp-ftp.el:
16116 * net/tramp-sh.el:
16117 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
16118 load "tramp.el" `tramp-set-completion-function'.
16119
16120 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
16121
16122 * shell.el: Require and use pcomplete.
16123 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
16124 (shell-completion-vars): Set pcomplete-default-completion-function.
16125
16126 2011-06-04 Deniz Dogan <deniz@dogan.se>
16127
16128 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
16129 `memq' (Bug#8799).
16130
16131 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
16132
16133 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
16134
16135 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
16136
16137 * bs.el (bs--mark-unmark, bs--nth-wrapper):
16138 * mpc.el (mpc-select-extend, mpc-songpointer-context):
16139 * vc/log-view.el (log-view-beginning-of-defun):
16140 * vc/smerge-mode.el (smerge-apply-resolution-patch)
16141 (smerge-refine-forward, smerge-refine-chopup-region):
16142 Silence warning for unused `dotimes' counter variables.
16143
16144 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
16145
16146 * net/tramp.el (tramp-with-progress-reporter): Rename from
16147 with-progress-reporter. Use `declare'.
16148 * net/tramp-smb.el:
16149 * net/tramp-sh.el:
16150 * net/tramp-gvfs.el: Update all uses.
16151
16152 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
16153
16154 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
16155 buffer isn't killed before making it current.
16156
16157 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16158
16159 Silence various byte-compiler warnings.
16160 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
16161 `access-type' and new obsolescence format.
16162 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
16163 new format.
16164 (byte-compile-check-variable): New `access-type' argument.
16165 Only warn if the access-type is obsolete.
16166 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16167 (byte-compile-variable-set): Adjust callers.
16168 * help-fns.el (describe-variable): Adjust to new obsolescence format.
16169 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
16170 setting it as obsolete.
16171 * simple.el (minibuffer-completing-symbol):
16172 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
16173 access as obsolete.
16174 * minibuffer.el (minibuffer-completing-file-name): Don't make it
16175 obsolete yet.
16176 * international/quail.el (quail-mouse-choose-completion): Remove unused
16177 code referring to obsolete var.
16178 (quail-choose-completion-string): Remove.
16179 * server.el (server-clients-with, server-kill-buffer-query-function)
16180 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
16181 * proced.el (proced-send-signal):
16182 * emacs-lisp/lisp.el (lisp-complete-symbol):
16183 Replace completion-annotate-function with completion-extra-properties.
16184
16185 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16186
16187 * simple.el (goto-line): Use read-number.
16188 (overriding-map-is-bound): Remove.
16189 (saved-overriding-map): Change default.
16190 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
16191 Take the map as argument.
16192 (universal-argument, negative-argument, digit-argument): Use it.
16193 (restore-overriding-map): Adjust.
16194 (do-auto-fill): Use fill-forward-paragraph.
16195 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
16196
16197 * minibuffer.el (minibuffer-inactive-mode-map): New var.
16198 (minibuffer-inactive-mode): New major mode.
16199 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
16200 the *Messages* buffer" hack.
16201 (mouse-popup-menubar): Don't burp if the event is a normal key.
16202
16203 Miscellaneous tweaks.
16204 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
16205 lexical scoping as in subr.el's dolist and dotimes.
16206 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
16207 Silence compiler warning.
16208 * thingatpt.el (forward-whitespace): Trivial coding style fix.
16209 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
16210 * international/ccl.el (ccl-compile): Trivial simplification.
16211 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
16212 * emacs-lisp/testcover.el (testcover-end): Remove spurious
16213 `printflag' argument.
16214 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16215 Purecopy the whole obsolescence data.
16216
16217 2011-06-01 Leo Liu <sdl.web@gmail.com>
16218
16219 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
16220 improve doc-string as suggested by Marco Pessotto
16221 <melmothx@gmail.com>.
16222 (rcirc-print): Fix last change.
16223
16224 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16225
16226 * minibuffer.el (complete-with-action): Return nil for the metadata and
16227 boundaries of non-functional tables.
16228 (completion-table-dynamic): Return nil for the metadata.
16229 (completion-table-with-terminator): Add default case, using
16230 complete-with-action.
16231 (completion--metadata): New function.
16232 (completion-all-sorted-completions, minibuffer-completion-help): Use it
16233 to try and avoid pathological performance problems.
16234 (completion--embedded-envvar-table): Return `category' metadata.
16235
16236 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
16237
16238 * subr.el (process-alive-p): New tiny convenience function.
16239
16240 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16241
16242 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
16243 content but also its previous major mode.
16244
16245 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
16246
16247 * emacs-lisp/debug.el (debug): Restore the previous content of the
16248 *Backtrace* buffer when we exit with C-M-c.
16249
16250 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16251
16252 * minibuffer.el: Add metadata method to completion tables.
16253 (completion-category-overrides): New defcustom.
16254 (completion-metadata, completion--field-metadata)
16255 (completion-metadata-get, completion--styles)
16256 (completion--cycle-threshold): New functions.
16257 (completion-try-completion, completion-all-completions):
16258 Add `metadata' argument to choose completion-styles.
16259 (completion--do-completion): Use metadata to choose cycling.
16260 (completion-all-sorted-completions): Use metadata for sorting.
16261 Remove :completion-cycle-penalty which is not needed any more.
16262 (completion--try-word-completion): Add `metadata' argument.
16263 (minibuffer-completion-help): Check metadata for annotation function
16264 and sorting.
16265 (completion-file-name-table): Return `category' metadata.
16266 (minibuffer-completing-file-name): Make obsolete.
16267 * simple.el (minibuffer-completing-symbol): Make obsolete.
16268 * icomplete.el (icomplete-completions): Pass new `metadata' param to
16269 completion-try-completion.
16270
16271 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16272
16273 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
16274
16275 2011-05-30 Leo Liu <sdl.web@gmail.com>
16276
16277 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
16278 (rcirc-print): Decode all incoming messages (bug#8744).
16279 (rcirc-decode-coding-system): Allow value nil for automatic coding
16280 system detection.
16281
16282 2011-06-01 Glenn Morris <rgm@gnu.org>
16283
16284 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
16285
16286 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
16287
16288 * image.el (image-animate-max-time): Allow nil and t values.
16289 Default to nil.
16290 (create-animated-image): Doc fix.
16291 (image-animate-start): Remove second arg; just use
16292 image-animate-max-time.
16293 (image-animate-timeout): Doc fix. Args changed.
16294
16295 * image-mode.el (image-toggle-display-image): Ensure that the
16296 image spec passed to the animate timer is the same object as in
16297 the buffer's display property (Bug#6981).
16298 (image-transform-properties): Doc fix.
16299
16300 * image.el (image-animate-max-time): Default to nil.
16301
16302 2011-05-29 Martin Rudalics <rudalics@gmx.at>
16303
16304 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
16305 entire buffer list (Bug#8184).
16306
16307 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
16308
16309 * image.el (imagemagick-types-inhibit)
16310 (imagemagick-register-types): Doc fix.
16311
16312 2011-05-29 Deniz Dogan <deniz@dogan.se>
16313
16314 * net/rcirc.el (rcirc): Use the user's stored encryption method by
16315 default.
16316
16317 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
16318
16319 * select.el: Don't perform clipboard-manager saving in hooks;
16320 leave the hooks empty.
16321
16322 2011-05-28 Leo Liu <sdl.web@gmail.com>
16323
16324 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
16325 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
16326 (occur-edit-mode): New major mode (Bug#8463).
16327 (occur-after-change-function): New function.
16328 (occur-engine): Give Occur tags a read-only property.
16329
16330 2011-05-28 Kevin Ryde <user42@zip.com.au>
16331
16332 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
16333
16334 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
16335
16336 * bindings.el (help-echo): Make the initial non-indicator dash
16337 empty on graphical terminals (Bug#7295).
16338
16339 * files.el (auto-mode-alist): Move config rule after the
16340 in-stripping one (Bug#8547).
16341
16342 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
16343
16344 * startup.el (normal-splash-screen): Remove gratuitous mode-line
16345 setting (Bug#8740).
16346
16347 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
16348
16349 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
16350 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
16351 (Bug#8539).
16352
16353 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
16354
16355 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
16356
16357 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
16358
16359 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
16360 (hs-hide-block-at-point, hs-find-block-beginning)
16361 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
16362 (Bug#8279).
16363
16364 2011-05-28 Glenn Morris <rgm@gnu.org>
16365
16366 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
16367
16368 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
16369
16370 * help-fns.el (describe-function-1): If the function is a derived
16371 major mode, print the parent mode.
16372
16373 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
16374 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
16375
16376 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16377
16378 * minibuffer.el (completion--capf-wrapper): Check applicability before
16379 returning non-nil for non-exclusive completion data.
16380 * progmodes/etags.el (tags-completion-at-point-function):
16381 * info-look.el (info-lookup-completions-at-point): Mark as
16382 non-exclusive.
16383 (info-complete): Adjust accordingly.
16384
16385 * info-look.el: Convert to lexical-binding and completion-at-point.
16386 (info-lookup-completions-at-point): New function.
16387 (info-complete): Use it and completion-in-region.
16388
16389 2011-05-28 Drew Adams <drew.adams@oracle.com>
16390
16391 * isearch.el: Let M-e start with point at the first mismatched char.
16392 (isearch-fail-pos): New function.
16393 (isearch-edit-string): Use it.
16394
16395 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
16396
16397 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16398
16399 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
16400
16401 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
16402 traversal functions for avl-trees.
16403 (avl-tree--stack): New struct.
16404 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
16405 (avl-tree-enter): Add optional `updatefun' arg.
16406 (avl-tree--do-enter): Add optional `updatefun' arg.
16407 Change return value.
16408 (avl-tree-delete): Add optional `test' and `nilflag' args.
16409 (avl-tree--do-delete): Add `test' and `nilflag' args.
16410 Change return value.
16411 (avl-tree-member): Add optional `nilflag'
16412 (avl-tree-member-p): New function.
16413 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
16414 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
16415 (avl-tree-stack-empty-p): New functions.
16416
16417 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
16418 avl-tree--del-balance1 and make it work both ways.
16419 (avl-tree--del-balance2): Remove.
16420 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
16421 make it work both ways.
16422 (avl-tree--enter-balance2): Remove.
16423 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
16424 New macros.
16425 (avl-tree--mapc, avl-tree-map): Add direction argument.
16426
16427 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
16428
16429 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
16430
16431 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
16432
16433 * select.el: Support clipboard managers with built-in function
16434 x-clipboard-manager-save, via delete-frame-functions and
16435 kill-emacs-hook.
16436 (xselect-convert-to-targets): Add MULTIPLE target to list.
16437 (xselect-convert-to-save-targets): New function.
16438
16439 2011-05-27 Kenichi Handa <handa@m17n.org>
16440
16441 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
16442 let-binding rfc2047-encode-encoded-words to nil.
16443
16444 2011-05-27 Glenn Morris <rgm@gnu.org>
16445
16446 * mail/emacsbug.el: Don't require url-util.
16447
16448 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
16449
16450 * files.el (set-auto-mode):
16451 Also respect mode: entries at the end of the file. (Bug#8586)
16452
16453 2011-05-26 Glenn Morris <rgm@gnu.org>
16454
16455 * files.el (hack-local-variables-prop-line, hack-local-variables):
16456 Downcase mode names, as seems to be traditional.
16457 (hack-local-variables, hack-local-variables-apply): Doc fixes.
16458
16459 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
16460 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
16461
16462 2011-05-25 Julien Danjou <julien@danjou.info>
16463
16464 * textmodes/rst.el (rst-define-level-faces): Do not define face
16465 symbol if it is already defined.
16466
16467 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
16468
16469 * play/5x5.el (5x5-new-game, 5x5-randomize):
16470 Reset 5x5-solver-output to nil when a new grid is cast.
16471 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
16472 these debugging traces, as defmacro breaks the compiled code.
16473
16474 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
16475
16476 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16477
16478 2011-05-24 Leo Liu <sdl.web@gmail.com>
16479
16480 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
16481 (vc-bzr-sha1): Adapt.
16482
16483 * sha1.el: Remove. Function `sha1' is now builtin.
16484
16485 * bindings.el: Provide sha1 feature.
16486
16487 2011-05-24 Kenichi Handa <handa@m17n.org>
16488
16489 * mail/sendmail.el: Require `rfc2047'.
16490 (mail-insert-from-field): Do not perform RFC2047 encoding.
16491 (mail-encode-header): New function.
16492 (sendmail-send-it): Set buffer-file-coding-system of the work
16493 buffer to the return value of select-message-coding-system.
16494 Call mail-encode-header.
16495
16496 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
16497
16498 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
16499
16500 * mail/supercite.el (sc-default-cite-frame):
16501 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
16502
16503 2011-05-24 Glenn Morris <rgm@gnu.org>
16504
16505 * progmodes/python.el (brm-menu): Declare.
16506
16507 * emulation/viper.el (viper-set-hooks): Declare.
16508
16509 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
16510 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
16511 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
16512 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
16513 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
16514 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
16515
16516 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
16517
16518 Add an :exit-function for completion-at-point.
16519
16520 * minibuffer.el (completion--done): New fun.
16521 (completion--do-completion): Use it. New arg `expect-exact'.
16522 (minibuffer-complete, minibuffer-complete-word): Don't output message,
16523 since completion--do-completion does it for us now.
16524 (minibuffer-force-complete): Use completion--done and
16525 completion--replace. Handle sole-completion case with more care.
16526 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
16527 (completion-extra-properties): New var.
16528 (completion-annotate-function): Make obsolete.
16529 (minibuffer-completion-help): Adjust accordingly.
16530 Use completion-list-insert-choice-function.
16531 (completion-at-point, completion-help-at-point):
16532 Bind completion-extra-properties.
16533 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
16534 * simple.el (completion-list-insert-choice-function): New var.
16535 (completion-setup-function): Preserve it.
16536 (choose-completion): Pay attention to it, shuffle the code a bit.
16537 (choose-completion-string): New arg `insert-function'.
16538
16539 * textmodes/bibtex.el: Convert to lexical binding.
16540 (bibtex-mode-map): Use completion-at-point.
16541 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
16542 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
16543 (bibtex-complete): Define as obsolete alias.
16544 (bibtex-complete-internal): Remove.
16545 (bibtex-format-entry): Remove unused sub-group in regexp.
16546 * shell.el (shell--command-completion-data)
16547 (shell-environment-variable-completion):
16548 * pcomplete.el (pcomplete-completions-at-point):
16549 * comint.el (comint--complete-file-name-data): Use :exit-function
16550 instead of completion-table-with-terminator so it also works for
16551 choose-completion.
16552
16553 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16554
16555 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
16556
16557 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
16558 (bug#8710).
16559
16560 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
16561
16562 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
16563
16564 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
16565 customization variable and implement: If non-nil, auto-fill will
16566 be inhibited while on topic's header line.
16567
16568 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
16569
16570 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
16571 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
16572 always have a solution in grid size = 5 cases.
16573 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
16574 (5x5-solver-output, 5x5-log-buffer): New vars.
16575 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
16576 Make these variables buffer local to achieve 5x5 multi-session-ness.
16577 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
16578 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
16579 (5x5-solve-suggest): New funs.
16580 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
16581 randomize a grid so that we ensure that there is always a solution.
16582 (5x5-make-random-grid): Allow other movement than flipping.
16583
16584 2011-05-23 Kevin Ryde <user42@zip.com.au>
16585
16586 * emacs-lisp/advice.el (ad-read-advised-function):
16587 Use `function-called-at-point' as the default, if it has
16588 advice and passes PREDICATE.
16589
16590 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16591
16592 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
16593 byte-compile-lambda if it's actually a lambda.
16594
16595 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
16596 Fix function quoting. Use backquote better.
16597
16598 2011-05-22 Yuanle Song <sylecn@gmail.com>
16599
16600 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
16601 matching (Bug#8516).
16602
16603 2011-01-22 Jari Aalto <jari.aalto@cante.net>
16604
16605 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
16606 different face (Bug#8178).
16607
16608 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
16609
16610 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
16611 defface (Bug#8144).
16612
16613 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16614
16615 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
16616 funcall as well (bug#8712). Warn when performing those conversions.
16617 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
16618
16619 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
16620
16621 2011-05-22 Glenn Morris <rgm@gnu.org>
16622
16623 * files.el (hack-local-variables-prop-line): Small simplifications.
16624 (hack-local-variables, hack-local-variables-prop-line):
16625 If MODE-ONLY, return the mode, rather than just `t'.
16626
16627 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
16628
16629 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
16630
16631 2011-05-21 Glenn Morris <rgm@gnu.org>
16632
16633 * files.el (hack-local-variables-prop-line, hack-local-variables):
16634 If only interested in the mode, don't bother doing the other stuff.
16635
16636 * image-mode.el (image-after-revert-hook):
16637 Redraw all frames on which the image is visible. (Bug#8567)
16638
16639 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
16640
16641 * wid-edit.el (widget-checklist-match-inline):
16642 Fix 2011-04-19 change. (Bug#8649)
16643
16644 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16645
16646 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
16647 Also allow singlespace after single-letter capitals followed by a dot.
16648
16649 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
16650 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
16651
16652 2011-05-20 Nix <nix@esperi.org.uk>
16653
16654 * files.el (basic-save-buffer-2):
16655 Fix handling of break-hardlink-on-save with non-existent files.
16656
16657 2011-05-19 Deniz Dogan <deniz@dogan.se>
16658
16659 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
16660 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
16661
16662 2011-05-19 Glenn Morris <rgm@gnu.org>
16663
16664 * progmodes/f90.el (f90-type-def-re):
16665 Handle "type, bind(c)". (Bug#8691)
16666
16667 * emacs-lisp/autoload.el (batch-update-autoloads):
16668 Set autoload-excludes by parsing loadup.el rather than Makefiles.
16669
16670 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
16671
16672 * net/tramp.el (tramp-process-actions): Set "first-password-request"
16673 property for the correct connection in case of multihops.
16674
16675 2011-05-18 Glenn Morris <rgm@gnu.org>
16676
16677 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
16678 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
16679
16680 Rationalize calendar handling of day and month abbrev-arrays.
16681 * calendar/calendar.el (calendar-customized-p): New function.
16682 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
16683 (calendar-day-name-array, calendar-month-name-array): Doc fix.
16684 Add :set function.
16685 (calendar-abbrev-length, calendar-day-abbrev-array)
16686 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
16687 (calendar-day-abbrev-array, calendar-month-abbrev-array):
16688 Elements may no longer be nil.
16689 (calendar-day-name, calendar-month-name):
16690 Update for changed nature of abbrev arrays.
16691 * calendar/diary-lib.el (diary-name-pattern):
16692 Update for changed nature of abbrev arrays.
16693 (diary-mark-entries-1): Update calendar-make-alist calls.
16694 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
16695 * calendar/cal-html.el (cal-html-day-abbrev-array):
16696 Simply inherit from calendar-day-abbrev-array.
16697
16698 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
16699
16700 * progmodes/grep.el (grep-mode): Disable default
16701 compilation-directory-matcher setting (bug#8684).
16702
16703 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
16704
16705 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
16706 instead of "head" and "tail". There were problems with SunOS 5.9,
16707 and it performs better.
16708
16709 2011-05-17 Glenn Morris <rgm@gnu.org>
16710
16711 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
16712
16713 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
16714 Replace obsolete function.
16715
16716 * shell.el (pcomplete-parse-arguments-function): Declare.
16717
16718 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
16719 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
16720 (appt-check): Doc fixes.
16721 (appt-disp-window-function, appt-delete-window-function):
16722 Remove needless special case in custom :type.
16723 (appt-display-count): Default to 0, not nil.
16724 (appt-check): Reset appt-display-count to 0, not nil.
16725
16726 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
16727
16728 * progmodes/python.el (python-font-lock-keywords):
16729 Add the Python 3.X keyword "nonlocal" (bug#8639).
16730
16731 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
16732
16733 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
16734
16735 2011-05-16 Kevin Ryde <user42@zip.com.au>
16736
16737 * info-look.el (makefile-automake-mode): New setups, looking in
16738 automake manual, then makefile-mode.
16739 (makefile-mode): Remove automake manual, have it just in
16740 makefile-automake-mode since there's various things different or
16741 not relevant to plain make.
16742 (makefile-mode): Remove "other-modes" non-existent automake-mode,
16743 believe a hypothetical automake-mode would go to makefile-mode,
16744 not the other way around.
16745
16746 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
16747
16748 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
16749 hunk-end tags (Bug#8672).
16750
16751 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
16752 vc-annotate-show-diff-revision-at-line (Bug#8671).
16753
16754 2011-05-14 Glenn Morris <rgm@gnu.org>
16755
16756 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
16757 in the middle of an existing one with multiple authors. (Bug#8645)
16758 (change-log-font-lock-keywords): Also handle multiple author lines
16759 with leading tabs. (Bug#8644)
16760
16761 * calendar/appt.el (appt-check): Rename some local variables.
16762 Some simplification/reordering.
16763
16764 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
16765 (feedmail-sendmail-f-doesnt-sell-me-out)
16766 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16767 (feedmail-debug-sit-for, feedmail-queue-express-hook)
16768 (feedmail-queue-runner-message-sender): Set :version.
16769 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
16770 (bbdb-dwim-net-address, vm-mail): Declare.
16771 (feedmail-binmail-gnulinuxish-template):
16772 Rename from feedmail-binmail-linuxish-template.
16773 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
16774 Use insert-buffer-substring.
16775
16776 2011-05-14 Bill Carpenter <bill@carpenter.org>
16777
16778 * mail/feedmail.el (feedmail-patch-level): Increase.
16779 (feedmail-debug): New custom group.
16780 (feedmail-confirm-outgoing-timeout)
16781 (feedmail-sendmail-f-doesnt-sell-me-out)
16782 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16783 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
16784 (feedmail-sender-line, feedmail-from-line)
16785 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
16786 (feedmail-spray-this-address)
16787 (feedmail-spray-address-fiddle-plex-list)
16788 (feedmail-queue-use-send-time-for-date)
16789 (feedmail-queue-use-send-time-for-message-id)
16790 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
16791 (feedmail-buffer-eating-function):
16792 Doc fixes.
16793 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
16794 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
16795 (feedmail-message-action-scroll-down): New functions.
16796 (feedmail-queue-directory, feedmail-queue-draft-directory):
16797 Use expand-file-name.
16798 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
16799 Remove C-v help entry.
16800 (feedmail-queue-buffer-file-name): New variable.
16801 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
16802 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
16803 (feedmail-message-action-send-strong, feedmail-message-action-edit)
16804 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
16805 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
16806 (feedmail-message-action-toggle-spray)
16807 (feedmail-run-the-queue-no-prompts)
16808 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
16809 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
16810 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
16811 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
16812 (feedmail-envelope-deducer, feedmail-fiddle-from)
16813 (feedmail-fiddle-sender, feedmail-default-date-generator)
16814 (feedmail-fiddle-date, feedmail-fiddle-message-id)
16815 (feedmail-fiddle-spray-address)
16816 (feedmail-fiddle-list-of-spray-fiddle-plexes)
16817 (feedmail-fiddle-list-of-fiddle-plexes)
16818 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
16819 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
16820 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
16821 Change default. Doc fix.
16822 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
16823 (feedmail-binmail-linuxish-template): New constant.
16824 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
16825 Respect feedmail-sendmail-f-doesnt-sell-me-out.
16826 (feedmail-send-it): Add debug call.
16827 Use feedmail-queue-buffer-file-name, and
16828 feedmail-send-it-immediately-wrapper.
16829 (feedmail-message-action-send): Add debug call.
16830 Use feedmail-send-it-immediately-wrapper.
16831 (feedmail-queue-express-to-queue): Add debug call.
16832 Run feedmail-queue-express-hook.
16833 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
16834 (feedmail-message-action-help-blat):
16835 Rename from feedmail-queue-send-edit-prompt-help-first.
16836 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
16837 Check line-endings. Handle errors better.
16838 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
16839 Doc fix. Add debug call.
16840 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
16841 Use feedmail-queue-send-edit-prompt-inner.
16842 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
16843 (feedmail-queue-send-edit-prompt-inner): New function, extracted
16844 from feedmail-queue-send-edit-prompt.
16845 (feedmail-queue-send-edit-prompt-help)
16846 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
16847 (feedmail-tidy-up-slug): Add debug call.
16848 Respect feedmail-queue-slug-suspect-regexp.
16849 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
16850 (feedmail-dump-message-to-queue): Add debug call.
16851 Expand queue-directory.
16852 (feedmail-dump-message-to-queue): Change message slightly.
16853 Use feedmail-say-chatter.
16854 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
16855 (feedmail-send-it-immediately-wrapper): New function.
16856 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
16857 Insert empty string rather than newline. Handle full-frame case.
16858 Use catch/throw. Use feedmail-say-chatter.
16859 (feedmail-fiddle-from): Try mail-host-address.
16860 (feedmail-default-message-id-generator): Doc fix.
16861 Bind system-time-locale. Handle missing end.
16862 (feedmail-fiddle-x-mailer): Add debug call.
16863 Handle feedmail-x-mailer-line being nil.
16864 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
16865 Add debug call. Use buffer-substring-no-properties.
16866 (feedmail-say-debug, feedmail-say-chatter): New functions.
16867 (feedmail-find-eoh): Give an explicit error.
16868
16869 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
16870
16871 * net/newst-treeview.el (newsticker-treeview-face): Change default
16872 family from helvetica to sans.
16873 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
16874 etc/images/newsticker.
16875
16876 * net/newst-reader.el (newsticker-feed-face): Change default
16877 family from helvetica to sans.
16878
16879 * net/newst-plainview.el (newsticker-new-item-face)
16880 (newsticker-old-item-face, newsticker-immortal-item-face)
16881 (newsticker-obsolete-item-face, newsticker-date-face)
16882 (newsticker-statistics-face): Change default family from
16883 helvetica to sans.
16884 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
16885 etc/images/newsticker.
16886
16887 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
16888 (newsticker--process-auto-mark-filter-match): Tell user about
16889 auto-marking.
16890
16891 2011-05-13 Didier Verna <didier@xemacs.org>
16892
16893 Common Lisp indentation improvements on defmethod and lambda-lists.
16894 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
16895 TODO entries.
16896 (lisp-lambda-list-keyword-parameter-indentation)
16897 (lisp-lambda-list-keyword-parameter-alignment)
16898 (lisp-lambda-list-keyword-alignment): New customizable user options.
16899 (lisp-indent-defun-method): Improve docstring.
16900 (extended-loop-p): Fix comment.
16901 (lisp-indent-lambda-list-keywords-regexp): New variable.
16902 (lisp-indent-lambda-list): New function.
16903 (lisp-indent-259): Use it.
16904 (lisp-indent-defmethod): Support for more than one
16905 method qualifier and properly indent methods lambda-lists.
16906 (defgeneric): Provide a missing common-lisp-indent-function property.
16907
16908 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16909
16910 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
16911 bounds for the empty string (bug#8667).
16912
16913 2011-05-13 Glenn Morris <rgm@gnu.org>
16914
16915 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
16916
16917 * mail/sendmail.el (sendmail-program): Try executable-find first.
16918 (sendmail-send-it): `sendmail-program' cannot be unbound.
16919
16920 * calendar/appt.el (appt-make-list): Simplify.
16921 (appt-time-msg-list): Doc fix.
16922 (appt-check): Change mode-line message at the time of the appointment.
16923
16924 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
16925
16926 * progmodes/ld-script.el (ld-script-keywords)
16927 (ld-script-builtins): Update keywords list.
16928
16929 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16930
16931 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
16932
16933 * shell.el (shell-completion-vars): New function.
16934 (shell-mode):
16935 * simple.el (read-shell-command): Use it.
16936 (blink-matching-open): No need for " [...]" in minibuffer-message.
16937
16938 2011-05-12 Glenn Morris <rgm@gnu.org>
16939
16940 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
16941 (appt-check): Simplify.
16942
16943 2011-05-12 Eli Zaretskii <eliz@gnu.org>
16944
16945 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
16946 literal "/dev/null".
16947
16948 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16949
16950 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
16951 Fix typo.
16952
16953 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
16954
16955 * progmodes/which-func.el (which-function):
16956 Use add-log-current-defun instead of add-log-current-defun-function,
16957 which might not be defined (Bug#8260).
16958
16959 2011-05-12 Glenn Morris <rgm@gnu.org>
16960
16961 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
16962 Let byte-compile-initial-macro-environment always take precedence.
16963
16964 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16965
16966 * net/rcirc.el: Add support for SSL/TLS connections.
16967 (rcirc-server-alist): New field `encryption'.
16968 (rcirc): Check `encryption' settings.
16969 (rcirc-connect): New arg `encryption'. Use open-network-stream.
16970 Merge make-local-variable into `set'.
16971 (rcirc--connection-open-p): New function.
16972 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
16973 the process is not a network process (e.g. running gnutls-cli).
16974 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
16975 Make rcirc-(en|de)code-coding-system local here.
16976 (rcirc-mode): Merge make-local-variable into `set'.
16977 (rcirc-parent-buffer): Make permanent buffer-local.
16978 (rcirc-multiline-minor-mode): Don't do it here.
16979 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
16980 there's no server buffer.
16981
16982 2011-05-11 Glenn Morris <rgm@gnu.org>
16983
16984 * newcomment.el (comment-kill): Prefix "unused" local.
16985
16986 * term/w32console.el (get-screen-color): Declare.
16987
16988 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
16989 Handle symbol elements of byte-compile-initial-macro-environment.
16990
16991 2011-05-10 Leo Liu <sdl.web@gmail.com>
16992
16993 * bookmark.el (bookmark-bmenu-mode-map):
16994 Bind bookmark-bmenu-search to `/'.
16995
16996 * mail/footnote.el: Convert to utf-8 encoding.
16997 (footnote-unicode-string, footnote-unicode-regexp): New variable.
16998 (Footnote-unicode): New function.
16999 (footnote-style-alist): Add unicode style to the list.
17000 (footnote-style): Doc fix.
17001
17002 2011-05-10 Jim Meyering <meyering@redhat.com>
17003
17004 Fix doubled-word typos.
17005 * international/quail.el (quail-insert-kbd-layout): and and -> and
17006 * kermit.el: and and -> and
17007 * net/ldap.el (ldap-search-internal): to to -> to
17008 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
17009 * progmodes/js.el (js-mode): and and -> and
17010 * textmodes/artist.el (artist-move-to-xy): at at -> at
17011 (artist-draw-region-trim-line-endings): if if -> if
17012 And Safetyc -> Safety.
17013 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
17014
17015 2011-05-10 Glenn Morris <rgm@gnu.org>
17016 Stefan Monnier <monnier@iro.umontreal.ca>
17017
17018 * files.el (hack-one-local-variable-eval-safep):
17019 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
17020
17021 2011-05-10 Glenn Morris <rgm@gnu.org>
17022
17023 * calendar/diary-lib.el (diary-list-entries-hook)
17024 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
17025 (diary-nongregorian-marking-hook, diary-list-entries)
17026 (diary-include-other-diary-files, diary-mark-entries)
17027 (diary-mark-included-diary-files): Doc fixes.
17028
17029 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
17030
17031 * misc.el: Require tabulated-list.el during compilation.
17032
17033 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
17034
17035 * progmodes/compile.el (compilation-start):
17036 Run compilation-filter-hook for the async case too.
17037 (compilation-filter-hook): Doc fix.
17038
17039 2011-05-09 Deniz Dogan <deniz@dogan.se>
17040
17041 * wdired.el: Remove outdated installation comment. Fix usage
17042 comment.
17043
17044 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
17045
17046 * misc.el: Implement new command `list-dynamic-libraries'.
17047 (list-dynamic-libraries--loaded-only-p): New variable.
17048 (list-dynamic-libraries--refresh): New function.
17049 (list-dynamic-libraries): New command.
17050
17051 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
17052
17053 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17054 Fix the ant regexp to handle end-line and end-column info from jikes.
17055 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
17056 higher priority to avoid clobbering by gnu.
17057
17058 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
17059
17060 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
17061 if the face has existing theme settings (Bug#8454).
17062
17063 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
17064
17065 * progmodes/perl-mode.el (perl-imenu-generic-expression):
17066 Only match variables declared via `my' or `our' (Bug#8261).
17067
17068 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
17069 special file names `.' and `..' (Bug#8259).
17070
17071 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
17072
17073 * progmodes/grep.el (grep-mode-font-lock-keywords):
17074 Remove buffer-changing entries.
17075 (grep-filter): New function.
17076 (grep-mode): Add it to compilation-filter-hook.
17077
17078 * progmodes/compile.el (compilation-filter-hook)
17079 (compilation-filter-start): New defvars.
17080 (compilation-filter): Call compilation-filter-hook prior to
17081 updating the process mark.
17082
17083 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
17084
17085 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
17086
17087 2011-05-07 Eli Zaretskii <eliz@gnu.org>
17088
17089 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
17090 mailclient-send-it even if window-system is nil. (Bug#8595)
17091
17092 * term/w32console.el (terminal-init-w32console):
17093 Call get-screen-color and use its output to set the frame
17094 background-mode. (Bug#8597)
17095
17096 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
17097
17098 Make bytecomp.el understand that defmethod defines funs (bug#8631).
17099 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
17100 New functions.
17101 (defgeneric, eieio--defmethod): Use them.
17102 (eieio-defgeneric): Remove.
17103 (defmethod): Call defgeneric in a way visible to the byte-compiler.
17104
17105 2011-05-07 Glenn Morris <rgm@gnu.org>
17106
17107 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
17108 Use let rather than let*.
17109 (timeclock-find-discrep): Remove unused local.
17110
17111 * calendar/diary-lib.el (diary-comment-start): Doc fix.
17112
17113 * calendar/appt.el (appt-time-msg-list): Doc fix.
17114
17115 2011-05-06 Noah Friedman <friedman@splode.com>
17116
17117 * apropos.el (apropos-print-doc): Only use
17118 emacs-lisp-docstring-fill-column when it is bound to an integer,
17119 per that variable's documentation.
17120
17121 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17122
17123 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
17124 and warnings are not silently discarded (e.g. use -d instead of -P).
17125
17126 2011-05-06 Glenn Morris <rgm@gnu.org>
17127
17128 * calendar/appt.el (appt-message-warning-time): Doc fix.
17129 (appt-warning-time-regexp): New option.
17130 (appt-make-list): Respect appt-message-warning-time.
17131
17132 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
17133 New options.
17134 (diary-add-to-list): Strip comments from the displayed string.
17135 (diary-mode): Set comment-start and comment-end.
17136
17137 * vc/diff-mode.el (smerge-refine-subst): Declare.
17138 (diff-refine-hunk): Don't require smerge-mode when compiling.
17139
17140 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
17141
17142 * simple.el (list-processes): Return nil as the docstring says.
17143
17144 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
17145
17146 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
17147 to "".
17148 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17149 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
17150 determining of binary transfer. (Bug#7383)
17151
17152 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
17153
17154 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17155 Fix port computation bug. (Bug#8618)
17156
17157 2011-05-05 Glenn Morris <rgm@gnu.org>
17158
17159 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
17160
17161 * simple.el (shell-dynamic-complete-functions)
17162 (comint-dynamic-complete-functions): Declare.
17163
17164 * net/network-stream.el (gnutls-negotiate):
17165 * simple.el (tabulated-list-print): Fix declarations.
17166
17167 * progmodes/gud.el (syntax-symbol, syntax-point):
17168 Remove unnecessary and incorrect declarations.
17169
17170 * emacs-lisp/check-declare.el (check-declare-scan):
17171 Handle byte-compile-initial-macro-environment in bytecomp.el
17172
17173 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17174
17175 Fix earlier half-done eieio-defmethod change (bug#8338).
17176 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
17177 Streamline and change calling convention.
17178 (defmethod): Adjust accordingly and simplify.
17179 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
17180 new eieio--defmethod.
17181 (slot-boundp): Minor CSE simplification.
17182
17183 2011-05-05 Milan Zamazal <pdm@zamazal.org>
17184
17185 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
17186 (glasses-make-readable): Use glasses-separate-capital-groups.
17187
17188 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
17189
17190 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
17191 (warning-series): Doc fix.
17192 (display-warning): Don't try to create the buffer if we just found it.
17193
17194 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
17195
17196 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
17197 (autoload-find-generated-file): New function.
17198 (generate-file-autoloads): Bind generated-autoload-file to
17199 buffer-file-name.
17200 (update-file-autoloads, update-directory-autoloads):
17201 Use autoload-find-generated-file. If called interactively, prompt for
17202 output file (Bug#7989).
17203 (batch-update-autoloads): Doc fix.
17204
17205 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
17206
17207 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
17208
17209 2011-05-04 Glenn Morris <rgm@gnu.org>
17210
17211 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
17212 function, so it follows changes in calendar-date-style.
17213 (diary-fancy-date-matcher): New function.
17214 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
17215 (diary-fancy-font-lock-fontify-region-function):
17216 Use diary-fancy-date-pattern as a function.
17217
17218 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
17219 non-numbers for `year' etc pseudo-variables. (Bug#8583)
17220
17221 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
17222
17223 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
17224 instead of positional arguments. Allow :keylist and :crlfiles
17225 arguments.
17226 (open-gnutls-stream): Call it.
17227
17228 * net/network-stream.el (network-stream-open-starttls): Adjust to
17229 call `gnutls-negotiate' with :process and :hostname arguments.
17230
17231 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17232
17233 * minibuffer.el (completion--message): New function.
17234 (completion--do-completion, minibuffer-complete)
17235 (minibuffer-force-complete, minibuffer-complete-word): Use it.
17236 (completion--do-completion): Don't ignore completion-auto-help when in
17237 icomplete-mode.
17238
17239 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
17240 internal encoding (e.g. tibetan zero is not whitespace).
17241 (global-whitespace-mode): Prefer save-current-buffer.
17242 (whitespace-trailing-regexp): Remove useless save-match-data.
17243 (whitespace-empty-at-bob-regexp): Minor simplification.
17244
17245 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
17246
17247 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
17248
17249 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
17250
17251 * textmodes/ispell.el (ispell-add-per-file-word-list):
17252 Use `concat' to create string for insertion.
17253
17254 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17255
17256 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
17257 Avoid open-line which runs post-self-insert-hook.
17258 (bibtex-fill-entry): Remove unused `end' var.
17259
17260 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
17261
17262 * textmodes/ispell.el (ispell-add-per-file-word-list):
17263 Protect against `nil' value of `comment-start' (Bug#8579).
17264
17265 2011-05-03 Leo Liu <sdl.web@gmail.com>
17266
17267 * isearch.el (isearch-yank-pop): New command.
17268 (isearch-mode-map): Bind it to `M-y'.
17269 (isearch-forward): Mention it.
17270
17271 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17272
17273 * simple.el (minibuffer-complete-shell-command): Remove.
17274 (minibuffer-local-shell-command-map): Use completion-at-point.
17275 (read-shell-command): Setup completion vars here instead.
17276 (read-expression-map): Bind TAB to symbol completion.
17277
17278 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
17279 error directly rather via storing it into `results'.
17280
17281 2011-05-02 Leo Liu <sdl.web@gmail.com>
17282
17283 * vc/diff.el: Fix description.
17284
17285 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17286
17287 * server.el (server-eval-at): New function.
17288
17289 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17290
17291 * net/network-stream.el (open-network-stream): Take a :nowait
17292 parameter and pass it on to `make-network-process'.
17293 (network-stream-open-plain): Ditto.
17294
17295 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
17296
17297 * faces.el (face-spec-set-match-display): Don't match toolkit
17298 options on terminal frames.
17299
17300 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17301
17302 * progmodes/pascal.el: Use lexical binding.
17303 (pascal-mode-map): Remove author preferences.
17304
17305 * pcomplete.el (pcomplete-std-complete): Don't abuse
17306 completion-at-point.
17307
17308 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
17309
17310 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
17311 removing code that has been dead since 1991 or so.
17312
17313 * startup.el (command-line): When warning about "_emacs", use a
17314 delayed warning to allow the user to filter it out.
17315
17316 2011-04-28 Deniz Dogan <deniz@dogan.se>
17317
17318 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
17319 user has not joined.
17320
17321 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17322
17323 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
17324 aren't any completions at point.
17325
17326 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
17327
17328 * subr.el (display-delayed-warnings): New function.
17329 (delayed-warnings-hook): New variable.
17330
17331 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17332
17333 * minibuffer.el (completion-at-point, completion-help-at-point):
17334 Don't presume that a given completion-at-point-function will always
17335 use the same calling convention.
17336
17337 * pcomplete.el (pcomplete-completions-at-point):
17338 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
17339 pcomplete-seen is non-nil.
17340 (pcomplete-comint-setup): Also recognize the new comint/shell
17341 completion functions.
17342 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
17343 pcomplete-seen is non-nil.
17344
17345 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
17346
17347 * calendar/icalendar.el (diary-lib): Add require statement.
17348 (icalendar--create-uid): Read out a uid from a text-property on
17349 the first character in the entry. This allows for code to add its
17350 own uid to the entry.
17351 (icalendar--convert-float-to-ical): Add export of
17352 `diary-float'-entries save for those with the optional DAY
17353 argument.
17354
17355 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
17356
17357 * subr.el (shell-quote-argument): Use alternate escaping strategy
17358 when we spot a variable reference in a string.
17359
17360 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
17361
17362 * cus-start.el (all): Define customization for debug-on-event.
17363
17364 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
17365
17366 * subr.el (shell-quote-argument): Escape correctly under Windows.
17367
17368 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17369
17370 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
17371
17372 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
17373
17374 * net/tramp.el (tramp-process-actions): Add POS argument.
17375 Delete region between POS and (pos).
17376
17377 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17378 Use `nil' position in `tramp-process-actions' call.
17379 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
17380
17381 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
17382 position in `tramp-process-actions' call.
17383
17384 * net/trampver.el: Update release number.
17385
17386 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17387
17388 * custom.el (defcustom): Obey lexical-binding.
17389
17390 Fix octave-inf completion problems reported by Alexander Klimov.
17391 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
17392 Inherit from octave-mode-syntax-table.
17393 (inferior-octave-mode): Set info-lookup-mode.
17394 (inferior-octave-completion-at-point): New function.
17395 (inferior-octave-complete): Use it and completion-in-region.
17396 (inferior-octave-dynamic-complete-functions): Use it as well, and use
17397 comint-filename-completion.
17398 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
17399 symbol elements which shouldn't be word elements.
17400 (octave-font-lock-keywords, octave-beginning-of-defun)
17401 (octave-function-header-regexp): Adjust regexps accordingly.
17402 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
17403
17404 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
17405
17406 * net/gnutls.el (gnutls-errorp): Declare before first use.
17407
17408 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
17409
17410 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
17411 verify-error, and verify-hostname-error parameters. Check whether
17412 default trustfile exists before going to use it. Add missing
17413 argument to gnutls-message-maybe call. Return value.
17414 Reported by Claudio Bley <claudio.bley@gmail.com>.
17415 (open-gnutls-stream): Add usage example.
17416
17417 * net/network-stream.el (network-stream-open-starttls): Give host
17418 parameter to `gnutls-negotiate'.
17419 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
17420 * subr.el (shell-quote-argument): Escape correctly under Windows.
17421
17422 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
17423
17424 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
17425 Use correct match group (bug#8438).
17426
17427 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
17428
17429 * emacs-lisp/package.el (package-built-in-p): Fix typo.
17430 (package-menu--generate): New arg specifying packages to show.
17431 (package-menu-refresh, package-menu-execute, list-packages):
17432 Callers changed.
17433 (package-show-package-list): New function, replacing deleted
17434 package--list-packages (renamed because it is non-internal).
17435
17436 * finder.el (finder-list-matches): Use package-show-package-list
17437 instead of deleted package--list-packages.
17438
17439 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
17440 Based on a previous implementation by Juanma Barranquero (Bug#8366).
17441 (vc-annotate-mode-map): Bind it to RET.
17442
17443 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
17444
17445 * progmodes/etags.el (next-file): Don't use set-buffer to change
17446 buffers (Bug#8478).
17447
17448 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
17449
17450 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
17451
17452 * apropos.el (apropos-label-face): Avoid variable-pitch face.
17453 (apropos-accumulator): Doc fix.
17454 (apropos-function, apropos-macro, apropos-command)
17455 (apropos-variable, apropos-face, apropos-group, apropos-widget)
17456 (apropos-plist): Add face property.
17457 (apropos-symbols-internal): Fix indentation.
17458 (apropos-print): Simplify help, and recognize apropos-multi-type.
17459 (apropos-print-doc): Use button-type-get to extract the button's
17460 face property. Fill docstring (Bug#8352).
17461
17462 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
17463
17464 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
17465
17466 * play/mpuz.el (mpuz-silent): Doc fix.
17467 (mpuz-mode-map): Use mapc.
17468 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
17469 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
17470 Fix typos in docstrings.
17471
17472 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
17473 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
17474
17475 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
17476
17477 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
17478
17479 * minibuffer.el (completion--do-completion): Avoid the "Next char
17480 not unique" prompt if icomplete-mode is enabled (Bug#5849).
17481
17482 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
17483 mouse-2 into unread-command-events, it is interpreted correctly.
17484
17485 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
17486 (image-toggle-display): Doc fix.
17487
17488 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
17489
17490 * textmodes/page.el (what-page): Use line-number-at-pos to
17491 calculate line number (Bug#6825).
17492
17493 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
17494
17495 * eshell/esh-mode.el (find-tag-interactive): Declare function.
17496 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
17497 Pass argument NO-DEFAULT to `find-tag-interactive'.
17498
17499 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
17500
17501 Lexical-binding cleanup.
17502
17503 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
17504 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
17505 * progmodes/ada-prj.el (ada-prj-initialize-values)
17506 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
17507 (ada-prj-show-value):
17508 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
17509 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
17510 (antlr-invalidate-context-cache, antlr-options-menu-filter)
17511 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
17512 * progmodes/bug-reference.el (bug-reference-push-button):
17513 * progmodes/fortran.el (fortran-line-length):
17514 * progmodes/glasses.el (glasses-change):
17515 * progmodes/octave-mod.el (octave-fill-paragraph):
17516 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
17517 (python-pdbtrack-grub-for-buffer, python-sentinel):
17518 * progmodes/sql.el (sql-save-connection):
17519 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
17520 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
17521 Mark unused parameters.
17522
17523 * progmodes/compile.el (compilation--flush-directory-cache)
17524 (compilation--flush-parse, compile-internal): Mark unused parameters.
17525 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
17526 (compilation-next-error-function): Remove unused variable `timestamp'.
17527
17528 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
17529 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
17530
17531 * progmodes/dcl-mode.el (dcl-end-of-command):
17532 Remove unused variable `start'.
17533 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
17534 (dcl-option-value-basic, dcl-option-value-offset)
17535 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
17536 Mark unused parameters.
17537 (dcl-save-local-variable): Remove unused variable `val'.
17538 (mode): Declare.
17539
17540 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
17541 Mark unused parameters.
17542 (delphi-ignore-changes): Move before first use.
17543 (delphi-charset-token-at): Remove unused variable `start'.
17544 (delphi-else-start): Remove unused variable `if-count'.
17545 (delphi-comment-block-start, delphi-comment-block-end):
17546 Remove unused variable `kind'.
17547 (delphi-indent-line): Remove unused variable `new-point'.
17548
17549 * progmodes/ebrowse.el (ebrowse-files-list)
17550 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
17551 Mark unused parameters. Don't quote `lambda'.
17552 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
17553 Don't quote `lambda'.
17554 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
17555 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
17556 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
17557 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
17558 Use `ignore-errors'.
17559 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
17560 (ebrowse-view/find-file-and-search-pattern)
17561 (ebrowse-view/find-member-declaration/definition):
17562 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
17563 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
17564 Rename parameter PREFIX-ARG to PREFIX.
17565 (ebrowse-tags-read-name): Remove unused variables `start' and
17566 `member-info'.
17567 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
17568 to `tags-file'.
17569
17570 * progmodes/etags.el (local-find-tag-hook): Declare.
17571 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
17572 Mark unused parameters.
17573
17574 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
17575 (executable-interpret): Mark unused parameter.
17576
17577 * progmodes/flymake.el (flymake-process-sentinel)
17578 (flymake-after-change-function)
17579 (flymake-create-temp-with-folder-structure)
17580 (flymake-get-include-dirs-dot): Mark unused parameters.
17581 (flymake-safe-delete-directory): Remove unused variable `err'.
17582
17583 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
17584 (speedbar-timer-fn, speedbar-line-text)
17585 (speedbar-change-expand-button-char, speedbar-delete-subblock)
17586 (speedbar-center-buffer-smartly): Declare functions.
17587 (gdb-find-watch-expression): Remove unused variable `array'.
17588 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
17589 (gdb-starting): Mark unused parameters.
17590 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
17591 (gdb-table-string): Remove unused variable `res'.
17592 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
17593 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
17594 (gdb-display-buffer): Remove unused variable `cur-size'.
17595
17596 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
17597 allow lexical-binding compilation.
17598 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
17599 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
17600 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
17601 Mark unused parameters.
17602 (gud-gdb-marker-filter): Remove unused variable `match'.
17603 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
17604 lambda expressions and funcall them, instead of using `fset'.
17605
17606 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
17607 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
17608
17609 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
17610 variable `header-beg'; use `let'.
17611
17612 * progmodes/icon.el (indent-icon-exp): Remove unused variables
17613 `restart', `last-sexp' and `at-do'.
17614
17615 * progmodes/js.el (js--debug): Mark unused parameter.
17616 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
17617 (js--splice-into-items): Remove unused variable `item'.
17618 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
17619
17620 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
17621 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
17622 (makefile-complete): Remove unused variable `try'.
17623 (makefile-fill-paragraph, makefile-match-function-end):
17624 Mark unused parameters.
17625
17626 * progmodes/octave-inf.el (inferior-octave-complete):
17627 Remove unused variable `proc'.
17628 (inferior-octave-output-digest): Mark unused parameter.
17629
17630 * progmodes/perl-mode.el (perl-calculate-indent):
17631 Remove unused variable `err'.
17632
17633 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
17634 (prolog-indent-line): Mark unused parameters.
17635 (prolog-indent-line): Remove unused variable `beg'.
17636
17637 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
17638 (reporter-dont-compact-list): Declare.
17639
17640 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
17641 Remove unused variable `char'.
17642 (sh-debug): Mark unused parameter.
17643 (sh-get-indent-info): Remove unused variable `start'.
17644 (sh-calculate-indent): Remove unused variable `var'.
17645
17646 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
17647 (simula-electric-keyword): Remove unused variable `null'.
17648 (simula-search-backward, simula-search-forward): Remove unused
17649 variables `begin' and `end'.
17650
17651 * progmodes/vera-mode.el (vera-guess-basic-syntax):
17652 Remove unused variable `pos'.
17653 (vera-electric-tab, vera-comment-uncomment-region):
17654 Mark unused parameters.
17655 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
17656
17657 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
17658
17659 * emacs-lisp/package.el (package--builtins, package-alist)
17660 (package-load-descriptor, package-built-in-p, package-activate)
17661 (define-package, package-installed-p)
17662 (package-compute-transaction, package-buffer-info)
17663 (package--push): Doc fix. Distinguish more clearly between
17664 version strings and version lists.
17665
17666 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
17667
17668 Lexical-binding cleanup.
17669
17670 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
17671 (5x5-make-mutate-best):
17672 * play/fortune.el (fortune-in-buffer):
17673 * play/gomoku.el (gomoku-init-display):
17674 * play/solitaire.el (solitaire, solitaire-do-check):
17675 * play/tetris.el (tetris-default-update-speed-function):
17676 Mark unused parameters.
17677
17678 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
17679 (bubbles--shift): Remove unused variable `char-org'.
17680 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
17681 (bubbles--show-images): Remove unused variable `char'.
17682
17683 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
17684 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
17685 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
17686 (decipher-analyze-buffer): Use ?\s.
17687 (decipher-make-checkpoint): Remove unused variable `mapping'.
17688
17689 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
17690
17691 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
17692 Remove unused variable `result'; use `let'.
17693
17694 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
17695 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
17696 (gametree-children-shown-p, gametree-compute-reduced-score):
17697 Use `ignore-errors'.
17698
17699 * play/handwrite.el (ps-lpr-switches): Declare.
17700 (handwrite): Remove unused variables `pmin' and `lastp'.
17701
17702 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
17703
17704 * play/landmark.el (landmark-init-display)
17705 (landmark-update-naught-weights): Mark unused parameters.
17706 (landmark-y): Remove unused variable `noise'. Simplify.
17707 (landmark-human-plays): Remove unused variable `score'.
17708
17709 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
17710 (mpuz-try-proposal): Remove unused variable `game'.
17711
17712 * play/zone.el (life-patterns): Declare.
17713
17714 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
17715
17716 * vc/vc.el (ediff-vc-internal): Declare function.
17717
17718 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17719
17720 * shell.el: Use lexical-binding and std completion UI.
17721 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
17722 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
17723 comint-preoutput-filter-functions rather than on
17724 comint-output-filter-functions.
17725 (shell-command-completion, shell--command-completion-data)
17726 (shell-filename-completion, shell-environment-variable-completion)
17727 (shell-c-a-p-replace-by-expanded-directory): New functions.
17728 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
17729 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
17730 (shell-dynamic-complete-environment-variable): Use them.
17731 (shell-dynamic-complete-as-environment-variable)
17732 (shell-dynamic-complete-as-command): Remove.
17733 (shell-match-partial-variable): Match past point.
17734 * comint.el: Clean up use of completion-at-point-functions.
17735 (comint-completion-at-point): New function.
17736 (comint-mode): Use it completion-at-point-functions.
17737 (comint-dynamic-complete): Make it obsolete.
17738 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
17739 (comint-c-a-p-replace-by-expanded-history): New function.
17740 (comint-dynamic-complete-functions)
17741 (comint-replace-by-expanded-history): Use it.
17742 * minibuffer.el (completion-table-with-terminator): Allow dynamic
17743 termination strings. Try harder to avoid second try-completion.
17744 (completion-in-region-mode-map): Disable bindings that don't work yet.
17745
17746 * comint.el: Use lexical-binding. Require CL.
17747 (comint-dynamic-complete-functions): Use comint-filename-completion.
17748 (comint-completion-addsuffix): Tweak custom type.
17749 (comint-filename-completion, comint--common-suffix)
17750 (comint--common-quoted-suffix, comint--table-subvert)
17751 (comint--complete-file-name-data): New functions.
17752 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
17753 (comint-dynamic-list-filename-completions): Use them.
17754 (comint-dynamic-simple-complete): Make obsolete.
17755
17756 * minibuffer.el (completion-in-region-mode):
17757 Keep completion-in-region-mode--predicate global.
17758 (completion-in-region--postch):
17759 Assume completion-in-region-mode--predicate is not null.
17760
17761 * progmodes/flymake.el (flymake-start-syntax-check-process):
17762 Obey `dir'. Simplify.
17763
17764 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
17765 we're in VC after all.
17766
17767 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
17768
17769 * vc/vc.el (vc-diff-build-argument-list-internal)
17770 (vc-version-ediff, vc-ediff): New commands.
17771 (vc-version-diff): Use vc-diff-build-argument-list-internal.
17772
17773 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17774
17775 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
17776 add sanity check.
17777
17778 * obsolete/erc-hecomplete.el: Make obsolete.
17779 * obsolete/: Standardize obsolescence info in the header.
17780
17781 2011-04-20 Glenn Morris <rgm@gnu.org>
17782
17783 * calendar/solar.el (solar-horizontal-coordinates):
17784 Use the longitude argument rather than `calendar-longitude'.
17785 (solar-date-next-longitude): Remove unused locals.
17786
17787 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17788
17789 * whitespace.el: New version 13.2.1.
17790
17791 2011-04-20 felix <EmacsWiki> (tiny change)
17792
17793 * whitespace.el (global-whitespace-mode): Keep highlight when
17794 switching between major modes on a file.
17795
17796 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17797
17798 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
17799 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
17800 multi-line comments as well.
17801
17802 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
17803
17804 Lexical-binding cleanup.
17805
17806 * arc-mode.el (archive-mode-revert):
17807 * cmuscheme.el (scheme-interactively-start-process):
17808 * custom.el (custom-initialize-delay):
17809 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
17810 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
17811 * emacs-lock.el (emacs-lock-clear-sentinel):
17812 * ezimage.el (defezimage):
17813 * follow.el (follow-avoid-tail-recenter):
17814 * fringe.el (set-fringe-mode-1):
17815 * generic-x.el (bat-generic-mode-compile):
17816 * help-mode.el (help-info-variable, help-do-xref)
17817 (help-mode-revert-buffer):
17818 * help.el (view-emacs-todo):
17819 * iswitchb.el (iswitchb-completion-help):
17820 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
17821 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
17822 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
17823 * locate.el (locate-update):
17824 * longlines.el (longlines-encode-region)
17825 (longlines-after-change-function):
17826 * outline.el (outline-isearch-open-invisible):
17827 * ps-def.el (declare-function, charset-dimension, char-width)
17828 (encode-char):
17829 * ps-mule.el (ps-mule-plot-string):
17830 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
17831 (recentf-edit-list-select, recentf-edit-list-validate)
17832 (recentf-open-files-action):
17833 * rect.el (delete-whitespace-rectangle-line)
17834 (rectangle-number-line-callback):
17835 * register.el (window-configuration-to-register)
17836 (frame-configuration-to-register):
17837 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
17838 * select.el (xselect-convert-to-string, xselect-convert-to-length)
17839 (xselect-convert-to-targets, xselect-convert-to-delete)
17840 (xselect-convert-to-filename, xselect-convert-to-charpos)
17841 (xselect-convert-to-lineno, xselect-convert-to-colno)
17842 (xselect-convert-to-os, xselect-convert-to-host)
17843 (xselect-convert-to-user, xselect-convert-to-class)
17844 (xselect-convert-to-name, xselect-convert-to-integer)
17845 (xselect-convert-to-atom, xselect-convert-to-identity):
17846 * subr.el (declare, ignore, process-kill-without-query)
17847 (text-clone-maintain):
17848 * terminal.el (te-get-char, te-tic-sentinel):
17849 * tool-bar.el (tool-bar-make-keymap):
17850 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
17851 * type-break.el (type-break-mode, type-break-noninteractive-query):
17852 * view.el (View-back-to-mark):
17853 * wid-browse.el (widget-browse-action, widget-browse-widget)
17854 (widget-browse-widgets, widget-browse-sexp):
17855 * widget.el (define-widget-keywords):
17856 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
17857 Mark unused parameters.
17858
17859 * align.el (align-adjust-col-for-rule): Mark unused parameter.
17860 (align-areas): Remove unused variable `look'.
17861 (align-region): Remove unused variables `real-end' and `pos-list'.
17862
17863 * apropos.el (apropos-score-doc): Remove unused variable `i'.
17864
17865 * bindings.el (mode-line-modified, mode-line-remote):
17866 Mark unused parameters.
17867 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
17868
17869 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
17870 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
17871
17872 * comint.el (comint-history-isearch-pop-state)
17873 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
17874 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
17875 (comint-substitute-in-file-name): Doc fix.
17876
17877 * completion.el (cmpl-statistics-block): Mark unused parameter.
17878 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
17879 (save-completions-to-file, load-completions-from-file):
17880 Remove unused local variable `e'.
17881
17882 * composite.el (compose-chars): Remove unused variable `len'.
17883 (lgstring-insert-glyph): Remove unused variable `g'.
17884 (compose-glyph-string): Remove unused variables `ascent',
17885 `descent', `lbearing' and `rbearing'.
17886 (compose-glyph-string-relative): Remove unused variables
17887 `lbearing', `rbearing' and `wadjust'.
17888 (compose-gstring-for-graphic): Remove unused variables `header',
17889 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
17890 (compose-gstring-for-terminal): Remove unused variables `header'
17891 and `nchars'. Use `let', not `let*'.
17892
17893 * cus-edit.el (Custom-set, Custom-save, custom-reset)
17894 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
17895 (Custom-buffer-done, custom-buffer-create-internal)
17896 (custom-browse-visibility-action, custom-browse-group-tag-action)
17897 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
17898 (widget-magic-mouse-down-action, custom-toggle-parent)
17899 (custom-add-parent-links, custom-toggle-hide-variable)
17900 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
17901 (custom-toggle-hide-face, face, hook, custom-group-link-action)
17902 (custom-face-menu-create, custom-variable-menu-create, get)
17903 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
17904 (custom-reset-standard-save-and-update): Remove unused variable `value'.
17905 (customize-apropos): Remove unused variable `tests'.
17906 (custom-group-value-create): Remove unused variable `hidden-p'.
17907 (sort-fold-case): Declare.
17908
17909 * cus-theme.el (custom-reset-standard-faces-list)
17910 (custom-reset-standard-variables-list): Declare.
17911 (customize-create-theme, custom-theme-revert, custom-theme-write)
17912 (custom-theme-choose-mode, customize-themes, custom-theme-save):
17913 Mark unused parameters.
17914
17915 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
17916
17917 * delim-col.el (delimit-columns-max): Move defvar before first use.
17918
17919 * descr-text.el (describe-char-categories): Don't quote `lambda'.
17920 (describe-char): Don't quote `lambda'. Mark unused parameter.
17921
17922 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
17923 (auto-insert): Declare.
17924 (desktop-restore-file-buffer): Rename desktop-* parameters;
17925 mark unused ones.
17926 (desktop-create-buffer): Rename desktop-* parameters and bind them.
17927 (desktop-buffer): Rename desktop-* parameters.
17928
17929 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
17930 (dframe-reposition-frame-xemacs, dframe-help-echo)
17931 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
17932 Mark unused parameters.
17933
17934 * dired-aux.el (backup-extract-version-start, overwrite-query)
17935 (overwrite-backup-query, rename-regexp-query)
17936 (rename-non-directory-query): Declare.
17937 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
17938 (dired-add-entry): Remove unused variable `orig-file-name'.
17939 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
17940 Use parameter PRESERVE-TIME instead of accessing dynamic variable
17941 `dired-copy-preserve-time' directly.
17942 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
17943 (dired-insert-subdir-newpos): Rename unused variable `pos'.
17944
17945 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
17946 (dired-virtual-revert, dired-make-relative-symlink):
17947 Mark unused parameters.
17948 (manual-program): Declare.
17949 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
17950 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
17951 wrapped in `with-no-warnings' to avoid replacing one warning by another.
17952
17953 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
17954
17955 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
17956
17957 * echistory.el (electric-history-in-progress, Helper-return-blurb):
17958 Declare.
17959
17960 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
17961
17962 * electric.el (Electric-command-loop): Rename parameter
17963 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
17964
17965 * expand.el (expand-in-literal): Remove unused variable `here'.
17966
17967 * facemenu.el (facemenu-add-new-color):
17968 Remove unused variable `docstring'.
17969
17970 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
17971 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
17972 (face-attr-construct): Mark unused parameter. Doc fix.
17973 (read-color): Remove unused variable `hex-string'.
17974
17975 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
17976 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
17977 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
17978 (display-buffer-other-frame): Remove unused variable `old-window'.
17979 (kill-buffer-hook): Declare.
17980 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
17981 Mark unused parameters.
17982 (after-find-file): Pass 1 to `auto-save-mode', not t.
17983
17984 * files-x.el (auto-insert): Declare.
17985 (modify-file-local-variable-prop-line): Remove unused variable `val'.
17986
17987 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
17988 variable `buf'. Mark unused parameter.
17989 (find-lisp-insert-directory): Mark unused parameter.
17990
17991 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
17992 (format-encode-region): Remove unused variables `cur-buf' and `result'.
17993 (format-common-tail): Remove, unused.
17994 (format-deannotate-region): Remove unused variable `loc'.
17995 (format-annotate-region): Remove unused variable `p'.
17996 (format-annotate-single-property-change): Remove unused variables
17997 `default' and `tail'.
17998
17999 * forms.el (read-file-filter): Declare.
18000 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
18001
18002 * frame.el (frame-creation-function-alist): Mark unused parameter.
18003 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
18004
18005 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
18006 Remove unused parameters.
18007 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
18008 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
18009
18010 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
18011 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
18012 (hfy-prepare-tag-map): Mark unused parameters.
18013 (htmlfontify-buffer): Use `called-interactively-p'.
18014
18015 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
18016 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
18017 (ibuffer-do-occur): Mark unused parameters.
18018 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
18019 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
18020
18021 * ibuffer.el: Don't quote `lambda'.
18022 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
18023 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
18024 Mark unused parameters.
18025
18026 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
18027 (ido-completing-read): Mark unused parameters.
18028 (ido-copy-current-word): Mark unused parameters;
18029 remove unused variable `name'.
18030 (ido-sort-merged-list): Remove unused parameter `dirs'.
18031
18032 * ielm.el (ielm-input-sender): Mark unused parameter.
18033 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
18034 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
18035 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
18036 `ielm-string' as a dynamic variable accessible from the IELM prompt.
18037 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
18038
18039 * image-dired.el (image-dired-display-thumbs): Remove unused
18040 variables `curr-file' and `count'.
18041 (image-dired-remove-tag): Remove unused variable `start'.
18042 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
18043 variable `curr-file'
18044 (image-dired-rotate-original): Remove unused variable `temp-file'.
18045 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
18046 Remove unused variable `file'.
18047 (image-dired-gallery-generate): Remove unused variable `curr'.
18048 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
18049
18050 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
18051
18052 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
18053
18054 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
18055
18056 * isearch.el (minibuffer-history-symbol): Declare.
18057 (isearch-edit-string): Remove unused variable `err'.
18058 (isearch-message-prefix, isearch-message-suffix):
18059 Mark unused parameters.
18060
18061 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
18062
18063 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
18064
18065 * makesum.el (double-column): Remove unused variable `cnt'.
18066
18067 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
18068 (ido-ignore-item-temp-list): Declare.
18069
18070 * mouse-drag.el (mouse-drag-throw): Remove unused variables
18071 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
18072 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
18073 (mouse-drag-drag): Remove unused variables `mouse-delta' and
18074 `mouse-col-delta'.
18075
18076 * mouse-sel.el (mouse-extend-internal):
18077 Remove unused variable `orig-window-frame'.
18078
18079 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
18080 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
18081 Move declarations before first use.
18082 (pcomplete-opt): Mark unused parameters; doc fix.
18083
18084 * proced.el (proced-revert): Mark unused parameter.
18085 (proced-send-signal): Remove unused variable `err'.
18086
18087 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
18088 Rename parameter PREFIX-ARG to ARG.
18089 (ps-basic-plot-string, ps-basic-plot-whitespace):
18090 Mark unused parameters.
18091
18092 * replace.el (replace-count): Define.
18093 (occur-revert-function): Mark unused parameters.
18094 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
18095 (isearch-case-fold-search, isearch-string): Declare.
18096 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
18097 bind `case-fold-search'. Remove unused variables `beg' and `end',
18098 and simplify.
18099 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
18100 COUNT and bind `replace-count'.
18101 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
18102 to COUNT.
18103
18104 * savehist.el (print-readably, print-string-length): Declare.
18105
18106 * shadowfile.el (shadow-expand-cluster-in-file-name):
18107 Remove unused variable `cluster'.
18108 (shadow-copy-file): Remove unused variable `i'.
18109 (shadow-noquery, shadow-clusters, shadow-site-cluster)
18110 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
18111 (shadow-define-literal-group, shadow-define-regexp-group)
18112 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
18113
18114 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
18115 (shell): Use `called-interactively-p'.
18116 (shell-directory-tracker): Remove unused variable `chdir-failure'.
18117
18118 * simple.el (compilation-context-lines, comint-file-name-quote-list)
18119 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
18120 (delete-backward-char): Remove unused variable `ocol'.
18121 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
18122 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
18123 (event-apply-hyper-modifier, event-apply-shift-modifier)
18124 (event-apply-control-modifier, event-apply-meta-modifier):
18125 Mark unused parameters.
18126 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
18127 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
18128
18129 * speedbar.el (speedbar-ignored-directory-expressions)
18130 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
18131 (speedbar-find-file, speedbar-dir-follow)
18132 (speedbar-directory-buttons-follow, speedbar-tag-find)
18133 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
18134 (speedbar-buffers-line-directory, speedbar-buffer-click):
18135 Mark unused parameters.
18136 (speedbar-tag-file): Remove unused variable `mode'.
18137 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
18138
18139 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
18140
18141 * talk.el (talk): Remove unused variable `display'.
18142
18143 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
18144 (tar-write-region-annotate): Mark unused parameter.
18145
18146 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
18147 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
18148 Declare them, wrapped in `with-no-warnings' to avoid replacing one
18149 warning by another.
18150
18151 * time-stamp.el (time-stamp-string-preprocess):
18152 Remove unused variable `require-padding'.
18153
18154 * tree-widget.el (widget-glyph-enable): Declare.
18155 (tree-widget-action): Mark unused parameter.
18156
18157 * w32-fns.el (x-get-selection): Mark unused parameter.
18158 (autoload-make-program, generated-autoload-file): Declare.
18159
18160 * wdired.el (wdired-revert): Mark unused parameters.
18161 (wdired-xcase-word): Remove unused variable `err'.
18162
18163 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
18164 (whitespace-help-scroll): Remove unused variable `data-help'.
18165
18166 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
18167 (widget-image-insert, widget-after-change, default)
18168 (widget-default-format-handler, widget-default-notify)
18169 (widget-default-prompt-value, widget-info-link-action)
18170 (widget-url-link-action, widget-function-link-action)
18171 (widget-variable-link-action, widget-file-link-action)
18172 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
18173 (widget-field-prompt-internal, widget-field-action, widget-field-match)
18174 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
18175 (widget-insert-button-action, widget-delete-button-action, visibility)
18176 (widget-documentation-link-action, widget-documentation-string-action)
18177 (widget-const-prompt-value, widget-regexp-match, symbol)
18178 (widget-coding-system-prompt-value)
18179 (widget-key-sequence-value-to-external, sexp)
18180 (widget-sexp-value-to-internal, character, vector, cons)
18181 (widget-choice-prompt-value, widget-boolean-prompt-value)
18182 (widget-color--choose-action): Mark unused parameters.
18183 (widget-item-match-inline, widget-choice-match-inline)
18184 (widget-checklist-match, widget-checklist-match-inline)
18185 (widget-group-match): Rename parameter VALUES to VALS.
18186 (widget-field-value-set): Remove unused variable `size'.
18187 (widget-color-action): Remove unused variables `value' and `start'.
18188
18189 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
18190 variable `dir'. Doc fix.
18191 (windmove-find-other-window): Don't pass it.
18192
18193 * window.el (count-windows): Mark unused parameter.
18194 (bw-adjust-window): Remove unused variable `err'.
18195
18196 * woman.el (woman-file-name): Remove unused variable `default'.
18197 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
18198 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
18199 (global-font-lock-mode): Declare.
18200 (woman-decode-region): Mark unused parameter.
18201 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
18202
18203 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
18204 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
18205 (x-dnd-handle-moz-url): Remove unused variable `title'.
18206 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
18207
18208 * xml.el (xml-parse-tag, xml-parse-attlist):
18209 Remove unused variable `pos'.
18210
18211 2011-04-19 Glenn Morris <rgm@gnu.org>
18212
18213 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
18214 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
18215 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
18216 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
18217 * calendar/cal-html.el (cal-html-insert-minical):
18218 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
18219 (calendar-mark-date-pattern):
18220 Prefix "unused" locals.
18221
18222 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
18223 optional argument `style'.
18224
18225 * calendar/appt.el (appt-make-list):
18226 * calendar/cal-china.el (calendar-chinese-date-string):
18227 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
18228 (diary-hebrew-yahrzeit):
18229 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
18230 * calendar/calendar.el (calendar-generate-window):
18231 * calendar/time-date.el (time-to-days):
18232 Remove unused local variables.
18233
18234 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
18235
18236 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
18237 glyphless-char-display table.
18238 (tabulated-list-glyphless-char-display): New var.
18239
18240 2011-04-18 Sam Steingold <sds@gnu.org>
18241
18242 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
18243 to acknowledgments.
18244
18245 2011-04-17 Glenn Morris <rgm@gnu.org>
18246
18247 * calendar/diary-lib.el (diary-sexp-entry):
18248 * calendar/holidays.el (holiday-sexp):
18249 Set debug-on-error rather than the removed stack-trace-on-error.
18250
18251 2011-04-16 Glenn Morris <rgm@gnu.org>
18252
18253 * progmodes/f90.el: Use lexical-binding.
18254 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
18255
18256 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18257
18258 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
18259 (mail-mode): Setup mailalias completion here instead.
18260 * mail/mailalias.el: Use lexical-binding.
18261 (pattern, mailalias-done): Declare dynamic.
18262 (mail-completion-at-point-function): New function, from mail-complete.
18263 (mail-complete): Use it.
18264 (mail-completion-expand): New function.
18265 (mail-get-names): Use it.
18266 (mail-directory, mail-directory-process, mail-directory-stream):
18267 Don't use `pattern' for lexically bound arg.
18268
18269 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
18270
18271 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
18272 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
18273 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
18274
18275 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
18276 (byte-save-window-excursion, byte-temp-output-buffer-setup)
18277 (byte-interactive-p): Define them again, for use when inlining
18278 old code.
18279
18280 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
18281
18282 * loadup.el: Use `string-to-number', not `string-to-int'.
18283
18284 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18285
18286 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
18287 gud-gdb-complete-command.
18288 (gud-gdb-completions): New function, from gud-gdb-complete-command.
18289 (gud-gdb-completion-at-point): New function.
18290 (gud-gdb-completions): Remove.
18291
18292 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
18293
18294 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
18295 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
18296 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
18297 whether `executable-find' is bound.
18298
18299 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
18300
18301 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18302
18303 * minibuffer.el (completion-in-region-mode-predicate)
18304 (completion-in-region-mode--predicate): New vars.
18305 (completion-in-region, completion-in-region--postch)
18306 (completion-in-region-mode): Use them.
18307 (completion--capf-wrapper): Also return the hook function.
18308 (completion-at-point, completion-help-at-point):
18309 Adjust and provide a predicate.
18310
18311 Preserve arg names for advice of subr and lexical functions (bug#8457).
18312 * help-fns.el (help-function-arglist): Consolidate the subr and
18313 new-byte-code cases. Add argument `preserve-names' to extract names
18314 from the docstring when needed.
18315 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
18316 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
18317 (ad-arglist): Use help-function-arglist's new arg.
18318 (ad-definition-type): Use cond.
18319
18320 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
18321
18322 * autorevert.el (auto-revert-handler):
18323 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
18324 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
18325 Don't quote lambda.
18326
18327 * image-mode.el (image-transform-set-scale):
18328 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
18329
18330 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18331
18332 * net/network-stream.el (network-stream-open-starttls): Only do
18333 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
18334 Upgrades via gnutls-cli are too slow to be done opportunistically.
18335
18336 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
18337
18338 * dframe.el (dframe-current-frame): Remove spurious quote.
18339
18340 2011-04-12 Glenn Morris <rgm@gnu.org>
18341
18342 * calendar/cal-tex.el (cal-tex-end-document):
18343 Try to automatically use latin1 input if needed.
18344
18345 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
18346 Don't try to cons a mark onto an empty element.
18347
18348 2011-04-11 Leo Liu <sdl.web@gmail.com>
18349
18350 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
18351 buffers.
18352 (ido-kill-buffer-at-head): Support killing virtual buffers.
18353
18354 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
18355
18356 * minibuffer.el (completion-show-inline-help): New var.
18357 (completion--do-completion, minibuffer-complete)
18358 (minibuffer-force-complete, minibuffer-complete-word):
18359 Inhibit minibuffer messages if completion-show-inline-help is nil.
18360
18361 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
18362 to avoid interference from inline help (Bug#5849).
18363
18364 2011-04-10 Leo Liu <sdl.web@gmail.com>
18365
18366 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18367 Fix typo.
18368
18369 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
18370
18371 * image-mode.el (image-toggle-display-image): Signal an error if
18372 not in Image mode.
18373 (image-transform-mode, image-transform-resize)
18374 (image-transform-set-rotation): Doc fix.
18375 (image-transform-set-resize): Delete.
18376 (image-transform-set-scale, image-transform-fit-to-height)
18377 (image-transform-fit-to-width): Handle image-toggle-display-image
18378 and image-transform-resize directly.
18379
18380 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
18381
18382 * doc-view.el (doc-view-fit-width-to-window)
18383 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
18384 New functions for fitting the shown image to the Emacs window size.
18385 (doc-view-mode-map): Add bindings for the new functions.
18386
18387 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
18388
18389 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
18390 Fix typo in docstring.
18391
18392 2011-04-08 Eli Zaretskii <eliz@gnu.org>
18393
18394 * files.el (file-size-human-readable): Produce one digit after
18395 decimal, like "ls -lh" does.
18396
18397 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
18398 the file size representation.
18399
18400 * simple.el (list-processes): If async subprocesses are not
18401 available, error out with a clear error message.
18402
18403 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
18404
18405 * help.el (help-form-show): New function, to be called from C.
18406 Put help-form output in a buffer named differently than *Help*.
18407
18408 2011-04-08 Eli Zaretskii <eliz@gnu.org>
18409
18410 * files.el (file-size-human-readable): New function.
18411
18412 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
18413 computing the representation inline. Don't require `cl'.
18414
18415 2011-04-08 Glenn Morris <rgm@gnu.org>
18416
18417 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
18418
18419 * net/browse-url.el (browse-url-firefox):
18420 Test system-type, not system-configuration.
18421
18422 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
18423 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
18424 Use log-edit-empty-buffer-p. (Bug#7598)
18425
18426 * net/rlogin.el (rlogin-process-connection-type): Simplify.
18427 (rlogin-mode-map): Initialize in the defvar.
18428 (rlogin): Use ignore-errors.
18429
18430 * replace.el (occur-mode-map): Some fixes for menu items.
18431
18432 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
18433
18434 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
18435
18436 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
18437
18438 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
18439 issuing unused warnings.
18440
18441 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
18442 macro directly.
18443
18444 * simple.el: Lisp reimplement of list-processes. Based on an
18445 earlier reimplementation by Leo Liu, but using tabulated-list.el.
18446 (process-menu-mode): New major mode.
18447 (list-processes--refresh, list-processes):
18448 (process-menu-visit-buffer): New functions.
18449
18450 * files.el (save-buffers-kill-emacs): Don't assume any return
18451 value of list-processes, which is undocumented anyway.
18452
18453 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
18454
18455 * emacs-lisp/tabulated-list.el: New file.
18456
18457 * emacs-lisp/package.el: Use Tabulated List mode.
18458 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
18459 (package-menu-mode): Derive from tabulated-list-mode. Set up the
18460 table format using Tabulated List mode variables.
18461 (package--push): New macro, replacing package-list-maybe-add.
18462 (package-menu--generate): Use package--push. Renamed from
18463 package--generate-package-list.
18464 (package-menu-refresh, list-packages): Use it.
18465 (package-menu--print-info): Rename from package-print-package.
18466 Return insertion data instead of inserting it directly.
18467 (package-menu-describe-package, package-menu-execute):
18468 Use tabulated-list-get-id.
18469 (package-menu-mark-delete, package-menu-mark-install)
18470 (package-menu-mark-unmark, package-menu-backup-unmark)
18471 (package-menu-mark-obsolete-for-deletion):
18472 Use tabulated-list-put-tag.
18473 (package--list-packages, package-menu-revert)
18474 (package-menu-get-package, package-menu-get-version)
18475 (package-menu-sort-by-column): Functions deleted.
18476 (package-menu-package-list, package-menu-sort-key): Vars deleted.
18477 (package-menu--status-predicate, package-menu--version-predicate)
18478 (package-menu--name-predicate)
18479 (package-menu--description-predicate): Handle arguments in the
18480 Tabulated List format.
18481 (package-list-packages-no-fetch): Call list-packages.
18482
18483 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
18484
18485 * files.el (after-find-file-from-revert-buffer): Remove variable.
18486 (after-find-file): Don't bind it.
18487 (revert-buffer-in-progress-p): New variable.
18488 (revert-buffer): Bind it.
18489 Pass nil for `after-find-file-from-revert-buffer'.
18490
18491 * saveplace.el (save-place-find-file-hook): Use new variable
18492 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
18493
18494 2011-04-06 Glenn Morris <rgm@gnu.org>
18495
18496 * Makefile.in (AUTOGEN_VCS): New variable.
18497 (autoloads): Use $AUTOGEN_VCS.
18498
18499 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
18500 * calendar/calendar.el (calendar-mode-map):
18501 Check for toolkit scroll bars. (Bug#8305)
18502
18503 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
18504
18505 * minibuffer.el (completion-in-region--postch)
18506 (completion-in-region-mode): Remove unnecessary messages.
18507
18508 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
18509
18510 * font-lock.el (font-lock-refresh-defaults):
18511 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
18512 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
18513
18514 * info.el (Info-directory-list, Info-read-node-name-2)
18515 (Info-split-parameter-string): Doc fixes.
18516 (Info-virtual-nodes): Reflow docstring.
18517 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
18518 (Info-apropos-toc-nodes, info-finder, Info-get-token)
18519 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
18520 Fix typos in docstrings.
18521 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
18522 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
18523 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
18524 (Info-restore-desktop-buffer): Mark unused parameters.
18525 (Info-directory-find-file, Info-directory-find-node)
18526 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
18527 (Info-virtual-index-find-node, Info-apropos-find-file)
18528 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
18529 Mark unused parameters; fix typos in docstrings.
18530 (Info-virtual-index): Remove unused local variable `nodename'.
18531
18532 2011-04-05 Deniz Dogan <deniz@dogan.se>
18533
18534 * net/rcirc.el: Update my e-mail address.
18535 (rcirc-mode-map): Remove M-o binding.
18536
18537 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
18538
18539 * startup.el (command-line): Save the cursor's theme-face
18540 directly, instead of using face-override-spec.
18541
18542 * custom.el (load-theme): Minor optimization in assigning faces.
18543
18544 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
18545
18546 * help-fns.el (describe-variable): Complete all variables having
18547 documentation, including keywords.
18548 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
18549
18550 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
18551
18552 Convert to lexical-binding.
18553
18554 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
18555 (bs--get-marked-string, bs--get-modified-string)
18556 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
18557 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
18558 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
18559
18560 * ehelp.el (electric-help-execute-extended)
18561 (electric-help-ctrl-x-prefix):
18562 * hexl.el (hexl-revert-buffer-function):
18563 * linum.el (linum-after-change, linum-after-scroll):
18564 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
18565
18566 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
18567
18568 2011-04-04 Daiki Ueno <ueno@unixuser.org>
18569
18570 * epa-dired.el:
18571 * epa-mail.el:
18572 * epa-hook.el:
18573 * epa-file.el:
18574 * epa.el:
18575 * epg.el: Use lexical binding.
18576
18577 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
18578
18579 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
18580
18581 * textmodes/flyspell.el (flyspell-word): Recognize default
18582 dictionary case for flyspell-mark-duplications-exceptions.
18583 Use regexp matching for languages.
18584 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
18585 default dictionary (Bug#7926).
18586
18587 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
18588
18589 * emacs-lisp/package.el (package--with-work-buffer):
18590 Recognize https URLs.
18591
18592 * net/network-stream.el: Move from gnus/proto-stream.el.
18593 Change prefix to network-stream throughout.
18594 (open-protocol-stream): Merge into open-network-stream, leaving
18595 open-protocol-stream as an alias. Handle nil BUFFER args.
18596
18597 * subr.el (open-network-stream): Move to net/network-stream.el.
18598
18599 2011-04-02 Glenn Morris <rgm@gnu.org>
18600
18601 * find-dired.el (find-exec-terminator): New option.
18602 (find-ls-option): Test for -ls support.
18603 (find-ls-subdir-switches): Test for -b in find-ls-option.
18604 (find-dired, find-grep-dired): Doc fixes.
18605 (find-dired): Use find-exec-terminator.
18606
18607 * find-dired.el (find-ls-option, find-ls-subdir-switches)
18608 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
18609 (find-name-arg): Remove purecopy.
18610
18611 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
18612 (grep-compute-defaults): Check for `-exec COMMAND +' support.
18613 Set grep-find-use-xargs, grep-find-command, and grep-find-template
18614 accordingly. Don't add the null-device if not needed.
18615
18616 * files.el (save-some-buffers): Doc fix.
18617
18618 2011-04-02 Eli Zaretskii <eliz@gnu.org>
18619
18620 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
18621
18622 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
18623
18624 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
18625 Use `dolist' rather than `mapcar'.
18626
18627 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18628
18629 Add lexical binding.
18630
18631 * subr.el (apply-partially): Use new closures rather than CL.
18632 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
18633 (dolist, dotimes): Use slightly different expansion for lexical code.
18634 (functionp): Move to C.
18635 (letrec): New macro.
18636 (with-wrapper-hook): Use it and apply-partially instead of CL.
18637 (eval-after-load): Preserve lexical-binding.
18638 (save-window-excursion, with-output-to-temp-buffer): Turn them
18639 into macros.
18640
18641 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
18642
18643 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
18644 than the arglist.
18645 (help-add-fundoc-usage): Don't add `Not documented'.
18646 (help-function-arglist): Handle closures, subroutines, and new
18647 byte-code-functions.
18648 (help-make-usage): Remove leading underscores.
18649 (describe-function-1): Handle closures.
18650 (describe-variable): Use special-variable-p for completion.
18651
18652 * files.el (lexical-binding): Declare safe.
18653
18654 * emacs-lisp/pcase.el: Don't use destructuring-bind.
18655 (pcase--memoize): Rename from pcase-memoize. Change weakness.
18656 (pcase): Add `let' pattern.
18657 Change memoization so it actually works.
18658 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
18659 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
18660 <let>: New case.
18661
18662 * emacs-lisp/macroexp.el: Use lexical binding.
18663 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
18664 Don't convert ' to #' without checking that it's indeed quoting
18665 a lambda.
18666
18667 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
18668 Use eval-sexp-add-defvars.
18669 (eval-sexp-add-defvars): New fun.
18670
18671 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
18672
18673 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
18674 Don't autoload.
18675 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
18676 than the internal `byte-compile-lambda'.
18677 (defmethod): Don't hide code under quotes.
18678 (eieio-defmethod): New `code' argument.
18679
18680 * emacs-lisp/eieio-comp.el: Remove.
18681
18682 * emacs-lisp/edebug.el (edebug-eval-defun)
18683 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
18684 (edebug-toggle): Avoid `eval'.
18685
18686 * emacs-lisp/disass.el (disassemble-internal): Handle new
18687 `closure' objects.
18688 (disassemble-1): Handle new byte codes.
18689
18690 * emacs-lisp/cl.el (pushnew): Silence warning.
18691
18692 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
18693 (cl-byte-compile-throw): Remove.
18694 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
18695
18696 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
18697 closures.
18698
18699 * emacs-lisp/cconv.el: New file.
18700
18701 * emacs-lisp/bytecomp.el: Use lexical binding instead of
18702 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
18703 (byte-compile-initial-macro-environment):
18704 Handle declare-function here.
18705 (byte-compile--lexical-environment): New var.
18706 (byte-stack-ref, byte-stack-set, byte-discardN)
18707 (byte-discardN-preserve-tos): New lap codes.
18708 (byte-interactive-p): Don't use any more.
18709 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
18710 New macros.
18711 (byte-compile-lapcode): Use them and handle new lap codes.
18712 (byte-compile-obsolete): Remove.
18713 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
18714 (byte-compile-arglist-warn): Check late def of inlinable funs.
18715 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
18716 since they should have been expanded by now.
18717 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
18718 (byte-compile-from-buffer): Remove unused second arg.
18719 (byte-compile-preprocess): New function.
18720 (byte-compile-toplevel-file-form): New function to distinguish
18721 file-form calls from outside from file-form calls from hunk-handlers.
18722 (byte-compile-file-form): Simplify.
18723 (byte-compile-file-form-defsubst): Remove.
18724 (byte-compile-file-form-defmumble): Simplify now that
18725 byte-compile-lambda always returns a byte-code-function.
18726 (byte-compile): Preprocess.
18727 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
18728 Remove, not used any more.
18729 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
18730 (byte-compile-make-args-desc): New funs.
18731 (byte-compile-lambda): Handle lexical functions. Always return
18732 a byte-code-function.
18733 (byte-compile-reserved-constants): New var, to make up room for
18734 closed-over variables.
18735 (byte-compile-constants-vector): Obey it.
18736 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
18737 (byte-compile-macroexpand-declare-function): New function.
18738 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
18739 byte-code-functions.
18740 (byte-compile-form): Check obsolescence here.
18741 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
18742 (byte-compile-variable-ref): Remove.
18743 (byte-compile-dynamic-variable-op): New fun.
18744 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18745 (byte-compile-variable-set): New funs.
18746 (byte-compile-discard): Add 2 args.
18747 (byte-compile-stack-ref, byte-compile-stack-set)
18748 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
18749 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
18750 macroexpand-all instead.
18751 (byte-compile-quote-form): Remove.
18752 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
18753 (byte-compile-bind, byte-compile-unbind): New funs.
18754 (byte-compile-let): Handle let* and lexical binding.
18755 (byte-compile-let*): Remove.
18756 (byte-compile-catch, byte-compile-unwind-protect)
18757 (byte-compile-track-mouse, byte-compile-condition-case):
18758 Handle a new :fun-body form, used for lexical scoping.
18759 (byte-compile-save-window-excursion)
18760 (byte-compile-with-output-to-temp-buffer): Remove.
18761 (byte-compile-defun): Simplify.
18762 (byte-compile-stack-adjustment): New fun.
18763 (byte-compile-out): Use it.
18764 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
18765
18766 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
18767 handler any more.
18768
18769 * emacs-lisp/byte-opt.el: Use lexical binding.
18770 (byte-inline-lapcode): Remove (to bytecomp).
18771 (byte-compile-inline-expand): Pay attention to inlining to/from
18772 lexically bound code.
18773 (byte-compile-unfold-lambda): Don't handle byte-code-functions
18774 any more.
18775 (byte-optimize-form-code-walker): Don't handle save-window-excursion
18776 any more and don't call compiler-macros.
18777 (byte-compile-splice-in-already-compiled-code): Remove.
18778 (byte-code): Don't inline any more.
18779 (disassemble-offset): Receive `bytes' as argument rather than via
18780 dynamic scoping.
18781 (byte-compile-tag-number): Declare before first use.
18782 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
18783 `return' even if make-spliceable.
18784 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
18785 obsolete interactive-p.
18786 (byte-optimize-lapcode): Optimize new lap-codes.
18787 Don't trip up on new form of `byte-constant' lap code.
18788
18789 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
18790
18791 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
18792
18793 * custom.el (custom-initialize-default, custom-declare-variable):
18794 Use `defvar'.
18795
18796 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
18797 New variables.
18798 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
18799 (COMPILE_FIRST): Add macroexp and cconv.
18800 * makefile.w32-in: Mirror changes in Makefile.in.
18801
18802 * vc/cvs-status.el:
18803 * vc/diff-mode.el:
18804 * vc/log-edit.el:
18805 * vc/log-view.el:
18806 * vc/smerge-mode.el:
18807 * textmodes/bibtex-style.el:
18808 * textmodes/css-mode.el:
18809 * startup.el:
18810 * uniquify.el:
18811 * minibuffer.el:
18812 * newcomment.el:
18813 * reveal.el:
18814 * server.el:
18815 * mpc.el:
18816 * emacs-lisp/smie.el:
18817 * doc-view.el:
18818 * dired.el:
18819 * abbrev.el: Use lexical binding.
18820
18821 2011-04-01 Eli Zaretskii <eliz@gnu.org>
18822
18823 * info.el (info-display-manual): New function.
18824
18825 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18826
18827 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
18828
18829 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
18830
18831 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
18832 an entry for that server in rcirc-authinfo. (Bug#8385)
18833
18834 2011-03-31 Glenn Morris <rgm@gnu.org>
18835
18836 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
18837
18838 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
18839
18840 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
18841
18842 * progmodes/python.el (python-default-interpreter)
18843 (python-python-command-args, python-jython-command-args)
18844 (python-which-shell, python-which-args, python-which-bufname)
18845 (python-file-queue, python-comint-output-filter-function)
18846 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
18847 variables and functions.
18848
18849 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
18850
18851 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
18852 (completion-in-region-mode): New minor mode.
18853 (completion-in-region): Use it.
18854 (completion-in-region--data, completion-in-region-mode-map): New vars.
18855 (completion-in-region--postch): New function.
18856 (completion--capf-misbehave-funs, completion--capf-safe-funs):
18857 New vars.
18858 (completion--capf-wrapper): New function.
18859 (completion-at-point): Use it to track well-behavedness of
18860 hook functions.
18861 (completion-help-at-point): New command.
18862
18863 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
18864
18865 * vc/add-log.el (add-change-log-entry): Don't use whitespace
18866 syntax class to search for whitespace on a single line
18867 (Message-ID: <4D938140.4030905@redhat.com>).
18868
18869 2011-03-30 Leo Liu <sdl.web@gmail.com>
18870
18871 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
18872 New commands.
18873 (edit-abbrevs-map): Bind them here.
18874 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
18875
18876 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
18877
18878 * allout.el (allout-hide-by-annotation, allout-flag-region):
18879 Reduce possibility of overlay leakage by making them volatile.
18880
18881 * allout-widgets.el (allout-widgets-tally): Define as nil so the
18882 hash is not shared between buffers. Mode initialization is
18883 responsible for giving it a useful starting value.
18884 (allout-item-span): Reduce possibility of overlay leakage by
18885 making them volatile.
18886 (allout-widgets-count-buttons-in-region): Add diagnostic function
18887 for tracking down button overlay leaks.
18888
18889 2011-03-29 Leo Liu <sdl.web@gmail.com>
18890
18891 * ido.el (ido-read-internal): Use the default history var
18892 minibuffer-history if no HISTORY is specified.
18893
18894 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
18895
18896 * net/imap.el (imap-shell-open, imap-process-connection-type):
18897 Use imap-process-connection-type for 'shell' streams as well as
18898 Kerberos, SSL, other subprocesses.
18899
18900 2011-03-28 Leo Liu <sdl.web@gmail.com>
18901
18902 * abbrev.el (abbrev-table-empty-p): New function.
18903 (prepare-abbrev-list-buffer): Place empty abbrev tables after
18904 nonempty ones. (Bug#5937)
18905
18906 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
18907
18908 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
18909
18910 2011-03-27 Leo Liu <sdl.web@gmail.com>
18911
18912 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
18913 for foreground and background colors.
18914 (ansi-color-make-color-map): Adapt.
18915
18916 2011-03-25 Leo Liu <sdl.web@gmail.com>
18917
18918 * midnight.el (midnight-time-float): Remove. Note it calculates
18919 the microsecond component incorrectly and seconds-to-time does the
18920 same job.
18921 Remove redundant (require 'timer).
18922
18923 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
18924 (ido-completions): Remove unused arguments. (Bug#8329)
18925
18926 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18927
18928 * minibuffer.el (completion--flush-all-sorted-completions):
18929 Remove itself from hook.
18930 (completion-at-point): Let the functions perform the completion
18931 immediately and return nil or t.
18932 * comint.el (comint-dynamic-complete-functions): Now identical to
18933 completion-at-point-functions.
18934 (comint-dynamic-list-input-ring): Remove unused var `index'.
18935 (comint--match-partial-filename, comint--unquote&expand-filename):
18936 New funs, split from comint-match-partial-filename.
18937 (comint-dynamic-complete): Use completion-at-point.
18938 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
18939
18940 2011-03-24 Drew Adams <drew.adams@oracle.com>
18941
18942 * thingatpt.el: Support `defun'.
18943
18944 2011-03-23 Leo Liu <sdl.web@gmail.com>
18945
18946 * abbrevlist.el: Move to obsolete/abbrevlist.el.
18947
18948 * help-mode.el (help-mode-finish): Tweak regexp.
18949
18950 2011-03-23 Glenn Morris <rgm@gnu.org>
18951
18952 * eshell/esh-opt.el (eshell-eval-using-options):
18953 Do not bind unused local variable `eshell-option-stub'.
18954
18955 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
18956
18957 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
18958
18959 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
18960 keymap variable in `with-no-warnings' to avoid a warning when the
18961 keymap has been already `defconst'ed.
18962
18963 2011-03-22 Leo Liu <sdl.web@gmail.com>
18964
18965 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
18966 encode all chars in abbrevs; otherwise use emacs-mule or
18967 utf-8-emacs. (Bug#8308)
18968
18969 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
18970
18971 * simple.el (backward-delete-char-untabify):
18972 Avoid warning about using `delete-backward-char'.
18973
18974 * image.el (image-type-file-name-regexps): Make it variable.
18975 `imagemagick-register-types' modifies it, and the user may want
18976 to add new extensions for known image types.
18977 (imagemagick-register-types): Throw error if not using ImageMagick.
18978
18979 2011-03-22 Leo Liu <sdl.web@gmail.com>
18980
18981 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
18982 located before rcirc-prompt-end-marker.
18983 (rcirc-complete): Error if point is not after rcirc prompt.
18984 Handle the case when table is nil.
18985 (rcirc-user-authenticated): Define to fix compiler warning.
18986
18987 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
18988
18989 * custom.el (custom--inhibit-theme-enable): Make it affect only
18990 custom-theme-set-variables and custom-theme-set-faces.
18991 (provide-theme): Ignore custom--inhibit-theme-enable.
18992 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
18993 (custom-enabling-themes): Delete variable.
18994 (enable-theme): Accept only loaded themes as arguments.
18995 Ignore the special custom-enabled-themes variable.
18996 (custom-enabled-themes): Forbid themes from setting this.
18997 Eliminate use of custom-enabling-themes.
18998 (custom-push-theme): Quote "changed" custom var entry.
18999
19000 2011-03-21 Leo Liu <sdl.web@gmail.com>
19001
19002 * ido.el (ido-read-internal): Add ido-selected to history instead
19003 of user input.
19004
19005 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19006
19007 * subr.el (deferred-action-list, deferred-action-function):
19008 Mark obsolete.
19009
19010 2011-03-21 Leo Liu <sdl.web@gmail.com>
19011
19012 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
19013 change on 2011-02-13 (bug#8309).
19014
19015 * minibuffer.el (read-file-name-function): Change default value.
19016 (read-file-name--defaults): Rename from read-file-name-defaults.
19017 (read-file-name-default): Rename from read-file-name.
19018 (read-file-name): Call read-file-name-function.
19019
19020 2011-03-21 Glenn Morris <rgm@gnu.org>
19021
19022 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
19023 Doc fixes.
19024
19025 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
19026
19027 * cus-theme.el: Add missing provide statement.
19028 (customize-create-theme): Extract theme value correctly.
19029 (custom-theme-visit-theme): Autoload.
19030 (customize-create-theme): Prompt before inserting default faces.
19031
19032 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
19033
19034 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
19035 units and musical notes.
19036
19037 2011-03-20 Leo Liu <sdl.web@gmail.com>
19038
19039 * ido.el (ido-read-internal): Use completing-read-default.
19040 (ido-completing-read): Fix compatibility with completing-read.
19041
19042 2011-03-20 Christian Ohler <ohler@gnu.org>
19043
19044 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
19045 (ert-delete-all-tests): Use `called-interactively-p' rather than
19046 `interactive-p'.
19047 (ert--make-xrefs-region): Respect END.
19048
19049 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
19050
19051 * dired-aux.el (dired-create-directory): Signal an error if the
19052 directory already exists (Bug#8246).
19053
19054 * facemenu.el (list-colors-display): Call list-faces-display
19055 inside with-help-window.
19056 (list-colors-print): Use display property to align the final
19057 column, instead of checking window-width.
19058
19059 2011-03-19 Eli Zaretskii <eliz@gnu.org>
19060
19061 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
19062 windows-nt systems.
19063 (emerge-protect-metachars): Quote correctly for ms-dos and
19064 windows-nt systems.
19065
19066 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
19067
19068 * info.el (info-initialize): Replace all uses of `:' with
19069 path-separator for compatibility with non-Unix systems.
19070 Cache quoting of path-separator. (Bug#8258)
19071
19072 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
19073
19074 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
19075 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
19076 (mouse-avoidance-mode): Fix typos in docstrings.
19077
19078 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
19079
19080 * startup.el (package-subdirectory-regexp): Move from package.el.
19081 Omit \\` and \\', and let callers add them.
19082
19083 * emacs-lisp/package.el (package-strip-version)
19084 (package-load-all-descriptors): Add \\` and \\' to
19085 package-subdirectory-regexp before using it.
19086 (package-untar-buffer): New arg DIR; ensure that file untars only
19087 into this expected directory. Remove superfluous delete-region.
19088 (package-unpack): Caller changed.
19089 (package-tar-file-info): Use package-subdirectory-regexp.
19090
19091 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
19092
19093 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
19094 diff-mode-shared-map (bug#8284).
19095 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
19096
19097 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19098
19099 * calendar/time-date.el (format-seconds): Use assoc instead of
19100 assoc-string, since assoc-string doesn't exist in XEmacs.
19101
19102 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
19103
19104 * custom.el (custom-known-themes): Reflow docstring.
19105 (custom-theme-load-path): Fix typo in docstring.
19106 (load-theme): Fix typo in error message.
19107 (custom-available-themes, custom-variable-theme-value):
19108 Use `let', not `let*'.
19109
19110 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
19111
19112 * calc/README: Mention inclusion of musical notes.
19113
19114 * calc/calc-units.el (calc-lu-quant): Rename from
19115 `calc-logunits-quantity'.
19116 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
19117 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
19118 (calc-db): Rename from `calc-dblevel'.
19119 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
19120 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
19121 (calc-np): Rename from `calc-nplevel'.
19122 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
19123 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
19124 (calc-lu-plus): Rename from `calc-logunits-add'.
19125 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
19126 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
19127 (calc-lu-minus): Rename from `calc-logunits-sub'.
19128 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
19129 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
19130 (calc-lu-times): Rename from `calc-logunits-mul'.
19131 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
19132 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
19133 (calc-lu-divide): Rename from `calc-logunits-div'.
19134 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
19135 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
19136
19137 * calc/calc-ext.el (calc-init-extensions): Update the names of the
19138 functions being autoloaded.
19139
19140 * calc/calc.el (calc-lu-power-reference): Rename from
19141 `calc-logunits-power-reference'.
19142 (calc-lu-field-reference): Rename from
19143 `calc-logunits-field-reference'.
19144
19145 * calc/calc-help.el (calc-l-prefix-help):
19146 Mention musical note functions.
19147
19148 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19149
19150 * minibuffer.el (completion-all-sorted-completions):
19151 Use :completion-cycle-penalty text property if present.
19152
19153 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
19154
19155 * allout.el (allout-yank-processing): Adjust for new rebulleting
19156 regime so bullet being yanked is used without prompting the user
19157 for a choice.
19158
19159 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
19160
19161 * startup.el (command-line): Warn the user that _emacs is deprecated.
19162
19163 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
19164
19165 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
19166 (delphi-verbose, delphi-comment-face, delphi-string-face)
19167 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
19168 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
19169 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
19170 (delphi-new-comment-line, delphi-font-lock-defaults)
19171 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
19172 Fix typos in docstrings.
19173
19174 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
19175
19176 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
19177 Invert the roles of character and string values for INSTEAD, so a
19178 string is used for the more common case of a defaulting prompt.
19179
19180 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19181
19182 * progmodes/ruby-mode.el (ruby-backward-sexp):
19183 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
19184 * play/gamegrid.el (gamegrid-make-face):
19185 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
19186 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
19187 * notifications.el (notifications-notify):
19188 * net/xesam.el (xesam-search-engines):
19189 * net/quickurl.el (quickurl-list-insert):
19190 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
19191
19192 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
19193
19194 * startup.el (command-line): Update package subdirectory regexp.
19195
19196 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19197
19198 * allout.el (allout-abbreviate-flattened-numbering)
19199 (allout-mode-deactivate-hook): Fix up obsolescence "date".
19200
19201 * subr.el (read-char-choice): Only show the cursor after the prompt,
19202 not after the answer.
19203
19204 2011-03-15 Kevin Ryde <user42@zip.com.au>
19205
19206 * help-fns.el (variable-at-point): Skip leading quotes, if any
19207 (bug#8253).
19208
19209 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19210
19211 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
19212 warning message.
19213
19214 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
19215
19216 * shell.el (shell): When called interactively, offer to change the
19217 shell file name on remote hosts.
19218
19219 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
19220
19221 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
19222 integration for LDAP parameters. The host, base, user or binddn,
19223 and secret tokens can be specified in a netrc file, for instance.
19224 This is optional because an `auth-source' parameter must be
19225 specified in the search attributes.
19226
19227 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
19228
19229 * help.el (describe-mode): Link to the mode's definition (bug#8185).
19230
19231 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19232
19233 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
19234 into declaration. Remove redundant and harmful binding.
19235
19236 2011-03-12 Eli Zaretskii <eliz@gnu.org>
19237
19238 * files.el (file-ownership-preserved-p): Pass `integer' as an
19239 explicit 2nd argument to `file-attributes'. If the file's owner
19240 is the Administrators group on Windows, and the current user is
19241 Administrator, consider that a match.
19242
19243 * server.el (server-ensure-safe-dir): Consider server directory
19244 safe on MS-Windows if its owner is the Administrators group while
19245 the current Emacs user is Administrator. Use `=' to compare
19246 numerical UIDs, since they could be integers or floats.
19247
19248 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
19249
19250 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
19251
19252 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
19253
19254 Sync with Tramp 2.2.1.
19255
19256 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
19257
19258 * net/trampver.el: Update release number.
19259
19260 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19261
19262 * progmodes/compile.el (compilation--previous-directory): Fix up
19263 various nil/dead-marker mismatches (bug#8014).
19264 (compilation-directory-properties, compilation-error-properties):
19265 Don't call it at a position past the one we're about to change.
19266
19267 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
19268 Disable obsolescence warnings in the file that declares it.
19269
19270 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
19271
19272 * allout-widgets.el (allout-widgets-tally):
19273 Initialize allout-widgets-tally as a hash table rather than nil to
19274 prevent mode-line redisplay warnings. Also, clarify the module
19275 description and fix a comment typo.
19276
19277 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
19278
19279 * help-fns.el (describe-variable): Don't complete keywords.
19280 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
19281
19282 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
19283
19284 * emacs-lisp/package.el (package-version-join): Impose a standard
19285 string representation for pre/alpha/beta version lists.
19286 (package-unpack-single): Standardize the directory name by passing
19287 it through package-version-join.
19288 (package-strip-rcs-id): Accept any version string that does not
19289 signal an error in version-to-list.
19290
19291 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
19292
19293 * simple.el (delete-trailing-whitespace): Return nil for the
19294 benefit of `write-file-functions'.
19295
19296 2011-03-10 Glenn Morris <rgm@gnu.org>
19297
19298 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
19299
19300 * vc/vc-git.el (vc-git-program): New option.
19301 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
19302 (vc-git--call): Use it.
19303
19304 * eshell/esh-util.el (eshell-condition-case): Doc fix.
19305
19306 * cus-edit.el (Custom-newline): If no button at point, look
19307 for a subgroup button at start-of-line. (Bug#2298)
19308
19309 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
19310
19311 2011-03-10 Julien Danjou <julien@danjou.info>
19312
19313 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
19314 `cursor-type' is nil.
19315
19316 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
19317
19318 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
19319
19320 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
19321
19322 * allout.el: Change so yank of distinctive-bullet items
19323 preserves the existing header prefix, rebulleting it if necessary,
19324 rather than replacing it. This is necessary for proper operation
19325 of cooperative addons like allout-widgets.
19326 (allout-make-topic-prefix, allout-rebullet-heading):
19327 Change SOLICIT arg to INSTEAD, and interpret additionally a string
19328 value as alternate bullet to be used, instead of prompting the user
19329 for a bullet character.
19330
19331 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
19332
19333 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19334 Do not use `tramp-file-name-port', because this returns also
19335 `tramp-default-port'.
19336
19337 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
19338
19339 * net/rcirc.el (rcirc-handler-001): Remove useless
19340 with-rcirc-process-buffer.
19341 (rcirc-check-auth-status): Swap arguments to string-match.
19342
19343 2011-03-09 Glenn Morris <rgm@gnu.org>
19344
19345 * shell.el (shell-mode):
19346 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
19347
19348 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
19349 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
19350
19351 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
19352
19353 * emacs-lisp/package.el (package-refresh-contents)
19354 (package-menu-execute): Use condition-case-no-debug.
19355
19356 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
19357
19358 * simple.el (shell-command-to-string): Use `process-file'.
19359
19360 * emacs-lisp/package.el (package-tar-file-info): Handle also
19361 remote files.
19362
19363 * emacs-lisp/package-x.el (package-upload-buffer-internal):
19364 Use `equal' for upload base check.
19365
19366 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
19367
19368 * textmodes/texinfo.el (texinfo-environments):
19369 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
19370
19371 2011-03-08 Glenn Morris <rgm@gnu.org>
19372
19373 * cus-start.el (cursor-in-non-selected-windows):
19374 Fix :set quoting oddness. (Bug#8192)
19375
19376 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
19377 in some setf expressions. (Bug#2159)
19378
19379 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
19380
19381 * custom.el (custom-available-themes): Return themes in
19382 alphabetical order.
19383
19384 See ChangeLog.15 for earlier changes.
19385
19386 ;; Local Variables:
19387 ;; coding: utf-8
19388 ;; End:
19389
19390 Copyright (C) 2011-2012 Free Software Foundation, Inc.
19391
19392 This file is part of GNU Emacs.
19393
19394 GNU Emacs is free software: you can redistribute it and/or modify
19395 it under the terms of the GNU General Public License as published by
19396 the Free Software Foundation, either version 3 of the License, or
19397 (at your option) any later version.
19398
19399 GNU Emacs is distributed in the hope that it will be useful,
19400 but WITHOUT ANY WARRANTY; without even the implied warranty of
19401 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19402 GNU General Public License for more details.
19403
19404 You should have received a copy of the GNU General Public License
19405 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.